.final-product-container{margin-bottom:var(--section-margin);background:linear-gradient(#fff,#f8faf9);border-radius:10px;justify-content:space-between;align-items:stretch;gap:10px;padding:20px;display:flex;box-shadow:0 4px 20px #0000000f}.final-product-left{flex:1;width:40%;max-width:400px;height:fit-content;min-height:0}.final-product-right{flex-direction:column;flex:1;align-items:center;width:40%;min-height:0;display:flex}.final-product-container:has(.nedostupan-title) .nedostupan-title{text-align:center;pointer-events:none;width:80%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.podeli-btn{color:var(--link-color);font-weight:var(--font-light-weight);cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg, var(--secondary-color) 0%, #15803d 100%);height:40px;padding:var(--section-button-padding);border-radius:10px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;box-shadow:0 4px 12px #15803d33}.podeli-btn:hover{background:linear-gradient(135deg, var(--button-hover-color) 0%, var(--secondary-color) 100%);transform:translateY(-3px);box-shadow:0 8px 20px #15803d4d}.podeli-btn i{margin-left:5px;transition:transform .3s}.podeli-btn:hover i{transform:translate(3px)}.share-overlay{z-index:999;background:#0006;justify-content:center;align-items:flex-end;display:none;position:fixed;inset:0}.share-overlay.open{display:flex}.share-sheet{background:#fff;border-radius:16px 16px 0 0;width:100%;max-width:420px;padding:20px;animation:.2s up}@keyframes up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.share-icons{justify-content:space-around;margin-bottom:20px;display:flex}.share-icons button{cursor:pointer;background:0 0;border:none;font-size:13px}.copy-row{gap:10px;display:flex}.copy-row input{flex:1}.product-slider-img{object-fit:contain;opacity:0;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.product-slider-img.active{opacity:1;z-index:1}.final-product-container:has(.nedostupan-title) .product-slider-img{opacity:0;filter:grayscale()}.final-product-container:has(.nedostupan-title) .product-slider-img.active{opacity:.3;filter:grayscale()}.slider-container{border:1px solid var(--secondary-color);position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.slider-container.fullscreen{z-index:9999;border-radius:0;flex-direction:column;width:100vw;max-width:100vw;height:100dvh;display:flex;position:fixed;top:0;left:0}.main-image-wrapper{cursor:grab;background:#fff;width:100%;padding-top:100%;position:relative;overflow:hidden}.main-image-wrapper.grabbing{cursor:grabbing}.slider-container.fullscreen .main-image-wrapper{flex:1;height:calc(100% - 120px);padding-top:0}.slider-container:hover .controls{opacity:1}.controls{opacity:0;pointer-events:none;z-index:10;justify-content:space-between;padding:0 20px;transition:opacity .3s;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.slider-container.fullscreen .controls{width:85%;top:50%;left:50%;right:0;transform:translate(-50%,-50%)}.btn{pointer-events:all;background:var(--secondary-color);cursor:pointer;width:30px;height:30px;font-size:var(--add-to-cart-icon-font-size-xl);border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .3s;display:flex;box-shadow:0 2px 10px #0003}.btn:hover{background:linear-gradient(135deg, var(--button-hover-color) 0%, var(--secondary-color) 100%);transform:scale(1.02)}.fullscreen-btn{opacity:0;z-index:3;pointer-events:all;transition:opacity .3s;position:absolute;top:20px;right:20px}.slider-container:hover .fullscreen-btn{opacity:1}.thumbnails-wrapper{padding:var(--padding-10)}.thumbnails{scroll-behavior:smooth;align-items:center;gap:10px;height:130px;padding-left:5px;display:flex;overflow-x:scroll}.thumbnails::-webkit-scrollbar{height:6px}.thumbnails::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.thumbnails::-webkit-scrollbar-thumb{background:#888;background:linear-gradient(135deg, var(--secondary-color) 0%, #15803d 100%);border-radius:10px}.thumbnail{cursor:pointer;border:3px solid #0000;border-radius:8px;min-width:100px;height:100px;margin:5px 0;transition:border-color .3s,transform .3s;overflow:hidden}.thumbnail:hover{transform:scale(1.05)}.thumbnail.active{border-color:#4caf50}.thumbnail img{object-fit:cover;width:100%;height:100%}.slider-container.fullscreen .thumbnails-wrapper .thumbnails{justify-content:flex-start;height:fit-content;padding:10px 0 10px 5px;overflow-x:auto}.slider-container.fullscreen .thumbnails-wrapper .thumbnails .thumbnail{min-width:120px;height:120px}.slider-container.fullscreen .thumbnails-wrapper{background-color:#fff}.slider-container.fullscreen .thumbnail img,.slider-container.fullscreen .main-image-wrapper .product-slider-img{object-fit:contain}.final-product-small-desc-container{width:100%}.final-product-small-desc-container>*{margin-bottom:var(--padding-20)}.desc-row{height:100%}.desc-row:first-child{border-bottom:2px solid var(--primary-color);padding-bottom:var(--padding-20);margin-bottom:var(--padding-20);height:fit-content}.desc-row>h2{text-align:start!important}.modal-product-title .product-code{font-size:var(--p-font-size-m);color:var(--text-color);font-weight:var(--font-light-weight);letter-spacing:.3px}.product-code>span{font-weight:var(--font-bold-weight)}.kratak-opis-proizovda{padding-bottom:var(--padding-5);line-height:1.6}.detaljnije-container{border-radius:2px;flex-direction:row-reverse;justify-content:space-between;width:100%;margin-top:auto;display:flex}.detaljnije-btn{background:linear-gradient(135deg, var(--secondary-color) 0%, #15803d 100%);padding:var(--section-button-padding);color:var(--link-color);font-weight:var(--font-light-weight);cursor:pointer;letter-spacing:.3px;border-radius:10px;height:40px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;box-shadow:0 4px 12px #15803d33}.detaljnije-btn:hover{background:linear-gradient(135deg, var(--button-hover-color) 0%, var(--secondary-color) 100%);transform:translateY(-3px);box-shadow:0 8px 20px #15803d4d}.detaljnije-btn i{margin-left:5px;transition:transform .3s}.detaljnije-btn:hover i{transform:translate(3px)}.modal-detaljnije{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000bf;justify-content:center;align-items:center;width:100%;height:100%;animation:.3s fadeIn;display:none;position:fixed;top:0;left:0;overflow:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content-detaljnije{background-color:#fff;border-radius:20px;width:80%;max-width:860px;height:fit-content;margin:8% auto;padding:50px 24px;animation:.4s cubic-bezier(.4,0,.2,1) slideUp;position:relative;box-shadow:0 20px 60px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.close-btn-detaljnije{color:#333;cursor:pointer;font-size:28px;font-weight:var(--font-bold-weight);background:#0000000d;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;transition:all .3s;display:flex;position:absolute;top:10px;right:10px}.close-btn-detaljnije:hover{color:#ef4444;background:#ef44441a;transform:rotate(90deg)}.detaljnije-naslov{margin-bottom:var(--padding-10)}.detaljnije-description{max-height:440px;padding-right:10px;line-height:1.7;overflow-y:auto}.detaljnije-description::-webkit-scrollbar{width:6px}.detaljnije-description::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}.detaljnije-description::-webkit-scrollbar-thumb{background:linear-gradient(135deg, var(--secondary-color) 0%, #15803d 100%);border-radius:10px}.filter-container-row{text-align:start;flex-direction:column;justify-content:start;align-items:start;width:100%;margin-top:auto;display:flex}.filter-group{flex-direction:column;width:320px;margin-top:10px;margin-right:auto;display:flex;position:relative}.filter-title{padding-bottom:var(--padding-5);font-weight:var(--font-medium-weight)}.filter-button{background:var(--third-bcakground-color);border-radius:var(--border-radius-lg);cursor:pointer;width:100%;color:var(--text-color);font-size:var(--p-font-size-l);font-weight:var(--font-light-weight);text-align:left;border:2px solid #e2e8f0;justify-content:space-between;align-items:center;height:40px;padding:14px 18px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #0000000d}.filter-button:hover{background:var(--button-hover-color);border-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.filter-button.active{background:linear-gradient(135deg, var(--secondary-color) 0%, #15803d 100%);border-color:var(--button-hover-color);color:#fff;box-shadow:0 4px 16px #15803d40}.dropdown-arrow{font-size:14px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.filter-button.active .dropdown-arrow{transform:rotate(180deg)}.filter-dropdown{border-radius:var(--border-radius-lg);z-index:4;background:#fff;border:2px solid #e2e8f0;max-height:300px;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 12px 30px #00000026}.filter-dropdown.open{animation:.3s dropdownSlide;display:block}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filter-dropdown::-webkit-scrollbar{width:6px}.filter-dropdown::-webkit-scrollbar-track{background:#00000008;border-radius:10px}.filter-dropdown::-webkit-scrollbar-thumb{background:linear-gradient(135deg, var(--secondary-color) 0%, #15803d 100%);border-radius:10px}.dropdown-header{font-weight:var(--font-bold-weight);font-size:var(--p-font-size-m);color:#334155;letter-spacing:.3px;z-index:4;background:linear-gradient(#f8faf9,#f1f5f9);border-bottom:2px solid #e2e8f0;border-radius:10px 10px 0 0;padding:14px 18px;position:sticky;top:0}.filter-container-row .filter-group .select-container form select{box-shadow:var(--shadow-md);font-size:var;height:40px;font-size:15px;font-family:var(--font-family);font-weight:var(--font-bold-weight);cursor:pointer;background:linear-gradient(135deg, var(--secondary-color) 0%, #15803c8f 100%);border-color:#15803d;border-radius:5px;margin-bottom:10px;padding:4px;box-shadow:0 0 0 3px #15803d1a}.dropdown-header>input{font-weight:var(--font-bold-weight);font-size:var(--p-font-size-m);color:#334155;text-align:start;width:100%;font-family:var(--font-family);font-size:var(--p-font-size-l);background:linear-gradient(#f8faf9,#f1f5f9);border:0}.checkbox-item{cursor:pointer;font-size:var(--p-font-size-m);border-left:3px solid #0000;align-items:center;padding:12px 18px;transition:all .2s;display:flex}.checkbox-item:hover{border-left-color:var(--secondary-color);background:linear-gradient(90deg,#15803d0d,#0000)}.checkbox-item input[type=checkbox]{cursor:pointer;accent-color:var(--secondary-color);margin-right:12px;transform:scale(1.3)}.checkbox-item label{cursor:pointer;flex:1;font-size:14px}.item-count{color:#64748b;border-radius:var(--border-radius-lg);font-size:12px;font-weight:var(--font-light-weight);background:#0000000d;margin-left:8px;padding:2px 8px}.final-product-buttons{grid-template-columns:repeat(auto-fill,minmax(46%,1fr));justify-content:space-between;align-items:end;width:100%;max-height:550px;margin-top:auto;margin-right:auto;display:grid}.final-product-buttons .input-group{width:200px}.final-product-buttons .add-to-cart-container{justify-content:end;align-items:end;padding:0;display:flex}.cena-item,.popust-item{width:100%;font-weight:var(--font-family);justify-content:start;align-items:end;gap:10px;margin-left:auto;display:flex}.cena-item span,.popust-item span{font-weight:var(--font-bold-weight);color:var(--secondary-color)}.final-product-buttons:has(.popust-item) .popust-item{grid-area:2/1/auto/1}form{grid-area:1/2}.final-product-buttons:has(.popust-item) form{grid-area:2/2/auto/2}.final-product-buttons h3{height:40px}.add-to-cart-container{padding:var(--padding-10);justify-content:start;align-items:end;display:flex}.remove-from-cart-container{justify-content:end;align-items:end;padding-bottom:0;display:flex}.remove-from-cart-link{cursor:pointer;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:35%;height:40px;padding:10px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;color:#fff!important}.remove-from-cart-link:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.remove-from-cart-link:hover{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);transform:scale(1.02)}.remove-from-cart-link:active{transform:scale(.98)}.remove-from-cart-link>i{z-index:1;font-size:var(--p-font-size-xl);transition:transform .3s}.remove-from-cart-link:hover>i{transform:translateY(-3px)rotate(-10deg)}.remove-from-cart-link span{opacity:0;will-change:opacity, transform;z-index:3;color:#fff;width:max-content;font-size:var(--p-font-size-l);background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:10px;padding:4px 15px;transition:all .3s cubic-bezier(.075,.82,.165,1);position:absolute;bottom:-40px;transform:translateY(-15px)}.remove-from-cart-link:hover span{opacity:1;background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);transform:translateY(-3px);box-shadow:0 8px 20px #ef44444d}.effect-wrapper{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.effect-wrapper:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.remove-from-cart-link:hover .effect-wrapper:before{width:300px;height:300px}.input-group{border-radius:var(--border-radius-lg);background-color:var(--background-color);border:2px solid #0000;align-items:center;width:100%;height:40px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 16px #00000014}.input-group:hover{border-color:#15803d33;box-shadow:0 6px 20px #15803d26}.product-inputs{vertical-align:middle;justify-content:center;align-items:center;gap:2px;width:65%;height:100%;display:flex}.add-remove-quantity{text-align:center;background-color:var(--background-light-color);color:var(--text-color);font-size:var(--p-font-size-xl);font-weight:var(--font-bold-weight);cursor:pointer;border:none;width:100%;height:100%;transition:all .2s}.add-remove-quantity:hover{background:linear-gradient(135deg, var(--button-hover-color) 0%, var(--secondary-color) 100%);color:#fff;transform:scale(1.05)}.add-remove-quantity:active{transform:scale(.95)}.added-quantity{text-align:center;width:50px;height:100%;font-weight:var(--font-bold-weight);background:#fff;border:none;font-size:16px;transition:all .2s}.added-quantity:hover{border:2px solid var(--secondary-color);background:#15803d0d}.added-quantity:focus{border:2px solid var(--secondary-color);background:#15803d14;outline:none}.dodaj-u-korpu{background:linear-gradient(135deg, var(--secondary-color) 0%, #15803d 100%);width:35%;font-size:var(--add-to-cart-icon-font-size-xl);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;height:100%;padding:10px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;color:var(--link-color)!important}.dodaj-u-korpu:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dodaj-u-korpu:hover:before{width:300px;height:300px}.dodaj-u-korpu:hover{background:linear-gradient(135deg, var(--button-hover-color) 0%, var(--secondary-color) 100%);transform:scale(1.02)}.dodaj-u-korpu:active{transform:scale(.98)}.dodaj-u-korpu>i{z-index:1;transition:transform .3s}.dodaj-u-korpu:hover>i{transform:translateY(-3px)rotate(-10deg)}.povezani-proizvodi{background:linear-gradient(to bottom, #f8faf9, var(--background-color));border-radius:16px;flex-direction:column;flex:1;width:20%;max-width:280px;min-height:0;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.povezani-proizvodi-title{font-size:var(--p-font-size-xl);font-weight:var(--font-medium-weight);letter-spacing:.5px;text-align:center;background:linear-gradient(135deg, var(--secondary-color) 0%, #15803d 100%);color:#fff;z-index:2;flex-shrink:0;padding:16px 0;box-shadow:0 2px 12px #15803d26}.povezani-proizvodi-scroll{padding:12px 0 0;overflow-y:auto}.povezani-proizvodi-scroll::-webkit-scrollbar{width:6px}.povezani-proizvodi-scroll::-webkit-scrollbar-track{background:#00000008;border-radius:10px;margin:8px 0}.povezani-proizvodi-scroll::-webkit-scrollbar-thumb{background:linear-gradient(135deg, var(--secondary-color) 0%, #15803d 100%);border:1px solid #fff3;border-radius:10px;transition:all .3s}.povezani-proizvodi-scroll::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg, #15803d 0%, var(--secondary-color) 100%);box-shadow:0 0 8px #15803d66}.povezani-proivod{word-break:break-word;border-radius:var(--border-radius-lg);background:#fff;flex-direction:row;align-items:start;gap:10px;width:100%;margin-bottom:12px;padding:10px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 2px 8px #0000000a}.povezani-proivod:first-child{margin-top:0}.povezani-proivod:last-child{margin-bottom:12px}.povezani-proivod:hover{background:linear-gradient(135deg, var(--button-hover-color) 0%, var(--secondary-color) 100%);border-color:#0000;transform:translateY(-2px);box-shadow:0 8px 24px #15803d26}.povezani-priozvid-img{border-radius:8px;width:100%;max-width:120px;transition:transform .3s}.povezani-proivod:hover .povezani-priozvid-img{transform:scale(1.05)}.product-items-section-filter-container{padding:var(--padding-20);margin-bottom:var(--section-margin);background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000f}.filter-row{gap:var(--gap-20);margin-bottom:var(--section-margin);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));align-items:start;display:grid}.filter-text{font-size:var(--h2-font-size-s);color:var(--primary-color);text-align:center;font-weight:var(--font-medium-weight);letter-spacing:.5px}.input-weight{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.input-weight>*{cursor:pointer;width:45%;font-size:var(--p-font-size-m)}.weight-container{display:block}input{cursor:pointer;transition:all .2s}input:focus{outline:2px solid var(--secondary-color);outline-offset:2px}.range{width:100%;accent-color:var(--secondary-color)}.clear-filters{background:var(--third-bcakground-color);color:var(--text-color);border-radius:var(--border-radius-lg);cursor:pointer;font-size:var(--p-font-size-l);font-weight:var(--font-light-weight);border:2px solid #e2e8f0;align-items:center;gap:10px;padding:14px 24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #0000000d}.clear-filters:hover{background:linear-gradient(135deg, var(--button-hover-color) 0%, var(--secondary-color) 100%);color:#fff;border-color:#0000;transform:translateY(-3px);box-shadow:0 8px 20px #15803d33}.clear-filters:first-child{margin-right:auto}.clear-filter-btn{color:var(--primary-color)}.section-action-container{width:100%;margin-bottom:var(--section-margin)}.action-main-container{justify-content:center;align-items:center;min-height:fit-content;margin:0;display:flex;position:relative;overflow:hidden}.action-container{text-align:center;width:100%}.section-img-title{font-size:var(--h2-font-size-l);font-weight:var(--font-light-weight)}.section-img-container{width:100%;margin-bottom:var(--section-margin);z-index:3;justify-content:center;align-items:baseline;display:flex;position:relative}.section-img-container>picture{width:100%}.aukcija-img{width:100%;height:fit-content}.section-link{background:linear-gradient(135deg, var(--secondary-color) 0%, #15803d 100%);width:fit-content;text-align:var(--text-alignment);padding:var(--section-button-padding);border-radius:var(--border-radius-lg);font-weight:var(--font-light-weight);font-size:var(--p-font-size-xl);color:#fff;margin-top:var(--space-5);transition:all var(--transition-base);box-shadow:var(--shadow-md);cursor:pointer;border:none;display:inline-block}.section-link:hover{background:linear-gradient(135deg, var(--button-hover-color) 0%, var(--secondary-color) 100%);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.action-center-img,.action-left-img,.action-right-img{max-width:unset}.action-img-container-center{position:relative}.action-right-img,.action-left-img{width:100%;max-width:400px;height:100%;max-height:350px;position:absolute;top:0}.action-right-img{right:40px}.action-left-img{left:40px}.action-right-pak{position:absolute;bottom:71px;left:47%}.avatar-modal{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000bf;justify-content:center;align-items:center;width:100%;height:100%;padding:15px;animation:.3s fadeIn;display:none;position:fixed;top:0;left:0;overflow:auto}.avatar-modal-detaljnije{background-color:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:860px;height:fit-content;max-height:calc(100vh - 30px);margin:auto;padding:15px;animation:.4s cubic-bezier(.4,0,.2,1) slideUp;display:flex;position:relative;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.avatar-modal-detaljnije>picture{justify-content:center;margin-bottom:15px;display:flex}.close-btn-avatar-modal{color:#333;cursor:pointer;font-size:28px;font-weight:var(--font-bold-weight);z-index:10;background:#ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;transition:all .3s;display:flex;position:absolute;top:10px;right:10px}.close-btn-avatar-modal:hover{color:#ef4444;background:#ef44441a;transform:rotate(90deg)}.avatar-modal-naslov{color:var(--primary-color);margin:var(--padding-10) 0;padding-right:40px}.avatar-modal-description{max-height:440px;font-family:var(--font-family);padding-right:10px;overflow-y:auto}.avatar-modal-description::-webkit-scrollbar{width:6px}.avatar-modal-aukcija-img{object-fit:contain;border-radius:10px;width:100%;max-width:100%;height:auto;max-height:60vh;display:block}.avatar-modal-description::-webkit-scrollbar-track{background:#0000000d;border-radius:10px}.avatar-modal-description::-webkit-scrollbar-thumb{background:linear-gradient(135deg, var(--secondary-color) 0%, #15803d 100%);border-radius:10px}.avatar-modal-description p{margin-bottom:10px}.avatar-modal-description .section-link{margin-top:10px!important}.close-cookies-modal{cursor:pointer;z-index:8;color:var(--primary-color);padding:10px;font-size:30px;position:absolute;top:0;right:20px}.select-container .filter-button{background:var(--third-bcakground-color);border-radius:var(--border-radius-lg);cursor:pointer;width:100%;color:var(--text-color);font-size:var(--p-font-size-l);font-weight:var(--font-light-weight);border:2px solid #e2e8f0;justify-content:space-between;align-items:center;padding:14px 18px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #0000000d}.select-container .filter-button:hover{background:var(--button-hover-color);border-color:var(--secondary-color);transform:translateY(0);box-shadow:0 4px 12px #0000001a}.select-container .filter-dropdown{border-radius:var(--border-radius-lg);z-index:4;background:#fff;border:2px solid #e2e8f0;max-height:300px;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 12px 30px #00000026}.select-container .filter-dropdown.open{display:block}.select-container .dropdown-item{cursor:pointer;font-size:var(--p-font-size-m);padding:12px 18px;transition:background .2s}.select-container .dropdown-item:hover{background:linear-gradient(90deg,#15803d0d,#0000)}@media screen and (width<=1440px){.final-product-container{height:unset;flex-wrap:wrap;align-items:stretch;gap:20px;display:flex}.final-product-left{flex:0 0 45%}.final-product-right{flex-direction:column;flex:1;justify-content:space-between;display:flex}.povezani-proizvodi{width:100%;max-height:500px;max-width:unset;flex:0 0 100%;order:0;margin-top:20px;display:block}.povezani-proizvodi-scroll{flex-flow:wrap;justify-content:space-between;max-height:480px;padding:0;display:flex;overflow-y:auto}.povezani-proivod:first-of-type,.povezani-proivod:nth-of-type(2){margin:var(--padding-10) 0}.povezani-proizvodi-title{font-size:var(--p-font-size-l);height:40px;padding:7px 0}.povezani-proivod{max-width:49.5%}.final-product-small-desc-container>p,.kratak-opis-container>ul>li{font-size:var(--p-font-size-m)}.final-product-small-desc-container>*{margin-bottom:var(--padding-10)}.final-second-title,.kratak-opis-proizovda,.filter-title{font-size:var(--p-font-size-l)}}@media screen and (width<=1222px){.clear-filters,.filter-button{font-size:var(--p-font-size-m);height:40px}.input-group{height:40px}.section-link{font-size:var(--p-font-size-l);padding:var(--section-button-padding-m)}.section-img-title{font-size:var(--h2-font-size-m)}.action-right-img,.action-left-img{max-width:33%;max-height:unset;height:fit-content;bottom:24%;top:unset;object-fit:cover}.action-center-img{object-fit:contain;width:100%}.action-right-img{right:30px}.action-right-pak{max-width:9%;bottom:16%}.action-left-img{left:30px}.brend-img{width:100%;margin-left:unset;margin-top:10px;border:unset!important;border-radius:unset!important}}@media screen and (width<=1024px){.final-product-container{flex-direction:column;align-items:center;gap:20px;padding:20px}.final-product-left{width:50%}.final-product-right,.povezani-proizvodi{width:100%}.povezani-proizvodi{margin-top:0}.detaljnije-container{margin-top:var(--margin-10);flex-direction:row}.filter-container-row{flex-direction:row;align-items:end;gap:30%;display:block}.filter-group{width:100%;max-width:500px}.final-product-buttons{width:100%}.filter-title{margin:var(--padding-10) 0px}.filter-group,.final-product-buttons{margin-top:var(--padding-10)}.add-to-cart-container{padding:0}.obavestenje-proizvod-slider{margin:0}}@media screen and (width<=909px){.input-group{height:40px}.section-link{padding:var(--section-button-padding-m)}.brend-img{max-width:unset;max-width:170px!important}}@media screen and (width<=768px){.section-title{text-align:center}.final-product-container{padding:10px}.povezani-proivod{max-width:100%}.povezani-proizvodi-scroll{max-height:510px}.povezani-proivod:last-child{margin-bottom:0}.povezani-proizvodi{max-height:none!important}.final-product-left{width:100%}.povezani-proivod:first-of-type{margin:0}.detaljnije-container{justify-content:space-between;align-items:end;width:100%}.filter-container-row{flex-direction:column}.detaljnije-btn{width:50%}.final-product-buttons{margin-top:0;margin-right:unset;display:block}.add-to-cart-container{width:100%;padding:10px}.input-group{width:100%}.cena-item,.popust-item,.remove-from-cart-container{padding-bottom:0;padding-left:0}.remove-from-cart-link{height:40px}.centered-wrapper{justify-content:unset!important}.obavestenje-proizvod-slider{width:50%}}@media screen and (width<=630px){.slider-container.fullscreen .thumbnails-wrapper .thumbnails .thumbnail{min-width:fit-content;height:110px}.slider-container.fullscreen{border:unset}.thumbnails-wrapper{height:fit-content}.thumbnails{height:100%}.btn{width:30px;height:30px}.final-product-left{max-width:unset}.detaljnije-container{align-items:center}.final-product-buttons{width:100%}.detaljnije-btn{width:fit-content}.cena-item,.popust-item{align-items:center}.slider-container.fullscreen .btn{width:40px;height:40px}.slider-container.fullscreen .controls{width:100%}.modal-content-detaljnije{border-radius:20px;width:98%}}@media screen and (width<=625px){.avatar-modal{padding:10px}.avatar-modal-detaljnije{border-radius:15px;width:100%;max-height:calc(100vh - 20px);margin:0;padding:15px 10px}.close-btn-avatar-modal{width:32px;height:32px;font-size:24px;top:5px;right:5px}.avatar-modal-aukcija-img{border-radius:8px;width:100%;max-height:50vh}.avatar-modal-naslov{text-align:center;padding-right:35px;font-size:1.2rem}.avatar-modal-description{flex:1;max-height:none}.avatar-modal-description p{text-align:center;font-size:.95rem}}@media screen and (width<=550px){.added-quantity{width:30px}.add-to-cart-container{width:100%;padding:var(--padding-10) var(--padding-5)}.aukcija-img{width:100%}.action-right-pak{bottom:18%}.obavestenje-proizvod-slider,.final-product-buttons .input-group,.section-link{width:100%}}@media screen and (width<=400px){.avatar-modal{padding:5px}.avatar-modal-detaljnije{border-radius:var(--border-radius-lg);padding:12px 8px}.avatar-modal-aukcija-img{max-height:45vh}.podeli-btn .text{display:none}.detaljnije-container{flex-wrap:wrap;gap:10px}}@media (width<=355px){.input-group{height:40px}.detaljnije-btn{width:100%}.podeli-btn{margin-left:auto}.section-img-title{font-size:var(--h2-font-size-s)}.section-link{font-size:var(--p-font-size-m)}}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{width:100%;height:100%;position:absolute;inset:0}.fotorama--fullscreen,.fotorama__img{min-width:0!important;max-width:99999px!important;min-height:0!important;max-height:99999px!important;box-shadow:none!important;border-radius:0!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{transform:translate(0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:"";border-radius:inherit;background-color:#00afea80}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:transform,width;transition-duration:0s;transition-timing-function:cubic-bezier(.1,0,.25,1)}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{z-index:-1;position:absolute;top:-99999px;left:-99999px}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(data:image/png;base64,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) no-repeat}@media (-webkit-device-pixel-ratio>=1.5),(resolution>=2x){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/assets/fotorama@2x-BbxOk0II.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f33}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:0 0!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>:not(:first-child){display:none}.fullscreen{background:#000;width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important}.fotorama--fullscreen{background:#000;float:none!important;z-index:2147483647!important;width:100%!important;height:100%!important;margin:0!important;position:absolute!important;inset:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;z-index:0;direction:ltr;position:relative}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{max-width:100%;position:relative;overflow:hidden}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;top:0;left:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{text-align:start;white-space:nowrap;z-index:5;font-size:0;line-height:0;display:none}.fotorama__nav__shaft{text-align:left;position:relative;top:0;left:0}.fotorama__nav__frame{cursor:pointer;position:relative}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{border:1px solid #7f7f7f;border-radius:6px;width:4px;height:4px;display:block;position:relative;top:12px;left:6px}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{border-width:3px;width:0;height:0}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{width:100%;height:100%;position:relative;overflow:hidden}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{z-index:9;background-image:linear-gradient(to bottom right,#ffffff40,#4040401a);border-style:solid;border-color:#00afea;position:absolute;top:0;left:0}.fotorama__caption{z-index:12;color:#000;font-family:Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;position:absolute;bottom:0;left:0;right:0}.fotorama__caption a{color:#000;border-color:#00000080;border-bottom-style:solid;border-bottom-width:1px;text-decoration:none}.fotorama__caption a:hover{color:#333;border-color:#33333380}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#ffffffe6;padding:5px 10px}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{animation:24s linear infinite spinner}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-duration:.3s;transition-timing-function:linear}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{z-index:10;position:absolute;inset:32px 0 0}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 #0000}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{z-index:11;cursor:pointer;position:absolute}.fotorama__arr{width:32px;height:32px;margin-top:-16px;position:absolute;top:50%}.fotorama__arr--prev{background-position:0 0;left:2px}.fotorama__arr--next{background-position:-32px 0;right:2px}.fotorama__arr--disabled{opacity:.1}.fotorama__fullscreen-icon{z-index:20;background-position:0 -32px;width:32px;height:32px;top:2px;right:2px}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{opacity:0;background-position:0 -64px;width:96px;height:96px;margin-top:-48px;margin-left:-48px;top:50%;left:50%}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{background-position:-64px -32px;width:32px;height:32px;margin-top:-16px;margin-left:-16px}.fotorama__video-close{z-index:20;opacity:0;background-position:-64px 0;width:32px;height:32px;top:0;right:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{transform:translate(32px,-32px)}.fotorama__wrap--video .fotorama__video-close{opacity:1;display:block}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{transform:translate(0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){transform:translate(32px,-32px)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){transform:translate(-48px)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){transform:translate(48px)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{transform:translate(32px,-32px)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{transform:translate(-48px)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{transform:translate(48px)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%;width:10px;height:auto;text-decoration:none;display:block;position:absolute;top:0;bottom:0}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(#0000,#0003 25%,#0000004d 75%,#0000),radial-gradient(farthest-side at 0,#0006,#0000);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(#0000,#0003 25%,#0000004d 75%,#0000),radial-gradient(farthest-side at 100%,#0006,#0000);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
