/* 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-brand-link.css */
.product-identifiers a {
    display: flex;
    align-items: center;
    gap: 7px;
    border-bottom: 1px solid #b8c8c1;
    transition: color .2s, border-color .2s;
}

.product-identifiers a:hover {
    border-color: var(--green);
    color: var(--green);
}

/* square-product-images.css */
.product-image,
.detail-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.product-image img,
.detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: start;
    gap: clamp(36px, 6vw, 88px);
    padding-top: 64px;
    max-width: 1320px;
    position: relative;
}

.product-detail::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 0 50% 0 0;
    background: linear-gradient(145deg, #f7f8f5, #eef2ec);
    border-radius: 0 24px 24px 0;
    opacity: .7;
}

.product-breadcrumb {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: -22px;
    color: #77827e;
    font-size: 12px;
}

.product-breadcrumb a:hover { color: var(--green); }
.product-breadcrumb span:last-child { color: #3d514b; font-weight: 700; }

.product-detail > div,
.detail-copy {
    min-width: 0;
}

.product-gallery {
    position: sticky;
    top: 24px;
}

.detail-image {
    position: relative;
    border: 1px solid #e3e9e4;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 22px 55px #173f3512;
}

.gallery-zoom {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: inherit;
    overflow: hidden;
    background: #fff;
    cursor: zoom-in;
}

.gallery-zoom img { transition: transform .45s ease; }
.gallery-zoom:hover img { transform: scale(1.025); }

.gallery-zoom > span {
    position: absolute;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffffea;
    box-shadow: 0 4px 16px #173f3520;
    color: #173f35;
    transition: background .18s, color .18s, transform .18s, box-shadow .18s;
}

.gallery-zoom > span svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gallery-zoom:hover > span {
    background: #173f35;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 6px 20px #173f3540;
}

.gallery-zoom:focus-visible {
    outline: 3px solid #6b9587;
    outline-offset: -3px;
}

.gallery-arrow,
.lightbox-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #ffffffeb;
    color: var(--ink);
    box-shadow: 0 4px 18px #173f3526;
    transform: translateY(-50%);
    cursor: pointer;
}

.gallery-arrow.prev,
.lightbox-arrow.prev { left: 12px; }
.gallery-arrow.next,
.lightbox-arrow.next { right: 12px; }

.gallery-count {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #173f35df;
    color: #fff;
    font-size: 12px;
}

.thumbs {
    display: flex;
    gap: 9px;
    margin-top: 12px;
    padding-bottom: 3px;
    overflow-x: auto;
    scrollbar-width: thin;
}

.thumbs button {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    padding: 3px;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: #fff;
    opacity: .68;
    transition: border-color .18s, box-shadow .18s, opacity .18s;
    cursor: pointer;
}

.thumbs button:hover,
.thumbs button.active {
    border-color: var(--green);
    box-shadow: 0 0 0 2px #dfeae5;
    opacity: 1;
}

.thumbs img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    object-fit: cover;
}

.product-lightbox {
    box-sizing: border-box;
    width: min(920px, calc(100dvw - 32px));
    height: min(820px, calc(100dvh - 32px));
    max-width: none;
    max-height: none;
    margin: auto;
    padding: 20px;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 25px 90px #07130f66;
}

.product-lightbox[open] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    place-items: center;
}

.product-lightbox::backdrop { background: #08120fd9; }

.product-lightbox img {
    display: block;
    width: 100%;
    height: 100%;
    min-width: 0;
    min-height: 0;
    object-fit: contain;
}

.lightbox-close {
    position: absolute;
    z-index: 3;
    top: 14px;
    right: 14px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    color: #173f35;
    box-shadow: 0 4px 16px #173f3520;
    cursor: pointer;
}

.lightbox-close svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.lightbox-close:hover {
    background: #173f35;
    color: #fff;
}

.detail-copy {
    padding: 18px 0 10px;
}

.detail-copy > .eyebrow {
    display: inline-flex;
    margin-bottom: 13px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #edf3ef;
    color: #41675c;
    letter-spacing: .16em;
}

.detail-copy h1 {
    margin: 0 0 24px;
}

.detail-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 18px;
    border-bottom: 1px solid #edf0ed;
}

.detail-price b {
    letter-spacing: -.035em;
}

.detail-price del {
    margin-left: 0;
}

.discount-badge {
    padding: 4px 9px;
    border-radius: 999px;
    background: #dff0e7;
    color: #24604f;
    font-size: 12px;
    font-weight: 800;
}

.detail-copy > p {
    margin: 22px 0 0;
}

.stock {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 20px 0;
    padding: 8px 12px 8px 8px;
    border-radius: 8px;
    background: #f2f7f4;
}

.stock > span {
    display: grid;
    place-items: center;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #dcece3;
    font-weight: 800;
}

.stock > div { display: flex; flex-direction: column; line-height: 1.25; }
.stock b { color: var(--ink); font-size: 12px; }
.stock small { color: #5d746c; font-size: 12px; }
.stock.out { background: #fff0f0; }
.stock.out > span { background: #f5dede; }

.buy-form {
    align-items: stretch;
}

.buy-form select {
    min-width: 0;
}

.quantity-field {
    position: relative;
    flex: 0 0 78px;
}

.quantity-field span {
    position: absolute;
    top: 4px;
    left: 11px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
    pointer-events: none;
}

.buy-form .quantity-field input {
    width: 100%;
    height: 100%;
    padding: 16px 8px 3px;
    border: 1px solid var(--line);
    background: #fff;
}

.buy-form .btn {
    flex: 1;
    white-space: nowrap;
    min-height: 55px;
    box-shadow: 0 10px 24px #173f3524;
    transition: transform .18s, box-shadow .18s, background .18s;
}

.buy-form .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px #173f3530;
}

.checkout-note {
    margin: 9px 0 0 !important;
    color: #7a8581 !important;
    font-size: 12px !important;
    text-align: center;
}

.buy-form .btn span {
    margin-left: 18px;
}

.favorite-form {
    margin: 14px 0 24px;
}

.favorite-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 14px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: #fff;
    color: var(--ink);
    font-weight: 700;
    cursor: pointer;
    transition: border-color .18s, background .18s, transform .18s;
}

.favorite-button:hover {
    border-color: #9eaaa5;
    background: #f7f9f7;
    transform: translateY(-1px);
}

.benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 0;
    padding: 22px 0 0;
}

.benefits li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    min-width: 0;
    padding: 13px 10px;
    border: 1px solid #e8ebe8;
    border-radius: 6px;
    background: linear-gradient(145deg, #fbfcfa, #f6f8f5);
    transition: border-color .18s, transform .18s, box-shadow .18s;
}

.benefits li:hover {
    border-color: #cad8d0;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px #173f350d;
}

.benefits li > span {
    display: grid;
    place-items: center;
    flex: 0 0 26px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #e4eee8;
    color: var(--green);
    font-weight: 800;
}

.benefits li div {
    min-width: 0;
}

.benefits b,
.benefits small {
    display: block;
}

.product-placeholder {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #eff2ec, #dfe6dd);
}

.placeholder-orb {
    position: absolute;
    top: 12%;
    left: 17%;
    width: 66%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #d4ded1;
}

.ceramic-vase {
    position: relative;
    z-index: 1;
    width: 34%;
    height: 52%;
    margin-top: -5%;
    border-radius: 42% 42% 25% 25% / 28% 28% 13% 13%;
    background: linear-gradient(105deg, #f8f4e9 0%, #ddd8ca 58%, #c9c4b8 100%);
    box-shadow: 20px 30px 38px #6877692d, inset 8px 0 12px #fff9;
}

.ceramic-vase::before {
    content: '';
    position: absolute;
    top: -15%;
    left: 31%;
    width: 38%;
    height: 22%;
    border-radius: 45% 45% 16% 16%;
    background: linear-gradient(100deg, #f8f4e9, #cec9bd);
}

.ceramic-vase i {
    position: absolute;
    top: -13%;
    left: 37%;
    width: 26%;
    height: 7%;
    border-radius: 50%;
    background: #aaa89f;
    box-shadow: inset 0 2px 3px #6f716c66;
}

.product-placeholder small {
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 16px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #ffffffc9;
    color: #607169;
    font-size: 12px;
    letter-spacing: .03em;
}

.benefits b {
    color: var(--ink);
    font-size: 12px;
}

.benefits small {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.4;
}

@media (max-width: 900px) and (min-width: 641px) {
    .product-detail {
        grid-template-columns: minmax(250px, .9fr) minmax(0, 1.1fr);
        gap: clamp(24px, 4vw, 42px);
        padding: 36px max(4vw, 26px) 64px;
    }

    .product-detail::before { inset: 0 57% 0 0; }

    .product-breadcrumb { margin-bottom: -12px; }

    .detail-copy h1 {
        font-size: clamp(31px, 5vw, 40px);
        margin-bottom: 18px;
    }

    .detail-copy > p {
        margin-top: 16px;
        font-size: 15px;
    }

    .stock {
        margin: 17px 0;
    }

    .buy-form {
        flex-wrap: wrap;
    }

    .buy-form select {
        flex: 1 0 100%;
    }

    .favorite-button {
        width: 100%;
    }

    .benefits {
        grid-template-columns: 1fr;
    }

    .benefits li {
        align-items: center;
        padding: 9px 11px;
    }
}

@media (max-width: 640px) {
    .product-detail {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 28px 18px 48px;
    }

    .product-detail::before {
        inset: 0 0 auto;
        height: min(104vw, 560px);
        border-radius: 0 0 22px 22px;
    }

    .product-breadcrumb {
        margin-bottom: -14px;
        overflow: hidden;
        white-space: nowrap;
    }

    .product-gallery {
        position: static;
        width: min(100%, 520px);
        margin-inline: auto;
    }

    .detail-copy {
        padding-top: 0;
    }

    .detail-copy h1 {
        margin-bottom: 18px;
        font-size: clamp(32px, 9vw, 38px);
    }

    .detail-copy > p {
        margin-top: 16px;
        font-size: 15px;
    }

    .stock {
        margin: 17px 0;
    }

    .buy-form {
        position: sticky;
        z-index: 6;
        bottom: 10px;
        flex-wrap: wrap;
        padding: 10px;
        border: 1px solid var(--line);
        border-radius: 7px;
        background: #fffffff2;
        box-shadow: 0 10px 35px #122b2424;
        backdrop-filter: blur(8px);
    }

    .buy-form select {
        flex: 1 0 100%;
    }

    .favorite-button {
        width: 100%;
    }

    .benefits {
        grid-template-columns: 1fr;
    }

    .benefits li {
        align-items: center;
        padding: 11px 12px;
    }

    .benefits b {
        font-size: 12px;
    }

    .benefits small {
        font-size: 12px;
    }

    .checkout-note { display: none; }
}

@media (max-width: 900px) {
    .account-menu .account-avatar:not(.large) {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .thumbs button,
    .gallery-zoom img,
    .buy-form .btn,
    .favorite-button,
    .benefits li { transition: none; }
}

/* product-page-upgrade.css */
.product-detail{padding-top:56px;padding-bottom:64px;gap:clamp(45px,6vw,90px)}.product-breadcrumb{margin-bottom:25px}.detail-copy{padding:20px 0}.detail-copy h1{max-width:680px;margin:8px 0 17px;font-size:clamp(36px,4vw,52px);line-height:1.06;text-wrap:balance}.detail-copy h1.long-title{font-size:clamp(32px,3.3vw,43px);line-height:1.08}.product-identifiers{display:flex;flex-wrap:wrap;gap:9px 22px;margin-bottom:18px}.product-identifiers span{display:flex;align-items:center;gap:7px}.product-identifiers small{color:var(--muted);font-size:12px}.product-identifiers b{font-size:12px}.detail-price{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.detail-price b{font-size:31px}.product-summary{display:-webkit-box;max-width:620px;margin:20px 0 16px;overflow:hidden;color:var(--muted);font-size:14px!important;line-height:1.7;-webkit-box-orient:vertical;-webkit-line-clamp:3}.stock{display:flex;align-items:center;gap:10px;margin:15px 0}.stock>span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#e5f1ea}.stock>div{display:flex;flex-direction:column}.stock small{font-size:12px;color:var(--muted)}.buy-form{display:grid;grid-template-columns:92px minmax(210px,1fr);max-width:560px;margin-top:14px}.buy-form select{grid-column:1/-1;padding:12px;border:1px solid var(--line)}.quantity-field{display:flex;align-items:center;border:1px solid var(--line);background:#fff}.quantity-field span{display:none}.quantity-field input{width:100%;border:0}.buy-form .btn{min-height:52px}.checkout-note{margin:9px 0 0!important;font-size:12px!important}.favorite-form{margin-top:12px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px;padding-top:18px}.benefits li{display:flex;gap:7px}.benefits li>span{flex:none}.benefits small{font-size:12px}.product-content-section{max-width:1240px;margin:0 auto;padding:0 max(6vw,25px) 90px}.product-content-nav{position:sticky;z-index:5;top:0;display:flex;gap:24px;padding:15px 0;border-bottom:1px solid var(--line);background:#fff}.product-content-nav a{font-size:12px;font-weight:600}.product-description-content,.product-specifications{padding:55px 0 20px;scroll-margin-top:55px}.product-content-section h2{margin:4px 0 22px;font-size:32px;letter-spacing:-.035em}.prose-content{max-width:900px;color:#53605b;font-size:16px;line-height:1.85}.prose-content p{margin:0 0 14px}.prose-content h2,.prose-content h3{margin:28px 0 10px;color:var(--ink);font-size:23px}.prose-content ul,.prose-content ol{padding-left:22px}.product-specifications dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-width:950px;margin:0;border-top:1px solid var(--line)}.product-specifications dl>div{display:grid;grid-template-columns:minmax(120px,42%) 1fr;padding:13px 15px;border-bottom:1px solid var(--line)}.product-specifications dl>div:nth-child(4n+1),.product-specifications dl>div:nth-child(4n+2){background:#f7f9f7}.product-specifications dt{color:var(--muted);font-size:12px}.product-specifications dd{margin:0;font-size:12px;font-weight:600}.delivery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:50px}.delivery-grid>div{display:flex;flex-direction:column;padding:22px;border:1px solid var(--line);border-radius:8px;background:#f8faf8}.delivery-grid span{margin-top:5px;color:var(--muted);font-size:12px}@media(max-width:900px){.product-detail{padding-top:35px}.detail-copy{padding:0}.benefits{grid-template-columns:1fr}.product-content-nav{overflow-x:auto}.product-specifications dl{grid-template-columns:1fr}.delivery-grid{grid-template-columns:1fr}}@media(max-width:560px){.detail-copy h1,.detail-copy h1.long-title{font-size:32px}.buy-form{grid-template-columns:78px 1fr}.product-content-section{padding:0 18px 65px}.product-content-section h2{font-size:27px}.product-specifications dl>div{grid-template-columns:1fr;gap:3px}}
@media(min-width:641px){.detail-copy h1,.detail-copy h1.long-title{font-size:clamp(38px,3vw,42px);line-height:1.08}}

/* product-price.css */
.detail-price.card-price {
    align-items: flex-end;
    gap: 10px;
    color: var(--green);
    font-variant-numeric: tabular-nums;
}

.detail-price .card-price-current b {
    font-size: 31px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.035em;
}

.detail-price .card-price-current span {
    margin-top: 2px;
    font-size: 14px;
}

.detail-price .card-price-saving del {
    margin: 0;
    font-size: 12px;
}

.detail-price .card-price-saving em {
    font-size: 12px;
}

/* stock-controls.css */
.buy-form .quantity-field{display:grid;grid-template-columns:30px 1fr 30px;align-items:center;border:1px solid var(--line);background:#fff}.quantity-field button{height:100%;padding:0;border:0;background:#f3f6f4;cursor:pointer}.quantity-field button:disabled{opacity:.35;cursor:not-allowed}.quantity-field input{width:100%;border:0;appearance:textfield}.quantity-field input::-webkit-inner-spin-button{appearance:none}.stock-limit-message{grid-column:1/-1;padding:9px 11px;border-radius:6px;background:#fff0f0;color:#963f3f;font-size:12px}.cart-quantity{display:grid;grid-template-columns:28px 54px 28px;align-items:stretch}.cart-quantity button{border:1px solid var(--line);background:#f3f6f4;cursor:pointer}.cart-quantity input{width:54px!important;border:1px solid var(--line);border-right:0;border-left:0;text-align:center}.cart-stock-note{display:block;color:#8b5f24!important}.cart-warning{grid-column:1/-1;margin:0 0 15px;padding:12px;border-radius:7px;background:#fff3dd;color:#7a5b1f}

/* product-purchase-actions.css */
.purchase-actions{display:grid;grid-template-columns:minmax(0,1fr) 56px;gap:10px;align-items:stretch;margin-top:14px;max-width:620px}.purchase-actions .buy-form{grid-template-columns:132px minmax(0,1fr);max-width:none;margin:0;column-gap:12px}.purchase-actions .buy-form>.btn{margin-left:0;border-radius:6px}.purchase-actions .favorite-form{display:grid;margin:0}.purchase-actions .favorite-button.icon-only,.favorite-button.icon-only.standalone{display:grid;place-items:center;width:56px;min-width:56px;height:100%;min-height:54px;padding:0;border:1px solid var(--line,#dfe6e2);border-radius:6px;background:#fff;color:#123f34;text-decoration:none;cursor:pointer;transition:border-color .2s,background .2s,transform .2s}.purchase-actions .favorite-button.icon-only:hover,.favorite-button.icon-only.standalone:hover{border-color:#174c3e;background:#f2f8f5;transform:translateY(-1px)}.favorite-button.icon-only svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.favorite-button.icon-only.active{color:#fff;background:#174c3e;border-color:#174c3e}.favorite-button.icon-only.active svg{fill:currentColor}.favorite-button.icon-only.standalone{height:54px;margin-top:14px}.product-info .stock{display:flex;align-items:center;min-height:44px}.product-info .stock>span{display:grid;place-items:center;align-self:center;flex:0 0 auto}.product-info .stock>div{display:flex;flex-direction:column;justify-content:center;min-height:32px}.purchase-actions+.checkout-note{margin-top:10px}@media(max-width:560px){.purchase-actions{grid-template-columns:minmax(0,1fr) 50px;gap:8px}.purchase-actions .buy-form{grid-template-columns:122px minmax(0,1fr);column-gap:8px}.purchase-actions .favorite-button.icon-only{width:50px;min-width:50px}.favorite-button.icon-only svg{width:22px;height:22px}}
.product-detail{padding-top:24px!important;row-gap:18px!important}.product-detail .product-breadcrumb{margin:0!important;min-height:18px;line-height:1.35}.favorite-button.icon-only.is-loading{pointer-events:none;opacity:.6}.favorite-toast{position:fixed;z-index:1000;right:24px;bottom:24px;max-width:min(360px,calc(100vw - 32px));padding:12px 16px;border-radius:7px;background:#173f35;color:#fff;box-shadow:0 12px 35px #102d2760;font-size:13px;font-weight:600;opacity:0;transform:translateY(10px);transition:.2s;pointer-events:none}.favorite-toast.show{opacity:1;transform:none}.favorite-toast.error{background:#8f2f38}@media(max-width:900px){.product-detail{padding-top:20px!important;row-gap:16px!important}}@media(max-width:640px){.product-detail{padding-top:16px!important;row-gap:14px!important}}

/* product-contact.css */
.product-contact-card{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:620px;margin:20px 0 4px;padding:16px 17px;border:1px solid #dce5e1;border-radius:10px;background:#f7faf8}.product-contact-card>div:first-child{display:flex;min-width:0;flex-direction:column}.product-contact-card>div:first-child>span{color:#5e796f;font-size:10px;font-weight:600;letter-spacing:.14em}.product-contact-card>div:first-child>b{margin-top:2px;font-size:14px}.product-contact-card>div:first-child>small{margin-top:2px;color:var(--muted);font-size:11px}.product-contact-actions{display:flex;flex:none;gap:8px}.product-contact-actions a,.product-mobile-contact a{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:9px 13px;border-radius:7px;font-size:12px;font-weight:600;transition:transform .16s,background .16s,border-color .16s,box-shadow .16s}.product-contact-actions a:hover{transform:translateY(-1px)}.product-contact-actions svg,.product-mobile-contact svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.product-contact-actions .product-contact-call{border:1px solid #cbd9d3;background:#fff;color:#275e50}.product-contact-actions .product-contact-call:hover{border-color:#91aa9f;background:#f1f7f4}.product-contact-actions .product-contact-whatsapp{background:#168c4b;color:#fff;box-shadow:0 5px 14px #168c4b24}.product-contact-actions .product-contact-whatsapp svg,.product-mobile-contact .product-contact-whatsapp svg{fill:currentColor;stroke:none}.product-contact-actions .product-contact-whatsapp:hover{background:#10763e;box-shadow:0 7px 18px #168c4b35}.product-mobile-contact{display:none}
@media(max-width:640px){body{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.product-contact-card{display:none}.product-mobile-contact{position:fixed;z-index:30;right:0;bottom:0;left:0;display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:9px;padding:10px 14px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #dce5e1;background:#fffffff2;box-shadow:0 -8px 28px #102a241c;backdrop-filter:blur(12px)}.product-mobile-contact a{min-height:50px;padding:11px 14px;border-radius:8px;font-size:13px}.product-mobile-contact .product-contact-call{border:1px solid #a9c0b7;background:#fff;color:#174c3e}.product-mobile-contact .product-contact-whatsapp{background:#168c4b;color:#fff;box-shadow:0 5px 15px #168c4b2e}.product-mobile-contact a:active{transform:scale(.98)}}
@media(min-width:641px) and (max-width:1050px){.product-contact-card{align-items:stretch;flex-direction:column}.product-contact-actions a{flex:1}}
@media(prefers-reduced-motion:reduce){.product-contact-actions a,.product-mobile-contact a{transition:none}}

/* product-mobile.css */
.buy-form .quantity-field{min-width:108px;overflow:hidden}.buy-form .quantity-field input{display:block!important;min-width:40px!important;padding:0!important;background:#fff!important;color:#17201d!important;font-size:14px!important;font-weight:600!important;line-height:1!important;text-align:center!important;opacity:1!important;-webkit-text-fill-color:#17201d}.buy-form .quantity-field button{display:grid;place-items:center;min-width:32px;color:#173f35;font-size:13px;font-weight:600;touch-action:manipulation}.prose-content{overflow-wrap:anywhere}.prose-content img,.prose-content iframe,.prose-content video{max-width:100%;height:auto}.prose-content table{display:block;max-width:100%;overflow-x:auto}
@media(max-width:640px){.product-detail{padding-right:14px!important;padding-left:14px!important;padding-bottom:30px!important}.product-detail::before{height:min(100vw,500px)}.product-gallery{max-width:460px}.detail-copy h1,.detail-copy h1.long-title{margin:4px 0 12px;font-size:clamp(26px,8vw,32px);line-height:1.12;text-wrap:pretty}.product-identifiers{margin-bottom:13px}.detail-price b{font-size:28px}.product-summary{margin:15px 0 13px;font-size:13px!important;line-height:1.65;-webkit-line-clamp:4}.stock{padding:9px!important;border-radius:8px}.purchase-actions{grid-template-columns:minmax(0,1fr) 50px;width:100%;max-width:none}.purchase-actions .buy-form{position:static;display:grid;grid-template-columns:108px minmax(0,1fr);gap:8px;width:100%;padding:0;border:0;background:none;box-shadow:none;backdrop-filter:none}.buy-form .quantity-field{display:grid;grid-template-columns:32px minmax(40px,1fr) 32px;width:108px;min-width:108px;min-height:54px;border-radius:6px}.buy-form .quantity-field button{min-height:52px}.buy-form .btn{min-width:0;min-height:54px;padding:12px 13px;font-size:13px}.buy-form .btn span{margin-left:13px}.purchase-actions .favorite-button.icon-only{min-height:54px;border-radius:6px}.benefits{gap:8px;margin-top:18px;padding-top:18px}.benefits li{min-height:58px;border-radius:7px}.product-content-section{padding:0 14px 55px}.product-content-nav{top:0;gap:22px;margin:0 -14px;padding:13px 14px;overflow-x:auto;scrollbar-width:none;white-space:nowrap;box-shadow:0 5px 15px #173f3508}.product-content-nav::-webkit-scrollbar{display:none}.product-content-nav a{flex:none;font-size:12px}.product-description-content,.product-specifications{padding-top:38px}.product-content-section h2{margin-bottom:16px;font-size:25px}.prose-content{font-size:14px;line-height:1.75}.delivery-grid{margin-top:35px}.delivery-grid>div{padding:17px}.favorite-toast{right:14px;bottom:14px;left:14px;max-width:none;text-align:center}}
@media(max-width:360px){.purchase-actions{grid-template-columns:1fr}.purchase-actions .favorite-form,.purchase-actions>a.favorite-form{display:none}.purchase-actions .buy-form{grid-template-columns:102px minmax(0,1fr)}.buy-form .quantity-field{grid-template-columns:30px 42px 30px;width:102px;min-width:102px}.buy-form .btn{padding-inline:9px}.buy-form .btn span{display:none}}
@media(max-width:640px){.detail-copy h1,.detail-copy h1.long-title{font-size:clamp(27px,7.2vw,30px);line-height:1.12}}

/* product-title-row.css */
.product-detail::before {
    display: none;
}

.product-title-row {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
    margin: -5px 0 0;
}

.product-detail .product-breadcrumb {
    width: max-content;
    max-width: 100%;
    min-height: 0;
    padding: 7px 12px;
    border-radius: 999px;
    background: #edf3ef;
    color: #41675c;
    font-size: 11px;
    line-height: 1.3;
    white-space: nowrap;
}

.product-detail .product-breadcrumb a {
    color: #587269;
    font-weight: 700;
}

.product-detail .product-breadcrumb a:hover {
    color: #174c3e;
}

.product-detail .product-breadcrumb > span[aria-hidden] {
    color: #91a29c;
    font-weight: 500;
}

.product-detail .product-breadcrumb > [aria-current] {
    overflow: hidden;
    color: #315b50;
    font-weight: 700;
    letter-spacing: normal;
    text-overflow: ellipsis;
}

.product-title-row h1,
.product-title-row h1.long-title {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    margin: 0;
    color: var(--ink);
    font-size: clamp(28px, 1.9vw, 34px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.04em;
    overflow-wrap: anywhere;
    word-break: normal;
    white-space: normal;
    text-wrap: wrap;
}

.product-title-row h1.long-title {
    font-size: clamp(22px, 1.3vw, 24px);
    line-height: 1.18;
}

@media (max-width: 900px) and (min-width: 641px) {
    .product-title-row {
        margin: -3px 0 -7px;
    }

    .product-title-row h1,
    .product-title-row h1.long-title {
        font-size: clamp(26px, 3.3vw, 30px);
        line-height: 1.15;
        text-wrap: pretty;
    }
}

@media (max-width: 640px) {
    .product-title-row {
        margin: -2px 0 -5px;
    }

    .product-title-row h1,
    .product-title-row h1.long-title {
        font-size: clamp(27px, 7.2vw, 30px);
        line-height: 1.14;
        text-wrap: pretty;
    }

    .product-detail .product-breadcrumb {
        padding: 6px 10px;
        font-size: 10px;
    }
}

/* product-quantity-modern.css */
.purchase-actions .buy-form .quantity-field {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 40px;
    width: 132px;
    min-width: 132px;
    height: 54px;
    min-height: 54px;
    overflow: hidden;
    border: 1px solid #174c3e;
    border-radius: 9px;
    background: #fff;
    box-shadow: 0 5px 16px rgba(23, 63, 53, .08);
}

.purchase-actions .quantity-field > button {
    display: grid;
    place-items: center;
    min-width: 0;
    height: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #174c3e;
    font-size: 21px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    transition: background .18s ease, color .18s ease;
}

.purchase-actions .quantity-field > button:first-child {
    background: #f1f5f3;
}

.purchase-actions .quantity-field > button:last-child {
    background: #174c3e;
    color: #fff;
    font-size: 25px;
}

.purchase-actions .quantity-field > button:hover:not(:disabled) {
    background: #dfeae5;
}

.purchase-actions .quantity-field > button:last-child:hover:not(:disabled) {
    background: #236454;
}

.purchase-actions .quantity-field > button:focus-visible {
    position: relative;
    z-index: 2;
    outline: 2px solid #cfe79a;
    outline-offset: -3px;
}

.purchase-actions .quantity-field > button:disabled {
    opacity: .38;
    cursor: not-allowed;
}

.purchase-actions .quantity-value {
    position: static;
    display: grid;
    grid-template-columns: 19px 25px;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 0;
    color: #6f7b76;
    pointer-events: none;
}

.purchase-actions .quantity-value svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #c38a2c;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.purchase-actions .quantity-value input {
    display: block !important;
    width: 25px !important;
    min-width: 25px !important;
    height: 34px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #17201d !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    line-height: 34px !important;
    text-align: center !important;
    opacity: 1 !important;
    pointer-events: auto;
    appearance: textfield;
    -webkit-text-fill-color: #17201d;
}

.purchase-actions .quantity-value input::-webkit-inner-spin-button {
    appearance: none;
}

@media (max-width: 560px) {
    .purchase-actions .buy-form .quantity-field {
        grid-template-columns: 35px minmax(0, 1fr) 37px;
        width: 122px;
        min-width: 122px;
        border-radius: 8px;
    }

    .purchase-actions .quantity-value {
        grid-template-columns: 17px 22px;
        gap: 2px;
    }

    .purchase-actions .quantity-value svg {
        width: 16px;
        height: 16px;
    }

    .purchase-actions .quantity-value input {
        width: 22px !important;
        min-width: 22px !important;
        font-size: 16px !important;
    }

}

@media (max-width: 380px) {
    .purchase-actions .buy-form {
        grid-template-columns: 116px minmax(0, 1fr) !important;
    }

    .purchase-actions .buy-form .quantity-field {
        grid-template-columns: 32px minmax(0, 1fr) 34px;
        width: 116px;
        min-width: 116px;
    }

    .purchase-actions .quantity-value svg {
        display: none;
    }

    .purchase-actions .quantity-value {
        grid-template-columns: 22px;
    }
}

/* product-delivery-cards.css */
.product-content-section .delivery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 50px;
}

.product-content-section .delivery-grid > div {
    position: relative;
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 14px;
    min-height: 128px;
    padding: 21px 20px;
    overflow: hidden;
    border: 1px solid #dfe8e3;
    border-radius: 12px;
    background: linear-gradient(145deg, #fbfcfb, #f4f8f6);
    box-shadow: 0 8px 24px rgba(23, 63, 53, .055);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.product-content-section .delivery-grid > div::after {
    position: absolute;
    right: -28px;
    bottom: -34px;
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: rgba(216, 239, 159, .22);
    content: "";
}

.product-content-section .delivery-grid > div:hover {
    transform: translateY(-3px);
    border-color: #bdd3ca;
    box-shadow: 0 14px 32px rgba(23, 63, 53, .1);
}

.delivery-grid .delivery-icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: #e5f0eb;
    color: #195544;
}

.delivery-grid .delivery-icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.product-content-section .delivery-grid > div > div {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-width: 0;
}

.product-content-section .delivery-grid small {
    margin-bottom: 2px;
    color: #698078;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .14em;
}

.product-content-section .delivery-grid b {
    color: #173f35;
    font-size: 14px;
    line-height: 1.35;
}

.product-content-section .delivery-grid span {
    margin-top: 6px;
    color: #68756f;
    font-size: 12px;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .product-content-section .delivery-grid {
        grid-template-columns: 1fr;
    }

    .product-content-section .delivery-grid > div {
        min-height: 0;
    }
}

@media (max-width: 560px) {
    .product-content-section .delivery-grid > div {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
        padding: 17px;
    }

    .delivery-grid .delivery-icon {
        width: 42px;
        height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .product-content-section .delivery-grid > div {
        transition: none;
    }
}

/* product-content-tabs.css */
.product-content-tabs{margin-top:8px;border:1px solid #e0e7e3;border-radius:14px;background:#fff;box-shadow:0 14px 42px rgba(15,61,50,.06);overflow:hidden}.product-content-tabs .product-content-nav{position:relative;top:auto;gap:5px;margin:0;padding:8px;border-bottom:1px solid #e0e7e3;background:#f5f8f6}.product-content-tabs .product-content-nav a{position:relative;display:flex;align-items:center;justify-content:center;min-height:46px;padding:0 19px;border-radius:9px;color:#5f6f69;font-family:Manrope,Arial,sans-serif;font-size:13px;font-weight:600;letter-spacing:-.01em;text-decoration:none;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.product-content-tabs .product-content-nav a:hover{color:#174c3e;background:#eaf2ee}.product-content-tabs .product-content-nav a[aria-selected="true"]{color:#fff;background:#164c3e;box-shadow:0 7px 18px rgba(22,76,62,.16)}.product-content-tabs .product-tab-panel{min-height:220px;margin:0;padding:42px 44px 48px;scroll-margin-top:90px}.product-content-tabs .product-tab-panel[hidden]{display:none!important}.product-content-tabs .product-tab-panel>.eyebrow{display:block;margin-bottom:9px;color:#52736a;font-family:Manrope,Arial,sans-serif;font-size:11px;font-weight:600;letter-spacing:.18em}.product-content-tabs .product-tab-panel>h2{margin:0 0 24px;color:#102f28;font-family:Manrope,Arial,sans-serif;font-size:clamp(25px,2.2vw,31px);font-weight:600;line-height:1.2;letter-spacing:-.035em}.product-content-tabs .prose-content{max-width:940px;color:#43544e;font-family:Manrope,Arial,sans-serif;font-size:15px;font-weight:400;line-height:1.82;letter-spacing:-.005em}.product-content-tabs .prose-content p{margin:0 0 16px}.product-content-tabs .prose-content strong,.product-content-tabs .prose-content b{color:#183c33;font-weight:600}.product-content-tabs .product-specifications dl{margin-top:0}.product-content-tabs .delivery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.product-content-tabs .delivery-grid>div{min-height:148px;background:#f7faf8}.product-content-tabs .delivery-grid b{font-family:Manrope,Arial,sans-serif;font-size:15px}.product-content-tabs .delivery-grid span{font-family:Manrope,Arial,sans-serif;line-height:1.65}@media(max-width:700px){.product-content-tabs{margin-right:-4px;margin-left:-4px;border-radius:11px}.product-content-tabs .product-content-nav{display:grid;grid-template-columns:repeat(3,minmax(max-content,1fr));gap:4px;padding:6px;overflow-x:auto}.product-content-tabs .product-content-nav a{min-height:42px;padding:0 12px;font-size:11px}.product-content-tabs .product-tab-panel{min-height:250px;padding:28px 20px 34px}.product-content-tabs .product-tab-panel>h2{margin-bottom:19px;font-size:24px}.product-content-tabs .prose-content{font-size:14px;line-height:1.75}.product-content-tabs .delivery-grid{grid-template-columns:1fr;gap:10px}.product-content-tabs .delivery-grid>div{min-height:0}}

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

