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

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

/* home-featured.css */
.home-featured{padding-top:64px;padding-bottom:64px}.home-featured-grid .product-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #e4e9e6;border-radius:10px;background:#fff;transition:transform .25s,box-shadow .25s,border-color .25s}.home-featured-grid .product-card:hover{transform:translateY(-4px);border-color:#d3dfd9;box-shadow:0 16px 38px #183d311a}.home-featured-grid .product-info{display:flex;flex:1;flex-direction:column;padding:15px}.home-featured-grid .product-info>small{font-size:12px;letter-spacing:.04em}.home-featured-grid .product-info>small a:hover{color:var(--green);text-decoration:underline}.home-featured-grid .product-info h3{display:-webkit-box;min-height:42px;margin:5px 0 12px;overflow:hidden;font-size:13px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media(max-width:760px){.home-featured{padding-top:48px;padding-bottom:48px}.home-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.home-featured-grid .product-info{padding:12px}}

/* home-product-hero.css */
.hero-sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product-hero{position:relative;height:686px;min-height:686px;overflow:hidden;background:#f5f2e9}.product-hero-track{position:relative;width:100%;height:100%}.product-hero-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);height:100%;visibility:hidden;opacity:0;pointer-events:none;transition:opacity .55s ease,visibility .55s}.product-hero-slide.is-active{visibility:visible;opacity:1;pointer-events:auto}.product-hero-copy{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;min-width:0;height:100%;padding:52px clamp(38px,7vw,135px) 82px}.product-hero-copy .eyebrow{flex:none;margin-bottom:12px}.product-hero-copy h2{display:-webkit-box;width:100%;max-width:700px;margin:0;overflow:hidden;color:#102e27;font-size:clamp(38px,3.45vw,54px);line-height:1.05;letter-spacing:-.052em;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:4;text-wrap:balance}.product-hero-copy h2.is-medium{font-size:clamp(36px,3.15vw,50px);line-height:1.06}.product-hero-copy h2.is-long{font-size:clamp(33px,2.8vw,45px);line-height:1.08}.product-hero-copy>p{display:-webkit-box;max-width:590px;margin:17px 0 0;overflow:hidden;color:#64716c;font-size:14px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-hero-price{display:flex;align-items:baseline;gap:11px;min-height:39px;margin-top:18px;color:#123f34}.product-hero-price b{font-size:29px;letter-spacing:-.035em}.product-hero-price del{color:#8b9692;font-size:14px}.product-hero-actions{display:flex;align-items:center;gap:24px;margin-top:18px}.product-hero-actions .btn{min-width:170px;border-radius:6px}.product-hero-actions>a:last-child{font-size:13px;font-weight:600;border-bottom:1px solid #80948d}.product-hero-trust{display:flex;flex-wrap:wrap;gap:18px;margin-top:23px;color:#63736d;font-size:11px;font-weight:600}.product-hero-trust span{display:flex;align-items:center;gap:6px}.product-hero-trust b{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#e2ece7;color:#1d6652}.product-hero-media{position:relative;display:grid;place-items:center;min-width:0;height:100%;overflow:hidden;background:linear-gradient(145deg,#dfe8dc,#cbd8c5)}.product-hero-media:before{position:absolute;width:min(70%,560px);aspect-ratio:1;border-radius:50%;background:#ffffff42;content:''}.product-hero-media img{position:relative;z-index:1;width:min(78%,680px);height:min(72%,530px);object-fit:contain;filter:drop-shadow(0 30px 28px #173f3530);transition:transform .55s ease}.product-hero-media:hover img{transform:scale(1.025)}.product-hero-media>span{position:absolute;z-index:2;top:28px;right:32px;color:#3d5a51;font-size:11px;font-weight:600;letter-spacing:.14em}.product-hero-media>small{position:absolute;z-index:2;right:32px;bottom:30px;padding:9px 13px;border:1px solid #ffffff8a;border-radius:6px;background:#ffffffc9;color:#31594d;font-size:11px;font-weight:600;backdrop-filter:blur(8px)}.product-hero-controls{position:absolute;z-index:5;bottom:27px;left:clamp(38px,7vw,135px);display:flex;align-items:center;gap:10px}.product-hero-controls>button{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid #cbd6d1;border-radius:50%;background:#ffffffb8;color:#173f35;cursor:pointer}.product-hero-controls svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.product-hero-dots{display:flex;align-items:center;gap:5px}.product-hero-dots button{display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;background:transparent;cursor:pointer}.product-hero-dots span{display:block;width:7px;height:7px;border-radius:10px;background:#97aaa3;transition:width .22s,background .22s}.product-hero-dots button.is-active span{width:22px;background:#173f35}
@media(max-width:900px){.product-hero{height:780px;min-height:780px}.product-hero-slide{grid-template-columns:1fr;grid-template-rows:390px minmax(0,1fr)}.product-hero-copy{justify-content:flex-start;padding:39px 28px 72px}.product-hero-copy h2,.product-hero-copy h2.is-medium{font-size:clamp(32px,5.5vw,44px);-webkit-line-clamp:3}.product-hero-copy h2.is-long{font-size:clamp(29px,4.8vw,38px);-webkit-line-clamp:4}.product-hero-copy>p{margin-top:13px}.product-hero-price{margin-top:14px}.product-hero-actions{margin-top:13px}.product-hero-trust{margin-top:16px}.product-hero-media img{height:82%}.product-hero-controls{bottom:414px;left:28px}}
@media(max-width:560px){.product-hero{height:300px;min-height:300px}.product-hero-slide{grid-template-columns:minmax(0,3fr) minmax(0,2fr);grid-template-rows:1fr}.product-hero-copy{position:relative;justify-content:flex-start;padding:15px 10px 102px 14px}.product-hero-copy .eyebrow{margin-bottom:4px;font-size:9px;line-height:1.25}.product-hero-copy h2,.product-hero-copy h2.is-medium{font-size:clamp(17px,4.7vw,20px);line-height:1.07;letter-spacing:-.04em;-webkit-line-clamp:5;text-wrap:pretty}.product-hero-copy h2.is-long{font-size:clamp(16px,4.25vw,18px);line-height:1.08;-webkit-line-clamp:6}.product-hero-copy>p{display:none}.product-hero-price{min-height:23px;margin-top:7px}.product-hero-price b{font-size:18px}.product-hero-price del{font-size:10px}.product-hero-actions{position:absolute;bottom:45px;left:14px;align-items:flex-start;flex-direction:column;gap:4px;margin:0}.product-hero-actions .btn{min-width:0;padding:8px 11px;font-size:11px}.product-hero-actions .btn span{margin-left:13px}.product-hero-actions>a:last-child{font-size:9px}.product-hero-trust{display:none}.product-hero-media:before{width:136%;max-width:195px}.product-hero-media img{width:min(32vw,135px);max-height:135px}.product-hero-media>span{top:8px;right:8px;font-size:8px}.product-hero-media>small{display:none}.product-hero-controls{bottom:7px;left:14px;gap:3px}.product-hero-controls>button{width:28px;height:28px}.product-hero-controls svg{width:14px;height:14px}.product-hero-dots{gap:2px}.product-hero-dots button{width:20px;height:24px}.product-hero-dots span{width:6px;height:6px}.product-hero-dots button.is-active span{width:18px}}
@media(max-width:380px){.product-hero-slide{grid-template-columns:minmax(0,5fr) minmax(0,3fr)}.product-hero-copy{padding-right:7px;padding-left:12px}.product-hero-copy h2,.product-hero-copy h2.is-medium{font-size:18px}.product-hero-copy h2.is-long{font-size:16.5px}.product-hero-actions>a:last-child{display:none}.product-hero-media img{width:min(34vw,130px)}}
@media(prefers-reduced-motion:reduce){.product-hero-slide,.product-hero-media img,.product-hero-dots span{transition:none}}

/* Hero product artwork: use one consistent square stage for mixed marketplace image ratios. */
.product-hero-media img{width:min(68%,520px);height:auto;aspect-ratio:1/1;border-radius:14px;background:#fff;object-fit:cover;object-position:center}
@media(max-width:900px){.product-hero-media img{width:min(62%,340px);height:auto}}
@media(max-width:560px){.product-hero-media img{width:min(32vw,135px);height:auto;border-radius:9px}}
@media(max-width:380px){.product-hero-media img{width:min(34vw,130px)}}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

