/**
 * Retail Experience Framework v20.7.7
 * Consolidated premium storefront design owner.
 */
:root{
  --ref2070-primary:#020381;
  --ref2070-secondary:#020381;
  --ref2070-ink:#15233a;
  --ref2070-accent:#8d6e63;
  --ref2070-primary-rgb:2,3,129;
  --ref2070-white:#fff;
  --ref2070-page:#f7f8fc;
  --ref2070-surface:#fff;
  --ref2070-soft:#f0f2f9;
  --ref2070-soft-blue:color-mix(in srgb,var(--ref2070-primary) 6%,#fff);
  --ref2070-line:color-mix(in srgb,var(--ref2070-primary) 12%,#dfe3ec);
  --ref2070-muted:color-mix(in srgb,var(--ref2070-ink) 65%,#fff);
  --ref2070-deep:color-mix(in srgb,var(--ref2070-primary) 56%,#101a30);
  --ref2070-radius-sm:12px;
  --ref2070-radius:20px;
  --ref2070-radius-lg:30px;
  --ref2070-shadow-sm:0 8px 24px rgba(16,28,52,.07);
  --ref2070-shadow:0 20px 55px rgba(16,28,52,.11);
  --ref2070-shadow-deep:0 28px 80px rgba(8,16,38,.2);
  --ref2070-shell:min(1240px,calc(100vw - 48px));
  --ref2070-header-z:12050;
}

body.ref-premium-storefront-v2070{
  background:var(--ref2070-page);
  color:var(--ref2070-ink);
  font-family:Lato,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
body.ref-premium-storefront-v2070 *{box-sizing:border-box}
body.ref-premium-storefront-v2070 #wrapper,
body.ref-premium-storefront-v2070 #main{background:transparent}
body.ref-premium-storefront-v2070 #main{min-height:55vh}
body.ref-premium-storefront-v2070 h1,
body.ref-premium-storefront-v2070 h2,
body.ref-premium-storefront-v2070 h3,
body.ref-premium-storefront-v2070 h4,
body.ref-premium-storefront-v2070 h5{
  color:var(--ref2070-ink);
  font-weight:700;
  letter-spacing:-.035em;
  text-wrap:balance;
}
body.ref-premium-storefront-v2070 p{color:var(--ref2070-muted)}
body.ref-premium-storefront-v2070 a{
  color:inherit;
  transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease;
}
body.ref-premium-storefront-v2070 img{image-rendering:auto}

/* Shared premium controls */
body.ref-premium-storefront-v2070 .button,
body.ref-premium-storefront-v2070 button:not(.mfp-close),
body.ref-premium-storefront-v2070 input[type="submit"],
body.ref-premium-storefront-v2070 .woocommerce-button{
  min-height:46px;
  border:1px solid var(--ref2070-line);
  border-radius:999px;
  padding:0 22px;
  font-weight:700;
  letter-spacing:0;
  text-transform:none;
  box-shadow:none;
}
body.ref-premium-storefront-v2070 .button.primary,
body.ref-premium-storefront-v2070 button.button.alt,
body.ref-premium-storefront-v2070 .single_add_to_cart_button,
body.ref-premium-storefront-v2070 .checkout-button,
body.ref-premium-storefront-v2070 #place_order{
  color:#fff!important;
  border-color:transparent!important;
  background:linear-gradient(135deg,var(--ref2070-primary),color-mix(in srgb,var(--ref2070-primary) 72%,#3348c7))!important;
  box-shadow:0 12px 28px rgba(var(--ref2070-primary-rgb),.22)!important;
}
body.ref-premium-storefront-v2070 .button.primary:hover,
body.ref-premium-storefront-v2070 button.button.alt:hover,
body.ref-premium-storefront-v2070 .single_add_to_cart_button:hover,
body.ref-premium-storefront-v2070 .checkout-button:hover,
body.ref-premium-storefront-v2070 #place_order:hover{
  transform:translateY(-2px);
  box-shadow:0 16px 34px rgba(var(--ref2070-primary-rgb),.3)!important;
}
body.ref-premium-storefront-v2070 input[type="text"],
body.ref-premium-storefront-v2070 input[type="email"],
body.ref-premium-storefront-v2070 input[type="tel"],
body.ref-premium-storefront-v2070 input[type="password"],
body.ref-premium-storefront-v2070 input[type="search"],
body.ref-premium-storefront-v2070 input[type="number"],
body.ref-premium-storefront-v2070 select,
body.ref-premium-storefront-v2070 textarea,
body.ref-premium-storefront-v2070 .select2-selection{
  min-height:48px;
  border:1px solid var(--ref2070-line)!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:0 4px 14px rgba(16,28,52,.03)!important;
}
body.ref-premium-storefront-v2070 input:focus,
body.ref-premium-storefront-v2070 select:focus,
body.ref-premium-storefront-v2070 textarea:focus{
  border-color:color-mix(in srgb,var(--ref2070-primary) 52%,#fff)!important;
  box-shadow:0 0 0 4px rgba(var(--ref2070-primary-rgb),.08)!important;
  outline:none;
}

/* Top line and primary header */
body.ref-premium-storefront-v2070 .header-wrapper{
  position:relative;
  z-index:var(--ref2070-header-z);
  background:#fff;
}
body.ref-premium-storefront-v2070 .header-top{
  min-height:30px!important;
  height:30px!important;
  background:var(--ref2070-primary)!important;
  color:#fff!important;
  border:0!important;
}
body.ref-premium-storefront-v2070 .header-top .header-inner{
  width:var(--ref2070-shell)!important;
  min-height:30px!important;
  height:30px!important;
  justify-content:center!important;
}
body.ref-premium-storefront-v2070 .header-top .nav,
body.ref-premium-storefront-v2070 .header-top .flex-center{
  width:100%;
  justify-content:center!important;
}
body.ref-premium-storefront-v2070 .header-top .nav > li:not(.ref-v2070-topbar-holder){display:none!important}
body.ref-premium-storefront-v2070 .ref-v2070-topbar-copy{
  display:block;
  width:100%;
  color:#fff;
  font-size:10.5px;
  font-weight:800;
  letter-spacing:.12em;
  text-align:center;
  white-space:nowrap;
}
body.ref-premium-storefront-v2070 #masthead.header-main{
  min-height:92px!important;
  height:92px!important;
  padding:10px 0!important;
  background:#fff!important;
  border-bottom:1px solid color-mix(in srgb,var(--ref2070-primary) 6%,#edf0f5)!important;
  box-shadow:none!important;
  overflow:visible!important;
  z-index:12030!important;
}
body.ref-premium-storefront-v2070 #masthead .header-inner{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(210px,1fr) minmax(320px,430px) minmax(390px,1fr)!important;
  align-items:center!important;
  width:var(--ref2070-shell)!important;
  max-width:none!important;
  min-height:70px!important;
  padding:0 12px!important;
  margin:auto!important;
}
body.ref-premium-storefront-v2070 #masthead .flex-left{
  grid-column:1;
  justify-self:start;
  min-width:0;
}
body.ref-premium-storefront-v2070 #masthead #logo{
  grid-column:2!important;
  grid-row:1!important;
  position:relative!important;
  left:auto!important;
  right:auto!important;
  top:auto!important;
  width:100%!important;
  max-width:430px!important;
  margin:0!important;
  padding:0!important;
  justify-self:center!important;
  transform:none!important;
  z-index:3!important;
}
body.ref-premium-storefront-v2070 #masthead #logo a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  height:66px!important;
}
body.ref-premium-storefront-v2070 #masthead #logo img.header-logo{
  display:block!important;
  width:auto!important;
  max-width:100%!important;
  max-height:58px!important;
  margin:0 auto!important;
  object-fit:contain!important;
  opacity:1!important;
  visibility:visible!important;
}
body.ref-premium-storefront-v2070 #masthead #logo .header-logo-dark,
body.ref-premium-storefront-v2070 #masthead #logo img.header-logo-dark{display:none!important;opacity:0!important;visibility:hidden!important}
body.ref-premium-storefront-v2070 #masthead .flex-right{
  grid-column:3;
  grid-row:1;
  justify-self:end;
  min-width:0;
}
body.ref-premium-storefront-v2070 #masthead .flex-right > .nav{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:3px!important;
  min-height:52px;
  padding:5px 6px!important;
  border:1px solid var(--ref2070-line);
  border-radius:18px;
  background:color-mix(in srgb,var(--ref2070-primary) 2.5%,#fff);
  box-shadow:var(--ref2070-shadow-sm);
}
body.ref-premium-storefront-v2070 #masthead .flex-right > .nav > li{margin:0!important}
body.ref-premium-storefront-v2070 #masthead .flex-right > .nav > li > a{
  min-height:40px!important;
  padding:0 12px!important;
  border-radius:12px;
  color:var(--ref2070-ink)!important;
  font-size:12px!important;
  font-weight:700!important;
  text-transform:none!important;
  line-height:1.15!important;
}
body.ref-premium-storefront-v2070 #masthead .flex-right > .nav > li > a:hover{
  color:var(--ref2070-primary)!important;
  background:var(--ref2070-soft-blue)!important;
}
body.ref-premium-storefront-v2070 #masthead .header-search > a,
body.ref-premium-storefront-v2070 #masthead .search-form-wrapper + a{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px;
  min-width:110px;
  min-height:44px!important;
  padding:0 16px!important;
  border:1px solid var(--ref2070-line)!important;
  border-radius:14px!important;
  color:var(--ref2070-ink)!important;
  background:#fff!important;
  box-shadow:var(--ref2070-shadow-sm)!important;
}
body.ref-premium-storefront-v2070 #masthead .cart-item > a{
  min-height:42px!important;
  padding:0 16px!important;
  color:#fff!important;
  background:var(--ref2070-primary)!important;
  border-radius:13px!important;
  box-shadow:0 10px 22px rgba(var(--ref2070-primary-rgb),.22)!important;
}
body.ref-premium-storefront-v2070 #masthead .cart-item .nav-dropdown{
  right:0!important;
  top:calc(100% + 12px)!important;
  min-width:350px!important;
  padding:18px!important;
  border:1px solid var(--ref2070-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:var(--ref2070-shadow-deep)!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(8px)!important;
}
body.ref-premium-storefront-v2070 #masthead .cart-item.ref-v2070-cart-open .nav-dropdown{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:translateY(0)!important;
}

/* Premium department navigation */
body.ref-premium-storefront-v2070 #wide-nav,
body.ref-premium-storefront-v2070 .header-bottom{
  min-height:86px!important;
  height:auto!important;
  padding:6px 0 10px!important;
  background:#fff!important;
  border-bottom:1px solid var(--ref2070-line)!important;
  overflow:visible!important;
  z-index:12020!important;
}
body.ref-premium-storefront-v2070 #wide-nav .flex-row,
body.ref-premium-storefront-v2070 .header-bottom .header-inner{
  width:var(--ref2070-shell)!important;
  max-width:none!important;
  margin:auto!important;
  padding:0!important;
}
body.ref-premium-storefront-v2070 .ref-v2070-department-nav,
body.ref-premium-storefront-v2070 #wide-nav .header-bottom-nav{
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  align-content:center!important;
  width:100%!important;
  min-height:68px!important;
  margin:0!important;
  padding:6px 16px!important;
  gap:0!important;
  border:1px solid var(--ref2070-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(16,28,52,.055)!important;
  overflow:visible!important;
}
body.ref-premium-storefront-v2070 .ref-v2070-department-nav > li,
body.ref-premium-storefront-v2070 #wide-nav .header-bottom-nav > li{
  display:flex!important;
  flex:0 0 16.6667%!important;
  align-items:center!important;
  justify-content:center!important;
  margin:0!important;
  padding:0 3px!important;
  opacity:1!important;
  visibility:visible!important;
}
body.ref-premium-storefront-v2070 .ref-v2070-department-nav > li > a,
body.ref-premium-storefront-v2070 #wide-nav .header-bottom-nav > li > a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:32px!important;
  padding:0 9px!important;
  border-radius:10px!important;
  color:var(--ref2070-ink)!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.2!important;
  text-align:center!important;
  text-transform:none!important;
  white-space:normal!important;
}
body.ref-premium-storefront-v2070 .ref-v2070-department-nav > li > a:hover,
body.ref-premium-storefront-v2070 .ref-v2070-department-nav > li.active > a,
body.ref-premium-storefront-v2070 .ref-v2070-department-nav > li.current-menu-item > a{
  color:var(--ref2070-primary)!important;
  background:var(--ref2070-soft-blue)!important;
}
body.ref-premium-storefront-v2070 .ref-v2070-department-nav .nav-dropdown,
body.ref-premium-storefront-v2070 #wide-nav .nav-dropdown{
  top:calc(100% + 8px)!important;
  min-width:280px!important;
  padding:16px!important;
  border:1px solid var(--ref2070-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:var(--ref2070-shadow-deep)!important;
  overflow:hidden!important;
}
body.ref-premium-storefront-v2070 #wide-nav .nav-dropdown > li > a{
  min-height:38px!important;
  padding:9px 12px!important;
  border-radius:9px!important;
  color:var(--ref2070-ink)!important;
  font-size:13px!important;
  font-weight:600!important;
}
body.ref-premium-storefront-v2070 #wide-nav .nav-dropdown > li > a:hover{
  color:var(--ref2070-primary)!important;
  background:var(--ref2070-soft-blue)!important;
}
body.ref-premium-storefront-v2070.ref-v2070-scrolled .header-wrapper.stuck,
body.ref-premium-storefront-v2070.ref-v2070-scrolled .header.show-on-scroll{
  box-shadow:0 12px 34px rgba(16,28,52,.11)!important;
}

/* Premium homepage */
body.ref-premium-storefront-v2070 .page-wrapper{padding-top:0}
body.ref-premium-storefront-v2070 .row-main{max-width:none!important;width:100%!important}
body.ref-premium-storefront-v2070 .row-main > .col{padding:0!important}
body.ref-premium-storefront-v2070 .ref-v2010-home{
  display:block;
  width:var(--ref2070-shell);
  max-width:none;
  margin:32px auto 70px;
  padding:0;
}
body.ref-premium-storefront-v2070 .ref-v2010-home > section{margin:0 0 76px}
body.ref-premium-storefront-v2070 .ref-v2010-hero{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(520px,1.12fr);
  min-height:570px;
  padding:64px 56px;
  border:1px solid color-mix(in srgb,var(--ref2070-primary) 30%,transparent);
  border-radius:var(--ref2070-radius-lg);
  color:#fff;
  background:
    radial-gradient(circle at 74% 18%,rgba(255,255,255,.12),transparent 27%),
    radial-gradient(circle at 96% 90%,rgba(130,147,255,.2),transparent 31%),
    linear-gradient(135deg,color-mix(in srgb,var(--ref2070-primary) 78%,#10172a),var(--ref2070-primary) 58%,#3246b8 130%);
  box-shadow:var(--ref2070-shadow-deep);
  overflow:hidden;
}
body.ref-premium-storefront-v2070 .ref-v2010-hero:before{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  left:-240px;
  bottom:-310px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:50%;
}
body.ref-premium-storefront-v2070 .ref-v2010-hero-copy{
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  max-width:520px;
  padding-right:28px;
}
body.ref-premium-storefront-v2070 .ref-v2010-hero .ref-v2046-brand{display:none!important}
body.ref-premium-storefront-v2070 .ref-v2010-kicker{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  margin:0 0 20px;
  padding:0 13px;
  border:1px solid rgba(255,255,255,.23);
  border-radius:999px;
  color:rgba(255,255,255,.88);
  background:rgba(255,255,255,.09);
  font-size:11px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}
body.ref-premium-storefront-v2070 .ref-v2010-hero h1{
  max-width:620px;
  margin:0 0 22px;
  color:#fff;
  font-size:clamp(48px,5vw,76px);
  line-height:.96;
  letter-spacing:-.06em;
}
body.ref-premium-storefront-v2070 .ref-v2010-hero-copy > p{
  max-width:500px;
  margin:0 0 30px;
  color:rgba(255,255,255,.78);
  font-size:17px;
  line-height:1.72;
}
body.ref-premium-storefront-v2070 .ref-v2010-actions{display:flex;flex-wrap:wrap;gap:12px}
body.ref-premium-storefront-v2070 .ref-v2010-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:50px;
  padding:0 23px;
  border-radius:999px;
  font-size:14px;
  font-weight:800;
}
body.ref-premium-storefront-v2070 .ref-v2010-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
body.ref-premium-storefront-v2070 .ref-v2010-button-primary{
  color:var(--ref2070-primary)!important;
  background:#fff!important;
  border:1px solid #fff!important;
  box-shadow:0 14px 32px rgba(7,12,34,.25);
}
body.ref-premium-storefront-v2070 .ref-v2010-button-secondary{
  color:#fff!important;
  background:rgba(255,255,255,.09)!important;
  border:1px solid rgba(255,255,255,.3)!important;
}
body.ref-premium-storefront-v2070 .ref-v2010-button:hover{transform:translateY(-2px)}
body.ref-premium-storefront-v2070 .ref-v2010-hero-showcase{
  position:relative;
  min-height:440px;
  align-self:center;
  z-index:2;
}
body.ref-premium-storefront-v2070 .ref-v2010-orbit{display:none}
body.ref-premium-storefront-v2070 .ref-v2010-hero-product{
  position:absolute;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(255,255,255,.55);
  border-radius:22px;
  color:var(--ref2070-ink)!important;
  background:rgba(255,255,255,.97);
  box-shadow:0 24px 60px rgba(7,12,34,.26);
  overflow:hidden;
  isolation:isolate;
}
body.ref-premium-storefront-v2070 .ref-v2010-hero-product:hover{transform:translateY(-6px);box-shadow:0 30px 74px rgba(7,12,34,.34)}
body.ref-premium-storefront-v2070 .ref-v2010-hero-product-1{inset:0 28px 76px 126px;z-index:1}
body.ref-premium-storefront-v2070 .ref-v2010-hero-product-2{left:18px;bottom:0;width:46%;height:220px;z-index:3}
body.ref-premium-storefront-v2070 .ref-v2010-hero-product-3{right:0;bottom:0;width:42%;height:205px;z-index:4}
body.ref-premium-storefront-v2070 .ref-v2010-hero-image{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:1 1 auto;
  min-height:0;
  padding:22px;
  background:linear-gradient(180deg,#fff,#fafbff);
  overflow:hidden;
}
body.ref-premium-storefront-v2070 .ref-v2010-hero-image img{
  width:100%;
  height:100%;
  max-width:310px;
  object-fit:contain;
  mix-blend-mode:multiply;
}
body.ref-premium-storefront-v2070 .ref-v2010-hero-product-2 .ref-v2010-hero-image,
body.ref-premium-storefront-v2070 .ref-v2010-hero-product-3 .ref-v2010-hero-image{padding:14px}
body.ref-premium-storefront-v2070 .ref-v2010-hero-product-copy{
  display:grid;
  grid-template-columns:1fr auto;
  gap:4px 12px;
  padding:16px 18px 17px;
  border-top:1px solid var(--ref2070-line);
  background:#fff;
}
body.ref-premium-storefront-v2070 .ref-v2010-hero-product-copy small{
  grid-column:1/-1;
  color:var(--ref2070-primary);
  font-size:9px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.ref-premium-storefront-v2070 .ref-v2010-hero-product-copy strong{
  grid-column:1/-1;
  color:var(--ref2070-ink);
  font-size:13px;
  line-height:1.3;
  letter-spacing:-.01em;
}
body.ref-premium-storefront-v2070 .ref-v2010-hero-product-copy b{
  color:var(--ref2070-ink);
  font-size:14px;
}
body.ref-premium-storefront-v2070 .ref-v2070-hero-rating{
  color:#aa7623;
  font-size:11px;
  font-weight:800;
}
body.ref-premium-storefront-v2070 .ref-v2070-hero-rating em{color:var(--ref2070-muted);font-style:normal;font-weight:600}

body.ref-premium-storefront-v2070 .ref-v2010-reassurance{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin-top:-34px!important;
  padding:0 26px;
  position:relative;
  z-index:5;
}
body.ref-premium-storefront-v2070 .ref-v2010-reassurance article{
  display:flex;
  align-items:center;
  gap:13px;
  min-height:94px;
  padding:17px 18px;
  border:1px solid var(--ref2070-line);
  border-radius:17px;
  background:#fff;
  box-shadow:var(--ref2070-shadow-sm);
}
body.ref-premium-storefront-v2070 .ref-v2010-reassurance svg{
  flex:0 0 38px;
  width:38px;
  height:38px;
  padding:9px;
  border-radius:12px;
  color:var(--ref2070-primary);
  background:var(--ref2070-soft-blue);
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
}
body.ref-premium-storefront-v2070 .ref-v2010-reassurance strong{display:block;color:var(--ref2070-ink);font-size:13px}
body.ref-premium-storefront-v2070 .ref-v2010-reassurance span{display:block;margin-top:3px;color:var(--ref2070-muted);font-size:11.5px;line-height:1.4}

body.ref-premium-storefront-v2070 .ref-v2010-section{padding:0 4px}
body.ref-premium-storefront-v2070 .ref-v2010-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin:0 0 28px;
  padding:0 4px;
}
body.ref-premium-storefront-v2070 .ref-v2010-section-head .ref-v2010-kicker,
body.ref-premium-storefront-v2070 .ref-v2010-finder .ref-v2010-kicker,
body.ref-premium-storefront-v2070 .ref-v2010-newsletter .ref-v2010-kicker{
  min-height:0;
  margin:0 0 10px;
  padding:0;
  border:0;
  color:var(--ref2070-primary);
  background:transparent;
}
body.ref-premium-storefront-v2070 .ref-v2010-section-head h2,
body.ref-premium-storefront-v2070 .ref-v2010-finder h2,
body.ref-premium-storefront-v2070 .ref-v2010-private-cta h2,
body.ref-premium-storefront-v2070 .ref-v2010-newsletter h2{
  margin:0;
  font-size:clamp(32px,3.5vw,50px);
  line-height:1.05;
}
body.ref-premium-storefront-v2070 .ref-v2010-section-head p{max-width:650px;margin:11px 0 0;font-size:15px;line-height:1.65}
body.ref-premium-storefront-v2070 .ref-v2010-section-head > a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  flex:0 0 auto;
  padding-bottom:5px;
  border-bottom:1px solid color-mix(in srgb,var(--ref2070-primary) 30%,transparent);
  color:var(--ref2070-primary);
  font-size:13px;
  font-weight:800;
}
body.ref-premium-storefront-v2070 .ref-v2010-section-head > a svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}

body.ref-premium-storefront-v2070 .ref-v2010-category-grid{
  display:grid;
  grid-template-columns:repeat(12,minmax(0,1fr));
  grid-auto-rows:245px;
  gap:16px;
}
body.ref-premium-storefront-v2070 .ref-v2010-category-card{
  position:relative;
  grid-column:span 4;
  border-radius:22px;
  color:#fff!important;
  background:var(--ref2070-deep);
  box-shadow:var(--ref2070-shadow-sm);
  overflow:hidden;
}
body.ref-premium-storefront-v2070 .ref-v2010-category-card:nth-child(1),
body.ref-premium-storefront-v2070 .ref-v2010-category-card:nth-child(2){grid-column:span 6;grid-row:span 2}
body.ref-premium-storefront-v2070 .ref-v2010-category-card img{width:100%;height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.7,.2,1)}
body.ref-premium-storefront-v2070 .ref-v2010-category-card:hover img{transform:scale(1.045)}
body.ref-premium-storefront-v2070 .ref-v2010-category-shade{
  position:absolute;inset:0;
  background:linear-gradient(180deg,transparent 18%,rgba(8,14,34,.15) 45%,rgba(8,14,34,.88) 100%);
}
body.ref-premium-storefront-v2070 .ref-v2010-category-copy{
  position:absolute;
  inset:auto 0 0;
  padding:24px;
}
body.ref-premium-storefront-v2070 .ref-v2010-category-copy small{display:block;color:rgba(255,255,255,.72);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
body.ref-premium-storefront-v2070 .ref-v2010-category-copy strong{display:block;margin-top:5px;color:#fff;font-size:25px;line-height:1.08;letter-spacing:-.03em}
body.ref-premium-storefront-v2070 .ref-v2010-category-copy p{max-width:390px;margin:8px 0 12px;color:rgba(255,255,255,.74);font-size:13px;line-height:1.45}
body.ref-premium-storefront-v2070 .ref-v2010-category-copy b{display:inline-flex;align-items:center;gap:7px;color:#fff;font-size:12px}
body.ref-premium-storefront-v2070 .ref-v2010-category-copy svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}

body.ref-premium-storefront-v2070 .ref-v2010-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
body.ref-premium-storefront-v2070 .ref-v2010-product-card,
body.ref-premium-storefront-v2070 .products .product .col-inner,
body.ref-premium-storefront-v2070 .products .product-small.box{
  height:100%;
  border:1px solid var(--ref2070-line)!important;
  border-radius:19px!important;
  background:#fff!important;
  box-shadow:0 8px 28px rgba(16,28,52,.055)!important;
  overflow:hidden!important;
}
body.ref-premium-storefront-v2070 .ref-v2010-product-card{display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
body.ref-premium-storefront-v2070 .ref-v2010-product-card:hover,
body.ref-premium-storefront-v2070 .products .product:hover .col-inner{
  transform:translateY(-5px);
  border-color:color-mix(in srgb,var(--ref2070-primary) 22%,#fff)!important;
  box-shadow:0 20px 46px rgba(16,28,52,.12)!important;
}
body.ref-premium-storefront-v2070 .ref-v2010-product-media,
body.ref-premium-storefront-v2070 .products .box-image{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:280px;
  aspect-ratio:1/1;
  padding:24px;
  background:linear-gradient(180deg,#fff,#f8f9fc)!important;
  overflow:hidden;
}
body.ref-premium-storefront-v2070 .ref-v2010-product-media img,
body.ref-premium-storefront-v2070 .products .box-image img{
  width:100%!important;
  height:100%!important;
  max-height:260px!important;
  object-fit:contain!important;
  mix-blend-mode:multiply;
}
body.ref-premium-storefront-v2070 .ref-v2010-product-badge,
body.ref-premium-storefront-v2070 .badge-container .badge{
  position:absolute;
  top:14px;
  left:14px;
  min-width:0!important;
  width:auto!important;
  height:auto!important;
  padding:7px 10px!important;
  border:0!important;
  border-radius:999px!important;
  color:#fff!important;
  background:var(--ref2070-primary)!important;
  font-size:9px!important;
  font-weight:900!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
  box-shadow:0 8px 18px rgba(var(--ref2070-primary-rgb),.2)!important;
}
body.ref-premium-storefront-v2070 .ref-v2010-product-info,
body.ref-premium-storefront-v2070 .products .box-text{
  display:flex;
  flex:1 1 auto;
  flex-direction:column;
  padding:18px 18px 19px!important;
  text-align:left!important;
}
body.ref-premium-storefront-v2070 .ref-v2010-product-category,
body.ref-premium-storefront-v2070 .products .category{
  margin-bottom:8px;
  color:var(--ref2070-primary)!important;
  font-size:9.5px!important;
  font-weight:900!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}
body.ref-premium-storefront-v2070 .ref-v2010-product-info h3,
body.ref-premium-storefront-v2070 .products .product-title{
  min-height:42px;
  margin:0 0 12px!important;
  color:var(--ref2070-ink)!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.45!important;
  letter-spacing:-.01em!important;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
body.ref-premium-storefront-v2070 .ref-v2010-card-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}
body.ref-premium-storefront-v2070 .ref-v2010-card-price,
body.ref-premium-storefront-v2070 .products .price{
  color:var(--ref2070-ink)!important;
  font-size:16px!important;
  font-weight:800!important;
}
body.ref-premium-storefront-v2070 .ref-v2010-card-rating{color:#b17720;font-size:11px;font-weight:800;white-space:nowrap}
body.ref-premium-storefront-v2070 .ref-v2010-card-rating em{font-style:normal;color:var(--ref2070-muted);font-weight:600}
body.ref-premium-storefront-v2070 .ref-v2010-card-action{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:44px;
  margin-top:15px;
  padding:0 15px;
  border:1px solid var(--ref2070-line);
  border-radius:12px;
  color:var(--ref2070-primary)!important;
  background:var(--ref2070-soft-blue);
  font-size:12px;
  font-weight:800;
}
body.ref-premium-storefront-v2070 .ref-v2010-card-action svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}
body.ref-premium-storefront-v2070 .ref-v2010-card-action:hover{color:#fff!important;background:var(--ref2070-primary);border-color:var(--ref2070-primary)}

body.ref-premium-storefront-v2070 .ref-v2010-finder{
  display:grid;
  grid-template-columns:.72fr 1.28fr;
  gap:34px;
  padding:52px;
  border-radius:var(--ref2070-radius-lg);
  background:linear-gradient(135deg,#111b34,var(--ref2070-deep));
  box-shadow:var(--ref2070-shadow);
}
body.ref-premium-storefront-v2070 .ref-v2010-finder h2,
body.ref-premium-storefront-v2070 .ref-v2010-finder-intro > p{color:#fff}
body.ref-premium-storefront-v2070 .ref-v2010-finder-intro > p{color:rgba(255,255,255,.7);line-height:1.65}
body.ref-premium-storefront-v2070 .ref-v2010-finder-intro > a{display:inline-flex;align-items:center;gap:8px;margin-top:12px;color:#fff;font-weight:800;font-size:13px}
body.ref-premium-storefront-v2070 .ref-v2010-finder-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
body.ref-premium-storefront-v2070 .ref-v2010-finder-grid > a{
  position:relative;
  min-height:150px;
  padding:20px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:17px;
  color:#fff!important;
  background:rgba(255,255,255,.065);
}
body.ref-premium-storefront-v2070 .ref-v2010-finder-grid > a:hover{background:rgba(255,255,255,.12);transform:translateY(-3px)}
body.ref-premium-storefront-v2070 .ref-v2010-finder-grid small{display:block;color:rgba(255,255,255,.45);font-size:10px;font-weight:900;letter-spacing:.1em}
body.ref-premium-storefront-v2070 .ref-v2010-finder-grid strong{display:block;margin-top:13px;color:#fff;font-size:18px}
body.ref-premium-storefront-v2070 .ref-v2010-finder-grid span{display:block;margin-top:7px;color:rgba(255,255,255,.65);font-size:12px;line-height:1.5}
body.ref-premium-storefront-v2070 .ref-v2010-finder-grid svg{position:absolute;right:17px;bottom:17px;width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}

body.ref-premium-storefront-v2070 .ref-v2010-advice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body.ref-premium-storefront-v2070 .ref-v2010-advice-grid > a{
  min-height:230px;
  padding:28px;
  border:1px solid var(--ref2070-line);
  border-radius:20px;
  background:#fff;
  box-shadow:var(--ref2070-shadow-sm);
}
body.ref-premium-storefront-v2070 .ref-v2010-advice-grid > a:hover{transform:translateY(-4px);box-shadow:var(--ref2070-shadow)}
body.ref-premium-storefront-v2070 .ref-v2010-advice-grid span{color:var(--ref2070-primary);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
body.ref-premium-storefront-v2070 .ref-v2010-advice-grid strong{display:block;margin:18px 0 10px;color:var(--ref2070-ink);font-size:23px;line-height:1.15}
body.ref-premium-storefront-v2070 .ref-v2010-advice-grid p{font-size:13px;line-height:1.6}
body.ref-premium-storefront-v2070 .ref-v2010-advice-grid b{display:inline-flex;align-items:center;gap:7px;margin-top:13px;color:var(--ref2070-primary);font-size:12px}

body.ref-premium-storefront-v2070 .ref-v2010-private-cta{
  display:grid;
  grid-template-columns:1fr 280px;
  align-items:center;
  gap:42px;
  padding:56px;
  border-radius:var(--ref2070-radius-lg);
  color:#fff;
  background:linear-gradient(135deg,var(--ref2070-primary),#2638a6);
  box-shadow:var(--ref2070-shadow);
}
body.ref-premium-storefront-v2070 .ref-v2010-private-cta h2,
body.ref-premium-storefront-v2070 .ref-v2010-private-cta p{color:#fff}
body.ref-premium-storefront-v2070 .ref-v2010-private-cta p{max-width:700px;color:rgba(255,255,255,.72);font-size:15px;line-height:1.7}
body.ref-premium-storefront-v2070 .ref-v2010-private-mark{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:190px;
  border:1px solid rgba(255,255,255,.18);
  border-radius:24px;
  background:rgba(255,255,255,.09);
}
body.ref-premium-storefront-v2070 .ref-v2010-private-mark svg{width:52px;height:52px;fill:none;stroke:currentColor;stroke-width:1.4}
body.ref-premium-storefront-v2070 .ref-v2010-private-mark span{margin-top:14px;font-size:13px;font-weight:800}
body.ref-premium-storefront-v2070 .ref-v2010-button-light{color:var(--ref2070-primary)!important;background:#fff!important;border-color:#fff!important}
body.ref-premium-storefront-v2070 .ref-v2010-text-link{display:inline-flex;align-items:center;gap:7px;margin-left:16px;color:#fff!important;font-size:13px;font-weight:800}
body.ref-premium-storefront-v2070 .ref-v2010-newsletter{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:40px;
  padding:42px 46px;
  border:1px solid var(--ref2070-line);
  border-radius:24px;
  background:#fff;
  box-shadow:var(--ref2070-shadow-sm);
}
body.ref-premium-storefront-v2070 .ref-v2010-newsletter p{margin:10px 0 0}
body.ref-premium-storefront-v2070 .ref-v2010-newsletter-action > a{display:flex;align-items:center;gap:12px;min-height:48px;padding:0 20px;border-radius:999px;color:#fff!important;background:var(--ref2070-primary);font-weight:800;font-size:13px}

/* Catalogue and category pages */
body.ref-premium-storefront-v2070.woocommerce-shop .shop-container,
body.ref-premium-storefront-v2070.tax-product_cat .shop-container,
body.ref-premium-storefront-v2070.tax-product_tag .shop-container{
  width:var(--ref2070-shell)!important;
  max-width:none!important;
  margin:34px auto 70px!important;
}
body.ref-premium-storefront-v2070 .page-title,
body.ref-premium-storefront-v2070 .shop-page-title{
  padding:32px 0!important;
  border:0!important;
  background:transparent!important;
}
body.ref-premium-storefront-v2070 .page-title .page-title-inner,
body.ref-premium-storefront-v2070 .shop-page-title .page-title-inner{width:var(--ref2070-shell)!important;max-width:none!important}
body.ref-premium-storefront-v2070 .page-title h1{font-size:clamp(36px,4vw,58px)!important;line-height:1!important}
body.ref-premium-storefront-v2070 .woocommerce-breadcrumb,
body.ref-premium-storefront-v2070 .breadcrumbs{color:var(--ref2070-muted)!important;font-size:11px!important;font-weight:700!important}
body.ref-premium-storefront-v2070 .ref-cx-hero,
body.ref-premium-storefront-v2070 .ref-category-hero,
body.ref-premium-storefront-v2070 .category-page-title{
  margin:0 0 26px!important;
  border:1px solid var(--ref2070-line)!important;
  border-radius:24px!important;
  background:linear-gradient(135deg,var(--ref2070-soft-blue),#fff)!important;
  box-shadow:var(--ref2070-shadow-sm)!important;
  overflow:hidden!important;
}
body.ref-premium-storefront-v2070 .shop-page-title.category-page-title{padding:38px!important}
body.ref-premium-storefront-v2070 .woocommerce-ordering select{min-width:190px}
body.ref-premium-storefront-v2070 .category-filter-row,
body.ref-premium-storefront-v2070 .ref-v2020-archive-discovery{
  margin:0 0 24px!important;
  padding:18px!important;
  border:1px solid var(--ref2070-line)!important;
  border-radius:17px!important;
  background:#fff!important;
  box-shadow:var(--ref2070-shadow-sm)!important;
}
body.ref-premium-storefront-v2070 .products.row{row-gap:24px!important}
body.ref-premium-storefront-v2070 .products .product{padding-bottom:0!important}
body.ref-premium-storefront-v2070 .products .box-text .button,
body.ref-premium-storefront-v2070 .products .add-to-cart-button a{
  width:100%!important;
  min-height:42px!important;
  margin-top:14px!important;
  color:var(--ref2070-primary)!important;
  background:var(--ref2070-soft-blue)!important;
  border:1px solid var(--ref2070-line)!important;
  box-shadow:none!important;
}
body.ref-premium-storefront-v2070 .products .box-text .button:hover,
body.ref-premium-storefront-v2070 .products .add-to-cart-button a:hover{color:#fff!important;background:var(--ref2070-primary)!important;border-color:var(--ref2070-primary)!important}
body.ref-premium-storefront-v2070 .woocommerce-pagination ul.page-numbers{display:flex;justify-content:center;gap:7px;border:0!important}
body.ref-premium-storefront-v2070 .woocommerce-pagination .page-numbers li{border:0!important}
body.ref-premium-storefront-v2070 .woocommerce-pagination .page-numbers a,
body.ref-premium-storefront-v2070 .woocommerce-pagination .page-numbers span{display:grid;place-items:center;min-width:42px;height:42px;border:1px solid var(--ref2070-line);border-radius:12px;background:#fff}
body.ref-premium-storefront-v2070 .woocommerce-pagination .page-numbers .current{color:#fff;background:var(--ref2070-primary);border-color:var(--ref2070-primary)}

/* Product pages */
body.ref-premium-storefront-v2070.single-product .product-main{
  width:var(--ref2070-shell)!important;
  max-width:none!important;
  margin:34px auto 0!important;
  padding:0!important;
}
body.ref-premium-storefront-v2070.single-product .product-main .row-content{
  gap:28px;
  align-items:start;
}
body.ref-premium-storefront-v2070.single-product .product-gallery,
body.ref-premium-storefront-v2070.single-product .product-info{
  padding:30px!important;
  border:1px solid var(--ref2070-line)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:var(--ref2070-shadow-sm)!important;
}
body.ref-premium-storefront-v2070.single-product .product-gallery .woocommerce-product-gallery__image{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:520px;
  border-radius:17px;
  background:linear-gradient(180deg,#fff,#f8f9fc);
  overflow:hidden;
}
body.ref-premium-storefront-v2070.single-product .product-gallery .woocommerce-product-gallery__image img{max-height:560px!important;object-fit:contain!important;mix-blend-mode:multiply}
body.ref-premium-storefront-v2070.single-product .product-info h1.product-title{margin:0 0 14px!important;font-size:clamp(32px,3.1vw,50px)!important;line-height:1.04!important}
body.ref-premium-storefront-v2070.single-product .product-info .price{margin:14px 0 18px!important;color:var(--ref2070-primary)!important;font-size:clamp(25px,2.4vw,36px)!important;font-weight:800!important}
body.ref-premium-storefront-v2070.single-product .product-info .woocommerce-product-rating{display:flex;align-items:center;gap:10px;margin:0 0 14px}
body.ref-premium-storefront-v2070 .star-rating:before,
body.ref-premium-storefront-v2070 .star-rating span:before{color:#b17720!important}
body.ref-premium-storefront-v2070.single-product .stock{display:inline-flex!important;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;color:#147445!important;background:#eaf7f0!important;font-size:11px!important;font-weight:800!important}
body.ref-premium-storefront-v2070.single-product .product-short-description{font-size:15px;line-height:1.7}
body.ref-premium-storefront-v2070.single-product form.cart{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:10px!important;
  margin:24px 0 10px!important;
  padding:18px!important;
  border:1px solid var(--ref2070-line)!important;
  border-radius:17px!important;
  background:var(--ref2070-soft-blue)!important;
}
body.ref-premium-storefront-v2070.single-product form.cart .quantity{margin:0!important}
body.ref-premium-storefront-v2070.single-product form.cart .single_add_to_cart_button{flex:1 1 220px!important;margin:0!important;min-height:52px!important;font-size:15px!important}
body.ref-premium-storefront-v2070.single-product form.cart .quantity input{min-height:48px!important}
body.ref-premium-storefront-v2070 .ref-v2070-buy-confidence{
  display:flex;
  flex-wrap:wrap;
  gap:8px 15px;
  align-items:center;
  margin:12px 0 18px;
  color:var(--ref2070-muted);
  font-size:11.5px;
  font-weight:700;
}
body.ref-premium-storefront-v2070 .ref-v2070-buy-confidence span{display:inline-flex;align-items:center;gap:6px}
body.ref-premium-storefront-v2070 .ref-v2070-buy-confidence b{display:grid;place-items:center;width:19px;height:19px;border-radius:50%;color:#fff;background:#238b57;font-size:10px}
body.ref-premium-storefront-v2070 .ref-v2070-buy-confidence a{margin-left:auto;color:var(--ref2070-primary);font-weight:800}
body.ref-premium-storefront-v2070.single-product .product_meta{padding-top:16px;border-top:1px solid var(--ref2070-line);font-size:11px!important}
body.ref-premium-storefront-v2070.single-product .product-footer{
  width:var(--ref2070-shell)!important;
  max-width:none!important;
  margin:28px auto 70px!important;
}
body.ref-premium-storefront-v2070.single-product .woocommerce-tabs,
body.ref-premium-storefront-v2070.single-product .related,
body.ref-premium-storefront-v2070.single-product .upsells{
  margin-top:28px!important;
  padding:30px!important;
  border:1px solid var(--ref2070-line)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:var(--ref2070-shadow-sm)!important;
}
body.ref-premium-storefront-v2070.single-product .woocommerce-tabs ul.tabs{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 22px!important;border:0!important}
body.ref-premium-storefront-v2070.single-product .woocommerce-tabs ul.tabs li{margin:0!important}
body.ref-premium-storefront-v2070.single-product .woocommerce-tabs ul.tabs li a{padding:10px 15px!important;border-radius:999px!important;color:var(--ref2070-muted)!important;background:var(--ref2070-soft)!important;font-size:12px!important;font-weight:800!important}
body.ref-premium-storefront-v2070.single-product .woocommerce-tabs ul.tabs li.active a{color:#fff!important;background:var(--ref2070-primary)!important}
body.ref-premium-storefront-v2070 .ref-highlights,
body.ref-premium-storefront-v2070 .ref-product-highlights{border-radius:17px!important;background:var(--ref2070-soft-blue)!important;border:1px solid var(--ref2070-line)!important}

/* Basket and checkout */
body.ref-premium-storefront-v2070.woocommerce-cart .page-wrapper,
body.ref-premium-storefront-v2070.woocommerce-checkout .page-wrapper,
body.ref-premium-storefront-v2070.woocommerce-account .page-wrapper{
  width:var(--ref2070-shell)!important;
  max-width:none!important;
  margin:38px auto 76px!important;
  padding:0!important;
}
body.ref-premium-storefront-v2070 .woocommerce-cart-form,
body.ref-premium-storefront-v2070 .cart-collaterals,
body.ref-premium-storefront-v2070 form.checkout .col-inner,
body.ref-premium-storefront-v2070 #order_review,
body.ref-premium-storefront-v2070 .woocommerce-MyAccount-navigation,
body.ref-premium-storefront-v2070 .woocommerce-MyAccount-content{
  padding:26px!important;
  border:1px solid var(--ref2070-line)!important;
  border-radius:22px!important;
  background:#fff!important;
  box-shadow:var(--ref2070-shadow-sm)!important;
}
body.ref-premium-storefront-v2070 .shop_table{border:0!important;background:transparent!important}
body.ref-premium-storefront-v2070 .shop_table th{color:var(--ref2070-muted)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.08em!important;text-transform:uppercase!important}
body.ref-premium-storefront-v2070 .shop_table td{padding-top:16px!important;padding-bottom:16px!important;border-color:var(--ref2070-line)!important}
body.ref-premium-storefront-v2070 .shop_table .product-thumbnail img{width:88px!important;border-radius:12px!important;background:var(--ref2070-soft)!important}
body.ref-premium-storefront-v2070 .cart_totals h2,
body.ref-premium-storefront-v2070 #order_review_heading{font-size:26px!important}
body.ref-premium-storefront-v2070 .wc-proceed-to-checkout .checkout-button,
body.ref-premium-storefront-v2070 #place_order{width:100%!important;min-height:54px!important;font-size:15px!important}
body.ref-premium-storefront-v2070 .ref-v2070-cart-confidence{
  display:grid;
  grid-template-columns:1fr;
  gap:6px;
  margin-top:16px;
  padding:16px;
  border-radius:14px;
  color:var(--ref2070-muted);
  background:var(--ref2070-soft-blue);
  font-size:11.5px;
}
body.ref-premium-storefront-v2070 .ref-v2070-cart-confidence strong{color:var(--ref2070-ink);font-size:13px}
body.ref-premium-storefront-v2070 .woocommerce-checkout-payment{border:1px solid var(--ref2070-line)!important;border-radius:16px!important;background:var(--ref2070-soft-blue)!important}
body.ref-premium-storefront-v2070 .woocommerce-checkout-payment .payment_box{border-radius:12px!important;background:#fff!important}
body.ref-premium-storefront-v2070 .woocommerce-form-coupon-toggle,
body.ref-premium-storefront-v2070 .woocommerce-form-login-toggle{margin-bottom:14px;padding:15px 18px;border:1px solid var(--ref2070-line);border-radius:14px;background:#fff}

/* Account and information pages */
body.ref-premium-storefront-v2070 .woocommerce-MyAccount-navigation ul{margin:0!important}
body.ref-premium-storefront-v2070 .woocommerce-MyAccount-navigation li{margin:0 0 5px!important;border:0!important}
body.ref-premium-storefront-v2070 .woocommerce-MyAccount-navigation li a{display:block;padding:12px 14px;border-radius:11px;color:var(--ref2070-ink);font-weight:700}
body.ref-premium-storefront-v2070 .woocommerce-MyAccount-navigation li.is-active a,
body.ref-premium-storefront-v2070 .woocommerce-MyAccount-navigation li a:hover{color:#fff;background:var(--ref2070-primary)}
body.ref-premium-storefront-v2070.ref-v2070-information-page .page-wrapper{
  width:min(1020px,calc(100vw - 48px))!important;
  max-width:none!important;
  margin:38px auto 76px!important;
  padding:0!important;
}
body.ref-premium-storefront-v2070 .ref-v2040-page,
body.ref-premium-storefront-v2070.ref-v2070-information-page .entry-content{
  padding:42px!important;
  border:1px solid var(--ref2070-line)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:var(--ref2070-shadow-sm)!important;
}
body.ref-premium-storefront-v2070.ref-v2070-information-page .entry-content h1{font-size:clamp(36px,4vw,56px)}
body.ref-premium-storefront-v2070.ref-v2070-information-page .entry-content h2{margin-top:36px;font-size:26px}
body.ref-premium-storefront-v2070.ref-v2070-information-page .entry-content p,
body.ref-premium-storefront-v2070.ref-v2070-information-page .entry-content li{font-size:15px;line-height:1.75}

/* Single premium footer owner */
body.ref-premium-storefront-v2070.ref-v2071-footer-ready #wrapper > footer#footer,
body.ref-premium-storefront-v2070.ref-v2071-footer-ready #wrapper .footer-wrapper,
body.ref-premium-storefront-v2070.ref-v2071-footer-ready .absolute-footer,
body.ref-premium-storefront-v2070.ref-v2071-footer-ready .footer-1,
body.ref-premium-storefront-v2070.ref-v2071-footer-ready .footer-2{display:none!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer{
  display:block!important;
  width:100%!important;
  margin:0!important;
  color:#fff!important;
  background:#10192e!important;
  overflow:hidden!important;
}
body.ref-premium-storefront-v2070 .ref-v2003-trust{
  display:block!important;
  width:100%!important;
  color:var(--ref2070-ink)!important;
  background:#fff!important;
  border-top:1px solid var(--ref2070-line)!important;
  border-bottom:1px solid var(--ref2070-line)!important;
}
body.ref-premium-storefront-v2070 .ref-v2003-trust .ref-v2003-shell{width:var(--ref2070-shell)!important;max-width:none!important;margin-inline:auto!important}
body.ref-premium-storefront-v2070 .ref-v2003-trust strong{display:block!important;color:var(--ref2070-ink)!important;font-size:13px!important;line-height:1.25!important}
body.ref-premium-storefront-v2070 .ref-v2003-trust small{display:block!important;margin-top:4px!important;color:var(--ref2070-muted)!important;font-size:11px!important;line-height:1.35!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer,
body.ref-premium-storefront-v2070 #ref-intelligent-footer *{box-sizing:border-box!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-shell{width:var(--ref2070-shell)!important;max-width:none!important;margin:auto!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer nav,
body.ref-premium-storefront-v2070 #ref-intelligent-footer section{min-width:0!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer ul{list-style:none!important;padding:0!important}
body.ref-premium-storefront-v2070 .ref-v2003-trust .ref-v2003-trust-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important}
body.ref-premium-storefront-v2070 .ref-v2003-trust .ref-v2003-trust-item{display:flex!important;align-items:center!important;gap:12px!important;min-height:92px!important;padding:18px 22px!important;border-right:1px solid var(--ref2070-line)!important}
body.ref-premium-storefront-v2070 .ref-v2003-trust .ref-v2003-trust-item:last-child{border-right:0!important}
body.ref-premium-storefront-v2070 .ref-v2003-trust .ref-v2003-icon{display:grid!important;place-items:center!important;flex:0 0 38px!important;width:38px!important;height:38px!important;border-radius:12px!important;color:var(--ref2070-primary)!important;background:var(--ref2070-soft-blue)!important}
body.ref-premium-storefront-v2070 .ref-v2003-trust .ref-v2003-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7}
body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-main-grid{
  display:grid!important;
  grid-template-columns:1.25fr repeat(3,minmax(130px,.78fr)) 1fr!important;
  gap:34px!important;
  padding:58px 0 42px!important;
}
body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-brand img{max-width:230px!important;max-height:58px!important;object-fit:contain!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer h2{margin:0 0 17px!important;color:#fff!important;font-size:13px!important;letter-spacing:.03em!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer p,
body.ref-premium-storefront-v2070 #ref-intelligent-footer a,
body.ref-premium-storefront-v2070 #ref-intelligent-footer span{color:rgba(255,255,255,.66)!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer a:hover{color:#fff!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-links{margin:0!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-links li{margin:0 0 9px!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-cta{display:inline-flex!important;align-items:center!important;min-height:42px!important;margin-top:12px!important;padding:0 16px!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:999px!important;color:#fff!important;background:rgba(255,255,255,.07)!important;font-weight:800!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-detail-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;flex-wrap:wrap!important;padding:20px 0!important;border-top:1px solid rgba(255,255,255,.1)!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-detail-row>div{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-payments{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:8px!important;flex-wrap:wrap!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-payments span{display:inline-flex!important;padding:6px 9px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:999px!important;font-size:10px!important;font-weight:700!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-bottom{padding:17px 0!important;background:#0b1224!important;border-top:1px solid rgba(255,255,255,.08)!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-bottom-inner{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:24px!important;flex-wrap:wrap!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-bottom .ref-v2003-links{display:flex!important;align-items:center!important;gap:16px!important;flex-wrap:wrap!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-bottom .ref-v2003-links li{margin:0!important}
body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-age{display:inline-flex!important;margin:12px 0!important;padding:6px 10px!important;border:1px solid rgba(255,255,255,.14)!important;border-radius:999px!important;font-size:11px!important}

/* Preserve payment-provider brand styling */
body.ref-premium-storefront-v2070 [class*="clearpay"],
body.ref-premium-storefront-v2070 [class*="afterpay"],
body.ref-premium-storefront-v2070 [class*="sezzle"],
body.ref-premium-storefront-v2070 [class*="klarna"],
body.ref-premium-storefront-v2070 [class*="amazon-pay"],
body.ref-premium-storefront-v2070 [class*="apple-pay"],
body.ref-premium-storefront-v2070 [class*="google-pay"]{
  background-color:revert!important;
  background-image:revert!important;
  color:revert!important;
  border-color:revert!important;
  box-shadow:revert!important;
  filter:none!important;
}

/* Reveal motion */
body.ref-premium-storefront-v2070.ref-v2070-motion .ref-v2070-reveal{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s cubic-bezier(.2,.7,.2,1)}
body.ref-premium-storefront-v2070.ref-v2070-motion .ref-v2070-reveal.ref-v2070-visible{opacity:1;transform:none}
body.ref-premium-storefront-v2070.ref-v2070-keyboard a:focus-visible,
body.ref-premium-storefront-v2070.ref-v2070-keyboard button:focus-visible,
body.ref-premium-storefront-v2070.ref-v2070-keyboard input:focus-visible,
body.ref-premium-storefront-v2070.ref-v2070-keyboard select:focus-visible{
  outline:3px solid color-mix(in srgb,var(--ref2070-primary) 42%,#fff)!important;
  outline-offset:3px!important;
}

@media (max-width:1180px){
  :root{--ref2070-shell:min(1120px,calc(100vw - 32px))}
  body.ref-premium-storefront-v2070 #masthead .header-inner{grid-template-columns:minmax(160px,1fr) minmax(290px,380px) minmax(340px,1fr)!important}
  body.ref-premium-storefront-v2070 #masthead .flex-right > .nav > li > a{padding:0 9px!important;font-size:11px!important}
  body.ref-premium-storefront-v2070 .ref-v2070-department-nav > li{flex-basis:20%!important}
  body.ref-premium-storefront-v2070 .ref-v2010-hero{grid-template-columns:.82fr 1.18fr;padding:52px 40px}
  body.ref-premium-storefront-v2070 .ref-v2010-hero-product-1{left:100px}
  body.ref-premium-storefront-v2070 .ref-v2010-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-main-grid{grid-template-columns:1.3fr repeat(2,minmax(150px,.8fr));}
  body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-main-grid > :nth-child(4),
  body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-main-grid > :nth-child(5){grid-column:auto}
}

@media (max-width:849px){
  :root{--ref2070-shell:calc(100vw - 24px)}
  body.ref-premium-storefront-v2070 #masthead.header-main{height:72px!important;min-height:72px!important;padding:4px 0!important}
  body.ref-premium-storefront-v2070 #masthead .header-inner{display:flex!important;width:100%!important;min-height:64px!important;padding:0 12px!important}
  body.ref-premium-storefront-v2070 #masthead #logo{position:static!important;max-width:230px!important;margin:auto!important}
  body.ref-premium-storefront-v2070 #masthead #logo a{height:54px!important}
  body.ref-premium-storefront-v2070 #masthead #logo img.header-logo{max-height:44px!important}
  body.ref-premium-storefront-v2070 #wide-nav,
  body.ref-premium-storefront-v2070 .header-bottom{display:none!important}
  body.ref-premium-storefront-v2070 .ref-v2010-home{margin-top:18px;margin-bottom:48px}
  body.ref-premium-storefront-v2070 .ref-v2010-home > section{margin-bottom:52px}
  body.ref-premium-storefront-v2070 .ref-v2010-hero{grid-template-columns:1fr;min-height:0;padding:42px 28px 30px}
  body.ref-premium-storefront-v2070 .ref-v2010-hero-copy{max-width:680px;padding:0}
  body.ref-premium-storefront-v2070 .ref-v2010-hero h1{font-size:clamp(43px,10vw,68px)}
  body.ref-premium-storefront-v2070 .ref-v2010-hero-showcase{min-height:460px;margin-top:34px}
  body.ref-premium-storefront-v2070 .ref-v2010-hero-product-1{inset:0 72px 90px 72px}
  body.ref-premium-storefront-v2070 .ref-v2010-reassurance{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:-18px!important;padding:0 14px}
  body.ref-premium-storefront-v2070 .ref-v2010-category-grid{grid-auto-rows:220px}
  body.ref-premium-storefront-v2070 .ref-v2010-category-card,
  body.ref-premium-storefront-v2070 .ref-v2010-category-card:nth-child(1),
  body.ref-premium-storefront-v2070 .ref-v2010-category-card:nth-child(2){grid-column:span 6;grid-row:span 1}
  body.ref-premium-storefront-v2070 .ref-v2010-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.ref-premium-storefront-v2070 .ref-v2010-finder{grid-template-columns:1fr;padding:38px 30px}
  body.ref-premium-storefront-v2070 .ref-v2010-private-cta{grid-template-columns:1fr;padding:40px 32px}
  body.ref-premium-storefront-v2070 .ref-v2010-private-mark{min-height:150px}
  body.ref-premium-storefront-v2070 .ref-v2010-newsletter{grid-template-columns:1fr;padding:32px}
  body.ref-premium-storefront-v2070.single-product .product-gallery,
  body.ref-premium-storefront-v2070.single-product .product-info{padding:22px!important}
  body.ref-premium-storefront-v2070.single-product .product-gallery .woocommerce-product-gallery__image{min-height:380px}
  body.ref-premium-storefront-v2070 .ref-v2003-trust .ref-v2003-trust-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.ref-premium-storefront-v2070 .ref-v2003-trust .ref-v2003-trust-item:nth-child(2){border-right:0!important}
  body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-main-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important;padding:42px 0 32px!important}
}

@media (max-width:549px){
  :root{--ref2070-shell:calc(100vw - 18px)}
  body.ref-premium-storefront-v2070 .header-top{height:27px!important;min-height:27px!important}
  body.ref-premium-storefront-v2070 .ref-v2070-topbar-copy{font-size:8.5px;letter-spacing:.08em}
  body.ref-premium-storefront-v2070 .ref-v2010-home{margin-top:10px}
  body.ref-premium-storefront-v2070 .ref-v2010-hero{padding:34px 20px 22px;border-radius:22px}
  body.ref-premium-storefront-v2070 .ref-v2010-hero h1{font-size:43px}
  body.ref-premium-storefront-v2070 .ref-v2010-hero-copy > p{font-size:14px;line-height:1.65}
  body.ref-premium-storefront-v2070 .ref-v2010-actions{width:100%}
  body.ref-premium-storefront-v2070 .ref-v2010-button{width:100%}
  body.ref-premium-storefront-v2070 .ref-v2010-hero-showcase{min-height:360px;margin-top:24px}
  body.ref-premium-storefront-v2070 .ref-v2010-hero-product-1{inset:0 18px 112px}
  body.ref-premium-storefront-v2070 .ref-v2010-hero-product-2{left:0;width:48%;height:150px}
  body.ref-premium-storefront-v2070 .ref-v2010-hero-product-3{right:0;width:48%;height:150px}
  body.ref-premium-storefront-v2070 .ref-v2010-hero-product-copy{padding:10px}
  body.ref-premium-storefront-v2070 .ref-v2010-hero-product-copy strong{font-size:10px}
  body.ref-premium-storefront-v2070 .ref-v2010-hero-product-copy small{font-size:7.5px}
  body.ref-premium-storefront-v2070 .ref-v2010-reassurance{grid-template-columns:1fr;margin-top:12px!important;padding:0}
  body.ref-premium-storefront-v2070 .ref-v2010-reassurance article{min-height:72px}
  body.ref-premium-storefront-v2070 .ref-v2010-section-head{display:block}
  body.ref-premium-storefront-v2070 .ref-v2010-section-head > a{margin-top:18px}
  body.ref-premium-storefront-v2070 .ref-v2010-section-head h2,
  body.ref-premium-storefront-v2070 .ref-v2010-finder h2,
  body.ref-premium-storefront-v2070 .ref-v2010-private-cta h2,
  body.ref-premium-storefront-v2070 .ref-v2010-newsletter h2{font-size:34px}
  body.ref-premium-storefront-v2070 .ref-v2010-category-grid{display:grid;grid-template-columns:1fr;grid-auto-rows:300px}
  body.ref-premium-storefront-v2070 .ref-v2010-category-card,
  body.ref-premium-storefront-v2070 .ref-v2010-category-card:nth-child(1),
  body.ref-premium-storefront-v2070 .ref-v2010-category-card:nth-child(2){grid-column:auto;grid-row:auto}
  body.ref-premium-storefront-v2070 .ref-v2010-product-grid{grid-template-columns:1fr}
  body.ref-premium-storefront-v2070 .ref-v2010-product-media{min-height:310px}
  body.ref-premium-storefront-v2070 .ref-v2010-finder{padding:30px 20px}
  body.ref-premium-storefront-v2070 .ref-v2010-finder-grid{grid-template-columns:1fr}
  body.ref-premium-storefront-v2070 .ref-v2010-advice-grid{grid-template-columns:1fr}
  body.ref-premium-storefront-v2070 .ref-v2010-private-cta{padding:32px 22px}
  body.ref-premium-storefront-v2070 .ref-v2010-text-link{display:flex;margin:14px 0 0}
  body.ref-premium-storefront-v2070 .ref-v2010-newsletter{padding:28px 22px}
  body.ref-premium-storefront-v2070.single-product .product-gallery,
  body.ref-premium-storefront-v2070.single-product .product-info,
  body.ref-premium-storefront-v2070.single-product .woocommerce-tabs,
  body.ref-premium-storefront-v2070.single-product .related,
  body.ref-premium-storefront-v2070.single-product .upsells,
  body.ref-premium-storefront-v2070 .woocommerce-cart-form,
  body.ref-premium-storefront-v2070 .cart-collaterals,
  body.ref-premium-storefront-v2070 form.checkout .col-inner,
  body.ref-premium-storefront-v2070 #order_review,
  body.ref-premium-storefront-v2070 .woocommerce-MyAccount-navigation,
  body.ref-premium-storefront-v2070 .woocommerce-MyAccount-content,
  body.ref-premium-storefront-v2070 .ref-v2040-page,
  body.ref-premium-storefront-v2070.ref-v2070-information-page .entry-content{padding:20px!important;border-radius:17px!important}
  body.ref-premium-storefront-v2070.single-product .product-gallery .woocommerce-product-gallery__image{min-height:300px}
  body.ref-premium-storefront-v2070 .ref-v2070-buy-confidence{display:grid}
  body.ref-premium-storefront-v2070 .ref-v2070-buy-confidence a{margin-left:0}
  body.ref-premium-storefront-v2070 .ref-v2003-trust .ref-v2003-trust-grid{grid-template-columns:1fr!important}
  body.ref-premium-storefront-v2070 .ref-v2003-trust .ref-v2003-trust-item{border-right:0!important;border-bottom:1px solid var(--ref2070-line)!important}
  body.ref-premium-storefront-v2070 #ref-intelligent-footer .ref-v2003-main-grid{grid-template-columns:1fr!important;padding:34px 0 26px!important}
}

@media (prefers-reduced-motion:reduce){
  body.ref-premium-storefront-v2070 *,
  body.ref-premium-storefront-v2070 *:before,
  body.ref-premium-storefront-v2070 *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  body.ref-premium-storefront-v2070 .ref-v2070-reveal{opacity:1!important;transform:none!important}
}

/* ==========================================================
   Consolidated content components retained from operational modules
   ========================================================== */
body.ref-premium-storefront-v2070 .ref-px2-highlights{
  width:100%;
  margin:22px 0 18px;
  padding:23px;
  border:1px solid var(--ref2070-line);
  border-radius:18px;
  background:linear-gradient(145deg,#fff,var(--ref2070-soft-blue));
  box-shadow:var(--ref2070-shadow-sm);
  container-type:inline-size;
}
body.ref-premium-storefront-v2070 .ref-px2-eyebrow,
body.ref-premium-storefront-v2070 .ref-cx2-eyebrow,
body.ref-premium-storefront-v2070 .ref-cx2-section-heading > span{
  display:block;
  color:var(--ref2070-primary);
  font-size:10px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
body.ref-premium-storefront-v2070 .ref-px2-highlights h3{margin:5px 0 15px;font-size:24px}
body.ref-premium-storefront-v2070 .ref-px2-highlight-grid{display:grid;grid-template-columns:1fr;gap:9px}
body.ref-premium-storefront-v2070 .ref-px2-highlight{
  display:flex;
  align-items:flex-start;
  gap:10px;
  min-width:0;
  padding:12px 13px;
  border:1px solid color-mix(in srgb,var(--ref2070-primary) 8%,transparent);
  border-radius:13px;
  background:#fff;
  color:var(--ref2070-ink);
  font-size:13px;
  line-height:1.48;
}
body.ref-premium-storefront-v2070 .ref-px2-highlight i,
body.ref-premium-storefront-v2070 .ref-px2-reassurance > div > span{
  display:grid;
  place-items:center;
  flex:0 0 23px;
  width:23px;
  height:23px;
  border-radius:50%;
  color:#fff;
  background:var(--ref2070-primary);
  font-size:11px;
  font-style:normal;
  font-weight:900;
}
body.ref-premium-storefront-v2070 .ref-px2-highlight > span{min-width:0;overflow-wrap:anywhere}
body.ref-premium-storefront-v2070 .ref-px2-reassurance{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
  margin:15px 0 0;
}
body.ref-premium-storefront-v2070 .ref-px2-reassurance > div{
  display:flex;
  align-items:center;
  gap:9px;
  min-width:0;
  padding:11px 12px;
  border:1px solid var(--ref2070-line);
  border-radius:13px;
  background:#fff;
  color:var(--ref2070-ink);
  font-size:12px;
}
body.ref-premium-storefront-v2070 .ref-px2-tab-copy{width:100%;max-width:920px;color:var(--ref2070-muted)}
body.ref-premium-storefront-v2070 .ref-px2-tab-copy h3{margin-top:0;color:var(--ref2070-ink)}
@container (min-width:520px){body.ref-premium-storefront-v2070 .ref-px2-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Category experience markup, visually owned here rather than by v14 CSS. */
body.ref-premium-storefront-v2070 .ref-cx2-hero{
  display:grid;
  grid-template-columns:minmax(0,1.28fr) minmax(270px,.72fr);
  width:var(--ref2070-shell);
  min-height:320px;
  margin:26px auto 34px;
  overflow:hidden;
  border:1px solid var(--ref2070-line);
  border-radius:var(--ref2070-radius-lg);
  background:linear-gradient(135deg,#111a36 0%,var(--ref2070-deep) 55%,var(--ref2070-primary) 130%);
  box-shadow:var(--ref2070-shadow);
}
body.ref-premium-storefront-v2070 .ref-cx2-hero-copy{
  display:flex;
  min-width:0;
  padding:clamp(34px,5vw,62px);
  flex-direction:column;
  justify-content:center;
}
body.ref-premium-storefront-v2070 .ref-cx2-hero .ref-v2046-brand{display:none!important}
body.ref-premium-storefront-v2070 .ref-cx2-hero .ref-cx2-eyebrow{color:rgba(255,255,255,.64)}
body.ref-premium-storefront-v2070 .ref-cx2-hero h1{
  margin:9px 0 15px;
  color:#fff;
  font-size:clamp(42px,5vw,68px);
  line-height:.98;
  letter-spacing:-.055em;
}
body.ref-premium-storefront-v2070 .ref-cx2-description{max-width:720px;color:rgba(255,255,255,.74);font-size:15px;line-height:1.7}
body.ref-premium-storefront-v2070 .ref-cx2-description p{color:inherit}
body.ref-premium-storefront-v2070 .ref-cx2-hero-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:21px}
body.ref-premium-storefront-v2070 .ref-cx2-hero-meta span{
  padding:8px 12px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  color:rgba(255,255,255,.83);
  background:rgba(255,255,255,.08);
  font-size:11.5px;
  backdrop-filter:blur(8px);
}
body.ref-premium-storefront-v2070 .ref-cx2-hero-media{position:relative;min-height:320px;background:rgba(255,255,255,.06)}
body.ref-premium-storefront-v2070 .ref-cx2-hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--ref2070-deep),transparent 35%);pointer-events:none}
body.ref-premium-storefront-v2070 .ref-cx2-hero-media img{width:100%;height:100%;min-height:320px;object-fit:cover}
body.ref-premium-storefront-v2070 .ref-cx2-related-categories,
body.ref-premium-storefront-v2070 .ref-cx2-guidance{
  width:100%;
  margin:42px 0;
  padding:clamp(25px,3vw,34px);
  border:1px solid var(--ref2070-line);
  border-radius:var(--ref2070-radius);
  background:#fff;
  box-shadow:var(--ref2070-shadow-sm);
}
body.ref-premium-storefront-v2070 .ref-cx2-section-heading{margin-bottom:18px}
body.ref-premium-storefront-v2070 .ref-cx2-section-heading h2{margin:6px 0 0;font-size:clamp(26px,3vw,36px)}
body.ref-premium-storefront-v2070 .ref-cx2-related-grid,
body.ref-premium-storefront-v2070 .ref-cx2-guidance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
body.ref-premium-storefront-v2070 .ref-cx2-related-grid a,
body.ref-premium-storefront-v2070 .ref-cx2-guidance-grid article{
  min-width:0;
  padding:18px;
  border:1px solid var(--ref2070-line);
  border-radius:15px;
  background:linear-gradient(145deg,#fff,var(--ref2070-soft-blue));
}
body.ref-premium-storefront-v2070 .ref-cx2-related-grid a:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--ref2070-primary) 35%,var(--ref2070-line));box-shadow:var(--ref2070-shadow-sm)}
body.ref-premium-storefront-v2070 .ref-cx2-related-grid span{display:block;color:var(--ref2070-ink);font-weight:800}
body.ref-premium-storefront-v2070 .ref-cx2-related-grid small{display:block;margin-top:5px;color:var(--ref2070-muted)}
body.ref-premium-storefront-v2070 .ref-cx2-guidance-grid article > span{color:var(--ref2070-primary);font-size:10px;font-weight:900}
body.ref-premium-storefront-v2070 .ref-cx2-guidance-grid p{margin:10px 0 0;color:var(--ref2070-ink);font-size:13px;line-height:1.55}
body.ref-premium-storefront-v2070.ref-category-sidebar-none .shop-sidebar,
body.ref-premium-storefront-v2070.ref-category-sidebar-none #shop-sidebar,
body.ref-premium-storefront-v2070.ref-category-sidebar-drawer .shop-sidebar,
body.ref-premium-storefront-v2070.ref-category-sidebar-drawer #shop-sidebar{display:none!important}
body.ref-premium-storefront-v2070.ref-category-sidebar-none .shop-container .large-9,
body.ref-premium-storefront-v2070.ref-category-sidebar-none .category-page-row > .large-9{flex-basis:100%!important;max-width:100%!important}

/* Recently-viewed and recovery placements keep their behavioural JS, while
   the consolidated engine supplies their only presentation. */
body.ref-premium-storefront-v2070 .ref-v2050-placement[hidden]{display:none!important}
body.ref-premium-storefront-v2070 .ref-v2050-placement{
  width:100%;
  margin:42px 0;
  padding:clamp(24px,3vw,34px);
  border:1px solid var(--ref2070-line);
  border-radius:var(--ref2070-radius);
  background:linear-gradient(135deg,var(--ref2070-soft-blue),#fff 55%);
  box-shadow:var(--ref2070-shadow-sm);
}
body.ref-premium-storefront-v2070 .ref-v2050-placement-header{max-width:720px;margin:0 0 20px}
body.ref-premium-storefront-v2070 .ref-v2050-placement-header > span{color:var(--ref2070-primary);font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
body.ref-premium-storefront-v2070 .ref-v2050-placement-header h2{margin:6px 0;font-size:clamp(25px,3vw,36px)}
body.ref-premium-storefront-v2070 .ref-v2050-placement-header p{margin:0;line-height:1.6}
body.ref-premium-storefront-v2070 .ref-v2050-placement-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
body.ref-premium-storefront-v2070 .ref-v2050-product-link{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  align-items:center;
  gap:12px;
  height:100%;
  min-height:104px;
  padding:11px;
  border:1px solid var(--ref2070-line);
  border-radius:15px;
  background:#fff;
  box-shadow:0 7px 18px rgba(16,28,52,.05);
}
body.ref-premium-storefront-v2070 .ref-v2050-product-link:hover{transform:translateY(-3px);box-shadow:var(--ref2070-shadow-sm)}
body.ref-premium-storefront-v2070 .ref-v2050-product-media{display:grid;place-items:center;width:78px;height:78px;overflow:hidden;border-radius:12px;background:var(--ref2070-soft)}
body.ref-premium-storefront-v2070 .ref-v2050-product-media img{width:100%;height:100%;object-fit:contain}
body.ref-premium-storefront-v2070 .ref-v2050-product-copy{display:flex;min-width:0;flex-direction:column}
body.ref-premium-storefront-v2070 .ref-v2050-product-copy strong{display:-webkit-box;overflow:hidden;color:var(--ref2070-ink);font-size:12.5px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}
body.ref-premium-storefront-v2070 .ref-v2050-product-price{margin-top:6px;color:var(--ref2070-primary);font-weight:900}
body.ref-premium-storefront-v2070 .ref-v2050-product-action{margin-top:5px;color:var(--ref2070-primary);font-size:10.5px;font-weight:900}
body.ref-premium-storefront-v2070 .ref-v2050-category-card a{display:flex;min-height:100px;height:100%;padding:17px;flex-direction:column;justify-content:center;border:1px solid var(--ref2070-line);border-radius:15px;background:#fff}
body.ref-premium-storefront-v2070 .ref-v2050-category-card a:hover{transform:translateY(-3px);border-color:var(--ref2070-primary)}
body.ref-premium-storefront-v2070 .ref-v2050-category-card strong{color:var(--ref2070-ink);font-size:15px}
body.ref-premium-storefront-v2070 .ref-v2050-category-card span{margin-top:5px;color:var(--ref2070-muted);font-size:12px}

/* Premium brand and customer-proof sections use only real local catalogue data. */
body.ref-premium-storefront-v2070 .ref-v2070-brand-strip,
body.ref-premium-storefront-v2070 .ref-v2070-customer-proof{padding:0 4px}
body.ref-premium-storefront-v2070 .ref-v2070-brand-strip > header,
body.ref-premium-storefront-v2070 .ref-v2070-customer-proof > header{max-width:720px;margin:0 0 24px}
body.ref-premium-storefront-v2070 .ref-v2070-brand-strip h2,
body.ref-premium-storefront-v2070 .ref-v2070-customer-proof h2{margin:6px 0 0;font-size:clamp(32px,4vw,48px)}
body.ref-premium-storefront-v2070 .ref-v2070-customer-proof > header p{margin:10px 0 0;line-height:1.65}
body.ref-premium-storefront-v2070 .ref-v2070-brand-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
body.ref-premium-storefront-v2070 .ref-v2070-brand-grid a{
  display:flex;
  min-height:92px;
  padding:16px;
  flex-direction:column;
  justify-content:center;
  border:1px solid var(--ref2070-line);
  border-radius:15px;
  background:#fff;
  text-align:center;
  box-shadow:0 5px 16px rgba(16,28,52,.04);
}
body.ref-premium-storefront-v2070 .ref-v2070-brand-grid a:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--ref2070-primary) 36%,var(--ref2070-line));box-shadow:var(--ref2070-shadow-sm)}
body.ref-premium-storefront-v2070 .ref-v2070-brand-grid strong{color:var(--ref2070-ink);font-size:16px;letter-spacing:-.02em}
body.ref-premium-storefront-v2070 .ref-v2070-brand-grid small{margin-top:5px;color:var(--ref2070-muted);font-size:10.5px}
body.ref-premium-storefront-v2070 .ref-v2070-customer-proof{
  padding:clamp(34px,5vw,58px);
  border-radius:var(--ref2070-radius-lg);
  background:linear-gradient(135deg,#111a36,var(--ref2070-deep));
  box-shadow:var(--ref2070-shadow);
}
body.ref-premium-storefront-v2070 .ref-v2070-customer-proof .ref-v2010-kicker{color:rgba(255,255,255,.58)}
body.ref-premium-storefront-v2070 .ref-v2070-customer-proof h2,
body.ref-premium-storefront-v2070 .ref-v2070-customer-proof > header p{color:#fff}
body.ref-premium-storefront-v2070 .ref-v2070-customer-proof > header p{color:rgba(255,255,255,.7)}
body.ref-premium-storefront-v2070 .ref-v2070-proof-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
body.ref-premium-storefront-v2070 .ref-v2070-proof-grid article{display:flex;min-width:0;min-height:225px;padding:22px;flex-direction:column;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.075);backdrop-filter:blur(10px)}
body.ref-premium-storefront-v2070 .ref-v2070-proof-stars{color:#f1c36a;font-size:13px;letter-spacing:.12em}
body.ref-premium-storefront-v2070 .ref-v2070-proof-grid blockquote{margin:16px 0 20px;color:#fff;font-size:15px;line-height:1.65;font-style:normal}
body.ref-premium-storefront-v2070 .ref-v2070-proof-grid a{margin-top:auto;color:#fff;font-size:12px;font-weight:800}
body.ref-premium-storefront-v2070 .ref-v2070-proof-grid small{margin-top:4px;color:rgba(255,255,255,.55);font-size:10px}

@media(max-width:1050px){
  body.ref-premium-storefront-v2070 .ref-v2070-brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  body.ref-premium-storefront-v2070 .ref-v2050-placement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:849px){
  body.ref-premium-storefront-v2070 .ref-cx2-hero{grid-template-columns:1fr;width:calc(100vw - 28px)}
  body.ref-premium-storefront-v2070 .ref-cx2-hero-media,
  body.ref-premium-storefront-v2070 .ref-cx2-hero-media img{min-height:240px}
  body.ref-premium-storefront-v2070 .ref-cx2-related-grid,
  body.ref-premium-storefront-v2070 .ref-cx2-guidance-grid,
  body.ref-premium-storefront-v2070 .ref-v2070-proof-grid{grid-template-columns:1fr}
}
@media(max-width:620px){
  body.ref-premium-storefront-v2070 .ref-px2-reassurance,
  body.ref-premium-storefront-v2070 .ref-v2050-placement-grid{grid-template-columns:1fr}
  body.ref-premium-storefront-v2070 .ref-v2070-brand-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.ref-premium-storefront-v2070 .ref-v2070-customer-proof{padding:28px 20px;border-radius:22px}
  body.ref-premium-storefront-v2070 .ref-cx2-hero-copy{padding:30px 22px}
  body.ref-premium-storefront-v2070 .ref-cx2-hero h1{font-size:42px}
}
