:root{--store-primary: #065f46;--store-primary-hover: #047857;--store-primary-active: #064e3b;--store-primary-light: #ecfdf5;--store-primary-surface: #f0fdf4;--store-accent: #f97316;--store-accent-hover: #ea580c;--store-accent-light: #fff7ed;--store-gold: #f59e0b;--store-gold-dark: #b45309;--store-gold-light: #fef3c7;--store-danger: #ef4444;--store-danger-light: #fee2e2;--store-ink: #000000;--store-ink-secondary: #000000;--store-muted: #000000;--store-line: #e2e8f0;--store-line-light: #f1f5f9;--store-bg: #ffffff;--store-card-bg: #ffffff;--store-shadow-sm: 0 1px 3px rgba(15, 23, 42, .05);--store-shadow-md: 0 4px 20px -2px rgba(15, 23, 42, .08), 0 2px 6px -1px rgba(15, 23, 42, .04);--store-shadow-lg: 0 5px 20px -10px rgb(41 117 111 / 78%), 0 5px 10px -5px rgba(15, 23, 42, .04);--store-shadow-xl: 0 25px 50px -12px rgba(15, 23, 42, .25);--store-radius-sm: 10px;--store-radius-md: 16px;--store-radius-lg: 16px;--store-radius-full: 9999px;--store-font: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;--store-font-heading: var(--store-font);--store-font-brand: "Baloo 2", sans-serif}html{scroll-behavior:smooth;font-size:16px;-webkit-font-smoothing:antialiased;overscroll-behavior-y:none}body{font-family:var(--store-font);background-color:var(--store-bg);color:var(--store-ink);margin:0;padding:0;line-height:1.6}*,*:before,*:after{box-sizing:border-box}a{color:inherit;text-decoration:none;transition:color .15s ease}button,input,select,textarea{font-family:inherit}img{max-width:100%;height:auto;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ui-icon{width:1.25rem;height:1.25rem;display:inline-block;vertical-align:middle;flex-shrink:0}.topbar{position:sticky;top:0;z-index:100;background:#fffffff0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--store-line);transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}.topbar-in{max-width:1280px;margin:0 auto;padding:10px;display:flex;align-items:center;justify-content:space-between;gap:10px}.topbar .logo{display:inline-flex;align-items:center;gap:0px;text-decoration:none;flex-shrink:0}.topbar .logo-img{display:block;width:auto;height:48px;transition:transform .2s ease;margin-left:-4px}.topbar .logo:hover .logo-img{transform:scale(1.03)}.brando{display:inline-flex;align-items:center;text-decoration:none}.header-search{flex:1;max-width:480px;position:relative;display:flex;align-items:center}.header-search input{width:100%;height:44px;padding:10px 44px 10px 18px;background:var(--store-bg);border:1px solid var(--store-line);border-radius:var(--store-radius-full);font-size:16px;color:var(--store-ink);transition:all .2s ease}.header-search input:focus{outline:none;background:#fff;border-color:var(--store-primary);box-shadow:0 0 0 4px #065f461a}.header-search button{position:absolute;right:6px;width:32px;height:32px;border:none;background:var(--store-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,transform .15s ease}.header-search button:hover{background:var(--store-primary-hover);transform:scale(1.05)}.header-search button .ui-icon{width:16px;height:16px}.search-suggest{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:120;background:#fff;border:1px solid var(--store-line);border-radius:var(--store-radius-md);box-shadow:var(--store-shadow-lg, 0 12px 32px -8px rgba(15, 23, 42, .18));padding:6px;max-height:60vh;overflow-y:auto}.search-suggest .ss-item{display:flex;align-items:center;gap:12px;padding:8px 10px;border-radius:var(--store-radius-sm);text-decoration:none;color:var(--store-ink);transition:background .12s ease}.search-suggest .ss-item:hover{background:var(--store-primary-light)}.search-suggest .ss-img{width:44px;height:44px;flex-shrink:0;border-radius:var(--store-radius-sm);object-fit:cover;background:var(--store-bg);border:1px solid var(--store-line)}.search-suggest .ss-text{display:flex;flex-direction:column;min-width:0;flex:1}.search-suggest .ss-name{font-size:13.5px;font-weight:700;color:var(--store-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-suggest .ss-sub{font-size:12px;color:var(--store-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-suggest .ss-price{flex-shrink:0;font-size:13.5px;font-weight:800;color:var(--store-primary);white-space:nowrap}.search-suggest .ss-empty{margin:0;padding:16px;text-align:center;font-size:13px;color:var(--store-muted)}.topbar-actions{display:flex;align-items:center;gap:5px;flex-shrink:0}.icon-btn{position:relative;display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 16px;border-radius:var(--store-radius-full);border:1px solid var(--store-line);background:#fff;color:var(--store-ink);font-size:13.5px;font-weight:600;cursor:pointer;transition:all .2s ease}.icon-btn:hover{background:var(--store-primary-light);border-color:#a7f3d0;color:var(--store-primary)}.icon-btn .ui-icon{width:20px;height:20px;color:var(--store-primary)}.cart-badge{position:absolute;top:-3px;right:0;min-width:20px;height:20px;padding:5px;border-radius:var(--store-radius-full);background:#026448;color:#fff;font-size:11px;font-weight:800;display:none;align-items:center;justify-content:center;box-shadow:0 0 3px #036448;animation:badge-pop .3s cubic-bezier(.175,.885,.32,1.275)}.cart-badge.show{display:inline-flex}@keyframes badge-pop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.account-btn{text-decoration:none}.nav-toggle{display:none;align-items:center;justify-content:center;width:42px;height:42px;margin-right:4px;border:1px solid var(--store-line);border-radius:var(--store-radius-sm);background:#fff;color:var(--store-ink);cursor:pointer;flex-shrink:0}.nav-toggle .ui-icon{width:22px;height:22px}.main-nav{background:#fff;border-bottom:1px solid var(--store-line)}.main-nav-in{max-width:1280px;margin:0 auto;padding:0 var(--store-gutter);display:flex;align-items:center;gap:32px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.main-nav-in::-webkit-scrollbar{display:none}.main-nav-link{flex:0 0 auto;padding:13px 0;font-size:14px;font-weight:600;color:var(--store-ink-secondary);text-decoration:none;white-space:nowrap;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease}.main-nav-link:hover{color:var(--store-primary)}.main-nav-link.is-active{color:var(--store-primary);border-bottom-color:var(--store-primary)}.main-nav-account{display:none}@media(max-width:860px){.nav-toggle{display:inline-flex}.main-nav{position:fixed;left:0;right:0;top:var(--topbar-height);z-index:95;display:none;background:#fff;box-shadow:var(--store-shadow-lg);border-bottom:1px solid var(--store-line)}.main-nav.is-open{display:block}.main-nav-in{flex-direction:column;align-items:stretch;gap:0;overflow:visible;padding:6px 16px 10px}.main-nav-link{padding:14px 10px;font-size:15px;border-bottom:1px solid var(--store-line-light);border-left:3px solid transparent}.main-nav-link:last-child{border-bottom:0}.main-nav-link.is-active{border-bottom-color:var(--store-line-light);border-left-color:var(--store-primary);background:var(--store-primary-surface)}.main-nav-account{display:flex;align-items:center;gap:10px}.main-nav-account .ui-icon{width:18px;height:18px}.account-btn,.account-btn .header-cart-label,.header-cart-label{display:none}}html:has(.cart-drawer[open]){overflow:hidden}.cart-drawer{position:fixed;inset:0 0 0 auto;margin:0;padding:0;width:min(440px,100vw);height:auto;max-width:100%;max-height:none;border:0;background:#fff;color:var(--store-ink);box-shadow:-10px 0 50px #0f172a33;display:none;flex-direction:column;z-index:200}.cart-drawer[open]{display:flex;animation:drawer-slide-in .3s cubic-bezier(.16,1,.3,1)}@keyframes drawer-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-drawer::backdrop{background:#0f172a00;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.drawer-head{padding:15px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--store-line)}.drawer-head h2{margin:2px 0 0;font-family:var(--store-font-heading);font-size:22px;font-weight:800}.drawer-head h2 span{font-size:14px;color:#1e7572;font-weight:700}.drawer-close{border:none;background:var(--store-bg);width:38px;height:38px;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--store-ink);transition:background .15s ease}.drawer-close:hover{background:var(--store-line)}.drawer-content{flex:1;overflow-y:auto;padding:0 15px}.drawer-shipping{padding:5px 0;font-size:13px;font-weight:700;color:#1e7572;border-bottom:1px solid #3791eb00}.drawer-shipping progress{display:block;appearance:none;width:100%;height:6px;margin-top:8px;border:none;border-radius:var(--store-radius-full);overflow:hidden;background:#e2e8f0}.drawer-shipping progress::-webkit-progress-bar{background:#e2e8f0}.drawer-shipping progress::-webkit-progress-value{background:#10b981}.drawer-shipping progress::-moz-progress-bar{background:#10b981}.drawer-item{display:grid;grid-template-columns:80px minmax(0,1fr);gap:16px;padding:18px 0;border-bottom:1px solid var(--store-line)}.drawer-item-thumb{display:flex;align-items:center;justify-content:center;width:80px;height:90px;overflow:hidden;overflow-x:clip;overflow-y:visible;border-radius:var(--store-radius-sm)}.drawer-item img{width:80px;height:90px;object-fit:contain;background:#f8fafc00;border-radius:var(--store-radius-sm);padding:6px;transform:translate(0) scale(1.7)}.drawer-item-info{display:flex;flex-direction:column;gap:4px}.drawer-item-name{font-size:14.5px;font-weight:700;color:var(--store-ink);text-decoration:none}.drawer-item-info>span{font-size:12px;color:#1e7572}.drawer-item-info strong{font-size:16px;font-weight:800;color:var(--store-primary);margin:4px 0}.drawer-item-actions{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:4px}.drawer-quantity{display:grid;grid-template-columns:32px 36px 32px;height:32px;align-items:center;text-align:center;border:1px solid var(--store-line);border-radius:var(--store-radius-sm);background:#fff}.drawer-quantity button{border:none;background:transparent;height:100%;cursor:pointer;font-size:16px;font-weight:700;color:var(--store-ink);display:flex;align-items:center;justify-content:center}.drawer-quantity button:hover:not(:disabled){background:var(--store-bg)}.drawer-quantity button:disabled{opacity:.3;cursor:default}.drawer-quantity output{font-size:13px;font-weight:700}.drawer-remove{border:none;background:none;cursor:pointer;color:var(--store-danger);font-size:12px;font-weight:600;text-decoration:underline;text-underline-offset:3px}.drawer-bottom{padding:0 15px 15px;padding-bottom:calc(15px + env(safe-area-inset-bottom));border-top:1px solid var(--store-line);background:#fff;box-shadow:0 -8px 20px #0000000d}.drawer-totals{margin:0 0 16px}.drawer-totals>div{display:flex;justify-content:space-between;padding:6px 0;font-size:13.5px;color:var(--store-muted)}.drawer-totals dd{margin:0;font-weight:700;color:var(--store-ink)}.drawer-totals .drawer-grand{font-size:19px;font-weight:800;color:var(--store-ink);border-top:1px solid var(--store-line);margin-top:0;padding-top:5px}.drawer-totals .drawer-grand dd{color:var(--store-primary)}.drawer-payment{font-size:12px;text-align:center;color:var(--store-muted);margin:0 0 12px}.drawer-checkout{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;background:var(--store-accent);color:#fff;font-size:15px;font-weight:700;border-radius:var(--store-radius-sm);text-decoration:none;box-shadow:0 4px 14px #f9731659;transition:all .2s ease}.drawer-checkout:hover{background:var(--store-accent-hover);color:#fff;transform:translateY(-1px)}.drawer-continue{display:block;margin:10px auto 0;border:none;background:none;cursor:pointer;font-size:12.5px;font-weight:600;color:#000;text-decoration:underline;text-underline-offset:3px}.drawer-empty{padding:60px 0;text-align:center}.drawer-empty>svg{width:64px;height:64px;color:#cbd5e1;margin:0 auto}.drawer-empty h3{font-family:var(--store-font-heading);font-size:20px;font-weight:800;margin:16px 0 8px}.drawer-empty p{font-size:13.5px;color:var(--store-muted);margin:0 0 20px}.store-main{max-width:1280px;margin:0 auto;padding:24px 24px 60px}.store-assurance{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:48px}.store-assurance [data-icon],.store-assurance .ui-icon{width:36px;height:36px;padding:8px;border-radius:var(--store-radius-sm);background:#fff;color:var(--store-primary);flex-shrink:0}.store-assurance span{font-size:13.5px;font-weight:700;color:var(--store-ink);line-height:1.35}.home-block{margin-bottom:50px}.home-section-title{font-family:var(--store-font-heading);font-size:26px;font-weight:800;margin:0 0 18px;color:var(--store-ink);letter-spacing:-.01em}.home-content{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}.home-content--right{direction:rtl}.home-content--right>*{direction:ltr}.home-content-media img{width:100%;height:auto;border-radius:var(--store-radius);display:block}.home-content-copy p{color:var(--store-muted);line-height:1.75}.home-content-copy .store-detail{margin-top:14px;display:inline-flex}.home-announcement{background:var(--store-primary-light);color:var(--store-primary);border-radius:var(--store-radius);padding:16px 22px;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:700;text-align:center}.home-announcement a{display:inline-flex;align-items:center;gap:10px;color:inherit}.home-announcement .ui-icon,.home-announcement [data-icon]{width:20px;height:20px}.home-banner img{width:100%;height:auto;border-radius:var(--store-radius);display:block}.home-spacer--small{height:20px}.home-spacer--medium{height:44px}.home-spacer--large{height:72px}.home-cat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:50px 25px}.home-cat-box{display:flex;flex-direction:column;padding:0;border:0;background:none;cursor:pointer;text-align:left;text-decoration:none;-webkit-tap-highlight-color:transparent}.store-catalog--row{margin-bottom:var(--store-section-gap)}.store-row{display:flex;gap:20px 20px;overflow-x:auto;padding:4px 4px 18px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#e2e8f000 transparent}.store-row>*{flex:0 0 300px;width:300px;max-width:300px;scroll-snap-align:start}.store-row::-webkit-scrollbar{height:8px}.store-row::-webkit-scrollbar-thumb{background:var(--store-line);border-radius:999px}.store-row::-webkit-scrollbar-thumb:hover{background:#cbd5e1}@media(max-width:640px){.store-row{gap:12px}.store-row>*{flex-basis:62vw;width:62vw;max-width:62vw}}.home-cat-media{position:relative;overflow:hidden;width:100%;aspect-ratio:4 / 2;border-radius:var(--store-radius-md);background:var(--store-line-light);box-shadow:var(--store-shadow-sm)}.home-cat-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-cat-box:hover .home-cat-media img{transform:scale(1)}.home-cat-body{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 2px 0}.home-cat-name{display:block;font-family:var(--store-font-heading);font-size:19px;font-weight:800;line-height:1.25;letter-spacing:-.01em;color:var(--store-ink)}.home-cat-desc{display:block;margin-top:5px;font-size:13.5px;line-height:1.6;color:#0e0e0e}.home-cat-go{flex:0 0 auto;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--store-primary);background:#fff;transition:transform .2s ease,background .2s ease;border:1px solid var(--store-line)}.home-cat-go .ui-icon{width:18px;height:18px}.home-cat-box:hover .home-cat-go{background:var(--store-primary);color:#fff}.home-cat-box.is-active .home-cat-name{color:var(--store-primary)}.home-cat-box.is-active .home-cat-media{box-shadow:0 0 0 3px #065f4659,var(--store-shadow-md)}.trust-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.trust-head .home-section-title{margin:0}.trust-eyebrow{display:flex;align-items:center;gap:12px;margin:0 0 10px;font-size:14px;font-style:italic;color:var(--store-primary)}.trust-eyebrow:before{content:"";width:36px;height:1px;background:currentColor;opacity:.5}.trust-lede{margin:10px 0 0;font-size:15px;line-height:1.6;color:var(--store-muted)}.trust-nav{display:flex;gap:8px;flex-shrink:0}.trust-nav-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--store-line);border-radius:50%;background:#fff;color:var(--store-ink);cursor:pointer;transition:border-color .15s ease,color .15s ease,opacity .15s ease}.trust-nav-btn:hover:not(:disabled){border-color:var(--store-primary);color:var(--store-primary)}.trust-nav-btn:disabled{opacity:.35;cursor:default}.trust-nav-btn .ui-icon{width:18px;height:18px}.trust-rail{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;margin:-4px -2px 0;padding:4px 4px 18px;scroll-padding-left:2px}.trust-rail::-webkit-scrollbar{display:none}.trust-card{position:relative;background:#fff;border:1px solid #e4e9f2;border-radius:16px;scroll-snap-align:start;box-shadow:0 2px 3px #e4e9f238;transition:transform .3s cubic-bezier(0,0,.5,1);flex:0 0 300px;height:300px;min-height:250px;padding-block:24px 56px;padding-inline:24px;padding-top:22px}.trust-card{--tone-soft: color-mix(in srgb, var(--tone) 12%, #ffffff)}.trust-card--tone-1{--tone: #7b61ff}.trust-card--tone-2{--tone: #ef5b00}.trust-card--tone-3{--tone: #0066e1}.trust-card--tone-4{--tone: #1a9e3a}.trust-card--tone-5{--tone: #c2255c}.trust-card--tone-6{--tone: #0c8599}.trust-card--tone-7{--tone: #9a6a00}.trust-card--tone-8{--tone: #9c36b5}.trust-card--tone-9{--tone: #5c7f0d}.trust-card--tone-10{--tone: #d42a2a}.trust-card-title strong{color:var(--tone)}.trust-card.has-detail{cursor:pointer}.trust-card:hover{transform:translateY(-3px);box-shadow:0 2px 3px #c2c2c2}.trust-card-icon{display:inline-flex;align-items:center;justify-content:center;background:var(--tone-soft);color:var(--tone);border-radius:18px;margin-bottom:5px}.trust-card-icon .ui-icon{width:64px;height:64px;padding:12px;border-radius:18px;stroke-width:2.25}.trust-card-title{margin:0 0 10px;letter-spacing:-.01em;color:var(--store-ink);font-size:1.45rem;line-height:1.16;font-weight:700}.trust-card-title strong{font-weight:700;font-size:1.45rem;line-height:1.16}.trust-card-text{margin:0;line-height:1.6;color:var(--store-muted);font-size:16px;line-height:1.3}.trust-card-more{position:absolute;right:18px;bottom:18px;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:50%;background:var(--tone);color:#fff;cursor:pointer;transition:transform .2s ease}.trust-card-more .ui-icon{width:32px;height:32px;stroke-width:2.25}.trust-card:hover .trust-card-more{transform:rotate(90deg)}dialog.trust-dialog{background:#fff;color:#1d1d1f;border:2px solid #0071e3;border-radius:30px;padding:80px 34px 56px;width:min(512px,100%);max-height:86vh;overflow-y:auto;box-shadow:24px 30px 42px -16px #000000b8;animation:sm-card 1s var(--ease) both;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Arial,sans-serif}dialog.trust-dialog[open]{animation:trust-dialog-in .5s ease}@keyframes trust-dialog-in{0%{opacity:0;transform:translateY(12px) scale(.98)}}dialog.trust-dialog::backdrop{inset:0;background:#0000007a;backdrop-filter:blur(10px);animation:sm-veil 1s var(--ease) both}html:has(dialog.trust-dialog[open]){overflow:hidden}.trust-dialog-close{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--store-line);border-radius:50%;background:#fff;color:var(--store-ink);cursor:pointer;transition:border-color .15s ease,color .15s ease}.trust-dialog-close:hover{border-color:var(--store-primary);color:var(--store-primary)}.trust-dialog-close .ui-icon{width:18px;height:18px}.trust-dialog-eyebrow{margin:0 0 10px;font-size:1.0625rem;font-weight:600;color:#1d1d1f;line-height:1.4;letter-spacing:0}.trust-dialog-title{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Helvetica Neue,Arial,sans-serif;font-weight:700;font-size:2rem;margin:0 0 22px;color:#1d1d1f;line-height:1.08;letter-spacing:0}.trust-dialog-body p{margin:0;font-size:1.0625rem;font-weight:500;line-height:1.52;letter-spacing:0}.trust-dialog-body p:last-child{margin-bottom:0}.page-header{padding:0 0 4px;margin-bottom:0}.page-crumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:13px;color:var(--store-muted);padding:8px 0 18px}.page-crumbs a{display:inline-flex;align-items:center;gap:5px;color:var(--store-muted);text-decoration:none;font-weight:500}.page-crumbs a:hover{color:var(--store-primary)}.page-crumbs a .ui-icon,.page-crumbs [data-icon] .ui-icon{width:14px;height:14px}.page-crumbs .sep{color:#cbd5e1;font-size:12px;margin:0 2px}.page-crumbs [aria-current]{color:var(--store-ink);font-weight:700}.page-header .page-title,.page-head{margin:10px 0}.page-head{margin-bottom:24px}.page-title,.page-head .home-section-title,.page-header .home-section-title{font-family:var(--store-font-heading);font-size:24px;font-weight:800;letter-spacing:-.02em;color:var(--store-ink);margin:0;line-height:1.15}.page-lead,.page-head-sub{margin:12px 0 22px;max-width:640px;color:var(--store-muted);font-size:15px;line-height:1.7}.page-head-sub{margin:8px 0 0}.cat-filter-bar{margin-bottom:30px}.cat-filter-bar .store-filters{display:flex;flex-wrap:wrap;gap:10px;overflow:visible}.cat-filter-bar .store-filter{flex:0 0 auto}@media(max-width:640px){.page-title,.page-header .home-section-title{font-size:26px}.cat-filter-bar .store-filters{gap:8px}}@media(max-width:768px){.cat-filter-bar .store-filters{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity}.cat-filter-bar .store-filters::-webkit-scrollbar{display:none}.cat-filter-bar .store-filter{scroll-snap-align:start}}.page-doc{max-width:760px}.page-doc p{color:var(--store-ink-secondary);line-height:1.8;margin:0 0 16px}.page-doc h2{font-family:var(--store-font-heading);font-size:20px;font-weight:800;color:var(--store-ink);margin:28px 0 10px}.page-doc ul{margin:0 0 16px;padding-left:20px;color:var(--store-ink-secondary);line-height:1.8}.page-doc li{margin-bottom:6px}.info-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:25px;align-items:start;margin-bottom:50px}.info-aside{display:flex;flex-direction:column;gap:16px;position:sticky;top:calc(var(--topbar-height, 67px) + 16px)}.info-nav-card{background:#fff;border:1px solid var(--store-line);border-radius:var(--store-radius-md);padding:20px;box-shadow:var(--store-shadow-sm)}.info-nav-title{font-family:var(--store-font-heading);font-size:15px;font-weight:800;color:var(--store-ink);margin:0 0 12px;padding:0 4px}.info-nav{display:flex;flex-direction:column;gap:2px}.info-nav a{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-radius:var(--store-radius-sm);font-size:13.5px;font-weight:600;color:var(--store-ink-secondary);text-decoration:none;transition:background .15s ease,color .15s ease}.info-nav a:hover{background:var(--store-primary-light);color:var(--store-primary)}.info-nav a.active{background:var(--store-primary);color:#fff}.info-nav a .ui-icon{width:15px;height:15px;flex-shrink:0}.info-fact-card{background:#fff;border:1px solid var(--store-line);border-radius:var(--store-radius-md);padding:20px;box-shadow:var(--store-shadow-sm)}.info-fact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.info-fact-list li{display:flex;align-items:flex-start;gap:11px;font-size:13.5px;font-weight:600;color:var(--store-ink-secondary);line-height:1.5}.info-fact-ic{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;border-radius:9px;background:var(--store-primary-light);color:var(--store-primary)}.info-fact-ic .ui-icon{width:16px;height:16px}.info-help-card{background:linear-gradient(160deg,var(--store-primary-surface) 0%,#ffffff 100%);border:1px solid #a7f3d0;border-radius:var(--store-radius-md);padding:22px;text-align:center}.info-help-icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:var(--store-primary);color:#fff;margin-bottom:12px}.info-help-icon .ui-icon{width:22px;height:22px}.info-help-card h3{font-size:15px;font-weight:800;color:var(--store-ink);margin:0 0 6px}.info-help-card p{font-size:12.5px;color:var(--store-muted);line-height:1.6;margin:0 0 14px}.info-help-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:var(--store-radius-full);background:var(--store-primary);color:#fff;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s ease}.info-help-btn:hover{background:var(--store-primary-hover)}.info-help-btn .ui-icon{width:15px;height:15px}.info-help-icon-wa,.info-help-btn-wa{background:#25d366}.info-help-btn-wa:hover{background:#1eb658}.info-help-btn-wa .ui-icon{width:17px;height:17px}.info-content{background:#fff;border:1px solid var(--store-line);border-radius:var(--store-radius-md);padding:20px;box-shadow:var(--store-shadow-sm)}.info-content .page-doc{max-width:none}.info-content .page-doc h2:first-child{margin-top:0}@media(max-width:860px){.info-layout{grid-template-columns:1fr;gap:18px}.info-aside{display:contents}.info-nav-card,.info-fact-card{order:0;padding:10px}.info-content{padding:10px;order:1}.info-help-card{order:2}}.home-cat-count{display:block;margin-top:6px;font-size:12.5px;font-weight:600;color:var(--store-primary)}.button-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:40px;padding:10px 20px;border:0;border-radius:var(--store-radius-sm);background:var(--store-primary);color:#fff;font-size:15px;font-weight:800;cursor:pointer;transition:background .15s ease,transform .15s ease}.button-cta:hover{background:var(--store-primary-hover);transform:translateY(-1px)}.auth-field{display:flex;flex-direction:column;gap:5px;margin-bottom:16px;text-align:left}.auth-field label{font-size:13px;font-weight:700;color:var(--store-ink)}.auth-field input,.auth-field textarea{width:100%;padding:12px 14px;border:1px solid var(--store-line);border-radius:var(--store-radius-sm);background:#fff;font-size:16px;color:var(--store-ink);font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}.auth-field input:focus,.auth-field textarea:focus{outline:none;border-color:var(--store-primary);box-shadow:0 0 0 4px #065f461a}.auth-input-wrap{position:relative}.field-spinner{position:absolute;top:50%;right:14px;width:18px;height:18px;margin-top:-9px;border:2px solid var(--store-primary-light);border-top-color:var(--store-primary);border-radius:50%;display:none;animation:fieldSpin .65s linear infinite;pointer-events:none}.auth-input-wrap.is-loading .field-spinner{display:block}.auth-input-wrap.is-loading input{padding-right:42px}@keyframes fieldSpin{to{transform:rotate(360deg)}}.button-cta:disabled{opacity:.65;cursor:default;transform:none}.auth-note{margin:14px 0 0;padding:10px 14px;border-radius:var(--store-radius-sm);background:var(--store-primary-light);color:var(--store-primary);font-size:13.5px;font-weight:600}.auth-card{max-width:400px;margin:25px auto 50px;padding:35px 30px;background:#fff;border:1px solid var(--store-line);border-radius:var(--store-radius-md);box-shadow:var(--store-shadow-md);text-align:center}.auth-title{font-family:var(--store-font-heading);font-size:24px;font-weight:800;color:var(--store-ink);margin:0 0 8px;letter-spacing:-.01em}.auth-subtitle{color:var(--store-muted);font-size:14px;line-height:1.6;margin:0 0 24px}.auth-forgot{display:inline-block;margin-top:16px;color:var(--store-primary);font-size:13.5px;font-weight:600;text-decoration:none}.auth-forgot:hover{text-decoration:underline}.auth-note-error{background:#fef2f2;color:#b91c1c}.auth-hint{margin:14px 0 0;padding:12px 14px;border-radius:var(--store-radius-sm);background:var(--store-bg);border:1px dashed var(--store-line);color:var(--store-ink-secondary);font-size:13px;line-height:1.55}.auth-card .auth-subtitle{margin:22px 0 0;padding-top:20px;border-top:1px solid var(--store-line);font-size:13px}.auth-card .auth-subtitle a{color:var(--store-primary);font-weight:700;text-decoration:none}.auth-card .auth-subtitle a:hover{text-decoration:underline}.auth-modal{max-width:420px;text-align:center}.auth-modal-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:var(--store-primary-light);color:var(--store-primary);margin-bottom:16px}.auth-modal-icon .ui-icon{width:26px;height:26px}.auth-modal-title{font-family:var(--store-font-heading);font-size:20px;font-weight:800;color:var(--store-ink);margin:0 0 8px}.auth-modal-text{font-size:14px;line-height:1.6;color:var(--store-muted);margin:0 0 24px}.auth-modal-actions{display:flex;flex-direction:column;gap:10px}.auth-modal-no{width:100%;min-height:46px;padding:12px 22px;border:1px solid var(--store-line);border-radius:var(--store-radius-sm);background:#fff;color:var(--store-ink-secondary);font-size:14px;font-weight:700;cursor:pointer;transition:background .15s ease,border-color .15s ease}.auth-modal-no:hover{background:var(--store-bg);border-color:var(--store-muted)}.contact-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:32px;align-items:start}.contact-info{display:flex;flex-direction:column;gap:18px}.contact-item{display:flex;gap:14px;align-items:flex-start}.contact-ic{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--store-primary-light);color:var(--store-primary)}.contact-ic .ui-icon{width:22px;height:22px}.contact-item b{display:block;font-size:14.5px;color:var(--store-ink)}.contact-item p{margin:3px 0 0;font-size:13.5px;color:var(--store-muted);line-height:1.55}.contact-item p a{color:var(--store-muted);text-decoration:none;transition:color .15s ease}.contact-item p a:hover{color:var(--store-primary)}.contact-whatsapp-card{padding:40px 28px}.contact-layout{margin-bottom:50px}.contact-whatsapp-card .info-help-icon{width:58px;height:58px;margin-bottom:16px}.contact-whatsapp-card .info-help-icon .ui-icon{width:28px;height:28px}.contact-whatsapp-card h3{font-size:20px}.contact-whatsapp-card p{max-width:38ch;margin:0 auto 20px;font-size:15px}.contact-whatsapp-card .info-help-btn{padding:13px 24px;font-size:15px}@media(max-width:720px){.contact-layout{grid-template-columns:1fr;gap:22px}.auth-card{padding:28px 20px}.page-title,.page-head .home-section-title{font-size:18px}}@media(max-width:720px){.home-content{grid-template-columns:1fr;gap:20px}.home-content--right{direction:ltr}.home-only-desktop{display:none!important}.home-cat-grid{grid-template-columns:repeat(2,1fr);gap:16px}.home-cat-name{font-size:16px}.home-cat-go{width:34px;height:34px}.trust-head{margin-bottom:18px}.trust-nav{display:none}.trust-lede{font-size:14px}.trust-rail{gap:14px;margin-right:calc(var(--store-gutter) * -1);padding-right:var(--store-gutter)}.trust-card{flex-basis:80vw;height:300px;min-height:250px;padding-block:24px 56px;padding-inline:24px;padding-top:22px}.trust-card-title{font-size:16px}dialog.trust-dialog{padding:26px 22px 22px;border-radius:20px}.trust-dialog-title{font-size:21px}}@media(min-width:721px){.home-only-mobile{display:none!important}}.store-catalog{scroll-margin-top:100px;margin-bottom:56px;padding:0}.store-catalog h2{font-family:var(--store-font-heading);font-size:30px;font-weight:800;margin:0;color:var(--store-ink);letter-spacing:-.01em}.store-filter{border:1px solid transparent;background:var(--store-bg);color:var(--store-muted);font-size:13px;font-weight:600;line-height:1.6;padding:8px 16px;border-radius:var(--store-radius-full);cursor:pointer;transition:all .15s ease;font-family:inherit}.store-filter:hover,.store-filter.is-active{background:#07604600;color:#076046;border-color:#076046;box-shadow:0 2px 8px #065f4640}.store-sort select{border:1px solid var(--store-line);background:#fff;color:var(--store-ink);font-size:13px;font-weight:600;padding:7px 12px;border-radius:var(--store-radius-sm);cursor:pointer;outline:none}.store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.store-add{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:45px;padding:10px;border-radius:var(--store-radius-sm);border:none;background:#076046;color:#fff;font-size:13.5px;font-weight:700;cursor:pointer;box-shadow:0 1px 8px #065f4633;transition:all .2s ease}.store-add:hover{background:var(--store-primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #065f464d}.store-detail{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:var(--store-radius-sm);border:1px solid var(--store-line);background:#fff;color:var(--store-ink);cursor:pointer;transition:all .15s ease}.store-detail:hover{background:var(--store-bg);border-color:var(--store-muted);color:var(--store-primary)}.store-empty{grid-column:1 / -1;text-align:center;padding:60px 24px;background:#fff;border:1px dashed var(--store-line);border-radius:var(--store-radius-md);color:var(--store-muted)}.store-empty h3{font-size:18px;color:var(--store-ink);margin:0 0 16px}.page-product{background:#fff}.page-product #app{max-width:1280px!important;margin:0 auto;padding:0 24px 60px}.page-product .wrap{max-width:100%!important;padding:0}.product-page-wrap{max-width:1280px;margin:0 auto}.page-product .card,.product-main-card{max-width:100%;background:transparent;box-shadow:none;padding:0}.store-breadcrumb{display:flex;align-items:center;gap:8px;padding:18px 0;font-size:13px;color:var(--store-muted);flex-wrap:wrap}.store-breadcrumb a{display:inline-flex;align-items:center;gap:5px;color:var(--store-muted);text-decoration:none;font-weight:500;transition:color .15s}.store-breadcrumb a:hover{color:var(--store-primary)}.store-breadcrumb a .ui-icon{width:14px;height:14px}.store-breadcrumb .bc-sep{color:#cbd5e1;font-size:12px;margin:0 2px}.store-breadcrumb [aria-current=page]{color:var(--store-ink);font-weight:700}.store-product-overview{display:grid;grid-template-columns:444px 1fr;gap:20px;background:#fff;border:1px solid var(--store-line);border-radius:var(--store-radius-md);padding:20px;margin-bottom:20px;box-shadow:var(--store-shadow-sm);align-items:start}dialog.product-zoom{border:none;border-radius:var(--store-radius-md);padding:0;background:#fff0;box-shadow:var(--store-shadow-xl);position:fixed;inset:0;margin:auto;outline:none;overscroll-behavior:contain;touch-action:none;aspect-ratio:3 / 3;height:90vh;width:auto;max-width:94vw;overflow:hidden}dialog.product-zoom::backdrop{background:#0000007a;backdrop-filter:blur(20px)}.zoom-close{position:absolute;top:10px;right:10px;z-index:2;width:35px;height:35px;border-radius:50%;border:1px solid var(--store-line);background:#ffffff2e;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.zoom-close:hover{background:#fee2e2;color:var(--store-danger);border-color:#fecaca}.zoom-stage{display:flex;align-items:center;justify-content:center;height:100%;width:100%}.zoom-stage img{height:100%;width:100%;object-fit:cover}.zoom-stage img.zoom-in-next{animation:zoom-in-next .32s cubic-bezier(.22,1,.36,1)}.zoom-stage img.zoom-in-prev{animation:zoom-in-prev .32s cubic-bezier(.22,1,.36,1)}@keyframes zoom-in-next{0%{opacity:.2;transform:translate(14%)}to{opacity:1;transform:none}}@keyframes zoom-in-prev{0%{opacity:.2;transform:translate(-14%)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.zoom-stage img.zoom-in-next,.zoom-stage img.zoom-in-prev{animation:none}}.zoom-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:35px;height:35px;border-radius:50%;border:1px solid var(--store-line);background:#ffffff2e;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--store-shadow-md);transition:all .15s}.zoom-nav:hover{border-color:var(--store-primary);color:#fff;transform:translateY(-50%) scale(1.06)}.zoom-prev{left:10px}.zoom-next{right:10px}.store-product-summary{display:flex;flex-direction:column}.product-title{font-family:var(--store-font-heading);font-size:32px;font-weight:800;line-height:1.25;letter-spacing:-.02em;color:var(--store-ink);margin:0 0 5px}.product-subtitle{font-size:15px;color:#000;line-height:1.6;margin:0 0 15px}.p-meta-bar{display:flex;align-items:center;gap:10px;font-size:15px;margin-bottom:10px;flex-wrap:wrap}.p-rating{display:inline-flex;align-items:center;gap:6px;color:var(--store-ink);font-weight:700;text-decoration:none}.p-stars{color:var(--store-gold);font-size:15px;letter-spacing:1px}.p-rc{color:#252525;font-size:12.5px;text-decoration:underline;text-underline-offset:2px}.stock-badge{display:inline-flex;align-items:center;gap:6px;font-weight:800;color:#059669}.pulse-dot{width:8px;height:8px;border-radius:50%;background:#059669;display:inline-block;box-shadow:0 0 0 3px #05966940;animation:pulseDot 2s infinite}@keyframes pulseDot{0%{box-shadow:0 0 #05966999}70%{box-shadow:0 0 0 8px #05966900}to{box-shadow:0 0 #05966900}}.product-bundles-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:0}.bundles-title{font-family:var(--store-font-heading);font-size:16px;font-weight:800;color:var(--store-ink);margin:0}.bundles-subtitle{font-size:12.5px;color:var(--store-muted);margin:2px 0 0}.purchase-options{border:none;padding:0;margin:0}.purchase-options-grid{display:flex;flex-direction:column;margin-bottom:15px}.purchase-option{position:relative;border:1px solid var(--store-line);border-radius:var(--store-radius-md);padding:14px 18px;background:#fff;cursor:pointer;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:14px;transition:all .2s cubic-bezier(.16,1,.3,1)}.purchase-option:hover{border-color:#a7f3d0;background:#f8fafc}.purchase-option.is-selected{border-color:var(--store-primary);background:#fff;box-shadow:0 4px 14px #065f4614}.purchase-radio-indicator{position:relative;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.purchase-radio-indicator input{position:absolute;opacity:0;width:0;height:0}.custom-radio-circle{width:20px;height:20px;border-radius:50%;border:2px solid var(--store-line);background:#fff;display:block;transition:all .2s ease}.purchase-option.is-selected .custom-radio-circle{border-color:var(--store-primary);background:var(--store-primary);box-shadow:inset 0 0 0 4px #fff}.purchase-option-title strong{font-size:15px;font-weight:800;color:var(--store-ink);display:block}.purchase-option-title .po-delivery{font-size:13px;color:var(--store-muted)}.purchase-option-title .po-savings{font-weight:700;color:#059669;letter-spacing:-.3px}.purchase-option-price{text-align:right}.purchase-option-price strong{font-size:17px;font-weight:800;color:var(--store-primary);display:block}.purchase-option-price s{font-size:12px;color:var(--store-muted);margin-right:4px}.purchase-option-price .unit-price{font-size:13px;color:#059669;font-weight:600}.purchase-option-badge{position:absolute;top:-9px;right:16px;background:var(--store-primary);color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em;padding:2px 10px;border-radius:var(--store-radius-full);box-shadow:0 2px 6px #065f4640;text-transform:uppercase}.product-actions-group{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:15px}.btn-add-cart{min-height:52px;padding:14px 20px;background:linear-gradient(135deg,#065f46,#047857);color:#fff;border:none;border-radius:var(--store-radius-sm);font-size:15px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 14px #065f464d;transition:all .15s ease}.btn-add-cart:hover{background:linear-gradient(135deg,#047857,#064e3b);transform:translateY(-1px);box-shadow:0 6px 18px #065f4666}.btn-add-cart.is-added{background:var(--store-primary-light);color:var(--store-primary);box-shadow:inset 0 0 0 1px #a7f3d0}.btn-add-cart.is-added:hover{background:#d1fae5;transform:none;box-shadow:inset 0 0 0 1px #a7f3d0}.btn-buy-now{min-height:52px;padding:14px 20px;background:#fff;color:var(--store-primary);border:2px solid var(--store-primary);border-radius:var(--store-radius-sm);font-size:15px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .15s ease}.btn-buy-now:hover{background:var(--store-primary-light);border-color:var(--store-primary-hover);transform:translateY(-1px)}.corporate-guarantees{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:18px 20px;background:#fff0;border:1px solid var(--store-line);border-radius:var(--store-radius-md)}.cg-item{display:flex;align-items:flex-start;gap:10px}.cg-icon{color:var(--store-primary);flex-shrink:0;margin-top:2px}.cg-icon .ui-icon{width:18px;height:18px}.cg-text{display:flex;flex-direction:column}.cg-text strong{font-size:13px;font-weight:700;color:var(--store-ink);line-height:1.35}.cg-text span{font-size:11.5px;color:var(--store-muted);line-height:1.35}.product-section-nav{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #ffffff00;flex-wrap:wrap}.sec-nav-link{display:inline-flex;align-items:center;gap:6px;font-size:15px;font-weight:700;line-height:1;color:#000;text-decoration:none;padding:7px 12px;border-radius:var(--store-radius-full);transition:color .15s ease,background .15s ease;background:transparent;border:1px solid #e1e7ef}.sec-nav-link .ui-icon{width:14px;height:14px}.sec-nav-link:hover{color:var(--store-primary);background:var(--store-primary-light)}.sec-nav-link.active{color:#076046;background:#fff0;border:1px solid #076046}.product-details-section{background:#fff;border:1px solid var(--store-line);border-radius:var(--store-radius-md);padding:36px 40px;margin-bottom:36px;box-shadow:var(--store-shadow-sm);scroll-margin-top:100px}.section-head-title{margin-bottom:24px}.section-head-title h2{font-family:var(--store-font-heading);font-size:24px;font-weight:800;color:var(--store-ink);margin:4px 0 0}.accordion-list{display:flex;flex-direction:column;gap:12px;padding:10px 0}.accordion-item{border:1px solid var(--store-line);border-radius:var(--store-radius-sm);overflow:hidden;background:#fff;transition:all .2s ease}.accordion-item[open]{border-color:#e1e7ef;box-shadow:0 4px 14px #065f460d}.accordion-summary{font-family:var(--store-font-heading);font-size:15.5px;font-weight:700;color:var(--store-ink);padding:18px 22px;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;user-select:none;background:#fff;transition:background .15s}.accordion-summary::-webkit-details-marker{display:none}.accordion-summary:hover{background:#f8fafc}.accordion-item[open] .accordion-summary{background:#f0fdf400;border-bottom:1px solid #e1e7ef}.acc-summary-title{display:flex;align-items:center;gap:10px}.acc-summary-title .ui-icon{width:18px;height:18px;color:#000}.acc-arrow{color:var(--store-primary);transition:transform .25s cubic-bezier(.16,1,.3,1);display:flex;align-items:center}.accordion-item[open] .acc-arrow{transform:rotate(180deg)}.accordion-content{padding:22px}.product-details-content{font-size:15px;line-height:1.8;color:#000}.product-details-content .sec-title{font-family:var(--store-font-heading);font-size:16px;font-weight:800;color:var(--store-ink);margin:0 0 12px;display:flex;align-items:center;gap:8px}.product-details-content ul{margin:0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:10px}.product-details-content li{display:flex;align-items:flex-start;gap:10px}.product-details-content li strong{color:var(--store-primary);font-size:14px}.p-desc{line-height:1.85}.p-desc p{margin:0 0 14px}.p-desc p:last-child{margin:0}.faq-content-box p{margin:0 0 16px;font-size:14px;line-height:1.65}.faq-content-box p:last-child{margin:0}.faq-content-box strong{color:var(--store-ink);display:block;margin-bottom:4px;font-size:14.5px}.reviews-section{background:#fff;border:1px solid var(--store-line);border-radius:var(--store-radius-md);padding:40px;margin-bottom:36px;box-shadow:var(--store-shadow-sm);scroll-margin-top:100px}.reviews-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px;flex-wrap:wrap}.reviews-heading h2{font-family:var(--store-font-heading);font-size:26px;font-weight:800;margin:4px 0 6px;color:var(--store-ink)}.reviews-lead{font-size:13.5px;color:var(--store-muted);margin:0}.rating-sum-card{display:flex;align-items:center;gap:15px;background:#fff0;border:1px solid var(--store-line);border-radius:var(--store-radius-md);padding:15px}.rsc-score-wrap{display:flex;align-items:baseline;gap:4px}.rsc-score-wrap .rs-val{font-size:30px;font-weight:800;color:var(--store-primary);line-height:1}.rsc-score-wrap .rs-sep{font-size:14px;color:var(--store-muted);font-weight:600}.rsc-details{display:flex;flex-direction:column;gap:2px}.rsc-details .rs-stars{color:var(--store-gold);font-size:15px;letter-spacing:1px}.rsc-details .rs-count{font-size:12px;color:var(--store-muted);font-weight:600}.rsc-badge{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;color:#059669;background:#ecfdf5;padding:4px 10px;border-radius:var(--store-radius-full);margin-left:8px}.rsc-badge .ui-icon{width:14px;height:14px}.reviews-grid,.page-product .reviews{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin:0 0 24px}.page-product .review{background:#fff;border:1px solid var(--store-line);border-radius:var(--store-radius-md);padding:15px;display:flex;flex-direction:column;gap:8px;transition:border-color .2s}.page-product .review:hover{border-color:#a7f3d0}.page-product .review .r-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.page-product .review .r-name{font-size:14px;font-weight:700;color:var(--store-ink);display:flex;align-items:center;gap:8px}.page-product .review .r-verified{font-size:11px;font-weight:700;color:#059669;background:#ecfdf5;padding:2px 8px;border-radius:4px}.page-product .review .r-stars{color:var(--store-gold);font-size:14px;letter-spacing:1px}.page-product .review .r-text{font-size:15px;line-height:1.65;color:var(--store-ink-secondary);margin:4px 0 8px;font-style:italic}.page-product .review time{font-size:11.5px;color:var(--store-muted);margin-top:auto}.reviews-more-wrap{text-align:center}.reviews-top:has(>#rating-sum[hidden]){display:none}.btn-reviews-more{padding:10px 24px;border:1px solid var(--store-line);background:#fff;color:var(--store-ink);font-size:13.5px;font-weight:700;border-radius:var(--store-radius-sm);cursor:pointer;transition:all .15s}.btn-reviews-more:hover{border-color:var(--store-primary);color:var(--store-primary);background:var(--store-primary-light)}.reviews-top{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px}.reviews-top .rating-sum-card{margin:0}.reviews-grid:empty{margin:0}.reviews-more-wrap{margin:16px 0 12px}.btn-add-review{display:inline-flex;align-items:center;gap:8px}#rf-submit{margin-top:5px}.btn-add-review .ui-icon{width:15px;height:15px}.reviews-empty{margin:0 0 12px;padding:18px;border:1px dashed var(--store-line);border-radius:var(--store-radius-sm);background:var(--store-bg);color:var(--store-muted);font-size:13.5px;text-align:center}body.no-scroll{overflow:hidden}.modal.review-modal{max-width:560px;max-height:90vh;overflow-y:auto;padding:15px;text-align:left}.review-modal-title{font-family:var(--store-font-heading);font-size:20px;font-weight:800;color:var(--store-ink);margin:0 0 2px}.review-modal-sub{font-size:13px;color:var(--store-muted);margin:0 0 15px}.review-form .rf-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.review-form .auth-field{margin-bottom:5px}.review-form input,.review-form textarea{padding:10px}.rf-opt{font-weight:500;color:var(--store-muted)}.review-form textarea{resize:vertical;min-height:60px}.star-input{display:inline-flex;gap:3px}.rf-row-rating .star-input{min-height:30px;align-items:center}.star-btn{display:inline-flex;padding:2px;border:0;background:none;cursor:pointer;color:#d1d5db;transition:color .12s ease,transform .12s ease}.star-btn .ui-icon{width:26px;height:26px;fill:currentColor;stroke:currentColor}.star-btn:hover{transform:scale(1.1)}.star-btn.is-on{color:#f5a623}.star-input.field-warn{border-radius:var(--store-radius-sm);animation:shakeField .3s ease}.star-input.field-warn .star-btn{color:var(--store-danger)}.review-code-note{display:flex;align-items:flex-start;gap:10px;margin:12px 0 0;padding:10px;border-radius:var(--store-radius-sm);background:var(--store-primary-surface);border:1px solid #d1fae5;font-size:12px;line-height:1.55;color:var(--store-ink-secondary)}.review-code-note .ui-icon{width:18px;height:18px;flex-shrink:0;margin-top:1px;color:var(--store-primary)}.review-code-note b{color:var(--store-ink)}.review-error-view{text-align:center;padding:8px 0}.review-error-icon{background:var(--store-danger-light);color:var(--store-danger)}.button-cta.is-loading{color:transparent!important;pointer-events:none;position:relative}.button-cta.is-loading:after{content:"";position:absolute;top:50%;left:50%;width:18px;height:18px;margin:-9px 0 0 -9px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:fieldSpin .65s linear infinite}@media(max-width:520px){.review-form .rf-row{grid-template-columns:1fr}}.store-checkout{background:#fff;border:1px solid var(--store-line);border-radius:var(--store-radius-md);padding:44px;margin-bottom:40px;box-shadow:var(--store-shadow-md);scroll-margin-top:100px}.checkout-heading{margin-bottom:36px;text-align:center;max-width:620px;margin-left:auto;margin-right:auto}.checkout-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1.25fr);gap:44px;align-items:start}.page-product #sepet,.cart-box{display:block!important;background:#fff;border:1px solid var(--store-line);border-radius:var(--store-radius-md);padding:28px 24px;position:sticky;top:90px;align-self:start;box-shadow:var(--store-shadow-sm)}.cart-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:0;border-bottom:1px solid #f1f5f900}.cart-head h3{font-family:var(--store-font-heading);font-size:17px;font-weight:800;color:var(--store-ink);margin:0;display:flex;align-items:center;gap:8px}.cart-head h3 .ui-icon{width:18px;height:18px;color:var(--store-primary)}.cart-clear{border:none;background:none;color:var(--store-muted);font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px;transition:color .15s}.cart-clear:hover{color:var(--store-danger)}.cart-clear .ui-icon{width:14px;height:14px}.cart-notice{padding:10px 14px;border-radius:var(--store-radius-sm);font-size:12px;font-weight:600;display:flex;align-items:center;gap:8px;margin-bottom:16px;line-height:1.4}.cart-notice .ui-icon{width:16px;height:16px;flex-shrink:0}.cart-notice.warn{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.cart-empty-box{padding:36px 16px;text-align:center;color:var(--store-muted)}.cart-empty-box .ce-icon{width:44px;height:44px;margin:0 auto 10px;color:#cbd5e1;display:flex;align-items:center;justify-content:center}.cart-empty-box p{font-size:13.5px;margin:0 0 14px}.btn-shop-now{display:inline-flex;padding:7px 16px;border-radius:var(--store-radius-full);background:var(--store-primary);color:#fff;font-size:12.5px;font-weight:700;text-decoration:none}.cart-items{display:flex;flex-direction:column;gap:10px}.cart-item{display:flex;align-items:center;gap:5px;padding:20px 0;background:#f8fafc00;border:1px solid var(--store-line);border-radius:var(--store-radius-sm);margin-top:3px}.cart-item .ci-thumb{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:80px;height:80px;overflow:hidden;overflow-x:clip;overflow-y:visible;border-radius:5px}.cart-item .ci-img{width:80px;height:80px;object-fit:contain;background:#fff0;border-radius:5px;padding:0;border:1px solid #f1f5f900;transform:translate(0) scale(1.5)}.cart-item .ci-body{flex:1;min-width:0}.cart-item .ci-name{font-size:13px;font-weight:700;color:var(--store-ink);margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item .ci-tier{font-size:11px;color:var(--store-muted);font-weight:500}.cart-item .ci-price{font-size:13.5px;font-weight:800;color:var(--store-primary);display:flex;align-items:baseline;gap:6px}.cart-item .ci-old{text-decoration:line-through;color:var(--store-muted);font-size:11px;font-weight:500}.qty{display:flex;align-items:center;background:#fff;border:1px solid var(--store-line);border-radius:6px;overflow:hidden;height:28px}.qty-btn,.qty button{width:28px;height:28px;border:none;background:transparent;color:var(--store-ink);font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s;padding:0}.qty-btn:hover,.qty button:hover{background:var(--store-primary-light);color:var(--store-primary)}.qty-btn:disabled,.qty button:disabled{opacity:.35;cursor:not-allowed}.qty-num,.qty span{min-width:22px;text-align:center;font-size:12.5px;font-weight:700;color:var(--store-ink);user-select:none}.ci-remove{width:28px;height:28px;border:none;background:transparent;color:var(--store-muted);border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;padding:0}.ci-remove:hover{background:#fee2e2;color:var(--store-danger)}.ci-remove svg{width:15px;height:15px;stroke:currentColor}.cart-sum{border-top:1px solid #e2e8f000;margin-top:0;padding-top:10px}.cs-row{display:flex;justify-content:space-between;font-size:13px;color:#4f5154;margin:6px 0;font-weight:600}.cs-free{color:#076046;font-weight:700;background:var(--store-primary-light);padding:1px 5px;border-radius:15px}.checkout-savings{color:#076046;background:var(--store-primary-light);padding:0 5px;border-radius:15px;font-weight:700}.savings-val{color:#076046}.cart-total{display:flex;justify-content:space-between;align-items:center;border-top:1.5px solid var(--store-line);margin-top:10px;padding-top:0}.ct-label{display:flex;flex-direction:column}.ct-label span{font-size:14px;font-weight:700;color:var(--store-ink)}.ct-label small{font-size:11px;color:#000}.cart-total b{font-size:22px;font-weight:800;color:var(--store-primary)}.cart-cta-row{margin-top:14px}.cart-cta{width:100%;min-height:45px;background:#0171e4;color:#fff;border:none;border-radius:var(--store-radius-sm);font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .15s ease;box-shadow:0 2px 8px #065f4633}.cart-cta:hover{background:#0171e4;transform:translateY(-1px)}.cart-trust-badges{display:flex;justify-content:space-around;gap:8px;margin-top:18px;padding-top:14px;border-top:1px dashed var(--store-line)}.ctb-item{display:flex;align-items:center;gap:5px;font-size:11px;font-weight:600;color:var(--store-muted)}.ctb-item .ui-icon{width:14px;height:14px;color:var(--store-primary)}.checkout-form-container{min-width:0}.form-step-card{background:#fff;border:1px solid var(--store-line);border-radius:var(--store-radius-md);padding:24px 22px;margin-bottom:20px;box-shadow:0 2px 8px #0f172a08}.step-card-header{display:flex;align-items:flex-start;gap:5px;margin-bottom:10px;padding-bottom:10px}.step-badge{width:18px;height:25px;border-radius:50%;color:var(--store-primary);display:flex;align-items:center;justify-content:center}.step-header-text h3{font-family:var(--store-font-heading);font-size:16px;font-weight:800;color:var(--store-ink);margin:0}.step-header-text p{font-size:12.5px;color:var(--store-muted);margin:2px 0 0}.form-group{display:block;margin-bottom:16px}.lbl{display:block;font-size:13px;font-weight:700;color:var(--store-ink);margin-bottom:6px}.req{color:var(--store-danger)}#order-form input:not([type=checkbox]),#order-form select,#order-form textarea{width:100%;min-height:50px;padding:10px 16px;border:1px solid var(--store-line);border-radius:var(--store-radius-sm);background:#fff;font-size:16px;color:var(--store-ink);transition:all .2s ease;outline:none}#order-form input:focus,#order-form select:focus,#order-form textarea:focus{border-color:var(--store-primary);box-shadow:0 0 0 3px #065f461f}#order-form input:hover,#order-form select:hover,#order-form textarea:hover{border-color:#cbd5e1}.field-warn,#order-form .field-warn{border-color:var(--store-danger)!important;box-shadow:0 0 0 3px #ef444426!important;animation:shakeField .3s ease}@keyframes shakeField{0%,to{transform:translate(0)}20%,60%{transform:translate(-4px)}40%,80%{transform:translate(4px)}}.row-2{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.sg-wrap{position:relative;display:block}.sg-box{position:absolute;left:0;right:0;top:calc(100% + 4px);z-index:90;max-height:240px;overflow-y:auto;padding:6px;background:#fff;border:1px solid #a7f3d0;border-radius:var(--store-radius-sm);box-shadow:0 12px 28px #0f172a29;display:none}.sg-box.show{display:grid;gap:4px}.sg-item{width:100%;padding:10px 12px;border:none;border-radius:6px;background:transparent;color:var(--store-ink);font-size:13.5px;font-weight:600;text-align:left;cursor:pointer}.sg-item:hover,.sg-item:focus{background:var(--store-primary-light);color:var(--store-primary);outline:none}.payment-cards-group{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.payment-card{position:relative;display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border:1px solid var(--store-line);border-radius:var(--store-radius-sm);background:#fff;cursor:pointer;transition:all .2s ease}.payment-card input{position:absolute;opacity:0;width:0;height:0}.payment-card:hover{border-color:#a7f3d0;background:#f8fafc}.payment-card.is-selected{border-color:var(--store-primary);background:#fff;box-shadow:0 4px 14px #065f460f}.pm-radio-circle{width:20px;height:20px;border-radius:50%;border:2px solid var(--store-line);background:#fff;margin-top:2px;flex-shrink:0;transition:all .2s ease}.payment-card.is-selected .pm-radio-circle{border-color:var(--store-primary);background:var(--store-primary);box-shadow:inset 0 0 0 4px #fff}.pm-body{flex:1;min-width:0}.pm-top{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.pm-title{font-size:14.5px;font-weight:700;color:var(--store-ink)}.pm-badge{font-size:10.5px;font-weight:700;color:var(--store-primary);background:var(--store-primary-light);padding:2px 8px;border-radius:var(--store-radius-full)}.pm-desc{font-size:12.5px;color:var(--store-muted);margin:2px 0 6px}.pm-card-tags{display:flex;gap:6px}.card-chip{font-size:11px;font-weight:800;color:var(--store-ink-secondary);background:#fff;border:1px solid var(--store-line);padding:1px 6px;border-radius:4px}.consent-styled,.consent{display:flex!important;align-items:flex-start;gap:10px;font-size:12.5px;color:var(--store-muted);margin:20px 0;cursor:pointer}.consent-styled input,.agree-box{width:18px;height:18px;accent-color:var(--store-primary);margin-top:2px;flex-shrink:0;cursor:pointer;position:absolute;opacity:0;pointer-events:none}.consent-custom-box{width:22px;height:22px;border-radius:6px;border:2px solid var(--store-line);background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease;margin-top:2px}.consent-styled input:checked+.consent-custom-box{background:var(--store-primary);border-color:var(--store-primary)}.consent-styled input:checked+.consent-custom-box:after{content:"";width:5px;height:10px;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:rotate(45deg) translate(-1px,-2px);display:block}.consent-text{flex:1;min-width:0;line-height:1.5}.consent-styled a,.consent a{color:#000;font-weight:700;text-decoration:underline}.form-submit-group{margin-top:32px}.select-styled{position:relative}.select-styled:after{content:"▼";position:absolute;right:16px;top:50%;transform:translateY(-50%);font-size:10px;color:var(--store-muted);pointer-events:none}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.btn-corporate-submit,.btn-block,#f-submit{width:100%;min-height:45px;background:#0171e4;color:#fff;border:none;border-radius:var(--store-radius-sm);font-size:15px;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease;margin-top:16px}.btn-corporate-submit:hover,.btn-block:hover,#f-submit:hover{background:#0171e4;transform:translateY(-1px)}.btn-corporate-submit:disabled,.btn-block:disabled,#f-submit:disabled{opacity:.6;cursor:not-allowed}.btn-corporate-submit .ui-icon{width:18px;height:18px}.form-privacy-guarantee{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11.5px;color:var(--store-muted);margin:12px 0 16px;text-align:center}.form-privacy-guarantee .ui-icon{width:14px;height:14px;color:var(--store-primary);flex-shrink:0}.err,#form-err{display:none;padding:12px 16px;border-radius:var(--store-radius-sm);background:var(--store-danger-light);color:var(--store-danger);font-size:13.5px;font-weight:700;margin-bottom:16px;border:1px solid #fecaca}.err.show{display:block;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.slider{position:relative;margin:16px 0}.slider__track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;padding:4px 2px}.slider__track::-webkit-scrollbar{display:none}.slider__navigation-button{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border-radius:50%;border:1px solid var(--store-line);background:#fff;color:var(--store-ink);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--store-shadow-md);transition:all .15s ease}.slider__navigation-button:hover{border-color:var(--store-primary);color:var(--store-primary);transform:translateY(-50%) scale(1.06)}.slider__navigation-button--prev{left:-16px}.slider__navigation-button--next{right:-16px}.mobile-purchase{display:none}.mp-info{display:flex;flex-direction:column;line-height:1.2}.mp-name{font-size:12px;color:var(--store-muted);font-weight:600}.mp-price{font-size:20px;font-weight:800;color:var(--store-primary)}.btn-mp-buy{flex-shrink:0;min-height:46px;padding:10px 22px;background:var(--store-primary);color:#fff;border:none;border-radius:var(--store-radius-sm);font-size:14px;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 4px 14px #065f464d}.overlay{position:fixed;inset:0;background:#0f172ab3;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;z-index:300;padding:20px}.overlay.show{display:flex;animation:overlayFadeIn .25s ease}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.modal{background:#fff;border-radius:var(--store-radius-md);max-width:520px;width:100%;padding:36px;position:relative;box-shadow:var(--store-shadow-xl);outline:none}.info-modal{max-width:580px;max-height:85vh;overflow-y:auto}.info-x{position:absolute;top:18px;right:18px;width:36px;height:36px;border-radius:50%;border:none;background:var(--store-bg);color:var(--store-ink);font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.info-x:hover{background:#e2e8f0}.info-modal h2{font-family:var(--store-font-heading);font-size:22px;font-weight:800;margin:0 0 16px;color:var(--store-ink)}.info-body{font-size:14px;line-height:1.8;color:var(--store-ink-secondary)}.assist-box{text-align:center}.assist-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:var(--store-radius-full);background:var(--store-primary-light);color:var(--store-primary);font-size:12px;font-weight:700;margin-bottom:12px}.assist-badge .ui-icon{width:14px;height:14px}.assist-box h2{font-family:var(--store-font-heading);font-size:20px;font-weight:800;color:var(--store-ink);margin:0 0 14px}.assist-box textarea{width:100%;border:1px solid var(--store-line);border-radius:var(--store-radius-sm);padding:12px;font-size:14px;margin-bottom:16px;outline:none;font-family:inherit}.assist-box textarea:focus{border-color:var(--store-primary);box-shadow:0 0 0 3px #065f461f}.assist-spin{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:var(--store-primary);border-radius:50%;animation:spin .8s linear infinite;margin:20px auto}@keyframes spin{to{transform:rotate(360deg)}}.assist-note{font-size:13.5px;color:var(--store-muted);margin:0 0 20px}.assist-summary{font-size:14px;color:var(--store-ink);background:#f8fafc;border:1px solid var(--store-line);border-radius:var(--store-radius-sm);padding:14px;margin:16px 0;font-weight:600;text-align:left}.assist-link{display:inline-block;margin-top:10px;border:none;background:none;color:var(--store-muted);font-size:13px;font-weight:600;cursor:pointer;text-decoration:underline}.btn-wa-modal{background:#10b981;color:#fff;text-decoration:none}.btn-wa-modal:hover{background:#059669}.success-modal-card{text-align:center}.success-check-circle{width:68px;height:68px;border-radius:50%;background:#ecfdf5;color:#059669;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.success-check-circle .ui-icon{width:36px;height:36px}.success-modal-card h2{font-family:var(--store-font-heading);font-size:24px;font-weight:800;color:var(--store-ink);margin:0 0 10px}.sm-desc{font-size:14px;color:var(--store-muted);line-height:1.6;margin:0 0 16px}.modal-code{display:inline-block;background:#f1f5f9;border:1px solid var(--store-line);border-radius:var(--store-radius-sm);padding:8px 18px;font-size:14px;font-weight:800;color:var(--store-primary);margin-bottom:16px}.sm-info{font-size:12.5px;color:var(--store-muted);display:flex;align-items:center;justify-content:center;gap:6px;margin:0 0 24px}.sm-info .ui-icon{width:16px;height:16px;color:var(--store-primary)}.btn-wa-success{background:#10b981;color:#fff}.btn-wa-success:hover{background:#059669}.btn-link-home{display:block;margin-top:14px;font-size:13px;font-weight:600;color:var(--store-muted);text-decoration:underline}.confirm-modal{text-align:center;max-width:420px}.confirm-modal h2{font-size:20px;font-weight:800;color:var(--store-ink);margin:0 0 8px}.confirm-modal p{font-size:14px;color:var(--store-muted);margin:0 0 20px}.confirm-actions{display:flex;gap:12px}.confirm-yes,.btn-confirm-yes{flex:1;min-height:44px;background:var(--store-danger);color:#fff;border:none;border-radius:var(--store-radius-sm);font-size:14px;font-weight:700;cursor:pointer;transition:background .15s}.confirm-yes:hover,.btn-confirm-yes:hover{background:#dc2626}.confirm-no,.btn-confirm-no{flex:1;min-height:44px;background:#f1f5f9;color:var(--store-ink);border:1px solid var(--store-line);border-radius:var(--store-radius-sm);font-size:14px;font-weight:700;cursor:pointer;transition:background .15s}.confirm-no:hover,.btn-confirm-no:hover{background:#e2e8f0}.site-foot{background:#f5f5f7;color:#000;padding:30px 0 20px;box-shadow:0 -5px 5px -5px #0000001c}.foot-top{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2.6fr);gap:48px;padding-bottom:40px}.foot-logo-img{display:block;width:auto;height:48px;margin-left:-4px}.foot-brand-desc{font-size:13.5px;color:#000;line-height:1.75;margin:0 0 20px;max-width:1000px}.foot-social{display:flex;gap:10px;flex-wrap:wrap}.foot-social a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1px solid rgb(7 96 70);color:#076046;transition:all .2s ease}.foot-social a:hover{background:#f4f2ea1a;color:#0e533f;border-color:#679584}.foot-social .ui-icon{width:18px;height:18px}.foot-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.foot-col h3{font-family:var(--store-font-heading);font-size:15px;font-weight:700;color:#000;margin:0 0 16px}.foot-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px}.foot-col a{font-size:13.5px;color:#000;text-decoration:none;transition:color .15s ease;display:inline-flex;align-items:flex-start;gap:8px}.foot-col a:hover{color:#053a2b}.foot-contact li{font-size:13.5px;color:#f4f2ea;line-height:1.5}.foot-contact-line{display:flex;align-items:flex-start;gap:8px}.foot-contact .ui-icon{width:16px;height:16px;color:#fff;flex-shrink:0;margin-top:2px}.foot-bottom{padding-top:20px;border-top:1px solid rgb(255 255 255 / 0%);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:15px;font-size:12.5px;color:#191919;box-shadow:0 -5px 5px -5px #0000001c}.foot-payment{display:inline-flex;align-items:center;gap:7px;color:#c4c9b9;font-size:12px;font-weight:600;white-space:nowrap}.foot-payment .ui-icon{width:15px;height:15px;color:var(--store-primary, #4c9a52);flex-shrink:0}.foot-legal{display:flex;flex-wrap:wrap;gap:18px}.foot-legal a{color:#000;text-decoration:none;transition:color .15s ease}.foot-legal a:hover{color:#053a2b}.site-foot{overflow-x:hidden}.foot-brand,.foot-links,.foot-col{min-width:0}.foot-col a,.foot-contact li,.foot-brand-desc{overflow-wrap:anywhere}@media(max-width:1024px){.store-assurance{grid-template-columns:repeat(2,1fr)}.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.foot-top{grid-template-columns:1fr;gap:36px}.checkout-layout{grid-template-columns:minmax(0,1fr);gap:36px}.page-product #sepet{position:static}}@media(max-width:640px){.checkout-related{min-height:0px!important;margin-bottom:0!important;padding:10px 0!important;border:1px solid #ffffff00!important}.store-product:hover{transform:translateY(0);border-color:#d1def5;box-shadow:none}.topbar-in{padding:15px 0 10px;flex-wrap:nowrap;gap:12px}.topbar .logo-img{height:40px}.header-search{display:none}.icon-btn{height:38px;padding:0 12px;font-size:12px}.header-cart-label{display:none}.store-main{padding:10px 10px 0!important}.store-assurance{grid-template-columns:repeat(2,1fr);gap:12px}.store-assurance [data-icon],.store-assurance .ui-icon{width:32px;height:32px;padding:6px}.store-assurance span{font-size:11.5px}.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.store-add,.store-detail{min-height:36px;font-size:11.5px!important;padding:6px;border-radius:var(--store-radius-sm)}.foot-top{grid-template-columns:1fr;gap:28px;padding-bottom:30px}.foot-links{grid-template-columns:repeat(2,1fr);gap:22px}.foot-bottom{flex-direction:column;align-items:flex-start;gap:12px}.store-product-overview{padding:20px;gap:24px;border-radius:var(--store-radius-md)}.product-title{font-size:24px}.product-subtitle{font-size:13.5px}.purchase-option{padding:12px 14px;gap:10px;border-radius:var(--store-radius-sm)}.purchase-option-title strong{font-size:13.5px}.purchase-option-price strong{font-size:15.5px}.purchase-option-badge{font-size:9px;padding:2px 6px;top:-8px;right:12px}.product-actions-group{grid-template-columns:1fr;gap:8px}.btn-buy-now,.btn-add-cart{min-height:48px;font-size:14px;border-radius:var(--store-radius-sm)}.corporate-guarantees{grid-template-columns:1fr;gap:10px;padding:14px 16px}.product-section-nav{gap:4px;padding:5px 2px}.sec-nav-link{font-size:12px;padding:7px 10px;gap:5px}.sec-nav-link .ui-icon{width:13px;height:13px}.product-details-section{padding:20px;border-radius:var(--store-radius-md)}.accordion-summary{font-size:14px;padding:14px 16px}.accordion-content{padding:16px}.product-details-content{font-size:13px}.reviews-section{padding:20px;border-radius:var(--store-radius-md)}.reviews-heading{gap:16px;margin-bottom:20px}.reviews-heading h2{font-size:22px}.rating-sum-card{padding:10px 14px;gap:12px;flex-wrap:wrap}.rsc-score-wrap .rs-val{font-size:24px}.rsc-details .rs-stars{font-size:13px}.page-product .reviews,.reviews-grid{grid-template-columns:1fr;gap:14px}.page-product .review{padding:16px;border-radius:var(--store-radius-sm)}.page-product .review .r-name{font-size:13px}.page-product .review .r-verified{font-size:9.5px}.page-product .review .r-stars{font-size:11px}.page-product .review .r-text{font-size:12.5px}.store-checkout{padding:20px;border-radius:var(--store-radius-md)}.checkout-heading p{font-size:13px}.form-step-card{padding:16px 14px;border-radius:var(--store-radius-sm)}.step-header-text h3{font-size:15px}#order-form input:not([type=checkbox]),#order-form select,#order-form textarea{min-height:44px;border-radius:var(--store-radius-sm);font-size:16px}.row-2{grid-template-columns:1fr;gap:12px;margin-bottom:12px}.sg-box{border-radius:var(--store-radius-sm);max-height:200px}.sg-item{font-size:13px;padding:8px 10px}.payment-card{padding:12px 14px}.pm-title{font-size:13.5px}.consent-styled{font-size:11.5px;margin:14px 0}.btn-corporate-submit,.btn-block,#f-submit{min-height:48px;font-size:14.5px;border-radius:var(--store-radius-sm)}.page-product #sepet,.cart-box{padding:16px;border-radius:var(--store-radius-sm)}.cart-head h3{font-size:15px}.cart-item{padding:10px;border-radius:var(--store-radius-sm)}.cart-item .ci-thumb{width:55px;height:70px}.cart-item .ci-img{width:55px;height:70px;transform:translate(0) scale(1.7)}.cart-item .ci-name{font-size:12px}.cart-item .ci-tier{font-size:11px}.cart-item .ci-price{font-size:13px}.cs-row{font-size:12px}.cart-total b{font-size:19px}}.p-hero-head{display:flex;flex-direction:column}.in-stock{color:#059669}.social-proof{margin-bottom:14px}.foot-note{height:20px}.assist-pane{display:flex;flex-direction:column;align-items:center;text-align:center}.assist-actions{display:grid;gap:10px;width:100%;margin-top:24px}.modal-icon{width:56px;height:56px;color:#059669;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;background:#ecfdf5;border-radius:50%}.modal-icon .ui-icon{width:32px;height:32px}.success-actions{display:grid;gap:12px;margin-top:24px}.ci-new{font-weight:800;color:var(--store-primary)}.sp-view{height:24px;overflow:hidden;position:relative}.sp-track{display:flex;flex-direction:column}.sp-item{height:24px;display:flex;align-items:center;gap:6px;font-size:12.5px;color:var(--store-ink-secondary);font-weight:600;justify-content:center}.sp-ic{color:var(--store-primary);display:flex;align-items:center}.sp-ic .ui-icon{width:14px;height:14px}.sp-tx{display:flex;align-items:baseline;gap:4px}.sp-n{color:var(--store-primary);font-weight:800;font-size:14px}.r-content{display:flex;flex-direction:column;height:100%}[hidden]{display:none!important}.corporate-guarantees,.cart-items,.cart-trust-badges,.product-check-list{list-style:none;margin-block:0}.cart-items,.cart-trust-badges,.product-check-list{padding-left:0}.cart-sum,.cart-sum dd,.product-specs,.product-specs dd{margin-left:0;margin-right:0}.cart-sum{margin-bottom:0}.cart-sum dd{margin:0}fieldset.form-step-card,fieldset.purchase-options{min-width:0;margin-left:0;margin-right:0;margin-bottom:0}fieldset.purchase-options{border:0;padding:0}fieldset.purchase-options:disabled{opacity:.55;pointer-events:none}.purchase-option-title,.purchase-option-price,.pm-body,.pm-desc{display:block}.pm-card-tags{display:flex}.cart-item .ci-old{text-decoration:line-through}.product-header{margin:0}.stock-badge--low_stock{color:var(--store-gold-dark)}.stock-badge--low_stock .pulse-dot{background:var(--store-gold);box-shadow:0 0 0 3px var(--store-gold-light)}.stock-badge--out_of_stock{color:var(--store-danger)}h3.acc-summary-title{margin:0;font:inherit;color:inherit}.detail-heading{font-family:var(--store-font-heading);font-size:15px;font-weight:800;color:var(--store-ink);margin:22px 0 12px}.detail-heading:first-child{margin-top:0}.product-details-content .product-check-list{display:flex;flex-direction:column;gap:10px}.product-check-list li{display:flex;align-items:flex-start;gap:10px}.product-check-list .ui-icon{flex:0 0 auto;width:16px;height:16px;margin-top:5px;color:var(--store-primary)}.rich-text{line-height:1.85}.rich-text>:first-child{margin-top:0}.rich-text>:last-child{margin-bottom:0}.rich-text p{margin:0 0 14px}.rich-text h4,.rich-text h5{font-family:var(--store-font-heading);font-size:15px;font-weight:800;color:var(--store-ink);margin:22px 0 10px}.product-details-content .rich-text ul,.product-details-content .rich-text ol{display:block;margin:0 0 14px;padding-left:22px}.product-details-content .rich-text ul{list-style:disc}.product-details-content .rich-text ol{list-style:decimal}.product-details-content .rich-text li{display:list-item;margin-bottom:6px}.product-details-content .rich-text li::marker{color:var(--store-primary)}.product-details-content .rich-text strong{color:var(--store-ink);font-size:inherit}.product-details-content .product-steps{display:block;margin:0;padding-left:22px;list-style:decimal}.product-details-content .product-steps li{display:list-item;margin-bottom:8px;padding-left:4px}.product-steps li::marker{color:var(--store-primary);font-weight:800}.product-warning{display:flex;align-items:flex-start;gap:10px;margin:18px 0 0;padding:12px 14px;background:var(--store-gold-light);border-radius:var(--store-radius-sm);color:var(--store-gold-dark);font-size:13px;line-height:1.6}.product-warning .ui-icon{flex:0 0 auto;width:16px;height:16px;margin-top:3px}.product-specs{display:grid;margin-block:0;border:1px solid var(--store-line);border-radius:var(--store-radius-sm);overflow:hidden}.product-specs>div{display:grid;grid-template-columns:minmax(130px,220px) 1fr;border-top:1px solid var(--store-line)}.product-specs>div:first-child{border-top:0}.product-specs dt{padding:12px 16px;background:var(--store-bg);font-weight:700;color:var(--store-ink)}.product-specs dd{padding:12px 16px}.product-faq-item{padding:16px 0;border-top:1px solid var(--store-line-light)}.product-faq-item:first-child{padding-top:0;border-top:0}.product-faq-item:last-child{padding-bottom:0}.product-faq-item h4{font-family:var(--store-font-heading);font-size:14.5px;font-weight:700;color:var(--store-ink);margin:0 0 4px}.product-faq-item p{margin:0;line-height:1.65}.review .r-date,.review time{font-size:12px;color:var(--store-muted)}@media(max-width:640px){.product-specs>div{grid-template-columns:1fr}.product-specs dt{padding-bottom:4px}.product-specs dd{padding-top:4px}}:root{--topbar-height: 67px;--section-nav-height: 62px;--breadcrumb-height: 56px}.store-breadcrumb{position:sticky;top:var(--topbar-height);z-index:80;background:#fff;transition:opacity .2s ease,visibility .2s}.store-breadcrumb,.product-section-nav{box-shadow:0 0 0 100vmax #fff;clip-path:inset(0 -100vmax)}.store-breadcrumb.is-covered{opacity:0;visibility:hidden}.product-section-nav{position:sticky;top:var(--topbar-height);z-index:85;background:#fff}.product-details-section,.reviews-section{scroll-margin-top:calc(var(--topbar-height) + var(--section-nav-height) + 16px)}.step-badge .ui-icon{width:18px;height:18px;color:var(--store-primary)}.store-checkout,.checkout-main,#order-form{scroll-margin-top:calc(var(--topbar-height) + 12px)}.page-product #sepet{top:calc(var(--topbar-height) + 12px)}.product-section-nav{transition:opacity .2s ease,visibility .2s}.product-section-nav.is-hidden{opacity:0;visibility:hidden;pointer-events:none}:root{--toolbar-height: 53px}.store-toolbar{display:block;margin:0;padding:0;background:#fff;border-bottom:1px solid var(--store-line)}.page-home .store-toolbar{position:sticky;top:var(--topbar-height);z-index:90}.store-toolbar-in{max-width:1280px;margin:0 auto;padding:8px 16px;display:flex;align-items:center;gap:10px}.store-filters{display:flex;flex:1;min-width:0;flex-wrap:nowrap;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.store-filters::-webkit-scrollbar{display:none}.store-filter{flex:0 0 auto;white-space:nowrap;text-decoration:none}.store-sort{display:flex;align-items:center;gap:10px;flex:0 0 auto;font-size:13px;font-weight:600;color:var(--store-muted)}.store-sort span{display:none}.store-sort select{max-width:132px;padding:7px 8px;font-size:12px}.page-home .store-catalog{scroll-margin-top:calc(var(--topbar-height) + var(--toolbar-height) + 12px)}@media(min-width:641px){.store-toolbar-in{padding:8px 24px;gap:20px}.store-sort span{display:inline}.store-sort select{max-width:none;padding:7px 12px;font-size:13px}}.store-assurance{list-style:none;padding:0;margin-bottom:50px!important}.store-assurance>li{background:#fff;border:1px solid var(--store-line);border-radius:var(--store-radius-sm);padding:14px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;box-shadow:var(--store-shadow-sm)}.store-assurance>li:hover{border-color:#e2e8f1}.store-assurance [data-icon]{display:flex;width:auto;height:auto;padding:0;background:none;border-radius:0}@media(min-width:641px){.store-assurance>li{flex-direction:row;justify-content:flex-start;gap:14px;padding:20px 18px;text-align:left;border-radius:var(--store-radius-md)}}@media(max-width:640px){.product-section-nav{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.product-section-nav::-webkit-scrollbar{display:none}.sec-nav-link{flex:0 0 auto;white-space:nowrap}}.p-meta-bar:empty{display:none}html:has(dialog.product-zoom[open]){overflow:hidden}dialog.product-zoom{overscroll-behavior:contain;touch-action:none}@media(max-width:640px){.store-breadcrumb{padding:12px 2px;font-size:12px}.purchase-option{padding:10px 12px}.corporate-guarantees{padding:12px}.section-head-title,.checkout-heading{margin-bottom:16px}.accordion-summary,.accordion-content,.page-product .review{padding:12px}.checkout-layout{gap:16px}.cart-item{padding:8px;gap:8px}.step-card-header{margin-bottom:14px;padding-bottom:10px}.payment-card{padding:10px 12px}.product-specs dt,.product-specs dd{padding-left:12px;padding-right:12px}dialog.product-zoom{width:99vw;height:auto;max-width:100vw;max-height:calc(100dvh - 72px);margin:calc(75px + env(safe-area-inset-top)) auto auto}.zoom-stage{height:100%;width:100%;max-height:none;max-width:none}.zoom-nav{width:34px;height:34px}}:root{--store-container: 1280px;--store-gutter: 10px;--store-card-pad: 20px;--store-inner-pad: 10px;--store-section-gap: 48px;--store-h2: 24px;--store-h3: 16px}@media(max-width:640px){:root{--store-gutter: 10px;--store-card-pad: 10px;--store-inner-pad: 10px;--store-section-gap: 28px;--store-h2: 19px;--store-h3: 15px}}.topbar-in,.store-toolbar-in,.store-main,.page-product #app,.foot-top,.foot-bottom{max-width:var(--store-container)!important;margin-left:auto;margin-right:auto;box-sizing:border-box}.topbar-in,.store-toolbar-in{padding-left:var(--store-gutter);padding-right:var(--store-gutter)}.store-main{padding:10px var(--store-gutter) 0}.page-product #app{padding:0 var(--store-gutter) 10px;margin-bottom:20px}.site-foot{padding-left:0;padding-right:0;margin-top:0}.foot-top,.foot-bottom{padding-left:var(--store-gutter);padding-right:var(--store-gutter)}.store-product-overview,.product-details-section,.product-timeline,.reviews-section,.store-checkout{background:#fff0;border:1px solid #ffffff;border-radius:var(--store-radius-md);box-shadow:0 1px #fff0;padding:10px 0;margin-bottom:10px}.store-catalog,.store-assurance{margin-top:0;margin-bottom:50px}.product-section-nav{margin:0}.cart-box,.page-product #sepet,.form-step-card,.accordion-item,.page-product .review,.payment-card,.purchase-option,.corporate-guarantees,.store-assurance>li,.product-specs,.rating-sum-card{border-radius:var(--store-radius-sm);border-width:1px;box-shadow:none}.cart-box,.page-product #sepet,.form-step-card,.corporate-guarantees,.store-assurance>li{padding:var(--store-inner-pad)}.store-catalog h2,.section-head-title h2,.reviews-heading h2,.bundles-title{font-family:var(--store-font-heading);font-size:19px;font-weight:800;line-height:1.25;letter-spacing:-.01em;color:var(--store-ink);margin-bottom:0}.bundles-title,.step-header-text h3,.cart-head h3,h3.acc-summary-title{font-size:var(--store-h3)}.section-head-title,.checkout-heading,.reviews-heading{margin-bottom:var(--store-inner-pad)}.store-grid{grid-template-columns:1fr 1fr 1fr 1fr;gap:60px 20px!important}@media(max-width:640px){.store-grid{grid-template-columns:repeat(1,minmax(0,1fr))!important;gap:25px 14px!important}}.reviews-heading h2{margin-bottom:8px}.payment-block{margin-top:var(--store-inner-pad);padding-top:var(--store-inner-pad);border-top:1px solid var(--store-line-light)}.payment-block-title{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-family:var(--store-font-heading);font-size:var(--store-h3);font-weight:800;color:var(--store-ink)}.payment-block-title .ui-icon{width:18px;height:18px;color:var(--store-primary)}.payment-more{border:1px solid var(--store-line);border-radius:var(--store-radius-sm);background:var(--store-bg)}.payment-more summary{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;font-size:13.5px;font-weight:700;color:var(--store-ink-secondary);cursor:pointer;list-style:none;user-select:none}.payment-more summary::-webkit-details-marker{display:none}.payment-more summary .ui-icon{width:18px;height:18px;color:var(--store-primary);transition:transform .2s ease}.payment-more[open] summary .ui-icon{transform:rotate(180deg)}.payment-more-list{display:flex;flex-direction:column;gap:10px;padding:0 10px 10px}.payment-more-list .payment-card{background:var(--store-card-bg)}.checkout-main{min-width:0}.checkout-related{margin-bottom:var(--store-section-gap);padding:var(--store-inner-pad);border:1px solid var(--store-line);border-radius:var(--store-radius-sm);background:#f8fafc00;min-height:550px}.checkout-related-title{margin:0 0 22px;font-family:var(--store-font-heading);font-size:var(--store-h3);font-weight:800;color:var(--store-ink)}.checkout-related .slider{margin:0}.checkout-related .slider__track{gap:12px;padding:2px}.checkout-related .slider__navigation-button--prev{left:-8px}.checkout-related .slider__navigation-button--next{right:-8px}.page-product #sepet{scroll-margin-top:calc(var(--topbar-height) + 12px)}.product-stock-status{display:flex;align-items:center;flex-wrap:wrap;gap:6px 14px;margin:0 0 14px;font-size:12.5px}.product-price{margin:0 0 18px}.product-price-head{display:flex;align-items:center;gap:8px;margin-bottom:2px}.product-price-label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--store-muted)}.product-price-discount{font-size:11px;font-weight:800;color:#fff;background:var(--discount-color, var(--store-accent));padding:2px 8px;border-radius:var(--store-radius-full)}.product-price-row{display:flex;align-items:baseline;gap:10px}.product-price-old{font-size:16px;color:var(--store-muted)}.product-price-current{font-size:30px;font-weight:800;letter-spacing:-.01em;color:var(--store-primary)}@media(max-width:640px){.product-price-current{font-size:26px}}.shipping-countdown{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:13px;line-height:1.4;color:var(--store-ink-secondary)}.shipping-countdown .ui-icon{flex:0 0 auto;width:17px;height:17px;color:var(--store-primary)}.shipping-countdown strong{color:var(--store-primary);font-weight:800}.checkout-heading{margin-bottom:20px}@media(max-width:640px){.accordion-summary,.accordion-content,.payment-card,.purchase-option,.corporate-guarantees,.page-product .review{padding:10px}}.checkout-heading h4{margin:0;font-family:var(--store-font-heading);font-size:calc(var(--store-h3) + 2px);font-weight:800;color:var(--store-ink)}.accordion-item{scroll-margin-top:calc(var(--topbar-height) + var(--section-nav-height) + 12px)}.section-kicker{margin:0 0 4px;font-size:11px;font-weight:800;letter-spacing:.08em;color:var(--store-primary)}.accordion-content .rating-sum-card{margin-bottom:var(--store-inner-pad);width:fit-content}.store-catalog h2{margin-bottom:var(--store-inner-pad)}.store-product{display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid #e1e7efde;border-radius:15px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.store-product:hover{transform:translateY(0);border-color:#d1def5;box-shadow:none}.store-product-media{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1;padding:14px;overflow:hidden;text-decoration:none;background:radial-gradient(circle at 50% 38%,#fff,#eafef624)}.store-product-media.care{background:radial-gradient(circle at 50% 38%,#ffffff 0%,var(--store-accent-light) 100%)}.store-product-media img{width:auto;height:100%;max-width:100%;object-fit:contain;filter:drop-shadow(5px 5px 5px rgba(15,23,42,.18));transform:scale(1.3);max-height:250px}.store-discount{position:absolute;top:0;left:0;z-index:1;padding:5px 10px;border-radius:15px 0;background:var(--discount-color, var(--store-accent));color:#fff;font-size:13px;font-weight:800;letter-spacing:.01em;box-shadow:0 4px 10px color-mix(in srgb,var(--discount-color, var(--store-accent)) 35%,transparent)}.store-product-body{display:flex;flex:1;flex-direction:column;align-items:center;gap:4px;padding:var(--store-inner-pad);text-align:center;margin-bottom:10px}.store-product-body>*{width:100%}.store-product h3{margin:0;font-family:var(--store-font-heading);font-size:16px;font-weight:800;line-height:1.3;color:var(--store-ink);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.store-product h3 a{color:inherit;text-decoration:none}.store-product h3 a:hover{color:var(--store-primary)}.store-product-sub{margin:0;font-size:13.5px;line-height:1.45;color:#000;text-overflow:ellipsis;white-space:pre-line;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:no-ellipsis;overflow:hidden}.store-product-rating{display:flex;align-items:center;justify-content:center;gap:3px;min-height:20px;font-size:12.5px;color:#000}.store-product-rating strong{font-weight:800}.store-product-stars{color:var(--store-gold);font-size:14px;letter-spacing:0px}.store-price{display:flex;align-items:baseline;justify-content:center;gap:8px;margin-top:auto;padding-top:8px}.store-price strong{font-size:24px;font-weight:800;letter-spacing:-.02em;color:var(--store-primary)}.store-price s{font-size:14px;font-weight:500;color:var(--store-muted)}.store-product-actions{display:grid;grid-template-columns:1fr 50px;gap:5px;margin-top:10px}.store-product .store-add{min-height:45px;border-radius:var(--store-radius-sm)}.store-product .store-add.is-added{background:var(--store-primary-light);color:var(--store-primary);box-shadow:inset 0 0 0 1px #a7f3d0}.store-product .store-add.is-added:hover{background:#d1fae5;transform:none}.store-product .store-detail{min-height:44px}.slider__track>.store-product{flex:0 0 300px;scroll-snap-align:start}.checkout-related .slider__track>.store-product{flex-basis:300px}.checkout-related .store-detail{display:none}.checkout-related .store-product-actions{grid-template-columns:1fr}@media(max-width:640px){.store-product-media{padding:10px}.home-cat-grid{grid-template-columns:repeat(1,1fr);gap:25px}.store-discount{top:0;left:0;padding:6px 9px;font-size:10.5px}.store-product h3{font-size:13.5px}.store-product-sub{font-size:13px}.store-product-rating{font-size:11.5px;min-height:18px}.store-product-stars{font-size:12px}.store-price{gap:6px;padding-top:6px}.store-price strong{font-size:18px}.store-price s{font-size:12px}.store-product-actions{grid-template-columns:1fr}.store-product .store-detail{display:none}.store-product .store-add{min-height:40px;font-size:12.5px;padding:6px 8px}.slider__track>.store-product{flex-basis:200px}.checkout-related .slider__track>.store-product{flex-basis:229px}}.page-product #sepet{top:calc(var(--topbar-height) + 8px)}.checkout-main,#order-form,.page-product #sepet{scroll-margin-top:calc(var(--topbar-height) + 8px)}.accordion-item{scroll-margin-top:calc(var(--topbar-height) + var(--section-nav-height) + 8px)}.purchase-option{margin:10px 0}:root{--badge-discount: #e11d48;--badge-recommended: #7c3aed;--badge-best: #2563eb;--badge-custom: #0f766e}.purchase-option-badge--custom{background:var(--badge-custom);box-shadow:0 2px 8px #0f766e59}.purchase-option-badge--discount{background:var(--discount-color, var(--badge-discount));box-shadow:0 2px 8px color-mix(in srgb,var(--discount-color, var(--badge-discount)) 35%,transparent)}[data-tier=low]{--discount-color: #f97316}[data-tier=mid]{--discount-color: #e11d48}[data-tier=high]{--discount-color: #9333ea}.purchase-option-badge--recommended{background:var(--badge-recommended);box-shadow:0 2px 8px #7c3aed59}.purchase-option-badge--best{background:var(--badge-best);box-shadow:0 2px 8px #2563eb59}.bundle-hint{margin:6px 0 0;font-size:13px;font-weight:700;color:var(--store-danger)}.purchase-options.needs-selection .purchase-option{border-color:var(--store-danger)}#bundles-title{scroll-margin-top:calc(var(--topbar-height) + var(--breadcrumb-height) + 12px)}.slider__navigation-button{opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease,border-color .2s ease,color .2s ease}.slider:hover .slider__navigation-button:not(:disabled),.slider__navigation-button:focus-visible:not(:disabled){opacity:1;pointer-events:auto}.slider.no-nav .slider__navigation-button,.slider__navigation-button:disabled{display:none}@media(hover:none){.slider__navigation-button{display:none}}img,.store-product-media,.hero-slide-media,.gallery-open{-webkit-touch-callout:none;-webkit-user-drag:none;user-select:none;-webkit-user-select:none}@media(min-width:1025px){.checkout-layout{grid-template-columns:1fr 1fr;gap:20px}.checkout-layout:has(#checkout-form[hidden]){align-items:stretch}.checkout-layout:has(#checkout-form[hidden]) .checkout-main{display:flex;flex-direction:column}.checkout-layout:has(#checkout-form[hidden]) .checkout-related{flex:1;display:flex;flex-direction:column;margin-bottom:0}.checkout-layout:has(#checkout-form[hidden]) .checkout-related .slider{flex:1;display:flex}.checkout-layout:has(#checkout-form[hidden]) .checkout-related .slider__track{flex:1;align-items:stretch}.checkout-layout:has(#checkout-form[hidden]) .checkout-related .store-product-media{position:relative;flex:1 1 auto;aspect-ratio:auto;min-height:240px}.checkout-layout:has(#checkout-form[hidden]) .checkout-related .store-product-media img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;transform:none}.checkout-layout:has(#checkout-form[hidden]) .checkout-related .store-product:hover .store-product-media img{transform:none}.checkout-layout:has(#checkout-form[hidden]) .checkout-related .store-product-body{flex:0 0 auto}.checkout-layout:has(#checkout-form[hidden]) .cart-cta-row{padding-bottom:23px}.page-product .cart-items{max-height:300px;overflow-y:auto;overscroll-behavior:auto;padding-right:0;scrollbar-width:none;padding-top:10px;min-height:300px}}.cart-item.is-new{animation:cartItemAdded 1.6s ease-out}@keyframes cartItemAdded{0%{background:var(--store-primary-light);border-color:var(--store-primary);box-shadow:0 0 0 3px #065f462e;transform:scale(.97);opacity:0}18%{transform:scale(1.015);opacity:1}35%{transform:scale(1)}70%{background:var(--store-primary-light);border-color:var(--store-primary);box-shadow:0 0 0 3px #065f462e}to{box-shadow:0 0 #065f4600}}@media(prefers-reduced-motion:reduce){.cart-item.is-new{animation:none;border-color:var(--store-primary)}}.cookie-consent{position:fixed;left:16px;right:16px;bottom:16px;z-index:400;display:flex;align-items:center;gap:20px;max-width:960px;margin:0 auto;padding:16px 20px;background:#fff;border:1px solid var(--store-line);border-radius:var(--store-radius-md);box-shadow:0 12px 40px #1f1a1438;opacity:0;transform:translateY(16px);transition:opacity .25s ease,transform .25s ease}.cookie-consent.is-in{opacity:1;transform:translateY(0)}.cookie-consent-text{margin:0;flex:1;min-width:0;font-size:14px;line-height:1.5;color:var(--store-ink)}.cookie-consent-text a{color:var(--store-primary);font-weight:600;text-decoration:underline}.cookie-consent-actions{display:flex;gap:10px;flex-shrink:0}.cookie-btn{padding:10px 22px;border-radius:var(--store-radius-sm);font-size:14px;font-weight:700;cursor:pointer;border:1px solid var(--store-line);transition:all .15s ease;white-space:nowrap}.cookie-reject{background:transparent;color:var(--store-ink)}.cookie-reject:hover{background:var(--store-bg-soft, #f4f2ea);border-color:var(--store-ink)}.cookie-accept{background:var(--store-primary);border-color:var(--store-primary);color:#fff}.cookie-accept:hover{filter:brightness(1.06);transform:translateY(-1px)}@media(max-width:640px){.cookie-consent{flex-direction:column;align-items:stretch;gap:14px;left:10px;right:10px;bottom:10px;padding:16px}.cookie-consent-actions{justify-content:stretch}.cookie-btn{flex:1}}.product-timeline{--ptl-sticky-gap: 0px;--ptl-sticky-top: calc(var(--topbar-height, 64px) + var(--ptl-sticky-gap));--ptl-card-h: clamp(360px, calc(100dvh - var(--ptl-sticky-top) - 32px), 820px);--ptl-edge-fade: 40px;--ptl-title-size: clamp(34px, 3.4vw, 56px);--ptl-text-size: clamp(22px, 2.1vw, 34px)}.ptl-box{position:relative}.ptl-card{position:sticky;top:calc(var(--ptl-sticky-top) + max(0px,(100dvh - var(--ptl-sticky-top) - var(--ptl-card-h)) / 2));display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:minmax(0,1fr);height:var(--ptl-card-h);overflow:hidden;isolation:isolate;border:1px solid color-mix(in srgb,var(--ptl-tone, var(--store-line)) 30%,var(--store-line));border-radius:var(--store-radius-md);background:color-mix(in srgb,var(--ptl-tone, #ffffff) 16%,#ffffff);transition:background-color .6s ease,border-color .6s ease}.ptl-stage{position:relative;z-index:2;grid-area:1 / 1;overflow:hidden;background:var(--store-primary-light)}.ptl-shot{position:absolute;inset:0;margin:0;opacity:0;transform:scale(1.04);transition:opacity 1s ease,transform 1.8s ease}.ptl-shot.is-active{opacity:1;transform:none}.ptl-shot img{display:block;width:100%;height:100%;object-fit:cover}.ptl-shot-empty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--store-primary)}.ptl-shot-empty .ui-icon{width:64px;height:64px;opacity:.5}.ptl-window{position:relative;z-index:1;grid-area:1 / 2;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 var(--ptl-edge-fade),#000 calc(100% - var(--ptl-edge-fade)),transparent);mask-image:linear-gradient(to bottom,transparent,#000 var(--ptl-edge-fade),#000 calc(100% - var(--ptl-edge-fade)),transparent)}.ptl-list{position:relative;padding:calc(var(--ptl-edge-fade) + 8px) var(--store-card-pad) var(--ptl-edge-fade) 40px;will-change:transform}.ptl-track{position:absolute;left:11px;width:2px;border-radius:2px;background:var(--store-line)}.ptl-fill{position:absolute;top:0;left:0;width:100%;height:0;border-radius:2px;background:var(--store-primary);transition:height .5s cubic-bezier(.22,1,.36,1)}.ptl-steps{margin:0;padding:0;list-style:none}.ptl-step{display:flex;align-items:flex-start;padding-bottom:var(--ptl-gap, 260px)}.ptl-step:last-child{padding-bottom:0}.ptl-step-btn{position:relative;display:flex;align-items:baseline;gap:18px;width:100%;padding:0;border:0;background:transparent;color:var(--store-ink);font:inherit;text-align:left;cursor:pointer;opacity:.35;transition:opacity .4s ease}.ptl-step.is-active>.ptl-step-btn,.ptl-step-btn:hover{opacity:1}.ptl-dot{position:absolute;left:-36px;top:calc(var(--ptl-title-size) * .56 - 8px);width:16px;height:16px;border:2px solid var(--store-line);border-radius:50%;background:#fff;transition:border-color .3s ease,background-color .3s ease,box-shadow .3s ease}.ptl-step.is-done .ptl-dot{border-color:var(--store-primary);background:var(--store-primary)}.ptl-step.is-active .ptl-dot{border-color:var(--store-primary);background:#fff;box-shadow:0 0 0 4px #065f4626,inset 0 0 0 3px #fff,inset 0 0 0 8px var(--store-primary)}.ptl-step-title{display:block;font-size:var(--ptl-title-size);font-weight:800;line-height:1.08;letter-spacing:-.025em;color:var(--ptl-accent, var(--store-primary));transition:color .6s ease}.ptl-step-text{display:block;max-width:600px;margin-top:14px;font-size:var(--ptl-text-size);font-weight:600;line-height:1.28;letter-spacing:-.015em;color:var(--store-ink);text-wrap:pretty}.ptl-outro{position:relative;z-index:4;grid-area:1 / 1 / -1 / -1;display:flex;flex-direction:column;align-items:center;gap:clamp(10px,2vh,22px);padding:clamp(24px,4vh,44px) clamp(20px,5vw,72px) clamp(28px,5vh,56px);text-align:center;background:radial-gradient(ellipse 60% 55% at 50% 45%,color-mix(in srgb,var(--ptl-tone, var(--store-primary)) 34%,transparent),transparent 72%),color-mix(in srgb,var(--ptl-tone, var(--store-primary)) 14%,#ffffff);opacity:0;visibility:hidden;pointer-events:none;transform:scale(1.03);transition:opacity .9s ease,transform 1.2s cubic-bezier(.16,1,.3,1),visibility 0s linear .9s,background-color .6s ease}.ptl-outro-logo{flex:none;width:auto;max-width:70%;height:clamp(44px,7vh,72px);object-fit:contain}.ptl-outro-product{flex:1 1 0;width:100%;min-height:0;object-fit:contain;transform:scale(1.35);filter:drop-shadow(0 22px 30px rgb(0 0 0 / .22))}.ptl-outro-copy{flex:none;max-width:760px}.ptl-outro-title{margin:0;font-size:calc(var(--ptl-title-size) * 1.3);font-weight:800;line-height:1.05;letter-spacing:-.025em;color:var(--ptl-accent, var(--store-primary));text-wrap:balance}.ptl-outro-text{margin:12px auto 0;font-size:calc(var(--ptl-text-size) * 1.05);font-weight:600;line-height:1.28;letter-spacing:-.015em;color:var(--store-ink);text-wrap:balance}.ptl-window{transition:opacity .4s ease}.ptl-box.is-outro .ptl-window{opacity:0}.ptl-box.is-outro .ptl-outro{opacity:1;visibility:visible;transform:none;transition:opacity .9s ease,transform 1.2s cubic-bezier(.16,1,.3,1),visibility 0s,background-color .6s ease}.ptl-box.is-outro .ptl-mirror-shot{opacity:0}.ptl-mirror{position:relative;z-index:0;grid-area:1 / 2;overflow:hidden;pointer-events:none}.ptl-mirror-shot{position:absolute;inset:-60px;opacity:0;transition:opacity .6s ease}.ptl-mirror-shot.is-active{opacity:1}.ptl-mirror-shot img{display:block;width:100%;height:100%;object-fit:cover;transform:scaleX(-1);filter:blur(32px) saturate(1.9) brightness(1.35)}.ptl-mirror:after{content:"";position:absolute;inset:0;background:color-mix(in srgb,color-mix(in srgb,var(--ptl-tone, #ffffff) 10%,#ffffff) 62%,transparent);transition:background-color .6s ease}@media(max-width:720px){.product-timeline{--ptl-sticky-top: calc(var(--topbar-height, 56px) + var(--ptl-sticky-gap));--ptl-card-h: clamp(420px, calc(100svh - var(--ptl-sticky-top) - 24px), 760px);--ptl-stage-h: clamp(240px, 42svh, 380px);--ptl-edge-fade: 28px;--ptl-title-size: 30px;--ptl-text-size: 20px}.ptl-card{grid-template-columns:minmax(0,1fr);grid-template-rows:var(--ptl-stage-h) minmax(0,1fr)}.ptl-stage{grid-area:1 / 1}.ptl-window,.ptl-mirror{grid-area:2 / 1}.ptl-outro{padding:28px 22px 40px}.ptl-outro-logo{height:44px}.ptl-outro-product{transform:scale(1.2)}}.rich-text a,.page-doc a,#about-body a,.info-body a,.home-content-copy p a,.home-content-copy li a{color:var(--store-primary);font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.rich-text a:hover,.page-doc a:hover,#about-body a:hover,.info-body a:hover,.home-content-copy p a:hover,.home-content-copy li a:hover{text-decoration-thickness:2px}.product-features{margin-top:14px;padding:18px 20px;border:1px solid var(--store-line);border-radius:var(--store-radius-md);scroll-margin-top:calc(var(--topbar-height, 64px) + var(--section-nav-height, 0px) + 16px)}.product-features-title{display:flex;align-items:center;gap:8px;margin:0 0 12px;font-size:16px;font-weight:800;color:var(--store-ink)}.product-features-title .ui-icon{width:18px;height:18px;color:var(--store-primary)}.product-features-sub{margin:14px 0 10px;font-size:14px;font-weight:800;color:var(--store-ink)}.product-features .product-check-list{display:flex;flex-direction:column;gap:9px;font-size:14px;line-height:1.5}@media(max-width:640px){.product-features{padding:14px 16px}}.product-description-card .rich-text{font-size:14.5px;line-height:1.7;color:var(--store-ink)}.product-description-card .rich-text>:first-child{margin-top:0}.product-description-card .rich-text>:last-child{margin-bottom:0}.store-product-overview{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);column-gap:clamp(20px,3vw,44px);row-gap:0;align-items:start}.store-product-overview>*{min-width:0}.store-product-overview .brand-hero,.store-product-overview .store-product-summary{--col-top: calc(var(--topbar-height, 67px) + var(--breadcrumb-height, 56px) + 12px);position:sticky;top:min(var(--col-top),calc(100dvh - var(--col-h, 0px) - 20px));width:100%}.pg{position:relative}.pg-track{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pg-slide{min-width:0}.pg-slide--wide{grid-column:1 / -1}.pg-clone,.pg .bhc-nav,.pg .bhc-edge,.pg-count,.pg-steps{display:none}.pg-stills{display:grid;gap:8px}.pg+.pg-stills{margin-top:8px}.brand-hero .gallery-open{display:block;position:relative;width:100%;aspect-ratio:4 / 5;margin:0;padding:0;border:0;border-radius:var(--store-radius-sm);overflow:hidden;background:#f1f2ec00;cursor:zoom-in;-webkit-tap-highlight-color:transparent}.brand-hero .pg-slide--wide .gallery-open{aspect-ratio:1 / 1}.brand-hero .pg-stills .gallery-open{aspect-ratio:auto}.brand-hero .gallery-open img{display:block;width:100%;height:100%;object-fit:var(--pg-fit, cover);transition:transform .9s cubic-bezier(.16,1,.3,1)}.brand-hero .pg-stills .gallery-open img{height:auto;object-fit:contain}@media(hover:hover){.brand-hero .gallery-open:hover img{transform:scale(1.035)}}.brand-hero .gallery-open:focus-visible{outline:2px solid var(--store-primary);outline-offset:3px}@media(max-width:960px){.store-product-overview{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.pg-track,.pg-stills{gap:6px}}@media(max-width:707px){.store-product-overview{grid-template-columns:minmax(0,1fr);row-gap:16px}.page-product #app{overflow-x:clip}.store-product-overview .brand-hero,.store-product-overview .store-product-summary{position:static}.store-product-overview .brand-hero{width:100vw;margin-inline:calc(50% - 50vw)}.pg-track{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;overscroll-behavior-x:contain}.pg-track::-webkit-scrollbar{display:none}.pg-clone{display:block}.pg-slide{flex:0 0 100%;scroll-snap-align:center}.brand-hero .gallery-open,.brand-hero .pg-slide--wide .gallery-open{aspect-ratio:var(--pg-ratio, 4 / 5);border-radius:0}.brand-hero .gallery-open:hover img{transform:none}.pg-stills{gap:2px}.pg+.pg-stills{margin-top:2px}.pg--many:after{content:"";position:absolute;inset:auto 0 0;height:88px;background:linear-gradient(to top,rgb(0 0 0 / .22),transparent);pointer-events:none}.pg-count{display:block;position:absolute;top:12px;right:12px;z-index:3;padding:4px 10px;border-radius:999px;background:#0000008c;color:#fff;font-size:12px;font-weight:600;line-height:1.4;letter-spacing:.02em;font-variant-numeric:tabular-nums;pointer-events:none}.pg-count b{font-weight:700}.pg-steps{display:flex;gap:4px;position:absolute;left:16px;right:16px;bottom:14px;z-index:3;pointer-events:none}.pg-steps i{flex:1;height:2px;border-radius:2px;background:#fff6;transition:background-color .3s ease}.pg-steps i.on{background:#fff}.pg .bhc-edge{display:block;position:absolute;top:15%;bottom:15%;z-index:2;width:22%;margin:0;padding:0;border:0;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}.pg .bhc-edge--prev{left:0}.pg .bhc-edge--next{right:0}.pg .bhc-nav{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;z-index:4;width:36px;height:36px;margin-top:-18px;padding:0;border:0;border-radius:50%;background:#ffffffe6;color:var(--store-ink);box-shadow:0 4px 14px #00000024;cursor:pointer}.pg .bhc-nav svg{width:18px;height:18px}.pg .bhc-prev{left:12px}.pg .bhc-next{right:12px}.pg .bhc-nav[hidden],.pg .bhc-edge[hidden]{display:none}}@media(max-width:707px)and (hover:none){.pg .bhc-nav{display:none}}.store-intro{--hero-h: clamp(460px, 40vw, 580px);--hero-pad: clamp(24px, 4.2vw, 60px);--hero-nav-h: 64px;position:relative;margin-bottom:50px;border-radius:var(--store-radius-md);overflow:hidden;background:#0e1c16;box-shadow:0 18px 40px -24px #06281c73;isolation:isolate}.hero-track{position:relative;display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}.hero-track::-webkit-scrollbar{display:none}.hero-slide{--hero-tone: #0b5a43;position:relative;flex:0 0 100%;min-width:0;height:var(--hero-h);scroll-snap-align:start;display:flex;align-items:center;padding:var(--hero-pad) var(--hero-pad) calc(var(--hero-pad) + var(--hero-nav-h) * .6);overflow:hidden;color:#fff;background:#0e1c16}.hero-slide-media{position:absolute;inset:0;z-index:0;display:block}.hero-slide-media picture{display:contents}.hero-slide-media img{display:block;width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.06);transition:opacity .7s ease,transform 2.4s cubic-bezier(.16,1,.3,1)}.hero-slide[data-scene=none] .hero-slide-media{display:none}.hero-slide[data-scene=photo] .hero-slide-media img,.hero-slide[data-scene=pack] .hero-slide-media img{opacity:1}.hero-slide.is-current .hero-slide-media img{transform:none}.hero-slide[data-scene=photo]:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,#07120dd1,#07120d8c 34%,#07120d00 64%),linear-gradient(0deg,#07120d99,#07120d00 30%);pointer-events:none}.hero-slide[data-scene=pack]{background:radial-gradient(ellipse 42% 70% at 74% 50%,color-mix(in srgb,var(--hero-tone) 70%,#ffffff 8%) 0%,transparent 70%),linear-gradient(120deg,color-mix(in srgb,var(--hero-tone) 34%,#07120d),color-mix(in srgb,var(--hero-tone) 58%,#07120d))}.hero-slide[data-scene=pack] .hero-slide-media{inset:8% 5% calc(var(--hero-nav-h) + 4%) 52%}.hero-slide[data-scene=pack] .hero-slide-media img{object-fit:contain;filter:drop-shadow(0 24px 34px rgb(0 0 0 / .4))}.hero-slide-copy{position:relative;z-index:2;width:min(540px,100%);min-width:0}.hero-slide .hero-kicker{display:block;margin:0 0 14px;font-size:13px;font-weight:600;color:#ffffffc7}.hero-slide-title{margin:0 0 14px;font-family:var(--store-font-heading);font-size:clamp(34px,4.2vw,58px);font-weight:800;line-height:1.02;letter-spacing:-.035em;color:#fff;text-wrap:balance}.hero-slide-text{margin:0 0 28px;max-width:46ch;font-size:17px;line-height:1.55;color:#ffffffdb;white-space:pre-line;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}.hero-slide-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px 20px}.hero-slide .hero-shop-link{display:inline-flex;align-items:center;gap:10px;min-height:50px;padding:0 24px;border-radius:var(--store-radius-full);background:#fff;color:#0a1a13;font-size:15px;font-weight:700;text-decoration:none;box-shadow:0 10px 24px -10px #00000080;transition:background-color .2s ease,color .2s ease}.hero-slide .hero-shop-link:hover{background:var(--store-primary);color:#fff}.hero-slide .hero-shop-link:focus-visible{outline:2px solid #ffffff;outline-offset:3px}.hero-shop-link .ui-icon{width:18px;height:18px;transition:transform .2s ease}.hero-shop-link:hover .ui-icon{transform:translate(3px)}.hero-slide .hero-price{margin:0;font-size:14px;font-weight:600;color:#ffffffd1}.hero-nav{position:absolute;left:var(--hero-pad);right:var(--hero-pad);bottom:0;z-index:3;display:grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:20px;height:var(--hero-nav-h)}.hero-nav-item{display:flex;flex-direction:column;gap:12px;min-width:0;margin:0;padding:0;border:0;background:none;color:#ffffff9e;font:inherit;font-size:13px;font-weight:600;text-align:left;cursor:pointer;transition:color .25s ease}.hero-nav-item:hover,.hero-nav-item.is-active{color:#fff}.hero-nav-item:focus-visible{outline:2px solid #ffffff;outline-offset:4px;border-radius:2px}.hero-nav-bar{position:relative;display:block;height:2px;border-radius:2px;background:#ffffff47;overflow:hidden}.hero-nav-bar i{position:absolute;inset:0;background:#fff;transform:scaleX(0);transform-origin:left center}.hero-nav-item.is-active .hero-nav-bar i{transform:none}.store-intro.is-autoplay .hero-nav-item.is-active .hero-nav-bar i{transform:scaleX(0)}.store-intro.is-autoplay .hero-nav-item.is-running .hero-nav-bar i{animation:hero-fill var(--hero-interval, 5s) linear forwards}@keyframes hero-fill{to{transform:none}}.hero-nav-label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.hero-nav--compact{gap:6px}.hero-nav--compact .hero-nav-label{display:none}.hero-nav--compact .hero-nav-item{justify-content:center;padding-bottom:12px}@media(prefers-reduced-motion:reduce){.hero-slide-media img{transform:none;transition:opacity .3s ease}}@media(max-width:1024px){.store-intro{--hero-h: 440px}.hero-slide-text{font-size:16px}.hero-slide[data-scene=photo]:before{background:linear-gradient(90deg,#07120ddb,#07120da8 48%,#07120d00 82%),linear-gradient(0deg,#07120d99,#07120d00 30%)}}@media(max-width:640px){.store-intro{--hero-h: min(560px, 74svh);--hero-pad: 20px;--hero-nav-h: 34px;margin-bottom:36px}.hero-slide{align-items:flex-end;padding-bottom:calc(var(--hero-nav-h) + 16px)}.hero-slide[data-scene=photo]:before{background:linear-gradient(0deg,#07120deb,#07120db3 42%,#07120d00 72%)}.hero-slide[data-scene=pack]{background:radial-gradient(ellipse 70% 42% at 50% 30%,color-mix(in srgb,var(--hero-tone) 70%,#ffffff 8%) 0%,transparent 70%),linear-gradient(180deg,color-mix(in srgb,var(--hero-tone) 58%,#07120d),color-mix(in srgb,var(--hero-tone) 30%,#07120d))}.hero-slide[data-scene=pack] .hero-slide-media{inset:6% 14% 50%}.hero-slide-title{font-size:32px;margin-bottom:10px}.hero-slide-text{margin-bottom:20px;font-size:15px;-webkit-line-clamp:2;line-clamp:2}.hero-slide .hero-shop-link{min-height:46px;padding:0 20px;font-size:14px}.hero-slide .hero-price{font-size:13px}.hero-nav{gap:6px}.hero-nav-label{display:none}.hero-nav-item{justify-content:center;padding-bottom:14px}}:root{--pd-label-size: 16px;--pd-icon-size: 18px;--pd-tab-h: 40px;--pd-tab-pad: 16px}@media(max-width:640px){:root{--pd-label-size: 13px;--pd-icon-size: 15px;--pd-tab-h: 36px;--pd-tab-pad: 7px}}.product-section-nav{padding-left:1px}.sec-nav-link{min-height:var(--pd-tab-h);padding:0 var(--pd-tab-pad);gap:8px;font-size:var(--pd-label-size)}.accordion-summary{padding-left:var(--pd-tab-pad)}.sec-nav-link .ui-icon,.acc-summary-title .ui-icon{width:var(--pd-icon-size);height:var(--pd-icon-size)}.accordion-summary,h3.acc-summary-title{font-size:var(--pd-label-size)}.acc-summary-title{gap:8px}@media(max-width:640px){.sec-nav-link{gap:4px}}.store-help{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.25fr);gap:clamp(28px,4vw,64px);align-items:stretch;margin:0 0 56px;interpolate-size:allow-keywords}.store-help--solo{grid-template-columns:minmax(0,1fr)}.store-help-intro{position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:flex-start;min-height:360px;padding:clamp(28px,3.4vw,48px);overflow:hidden;border-radius:var(--store-radius-md);background:radial-gradient(120% 90% at 0% 0%,rgb(255 255 255 / .1) 0%,transparent 55%),linear-gradient(160deg,#0a6b50,#054d39);color:#fff;box-shadow:0 24px 48px -28px #053c2c8c}.store-help-intro:after{content:"";position:absolute;right:-40px;bottom:-64px;z-index:-1;width:250px;aspect-ratio:131 / 173;background:url(/assets/logo-line.png) center / contain no-repeat;opacity:.12;transform:rotate(-8deg);pointer-events:none}.store-help-intro h2{margin:0 0 14px;max-width:16ch;font-family:var(--store-font-heading);font-size:clamp(28px,2.6vw,38px);font-weight:800;line-height:1.1;letter-spacing:-.025em;color:#fff;text-wrap:balance}.store-help-intro p{margin:0 0 28px;max-width:44ch;font-size:16px;line-height:1.6;color:#ffffffd6}.store-help-cta{display:inline-flex;align-items:center;gap:10px;margin-top:auto;min-height:52px;padding:0 22px 0 18px;border-radius:var(--store-radius-full);background:#fff;color:#054d39;font-size:15px;font-weight:700;text-decoration:none;box-shadow:0 12px 24px -12px #00000073;transition:background-color .2s ease,transform .2s ease}.store-help-cta:hover{background:#f0f7f3;color:#054d39}.store-help-cta:focus-visible{outline:2px solid #ffffff;outline-offset:3px}.store-help-cta .ui-icon{width:20px;height:20px}.store-help-cta .ui-icon:last-child{width:17px;height:17px;transition:transform .2s ease}.store-help-cta:hover .ui-icon:last-child{transform:translate(3px)}.store-faq{display:flex;flex-direction:column;justify-content:center;border-top:1px solid var(--store-line)}.store-faq details{border-bottom:1px solid var(--store-line)}.store-faq summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0;list-style:none;cursor:pointer;user-select:none;color:var(--store-ink);font-size:17px;font-weight:700;line-height:1.35;transition:color .2s ease}.store-faq summary::-webkit-details-marker{display:none}.store-faq summary:hover,.store-faq details[open] summary{color:var(--store-primary)}.store-faq summary:focus-visible{outline:2px solid var(--store-primary);outline-offset:4px;border-radius:4px}.store-faq-toggle{position:relative;flex:0 0 auto;width:34px;height:34px;border:1.5px solid var(--store-line);border-radius:50%;transition:background-color .25s ease,border-color .25s ease}.store-faq-toggle:before,.store-faq-toggle:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:2px;margin:-1px 0 0 -6px;border-radius:2px;background:var(--store-ink);transition:transform .3s cubic-bezier(.22,1,.36,1),background-color .25s ease}.store-faq-toggle:after{transform:rotate(90deg)}.store-faq summary:hover .store-faq-toggle{border-color:var(--store-primary)}.store-faq details[open] .store-faq-toggle{background:var(--store-primary);border-color:var(--store-primary)}.store-faq details[open] .store-faq-toggle:before,.store-faq details[open] .store-faq-toggle:after{background:#fff}.store-faq details[open] .store-faq-toggle:after{transform:rotate(0)}.store-faq p{margin:0;padding:0 54px 24px 0;max-width:68ch;font-size:15.5px;line-height:1.7;color:var(--store-muted)}.store-faq details::details-content{block-size:0;overflow:hidden;transition:block-size .35s cubic-bezier(.22,1,.36,1),content-visibility .35s allow-discrete}.store-faq details[open]::details-content{block-size:auto}@media(prefers-reduced-motion:reduce){.store-faq details::details-content{transition:none}}@media(max-width:1024px){.store-help{grid-template-columns:minmax(0,1fr)}.store-help-intro{min-height:0}.store-help-cta{margin-top:0}}@media(max-width:640px){.store-help{gap:20px;margin-bottom:36px}.store-help-intro{padding:26px 22px 24px}.store-help-intro:after{width:180px;right:-38px;bottom:-44px}.store-help-intro h2{font-size:26px}.store-help-intro p{margin-bottom:22px;font-size:15px}.store-help-cta{min-height:48px;font-size:14px}.store-faq summary{padding:18px 0;font-size:15px}.store-faq-toggle{width:30px;height:30px}.store-faq p{padding-right:0;padding-bottom:18px;font-size:14.5px}}.home-offer{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(24px,3vw,48px);margin:0 0 56px;padding:clamp(28px,3.6vw,56px);overflow:hidden;isolation:isolate;border-radius:var(--store-radius-md);background:radial-gradient(60% 80% at 82% 60%,#fcffe47a 0%,transparent 70%),linear-gradient(135deg,#ffd7cb,#ffbc685e)}.offer-title{margin:0 0 12px;max-width:13ch;font-family:var(--store-font-heading);font-size:clamp(30px,3.1vw,46px);font-weight:800;line-height:1.05;letter-spacing:-.03em;color:#0b3b2c;text-wrap:balance}.offer-text{margin:0 0 26px;max-width:46ch;font-size:16px;line-height:1.6;color:#0f0f0f}.offer-tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,1fr));grid-auto-flow:column;gap:10px;margin:0 0 16px;padding:0;list-style:none}.offer-tier{position:relative;display:flex;flex-direction:column;gap:2px;padding:16px 16px 14px;border-radius:var(--store-radius-sm);background:#fff;box-shadow:-1px 1px 0 1px #0a3b2c1a,-3px 3px 15px -10px #076046;color:var(--store-ink)}.offer-tier.is-best{background:var(--store-primary);color:#fff;box-shadow:-1px 1px 0 1px #00000061,-3px 3px 15px -10px #3f816b}.offer-flag{position:absolute;top:-10px;right:10px;padding:3px 9px;border-radius:var(--store-radius-full);background:var(--store-accent);color:#fff;font-size:11px;font-weight:800;letter-spacing:.02em;white-space:nowrap}.offer-qty{font-size:13px;font-weight:700;opacity:.75}.offer-price{font-size:24px;font-weight:800;line-height:1.15;letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--store-primary)}.offer-tier.is-best .offer-price{color:#fff}.offer-old{font-size:13px;font-weight:600;opacity:.55}.offer-unit{display:flex;flex-direction:column;margin-top:6px;padding-top:8px;border-top:1px solid rgb(0 0 0 / .08);font-size:14px;font-weight:800;font-variant-numeric:tabular-nums}.offer-unit small{font-size:11.5px;font-weight:600;opacity:.7}.offer-tier.is-best .offer-unit{border-top-color:#ffffff38}.offer-saving{display:flex;align-items:center;gap:8px;margin:0 0 26px;font-size:15px;color:#0f0f0f}.offer-saving .ui-icon{flex:0 0 auto;width:20px;height:20px;color:var(--store-accent)}.offer-saving strong{color:#0b3b2c}.offer-cta{display:inline-flex;align-items:center;gap:10px;min-height:52px;padding:0 24px;border-radius:var(--store-radius-full);background:#0b3b2c00;color:#085e45;font-size:15px;font-weight:700;text-decoration:none;box-shadow:0 5px 20px -10px #0b3b2c;transition:background-color .2s ease}.offer-cta:hover{background:var(--store-primary);color:#fff}.offer-cta:focus-visible{outline:2px solid #0b3b2c;outline-offset:3px}.offer-cta .ui-icon{width:18px;height:18px;transition:transform .2s ease}.offer-cta:hover .ui-icon{transform:translate(3px)}.offer-shelf{--shelf-h: 330px;position:relative;display:flex;align-items:flex-end;justify-content:center;height:var(--shelf-h)}.offer-shelf:after{content:"";position:absolute;left:6%;right:6%;bottom:-4px;height:28px;border-radius:50%;background:radial-gradient(closest-side,rgb(70 50 20 / .3),transparent);z-index:-1}.offer-shelf-item{--s: 1;--box: calc(var(--shelf-h) * 1.27 * var(--s));position:relative;flex:0 0 auto;width:var(--box);height:var(--box);margin:0 calc(var(--box) * -.36) calc(var(--box) * -.165);object-fit:contain;filter:drop-shadow(0 14px 16px rgb(60 40 10 / .24))}.offer-shelf-item--1{z-index:3;order:3}.offer-shelf-item--2{z-index:2;order:2;--s: .86}.offer-shelf-item--3{z-index:2;order:4;--s: .86}.offer-shelf-item--4{z-index:1;order:1;--s: .72}.offer-shelf-item--5{z-index:1;order:5;--s: .72}@media(max-width:1024px){.home-offer{grid-template-columns:minmax(0,1fr)}.offer-shelf{--shelf-h: 290px;order:-1}}@media(max-width:640px){.home-offer{gap:18px;margin-bottom:36px;padding:24px 16px}.offer-shelf{--shelf-h: 215px}.offer-title{font-size:29px}.offer-text{margin-bottom:22px;font-size:15px}.offer-tiers{gap:6px}.offer-tier{padding:13px 9px 11px}.offer-flag{right:50%;transform:translate(50%);font-size:10px}.offer-qty,.offer-old,.offer-unit{font-size:12px}.offer-price{font-size:19px}.offer-saving{align-items:flex-start;font-size:14px}.offer-cta{width:100%;justify-content:center}}:root{--home-h2: 26px;--home-h2-gap: 18px;--home-section-space: 56px}@media(max-width:640px){:root{--home-h2: 22px;--home-h2-gap: 14px;--home-section-space: 40px}}.page-home .store-catalog h2,.page-home .home-section-title{margin:0 0 var(--home-h2-gap);font-family:var(--store-font-heading);font-size:var(--home-h2);font-weight:800;line-height:1.2;letter-spacing:-.015em}.page-home .store-catalog h2:has(+.store-catalog-sub),.page-home .trust-head .home-section-title{margin-bottom:0}.page-home .store-catalog-sub{margin:6px 0 var(--home-h2-gap)}.page-home .trust-head{margin-bottom:var(--home-h2-gap)}.page-home .trust-lede{margin-top:6px}.page-home #home-sections>*{margin-top:0;margin-bottom:var(--home-section-space)}.page-home .store-catalog h2{margin-bottom:calc(var(--home-h2-gap) - 4px)}.page-home .store-intro{margin-bottom:var(--home-section-space)}.store-intro[data-random="1"]:not(.is-shuffled) .hero-track,.store-intro[data-random="1"]:not(.is-shuffled) .hero-nav{visibility:hidden}.checkout-layout>*,.page-product #sepet,#cart-inner,.cart-items{min-width:0}.cart-item .ci-name{white-space:normal;overflow:hidden;text-overflow:clip;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;line-height:1.3}.ptl-intro{position:relative;z-index:5;grid-area:1 / 1 / -1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px clamp(20px,6vw,88px) 72px;text-align:center;background:radial-gradient(ellipse 80% 60% at 50% 115%,color-mix(in srgb,var(--ptl-tone, var(--store-primary)) 30%,transparent),transparent 70%),color-mix(in srgb,var(--ptl-tone, #ffffff) 12%,#ffffff);opacity:0;visibility:hidden;pointer-events:none;transform:scale(1.03);transition:opacity .7s ease,transform .9s cubic-bezier(.16,1,.3,1),visibility 0s linear .7s,background-color .6s ease}.ptl-box.is-intro .ptl-intro{opacity:1;visibility:visible;transform:none;transition:opacity .7s ease,transform .9s cubic-bezier(.16,1,.3,1),visibility 0s,background-color .6s ease}.ptl-intro-copy{max-width:760px}.ptl-intro-title{margin:0;font-size:clamp(34px,5vw,64px);font-weight:800;line-height:1.05;letter-spacing:-.025em;color:var(--store-ink);text-wrap:balance}.ptl-glow{background:linear-gradient(90deg,#0f9b8e,#4f7ae0 32%,#9b5de5 58%,#e0529c 80%,#f0883e);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-box-decoration-break:clone;box-decoration-break:clone}.ptl-intro-text{margin:22px auto 0;max-width:620px;font-size:clamp(17px,1.6vw,21px);line-height:1.6;color:var(--store-muted);white-space:pre-line;text-wrap:pretty}.ptl-intro-cue{position:absolute;bottom:22px;left:50%;display:flex;color:var(--store-ink);opacity:.55;transform:translate(-50%);animation:ptl-cue 1.8s ease-in-out infinite}.ptl-intro-cue .ui-icon{width:26px;height:26px}@keyframes ptl-cue{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,6px)}}@media(prefers-reduced-motion:reduce){.ptl-intro-cue{animation:none}}@media(max-width:720px){.ptl-intro{padding:36px 22px 64px}.ptl-intro-text{margin-top:16px}}@media(max-width:720px){.product-timeline{--ptl-sticky-top: 0px;--ptl-card-h: 100lvh;--ptl-stage-h: 50svh;width:100vw;margin-left:calc(50% - 50vw);padding:0;border:0;border-radius:0}.ptl-box{background:color-mix(in srgb,var(--ptl-tone, #ffffff) 16%,#ffffff);transition:background-color .6s ease}.ptl-card{top:var(--ptl-sticky-top);border:0;border-radius:0}html.ptl-immersive,html.ptl-immersive body{background-color:var(--ptl-page, #ffffff);transition:background-color .6s ease}html.ptl-immersive .topbar{background:var(--ptl-page, #ffffff);-webkit-backdrop-filter:none;backdrop-filter:none;border-bottom-color:transparent;box-shadow:none;transform:translateY(-100%);pointer-events:none}html.ptl-immersive .store-breadcrumb,html.ptl-immersive .product-section-nav{background:var(--ptl-page, #ffffff)}}
