:root{--white: #FFFFFF;--bg: #F7F6F3;--bg-2: #F1F1F0;--surface: #EBEBE9;--surface-line: #DAD9D6;--line: #DDDCDA;--line-strong: #B6B5B2;--ink: #465156;--ink-strong: #2E373B;--muted: #5A676D;--green-300: #B6DE7C;--green-400: #8CC63F;--green-500: #73B72B;--green-600: #3F7A24;--green-700: #2F5C1B;--green-050: #F0F7E6;--green-025: #EDF2DE;--blue-500: #009FE3;--blue-600: #1268A8;--blue-700: #0D4F80;--blue-050: #EAF4FB;--orange-500: #FF6F1E;--orange-700: #B35400;--orange-050: #FFF2E5;--danger: #B3261E;--danger-050: #FDECEA;--amber: #fab400;--radius: 10px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 20px;--shadow-card: 0 1px 2px rgba(70, 81, 86, .08), 0 2px 8px rgba(70, 81, 86, .06);--shadow-soft: 0 6px 24px rgba(25, 40, 45, .08);--optika-source: 1px;--wrap-pad: 20px;--wrap-max: 1320px}:root{--font-display: "Outfit", system-ui, -apple-system, "Segoe UI", sans-serif;--font-body: "Source Sans 3", system-ui, -apple-system, "Segoe UI", sans-serif}.product{display:grid;grid-template-columns:minmax(0, 5fr) minmax(0, 6fr);gap:32px;margin-block:12px 24px;padding:24px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg)}.product__gallery{min-width:0}.product__image{display:block;width:100%;max-width:100%;aspect-ratio:1;object-fit:contain}.product__thumbs{display:flex;gap:8px;margin-top:10px;min-width:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product__thumbs::-webkit-scrollbar{display:none}.product__thumb{flex:0 0 64px;width:64px;height:64px;padding:4px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);cursor:pointer}.product__thumb>img{width:100%;height:100%;object-fit:contain}.product__thumb:hover,.product__thumb:focus-visible{border-color:var(--green-600)}.product__codes{margin:0 0 4px;font-size:.8rem;color:var(--muted)}.product__codes>span{margin-right:12px}.product__category{margin:0 0 18px;font-size:.95rem;color:var(--muted)}.product__category>a{color:var(--green-700);text-decoration:underline}.product__category>a:hover{text-decoration:none}.product__title{margin:0 0 12px;line-height:1.2}.product__naslov{margin:0 0 22px}.product__naslov>.product__title{margin-bottom:0}.product__naziv-interni{margin:8px 0 0;font-size:1.05rem;font-weight:600;line-height:1.3;color:var(--ink)}.product__stock{margin:0 0 14px;font-weight:700;line-height:1.3;color:var(--orange-700)}.product__stock--in{color:var(--green-600)}.product__stock--out{color:var(--danger)}.product__delivery{display:flex;align-items:center;gap:8px;margin:0 0 22px;color:var(--muted);font-size:.9rem}.product__prices{display:flex;align-items:baseline;gap:12px;margin-bottom:22px}.product__price-old{color:var(--muted)}.product__price{font-family:var(--font-display);font-size:1.9rem;font-weight:800;color:var(--ink-strong)}.product__price--sale{color:var(--orange-700)}.product__discount{padding:4px 10px;border-radius:6px;background:var(--orange-500);color:var(--ink-strong);font-weight:800;font-size:.9rem}.product__uvod{margin:0 0 22px;max-width:62ch;font-size:1rem;line-height:1.55;color:var(--ink)}.product__uvod-vise{white-space:nowrap;font-weight:600;color:var(--green-700)}.product__uvod-vise:hover,.product__uvod-vise:focus-visible{color:var(--green-600)}.product__buy{display:flex;align-items:stretch;gap:14px;flex-wrap:wrap}.product__jedinica{display:flex;align-items:center;margin-left:-6px;font-size:.95rem;line-height:1.3;color:var(--muted)}.product__jedinica:empty{display:none}.product-section{margin-bottom:20px}.product-section__text{max-width:75ch}.product-tabs{margin-bottom:28px;background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden}.product-tabs__nav{display:flex;gap:4px;padding:10px 14px 0;border-bottom:1px solid var(--line);overflow-x:auto}.product-tabs__tab{padding:10px 16px;border:0;border-bottom:3px solid rgba(0,0,0,0);background:rgba(0,0,0,0);font:inherit;font-weight:700;color:var(--muted);cursor:pointer;white-space:nowrap}.product-tabs__tab:hover{color:var(--ink)}.product-tabs__tab.is-active{color:var(--green-600);border-bottom-color:var(--green-600)}.product-tabs__panel{display:none;padding:18px}.product-tabs__panel.is-active{display:block}.related{margin-bottom:28px}.related__title{margin:0 0 14px}@media(max-width: 800px){.product{display:flex;flex-direction:column;gap:0;padding:16px}.product>.product__gallery,.product>.product__info{display:contents}.product__naslov{order:-3;margin-bottom:10px}.product__stock{order:-2}.product__image{order:-1;margin-bottom:14px}.product__thumbs{order:-1;margin:-4px 0 16px}}
