/* SHEFRONT V33 — REGIONS NAVIGATION */
.sf33-regions-nav{
  border-top:1px solid #eadfe5;
  border-bottom:1px solid #e4d8df;
  background:#f7f1f5;
}
.sf33-regions-inner{
  min-height:38px;
  display:flex;
  align-items:center;
  gap:16px;
  min-width:0;
}
.sf33-regions-label{
  flex:0 0 auto;
  color:#e95064;
  font:900 8px/1 "DM Sans",sans-serif;
  letter-spacing:.14em;
}
.sf33-region-links{
  display:flex;
  align-items:center;
  gap:0;
  min-width:0;
  overflow:hidden;
}
.sf33-region-links a{
  position:relative;
  flex:0 0 auto;
  padding:0 13px;
  color:#49314f;
  font:800 8px/38px "DM Sans",sans-serif;
  white-space:nowrap;
  text-decoration:none;
}
.sf33-region-links a+ a:before{
  content:"";
  position:absolute;
  left:0;
  top:14px;
  width:1px;
  height:10px;
  background:#d8cbd4;
}
.sf33-region-links a:hover{color:#e95064}

.sf33-region-hero{
  padding:48px 0 42px;
  background:linear-gradient(135deg,#3d2942,#56395b);
  color:#fff;
}
.sf33-region-hero .kicker{color:#ffb6c0}
.sf33-region-hero h1{
  margin:7px 0 10px;
  max-width:920px;
  color:#fff;
  font:700 clamp(42px,6vw,76px)/.95 "Playfair Display",serif;
  letter-spacing:-.04em;
}
.sf33-region-hero p{
  max-width:720px;
  margin:0;
  color:#e9dee7;
  font:500 11px/1.6 "DM Sans",sans-serif;
}

.sf33-drawer-regions{
  grid-template-columns:1fr 1fr!important;
}
.sf33-drawer-regions a:last-child{
  grid-column:1/-1;
}

@media(max-width:1100px){
  .sf33-regions-inner{gap:8px}
  .sf33-region-links a{padding:0 9px;font-size:7.4px}
}
@media(max-width:900px){
  .sf33-regions-nav{display:none}
}
@media(max-width:520px){
  .sf33-drawer-regions{grid-template-columns:1fr!important}
  .sf33-drawer-regions a:last-child{grid-column:auto}
  .sf33-region-hero{padding:36px 0 32px}
}

/* V33 Search adds Region as an eighth filter. */
@media(min-width:1101px){
  .sf27-search-filters{grid-template-columns:repeat(8,minmax(0,1fr))}
}
