:root{--ym-ink:#11110f;--ym-paper:#f8f5ee;--ym-white:#fff;--ym-gold:#c7a148;--ym-muted:#6e6b64;--ym-line:#ded9cf;--ym-radius:18px;--ym-shadow:0 18px 60px rgba(17,17,15,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ym-white);color:var(--ym-ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.6}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}.ym-shell{width:min(1240px,calc(100% - 40px));margin:0 auto}.ym-main{min-height:60vh}.ym-announcement{height:34px;background:var(--ym-ink);color:white;display:flex;align-items:center;justify-content:center;gap:42px;padding:0 20px;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.ym-announcement-secondary{opacity:.65}.ym-header{position:sticky;top:0;background:rgba(255,255,255,.93);backdrop-filter:blur(14px);z-index:50;border-bottom:1px solid rgba(222,217,207,.7)}.ym-header-inner{height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:38px}.ym-brand{display:flex;align-items:center;gap:10px;font-weight:700;font-size:20px;letter-spacing:-.04em}.ym-brand img,.ym-brand .custom-logo{width:38px;height:38px;object-fit:contain}.ym-nav ul{display:flex;gap:30px;list-style:none;margin:0;padding:0;justify-content:center}.ym-nav a{font-size:14px;font-weight:600}.ym-actions{display:flex;align-items:center;gap:18px;font-size:13px;font-weight:600}.ym-search-toggle,.ym-menu-toggle{border:0;background:transparent;cursor:pointer;color:inherit}.ym-search-toggle{font-size:26px;line-height:1}.ym-menu-toggle{display:none;width:32px;padding:4px}.ym-menu-toggle span{display:block;height:2px;background:var(--ym-ink);margin:5px 0}.ym-cart-link{display:flex;gap:6px;align-items:center}.ym-cart-count{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:var(--ym-gold);color:var(--ym-ink);font-size:11px}.ym-search-panel{border-top:1px solid var(--ym-line);padding:18px 0;background:white}.ym-search-panel form{display:flex;max-width:700px;margin:auto}.ym-search-panel input[type=search]{width:100%;border:1px solid var(--ym-line);border-radius:999px;padding:14px 20px;font:inherit}.ym-search-panel button{display:none}.ym-hero{background:var(--ym-paper);overflow:hidden}.ym-hero-grid{min-height:660px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:60px}.ym-eyebrow{font-size:12px;letter-spacing:.18em;font-weight:700;color:#817b6f;margin-bottom:16px}.ym-hero h1,.ym-section h2,.ym-editorial h2,.ym-page h1{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.045em;line-height:.98}.ym-hero h1{font-size:clamp(54px,6vw,92px);margin:0 0 26px;max-width:700px}.ym-hero-copy>p{font-size:18px;color:var(--ym-muted);max-width:590px}.ym-hero-actions{display:flex;align-items:center;gap:26px;margin:34px 0 40px}.ym-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-size:14px;font-weight:700;transition:.2s}.ym-btn-dark{background:var(--ym-ink);color:white}.ym-btn-light{background:white;color:var(--ym-ink)}.ym-btn-link{padding:0}.ym-btn:hover{transform:translateY(-2px)}.ym-hero-proof{display:flex;gap:28px;font-size:12px;color:#777269}.ym-hero-proof strong{display:block;color:var(--ym-ink);font-size:13px}.ym-hero-art{height:520px;position:relative}.ym-hero-art:after{content:"";position:absolute;inset:50px 10px 20px 80px;background:linear-gradient(140deg,#c7a148,#ebd49c 45%,#f2ead8);border-radius:48% 48% 12% 12%;transform:rotate(7deg)}.ym-hero-card{position:absolute;background:#171713;border-radius:22px;z-index:2;box-shadow:var(--ym-shadow)}.ym-card-a{width:240px;height:340px;left:20px;bottom:30px;transform:rotate(-9deg);background:linear-gradient(160deg,#171713 0 52%,#c7a148 52% 63%,#171713 63%)}.ym-card-b{width:210px;height:280px;right:0;top:20px;transform:rotate(10deg);background:linear-gradient(40deg,#f9f4e8 0 58%,#151515 58%)}.ym-hero-number{position:absolute;z-index:3;right:94px;bottom:80px;color:white;font-size:92px;font-weight:700;line-height:.65;letter-spacing:-.08em}.ym-hero-number span{font-size:34px;color:var(--ym-gold)}.ym-section{padding:92px 0}.ym-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:36px}.ym-section h2{font-size:48px;margin:0}.ym-section-head>a{font-size:13px;font-weight:700;border-bottom:1px solid var(--ym-ink)}.ym-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.ym-category-card{position:relative;overflow:hidden;border-radius:var(--ym-radius);background:var(--ym-paper);aspect-ratio:4/5}.ym-category-card img{width:100%;height:100%;object-fit:cover;transition:.45s}.ym-category-card:hover img{transform:scale(1.035)}.ym-category-card>span{position:absolute;left:18px;right:18px;bottom:18px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);padding:14px 16px;border-radius:13px;display:flex;justify-content:space-between;align-items:end}.ym-category-card strong{font-size:17px}.ym-category-card small{color:var(--ym-muted)}.ym-editorial{background:var(--ym-ink);color:white;padding:90px 0}.ym-editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.ym-editorial h2{font-size:clamp(50px,6vw,86px);margin:0 0 24px}.ym-editorial p{color:#c9c7c0;max-width:520px;font-size:17px}.ym-editorial .ym-btn{margin-top:20px}.ym-editorial-art{height:430px;border-radius:26px;background:linear-gradient(135deg,#c7a148 0 26%,#f0dfb8 26% 54%,#292923 54%);display:grid;grid-template-columns:1fr 1fr 1fr;align-items:end;padding:30px;gap:10px}.ym-editorial-art span{border-top:1px solid rgba(255,255,255,.5);padding-top:10px;font-weight:700}.ym-service-strip{padding:28px 0!important;border-top:1px solid var(--ym-line);border-bottom:1px solid var(--ym-line);background:#fbfaf7}.ym-service-grid{display:grid;grid-template-columns:repeat(4,1fr)}.ym-service-grid>div{padding:10px 28px;border-right:1px solid var(--ym-line)}.ym-service-grid>div:last-child{border-right:0}.ym-service-grid strong,.ym-service-grid span{display:block}.ym-service-grid strong{font-size:14px}.ym-service-grid span{font-size:12px;color:var(--ym-muted)}.ym-page,.ym-shop-wrap{padding:70px 0 100px}.ym-page-inner{max-width:860px}.ym-page-header{margin-bottom:34px}.ym-page h1{font-size:58px;margin:0}.ym-prose{color:#383630}.ym-prose h2,.ym-prose h3{color:var(--ym-ink);margin-top:38px}.ym-prose a{text-decoration:underline}.ym-empty{text-align:center;padding:80px 0}.ym-empty h1{font-size:64px}.ym-footer{background:#10100e;color:white;padding:72px 0 28px}.ym-footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:55px}.ym-footer-brand{font-family:"Playfair Display",serif;font-size:34px}.ym-footer p{color:#aaa89f;max-width:330px}.ym-footer .ym-company{font-size:11px;letter-spacing:.12em;color:#d1b774}.ym-footer h3{font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:#d1b774}.ym-footer a{display:block;color:#bbb9b2;font-size:13px;margin:9px 0}.ym-footer-bottom{margin-top:50px;padding-top:22px;border-top:1px solid #30302b;display:flex;justify-content:space-between;color:#77766f;font-size:11px}
/* WooCommerce */
.woocommerce .woocommerce-breadcrumb{font-size:12px;color:var(--ym-muted);margin-bottom:26px}.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{font-size:13px}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 18px;margin:0!important}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none}.woocommerce ul.products li.product{width:auto!important;margin:0!important;float:none!important}.woocommerce ul.products li.product a img{border-radius:16px;background:var(--ym-paper);margin-bottom:15px;aspect-ratio:4/5;object-fit:cover}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important;padding:0!important;font-weight:600}.woocommerce ul.products li.product .price{font-size:14px!important;color:var(--ym-ink)!important;margin-top:5px}.woocommerce ul.products li.product .button{background:transparent!important;color:var(--ym-ink)!important;border:1px solid var(--ym-line);border-radius:999px;padding:10px 14px!important;font-size:12px;margin-top:10px}.woocommerce span.onsale{min-width:auto!important;min-height:auto!important;line-height:1!important;padding:8px 9px!important;border-radius:999px!important;background:var(--ym-ink)!important;font-size:11px!important;left:10px!important;top:10px!important}.single-product div.product{display:grid;grid-template-columns:1.05fr .95fr;gap:64px}.single-product div.product .woocommerce-product-gallery,.single-product div.product .summary{float:none!important;width:auto!important}.single-product .summary .product_title{font-family:"Playfair Display",serif;font-size:46px;line-height:1.05}.single-product .summary .price{color:var(--ym-ink)!important;font-size:22px!important}.single-product .woocommerce-product-gallery__wrapper img{border-radius:18px}.woocommerce div.product form.cart .button,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.woocommerce #payment #place_order{background:var(--ym-ink)!important;color:white!important;border-radius:999px!important;padding:15px 24px!important}.woocommerce div.product form.cart .qty{min-height:46px;border:1px solid var(--ym-line);border-radius:999px;padding:8px}.ym-product-trust{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0;font-size:11px;color:var(--ym-muted)}.ym-product-trust span{border:1px solid var(--ym-line);border-radius:999px;padding:7px 10px}.woocommerce-cart table.shop_table,.woocommerce-checkout table.shop_table{border-color:var(--ym-line)!important;border-radius:14px!important}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{border:1px solid var(--ym-line);border-radius:10px;padding:13px 14px;font:inherit;background:white}.woocommerce-checkout #payment{background:#f5f1e9!important;border-radius:16px!important}.ym-checkout-intro{display:flex;justify-content:space-between;gap:20px;background:var(--ym-ink);color:white;border-radius:14px;padding:16px 20px;margin-bottom:24px;font-size:13px}.ym-checkout-intro span{color:#c8c4ba}.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--ym-gold)!important;background:#faf8f2!important;border-radius:10px}.woocommerce-message:before,.woocommerce-info:before{color:var(--ym-gold)!important}
@media(max-width:980px){.ym-header-inner{grid-template-columns:auto 1fr auto}.ym-menu-toggle{display:block}.ym-nav{position:absolute;left:0;right:0;top:78px;background:white;border-bottom:1px solid var(--ym-line);padding:20px;display:none}.ym-nav.is-open{display:block}.ym-nav ul{display:block}.ym-nav li{padding:9px 0}.ym-actions>a:first-of-type{display:none}.ym-hero-grid{grid-template-columns:1fr;min-height:auto;padding:80px 0 40px}.ym-hero-art{height:430px}.ym-category-grid{grid-template-columns:repeat(2,1fr)}.ym-editorial-grid{grid-template-columns:1fr}.ym-service-grid{grid-template-columns:repeat(2,1fr)}.ym-service-grid>div{border-bottom:1px solid var(--ym-line)}.ym-footer-grid{grid-template-columns:1.4fr 1fr 1fr}.ym-footer-grid>div:last-child{display:none}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.single-product div.product{grid-template-columns:1fr;gap:30px}}
@media(max-width:640px){.ym-shell{width:min(100% - 28px,1240px)}.ym-announcement{height:30px;font-size:10px}.ym-announcement-secondary{display:none}.ym-header-inner{height:66px;gap:10px}.ym-nav{top:66px}.ym-brand span{font-size:18px}.ym-brand img,.ym-brand .custom-logo{width:32px;height:32px}.ym-actions{gap:10px}.ym-actions .ym-search-toggle{font-size:22px}.ym-hero-grid{padding-top:58px;gap:20px}.ym-hero h1{font-size:54px}.ym-hero-copy>p{font-size:16px}.ym-hero-actions{align-items:flex-start;flex-direction:column}.ym-hero-proof{gap:13px;display:grid;grid-template-columns:1fr 1fr}.ym-hero-art{height:330px}.ym-card-a{width:160px;height:230px}.ym-card-b{width:140px;height:190px}.ym-hero-number{font-size:60px;right:55px}.ym-section{padding:62px 0}.ym-section h2{font-size:38px}.ym-category-grid{grid-template-columns:1fr 1fr;gap:10px}.ym-category-card>span{left:10px;right:10px;bottom:10px;padding:10px;display:block}.ym-category-card small{display:none}.ym-editorial{padding:62px 0}.ym-editorial h2{font-size:52px}.ym-editorial-art{height:300px}.ym-service-grid{grid-template-columns:1fr 1fr}.ym-service-grid>div{padding:12px}.ym-footer-grid{grid-template-columns:1fr 1fr;gap:30px}.ym-footer-grid>div:first-child{grid-column:1/-1}.ym-footer-bottom{display:block}.ym-footer-bottom span{display:block;margin:5px 0}.woocommerce ul.products{gap:22px 10px}.woocommerce ul.products li.product .button{width:100%;text-align:center}.single-product .summary .product_title{font-size:36px}.ym-checkout-intro{display:block}.ym-checkout-intro span{display:block;margin-top:4px}}
.ym-brand-mark{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#17130d;color:#f0c45a;font-weight:800;font-size:18px;line-height:1;letter-spacing:-.04em}.ym-brand .custom-logo{max-height:38px;width:auto}.ym-brand .custom-logo-link{display:flex;align-items:center}

/* v1.3 catalogue discovery */
.ym-trend-strip{padding-top:10px;padding-bottom:10px}.ym-trend-chips{display:flex;gap:10px;flex-wrap:wrap}.ym-trend-chips a{display:inline-flex;align-items:center;min-height:40px;padding:9px 15px;border:1px solid rgba(24,24,24,.14);border-radius:999px;background:#fff;color:inherit;text-decoration:none;font-size:13px;font-weight:700;letter-spacing:.02em}.ym-trend-chips a:hover{border-color:#181818;transform:translateY(-1px)}.ym-soft-section{background:#f5f2eb}


/* v1.4 sale, sizing and discovery polish */
.woocommerce ul.products li.product .price del{color:#969188;opacity:.75;margin-right:5px}.woocommerce ul.products li.product .price ins,.single-product .summary .price ins{text-decoration:none;color:var(--ym-ink);font-weight:800}.ym-loop-save,.ym-save-line{display:block;color:#6b5a24;font-weight:700}.ym-loop-save{font-size:11px;margin-top:3px}.ym-save-line{font-size:13px;margin:-4px 0 13px}.ym-sale-section{background:#fffaf0}.ym-shop-chips{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 24px;clear:both}.ym-shop-chips a{display:inline-flex;align-items:center;min-height:38px;padding:8px 14px;border:1px solid var(--ym-line);border-radius:999px;background:#fff;font-size:12px;font-weight:700}.ym-shop-chips a:last-child{background:var(--ym-ink);color:#fff;border-color:var(--ym-ink)}.ym-product-help{margin:18px 0;border-top:1px solid var(--ym-line)}.ym-product-help details{border-bottom:1px solid var(--ym-line);padding:13px 0}.ym-product-help summary{cursor:pointer;font-weight:700;font-size:13px}.ym-product-help p{font-size:13px;color:var(--ym-muted);margin:9px 0 2px}.ym-product-help a{text-decoration:underline}.ym-product-trust a{border:1px solid var(--ym-line);border-radius:999px;padding:7px 10px}.ym-size-select-fallback{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.ym-size-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.ym-size-button{min-width:46px;height:42px;padding:0 12px;border:1px solid var(--ym-line);border-radius:10px;background:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:700}.ym-size-button:hover,.ym-size-button.is-active{background:var(--ym-ink);color:#fff;border-color:var(--ym-ink)}
@media(max-width:640px){.single-product form.cart{position:sticky;bottom:8px;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);padding:10px;border:1px solid var(--ym-line);border-radius:16px;box-shadow:0 12px 35px rgba(0,0,0,.12)}.ym-shop-chips{overflow:auto;flex-wrap:nowrap;padding-bottom:4px}.ym-shop-chips a{white-space:nowrap}.woocommerce ul.products li.product .price del,.woocommerce ul.products li.product .price ins{display:inline}}


/* v1.5 photographic client-preview layer */
.ym-photo-hero{position:relative;min-height:560px;overflow:hidden;background:#d8d1c3;border-radius:2px}.ym-hero-photo{position:absolute;object-fit:cover;box-shadow:0 18px 45px rgba(20,20,18,.18)}.ym-hero-photo-a{inset:5% 20% 8% 0;width:72%;height:87%}.ym-hero-photo-b{right:0;bottom:4%;width:43%;height:58%;border:10px solid #f6f2e8}.ym-photo-hero .ym-hero-number{z-index:3}.ym-category-card img{object-fit:cover;aspect-ratio:4/5;width:100%;filter:saturate(.9)}
.woocommerce ul.products li.product img.ym-preview-photo{width:100%;aspect-ratio:4/5;object-fit:cover;background:#eee9df}.ym-preview-gallery img{width:100%;aspect-ratio:4/5;object-fit:cover;background:#eee9df}.ym-preview-note{margin-top:8px;font-size:11px;letter-spacing:.02em;color:#777}.single-product .ym-preview-gallery{width:100%}
@media(max-width:780px){.ym-photo-hero{min-height:420px}.ym-hero-photo-a{width:78%;height:82%}.ym-hero-photo-b{width:48%;height:52%;border-width:7px}}

/* v1.7 marketplace-style storefront */
.ym-announcement{justify-content:center;gap:34px}.ym-announcement a{color:#fff;font-weight:800;opacity:.9}.ym-header-main{min-height:76px;display:grid;grid-template-columns:auto minmax(320px,1fr) auto;gap:34px;align-items:center}.ym-header-search form{position:relative;display:flex;align-items:center}.ym-header-search input[type=search]{width:100%;min-height:44px;border:1px solid #e5e1d8;border-radius:9px;background:#f7f6f3;padding:0 46px 0 16px;font:inherit;font-size:13px}.ym-header-search button{position:absolute;right:6px;border:0;background:transparent;width:36px;height:36px;font-size:0;cursor:pointer}.ym-header-search button:after{content:"⌕";font-size:22px;color:#555}.ym-search-toggle{display:none}.ym-nav-row{border-top:1px solid #f0ece4;background:#fff}.ym-nav-row .ym-shell{display:flex;justify-content:center}.ym-nav{width:100%}.ym-nav ul{min-height:46px;align-items:center;justify-content:center;gap:36px}.ym-nav a{font-size:13px;letter-spacing:.02em;position:relative}.ym-nav li:last-child a{color:#9a1f25}.ym-nav li:last-child a:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;background:#9a1f25}.ym-account-link,.ym-cart-link{white-space:nowrap}.ym-cart-link b{font-weight:800}.ym-home-hero{padding:18px 0 24px;background:#fff}.ym-home-hero-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.86fr);gap:14px}.ym-hero-main,.ym-hero-tile{position:relative;overflow:hidden;background:#ddd;display:block}.ym-hero-main{min-height:570px}.ym-hero-main img,.ym-hero-tile img,.ym-campaign-card img,.ym-trend-card img,.ym-editorial-banner img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.ym-hero-main:hover img,.ym-hero-tile:hover img,.ym-campaign-card:hover img,.ym-trend-card:hover img{transform:scale(1.025)}.ym-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,7,.57),rgba(8,8,7,.12) 65%,rgba(8,8,7,.03))}.ym-hero-main-copy{position:absolute;left:52px;bottom:50px;color:#fff;max-width:520px}.ym-kicker{font-size:11px;font-style:normal;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.ym-dark-kicker{color:#8a8172}.ym-hero-main h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(52px,5.3vw,82px);letter-spacing:-.045em;line-height:.94;margin:12px 0 18px}.ym-hero-main p{font-size:16px;max-width:430px;margin:0 0 22px}.ym-cta-pill{display:inline-flex;min-height:42px;align-items:center;justify-content:center;background:#fff;color:#111;padding:0 18px;border-radius:4px;font-size:12px;font-weight:900;letter-spacing:.06em}.ym-hero-side{display:grid;grid-template-rows:1fr 1fr;gap:14px}.ym-hero-tile{min-height:278px}.ym-hero-tile .ym-hero-shade{background:linear-gradient(0deg,rgba(8,8,7,.58),rgba(8,8,7,.02) 70%)}.ym-hero-tile>div{position:absolute;left:25px;right:22px;bottom:22px;color:#fff}.ym-hero-tile strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:29px;line-height:1.04;margin:5px 0 10px}.ym-hero-tile em{font-style:normal;font-size:12px;font-weight:800;border-bottom:1px solid rgba(255,255,255,.8)}
.ym-category-rail-section,.ym-home-products,.ym-campaign-section,.ym-budget-section,.ym-trend-categories{padding:64px 0}.ym-home-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:28px}.ym-home-section-head h2{font-family:Georgia,"Times New Roman",serif;font-size:38px;line-height:1;margin:8px 0 0;letter-spacing:-.035em}.ym-home-section-head p{margin:8px 0 0;color:var(--ym-muted);font-size:13px}.ym-home-section-head>a{font-size:12px;font-weight:800;border-bottom:1px solid #222}.ym-category-rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:18px}.ym-category-orbit{text-align:center}.ym-category-photo{display:block;aspect-ratio:1/1;overflow:hidden;border-radius:50%;background:#eee;margin-bottom:12px}.ym-category-photo img{width:100%;height:100%;object-fit:cover;transition:.4s}.ym-category-orbit:hover img{transform:scale(1.045)}.ym-category-orbit strong,.ym-category-orbit small{display:block}.ym-category-orbit strong{font-size:14px}.ym-category-orbit small{font-size:11px;color:var(--ym-muted);margin-top:2px}.ym-promo-ribbon{background:#f2e6c4;border-top:1px solid #e0d2ab;border-bottom:1px solid #e0d2ab}.ym-promo-ribbon-inner{min-height:72px;display:flex;align-items:center;justify-content:center;gap:26px;text-align:center}.ym-promo-ribbon span{font-size:11px;font-weight:900;letter-spacing:.16em}.ym-promo-ribbon strong{font-family:Georgia,"Times New Roman",serif;font-size:26px;letter-spacing:-.02em}.ym-promo-ribbon a{font-size:11px;font-weight:900;border-bottom:1px solid #111}.ym-home-products .woocommerce ul.products{gap:32px 18px}.ym-home-products .woocommerce ul.products li.product .button{display:none}.ym-home-products .woocommerce ul.products li.product a img{border-radius:3px}.ym-home-products-soft{background:#f7f5ef}.ym-campaign-section{padding-top:24px}.ym-campaign-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ym-campaign-card{position:relative;min-height:520px;overflow:hidden}.ym-campaign-card .ym-hero-shade{background:linear-gradient(0deg,rgba(10,9,8,.7),rgba(10,9,8,.04) 72%)}.ym-campaign-card>div{position:absolute;left:38px;right:38px;bottom:38px;color:white}.ym-campaign-card h3{font-family:Georgia,"Times New Roman",serif;font-size:42px;line-height:1;margin:10px 0 18px;letter-spacing:-.035em}.ym-text-link{font-size:12px;font-weight:900;border-bottom:1px solid rgba(255,255,255,.85)}.ym-budget-section{background:#111;color:#fff}.ym-budget-section .ym-home-section-head h2{color:#fff}.ym-budget-section .ym-dark-kicker{color:#c8b98f}.ym-budget-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.ym-budget-grid a{min-height:160px;border:1px solid #383832;padding:23px;display:flex;flex-direction:column;justify-content:flex-end;background:#171713;transition:.2s}.ym-budget-grid a:hover{background:#211f18;transform:translateY(-2px)}.ym-budget-grid span{font-size:10px;letter-spacing:.16em;color:#aaa79c}.ym-budget-grid strong{font-family:Georgia,"Times New Roman",serif;font-size:26px;margin:4px 0}.ym-budget-grid em{font-style:normal;font-size:11px;color:#d4c48e}.ym-trend-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ym-trend-card{position:relative;aspect-ratio:16/10;overflow:hidden;background:#eee}.ym-trend-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,8,7,.58),transparent 65%)}.ym-trend-card>div{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:#fff}.ym-trend-card strong,.ym-trend-card span{display:block}.ym-trend-card strong{font-size:18px}.ym-trend-card span{font-size:11px;opacity:.85}.ym-editorial-banner{padding:28px 0 72px}.ym-editorial-banner-inner{min-height:410px;background:#181815;color:#fff;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.ym-editorial-banner-inner>div{padding:54px;display:flex;flex-direction:column;justify-content:center}.ym-editorial-banner h2{font-family:Georgia,"Times New Roman",serif;font-size:54px;line-height:.98;margin:10px 0 20px;letter-spacing:-.04em}.ym-editorial-banner p{max-width:460px;color:#c3c0b8;margin:0 0 24px}.ym-light-pill{align-self:flex-start}.ym-editorial-banner img{position:relative}.ym-home-trust{border-top:1px solid var(--ym-line);border-bottom:1px solid var(--ym-line);background:#fbfaf7}.ym-home-trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}.ym-home-trust-grid>div{padding:28px;border-right:1px solid var(--ym-line)}.ym-home-trust-grid>div:last-child{border-right:0}.ym-home-trust strong,.ym-home-trust span{display:block}.ym-home-trust strong{font-size:13px}.ym-home-trust span{font-size:11px;color:var(--ym-muted);margin-top:3px}.woocommerce ul.products li.product{position:relative}.woocommerce ul.products li.product .price del{font-size:12px}.woocommerce ul.products li.product .price ins{font-weight:800}.woocommerce ul.products li.product .ym-loop-save{color:#9a1f25}.woocommerce span.onsale{background:#9a1f25!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:42px}.woocommerce ul.products li.product a img.ym-preview-photo{border-radius:3px}.woocommerce div.product .ym-preview-gallery img{border-radius:3px}.ym-product-trust{margin-top:16px}.ym-product-trust span,.ym-product-trust a{border-radius:4px}.ym-page-header h1,.ym-page h1{font-family:Georgia,"Times New Roman",serif}.ym-prose{font-size:15px}.ym-prose h2{font-family:Georgia,"Times New Roman",serif;font-size:30px;letter-spacing:-.02em}.ym-prose h3{font-size:16px}.ym-legal-note{background:#fbf5e5;border:1px solid #ead9a7;padding:16px;border-radius:8px}.ym-footer{margin-top:0}
/* Checkout appears only as the cart-page next step. Hide common mini-cart checkout buttons elsewhere. */
body:not(.woocommerce-cart) .wc-proceed-to-checkout,body:not(.woocommerce-cart) .checkout-button,.widget_shopping_cart .button.checkout,.wc-block-mini-cart__footer-checkout{display:none!important}
@media(max-width:1040px){.ym-header-main{grid-template-columns:auto 1fr auto}.ym-header-search{display:none}.ym-search-toggle{display:inline-block}.ym-nav-row{position:relative}.ym-nav{position:absolute;left:0;right:0;top:46px;background:#fff;border-bottom:1px solid var(--ym-line);padding:18px 22px;display:none}.ym-nav.is-open{display:block}.ym-nav ul{min-height:auto;display:block}.ym-nav li{padding:8px 0}.ym-home-hero-grid{grid-template-columns:1fr}.ym-hero-main{min-height:520px}.ym-hero-side{grid-template-columns:1fr 1fr;grid-template-rows:auto}.ym-category-rail{grid-template-columns:repeat(3,1fr)}.ym-trend-grid{grid-template-columns:repeat(2,1fr)}.ym-budget-grid{grid-template-columns:repeat(2,1fr)}.ym-campaign-card{min-height:440px}.ym-home-trust-grid{grid-template-columns:repeat(2,1fr)}.ym-home-trust-grid>div:nth-child(2){border-right:0}.ym-home-trust-grid>div:nth-child(-n+2){border-bottom:1px solid var(--ym-line)}}
@media(max-width:680px){.ym-announcement{gap:10px;justify-content:space-between;padding:0 14px}.ym-announcement a{display:none}.ym-header-main{min-height:64px;gap:10px}.ym-brand span:last-child{font-size:18px}.ym-actions{gap:9px}.ym-account-link{display:none}.ym-nav{top:46px}.ym-home-hero{padding-top:10px}.ym-home-hero-grid{width:100%;gap:8px}.ym-hero-main{min-height:480px}.ym-hero-main-copy{left:24px;right:24px;bottom:28px}.ym-hero-main h1{font-size:52px}.ym-hero-main p{font-size:14px}.ym-hero-side{gap:8px}.ym-hero-tile{min-height:215px}.ym-hero-tile>div{left:16px;bottom:16px}.ym-hero-tile strong{font-size:21px}.ym-category-rail-section,.ym-home-products,.ym-campaign-section,.ym-budget-section,.ym-trend-categories{padding:46px 0}.ym-home-section-head{align-items:flex-start}.ym-home-section-head h2{font-size:31px}.ym-home-section-head>a{display:none}.ym-category-rail{grid-template-columns:repeat(3,1fr);gap:15px 10px}.ym-category-orbit strong{font-size:12px}.ym-category-orbit small{font-size:9px}.ym-promo-ribbon-inner{min-height:92px;flex-direction:column;gap:2px;padding:13px 0}.ym-promo-ribbon strong{font-size:20px}.ym-campaign-grid{grid-template-columns:1fr}.ym-campaign-card{min-height:440px}.ym-campaign-card>div{left:24px;right:24px;bottom:26px}.ym-campaign-card h3{font-size:36px}.ym-budget-grid{grid-template-columns:1fr 1fr}.ym-budget-grid a{min-height:135px;padding:18px}.ym-budget-grid strong{font-size:21px}.ym-trend-grid{grid-template-columns:1fr 1fr;gap:8px}.ym-trend-card{aspect-ratio:4/5}.ym-trend-card>div{left:14px;bottom:13px}.ym-trend-card strong{font-size:15px}.ym-editorial-banner{padding:12px 0 46px}.ym-editorial-banner-inner{grid-template-columns:1fr;min-height:auto}.ym-editorial-banner-inner>div{padding:38px 26px}.ym-editorial-banner h2{font-size:43px}.ym-editorial-banner img{width:100%;height:350px;object-fit:cover}.ym-home-trust-grid{grid-template-columns:1fr 1fr}.ym-home-trust-grid>div{padding:20px 16px}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:12px!important;min-height:38px}.ym-footer-grid>div:last-child{display:block}}
