:root {
  --stcb2b-primary: #a3164a;
  --stcb2b-dark: #2c1720;
  --stcb2b-soft: #fff1f5;
  --stcb2b-border: #ead7de;
  --stcb2b-white: #fff;
  --stcb2b-shadow: 0 12px 34px rgba(74, 25, 43, 0.1);
}

.stcb2b-trust {
  background: var(--stcb2b-dark);
  color: var(--stcb2b-white);
  font-size: 0.84rem;
  line-height: 1.25;
}

.stcb2b-trust__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.stcb2b-trust__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.55rem 0.75rem;
  text-align: center;
}

.stcb2b-trust__item + .stcb2b-trust__item {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.stcb2b-trust__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-right: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: #ffd9e7;
  font-size: 0.78rem;
  font-weight: 800;
}

.stcb2b-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.75fr);
  gap: 2rem;
  overflow: hidden;
  max-width: 1200px;
  margin: 1.4rem auto 2rem;
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid var(--stcb2b-border);
  border-radius: 24px;
  background:
    radial-gradient(circle at 87% 12%, rgba(255, 255, 255, 0.95) 0 9%, transparent 31%),
    linear-gradient(125deg, #fff 0%, var(--stcb2b-soft) 58%, #f8dbe6 100%);
  box-shadow: var(--stcb2b-shadow);
}

.stcb2b-hero::after {
  position: absolute;
  right: -85px;
  bottom: -130px;
  width: 320px;
  height: 320px;
  border: 52px solid rgba(163, 22, 74, 0.06);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}

.stcb2b-hero__content,
.stcb2b-hero__panel {
  position: relative;
  z-index: 1;
}

.stcb2b-hero__eyebrow {
  margin: 0 0 0.9rem;
  color: var(--stcb2b-primary);
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.stcb2b-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--stcb2b-dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.04;
  text-transform: none;
}

.stcb2b-hero__subtitle {
  max-width: 690px;
  margin: 1.15rem 0 0;
  color: #654d56;
  font-size: clamp(1rem, 1.4vw, 1.14rem);
  line-height: 1.65;
}

.stcb2b-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.7rem;
}

.stcb2b-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.15rem;
  border: 1px solid var(--stcb2b-primary);
  border-radius: 8px;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.stcb2b-button:hover,
.stcb2b-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 9px 20px rgba(101, 22, 53, 0.18);
}

.stcb2b-button--primary {
  background: var(--stcb2b-primary);
  color: var(--stcb2b-white) !important;
}

.stcb2b-button--secondary {
  background: rgba(255, 255, 255, 0.72);
  color: var(--stcb2b-primary) !important;
}

.stcb2b-hero__panel {
  align-self: center;
  padding: 1.5rem;
  border: 1px solid rgba(163, 22, 74, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(5px);
}

.stcb2b-hero__panel-label {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  background: var(--stcb2b-soft);
  color: var(--stcb2b-primary);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.stcb2b-hero__panel strong {
  display: block;
  color: var(--stcb2b-dark);
  font-size: 1.12rem;
  line-height: 1.35;
}

.stcb2b-hero__panel p,
.stcb2b-hero__panel li {
  color: #6f5861;
  font-size: 0.9rem;
  line-height: 1.55;
}

.stcb2b-hero__panel p {
  margin: 0.65rem 0;
}

.stcb2b-hero__panel ul {
  margin: 0.75rem 0 0;
  padding: 0;
  list-style: none;
}

.stcb2b-hero__panel li {
  position: relative;
  padding: 0.22rem 0 0.22rem 1.25rem;
}

.stcb2b-hero__panel li::before {
  position: absolute;
  left: 0;
  color: var(--stcb2b-primary);
  font-weight: 900;
  content: '✓';
}

/* Homepage v1.1: the slider stays first, followed by this compact B2B block. */
.stcb2b-active body#index #wrapper {
  background: linear-gradient(180deg, #fff7fa 0, #fff 720px);
}

.stcb2b-active body#index #content.page-home {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.stcb2b-active body#index #carousel {
  overflow: hidden;
  margin-top: 1.2rem;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--stcb2b-shadow);
}

.stcb2b-home-showcase {
  max-width: 1200px;
  margin: 1.5rem auto 2rem;
  border: 1px solid var(--stcb2b-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(74, 25, 43, 0.07);
}

.stcb2b-home-showcase__intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.75rem 2rem;
  border-radius: 20px 20px 0 0;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 255, 255, 0.9), transparent 28%),
    linear-gradient(115deg, var(--stcb2b-soft), #f8dce6);
}

.stcb2b-home-showcase__eyebrow {
  margin: 0 0 0.4rem;
  color: var(--stcb2b-primary);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.stcb2b-home-showcase__copy h1 {
  margin: 0;
  color: var(--stcb2b-dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.55rem, 2.5vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  text-transform: none;
}

.stcb2b-home-showcase__copy > p:last-child {
  max-width: 740px;
  margin: 0.65rem 0 0;
  color: #6c525c;
  font-size: 0.95rem;
  line-height: 1.55;
}

.stcb2b-home-showcase__actions {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  min-width: 250px;
}

.stcb2b-home-showcase__actions .stcb2b-button {
  min-height: 44px;
  padding: 0.65rem 1rem;
}

.stcb2b-universes {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 1.3rem;
  align-items: stretch;
  padding: 1.35rem 1.5rem 1.5rem;
}

.stcb2b-universes__heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.7rem;
}

.stcb2b-universes__heading span {
  color: var(--stcb2b-primary);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.stcb2b-universes__heading strong {
  margin-top: 0.35rem;
  color: var(--stcb2b-dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.25rem;
  line-height: 1.18;
}

.stcb2b-universes__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.stcb2b-universe {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.6rem;
  align-items: center;
  min-height: 58px;
  padding: 0.65rem 0.8rem;
  border: 1px solid #eee2e7;
  border-radius: 10px;
  background: #fff;
  color: var(--stcb2b-dark) !important;
  text-decoration: none !important;
  transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.stcb2b-universe:hover,
.stcb2b-universe:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(163, 22, 74, 0.35);
  background: var(--stcb2b-soft);
}

.stcb2b-universe small {
  color: #b999a5;
  font-size: 0.68rem;
  font-weight: 800;
}

.stcb2b-universe span {
  font-size: 0.86rem;
  font-weight: 800;
}

.stcb2b-universe b {
  color: var(--stcb2b-primary);
  font-size: 1rem;
}

.stcb2b-active body#index .featured-products {
  max-width: 1200px;
  margin: 1.5rem auto !important;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border: 1px solid #eee5e8;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(60, 26, 39, 0.055);
}

.stcb2b-active body#index .featured-products.stcb2b-section--promo {
  border-top: 4px solid #d64272;
  background: linear-gradient(180deg, #fff9fb 0, #fff 150px);
}

.stcb2b-active body#index .featured-products.stcb2b-section--bestsellers {
  border-top: 4px solid var(--stcb2b-dark);
}

.stcb2b-active body#index .featured-products.stcb2b-section--popular {
  border-top: 4px solid #b98b56;
  background: linear-gradient(180deg, #fffcf8 0, #fff 150px);
}

.stcb2b-active body#index .featured-products.stcb2b-section--new {
  border-top: 4px solid #418b78;
  background: linear-gradient(180deg, #f8fffc 0, #fff 150px);
}

.stcb2b-active body#index .featured-products.stcb2b-home-hidden {
  display: none !important;
}

.stcb2b-product-note {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0.6rem 0;
  color: #6c4d59;
  font-size: 0.85rem;
  line-height: 1.4;
}

.stcb2b-product-note > span {
  display: inline-flex;
  padding: 0.18rem 0.42rem;
  border-radius: 4px;
  background: var(--stcb2b-soft);
  color: var(--stcb2b-primary);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.stcb2b-shipping {
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid var(--stcb2b-border);
  border-radius: 10px;
  background: var(--stcb2b-soft);
  color: var(--stcb2b-dark);
}

.stcb2b-shipping p {
  margin: 0 0 0.65rem;
  font-size: 0.9rem;
}

.stcb2b-shipping__track {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: #ead3dc;
}

.stcb2b-shipping__track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--stcb2b-primary), #d54f7f);
  transition: width 260ms ease;
}

/* Product cards: visual enhancement only, no catalogue data is changed. */
.stcb2b-active .product-miniature .thumbnail-container {
  overflow: hidden;
  border: 1px solid #eee4e8;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(60, 26, 39, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.stcb2b-active .product-miniature .thumbnail-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 13px 30px rgba(60, 26, 39, 0.12);
}

.stcb2b-active .product-miniature .product-title a {
  color: var(--stcb2b-dark);
  font-weight: 700;
}

.stcb2b-active .product-miniature .product-price-and-shipping {
  color: var(--stcb2b-primary);
  font-weight: 800;
}

.stcb2b-active #products .products-section-title,
.stcb2b-active .featured-products .products-section-title,
.stcb2b-active .product-accessories .products-section-title {
  color: var(--stcb2b-dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.55rem, 2.8vw, 2.1rem);
  letter-spacing: -0.02em;
  text-transform: none;
}

@media (max-width: 991px) {
  .stcb2b-trust__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stcb2b-trust__item:nth-child(3) {
    border-left: 0;
  }

  .stcb2b-trust__item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

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

  .stcb2b-home-showcase__intro {
    grid-template-columns: 1fr;
  }

  .stcb2b-home-showcase__actions {
    flex-direction: row;
    min-width: 0;
  }

  .stcb2b-universes {
    grid-template-columns: 1fr;
  }

  .stcb2b-universes__heading {
    padding: 0;
  }
}

@media (max-width: 575px) {
  .stcb2b-trust__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }

  .stcb2b-trust__item {
    justify-content: flex-start;
    min-height: 52px;
    padding: 0.45rem 0.55rem;
    font-size: 0.7rem;
    line-height: 1.2;
  }

  .stcb2b-trust__item + .stcb2b-trust__item {
    border-left: 1px solid rgba(255, 255, 255, 0.16);
  }

  .stcb2b-trust__item:nth-child(odd) {
    border-left: 0;
  }

  .stcb2b-trust__item:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .stcb2b-trust__icon {
    flex-basis: 20px;
    width: 20px;
    height: 20px;
    margin-right: 0.4rem;
    font-size: 0.68rem;
  }

  .stcb2b-hero {
    margin: 0.8rem 0.75rem 1.4rem;
    padding: 1.5rem;
    border-radius: 16px;
  }

  .stcb2b-hero h1 {
    font-size: 2rem;
  }

  .stcb2b-hero__actions,
  .stcb2b-button {
    width: 100%;
  }

  .stcb2b-hero__panel {
    padding: 1.1rem;
  }

  .stcb2b-active body#index #carousel {
    margin: 0.75rem;
    border-radius: 12px;
  }

  .stcb2b-home-showcase {
    margin: 1rem 0.75rem 1.4rem;
    border-radius: 14px;
  }

  .stcb2b-home-showcase__intro {
    padding: 1.3rem;
    border-radius: 14px 14px 0 0;
  }

  .stcb2b-home-showcase__actions {
    flex-direction: column;
  }

  .stcb2b-universes {
    padding: 1.15rem;
  }

  .stcb2b-universes__grid {
    grid-template-columns: 1fr;
  }

  .stcb2b-active body#index .featured-products {
    margin: 1rem 0.75rem !important;
    padding: 1rem;
    border-radius: 14px;
  }
}

/* v1.7 — consistent visual language across product and inner pages. */
.stcb2b-inner-page-active body:not(#index):not(#category) #wrapper,
.stcb2b-product-page-active body#product #wrapper {
  padding-top: 1.2rem;
  padding-bottom: 2.5rem;
  background: linear-gradient(180deg, #fff4f7 0, #fff 720px);
}

.stcb2b-inner-page-active body:not(#index):not(#category) #wrapper > .container,
.stcb2b-product-page-active body#product #wrapper > .container {
  max-width: 1200px;
}

.stcb2b-inner-page-active body:not(#index):not(#category) .breadcrumb,
.stcb2b-product-page-active body#product .breadcrumb {
  margin-bottom: 1rem;
  color: #806871;
  font-size: 0.78rem;
}

.stcb2b-page-eyebrow,
.stcb2b-product-eyebrow,
.stcb2b-contact__eyebrow {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--stcb2b-primary);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.stcb2b-inner-page-active body:not(#index):not(#category) #main > h1,
.stcb2b-inner-page-active body:not(#index):not(#category) #main .page-header h1 {
  margin-bottom: 1.1rem;
  color: var(--stcb2b-dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.08;
  text-transform: none;
}

.stcb2b-inner-page-active body:not(#index):not(#category) #wrapper a {
  color: var(--stcb2b-primary);
}

.stcb2b-inner-page-active body:not(#index):not(#category) #wrapper .btn-primary,
.stcb2b-product-page-active body#product #wrapper .btn-primary {
  border-color: var(--stcb2b-primary);
  border-radius: 9px;
  background: var(--stcb2b-primary);
  box-shadow: 0 7px 18px rgba(163, 22, 74, 0.18);
  color: #fff;
  font-weight: 800;
}

.stcb2b-inner-page-active body:not(#index):not(#category) #wrapper input,
.stcb2b-inner-page-active body:not(#index):not(#category) #wrapper select,
.stcb2b-inner-page-active body:not(#index):not(#category) #wrapper textarea {
  border: 1px solid #dbcbd1;
  border-radius: 8px;
  background-color: #fff;
}

.stcb2b-inner-page-active body:not(#index):not(#category) #wrapper input:focus,
.stcb2b-inner-page-active body:not(#index):not(#category) #wrapper select:focus,
.stcb2b-inner-page-active body:not(#index):not(#category) #wrapper textarea:focus {
  border-color: var(--stcb2b-primary);
  box-shadow: 0 0 0 3px rgba(163, 22, 74, 0.1);
  outline: 0;
}

/* Product page */
.stcb2b-product-page-active body#product .product-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.95fr);
  gap: 1.6rem;
  align-items: start;
  margin: 0 0 1.4rem;
}

.stcb2b-product-page-active body#product .product-container > .col-md-6 {
  float: none;
  width: auto;
  max-width: none;
  min-width: 0;
  padding: clamp(1.1rem, 2.3vw, 1.7rem);
  border: 1px solid var(--stcb2b-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 10px 28px rgba(74, 25, 43, 0.075);
}

.stcb2b-product-page-active body#product .product-container > .col-md-6:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 545px;
}

.stcb2b-product-page-active body#product .product-container .page-content,
.stcb2b-product-page-active body#product .images-container {
  width: 100%;
}

.stcb2b-product-page-active body#product .product-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
  border-radius: 13px;
  background: #fffafb;
}

.stcb2b-product-page-active body#product .product-cover img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.stcb2b-product-page-active body#product .product-images > li.thumb-container > .thumb {
  border: 1px solid #eadde2;
  border-radius: 8px;
}

.stcb2b-product-page-active body#product .product-images > li.thumb-container > .thumb.selected,
.stcb2b-product-page-active body#product .product-images > li.thumb-container > .thumb:hover {
  border-color: var(--stcb2b-primary);
}

.stcb2b-product-page-active body#product .product-container h1 {
  margin: 0 0 0.75rem;
  color: var(--stcb2b-dark);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 1.12;
  text-transform: none;
}

.stcb2b-product-page-active body#product .product-description {
  color: #68545c;
  font-size: 0.95rem;
  line-height: 1.58;
}

.stcb2b-product-page-active body#product .product-prices {
  margin: 1rem 0;
  color: var(--stcb2b-primary);
}

.stcb2b-product-page-active body#product .current-price-value {
  color: var(--stcb2b-primary);
  font-size: 1.7rem;
  font-weight: 900;
}

.stcb2b-product-access {
  margin-top: 1.15rem;
  padding: 1.15rem;
  border: 1px solid #e5cbd5;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff, var(--stcb2b-soft));
}

.stcb2b-product-access__eyebrow {
  display: block;
  margin-bottom: 0.4rem;
  color: var(--stcb2b-primary);
  font-size: 0.65rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.stcb2b-product-access > strong {
  display: block;
  color: var(--stcb2b-dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.25rem;
  line-height: 1.15;
}

.stcb2b-product-access p {
  margin: 0.55rem 0;
  color: #715a63;
  font-size: 0.84rem;
  line-height: 1.45;
}

.stcb2b-product-access ul {
  display: grid;
  gap: 0.3rem;
  margin: 0.7rem 0 0.9rem;
  padding: 0;
  color: #49353d;
  font-size: 0.8rem;
  list-style: none;
}

.stcb2b-product-access li::before {
  margin-right: 0.45rem;
  color: var(--stcb2b-primary);
  content: '✓';
  font-weight: 900;
}

.stcb2b-product-access__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.stcb2b-product-access__actions .stcb2b-button {
  flex: 1 1 170px;
  min-height: 42px;
  padding: 0.65rem 0.8rem;
  font-size: 0.78rem;
}

.stcb2b-product-page-active body#product .product-actions .product-quantity {
  display: flex;
  gap: 0.7rem;
  align-items: stretch;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #eadde2;
}

.stcb2b-product-page-active body#product .stcb2b-product-tabs {
  margin: 0 0 1.4rem;
  padding: clamp(1.1rem, 2.5vw, 1.7rem);
  border: 1px solid var(--stcb2b-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 9px 26px rgba(74, 25, 43, 0.06);
}

.stcb2b-product-page-active body#product .stcb2b-product-tabs .nav-tabs {
  border-bottom: 1px solid #eadde2;
}

.stcb2b-product-page-active body#product .stcb2b-product-tabs .nav-link {
  border: 0;
  color: #715a63;
  font-size: 0.86rem;
  font-weight: 800;
}

.stcb2b-product-page-active body#product .stcb2b-product-tabs .nav-link.active,
.stcb2b-product-page-active body#product .stcb2b-product-tabs .nav-link:hover {
  border-bottom: 3px solid var(--stcb2b-primary);
  color: var(--stcb2b-primary);
}

.stcb2b-product-page-active body#product .stcb2b-product-tabs .tab-content {
  color: #5f4b53;
  font-size: 0.92rem;
  line-height: 1.62;
}

.stcb2b-product-page-active body#product .product-accessories {
  margin: 0;
  padding: 1.35rem;
  border: 1px solid var(--stcb2b-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 9px 26px rgba(74, 25, 43, 0.055);
}

.stcb2b-product-page-active body#product .product-accessories > p,
.stcb2b-product-page-active body#product .product-accessories .products-section-title {
  color: var(--stcb2b-dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.55rem;
  font-weight: 700;
  text-transform: none;
}

/* Authentication, account and CMS pages */
.stcb2b-inner-page-active body#authentication #content,
.stcb2b-inner-page-active body#registration #content,
.stcb2b-inner-page-active body#password #content,
.stcb2b-inner-page-active body#identity #content,
.stcb2b-inner-page-active body#addresses #content,
.stcb2b-inner-page-active body#history #content,
.stcb2b-inner-page-active body#cms #content {
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  padding: clamp(1.3rem, 3vw, 2rem);
  border: 1px solid var(--stcb2b-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(74, 25, 43, 0.07);
}

.stcb2b-inner-page-active body#authentication #content {
  max-width: 720px;
}

.stcb2b-inner-page-active body#authentication .login-form,
.stcb2b-inner-page-active body#registration .register-form {
  width: 100%;
  max-width: none;
  padding: 0;
  background: transparent;
}

.stcb2b-inner-page-active body#authentication .form-footer,
.stcb2b-inner-page-active body#registration .form-footer {
  border-top: 1px solid #eadde2;
  padding-top: 1rem;
}

.stcb2b-inner-page-active body#cms #content h1,
.stcb2b-inner-page-active body#cms #content h2,
.stcb2b-inner-page-active body#cms #content h3 {
  color: var(--stcb2b-dark);
  font-family: Georgia, 'Times New Roman', serif;
  text-transform: none;
}

.stcb2b-inner-page-active body#cms #content p,
.stcb2b-inner-page-active body#cms #content li {
  color: #67535b;
  line-height: 1.65;
}

/* Search, promotions, best sellers and other product listings */
.stcb2b-listing-page-active body #left-column .block-categories {
  display: none !important;
}

.stcb2b-listing-no-sidebar body #left-column {
  display: none !important;
}

.stcb2b-listing-no-sidebar body #content-wrapper.left-column {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.stcb2b-listing-page-active body #products .products-selection {
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid #eadde2;
  border-radius: 12px;
  background: #fff;
}

.stcb2b-listing-no-sidebar body #js-product-list .products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.stcb2b-listing-no-sidebar body #js-product-list .products > .js-product {
  width: auto !important;
  max-width: none !important;
  padding: 0;
}

.stcb2b-listing-no-sidebar body #js-product-list .product-miniature,
.stcb2b-listing-no-sidebar body #js-product-list .thumbnail-container {
  width: 100%;
  max-width: none;
}

/* Contact */
.stcb2b-contact-page-active body#contact #left-column {
  display: none !important;
}

.stcb2b-contact-page-active body#contact #content-wrapper.left-column {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.stcb2b-contact {
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border: 1px solid var(--stcb2b-border);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 10%, rgba(255, 255, 255, 0.95), transparent 27%),
    linear-gradient(125deg, #fff, var(--stcb2b-soft));
  box-shadow: var(--stcb2b-shadow);
}

.stcb2b-contact__intro {
  max-width: 760px;
}

.stcb2b-contact__intro h1 {
  margin: 0 0 0.65rem;
  color: var(--stcb2b-dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.04;
}

.stcb2b-contact__intro p {
  margin: 0;
  color: #6b555e;
  font-size: 0.96rem;
  line-height: 1.55;
}

.stcb2b-contact__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-top: 1.45rem;
}

.stcb2b-contact__card {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  min-width: 0;
  padding: 1rem;
  border: 1px solid #eadde2;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--stcb2b-dark) !important;
  text-decoration: none !important;
}

.stcb2b-contact__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--stcb2b-dark);
  color: #fff;
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 900;
}

.stcb2b-contact__card small,
.stcb2b-contact__card strong,
.stcb2b-contact__card em {
  display: block;
}

.stcb2b-contact__card small {
  color: var(--stcb2b-primary);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.stcb2b-contact__card strong {
  overflow-wrap: anywhere;
  margin-top: 0.25rem;
  color: var(--stcb2b-dark);
  font-size: 0.88rem;
  line-height: 1.3;
}

.stcb2b-contact__card em {
  margin-top: 0.3rem;
  color: #7a646d;
  font-size: 0.72rem;
  font-style: normal;
  line-height: 1.35;
}

.stcb2b-contact__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.2rem;
}

/* Cart and checkout */
.stcb2b-inner-page-active body#cart .cart-grid-body .card,
.stcb2b-inner-page-active body#cart .cart-grid-right .card,
.stcb2b-inner-page-active body#checkout section.checkout-step,
.stcb2b-inner-page-active body#order-confirmation .card {
  overflow: hidden;
  border: 1px solid var(--stcb2b-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(74, 25, 43, 0.06);
}

.stcb2b-inner-page-active body#checkout section.checkout-step .step-title {
  color: var(--stcb2b-dark);
  font-family: Georgia, 'Times New Roman', serif;
  text-transform: none;
}

@media (max-width: 991px) {
  .stcb2b-product-page-active body#product .product-container {
    grid-template-columns: minmax(0, 0.9fr) minmax(330px, 1.1fr);
    gap: 1rem;
  }

  .stcb2b-product-page-active body#product .product-container > .col-md-6:first-child {
    min-height: 440px;
  }

  .stcb2b-product-page-active body#product .product-cover {
    min-height: 350px;
  }

  .stcb2b-listing-no-sidebar body #js-product-list .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stcb2b-contact__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .stcb2b-inner-page-active body:not(#index):not(#category) #wrapper,
  .stcb2b-product-page-active body#product #wrapper {
    padding-top: 0.9rem;
  }

  .stcb2b-product-page-active body#product .product-container {
    grid-template-columns: 1fr;
  }

  .stcb2b-product-page-active body#product .product-container > .col-md-6 {
    padding: 1rem;
    border-radius: 15px;
  }

  .stcb2b-product-page-active body#product .product-container > .col-md-6:first-child {
    min-height: 0;
  }

  .stcb2b-product-page-active body#product .product-cover {
    min-height: 300px;
  }

  .stcb2b-product-page-active body#product .stcb2b-product-tabs,
  .stcb2b-product-page-active body#product .product-accessories,
  .stcb2b-contact,
  .stcb2b-inner-page-active body#authentication #content,
  .stcb2b-inner-page-active body#registration #content,
  .stcb2b-inner-page-active body#cms #content {
    padding: 1rem;
    border-radius: 15px;
  }

  .stcb2b-listing-no-sidebar body #js-product-list .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }
}

@media (max-width: 380px) {
  .stcb2b-listing-no-sidebar body #js-product-list .products {
    grid-template-columns: 1fr;
  }
}

/* v1.7.1 — compact commercial badges in the S-T-CLIC palette. */
.stcb2b-active .thumbnail-container .product-flags {
  position: absolute;
  z-index: 4;
  top: 0.7rem;
  right: auto;
  left: 0.7rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.35rem;
  width: auto;
  margin: 0;
  pointer-events: none;
}

.stcb2b-active .product-flags .product-flag {
  display: inline-flex !important;
  align-items: center;
  align-self: flex-start !important;
  flex: 0 0 auto !important;
  width: max-content !important;
  min-width: 0 !important;
  max-width: calc(100vw - 3rem) !important;
  min-height: 25px;
  margin: 0 !important;
  padding: 0.38rem 0.62rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--stcb2b-primary) !important;
  box-shadow: 0 5px 14px rgba(74, 25, 43, 0.17);
  color: #fff !important;
  font-size: 0.62rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.045em;
  line-height: 1.1 !important;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

/* v1.7.3 — keep the same compact badge shape on the product page. */
.stcb2b-product-page-active body#product .product-flags,
body#product.stcb2b-product-page-active .product-flags {
  align-items: flex-start !important;
}

.stcb2b-active .product-flags .product-flag.pack {
  background: var(--stcb2b-dark) !important;
}

.stcb2b-active .product-flags .product-flag.new {
  background: #754052 !important;
}

.stcb2b-active .product-flags .product-flag.discount,
.stcb2b-active .product-flags .product-flag.on-sale {
  background: var(--stcb2b-primary) !important;
}

/* v1.7.2 — add-to-cart modal and header cart. */
.stcb2b-active #header .blockcart,
.stcb2b-active #header .blockcart a,
.stcb2b-active #header .blockcart .material-icons {
  color: var(--stcb2b-primary) !important;
}

.stcb2b-active #blockcart-modal {
  background: rgba(44, 23, 32, 0.58);
}

.stcb2b-active #blockcart-modal .modal-dialog {
  width: calc(100% - 2rem);
  max-width: 980px;
  margin: 3rem auto;
}

.stcb2b-active #blockcart-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(44, 23, 32, 0.28);
}

.stcb2b-active #blockcart-modal .modal-header {
  position: relative;
  min-height: 68px;
  padding: 1.1rem 4rem 1.1rem 1.5rem;
  border-bottom: 1px solid var(--stcb2b-border);
  background: linear-gradient(115deg, #fff, var(--stcb2b-soft));
}

.stcb2b-active #blockcart-modal .modal-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--stcb2b-dark);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

.stcb2b-active #blockcart-modal .modal-title .material-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin-right: 0.7rem;
  border-radius: 50%;
  background: var(--stcb2b-primary);
  color: #fff;
  font-size: 1.05rem;
}

.stcb2b-active #blockcart-modal .modal-header .close {
  position: absolute;
  top: 50%;
  right: 1.15rem;
  margin: 0;
  color: var(--stcb2b-dark);
  opacity: 0.8;
  transform: translateY(-50%);
}

.stcb2b-active #blockcart-modal .modal-body {
  padding: 1.5rem;
}

.stcb2b-active #blockcart-modal .modal-body .divide-right {
  border-right: 1px solid var(--stcb2b-border);
}

.stcb2b-active #blockcart-modal .product-image {
  width: 100%;
  max-width: 180px;
  height: 180px;
  padding: 0.65rem;
  border: 1px solid #f0e2e7;
  border-radius: 13px;
  background: #fffafb;
  object-fit: contain;
}

.stcb2b-active #blockcart-modal .product-name {
  margin: 0 0 0.6rem;
  color: var(--stcb2b-dark) !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.28;
}

.stcb2b-active #blockcart-modal .product-price {
  margin-bottom: 0.65rem;
  color: var(--stcb2b-primary);
  font-size: 1.1rem;
  font-weight: 900;
}

.stcb2b-active #blockcart-modal .product-quantity {
  color: #604b53;
  font-size: 0.84rem;
}

.stcb2b-active #blockcart-modal .cart-content {
  padding-left: 0.65rem;
}

.stcb2b-active #blockcart-modal .cart-products-count {
  margin-bottom: 0.8rem;
  color: var(--stcb2b-dark);
  font-size: 1rem;
  font-weight: 800;
}

.stcb2b-active #blockcart-modal .cart-content > p:not(.cart-products-count) {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin: 0;
  padding: 0.5rem 0.65rem;
  border-bottom: 1px solid #f1e5e9;
  color: #49373e;
  font-size: 0.86rem;
}

.stcb2b-active #blockcart-modal .cart-content .value {
  color: var(--stcb2b-dark);
  font-weight: 900;
}

.stcb2b-active #blockcart-modal .cart-content .product-total {
  margin-top: 0.4rem !important;
  border: 0 !important;
  border-radius: 9px;
  background: var(--stcb2b-soft);
  color: var(--stcb2b-dark) !important;
  font-weight: 900;
}

.stcb2b-active #blockcart-modal .product-tax {
  border-bottom: 0 !important;
  color: #756069 !important;
  font-size: 0.76rem !important;
}

.stcb2b-active #blockcart-modal .cart-content-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.stcb2b-active #blockcart-modal .cart-content-btn .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 180px;
  min-height: 44px;
  margin: 0;
  padding: 0.65rem 0.9rem;
  border-radius: 9px;
  font-size: 0.78rem;
  font-weight: 900;
}

.stcb2b-active #blockcart-modal .cart-content-btn .btn-secondary {
  border: 1px solid #d8bec8;
  background: #fff;
  color: var(--stcb2b-primary);
}

.stcb2b-active #blockcart-modal .cart-content-btn .btn-primary {
  border-color: var(--stcb2b-primary);
  background: var(--stcb2b-primary);
  color: #fff;
  box-shadow: 0 7px 18px rgba(163, 22, 74, 0.18);
}

.stcb2b-active #blockcart-modal .cart-content-btn .btn-primary .material-icons {
  margin-right: 0.35rem;
  color: #fff;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .stcb2b-active #blockcart-modal .modal-dialog {
    width: calc(100% - 1rem);
    margin: 0.5rem auto;
  }

  .stcb2b-active #blockcart-modal .modal-header {
    min-height: 58px;
    padding: 0.85rem 3rem 0.85rem 0.9rem;
  }

  .stcb2b-active #blockcart-modal .modal-title {
    justify-content: flex-start;
    font-size: 0.9rem;
    text-align: left;
  }

  .stcb2b-active #blockcart-modal .modal-body {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    padding: 1rem;
  }

  .stcb2b-active #blockcart-modal .modal-body .divide-right {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-right: 0;
    border-bottom: 1px solid var(--stcb2b-border);
  }

  .stcb2b-active #blockcart-modal .product-image {
    display: block;
    height: 150px;
    margin: 0 auto 0.8rem;
  }

  .stcb2b-active #blockcart-modal .cart-content {
    padding-left: 0;
  }
}

/* v1.4 — commercial guidance for the product selections and equipment projects. */
.stcb2b-price-access {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 1.15rem;
  padding: 0.7rem 0.9rem;
  border-radius: 10px;
  background: linear-gradient(100deg, var(--stcb2b-dark), #4b2332);
  box-shadow: 0 7px 20px rgba(44, 23, 32, 0.13);
  color: #fff;
}

.stcb2b-price-access__badge {
  flex: 0 0 auto;
  padding: 0.25rem 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: #ffd8e6;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.stcb2b-price-access p {
  flex: 1 1 auto;
  margin: 0;
  color: #fff !important;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.35;
  opacity: 1 !important;
}

.stcb2b-price-access a {
  flex: 0 0 auto;
  color: #fff !important;
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none !important;
}

.stcb2b-price-access a:hover,
.stcb2b-price-access a:focus-visible {
  text-decoration: underline !important;
}

.stcb2b-active body#index .featured-products .stcb2b-section-intro {
  max-width: 680px;
  margin: -0.8rem auto 1.2rem;
  color: #755e67;
  font-size: 0.86rem;
  line-height: 1.4;
  text-align: center;
}

.stcb2b-equipment-cta-wrap {
  width: 100%;
}

.stcb2b-equipment-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: center;
  width: 100%;
  margin: 1.25rem 0 2.25rem;
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border: 1px solid var(--stcb2b-border);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 255, 255, 0.9), transparent 29%),
    linear-gradient(115deg, #fff 0%, var(--stcb2b-soft) 60%, #f6d8e3 100%);
  box-shadow: var(--stcb2b-shadow);
}

.stcb2b-equipment-cta__copy > span {
  color: var(--stcb2b-primary);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.stcb2b-equipment-cta h2 {
  margin: 0.35rem 0 0;
  color: var(--stcb2b-dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  text-transform: none;
}

.stcb2b-equipment-cta p {
  max-width: 720px;
  margin: 0.7rem 0 0;
  color: #68515a;
  font-size: 0.92rem;
  line-height: 1.5;
}

.stcb2b-equipment-cta__actions {
  display: flex;
  gap: 0.65rem;
}

.stcb2b-equipment-cta__actions .stcb2b-button {
  min-width: 150px;
}

@media (max-width: 767px) {
  .stcb2b-price-access {
    flex-wrap: wrap;
    margin: 0 0.75rem 1rem;
    padding: 0.75rem;
  }

  .stcb2b-price-access p {
    flex-basis: calc(100% - 90px);
    font-size: 0.75rem;
  }

  .stcb2b-price-access a {
    width: 100%;
    padding-left: 0.1rem;
  }

  .stcb2b-equipment-cta {
    grid-template-columns: 1fr;
    gap: 1.1rem;
    margin: 0.75rem 0 1.5rem;
    padding: 1.35rem;
    border-radius: 14px;
  }

  .stcb2b-equipment-cta__actions {
    flex-direction: column;
  }

  .stcb2b-equipment-cta__actions .stcb2b-button {
    width: 100%;
  }
}

/* v1.4.1 — stronger price notice and a complete S-T-CLIC footer. */
.stcb2b-footer-active .footer-container {
  margin-top: 0;
  padding-top: 2.8rem;
  border-top: 4px solid var(--stcb2b-primary);
  background:
    radial-gradient(circle at 8% 12%, rgba(163, 22, 74, 0.18), transparent 27%),
    linear-gradient(115deg, #25141b, var(--stcb2b-dark));
  color: #eadde2;
}

.stcb2b-footer-active .footer-container .container {
  max-width: 1200px;
}

.stcb2b-footer-active .footer-container .container > .row:first-child {
  align-items: flex-start;
}

.stcb2b-footer-active .footer-container #block_myaccount_infos {
  display: none !important;
}

.stcb2b-footer-active .footer-container .stcb2b-footer-brand {
  order: -1;
  padding-right: 2rem;
}

.stcb2b-footer-brand__logo {
  display: block;
  width: 68px;
  height: auto;
  margin: 0 0 0.75rem;
  filter: drop-shadow(0 7px 14px rgba(0, 0, 0, 0.2));
}

.stcb2b-footer-brand p {
  max-width: 220px;
  margin: 0 0 0.9rem;
  color: #e7d7dd !important;
  font-size: 0.84rem;
  line-height: 1.5;
}

.stcb2b-footer-brand__account {
  display: inline-flex;
  gap: 0.45rem;
  align-items: center;
  color: #ffd8e6 !important;
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.35;
  text-decoration: none !important;
}

.stcb2b-footer-active .footer-container .links .h3,
.stcb2b-footer-active .footer-container .links .h4,
.stcb2b-footer-active .footer-container .block-contact-title,
.stcb2b-footer-active .footer-container .myaccount-title,
.stcb2b-footer-active .footer-container .title .h3 {
  margin-bottom: 1rem;
  color: #fff !important;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.stcb2b-footer-active .footer-container .links ul > li {
  margin-bottom: 0.42rem;
}

.stcb2b-footer-active .footer-container .links ul > li a,
.stcb2b-footer-active .footer-container .block-contact,
.stcb2b-footer-active .footer-container .block-contact a,
.stcb2b-footer-active .footer-container .block-contact span,
.stcb2b-footer-active .footer-container .footer-container li,
.stcb2b-footer-active .footer-container p,
.stcb2b-footer-active .footer-container a {
  color: #d9c9cf !important;
}

.stcb2b-footer-active .footer-container .stcb2b-footer-brand__account {
  color: #ffd8e6 !important;
}

.stcb2b-footer-active .footer-container .links ul > li a:hover,
.stcb2b-footer-active .footer-container .links ul > li a:focus-visible,
.stcb2b-footer-active .footer-container .block-contact a:hover,
.stcb2b-footer-active .footer-container .block-contact a:focus-visible,
.stcb2b-footer-active .footer-container .stcb2b-footer-brand__account:hover,
.stcb2b-footer-active .footer-container .stcb2b-footer-brand__account:focus-visible {
  color: #fff !important;
}

.stcb2b-footer-active .footer-container .container > .row:last-child {
  margin-top: 1.7rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.stcb2b-footer-active .footer-container .text-sm-center {
  margin: 0;
  padding: 1.15rem 0 1.35rem;
  font-size: 0.75rem;
}

.stcb2b-footer-active .footer-container .text-sm-center a {
  color: #d9c9cf !important;
}

@media (max-width: 767px) {
  .stcb2b-price-access p {
    color: #fff !important;
    font-size: 0.78rem;
  }

  .stcb2b-footer-active .footer-container {
    padding-top: 1.5rem;
  }

  .stcb2b-footer-active .footer-container .stcb2b-footer-brand {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 0.75rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    text-align: center;
  }

  .stcb2b-footer-brand__logo {
    width: 58px;
    margin-right: auto;
    margin-left: auto;
  }

  .stcb2b-footer-brand p {
    margin-right: auto;
    margin-left: auto;
  }

  .stcb2b-footer-active .footer-container .links .title {
    border-bottom-color: rgba(255, 255, 255, 0.13);
  }

  .stcb2b-footer-active .footer-container .links .title .h3,
  .stcb2b-footer-active .footer-container .links .navbar-toggler {
    color: #fff !important;
  }
}

/* v1.3 — branded S-T-CLIC homepage slider supplied entirely by the module. */
.stcb2b-slider {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 1.2rem auto 1.1rem;
  border: 1px solid rgba(163, 22, 74, 0.12);
  border-radius: 18px;
  background: #fff8fa;
  box-shadow: var(--stcb2b-shadow);
}

.stcb2b-slider__viewport {
  position: relative;
  aspect-ratio: 3 / 1;
  min-height: 330px;
}

.stcb2b-slide {
  position: absolute;
  z-index: 0;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.stcb2b-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.stcb2b-slide__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: var(--stcb2b-dark) !important;
  text-decoration: none !important;
}

.stcb2b-slide__link:focus-visible {
  outline: 3px solid var(--stcb2b-primary);
  outline-offset: -5px;
}

.stcb2b-slide__background,
.stcb2b-slide__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.stcb2b-slide__background {
  object-fit: cover;
}

.stcb2b-slide__shade {
  background: linear-gradient(
    90deg,
    rgba(255, 250, 248, 0.97) 0%,
    rgba(255, 247, 248, 0.88) 34%,
    rgba(255, 247, 248, 0.28) 51%,
    rgba(255, 247, 248, 0) 66%
  );
}

.stcb2b-slide__content {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 1.25rem;
  align-items: center;
  width: 54%;
  padding: 2rem 2.6rem;
}

.stcb2b-slide__logo {
  align-self: start;
  width: 74px;
  height: auto;
  margin-top: 0.15rem;
  filter: drop-shadow(0 5px 10px rgba(91, 18, 45, 0.12));
}

.stcb2b-slide__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.stcb2b-slide__eyebrow {
  margin-bottom: 0.5rem;
  color: var(--stcb2b-primary);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.stcb2b-slide__title {
  max-width: 500px;
  color: var(--stcb2b-dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.stcb2b-slide__subtitle {
  max-width: 480px;
  margin-top: 0.7rem;
  color: #684d57;
  font-size: 0.94rem;
  line-height: 1.45;
}

.stcb2b-slide__button {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  min-height: 42px;
  margin-top: 1rem;
  padding: 0.62rem 1rem;
  border-radius: 7px;
  background: var(--stcb2b-primary);
  box-shadow: 0 8px 18px rgba(121, 17, 57, 0.17);
  color: #fff;
  font-size: 0.79rem;
  font-weight: 900;
  line-height: 1.15;
}

.stcb2b-slide__button b {
  font-size: 1rem;
  transition: transform 160ms ease;
}

.stcb2b-slide__link:hover .stcb2b-slide__button b {
  transform: translateX(3px);
}

.stcb2b-slider__arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid rgba(163, 22, 74, 0.22);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 5px 16px rgba(60, 26, 39, 0.12);
  color: var(--stcb2b-primary);
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}

.stcb2b-slider__arrow--prev {
  left: 0.75rem;
}

.stcb2b-slider__arrow--next {
  right: 0.75rem;
}

.stcb2b-slider__dots {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 0.8rem;
  left: 0;
  display: flex;
  gap: 0.45rem;
  justify-content: center;
}

.stcb2b-slider__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 1px solid rgba(163, 22, 74, 0.55);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  transition: width 160ms ease, background-color 160ms ease;
}

.stcb2b-slider__dot.is-active {
  width: 28px;
  background: var(--stcb2b-primary);
}

.stcb2b-slider--single .stcb2b-slider__arrow,
.stcb2b-slider--single .stcb2b-slider__dots {
  display: none;
}

@media (max-width: 767px) {
  .stcb2b-slider {
    margin: 0.75rem;
    border-radius: 13px;
  }

  .stcb2b-slider__viewport {
    aspect-ratio: auto;
    height: 310px;
    min-height: 0;
  }

  .stcb2b-slide__background {
    object-position: 45% center;
  }

  .stcb2b-slide__shade {
    background: linear-gradient(
      90deg,
      rgba(255, 250, 248, 0.99) 0%,
      rgba(255, 247, 248, 0.95) 55%,
      rgba(255, 247, 248, 0.58) 78%,
      rgba(255, 247, 248, 0.08) 100%
    );
  }

  .stcb2b-slide__content {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0.62rem;
    width: 84%;
    padding: 1.3rem 1.1rem;
  }

  .stcb2b-slide__logo {
    width: 42px;
  }

  .stcb2b-slide__eyebrow {
    margin-bottom: 0.35rem;
    font-size: 0.58rem;
  }

  .stcb2b-slide__title {
    max-width: 265px;
    font-size: 1.32rem;
  }

  .stcb2b-slide__subtitle {
    max-width: 300px;
    margin-top: 0.5rem;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  .stcb2b-slide__button {
    min-height: 37px;
    margin-top: 0.7rem;
    padding: 0.52rem 0.75rem;
    font-size: 0.7rem;
  }

  .stcb2b-slider__arrow {
    top: auto;
    bottom: 0.55rem;
    width: 34px;
    height: 34px;
    transform: none;
    font-size: 1.35rem;
  }

  .stcb2b-slider__arrow--prev {
    left: 0.6rem;
  }

  .stcb2b-slider__arrow--next {
    right: 0.6rem;
  }

  .stcb2b-slider__dots {
    bottom: 1.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stcb2b-slide,
  .stcb2b-slide__button b,
  .stcb2b-slider__dot {
    transition: none;
  }
}

/* v1.5 — catalogue navigation and category pages. */
@media (min-width: 768px) {
  .stcb2b-catalog-nav-active #_desktop_top_menu {
    display: none !important;
  }

  .stcb2b-mainnav {
    position: relative;
    z-index: 40;
    border-top: 1px solid #f1e5e9;
    border-bottom: 1px solid var(--stcb2b-border);
    background: #fff;
    box-shadow: 0 6px 18px rgba(44, 23, 32, 0.045);
  }

  .stcb2b-mainnav__inner {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
  }

  .stcb2b-mainnav__list {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .stcb2b-mainnav__item {
    position: static;
  }

  .stcb2b-mainnav__link {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 0.7rem 0.55rem;
    color: var(--stcb2b-dark) !important;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.015em;
    line-height: 1.15;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
  }

  .stcb2b-mainnav__link::after {
    position: absolute;
    right: 0.55rem;
    bottom: 0;
    left: 0.55rem;
    height: 3px;
    border-radius: 999px 999px 0 0;
    background: var(--stcb2b-primary);
    content: '';
    opacity: 0;
    transform: scaleX(0.35);
    transition: opacity 150ms ease, transform 150ms ease;
  }

  .stcb2b-mainnav__item:hover .stcb2b-mainnav__link::after,
  .stcb2b-mainnav__item:focus-within .stcb2b-mainnav__link::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .stcb2b-mainnav__item--highlight .stcb2b-mainnav__link {
    margin: 8px 0 8px 0.35rem;
    min-height: 38px;
    padding: 0.55rem 0.75rem;
    border-radius: 7px;
    background: var(--stcb2b-primary);
    color: #fff !important;
  }

  .stcb2b-mainnav__item--highlight .stcb2b-mainnav__link::after {
    display: none;
  }

  .stcb2b-mainnav__panel {
    position: absolute;
    top: 100%;
    left: 0;
    display: grid;
    grid-template-columns: 245px minmax(0, 1fr);
    width: 100%;
    padding: 1.25rem;
    border: 1px solid var(--stcb2b-border);
    border-top: 3px solid var(--stcb2b-primary);
    border-radius: 0 0 16px 16px;
    background: #fff;
    box-shadow: 0 20px 42px rgba(44, 23, 32, 0.16);
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 150ms ease, transform 150ms ease;
  }

  .stcb2b-mainnav__item:hover .stcb2b-mainnav__panel,
  .stcb2b-mainnav__item:focus-within .stcb2b-mainnav__panel {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .stcb2b-mainnav__intro {
    padding: 1.2rem;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--stcb2b-soft), #f8dce6);
  }

  .stcb2b-mainnav__intro > span {
    color: var(--stcb2b-primary);
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .stcb2b-mainnav__intro strong {
    display: block;
    margin-top: 0.55rem;
    color: var(--stcb2b-dark);
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.3rem;
    line-height: 1.12;
  }

  .stcb2b-mainnav__intro p {
    margin: 0.65rem 0 1rem;
    color: #765c66;
    font-size: 0.82rem;
    line-height: 1.45;
  }

  .stcb2b-mainnav__intro a {
    color: var(--stcb2b-primary) !important;
    font-size: 0.78rem;
    font-weight: 800;
    text-decoration: none !important;
  }

  .stcb2b-mainnav__groups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.05rem 1.4rem;
    padding: 0.25rem 0.35rem 0.25rem 1.4rem;
  }

  .stcb2b-mainnav__group-title {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: var(--stcb2b-dark) !important;
    font-size: 0.77rem;
    font-weight: 900;
    letter-spacing: 0.025em;
    line-height: 1.25;
    text-decoration: none !important;
    text-transform: uppercase;
  }

  .stcb2b-mainnav__group ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .stcb2b-mainnav__group li + li {
    margin-top: 0.25rem;
  }

  .stcb2b-mainnav__group li a {
    color: #715a63 !important;
    font-size: 0.78rem;
    line-height: 1.3;
    text-decoration: none !important;
  }

  .stcb2b-mainnav__group a:hover,
  .stcb2b-mainnav__group a:focus-visible {
    color: var(--stcb2b-primary) !important;
    text-decoration: underline !important;
    text-underline-offset: 3px;
  }
}

/* v1.7.7 — prevent the desktop catalogue row from overflowing on phones
 * and compact tablets used in landscape orientation. */
@media (min-width: 768px) and (max-width: 1100px) {
  .stcb2b-mainnav__inner {
    max-width: 100%;
    padding: 0 0.5rem;
  }

  .stcb2b-mainnav__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
  }

  .stcb2b-mainnav__item {
    min-width: 0;
  }

  .stcb2b-mainnav__link {
    justify-content: center;
    min-width: 0;
    min-height: 48px;
    padding: 0.55rem 0.4rem;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .stcb2b-mainnav__item--highlight .stcb2b-mainnav__link {
    margin: 5px 0.25rem;
    min-height: 38px;
    padding: 0.45rem;
  }
}

.stcb2b-category-active body#category #wrapper {
  background: linear-gradient(180deg, #fff4f7 0, #fff 700px);
}

.stcb2b-category-active body#category #wrapper > .container {
  max-width: 1200px;
}

.stcb2b-category-active body#category #left-column .block-categories {
  display: none !important;
}

.stcb2b-category-no-sidebar body#category #left-column {
  display: none !important;
}

.stcb2b-category-no-sidebar body#category #content-wrapper.left-column {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}

.stcb2b-category-active body#category .breadcrumb {
  margin-bottom: 1rem;
  color: #806871;
  font-size: 0.78rem;
}

.stcb2b-category-active body#category .block-category {
  position: relative;
  overflow: hidden;
  min-height: 0;
  margin-bottom: 1rem;
  padding: clamp(1.4rem, 3vw, 2.2rem);
  border: 1px solid var(--stcb2b-border);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 8%, rgba(255, 255, 255, 0.9), transparent 27%),
    linear-gradient(120deg, #fff, var(--stcb2b-soft));
  box-shadow: 0 9px 28px rgba(74, 25, 43, 0.07);
}

.stcb2b-category-eyebrow {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--stcb2b-primary);
  font-size: 0.69rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.stcb2b-category-active body#category .block-category h1 {
  margin: 0 0 0.8rem;
  color: var(--stcb2b-dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.9rem, 3.3vw, 2.7rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.05;
  text-transform: none;
}

.stcb2b-category-active body#category .block-category-inner {
  display: block;
}

.stcb2b-category-active body#category #category-description {
  max-width: 920px;
  color: #624d55 !important;
  font-size: 0.91rem;
  line-height: 1.58;
  transition: max-height 180ms ease;
}

.stcb2b-category-active body#category #category-description p:last-child {
  margin-bottom: 0;
}

.stcb2b-category-active body#category #category-description.stcb2b-category-description--collapsed {
  overflow: hidden;
  max-height: 4.8em;
  mask-image: linear-gradient(#000 62%, transparent);
}

.stcb2b-category-description-toggle {
  margin-top: 0.55rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--stcb2b-primary);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.stcb2b-category-active body#category .category-cover {
  display: none;
}

.stcb2b-category-active body#category #subcategories {
  margin-bottom: 1.25rem;
  padding: clamp(1.15rem, 2.5vw, 1.75rem);
  border: 1px solid var(--stcb2b-border);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(74, 25, 43, 0.055);
}

.stcb2b-category-active body#category #subcategories .subcategory-heading {
  margin: 0 0 1rem;
  color: var(--stcb2b-dark);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.45rem;
  font-weight: 700;
  text-transform: none;
}

.stcb2b-category-active body#category #subcategories .subcategories-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
  margin: 0;
}

.stcb2b-category-active body#category #subcategories .subcategories-list > li {
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 0.75rem;
  border: 1px solid #efe1e6;
  border-radius: 12px;
  background: #fff;
  text-align: left;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.stcb2b-category-active body#category #subcategories .subcategories-list > li:hover {
  border-color: #ddb8c6;
  box-shadow: 0 9px 20px rgba(74, 25, 43, 0.09);
  transform: translateY(-2px);
}

.stcb2b-category-active body#category #subcategories .subcategory-image {
  margin: 0 0 0.65rem;
}

.stcb2b-category-active body#category #subcategories .subcategory-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 124px;
  padding: 0.35rem;
  border-radius: 9px;
  background: #fff8fa;
}

.stcb2b-category-active body#category #subcategories .subcategory-image picture {
  display: block;
  width: 100%;
  height: 100%;
}

.stcb2b-category-active body#category #subcategories .subcategory-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.stcb2b-category-active body#category #subcategories h5 {
  margin: 0;
}

.stcb2b-category-active body#category #subcategories .subcategory-name {
  display: block;
  color: var(--stcb2b-dark) !important;
  font-size: 0.84rem;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none !important;
  text-transform: none;
}

.stcb2b-category-active body#category #subcategories .cat_desc {
  display: none;
}

.stcb2b-category-active body#category #products .products-selection {
  margin-bottom: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid #eee1e6;
  border-radius: 12px;
  background: #fff;
}

.stcb2b-category-no-sidebar body#category #js-product-list .products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.stcb2b-category-no-sidebar body#category #js-product-list .products > .js-product {
  width: auto !important;
  max-width: none !important;
  padding: 0;
}

.stcb2b-category-no-sidebar body#category #js-product-list .product-miniature,
.stcb2b-category-no-sidebar body#category #js-product-list .thumbnail-container {
  width: 100%;
  max-width: none;
}

@media (max-width: 991px) {
  .stcb2b-category-active body#category #subcategories .subcategories-list,
  .stcb2b-category-no-sidebar body#category #js-product-list .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .stcb2b-mainnav {
    display: none;
  }

  .stcb2b-catalog-nav-active #mobile_top_menu_wrapper {
    margin-top: 0.8rem;
    border-top: 1px solid var(--stcb2b-border);
    background: #fff;
  }

  .stcb2b-catalog-nav-active #mobile_top_menu_wrapper .top-menu a[data-depth='0'] {
    padding: 0.8rem 0.35rem;
    color: var(--stcb2b-dark);
    font-size: 0.86rem;
    font-weight: 800;
  }

  .stcb2b-catalog-nav-active #mobile_top_menu_wrapper .top-menu a[data-depth='1'] {
    color: var(--stcb2b-primary);
    font-size: 0.79rem;
    font-weight: 800;
  }

  .stcb2b-category-active body#category #wrapper {
    padding-top: 1rem;
  }

  .stcb2b-category-active body#category .block-category {
    padding: 1.25rem;
    border-radius: 15px;
  }

  .stcb2b-category-active body#category #subcategories {
    padding: 1rem;
    border-radius: 15px;
  }

  .stcb2b-category-active body#category #subcategories .subcategories-list,
  .stcb2b-category-no-sidebar body#category #js-product-list .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .stcb2b-category-active body#category #subcategories .subcategory-image a {
    height: 105px;
  }
}

@media (max-width: 380px) {
  .stcb2b-category-active body#category #subcategories .subcategories-list,
  .stcb2b-category-no-sidebar body#category #js-product-list .products {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stcb2b-button,
  .stcb2b-shipping__track span,
  .stcb2b-active .product-miniature .thumbnail-container {
    transition: none;
  }
}

/* v1.2 — compact, product-led homepage rhythm. */
.stcb2b-active body#index #carousel .carousel-inner {
  margin-bottom: 0 !important;
}

.stcb2b-active body#index #carousel {
  background: transparent;
}

.stcb2b-active body#index .stcb2b-home-showcase {
  margin-top: 1.1rem;
  margin-bottom: 1.4rem;
  border-radius: 14px;
}

.stcb2b-active body#index .stcb2b-home-showcase__intro {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  padding: 1.1rem 1.35rem;
  border-radius: 14px 14px 0 0;
}

.stcb2b-active body#index .stcb2b-home-showcase__eyebrow {
  margin-bottom: 0.25rem;
  font-size: 0.64rem;
}

.stcb2b-active body#index .stcb2b-home-showcase__copy h1 {
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  line-height: 1.08;
}

.stcb2b-active body#index .stcb2b-home-showcase__copy > p:last-child {
  margin-top: 0.4rem;
  font-size: 0.88rem;
  line-height: 1.4;
}

.stcb2b-active body#index .stcb2b-home-showcase__actions {
  flex-direction: row;
  min-width: 0;
}

.stcb2b-active body#index .stcb2b-home-showcase__actions .stcb2b-button {
  max-width: 205px;
  min-height: 40px;
  padding: 0.55rem 0.75rem;
  font-size: 0.78rem;
}

.stcb2b-active body#index .stcb2b-universes {
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 0.65rem;
  padding: 0.75rem 0.9rem 0.85rem;
}

.stcb2b-active body#index .stcb2b-universes__heading {
  padding: 0.35rem;
}

.stcb2b-active body#index .stcb2b-universes__heading strong {
  margin-top: 0.2rem;
  font-size: 1rem;
}

.stcb2b-active body#index .stcb2b-universes__grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.45rem;
}

.stcb2b-active body#index .stcb2b-universe {
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.38rem;
  min-height: 48px;
  padding: 0.5rem 0.55rem;
}

.stcb2b-active body#index .stcb2b-universe span {
  font-size: 0.74rem;
  line-height: 1.18;
}

.stcb2b-active body#index .stcb2b-universe b {
  display: none;
}

.stcb2b-active body#index .featured-products,
.stcb2b-active body#index .featured-products.stcb2b-section--promo,
.stcb2b-active body#index .featured-products.stcb2b-section--bestsellers,
.stcb2b-active body#index .featured-products.stcb2b-section--popular,
.stcb2b-active body#index .featured-products.stcb2b-section--new {
  margin-top: 1.15rem !important;
  margin-bottom: 1.15rem !important;
  padding: 1.25rem 0 0.3rem;
  border: 0;
  border-top: 1px solid #eadde2 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none;
}

.stcb2b-active body#index .featured-products .products-section-title {
  margin: 0 0 1.2rem;
  font-size: clamp(1.4rem, 2.4vw, 1.85rem);
}

.stcb2b-active body#index .featured-products .all-product-link {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
}

.stcb2b-active body#index .featured-products.stcb2b-product-count-1 .products,
.stcb2b-active body#index .featured-products.stcb2b-product-count-2 .products,
.stcb2b-active body#index .featured-products.stcb2b-product-count-3 .products {
  justify-content: center;
  gap: 1rem;
}

.stcb2b-active body#index .featured-products.stcb2b-product-count-2 .product-miniature {
  flex: 0 0 265px;
  width: 265px;
  max-width: 265px;
}

.stcb2b-active body#index .featured-products.stcb2b-product-count-1 .product-miniature {
  flex: 0 0 265px;
  width: 265px;
  max-width: 265px;
}

@media (max-width: 991px) {
  .stcb2b-active body#index .stcb2b-home-showcase__intro {
    grid-template-columns: 1fr;
  }

  .stcb2b-active body#index .stcb2b-universes {
    grid-template-columns: 1fr;
  }

  .stcb2b-active body#index .stcb2b-universes__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .stcb2b-active body#index .stcb2b-home-showcase__actions {
    flex-direction: column;
  }

  .stcb2b-active body#index .stcb2b-home-showcase__actions .stcb2b-button {
    max-width: none;
  }

  .stcb2b-active body#index .stcb2b-universes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stcb2b-active body#index .featured-products.stcb2b-product-count-1 .product-miniature,
  .stcb2b-active body#index .featured-products.stcb2b-product-count-2 .product-miniature {
    flex-basis: calc(50% - 0.5rem);
    width: calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
  }
}
