/* 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%}
}

/* shop-upgrade.css */
.shop-hero{display:grid;place-items:center;min-height:218px;padding:42px 20px;text-align:center;background:linear-gradient(135deg,#f5f2e9 0%,#f0f4ed 100%)}.shop-hero .eyebrow{margin:0 0 8px}.shop-hero h1{margin:0;font-size:clamp(40px,5vw,58px);line-height:1;letter-spacing:-.055em}.shop-hero p{margin:13px 0 0;color:var(--muted)}.category-strip{display:flex;gap:8px;max-width:1380px;margin:0 auto;padding:18px max(4vw,22px);overflow-x:auto;scrollbar-width:none;border-bottom:1px solid var(--line)}.category-strip::-webkit-scrollbar{display:none}.category-strip a{display:flex;align-items:center;gap:8px;flex:none;padding:8px 13px;border:1px solid #dfe6e2;border-radius:999px;background:#fff;font-size:12px;font-weight:600;transition:.2s}.category-strip a:hover,.category-strip a.active{border-color:var(--green);background:var(--green);color:#fff}.category-strip small{display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:#edf2ef;color:#52615c;font-size:12px}.category-strip .active small{background:#ffffff24;color:#fff}.shop-shell{display:grid;grid-template-columns:245px minmax(0,1fr);gap:38px;max-width:1380px;margin:auto;padding:42px max(4vw,22px) 90px}.shop-filters{align-self:start;position:sticky;top:18px;padding:22px;border:1px solid #e1e7e3;border-radius:12px;background:#fff}.filter-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.filter-head .eyebrow{margin:0 0 2px}.filter-head h2{margin:0;font-size:22px}.filter-head>button{display:none}.shop-filters form{display:flex;flex-direction:column}.search-field{position:relative}.search-field svg{position:absolute;top:50%;left:12px;width:17px;transform:translateY(-50%);fill:none;stroke:#65736e;stroke-width:1.8}.search-field input{width:100%;height:45px;padding:0 35px 0 38px;border:1px solid #dce3df;border-radius:7px;outline:none;font-size:12px}.search-field input:focus{border-color:#487568;box-shadow:0 0 0 3px #e9f2ee}.search-field button{position:absolute;top:50%;right:7px;width:28px;height:28px;transform:translateY(-50%);border:0;background:none;color:#78847f;cursor:pointer}.shop-filters fieldset{display:flex;flex-direction:column;gap:3px;margin:22px 0;padding:0;border:0}.shop-filters legend{margin-bottom:9px;font-size:12px;font-weight:600}.category-option{display:flex;align-items:center;gap:9px;padding:7px 8px;border-radius:6px;cursor:pointer;font-size:12px}.category-option:hover{background:#f4f7f5}.category-option:has(input:checked){background:#eaf3ee;color:#174c3e;font-weight:600}.category-option input{position:absolute;opacity:0}.category-option span{flex:1}.category-option small{color:#87928e;font-size:12px}.stock-switch{display:flex;align-items:center;justify-content:space-between;padding:13px 0;border-top:1px solid #edf0ee;border-bottom:1px solid #edf0ee;cursor:pointer}.stock-switch span{display:flex;flex-direction:column}.stock-switch b{font-size:12px}.stock-switch small{color:var(--muted);font-size:12px}.stock-switch input{position:absolute;opacity:0}.stock-switch i{position:relative;width:38px;height:22px;border-radius:99px;background:#d6ddda;transition:.2s}.stock-switch i:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #0002;transition:.2s}.stock-switch input:checked+i{background:var(--green)}.stock-switch input:checked+i:after{left:19px}.apply-filters{margin-top:16px;padding:11px;border:0;border-radius:6px;background:var(--green);color:#fff;font-size:12px;font-weight:600;cursor:pointer}.clear-filters{text-align:center;margin-top:10px;color:#63706c;font-size:12px;text-decoration:underline}.catalog-frame{min-width:0;transition:opacity .18s}.catalog-frame.is-loading{opacity:.45;pointer-events:none}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;min-height:48px;margin-bottom:20px}.catalog-toolbar>div{display:flex;flex-direction:column}.catalog-toolbar b{font-size:15px}.catalog-toolbar small{color:var(--muted);font-size:12px}.catalog-toolbar label{display:flex;align-items:center;gap:9px;color:#65726d;font-size:12px;font-weight:600}.catalog-toolbar select{padding:9px 34px 9px 11px;border:1px solid #dce3df;border-radius:6px;background:#fff;font-size:12px}.shop-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 20px}.shop-card{display:flex;min-width:0;flex-direction:column;border:1px solid #e7ebe8;border-radius:11px;background:#fff;overflow:hidden;transition:transform .25s,box-shadow .25s,border-color .25s;animation:card-in .35s both}.shop-card:hover{transform:translateY(-4px);border-color:#d6e1dc;box-shadow:0 16px 38px #183d3120}.product-media{position:relative;overflow:hidden;background:#f3f5f2}.shop-card .product-image{display:block;width:100%;height:auto!important;aspect-ratio:1/1;overflow:hidden}.shop-card .product-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s}.shop-card:hover .product-image img{transform:scale(1.035)}.card-badges{position:absolute;z-index:2;top:10px;left:10px;display:flex;gap:5px}.card-badges em{padding:5px 7px;border-radius:4px;background:#173f35;color:#fff;font-size:12px;font-style:normal;font-weight:600}.card-badges .low-stock{background:#fff1d7;color:#835816}.card-badges .sold-out{background:#f2e7e8;color:#873840}.card-favorite{position:absolute;z-index:3;top:9px;right:9px;display:grid!important;place-items:center;width:36px;height:36px;margin:0!important;border:1px solid #e4e9e6;border-radius:50%;background:#fff;color:#174c3e;box-shadow:0 5px 15px #16382e14}.card-favorite button{display:grid;place-items:center;width:100%;height:100%;padding:0;border:0;border-radius:50%;background:transparent;color:inherit;cursor:pointer}.card-favorite svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.card-favorite button.active svg{fill:currentColor}.quick-view-button{position:absolute;z-index:3;right:14px;bottom:12px;left:14px;padding:10px;border:0;border-radius:6px;background:#ffffffed;color:#173f35;box-shadow:0 6px 20px #0002;font-size:12px;font-weight:600;opacity:0;transform:translateY(8px);transition:.2s;cursor:pointer}.shop-card:hover .quick-view-button,.quick-view-button:focus-visible{opacity:1;transform:none}.shop-card .product-info{display:flex;flex:1;flex-direction:column;padding:15px}.shop-card .product-info>small{font-size:12px;text-transform:uppercase;letter-spacing:.08em}.shop-card .product-info h3{display:-webkit-box;min-height:44px;margin:5px 0 10px;overflow:hidden;font-size:13px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}.card-price{display:flex;align-items:center;gap:7px;margin-top:auto}.card-price b{font-size:15px}.card-price del{font-size:12px}.quick-cart{margin-top:13px}.quick-cart button,.stock-detail{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:39px;padding:0 12px;border:1px solid #dce4df;border-radius:6px;background:#fff;color:#174c3e;font-size:12px;font-weight:600;cursor:pointer;transition:.2s}.quick-cart button:hover{border-color:var(--green);background:var(--green);color:#fff}.stock-detail{justify-content:center;color:#687570}.mobile-filter-button{display:none}.filter-backdrop{display:none}.shop-empty{padding:80px 20px;text-align:center;border:1px dashed #d6ded9;border-radius:12px;background:#fafbf9}.shop-empty>span{font-size:40px}.shop-empty h2{margin:10px 0 4px}.shop-empty p{color:var(--muted)}.shop-empty a{font-weight:600;text-decoration:underline}.quick-view{width:min(760px,calc(100% - 30px));padding:0;border:0;border-radius:13px;box-shadow:0 25px 80px #0005}.quick-view::backdrop{background:#10251f99;backdrop-filter:blur(3px)}.quick-view[open]{display:grid;grid-template-columns:1fr 1fr}.quick-view>button{position:absolute;z-index:2;top:12px;right:12px;width:36px;height:36px;border:0;border-radius:50%;background:#fff;font-size:20px;cursor:pointer}.quick-view img{width:100%;height:100%;min-height:400px;object-fit:cover;background:#eef1ee}.quick-view>div{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:42px}.quick-view small{color:var(--muted)}.quick-view h2{margin:6px 0 20px;font-size:28px;line-height:1.2}.quick-view div>b{margin-bottom:24px;font-size:23px}.shop-toast{position:fixed;z-index:1001;right:24px;bottom:24px;padding:12px 17px;border-radius:7px;background:#173f35;color:#fff;box-shadow:0 12px 35px #0003;font-size:12px;font-weight:600;opacity:0;transform:translateY(10px);pointer-events:none;transition:.2s}.shop-toast.show{opacity:1;transform:none}.shop-toast.error{background:#913b43}@keyframes card-in{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media(max-width:1050px){.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-shell{grid-template-columns:220px minmax(0,1fr);gap:25px}}@media(max-width:760px){.shop-hero{min-height:172px;padding:32px 18px}.shop-shell{display:block;padding:24px 18px 65px}.mobile-filter-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-bottom:16px;padding:11px;border:1px solid #dce4df;border-radius:7px;background:#fff;font-weight:600}.shop-filters{position:fixed;z-index:1002;top:0;right:0;bottom:0;width:min(360px,90vw);padding:22px;overflow:auto;border:0;border-radius:0;transform:translateX(105%);transition:.25s}.shop-filters.open{transform:none}.filter-head>button{display:grid;place-items:center;width:35px;height:35px;border:0;border-radius:50%;background:#f0f3f1;font-size:20px}.filter-backdrop{position:fixed;z-index:1001;inset:0;display:block;background:#10251f77;opacity:0;pointer-events:none;transition:.2s}.filter-backdrop.open{opacity:1;pointer-events:auto}.catalog-toolbar{align-items:flex-end}.catalog-toolbar label{align-items:flex-start;flex-direction:column;gap:2px}.catalog-toolbar select{max-width:190px}.apply-filters{padding:14px}.quick-view[open]{grid-template-columns:1fr}.quick-view img{min-height:0;aspect-ratio:1/1}.quick-view>div{padding:25px}.quick-view h2{font-size:22px}}@media(max-width:480px){.shop-product-grid{gap:12px}.shop-card .product-info{padding:11px}.shop-card .product-info h3{font-size:12px}.card-price{align-items:flex-start;flex-direction:column;gap:0}.quick-view-button{display:none}.quick-cart button{justify-content:center}.quick-cart button span{display:none}.category-strip{padding-inline:15px}.catalog-toolbar select{max-width:165px;font-size:12px}}
@media(prefers-reduced-motion:reduce){.shop-card,.shop-card *,.shop-filters,.shop-toast{animation:none!important;transition:none!important}}
.search-field input:placeholder-shown+button{visibility:hidden;opacity:0}.search-field button{transition:opacity .18s}.category-strip{-webkit-mask-image:linear-gradient(to right,#000 0,#000 calc(100% - 34px),transparent 100%);mask-image:linear-gradient(to right,#000 0,#000 calc(100% - 34px),transparent 100%);padding-right:48px}.shop-card .product-info h3{position:relative;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 72%,transparent 100%);mask-image:linear-gradient(180deg,#000 0,#000 72%,transparent 100%)}
.quick-view{width:min(720px,calc(100% - 30px));overflow:hidden;background:#fff}.quick-view[open]{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr)}.quick-view-media{display:grid;place-items:center;min-width:0;padding:34px;background:linear-gradient(145deg,#f5f7f4,#edf2ee)}.quick-view .quick-view-media img{width:100%;height:auto;min-height:0;aspect-ratio:1/1;object-fit:contain;mix-blend-mode:multiply}.quick-view-copy{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;padding:42px 38px}.quick-view-category{display:inline-flex!important;padding:5px 9px;border-radius:999px;background:#edf4f0;color:#356356!important;font-size:12px!important;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.quick-view .quick-view-copy h2{display:-webkit-box;margin:12px 0 16px;overflow:hidden;font-size:clamp(22px,2.5vw,29px);line-height:1.18;letter-spacing:-.035em;-webkit-box-orient:vertical;-webkit-line-clamp:4}.quick-view-price{margin:0 0 20px!important;font-size:23px!important}.quick-view-stock{display:flex;align-items:center;gap:10px;width:100%;margin:0 0 23px;padding:11px;border-radius:7px;background:#f1f7f4}.quick-view-stock>span:first-child{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#dff0e6;color:#1c7357;font-weight:600}.quick-view-stock>span:last-child{display:flex;flex-direction:column}.quick-view-stock b{font-size:12px}.quick-view-stock small{color:#66746f;font-size:12px}.quick-view-stock.out{background:#f8eeee}.quick-view-stock.out>span:first-child{background:#efd9dc;color:#98424b}.quick-view-actions{display:grid!important;grid-template-columns:1fr auto;width:100%;gap:9px;padding:0!important}.quick-view-actions form{margin:0}.quick-view-actions .btn{width:100%;min-height:47px;padding:12px 16px;border-radius:6px;font-size:12px}.quick-view-actions .btn span{margin-left:auto}.quick-detail-link{display:grid;place-items:center;padding:0 13px;border:1px solid #d9e2dd;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap}.quick-view>button{top:14px;right:14px;border:1px solid #e2e7e4;box-shadow:0 4px 14px #0001}.quick-view.is-out .quick-view-actions form{display:none}@media(max-width:760px){.quick-view[open]{grid-template-columns:1fr;max-height:90vh;overflow:auto}.quick-view-media{padding:24px}.quick-view .quick-view-media img{max-height:280px}.quick-view-copy{padding:25px}.quick-view .quick-view-copy h2{-webkit-line-clamp:3}.quick-view-actions{grid-template-columns:1fr!important}}
.catalog-frame{position:relative}.catalog-content{transition:opacity .18s}.catalog-frame.is-loading{opacity:1}.catalog-frame.is-loading .catalog-content{opacity:.22}.catalog-frame.is-loading:after{content:"";position:absolute;z-index:5;inset:70px 0 auto;height:220px;border-radius:10px;background:linear-gradient(100deg,#eef2ef 20%,#f9faf9 38%,#eef2ef 56%);background-size:200% 100%;animation:shop-skeleton 1s infinite}.toolbar-actions{display:flex!important;align-items:flex-end;flex-direction:row!important;gap:10px}.density-picker{display:flex;padding:2px;border:1px solid #dce3df;border-radius:6px}.density-picker button{width:31px;height:31px;border:0;border-radius:4px;background:#fff;color:#87938e;cursor:pointer}.density-picker button.active{background:#e9f1ed;color:#174c3e}.catalog-frame.density-compact .shop-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 14px}.catalog-frame.density-compact .shop-card .product-info h3{font-size:12px}.shop-card:nth-child(2){animation-delay:.04s}.shop-card:nth-child(3){animation-delay:.08s}.shop-card:nth-child(4){animation-delay:.12s}@keyframes shop-skeleton{to{background-position:-200% 0}}@media(max-width:1050px){.catalog-frame.density-compact .shop-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.density-picker{display:none}.toolbar-actions{gap:0}.catalog-frame.density-compact .shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
.shop-hero{min-height:164px;padding:28px 20px}.shop-hero h1{font-size:clamp(38px,4.4vw,52px)}.shop-hero p{margin-top:10px}.category-strip{padding-top:14px;padding-bottom:14px}.shop-shell{grid-template-columns:210px minmax(0,1fr);gap:22px;padding-top:34px}.shop-filters{padding:19px}.shop-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 14px}.shop-card .product-info{padding:12px}.shop-card .product-info h3{min-height:39px;margin:4px 0 8px;font-size:12px;line-height:1.55}.shop-card .product-info>small{font-size:12px}.card-price b{font-size:14px}.quick-cart{margin-top:10px}.quick-cart button,.stock-detail{min-height:36px}.card-favorite{top:8px;right:8px;width:32px;height:32px}.card-favorite svg{width:16px;height:16px}.quick-view-button{right:10px;bottom:9px;left:10px;padding:8px}.density-picker button{position:relative;font-size:0}.density-picker button:before{content:"";display:block;width:15px;height:15px;margin:auto;background:linear-gradient(currentColor 0 0) 0 0/6px 6px no-repeat,linear-gradient(currentColor 0 0) 100% 0/6px 6px no-repeat,linear-gradient(currentColor 0 0) 0 100%/6px 6px no-repeat,linear-gradient(currentColor 0 0) 100% 100%/6px 6px no-repeat}.density-picker button[data-density="compact"]:before{width:16px;height:16px;background:radial-gradient(circle,currentColor 2px,transparent 2.5px) 0 0/8px 8px}.catalog-toolbar select{min-width:196px}@media(min-width:901px) and (max-width:1050px){.shop-shell{grid-template-columns:205px minmax(0,1fr);gap:20px;padding-right:36px;padding-left:36px}.shop-product-grid,.catalog-frame.density-compact .shop-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 12px}.shop-card .product-info{padding:11px}.catalog-toolbar select{min-width:0;width:196px}}@media(max-width:900px) and (min-width:761px){.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.shop-hero{min-height:145px;padding:25px 18px}.shop-shell{padding-top:20px}.shop-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 12px}.shop-card .product-info h3{min-height:38px}.catalog-toolbar select{min-width:0}}
.quick-view{width:min(900px,calc(100% - 28px));max-height:min(720px,92vh)}.quick-view[open]{grid-template-columns:minmax(0,.95fr) minmax(390px,1.05fr)}.quick-view-media{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:30px 46px 20px}.quick-image-open{position:relative;display:grid;place-items:center;width:100%;max-width:390px;padding:0;border:0;background:transparent;cursor:zoom-in}.quick-view .quick-image-open img{width:100%;max-height:390px;transform:scale(1.12)}.quick-image-open>span{position:absolute;right:2px;bottom:2px;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#fff;box-shadow:0 5px 18px #0002}.quick-gallery-arrow{position:absolute;z-index:2;top:45%;display:grid;place-items:center;width:34px;height:34px;border:1px solid #dce4df;border-radius:50%;background:#fff;cursor:pointer}.quick-gallery-arrow.prev{left:14px}.quick-gallery-arrow.next{right:14px}.quick-thumbnails{display:flex;justify-content:center;gap:7px;width:100%;margin-top:15px}.quick-thumbnails button{width:48px;height:48px;padding:3px;overflow:hidden;border:1px solid #dce3df;border-radius:6px;background:#fff;cursor:pointer}.quick-thumbnails button.active{border:2px solid var(--green)}.quick-thumbnails img{width:100%!important;height:100%!important;min-height:0!important;aspect-ratio:auto!important;object-fit:cover!important;mix-blend-mode:normal!important}.quick-loading{position:absolute;z-index:5;inset:0;display:grid;place-items:center;background:#f1f4f1;color:#66736e;font-size:12px;font-weight:600}.quick-view-copy{max-height:92vh;padding:35px;overflow:auto}.quick-heading{display:flex;align-items:center;justify-content:space-between;width:100%}.quick-heading form{margin:0}.quick-heading form button,.quick-favorite-login{display:grid;place-items:center;width:35px;height:35px;padding:0;border:1px solid #dce4df;border-radius:50%;background:#fff;color:#174c3e;cursor:pointer}.quick-heading svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.quick-heading button.active svg{fill:currentColor}.quick-view .quick-view-copy h2{-webkit-line-clamp:3;margin-bottom:9px}.quick-meta{display:flex!important;flex-wrap:wrap;gap:6px 15px;padding:0!important;color:#697570;font-size:12px}.quick-meta span:empty{display:none}.quick-summary{display:-webkit-box;margin:14px 0;overflow:hidden;color:#687570;font-size:12px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:3}.quick-price-row{display:flex!important;align-items:center;gap:9px;padding:0!important}.quick-price-row .quick-view-price{margin:0!important}.quick-price-row del{color:#909995;font-size:12px}.quick-price-row em{padding:4px 6px;border-radius:4px;background:#eaf3dd;color:#466426;font-size:12px;font-style:normal;font-weight:600}.quick-view-stock{margin:15px 0}.quick-variant{display:flex;width:100%;flex-direction:column;gap:5px;margin-bottom:12px;font-size:12px;font-weight:600}.quick-variant select{width:100%;padding:10px;border:1px solid #dce4df;border-radius:6px;background:#fff;font-size:12px}.quick-buy-row{display:grid!important;grid-template-columns:98px 1fr;gap:9px;width:100%;padding:0!important}.quick-quantity{display:grid;grid-template-columns:30px 1fr 30px;border:1px solid #dce4df;border-radius:6px;overflow:hidden}.quick-quantity button{border:0;background:#f7f9f7;cursor:pointer}.quick-quantity input{min-width:0;width:100%;padding:0;border:0;text-align:center}.quick-buy-row form{margin:0}.quick-buy-row .btn{width:100%;min-height:48px;border-radius:6px}.quick-delivery{display:flex!important;justify-content:space-between;width:100%;margin:12px 0;padding:0!important;color:#74807c;font-size:12px}.quick-detail-link{min-height:36px;width:100%}.quick-view.is-out .quick-buy-row{display:none!important}.quick-image-lightbox{width:min(900px,calc(100% - 30px));height:min(88vh,850px);padding:20px;border:0;border-radius:10px;background:#fff}.quick-image-lightbox::backdrop{background:#071712dd}.quick-image-lightbox[open]{display:grid;place-items:center}.quick-image-lightbox img{max-width:100%;max-height:100%;object-fit:contain}.quick-image-lightbox button{position:absolute;top:12px;right:12px;width:38px;height:38px;border:0;border-radius:50%;background:#f0f3f1;font-size:20px;cursor:pointer}@media(max-width:760px){.quick-view[open]{grid-template-columns:1fr}.quick-view-media{padding:22px 42px 12px}.quick-view .quick-image-open img{max-height:245px}.quick-thumbnails{margin-top:8px}.quick-view-copy{padding:22px}.quick-summary{-webkit-line-clamp:2}.quick-delivery{gap:8px;flex-wrap:wrap}.quick-buy-row{grid-template-columns:86px 1fr}}

/* shop-pagination.css */
.shop-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 34px;
}

.shop-pagination a,
.shop-pagination span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 14px;
    border: 1px solid #dce4df;
    border-radius: 7px;
    background: #fff;
    font-size: 12px;
    font-weight: 800;
}

.shop-pagination a:hover,
.shop-pagination a:focus-visible {
    border-color: var(--green);
    background: var(--green);
    color: #fff;
}

.shop-pagination span {
    border-color: transparent;
    background: #f2f6f3;
    color: #65736e;
}

@media (max-width: 480px) {
    .shop-pagination { gap: 7px; }
    .shop-pagination a,
    .shop-pagination span { padding-inline: 10px; }
}

/* shop-list-view.css */
.density-picker button[data-density="list"]:before{width:17px;height:15px;background:linear-gradient(currentColor 0 0) 0 1px/5px 3px no-repeat,linear-gradient(currentColor 0 0) 8px 1px/9px 3px no-repeat,linear-gradient(currentColor 0 0) 0 6px/5px 3px no-repeat,linear-gradient(currentColor 0 0) 8px 6px/9px 3px no-repeat,linear-gradient(currentColor 0 0) 0 11px/5px 3px no-repeat,linear-gradient(currentColor 0 0) 8px 11px/9px 3px no-repeat}
.catalog-frame.density-list .shop-product-grid{grid-template-columns:minmax(0,1fr);gap:12px}.catalog-frame.density-list .shop-card{display:grid;grid-template-columns:190px minmax(0,1fr);min-height:190px;overflow:visible}.catalog-frame.density-list .shop-card:hover{transform:translateY(-2px)}.catalog-frame.density-list .shop-card .product-media{min-width:0;overflow:hidden;border-radius:10px 0 0 10px}.catalog-frame.density-list .shop-card .product-image{height:100%!important;min-height:188px;aspect-ratio:auto}.catalog-frame.density-list .shop-card .product-info{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto 1fr;align-content:center;gap:5px 26px;padding:22px 24px}.catalog-frame.density-list .shop-card .product-info>small,.catalog-frame.density-list .shop-card .product-info>h3{grid-column:1}.catalog-frame.density-list .shop-card .product-info h3{display:block;min-height:0;margin:3px 0 8px;overflow:visible;font-size:16px;line-height:1.45;-webkit-mask-image:none;mask-image:none}.catalog-frame.density-list .shop-card .card-price{grid-column:1;align-self:start;margin:0}.catalog-frame.density-list .shop-card .card-price-current b{font-size:20px}.catalog-frame.density-list .shop-card .quick-cart,.catalog-frame.density-list .shop-card .stock-detail{grid-column:2;grid-row:1/4;align-self:center;width:190px;margin:0}.catalog-frame.density-list .shop-card .quick-cart button,.catalog-frame.density-list .shop-card .stock-detail{min-height:46px}.catalog-frame.density-list .shop-card .quick-view-button{right:12px;bottom:12px;left:12px}.catalog-frame.density-list .shop-card .card-favorite{top:10px;right:10px}
@media(max-width:760px){.density-picker{display:flex}.toolbar-actions{align-items:flex-end!important;gap:8px}.density-picker button{width:30px;height:30px}.catalog-frame.density-list .shop-product-grid{gap:10px}.catalog-frame.density-list .shop-card{grid-template-columns:112px minmax(0,1fr);min-height:130px;border-radius:9px;overflow:hidden}.catalog-frame.density-list .shop-card .product-media{border-radius:0}.catalog-frame.density-list .shop-card .product-image{min-height:128px}.catalog-frame.density-list .shop-card .product-info{display:flex;min-width:0;justify-content:center;padding:11px 12px}.catalog-frame.density-list .shop-card .product-info>small{display:none}.catalog-frame.density-list .shop-card .product-info h3{display:-webkit-box;min-height:0;margin:0 0 5px;font-size:12px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.catalog-frame.density-list .shop-card .card-price{align-items:center;flex-direction:row;gap:5px}.catalog-frame.density-list .shop-card .card-price-current b{font-size:16px}.catalog-frame.density-list .shop-card .card-price-saving{display:none}.catalog-frame.density-list .shop-card .quick-cart,.catalog-frame.density-list .shop-card .stock-detail{width:100%;margin-top:8px}.catalog-frame.density-list .shop-card .quick-cart button,.catalog-frame.density-list .shop-card .stock-detail{min-height:34px;padding:0 9px}.catalog-frame.density-list .shop-card .card-favorite{top:6px;right:auto;left:6px;width:30px;height:30px}.catalog-frame.density-list .shop-card .card-badges{display:none}}
@media(max-width:480px){.catalog-toolbar{align-items:flex-start;gap:10px}.toolbar-actions{align-items:flex-end!important;flex-direction:column-reverse!important}.catalog-toolbar select{max-width:150px}.density-picker{align-self:flex-end}}

/* 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;
}

