/* Sézane parity layer — deliberately a new path so production CDNs cannot serve a stale asset. */
.jojo-announcement { display: none !important; }

/* Listing: quiet editorial hierarchy rather than a promo-card interface. */
#category .block-category .category-cover,
#category .block-category .category-description,
#category .category__description { display: none !important; }

#category .block-category,
#category .page-header {
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 58px 24px 30px !important;
  text-align: center !important;
}

/* The native category-tree rail reads as a legacy sidebar; Sézane keeps the catalogue full width. */
body#category #left-column,
body#category .left-column,
body#category .category-tree,
body#category .block-categories { display: none !important; }
body#category #content-wrapper,
body#category #main { flex: 0 0 100% !important; max-width: 100% !important; width: 100% !important; }
body#category .category__header {
  align-items: center !important;
  background: #fff !important;
  display: flex !important;
  justify-content: center !important;
  min-height: 145px !important;
  padding: 38px 24px 28px !important;
}
body#category .breadcrumb { background: #fff !important; border: 0 !important; display: none !important; }

#category .page-title-section,
#category .block-category h1 {
  color: #171717 !important;
  font-family: var(--jojo-sans, Arial, sans-serif) !important;
  font-size: clamp(27px, 3vw, 46px) !important;
  font-weight: 500 !important;
  letter-spacing: .115em !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}

#category .subcategory {
  align-items: center !important;
  border-bottom: 1px solid #e9e6e1 !important;
  border-top: 1px solid #e9e6e1 !important;
  display: flex !important;
  gap: 25px !important;
  justify-content: center !important;
  margin: 0 0 26px !important;
  overflow-x: auto !important;
  padding: 15px 24px !important;
  scrollbar-width: none;
}
#category .subcategory::-webkit-scrollbar { display: none; }
#category .subcategory a,
#category .subcategory .subcategory__item {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #222 !important;
  flex: 0 0 auto;
  font-family: var(--jojo-sans, Arial, sans-serif) !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .11em !important;
  padding: 0 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

.product-flag,
.product-flags,
.product-flag--discount,
.product-flag--new,
.product-flag--on-sale { display: none !important; }

@media (max-width: 767.98px) {
  .jojo-header-main { min-height: 59px !important; padding: 0 15px !important; }
  .jojo-logo { font-size: 22px !important; letter-spacing: .075em !important; }
  .jojo-main-nav { display: none !important; }
  #category .block-category,
  #category .page-header { padding: 35px 16px 22px !important; }
  body#category .category__header { min-height: 110px !important; padding: 28px 16px 21px !important; }
  #category .page-title-section,
  #category .block-category h1 { font-size: 25px !important; letter-spacing: .095em !important; }
  #category .subcategory { gap: 20px !important; justify-content: flex-start !important; margin-bottom: 19px !important; padding: 13px 16px !important; }
  #category .subcategory a,
  #category .subcategory .subcategory__item { font-size: 10px !important; }
}
