:root{
  --content-width:76%;
  --gap:10px;
  --display-font:"Playfair Display",serif;
  --display-letter:-0.020em;
  --dress-title-size:clamp(46px,2.73vw,54px);
  --promo-title-size:clamp(30px,1.8vw,46px);
  --utility-size:16px;
  --collection-title-size:clamp(26px,1.33vw,34px);
  --collection-link-size:clamp(16px,.98vw,25px);
}

body.dress-poc-page .design-toolbar,
body.dress-poc-page .design-mode-toggle,
body.dress-poc-page .type-tuner,
body.dress-poc-page .local-tool,
body.dress-poc-page .font-lab{display:none!important}

.dress-theme-toggle{
  display:inline-flex;
  align-items:center;
  gap:7px;
  height:39px;
  padding:0 13px!important;
  margin-left:2px;
  border:1px solid rgba(255,255,255,.16)!important;
  background:transparent!important;
  color:rgba(255,255,255,.76)!important;
  font:400 15px Inter,sans-serif!important;
  letter-spacing:0!important;
  white-space:nowrap;
}
.dress-theme-toggle:hover{color:#fff!important;background:rgba(255,255,255,.055)!important}
.theme-toggle-glyph{font-size:16px;line-height:1}
body.light-theme .dress-theme-toggle{border-color:rgba(0,0,0,.16)!important;color:rgba(17,18,20,.72)!important}
body.light-theme .dress-theme-toggle:hover{background:rgba(0,0,0,.045)!important;color:#111214!important}

.video-tile{cursor:default;background:#050607}
.video-shell{position:absolute;inset:0;background:#050607}
.video-shell iframe{display:block;width:100%;height:100%;border:0}
body.light-theme .video-tile,body.light-theme .video-shell{background:#dedbd5}

.store-directory-media{display:grid!important;place-items:center;background:linear-gradient(145deg,#202327,#111315)!important}
.store-directory-mark{font-size:clamp(46px,4vw,82px);letter-spacing:-.08em;color:rgba(255,255,255,.16)}
body.light-theme .store-directory-media{background:linear-gradient(145deg,#d9d5ce,#efede8)!important}
body.light-theme .store-directory-mark{color:rgba(17,18,20,.14)}
body.light-theme .store-media-note{color:rgba(17,18,20,.58);text-shadow:none}

.collection-card.no-photo{background:linear-gradient(145deg,#181a1d,#0d0f11)}
.collection-card-placeholder{position:absolute;inset:0;display:grid;place-items:center;font-size:70px;color:rgba(255,255,255,.09)}
body.light-theme .collection-card.no-photo{background:linear-gradient(145deg,#e5e2dc,#cfcbc3)}
body.light-theme .collection-card-placeholder{color:rgba(17,18,20,.09)}

.site-footer .footer-col h1,.site-footer .footer-col h2,.site-footer .footer-col h3,.site-footer .footer-col h4{font-weight:400}
.site-footer .footer-col a{color:inherit}
.dress-poc-page.public-site-page .site-footer{margin-top:30px}

.dress-nav>.dress-nav-item:only-child{grid-column:1/-1}

@media(max-width:1320px){
  .dress-theme-toggle .theme-toggle-label{display:none}
  .dress-theme-toggle{width:39px;padding:0!important;justify-content:center}
}
@media(max-width:760px){
  :root{--content-width:92%}
  .dress-theme-toggle{flex:0 0 39px}
  .store-directory-mark{font-size:52px}
}
