
:root {
  --navy:#173a59; --navy2:#102b43; --ink:#172027; --cream:#f5f1e8;
  --paper:#fbfaf6; --stone:#e8e3d8; --gold:#d9b43b; --white:#fff;
  --muted:#67737a; --line:rgba(23,32,39,.14); --max:1260px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.45}
img{display:block;max-width:100%}
a{color:inherit}
.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}
.eyebrow{font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 17px;border-radius:999px;border:1px solid var(--ink);font-size:12px;font-weight:800;text-decoration:none}
.btn.blue{background:var(--navy);border-color:var(--navy);color:#fff}

header{position:sticky;top:0;z-index:50;background:rgba(251,250,246,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{min-height:82px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:13px;text-decoration:none}
.rose-placeholder{width:48px;height:48px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;font-weight:900;color:var(--navy);font-size:10px;text-align:center;line-height:1.05;background:white}
.wordmark{width:158px}
.tagline{display:block;font-size:9px;letter-spacing:.19em;text-transform:uppercase;font-weight:900;color:var(--navy);margin-top:4px}
.navlinks{display:flex;justify-content:center;gap:26px;white-space:nowrap}
.navlinks a{font-size:13px;font-weight:800;text-decoration:none}
.navlinks a:hover{text-decoration:underline;text-underline-offset:5px}
.navtools{display:flex;gap:9px;align-items:center}
.menu{display:none;background:none;border:0;font-size:24px}
.yr-cart{display:flex;align-items:center;min-width:34px;min-height:34px}

.shop-intro{padding:40px 0 18px}
.shop-intro-inner{display:grid;grid-template-columns:1fr .7fr;gap:30px;align-items:end}
.shop-intro h1{font-size:clamp(40px,5vw,64px);line-height:.95;letter-spacing:-.045em;margin:8px 0 12px}
.shop-intro p{margin:0;color:var(--muted);max-width:650px}
.gold-line{width:42px;height:3px;background:var(--gold);border-radius:999px;margin:10px 0}

.store-shell{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;min-height:500px;margin-bottom:68px}
.store-note{font-size:12px;color:var(--muted);margin:0 0 16px}

footer{background:var(--navy2);color:#fff;padding:38px 0}
.footer-grid{display:grid;grid-template-columns:1.25fr repeat(3,.6fr);gap:24px}
.footer-grid h4{font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:#9fb5c4}
.footer-grid a{display:block;text-decoration:none;font-size:13px;margin:8px 0}
.footer-brand{display:flex;align-items:center;gap:12px}
.footer-brand .wordmark{filter:brightness(5)}

@media(max-width:980px){
  .navlinks{display:none} .menu{display:block} .navtools .btn{display:none}
  .shop-intro-inner{grid-template-columns:1fr}
}
@media(max-width:680px){
  .wrap{width:min(calc(100% - 24px),var(--max))}
  .nav{min-height:66px;gap:10px}
  .wordmark{width:124px}
  .rose-placeholder{width:38px;height:38px}
  .shop-intro{padding:28px 0 14px}
  .shop-intro h1{font-size:38px}
  .store-shell{padding:12px;border-radius:18px;margin-bottom:44px}
  .footer-grid{grid-template-columns:1fr 1fr}
}

/* V10: search + customer-facing shop navigation */
.shop-search-wrap{
  padding:4px 0 22px;
}
.shop-search-panel{
  max-width:760px;
  margin:0;
}
.shop-search-label{
  display:block;
  margin-bottom:8px;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--muted);
}
.shop-jump{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  padding:0 0 24px;
}
.shop-jump button{
  appearance:none;
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
  border-radius:999px;
  padding:10px 15px;
  font:inherit;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}
.shop-jump button:hover{
  border-color:var(--navy);
  color:var(--navy);
}
.shop-jump .sale{
  background:var(--navy2);
  color:#fff;
  border-color:var(--navy2);
}
.store-shell{
  padding-top:20px;
}
.header-search-link{
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  white-space:nowrap;
}
@media(max-width:980px){
  .header-search-link{display:inline-flex}
}
@media(max-width:680px){
  .shop-search-wrap{padding-bottom:16px}
  .shop-jump{
    flex-wrap:nowrap;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    margin-right:-12px;
    padding-right:12px;
  }
  .shop-jump::-webkit-scrollbar{display:none}
  .shop-jump button{flex:0 0 auto}
}


/* V11 authentic category shopfront */
.shop-categories{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:0 0 28px;
}
.shop-category{
  position:relative;
  min-height:230px;
  border-radius:20px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#173a59;
  color:#fff;
  cursor:pointer;
  isolation:isolate;
}
.shop-category img{
  width:100%;
  height:100%;
  object-fit:cover;
  position:absolute;
  inset:0;
}
.shop-category::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(10,29,42,.88) 0%,rgba(10,29,42,.20) 58%,rgba(10,29,42,.04) 100%);
  z-index:1;
}
.shop-category-copy{
  position:absolute;
  left:18px;right:18px;bottom:16px;
  z-index:2;
}
.shop-category h3{
  margin:0;
  font-size:24px;
  line-height:1;
  letter-spacing:-.03em;
}
.shop-category p{
  margin:7px 0 0;
  font-size:11px;
  font-weight:800;
  letter-spacing:.10em;
  text-transform:uppercase;
  opacity:.86;
}
.shop-category.icon-tile{
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 70% 22%,rgba(217,180,59,.18),transparent 30%),
    var(--navy2);
}
.shop-category.icon-tile::after{background:linear-gradient(to top,rgba(10,29,42,.55),rgba(10,29,42,.05))}
.shop-category-icon{
  position:absolute;
  z-index:1;
  top:34px;
  left:50%;
  transform:translateX(-50%);
  width:88px;height:88px;
  border:2px solid rgba(255,255,255,.78);
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:42px;
  background:rgba(255,255,255,.05);
}
.shop-category.sale h3{color:#fff}
.shop-category.sale p{color:#f0d577;opacity:1}

/* Suppress Ecwid's legacy top category tile grid on storefront landing page only.
   Product/category pages remain available through our navigation and Ecwid routing. */
.ec-store .grid__categories,
.ec-store .ec-store__categories,
.ec-store .ec-category-grid,
.ec-store .grid__categories--advanced{
  display:none !important;
}

@media(max-width:900px){
  .shop-categories{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:580px){
  .shop-categories{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .shop-category{min-height:180px;border-radius:16px}
  .shop-category h3{font-size:19px}
  .shop-category p{font-size:9px}
  .shop-category-copy{left:13px;right:13px;bottom:13px}
  .shop-category-icon{width:66px;height:66px;font-size:32px;top:25px}
}








/* V12.2 mobile catalogue: compact two-column cards with fitted text */
@media(max-width:680px){
  .ec-store .grid__products,
  .ec-store .grid__products--large-items,
  .ec-store .grid__products--medium-items,
  .ec-store .grid__products--small-items{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px 8px !important;
    overflow:visible !important;
    padding:0 !important;
  }

  .ec-store .grid-product,
  .ec-store .grid__products .grid-product{
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    margin:0 !important;
  }

  .ec-store .grid-product__wrap{
    padding:0 !important;
    min-width:0 !important;
  }

  .ec-store .grid-product__image-wrap{
    margin:0 0 5px !important;
  }

  .ec-store .grid-product__image,
  .ec-store .grid-product__picture{
    max-height:165px !important;
    min-height:0 !important;
  }

  .ec-store .grid-product__title,
  .ec-store .grid-product__title-inner{
    font-size:12px !important;
    line-height:1.18 !important;
    margin:5px 0 0 !important;
    min-width:0 !important;
    overflow-wrap:anywhere !important;
    word-break:normal !important;
  }

  .ec-store .grid-product__title-inner{
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;
    overflow:hidden !important;
    min-height:28px !important;
  }

  .ec-store .grid-product__price,
  .ec-store .grid-product__price-amount{
    font-size:13px !important;
    line-height:1.15 !important;
    margin-top:3px !important;
  }

  .ec-store .grid-product__price-compare,
  .ec-store .grid-product__price-compare .formatted-price{
    font-size:11px !important;
    line-height:1.1 !important;
  }

  .ec-store .grid-product__label,
  .ec-store .grid-product__label-inner,
  .ec-store .ec-label{
    font-size:9px !important;
    line-height:1.1 !important;
    padding:3px 5px !important;
  }

  .ec-store .grid-product__sku,
  .ec-store .grid-product__subtitle{
    display:none !important;
  }

  .ec-store .grid-product__buy-now,
  .ec-store .grid-product__button{
    font-size:11px !important;
    padding:7px 8px !important;
    min-height:32px !important;
  }
}


/* V12.3 context-sensitive shop category navigation */
.browse-categories-toggle{
  display:none;
  appearance:none;
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
  border-radius:999px;
  padding:9px 14px;
  margin:0 0 12px;
  font:inherit;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}

/* Compact mode used once customer is inside the catalogue */
body.shop-context-inner .shop-categories{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-bottom:18px;
}
body.shop-context-inner .shop-category{
  min-height:92px;
  border-radius:14px;
}
body.shop-context-inner .shop-category-copy{
  left:10px;
  right:10px;
  bottom:9px;
}
body.shop-context-inner .shop-category h3{
  font-size:15px;
  line-height:1.05;
}
body.shop-context-inner .shop-category p{
  display:none;
}
body.shop-context-inner .shop-category img{
  object-fit:cover;
}
body.shop-context-inner .shop-category::after{
  background:linear-gradient(to top,rgba(10,29,42,.88) 0%,rgba(10,29,42,.28) 70%,rgba(10,29,42,.08) 100%);
}

/* Search mode: results take priority */
body.shop-context-search .shop-categories{
  display:none;
}
body.shop-context-search .browse-categories-toggle{
  display:inline-flex;
  align-items:center;
}
body.shop-context-search.show-categories .shop-categories{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
body.shop-context-search.show-categories .shop-category{
  min-height:92px;
  border-radius:14px;
}
body.shop-context-search.show-categories .shop-category-copy{
  left:10px;right:10px;bottom:9px;
}
body.shop-context-search.show-categories .shop-category h3{font-size:15px}
body.shop-context-search.show-categories .shop-category p{display:none}

@media(max-width:680px){
  /* Main shop landing: explicitly 3 across, 2 rows */
  body.shop-context-home .shop-categories{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  body.shop-context-home .shop-category{
    min-height:135px !important;
    border-radius:14px !important;
  }
  body.shop-context-home .shop-category-copy{
    left:9px !important;
    right:9px !important;
    bottom:9px !important;
  }
  body.shop-context-home .shop-category h3{
    font-size:14px !important;
    line-height:1.03 !important;
  }
  body.shop-context-home .shop-category p{
    font-size:8px !important;
    line-height:1.15 !important;
  }

  /* Inner category/product views: compact 3 x 2 navigator */
  body.shop-context-inner .shop-categories,
  body.shop-context-search.show-categories .shop-categories{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:7px !important;
  }
  body.shop-context-inner .shop-category,
  body.shop-context-search.show-categories .shop-category{
    min-height:76px !important;
    border-radius:12px !important;
  }
  body.shop-context-inner .shop-category h3,
  body.shop-context-search.show-categories .shop-category h3{
    font-size:12px !important;
    line-height:1.02 !important;
  }
  body.shop-context-inner .shop-category-copy,
  body.shop-context-search.show-categories .shop-category-copy{
    left:7px !important;
    right:7px !important;
    bottom:7px !important;
  }
  .browse-categories-toggle{
    font-size:11px;
    padding:8px 12px;
  }
}


/* V12.4 level-two navigation */
.shop-subnav-wrap{padding:0 0 14px}
.shop-subnav{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.shop-subnav button{
  appearance:none;
  border:1px solid var(--line);
  background:#fff;
  color:var(--ink);
  border-radius:999px;
  padding:9px 14px;
  font:inherit;
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}
.shop-subnav button.active{
  background:var(--navy2);
  border-color:var(--navy2);
  color:#fff;
}

/* More robust Ecwid product-card image/tag fitting */
.ec-store .grid-product__image-wrap,
.ec-store .grid-product__picture{
  overflow:visible !important;
}
.ec-store .grid-product__image img,
.ec-store .grid-product__picture img,
.ec-store .grid-product__image{
  object-fit:contain !important;
}
.ec-store .grid-product__label,
.ec-store .grid-product__label-inner,
.ec-store .ec-label,
.ec-store [class*="grid-product__label"]{
  max-width:calc(100% - 8px) !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
  text-align:center !important;
  box-sizing:border-box !important;
}
@media(max-width:680px){
  .shop-subnav{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
  }
  .shop-subnav button{
    min-width:0;
    padding:8px 5px;
    font-size:10.5px;
    line-height:1.1;
  }

  .ec-store .grid-product,
  .ec-store .grid__products .grid-product{
    overflow:visible !important;
  }

  .ec-store .grid-product__image-wrap,
  .ec-store .grid-product__picture{
    height:150px !important;
    max-height:150px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:visible !important;
  }

  .ec-store .grid-product__image img,
  .ec-store .grid-product__picture img{
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:150px !important;
    object-fit:contain !important;
  }

  .ec-store .grid-product__label,
  .ec-store .grid-product__label-inner,
  .ec-store .ec-label,
  .ec-store [class*="grid-product__label"]{
    left:4px !important;
    right:auto !important;
    max-width:calc(100% - 8px) !important;
    font-size:8px !important;
    line-height:1.05 !important;
    padding:3px 4px !important;
  }
}


/* V12.6 robust two-column Ecwid mobile product grid */
@media(max-width:680px){
  .ec-store,
  .ec-store .ec-store__content-wrapper,
  .ec-store .grid__products{
    min-width:0 !important;
    max-width:100% !important;
    box-sizing:border-box !important;
  }
  .ec-store .grid__products,
  .ec-store .grid__products--large-items,
  .ec-store .grid__products--medium-items,
  .ec-store .grid__products--small-items{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;
    column-gap:6px !important;
    row-gap:14px !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    overflow:visible !important;
  }
  .ec-store .grid-product,
  .ec-store .grid__products .grid-product,
  .ec-store .grid-product__wrap{
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    box-sizing:border-box !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
  }
  .ec-store .grid-product__image-wrap,
  .ec-store .grid-product__picture{
    width:100% !important;
    height:142px !important;
    min-width:0 !important;
    max-width:100% !important;
    margin:0 0 5px !important;
    padding:0 !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    box-sizing:border-box !important;
  }
  .ec-store .grid-product__image,
  .ec-store .grid-product__image img,
  .ec-store .grid-product__picture img{
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:142px !important;
    object-fit:contain !important;
    object-position:center center !important;
    box-sizing:border-box !important;
  }
  .ec-store .grid-product__title,
  .ec-store .grid-product__title-inner{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    font-size:11.5px !important;
    line-height:1.18 !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
    box-sizing:border-box !important;
  }
  .ec-store .grid-product__title-inner{
    display:-webkit-box !important;
    -webkit-box-orient:vertical !important;
    -webkit-line-clamp:2 !important;
    overflow:hidden !important;
    min-height:27px !important;
  }
  .ec-store .grid-product__price,
  .ec-store .grid-product__price-amount{
    font-size:12.5px !important;
    line-height:1.15 !important;
  }

  /* Keep Ecwid badges fully inside each card, especially the right-hand column */
  .ec-store .grid-product__label,
  .ec-store .grid-product__label-inner,
  .ec-store .ec-label,
  .ec-store [class*="grid-product__label"]{
    box-sizing:border-box !important;
    left:3px !important;
    right:auto !important;
    top:3px !important;
    width:auto !important;
    max-width:calc(100% - 6px) !important;
    min-width:0 !important;
    padding:3px 4px !important;
    font-size:7.5px !important;
    line-height:1.05 !important;
    white-space:normal !important;
    overflow:hidden !important;
    overflow-wrap:break-word !important;
    text-overflow:clip !important;
  }
}
@media(max-width:370px){
  .ec-store .grid-product__image-wrap,
  .ec-store .grid-product__picture{
    height:128px !important;
  }
  .ec-store .grid-product__image,
  .ec-store .grid-product__image img,
  .ec-store .grid-product__picture img{
    max-height:128px !important;
  }
  .ec-store .grid-product__title,
  .ec-store .grid-product__title-inner{font-size:11px !important}
}


/* V12.15 product-page layout refinement */
@media(min-width:681px){
  /* Reduce oversized Ecwid product media area on desktop */
  .ec-store .product-details__gallery,
  .ec-store .details-gallery,
  .ec-store .details-gallery__wrap,
  .ec-store [class*="details-gallery"]{
    max-width:760px !important;
  }

  .ec-store .details-gallery__image,
  .ec-store .details-gallery__picture,
  .ec-store .details-gallery img{
    max-height:590px !important;
    object-fit:contain !important;
  }

  .ec-store .product-details,
  .ec-store .product-details__product-options,
  .ec-store .product-details__sidebar{
    align-items:flex-start !important;
  }

  .ec-store .product-details__sidebar{
    padding-top:4px !important;
  }
}

@media(max-width:680px){
  /* Main product image should not consume the whole first screen */
  .ec-store .product-details__gallery,
  .ec-store .details-gallery,
  .ec-store .details-gallery__wrap,
  .ec-store [class*="details-gallery"]{
    max-height:none !important;
    margin-bottom:10px !important;
  }

  .ec-store .details-gallery__image,
  .ec-store .details-gallery__picture,
  .ec-store .details-gallery img{
    max-height:320px !important;
    object-fit:contain !important;
  }

  /* Tighten product info spacing */
  .ec-store .product-details__product-title,
  .ec-store .product-details__title{
    margin-top:6px !important;
    margin-bottom:8px !important;
  }

  .ec-store .product-details__product-price,
  .ec-store .product-details__price{
    margin-top:4px !important;
    margin-bottom:8px !important;
  }

  .ec-store .details-product-option{
    margin-top:8px !important;
    margin-bottom:8px !important;
  }

  .ec-store .form-control,
  .ec-store .form-control--select{
    margin-bottom:8px !important;
  }

  .ec-store .details-product-purchase__controls,
  .ec-store .product-details__product-purchase{
    margin-top:10px !important;
  }

  /* Remove wishlist/favourite block on mobile */
  .ec-store .product-details__favorites,
  .ec-store .details-product-purchase__favorites,
  .ec-store .ec-favorite-button,
  .ec-store [class*="favorite"],
  .ec-store [class*="favorites"]{
    display:none !important;
  }

  /* Also remove the 'Save this product for later' heading/container where Ecwid wraps it separately */
  .ec-store .product-details__sidebar > *:has(.ec-favorite-button),
  .ec-store .product-details__sidebar > *:has([class*="favorite"]){
    display:none !important;
  }
}


/* V12.16 desktop product page: reduce gallery dominance, keep mobile unchanged */
@media(min-width:681px){
  .ec-store .product-details,
  .ec-store .product-details__content,
  .ec-store .product-details__wrap{
    max-width:1180px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .ec-store .product-details__gallery,
  .ec-store .details-gallery,
  .ec-store .details-gallery__wrap,
  .ec-store [class*="details-gallery"]{
    max-width:620px !important;
    width:100% !important;
  }

  .ec-store .details-gallery__image,
  .ec-store .details-gallery__picture,
  .ec-store .details-gallery img{
    max-height:520px !important;
    width:100% !important;
    object-fit:contain !important;
  }

  .ec-store .product-details__sidebar,
  .ec-store .product-details__product-options{
    max-width:430px !important;
    width:100% !important;
  }

  .ec-store .details-gallery__thumbs,
  .ec-store .details-gallery__thumbs-wrap{
    margin-top:10px !important;
  }

  .ec-store .product-details__description,
  .ec-store .product-details__product-description{
    margin-top:16px !important;
  }
}


/* V12.23 mobile product gallery refinement */
@media(max-width:680px){
  /* Keep the product image useful but stop it dominating the first viewport. */
  .ec-store .details-gallery__image,
  .ec-store .details-gallery__picture,
  .ec-store .details-gallery img{
    max-height:265px !important;
    object-fit:contain !important;
  }

  /*
    Ecwid places carousel pagination at the bottom edge of the gallery.
    Give the gallery its own breathing room so dots never sit over the
    product title, regardless of the exact Ecwid dot class.
  */
  .ec-store .product-details__gallery,
  .ec-store .details-gallery,
  .ec-store .details-gallery__wrap,
  .ec-store [class*="details-gallery"]{
    margin-bottom:30px !important;
  }

  .ec-store .product-details__product-title,
  .ec-store .product-details__title{
    margin-top:8px !important;
  }
}


/* V12.27 authentic Yorkshire Rose + trademark */
.rose-mark{
  width:48px;height:48px;object-fit:contain;flex:0 0 auto;
  border:1px solid var(--line);border-radius:50%;background:#fff;padding:5px;
}
.wordmark-wrap{position:relative;display:inline-block}
.tm-mark{
  position:absolute;right:-10px;top:-4px;
  font-size:9px;font-weight:900;line-height:1;color:var(--navy);
}
footer .tm-mark{color:#dce7ed}
.footer-brand .rose-mark{width:44px;height:44px;border-color:rgba(255,255,255,.18);padding:5px}
@media(max-width:680px){
  .rose-mark{width:40px;height:40px;padding:4px}
  .tm-mark{right:-8px;top:-3px;font-size:8px}
}


/* V12.37 mobile navigation */
@media(max-width:980px){
  header .nav{position:relative}
  header .menu{
    display:block;
    cursor:pointer;
    position:relative;
    z-index:81;
  }
  header .navlinks.mobile-open{
    display:flex !important;
    position:absolute;
    top:calc(100% + 1px);
    left:0;
    right:0;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:10px 12px 14px;
    background:rgba(251,250,246,.99);
    border:1px solid var(--line);
    border-top:0;
    border-radius:0 0 16px 16px;
    box-shadow:0 16px 30px rgba(16,43,67,.14);
    z-index:80;
    white-space:normal;
  }
  header .navlinks.mobile-open a{
    display:block;
    padding:11px 10px;
    border-bottom:1px solid var(--line);
    font-size:14px;
  }
  header .navlinks.mobile-open a:last-child{border-bottom:0}
}


/* V12.41 clean product landing pages */
.yr-product-page-main{padding:34px 0 60px}
.yr-product-page-head{margin:0 auto 18px}
.yr-product-page-head .eyebrow{margin-bottom:5px}
.yr-product-page-head h1{
  margin:0;
  font-size:clamp(30px,4vw,48px);
  line-height:1.05;
  color:var(--navy);
}
.yr-product-page-shell{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  padding:18px;
}
.yr-product-page-back{
  margin-top:20px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
@media(max-width:680px){
  .yr-product-page-main{padding-top:22px}
  .yr-product-page-shell{padding:8px;border-radius:16px}
}
