:root{
--rose:#c58f96; --rose-deep:#b47c84; --rose-soft:#e8c9cf;
--blush:#f7ece8; --cream:#faf5f0; --cream-2:#f3ebe4;
--ink:#4a4442; --ink-soft:#8a807b; --line:#e8ddd5; --white:#fff;
--ok:#5b8c6e; --err:#c0616b; --gold:#c9a86a; --gold-soft:#e6d3a8;
--shadow-sm:0 6px 22px rgba(120,90,80,.09); --shadow-md:0 18px 50px rgba(120,90,80,.15);
--serif:"Cormorant Garamond",Georgia,serif;
--sans:"Jost",system-ui,sans-serif;
--nav:"Marcellus",Georgia,serif;
--script:"Sacramento",cursive;
--wrap:1240px;
} *,*::before,*::after{border-radius:0 !important}
body{font-family:var(--sans);color:var(--ink);background:var(--cream);font-weight:300;line-height:1.6} h1,h2,h3,h4,h5,h6,
body h1,body h2,body h3,body h4,
.byh-home h1,.byh-home h2{font-family:var(--serif);font-weight:500;line-height:1.15;color:var(--ink)}
.byh-footer h1,.byh-footer h2,.byh-footer h3,.byh-footer h4{color:var(--ink)}
a{color:inherit}
.byh-script{font-family:var(--script);color:var(--rose);font-weight:400}
.byh-script--md{font-size:34px;line-height:1}
img{max-width:100%;height:auto} .byh-btn,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,
.woocommerce #respond input#submit,.wc-block-components-button,.wp-element-button,
.woocommerce .button.alt,.single_add_to_cart_button{
display:inline-flex;align-items:center;justify-content:center;gap:.5em;
font-family:var(--sans);font-weight:400;font-size:12px;letter-spacing:2.5px;text-transform:uppercase;
padding:15px 34px;background:var(--rose);color:#fff;border:1px solid var(--rose);transition:.25s;cursor:pointer;line-height:1.1}
.byh-btn--primary,.woocommerce .button.alt,.woocommerce #respond input#submit{background:var(--rose);color:#fff}
.byh-btn:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,
.woocommerce .button.alt:hover,.wc-block-components-button:hover,.wp-element-button:hover{background:var(--rose-deep);border-color:var(--rose-deep);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-sm)}
.byh-btn--ghost{background:transparent;border:1px solid var(--rose);color:var(--rose)}
.byh-btn--ghost:hover{background:var(--rose);color:#fff}
.byh-btn--dark{background:var(--ink);border-color:var(--ink);color:#fff}
.byh-btn--dark:hover{background:#2e2a29;border-color:#2e2a29}
.byh-btn--block{width:100%} .byh-stars,.byh-review__stars,.inline-stars{display:inline-flex;align-items:center;gap:1px;vertical-align:middle}
.star{width:15px;height:15px;display:block;flex-shrink:0}
.byh-card__rating .star{width:13px;height:13px}
.ic,.ic-chk,.ic-arrow,.ic-spark{display:inline-block;vertical-align:middle;flex-shrink:0}
.ic{width:16px;height:16px}
.ic-chk{width:15px;height:15px;color:var(--rose)}
.ic-arrow{width:17px;height:13px}
.ic-spark{width:14px;height:14px}
.byh-bow{display:inline-flex;justify-content:center}
.byh-bow svg{width:40px;height:18px;color:var(--rose)} .byh-announce{background:var(--rose);color:#fff;overflow:hidden;font-size:11px;letter-spacing:2px}
.byh-announce__track{display:flex;gap:56px;white-space:nowrap;width:max-content;padding:9px 0;animation:byh-marquee 26s linear infinite}
.byh-announce__item{display:inline-flex;align-items:center;gap:11px}
.byh-announce__item::before{content:"";width:9px;height:9px;flex-shrink:0;background:currentColor;
-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l1.6 6.4L20 10l-6.4 1.6L12 18l-1.6-6.4L4 10l6.4-1.6z'/%3E%3C/svg%3E") center/contain no-repeat;
mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2l1.6 6.4L20 10l-6.4 1.6L12 18l-1.6-6.4L4 10l6.4-1.6z'/%3E%3C/svg%3E") center/contain no-repeat}
@keyframes byh-marquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){ .byh-announce__track{animation:none;justify-content:space-around;width:100%;gap:24px;flex-wrap:wrap}
.byh-announce__item[aria-hidden="true"]{display:none}
} @media (max-width:600px){
.byh-announce{font-size:10px;letter-spacing:1.5px}
.byh-announce__track{gap:34px;animation-duration:20s}
.byh-announce__item{gap:8px}
} .reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}
.reveal.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none}}
.no-js .reveal{opacity:1;transform:none} .woocommerce ul.products,ul.products.byh-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px;margin:0;padding:0;list-style:none}
ul.products.byh-grid{grid-template-columns:repeat(4,1fr)}
.woocommerce ul.products li.product,li.product.byh-card{width:auto;margin:0;text-align:center;float:none;position:relative}
.byh-card__media{position:relative;aspect-ratio:3/4;overflow:hidden;box-shadow:var(--shadow-sm);background:var(--cream-2)}
.byh-card__imglink,.byh-card__media img{display:block;width:100%;height:100%}
.byh-card__media img{object-fit:cover;transition:transform .6s ease}
.byh-card:hover .byh-card__media img{transform:scale(1.05)}
.byh-badge{position:absolute;top:12px;left:12px;background:#fff;color:var(--rose-deep);font-size:10px;letter-spacing:2px;padding:5px 12px;font-weight:500;box-shadow:var(--shadow-sm);z-index:2}
.byh-badge--sale{background:var(--rose);color:#fff}
.byh-card__fav{position:absolute;top:10px;right:10px;z-index:2}
.byh-card__quick{position:absolute;left:12px;right:12px;bottom:12px;opacity:0;transform:translateY(10px);transition:.3s;background:rgba(255,255,255,.96);color:var(--ink);padding:12px;font-size:11px;letter-spacing:2px;text-align:center;font-weight:500}
.byh-card:hover .byh-card__quick{opacity:1;transform:none}
.byh-card__body{padding:16px 6px 4px}
.byh-card__name{font-family:var(--serif);font-size:19px;margin:0}
.byh-card__name a{color:var(--ink)}
.byh-card__rating{display:flex;align-items:center;justify-content:center;gap:5px;font-size:12px;color:var(--ink-soft);margin-top:5px}
.byh-card__swatches{display:flex;gap:6px;justify-content:center;margin:9px 0 6px}
.byh-sw{width:15px;height:15px;border:1.5px solid #fff;box-shadow:0 0 0 1px var(--line);display:inline-block}
.byh-card__price{font-size:16px;font-weight:500;margin-top:4px}
.byh-card__price .amount{font-weight:500}
.byh-card__price del{color:var(--ink-soft);font-weight:300;font-size:14px;margin-right:6px;opacity:.8}
.byh-card__price ins{color:var(--rose-deep);text-decoration:none}
.byh-card__stock{font-size:11px;color:var(--rose-deep);letter-spacing:.3px;margin-top:6px}
.byh-card__stock::before{content:"●";font-size:8px;color:var(--gold);margin-right:5px;vertical-align:1px} .byh-card__img-hover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .45s ease}
.byh-card:hover .byh-card__img-hover{opacity:1} .byh-card .button{margin-top:12px;width:100%;padding:13px 18px;font-size:11px;letter-spacing:2px}
.byh-card .added_to_cart{display:inline-block;margin-top:8px;font-size:12px;color:var(--rose-deep);text-decoration:underline;text-underline-offset:3px} .byh-shop{max-width:var(--wrap);margin:0 auto;padding:0 24px}
.byh-shop__hero{text-align:center;padding:8px 0 30px;border-bottom:1px solid var(--line);margin-bottom:26px}
.byh-shop__hero .woocommerce-breadcrumb{margin-bottom:18px}
.byh-shop__title{font-family:var(--serif);font-size:clamp(32px,4.6vw,52px);font-weight:500;letter-spacing:2px;margin:0}
.byh-shop__desc{max-width:62ch;margin:14px auto 0;color:var(--ink-soft);line-height:1.8}
.byh-shop__count{margin:12px 0 0;font-family:var(--serif);font-style:italic;font-size:16px;color:var(--ink-soft)} .byh-filters{display:flex;flex-wrap:wrap;gap:10px 26px;align-items:flex-start;padding:0 0 20px;border-bottom:1px solid var(--line);margin-bottom:18px}
.byh-filter{min-width:150px}
.byh-filter__label{display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer;list-style:none;
font-family:var(--sans);font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--ink);padding:6px 0}
.byh-filter__label::-webkit-details-marker{display:none}
.byh-filter__label svg{width:11px;height:7px;transition:transform .2s}
.byh-filter[open] .byh-filter__label svg{transform:rotate(180deg)}
.byh-filter__opts{display:flex;flex-wrap:wrap;gap:7px;padding:8px 0 2px}
.byh-filter__opts--scroll{max-height:180px;overflow-y:auto}
.byh-filter__opt{border:1px solid var(--line);background:#fff;padding:8px 13px;font-size:13px;color:var(--ink);
text-decoration:none;transition:border-color .15s,background-color .15s,color .15s;white-space:nowrap}
.byh-filter__opt em{font-style:normal;color:var(--ink-soft);font-size:11px;margin-left:4px}
.byh-filter__opt:hover{border-color:var(--rose)}
.byh-filter__opt.is-active{background:var(--rose);border-color:var(--rose);color:#fff}
.byh-filter__opt.is-active em{color:rgba(255,255,255,.75)}
.byh-filter__opts--colors{gap:9px}
.byh-filter__color{width:30px;height:30px;padding:3px;border:1px solid var(--line);display:block;transition:border-color .15s}
.byh-filter__color>span{display:block;width:100%;height:100%}
.byh-filter__color:hover{border-color:var(--rose)}
.byh-filter__color.is-active{border-color:var(--rose);box-shadow:0 0 0 1px var(--rose)} .byh-active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 18px}
.byh-active-filters__label{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:var(--ink-soft);margin-right:2px}
.byh-chip{display:inline-flex;align-items:center;gap:7px;background:var(--blush);border:1px solid var(--rose-soft);
color:var(--rose-deep);padding:7px 12px;font-size:12px;text-decoration:none;transition:.15s}
.byh-chip svg{width:11px;height:11px}
.byh-chip:hover{background:var(--rose);border-color:var(--rose);color:#fff}
.byh-chip--clear{background:transparent;border-color:var(--line);color:var(--ink-soft)}
.byh-chip--clear:hover{background:var(--ink);border-color:var(--ink);color:#fff} .byh-shop__toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:26px}
.byh-shop__toolbar::after{content:none}
.woocommerce .woocommerce-result-count{font-size:13px;color:var(--ink-soft);margin:0;float:none}
.woocommerce .woocommerce-ordering{margin:0;float:none}
.woocommerce .woocommerce-ordering select{border:1px solid var(--line);padding:10px 14px;font-family:var(--sans);font-size:13px;background:#fff;color:var(--ink);cursor:pointer} .byh-shop__empty{text-align:center;padding:clamp(48px,8vw,96px) 24px}
.byh-shop__empty h2{font-family:var(--serif);font-size:32px;font-weight:500;margin:0 0 10px}
.byh-shop__empty p{color:var(--ink-soft);max-width:48ch;margin:0 auto 24px;line-height:1.8} .woocommerce nav.woocommerce-pagination{margin:44px 0 0;text-align:center}
.woocommerce nav.woocommerce-pagination ul{border:none;display:inline-flex;gap:8px;margin:0;padding:0}
.woocommerce nav.woocommerce-pagination ul li{border:none;margin:0;overflow:visible}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{
min-width:44px;height:44px;display:flex;align-items:center;justify-content:center;
border:1px solid var(--line);background:#fff;color:var(--ink);font-size:14px;padding:0 12px;transition:.15s}
.woocommerce nav.woocommerce-pagination ul li a:hover{border-color:var(--rose);color:var(--rose-deep);background:#fff}
.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--rose);border-color:var(--rose);color:#fff} .byh-shop__seo{margin-top:clamp(48px,7vw,84px);padding-top:32px;border-top:1px solid var(--line)}
.byh-shop__seo h2{font-family:var(--serif);font-size:26px;font-weight:500;margin:0 0 14px}
.byh-shop__seo p{color:var(--ink-soft);line-height:1.9;max-width:90ch;margin:0 0 12px;font-size:15px} .byh-legal{max-width:820px;margin:0 auto;color:var(--ink)}
.byh-legal h2{font-family:var(--serif);font-size:clamp(23px,2.6vw,31px);font-weight:500;color:var(--ink);
margin:40px 0 14px;padding-top:24px;border-top:1px solid var(--line)}
.byh-legal>*:first-child{margin-top:0}
.byh-legal h2:first-child{border-top:none;padding-top:0;margin-top:0}
.byh-legal h3{font-family:var(--serif);font-size:20px;font-weight:500;margin:26px 0 10px;color:var(--ink)}
.byh-legal p{line-height:1.85;color:var(--ink-soft);margin:0 0 14px}
.byh-legal a{color:var(--rose-deep);text-decoration:underline;text-underline-offset:2px}
.byh-legal ul{list-style:none;padding:0;margin:0 0 18px}
.byh-legal ul li{position:relative;padding-left:22px;margin-bottom:9px;line-height:1.8;color:var(--ink-soft)}
.byh-legal ul li::before{content:"";position:absolute;left:2px;top:12px;width:6px;height:6px;background:var(--rose)} .byh-legal .byh-legal__intro{background:var(--blush);border-left:3px solid var(--rose);padding:16px 20px;color:var(--ink);margin-bottom:26px}
.byh-legal__addr{border:1px solid var(--line);padding:16px 20px;display:inline-block;line-height:1.7;margin-bottom:26px;font-size:14px;color:var(--ink)}
.byh-legal__addr strong{font-family:var(--serif);font-size:17px}
.byh-legal .byh-legal__note{font-size:13px;color:var(--ink-soft);font-style:italic;margin-top:18px}
.byh-fill{display:inline-block;min-width:170px;border-bottom:1px solid var(--ink-soft);height:1.05em;vertical-align:baseline;margin:0 2px}
.byh-legal__table{width:100%;border-collapse:collapse;margin:0 0 22px}
.byh-legal__table th,.byh-legal__table td{border:1px solid var(--line);padding:11px 12px;text-align:left;font-size:14px;vertical-align:top;color:var(--ink)}
.byh-legal__table th{background:var(--cream-2);font-family:var(--sans);font-weight:500;font-size:12px;letter-spacing:.5px;white-space:nowrap}
.byh-legal__table--products th{white-space:normal;font-size:11px}
.byh-legal__table--products td{height:40px}
@media (max-width:600px){
.byh-legal__table--products{display:block;overflow-x:auto;white-space:nowrap}
.byh-fill{min-width:110px}
} .byh-legal h2 small{display:block;font-size:.62em;color:var(--ink-soft);font-style:italic;margin-top:6px}
.byh-legal__right{text-align:right;color:var(--ink-soft)}
.byh-legal__hint{color:var(--ink-soft);font-size:13px;font-style:italic;line-height:1.5;display:inline-block;margin-top:2px}
.byh-legal__sign{margin-top:34px}
.byh-legal__table--meta{width:auto;margin-bottom:20px}
.byh-legal__table--meta td{min-width:150px}  .woocommerce-breadcrumb{font-family:var(--sans);font-size:11px;letter-spacing:1.6px;text-transform:uppercase;color:var(--ink-soft);margin:0 0 26px}
.woocommerce-breadcrumb a{color:var(--ink-soft);text-decoration:none}
.woocommerce-breadcrumb a:hover{color:var(--rose-deep)} .single-product div.product{display:block}
.single-product .product-entry-wrapper{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);
gap:clamp(28px,4vw,64px);align-items:start;max-width:none}
.single-product .entry-summary{margin:0;padding-top:2px;min-width:0}
.single-product .woocommerce-tabs{margin-top:clamp(44px,6vw,84px)} .single-product .product-entry-wrapper>.woocommerce-product-gallery{position:sticky;top:24px;align-self:start;min-width:0}
.single-product .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important;opacity:1!important}
.single-product .woocommerce-product-gallery__wrapper,
.single-product .ct-product-gallery-container{margin:0;transform:none}
.single-product .woocommerce-product-gallery__image,
.single-product .ct-media-container{margin:0}
.single-product .woocommerce-product-gallery__image img,
.single-product .ct-media-container img,
.single-product .woocommerce-product-gallery img.wp-post-image{width:100%;height:auto;display:block} .single-product .woocommerce-product-gallery .flex-control-thumbs,
.single-product .ct-product-gallery-thumbnails{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:10px 0 0;padding:0;list-style:none}
.single-product .woocommerce-product-gallery .flex-control-thumbs li,
.single-product .ct-product-gallery-thumbnails li{margin:0;list-style:none}
.single-product .woocommerce-product-gallery .flex-control-thumbs img,
.single-product .ct-product-gallery-thumbnails img{width:100%;height:auto;cursor:pointer;opacity:.55;transition:opacity .2s}
.single-product .woocommerce-product-gallery .flex-control-thumbs img.flex-active,
.single-product .woocommerce-product-gallery .flex-control-thumbs img:hover,
.single-product .ct-product-gallery-thumbnails .active img,
.single-product .ct-product-gallery-thumbnails img:hover{opacity:1}
.single-product .woocommerce-product-gallery__trigger,
.single-product .ct-media-container .ct-open-gallery{position:absolute;top:14px;right:14px;z-index:5}
@media (prefers-reduced-motion:reduce){.single-product .product-entry-wrapper>.woocommerce-product-gallery{position:relative;top:auto}}
.single-product .onsale{position:absolute;top:14px;left:14px;z-index:5;margin:0;padding:7px 14px;
background:var(--rose);color:#fff;font-family:var(--sans);font-size:11px;letter-spacing:2px;font-weight:500;
line-height:1;min-height:0;min-width:0;display:inline-flex;align-items:center}
.single-product .product_title{font-family:var(--serif);font-size:clamp(30px,4vw,44px);letter-spacing:.5px;margin:6px 0 10px}
.single-product .woocommerce-product-details__short-description{color:var(--ink-soft);line-height:1.7}
.single-product .price{color:var(--ink);font-family:var(--serif)}
.single-product .price .amount{font-size:30px;font-weight:600}
.single-product .price del .amount{color:var(--ink-soft);font-size:20px;font-weight:400}
.single-product .price ins .amount{color:var(--rose-deep)}
.byh-pdp-tagline{font-family:var(--serif);font-style:italic;font-size:18px;color:var(--rose-deep);margin:0 0 14px}
.byh-pdp-stock{background:var(--blush);border-left:3px solid var(--rose);padding:11px 16px;font-size:14px;color:var(--ink);margin:14px 0;display:flex;align-items:center;gap:9px}
.byh-pdp-stock .ic{width:18px;height:18px;color:var(--rose-deep)}
.byh-pdp-trust{display:flex;flex-direction:column;gap:9px;margin-top:20px;padding-top:20px;border-top:1px solid var(--line);font-size:13px;color:var(--ink-soft)}
.byh-pdp-trust div{display:flex;align-items:center;gap:10px}
.byh-pdp-trust .ic{width:18px;height:18px;color:var(--rose);flex-shrink:0} .single-product table.variations{border:none;margin-bottom:14px}
.single-product table.variations td,.single-product table.variations th{border:none;padding:6px 0}
.single-product .variations label{font-family:var(--sans);font-size:12px;letter-spacing:2px;text-transform:uppercase;font-weight:500}
.single-product .variations .reset_variations{font-size:12px;color:var(--ink-soft);text-decoration:underline;text-underline-offset:3px} .byh-swatch-current{display:block;font-family:var(--serif);font-style:italic;color:var(--rose-deep);font-size:15px;margin:2px 0 6px;min-height:1.2em}
.byh-swatches{display:flex;flex-wrap:wrap;gap:10px;margin:4px 0 2px}
.byh-swatches .byh-swatch{background:#fff;border:1px solid var(--line);cursor:pointer;padding:0;position:relative;
font-family:var(--sans);font-size:14px;font-weight:400;letter-spacing:.4px;text-transform:none;color:var(--ink);
box-shadow:none;transform:none;min-height:0;line-height:1;transition:border-color .18s,background-color .18s,color .18s}
.byh-swatches .byh-swatch:focus-visible{outline:2px solid var(--rose);outline-offset:2px}
.byh-swatches .byh-swatch--color{width:46px;height:46px;padding:4px}
.byh-swatches .byh-swatch--color>span{display:block;width:100%;height:100%}
.byh-swatches .byh-swatch--label{min-width:54px;height:46px;padding:0 14px}
.byh-swatches .byh-swatch:hover:not(:disabled){background:#fff;border-color:var(--rose);transform:none;box-shadow:none}
.byh-swatches .byh-swatch.is-active{border-color:var(--rose);box-shadow:0 0 0 1px var(--rose)}
.byh-swatches .byh-swatch--label.is-active,
.byh-swatches .byh-swatch--label.is-active:hover{background:var(--rose);color:#fff}
.byh-swatches .byh-swatch:disabled{cursor:not-allowed;opacity:.4}
.byh-swatches .byh-swatch--label:disabled{text-decoration:line-through;background:var(--cream-2)} .byh-swatches .byh-swatch--color:disabled::after{content:"";position:absolute;inset:0;
background:linear-gradient(to top right,transparent 46%,var(--ink-soft) 46%,var(--ink-soft) 54%,transparent 54%)}
.byh-size-guide{display:inline-block;margin-top:8px;font-size:12px;color:var(--rose);text-decoration:underline;text-underline-offset:3px} .byh-swatches-ready .variations select{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0} .single-product .quantity{display:inline-flex;align-items:stretch;border:1px solid var(--line);background:#fff;height:52px}
.single-product .quantity input.qty{order:2;width:64px;border:none;padding:0 4px;text-align:center;color:var(--ink);
font-family:var(--sans);font-size:15px;background:transparent;-moz-appearance:textfield;appearance:textfield}
.single-product .quantity input.qty::-webkit-outer-spin-button,
.single-product .quantity input.qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.single-product .quantity .ct-decrease{order:1}
.single-product .quantity .ct-increase{order:3}
.single-product .quantity label.screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.single-product .quantity .ct-increase,.single-product .quantity .ct-decrease,
.single-product .quantity button{position:static;width:42px;background:none;border:none;color:var(--ink-soft);cursor:pointer;
display:flex;align-items:center;justify-content:center;font-size:16px;padding:0;transition:.15s;letter-spacing:0;min-height:0}
.single-product .quantity .ct-increase:hover,.single-product .quantity .ct-decrease:hover,
.single-product .quantity button:hover{background:var(--blush);color:var(--rose-deep);transform:none;box-shadow:none}
.single-product form.cart:not(.variations_form),
.single-product .woocommerce-variation-add-to-cart{display:flex;flex-wrap:wrap;gap:12px;align-items:stretch;margin-top:6px}
.single-product .single_add_to_cart_button{flex:1 1 220px;height:52px;padding:0 34px;font-size:13px}
.single-product .woocommerce-variation-price{margin:0 0 12px}
.single-product .woocommerce-variation-price .price .amount{font-size:26px}
.single-product .woocommerce-variation-availability .stock{margin:0}
.single-product .stock{font-size:13px;color:var(--ok);margin:10px 0 0}
.single-product .stock.out-of-stock{color:var(--err)} .single-product .product_meta{margin-top:24px;padding-top:18px;border-top:1px solid var(--line);
font-size:11px;letter-spacing:1.4px;text-transform:uppercase;color:var(--ink-soft)}
.single-product .product_meta>span{display:block;margin-bottom:7px}
.single-product .product_meta a{color:var(--rose-deep);text-decoration:none}
.single-product .product_meta a:hover{text-decoration:underline} .woocommerce-tabs{margin:0}
.woocommerce-tabs ul.tabs{display:flex;flex-wrap:wrap;gap:0;border:none;border-bottom:1px solid var(--line);
margin:0 0 28px;padding:0;list-style:none}
.woocommerce-tabs ul.tabs::before,.woocommerce-tabs ul.tabs::after{display:none!important}
.woocommerce-tabs ul.tabs li{background:none;border:none;margin:0;padding:0;box-shadow:none}
.woocommerce-tabs ul.tabs li::before,.woocommerce-tabs ul.tabs li::after{display:none!important}
.woocommerce-tabs ul.tabs li a{display:block;padding:14px 24px;font-family:var(--nav);font-size:13px;
letter-spacing:2px;text-transform:uppercase;color:var(--ink-soft);text-decoration:none;
border-bottom:2px solid transparent;transition:.2s}
.woocommerce-tabs ul.tabs li a:hover{color:var(--ink)}
.woocommerce-tabs ul.tabs li.active a{color:var(--rose-deep);border-bottom-color:var(--rose)}
.woocommerce-tabs .panel{padding:0;margin:0;max-width:80ch}
.woocommerce-tabs .panel>h2:first-child{display:none}
.woocommerce-tabs .panel h3{font-family:var(--serif);font-size:24px;font-weight:500;margin:22px 0 12px}
.woocommerce-tabs .panel p{color:var(--ink-soft);line-height:1.8}
.woocommerce-tabs .panel ul{list-style:none;padding:0;margin:0}
.woocommerce-tabs .panel ul li{position:relative;padding-left:20px;margin-bottom:9px;color:var(--ink-soft)}
.woocommerce-tabs .panel ul li::before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;background:var(--rose)}
.woocommerce-tabs .shop_attributes th{font-family:var(--sans);font-size:12px;letter-spacing:1.5px;text-transform:uppercase} .related.products,.upsells.products,.cross-sells{margin-top:clamp(44px,6vw,80px)}
.related.products>h2,.upsells.products>h2,.cross-sells>h2{font-family:var(--serif);font-size:clamp(26px,3vw,36px);
font-weight:500;letter-spacing:2px;text-align:center;margin:0 0 30px}
.related.products ul.products,.upsells.products ul.products,.cross-sells ul.products{grid-template-columns:repeat(4,1fr)} .woocommerce-cart .cross-sells{width:100%;float:none;clear:both;padding-top:20px;border-top:1px solid var(--line)}
.woocommerce-cart .cart-collaterals .cross-sells{margin-top:40px} .byh-cart-ship{background:var(--blush);padding:16px 20px;margin-bottom:24px;font-size:14px}
.byh-cart-ship__bar{height:5px;background:#fff;margin-bottom:10px;overflow:hidden}
.byh-cart-ship__bar span{display:block;height:100%;background:linear-gradient(90deg,var(--rose),var(--gold));transition:width .4s ease}
.byh-cart-ship b,.byh-cart-ship strong{color:var(--rose-deep)}
.byh-cart-ship p{margin:0}
.byh-cart-ship--pdp{margin:18px 0 0;padding:14px 16px}
.byh-cart-ship--mini{margin:0 0 14px;padding:12px 14px;font-size:13px}
.byh-cart-ship--mini .byh-cart-ship__bar{height:4px;margin-bottom:8px} .byh-pay-badges{display:none}
@media (max-width:768px){
.byh-pay-badges--checkout{display:block;margin:22px 0 6px;padding:16px;
border:1px solid var(--line);background:#fff;text-align:center}
.byh-pay-badges__label{display:flex;align-items:center;justify-content:center;gap:7px;
margin:0 0 12px;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:var(--ink-soft)}
.byh-pay-badges__label .ic{width:15px;height:15px;color:var(--rose)}
.byh-pay-badges__list{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}
.byh-pay-badges__list span{font-size:11px;letter-spacing:1px;color:var(--ink-soft);
border:1px solid var(--line);padding:7px 12px;background:var(--cream)}
} .byh-paypo{margin:18px 0 0}
.byh-paypo__link{display:block;text-decoration:none}
.byh-paypo__img{display:block;width:100%;height:auto;max-width:500px;
border:1px solid var(--line);background:#fff;transition:border-color .2s}
.byh-paypo__link:hover .byh-paypo__img{border-color:var(--rose)} .byh-paypo--pdp{margin-top:16px}
.byh-paypo--pdp .byh-paypo__img{max-width:100%} .byh-paypo-section{max-width:var(--wrap);margin:0 auto;padding:clamp(30px,4vw,52px) 24px}
.byh-paypo-section__inner{display:grid;grid-template-columns:1fr auto;gap:clamp(24px,4vw,56px);
align-items:center;background:var(--blush);padding:clamp(26px,4vw,46px)}
.byh-paypo-section__title{font-family:var(--serif);font-size:clamp(24px,3vw,34px);font-weight:500;
margin:0 0 10px;color:var(--ink)}
.byh-paypo-section__text p{color:var(--ink-soft);line-height:1.8;margin:0;max-width:48ch}
.byh-paypo-section .byh-paypo{margin:0;flex-shrink:0}
.byh-paypo-section .byh-paypo__img{width:500px;max-width:100%;box-shadow:var(--shadow-sm)}
@media (max-width:860px){
.byh-paypo-section__inner{grid-template-columns:1fr;text-align:center}
.byh-paypo-section__text p{margin:0 auto}
.byh-paypo-section .byh-paypo__img{margin:0 auto}
} .byh-omnibus{font-size:12px;color:var(--ink-soft);margin:6px 0 0;line-height:1.5}
.byh-omnibus__price,.byh-omnibus .amount{color:var(--ink-soft);font-weight:400;white-space:nowrap}
.single-product .byh-omnibus{margin:-6px 0 16px}
.byh-omnibus--loop{font-size:11px;margin-top:4px}
.woocommerce-variation .byh-omnibus{margin:6px 0 0} .byh-upsell{border:1px solid var(--rose-soft);background:#fff;padding:18px 20px;margin:0 0 26px}
.byh-upsell__lead{margin:0 0 14px;font-size:14px;color:var(--ink)}
.byh-upsell__lead .amount{color:var(--rose-deep);font-weight:500}
.byh-upsell__product{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.byh-upsell__media{width:72px;flex-shrink:0;display:block;line-height:0}
.byh-upsell__media img,.byh-upsell__img{width:72px;height:96px;object-fit:cover;display:block}
.byh-upsell__info{flex:1 1 160px;min-width:0}
.byh-upsell__eyebrow{font-family:var(--nav);font-size:10px;letter-spacing:2.5px;color:var(--rose);margin:0 0 4px}
.byh-upsell__name{font-family:var(--serif);font-size:19px;font-weight:500;margin:0 0 4px;line-height:1.25}
.byh-upsell__name a{color:var(--ink);text-decoration:none}
.byh-upsell__name a:hover{color:var(--rose-deep)}
.byh-upsell__price{font-size:15px;color:var(--ink)}
.byh-upsell__price del{color:var(--ink-soft);font-size:13px;margin-right:6px;opacity:.8}
.byh-upsell__price ins{color:var(--rose-deep);text-decoration:none}
.byh-upsell .byh-upsell__btn{flex:0 0 auto;padding:13px 26px;font-size:11px;margin:0}
.byh-upsell .added_to_cart{display:none} .widget_shopping_cart .byh-upsell,.ct-cart-content .byh-upsell{padding:14px;margin-bottom:14px}
.widget_shopping_cart .byh-upsell__product,.ct-cart-content .byh-upsell__product{gap:12px}
.widget_shopping_cart .byh-upsell__media img,.ct-cart-content .byh-upsell__media img{width:56px;height:74px}
.widget_shopping_cart .byh-upsell__name,.ct-cart-content .byh-upsell__name{font-size:16px}
.widget_shopping_cart .byh-upsell .byh-upsell__btn,.ct-cart-content .byh-upsell .byh-upsell__btn{width:100%;padding:11px 18px}
@media (max-width:480px){
.byh-upsell__product{gap:12px}
.byh-upsell .byh-upsell__btn{width:100%}
} .byh-card .onsale,ul.products li.product > .onsale{display:none !important}
.woocommerce-cart table.cart{border:1px solid var(--line)}
.woocommerce-cart table.cart th{font-family:var(--nav);letter-spacing:1px;text-transform:uppercase;font-size:12px;background:var(--cream-2)}
.woocommerce-cart table.cart td,.woocommerce-cart table.cart th{border-top:1px solid var(--line);padding:16px}
.woocommerce-cart .cart-collaterals .cart_totals h2{font-family:var(--serif)}
.woocommerce .cart_totals table{border:1px solid var(--line)} .woocommerce-checkout h3,.woocommerce-checkout #order_review_heading{font-family:var(--serif);font-size:24px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,
.woocommerce-checkout input,.woocommerce-checkout select,.select2-container .select2-selection{
border:1px solid var(--line);padding:13px 14px;font-family:var(--sans);font-size:14px;background:#fff}
.woocommerce form .form-row label{font-size:13px;color:var(--ink-soft);letter-spacing:.3px}
.woocommerce-checkout #payment{background:var(--blush);border:1px solid var(--line)}
.woocommerce-checkout #payment ul.payment_methods{border-bottom:1px solid var(--line)}
.woocommerce-checkout .place-order .button{width:100%;padding:18px} .woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;border:1px solid var(--line)}
.woocommerce-account .woocommerce-MyAccount-navigation li{border-bottom:1px solid var(--line)}
.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:14px 18px;font-family:var(--nav);letter-spacing:1px;font-size:14px;transition:.15s}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{background:var(--blush);color:var(--rose-deep)}
.woocommerce-account .woocommerce-MyAccount-content h2,.woocommerce-account h1{font-family:var(--serif)} .woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--rose)}
.woocommerce-message::before,.woocommerce-info::before{color:var(--rose)} .byh-eyebrow{font-family:var(--nav);font-size:12px;letter-spacing:3.5px;text-transform:uppercase;color:var(--rose);margin:0 0 12px}
.byh-eyebrow--stars{display:inline-flex;align-items:center;gap:9px;justify-content:center}
.byh-section{max-width:var(--wrap);margin:0 auto;padding:clamp(48px,7vw,86px) 24px}
.byh-section__head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:34px}
.byh-section__head--center{flex-direction:column;text-align:center;gap:6px}
.byh-section__title{font-family:var(--serif);font-size:clamp(28px,3.4vw,40px);letter-spacing:2px;flex:1}
.byh-section__title--left{text-align:left}
.byh-section__desc{max-width:52ch;margin:8px auto 0;color:var(--ink-soft);font-family:var(--serif);font-style:italic;font-size:17px}
.byh-section__all{font-family:var(--nav);font-size:12px;letter-spacing:2px;color:var(--rose);white-space:nowrap;display:inline-flex;align-items:center;gap:7px} .byh-hero{display:grid;grid-template-columns:1fr 1.05fr;background:var(--cream)}
.byh-hero__text{padding:clamp(40px,7vw,96px);display:flex;flex-direction:column;justify-content:center;gap:22px}
.byh-hero__eyebrow{color:var(--gold)}
.byh-hero__title{font-family:var(--serif);font-size:clamp(44px,6vw,80px);line-height:1.02;font-weight:500;margin:0}
.byh-hero__title .byh-script{font-size:1.12em}
.byh-hero__lead{font-size:clamp(16px,1.5vw,18px);color:var(--ink-soft);line-height:1.7;max-width:46ch;margin:0}
.byh-hero__cta{display:flex;gap:14px;flex-wrap:wrap}
.byh-hero__trust{list-style:none;display:flex;gap:20px;flex-wrap:wrap;margin:10px 0 0;padding:0;font-size:13px;color:var(--ink-soft)}
.byh-hero__trust li{display:inline-flex;align-items:center;gap:7px}
.byh-hero__media{min-height:520px;background-color:#efe0d6;background-image:linear-gradient(135deg,#efe0d6,#e3ccc0);background-size:cover;background-repeat:no-repeat;background-position:center center;position:relative}
.byh-hero__tag{position:absolute;left:26px;bottom:26px;background:rgba(255,255,255,.92);backdrop-filter:blur(6px);padding:14px 20px;box-shadow:var(--shadow-md)}
.byh-hero__tag-k{display:block;font-family:var(--script);color:var(--rose);font-size:24px;line-height:1}
.byh-hero__tag-v{display:block;font-size:11px;letter-spacing:2px;color:var(--ink-soft);text-transform:uppercase;margin-top:2px} .byh-proofbar{background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;gap:clamp(18px,4vw,60px);padding:22px 24px;flex-wrap:wrap}
.byh-proofbar__item{text-align:center}
.byh-proofbar__item strong{display:block;font-family:var(--serif);font-size:26px;font-weight:600;color:var(--gold-soft)}
.byh-proofbar__item span{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#d9cfca}
.byh-proofbar__sep{width:1px;height:34px;background:rgba(255,255,255,.16)} .byh-features{background:var(--blush);display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:40px clamp(24px,5vw,80px);text-align:center}
.byh-feature__ic{width:34px;height:34px;color:var(--rose);margin:0 auto 12px}
.byh-feature h3{font-family:var(--sans);font-size:13px;letter-spacing:1.5px;font-weight:500;margin:0}
.byh-feature p{font-size:13px;color:var(--ink-soft);margin:3px 0 0;font-family:var(--serif);font-style:italic} .byh-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.byh-cat{position:relative;aspect-ratio:3/4;overflow:hidden;box-shadow:var(--shadow-sm);display:block}
.byh-cat__img{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .7s ease}
.byh-cat:hover .byh-cat__img{transform:scale(1.07)}
.byh-cat::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(74,68,66,.55))}
.byh-cat__body{position:absolute;left:0;right:0;bottom:0;padding:22px;color:#fff;z-index:1;text-align:center}
.byh-cat__name{display:block;font-family:var(--serif);font-size:21px;letter-spacing:.5px}
.byh-cat__link{display:inline-flex;align-items:center;gap:5px;margin-top:6px;font-family:var(--nav);font-size:11px;letter-spacing:2px} .byh-promo{max-width:var(--wrap);margin:0 auto;padding:0 24px}
.byh-promo__inner{background:linear-gradient(135deg,#2e2a29,#4a3f3c);color:#fff;padding:clamp(40px,6vw,72px) 24px;text-align:center}
.byh-promo__eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--gold-soft);letter-spacing:4px;font-size:12px;margin:0 0 12px}
.byh-promo__eyebrow .ic-spark{color:var(--gold-soft)} .byh-promo .byh-promo__title,.byh-promo__inner h2.byh-promo__title{
font-family:var(--serif);font-size:clamp(32px,4.6vw,50px);font-weight:600;margin:0;
color:#fff;letter-spacing:.5px;text-shadow:0 1px 12px rgba(0,0,0,.25)}
.byh-promo__sub{color:#f0e8e3;margin:14px 0 26px}
.byh-promo__sub b{color:var(--gold-soft)}
.byh-countdown{display:flex;gap:14px;justify-content:center;margin-bottom:30px}
.byh-cd{background:rgba(255,255,255,.08);border:1px solid rgba(201,168,106,.3);padding:12px 18px;min-width:74px}
.byh-cd span{display:block;font-family:var(--serif);font-size:34px;font-weight:600;font-variant-numeric:tabular-nums}
.byh-cd small{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:#c9bdb7} .byh-editorial{max-width:var(--wrap);margin:clamp(48px,7vw,86px) auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;box-shadow:var(--shadow-sm)}
.byh-editorial__media{min-height:460px;background-size:cover;background-position:center}
.byh-editorial__text{background:var(--blush);padding:clamp(36px,5vw,64px);display:flex;flex-direction:column;justify-content:center;gap:16px}
.byh-editorial__title{font-family:var(--serif);font-size:clamp(30px,3.8vw,46px);font-weight:500;line-height:1.1;margin:0}
.byh-editorial__title .byh-script{display:block;font-size:1.05em}
.byh-editorial__text p{color:var(--ink-soft);line-height:1.8;max-width:46ch;margin:0} .byh-usp{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.byh-usp__card{background:#fff;border:1px solid var(--line);padding:30px 26px;text-align:center;transition:.3s}
.byh-usp__card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:transparent}
.byh-usp__ic{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;background:var(--blush);color:var(--rose);margin-bottom:16px}
.byh-usp__ic svg{width:26px;height:26px}
.byh-usp__card h3{font-family:var(--serif);font-size:21px;margin:0 0 8px}
.byh-usp__card p{font-size:14px;color:var(--ink-soft);line-height:1.7;margin:0} .byh-reviews{background:var(--blush);padding:clamp(48px,7vw,86px) 0}
.byh-reviews .byh-section__head{max-width:var(--wrap);margin:0 auto 34px;padding:0 24px}
.byh-reviews__grid{max-width:var(--wrap);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.byh-review{background:#fff;padding:28px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:12px}
.byh-review__stars .star{width:15px;height:15px}
.byh-review__text{font-family:var(--serif);font-size:17px;line-height:1.6;font-style:italic;margin:0}
.byh-review__foot{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:8px}
.byh-review__av{width:42px;height:42px;background:linear-gradient(135deg,var(--rose-soft),var(--rose));color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:18px;font-weight:600;flex-shrink:0}
.byh-review__who{font-size:14px;font-weight:500}
.byh-review__meta{font-size:12px;color:var(--ink-soft)}
.byh-review__verified{display:inline-flex;align-items:center;gap:5px;color:var(--ok);font-size:11px;margin-top:2px}
.byh-review__verified .ic{width:13px;height:13px} .byh-newsletter{max-width:var(--wrap);margin:0 auto;display:grid;grid-template-columns:1.1fr .9fr;background:var(--blush)}
.byh-newsletter__text{padding:clamp(34px,5vw,64px)}
.byh-newsletter .byh-eyebrow{color:var(--rose-deep)}
.byh-newsletter__title{font-family:var(--serif);font-size:clamp(28px,3.4vw,40px);letter-spacing:2px;margin:0}
.byh-newsletter__title .byh-script{font-size:1.15em}
.byh-newsletter__sub{color:var(--ink-soft);margin:12px 0 24px;font-family:var(--serif);font-style:italic;font-size:16px}
.byh-newsletter__form{display:flex;gap:0;max-width:440px;background:#fff;padding:6px;box-shadow:var(--shadow-sm)}
.byh-newsletter__form input{flex:1;border:none;padding:12px 16px;font-family:var(--sans);font-size:14px;background:transparent}
.byh-newsletter__form input:focus{outline:none}
.byh-newsletter__note{font-size:11px;color:var(--ink-soft);margin:12px 0 0;max-width:400px} .byh-mailpoet .mailpoet_form{margin:0;max-width:440px}
.byh-mailpoet .mailpoet_paragraph{margin:0 0 10px}
.byh-mailpoet .mailpoet_paragraph:last-of-type{margin-bottom:0}
.byh-mailpoet input.mailpoet_text,
.byh-mailpoet input.mailpoet_email,
.byh-mailpoet input[type=text],
.byh-mailpoet input[type=email]{width:100%;border:1px solid var(--line);background:#fff;
padding:13px 16px;font-family:var(--sans);font-size:14px;color:var(--ink);box-shadow:none}
.byh-mailpoet input::placeholder{color:var(--ink-soft)}
.byh-mailpoet input:focus{outline:none;border-color:var(--rose)}
.byh-mailpoet .mailpoet_checkbox_label,
.byh-mailpoet .mailpoet_paragraph.mailpoet_checkbox{font-size:12px;color:var(--ink-soft);line-height:1.5}
.byh-mailpoet input.mailpoet_submit,
.byh-mailpoet .mailpoet_submit input{width:100%;background:var(--rose);color:#fff;border:1px solid var(--rose);
font-family:var(--sans);font-size:12px;letter-spacing:2.5px;text-transform:uppercase;padding:14px 24px;
cursor:pointer;transition:.25s}
.byh-mailpoet input.mailpoet_submit:hover,
.byh-mailpoet .mailpoet_submit input:hover{background:var(--rose-deep);border-color:var(--rose-deep)}
.byh-mailpoet .mailpoet_message p,.byh-mailpoet .mailpoet_validate_success{font-size:13px;color:var(--ok);margin:8px 0 0}
.byh-mailpoet .mailpoet_validate_error{font-size:13px;color:var(--err);margin:8px 0 0} .byh-footer__col .byh-mailpoet{margin-top:14px}
.byh-newsletter__media{background:linear-gradient(135deg,#f0d9db,#e6c3cb);display:flex;align-items:center;justify-content:center;min-height:280px}
.byh-gift{width:190px;height:150px;background:linear-gradient(160deg,#f7e4e6,#eec7cf);box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center;position:relative}
.byh-gift::before{content:"";position:absolute;left:0;right:0;top:50%;height:20px;transform:translateY(-50%);background:rgba(197,143,150,.5)}
.byh-gift span{font-family:var(--serif);font-size:40px;color:var(--rose-deep);font-weight:600;z-index:1;background:linear-gradient(160deg,#f7e4e6,#eec7cf);padding:0 12px}
.byh-gift i{font-style:normal;margin-left:-6px} .byh-insta{max-width:var(--wrap);margin:0 auto;padding:20px 24px 80px;display:grid;grid-template-columns:210px 1fr;gap:20px;align-items:center}
.byh-insta__handle{margin-top:8px;color:var(--rose);letter-spacing:1px}
.byh-insta__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.byh-insta__tile{aspect-ratio:1;background-size:cover;background-position:center;box-shadow:var(--shadow-sm);transition:.3s}
.byh-insta__tile:hover{transform:translateY(-4px)} .byh-faq{max-width:820px;margin:0 auto}
.byh-faq__item{border-bottom:1px solid var(--line)}
.byh-faq__q{width:100%;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 4px;font-family:var(--serif);font-size:20px;color:var(--ink);background:none;border:none;cursor:pointer;transition:.2s}
.byh-faq__q:hover{color:var(--rose-deep)}
.byh-faq__q span{color:var(--rose);font-size:22px;transition:.3s;flex-shrink:0}
.byh-faq__item.is-open .byh-faq__q span{transform:rotate(45deg)}
.byh-faq__a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.byh-faq__a-in{padding:0 4px 22px;color:var(--ink-soft);line-height:1.8;max-width:70ch} .byh-seo{max-width:var(--wrap);margin:0 auto;padding:0 24px clamp(50px,7vw,84px)}
.byh-seo h2{font-family:var(--serif);font-size:clamp(24px,2.6vw,30px);margin-bottom:16px;font-weight:500}
.byh-seo h3{font-family:var(--serif);font-size:21px;font-weight:500;margin:26px 0 8px;color:var(--ink)}
.byh-seo p{color:var(--ink-soft);line-height:1.9;max-width:90ch;margin-bottom:14px;font-size:15px}
.byh-seo a{color:var(--rose-deep);text-decoration:underline;text-underline-offset:2px}
.byh-seo strong{color:var(--ink);font-weight:500}
.byh-seo a{color:var(--rose-deep);text-decoration:underline}
.byh-seo strong{color:var(--ink);font-weight:500} .byh-header{position:sticky;top:0;z-index:100;background:var(--cream);border-bottom:1px solid var(--line)}
.byh-header__inner{max-width:var(--wrap);margin:0 auto;padding:14px 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:16px}
.byh-header__left{justify-self:start;display:flex;align-items:center;gap:2px}
.byh-header__actions{justify-self:end;display:flex;align-items:center;gap:4px}
.byh-hicon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;color:var(--ink);background:none;border:none;cursor:pointer;position:relative;transition:.2s;text-decoration:none}
.byh-hicon:hover{background:rgba(197,143,150,.12);color:var(--rose-deep)}
.ic-h{width:22px;height:22px}
.byh-hcart-count{position:absolute;top:4px;right:2px;background:var(--rose);color:#fff;font-size:10px;min-width:17px;height:17px;display:flex;align-items:center;justify-content:center;font-weight:500;padding:0 3px}
.byh-hcart-count[hidden]{display:none}
.byh-menu-toggle{display:none} .byh-logo{justify-self:center;display:flex;flex-direction:column;align-items:center;line-height:1;color:var(--ink);text-decoration:none}
.byh-logo img{max-height:64px;width:auto}
.byh-logo__mark{position:relative;font-family:var(--nav)}
.byh-logo__bh{font-size:34px;letter-spacing:2px}
.byh-logo__h{margin-left:-6px}
.byh-logo__by{display:block;font-family:var(--sans);font-size:8px;letter-spacing:4px;margin-top:-2px;color:var(--ink-soft);text-align:center}
.byh-logo__name{font-family:var(--nav);font-size:17px;letter-spacing:7px;margin-top:3px}
.byh-logo__bow{width:34px;height:16px;color:var(--rose);margin-top:1px} .byh-mainnav{max-width:var(--wrap);margin:0 auto;padding:0 24px 14px}
.byh-mainnav__list{display:flex;justify-content:center;gap:34px;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.byh-mainnav__list>li{position:relative}
.byh-mainnav__list>li>a{font-family:var(--nav);font-size:14px;letter-spacing:2.5px;text-transform:uppercase;padding:6px 0;display:inline-block;position:relative;text-decoration:none;transition:.2s}
.byh-mainnav__list>li>a::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1.5px;background:var(--rose);transition:right .28s ease}
.byh-mainnav__list>li>a:hover{color:var(--rose-deep)}
.byh-mainnav__list>li>a:hover::after{right:0} .byh-mainnav .chev,.byh-mmenu .chev{width:10px;height:7px;display:inline-block;
vertical-align:middle;margin-left:5px;color:currentColor;flex-shrink:0}
.byh-mainnav .menu-item-has-children > a{display:inline-flex;align-items:center;gap:5px}
.byh-mainnav .sub-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-md);padding:8px;min-width:190px;list-style:none;margin:0;opacity:0;visibility:hidden;transition:.2s;z-index:20}
.byh-mainnav__list>li:hover>.sub-menu{opacity:1;visibility:visible}
.byh-mainnav .sub-menu a{display:block;padding:9px 14px;font-size:13px;text-decoration:none;transition:.15s}
.byh-mainnav .sub-menu a:hover{background:var(--blush);color:var(--rose-deep)}
.byh-mainnav__list .current-menu-item>a{color:var(--rose-deep)}
.byh-mainnav__list .current-menu-item>a::after{right:0} .byh-hsearch{border-top:1px solid var(--line);background:var(--cream)}
.byh-hsearch__form{max-width:640px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;gap:12px}
.byh-hsearch__form .ic-h{color:var(--rose);flex-shrink:0}
.byh-hsearch__form input[type="search"]{flex:1;border:none;border-bottom:1.5px solid var(--rose);background:transparent;font-family:var(--serif);font-size:20px;padding:8px 4px;color:var(--ink)}
.byh-hsearch__form input[type="search"]:focus{outline:none}
.byh-hsearch__form .byh-btn{padding:12px 22px} .byh-menu-scrim{position:fixed;inset:0;background:rgba(74,68,66,.45);opacity:0;visibility:hidden;transition:.3s;z-index:220}
.byh-menu-scrim.is-open{opacity:1;visibility:visible}
.byh-mmenu{position:fixed;top:0;left:0;height:100dvh;width:min(320px,84vw);background:var(--cream);z-index:230;transform:translateX(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:var(--shadow-md)}
.byh-mmenu.is-open{transform:none}
.byh-mmenu__head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid var(--line)}
.byh-mmenu__logo{font-family:var(--nav);font-size:21px;letter-spacing:2px}
.byh-mmenu__nav{flex:1;overflow-y:auto}
.byh-mmenu__list{list-style:none;margin:0;padding:6px 0}
.byh-mmenu__list a{font-family:var(--nav);font-size:18px;letter-spacing:1px;padding:15px 24px;display:block;border-bottom:1px solid var(--line);color:var(--ink);text-decoration:none;transition:.15s}
.byh-mmenu__list a:hover,.byh-mmenu__list a:active{background:var(--blush);color:var(--rose-deep);padding-left:30px}
.byh-mmenu__foot{padding:18px 24px;border-top:1px solid var(--line)}
.byh-mmenu__foot a{display:block;font-size:14px;color:var(--ink-soft);padding:7px 0;text-decoration:none} .byh-footer{background:var(--cream-2);margin-top:40px;border-top:1px solid var(--line)}
.byh-footer__cols{max-width:var(--wrap);margin:0 auto;padding:60px 24px 40px;display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px}
.byh-footer__brand{font-family:var(--nav);font-size:22px;letter-spacing:3px;margin-bottom:16px}
.byh-footer__col p{color:var(--ink-soft);font-size:14px;line-height:1.7;max-width:34ch;margin:0 0 8px}
.byh-footer__col h4{font-family:var(--sans);font-size:12px;letter-spacing:2px;margin:0 0 18px;color:var(--ink);font-weight:500}
.byh-footer__col>a{display:block;color:var(--ink-soft);font-size:14px;padding:5px 0;text-decoration:none;transition:.15s}
.byh-footer__col>a:hover{color:var(--rose);padding-left:4px}
.byh-footer__social{display:flex;gap:10px;margin-top:18px}
.byh-footer__social a{width:38px;height:38px;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;color:var(--ink);transition:.2s}
.byh-footer__social a:hover{background:var(--rose);color:#fff;border-color:var(--rose)}
.byh-footer__social svg{width:18px;height:18px}
.byh-fnews{display:flex;margin-top:14px;background:#fff;padding:5px;box-shadow:var(--shadow-sm)}
.byh-fnews input{flex:1;border:none;padding:11px 14px;font-family:var(--sans);font-size:14px;background:transparent;min-width:0}
.byh-fnews input:focus{outline:none}
.byh-fnews button{width:46px;background:var(--rose);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}
.byh-fnews button:hover{background:var(--rose-deep)}
.byh-fnews button svg{width:18px;height:18px}
.byh-footer__pay{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.byh-footer__pay span{font-size:10px;letter-spacing:1px;background:#fff;border:1px solid var(--line);padding:6px 10px;color:var(--ink-soft)}
.byh-footer__bar{text-align:center;padding:22px;font-size:12px;color:var(--ink-soft);border-top:1px solid var(--line);letter-spacing:.5px}
.byh-footer__bar .ic-heart{width:13px;height:13px;color:var(--rose);vertical-align:-2px} #byh-main>.woocommerce,
#byh-main>article,
body:not(.home) #byh-main{max-width:var(--wrap);margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}
body.home #byh-main{max-width:none;padding:0}
#byh-main{padding-top:0;padding-bottom:40px}
body.home #byh-main{padding-bottom:0}  .byh-mmenu__list .sub-menu{list-style:none;margin:0;padding:0;background:var(--cream-2)}
.byh-mmenu__list .sub-menu a{font-family:var(--sans);font-size:15px;letter-spacing:.3px;padding:12px 24px 12px 40px;color:var(--ink-soft)}
.byh-mmenu__list .sub-menu a::before{content:"—";margin-right:8px;color:var(--rose);opacity:.6} .byh-catsheet-scrim{position:fixed;inset:0;background:rgba(74,68,66,.45);opacity:0;visibility:hidden;
transition:opacity .3s ease,visibility .3s ease;z-index:130}
.byh-catsheet-scrim.is-open{opacity:1;visibility:visible}
.byh-catsheet{position:fixed;left:0;right:0;z-index:140;background:var(--cream);
bottom:calc(58px + env(safe-area-inset-bottom));max-height:70vh;overflow-y:auto;
border-top:1px solid var(--line);box-shadow:0 -14px 40px rgba(120,90,80,.18);
transform:translateY(102%);transition:transform .32s cubic-bezier(.4,0,.2,1)}
.byh-catsheet.is-open{transform:translateY(0)}
.byh-catsheet__head{display:flex;align-items:center;justify-content:space-between;
padding:16px 20px;border-bottom:1px solid var(--line);position:sticky;top:0;background:var(--cream);z-index:1}
.byh-catsheet__title{font-family:var(--nav);font-size:15px;letter-spacing:2.5px;text-transform:uppercase}
.byh-catsheet__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;
background:none;border:none;color:var(--ink);cursor:pointer}
.byh-catsheet__close svg{width:20px;height:20px}
.byh-catsheet__list{list-style:none;margin:0;padding:0}
.byh-catsheet__list li{border-bottom:1px solid var(--line)}
.byh-catsheet__list a{display:flex;align-items:center;gap:14px;padding:12px 20px;
color:var(--ink);text-decoration:none;font-family:var(--serif);font-size:18px}
.byh-catsheet__list a:active{background:var(--blush)}
.byh-catsheet__thumb{width:52px;height:52px;flex-shrink:0;background-size:cover;background-position:center;
border:1px solid var(--line)}
.byh-catsheet__name{flex:1;min-width:0}
.byh-catsheet__count{font-family:var(--sans);font-size:12px;color:var(--ink-soft)}
.byh-catsheet__all{justify-content:center;font-family:var(--sans);font-size:12px;letter-spacing:2px;
text-transform:uppercase;color:var(--rose-deep)}
.byh-catsheet__all .ic-arrow{width:16px;height:12px}
@media (prefers-reduced-motion:reduce){
.byh-catsheet{transition:none}
.byh-catsheet-scrim{transition:none}
} @media (min-width:769px){
.byh-catsheet,.byh-catsheet-scrim{display:none !important}
}
.byh-tabbar{display:none}
.byh-tab-cart-count{position:absolute;top:5px;right:calc(50% - 22px);background:var(--rose);color:#fff;font-size:9px;min-width:15px;height:15px;display:flex;align-items:center;justify-content:center;font-weight:500;padding:0 3px}
.byh-tab-cart-count[hidden]{display:none} @media (max-width:1024px){
.woocommerce ul.products,ul.products.byh-grid{grid-template-columns:repeat(2,1fr)}
.byh-hero,.byh-newsletter,.byh-editorial{grid-template-columns:1fr}
.byh-hero__media{min-height:360px;order:-1}
.byh-cats,.byh-usp{grid-template-columns:repeat(2,1fr)}
.byh-reviews__grid{grid-template-columns:1fr 1fr}
.related.products ul.products,.upsells.products ul.products,.cross-sells ul.products{grid-template-columns:repeat(2,1fr)}
.byh-filters{gap:8px 18px} .single-product .product-entry-wrapper{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:32px}
} @media (max-width:860px){
.single-product .product-entry-wrapper{grid-template-columns:1fr;gap:28px}
.single-product .product-entry-wrapper>.woocommerce-product-gallery{position:relative;top:auto}
}
@media (max-width:768px){ .byh-filters{flex-wrap:nowrap;overflow-x:auto;gap:8px 14px;padding-bottom:14px;-webkit-overflow-scrolling:touch}
.byh-filter{min-width:auto;flex:0 0 auto}
.byh-filter__opts{flex-wrap:nowrap}
.byh-shop__toolbar{gap:10px}
.woocommerce .woocommerce-ordering select{padding:9px 10px;font-size:12px}
}
@media (max-width:768px){
.byh-features{grid-template-columns:repeat(2,1fr);gap:26px 16px}
.woocommerce ul.products,ul.products.byh-grid{grid-template-columns:repeat(2,1fr);gap:16px}
.byh-reviews__grid,.byh-usp{grid-template-columns:1fr}
.byh-insta{grid-template-columns:1fr;text-align:center}
.byh-proofbar__sep{display:none}
.byh-countdown{gap:10px}.byh-cd{min-width:62px;padding:10px 12px}.byh-cd span{font-size:26px}
.byh-card__name{font-size:16px} .byh-tabbar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:120;
background:var(--cream);
border-top:1px solid var(--line);padding-bottom:env(safe-area-inset-bottom)}
.byh-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
padding:9px 2px 7px;color:var(--ink-soft);position:relative;min-height:54px;text-decoration:none}
.byh-tab svg{width:23px;height:23px;transition:.18s}
.byh-tab span{font-size:10px;letter-spacing:.2px;font-family:var(--sans)}
.byh-tab.is-active{color:var(--rose-deep)}
.byh-tab.is-active svg{transform:translateY(-2px)}
.byh-tab.is-active::after{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:26px;height:2.5px;background:var(--rose)}
.byh-tab:active{background:var(--blush)}
body{padding-bottom:calc(58px + env(safe-area-inset-bottom))} .byh-menu-toggle{display:inline-flex}
.byh-search-toggle{display:none}
.byh-header__actions{display:none}
.byh-mainnav{display:none}
.byh-header__inner{padding:12px 16px}
.byh-logo__bh{font-size:30px}
.byh-logo__name{font-size:15px;letter-spacing:5px} .byh-footer__cols{grid-template-columns:1fr 1fr;gap:32px;padding:44px 20px 32px}
}
@media (max-width:520px){
.byh-footer__cols{grid-template-columns:1fr}
}
@media (max-width:480px){
.byh-cats{grid-template-columns:1fr 1fr}
.byh-features{grid-template-columns:1fr 1fr}
.byh-faq__q{font-size:17px}
.byh-insta__grid{grid-template-columns:repeat(3,1fr)}
}