.category-copy{display:block}
.category-copy strong{font:inherit}
.category-copy small,.category-mark{display:none}

@media(min-width:761px){
  .site-header .menu-toggle,.site-header .mobile-menu{display:none!important}
}

.curated-sections{overflow:hidden}
.curated-section{position:relative}
.curated-section::before{
  content:"";
  position:absolute;
  top:48px;
  left:-80px;
  width:220px;
  height:220px;
  border:1px solid color-mix(in srgb,var(--orange) 20%,transparent);
  border-radius:50%;
  pointer-events:none;
}
.curated-section.curated-alt{
  max-width:none;
  background:linear-gradient(135deg,color-mix(in srgb,var(--navy) 4%,var(--cream)),var(--cream));
  border-block:1px solid var(--line);
}
.curated-section.curated-alt .section-heading,.curated-section.curated-alt .products-grid,.curated-section.curated-alt .loader,.curated-section.curated-alt .curated-empty{
  width:min(1320px,88vw);
  margin-inline:auto;
}
.section-subtitle{margin:7px 0 0!important;max-width:560px;color:var(--muted)!important;font-size:15px}
.curated-loader{min-height:180px}
.curated-empty{padding:35px;border:1px dashed var(--line);border-radius:16px;color:var(--muted);text-align:center}
.views-badge{
  position:absolute;
  right:12px;
  bottom:12px;
  padding:6px 9px;
  color:#fff;
  background:rgba(7,26,43,.78);
  border:1px solid rgba(255,255,255,.16);
  border-radius:99px;
  backdrop-filter:blur(7px);
  font-size:11px;
  font-weight:800;
}
.product-meta{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 0}
.product-meta span{padding:6px 10px;color:var(--muted);background:var(--cream);border:1px solid var(--line);border-radius:99px;font-size:12px;font-weight:700}

body[data-categories-style="cards"] .categories{
  position:relative;
  top:auto;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  width:min(1220px,92%);
  margin:28px auto 0;
  padding:0;
  overflow:visible;
  border:0;
  background:transparent;
  box-shadow:none;
}
body[data-categories-style="cards"] .category{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  min-width:0;
  min-height:88px;
  gap:13px;
  padding:16px;
  text-align:right;
  white-space:normal;
  color:var(--navy);
  background:#fff;
  border:1px solid rgba(7,26,43,.12);
  border-radius:17px;
  box-shadow:0 12px 35px rgba(7,26,43,.07);
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
body[data-categories-style="cards"] .category:hover{
  transform:translateY(-4px);
  border-color:rgba(242,107,33,.5);
  box-shadow:0 17px 38px rgba(7,26,43,.12);
}
body[data-categories-style="cards"] .category.active{
  color:#fff;
  border-color:transparent;
  background:linear-gradient(135deg,var(--orange),#ff8c39);
}
body[data-categories-style="cards"] .category-mark{
  display:grid;
  place-items:center;
  flex:0 0 43px;
  width:43px;
  height:43px;
  border:1px solid rgba(242,107,33,.2);
  border-radius:13px;
  color:var(--orange);
  background:rgba(242,107,33,.08);
  font-size:20px;
}
body[data-categories-style="cards"] .category.active .category-mark{
  color:#fff;
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.13);
}
body[data-categories-style="cards"] .category-copy{min-width:0}
body[data-categories-style="cards"] .category-copy strong{
  display:block;
  overflow:hidden;
  font-weight:900;
  text-overflow:ellipsis;
  white-space:nowrap;
}
body[data-categories-style="cards"] .category-copy small{
  display:-webkit-box;
  overflow:hidden;
  margin-top:5px;
  color:#82909b;
  font-size:11px;
  line-height:1.45;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
body[data-categories-style="cards"] .category.active small{color:rgba(255,255,255,.78)}
body[data-categories-style="menu_only"] .categories{display:none!important}

body[data-products-layout="compact"] .products-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
body[data-products-layout="compact"] .card-image{height:185px}
body[data-products-layout="compact"] .card-body{padding:15px}
body[data-products-layout="compact"] .card-body h3{font-size:15px}
body[data-products-layout="compact"] .card-body p{font-size:11px;-webkit-line-clamp:2}

body[data-products-layout="catalog"] .products-grid{
  grid-template-columns:1fr;
  max-width:1000px;
  margin-inline:auto;
}
body[data-products-layout="catalog"] .product-card{
  display:grid;
  grid-template-columns:minmax(240px,32%) 1fr;
  min-height:230px;
}
body[data-products-layout="catalog"] .card-image{height:100%;min-height:230px}
body[data-products-layout="catalog"] .card-body{display:flex;flex-direction:column;padding:28px}
body[data-products-layout="catalog"] .card-body h3{font-size:23px}
body[data-products-layout="catalog"] .card-body p{font-size:14px;-webkit-line-clamp:3}
body[data-products-layout="catalog"] .card-bottom{margin-top:auto}

@media(max-width:1050px){
  body[data-categories-style="cards"] .categories{grid-template-columns:repeat(3,minmax(0,1fr))}
  body[data-products-layout="compact"] .products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:760px){
  .site-header .menu-toggle{display:flex!important}
  .site-header .mobile-menu{display:none!important}
  .site-header .mobile-menu.open{display:grid!important}
  .curated-section{padding-block:44px}
  .curated-section.curated-alt .section-heading,.curated-section.curated-alt .products-grid,.curated-section.curated-alt .loader,.curated-section.curated-alt .curated-empty{width:92%;margin-inline:auto}
  .section-subtitle{font-size:13px}
  body[data-categories-style="cards"] .categories{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:92%;
    gap:9px;
    margin:18px auto 0;
  }
  body[data-categories-style="cards"] .category{
    min-height:72px;
    padding:11px;
    gap:9px;
    border-radius:13px;
  }
  body[data-categories-style="cards"] .category-mark{flex-basis:35px;width:35px;height:35px;border-radius:10px}
  body[data-categories-style="cards"] .category-copy strong{font-size:12px}
  body[data-categories-style="cards"] .category-copy small{font-size:9px}
  body[data-products-layout="compact"] .products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  body[data-products-layout="compact"] .card-image{height:145px}
  body[data-products-layout="compact"] .card-body{padding:12px}
  body[data-products-layout="compact"] .card-body p{display:none}
  body[data-products-layout="catalog"] .product-card{grid-template-columns:112px 1fr;min-height:150px}
  body[data-products-layout="catalog"] .card-image{height:100%;min-height:150px}
  body[data-products-layout="catalog"] .card-body{padding:14px}
  body[data-products-layout="catalog"] .card-body h3{font-size:15px}
  body[data-products-layout="catalog"] .card-body p{font-size:11px;-webkit-line-clamp:2}
  body[data-products-layout="catalog"] .card-bottom{align-items:flex-end}
}

@media(max-width:390px){
  body[data-categories-style="cards"] .categories{grid-template-columns:1fr}
}
