:root {
  --bcsp-pink: #f03f86;
  --bcsp-pink-dark: #d92b70;
  --bcsp-pink-soft: #fff2f7;
  --bcsp-ink: #251a20;
  --bcsp-text: #55484f;
  --bcsp-muted: #8f7e86;
  --bcsp-gold: #d6a245;
  --bcsp-border: rgba(226, 186, 202, .72);
  --bcsp-shadow: 0 18px 48px rgba(112, 64, 86, .10);
}

body.bcpsuite20260720-product .shop-container,
body.bcpsuite20260720-product .product-main,
body.bcpsuite20260720-product .product-footer,
body.bcpsuite20260720-product .related-products-wrapper,
body.bcpsuite20260720-product .woocommerce-breadcrumb,
body.bcpsuite20260720-product .page-title-inner {
  display: none !important;
}

#bcsp-premium-product,
#bcsp-premium-product * {
  box-sizing: border-box;
}

#bcsp-premium-product {
  color: var(--bcsp-text);
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 12% 4%, rgba(255, 227, 238, .42), transparent 28%),
    linear-gradient(180deg, #fff, #fffdfd 68%, #fff9fb);
}

#bcsp-premium-product a {
  color: inherit;
}

#bcsp-premium-product svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#bcsp-premium-product .bcsp-shell {
  width: min(1380px, calc(100% - 42px));
  margin: 0 auto;
  padding: 24px 0 72px;
}

#bcsp-premium-product .woocommerce-notices-wrapper,
#bcsp-premium-product > .woocommerce-error,
#bcsp-premium-product > .woocommerce-message {
  margin-bottom: 18px;
}

.bcsp-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 22px;
  color: #92838a;
  font-size: 12px;
  line-height: 1.5;
}

.bcsp-breadcrumb a {
  text-decoration: none;
  transition: color .2s ease;
}

.bcsp-breadcrumb a:hover {
  color: var(--bcsp-pink-dark);
}

.bcsp-product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, .92fr);
  gap: 24px;
  align-items: start;
}

.bcsp-gallery,
.bcsp-summary,
.bcsp-tabs,
.bcsp-sidebar,
.bcsp-related-card,
.bcsp-benefits {
  border: 1px solid var(--bcsp-border);
  background: rgba(255, 255, 255, .97);
  box-shadow: var(--bcsp-shadow);
}

.bcsp-gallery {
  min-width: 0;
  padding: 18px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 15% 6%, rgba(255, 223, 235, .40), transparent 26%),
    linear-gradient(180deg, #fff, #fffafb);
}

.bcsp-gallery__stage {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(232, 199, 211, .76);
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 239, 245, .72), transparent 36%),
    #fff;
}

.bcsp-gallery__main {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 570px;
  max-width: 100%;
  padding: 18px;
  object-fit: contain;
  object-position: center;
}

.bcsp-gallery__arrow,
.bcsp-gallery__zoom {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(226, 188, 203, .86);
  background: rgba(255, 255, 255, .96);
  color: var(--bcsp-ink);
  box-shadow: 0 12px 28px rgba(82, 46, 62, .12);
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.bcsp-gallery__arrow:hover,
.bcsp-gallery__zoom:hover {
  border-color: var(--bcsp-pink);
  color: var(--bcsp-pink-dark);
  box-shadow: 0 16px 34px rgba(223, 53, 121, .16);
}

.bcsp-gallery__arrow {
  top: 50%;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

.bcsp-gallery__arrow:hover {
  transform: translateY(calc(-50% - 2px));
}

.bcsp-gallery__arrow svg {
  width: 23px;
  height: 23px;
}

.bcsp-gallery__arrow--prev { left: 15px; }
.bcsp-gallery__arrow--next { right: 15px; }

.bcsp-gallery__zoom {
  right: 16px;
  bottom: 16px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bcsp-gallery__zoom svg {
  width: 17px;
  height: 17px;
}

.bcsp-gallery__thumbs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 14px 2px 2px;
  scrollbar-color: rgba(240,63,134,.45) transparent;
  scrollbar-width: thin;
}

.bcsp-gallery__thumb {
  flex: 0 0 84px;
  width: 84px;
  height: 84px;
  padding: 5px;
  overflow: hidden;
  border: 1px solid rgba(229, 194, 207, .78);
  border-radius: 13px;
  background: #fff;
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.bcsp-gallery__thumb:hover,
.bcsp-gallery__thumb.is-active {
  border-color: var(--bcsp-pink);
  box-shadow: 0 9px 20px rgba(237, 62, 132, .13);
  transform: translateY(-2px);
}

.bcsp-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.bcsp-summary {
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 30px 34px 26px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 226, 237, .48), transparent 30%),
    linear-gradient(180deg, #fff, #fffafc);
}

.bcsp-summary__category {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 14px;
  padding: 6px 11px;
  border: 1px solid rgba(244, 63, 137, .24);
  border-radius: 999px;
  background: #fff2f7;
  color: var(--bcsp-pink-dark) !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.bcsp-summary__title {
  margin: 0;
  color: var(--bcsp-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 3vw, 50px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.bcsp-summary__ornament {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 150px;
  margin: 18px 0 16px;
  color: var(--bcsp-gold);
}

.bcsp-summary__ornament span {
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: .72;
}

.bcsp-summary__ornament svg {
  width: 15px;
  height: 15px;
}

.bcsp-summary__rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #8c7a81;
  font-size: 11px;
}

.bcsp-summary__rating .star-rating {
  color: var(--bcsp-pink);
}

.bcsp-summary__price {
  margin-bottom: 14px;
  color: var(--bcsp-pink-dark);
  font-size: 22px;
  font-weight: 800;
}

.bcsp-summary__short {
  color: #574a50;
  font-size: 14px;
  line-height: 1.7;
}

.bcsp-summary__short p,
.bcsp-summary__short ul,
.bcsp-summary__short ol {
  margin: 0 0 14px;
}

.bcsp-summary-list {
  display: grid;
  gap: 9px;
  padding: 0 !important;
  list-style: none;
}

.bcsp-summary-list li {
  position: relative;
  padding-left: 22px;
}

.bcsp-summary-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: .02em;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff0f6;
  color: var(--bcsp-pink-dark);
  font-size: 9px;
  font-weight: 900;
}

.bcsp-summary__stock {
  margin: 0 0 14px;
  color: #47885e;
  font-size: 11px;
  font-weight: 700;
}

.bcsp-summary__stock:empty {
  display: none;
}

.bcsp-summary__purchase {
  margin-top: 2px;
}

.bcsp-amazon-button,
.bcsp-summary__purchase .button,
.bcsp-summary__purchase a.button,
.bcsp-summary__purchase button.button,
.bcsp-summary__purchase .single_add_to_cart_button {
  min-height: 56px;
  min-width: 270px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 24px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, #ec3379, #f55a9d) !important;
  color: #fff !important;
  box-shadow: 0 16px 34px rgba(229, 46, 117, .25) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .055em !important;
  line-height: 1 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: transform .2s ease, box-shadow .2s ease !important;
}

.bcsp-amazon-button svg,
.bcsp-summary__purchase .button svg {
  flex: 0 0 auto;
  width: 21px;
  height: 21px;
  color: #fff;
  stroke-width: 1.9;
}

.bcsp-amazon-button__arrow {
  width: 17px !important;
  height: 17px !important;
  margin-left: 2px;
}

.bcsp-amazon-button:hover,
.bcsp-summary__purchase .button:hover,
.bcsp-summary__purchase a.button:hover,
.bcsp-summary__purchase button.button:hover,
.bcsp-summary__purchase .single_add_to_cart_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(229, 46, 117, .31) !important;
}

.bcsp-summary__purchase form.cart {
  margin: 0 !important;
}

.bcsp-summary__purchase .quantity {
  margin-right: 10px !important;
}

.bcsp-summary__assurance {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(222, 191, 202, .74);
}

.bcsp-summary__assurance article {
  min-width: 0;
  padding: 0 12px;
  text-align: center;
  border-right: 1px solid rgba(225, 194, 206, .66);
}

.bcsp-summary__assurance article:first-child { padding-left: 0; }
.bcsp-summary__assurance article:last-child { padding-right: 0; border-right: 0; }

.bcsp-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 7px;
  color: var(--bcsp-pink);
}

.bcsp-icon svg {
  width: 25px;
  height: 25px;
}

.bcsp-summary__assurance strong,
.bcsp-summary__assurance small {
  display: block;
}

.bcsp-summary__assurance strong {
  color: #3f3238;
  font-size: 9.5px;
  line-height: 1.35;
}

.bcsp-summary__assurance small {
  margin-top: 4px;
  color: #8d7d84;
  font-size: 8.5px;
  line-height: 1.45;
}

.bcsp-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
  border-radius: 20px;
  overflow: hidden;
}

.bcsp-benefit {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 19px 22px;
  border-right: 1px solid rgba(227, 197, 208, .70);
}

.bcsp-benefit:last-child { border-right: 0; }

.bcsp-benefit__icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244, 63, 137, .24);
  border-radius: 50%;
  background: #fff5f9;
  color: var(--bcsp-pink);
}

.bcsp-benefit__icon svg {
  width: 22px;
  height: 22px;
}

.bcsp-benefit strong,
.bcsp-benefit small {
  display: block;
}

.bcsp-benefit strong {
  color: #3f3238;
  font-size: 11px;
  line-height: 1.35;
}

.bcsp-benefit small {
  margin-top: 4px;
  color: #8b7d83;
  font-size: 9px;
  line-height: 1.45;
}

.bcsp-content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 345px;
  gap: 24px;
  align-items: start;
  margin-top: 24px;
}

.bcsp-tabs,
.bcsp-sidebar {
  border-radius: 22px;
}

.bcsp-tabs {
  overflow: hidden;
}

.bcsp-tabs__nav {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 0 18px;
  border-bottom: 1px solid rgba(226, 195, 207, .74);
}

.bcsp-tabs__nav button {
  min-height: 58px;
  position: relative;
  padding: 0 17px;
  border: 0;
  background: transparent;
  color: #77676e;
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .065em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bcsp-tabs__nav button::after {
  content: '';
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 0;
  height: 2px;
  background: transparent;
}

.bcsp-tabs__nav button.is-active {
  color: var(--bcsp-pink-dark);
}

.bcsp-tabs__nav button.is-active::after {
  background: var(--bcsp-pink);
}

.bcsp-tabs__panel {
  display: none;
  padding: 27px 30px 31px;
  color: #5b4f54;
  font-size: 14px;
  line-height: 1.8;
}

.bcsp-tabs__panel.is-active {
  display: block;
}

.bcsp-tabs__panel p:first-child { margin-top: 0; }
.bcsp-tabs__panel p:last-child { margin-bottom: 0; }

.bcsp-tabs__panel h2,
.bcsp-tabs__panel h3,
.bcsp-tabs__panel h4 {
  color: var(--bcsp-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
}

.bcsp-details-list {
  margin: 0;
}

.bcsp-details-list > div {
  display: grid;
  grid-template-columns: minmax(125px, 30%) minmax(0, 1fr);
  gap: 18px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(230, 207, 215, .74);
}

.bcsp-details-list > div:last-child { border-bottom: 0; }

.bcsp-details-list dt {
  color: #44373d;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.bcsp-details-list dd {
  margin: 0;
  color: #6b5e64;
}

.bcsp-sidebar {
  position: sticky;
  top: 20px;
  padding: 26px 25px 28px;
  background:
    radial-gradient(circle at 100% 100%, rgba(255, 218, 231, .58), transparent 31%),
    linear-gradient(180deg, #fffafb, #fff5f8);
}

.bcsp-sidebar__eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--bcsp-pink-dark);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.bcsp-sidebar h2 {
  margin: 0 0 21px;
  color: var(--bcsp-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.07;
}

.bcsp-sidebar ul {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bcsp-sidebar li {
  display: flex;
  gap: 11px;
}

.bcsp-sidebar li > span {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--bcsp-pink);
  box-shadow: 0 7px 18px rgba(210, 82, 132, .12);
}

.bcsp-sidebar li > span svg {
  width: 17px;
  height: 17px;
}

.bcsp-sidebar li strong,
.bcsp-sidebar li small {
  display: block;
}

.bcsp-sidebar li strong {
  color: #46393f;
  font-size: 11px;
  line-height: 1.4;
}

.bcsp-sidebar li small {
  margin-top: 3px;
  color: #8c7e84;
  font-size: 9px;
  line-height: 1.5;
}

.bcsp-related {
  margin-top: 48px;
}

.bcsp-section-heading {
  position: relative;
  margin-bottom: 22px;
  text-align: center;
}

.bcsp-section-heading::before,
.bcsp-section-heading::after {
  content: '';
  position: absolute;
  top: 64%;
  width: min(20%, 220px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(244, 63, 137, .50));
}

.bcsp-section-heading::before { left: 9%; }
.bcsp-section-heading::after { right: 9%; transform: scaleX(-1); }

.bcsp-section-heading span {
  display: block;
  color: var(--bcsp-pink-dark);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .17em;
}

.bcsp-section-heading h2 {
  margin: 7px 0 0;
  color: var(--bcsp-ink);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: -.03em;
}

.bcsp-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.bcsp-related-card {
  min-width: 0;
  overflow: hidden;
  border-radius: 19px;
  transition: transform .22s ease, box-shadow .22s ease;
}

.bcsp-related-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 60px rgba(120, 72, 93, .15);
}

.bcsp-related-card__image {
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: linear-gradient(180deg, #fff, #fff7fa);
  text-decoration: none;
}

.bcsp-related-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.bcsp-related-card__body {
  display: flex;
  flex-direction: column;
  min-height: 170px;
  padding: 15px;
  border-top: 1px solid rgba(229, 199, 210, .70);
}

.bcsp-related-card__category {
  color: var(--bcsp-pink-dark);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .10em;
  text-transform: uppercase;
}

.bcsp-related-card h3 {
  margin: 8px 0 12px;
  color: #3b2f35;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.bcsp-related-card h3 a {
  text-decoration: none;
}

.bcsp-related-card__price {
  margin-bottom: 11px;
  color: var(--bcsp-pink-dark);
  font-size: 13px;
  font-weight: 800;
}

.bcsp-related-card__button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid var(--bcsp-pink);
  border-radius: 8px;
  color: var(--bcsp-pink-dark) !important;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.bcsp-related-card__button:hover {
  background: var(--bcsp-pink);
  color: #fff !important;
}

.bcsp-lightbox[hidden] { display: none !important; }

.bcsp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(25, 16, 20, .88);
}

.bcsp-lightbox img {
  width: auto;
  max-width: min(100%, 1100px);
  max-height: calc(100vh - 60px);
  object-fit: contain;
  border-radius: 18px;
  background: #fff;
}

.bcsp-lightbox__close {
  position: fixed;
  top: 18px;
  right: 22px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  background: rgba(255,255,255,.12);
  color: #fff;
  cursor: pointer;
  font-size: 30px;
}

html.bcsp-lightbox-open,
html.bcsp-lightbox-open body {
  overflow: hidden;
}

@media (max-width: 1240px) {
  .bcsp-product-hero {
    grid-template-columns: minmax(0, 1fr) minmax(400px, .92fr);
    gap: 21px;
  }

  .bcsp-gallery__stage { min-height: 530px; }
  .bcsp-gallery__main { height: 510px; }
  .bcsp-summary { padding: 27px 28px 24px; }
  .bcsp-summary__title { font-size: clamp(32px, 3vw, 44px); }
  .bcsp-summary__assurance { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 0; }
  .bcsp-summary__assurance article:nth-child(2) { border-right: 0; }
  .bcsp-content-layout { grid-template-columns: minmax(0, 1fr) 310px; }
  .bcsp-related-card__image { height: 250px; }
}

@media (max-width: 980px) {
  #bcsp-premium-product .bcsp-shell { width: min(100% - 28px, 920px); }
  .bcsp-product-hero { grid-template-columns: 1fr; }
  .bcsp-gallery__stage { min-height: 590px; }
  .bcsp-gallery__main { height: 570px; }
  .bcsp-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bcsp-benefit:nth-child(2) { border-right: 0; }
  .bcsp-benefit:nth-child(-n+2) { border-bottom: 1px solid rgba(227, 197, 208, .70); }
  .bcsp-content-layout { grid-template-columns: 1fr; }
  .bcsp-sidebar { position: static; }
  .bcsp-related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  #bcsp-premium-product .bcsp-shell {
    width: min(100% - 18px, 620px);
    padding-top: 16px;
  }

  .bcsp-breadcrumb {
    margin-bottom: 15px;
    font-size: 10px;
  }

  .bcsp-gallery,
  .bcsp-summary {
    border-radius: 21px;
  }

  .bcsp-gallery { padding: 10px; }
  .bcsp-gallery__stage { min-height: 410px; border-radius: 16px; }
  .bcsp-gallery__main { height: 392px; padding: 8px; }
  .bcsp-gallery__arrow { width: 42px; height: 42px; }
  .bcsp-gallery__arrow--prev { left: 9px; }
  .bcsp-gallery__arrow--next { right: 9px; }
  .bcsp-gallery__zoom { right: 10px; bottom: 10px; min-height: 38px; padding: 0 11px; }
  .bcsp-gallery__thumb { flex-basis: 72px; width: 72px; height: 72px; border-radius: 11px; }

  .bcsp-summary { padding: 24px 20px 22px; }
  .bcsp-summary__category { margin-bottom: 12px; }
  .bcsp-summary__title { font-size: clamp(31px, 10vw, 40px); }
  .bcsp-summary__short { font-size: 13px; }
  .bcsp-amazon-button,
  .bcsp-summary__purchase .button,
  .bcsp-summary__purchase a.button,
  .bcsp-summary__purchase button.button,
  .bcsp-summary__purchase .single_add_to_cart_button {
    width: 100%;
    min-width: 0;
  }

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

  .bcsp-summary__assurance article {
    padding: 12px 9px;
  }

  .bcsp-benefits { grid-template-columns: 1fr; }
  .bcsp-benefit,
  .bcsp-benefit:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(227, 197, 208, .70);
  }
  .bcsp-benefit:last-child { border-bottom: 0; }

  .bcsp-tabs__nav { padding: 0 8px; }
  .bcsp-tabs__nav button { min-height: 54px; padding: 0 12px; font-size: 9px; }
  .bcsp-tabs__nav button::after { left: 12px; right: 12px; }
  .bcsp-tabs__panel { padding: 22px 19px 25px; font-size: 13px; }
  .bcsp-details-list > div { grid-template-columns: 1fr; gap: 5px; }

  .bcsp-sidebar { padding: 23px 20px 25px; }
  .bcsp-sidebar h2 { font-size: 25px; }

  .bcsp-section-heading::before,
  .bcsp-section-heading::after { display: none; }
  .bcsp-section-heading h2 { font-size: 33px; }
  .bcsp-related-grid { grid-template-columns: 1fr; }
  .bcsp-related-card__image { height: 290px; }
}
