/** Shopify CDN: Minification failed

Line 15:7 Expected identifier but found "{"
Line 15:8 Unexpected "{"
Line 15:18 Expected ":"
Line 16:9 Expected identifier but found "{"
Line 16:10 Unexpected "{"
Line 16:20 Expected ":"
Line 17:10 Expected identifier but found "{"
Line 17:11 Unexpected "{"
Line 17:21 Expected ":"

**/
:root{
  --bg:{{ settings.color_background }};
  --text:{{ settings.color_text }};
  --muted:{{ settings.color_accent }};
  --line:rgba(0,0,0,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
  letter-spacing:.025em;
  -webkit-font-smoothing:antialiased;
}
@media(min-width:901px){
  body{padding-top:138px;}
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.page-width{max-width:1500px;margin:0 auto;padding:0 36px}
.logo{
  font-family:"Arial Black","Helvetica Neue",Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.32em;
  font-weight:900;
}
.deg-type,.kicker,.btn,.product-card,.price{
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-weight:400;
}
.utility-nav,.main-menu{
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-weight:400;
}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid currentColor;
  padding:14px 22px;
  font-size:11px;
  line-height:1;
  transition:background .25s ease,color .25s ease,opacity .25s ease;
}
.btn:hover{background:var(--text);color:var(--bg)}
.header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(250,250,248,.94);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line);
}
@media(min-width:901px){
  .header{
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    background:rgba(250,250,248,.86);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    transition:background .28s ease, box-shadow .28s ease, border-color .28s ease;
  }
  .header.is-scrolled{
    background:rgba(250,250,248,.98);
    border-bottom-color:rgba(0,0,0,.16);
    box-shadow:0 8px 30px rgba(0,0,0,.035);
  }
}
.header-stack{
  min-height:138px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:24px;
  padding-top:24px;
  padding-bottom:20px;
}
.mobile-header-bar{display:none}
.mobile-menu-panel{display:none}
.header-top{
  position:relative;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
}
.header-logo{
  font-size:30px;
  line-height:1;
  letter-spacing:.34em;
  justify-self:center;
  padding-left:.34em;
}
.utility-nav{
  display:flex;
  gap:28px;
  align-items:center;
  font-size:11px;
  line-height:1;
}
.utility-nav a,.main-menu a{opacity:.86;transition:opacity .2s ease}
.utility-nav a:hover,.main-menu a:hover{opacity:.46}
.utility-left{justify-self:start}
.utility-right{justify-self:end}
.main-menu{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:32px;
  font-size:11px;
  line-height:1;
  width:100%;
}
.cart-icon{
  width:21px;
  height:21px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  position:relative;
}
.cart-icon svg{width:20px;height:20px;stroke-width:1.45}
.cart-count{
  position:absolute;
  right:-8px;
  top:-8px;
  min-width:15px;
  height:15px;
  border-radius:50%;
  background:var(--text);
  color:var(--bg);
  font-size:9px;
  letter-spacing:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:Arial,sans-serif;
  font-weight:700;
}
.video-hero{
  width:100%;
  aspect-ratio:16/9;
  background:#f1f1f1;
  overflow:hidden;
  border-bottom:1px solid var(--line);
}
.video-hero__media{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.video-hero__placeholder{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.24em;
  font-size:11px;
}
.hero{
  min-height:calc(100vh - 138px);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  border-bottom:1px solid var(--line);
}
.hero-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:72px 7vw 72px 8vw;
}
.kicker{
  font-size:10px;
  color:var(--muted);
  margin-bottom:24px;
}
h1{font-family:"Arial Black","Helvetica Neue",Arial,sans-serif;text-transform:uppercase;font-weight:900;letter-spacing:.20em;margin:0;padding-left:.20em}
h2,h3{font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;text-transform:uppercase;font-weight:400;letter-spacing:.14em;margin:0;padding-left:.14em}
h1{font-size:clamp(34px,4vw,62px);line-height:.98;white-space:nowrap;max-width:100%}
h2{font-size:clamp(26px,3.8vw,58px);line-height:1.04}
h3{font-size:18px;line-height:1.2;letter-spacing:.18em;padding-left:.18em}
.lead{
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
  letter-spacing:.025em;
  font-size:15px;
  line-height:1.75;
  color:var(--muted);
  max-width:520px;
}
.hero-copy .lead{margin:28px 0 28px}
.hero-media{
  min-width:0;
  min-height:calc(100vh - 138px);
  background:#eee;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-media img{width:100%;height:100%;min-height:calc(100vh - 138px);object-fit:cover;object-position:center center}
.media-placeholder{font-size:11px;color:var(--muted);border:1px solid var(--line);padding:18px 20px;letter-spacing:.25em;text-transform:uppercase}
.editorial{padding:96px 0}
.center{text-align:center}.center .lead{margin-left:auto;margin-right:auto}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:46px}
.product-card{font-size:10px;letter-spacing:.18em;line-height:1.5}
.product-card .image{aspect-ratio:1/1.22;background:#eee;margin-bottom:14px;overflow:hidden}
.product-card .image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.product-card:hover .image img{transform:scale(1.03)}
.price{font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;font-weight:400;letter-spacing:.06em;color:var(--muted);font-size:12px;margin-top:6px;text-transform:none}
.footer{border-top:1px solid var(--line);padding:54px 0;background:var(--bg);color:var(--text)}
.footer a,.footer p,.footer input{font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;font-weight:400;letter-spacing:.04em}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:44px;align-items:start}.footer .logo{justify-self:start;padding-left:0;font-size:22px}.footer input{width:100%;border:0;border-bottom:1px solid var(--line);padding:13px 0;background:transparent}.template{min-height:55vh;padding:96px 0}.rte{line-height:1.75;color:var(--muted);max-width:760px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:80px 0}.product-gallery{background:#eee;aspect-ratio:1/1.15;overflow:hidden}.product-gallery img{width:100%;height:100%;object-fit:cover}.product-info h1{font-size:clamp(32px,4.4vw,74px)}.qty,.select{width:100%;padding:13px;border:1px solid var(--line);background:transparent;margin:8px 0 18px}
@media(max-width:900px){.page-width{padding:0 18px}.header-stack{min-height:118px;gap:18px;padding-top:18px;padding-bottom:16px}.header-top{grid-template-columns:1fr auto 1fr}.header-logo{font-size:22px;letter-spacing:.24em;padding-left:.24em}.utility-nav{gap:14px;font-size:9px;letter-spacing:.12em}.main-menu{gap:17px;font-size:9px;letter-spacing:.12em;flex-wrap:wrap}.video-hero{aspect-ratio:16/9}.hero{grid-template-columns:1fr;min-height:auto;overflow:hidden}.hero-copy{padding:52px 22px 46px;text-align:center;align-items:center;max-width:100%;overflow:hidden}.kicker{font-size:9px;letter-spacing:.26em;margin-bottom:22px}h1{font-size:clamp(28px,8.2vw,36px);letter-spacing:.14em;padding-left:.14em;max-width:100%;white-space:nowrap;word-break:normal;overflow-wrap:normal}h2{font-size:clamp(24px,8vw,38px);letter-spacing:.16em;padding-left:.16em}.lead{font-size:14px;line-height:1.65;max-width:320px}.hero-copy .lead{margin:22px 0 24px}.btn{padding:13px 20px;font-size:10px;letter-spacing:.24em}.hero-media{width:100%;min-height:0;height:auto;aspect-ratio:1/1.16;overflow:hidden}.hero-media img{width:100%;height:100%;min-height:0;object-fit:cover;object-position:center center}.products,.footer-grid,.product-layout{grid-template-columns:1fr}}

@media(max-width:520px){.header-stack{min-height:102px;gap:14px}.utility-nav{font-size:8px;gap:10px}.main-menu{font-size:8px;gap:12px}.header-logo{font-size:18px;letter-spacing:.2em;padding-left:.2em}.utility-left a:nth-child(1),.utility-right a:nth-child(1){display:none}
}
@media(max-width:420px){h1{font-size:clamp(25px,7.4vw,31px);letter-spacing:.12em;padding-left:.12em}.hero-copy{padding-left:16px;padding-right:16px}.header-logo{font-size:16px;letter-spacing:.18em;padding-left:.18em}}


/* Deglation mobile header drawer */
@media(max-width:900px){
  .header{position:sticky;top:0;background:rgba(250,250,248,.96);}
  .header-stack{min-height:68px;padding-top:0;padding-bottom:0;gap:0;justify-content:center;}
  .desktop-header-top,.desktop-main-menu{display:none!important;}
  .mobile-header-bar{
    display:grid;
    grid-template-columns:44px 1fr 44px;
    align-items:center;
    width:100%;
    min-height:68px;
  }
  .mobile-logo{
    display:block;
    justify-self:center;
    font-size:20px;
    line-height:1;
    letter-spacing:.22em;
    padding-left:.22em;
    white-space:nowrap;
  }
  .mobile-menu-toggle{
    appearance:none;
    border:0;
    background:transparent;
    width:44px;
    height:44px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    gap:5px;
    padding:0;
    margin:0;
    color:var(--text);
    cursor:pointer;
  }
  .mobile-menu-toggle span{
    display:block;
    width:22px;
    height:1px;
    background:currentColor;
    transition:transform .22s ease, opacity .22s ease;
  }
  .mobile-menu-open .mobile-menu-toggle span:nth-child(1){transform:translateY(6px) rotate(45deg)}
  .mobile-menu-open .mobile-menu-toggle span:nth-child(2){opacity:0}
  .mobile-menu-open .mobile-menu-toggle span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
  .mobile-menu-panel{
    display:none;
    position:absolute;
    left:0;
    right:0;
    top:68px;
    background:rgba(250,250,248,.98);
    border-top:1px solid var(--line);
    border-bottom:1px solid var(--line);
    padding:28px 18px 34px;
    z-index:49;
  }
  .mobile-menu-open .mobile-menu-panel{display:block;}
  .mobile-menu-links{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:18px;
    font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
    text-transform:uppercase;
    letter-spacing:.16em;
    font-size:11px;
    line-height:1;
    font-weight:400;
  }
  .mobile-menu-links a{opacity:.88;}
  .mobile-menu-links a:hover{opacity:.48;}
}
@media(max-width:520px){
  .header-stack{min-height:62px;}
  .mobile-header-bar{min-height:62px;}
  .mobile-logo{font-size:17px;letter-spacing:.19em;padding-left:.19em;}
  .mobile-menu-panel{top:62px;}
}
@media(max-width:380px){
  .mobile-logo{font-size:15px;letter-spacing:.17em;padding-left:.17em;}
}

/* Mobile spacing fix: move What's New lower after hero/video */
@media(max-width:900px){
  .editorial{
    padding-top:92px;
    padding-bottom:72px;
  }
  .video-hero + .editorial,
  .hero + .editorial{
    padding-top:104px;
  }
}
@media(max-width:520px){
  .editorial{
    padding-top:86px;
    padding-bottom:64px;
  }
  .video-hero + .editorial,
  .hero + .editorial{
    padding-top:98px;
  }
}

@media(max-width:900px){body{padding-top:0;}}

/* Desktop shrinking header: centered logo moves to top-left on scroll */
@media(min-width:901px){
  .header-stack{
    transition:min-height .32s ease, padding .32s ease, gap .32s ease;
  }
  .header-top{
    transition:all .32s ease;
  }
  .header-logo{
    transition:font-size .32s ease, letter-spacing .32s ease, padding-left .32s ease, justify-self .32s ease;
  }
  .main-menu{
    transition:gap .32s ease, font-size .32s ease, padding .32s ease;
  }
  .utility-nav{
    transition:font-size .32s ease, letter-spacing .32s ease, opacity .32s ease;
  }
  .header.is-scrolled .header-stack{
    min-height:112px;
    padding-top:12px;
    padding-bottom:12px;
    gap:12px;
  }
  .header.is-scrolled .header-top{
    grid-template-columns:auto minmax(0,1fr) auto;
    column-gap:34px;
  }
  .header.is-scrolled .header-logo{
    grid-column:1;
    justify-self:start;
    font-size:18px;
    letter-spacing:.25em;
    padding-left:.25em;
  }
  .header.is-scrolled .utility-left{
    grid-column:2;
    justify-self:center;
  }
  .header.is-scrolled .utility-right{
    grid-column:3;
    justify-self:end;
  }
  .header.is-scrolled .utility-nav{
    font-size:10px;
    letter-spacing:.12em;
  }
  .header.is-scrolled .main-menu{
    gap:28px;
    font-size:10px;
    letter-spacing:.12em;
  }
}

/* Desktop scrolled header: move utility links into the menu row */
@media(min-width:901px){
  .scrolled-menu-link,
  .scrolled-cart-icon,
  .scrolled-menu-divider{
    display:none;
  }
  .header.is-scrolled .header-stack{
    min-height:112px;
    gap:12px;
  }
  .header.is-scrolled .desktop-header-top{
    display:flex;
    justify-content:flex-start;
    align-items:center;
  }
  .header.is-scrolled .desktop-header-top .header-logo{
    justify-self:auto;
    grid-column:auto;
  }
  .header.is-scrolled .desktop-header-top .utility-nav{
    display:none;
  }
  .header.is-scrolled .desktop-main-menu{
    justify-content:center;
    gap:24px;
    flex-wrap:nowrap;
  }
  .header.is-scrolled .desktop-main-menu .scrolled-menu-link,
  .header.is-scrolled .desktop-main-menu .scrolled-cart-icon{
    display:inline-flex;
  }
  .header.is-scrolled .desktop-main-menu .scrolled-menu-divider{
    display:inline-block;
    width:1px;
    height:14px;
    background:rgba(0,0,0,.16);
    margin:0 2px;
  }
  .header.is-scrolled .desktop-main-menu .scrolled-cart-icon{
    width:18px;
    height:18px;
    vertical-align:middle;
  }
  .header.is-scrolled .desktop-main-menu .scrolled-cart-icon svg{
    width:18px;
    height:18px;
    stroke-width:1.35;
  }
}
@media(min-width:901px) and (max-width:1180px){
  .header.is-scrolled .desktop-main-menu{
    gap:16px;
    font-size:9px;
    letter-spacing:.105em;
  }
}

/* Product and collection system */
.product-page{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);
  gap:clamp(32px,5vw,88px);
  padding-top:clamp(48px,8vw,120px);
  padding-bottom:clamp(70px,10vw,140px);
  align-items:start;
}
.product-media-gallery{
  display:grid;
  gap:18px;
}
.product-media-item,
.product-media-placeholder,
.collection-product-image{
  background:#f6f4f0;
  overflow:hidden;
}
.product-media-item img,
.collection-product-image img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}
.product-media-placeholder{
  min-height:360px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(0,0,0,.45);
}
.product-detail-panel{
  position:sticky;
  top:130px;
  padding:8px 0;
}
.product-kicker{
  margin:0 0 18px;
  font-size:10px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:rgba(0,0,0,.58);
}
.product-title{
  margin:0 0 18px;
  font-size:clamp(24px,3vw,42px);
  line-height:1.08;
  font-weight:400;
  letter-spacing:.025em;
}
.product-price{
  margin:0 0 30px;
  font-size:13px;
  letter-spacing:.08em;
}
.compare-price{
  margin-left:10px;
  text-decoration:line-through;
  opacity:.45;
}
.product-form{
  border-top:1px solid rgba(0,0,0,.12);
  border-bottom:1px solid rgba(0,0,0,.12);
  padding:24px 0;
  margin-bottom:30px;
}
.variant-block,
.quantity-block{
  margin-bottom:18px;
}
.variant-label{
  display:block;
  margin-bottom:8px;
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:rgba(0,0,0,.6);
}
.variant-select,
.quantity-input{
  width:100%;
  border:1px solid rgba(0,0,0,.22);
  background:#fff;
  min-height:44px;
  padding:0 12px;
  border-radius:0;
  font:inherit;
  font-size:12px;
  letter-spacing:.06em;
}
.quantity-input{
  max-width:110px;
}
.product-submit{
  width:100%;
  min-height:48px;
  border:1px solid #111;
  background:#111;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:11px;
  cursor:pointer;
}
.product-submit:disabled{
  opacity:.45;
  cursor:not-allowed;
}
.product-description{
  font-size:13px;
  line-height:1.9;
  color:rgba(0,0,0,.72);
}
.collection-page{
  padding-top:clamp(52px,8vw,120px);
  padding-bottom:clamp(70px,10vw,140px);
}
.collection-heading{
  text-align:center;
  max-width:760px;
  margin:0 auto clamp(42px,6vw,80px);
}
.collection-heading h1{
  margin:0;
  font-size:clamp(28px,4vw,54px);
  line-height:1.05;
  font-weight:400;
  letter-spacing:.04em;
}
.collection-description{
  margin-top:18px;
  font-size:13px;
  line-height:1.8;
  color:rgba(0,0,0,.62);
}
.collection-product-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:34px 18px;
}
.collection-product-card{
  display:block;
  text-decoration:none;
  color:inherit;
}
.collection-product-image{
  aspect-ratio:4/5;
  margin-bottom:12px;
}
.collection-product-image img{
  height:100%;
  transition:transform .6s ease;
}
.collection-product-card:hover .collection-product-image img{
  transform:scale(1.025);
}
.collection-product-meta{
  display:flex;
  justify-content:space-between;
  gap:14px;
  font-size:11px;
  letter-spacing:.08em;
  line-height:1.45;
}
.collection-product-meta span:last-child{
  opacity:.58;
  white-space:nowrap;
}
.empty-state{
  min-height:260px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:16px;
  text-align:center;
  font-size:13px;
  letter-spacing:.08em;
}
.empty-state a,
.pagination a{
  color:inherit;
  text-underline-offset:4px;
}
.pagination{
  display:flex;
  justify-content:center;
  gap:22px;
  margin-top:54px;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
@media(max-width:900px){
  .product-page{
    display:block;
    padding-top:42px;
  }
  .product-detail-panel{
    position:static;
    padding-top:30px;
  }
  .collection-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px 12px;
  }
  .collection-product-meta{
    display:block;
    font-size:10px;
  }
  .collection-product-meta span{
    display:block;
  }
  .collection-product-meta span:last-child{
    margin-top:4px;
  }
}

/* Cart refinement */
.cart-page{
  padding-top:clamp(96px, 12vw, 160px);
  padding-bottom:clamp(80px, 10vw, 140px);
}
.cart-empty{text-align:center;min-height:42vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px}
.cart-form{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:clamp(32px,5vw,72px);align-items:start}
.cart-items{display:flex;flex-direction:column;border-top:1px solid rgba(0,0,0,.12)}
.cart-item{display:grid;grid-template-columns:132px minmax(0,1fr) auto;gap:24px;padding:24px 0;border-bottom:1px solid rgba(0,0,0,.12);align-items:center}
.cart-item__image{display:block;background:#f7f5f0;aspect-ratio:1/1;overflow:hidden}
.cart-item__image img{width:100%;height:100%;object-fit:cover;display:block}
.cart-item__title{font-size:13px;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;color:inherit;line-height:1.45}
.cart-item__variant,.cart-item__price,.cart-note{font-size:12px;letter-spacing:.06em;color:rgba(0,0,0,.58);margin-top:8px}
.cart-item__actions{display:flex;align-items:center;gap:18px}
.cart-qty{width:62px;height:38px;border:1px solid rgba(0,0,0,.22);background:transparent;text-align:center;font-size:12px;letter-spacing:.05em}
.cart-remove{font-size:11px;letter-spacing:.12em;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;color:inherit;opacity:.7}
.cart-remove:hover{opacity:1}
.cart-summary{position:sticky;top:140px;border-top:1px solid rgba(0,0,0,.12);padding-top:22px}
.cart-total{display:flex;justify-content:space-between;gap:20px;font-size:13px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}
.cart-buttons{display:flex;flex-direction:column;gap:10px;margin-top:24px}
.btn-secondary{background:transparent!important;color:inherit!important;border:1px solid rgba(0,0,0,.22)!important}
.visually-hidden{position:absolute!important;overflow:hidden;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;padding:0;border:0}
@media (max-width: 749px){
  .cart-page{padding-top:88px;padding-bottom:88px}
  .cart-form{display:block}
  .cart-item{grid-template-columns:96px minmax(0,1fr);gap:16px;align-items:start}
  .cart-item__actions{grid-column:2;justify-content:space-between;margin-top:10px}
  .cart-summary{position:static;margin-top:36px}
}

/* Mobile product title overflow fix */
@media(max-width:900px){
  .product-title{
    white-space:normal !important;
    overflow-wrap:anywhere;
    word-break:normal;
    hyphens:auto;
    max-width:100%;
    font-size:clamp(21px,6vw,30px);
    line-height:1.18;
    letter-spacing:.015em;
    padding-left:0;
  }
  .product-detail-panel{
    overflow:hidden;
  }
}

/* Product title overflow fix — desktop/tablet/mobile */
.product-page,
.product-detail-panel,
.product-info,
.product-title{
  min-width:0;
  max-width:100%;
}
.product-title{
  white-space:normal !important;
  overflow:visible !important;
  overflow-wrap:break-word;
  word-break:normal;
  hyphens:auto;
  text-wrap:balance;
}
@media(min-width:901px){
  .product-title{
    font-size:clamp(24px,2.25vw,34px);
    line-height:1.16;
    letter-spacing:.012em;
  }
}
@media(min-width:901px) and (max-width:1180px){
  .product-page{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:42px;
  }
  .product-title{
    font-size:clamp(23px,2.5vw,30px);
  }
}

/* Product typography refinement — quieter luxury hierarchy */
.product-title,
.product-info h1{
  font-weight:300 !important;
  letter-spacing:.01em !important;
  line-height:1.2 !important;
  font-size:clamp(22px,2vw,30px) !important;
}
.product-price{
  font-size:12px !important;
  letter-spacing:.08em !important;
  font-weight:300 !important;
}
.collection-product-meta{
  font-size:10px !important;
  letter-spacing:.06em !important;
  line-height:1.55 !important;
  font-weight:300 !important;
}
.collection-product-meta span:first-child{
  font-weight:300 !important;
}
.collection-heading h1{
  font-weight:300 !important;
  font-size:clamp(24px,3.2vw,42px) !important;
  letter-spacing:.03em !important;
}
@media(max-width:900px){
  .product-title,
  .product-info h1{
    font-size:clamp(19px,5vw,25px) !important;
    line-height:1.24 !important;
    letter-spacing:.008em !important;
  }
  .collection-product-meta{
    font-size:9.5px !important;
    letter-spacing:.05em !important;
  }
}

/* Radical product typography softening — product names should whisper, not compete with logo */
.product-title,
.product-info h1{
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif !important;
  font-size:clamp(18px,1.38vw,23px) !important;
  line-height:1.36 !important;
  font-weight:300 !important;
  letter-spacing:.006em !important;
  text-transform:none !important;
  max-width:420px !important;
  margin-bottom:28px !important;
  color:rgba(0,0,0,.86) !important;
}
.product-price{
  font-size:11px !important;
  letter-spacing:.05em !important;
  line-height:1.6 !important;
  margin-bottom:34px !important;
  color:rgba(0,0,0,.68) !important;
  text-transform:none !important;
}
.product-kicker{
  font-size:9px !important;
  letter-spacing:.16em !important;
  font-weight:300 !important;
  margin-bottom:14px !important;
  color:rgba(0,0,0,.42) !important;
}
.variant-label{
  font-size:9px !important;
  letter-spacing:.14em !important;
  font-weight:300 !important;
}
.variant-select,
.quantity-input{
  font-size:11px !important;
  font-weight:300 !important;
  letter-spacing:.035em !important;
}
.product-submit{
  font-size:10px !important;
  font-weight:300 !important;
  letter-spacing:.14em !important;
}
.product-description{
  font-size:12px !important;
  line-height:1.95 !important;
  max-width:520px !important;
  color:rgba(0,0,0,.62) !important;
}
.collection-product-meta{
  display:block !important;
  font-size:9.5px !important;
  letter-spacing:.035em !important;
  line-height:1.7 !important;
  font-weight:300 !important;
  color:rgba(0,0,0,.72) !important;
  text-transform:none !important;
}
.collection-product-meta span{
  display:block !important;
  overflow-wrap:break-word !important;
}
.collection-product-meta span:first-child{
  max-width:92% !important;
}
.collection-product-meta span:last-child{
  margin-top:3px !important;
  opacity:.45 !important;
  white-space:normal !important;
}
.collection-heading h1{
  font-size:clamp(21px,2.4vw,32px) !important;
  font-weight:300 !important;
  letter-spacing:.018em !important;
  text-transform:none !important;
}
@media(max-width:900px){
  .product-title,
  .product-info h1{
    font-size:18px !important;
    line-height:1.42 !important;
    max-width:100% !important;
    margin-bottom:24px !important;
  }
  .product-price{font-size:10.5px !important;margin-bottom:28px !important;}
  .collection-product-meta{font-size:9px !important;line-height:1.65 !important;}
}

/* Product page alignment refinement — keep vendor/title/price/form on one clean axis */
.product-detail-panel,
.product-detail-panel > *,
.product-detail-panel .product-kicker,
.product-detail-panel .product-title,
.product-detail-panel .product-price,
.product-detail-panel .product-form,
.product-detail-panel .variant-block,
.product-detail-panel .quantity-block,
.product-detail-panel .product-submit,
.product-detail-panel .product-description{
  margin-left:0 !important;
  padding-left:0 !important;
  text-indent:0 !important;
  box-sizing:border-box;
}
.product-detail-panel .product-title,
.product-detail-panel h1.product-title{
  padding-left:0 !important;
  margin-left:0 !important;
  transform:none !important;
}
.product-detail-panel .product-form{
  width:100%;
  max-width:420px;
}
.product-detail-panel .variant-select,
.product-detail-panel .quantity-input,
.product-detail-panel .product-submit{
  margin-left:0 !important;
}
@media(max-width:900px){
  .product-detail-panel .product-form,
  .product-detail-panel .product-title{
    max-width:100% !important;
  }
}


/* Micro alignment correction + cleaner product option label */
.product-detail-panel .product-title,
.product-detail-panel h1.product-title{
  position:relative !important;
  left:-1px !important;
}
.product-detail-panel .product-kicker,
.product-detail-panel .product-price{
  position:relative !important;
  left:0 !important;
}
@media(max-width:900px){
  .product-detail-panel .product-title,
  .product-detail-panel h1.product-title{
    left:-.5px !important;
  }
}

/* Collection grid title refinement — larger but still quiet */
.collection-product-meta{
  font-size:12px !important;
  line-height:1.55 !important;
  letter-spacing:.035em !important;
  font-weight:300 !important;
  color:rgba(0,0,0,.78) !important;
}
.collection-product-meta span:first-child{
  max-width:100% !important;
  font-size:12px !important;
  line-height:1.55 !important;
}
.collection-product-meta span:last-child{
  font-size:11px !important;
  margin-top:5px !important;
  opacity:.58 !important;
}
@media(max-width:900px){
  .collection-product-meta{
    font-size:11px !important;
    line-height:1.55 !important;
  }
  .collection-product-meta span:first-child{
    font-size:11px !important;
  }
  .collection-product-meta span:last-child{
    font-size:10.5px !important;
  }
}

/* Fixed two-line product title areas for collection grids and What's New */
.collection-product-meta span:first-child,
.product-card > div:nth-child(2){
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important;
  overflow:hidden !important;
  min-height:calc(1.55em * 2) !important;
  max-height:calc(1.55em * 2) !important;
  line-height:1.55 !important;
  margin:0 !important;
}
.collection-product-meta span:last-child,
.product-card .price{
  display:block !important;
  margin-top:6px !important;
}
.product-card{
  display:block !important;
}
.product-card > div:nth-child(2){
  font-size:12px !important;
  letter-spacing:.035em !important;
  font-weight:300 !important;
  text-transform:none !important;
  color:rgba(0,0,0,.78) !important;
}
.product-card .price{
  font-size:11px !important;
  opacity:.58 !important;
  letter-spacing:.035em !important;
}
@media(max-width:900px){
  .collection-product-meta span:first-child,
  .product-card > div:nth-child(2){
    font-size:11px !important;
    min-height:calc(1.55em * 2) !important;
    max-height:calc(1.55em * 2) !important;
  }
  .product-card .price{font-size:10.5px !important;}
}

/* Search overlay */
.nav-button,
.mobile-search-trigger{
  appearance:none;
  border:0;
  background:transparent;
  color:inherit;
  font:inherit;
  letter-spacing:inherit;
  text-transform:inherit;
  padding:0;
  margin:0;
  cursor:pointer;
  opacity:.86;
}
.nav-button:hover,.mobile-search-trigger:hover{opacity:.46}
.visually-hidden{
  position:absolute!important;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);
  white-space:nowrap;border:0;
}
.search-overlay{
  position:fixed;
  inset:0;
  z-index:200;
  display:none;
}
.search-open .search-overlay{display:block;}
.search-overlay__backdrop{
  position:absolute;
  inset:0;
  background:rgba(250,250,248,.72);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}
.search-overlay__panel{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:min(680px,calc(100vw - 40px));
  background:var(--bg);
  border:1px solid var(--line);
  padding:42px;
  box-shadow:0 24px 80px rgba(0,0,0,.08);
}
.search-overlay__close{
  position:absolute;
  right:18px;
  top:14px;
  border:0;
  background:transparent;
  font-size:28px;
  line-height:1;
  cursor:pointer;
  color:var(--text);
  opacity:.62;
}
.search-overlay__form{
  display:grid;
  grid-template-columns:1fr auto;
  gap:16px;
  align-items:end;
}
.search-overlay__form input{
  width:100%;
  border:0;
  border-bottom:1px solid var(--text);
  background:transparent;
  padding:14px 0;
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
  font-size:16px;
  letter-spacing:.04em;
  outline:none;
}
.search-overlay__form button[type="submit"]{
  border:1px solid var(--text);
  background:transparent;
  padding:14px 22px;
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  cursor:pointer;
}
.search-overlay__form button[type="submit"]:hover{background:var(--text);color:var(--bg)}
body.search-open{overflow:hidden;}

/* Contact page */
.contact-page{
  min-height:calc(100vh - 138px);
  padding:104px 36px 112px;
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);
  gap:88px;
  align-items:start;
}
.contact-page h1{
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
  font-size:clamp(24px,2.2vw,34px);
  line-height:1.15;
  font-weight:300;
  letter-spacing:.10em;
  text-transform:none;
  padding-left:0;
  white-space:normal;
  margin:0 0 28px;
}
.contact-page__text{
  max-width:520px;
  color:var(--muted);
  font-size:15px;
  line-height:1.8;
}
.contact-page__email{
  display:inline-block;
  margin-top:28px;
  font-size:12px;
  letter-spacing:.08em;
  border-bottom:1px solid currentColor;
  padding-bottom:4px;
}
.contact-form{max-width:620px;width:100%;}
.field{margin-bottom:22px;}
.field label{
  display:block;
  margin-bottom:10px;
  font-size:10px;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--muted);
}
.field input,.field textarea{
  width:100%;
  border:0;
  border-bottom:1px solid var(--line);
  background:transparent;
  padding:13px 0;
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
  font-size:14px;
  letter-spacing:.035em;
  color:var(--text);
  outline:none;
}
.field textarea{border:1px solid var(--line);padding:16px;resize:vertical;min-height:160px;}
.form-success,.form-errors{font-size:13px;line-height:1.7;margin:0 0 24px;color:var(--muted);}
.contact-submit{margin-top:8px;}

/* Editable editorial pages */
.editorial-page{
  min-height:calc(100vh - 138px);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:70px;
  align-items:center;
  padding-top:80px;
  padding-bottom:90px;
}
.editorial-page__media{
  aspect-ratio:4/5;
  background:#eee;
  overflow:hidden;
}
.editorial-page__media img{width:100%;height:100%;object-fit:cover;}
.editorial-page__content h1{
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
  font-size:clamp(28px,3vw,46px);
  font-weight:300;
  line-height:1.12;
  letter-spacing:.10em;
  text-transform:none;
  padding-left:0;
  white-space:normal;
  margin:0 0 30px;
}
.editorial-page__content .rte{font-size:15px;line-height:1.85;max-width:560px;}

@media(max-width:900px){
  .search-overlay__panel{padding:34px 22px;}
  .search-overlay__form{grid-template-columns:1fr;gap:22px;}
  .search-overlay__form button[type="submit"]{width:100%;}
  .contact-page,.editorial-page{grid-template-columns:1fr;gap:42px;padding:64px 18px 76px;}
  .contact-page h1,.editorial-page__content h1{font-size:26px;letter-spacing:.08em;}
  .editorial-page__media{aspect-ratio:1/1.18;order:2;}
  .editorial-page__content{order:1;}
}

/* Split image hero update */
.hero--split-images{
  min-height:calc(100vh - 138px);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  border-bottom:1px solid var(--line);
}
.hero-panel{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:calc(100vh - 138px);
  overflow:hidden;
  background:#eee;
  color:var(--bg);
  text-decoration:none;
}
.hero-panel + .hero-panel{border-left:1px solid var(--line)}
.hero-panel__image{
  width:100%;
  height:100%;
  min-height:calc(100vh - 138px);
  object-fit:cover;
  object-position:center center;
  transition:transform .8s ease;
}
.hero-panel:hover .hero-panel__image{transform:scale(1.015)}
.hero-panel__button{
  position:absolute;
  left:50%;
  bottom:42px;
  transform:translateX(-50%);
  z-index:2;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:132px;
  padding:13px 20px 12px;
  border:1px solid currentColor;
  background:rgba(255,255,255,.78);
  color:var(--text);
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
  font-size:10px;
  font-weight:400;
  letter-spacing:.22em;
  text-transform:uppercase;
  backdrop-filter:blur(8px);
}
.hero--split-images .media-placeholder{color:var(--muted);background:#f4f4f4}

@media(max-width:900px){
  .hero--split-images{
    grid-template-columns:1fr;
    min-height:auto;
  }
  .hero-panel,
  .hero-panel__image{
    min-height:0;
    height:auto;
    aspect-ratio:4/5;
  }
  .hero-panel + .hero-panel{
    border-left:0;
    border-top:1px solid var(--line);
  }
  .hero-panel__button{
    bottom:28px;
    min-width:118px;
    padding:12px 18px 11px;
    font-size:9px;
  }
}

/* Centered, editable announcement above the Deglation logo */
.header-announcement{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  margin-bottom:-8px;
  font-size:10px;
  line-height:1;
  letter-spacing:.12em;
  font-weight:300;
  color:rgba(22,22,21,.76);
  text-align:center;
}
.header-announcement a{color:inherit;text-decoration:none;display:block;max-width:100%;}
.header-announcement__viewport{
  width:min(620px,58vw);
  max-width:100%;
  overflow:hidden;
  white-space:nowrap;
  margin:0 auto;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 13%,#000 87%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 13%,#000 87%,transparent 100%);
}
.header-announcement__track{
  display:inline-flex;
  align-items:center;
  width:max-content;
  min-width:max-content;
  animation:deglation-announcement-scroll var(--announcement-speed,55s) linear infinite;
  will-change:transform;
}
.header-announcement__group{
  display:inline-flex;
  align-items:center;
  gap:34px;
  padding-right:34px;
  white-space:nowrap;
}
.header-announcement__track span{display:inline-block;white-space:nowrap;}
@keyframes deglation-announcement-scroll{
  from{transform:translate3d(0,0,0);}
  to{transform:translate3d(-50%,0,0);}
}
.header-announcement:hover .header-announcement__track{animation-play-state:paused;}
@media(min-width:901px){
  .header.is-scrolled .header-announcement{
    display:flex;
    margin-bottom:-2px;
    font-size:9px;
    letter-spacing:.11em;
    opacity:.82;
  }
  .header.is-scrolled .header-announcement__viewport{
    width:min(560px,46vw);
  }
}
@media(max-width:900px){
  .header-announcement{
    display:none;
  }
}

/* Mobile announcement: show it between mobile header and hero/video */
@media(max-width:900px){
  .header-stack{
    justify-content:flex-start;
  }
  .mobile-header-bar{
    order:1;
  }
  .header-announcement{
    order:2;
    display:flex;
    width:calc(100% + 36px);
    height:32px;
    min-height:32px;
    margin:0 -18px;
    padding:0;
    align-items:center;
    justify-content:center;
    border-top:1px solid rgba(0,0,0,.08);
    border-bottom:1px solid rgba(0,0,0,.08);
    background:rgba(250,250,248,.96);
    font-size:10px;
    line-height:1;
    letter-spacing:.12em;
    color:rgba(22,22,21,.74);
    overflow:hidden;
  }
  .header-announcement a{
    display:block;
    width:100%;
  }
  .header-announcement__viewport{
    width:100%;
    max-width:100%;
    margin:0;
    overflow:hidden;
    -webkit-mask-image:none;
    mask-image:none;
  }
  .header-announcement__track{
    animation-duration:var(--announcement-speed,70s);
  }
  .header-announcement__group{
    gap:28px;
    padding-right:28px;
  }
  .mobile-menu-panel{
    order:3;
  }
}
@media(max-width:520px){
  .header-announcement{
    width:calc(100% + 36px);
    height:30px;
    min-height:30px;
    font-size:9px;
    letter-spacing:.11em;
  }
  .header-announcement__group{
    gap:24px;
    padding-right:24px;
  }
}

/* Header navigation refresh: balanced utility links, category row, editable collections dropdown */
.nav-button{
  font:inherit;
  letter-spacing:inherit;
  text-transform:inherit;
  color:inherit;
  background:transparent;
  border:0;
  padding:0;
  margin:0;
  cursor:pointer;
}
.nav-button:hover{opacity:.46;}
.nav-dropdown{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.nav-dropdown__summary{display:inline-flex;align-items:center;gap:6px;}
.nav-dropdown__summary:after{
  content:"";
  width:4px;
  height:4px;
  border-right:1px solid currentColor;
  border-bottom:1px solid currentColor;
  transform:rotate(45deg) translateY(-1px);
  opacity:.55;
}
.nav-dropdown__panel{
  position:absolute;
  top:calc(100% + 16px);
  left:50%;
  transform:translateX(-50%) translateY(6px);
  min-width:190px;
  padding:18px 18px 16px;
  background:rgba(250,250,248,.98);
  border:1px solid rgba(0,0,0,.12);
  box-shadow:0 18px 45px rgba(0,0,0,.05);
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:13px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index:80;
}
.nav-dropdown:hover .nav-dropdown__panel,
.nav-dropdown:focus-within .nav-dropdown__panel{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateX(-50%) translateY(0);
}
.nav-dropdown__panel a{
  white-space:nowrap;
  font-size:10px;
  letter-spacing:.13em;
}
.social-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  padding:0;
  color:currentColor;
  opacity:.82;
}
.social-icon:hover{opacity:.46;}
.social-svg{
  display:block;
  width:18px;
  height:18px;
}
.social-svg--etsy{
  width:19px;
  height:19px;
  fill:currentColor;
}
.social-svg--instagram{
  fill:none;
  stroke:currentColor;
  stroke-width:1.45;
}
.mobile-social-link{letter-spacing:.14em;}
.mobile-cart-icon{justify-self:end;width:44px;height:44px;}
.mobile-cart-icon svg{width:19px;height:19px;}
.mobile-submenu{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
  margin-top:-6px;
  margin-bottom:2px;
  opacity:.7;
  font-size:10px;
  letter-spacing:.14em;
}
@media(min-width:901px){
  .utility-left,.utility-right{min-width:260px;}
  .utility-left{justify-content:flex-start;}
  .utility-right{justify-content:flex-end;}
  .desktop-main-menu{gap:30px;}
  .header.is-scrolled .desktop-main-menu{gap:22px;}
  .header.is-scrolled .nav-dropdown__panel{top:calc(100% + 12px);}
}
@media(min-width:901px) and (max-width:1180px){
  .desktop-main-menu{gap:18px;font-size:9px;letter-spacing:.105em;}
  .utility-nav{gap:18px;font-size:9px;letter-spacing:.105em;}
  .utility-left,.utility-right{min-width:215px;}
  .social-icon{width:21px;height:21px;}
  .social-svg{width:16px;height:16px;}
}
@media(max-width:900px){
  .mobile-menu-links .nav-button{font:inherit;letter-spacing:inherit;text-transform:uppercase;}
}


/* Refined Deglation footer */
.deglation-footer{
  border-top:1px solid var(--line);
  padding:78px 0 42px;
  background:var(--bg);
  text-align:center;
}
.footer-inner{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:28px;
}
.footer-logo{
  display:inline-block;
  font-size:30px;
  line-height:1;
  letter-spacing:.34em;
  padding-left:.34em;
  text-decoration:none;
  color:var(--text);
  justify-self:center;
}
.footer-social,.footer-pages,.footer-legal{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:18px 30px;
}
.footer-social a,.footer-pages a,.footer-legal a,.footer-copyright{
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
  font-weight:300;
  color:var(--text);
  text-decoration:none;
  letter-spacing:.08em;
  text-transform:none;
}
.footer-social a{font-size:13px;}
.footer-legal a{font-size:11px;color:var(--muted);}
.footer-pages a{font-size:12px;}
.footer-copyright{font-size:10px;color:var(--muted);margin-top:6px;}
.footer a:hover{opacity:.55;}
@media(max-width:900px){
  .deglation-footer{padding:62px 0 36px;}
  .footer-inner{gap:24px;}
  .footer-logo{font-size:22px;letter-spacing:.24em;padding-left:.24em;}
  .footer-social,.footer-pages,.footer-legal{gap:14px 22px;}
}


/* Final footer refinements */
.footer-origin{
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
  font-weight:300;
  color:var(--muted);
  font-size:10px;
  letter-spacing:.08em;
  margin-top:-18px;
}
.secure-checkout-note{
  margin:12px 0 0;
  font-size:10px;
  line-height:1.4;
  letter-spacing:.08em;
  color:var(--muted);
  font-weight:300;
}
@media(max-width:900px){
  .footer-origin{margin-top:-14px;}
  .secure-checkout-note{font-size:10px;}
}

/* Mobile-only announcement moved below hero video */
@media(max-width:900px){
  .deglation-header .header-announcement{
    display:none !important;
  }
  .mobile-after-video-announcement{
    display:flex;
    width:100%;
    height:32px;
    min-height:32px;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border-top:1px solid rgba(0,0,0,.08);
    border-bottom:1px solid rgba(0,0,0,.08);
    background:rgba(250,250,248,.96);
    color:rgba(22,22,21,.74);
    font-size:10px;
    line-height:1;
    letter-spacing:.12em;
    font-weight:300;
  }
  .mobile-after-video-announcement a{
    display:block;
    width:100%;
    color:inherit;
    text-decoration:none;
  }
  .mobile-after-video-announcement__viewport{
    width:100%;
    max-width:100%;
    overflow:hidden;
    white-space:nowrap;
  }
  .mobile-after-video-announcement__track{
    display:inline-flex;
    align-items:center;
    width:max-content;
    min-width:max-content;
    animation:deglation-mobile-announcement-scroll var(--mobile-announcement-speed,70s) linear infinite;
    will-change:transform;
  }
  .mobile-after-video-announcement__group{
    display:inline-flex;
    align-items:center;
    gap:26px;
    padding-right:26px;
    white-space:nowrap;
  }
  .mobile-after-video-announcement__track span{
    display:inline-block;
    white-space:nowrap;
  }
  @keyframes deglation-mobile-announcement-scroll{
    from{transform:translate3d(0,0,0);}
    to{transform:translate3d(-50%,0,0);}
  }
}
@media(min-width:901px){
  .mobile-after-video-announcement{display:none !important;}
}
@media(max-width:520px){
  .mobile-after-video-announcement{
    height:30px;
    min-height:30px;
    font-size:9px;
    letter-spacing:.11em;
  }
  .mobile-after-video-announcement__group{
    gap:22px;
    padding-right:22px;
  }
}

/* Refine mobile What's New typography and spacing */
@media(max-width:900px){
  .editorial{
    padding-top:64px;
    padding-bottom:64px;
  }
  .video-hero + .editorial,
  .hero + .editorial,
  .mobile-announcement + .editorial{
    padding-top:64px;
  }
  .editorial .center{
    margin-bottom:34px;
  }
  .editorial h2{
    font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
    font-size:18px;
    line-height:1.1;
    font-weight:300;
    letter-spacing:.12em;
    padding-left:.12em;
    text-transform:none;
  }
}
@media(max-width:520px){
  .editorial{
    padding-top:52px;
    padding-bottom:52px;
  }
  .video-hero + .editorial,
  .hero + .editorial,
  .mobile-announcement + .editorial{
    padding-top:52px;
  }
  .editorial .center{
    margin-bottom:28px;
  }
  .editorial h2{
    font-size:16px;
    letter-spacing:.10em;
    padding-left:.10em;
  }
}

/* Unify What's New heading on desktop/tablet with the refined mobile style */
.editorial{
  padding-top:64px;
  padding-bottom:64px;
}
.editorial .center{
  margin-bottom:34px;
}
.editorial h2{
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
  font-size:18px;
  line-height:1.1;
  font-weight:300;
  letter-spacing:.12em;
  padding-left:.12em;
  text-transform:none;
}
@media(max-width:520px){
  .editorial{
    padding-top:52px;
    padding-bottom:52px;
  }
  .editorial .center{
    margin-bottom:28px;
  }
  .editorial h2{
    font-size:16px;
    letter-spacing:.10em;
    padding-left:.10em;
  }
}

/* Make footer DEGLATION exactly inherit the header logo language on all screens */
.deglation-footer .footer-logo.logo.header-logo{
  font-family:"Arial Black","Helvetica Neue",Arial,sans-serif !important;
  text-transform:uppercase !important;
  font-weight:900 !important;
  line-height:1 !important;
  font-size:30px !important;
  letter-spacing:.34em !important;
  padding-left:.34em !important;
}
@media(max-width:900px){
  .deglation-footer .footer-logo.logo.header-logo{
    font-size:22px !important;
    letter-spacing:.24em !important;
    padding-left:.24em !important;
  }
}
@media(max-width:520px){
  .deglation-footer .footer-logo.logo.header-logo{
    font-size:18px !important;
    letter-spacing:.20em !important;
    padding-left:.20em !important;
  }
}
@media(max-width:420px){
  .deglation-footer .footer-logo.logo.header-logo{
    font-size:16px !important;
    letter-spacing:.18em !important;
    padding-left:.18em !important;
  }
}

/* Reusable homepage collection showcase */
.collection-showcase{
  max-width:none;
  padding-top:var(--showcase-padding-top,64px);
  padding-bottom:var(--showcase-padding-bottom,64px);
  background:var(--showcase-background,#fff);
}
.collection-showcase__inner{
  width:min(100%,1400px);
  margin:0 auto;
}
.collection-showcase__header{
  margin:0 0 34px;
}
.collection-showcase__header--left{text-align:left;}
.collection-showcase__header--center{text-align:center;}
.collection-showcase__heading{
  margin:0;
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
  font-size:18px;
  line-height:1.2;
  font-weight:300;
  letter-spacing:.12em;
  text-transform:none;
}
.collection-showcase__description{
  max-width:720px;
  margin:14px auto 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.7;
  font-weight:300;
}
.collection-showcase__header--left .collection-showcase__description{margin-left:0;}
.collection-showcase__description p{margin:0;}
.collection-showcase__products{
  display:grid;
  grid-template-columns:repeat(var(--showcase-columns-desktop,4),minmax(0,1fr));
  gap:38px 20px;
}
.collection-showcase__card{
  min-width:0;
}
.collection-showcase__image img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.collection-showcase__product-title{
  margin-top:12px;
}
.collection-showcase__price{
  margin-top:4px;
}
.collection-showcase__footer{
  margin-top:38px;
}
.collection-showcase__footer--left{text-align:left;}
.collection-showcase__footer--center{text-align:center;}
.collection-showcase__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 24px;
  border:1px solid currentColor;
  color:inherit;
  text-decoration:none;
  font-size:11px;
  line-height:1;
  letter-spacing:.12em;
  transition:opacity .2s ease;
}
.collection-showcase__button:hover{opacity:.55;}
@media(max-width:900px){
  .collection-showcase__products{
    grid-template-columns:repeat(var(--showcase-columns-mobile,2),minmax(0,1fr));
    gap:30px 14px;
  }
  .collection-showcase__header{margin-bottom:28px;}
  .collection-showcase__footer{margin-top:30px;}
}
@media(max-width:520px){
  .collection-showcase{
    padding-top:min(var(--showcase-padding-top,52px),72px);
    padding-bottom:min(var(--showcase-padding-bottom,52px),72px);
  }
  .collection-showcase__heading{
    font-size:16px;
    letter-spacing:.10em;
  }
  .collection-showcase__description{
    font-size:12px;
    line-height:1.65;
  }
}

/* Refined text-page typography: policies, delivery/returns, about and default pages */
.editorial-page:has(.editorial-page__content--wide){
  display:block;
  min-height:auto;
  padding-top:64px;
  padding-bottom:88px;
}
.editorial-page__content--wide,
.standard-page{
  width:min(100%, 960px);
  margin-left:auto;
  margin-right:auto;
}
.editorial-page__content--wide .kicker{display:none;}
.editorial-page__content--wide h1,
.standard-page h1{
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
  font-size:38px;
  font-weight:400;
  line-height:1.15;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding-left:0;
  white-space:normal;
  margin:0 0 38px;
}
.editorial-page__content--wide .rte,
.standard-page .rte{
  max-width:760px;
  font-size:12px;
  line-height:1.75;
  letter-spacing:.025em;
  color:var(--text);
}
.editorial-page__content--wide .rte h2,
.editorial-page__content--wide .rte h3,
.editorial-page__content--wide .rte h4,
.standard-page .rte h2,
.standard-page .rte h3,
.standard-page .rte h4{
  font-family:"Avenir Next","Helvetica Neue",Arial,sans-serif;
  font-size:14px;
  font-weight:600;
  line-height:1.4;
  letter-spacing:.02em;
  text-transform:none;
  padding-left:0;
  margin:30px 0 12px;
}
.editorial-page__content--wide .rte p,
.standard-page .rte p{margin:0 0 16px;}
.editorial-page__content--wide .rte ul,
.editorial-page__content--wide .rte ol,
.standard-page .rte ul,
.standard-page .rte ol{padding-left:20px;margin:0 0 18px;}

@media(max-width:900px){
  .editorial-page:has(.editorial-page__content--wide){padding:46px 22px 68px;}
  .editorial-page__content--wide,
  .standard-page{width:100%;margin:0 auto;}
  .standard-page{padding-top:46px;padding-bottom:68px;}
  .editorial-page__content--wide h1,
  .standard-page h1{font-size:28px;letter-spacing:.06em;margin-bottom:28px;}
  .editorial-page__content--wide .rte,
  .standard-page .rte{font-size:13px;line-height:1.7;max-width:none;}
}
