/* style.css */
:root{--ink:#17201d;--muted:#69736f;--cream:#f4f1e9;--green:#173f35;--lime:#d8ef9f;--line:#dfe3df;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:15px/1.65 Manrope,Arial,sans-serif;background:#fff}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.announce{text-align:center;background:var(--green);color:#fff;padding:7px;font-size:12px;letter-spacing:.04em}.site-header{height:82px;padding:0 max(5vw,24px);display:flex;align-items:center;border-bottom:1px solid #e7e9e5;gap:40px;position:relative;background:#fff;z-index:10}.brand{display:flex;align-items:center;font-size:21px;font-weight:600;letter-spacing:-.7px}.brand span{display:grid;place-items:center;background:var(--green);color:var(--lime);width:34px;height:34px;border-radius:50%;margin-right:9px}.site-header nav{display:flex;gap:30px;margin:auto}.site-header nav a{font-weight:600;font-size:13px}.header-actions{display:flex;align-items:center;gap:20px}.cart-link b{background:var(--lime);border-radius:20px;padding:2px 7px;margin-left:4px}.menu-toggle{display:none;border:0;background:none;font-size:23px}.flash{padding:13px 18px;margin:18px auto;max-width:1180px;border-radius:8px}.flash.success{background:#e8f5e9;color:#276437}.flash.error{background:#ffebee;color:#9b2d35}.hero{min-height:650px;background:var(--cream);display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.hero-copy{padding:100px 7vw 60px;z-index:2}.eyebrow{display:block;font-size:12px;letter-spacing:.2em;color:#557269;font-weight:600;margin-bottom:15px}.hero h1{font-size:clamp(48px,6vw,84px);line-height:1.02;letter-spacing:-.055em;margin:0 0 25px;max-width:650px}.hero-copy>p{font-size:18px;color:var(--muted);max-width:510px}.hero-buttons{display:flex;align-items:center;gap:30px;margin:38px 0 60px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;padding:15px 23px;border-radius:3px;font-weight:600;cursor:pointer}.btn.primary{background:var(--green);color:#fff}.btn.primary:hover{background:#235649}.btn span{margin-left:26px}.text-link{font-weight:600;border:0;background:none;cursor:pointer}.trust{display:flex;gap:45px}.trust div{display:flex;flex-direction:column}.trust b{font-size:19px}.trust span{font-size:12px;color:var(--muted)}.hero-art{position:relative;background:#dbe4d5;min-height:560px}.orb{position:absolute;width:600px;height:600px;border-radius:50%;background:#c8d4c0;top:4%;left:5%}.product-shape{position:absolute;width:260px;height:390px;left:34%;top:20%;border-radius:130px 130px 25px 25px;background:linear-gradient(145deg,#2a5f51,#0c2e27);box-shadow:25px 35px 55px #839286}.product-shape:before{content:'N';position:absolute;top:100px;left:50%;transform:translateX(-50%);font-size:85px;font-weight:600;color:#d9edaa}.product-shape div{position:absolute;width:170px;height:55px;border-radius:50%;background:#0b2923;left:45px;top:-18px}.float-tag{position:absolute;background:white;padding:13px 18px;right:8%;bottom:16%;box-shadow:0 12px 35px #71817455;font-size:12px}.float-tag b{font-size:14px}.section{padding:90px max(6vw,25px);max-width:1450px;margin:auto}.section.soft{max-width:none;background:#f6f7f4}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:35px}.section-head h2,.newsletter h2{font-size:38px;letter-spacing:-.04em;margin:0}.section-head>a{font-weight:600}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{min-height:270px;padding:25px;display:flex;justify-content:space-between;flex-direction:column;background:#dbe5d4;transition:.25s}.category-card:hover{transform:translateY(-4px)}.category-card.c1{background:#e7dfd2}.category-card.c2{background:#d7e0df}.category-card>span{font-size:12px;color:#6f7975}.category-card h3{font-size:27px;margin:0}.category-card p{color:#59645f;margin:5px 0 18px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-image{height:350px;background:#e9ede7;display:block;position:relative;overflow:hidden}.product-image img,.detail-image img{width:100%;height:100%;object-fit:cover}.placeholder{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#e8ece5,#c9d5ca)}.placeholder span{font-size:90px;font-weight:600;color:#45675c22}.product-image em{position:absolute;top:13px;left:13px;background:#fff;padding:5px 9px;font-size:12px;font-style:normal}.product-info{padding:15px 2px}.product-info small{color:var(--muted)}.product-info h3{font-size:16px;margin:2px 0 8px}.product-info del{color:#929a96;font-size:12px;margin-left:8px}.newsletter{text-align:center;padding:100px 20px;background:var(--lime)}.newsletter h2{max-width:650px;margin:auto}.newsletter form{display:flex;max-width:520px;margin:30px auto 0}.newsletter input{flex:1;border:0;padding:15px}.newsletter p{color:#4d5c57}footer{background:#112d27;color:#d7e1dd;padding:65px max(6vw,25px) 25px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px}footer .brand span{background:var(--lime);color:var(--green)}footer div{display:flex;flex-direction:column;align-items:flex-start}footer h4{color:#fff}footer p,footer a{font-size:13px;color:#aebdb8;margin:4px 0}footer small{grid-column:1/-1;border-top:1px solid #315048;padding-top:20px;margin-top:30px}.page-hero{text-align:center;background:var(--cream);padding:80px 20px}.page-hero.compact{padding:50px 20px}.page-hero h1{font-size:54px;letter-spacing:-.05em;margin:0}.page-hero p{color:var(--muted)}.shop-layout{display:grid;grid-template-columns:220px 1fr;gap:50px}.filters form{display:flex;flex-direction:column;gap:10px;position:sticky;top:20px}.filters label{font-weight:600;margin-top:13px}.filters input,.checkout input,.checkout textarea{padding:11px;border:1px solid var(--line)}.catalog-top{margin-bottom:20px}.product-detail{display:grid;grid-template-columns:1.1fr 1fr;gap:7vw}.detail-image{height:650px;background:#e7ece6}.detail-copy{padding:50px 0}.detail-copy h1{font-size:48px;line-height:1.1;letter-spacing:-.04em}.detail-copy>p{font-size:17px;color:var(--muted)}.detail-price b{font-size:28px}.detail-price del{margin-left:12px;color:#999}.stock{margin:25px 0}.stock.in{color:#357557}.stock.out{color:#a33}.buy-form{display:flex;gap:10px}.buy-form input{width:70px;text-align:center}.benefits{padding:25px 0;list-style:none;border-top:1px solid var(--line);margin-top:35px;color:var(--muted)}.cart-page,.checkout{display:grid;grid-template-columns:1fr 370px;gap:50px;align-items:start}.cart-list{border-top:1px solid var(--line)}.cart-row{display:grid;grid-template-columns:90px 1fr 70px 110px;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}.mini-image{height:80px;background:#e6ebe5;display:grid;place-items:center}.mini-image img{width:100%;height:100%;object-fit:cover}.mini-image span{font-size:30px;font-weight:600;color:#658076}.cart-row h3{margin:0}.cart-row input{padding:8px;width:65px}.cart-summary{padding:28px;background:var(--cream)}.cart-summary h2{margin-top:0}.cart-summary>div{display:flex;justify-content:space-between;padding:10px 0}.cart-summary .total{border-top:1px solid #cdd1ca;margin-top:12px;padding-top:20px;font-size:18px}.full{width:100%}.checkout-form{padding:30px;border:1px solid var(--line)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid label{display:flex;flex-direction:column;font-weight:600;gap:5px}.form-grid .wide{grid-column:1/-1}.form-grid textarea{min-height:100px}.success-page{text-align:center;min-height:620px;padding:100px 20px}.success-icon{width:75px;height:75px;display:grid;place-items:center;margin:0 auto 20px;background:var(--lime);border-radius:50%;font-size:35px}.success-page h1{font-size:55px;margin:5px}.success-page p{color:var(--muted)}.order-no{display:block;font-size:22px;margin:25px}.empty{text-align:center;padding:80px 20px;background:var(--cream)}.prose{max-width:850px;font-size:17px}.prose h2{font-size:35px}
@media(max-width:900px){.site-header{height:66px}.menu-toggle{display:block;margin-left:auto}.site-header nav{display:none;position:absolute;top:66px;left:0;right:0;background:#fff;flex-direction:column;padding:25px;box-shadow:0 15px 25px #0001}.site-header nav.open{display:flex}.header-actions>a:first-child{display:none}.hero{grid-template-columns:1fr}.hero-copy{padding:70px 25px}.hero-art{min-height:450px}.trust{gap:25px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.shop-layout{grid-template-columns:1fr}.filters form{position:static}.filters a{display:inline;margin-right:12px}.product-detail{grid-template-columns:1fr}.detail-image{height:450px}.detail-copy{padding:0}.cart-page,.checkout{grid-template-columns:1fr}footer{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.hero h1{font-size:49px}.hero-buttons{align-items:flex-start;flex-direction:column}.trust{justify-content:space-between;gap:8px}.orb{width:420px;height:420px}.product-shape{left:20%}.section{padding:60px 18px}.section-head h2{font-size:31px}.section-head>a{display:none}.category-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-image{height:230px}.product-info h3{font-size:14px}.newsletter form{flex-direction:column;gap:8px}footer{grid-template-columns:1fr}.page-hero h1{font-size:42px}.detail-copy h1{font-size:38px}.cart-row{grid-template-columns:65px 1fr 60px}.cart-row>b{grid-column:2/-1}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}}
.product-card .card-price{display:flex;align-items:flex-end;justify-content:flex-start;gap:10px;min-height:34px;margin-top:auto;color:var(--green);font-variant-numeric:tabular-nums}.card-price-current{display:flex;align-items:flex-start;white-space:nowrap;line-height:1}.product-card .card-price-current b{font-size:19px;line-height:1;font-weight:600;letter-spacing:-.035em}.card-price-current span{margin:1px 0 0 2px;font-size:12px;line-height:1;font-weight:600}.card-price-saving{display:flex;align-items:flex-start;flex-direction:column;gap:2px;padding-bottom:1px;line-height:1}.product-card .card-price-saving del{margin:0;color:#8a948f;font-size:12px;line-height:1.1}.card-price-saving em{padding:3px 5px;border-radius:999px;background:#e8f2dc;color:#426226;font-size:12px;line-height:1;font-style:normal;font-weight:600;white-space:nowrap}@media(max-width:560px){.product-card .card-price{align-items:flex-start;flex-direction:column;gap:4px;min-height:51px}.card-price-saving{align-items:center;flex-direction:row;gap:5px}.product-card .card-price-current b{font-size:17px}.card-price-current span{font-size:12px}}

/* accessibility.css */
.skip-link {
    position: fixed;
    z-index: 10000;
    top: 10px;
    left: 10px;
    padding: 10px 14px;
    border-radius: 6px;
    background: #102f27;
    color: #fff;
    font-weight: 800;
    transform: translateY(-150%);
    transition: transform .15s;
}

.skip-link:focus { transform: none; }

:focus-visible {
    outline: 3px solid #9fcb36;
    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* auth-modal.css */
.guest-actions{display:flex;align-items:center}.guest-actions .login-link{border:1px solid #d9dfdc;background:#fff;color:var(--ink);padding:10px 18px;border-radius:5px;font-size:13px;font-weight:600;cursor:pointer}.guest-actions .login-link:hover{background:#f3f6f4}
.auth-modal{width:min(92vw,460px);max-height:90vh;border:0;border-radius:14px;padding:34px;box-shadow:0 30px 90px #0c241d55;color:var(--ink);overflow:auto}.auth-modal::backdrop{background:#102a248c;backdrop-filter:blur(3px)}.auth-close{position:absolute;right:16px;top:12px;border:0;background:none;font-size:28px;color:#64716c;cursor:pointer}.auth-heading h2{font-size:28px;line-height:1.2;letter-spacing:-.035em;margin:0 0 8px}.auth-heading p{color:var(--muted);margin:0 0 24px}.auth-heading .eyebrow{margin-bottom:9px}.auth-step{display:none;flex-direction:column;gap:16px}.auth-step.is-active{display:flex}.auth-step label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600}.auth-step input{width:100%;border:1px solid #d8dedb;border-radius:6px;padding:12px 13px;outline:none}.auth-step input:focus{border-color:var(--green);box-shadow:0 0 0 3px #173f3514}.phone-field{display:flex;align-items:center;border:1px solid #d8dedb;border-radius:6px;overflow:hidden}.phone-field:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #173f3514}.phone-field span{padding:12px;border-right:1px solid #e1e5e2;background:#f5f7f5;font-weight:600}.phone-field input{border:0;border-radius:0;box-shadow:none!important}.auth-message{padding:10px 12px;background:#ffebee;color:#963841;border-radius:6px;font-size:13px;margin-bottom:15px}.auth-back{align-self:flex-start;border:0;background:none;padding:0;color:#49675f;font-size:12px;font-weight:600;cursor:pointer}.auth-step .btn[disabled]{opacity:.65;cursor:wait}
@media(max-width:1120px){.site-header{height:66px;gap:16px}.menu-toggle{display:block;margin-left:auto}.site-header nav{display:none;position:absolute;top:66px;left:0;right:0;background:#fff;flex-direction:column;padding:25px;box-shadow:0 15px 25px #0001}.site-header nav.open{display:flex}.header-actions{gap:12px}.search-action{display:none}.account-copy{display:none}.account-trigger i{display:none}}
@media(max-width:560px){.site-header{padding:0 14px}.site-header .brand{font-size:18px}.site-header .brand span{width:30px;height:30px}.cart-link span{display:none}.auth-modal{padding:28px 20px}.auth-heading h2{font-size:24px}}

/* brand-logo.css */
.brand > img {
    display: block;
    width: auto;
    max-width: 140px;
    height: 42px;
    margin-right: 9px;
    overflow: hidden;
    border-radius: 12px;
    object-fit: contain;
}

@media (max-width: 760px) {
    .brand > img {
        max-width: 110px;
        height: 34px;
        border-radius: 10px;
    }
}

/* store-header-icons.css */
.site-header .header-actions{align-items:center}.site-header .header-icon-link{position:relative;display:grid;place-items:center;width:42px;height:42px;min-width:42px;padding:0;border:1px solid transparent;border-radius:50%;color:#123f34;text-decoration:none;transition:background .2s,border-color .2s,transform .2s}.site-header .header-icon-link:hover{background:#f1f7f4;border-color:#dce9e3;transform:translateY(-1px)}.site-header .header-icon-link svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.site-header .header-icon-link.favorites-link svg{width:21px;height:21px}.site-header .header-icon-link>b{position:absolute;top:-1px;right:-2px;display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border:2px solid #fff;border-radius:999px;background:#dfff84;color:#123f34;font-size:12px;font-weight:600;line-height:1}.site-header .cart-link{gap:0}@media(max-width:560px){.site-header .header-icon-link{width:38px;height:38px;min-width:38px}.site-header .header-icon-link svg{width:21px;height:21px}}

/* store-header.css */
.site-header{display:block;height:auto;padding:0;background:#fff}.header-main{display:grid;grid-template-columns:minmax(180px,1fr) minmax(320px,680px) minmax(180px,1fr);align-items:center;gap:34px;min-height:78px;padding:0 max(5vw,24px)}.header-main>.brand{justify-self:start}.header-search{align-self:center;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;width:100%;height:44px;margin:0;border:1px solid #d9e2dd;border-radius:8px;background:#f8faf8;transform:translateY(1px);transition:border-color .2s,box-shadow .2s,background .2s}.header-search:focus-within{border-color:#5c897b;background:#fff;box-shadow:0 0 0 3px #e8f1ed}.header-search svg{width:18px;height:18px;margin:auto;fill:none;stroke:#597168;stroke-width:1.8;stroke-linecap:round}.header-search input{min-width:0;height:100%;padding:0 4px;border:0;outline:0;background:transparent;color:var(--ink);font-size:13px}.header-search input::placeholder{color:#89938f}.header-search button{align-self:stretch;margin:4px;padding:0 18px;border:0;border-radius:6px;background:var(--green);color:#fff;font-size:12px;font-weight:600;cursor:pointer}.header-main .header-actions{justify-self:end;gap:10px}.site-header>nav{display:flex;align-items:center;justify-content:center;gap:clamp(12px,2vw,28px);min-height:52px;margin:0;padding:0 max(5vw,24px);border-top:1px solid #edf0ee;border-bottom:1px solid #e3e8e5;background:#fff}.site-header>nav>a{position:relative;display:flex;align-items:center;min-height:36px;padding:0 16px;border-radius:999px;font-size:12px;font-weight:600;transition:color .2s,background .2s}.site-header>nav>a:hover{background:#f0f6f2;color:var(--green)}.site-header>nav>a.active{background:#e4f0e9;color:var(--green);font-weight:600}.site-header>nav>a:after{content:"";position:absolute;right:16px;bottom:3px;left:16px;height:2px;border-radius:2px;background:var(--green);transform:scaleX(0);transition:transform .2s}.site-header>nav>a.active:after{transform:scaleX(1)}.mobile-menu-search{display:none}.menu-toggle{justify-self:end;width:40px;height:40px;padding:9px;border:1px solid #dfe5e1;border-radius:7px;background:#fff}.menu-toggle span{display:block;height:2px;margin:4px 0;border-radius:2px;background:var(--green)}
.header-main > .brand {
    font-family: Manrope, Arial, sans-serif;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
}
@media(max-width:1120px){.header-main{grid-template-columns:auto minmax(280px,1fr) auto;gap:20px;min-height:72px}.site-header>nav{position:static;top:auto;right:auto;bottom:auto;left:auto;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:clamp(10px,2vw,24px);min-height:52px;margin:0;padding:0 24px;border-top:1px solid #edf0ee;border-bottom:1px solid #e3e8e5;background:#fff;box-shadow:none}.site-header>nav>a{display:flex;min-height:36px;padding:0 16px;white-space:nowrap}.site-header .menu-toggle{display:none}}
@media(max-width:760px){.header-main{display:grid;grid-template-columns:1fr auto auto;gap:8px;min-height:64px;padding:0 14px}.header-main>.brand{font-size:18px}.header-main>.brand span{width:30px;height:30px}.header-search{display:none}.site-header .menu-toggle{display:block;margin:0}.header-main .header-actions{gap:5px}.site-header>nav{display:none;position:absolute;z-index:40;top:64px;right:0;left:0;align-items:stretch;flex-direction:column;gap:0;padding:14px 18px 20px;border-top:1px solid #e5e9e7;background:#fff;box-shadow:0 18px 35px #112c2320}.site-header>nav.open{display:flex}.site-header>nav>a{min-height:44px;border-bottom:1px solid #edf0ee}.site-header>nav>a:after{display:none}.mobile-menu-search{display:grid;grid-template-columns:1fr auto;height:42px;margin-bottom:8px;border:1px solid #dce3df;border-radius:7px;overflow:hidden}.mobile-menu-search input{min-width:0;padding:0 12px;border:0;outline:0}.mobile-menu-search button{padding:0 15px;border:0;background:var(--green);color:#fff;font-size:12px;font-weight:600}.account-dropdown{top:74px}}
@media(max-width:480px){.site-header .favorites-link{display:none}.header-main .header-actions{gap:2px}}
.announce{padding:0}.announce-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:27px;padding:0 max(5vw,24px)}.announce-phones{grid-column:1;justify-self:start;display:flex;align-items:center;gap:10px;line-height:1}.announce-phones svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.announce-phones a{display:inline-flex;align-items:center;gap:6px;color:#fff;font-size:11px;font-weight:600;letter-spacing:.01em;white-space:nowrap;opacity:.94;transition:opacity .18s}.announce-phones a+a{padding-left:10px;border-left:1px solid #ffffff38}.announce-phones a:hover{color:#fff;opacity:1}.announce-message{grid-column:2}.announce-links{grid-column:3;justify-self:end;display:flex;align-items:center;gap:15px;margin:0}.announce-links a{display:inline-flex;align-items:center;gap:5px;color:#fff;font-size:11px;font-weight:600;letter-spacing:.01em;line-height:1;white-space:nowrap;opacity:.94;transition:opacity .18s}.announce-links a+a{padding-left:15px;border-left:1px solid #ffffff38}.announce-links a:hover{color:#fff;opacity:1}.announce-links svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}@media(max-width:820px){.announce-phones a+a{display:none}.announce-message{display:none}.announce-inner{grid-template-columns:minmax(0,1fr) auto}.announce-phones{grid-column:1}.announce-links{grid-column:2}}@media(max-width:560px){.announce-inner{gap:8px;min-height:32px;padding:0 10px}.announce-phones{gap:6px}.announce-phones a{font-size:10px}.announce-phones svg{width:14px;height:14px}.announce-links{gap:9px}.announce-links a{font-size:10px}.announce-links a+a{padding-left:9px}.announce-links svg{width:15px;height:15px}}@media(max-width:390px){.announce-links a span{display:none}.announce-links a+a{padding-left:0;border-left:0}.announce-links{gap:6px}}

/* checkout-legal.css */
.checkout-legal{display:grid;gap:10px;margin:24px 0;padding:18px;border:1px solid var(--line);background:#f8faf8}.checkout-legal legend{padding:0 7px;font-weight:600}.checkout-legal label{display:flex;align-items:flex-start;gap:8px;font-size:12px}.checkout-legal input{margin-top:4px}.checkout-legal a{color:var(--green);font-weight:600;text-decoration:underline}

/* compliance.css */
.cookie-banner{position:fixed;z-index:1000;right:20px;bottom:20px;left:20px;display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:900px;margin:auto;padding:20px;border:1px solid #d8e1dc;border-radius:12px;background:#fff;box-shadow:0 20px 60px #102b2240}.cookie-banner p{margin:4px 0;color:var(--muted);font-size:12px}.cookie-banner a{font-size:12px;text-decoration:underline}.cookie-banner>div:last-child{display:flex;gap:8px}.cookie-banner button{padding:10px 13px;border:1px solid var(--green);border-radius:6px;background:#fff;color:var(--green);font-weight:600;cursor:pointer}.cookie-banner button.accept{background:var(--green);color:#fff}.footer-legal{display:flex;flex-direction:column;align-items:flex-start}footer .footer-legal+small{grid-column:1/-1}@media(max-width:700px){.cookie-banner{align-items:stretch;flex-direction:column}.cookie-banner>div:last-child{flex-direction:column}}

.cookie-banner{flex-wrap:wrap}.cookie-summary{flex:1 1 400px}.cookie-actions{display:grid!important;grid-template-columns:repeat(3,1fr);gap:8px}.cookie-actions button{min-width:105px}.cookie-actions button[data-cookie="all"]{background:var(--green);color:#fff}.cookie-settings{order:3;width:100%;padding-top:14px;border-top:1px solid #e1e8e4}.cookie-settings[hidden]{display:none}.cookie-settings label{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:9px 0}.cookie-settings label span{display:flex;flex-direction:column}.cookie-settings small{color:var(--muted)}.cookie-settings input{width:20px;height:20px;accent-color:var(--green)}.cookie-settings>button{display:block;margin:10px 0 0 auto;background:var(--green);color:#fff}@media(max-width:700px){.cookie-actions{grid-template-columns:1fr!important}.cookie-actions button{width:100%}}

/* footer-polish.css */
footer{display:grid;grid-template-columns:minmax(310px,1.35fr) repeat(3,minmax(180px,.85fr));gap:45px 60px;padding:58px max(5vw,32px) 0;background:radial-gradient(circle at 45% 25%,#073d3a 0,#022d2d 42%,#012324 100%);color:#dce8e4}footer>div,footer>nav{min-width:0}.footer-brand{display:flex;align-items:flex-start;flex-direction:column}.footer-brand-lockup{display:inline-flex;align-items:center;flex-direction:column}.footer-brand-lockup .brand{margin:0;color:#fff}.footer-brand-lockup .brand img{border-radius:12px}.footer-brand-lockup .footer-tagline{max-width:none;margin:6px 0 0;color:#aabbb7;font:500 12px/1.35 Manrope,Arial,sans-serif;letter-spacing:-.02em;text-align:center}.footer-contact-list{display:grid;gap:11px;margin-top:28px}.footer-contact-list>a,.footer-contact-list>div{display:grid;grid-template-columns:25px minmax(0,1fr);align-items:start;gap:11px;margin:0;color:#e4ece9;font-size:13px}.footer-contact-list>a:hover{color:#d8ef9f;transform:none}.footer-contact-list span{color:#9ee449;font-size:20px;line-height:1.1;text-align:center}.footer-contact-list address,.footer-contact-list p{max-width:250px;margin:0;color:#d2ddda;font-size:12px;font-style:normal;line-height:1.55}.footer-contact-list b{color:#fff;font-weight:600}.footer-socials{display:flex;flex-direction:row;margin-top:22px}.footer-socials a{display:flex;align-items:center;flex-direction:column;gap:5px;color:#cbd8d4;font-size:12px}.footer-socials a b{display:grid;place-items:center;width:44px;height:44px;border:1px solid #8ed444;border-radius:50%;color:#9ee449;font-size:22px}.footer-socials a:hover{color:#fff;transform:translateY(-2px)}footer .footer-column{display:flex;align-items:flex-start;flex-direction:column}footer h4{position:relative;margin:17px 0 30px;color:#fff;font-size:14px;text-transform:uppercase}footer h4:after{position:absolute;bottom:-14px;left:0;width:34px;height:2px;background:#1ed887;content:''}footer .footer-column a{position:relative;margin:0 0 13px;padding-left:18px;color:#c9d7d3;font-size:12px;line-height:1.5}footer .footer-column a:before{position:absolute;left:0;color:#9ee449;font-size:17px;line-height:17px;content:'›'}footer .footer-column a:hover{color:#fff;transform:translateX(3px)}.footer-trust{grid-column:1/-1;display:grid;grid-template-columns:repeat(5,1fr);padding:26px 10px;border-top:1px solid #315653;border-bottom:1px solid #315653}.footer-trust>div{display:flex;align-items:center;justify-content:center;flex-direction:row;gap:14px;padding:0 24px;border-right:1px solid #315653}.footer-trust>div:last-child{border:0}.footer-trust i{color:#9ee449;font-size:34px;font-style:normal}.footer-trust p{display:flex;flex-direction:column;margin:0}.footer-trust b{color:#fff;font-size:13px}.footer-trust span{color:#abbcb7;font-size:12px}.footer-bottom{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:25px;padding:16px 0 20px}.footer-bottom small{margin:0;padding:0;border:0;color:#c4d1cd;font-size:12px}.payment-badges{display:flex;align-items:center;flex-direction:row;gap:7px}.payment-badges b{display:grid;place-items:center;min-width:74px;height:35px;padding:0 12px;border-radius:4px;background:#fff;color:#1457a0;font-size:14px;font-style:italic}.payment-badges .mastercard{color:#f05b27;letter-spacing:-7px;padding-right:19px}@media(max-width:1050px){footer{grid-template-columns:1.4fr repeat(2,1fr)}.footer-legal{grid-column:2}.footer-trust{grid-template-columns:repeat(3,1fr)}.footer-trust>div{min-height:65px}.footer-trust>div:nth-child(3){border-right:0}}@media(max-width:760px){footer{grid-template-columns:1fr 1fr;gap:34px 28px;padding:42px 22px 0}.footer-brand{grid-column:1/-1}.footer-legal{grid-column:auto}.footer-trust{grid-template-columns:1fr 1fr;padding:18px 0}.footer-trust>div{justify-content:flex-start;padding:12px 18px;border-right:0}.footer-bottom{align-items:flex-start;flex-direction:column}.payment-badges{flex-wrap:wrap}}@media(max-width:520px){footer{grid-template-columns:1fr}.footer-legal{grid-column:auto}.footer-trust{grid-template-columns:1fr}.footer-trust>div{justify-content:flex-start}.footer-brand-lockup{align-self:center}.footer-bottom{align-items:center;text-align:center}.payment-badges{justify-content:center}}
body footer{row-gap:30px}
.footer-socials a b svg{width:23px;height:23px;fill:currentColor}
body .payment-badges .mastercard{padding:0;letter-spacing:normal}.payment-badges .mastercard svg{display:block;width:54px;height:32px}
.footer-trust i{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px}.footer-trust i svg{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
/* Tutarlı footer iletişim ikonları */
.footer-contact-list>a,.footer-contact-list>div{grid-template-columns:32px minmax(0,1fr);align-items:center;gap:12px;min-height:34px}.footer-contact-list span{display:grid;place-items:center;width:30px;height:30px;border:1px solid #9ee4492b;border-radius:8px;background:#9ee44912;color:#a8ec58;line-height:1;transition:border-color .18s,background .18s,color .18s,transform .18s}.footer-contact-list span svg{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer-contact-list>a:hover span{border-color:#9ee44966;background:#9ee44924;color:#c7ff82;transform:translateY(-1px)}.footer-contact-list address,.footer-contact-list p{padding-top:1px}.footer-contact-list>a{transition:color .18s}.footer-contact-list>div{color:#d2ddda}

/* payment-logos.css */
.payment-logo{position:relative;display:grid;place-items:center;overflow:hidden;background:#fff}.payment-logo img{display:block;max-width:none}.payment-logo-troy img{width:63px;height:auto}.payment-logo-visa img{width:76px;height:auto}
.checkout-card-networks{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:-10px 0 22px;padding:12px 15px;border:1px solid #e0e6e2;border-radius:8px;background:#f8faf9}.checkout-card-networks>span{color:#68766f;font-size:12px;font-weight:600}.checkout-card-networks>div{display:flex;align-items:center;gap:7px}.checkout-card-networks b{display:grid;place-items:center;width:66px;height:32px;overflow:hidden;border:1px solid #e4e9e6;border-radius:4px;background:#fff}.checkout-card-networks .mastercard svg{display:block;width:49px;height:29px}.checkout-card-networks .payment-logo-troy img{width:55px}.checkout-card-networks .payment-logo-visa img{width:67px}
@media(max-width:560px){.checkout-card-networks{align-items:flex-start;flex-direction:column;gap:8px}.checkout-card-networks>div{width:100%}.checkout-card-networks b{flex:1;min-width:0}}

/* header-live-search.css */
.header-search{position:relative}.header-search-results{position:absolute;z-index:70;top:calc(100% + 9px);right:0;left:0;overflow:hidden;border:1px solid #dce4df;border-radius:10px;background:#fff;box-shadow:0 18px 45px #173f3526}.header-search-result{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;border-bottom:1px solid #edf1ee}.header-search-result:hover,.header-search-result.active{background:#f2f7f4}.header-search-result img,.search-result-placeholder{width:58px;height:50px;border-radius:6px;object-fit:cover;background:#e8eee9}.search-result-placeholder{display:grid;place-items:center;color:#597168;font-weight:600}.header-search-result span{display:flex;min-width:0;flex-direction:column}.header-search-result strong{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.header-search-result small{color:var(--muted);font-size:12px}.header-search-result b{font-size:12px;white-space:nowrap}.header-search-all{display:block;padding:11px;text-align:center;color:var(--green);font-size:12px;font-weight:600}.header-search-empty{padding:20px;text-align:center;color:var(--muted);font-size:12px}
.header-main{position:relative;z-index:60}.site-header>nav{z-index:10}.header-search{z-index:70}.header-search-results{z-index:80}

/* store-width.css */
:root{--store-content-width:1520px}
.section:not(.soft),
.cart-layout,
.cart-recommendations,
.shop-shell,
.category-strip,
.product-content-section{width:100%;max-width:var(--store-content-width)}
@media(max-width:1600px){
    :root{--store-content-width:100%}
}

/* product-image-contain.css */
/* Ürün görselleri, kaynak en-boy oranından bağımsız olarak kare çerçevede bütünüyle görünür. */
.product-image img,
.detail-image img,
.thumbs img,
.product-hero-media img,
.cart-recommendations .product-image img,
.favorites-page .product-image img,
.header-search-result img,
.quick-view .quick-image-open img,
.quick-view .quick-thumbnails img {
    object-fit: contain !important;
    object-position: center !important;
    background: #fff;
}

.product-image img {
    padding: clamp(8px, 2.2vw, 18px);
}

.detail-image img {
    padding: clamp(18px, 4vw, 48px);
}

.thumbs img,
.quick-view .quick-thumbnails img,
.header-search-result img {
    padding: 4px;
}

.product-hero-media img,
.quick-view .quick-image-open img {
    padding: clamp(12px, 2vw, 24px);
}

.gallery-zoom:hover img,
.product-card:hover .product-image img,
.shop-card:hover .product-image img,
.quick-view .quick-image-open img {
    transform: none !important;
}

