:root{--ink:#172321;--evergreen:#294a43;--sage:#dce7df;--paper:#f5f1e9;--white:#fffdf9;--coral:#d9725b;--line:#17232129;--muted:#63706d;--shadow:0 24px 70px #17232117}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--white)}body{background:var(--white);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;font-family:Helvetica Neue,Helvetica,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}img{object-fit:cover}.siteHeader{background:color-mix(in srgb, var(--white) 93%, transparent);border-bottom:1px solid var(--line);z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);grid-template-columns:1fr auto 1fr;align-items:center;height:84px;padding:0 clamp(20px,4vw,72px);display:grid;position:sticky;top:0;left:0}.brand{width:fit-content;display:inline-flex}.brand img{object-fit:contain;width:132px;height:auto}.desktopNav{gap:clamp(22px,3vw,48px);display:flex}.desktopNav a{letter-spacing:.01em;font-size:.83rem;font-weight:560}.desktopNav a,.textLink{position:relative}.desktopNav a:after,.textLink:after{content:"";transform-origin:100%;background:currentColor;width:100%;height:1px;transition:transform .22s;position:absolute;bottom:-5px;left:0;transform:scaleX(0)}.desktopNav a:hover:after,.textLink:hover:after{transform-origin:0;transform:scaleX(1)}.headerActions{justify-content:flex-end;align-items:center;gap:8px;display:flex}.localeLink{letter-spacing:.12em;margin-right:8px;font-size:.72rem;font-weight:700}.iconButton{cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .18s,transform .18s;display:inline-flex}.iconButton:hover{background:var(--paper);transform:translateY(-1px)}.mobileOnly{display:none}.heroSection{grid-template-columns:minmax(320px,.82fr) minmax(500px,1.18fr);min-height:calc(100vh - 84px);display:grid;overflow:hidden}.heroCopy{flex-direction:column;justify-content:center;align-items:flex-start;padding:80px clamp(28px,6vw,112px);display:flex}.eyebrow{letter-spacing:.14em;text-transform:uppercase;margin:0 0 24px;font-size:.7rem;font-weight:700}h1,h2,h3,p{text-wrap:pretty}h1{letter-spacing:-.065em;max-width:760px;margin:0;font-size:clamp(3.5rem,6vw,7.5rem);font-weight:480;line-height:.91}.heroIntro{color:var(--muted);max-width:520px;margin:36px 0 0;font-size:clamp(1rem,1.25vw,1.25rem)}.heroActions{flex-wrap:wrap;align-items:center;gap:28px;margin-top:48px;display:flex}.primaryButton{background:var(--ink);color:var(--white);border-radius:999px;align-items:center;gap:32px;padding:16px 20px 16px 24px;font-size:.84rem;font-weight:650;transition:background .2s,transform .2s;display:inline-flex}.primaryButton:hover{background:var(--evergreen);transform:translateY(-2px)}.textLink{align-items:center;gap:10px;font-size:.86rem;font-weight:620;display:inline-flex}.heroMedia{min-height:650px;position:relative;overflow:hidden}.heroMedia:after{content:"";background:linear-gradient(#0000 65%,#17232166);position:absolute;inset:0}.heroNote{color:#fff;z-index:2;justify-content:space-between;align-items:flex-end;gap:24px;display:flex;position:absolute;bottom:42px;left:44px;right:44px}.heroNote span{letter-spacing:.2em;font-size:.72rem;font-weight:750}.heroNote p{text-align:right;max-width:220px;margin:0;font-size:.82rem}.bodySection,.productsSection{padding:clamp(80px,10vw,160px) clamp(20px,5vw,88px)}.bodySection{background:var(--paper)}.sectionHeading{grid-template-columns:1.5fr .7fr;gap:20px;margin-bottom:64px;display:grid}.sectionHeading .eyebrow{grid-column:1/-1;margin-bottom:0}h2{letter-spacing:-.055em;margin:0;font-size:clamp(2.5rem,4.5vw,5.4rem);font-weight:480;line-height:.98}.sectionHeading>p:last-child{color:var(--muted);align-self:end;max-width:440px;margin:0}.bodyGrid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.bodyAreaCard{background:#fff8ed;border:1px solid #17232114;border-radius:24px;flex-direction:column;transition:transform .3s cubic-bezier(.2,.8,.2,1),box-shadow .3s cubic-bezier(.2,.8,.2,1);display:flex;overflow:hidden}.bodyAreaCard:hover{transform:translateY(-8px);box-shadow:0 20px 40px #17232114}.bodyCardMedia{aspect-ratio:1.05;background:var(--paper);width:100%;position:relative;overflow:hidden}.bodyAreaCard .bodyCardMedia img{transition:transform .4s cubic-bezier(.2,.8,.2,1)}.bodyAreaCard:hover .bodyCardMedia img{transform:scale(1.04)}.bodyCardFooter{background:#fff8ed;flex:1;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.bodyCardIconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.bodyCardIconWrapper img{object-fit:contain;width:52px;height:52px}.bodyGrid strong{letter-spacing:-.02em;color:var(--ink);text-align:left;margin-left:14px;margin-right:auto;font-size:clamp(1.05rem,1.5vw,1.45rem);font-weight:550}.bodyCardArrow{color:var(--evergreen);flex-shrink:0;transition:transform .24s}.bodyAreaCard:hover .bodyCardArrow{transform:translate(4px)}.sectionTitleRow{justify-content:space-between;align-items:flex-end;margin-bottom:56px;display:flex}.sectionTitleRow .eyebrow{margin-bottom:16px}.productGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.productCard{flex-direction:column;min-width:0;height:100%;display:flex}.productImage{background:var(--paper);border-radius:24px;padding-top:115%;display:block;position:relative;overflow:hidden}.productImage img{transition:transform .5s cubic-bezier(.2,.7,.2,1)}.productCard:hover .productImage img{transform:scale(1.035)}.saleBadge{background:var(--coral);color:var(--white);z-index:2;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:750;position:absolute;top:14px;right:14px;box-shadow:0 4px 12px #d9725b40}.productInfo{flex-direction:column;flex:1;padding:22px 4px;display:flex}.stockLabel{color:var(--evergreen);letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:.68rem;font-weight:700}.productInfo h3{letter-spacing:-.03em;margin:0 0 10px;font-size:clamp(1.2rem,1.6vw,1.65rem);font-weight:530}.productInfo>p:not(.stockLabel){color:var(--muted);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;flex-grow:1;margin:0 0 16px;font-size:.88rem;display:-webkit-box;overflow:hidden}.productMeta{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:auto;padding-top:16px;display:flex}.priceWrapper{align-items:baseline;gap:8px;display:flex}.priceWrapper strong{font-size:1rem}.salePrice{color:var(--coral)}.regularPrice{color:var(--muted);font-size:.82rem;text-decoration:line-through}.roundLink{border:1px solid var(--line);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .18s,color .18s;display:inline-flex}.roundLink:hover{background:var(--ink);color:var(--white)}.promiseSection{background:var(--evergreen);color:var(--white);grid-template-columns:1.2fr .8fr;gap:80px;padding:clamp(80px,10vw,150px) clamp(24px,8vw,140px);display:grid}.promiseCopy>p:last-child{color:#ffffffb8;max-width:560px;font-size:1.1rem}.promiseSection ul{align-self:end;margin:0;padding:0;list-style:none}.promiseSection li{border-top:1px solid #fff3;align-items:center;gap:16px;padding:22px 0;display:flex}.promiseSection li:last-child{border-bottom:1px solid #fff3}.shopPage{padding:clamp(56px,8vw,120px) clamp(20px,5vw,88px) clamp(100px,12vw,180px)}.shopHeader{max-width:760px}.shopHeader h1,.akcijeHeader h1,.faqHeader h1,.gdeKupitiHeader h1,.kontaktHeader h1,.aboutHeader h1,.searchHeader h1,.supportHeader h1,.customerHeader h1{letter-spacing:-.04em;font-size:clamp(2rem,4.5vw,3.2rem);line-height:1.05}.shopHeader>p:last-child{color:var(--muted);margin:28px 0 0;font-size:1.1rem}.filterBar{border-bottom:1px solid var(--line);border-top:1px solid var(--line);gap:24px;margin:70px 0 42px;padding:15px 0;display:flex;overflow-x:auto}.filterBar a{color:var(--muted);flex:none;font-size:.82rem;font-weight:620}.filterBar a.active{color:var(--ink);text-underline-offset:6px;text-decoration:underline}.shopProducts{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.emptyState{color:var(--muted);grid-column:1/-1;padding:60px 0}.productPage{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);min-height:calc(100vh - 84px);display:grid}.productVisual{background:var(--white);position:relative}.productGallery{grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.productGalleryImage{aspect-ratio:1;min-height:340px;position:relative}.productGalleryImage:first-child:only-child{grid-column:1/-1;min-height:680px}.productPurchase{align-self:center;padding:clamp(24px,5vw,64px)}.productPurchase h1{letter-spacing:-.03em;margin:16px 0 24px;font-size:clamp(1.8rem,2.5vw,2.5rem);font-weight:550;line-height:1.15}.detailPrice{margin:0 0 28px;font-size:1.35rem;font-weight:650}.productRating{color:var(--muted);margin:-12px 0 28px;font-size:.85rem}.addButton{background:var(--ink);color:var(--white);cursor:pointer;border:0;border-radius:999px;justify-content:space-between;align-items:center;width:min(100%,420px);padding:17px 20px 17px 26px;font-weight:650;transition:background .18s,transform .18s;display:flex}.addButton:hover{background:var(--evergreen);transform:translateY(-2px)}.productActions{align-items:center;gap:10px;width:min(100%,480px);display:flex}.purchaseAction{flex:1}.purchaseAction .addButton{width:100%}.favoriteButton{background:var(--white);border:1px solid var(--line);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:inline-flex}.favoriteButton.selected{background:var(--coral);border-color:var(--coral);color:var(--white)}.inlineError{margin-top:10px}.productAssurances{border-top:1px solid var(--line);margin:38px 0 0;padding:18px 0 0;list-style:none}.productAssurances li{align-items:center;gap:10px;padding:7px 0;font-size:.85rem;display:flex}.siteFooter{background:var(--ink);color:var(--white);justify-content:space-between;align-items:center;padding:42px clamp(20px,5vw,88px);display:flex}.siteFooter p{margin:0;font-size:.8rem}.siteFooter p:last-child{color:#fff9}.infoPage{max-width:1240px;margin:0 auto;padding:clamp(56px,9vw,140px) clamp(20px,5vw,88px)}.infoHeader{max-width:850px}.infoHeader>p:last-child{color:var(--muted);max-width:660px;margin:34px 0 0;font-size:clamp(1.05rem,1.5vw,1.25rem)}.infoGrid{border-top:1px solid var(--line);grid-template-columns:repeat(2,1fr);gap:52px;margin-top:clamp(64px,9vw,120px);padding-top:26px;display:grid}.infoGrid h2{font-size:clamp(1.8rem,3vw,3rem)}.infoGrid p{color:var(--muted);max-width:470px;margin:20px 0 0}.infoActions{flex-wrap:wrap;align-items:center;gap:28px;margin:62px 0 0;display:flex}.searchForm{max-width:580px;margin-top:46px}.searchForm label{letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:.74rem;font-weight:700;display:block}.searchForm div{gap:8px;display:flex}.searchForm input{background:var(--white);border:1px solid var(--line);font:inherit;border-radius:999px;flex:1;min-height:50px;padding:0 18px}.searchForm button{background:var(--ink);color:var(--white);cursor:pointer;border:0;border-radius:999px;padding:0 20px;font-weight:650}.searchPage .shopProducts{margin-top:64px}.customerPage{max-width:1080px;min-height:calc(100vh - 84px);margin:0 auto;padding:clamp(56px,9vw,128px) clamp(20px,5vw,88px)}.customerHeader{max-width:720px}.customerForm,.cartPanel,.accountPanel,.savedList{max-width:680px;margin-top:58px}.customerForm{gap:18px;display:grid}.customerForm label{letter-spacing:.07em;text-transform:uppercase;gap:8px;font-size:.74rem;font-weight:700;display:grid}.customerForm input{background:var(--white);border:1px solid var(--line);font:inherit;border-radius:8px;min-height:52px;padding:0 14px}.customerForm .primaryButton{cursor:pointer;border:0;justify-content:center;width:fit-content}.customerForm p{color:var(--muted);margin:8px 0 0;font-size:.9rem}.cartPanel,.accountPanel{border-top:1px solid var(--line);padding-top:8px}.cartItem,.cartTotal,.accountIdentity,.orderList>div,.savedList article{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px 0;display:flex}.cartItem div{gap:3px;display:grid}.cartItem span,.orderList span{color:var(--muted);font-size:.82rem}.cartTotal{padding-top:24px;font-size:1.2rem}.stagingNotice{background:var(--sage);margin:26px 0 0;padding:14px 16px;font-size:.86rem}.savedList article a{font-weight:650}.savedList button,.accountIdentity button{color:var(--muted);cursor:pointer;font:inherit;text-underline-offset:4px;background:0 0;border:0;text-decoration:underline}.accountPanel h2{margin:48px 0 18px;font-size:clamp(1.8rem,3vw,2.7rem)}@media (max-width:1000px){.siteHeader{grid-template-columns:1fr auto}.desktopNav{display:none}.mobileOnly{display:inline-flex}.heroSection{grid-template-columns:1fr}.heroCopy{order:2;min-height:620px}.heroMedia{order:1;min-height:68vh}.bodyGrid,.productGrid{grid-template-columns:repeat(2,1fr)}.productCard:last-child{display:none}.shopProducts{grid-template-columns:repeat(2,1fr)}.productPage{grid-template-columns:1fr}}@media (max-width:680px){.siteHeader{height:70px;padding-inline:16px}.brand img{width:112px}.desktopOnly{display:none}.localeLink{margin-right:0}.heroSection{min-height:auto}.heroMedia{min-height:56vh}.heroNote{bottom:24px;left:20px;right:20px}.heroCopy{min-height:auto;padding:58px 20px 76px}h1{font-size:clamp(3.3rem,17vw,5rem)}.heroIntro{margin-top:26px}.heroActions{flex-direction:column;align-items:flex-start;margin-top:34px}.sectionHeading{grid-template-columns:1fr}.bodyGrid{grid-template-columns:1fr 1fr;gap:16px}.bodyCardFooter{padding:12px 14px}.bodyCardIconWrapper,.bodyCardIconWrapper img{width:44px;height:44px}.bodyGrid strong{margin-left:8px;font-size:1rem}.sectionTitleRow{flex-direction:column;align-items:flex-start;gap:24px}.productGrid{scroll-snap-type:x mandatory;margin-right:-20px;padding-right:20px;display:flex;overflow-x:auto}.productCard,.productCard:last-child{scroll-snap-align:start;flex:0 0 84vw;display:block}.shopProducts{display:block}.shopProducts .productCard{margin-bottom:32px}.productVisual{min-height:auto}.productPurchase{padding:52px 20px 78px}.infoGrid{grid-template-columns:1fr;gap:34px}.promiseSection{grid-template-columns:1fr}.siteFooter{flex-direction:column;align-items:flex-start;gap:10px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}:focus-visible{outline:3px solid var(--coral);outline-offset:4px}.adminLogin{background:var(--ink);color:var(--white);align-items:stretch;min-height:100vh;padding:24px;display:grid}.adminLogin>section{align-self:center;width:100%;max-width:460px;margin:auto;padding:32px}.adminMark{letter-spacing:.03em;align-items:center;gap:10px;font-size:.9rem;font-weight:700;display:flex}.adminLogin .eyebrow{color:#b6c9bc;margin-top:86px}.adminLogin h1{font-size:clamp(3rem,6vw,5rem)}.adminLogin>section>p:not(.eyebrow){color:#ffffffab;margin:26px 0 36px}.adminLogin form{gap:17px;display:grid}.adminLogin label{letter-spacing:.06em;text-transform:uppercase;gap:8px;font-size:.76rem;font-weight:700;display:grid}.adminLogin input,.adminTableWrap input{color:inherit;font:inherit;background:0 0;border:1px solid #ffffff47;border-radius:8px;min-height:48px;padding:0 13px}.adminPrimary{background:var(--white);color:var(--ink);border:0;border-radius:999px;justify-content:space-between;align-items:center;margin-top:12px;padding:15px 18px 15px 22px;font-weight:700;display:flex}.formError{color:#ffad98;margin:0;font-size:.85rem}.adminShell{color:var(--ink);background:#f0eee8;grid-template-columns:235px 1fr;min-height:100vh;display:grid}.adminAside{background:var(--ink);color:var(--white);flex-direction:column;padding:28px 20px;display:flex}.adminAside nav{gap:5px;margin-top:72px;display:grid}.adminAside nav a{color:#ffffff94;border-radius:8px;padding:11px 12px;font-size:.86rem}.adminAside nav a.active,.adminAside nav a:hover{color:var(--white);background:#ffffff17}.adminAside>p{color:#ffffff7a;margin:auto 12px 0;font-size:.72rem;line-height:1.65}.adminContent{padding:clamp(28px,5vw,72px)}.adminHeader{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:42px;display:flex}.adminHeader .eyebrow{margin-bottom:12px}.adminHeader h1{font-size:clamp(2.8rem,5vw,5rem)}.adminHeader p:not(.eyebrow){color:var(--muted);max-width:520px;margin:16px 0 0}.refreshButton,.tableAction{background:var(--white);border:1px solid var(--line);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:11px 14px;font-size:.8rem;font-weight:650;display:inline-flex}.adminSummary{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px;display:grid}.adminSummary>div{background:var(--white);border-radius:16px;gap:7px;padding:20px;display:grid}.adminSummary span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.73rem;font-weight:700}.adminSummary strong{font-size:1.2rem}.adminTableWrap{background:var(--white);border-radius:16px;overflow-x:auto}.adminTableWrap table{border-collapse:collapse;width:100%;min-width:760px}.adminTableWrap th{color:var(--muted);letter-spacing:.09em;text-align:left;text-transform:uppercase;padding:18px 22px;font-size:.68rem;font-weight:700}.adminTableWrap td{vertical-align:middle;border-top:1px solid #e6e4dc;padding:18px 22px;font-size:.86rem}.adminTableWrap td strong,.adminTableWrap td span{display:block}.adminTableWrap td span:not(.statusPill){color:var(--muted);margin-top:3px;font-size:.72rem}.adminTableWrap input{border-color:var(--line);color:var(--ink);width:104px;min-height:37px}.statusPill{border:1px solid var(--line);border-radius:999px;padding:5px 8px;margin:0!important;font-size:.71rem!important;display:inline-block!important}.statusPill.available{background:#edf5ef;border-color:#c6dccb;color:#246339!important}.tableAction{padding:9px 11px}.adminLoading{color:var(--muted);justify-content:center;align-items:center;gap:10px;min-height:240px;display:flex}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:760px){.adminShell{grid-template-columns:1fr}.adminAside{display:none}.adminSummary{grid-template-columns:1fr}.adminHeader{flex-direction:column;align-items:flex-start}}.productPageWrapper{max-width:1400px;margin:0 auto;padding:40px 20px 80px}.productShortDescription{color:var(--muted);margin:20px 0;font-size:1.02rem;line-height:1.5}.productShortDescription h3,.productShortDescription h4{color:var(--ink);margin-bottom:8px;font-size:1.15rem;font-weight:600}.productShortDescription ul{margin:10px 0;padding-left:18px;list-style:outside}.productShortDescription li{margin:4px 0}.productRichDescriptionSection{border-top:1px solid var(--line);flex-direction:column;align-items:center;margin-top:80px;padding-top:60px;display:flex}.richDescriptionHeader{width:100%;max-width:900px;margin-bottom:40px}.richDescriptionHeader h2{letter-spacing:-.04em;color:var(--ink);font-size:2rem;font-weight:550}.productRichDescription{width:100%;max-width:900px;color:var(--ink);font-size:1.08rem;line-height:1.65}.productRichDescription h3{color:var(--ink);letter-spacing:-.02em;margin:40px 0 16px;font-size:1.6rem;font-weight:600}.productRichDescription h4{color:var(--ink);margin:30px 0 12px;font-size:1.3rem;font-weight:600}.productRichDescription p{margin:16px 0}.productRichDescription ul{margin:20px 0;padding-left:24px;list-style:outside}.productRichDescription li{margin:8px 0}.productRichDescription img{border-radius:20px;max-width:100%;height:auto;margin:32px 0}.productRichDescription a{color:var(--evergreen);font-weight:500;text-decoration:underline}.productGalleryContainer{flex-direction:column;gap:16px;width:100%;display:flex}.productGalleryMain{aspect-ratio:1;border:1px solid var(--line);background:var(--white);border-radius:20px;width:100%;position:relative;overflow:hidden}.productGalleryMain img{object-fit:contain;padding:24px}.productGalleryThumbnails{flex-wrap:wrap;gap:12px;display:flex}.productGalleryThumbnail{border:1px solid var(--line);cursor:pointer;background:var(--white);border-radius:12px;width:80px;height:80px;padding:0;transition:border-color .2s,transform .2s;position:relative;overflow:hidden}.productGalleryThumbnail.active{border-color:var(--evergreen);border-width:2px}.productGalleryThumbnail img{object-fit:contain;padding:6px}.productGalleryThumbnail:hover{transform:scale(1.04)}.productBreadcrumbs{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:24px;font-size:.82rem;display:flex}.productBreadcrumbs a{color:var(--muted);text-decoration:none;transition:color .15s}.productBreadcrumbs a:hover{color:var(--evergreen)}.productBreadcrumbs .separator{color:#0000002e}.productBreadcrumbs .current{color:var(--ink);font-weight:500}.lightboxOverlay{z-index:1000;cursor:zoom-out;background-color:#000000f2;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.lightboxClose{color:var(--white);cursor:pointer;z-index:1010;opacity:.75;background:0 0;border:0;padding:8px;transition:opacity .15s;position:absolute;top:24px;right:24px}.lightboxClose:hover{opacity:1}.lightboxNav{color:var(--white);cursor:pointer;z-index:1010;opacity:.8;background:#ffffff14;border:0;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:background .15s,opacity .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightboxNav:hover{opacity:1;background:#ffffff2e}.lightboxNav.prev{left:24px}.lightboxNav.next{right:24px}.lightboxContent{flex-direction:column;align-items:center;gap:16px;max-width:90vw;max-height:85vh;display:flex}.lightboxImageWrapper{max-width:100%;max-height:80vh;position:relative}.lightboxImage{object-fit:contain;border-radius:12px;max-width:100%;max-height:80vh}.lightboxCounter{color:#ffffffb3;background:#ffffff14;border-radius:20px;padding:4px 12px;font-size:.9rem;font-weight:500}.galleryZoomHint{color:var(--white);opacity:0;pointer-events:none;background:#0009;border-radius:20px;padding:6px 14px;font-size:.78rem;font-weight:500;transition:opacity .2s;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}.productGalleryMain:hover{cursor:zoom-in}.productGalleryMain:hover .galleryZoomHint{opacity:1}.mobileMenuOverlay{background:var(--white);z-index:100;box-sizing:border-box;flex-direction:column;width:100vw;height:100vh;padding:0 20px 40px;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.mobileMenuOverlay.open{transform:translate(0)}.mobileMenuHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:70px;margin-bottom:32px;display:flex}.mobileNav{flex-direction:column;gap:24px;font-size:1.4rem;font-weight:560;display:flex}.mobileMenuDivider{background:var(--line);height:1px;margin:12px 0}.mobileMenuActions{flex-direction:column;gap:20px;display:flex}.mobileMenuActions .iconLink{color:var(--muted);align-items:center;gap:14px;font-size:1.05rem;font-weight:500;display:flex}
