:root {
  --bcss-ink: #241b20;
  --bcss-muted: #72656c;
  --bcss-pink: #ef3d87;
  --bcss-pink-deep: #d9246d;
  --bcss-pink-soft: #fff2f7;
  --bcss-blush: #f9e8ef;
  --bcss-cream: #fffaf7;
  --bcss-gold: #bd8a42;
  --bcss-line: rgba(76, 48, 60, .12);
  --bcss-shadow: 0 22px 60px rgba(67, 37, 50, .11);
  --bcss-shadow-soft: 0 12px 34px rgba(67, 37, 50, .075);
}

body.bcpsuite20260720-category .shop-page-title,
body.bcpsuite20260720-category #main > .page-title,
body.bcpsuite20260720-category .category-page-title,
body.bcpsuite20260720-category .woocommerce-products-header,
body.bcpsuite20260720-category #main > .woocommerce-breadcrumb,
body.bcpsuite20260720-category .shop-page-title + .woocommerce-breadcrumb {
  display: none !important;
}

body.bcpsuite20260720-category #main,
body.bcpsuite20260720-category .bcss-shop {
  background:
    radial-gradient(circle at 7% 16%, rgba(255, 227, 238, .48), transparent 24%),
    radial-gradient(circle at 96% 29%, rgba(251, 237, 222, .38), transparent 22%),
    #fff;
}

.bcss-shop,
.bcss-shop * {
  box-sizing: border-box;
}

.bcss-shop img {
  max-width: 100%;
}

.bcss-shell {
  width: min(1380px, calc(100% - 42px));
  margin: 0 auto;
  padding: 18px 0 76px;
}

.bcss-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  margin: 0 0 15px;
  color: #9a8c93;
  font-size: 12px;
}

.bcss-breadcrumb a {
  color: #6c5f65;
  text-decoration: none;
}

.bcss-breadcrumb a:hover {
  color: var(--bcss-pink-deep);
}

.bcss-breadcrumb svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bcss-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.18fr);
  overflow: hidden;
  border: 1px solid rgba(219, 173, 190, .38);
  border-radius: 28px;
  background: linear-gradient(112deg, #fff9fb 0%, #fff1f6 50%, #f8e4ec 100%);
  box-shadow: var(--bcss-shadow);
  isolation: isolate;
}

.bcss-hero::before,
.bcss-hero::after {
  content: '';
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.bcss-hero::before {
  width: 250px;
  height: 250px;
  top: -135px;
  left: 28%;
  border: 1px solid rgba(239, 61, 135, .10);
}

.bcss-hero::after {
  width: 98px;
  height: 98px;
  left: 36px;
  bottom: -52px;
  background: rgba(255, 255, 255, .52);
}

.bcss-hero__copy {
  position: relative;
  z-index: 4;
  align-self: center;
  padding: 48px 42px 42px clamp(38px, 5vw, 72px);
}

.bcss-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--bcss-gold);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.bcss-eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: currentColor;
}

.bcss-hero h1 {
  max-width: 570px;
  margin: 16px 0 17px;
  color: var(--bcss-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(44px, 4.3vw, 68px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}

.bcss-hero h1 em {
  display: block;
  margin-top: 9px;
  color: var(--bcss-pink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: .93em;
  font-weight: 400;
  letter-spacing: -.035em;
}

.bcss-hero__copy > p {
  max-width: 500px;
  margin: 0 0 25px;
  color: #5c5056;
  font-size: 15px;
  line-height: 1.72;
}

.bcss-hero__button,
.bcss-card__cta {
  text-decoration: none !important;
}

.bcss-hero__button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 24px;
  border: 1px solid var(--bcss-pink);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--bcss-pink), #f85d9b);
  box-shadow: 0 14px 30px rgba(239, 61, 135, .24);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .22s ease, box-shadow .22s ease;
}

.bcss-hero__button:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 17px 36px rgba(217, 36, 109, .30);
}

.bcss-hero__button svg,
.bcss-card__cta svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bcss-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 27px;
  color: #6b5d64;
  font-size: 11px;
}

.bcss-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.bcss-hero__trust svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--bcss-pink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.bcss-hero__visual {
  position: relative;
  z-index: 2;
  min-height: 430px;
  overflow: hidden;
}

.bcss-hero__visual::before {
  content: '';
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 30%;
  background: linear-gradient(90deg, #fff1f6 0%, rgba(255, 241, 246, .76) 34%, rgba(255, 241, 246, 0) 100%);
  pointer-events: none;
}

.bcss-hero__visual img {
  width: 100% !important;
  height: 100% !important;
  min-height: 430px;
  display: block;
  margin: 0 !important;
  object-fit: cover;
  object-position: center 38%;
  filter: none !important;
  image-rendering: auto;
}

.bcss-categories {
  padding: 55px 0 42px;
}

.bcss-section-heading {
  display: grid;
  grid-template-columns: minmax(42px, 112px) auto minmax(42px, 112px);
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 27px;
  text-align: center;
}

.bcss-section-heading__line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(189, 138, 66, .76));
}

.bcss-section-heading__line:last-child {
  background: linear-gradient(90deg, rgba(189, 138, 66, .76), transparent);
}

.bcss-section-heading small {
  display: block;
  margin-bottom: 6px;
  color: var(--bcss-pink-deep);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .21em;
}

.bcss-section-heading h2 {
  margin: 0;
  color: var(--bcss-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(31px, 2.6vw, 42px);
  font-weight: 400;
  letter-spacing: -.03em;
}

.bcss-category-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 13px;
}

.bcss-category {
  min-height: 158px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  border: 1px solid rgba(225, 194, 206, .70);
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #fffbfd 100%);
  box-shadow: 0 9px 26px rgba(55, 32, 42, .055);
  color: var(--bcss-ink);
  text-align: center;
  text-decoration: none !important;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.bcss-category:hover {
  border-color: rgba(239, 61, 135, .44);
  color: var(--bcss-ink);
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(72, 38, 53, .11);
}

.bcss-category__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff1f7, #fff8fb);
  color: var(--bcss-pink);
}

.bcss-category__icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

.bcss-category strong {
  display: block;
  color: #33272d;
  font-size: 12px;
  line-height: 1.25;
}

.bcss-category > span:last-child {
  display: block;
  margin-top: 6px;
  color: #a08f97;
  font-size: 10px;
}

.bcss-products {
  scroll-margin-top: 100px;
}

.bcss-toolbar {
  display: grid;
  grid-template-columns: minmax(165px, .92fr) minmax(260px, 1.35fr) minmax(170px, .9fr) minmax(190px, .9fr) auto;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding: 13px;
  border: 1px solid rgba(225, 194, 206, .60);
  border-radius: 18px;
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--bcss-shadow-soft);
  backdrop-filter: blur(10px);
}

.bcss-select-wrap,
.bcss-search,
.bcss-ordering form {
  position: relative;
  margin: 0;
}

.bcss-select-wrap select,
.bcss-search input,
.bcss-ordering select {
  width: 100%;
  height: 46px;
  margin: 0;
  padding: 0 42px 0 15px;
  border: 1px solid #eadde3;
  border-radius: 11px;
  background: #fff;
  box-shadow: none;
  color: #54484e;
  font-size: 12px;
}

.bcss-select-wrap select,
.bcss-ordering select {
  appearance: none;
  cursor: pointer;
}

.bcss-select-wrap > svg {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #807079;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transform: translateY(-50%);
  pointer-events: none;
}

.bcss-search button {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--bcss-pink);
  transform: translateY(-50%);
  cursor: pointer;
}

.bcss-search button:hover {
  background: var(--bcss-pink-soft);
}

.bcss-search button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bcss-result-count,
.bcss-result-count .woocommerce-result-count {
  margin: 0 !important;
  color: #8f8088;
  font-size: 11px;
  text-align: center;
}

.bcss-ordering .woocommerce-ordering {
  float: none !important;
  width: 100%;
  margin: 0 !important;
}

.bcss-view-switch {
  display: inline-flex;
  gap: 6px;
  justify-self: end;
}

.bcss-view-switch button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 1px solid #eadde3;
  border-radius: 11px;
  background: #fff;
  color: #9d8c94;
  cursor: pointer;
}

.bcss-view-switch button.is-active,
.bcss-view-switch button:hover {
  border-color: rgba(239, 61, 135, .36);
  background: var(--bcss-pink-soft);
  color: var(--bcss-pink);
}

.bcss-view-switch svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.bcss-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.bcss-card {
  position: relative;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(220, 197, 207, .72);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(70, 39, 52, .07);
  transition: transform .26s ease, box-shadow .26s ease, border-color .26s ease;
}

.bcss-card:hover {
  border-color: rgba(239, 61, 135, .34);
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(70, 39, 52, .13);
}

.bcss-card__media {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f1e5ea;
  background:
    radial-gradient(circle at 50% 26%, rgba(255, 238, 245, .75), transparent 38%),
    linear-gradient(180deg, #fff 0%, #fffafd 100%);
}

.bcss-card__image {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
  padding: 17px;
  text-decoration: none !important;
}

.bcss-card__image img {
  position: absolute;
  inset: 17px;
  width: calc(100% - 34px) !important;
  height: calc(100% - 34px) !important;
  margin: 0 !important;
  object-fit: contain;
  object-position: center;
  transition: opacity .35s ease, transform .45s ease;
}

.bcss-card__primary {
  z-index: 1;
  opacity: 1;
}

.bcss-card__secondary {
  z-index: 2;
  opacity: 0;
}

.bcss-card:hover .bcss-card__image.has-secondary .bcss-card__primary {
  opacity: 0;
}

.bcss-card:hover .bcss-card__image.has-secondary .bcss-card__secondary {
  opacity: 1;
}

.bcss-card:hover .bcss-card__image img {
  transform: scale(1.025);
}

.bcss-card__actions {
  position: absolute;
  z-index: 6;
  top: 13px;
  right: 13px;
  display: grid;
  gap: 8px;
}

.bcss-card__actions button,
.bcss-card__actions a {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(81, 58, 68, .14);
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 7px 20px rgba(61, 34, 45, .09);
  color: #5a4d53;
  text-decoration: none !important;
  cursor: pointer;
}

.bcss-card__actions button:hover,
.bcss-card__actions a:hover,
.bcss-card__actions button.is-saved {
  border-color: rgba(239, 61, 135, .38);
  color: var(--bcss-pink);
}

.bcss-card__actions button.is-saved svg {
  fill: currentColor;
}

.bcss-card__actions svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.bcss-quick-view {
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: rgba(18, 17, 18, .93);
  color: #fff !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none !important;
  text-transform: uppercase;
  transform: translateY(100%);
  transition: transform .24s ease;
}

.bcss-card:hover .bcss-quick-view,
.bcss-card:focus-within .bcss-quick-view {
  transform: translateY(0);
}

.bcss-quick-view svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bcss-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 18px 18px 17px;
  text-align: center;
}

.bcss-card__category {
  display: inline-block;
  align-self: center;
  margin-bottom: 8px;
  color: var(--bcss-pink) !important;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.35;
  text-decoration: none !important;
  text-transform: uppercase;
}

.bcss-card__title {
  margin: 0 !important;
  color: #30242a;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.46;
  text-transform: none;
}

.bcss-card__title a {
  color: inherit !important;
  text-decoration: none !important;
}

.bcss-card__title a:hover {
  color: var(--bcss-pink-deep) !important;
}

.bcss-card__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
  color: #9a8790;
  font-size: 10px;
}

.bcss-card__rating .star-rating {
  float: none;
  margin: 0;
  color: #f3aa28;
  font-size: 12px;
}

.bcss-card__price {
  margin-top: 10px;
  color: var(--bcss-pink-deep);
  font-size: 16px;
  font-weight: 700;
}

.bcss-card__price del {
  color: #a99ba2;
  font-size: 12px;
  font-weight: 400;
}

.bcss-card__price ins {
  text-decoration: none;
}

.bcss-card__push {
  flex: 1;
  min-height: 18px;
}

.bcss-card__cta {
  min-height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px;
  border: 1px solid rgba(239, 61, 135, .72);
  border-radius: 10px;
  background: #fff;
  color: var(--bcss-pink-deep) !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  transition: background .22s ease, color .22s ease, box-shadow .22s ease;
}

.bcss-card__cta:hover {
  background: var(--bcss-pink);
  box-shadow: 0 10px 22px rgba(239, 61, 135, .21);
  color: #fff !important;
}

.bcss-product-grid[data-view="list"] {
  grid-template-columns: 1fr;
}

.bcss-product-grid[data-view="list"] .bcss-card {
  display: grid;
  grid-template-columns: minmax(260px, 32%) minmax(0, 1fr);
}

.bcss-product-grid[data-view="list"] .bcss-card__image {
  min-height: 280px;
}

.bcss-product-grid[data-view="list"] .bcss-card__content {
  align-items: flex-start;
  justify-content: center;
  padding: 30px;
  text-align: left;
}

.bcss-product-grid[data-view="list"] .bcss-card__category {
  align-self: flex-start;
}

.bcss-product-grid[data-view="list"] .bcss-card__rating {
  justify-content: flex-start;
}

.bcss-product-grid[data-view="list"] .bcss-card__cta {
  width: min(240px, 100%);
}

.bcss-pagination {
  display: flex;
  justify-content: center;
  margin: 36px 0 0;
}

.bcss-pagination .woocommerce-pagination {
  width: auto;
}

.bcss-pagination ul.page-numbers {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  list-style: none;
}

.bcss-pagination ul.page-numbers li {
  margin: 0 !important;
  border: 0 !important;
}

.bcss-pagination .page-numbers a,
.bcss-pagination .page-numbers span {
  min-width: 42px;
  height: 42px;
  display: grid !important;
  place-items: center;
  padding: 0 10px !important;
  border: 1px solid #eadde3 !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 6px 18px rgba(61, 34, 45, .06);
  color: #54474d !important;
  font-size: 12px !important;
  text-decoration: none !important;
}

.bcss-pagination .page-numbers span.current,
.bcss-pagination .page-numbers a:hover {
  border-color: var(--bcss-pink) !important;
  background: var(--bcss-pink) !important;
  color: #fff !important;
}

.bcss-description {
  margin-top: 50px;
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(222, 191, 204, .68);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0, rgba(255, 225, 237, .55), transparent 30%),
    linear-gradient(145deg, #fff 0%, #fff9fb 100%);
  box-shadow: var(--bcss-shadow-soft);
}

.bcss-description__inner {
  max-width: 1180px;
  margin: 0 auto;
  color: #5a4d53;
  font-size: 15px;
  line-height: 1.82;
}

.bcss-description__inner > *:first-child {
  margin-top: 0 !important;
}

.bcss-description__inner > *:last-child {
  margin-bottom: 0 !important;
}

.bcss-description__inner h1,
.bcss-description__inner h2 {
  margin: 0 0 24px;
  color: #30242a;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(28px, 2.5vw, 42px);
  font-weight: 400;
  letter-spacing: -.025em;
  line-height: 1.18;
  text-align: center;
  text-transform: none;
}

.bcss-description__inner h2::after {
  content: '';
  width: 70px;
  height: 2px;
  display: block;
  margin: 17px auto 0;
  background: linear-gradient(90deg, transparent, var(--bcss-pink), transparent);
}

.bcss-description__inner h3,
.bcss-description__inner h4 {
  position: relative;
  margin: 28px 0 8px;
  padding-left: 43px;
  color: #35282e;
  font-family: inherit;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.bcss-description__inner h3::before,
.bcss-description__inner h4::before {
  content: '✦';
  position: absolute;
  top: -2px;
  left: 0;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(239, 61, 135, .28);
  border-radius: 50%;
  background: #fff2f7;
  color: var(--bcss-pink);
  font-size: 12px;
}

.bcss-description__inner p,
.bcss-description__inner ul,
.bcss-description__inner ol {
  margin: 0 0 17px;
}

.bcss-description__inner a {
  color: var(--bcss-pink-deep) !important;
  font-weight: 600;
  text-decoration: none;
}

.bcss-description__inner a:hover {
  text-decoration: underline;
}

.bcss-description__inner .row,
.bcss-description__inner .col,
.bcss-description__inner [class*="ux-"] {
  max-width: 100%;
}

.bcss-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid rgba(225, 194, 206, .66);
  border-radius: 20px;
  background: linear-gradient(90deg, #fff7fa, #fff, #fff7fa);
}

.bcss-trust__item {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 22px;
  border-right: 1px solid rgba(225, 194, 206, .60);
}

.bcss-trust__item:last-child {
  border-right: 0;
}

.bcss-trust__item svg {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--bcss-pink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.55;
}

.bcss-trust__item span {
  display: grid;
  gap: 3px;
}

.bcss-trust__item strong {
  color: #3a2d33;
  font-size: 12px;
}

.bcss-trust__item small {
  color: #8d7e85;
  font-size: 10px;
  line-height: 1.4;
}

.bcss-no-products {
  padding: 42px;
  border: 1px solid #eadde3;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

@media (max-width: 1180px) {
  .bcss-category-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .bcss-toolbar {
    grid-template-columns: minmax(155px, .8fr) minmax(230px, 1.25fr) minmax(160px, .8fr) minmax(180px, .85fr) auto;
  }

  .bcss-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .bcss-shell {
    width: min(100% - 28px, 1380px);
  }

  .bcss-hero {
    grid-template-columns: 1fr;
  }

  .bcss-hero__copy {
    padding: 42px 34px 35px;
  }

  .bcss-hero__visual {
    min-height: 390px;
  }

  .bcss-hero__visual::before {
    inset: 0 0 auto;
    width: 100%;
    height: 24%;
    background: linear-gradient(180deg, #fff1f6, rgba(255, 241, 246, 0));
  }

  .bcss-hero__visual img {
    min-height: 390px;
    object-position: center 34%;
  }

  .bcss-toolbar {
    grid-template-columns: 1fr 1fr;
  }

  .bcss-result-count {
    order: 3;
    text-align: left;
  }

  .bcss-ordering {
    order: 4;
  }

  .bcss-view-switch {
    display: none;
  }

  .bcss-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bcss-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bcss-trust__item:nth-child(2) {
    border-right: 0;
  }

  .bcss-trust__item:nth-child(-n+2) {
    border-bottom: 1px solid rgba(225, 194, 206, .60);
  }
}

@media (max-width: 620px) {
  .bcss-shell {
    width: min(100% - 18px, 1380px);
    padding-top: 10px;
  }

  .bcss-breadcrumb {
    margin-left: 4px;
  }

  .bcss-hero {
    min-height: 0;
    border-radius: 20px;
  }

  .bcss-hero__copy {
    padding: 32px 23px 29px;
  }

  .bcss-hero h1 {
    font-size: 43px;
  }

  .bcss-hero__copy > p {
    font-size: 14px;
  }

  .bcss-hero__trust {
    gap: 10px 14px;
  }

  .bcss-hero__visual,
  .bcss-hero__visual img {
    min-height: 315px;
  }

  .bcss-hero__visual img {
    object-position: 48% 35%;
  }

  .bcss-categories {
    padding: 42px 0 30px;
  }

  .bcss-section-heading {
    grid-template-columns: 34px auto 34px;
    gap: 12px;
  }

  .bcss-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .bcss-category {
    min-height: 145px;
    border-radius: 16px;
  }

  .bcss-toolbar {
    grid-template-columns: 1fr;
    padding: 10px;
  }

  .bcss-result-count {
    order: initial;
    padding: 4px 2px;
    text-align: center;
  }

  .bcss-ordering {
    order: initial;
  }

  .bcss-product-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .bcss-card__image {
    min-height: 360px;
  }

  .bcss-quick-view {
    transform: translateY(0);
  }

  .bcss-pagination ul.page-numbers {
    gap: 5px;
    flex-wrap: wrap;
  }

  .bcss-pagination .page-numbers a,
  .bcss-pagination .page-numbers span {
    min-width: 38px;
    height: 38px;
  }

  .bcss-description {
    margin-top: 38px;
    padding: 28px 20px;
    border-radius: 20px;
  }

  .bcss-description__inner {
    font-size: 14px;
    line-height: 1.75;
  }

  .bcss-description__inner h3,
  .bcss-description__inner h4 {
    padding-left: 39px;
    font-size: 17px;
  }

  .bcss-trust {
    grid-template-columns: 1fr;
  }

  .bcss-trust__item,
  .bcss-trust__item:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(225, 194, 206, .60);
  }

  .bcss-trust__item:last-child {
    border-bottom: 0;
  }
}

/* V4.2 banner-ratio correction.
 * The hero image controls its own height from the embedded 1600x900 ratio.
 * No fixed image height, cover zoom, or width/height distortion is applied.
 */
body.bcpsuite20260720-category .bcss-shell {
  width: min(1280px, calc(100% - 40px));
}

body.bcpsuite20260720-category .bcss-hero {
  min-height: 0 !important;
  height: auto !important;
  grid-template-columns: minmax(380px, .88fr) minmax(0, 1.32fr);
  align-items: stretch;
}

body.bcpsuite20260720-category .bcss-hero__copy {
  min-width: 0;
  align-self: center;
  padding-top: 38px;
  padding-bottom: 38px;
}

body.bcpsuite20260720-category .bcss-hero__visual {
  position: relative;
  min-width: 0;
  min-height: 0 !important;
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f8dfe9;
}

body.bcpsuite20260720-category .bcss-hero__visual::before {
  width: 22%;
  background: linear-gradient(90deg, #fff1f6 0%, rgba(255, 241, 246, .72) 34%, rgba(255, 241, 246, 0) 100%);
}

body.bcpsuite20260720-category .bcss-hero__visual img {
  position: static !important;
  inset: auto !important;
  display: block;
  flex: 0 0 auto;
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

/* Preserve the approved product-card ratio correction from V4.1. */
body.bcpsuite20260720-category .bcss-category {
  min-height: 145px;
}

body.bcpsuite20260720-category .bcss-product-grid {
  align-items: stretch;
}

body.bcpsuite20260720-category .bcss-card__media {
  min-height: 0;
  aspect-ratio: 1 / 1;
}

body.bcpsuite20260720-category .bcss-card__image,
body.bcpsuite20260720-category .bcss-product-grid[data-view="list"] .bcss-card__image {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
}

body.bcpsuite20260720-category .bcss-card__image img {
  inset: 14px;
  width: calc(100% - 28px) !important;
  height: calc(100% - 28px) !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
}

body.bcpsuite20260720-category .bcss-card__content {
  padding: 16px 16px 15px;
}

body.bcpsuite20260720-category .bcss-product-grid[data-view="list"] .bcss-card__media {
  min-height: 260px;
  aspect-ratio: auto;
}

@media (max-width: 1180px) {
  body.bcpsuite20260720-category .bcss-hero {
    grid-template-columns: minmax(340px, .94fr) minmax(0, 1.2fr);
  }
}

@media (max-width: 920px) {
  body.bcpsuite20260720-category .bcss-shell {
    width: min(100% - 28px, 1280px);
  }

  body.bcpsuite20260720-category .bcss-hero {
    grid-template-columns: 1fr;
  }

  body.bcpsuite20260720-category .bcss-hero__visual {
    min-height: 0 !important;
    height: auto !important;
  }

  body.bcpsuite20260720-category .bcss-hero__visual::before {
    inset: 0 0 auto;
    width: 100%;
    height: 18%;
    background: linear-gradient(180deg, #fff1f6 0%, rgba(255, 241, 246, 0) 100%);
  }

  body.bcpsuite20260720-category .bcss-hero__visual img {
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 620px) {
  body.bcpsuite20260720-category .bcss-shell {
    width: min(100% - 18px, 1280px);
  }

  body.bcpsuite20260720-category .bcss-card__image {
    min-height: 0;
  }
}

/* V4.3 full-background hero fix.
 * The source image is used as one background layer aligned to the right.
 * Height-based auto sizing preserves the original 1600x900 ratio and avoids
 * squeezing the artwork into a narrow image column.
 */
body.bcpsuite20260720-category .bcss-hero.bcss-hero--fullbg {
  position: relative;
  display: block !important;
  min-height: 440px !important;
  height: auto !important;
  overflow: hidden;
  background-color: #fff3f7;
  background-image:
    linear-gradient(90deg,
      rgba(255, 248, 251, .99) 0%,
      rgba(255, 248, 251, .97) 29%,
      rgba(255, 248, 251, .78) 41%,
      rgba(255, 248, 251, .18) 57%,
      rgba(255, 248, 251, 0) 72%),
    var(--bcss-hero-image);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 100%, auto 100%;
  background-position: center center, right center;
}

body.bcpsuite20260720-category .bcss-hero.bcss-hero--fullbg .bcss-hero__copy {
  position: relative;
  z-index: 3;
  width: min(49%, 650px);
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 44px clamp(34px, 4.8vw, 70px);
}

body.bcpsuite20260720-category .bcss-hero.bcss-hero--fullbg .bcss-hero__visual {
  display: none !important;
}

body.bcpsuite20260720-category .bcss-hero.bcss-hero--fullbg::before {
  width: 230px;
  height: 230px;
  top: -125px;
  left: 25%;
}

body.bcpsuite20260720-category .bcss-hero.bcss-hero--fullbg h1 {
  max-width: 520px;
  font-size: clamp(42px, 4.15vw, 64px);
}

@media (max-width: 1180px) {
  body.bcpsuite20260720-category .bcss-hero.bcss-hero--fullbg {
    min-height: 410px !important;
    background-size: 100% 100%, auto 100%;
    background-position: center center, right center;
  }

  body.bcpsuite20260720-category .bcss-hero.bcss-hero--fullbg .bcss-hero__copy {
    width: 52%;
    min-height: 410px;
    padding-left: 42px;
    padding-right: 30px;
  }
}

@media (max-width: 920px) {
  body.bcpsuite20260720-category .bcss-hero.bcss-hero--fullbg {
    min-height: 560px !important;
    background-position: center center, 64% bottom;
    background-size: 100% 100%, auto 76%;
    background-image:
      linear-gradient(180deg,
        rgba(255, 248, 251, .99) 0%,
        rgba(255, 248, 251, .94) 45%,
        rgba(255, 248, 251, .44) 68%,
        rgba(255, 248, 251, .08) 100%),
      var(--bcss-hero-image);
  }

  body.bcpsuite20260720-category .bcss-hero.bcss-hero--fullbg .bcss-hero__copy {
    width: 100%;
    min-height: 560px;
    justify-content: flex-start;
    padding: 40px 32px 220px;
  }

  body.bcpsuite20260720-category .bcss-hero.bcss-hero--fullbg h1 {
    max-width: 500px;
  }
}

@media (max-width: 620px) {
  body.bcpsuite20260720-category .bcss-hero.bcss-hero--fullbg {
    min-height: 540px !important;
    border-radius: 20px;
    background-position: center center, 62% bottom;
    background-size: 100% 100%, auto 72%;
  }

  body.bcpsuite20260720-category .bcss-hero.bcss-hero--fullbg .bcss-hero__copy {
    min-height: 540px;
    padding: 30px 22px 205px;
  }

  body.bcpsuite20260720-category .bcss-hero.bcss-hero--fullbg h1 {
    margin-top: 12px;
    font-size: clamp(38px, 12vw, 50px);
  }

  body.bcpsuite20260720-category .bcss-hero.bcss-hero--fullbg .bcss-hero__copy > p {
    max-width: 420px;
    font-size: 14px;
    line-height: 1.6;
  }

  body.bcpsuite20260720-category .bcss-hero.bcss-hero--fullbg .bcss-hero__trust {
    gap: 8px 14px;
  }
}

/* ===== V1 Shop-Matched Premium Category Pages Overrides ===== */
body.bcpsuite20260720-category .bcss-hero {
  min-height: 438px;
  display: flex;
  align-items: center;
  padding: 52px 56px;
  background-color: #fdf3f7;
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: 0 0, right center;
  border-radius: 34px;
  overflow: hidden;
}

body.bcpsuite20260720-category .bcss-hero::before {
  width: 230px;
  height: 230px;
  top: -120px;
  left: 22%;
  border: 1px solid rgba(239, 61, 135, .09);
}

body.bcpsuite20260720-category .bcss-hero::after {
  width: 110px;
  height: 110px;
  left: 22px;
  bottom: -56px;
  background: rgba(255,255,255,.42);
}

body.bcpsuite20260720-category .bcss-hero__copy {
  max-width: min(560px, 48%);
  width: 100%;
  padding: 0;
}

body.bcpsuite20260720-category .bcss-hero h1 {
  max-width: 540px;
  margin: 18px 0 20px;
  font-size: clamp(48px, 4.4vw, 70px);
  line-height: .96;
  letter-spacing: -.05em;
}

body.bcpsuite20260720-category .bcss-hero h1 em {
  margin-top: 10px;
  font-size: .90em;
}

body.bcpsuite20260720-category .bcss-hero__copy > p {
  max-width: 490px;
  margin-bottom: 28px;
  font-size: 15.5px;
  line-height: 1.78;
}

body.bcpsuite20260720-category .bcss-hero__button {
  min-height: 58px;
  padding: 0 28px;
  border-radius: 12px;
  box-shadow: 0 18px 34px rgba(239, 61, 135, .19);
}

body.bcpsuite20260720-category .bcss-hero__trust {
  gap: 16px 26px;
  margin-top: 28px;
}

body.bcpsuite20260720-category .bcss-hero__visual {
  display: none !important;
}

@media (max-width: 1199px) {
  body.bcpsuite20260720-category .bcss-hero {
    min-height: 400px;
    padding: 44px 38px;
    background-position: 0 0, 68% center;
  }
  body.bcpsuite20260720-category .bcss-hero__copy {
    max-width: min(520px, 55%);
  }
}

@media (max-width: 991px) {
  body.bcpsuite20260720-category .bcss-hero {
    min-height: 360px;
    padding: 34px 30px;
    background-position: 0 0, 72% center;
  }
  body.bcpsuite20260720-category .bcss-hero__copy {
    max-width: min(500px, 58%);
  }
  body.bcpsuite20260720-category .bcss-hero h1 {
    font-size: clamp(40px, 7.3vw, 58px);
  }
}

@media (max-width: 767px) {
  body.bcpsuite20260720-category .bcss-hero {
    min-height: auto;
    padding: 22px;
    background-position: center top;
    background-size: auto, cover;
  }
  body.bcpsuite20260720-category .bcss-hero__copy {
    max-width: 100%;
    padding: 22px 20px;
    border-radius: 22px;
    background: rgba(255, 249, 251, .80);
    backdrop-filter: blur(6px);
    box-shadow: 0 18px 32px rgba(63, 22, 44, .08);
  }
  body.bcpsuite20260720-category .bcss-hero__trust {
    gap: 12px 16px;
  }
}

/* ===== V4.5 Approved Banner Image Hero ===== */
body.bcpsuite20260720-category .bcss-hero {
  min-height: 0;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}
body.bcpsuite20260720-category .bcss-hero::before,
body.bcpsuite20260720-category .bcss-hero::after,
body.bcpsuite20260720-category .bcss-hero__copy,
body.bcpsuite20260720-category .bcss-hero__visual {
  display: none !important;
}
body.bcpsuite20260720-category .bcss-hero-banner-card {
  border-radius: 34px;
  overflow: hidden;
  background: #fdf5f8;
  border: 1px solid rgba(222, 183, 197, .52);
  box-shadow: 0 24px 60px rgba(74, 39, 56, .10);
}
body.bcpsuite20260720-category .bcss-hero-banner-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 21 / 9;
  object-fit: contain;
  background: #fdf5f8;
}
@media (max-width: 991px) {
  body.bcpsuite20260720-category .bcss-hero-banner-card {
    border-radius: 28px;
  }
  body.bcpsuite20260720-category .bcss-hero-banner-card img {
    aspect-ratio: auto;
  }
}
@media (max-width: 767px) {
  body.bcpsuite20260720-category .bcss-shell {
    width: min(100%, calc(100% - 24px));
  }
  body.bcpsuite20260720-category .bcss-hero-banner-card {
    border-radius: 22px;
  }
}

/* Product category archive premium hero */
body.bcpsuite20260720-category .bcpc-category {
  --bcpc-pink: #f05297;
  --bcpc-soft-pink: #fff4f8;
  --bcpc-card: #fff;
  --bcpc-border: rgba(232, 180, 202, 0.7);
}

body.bcpsuite20260720-category .bcpc-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 26px;
  align-items: center;
  padding: 34px;
  margin: 8px 0 34px;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,0.95), rgba(255,255,255,0.2) 38%, transparent 39%),
    linear-gradient(135deg, #fff8fb 0%, #fdeff5 44%, #fce6ef 100%);
  border: 1px solid rgba(234, 197, 214, 0.95);
  border-radius: 34px;
  box-shadow: 0 24px 60px rgba(183, 97, 138, 0.12);
  overflow: hidden;
}

body.bcpsuite20260720-category .bcpc-hero::before {
  content: '';
  position: absolute;
  left: -120px;
  top: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid rgba(240, 82, 151, 0.12);
}

body.bcpsuite20260720-category .bcpc-hero::after {
  content: '';
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 82, 151, 0.09), rgba(240, 82, 151, 0) 72%);
}

body.bcpsuite20260720-category .bcpc-hero__content,
body.bcpsuite20260720-category .bcpc-hero__media {
  position: relative;
  z-index: 1;
}

body.bcpsuite20260720-category .bcpc-hero__content {
  padding: 18px 10px 18px 16px;
}

body.bcpsuite20260720-category .bcpc-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #b47a2e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

body.bcpsuite20260720-category .bcpc-hero__eyebrow::before {
  content: '';
  width: 34px;
  height: 1px;
  background: currentColor;
}

body.bcpsuite20260720-category .bcpc-hero__title {
  margin: 0;
  color: #23181d;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

body.bcpsuite20260720-category .bcpc-hero__title em {
  display: block;
  margin-top: 12px;
  color: var(--bcpc-pink);
  font-style: italic;
  font-weight: 600;
}

body.bcpsuite20260720-category .bcpc-hero__desc {
  max-width: 560px;
  margin: 24px 0 18px;
  color: #544651;
  font-size: 20px;
  line-height: 1.7;
}

body.bcpsuite20260720-category .bcpc-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

body.bcpsuite20260720-category .bcpc-hero__count,
body.bcpsuite20260720-category .bcpc-hero__parent {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid rgba(240, 82, 151, 0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  color: #6c5262;
  font-size: 14px;
  font-weight: 600;
}

body.bcpsuite20260720-category .bcpc-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 58px;
  padding: 16px 26px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f85ea5, #ec3e8b);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 18px 36px rgba(240, 82, 151, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

body.bcpsuite20260720-category .bcpc-hero__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(240, 82, 151, 0.34);
  filter: saturate(1.04);
}

body.bcpsuite20260720-category .bcpc-hero__media {
  display: flex;
  justify-content: flex-end;
}

body.bcpsuite20260720-category .bcpc-hero__image-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: min(100%, 590px);
  min-height: clamp(420px, 31vw, 520px);
  padding: 24px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18), rgba(255,255,255,0.06)),
    radial-gradient(circle at top right, rgba(255,255,255,0.7), rgba(255,255,255,0) 28%),
    linear-gradient(160deg, rgba(255, 215, 230, 0.68), rgba(250, 193, 216, 0.58));
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6), 0 16px 42px rgba(208, 126, 165, 0.16);
  overflow: hidden;
}

body.bcpsuite20260720-category .bcpc-hero__image-wrap::before {
  content: '';
  position: absolute;
  inset: 16px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.28);
}

body.bcpsuite20260720-category .bcpc-hero__image-wrap img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 440px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(131, 70, 101, 0.16));
}

body.bcpsuite20260720-category .bcss-category.is-current {
  border-color: rgba(240, 82, 151, 0.55);
  background: linear-gradient(180deg, #fff, #fff6fa);
  box-shadow: 0 18px 36px rgba(233, 120, 167, 0.14);
}

body.bcpsuite20260720-category .bcss-category.is-current strong {
  color: var(--bcpc-pink);
}

body.bcpsuite20260720-category .bcss-description--category {
  margin-top: 28px;
}

body.bcpsuite20260720-category .bcss-description--category .bcss-description__inner {
  background: linear-gradient(180deg, #fff9fb, #fff);
  border: 1px solid rgba(236, 202, 218, 0.9);
}

@media (max-width: 1100px) {
  body.bcpsuite20260720-category .bcpc-hero {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body.bcpsuite20260720-category .bcpc-hero__content {
    padding: 8px 4px 0;
  }

  body.bcpsuite20260720-category .bcpc-hero__media {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  body.bcpsuite20260720-category .bcpc-hero {
    padding: 22px 18px;
    border-radius: 24px;
  }

  body.bcpsuite20260720-category .bcpc-hero__title {
    font-size: clamp(34px, 12vw, 52px);
  }

  body.bcpsuite20260720-category .bcpc-hero__desc {
    font-size: 17px;
    margin-top: 18px;
  }

  body.bcpsuite20260720-category .bcpc-hero__image-wrap {
    min-height: 280px;
    padding: 18px;
  }

  body.bcpsuite20260720-category .bcpc-hero__image-wrap img {
    max-height: 320px;
  }

  body.bcpsuite20260720-category .bcpc-hero__button {
    width: 100%;
  }
}

/* ===== Premium category banner V3 overrides ===== */
#bcpc-premium-category .bcpc-hero {
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: clamp(420px, 31vw, 520px);
  margin: 8px 0 36px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(232, 196, 212, 0.9);
  box-shadow: 0 24px 60px rgba(183, 97, 138, 0.12);
  background-image: var(--bcpc-hero-image);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  isolation: isolate;
}

#bcpc-premium-category .bcpc-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,247,250,0.97) 0%, rgba(255,245,249,0.95) 32%, rgba(255,244,248,0.82) 48%, rgba(255,243,248,0.32) 65%, rgba(255,243,248,0.08) 100%);
  z-index: 0;
}

#bcpc-premium-category .bcpc-hero::before {
  content: '';
  position: absolute;
  left: -40px;
  top: -70px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px solid rgba(239, 113, 168, 0.18);
  z-index: 1;
}

#bcpc-premium-category .bcpc-hero::after {
  content: '';
  position: absolute;
  right: 36px;
  bottom: 24px;
  width: 140px;
  height: 140px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.48), rgba(255,255,255,0.12));
  filter: blur(18px);
  z-index: 1;
}

#bcpc-premium-category .bcpc-hero__content {
  position: relative;
  z-index: 2;
  width: min(100%, 720px);
  padding: 38px 46px 38px 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#bcpc-premium-category .bcpc-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  color: #d33d84;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

#bcpc-premium-category .bcpc-hero__eyebrow::before {
  content: '';
  width: 34px;
  height: 1px;
  background: currentColor;
}

#bcpc-premium-category .bcpc-hero__title {
  margin: 0;
  color: #22171d;
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: -0.045em;
  line-height: 0.92;
}

#bcpc-premium-category .bcpc-hero__title span,
#bcpc-premium-category .bcpc-hero__title em {
  display: block;
}

#bcpc-premium-category .bcpc-hero__title span {
  font-size: clamp(42px, 6vw, 78px);
  font-style: normal;
  font-weight: 700;
}

#bcpc-premium-category .bcpc-hero__title em {
  margin-top: 12px;
  color: #ef4f98;
  font-size: clamp(38px, 5.2vw, 72px);
  font-style: italic;
  font-weight: 600;
}

#bcpc-premium-category .bcpc-hero__desc {
  max-width: 640px;
  margin: 26px 0 0;
  color: #4c4450;
  font-size: 19px;
  line-height: 1.7;
}

#bcpc-premium-category .bcpc-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 24px;
}

#bcpc-premium-category .bcpc-hero__chip {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(239, 79, 152, 0.16);
  color: #614c59;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

#bcpc-premium-category .bcpc-hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 58px;
  width: fit-content;
  padding: 16px 26px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f75ca4, #e63d88);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  box-shadow: 0 18px 34px rgba(239, 79, 152, 0.28);
  transition: transform .2s ease, box-shadow .2s ease;
}

#bcpc-premium-category .bcpc-hero__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(239, 79, 152, 0.34);
}

#bcpc-premium-category .bcpc-hero__info-card {
  position: absolute;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  min-width: 190px;
  padding: 18px 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.65);
  box-shadow: 0 18px 40px rgba(130, 71, 98, 0.14);
  backdrop-filter: blur(10px);
}

#bcpc-premium-category .bcpc-hero__info-label {
  color: #c3729b;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#bcpc-premium-category .bcpc-hero__info-card strong {
  color: #26181f;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 27px;
  line-height: 1.08;
}

#bcpc-premium-category .bcpc-hero__info-card small {
  color: #6b5260;
  font-size: 14px;
  font-weight: 600;
}

#bcpc-premium-category .bcpc-hero--ken .bcpc-hero__overlay {
  background: linear-gradient(90deg, rgba(250,247,255,0.97) 0%, rgba(248,245,255,0.93) 34%, rgba(248,244,255,0.72) 54%, rgba(248,244,255,0.18) 100%);
}
#bcpc-premium-category .bcpc-hero--playsets .bcpc-hero__overlay {
  background: linear-gradient(90deg, rgba(255,248,246,0.97) 0%, rgba(255,247,244,0.93) 34%, rgba(255,246,243,0.72) 54%, rgba(255,246,243,0.16) 100%);
}
#bcpc-premium-category .bcpc-hero--fashion .bcpc-hero__overlay,
#bcpc-premium-category .bcpc-hero--accessories .bcpc-hero__overlay {
  background: linear-gradient(90deg, rgba(255,247,251,0.97) 0%, rgba(255,246,250,0.93) 34%, rgba(255,245,249,0.72) 54%, rgba(255,245,249,0.16) 100%);
}

@media (max-width: 991px) {
  #bcpc-premium-category .bcpc-hero {
    min-height: 390px;
    background-position: center;
  }

  #bcpc-premium-category .bcpc-hero__content {
    width: 100%;
    max-width: 100%;
    padding: 28px 28px 120px;
  }

  #bcpc-premium-category .bcpc-hero__desc {
    max-width: 100%;
    font-size: 18px;
  }

  #bcpc-premium-category .bcpc-hero__info-card {
    right: 20px;
    bottom: 18px;
  }
}

@media (max-width: 767px) {
  #bcpc-premium-category .bcpc-hero {
    min-height: auto;
    border-radius: 24px;
    background-position: 70% center;
  }

  #bcpc-premium-category .bcpc-hero__overlay {
    background: linear-gradient(180deg, rgba(255,247,250,0.92) 0%, rgba(255,247,250,0.86) 45%, rgba(255,247,250,0.76) 100%);
  }

  #bcpc-premium-category .bcpc-hero__content {
    padding: 24px 18px 150px;
  }

  #bcpc-premium-category .bcpc-hero__title span {
    font-size: clamp(34px, 11vw, 54px);
  }

  #bcpc-premium-category .bcpc-hero__title em {
    font-size: clamp(32px, 10vw, 48px);
  }

  #bcpc-premium-category .bcpc-hero__desc {
    font-size: 16px;
  }

  #bcpc-premium-category .bcpc-hero__button {
    width: 100%;
  }

  #bcpc-premium-category .bcpc-hero__info-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    min-width: 0;
  }
}

/* V3.3 final cleanup: match the approved Shop cards and keep the banner uncluttered. */
body.bcpsuite20260720-category .bcpc-hero__info-card {
  display: none !important;
}
body.bcpsuite20260720-category .bcss-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
body.bcpsuite20260720-category .bcss-card__media {
  min-height: 0;
  aspect-ratio: 1 / 1;
}
body.bcpsuite20260720-category .bcss-card__image {
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 0;
}
body.bcpsuite20260720-category .bcss-card__image img {
  inset: 14px;
  width: calc(100% - 28px) !important;
  height: calc(100% - 28px) !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
}
body.bcpsuite20260720-category .bcss-card__content {
  padding: 16px 16px 15px;
}
@media (max-width: 1024px) {
  body.bcpsuite20260720-category .bcss-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  body.bcpsuite20260720-category .bcss-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}

/* ===== V3.4 compact sharp premium category banner ===== */
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero {
  min-height: 310px;
  max-height: 310px;
  margin: 8px 0 30px;
  border-radius: 28px;
  border: 1px solid rgba(225, 177, 199, .72);
  box-shadow: 0 18px 48px rgba(105, 47, 76, .10);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  image-rendering: auto;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero::after {
  display: none !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__overlay {
  background: linear-gradient(90deg,
    rgba(255,249,251,.99) 0%,
    rgba(255,247,250,.97) 34%,
    rgba(255,246,249,.84) 48%,
    rgba(255,245,248,.30) 66%,
    rgba(255,245,248,0) 82%);
  backdrop-filter: none !important;
  filter: none !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__content {
  width: min(100%, 650px);
  padding: 28px 38px;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__eyebrow {
  margin-bottom: 11px;
  font-size: 10px;
  letter-spacing: .18em;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title {
  line-height: .96;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title span {
  font-size: clamp(36px, 4.6vw, 58px);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title em {
  margin-top: 7px;
  font-size: clamp(31px, 4vw, 50px);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__desc {
  display: -webkit-box;
  max-width: 570px;
  margin: 15px 0 0;
  overflow: hidden;
  color: #51434b;
  font-size: 15px;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__chips {
  margin: 15px 0 14px;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__chip {
  min-height: 34px;
  padding: 7px 13px;
  background: rgba(255,255,255,.86);
  font-size: 12px;
  backdrop-filter: none !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__button {
  min-width: 178px;
  min-height: 44px;
  padding: 11px 20px;
  border-radius: 11px;
  font-size: 12px;
  box-shadow: 0 12px 25px rgba(239,79,152,.22);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--dolls {
  background-position: 72% center;
}
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--fashion {
  background-position: 76% center;
}
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--playsets {
  background-position: 70% center;
}
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--accessories {
  background-position: 78% center;
}
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--ken {
  background-position: 74% center;
}

/* Preserve exactly the category content/FAQ output supplied by WooCommerce and existing plugins. */
body.bcpsuite20260720-category .bcss-description--category {
  margin-top: 34px;
}
body.bcpsuite20260720-category .bcss-description--category .bcss-description__inner {
  overflow: visible;
}
body.bcpsuite20260720-category .bcss-description--category .term-description,
body.bcpsuite20260720-category .bcss-description--category .entry-content {
  max-width: none;
}

@media (max-width: 991px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero {
    min-height: 285px;
    max-height: 285px;
    background-position: 68% center;
  }
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__content {
    padding: 22px 26px;
  }
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title span {
    font-size: clamp(32px, 6.5vw, 48px);
  }
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title em {
    font-size: clamp(28px, 5.8vw, 42px);
  }
}

@media (max-width: 767px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero {
    min-height: 330px;
    max-height: none;
    border-radius: 22px;
    background-position: 66% center;
  }
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__overlay {
    background: linear-gradient(90deg, rgba(255,249,251,.98) 0%, rgba(255,247,250,.93) 60%, rgba(255,246,249,.46) 100%);
  }
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__content {
    width: 100%;
    padding: 23px 18px;
  }
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__desc {
    max-width: 86%;
    font-size: 14px;
  }
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__button {
    width: auto;
  }
}

/* ===== Product Category V3.5 content + premium banner refinements ===== */
#bcpc-premium-category .bcpc-hero {
  min-height: 318px;
  margin: 8px 0 22px;
  border-radius: 30px;
  background-position: right center;
  box-shadow: 0 18px 44px rgba(183, 97, 138, 0.10);
}

#bcpc-premium-category .bcpc-hero__overlay {
  background: linear-gradient(90deg, rgba(255,250,252,0.96) 0%, rgba(255,248,251,0.92) 28%, rgba(255,247,250,0.74) 46%, rgba(255,246,250,0.28) 62%, rgba(255,246,250,0.02) 100%);
}

#bcpc-premium-category .bcpc-hero::after {
  display: none;
}

#bcpc-premium-category .bcpc-hero__content {
  width: min(100%, 680px);
  padding: 28px 40px 30px;
}

#bcpc-premium-category .bcpc-hero__eyebrow {
  margin-bottom: 14px;
  font-size: 11px;
  letter-spacing: 0.18em;
}

#bcpc-premium-category .bcpc-hero__title span {
  font-size: clamp(36px, 4.4vw, 64px);
}

#bcpc-premium-category .bcpc-hero__title em {
  margin-top: 8px;
  font-size: clamp(30px, 4vw, 56px);
}

#bcpc-premium-category .bcpc-hero__desc {
  max-width: 570px;
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.65;
}

#bcpc-premium-category .bcpc-hero__chips {
  margin: 16px 0 18px;
}

#bcpc-premium-category .bcpc-hero__chip {
  min-height: 40px;
  padding: 9px 14px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: none;
}

#bcpc-premium-category .bcpc-hero__button {
  min-width: 205px;
  min-height: 52px;
  padding: 14px 22px;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(239, 79, 152, 0.24);
}

#bcpc-premium-category .bcpc-hero__info-card,
#bcpc-premium-category .bcpc-hero__count {
  display: none !important;
}

#bcpc-premium-category .bcss-top-description {
  margin: 0 0 30px;
}

#bcpc-premium-category .bcss-top-description__inner {
  padding: 24px 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,248,251,0.96));
  border: 1px solid rgba(232, 196, 212, 0.72);
  box-shadow: 0 14px 36px rgba(173, 112, 139, 0.08);
  color: #4e4451;
  font-size: 16px;
  line-height: 1.8;
}

#bcpc-premium-category .bcss-top-description__title {
  margin: 0 0 10px;
  color: #22171d;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 28px;
  line-height: 1.15;
}

#bcpc-premium-category .bcss-top-description__inner p:last-child {
  margin-bottom: 0;
}

#bcpc-premium-category .bcss-description--category,
#bcpc-premium-category .bcss-description--category-extra {
  margin-top: 32px;
}

@media (max-width: 991px) {
  #bcpc-premium-category .bcpc-hero {
    min-height: 286px;
  }

  #bcpc-premium-category .bcpc-hero__content {
    width: min(100%, 100%);
    padding: 24px 28px 26px;
  }

  #bcpc-premium-category .bcss-top-description__inner {
    padding: 22px 22px;
  }
}

@media (max-width: 767px) {
  #bcpc-premium-category .bcpc-hero {
    min-height: 0;
    background-position: 64% center;
  }

  #bcpc-premium-category .bcpc-hero__overlay {
    background: linear-gradient(180deg, rgba(255,250,252,0.94) 0%, rgba(255,248,251,0.90) 48%, rgba(255,247,250,0.78) 100%);
  }

  #bcpc-premium-category .bcpc-hero__content {
    padding: 22px 18px 24px;
  }

  #bcpc-premium-category .bcpc-hero__button {
    width: auto;
  }

  #bcpc-premium-category .bcss-top-description__title {
    font-size: 24px;
  }

  #bcpc-premium-category .bcss-top-description__inner {
    padding: 20px 18px;
    border-radius: 20px;
    font-size: 15px;
  }
}

/* V3.6: short description sits below the filter toolbar without a generated heading */
#bcpc-premium-category .bcss-products > .bcss-top-description {
  margin: 18px 0 26px;
}

#bcpc-premium-category .bcss-products > .bcss-top-description .bcss-top-description__inner {
  padding: 20px 24px;
}

#bcpc-premium-category .bcss-top-description__title {
  display: none !important;
}

/* ===== V3.7 Final approved Barbie Collectibles banner ===== */
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero {
  min-height: 360px;
  display: flex;
  align-items: center;
  margin: 8px 0 24px;
  border: 1px solid rgba(207, 154, 77, 0.48);
  border-radius: 32px;
  background-image: var(--bcpc-hero-image);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  box-shadow: 0 22px 55px rgba(112, 64, 87, 0.12);
  overflow: hidden;
  isolation: isolate;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg,
    rgba(255, 250, 252, 0.99) 0%,
    rgba(255, 248, 251, 0.97) 29%,
    rgba(255, 247, 250, 0.88) 44%,
    rgba(255, 247, 250, 0.42) 59%,
    rgba(255, 247, 250, 0.05) 75%,
    rgba(255, 247, 250, 0) 100%);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero::before {
  width: 210px;
  height: 210px;
  left: -62px;
  top: -92px;
  border-color: rgba(205, 154, 78, 0.22);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero::after {
  display: none !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__content {
  position: relative;
  z-index: 2;
  width: min(58%, 720px);
  padding: 34px 44px 32px 50px;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__eyebrow {
  margin: 0 0 14px;
  color: #b77a27;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__eyebrow::before {
  width: 28px;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title {
  max-width: 690px;
  line-height: 0.96;
  letter-spacing: -0.045em;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title span {
  font-size: clamp(38px, 4.5vw, 66px);
  font-weight: 500;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title em {
  margin-top: 8px;
  color: #eb4c92;
  font-size: clamp(31px, 3.85vw, 56px);
  font-weight: 500;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__desc {
  max-width: 570px;
  margin: 19px 0 20px;
  color: #4c4249;
  font-size: 15px;
  line-height: 1.65;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__button {
  min-width: 205px;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 22px;
  border: 1px solid rgba(201, 143, 59, 0.54);
  border-radius: 12px;
  background: linear-gradient(135deg, #f85ea4, #e93d87);
  box-shadow: 0 13px 26px rgba(230, 61, 135, 0.22);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__button svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 18px;
  color: #62535c;
  font-size: 10px;
  font-weight: 600;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__trust svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ed4b92;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__chips,
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__info-card,
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__count {
  display: none !important;
}

@media (max-width: 1180px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero {
    min-height: 340px;
    background-position: 65% center;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__content {
    width: 62%;
    padding: 30px 34px 28px;
  }
}

@media (max-width: 900px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero {
    min-height: 330px;
    background-position: 70% center;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__overlay {
    background: linear-gradient(90deg,
      rgba(255, 250, 252, 0.99) 0%,
      rgba(255, 248, 251, 0.96) 45%,
      rgba(255, 247, 250, 0.65) 67%,
      rgba(255, 247, 250, 0.14) 100%);
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__content {
    width: 70%;
  }
}

@media (max-width: 767px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero {
    min-height: 0;
    border-radius: 22px;
    background-position: 72% center;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__overlay {
    background: linear-gradient(180deg,
      rgba(255, 250, 252, 0.96) 0%,
      rgba(255, 248, 251, 0.91) 52%,
      rgba(255, 247, 250, 0.82) 100%);
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__content {
    width: 100%;
    padding: 24px 20px 26px;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title span {
    font-size: clamp(34px, 11vw, 50px);
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title em {
    font-size: clamp(29px, 9.5vw, 44px);
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__desc {
    font-size: 14px;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__button {
    width: 100%;
  }
}

/* ===== V3.8 Shop-page size banner override ===== */
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero {
  width: 100%;
  min-height: 0 !important;
  height: auto;
  aspect-ratio: 21 / 9;
  margin: 8px 0 28px;
  display: flex;
  align-items: center;
  border-radius: 34px;
  border: 1px solid rgba(222, 183, 197, .52);
  background-image: var(--bcpc-hero-image);
  background-size: contain;
  background-position: right center;
  background-repeat: no-repeat;
  box-shadow: 0 24px 60px rgba(74, 39, 56, .10);
  overflow: hidden;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__overlay {
  background: linear-gradient(90deg,
    rgba(255, 250, 252, .99) 0%,
    rgba(255, 248, 251, .97) 30%,
    rgba(255, 247, 250, .87) 45%,
    rgba(255, 247, 250, .38) 60%,
    rgba(255, 247, 250, .04) 77%,
    rgba(255, 247, 250, 0) 100%);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__content {
  width: min(54%, 700px);
  padding: 48px 44px 46px 56px;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__eyebrow {
  margin-bottom: 17px;
  font-size: 10px;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title span {
  font-size: clamp(46px, 4.8vw, 72px);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title em {
  margin-top: 10px;
  font-size: clamp(38px, 4.1vw, 61px);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__desc {
  max-width: 570px;
  margin: 24px 0 26px;
  font-size: 16px;
  line-height: 1.72;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__button {
  min-width: 220px;
  min-height: 54px;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__trust {
  margin-top: 23px;
  gap: 12px 22px;
}

@media (max-width: 1100px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero {
    aspect-ratio: auto;
    min-height: 470px !important;
    background-position: 61% center;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__content {
    width: 62%;
    padding: 40px 34px 38px;
  }
}

@media (max-width: 767px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero {
    min-height: 0 !important;
    aspect-ratio: auto;
    border-radius: 22px;
    background-position: 70% center;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__overlay {
    background: linear-gradient(180deg,
      rgba(255, 250, 252, .97) 0%,
      rgba(255, 248, 251, .93) 52%,
      rgba(255, 247, 250, .84) 100%);
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__content {
    width: 100%;
    padding: 28px 20px 30px;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title span {
    font-size: clamp(35px, 11vw, 52px);
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title em {
    font-size: clamp(30px, 9.5vw, 46px);
  }
}

/* ===== V3.9 Shop-hero matched category banner ===== */
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero {
  min-height: 430px !important;
  height: auto;
  aspect-ratio: auto;
  display: flex;
  align-items: center;
  margin: 8px 0 28px;
  border-radius: 28px;
  border: 1px solid rgba(219, 173, 190, .38);
  background-size: contain;
  background-position: right center;
  box-shadow: 0 18px 44px rgba(74, 39, 56, .10);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__overlay {
  background: linear-gradient(90deg,
    rgba(255, 250, 252, .98) 0%,
    rgba(255, 248, 251, .95) 29%,
    rgba(255, 247, 250, .82) 43%,
    rgba(255, 247, 250, .36) 58%,
    rgba(255, 247, 250, .06) 75%,
    rgba(255, 247, 250, 0) 100%);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__content {
  width: min(47%, 590px);
  padding: 46px 42px 42px clamp(38px, 5vw, 72px);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__eyebrow {
  font-size: 10px;
  letter-spacing: .18em;
  margin-bottom: 14px;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title {
  max-width: 520px;
  margin: 0;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title span {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 3.9vw, 60px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title em {
  display: block;
  margin-top: 9px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 3.2vw, 52px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__desc {
  max-width: 500px;
  margin: 18px 0 22px;
  color: #5c5056;
  font-size: 15px;
  line-height: 1.72;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__chips {
  margin: 0 0 18px;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__button {
  min-height: 50px;
  min-width: 205px;
  border-radius: 8px;
  padding: 0 24px;
}

@media (max-width: 1100px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero {
    min-height: 400px !important;
    background-position: 62% center;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__content {
    width: 56%;
    padding: 38px 30px 36px 34px;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title span {
    font-size: clamp(36px, 4.3vw, 52px);
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title em {
    font-size: clamp(31px, 3.7vw, 46px);
  }
}

@media (max-width: 767px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero {
    min-height: auto !important;
    border-radius: 22px;
    background-position: 69% center;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__overlay {
    background: linear-gradient(180deg,
      rgba(255, 250, 252, .96) 0%,
      rgba(255, 248, 251, .92) 54%,
      rgba(255, 247, 250, .84) 100%);
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__content {
    width: 100%;
    padding: 28px 20px 30px;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title span {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero__title em {
    font-size: clamp(29px, 8.8vw, 42px);
  }
}

/* ===== V4.1 TRUE SHOP-STYLE SPLIT HERO ===== */
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero.bcpc-hero--split {
  position: relative;
  min-height: 430px !important;
  height: auto !important;
  aspect-ratio: auto !important;
  display: grid !important;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.18fr) !important;
  align-items: stretch !important;
  margin: 8px 0 28px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(219, 173, 190, .38) !important;
  border-radius: 28px !important;
  background: linear-gradient(112deg, #fff9fb 0%, #fff1f6 50%, #f8e4ec 100%) !important;
  box-shadow: 0 20px 48px rgba(74, 39, 56, .10) !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero.bcpc-hero--split::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 250px;
  height: 250px;
  top: -135px;
  left: 28%;
  border: 1px solid rgba(239, 61, 135, .10);
  border-radius: 50%;
  pointer-events: none;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero.bcpc-hero--split::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 98px;
  height: 98px;
  left: 36px;
  bottom: -52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .52);
  pointer-events: none;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__overlay {
  display: none !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__content {
  position: relative;
  z-index: 3;
  align-self: center;
  width: auto !important;
  max-width: none !important;
  padding: 48px 42px 42px clamp(38px, 5vw, 72px) !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px !important;
  color: #c99235;
  font-size: 10px !important;
  font-weight: 700;
  letter-spacing: .18em !important;
  text-transform: uppercase;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__title {
  max-width: 570px !important;
  margin: 0 0 17px !important;
  color: #251a20;
  font-family: Georgia, 'Times New Roman', serif;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__title span {
  display: block;
  font-size: clamp(42px, 4.1vw, 64px) !important;
  font-weight: 400 !important;
  line-height: .98 !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__title em {
  display: block;
  margin-top: 9px !important;
  color: #ef3d87;
  font-size: clamp(36px, 3.5vw, 54px) !important;
  font-weight: 400 !important;
  line-height: .98 !important;
  letter-spacing: -.035em !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__desc {
  max-width: 500px !important;
  margin: 0 0 25px !important;
  color: #5c5056;
  font-size: 15px !important;
  line-height: 1.72 !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__button {
  min-width: 0 !important;
  min-height: 50px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 24px !important;
  border-radius: 8px !important;
  box-shadow: 0 14px 30px rgba(239, 61, 135, .24) !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 27px !important;
  color: #6b5d64;
  font-size: 11px;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__media {
  position: relative;
  z-index: 2;
  min-height: 430px;
  overflow: hidden;
  background: #f6dce7;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__media::before {
  content: '';
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 26%;
  background: linear-gradient(90deg, #fff1f6 0%, rgba(255, 241, 246, .68) 38%, rgba(255, 241, 246, 0) 100%);
  pointer-events: none;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__media img {
  width: 100% !important;
  height: 100% !important;
  min-height: 430px !important;
  display: block !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
  transform: none !important;
}

@media (max-width: 1100px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero.bcpc-hero--split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    min-height: 400px !important;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__content {
    padding: 38px 30px 36px 34px !important;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__media,
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__media img {
    min-height: 400px !important;
  }
}

@media (max-width: 767px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero.bcpc-hero--split {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    border-radius: 22px !important;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__content {
    padding: 30px 22px 28px !important;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__media,
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__media img {
    min-height: 320px !important;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__media img {
    object-position: 54% center !important;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__title span {
    font-size: clamp(34px, 10.5vw, 48px) !important;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__title em {
    font-size: clamp(29px, 8.8vw, 42px) !important;
  }
}

/* ===== V4.2 actual category intro + Shop-style hero fit ===== */
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero.bcpc-hero--split {
  min-height: 430px !important;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.14fr) !important;
}
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__content {
  padding: 38px 38px 34px clamp(34px, 4.6vw, 66px) !important;
}
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__eyebrow { margin-bottom: 13px !important; }
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__title { margin-bottom: 14px !important; }
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__title span { font-size: clamp(38px, 3.65vw, 56px) !important; }
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__title em { font-size: clamp(32px, 3.05vw, 46px) !important; }
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split.bcpc-hero--long-title .bcpc-hero__title span { font-size: clamp(34px, 3.1vw, 49px) !important; }
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split.bcpc-hero--long-title .bcpc-hero__title em { font-size: clamp(30px, 2.75vw, 42px) !important; }
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__desc {
  max-width: 540px !important;
  margin-bottom: 18px !important;
  font-size: 14px !important;
  line-height: 1.64 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__trust { margin-top: 18px !important; gap: 10px 18px !important; }
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__media img { object-position: 50% center !important; }
@media (max-width: 1100px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero.bcpc-hero--split { min-height: 440px !important; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important; }
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__content { padding: 32px 28px 30px !important; }
}
@media (max-width: 767px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero.bcpc-hero--split { grid-template-columns: 1fr !important; min-height: 0 !important; }
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero--split .bcpc-hero__desc { -webkit-line-clamp: 7; }
}

/* V44 approved full-banner hero override */
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero.bcpc-hero--image {
  display: block !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 0 !important;
  margin: 24px 0 40px !important;
  overflow: hidden !important;
  border-radius: 34px !important;
  border: 1px solid rgba(232, 186, 202, 0.9) !important;
  background: transparent !important;
  box-shadow: 0 20px 55px rgba(198, 144, 165, 0.16) !important;
}
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero.bcpc-hero--image::before,
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero.bcpc-hero--image::after {
  content: none !important;
  display: none !important;
}
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero.bcpc-hero--image img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  border-radius: 34px !important;
}
@media (max-width: 991px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero.bcpc-hero--image {
    margin: 18px 0 28px !important;
    border-radius: 28px !important;
  }
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-hero.bcpc-hero--image img {
    border-radius: 28px !important;
  }
}

/* ===== V4.5 full natural-ratio banner: no inherited hero height/crop ===== */
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-full-banner-wrap {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  margin: 20px 0 42px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(232, 186, 202, 0.86) !important;
  border-radius: 34px !important;
  background: #fff7fa !important;
  box-shadow: 0 22px 58px rgba(167, 99, 129, 0.15) !important;
  line-height: 0 !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-full-banner-wrap::before,
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-full-banner-wrap::after {
  display: none !important;
  content: none !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-full-banner-image {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 33px !important;
  transform: none !important;
  filter: none !important;
  clip-path: none !important;
}

@media (max-width: 991px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-full-banner-wrap {
    margin: 16px 0 30px !important;
    border-radius: 26px !important;
  }
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-full-banner-image {
    border-radius: 25px !important;
  }
}

@media (max-width: 620px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-full-banner-wrap {
    margin: 12px 0 24px !important;
    border-radius: 20px !important;
  }
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-full-banner-image {
    border-radius: 19px !important;
  }
}

/* ===== V4.6 exact category intro below filter toolbar ===== */
body.bcpsuite20260720-category #bcpc-premium-category .bcss-products > .bcss-top-description {
  margin: 18px 0 28px;
}
body.bcpsuite20260720-category #bcpc-premium-category .bcss-products > .bcss-top-description .bcss-top-description__inner {
  padding: 0 6px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #51464d;
  font-size: 16px;
  line-height: 1.82;
}
body.bcpsuite20260720-category #bcpc-premium-category .bcss-products > .bcss-top-description p {
  margin: 0;
}
@media (max-width: 767px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcss-products > .bcss-top-description {
    margin: 16px 0 22px;
  }
  body.bcpsuite20260720-category #bcpc-premium-category .bcss-products > .bcss-top-description .bcss-top-description__inner {
    padding: 0 2px;
    font-size: 15px;
    line-height: 1.72;
  }
}

/* ===== V4.7 unified category hero for every category ===== */
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero {
  position: relative;
  min-height: clamp(420px, 31vw, 520px);
  display: flex;
  align-items: center;
  margin: 8px 0 34px;
  overflow: hidden;
  border: 1px solid rgba(219, 173, 190, .42);
  border-radius: 28px;
  background-color: #fff5f8;
  background-image: var(--bcpc-unified-image);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  box-shadow: 0 22px 55px rgba(74, 39, 56, .11);
  isolation: isolate;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero::before,
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero::after {
  content: '';
  position: absolute;
  z-index: 2;
  pointer-events: none;
  border-radius: 50%;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero::before {
  width: 250px;
  height: 250px;
  top: -145px;
  left: 27%;
  border: 1px solid rgba(239, 61, 135, .10);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero::after {
  width: 100px;
  height: 100px;
  left: 35px;
  bottom: -55px;
  background: rgba(255, 255, 255, .48);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg,
    rgba(255, 250, 252, .99) 0%,
    rgba(255, 248, 251, .97) 30%,
    rgba(255, 247, 250, .86) 43%,
    rgba(255, 247, 250, .38) 58%,
    rgba(255, 247, 250, .05) 76%,
    rgba(255, 247, 250, 0) 100%);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__content {
  position: relative;
  z-index: 3;
  width: min(49%, 620px);
  padding: 46px 42px 42px clamp(38px, 5vw, 72px);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #ba7328;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1.4;
  text-transform: uppercase;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: currentColor;
  flex: 0 0 28px;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__title {
  max-width: 580px;
  margin: 0 0 25px;
  color: #24191e;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .98;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__title span,
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__title em {
  display: block;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__title span {
  font-size: clamp(44px, 4.3vw, 68px);
  font-style: normal;
  font-weight: 400;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__title em {
  margin-top: 9px;
  color: #ef3f87;
  font-size: clamp(38px, 3.7vw, 58px);
  font-weight: 400;
  letter-spacing: -.035em;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero--long-title .bcpc-unified-hero__title span {
  font-size: clamp(36px, 3.55vw, 56px);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero--long-title .bcpc-unified-hero__title em {
  font-size: clamp(33px, 3.1vw, 49px);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 25px;
  border: 1px solid #ef3d87;
  border-radius: 9px;
  background: linear-gradient(135deg, #ef3d87, #f75c9b);
  box-shadow: 0 14px 30px rgba(239, 61, 135, .24);
  color: #fff !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .22s ease, box-shadow .22s ease;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 36px rgba(217, 36, 109, .30);
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 27px;
  color: #6b5d64;
  font-size: 11px;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__trust span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__trust svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #ef3d87;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

/* Intro appears once: directly below filters. */
body.bcpsuite20260720-category #bcpc-premium-category .bcss-top-description {
  margin: 18px 0 28px;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcss-top-description__inner {
  padding: 20px 24px;
  border: 1px solid rgba(230, 193, 208, .72);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fff9fb);
  box-shadow: 0 12px 28px rgba(173, 112, 139, .07);
  color: #4e4451;
  font-size: 16px;
  line-height: 1.78;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcss-top-description__inner p {
  margin: 0;
}

@media (max-width: 1100px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero {
    min-height: 390px;
    background-position: 62% center;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__content {
    width: 57%;
    padding: 38px 30px 36px 34px;
  }
}

@media (max-width: 767px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero {
    min-height: 0;
    border-radius: 22px;
    background-position: 68% center;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__veil {
    background: linear-gradient(180deg,
      rgba(255, 250, 252, .97) 0%,
      rgba(255, 248, 251, .94) 58%,
      rgba(255, 247, 250, .86) 100%);
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__content {
    width: 100%;
    padding: 30px 20px 32px;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__title span,
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero--long-title .bcpc-unified-hero__title span {
    font-size: clamp(34px, 10.5vw, 48px);
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__title em,
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero--long-title .bcpc-unified-hero__title em {
    font-size: clamp(29px, 8.7vw, 42px);
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__button {
    min-height: 50px;
  }
}

/* ===== V5.0 full-height premium category hero ===== */
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero {
  min-height: clamp(570px, 40vw, 690px) !important;
  display: flex !important;
  align-items: center !important;
  margin: 14px 0 38px !important;
  border-radius: 34px !important;
  border: 1px solid rgba(226, 178, 196, .68) !important;
  background-size: cover !important;
  background-position: right center !important;
  box-shadow: 0 28px 72px rgba(89, 47, 64, .13) !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__veil {
  background: linear-gradient(90deg,
    rgba(255, 250, 252, .995) 0%,
    rgba(255, 248, 251, .985) 28%,
    rgba(255, 247, 250, .93) 40%,
    rgba(255, 247, 250, .63) 51%,
    rgba(255, 247, 250, .18) 65%,
    rgba(255, 247, 250, 0) 82%) !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__content {
  width: min(50%, 690px) !important;
  padding: 58px 42px 54px clamp(44px, 5.4vw, 82px) !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__eyebrow {
  margin-bottom: 20px !important;
  color: #c47a2a !important;
  font-size: 11px !important;
  letter-spacing: .2em !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__title {
  max-width: 650px !important;
  margin-bottom: 22px !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__title span {
  font-size: clamp(50px, 4.8vw, 78px) !important;
  line-height: .95 !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__title em {
  margin-top: 12px !important;
  font-size: clamp(43px, 4.1vw, 66px) !important;
  line-height: .98 !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero--long-title .bcpc-unified-hero__title span {
  font-size: clamp(40px, 3.85vw, 62px) !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero--long-title .bcpc-unified-hero__title em {
  font-size: clamp(36px, 3.45vw, 54px) !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__description {
  max-width: 600px;
  margin: 0 0 28px;
  color: #4d4249;
  font-size: 17px;
  line-height: 1.78;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__button {
  min-height: 58px !important;
  padding: 0 30px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  box-shadow: 0 18px 36px rgba(239, 61, 135, .28) !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__trust {
  margin-top: 32px !important;
  gap: 14px 30px !important;
  font-size: 12px !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__trust svg {
  width: 25px !important;
  height: 25px !important;
}

@media (max-width: 1180px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero {
    min-height: 540px !important;
    background-position: 62% center !important;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__content {
    width: 58% !important;
    padding: 46px 32px 44px 40px !important;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__description {
    font-size: 16px;
    -webkit-line-clamp: 4;
  }
}

@media (max-width: 767px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero {
    min-height: 600px !important;
    border-radius: 24px !important;
    background-size: cover !important;
    background-position: 72% top !important;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__veil {
    background: linear-gradient(180deg,
      rgba(255, 250, 252, .97) 0%,
      rgba(255, 248, 251, .95) 58%,
      rgba(255, 247, 250, .89) 100%) !important;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__content {
    width: 100% !important;
    padding: 34px 22px 36px !important;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__title span,
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero--long-title .bcpc-unified-hero__title span {
    font-size: clamp(38px, 10.5vw, 52px) !important;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__title em,
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero--long-title .bcpc-unified-hero__title em {
    font-size: clamp(33px, 9vw, 46px) !important;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__description {
    font-size: 15px;
    line-height: 1.7;
    -webkit-line-clamp: 6;
  }
}

/* ===== V5.1 balanced premium hero ===== */
body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero {
  min-height: clamp(455px, 31vw, 525px) !important;
  margin: 10px 0 34px !important;
  border-radius: 30px !important;
  background-size: cover !important;
  background-position: right center !important;
  box-shadow: 0 22px 54px rgba(89, 47, 64, .11) !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__veil {
  background: linear-gradient(90deg,
    rgba(255, 250, 252, .99) 0%,
    rgba(255, 248, 251, .97) 30%,
    rgba(255, 247, 250, .87) 42%,
    rgba(255, 247, 250, .48) 56%,
    rgba(255, 247, 250, .10) 72%,
    rgba(255, 247, 250, 0) 86%) !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__content {
  width: min(49%, 635px) !important;
  padding: 42px 38px 40px clamp(38px, 4.8vw, 70px) !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__eyebrow {
  margin-bottom: 15px !important;
  font-size: 10px !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__title {
  margin-bottom: 18px !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__title span {
  font-size: clamp(43px, 4.1vw, 66px) !important;
  line-height: .96 !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__title em {
  margin-top: 9px !important;
  font-size: clamp(37px, 3.55vw, 56px) !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero--long-title .bcpc-unified-hero__title span {
  font-size: clamp(35px, 3.35vw, 53px) !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero--long-title .bcpc-unified-hero__title em {
  font-size: clamp(32px, 3vw, 47px) !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__description {
  max-width: 560px !important;
  margin: 0 0 22px !important;
  font-size: 15.5px !important;
  line-height: 1.66 !important;
  -webkit-line-clamp: 4 !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__button {
  min-height: 52px !important;
  padding: 0 25px !important;
  border-radius: 10px !important;
  font-size: 11px !important;
  box-shadow: 0 14px 30px rgba(239, 61, 135, .24) !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__trust {
  margin-top: 24px !important;
  gap: 12px 23px !important;
  font-size: 11px !important;
}

body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__trust svg {
  width: 22px !important;
  height: 22px !important;
}

@media (max-width: 1180px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero {
    min-height: 430px !important;
    background-position: 64% center !important;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__content {
    width: 57% !important;
    padding: 36px 28px 34px 34px !important;
  }
}

@media (max-width: 767px) {
  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero {
    min-height: 510px !important;
    border-radius: 22px !important;
    background-position: 70% top !important;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__content {
    width: 100% !important;
    padding: 28px 20px 30px !important;
  }

  body.bcpsuite20260720-category #bcpc-premium-category .bcpc-unified-hero__description {
    font-size: 14.5px !important;
    -webkit-line-clamp: 5 !important;
  }
}
