/*
Theme Name: Z10 Premium Salon Shop
Theme URI: https://z10design.de/
Author: Z10 Design
Description: Z10 Design için ürün odaklı, hareketli ve WooCommerce uyumlu premium salon tekstili teması.
Version: 1.2.6
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.0
Text Domain: z10-premium
License: GNU General Public License v2 or later
*/

:root {
	--z10-ink: #1b1d1a;
	--z10-forest: #21332d;
	--z10-forest-deep: #17251f;
	--z10-paper: #f7f5f0;
	--z10-white: #fff;
	--z10-stone: #ece9e1;
	--z10-sage: #dfe5de;
	--z10-sand: #eee4d8;
	--z10-cognac: #a66f45;
	--z10-gold: #c49b67;
	--z10-muted: #6c706b;
	--z10-line: #deddd7;
	--z10-max: 1480px;
	--z10-progress: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--z10-paper); color: var(--z10-ink); font-family: Arial, "Helvetica Neue", sans-serif; }
body.z10-lock-scroll { overflow: hidden; }
body.admin-bar .z10-header { top: 32px; }
[hidden] { display: none !important; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
img { max-width: 100%; height: auto; display: block; }
svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 100000; top: 6px; left: 6px; width: auto; height: auto; padding: 14px; clip: auto; background: #fff; color: #000; }
.z10-container { width: min(100%, var(--z10-max)); margin-inline: auto; padding-inline: 32px; }
.z10-main { min-height: 60vh; }
.z10-scroll-progress { position: fixed; z-index: 9999; top: 0; left: 0; width: calc(var(--z10-progress) * 100%); height: 3px; background: var(--z10-cognac); pointer-events: none; }

/* Header */
.z10-utility { height: 30px; display: flex; align-items: center; background: var(--z10-forest-deep); color: #f8f6ef; }
.z10-utility-inner { display: flex; align-items: center; justify-content: center; gap: clamp(32px,8vw,120px); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.z10-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid var(--z10-line); background: rgba(255,255,255,.97); backdrop-filter: blur(16px); transition: box-shadow .25s ease, background .25s ease; }
.z10-header.is-scrolled { background: rgba(255,255,255,.99); box-shadow: 0 10px 30px rgba(20,30,25,.08); }
.z10-header-main { height: 76px; display: grid; grid-template-columns: 210px minmax(280px,580px) 1fr; gap: 32px; align-items: center; transition: height .25s ease; }
.z10-header.is-scrolled .z10-header-main { height: 66px; }
.z10-logo { display: flex; align-items: baseline; width: max-content; white-space: nowrap; }
.z10-logo strong { font-size: 27px; font-weight: 900; letter-spacing: -.07em; }
.z10-logo span { margin-left: 9px; color: var(--z10-cognac); font-size: 10px; font-weight: 800; letter-spacing: .2em; }
.z10-logo img { display: block; width: auto; max-width: 190px; max-height: 58px; object-fit: contain; }
.z10-logo .z10-brand-image { width: 58px; height: 58px; border-radius: 50%; }
.z10-search-trigger { height: 42px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px 0 18px; border: 1px solid #d4d5d0; border-radius: 3px; background: #f7f7f4; color: #858781; font-size: 13px; transition: border-color .18s ease, background .18s ease; }
.z10-search-trigger:hover { border-color: var(--z10-forest); background: #fff; }
.z10-header-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.z10-action-link, .z10-cart-trigger { position: relative; min-width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 8px; border: 0; background: transparent; transition: color .18s ease, transform .18s ease; }
.z10-action-link:hover, .z10-cart-trigger:hover { color: var(--z10-cognac); transform: translateY(-2px); }
.z10-cart-trigger { padding-left: 15px; border-left: 1px solid var(--z10-line); }
.z10-cart-label { font-size: 11px; font-weight: 700; }
.z10-cart-count { min-width: 18px; height: 18px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--z10-cognac); color: #fff; font-size: 9px; font-weight: 800; }
.z10-menu-toggle { display: none; }
.z10-category-nav { height: 45px; border-top: 1px solid #ecece8; transition: height .25s ease; }
.z10-header.is-scrolled .z10-category-nav { height: 40px; }
.z10-category-nav-inner { height: 100%; display: flex; align-items: center; justify-content: center; gap: clamp(22px,3vw,49px); font-size: 11px; font-weight: 700; letter-spacing: .035em; }
.z10-category-nav a { transition: color .18s ease; }
.z10-category-nav a:hover { color: var(--z10-cognac); }
.z10-sale-link { color: #a64c3f; }
.z10-mega-parent { position: relative; height: 100%; display: flex; align-items: center; }
.z10-mega-parent > a { display: flex; align-items: center; gap: 8px; }
.z10-mega-menu { position: absolute; top: 100%; left: -18px; width: 620px; display: grid; grid-template-columns: repeat(3,1fr); gap: 40px; padding: 30px; border: 1px solid var(--z10-line); background: #fff; box-shadow: 0 20px 44px rgba(19,27,23,.13); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease, visibility .2s; }
.z10-mega-parent:hover .z10-mega-menu, .z10-mega-parent:focus-within .z10-mega-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.z10-mega-menu > div { display: flex; flex-direction: column; gap: 12px; }
.z10-mega-menu small { padding-bottom: 10px; border-bottom: 1px solid var(--z10-line); color: var(--z10-muted); font-size: 9px; letter-spacing: .15em; }
.z10-mega-menu a { font-size: 13px; font-weight: 600; }
.z10-mobile-menu { position: absolute; inset: 100% 0 auto; padding: 16px; border-top: 1px solid var(--z10-line); background: #fff; box-shadow: 0 20px 40px rgba(0,0,0,.12); animation: z10-panel-in .22s ease; }
.z10-mobile-search { width: 100%; height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border: 1px solid var(--z10-line); background: #f5f4ef; font-size: 12px; }
.z10-mobile-links, .z10-menu { margin: 8px 0 0; padding: 0; list-style: none; }
.z10-mobile-links a, .z10-menu a { min-height: 47px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--z10-line); font-size: 13px; font-weight: 700; }

/* Search and side cart */
.z10-search-overlay, .z10-cart-overlay { position: fixed; z-index: 1000; inset: 0; background: rgba(19,27,23,.54); backdrop-filter: blur(5px); animation: z10-fade-in .18s ease; }
.z10-search-overlay { display: grid; place-items: start center; padding: 8vh 24px; }
.z10-search-panel { width: min(820px,100%); padding: 28px; background: #fff; box-shadow: 0 24px 80px rgba(0,0,0,.2); animation: z10-panel-in .28s ease; }
.z10-panel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.z10-panel-head h2 { margin: 0; font-family: Georgia,serif; font-size: 25px; font-weight: 500; }
.z10-panel-head button, .z10-side-cart-head button { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--z10-line); border-radius: 50%; background: #fff; font-size: 23px; transition: transform .2s ease, background .2s ease; }
.z10-panel-head button:hover, .z10-side-cart-head button:hover { transform: rotate(90deg); background: var(--z10-stone); }
.z10-search-form { display: grid; grid-template-columns: 1fr auto; border: 1px solid var(--z10-ink); }
.z10-search-form input { min-width: 0; height: 58px; padding: 0 18px; border: 0; outline: 0; }
.z10-search-form button { padding: 0 22px; border: 0; background: var(--z10-forest); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.z10-search-popular { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; margin-top: 19px; }
.z10-search-popular > span { margin-right: 5px; color: var(--z10-muted); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.z10-search-popular a { padding: 8px 10px; border: 1px solid var(--z10-line); font-size: 10px; }
.z10-side-cart { position: fixed; z-index: 1001; top: 0; right: 0; width: min(460px,100%); height: 100%; display: flex; flex-direction: column; background: var(--z10-paper); box-shadow: -24px 0 70px rgba(0,0,0,.2); transform: translateX(105%); transition: transform .32s cubic-bezier(.2,.75,.2,1); }
.z10-side-cart.is-open { transform: translateX(0); }
.z10-side-cart-head { min-height: 84px; display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid var(--z10-line); background: #fff; }
.z10-side-cart-head small { color: var(--z10-muted); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.z10-side-cart-head h2 { margin: 5px 0 0; font-family: Georgia,serif; font-size: 22px; font-weight: 500; }
.z10-shipping-note { padding: 18px 24px; border-bottom: 1px solid var(--z10-line); color: var(--z10-muted); font-size: 10px; }
.z10-shipping-note span { height: 3px; display: block; margin-top: 10px; background: linear-gradient(90deg,var(--z10-cognac) 0 55%,#deddd6 55%); }
.z10-mini-cart-content { flex: 1; overflow-y: auto; padding: 10px 24px; }
.z10-mini-cart-content .woocommerce-mini-cart { margin: 0; padding: 0; list-style: none; }
.z10-mini-cart-content .woocommerce-mini-cart-item { position: relative; min-height: 110px; padding: 14px 26px 14px 100px !important; border-bottom: 1px solid var(--z10-line); font-size: 12px; }
.z10-mini-cart-content .woocommerce-mini-cart-item img { position: absolute; top: 12px; left: 0; width: 84px !important; height: 92px; object-fit: contain; background: var(--z10-stone); }
.z10-mini-cart-content .remove { position: absolute; top: 12px; right: 0; font-size: 20px; }
.z10-mini-cart-content .quantity { display: block; margin-top: 8px; font-weight: 800; }
.z10-mini-cart-content .woocommerce-mini-cart__total { display: flex; justify-content: space-between; padding: 18px 0; }
.z10-mini-cart-content .woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.z10-mini-cart-content .button { padding: 13px; border: 1px solid var(--z10-forest); background: transparent; color: var(--z10-forest); text-align: center; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.z10-mini-cart-content .checkout { background: var(--z10-forest); color: #fff; }
.z10-checkout-button { min-height: 52px; display: flex; align-items: center; justify-content: space-between; margin: 0 24px 24px; padding: 0 18px; background: var(--z10-cognac); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; }

/* Homepage hero */
.z10-commerce-hero { width: min(100%,var(--z10-max)); display: grid; grid-template-columns: minmax(0,1.76fr) minmax(330px,.9fr); gap: 14px; margin: 0 auto; padding: 22px 32px 14px; }
.z10-hero-feature { position: relative; min-height: 595px; overflow: hidden; background: var(--z10-stone); }
.z10-hero-slides, .z10-hero-slide { min-height: 595px; }
.z10-hero-slide { position: absolute; inset: 0; display: grid; grid-template-columns: minmax(280px,.82fr) minmax(320px,1.18fr); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .48s ease, visibility .48s; }
.z10-hero-slide.is-active { position: relative; opacity: 1; visibility: visible; pointer-events: auto; }
.z10-hero-copy { z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 52px 18px 52px 48px; }
.z10-hero-slide.is-active .z10-hero-copy { animation: z10-copy-in .58s cubic-bezier(.2,.7,.2,1); }
.z10-shop-label { align-self: flex-start; padding: 8px 10px; border: 1px solid rgba(27,29,26,.25); color: #5f635f; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.z10-hero-copy h1, .z10-hero-empty h1 { max-width: 12ch; margin: 24px 0 18px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(38px,4vw,58px); line-height: .98; font-weight: 500; letter-spacing: -.045em; }
.z10-hero-description { max-width: 40ch; color: #5d605c; font-size: 14px; line-height: 1.6; }
.z10-hero-price { margin: 26px 0 20px; font-size: 23px; font-weight: 800; }
.z10-hero-price del { margin-right: 10px; color: #7e817c; font-size: 13px; font-weight: 400; }
.z10-hero-price ins { text-decoration: none; }
.z10-hero-buttons { display: flex; align-items: center; gap: 20px; }
.z10-primary-button, .z10-light-button { min-height: 51px; display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 0 20px; border: 1px solid var(--z10-forest); background: var(--z10-forest); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; transition: transform .18s ease, background .18s ease; }
.z10-primary-button:hover { transform: translateY(-3px); background: var(--z10-cognac); border-color: var(--z10-cognac); color: #fff; }
.z10-text-link { padding-bottom: 5px; border-bottom: 1px solid var(--z10-ink); font-size: 11px; font-weight: 700; }
.z10-hero-media { position: relative; min-height: 595px; overflow: hidden; background: #f5f3ee; }
.z10-hero-media:before { content: ""; position: absolute; z-index: 1; inset: 18px; border: 1px solid rgba(33,51,45,.1); pointer-events: none; }
.z10-hero-media > img { width: 100%; height: 100%; object-fit: contain; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.z10-hero-slide.is-active .z10-hero-media > img { animation: z10-media-in .62s cubic-bezier(.2,.7,.2,1); }
.z10-hero-feature:hover .z10-hero-media > img { transform: scale(1.045); }
.z10-hero-timer { position: absolute; z-index: 4; top: 18px; right: 18px; left: 18px; height: 2px; overflow: hidden; background: rgba(33,51,45,.08); }
.z10-hero-timer:after { content: ""; display: block; width: 100%; height: 100%; background: var(--z10-cognac); transform-origin: left; }
.z10-hero-slide.is-active .z10-hero-timer:after { animation: z10-timer 6.2s linear; }
.z10-hero-badge { position: absolute; z-index: 3; top: 33px; right: 30px; min-width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: var(--z10-cognac); color: #fff; font-size: 10px; font-weight: 800; }
.z10-hero-product-note { position: absolute; z-index: 3; bottom: 26px; left: 30px; min-width: 150px; padding: 12px 14px; background: rgba(255,255,255,.9); box-shadow: 0 8px 25px rgba(32,31,27,.08); }
.z10-hero-product-note small { display: block; margin-bottom: 5px; color: var(--z10-muted); font-size: 9px; text-transform: uppercase; }
.z10-hero-product-note strong, .z10-hero-product-note a { font-size: 10px; font-weight: 700; }
.z10-hero-controls { position: absolute; z-index: 5; right: 27px; bottom: 29px; display: flex; gap: 6px; padding: 7px; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); }
.z10-hero-controls button { min-width: 45px; height: 31px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 0 8px; border: 0; background: transparent; color: #8a8c87; font-size: 9px; font-weight: 800; }
.z10-hero-controls button i { width: 10px; height: 2px; background: currentColor; transition: width .2s ease; }
.z10-hero-controls button.is-active { background: var(--z10-forest); color: #fff; }
.z10-hero-controls button.is-active i { width: 18px; background: var(--z10-gold); }
.z10-hero-empty { min-height: 595px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 48px; }
.z10-hero-promos { display: grid; grid-template-rows: 1fr 1fr; gap: 14px; }
.z10-promo-card { position: relative; min-height: 290px; overflow: hidden; }
.z10-promo-card > div { position: relative; z-index: 2; width: 58%; height: 100%; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 30px 0 30px 30px; }
.z10-promo-card > img { position: absolute; inset: 0 0 0 42%; width: 62%; height: 100%; object-fit: contain; object-position: center bottom; transition: transform .5s ease; }
.z10-promo-card:hover > img { transform: scale(1.045); }
.z10-promo-card > div > span { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.z10-promo-card h2 { max-width: 11ch; margin: 13px 0 28px; font-family: Georgia,serif; font-size: clamp(23px,2.1vw,31px); line-height: 1.03; font-weight: 500; }
.z10-promo-card a { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 800; }
.z10-promo-dark { background: var(--z10-forest); color: #fff; }
.z10-promo-light { background: var(--z10-sand); color: var(--z10-ink); }

/* Homepage sections */
.z10-service-strip { min-height: 86px; display: grid; grid-template-columns: repeat(4,1fr); padding-inline: 0; border: 1px solid var(--z10-line); background: #fff; }
.z10-service-strip > div { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 18px; border-right: 1px solid var(--z10-line); transition: transform .22s ease, background .22s ease; }
.z10-service-strip > div:last-child { border-right: 0; }
.z10-service-strip > div:hover { background: #faf8f3; transform: translateY(-3px); }
.z10-service-icon { width: 25px; height: 25px; display: grid; place-items: center; color: var(--z10-cognac); font-size: 18px; }
.z10-service-strip p { display: flex; flex-direction: column; gap: 4px; margin: 0; color: var(--z10-muted); font-size: 10px; }
.z10-service-strip strong { color: var(--z10-ink); font-size: 11px; }
.z10-home-section { padding-top: 96px; }
.z10-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 31px; }
.z10-section-heading > div > span { color: var(--z10-cognac); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.z10-section-heading h2 { margin: 9px 0 0; font-family: Georgia,serif; font-size: clamp(31px,3.2vw,43px); line-height: 1.08; font-weight: 500; letter-spacing: -.035em; }
.z10-section-heading > a { padding-bottom: 6px; border-bottom: 1px solid var(--z10-ink); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.z10-story-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.z10-story-card { position: relative; min-height: 410px; overflow: hidden; background: var(--z10-forest); color: #fff; }
.z10-story-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(18,31,25,.88) 0%,rgba(18,31,25,.54) 45%,rgba(18,31,25,.05) 78%); }
.z10-story-card:nth-child(2n)::after { background: linear-gradient(90deg,rgba(51,38,27,.82) 0%,rgba(51,38,27,.42) 46%,rgba(51,38,27,.03) 78%); }
.z10-story-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; object-position: center; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.z10-story-card:hover img { transform: scale(1.045); }
.z10-story-card > div { position: relative; z-index: 2; width: min(54%,430px); min-height: 410px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 38px; }
.z10-story-card span { color: var(--z10-gold); font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.z10-story-card h2 { margin: 15px 0; font-family: Georgia,serif; font-size: clamp(29px,3vw,43px); line-height: 1.04; font-weight: 500; }
.z10-story-card p { max-width: 38ch; margin: 0 0 26px; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.65; }
.z10-story-card a { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.z10-category-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(170px,1fr)); gap: 12px; }
.z10-category-card { transition: transform .26s ease; }
.z10-category-card:hover { transform: translateY(-7px); }
.z10-category-image { position: relative; aspect-ratio: .82; overflow: hidden; background: var(--z10-stone); }
.z10-category-card:nth-child(2n) .z10-category-image { background: var(--z10-sage); }
.z10-category-card:nth-child(3n) .z10-category-image { background: var(--z10-sand); }
.z10-category-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.z10-category-card:hover img { transform: scale(1.055); }
.z10-category-placeholder { display: grid; place-items: center; background: var(--z10-forest) !important; color: #fff; }
.z10-category-placeholder > span { display: flex; flex-direction: column; align-items: center; gap: 12px; font-family: Georgia,serif; font-size: clamp(20px,2vw,29px); }
.z10-category-placeholder small { color: var(--z10-gold); font-family: Arial,sans-serif; font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.z10-category-placeholder em { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-family: Arial,sans-serif; font-size: 13px; font-style: normal; }
.z10-category-card > div:last-child { display: flex; align-items: center; justify-content: space-between; padding: 15px 2px; border-bottom: 1px solid var(--z10-line); transition: padding .2s ease, border-color .2s ease; }
.z10-category-card:hover > div:last-child { padding-inline: 8px; border-color: var(--z10-cognac); }
.z10-category-card strong { font-size: 13px; }
.z10-category-card > div:last-child span { color: var(--z10-muted); font-size: 9px; }
.z10-category-rail { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--z10-line); }
.z10-category-rail a { min-height: 43px; display: inline-flex; align-items: center; gap: 10px; padding: 9px 13px; border: 1px solid var(--z10-line); background: #fff; transition: border-color .18s ease,background .18s ease,transform .18s ease; }
.z10-category-rail a:hover { transform: translateY(-2px); border-color: var(--z10-cognac); background: #fbf8f2; }
.z10-category-rail span { font-size: 10px; font-weight: 800; }
.z10-category-rail small { color: var(--z10-muted); font-size: 8px; white-space: nowrap; }
.z10-products-heading { align-items: flex-end; }
.z10-product-tabs { display: flex; gap: 7px; padding: 4px; border: 1px solid var(--z10-line); background: #fff; }
.z10-product-tabs button { height: 35px; padding: 0 17px; border: 0; background: transparent; color: var(--z10-muted); font-size: 10px; font-weight: 800; transition: background .2s ease,color .2s ease; }
.z10-product-tabs button.is-active { background: var(--z10-forest); color: #fff; }
.z10-product-panel.is-active { animation: z10-products-in .5s cubic-bezier(.2,.7,.2,1); }
.z10-outline-button { width: max-content; min-height: 48px; display: flex; align-items: center; margin: 45px auto 0; padding: 0 22px; border: 1px solid var(--z10-ink); font-size: 10px; font-weight: 800; text-transform: uppercase; transition: background .18s ease,color .18s ease,transform .18s ease; }
.z10-outline-button:hover { transform: translateY(-3px); background: var(--z10-ink); color: #fff; }
.z10-personalization { min-height: 650px; display: grid; grid-template-columns: 52% 48%; margin-top: 105px; padding-inline: 0; background: var(--z10-forest); color: #fff; }
.z10-personal-product { display: flex; flex-direction: column; margin: 28px 0 28px 28px; background: #f1eee7; color: var(--z10-ink); }
.z10-personal-image { position: relative; flex: 1; min-height: 510px; overflow: hidden; }
.z10-personal-image > span { position: absolute; z-index: 3; top: 18px; left: 18px; padding: 7px 10px; background: #fff; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.z10-personal-image img { width: 100%; height: 100%; object-fit: contain; }
.z10-personal-image i { position: absolute; z-index: 3; top: 38%; left: 50%; width: 68px; height: 50px; display: grid; place-items: center; padding: 8px; border: 1px dashed var(--z10-cognac); background: rgba(255,255,255,.88); color: var(--z10-cognac); font-size: 8px; font-weight: 900; font-style: normal; text-align: center; animation: z10-marker 2.4s infinite; }
.z10-personal-meta { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px; border-top: 1px solid #d7d3ca; background: #fff; font-size: 12px; }
.z10-personal-copy { display: flex; flex-direction: column; justify-content: center; padding: 60px clamp(38px,5vw,78px); }
.z10-personal-copy .z10-shop-label { color: rgba(255,255,255,.7); border-color: rgba(255,255,255,.3); }
.z10-personal-copy h2 { max-width: 10ch; margin: 22px 0 18px; font-family: Georgia,serif; font-size: clamp(34px,4vw,52px); line-height: 1.02; font-weight: 500; letter-spacing: -.04em; }
.z10-personal-copy > p { max-width: 47ch; margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.65; }
.z10-personal-copy ol { margin: 32px 0 28px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.z10-personal-copy li { min-height: 68px; display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); }
.z10-personal-copy li > span { color: var(--z10-gold); font-size: 10px; font-weight: 800; }
.z10-personal-copy li > div { display: flex; flex-direction: column; gap: 5px; }
.z10-personal-copy li strong { font-size: 12px; }
.z10-personal-copy li small { color: rgba(255,255,255,.58); font-size: 10px; }
.z10-personal-copy li b { font-size: 15px; }
.z10-light-button { align-self: flex-start; border-color: #fff; background: #fff; color: var(--z10-forest); }
.z10-light-button:hover { transform: translateY(-3px); border-color: var(--z10-cognac); background: var(--z10-cognac); color: #fff; }
.z10-editorial-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.z10-editorial-card { position: relative; min-height: 420px; overflow: hidden; background: var(--z10-forest); color: #fff; }
.z10-editorial-card.is-light { background: var(--z10-sand); color: var(--z10-ink); }
.z10-editorial-card > div { position: relative; z-index: 2; width: 52%; min-height: 420px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 38px 0 38px 38px; }
.z10-editorial-card > img { position: absolute; inset: 0 0 0 42%; width: 62%; height: 100%; object-fit: contain; object-position: center bottom; transition: transform .5s ease; }
.z10-editorial-card:hover > img { transform: scale(1.05); }
.z10-editorial-card div > span { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.z10-editorial-card h3 { max-width: 10ch; margin: 17px 0; font-family: Georgia,serif; font-size: clamp(27px,3vw,39px); line-height: 1.04; font-weight: 500; }
.z10-editorial-card p { max-width: 32ch; margin: 0 0 32px; color: rgba(255,255,255,.65); font-size: 12px; line-height: 1.6; }
.z10-editorial-card.is-light p { color: var(--z10-muted); }
.z10-editorial-card a { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.z10-reviews { display: grid; grid-template-columns: .68fr repeat(3,1fr); margin-top: 105px; padding-inline: 0; border: 1px solid var(--z10-line); background: #fff; }
.z10-reviews > * { min-height: 275px; padding: 34px; border-right: 1px solid var(--z10-line); }
.z10-reviews > *:last-child { border-right: 0; }
.z10-review-score { display: flex; flex-direction: column; justify-content: center; background: var(--z10-sand); }
.z10-review-score > span { font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.z10-review-score > strong { margin: 10px 0 0; font-family: Georgia,serif; font-size: 57px; font-weight: 500; }
.z10-review-score > div, .z10-reviews blockquote > div:first-child { color: var(--z10-cognac); font-size: 11px; letter-spacing: .16em; }
.z10-review-score p { margin: 10px 0 0; color: var(--z10-muted); font-size: 10px; }
.z10-reviews blockquote { margin: 0; display: flex; flex-direction: column; justify-content: center; }
.z10-reviews blockquote p { flex: 1; margin: 20px 0 27px; font-family: Georgia,serif; font-size: 15px; line-height: 1.55; }
.z10-review-author { display: flex; align-items: center; gap: 11px; }
.z10-review-author img { width: 42px; height: 42px; border-radius: 50%; object-fit: cover; }
.z10-reviews blockquote footer { display: flex; flex-direction: column; gap: 4px; color: var(--z10-ink); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.z10-reviews blockquote footer span { color: var(--z10-muted); font-size: 8px; }
.z10-news-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.z10-news-card { display: grid; grid-template-columns: minmax(220px,.9fr) 1fr; min-height: 360px; background: #fff; border: 1px solid var(--z10-line); }
.z10-news-image { min-height: 360px; overflow: hidden; background: var(--z10-stone); }
.z10-news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.z10-news-card:hover .z10-news-image img { transform: scale(1.045); }
.z10-news-image > span { height: 100%; display: grid; place-items: center; color: var(--z10-cognac); font-family: Georgia,serif; font-size: 28px; }
.z10-news-card > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 34px; }
.z10-news-card small { color: var(--z10-cognac); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.z10-news-card h3 { margin: 14px 0; font-family: Georgia,serif; font-size: clamp(24px,2.4vw,34px); line-height: 1.08; font-weight: 500; }
.z10-news-card p { margin: 0 0 25px; color: var(--z10-muted); font-size: 11px; line-height: 1.65; }
.z10-news-card div > a { padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.z10-newsletter { min-height: 250px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 55px; align-items: center; margin-top: 92px; padding-block: 48px; background: var(--z10-sand); }
.z10-newsletter > div:first-child > span { color: var(--z10-cognac); font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.z10-newsletter h2 { margin: 10px 0; font-family: Georgia,serif; font-size: clamp(30px,3.3vw,44px); line-height: 1.05; font-weight: 500; }
.z10-newsletter p { margin: 0; color: var(--z10-muted); font-size: 12px; line-height: 1.6; }
.z10-newsletter-action > a, .z10-newsletter-action form input[type="submit"], .z10-newsletter-action form button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 0; background: var(--z10-forest); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.z10-newsletter-action form { display: flex; gap: 8px; }
.z10-newsletter-action form input[type="email"] { flex: 1; min-width: 0; min-height: 50px; padding: 0 14px; border: 1px solid var(--z10-line); background: #fff; }
.z10-contact-band { min-height: 180px; display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-top: 92px; background: var(--z10-cognac); color: #fff; }
.z10-contact-band > div > span { font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.z10-contact-band h2 { max-width: 22ch; margin: 9px 0 0; font-family: Georgia,serif; font-size: clamp(25px,2.7vw,37px); line-height: 1.08; font-weight: 500; }
.z10-contact-band > a { min-height: 50px; display: flex; align-items: center; padding: 0 20px; border: 1px solid #fff; background: #fff; color: var(--z10-ink); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.z10-trust-grid { display: grid; grid-template-columns: repeat(5,1fr); margin-top: 26px; padding-inline: 0; border: 1px solid var(--z10-line); background: #fff; }
.z10-trust-grid > div { min-height: 112px; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 20px; border-right: 1px solid var(--z10-line); }
.z10-trust-grid > div:last-child { border-right: 0; }
.z10-trust-grid b { width: 31px; height: 31px; display: grid; place-items: center; color: var(--z10-cognac); font-family: Georgia,serif; font-size: 18px; font-weight: 500; }
.z10-trust-grid p { display: flex; flex-direction: column; gap: 5px; margin: 0; }
.z10-trust-grid strong { font-size: 10px; text-transform: uppercase; }
.z10-trust-grid span { color: var(--z10-muted); font-size: 9px; line-height: 1.4; }

/* WooCommerce archive and cards */
.z10-shop-shell { position: relative; padding-top: 50px; padding-bottom: 95px; }
.z10-filter-toggle { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 28px; margin: 0 0 25px auto; padding: 0 15px; border: 1px solid var(--z10-line); background: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.z10-shop-filter { position: fixed; z-index: 950; top: 0; left: 0; width: min(390px,100%); height: 100%; overflow-y: auto; padding: 76px 26px 30px; background: #fff; box-shadow: 20px 0 60px rgba(0,0,0,.18); transform: translateX(-105%); transition: transform .3s cubic-bezier(.2,.75,.2,1); }
.z10-shop-filter.is-open { transform: translateX(0); }
.z10-shop-filter > button { position: absolute; top: 20px; right: 20px; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--z10-line); border-radius: 50%; background: #fff; font-size: 21px; }
.z10-filter-widget { padding: 18px 0; border-bottom: 1px solid var(--z10-line); }
.z10-filter-widget h3 { margin: 0 0 15px; font-family: Georgia,serif; font-size: 20px; font-weight: 500; }
.woocommerce .woocommerce-breadcrumb { margin-bottom: 25px; color: var(--z10-muted); font-size: 10px; }
.woocommerce-products-header__title, .woocommerce div.product .product_title { font-family: Georgia,serif; font-weight: 500; letter-spacing: -.035em; }
.woocommerce-products-header__title { margin: 0 0 35px; font-size: clamp(34px,4vw,52px); }
.woocommerce .woocommerce-result-count { color: var(--z10-muted); font-size: 10px; }
.woocommerce .woocommerce-ordering select { min-height: 42px; padding: 0 38px 0 13px; border: 1px solid var(--z10-line); background: #fff; font-size: 11px; }
.woocommerce ul.products, ul.products.z10-product-grid { clear: both; margin: 0; padding: 0; }
.woocommerce ul.products.z10-product-grid, .woocommerce-page ul.products, ul.products.z10-product-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 38px 12px; list-style: none; }
.woocommerce ul.products::before, .woocommerce ul.products::after, ul.products.z10-product-grid::before, ul.products.z10-product-grid::after { display: none; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, ul.products.z10-product-grid li.product { position: relative; display: block; float: none; width: auto; margin: 0; padding: 0; animation: z10-products-in .48s ease both; transition: transform .26s ease; }
.woocommerce ul.products li.product:hover, ul.products.z10-product-grid li.product:hover { transform: translateY(-5px); }
.woocommerce ul.products li.product a img, ul.products.z10-product-grid li.product a img { width: 100%; aspect-ratio: .88; margin: 0 0 14px; object-fit: contain; background: var(--z10-stone); transition: transform .5s cubic-bezier(.2,.7,.2,1); }
.woocommerce ul.products li.product:nth-child(2n) a img, ul.products.z10-product-grid li.product:nth-child(2n) a img { background: var(--z10-sand); }
.woocommerce ul.products li.product:nth-child(3n) a img, ul.products.z10-product-grid li.product:nth-child(3n) a img { background: var(--z10-sage); }
.woocommerce ul.products li.product:hover a img, ul.products.z10-product-grid li.product:hover a img { transform: scale(1.035); }
.woocommerce ul.products li.product .woocommerce-loop-product__title, ul.products.z10-product-grid li.product .woocommerce-loop-product__title { min-height: 40px; padding: 0; font-size: 13px; line-height: 1.4; font-weight: 700; }
.woocommerce ul.products li.product .price, ul.products.z10-product-grid li.product .price { display: flex; align-items: center; gap: 8px; color: var(--z10-ink); font-size: 13px; font-weight: 800; }
.woocommerce ul.products li.product .price del, ul.products.z10-product-grid li.product .price del { color: #969791; font-size: 10px; font-weight: 400; }
.woocommerce ul.products li.product .price ins, ul.products.z10-product-grid li.product .price ins { text-decoration: none; }
.woocommerce ul.products li.product .star-rating, ul.products.z10-product-grid li.product .star-rating { color: var(--z10-cognac); font-size: 10px; }
.woocommerce span.onsale, ul.products.z10-product-grid span.onsale { z-index: 3; top: 13px; left: 13px; min-width: auto; min-height: auto; padding: 7px 9px; border-radius: 0; background: var(--z10-forest); color: #fff; font-size: 9px; line-height: 1; font-weight: 800; text-transform: uppercase; }
.woocommerce ul.products li.product .button, ul.products.z10-product-grid li.product .button { position: absolute; right: 12px; bottom: 78px; width: 38px; height: 38px; display: grid; place-items: center; margin: 0; padding: 0; overflow: hidden; border-radius: 50%; background: var(--z10-forest); color: transparent; font-size: 0; opacity: 0; transform: translateY(8px); transition: opacity .2s ease,transform .2s ease,background .2s ease; }
.woocommerce ul.products li.product .button:after, ul.products.z10-product-grid li.product .button:after { content: "+"; color: #fff; font-size: 20px; }
.woocommerce ul.products li.product:hover .button, .woocommerce ul.products li.product .button:focus, ul.products.z10-product-grid li.product:hover .button, ul.products.z10-product-grid li.product .button:focus { opacity: 1; transform: translateY(0); }
.woocommerce ul.products li.product .button:hover, ul.products.z10-product-grid li.product .button:hover { background: var(--z10-cognac); }
.woocommerce a.added_to_cart { position: absolute; right: 0; bottom: 43px; font-size: 9px; font-weight: 800; }
.woocommerce nav.woocommerce-pagination { margin-top: 50px; }
.woocommerce nav.woocommerce-pagination ul { border: 0; }
.woocommerce nav.woocommerce-pagination ul li { border: 0; margin: 0 3px; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span { min-width: 38px; height: 38px; display: grid; place-items: center; padding: 0; background: #fff; }
.woocommerce nav.woocommerce-pagination ul li span.current { background: var(--z10-forest); color: #fff; }

/* Product detail and personalization plugins */
.single-product .z10-shop-shell { max-width: var(--z10-max); }
.woocommerce div.product { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(360px,.8fr); gap: clamp(38px,6vw,90px); }
.woocommerce div.product div.images, .woocommerce div.product div.summary { float: none; width: auto; }
.woocommerce div.product div.images { margin-bottom: 0; }
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper { background: var(--z10-stone); }
.woocommerce div.product div.images img { width: 100%; object-fit: contain; }
.woocommerce div.product div.summary { position: sticky; top: 145px; align-self: start; margin-bottom: 40px; padding-top: 10px; }
.woocommerce div.product .product_title { margin: 12px 0 16px; font-size: clamp(33px,3.5vw,50px); line-height: 1.02; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--z10-ink); font-size: 22px; font-weight: 800; }
.woocommerce div.product p.price del { color: var(--z10-muted); font-size: 13px; }
.woocommerce div.product p.price ins { text-decoration: none; }
.woocommerce-product-details__short-description { color: var(--z10-muted); font-size: 13px; line-height: 1.7; }
.woocommerce div.product form.cart { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.woocommerce div.product form.cart .variations { width: 100%; margin-bottom: 15px; }
.woocommerce div.product form.cart .variations th, .woocommerce div.product form.cart .variations td { display: block; padding: 0 0 8px; text-align: left; }
.woocommerce div.product form.cart .variations label { font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.woocommerce div.product form.cart .variations select, .woocommerce div.product form.cart select, .woocommerce div.product form.cart input[type="text"], .woocommerce div.product form.cart input[type="file"], .woocommerce div.product form.cart textarea { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid var(--z10-line); border-radius: 0; background: #fff; }
.woocommerce .quantity .qty { width: 65px; height: 51px; border: 1px solid var(--z10-line); background: #fff; }
.woocommerce div.product form.cart .button { flex: 1; min-height: 51px; border-radius: 0; background: var(--z10-forest); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; transition: background .18s ease,transform .18s ease; }
.woocommerce div.product form.cart .button:hover { transform: translateY(-2px); background: var(--z10-cognac); }
.product_meta { display: flex; flex-direction: column; gap: 7px; padding-top: 22px; border-top: 1px solid var(--z10-line); color: var(--z10-muted); font-size: 10px; }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; margin-top: 50px; }
.woocommerce div.product .woocommerce-tabs ul.tabs { display: flex; gap: 30px; margin: 0 0 30px; padding: 0; border-bottom: 1px solid var(--z10-line); }
.woocommerce div.product .woocommerce-tabs ul.tabs::before { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a { padding: 15px 0; color: var(--z10-muted); font-size: 10px; letter-spacing: .06em; text-transform: uppercase; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { border-bottom: 2px solid var(--z10-cognac); color: var(--z10-ink); }
.woocommerce div.product .woocommerce-tabs .panel { max-width: 900px; color: #555951; font-size: 14px; line-height: 1.75; }
.related.products, .up-sells.products { grid-column: 1 / -1; padding-top: 60px; }
.related.products > h2, .up-sells.products > h2 { margin-bottom: 30px; font-family: Georgia,serif; font-size: clamp(30px,3vw,42px); font-weight: 500; }
.ppom-wrapper, .tm-extra-product-options, .wc-pao-addons-container, .yith-wapo-block, .wapf { width: 100%; margin: 14px 0; padding: 18px; border: 1px solid var(--z10-line); background: #fff; }
.ppom-wrapper label, .tm-extra-product-options label, .wc-pao-addon-name, .wapf-field-label { font-size: 11px !important; font-weight: 800 !important; }
.ppom-wrapper input, .ppom-wrapper select, .tm-extra-product-options input, .tm-extra-product-options select, .wc-pao-addons-container input, .wc-pao-addons-container select, .wapf input, .wapf select { min-height: 44px; border: 1px solid var(--z10-line) !important; border-radius: 0 !important; }

/* Cart, checkout and account */
.woocommerce-cart .z10-content-shell, .woocommerce-checkout .z10-content-shell, .woocommerce-account .z10-content-shell { padding-block: 65px 100px; }
.woocommerce table.shop_table { border: 1px solid var(--z10-line); border-radius: 0; background: #fff; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 16px; border-color: var(--z10-line); }
.woocommerce a.remove { color: var(--z10-cognac) !important; }
.woocommerce-cart table.cart img { width: 90px; background: var(--z10-stone); }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-checkout-review-order { padding: 25px; background: #fff; }
.woocommerce .button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { border-radius: 0; }
.woocommerce .checkout-button, .woocommerce button.button.alt, .woocommerce #payment #place_order { background: var(--z10-forest) !important; color: #fff !important; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select { min-height: 47px; padding: 10px 12px; border: 1px solid var(--z10-line); background: #fff; }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { border: 1px solid var(--z10-line); border-radius: 0; background: #fff; }
.select2-container--default .select2-selection--single { height: 47px; border: 1px solid var(--z10-line); border-radius: 0; }
.select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 47px; }

/* Content and footer */
.z10-content-shell { padding-top: 70px; padding-bottom: 100px; }
.z10-page-header { max-width: 900px; margin-bottom: 45px; }
.z10-page-header > span { color: var(--z10-cognac); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.z10-page-header h1 { margin: 12px 0; font-family: Georgia,serif; font-size: clamp(38px,5vw,68px); line-height: 1; font-weight: 500; letter-spacing: -.045em; }
.z10-entry-content { max-width: 900px; font-size: 15px; line-height: 1.75; }
.z10-entry-content > * { max-width: 100%; }
.z10-entry-content a { color: var(--z10-cognac); text-decoration: underline; }
.z10-entry-content .z10-legacy-block { max-width: 100%; }
.z10-legacy-block h2 { margin-top: 45px; font-family: Georgia,serif; font-size: 30px; line-height: 1.15; font-weight: 500; }
.z10-legacy-block h3 { margin-top: 32px; font-size: 19px; }
.z10-legacy-block h4 { margin-top: 25px; font-size: 15px; }
.z10-legacy-block p, .z10-legacy-block li { color: #4f544f; font-size: 14px; line-height: 1.75; }
.z10-legacy-block ul, .z10-legacy-block ol { padding-left: 24px; }
.z10-featured-image { margin-bottom: 40px; }
.z10-post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px 18px; }
.z10-post-card { background: #fff; }
.z10-post-image { display: block; aspect-ratio: 1.2; overflow: hidden; background: var(--z10-stone); }
.z10-post-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.z10-post-card:hover img { transform: scale(1.04); }
.z10-post-card > div { padding: 20px; }
.z10-post-card small { color: var(--z10-muted); font-size: 9px; text-transform: uppercase; }
.z10-post-card h2 { margin: 9px 0; font-family: Georgia,serif; font-size: 24px; font-weight: 500; }
.z10-post-card p { color: var(--z10-muted); font-size: 12px; line-height: 1.6; }
.z10-post-card div > a { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.z10-not-found { min-height: 65vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.z10-not-found > span { color: var(--z10-cognac); font-family: Georgia,serif; font-size: 80px; }
.z10-not-found h1 { margin: 5px 0 15px; font-family: Georgia,serif; font-size: clamp(38px,5vw,68px); font-weight: 500; }
.z10-not-found p { margin-bottom: 25px; color: var(--z10-muted); }
.z10-payment-strip { border-top: 1px solid var(--z10-line); background: #fff; }
.z10-payment-inner { min-height: 126px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.z10-payment-inner > div:first-child { display: flex; flex-direction: column; gap: 6px; }
.z10-payment-inner small { color: var(--z10-cognac); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.z10-payment-inner strong { font-family: Georgia,serif; font-size: 23px; font-weight: 500; }
.z10-payment-logos { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 9px; }
.z10-pay-logo { min-width: 88px; height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 14px; border: 1px solid #dfe2de; border-radius: 7px; background: #fff; color: #182a43; box-shadow: 0 5px 14px rgba(26,35,30,.05); font-size: 14px; font-style: normal; font-weight: 800; letter-spacing: -.03em; }
.z10-paypal b { color: #1676ba; }
.z10-klarna { background: #ffb3c7; color: #111; }
.z10-visa { color: #1434cb; font-size: 19px; font-style: italic; letter-spacing: -.08em; }
.z10-mastercard { min-width: 116px; color: #333; font-size: 9px; letter-spacing: 0; }
.z10-mastercard i { position: relative; width: 31px; height: 20px; display: inline-block; }
.z10-mastercard i::before, .z10-mastercard i::after { position: absolute; top: 1px; width: 19px; height: 19px; border-radius: 50%; content: ""; }
.z10-mastercard i::before { left: 0; background: #eb001b; }
.z10-mastercard i::after { right: 0; background: #f79e1b; opacity: .9; }
.z10-bank { color: #27483c; font-size: 11px; letter-spacing: 0; }
.z10-bank i { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; background: #27483c; color: #fff; font-family: Georgia,serif; font-size: 13px; }
.z10-footer { margin-top: 0; background: var(--z10-forest-deep); color: #fff; }
.z10-footer-grid { display: grid; grid-template-columns: 1.7fr .8fr 1fr .95fr 1.15fr; gap: 48px; padding-top: 75px; padding-bottom: 26px; }
.z10-logo-light { color: #fff; }
.z10-logo-light .z10-brand-image { background: #fff; box-shadow: 0 0 0 5px rgba(255,255,255,.09); }
.z10-footer-brand p { max-width: 35ch; margin: 24px 0; color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.65; }
.z10-footer-social { color: var(--z10-gold); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.z10-footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.z10-footer-column > strong { margin-bottom: 8px; color: var(--z10-gold); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.z10-footer-column > small { margin-top: -9px; color: rgba(255,255,255,.45); font-size: 9px; line-height: 1.5; }
.z10-footer-column a, .z10-footer-column p { margin: 0; color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.6; }
.z10-footer-column a:hover { color: var(--z10-gold); }
.z10-footer-bottom { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; margin-top: 25px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.45); font-size: 9px; text-transform: uppercase; }
.z10-legal-menu { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 20px; margin: 0; padding: 0; list-style: none; }
.z10-legal-doc { max-width: 920px; }
.z10-legal-doc h2 { margin: 42px 0 12px; font-family: Georgia,serif; font-size: clamp(23px,2.3vw,31px); line-height: 1.18; font-weight: 500; }
.z10-legal-doc h2:first-of-type { margin-top: 22px; }
.z10-legal-doc p, .z10-legal-doc li, .z10-legal-doc address { color: #4f544f; font-size: 14px; line-height: 1.75; }
.z10-legal-doc address { padding: 19px 22px; border-left: 3px solid var(--z10-cognac); background: #fff; font-style: normal; }
.z10-legal-doc a { color: #7f4d2e; text-decoration: underline; text-underline-offset: 3px; }
.z10-legal-meta { color: var(--z10-cognac) !important; font-size: 10px !important; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.z10-legal-links { display: flex; flex-wrap: wrap; gap: 8px 24px; padding-left: 18px; }
.z10-form-sample { padding: 22px; border: 1px solid var(--z10-line); background: #fff; }
.z10-form-sample p { margin: 8px 0; }
.z10-contact-page { display: grid; grid-template-columns: minmax(340px,.82fr) minmax(440px,1.18fr); gap: 16px; margin-top: 30px; }
.z10-contact-details, .z10-map-consent { min-height: 560px; padding: clamp(32px,4vw,58px); border: 1px solid var(--z10-line); background: #fff; }
.z10-contact-details h2, .z10-contact-form h2, .z10-map-consent h2 { margin: 12px 0 18px; font-family: Georgia,serif; font-size: clamp(30px,3vw,43px); line-height: 1.08; font-weight: 500; }
.z10-contact-details > p:not(.z10-legal-meta) { color: var(--z10-muted); font-size: 13px; line-height: 1.7; }
.z10-contact-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 28px; margin: 32px 0; }
.z10-contact-list > div { display: flex; flex-direction: column; gap: 6px; padding-top: 14px; border-top: 1px solid var(--z10-line); }
.z10-contact-list small { color: var(--z10-cognac); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.z10-contact-list strong, .z10-contact-list a, .z10-contact-list span { color: #424742; font-size: 12px; line-height: 1.65; }
.z10-map-consent { display: grid; place-items: center; background: linear-gradient(145deg,#e4e8e2,#cdd7d0); text-align: center; }
.z10-map-consent > div { max-width: 390px; padding: 34px; background: rgba(255,255,255,.9); box-shadow: 0 20px 55px rgba(20,34,28,.12); }
.z10-map-consent > div > span { color: var(--z10-cognac); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.z10-map-consent p { color: var(--z10-muted); font-size: 12px; line-height: 1.65; }
.z10-map-consent button { min-height: 48px; margin-top: 10px; padding: 0 20px; border: 0; background: var(--z10-forest); color: #fff; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.z10-map-consent iframe { width: 100%; height: 560px; border: 0; }
.z10-about-doc { max-width: none; }
.z10-about-hero, .z10-about-story { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid var(--z10-line); background: #fff; }
.z10-about-copy, .z10-about-story > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(38px,5vw,76px); }
.z10-about-hero h2, .z10-about-story h2 { margin: 12px 0 22px; font-family: Georgia,serif; font-size: clamp(36px,4.2vw,64px); line-height: 1.02; font-weight: 500; }
.z10-about-copy > p:not(.z10-legal-meta), .z10-about-story > div > p:not(.z10-legal-meta) { margin: 0 0 18px; color: var(--z10-muted); font-size: 14px; line-height: 1.8; }
.z10-about-copy .z10-primary-button { margin-top: 13px; text-decoration: none; }
.z10-about-hero figure, .z10-about-story figure { min-height: 610px; margin: 0; }
.z10-about-hero img, .z10-about-story img { width: 100%; height: 100%; display: block; object-fit: cover; }
.z10-about-values { display: grid; grid-template-columns: repeat(3,1fr); margin: 18px 0; border: 1px solid var(--z10-line); background: #fff; }
.z10-about-values article { min-height: 250px; padding: 38px; border-right: 1px solid var(--z10-line); }
.z10-about-values article:last-child { border-right: 0; }
.z10-about-values span { color: var(--z10-cognac); font-family: Georgia,serif; font-size: 31px; }
.z10-about-values h3 { margin: 35px 0 10px; font-family: Georgia,serif; font-size: 25px; font-weight: 500; }
.z10-about-values p { margin: 0; color: var(--z10-muted); font-size: 12px; line-height: 1.7; }
.z10-about-story { grid-template-columns: .9fr 1.1fr; }
.z10-about-story figure { min-height: 540px; }
.z10-contact-form { max-width: 920px; margin-top: 70px; padding: clamp(28px,4vw,52px); border: 1px solid var(--z10-line); background: #fff; }
.z10-contact-form form { display: grid; gap: 15px; margin-top: 28px; }
.z10-contact-form p { margin: 0; }
.z10-contact-form label { display: block; color: #4f544f; font-size: 11px; line-height: 1.6; }
.z10-contact-form .wpcf7-form-control-wrap { width: 100%; display: block; }
.z10-contact-form input:not([type="submit"]), .z10-contact-form textarea { width: 100%; min-height: 49px; margin-top: 6px; padding: 12px 14px; border: 1px solid var(--z10-line); background: var(--z10-paper); color: var(--z10-ink); }
.z10-contact-form textarea { min-height: 180px; resize: vertical; }
.z10-contact-form input[type="submit"] { min-height: 49px; padding: 0 24px; border: 0; background: var(--z10-forest); color: #fff; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.z10-contact-form .wpcf7-spinner { align-self: center; }
.z10-contact-form .wpcf7-not-valid-tip { display: block; margin-top: 5px; color: #a43e35; font-size: 10px; }
.z10-contact-form .wpcf7-response-output { margin: 8px 0 0 !important; padding: 12px 15px !important; border: 1px solid var(--z10-line) !important; font-size: 11px; line-height: 1.6; }
.z10-contact-privacy { margin-top: 16px !important; color: var(--z10-muted) !important; font-size: 10px !important; line-height: 1.65 !important; }
.z10-whatsapp { position: fixed; z-index: 910; right: 22px; bottom: 22px; min-height: 52px; display: inline-flex; align-items: center; gap: 9px; padding: 0 17px; border-radius: 28px; background: #25d366; color: #fff; box-shadow: 0 14px 34px rgba(19,27,23,.24); font-size: 10px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.z10-whatsapp:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 18px 42px rgba(19,27,23,.3); }
.z10-whatsapp svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; }
body.z10-premium-theme #ht-ctc-chat, body.z10-premium-theme .ht-ctc-chat, body.z10-premium-theme .ht_ctc_chat { display: none !important; }
.z10-mobile-dock { display: none; }
.z10-mobile-product-bar { display: none; }
.z10-toast { position: fixed; z-index: 1100; right: 22px; bottom: 22px; max-width: min(390px,calc(100vw - 44px)); padding: 15px 18px; background: var(--z10-forest); color: #fff; box-shadow: 0 15px 40px rgba(0,0,0,.2); font-size: 11px; animation: z10-toast-in .24s ease; }

body.z10-reveal-ready [data-z10-reveal] { opacity: 1; transform: none; }
body.z10-reveal-ready [data-z10-reveal].is-visible { animation: z10-reveal-in .68s cubic-bezier(.2,.7,.2,1) both; }

@keyframes z10-fade-in { from { opacity: 0; } }
@keyframes z10-panel-in { from { opacity: 0; transform: translateY(-14px); } }
@keyframes z10-toast-in { from { opacity: 0; transform: translateY(14px); } }
@keyframes z10-copy-in { from { opacity: 0; transform: translateY(18px); } }
@keyframes z10-media-in { from { opacity: .25; transform: translateX(18px) scale(.98); } }
@keyframes z10-timer { from { transform: scaleX(0); } to { transform: scaleX(1); } }
@keyframes z10-products-in { from { opacity: 0; transform: translateY(18px); } }
@keyframes z10-marker { 50% { box-shadow: 0 0 0 14px rgba(166,111,69,.13); } }
@keyframes z10-reveal-in { from { opacity: .25; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1120px) {
	.z10-header-main { grid-template-columns: 165px minmax(240px,1fr) auto; gap: 18px; }
	.z10-category-nav-inner { gap: 24px; }
	.z10-commerce-hero { grid-template-columns: 1.5fr .9fr; }
	.z10-hero-slide { grid-template-columns: .9fr 1.1fr; }
	.z10-hero-copy { padding-left: 32px; }
	.z10-hero-buttons { align-items: flex-start; flex-direction: column; gap: 14px; }
	.z10-category-grid { grid-template-columns: repeat(3,1fr); }
	.z10-category-card:nth-child(n+4) { margin-top: 18px; }
	.woocommerce ul.products.z10-product-grid, .woocommerce-page ul.products, ul.products.z10-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
	.z10-personal-copy { padding: 45px; }
	.z10-reviews { grid-template-columns: 1fr 1fr; }
	.z10-reviews > *:nth-child(2) { border-right: 0; }
	.z10-reviews > *:nth-child(-n+2) { border-bottom: 1px solid var(--z10-line); }
	.z10-news-card { grid-template-columns: minmax(180px,.8fr) 1fr; }
	.z10-trust-grid { grid-template-columns: repeat(3,1fr); }
	.z10-trust-grid > div:nth-child(3) { border-right: 0; }
	.z10-trust-grid > div:nth-child(-n+3) { border-bottom: 1px solid var(--z10-line); }
	.z10-footer-grid { gap: 40px; }
}

@media (max-width: 820px) {
	body.admin-bar .z10-header { top: 46px; }
	.z10-container { padding-inline: 14px; }
	.z10-main { padding-bottom: 68px; }
	.z10-utility { height: 28px; }
	.z10-utility-inner { font-size: 8px; }
	.z10-utility-inner > *:not(:first-child) { display: none; }
	.z10-header-main { height: 64px; grid-template-columns: 42px 1fr auto; gap: 8px; padding-inline: 16px; }
	.z10-header.is-scrolled .z10-header-main { height: 60px; }
	.z10-menu-toggle { width: 38px; height: 38px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 0; border: 0; background: transparent; }
	.z10-menu-toggle span { width: 21px; height: 1px; background: currentColor; transition: transform .2s ease; }
	.z10-menu-toggle.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
	.z10-menu-toggle.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }
	.z10-logo strong { font-size: 22px; }
	.z10-logo span { font-size: 8px; }
	.z10-search-trigger, .z10-action-link, .z10-cart-label { display: none; }
	.z10-header-actions { gap: 0; }
	.z10-cart-trigger { border: 0; padding: 0; }
	.z10-category-nav { display: none; }
	.z10-commerce-hero { grid-template-columns: 1fr; padding: 12px 12px 0; }
	.z10-hero-feature, .z10-hero-slides, .z10-hero-slide { min-height: 790px; }
	.z10-hero-slide { grid-template-columns: 1fr; }
	.z10-hero-copy { min-height: 360px; padding: 36px 25px 26px; }
	.z10-hero-copy h1 { font-size: clamp(36px,10.8vw,48px); }
	.z10-hero-buttons { align-items: center; flex-direction: row; }
	.z10-hero-media { min-height: 430px; }
	.z10-hero-controls { right: 18px; bottom: 20px; }
	.z10-hero-promos { grid-template-columns: 1fr 1fr; grid-template-rows: none; }
	.z10-promo-card { min-height: 300px; }
	.z10-promo-card > div { width: 68%; padding-left: 20px; }
	.z10-promo-card > img { left: 35%; width: 72%; opacity: .82; }
	.z10-promo-card h2 { font-size: 24px; }
	.z10-service-strip { grid-template-columns: 1fr 1fr; margin-inline: 12px; width: auto; }
	.z10-service-strip > div:nth-child(2) { border-right: 0; }
	.z10-service-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--z10-line); }
	.z10-home-section { padding-top: 72px; }
	.z10-story-grid { grid-template-columns: 1fr; }
	.z10-story-card, .z10-story-card > div { min-height: 390px; }
	.z10-category-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
	.z10-category-card { min-width: 31vw; scroll-snap-align: start; }
	.z10-category-card:nth-child(n+4) { margin-top: 0; }
	.z10-category-rail { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
	.z10-category-rail a { flex: 0 0 auto; }
	.woocommerce ul.products.z10-product-grid, .woocommerce-page ul.products, ul.products.z10-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 9px; }
	.woocommerce ul.products li.product .button, ul.products.z10-product-grid li.product .button { opacity: 1; transform: none; bottom: 72px; }
	.z10-personalization { grid-template-columns: 1fr; margin: 78px 14px 0; width: auto; }
	.z10-personal-product { margin: 18px 18px 0; }
	.z10-personal-image { min-height: 470px; }
	.z10-personal-copy { padding: 48px 28px 52px; }
	.z10-personal-copy h2 { font-size: 39px; }
	.z10-editorial-grid { grid-template-columns: 1fr; }
	.z10-reviews { grid-template-columns: 1fr; margin: 75px 14px 0; width: auto; }
	.z10-reviews > * { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--z10-line); }
	.z10-news-grid { grid-template-columns: 1fr; }
	.z10-newsletter { grid-template-columns: 1fr; gap: 28px; margin: 72px 14px 0; padding: 38px 24px; width: auto; }
	.z10-contact-band { align-items: flex-start; flex-direction: column; margin: 72px 14px 0; padding: 32px 24px; width: auto; }
	.z10-trust-grid { grid-template-columns: 1fr 1fr; margin: 18px 14px 0; width: auto; }
	.z10-trust-grid > div, .z10-trust-grid > div:nth-child(3) { min-height: 96px; border-right: 1px solid var(--z10-line); border-bottom: 1px solid var(--z10-line); }
	.z10-trust-grid > div:nth-child(2n) { border-right: 0; }
	.z10-trust-grid > div:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
	.woocommerce div.product { grid-template-columns: 1fr; gap: 25px; }
	.woocommerce div.product div.summary { position: static; }
	.woocommerce div.product form.cart { padding: 10px; border: 1px solid var(--z10-line); background: #fff; }
	.woocommerce div.product .woocommerce-tabs { grid-column: auto; }
	.related.products, .up-sells.products { grid-column: auto; }
	.z10-post-grid { grid-template-columns: 1fr 1fr; }
	.z10-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 42px 25px; padding: 60px 20px 24px; }
	.z10-footer-contact { grid-column: 2 / -1; }
	.z10-payment-inner { align-items: flex-start; flex-direction: column; padding-top: 30px; padding-bottom: 30px; }
	.z10-payment-logos { justify-content: flex-start; }
	.z10-about-hero, .z10-about-story { grid-template-columns: 1fr; }
	.z10-about-hero figure, .z10-about-story figure { min-height: 480px; }
	.z10-contact-page { grid-template-columns: 1fr; }
	.z10-contact-details, .z10-map-consent { min-height: 500px; }
	.z10-whatsapp { right: 14px; bottom: 77px; min-width: 49px; min-height: 49px; justify-content: center; padding: 0 12px; }
	.z10-whatsapp span { display: none; }
	.z10-mobile-dock { position: fixed; z-index: 900; right: 0; bottom: 0; left: 0; min-height: 64px; display: grid; grid-template-columns: repeat(4,1fr); padding: 6px 8px max(6px,env(safe-area-inset-bottom)); border-top: 1px solid var(--z10-line); background: rgba(255,255,255,.97); box-shadow: 0 -10px 30px rgba(19,27,23,.08); backdrop-filter: blur(14px); }
	.z10-mobile-dock a, .z10-mobile-dock button { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; border: 0; background: transparent; color: #545852; font-size: 8px; font-weight: 700; }
	.z10-mobile-dock svg { width: 18px; height: 18px; }
	.z10-mobile-dock .z10-cart-count { position: absolute; top: 0; left: calc(50% + 8px); min-width: 15px; height: 15px; font-size: 8px; }
	.single-product .z10-mobile-dock { display: none; }
	.z10-mobile-product-bar { position: fixed; z-index: 905; right: 0; bottom: 0; left: 0; min-height: 68px; display: grid; grid-template-columns: auto minmax(185px,1fr); gap: 18px; align-items: center; padding: 8px 12px max(8px,env(safe-area-inset-bottom)); border-top: 1px solid var(--z10-line); background: rgba(255,255,255,.98); box-shadow: 0 -10px 30px rgba(19,27,23,.1); backdrop-filter: blur(14px); }
	.z10-mobile-product-bar > div { display: flex; flex-direction: column; gap: 3px; }
	.z10-mobile-product-bar small { color: var(--z10-muted); font-size: 8px; text-transform: uppercase; }
	.z10-mobile-product-bar strong { font-size: 13px; }
	.z10-mobile-product-bar del { margin-right: 4px; color: var(--z10-muted); font-size: 9px; }
	.z10-mobile-product-bar ins { text-decoration: none; }
	.z10-mobile-product-bar button { height: 48px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; border: 0; background: var(--z10-forest); color: #fff; font-size: 9px; font-weight: 800; text-transform: uppercase; }
	.z10-toast { right: 12px; bottom: 76px; left: 12px; max-width: none; }
}

@media (max-width: 540px) {
	.z10-side-cart { width: 100%; }
	.z10-search-overlay { padding: 0; }
	.z10-search-panel { min-height: 100vh; padding: 20px 16px; }
	.z10-search-form { grid-template-columns: 1fr; }
	.z10-search-form button { height: 45px; }
	.z10-hero-feature, .z10-hero-slides, .z10-hero-slide { min-height: 745px; }
	.z10-hero-copy { min-height: 355px; }
	.z10-hero-description { font-size: 13px; }
	.z10-hero-buttons { justify-content: space-between; gap: 10px; }
	.z10-primary-button { gap: 15px; padding-inline: 15px; }
	.z10-hero-media { min-height: 390px; }
	.z10-hero-controls { right: auto; bottom: 18px; left: 18px; }
	.z10-hero-product-note { right: 18px; bottom: 18px; left: auto; min-width: 120px; }
	.z10-hero-promos { grid-template-columns: 1fr; gap: 8px; }
	.z10-promo-card { min-height: 255px; }
	.z10-promo-card > div { width: 58%; }
	.z10-promo-card > img { left: 42%; width: 62%; }
	.z10-section-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
	.z10-section-heading h2 { font-size: 31px; }
	.z10-story-card, .z10-story-card > div { min-height: 360px; }
	.z10-story-card > div { width: 72%; padding: 27px 22px; }
	.z10-story-card::after, .z10-story-card:nth-child(2n)::after { background: linear-gradient(90deg,rgba(18,31,25,.9) 0%,rgba(18,31,25,.56) 58%,rgba(18,31,25,.08) 100%); }
	.z10-category-card { min-width: 43vw; }
	.z10-product-tabs { width: 100%; overflow-x: auto; }
	.z10-product-tabs button { flex: 1 0 auto; padding-inline: 10px; }
	.woocommerce ul.products li.product a img, ul.products.z10-product-grid li.product a img { aspect-ratio: .77; }
	.woocommerce ul.products li.product .woocommerce-loop-product__title, ul.products.z10-product-grid li.product .woocommerce-loop-product__title { min-height: 52px; font-size: 12px; }
	.woocommerce ul.products li.product .button, ul.products.z10-product-grid li.product .button { right: 7px; bottom: 82px; width: 34px; height: 34px; }
	.z10-personal-image { min-height: 390px; }
	.z10-editorial-card, .z10-editorial-card > div { min-height: 380px; }
	.z10-editorial-card > div { width: 62%; padding-left: 24px; }
	.z10-editorial-card h3 { font-size: 28px; }
	.z10-editorial-card > img { left: 41%; width: 65%; opacity: .78; }
	.z10-reviews > * { padding: 30px 24px; }
	.z10-news-card { grid-template-columns: 1fr; }
	.z10-news-image { min-height: 300px; }
	.z10-news-card > div { padding: 27px 22px; }
	.z10-newsletter-action form { flex-direction: column; }
	.z10-contact-band > a { width: 100%; justify-content: center; }
	.z10-trust-grid { grid-template-columns: 1fr; }
	.z10-trust-grid > div, .z10-trust-grid > div:nth-child(2n), .z10-trust-grid > div:nth-child(3), .z10-trust-grid > div:last-child { grid-column: auto; border-right: 0; border-bottom: 1px solid var(--z10-line); }
	.z10-trust-grid > div:last-child { border-bottom: 0; }
	.z10-post-grid { grid-template-columns: 1fr; }
	.z10-footer-grid { grid-template-columns: 1fr 1fr; }
	.z10-payment-inner strong { font-size: 20px; }
	.z10-payment-logos { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }
	.z10-pay-logo, .z10-mastercard { width: 100%; min-width: 0; }
	.z10-bank { grid-column: 1 / -1; }
	.z10-about-values { grid-template-columns: 1fr; }
	.z10-about-values article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--z10-line); }
	.z10-about-values article:last-child { border-bottom: 0; }
	.z10-about-hero figure, .z10-about-story figure { min-height: 390px; }
	.z10-about-copy, .z10-about-story > div { padding: 34px 24px; }
	.z10-about-hero h2, .z10-about-story h2 { font-size: 37px; }
	.z10-contact-list { grid-template-columns: 1fr; }
	.z10-contact-details, .z10-map-consent { min-height: auto; padding: 28px 22px; }
	.z10-map-consent { min-height: 430px; }
	.z10-map-consent iframe { height: 430px; }
	.z10-footer-brand { grid-column: 1 / -1; }
	.z10-footer-contact { grid-column: 1 / -1; }
	.z10-footer-bottom { align-items: flex-start; flex-direction: column; gap: 15px; }
	.woocommerce div.product .woocommerce-tabs ul.tabs { gap: 14px; overflow-x: auto; }
}

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