/* =========================
   HOME HERO SLIDER (CS) - FADE (DESKTOP + MOBILE)
   ========================= */

.cs-hero{
  padding: 2px 0 14px;
}

.cs-home-trust {
  padding: 42px 0 60px;
  overflow: hidden;
}

.cs-home-trust__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: clamp(28px, 3vw, 52px);
  align-items: end;
  padding: 50px 0;
}

.cs-home-trust__title {
  margin: 0 0 34px;
  font-size: 35px;
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: 0.03em;
}

.cs-home-trust__products-card,
.cs-home-trust__proof-panel {
  border: 1px solid rgba(0, 0, 0, 0.061);
  border-radius: 30px;
  background: #fff;
}

.cs-home-trust__products-card {
  padding: clamp(20px, 3vw, 52px);
  overflow: hidden;
}

.cs-home-trust__viewport {
  overflow: hidden;
}

.cs-home-trust__grid ul.products.cs-home-trust__track {
  display: flex;
  grid-template-columns: none;
  align-items: stretch;
  gap: 18px;
  margin: 0;
  padding: 0;
  transition: transform .42s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.cs-home-trust__grid ul.products.cs-home-trust__track > li.product {
  display: flex;
  align-self: stretch;
  flex: 0 0 calc((100% - 18px) / 2);
  max-width: calc((100% - 18px) / 2);
  box-sizing: border-box;
  min-width: 0;
}

.cs-home-trust__bottom {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.cs-home-trust__counter {
  font-size: 18px;
  color: rgba(0,0,0,.72);
}

.cs-home-trust__button,
.cs-home-trust__feedback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(144,1,151,.45);
  color: rgba(144,1,151,.45);
  text-decoration: none;
  font-weight: 700;
}

.cs-home-trust__button {
  min-width: 210px;
  padding: 12px 28px;
}

.cs-home-trust__arrows {
  display: inline-flex;
  justify-self: end;
  gap: 10px;
}

.cs-home-trust__arrow {
  width: 44px;
  height: 58px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.2);
  background: #fff;
  color: rgba(0,0,0,.55);
  cursor: pointer;
  font-size: 52px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cs-home-trust__arrow:disabled {
  opacity: .35;
  cursor: default;
}

.cs-home-trust__proof {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cs-home-trust__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 270px;
  margin: 0 0 28px;
  padding: 14px 34px;
  border-radius: 999px;
  background: #78017e;
  color: #fff;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1;
  font-weight: 800;
}

.cs-home-trust__proof-panel {
  width: 100%;
  padding: clamp(24px, 4vw, 64px);
}

.cs-home-trust__mini-product,
.cs-home-trust__review {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(0,0,0,.04);
}

.cs-home-trust__mini-product {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 24px 34px;
}

.cs-home-trust__mini-img img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  display: block;
}

.cs-home-trust__mini-info h3,
.cs-home-trust__review h3 {
  margin: 0;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: .03em;
}

.cs-home-trust__mini-info p,
.cs-home-trust__review-head p {
  margin: 6px 0 0;
  color: rgba(0,0,0,.62);
  font-size: 16px;
}

.cs-home-trust__mini-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 16px 0 14px;
}

.cs-home-trust__mini-price-current {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.cs-home-trust__mini-price-old {
  color: rgba(0,0,0,.45);
  font-size: 18px;
  font-weight: 600;
  text-decoration: line-through;
}

.cs-home-trust__mini-discount-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #f20f0f;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.cs-home-trust__mini-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #78017e;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

.cs-home-trust__review {
  margin-top: 34px;
  padding: clamp(28px, 3.2vw, 58px);
  text-align: center;
}

.cs-home-trust__review-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  text-align: left;
}

.cs-home-trust__avatar,
.cs-home-trust__review-head .avatar {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
}

.cs-home-trust__avatar--fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #78017e;
  color: #fff;
  font-weight: 800;
}

.cs-home-trust__stars {
  margin-top: 8px;
}

.cs-home-trust__stars .star-rating {
  float: none;
  color: #f6c24a;
}

.cs-home-trust__review-text {
  margin: 34px auto 54px;
  max-width: 680px;
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1.22;
}

.cs-home-trust__feedback {
  min-width: 280px;
  padding: 12px 28px;
  font-size: 20px;
}

.cs-home-trust__mini-slider,
.cs-home-trust__review-slider {
  position: relative;
}

.cs-home-trust__mini-product[data-cs-proof-product-slide],
.cs-home-trust__review[data-cs-proof-review-slide] {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cs-home-trust__mini-product[data-cs-proof-product-slide].is-active,
.cs-home-trust__review[data-cs-proof-review-slide].is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 980px) {
  .cs-home-trust {
    padding: 30px 0 42px;
  }

  .cs-home-trust__layout {
    display: flex;
    flex-direction: column;
    gap: 54px;
    align-items: stretch;
  }

  .cs-home-trust__title {
    margin-bottom: 22px;
    font-size: clamp(32px, 7vw, 42px);
    letter-spacing: 0;
    font-weight: 800;
  }

  .cs-home-trust__products-card {
    padding: 0;
    border: 0;
    border-radius: 0;
  }

  .cs-home-trust__grid ul.products.cs-home-trust__track {
    gap: 14px;
  }

  .cs-home-trust__grid ul.products.cs-home-trust__track > li.product {
    flex-basis: calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
  }

  .cs-home-trust__bottom {
    grid-template-columns: minmax(68px, auto) minmax(0, 1fr) auto;
    gap: 10px;
    margin-top: 22px;
  }

  .cs-home-trust__counter {
    font-size: 18px;
  }

  .cs-home-trust__button {
    min-width: 0;
    padding: 10px 22px;
    font-size: 15px;
  }

  .cs-home-trust__arrow {
    width: 44px;
    height: 56px;
    font-size: 42px;
  }

  .cs-home-trust__pill {
    min-width: min(100%, 292px);
    margin-bottom: 22px;
    padding: 13px 28px;
    font-size: 18px;
  }

  .cs-home-trust__proof-panel {
    padding: 22px 14px 20px;
  }

  .cs-home-trust__mini-product {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    padding: 18px 16px;
    border-radius: 22px;
  }

  .cs-home-trust__mini-img img {
    height: 128px;
  }

  .cs-home-trust__mini-info h3,
  .cs-home-trust__review h3 {
    font-size: 21px;
    line-height: 1.12;
  }

  .cs-home-trust__mini-price-current {
    font-size: 23px;
  }

  .cs-home-trust__mini-info p,
  .cs-home-trust__review-head p {
    font-size: 13px;
  }

  .cs-home-trust__mini-price {
    gap: 9px;
    margin: 10px 0 12px;
  }

  .cs-home-trust__mini-price-old {
    font-size: 14px;
  }

  .cs-home-trust__mini-discount-badge {
    min-height: 21px;
    padding: 3px 9px;
    font-size: 11px;
  }

  .cs-home-trust__mini-cta {
    min-width: 0;
    width: 100%;
    padding: 10px 18px;
    font-size: 15px;
  }

  .cs-home-trust__review {
    margin-top: 18px;
    padding: 26px 20px 30px;
    border-radius: 22px;
  }

  .cs-home-trust__review-head {
    justify-content: flex-start;
    gap: 16px;
  }

  .cs-home-trust__avatar,
  .cs-home-trust__review-head .avatar {
    width: 64px;
    height: 64px;
  }

  .cs-home-trust__review-text {
    display: -webkit-box;
    margin: 24px auto 28px;
    overflow: hidden;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 19px;
    line-height: 1.28;
    text-align: left;
  }

  .cs-home-trust__feedback {
    min-width: min(100%, 280px);
    padding: 11px 24px;
    font-size: 16px;
  }

  .cs-home-trust__proof-bottom {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "counter button arrows";
    gap: 12px;
    align-items: center;
    margin-top: 20px;
  }

  .cs-home-trust__proof-counter {
    grid-area: counter;
    justify-self: start;
    font-size: 16px;
    font-weight: 700;
    color: rgba(0,0,0,.6);
  }

  .cs-home-trust__proof-arrows {
    grid-area: arrows;
    display: inline-flex;
    justify-self: end;
    justify-content: flex-end;
    gap: 10px;
    white-space: nowrap;
  }

  .cs-home-trust__proof-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 56px;
    border-radius: 13px;
    border: 1px solid rgba(120,1,126,.18);
    background: #fff;
    color: rgba(120,1,126,.48);
    cursor: pointer;
    flex: 0 0 auto;
  }

  .cs-home-trust__proof-arrow:disabled {
    opacity: .35;
    cursor: default;
  }

  .cs-home-trust__more {
    grid-area: button;
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 150px;
    padding: 11px 24px;
    border-radius: 999px;
    border: 1px solid rgba(144,1,151,.45);
    color: rgba(144,1,151,.45);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
  }
}

@media (min-width: 981px) {
  .cs-home-trust {
    padding: 42px 0 58px;
  }

  .cs-home-trust__layout {
    grid-template-columns: minmax(0, 2fr) minmax(380px, .92fr);
    gap: clamp(30px, 3.4vw, 58px);
    align-items: start;
    padding: 0 50px;
  }

  .cs-home-trust__title {
    margin-bottom: 18px;
    font-size: 35px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.02em;
  }

  .cs-home-trust__products-card {
    padding: 30px;
    border-radius: 30px 0 0 30px;
  }

  .cs-home-trust__viewport {
    padding-right: 0;
  }

  .cs-home-trust__grid ul.products.cs-home-trust__track {
    gap: 18px;
  }

  .cs-home-trust__grid ul.products.cs-home-trust__track > li.product {
    flex-basis: calc((100% - 36px) / 2.35);
    max-width: calc((100% - 36px) / 2.35);
  }

  .cs-home-trust__bottom {
    grid-template-columns: minmax(74px, auto) minmax(0, 1fr) auto;
    margin-top: 16px;
  }

  .cs-home-trust__counter,
  .cs-home-trust__proof-counter {
    font-size: 16px;
    font-weight: 600;
    color: rgba(0,0,0,.54);
  }

  .cs-home-trust__button {
    justify-self: center;
    min-width: 150px;
    padding: 10px 22px;
    font-size: 14px;
  }

  .cs-home-trust__arrows {
    gap: 8px;
  }

  .cs-home-trust__arrow,
  .cs-home-trust__proof-arrow {
    width: 38px;
    height: 50px;
    border-radius: 13px;
    font-size: 38px;
    color: rgba(120,1,126,.48);
    border-color: rgba(120,1,126,.18);
  }

  .cs-home-trust__pill {
    min-width: 220px;
    margin-bottom: 18px;
    padding: 11px 26px;
    font-size: 15px;
  }

  .cs-home-trust__proof-panel {
    padding: 18px;
    border-radius: 0 30px 30px 0;
  }

  .cs-home-trust__mini-slider,
  .cs-home-trust__review-slider {
    position: relative;
  }

  .cs-home-trust__mini-product,
  .cs-home-trust__review {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(4px);
    transition:
      opacity .28s cubic-bezier(.16, 1, .3, 1),
      transform .28s cubic-bezier(.16, 1, .3, 1),
      visibility 0s linear .28s;
  }

  .cs-home-trust__mini-product.is-active,
  .cs-home-trust__review.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition:
      opacity .28s cubic-bezier(.16, 1, .3, 1),
      transform .28s cubic-bezier(.16, 1, .3, 1),
      visibility 0s;
  }

  .cs-home-trust__mini-product {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 16px;
    padding: 14px 16px;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
  }

  .cs-home-trust__mini-img img {
    height: 94px;
  }

  .cs-home-trust__mini-info h3,
  .cs-home-trust__review h3 {
    font-size: 18px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -.01em;
  }

  .cs-home-trust__mini-info p,
  .cs-home-trust__review-head p {
    margin-top: 4px;
    font-size: 13px;
  }

  .cs-home-trust__mini-price {
    gap: 9px;
    margin: 8px 0 10px;
  }

  .cs-home-trust__mini-price-current {
    font-size: 19px;
    font-weight: 800;
  }

  .cs-home-trust__mini-price-old {
    font-size: 13px;
  }

  .cs-home-trust__mini-discount-badge {
    min-height: 22px;
    padding: 3px 9px;
    font-size: 12px;
  }

  .cs-home-trust__mini-cta {
    min-width: 130px;
    padding: 8px 18px;
    font-size: 13px;
  }

  .cs-home-trust__review {
    margin-top: 14px;
    padding: 22px 24px 24px;
    border-radius: 22px;
  }

  .cs-home-trust__review-head {
    justify-content: flex-start;
    gap: 16px;
  }

  .cs-home-trust__avatar,
  .cs-home-trust__review-head .avatar {
    width: 58px;
    height: 58px;
  }

  .cs-home-trust__stars {
    margin-top: 5px;
  }

  .cs-home-trust__review-text {
    display: -webkit-box;
    margin: 18px 0 20px;
    max-width: none;
    overflow: hidden;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 15px;
    line-height: 1.28;
    text-align: left;
  }

  .cs-home-trust__feedback {
    min-width: 166px;
    padding: 9px 20px;
    font-size: 14px;
  }

  .cs-home-trust__proof-bottom {
    display: grid;
    grid-template-columns: auto auto minmax(140px, max-content);
    gap: 14px;
    align-items: center;
    margin-top: 16px;
    padding-top: 4px;
  }

  .cs-home-trust__proof-arrows {
    display: inline-flex;
    gap: 8px;
    align-items: center;
  }

  .cs-home-trust__proof-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
    flex: 0 0 auto;
  }

  .cs-home-trust__proof-arrow:disabled {
    opacity: .35;
    cursor: default;
  }

  .cs-home-trust__more {
    justify-self: end;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    padding: 10px 22px;
    border-radius: 999px;
    border: 1px solid rgba(144,1,151,.45);
    color: rgba(144,1,151,.45);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
  }
}

/* ===== Home Hair Types ===== */
.cs-home-hair-types {
  padding: 40px 0 48px;
  overflow: hidden;
}

.cs-home-hair-types__header {
  margin: 0 0 28px;
  padding: 0 50px;
}

.cs-home-hair-types__title {
  margin: 0;
  font-size: 35px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .03em;
}

.cs-home-hair-types__description {
  margin: 18px 0 0;
  max-width: 760px;
  color: rgba(0,0,0,.78);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.25;
  letter-spacing: .06em;
}

.cs-home-hair-types__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
  padding: 0 50px;
}

.cs-home-hair-types__tabs {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  gap: 0;
  border-radius: 999px;
}

.cs-home-hair-types__tab {
  min-width: 158px;
  min-height: 48px;
  padding: 14px 30px;
  border: 1px solid rgba(0,0,0,.06);
  background: #fff;
  color: #111;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.cs-home-hair-types__tab:first-child {
  border-radius: 999px 0 0 999px;
}

.cs-home-hair-types__tab:last-child {
  border-radius: 0 999px 999px 0;
}

.cs-home-hair-types__tab.is-active {
  border-color: rgba(199,127,205,.7);
  background: #cf8fd5;
  color: #fff;
}

.cs-home-hair-types__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 160px;
  padding: 11px 24px;
  border: 1px solid rgba(144,1,151,.35);
  border-radius: 999px;
  color: rgba(144,1,151,.5);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.cs-home-hair-types__panel[hidden] {
  display: none;
}

.cs-home-hair-types__carousel {
  position: relative;
  padding: 0 50px;
}

.cs-home-hair-types__viewport {
  overflow: hidden;
  padding: 6px 0 10px;
}

.cs-home-hair-types__grid ul.products.cs-home-hair-types__track {
  display: flex;
  grid-template-columns: none;
  align-items: stretch;
  gap: 18px;
  margin: 0;
  padding: 0;
  transition: transform .42s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.cs-home-hair-types__grid ul.products.cs-home-hair-types__track > li.product {
  display: flex;
  align-self: stretch;
  flex: 0 0 calc((100% - 54px) / 4);
  max-width: calc((100% - 54px) / 4);
  min-width: 0;
  box-sizing: border-box;
}

.cs-home-hair-types__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 86px;
  border: 1px solid rgba(144,1,151,.22);
  border-radius: 14px;
  background: #fff;
  color: rgba(144,1,151,.55);
  cursor: pointer;
  transform: translateY(-50%);
}

.cs-home-hair-types__nav--prev {
  left: 0;
}

.cs-home-hair-types__nav--next {
  right: 0;
}

.cs-home-hair-types__nav:disabled {
  opacity: .35;
  cursor: default;
}

.cs-home-hair-types__bottom {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.cs-home-hair-types__counter {
  color: rgba(0,0,0,.58);
  font-size: 18px;
  line-height: 1;
}

.cs-home-hair-types__empty {
  margin: 28px 0 0;
  color: rgba(0,0,0,.58);
  font-size: 18px;
}

@media (max-width: 980px) {
  .cs-home-hair-types {
    padding: 32px 0 38px;
  }

  .cs-home-hair-types .container {
    position: relative;
  }

  .cs-home-hair-types__header {
    margin-bottom: 22px;
    padding: 0;
  }

  .cs-home-hair-types__title {
    font-size: clamp(32px, 7vw, 46px);
    letter-spacing: 0;
  }

  .cs-home-hair-types__description {
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: .02em;
  }

  .cs-home-hair-types__toolbar {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  .cs-home-hair-types__tabs {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 999px;
  }

  .cs-home-hair-types__tab,
  .cs-home-hair-types__tab:first-child,
  .cs-home-hair-types__tab:last-child {
    flex: 1 1 0;
    min-width: 0;
    min-height: 46px;
    padding: 10px 6px;
    border: 0;
    border-right: 1px solid rgba(0,0,0,.06);
    border-radius: 0;
    font-size: 16px;
    white-space: nowrap;
  }

  .cs-home-hair-types__tab:first-child {
    border-radius: 999px 0 0 999px;
  }

  .cs-home-hair-types__tab:last-child {
    border-right: 0;
    border-radius: 0 999px 999px 0;
  }

  .cs-home-hair-types__more {
    position: absolute;
    left: 45%;
    bottom: 8px;
    z-index: 4;
    min-width: 158px;
    max-width: calc(100% - 190px);
    padding: 10px 18px;
    font-size: 14px;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .cs-home-hair-types__panel.is-active {
    position: relative;
    padding-bottom: 64px;
  }

  .cs-home-hair-types__carousel {
    padding: 0;
  }

  .cs-home-hair-types__grid ul.products.cs-home-hair-types__track {
    gap: 14px;
  }

  .cs-home-hair-types__grid ul.products.cs-home-hair-types__track > li.product {
    flex-basis: calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
  }

  .cs-home-hair-types__nav {
    top: auto;
    bottom: -64px;
    width: 40px;
    height: 56px;
    border-radius: 12px;
    transform: none;
  }

  .cs-home-hair-types__nav--prev {
    right: 56px;
    left: auto;
  }

  .cs-home-hair-types__nav--next {
    right: 4px;
  }

  .cs-home-hair-types__bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    min-height: 56px;
    margin-top: 0;
    padding: 0 4px;
  }

  .cs-home-hair-types__counter {
    justify-self: start;
    font-size: 16px;
    line-height: 1.1;
    white-space: nowrap;
  }
}

/* ===== Home Professionals ===== */
.cs-home-professionals {
  padding: 40px 0 52px;
  overflow: hidden;
}

.cs-home-professionals__header {
  margin: 0 0 28px;
  padding: 0 50px;
}

.cs-home-professionals__title {
  margin: 0;
  font-size: 35px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .03em;
}

.cs-home-professionals__description {
  margin: 18px 0 0;
  max-width: 1180px;
  color: rgba(0,0,0,.78);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.25;
  letter-spacing: .04em;
}

.cs-home-professionals__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 44px;
  padding: 0 50px;
}

.cs-home-professionals__tabs {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  gap: 0;
  border-radius: 999px;
}

.cs-home-professionals__tab {
  min-width: 158px;
  min-height: 48px;
  padding: 14px 30px;
  border: 1px solid rgba(0,0,0,.06);
  background: #fff;
  color: #111;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
  white-space: nowrap;
}

.cs-home-professionals__tab:first-child {
  border-radius: 999px 0 0 999px;
}

.cs-home-professionals__tab:last-child {
  border-radius: 0 999px 999px 0;
}

.cs-home-professionals__tab.is-active {
  border-color: rgba(199,127,205,.7);
  background: #cf8fd5;
  color: #fff;
}

.cs-home-professionals__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 160px;
  padding: 11px 24px;
  border: 1px solid rgba(144,1,151,.35);
  border-radius: 999px;
  color: rgba(144,1,151,.5);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.cs-home-professionals__more--mobile {
  display: none;
}

.cs-home-professionals__panel[hidden] {
  display: none;
}

.cs-home-professionals__layout {
  display: grid;
  grid-template-columns: minmax(360px, .95fr) minmax(0, 1.05fr);
  gap: 36px;
  align-items: center;
  padding: 0 50px;
}

.cs-home-professionals__visual {
  display: grid;
  grid-template-rows: 1fr 1fr;
  min-height: 520px;
  overflow: hidden;
  border-radius: 28px;
  background: #f5f1f6;
}

.cs-home-professionals__figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.cs-home-professionals__figure--bottom {
  border-top: 3px solid #cf8fd5;
}

.cs-home-professionals__figure--mobile {
  display: none;
}

.cs-home-professionals__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-home-professionals__image-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 240px;
  padding: 24px;
  background: #fbfbfc;
  color: var(--cs-purple, #600165);
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}

.cs-home-professionals__products {
  min-width: 0;
}

.cs-home-professionals__carousel {
  position: relative;
  padding: 0 50px;
}

.cs-home-professionals__viewport {
  overflow: hidden;
  padding: 6px 0 10px;
}

.cs-home-professionals__grid ul.products.cs-home-professionals__track {
  display: flex;
  grid-template-columns: none;
  align-items: stretch;
  gap: 18px;
  margin: 0;
  padding: 0;
  transition: transform .42s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.cs-home-professionals__grid ul.products.cs-home-professionals__track > li.product {
  display: flex;
  align-self: stretch;
  flex: 0 0 calc((100% - 18px) / 2);
  max-width: calc((100% - 18px) / 2);
  min-width: 0;
  box-sizing: border-box;
}

.cs-home-professionals__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 86px;
  border: 1px solid rgba(144,1,151,.22);
  border-radius: 14px;
  background: #fff;
  color: rgba(144,1,151,.55);
  cursor: pointer;
  transform: translateY(-50%);
}

.cs-home-professionals__nav--prev {
  left: 0;
}

.cs-home-professionals__nav--next {
  right: 0;
}

.cs-home-professionals__nav:disabled {
  opacity: .35;
  cursor: default;
}

.cs-home-professionals__bottom {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.cs-home-professionals__counter {
  color: rgba(0,0,0,.58);
  font-size: 18px;
  line-height: 1;
}

.cs-home-professionals__nav-mobile {
  display: none;
}

.cs-home-professionals__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  padding: 32px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 28px;
  color: rgba(0,0,0,.58);
  font-size: 18px;
  text-align: center;
}

@media (max-width: 980px) {
  .cs-home-professionals {
    padding: 32px 0 38px;
    overflow: visible;
  }

  .cs-home-professionals__header {
    margin-bottom: 22px;
    padding: 0;
  }

  .cs-home-professionals__title {
    font-size: clamp(32px, 7vw, 46px);
    letter-spacing: 0;
  }

  .cs-home-professionals__description {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .01em;
  }

  .cs-home-professionals__toolbar {
    position: relative;
    display: block;
    margin-bottom: 24px;
    padding: 0;
    min-width: 0;
    overflow: visible;
  }

  .cs-home-professionals__tabs {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    gap: 0;
    overflow-x: auto;
    overflow-y: hidden;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 999px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .cs-home-professionals__tabs::-webkit-scrollbar {
    display: none;
  }

  .cs-home-professionals__tab,
  .cs-home-professionals__tab:first-child,
  .cs-home-professionals__tab:last-child {
    flex: 0 0 auto;
    min-width: max-content;
    min-height: 48px;
    padding: 11px 18px;
    border: 0;
    border-right: 1px solid rgba(0,0,0,.06);
    border-radius: 0;
    font-size: 16px;
    white-space: nowrap;
  }

  .cs-home-professionals__tab:first-child {
    border-radius: 999px 0 0 999px;
  }

  .cs-home-professionals__tab:last-child {
    border-right: 0;
    border-radius: 0 999px 999px 0;
  }

  .cs-home-professionals__more--desktop {
    display: none;
  }

  .cs-home-professionals__layout {
    display: block;
    padding: 0;
  }

  .cs-home-professionals__visual {
    display: block;
    min-height: 0;
    margin-bottom: 12px;
    overflow: visible;
    border-radius: 0;
    background: transparent;
  }

  .cs-home-professionals__figure--desktop {
    display: none;
  }

  .cs-home-professionals__figure--mobile {
    display: block;
    min-height: 0;
    border-radius: 26px;
  }

  .cs-home-professionals__figure--mobile .cs-home-professionals__image,
  .cs-home-professionals__figure--mobile .cs-home-professionals__image-fallback {
    height: clamp(270px, 62vw, 360px);
    min-height: 0;
    border-radius: 26px;
  }

  .cs-home-professionals__caption {
    position: absolute;
    bottom: 18px;
    left: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    padding: 12px 22px;
    border-radius: 14px;
    background: rgba(104, 104, 104, 0.30);
    backdrop-filter: blur(3.75px);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .03em;
  }

  .cs-home-professionals__carousel {
    padding: 0;
  }

  .cs-home-professionals__grid ul.products.cs-home-professionals__track {
    gap: 14px;
  }

  .cs-home-professionals__grid ul.products.cs-home-professionals__track > li.product {
    flex-basis: calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
  }

  .cs-home-professionals__nav--prev,
  .cs-home-professionals__nav--next {
    display: none;
  }

  .cs-home-professionals__bottom {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
  }

  .cs-home-professionals__counter {
    justify-self: start;
    font-size: 16px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .cs-home-professionals__counter-suffix {
    display: inline;
  }

  .cs-home-professionals__more--mobile {
    display: inline-flex;
    justify-self: center;
    min-width: 0;
    max-width: 100%;
    padding: 10px 18px;
    font-size: 14px;
    white-space: nowrap;
  }

  .cs-home-professionals__nav-mobile {
    display: inline-flex;
    justify-self: end;
    gap: 10px;
    white-space: nowrap;
  }

  .cs-home-professionals__nav--mobile {
    position: static;
    width: 44px;
    height: 58px;
    border-radius: 13px;
    transform: none;
  }

  .cs-home-professionals__empty {
    min-height: 180px;
    padding: 24px;
    border-radius: 24px;
  }
}

.cs-home-kids-line {
  padding: 40px 0 52px;
  overflow: hidden;
}

.cs-home-kids-line__header {
  margin: 0 0 28px;
  padding: 0 50px;
}

.cs-home-kids-line__header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.cs-home-kids-line__title {
  margin: 0;
  font-size: 35px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .03em;
}

.cs-home-kids-line__description {
  margin: 18px 0 0;
  max-width: 1180px;
  color: rgba(0,0,0,.78);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.25;
  letter-spacing: .04em;
}

.cs-home-kids-line__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .95fr);
  gap: 36px;
  align-items: center;
  padding: 0 50px;
}

.cs-home-kids-line__products {
  min-width: 0;
}

.cs-home-kids-line__carousel {
  position: relative;
  padding: 0 50px;
}

.cs-home-kids-line__viewport {
  overflow: hidden;
  padding: 6px 0 10px;
}

.cs-home-kids-line__grid ul.products.cs-home-kids-line__track {
  display: flex;
  grid-template-columns: none;
  align-items: stretch;
  gap: 18px;
  margin: 0;
  padding: 0;
  transition: transform .42s cubic-bezier(.16, 1, .3, 1);
  will-change: transform;
}

.cs-home-kids-line__grid ul.products.cs-home-kids-line__track > li.product {
  display: flex;
  align-self: stretch;
  flex: 0 0 calc((100% - 18px) / 2);
  max-width: calc((100% - 18px) / 2);
  min-width: 0;
  box-sizing: border-box;
}

.cs-home-kids-line__visual {
  display: grid;
  grid-template-rows: 1fr 1fr;
  min-height: 520px;
  overflow: hidden;
  border-radius: 28px;
  background: #f5f1f6;
}

.cs-home-kids-line__figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.cs-home-kids-line__figure--bottom {
  border-top: 3px solid #cf8fd5;
}

.cs-home-kids-line__figure--mobile {
  display: none;
}

.cs-home-kids-line__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-home-kids-line__image-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 240px;
  padding: 24px;
  background: #fbfbfc;
  color: var(--cs-purple, #600165);
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}

.cs-home-kids-line__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 86px;
  border: 1px solid rgba(144,1,151,.22);
  border-radius: 14px;
  background: #fff;
  color: rgba(144,1,151,.55);
  cursor: pointer;
  transform: translateY(-50%);
}

.cs-home-kids-line__nav--prev {
  left: 0;
}

.cs-home-kids-line__nav--next {
  right: 0;
}

.cs-home-kids-line__nav:disabled {
  opacity: .35;
  cursor: default;
}

.cs-home-kids-line__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 0;
}

.cs-home-kids-line__counter {
  color: rgba(0,0,0,.58);
  font-size: 18px;
  line-height: 1;
}

.cs-home-kids-line__counter-suffix {
  display: inline;
}

.cs-home-kids-line__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 11px 24px;
  border: 1px solid rgba(144,1,151,.35);
  border-radius: 999px;
  color: rgba(144,1,151,.5);
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

.cs-home-kids-line__more--mobile {
  display: none;
}

.cs-home-kids-line__nav-mobile {
  display: none;
}

.cs-home-kids-line__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
  padding: 32px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 28px;
  color: rgba(0,0,0,.58);
  font-size: 18px;
  text-align: center;
}

@media (max-width: 980px) {
  .cs-home-kids-line {
    padding: 32px 0 38px;
    overflow: visible;
  }

  .cs-home-kids-line__header {
    margin-bottom: 22px;
    padding: 0;
  }

  .cs-home-kids-line__title {
    font-size: clamp(32px, 7vw, 46px);
    letter-spacing: 0;
  }

  .cs-home-kids-line__description {
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: .01em;
  }

  .cs-home-kids-line__layout {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 0;
  }

  .cs-home-kids-line__visual {
    order: -1;
    display: block;
    min-height: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
  }

  .cs-home-kids-line__figure--desktop {
    display: none;
  }

  .cs-home-kids-line__figure--mobile {
    display: block;
    min-height: 0;
    border-radius: 26px;
  }

  .cs-home-kids-line__figure--mobile .cs-home-kids-line__image,
  .cs-home-kids-line__figure--mobile .cs-home-kids-line__image-fallback {
    height: clamp(270px, 62vw, 360px);
    min-height: 0;
    border-radius: 26px;
  }

  .cs-home-kids-line__carousel {
    padding: 0;
  }

  .cs-home-kids-line__grid ul.products.cs-home-kids-line__track {
    gap: 14px;
  }

  .cs-home-kids-line__grid ul.products.cs-home-kids-line__track > li.product {
    flex-basis: calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
  }

  .cs-home-kids-line__nav--prev,
  .cs-home-kids-line__nav--next {
    display: none;
  }

  .cs-home-kids-line__bottom {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    margin-top: 12px;
    padding: 0;
  }

  .cs-home-kids-line__counter {
    justify-self: start;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.1;
    white-space: nowrap;
  }

  .cs-home-kids-line__counter-suffix {
    display: inline;
  }

  .cs-home-kids-line__more--desktop {
    display: none;
  }

  .cs-home-kids-line__more--mobile {
    display: inline-flex;
    justify-self: center;
    width: 170px;
    min-width: 0;
    max-width: 100%;
    padding: 10px 18px;
    font-size: 14px;
  }

  .cs-home-kids-line__nav-mobile {
    display: inline-flex;
    justify-self: end;
    gap: 10px;
    white-space: nowrap;
  }

  .cs-home-kids-line__nav--mobile {
    position: static;
    width: 44px;
    height: 58px;
    border-radius: 13px;
    transform: none;
  }

  .cs-home-kids-line__empty {
    min-height: 180px;
    padding: 24px;
    border-radius: 24px;
  }
}

/* slider */
.cs-hero__slider{
  position: relative;
  overflow: hidden;
  width: 100%;
  /* não trava altura aqui! (JS vai definir) */
}

/* wrapper interno que segura altura do slide ativo */
.cs-hero__slides{
  position: relative;
  width: 100%;
}

/* SLIDE: sobreposto + fade */
.cs-hero__slide{
  position: absolute;
  inset: 0;

  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 22px;
  align-items: stretch;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity .65s ease;
}

.cs-hero__slide.is-active{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* LEFT CARD */
.cs-hero__content{
  background: linear-gradient(90deg, #DAAADC 0%, #C880CB 100%);
  border-radius: 26px 0 0 26px ;
  padding: 28px 26px;

  display: flex;
  flex-direction: column;

  position: relative;
  overflow: hidden;

  /* garante espaço mínimo no desktop */
  min-height: 520px;
  max-height: 520px;
}

/* badge */
.cs-hero__badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 16px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  width: fit-content;
}

/* title */
.cs-hero__title{
  margin: 18px 0 10px;
  font-size: clamp(44px, 4.2vw, 74px);
  line-height: 0.95;
  letter-spacing: -1px;
}

/* subtitle (pode vir do editor com HTML) */
.cs-hero__subtitle{
  margin: 0 0 18px;
  font-size: clamp(18px, 1.7vw, 34px);
  line-height: 1.15;
  color: rgba(0,0,0,.85);
  max-width: 24ch;
}

.cs-hero__subtitle p{
  margin: 0;
}

/* button */
.cs-btn-primary{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: #FD0100;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  width: fit-content;
  margin-top: 6px;
  transition: linear 0.3s
}

.cs-btn-primary:hover {
  background: #dc0000;
  transform: translateX(4px);
  transform: translateY(-1px);

}

/* nota do * (fica lá em baixo demonstrando “rodapé do card”) */
.cs-hero__note{
  margin-top: auto;
  padding-top: 18px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(0,0,0,.55);
}

/* NAV */
.cs-hero__nav{
  position: absolute;
  right: 18px;
  bottom: 18px;

  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 5;
}

.cs-hero__arrow{
  width: 44px;
  height: 54px;
  border-radius: 14px;

  border: 1px solid rgba(255,255,255,.45);
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(6px);

  color: #fff;
  font-size: 34px;
  line-height: 1;

  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;

  -webkit-tap-highlight-color: transparent;
}

.cs-hero__arrow:hover {
 background: rgba(189, 189, 189, 0.18);
}

.cs-hero__arrow:active{ transform: scale(.98); }

.cs-hero__arrow:focus{
  outline: none;
  box-shadow: none;
}



.cs-hero__count{
  color: rgba(255,255,255,.92);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .5px;
  user-select: none;
}

/* RIGHT IMAGE */
.cs-hero__image{
  border-radius: 0 26px 26px 0;
  overflow: hidden;
  background: #000;
  min-height: 520px;
  max-height: 520px; /* desktop */
}

.cs-hero__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* imagem dos produtos dentro do card (tipo os frascos) */
.cs-hero__product{
  max-width: 250px;
  height: auto;
  margin-top: 22px;
  align-self: flex-start;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.18));
}


/* =========================
   MOBILE
   ========================= */
@media (max-width: 980px){
  .cs-hero__slide{
    grid-template-columns: 1fr;
    gap: 5px;

  }

  .cs-hero__content{
    min-height: 400px;
    border-radius: 26px 26px 0 0 ;
    padding: 22px 18px 76px; /* espaço nav */
  }

  .cs-hero__subtitle{
    max-width: 100%;
  }

  .cs-hero__image{
    min-height: 250px;
    border-radius: 26px;
    border-radius: 0 0 26px 26px;
  }

 .cs-hero__product{
  max-width: 190px;
  height: auto;
  margin-top: 22px;
  align-self: flex-end;
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.18));
}

  .cs-hero__nav{
    left: 16px;
    bottom: 14px;
  }
}

/* Mostrar/Esconder por breakpoint */
.cs-only-desktop{ display: block !important; }
.cs-only-mobile{ display: none !important; }

@media (max-width: 980px){
  .cs-only-desktop{ display: none !important; }
  .cs-only-mobile{ display: block !important; }


/* Hero image (direita) garante cover */
.cs-hero__heroimg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Product image no card */
.cs-hero__product{
  width: min(420px, 100%);
  height: auto;
  transform: translateY(-60px);
  filter: drop-shadow(0 18px 24px rgba(0,0,0,.18));
}
}







/* ===== Home Categories ===== */
.cs-home-categories {
  padding: 26px 0 34px;
}

.cs-home-categories__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 34px);
  align-items: start;
}

.cs-home-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: #111;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.cs-home-category__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(110px, 10vw, 158px);
  aspect-ratio: 1;
  border-radius: 999px;
  overflow: hidden;
  background: #fbfbfc;
  box-shadow: inset 0 0 0 1px rgba(202, 128, 203, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.cs-home-category:hover .cs-home-category__circle {
  transform: translateY(-3px) scale(1.03);
  box-shadow: inset 0 0 0 1px rgba(202, 128, 203, 0.28), 0 14px 28px rgba(15, 23, 42, 0.08);
}

.cs-home-category__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cs-home-category__fallback {
  color: #fff;
  font-size: clamp(38px, 4vw, 64px);
  font-weight: 900;
  line-height: 1;
}

.cs-home-category__name {
  display: block;
  max-width: 100%;
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 800;
  line-height: 1.15;
  white-space: nowrap;
}

@media (min-width: 981px) and (max-width: 1200px) {
  .cs-home-categories__grid {
    gap: 14px;
  }

  .cs-home-category__circle {
    width: clamp(104px, 11vw, 128px);
  }

  .cs-home-category__name {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  .cs-home-categories {
    padding: 24px 0 30px;
  }

  .cs-home-categories__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 22px;
    column-gap: 14px;
  }

  .cs-home-category {
    gap: 10px;
  }

  .cs-home-category__circle {
    width: clamp(82px, 24vw, 118px);
  }

  .cs-home-category__name {
    font-size: 14px;
    white-space: normal;
  }
}






/* ===== Destaques ===== */
.cs-featured { padding: 36px 0 60px; }
.cs-featured .cs-container { max-width: 1240px; margin: 0 auto; padding: 0 18px; }

.cs-featured__top{
  display:flex; align-items:center; justify-content:space-between;
  gap: 16px; margin-bottom: 18px;
}
.cs-featured__titlewrap{ display:flex; align-items:center; gap:16px; flex-wrap:wrap; }
.cs-featured__title{ font-size: 56px; line-height: 1; margin: 0; font-weight: 800; }

.cs-featured__tabs{ display:flex; gap:10px; }
.cs-pill{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 8px 14px; border-radius: 999px;
  border: 1px solid rgba(128,0,128,.25);
  text-decoration:none; font-weight:700; font-size: 14px;
  color: var(--cs-purple, #6A0DAD);
  background: #fff;
}
.cs-pill.is-active{
  background: var(--cs-purple, #6A0DAD);
  color:#fff;
  border-color: var(--cs-purple, #6A0DAD);
}

.cs-featured__more{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 10px 18px; border-radius: 999px;
  border: 1px solid rgba(128,0,128,.25);
  text-decoration:none; font-weight:700;
  color: rgba(128,0,128,.55);
}

.cs-featured__carousel{ position: relative; }

.cs-featured__viewport{
  overflow: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 6px 2px 26px;
  -webkit-overflow-scrolling: touch;
}
.cs-featured__viewport::-webkit-scrollbar{ display:none; }
.cs-featured__track{
  display:flex; gap: 18px;
}

.cs-card{
  position: relative;
  flex: 0 0 290px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 18px;
  background:#fff;
  padding: 14px 14px 16px;
  scroll-snap-align: start;
  min-height: 560px;
}
.cs-card__badge{
  position:absolute; top: 12px; left: 12px;
  background:#111; color:#fff;
  padding: 8px 12px; border-radius: 999px;
  font-weight: 800; font-size: 13px;
}
.cs-card__img{
  display:flex; align-items:center; justify-content:center;
  height: 320px;
  text-decoration:none;
}
.cs-card__img img{
  max-height: 280px; width:auto; max-width: 78%;
  object-fit: contain;
}

.cs-card__wish{
  position:absolute; right: 16px; top: 270px;
  width: 40px; height: 40px; border-radius: 999px;
  background: transparent; border: 0;
  font-size: 26px; cursor:pointer;
}

.cs-card__info{ padding-top: 10px; }
.cs-card__title{
  font-size: 30px; margin: 0 0 6px;
  font-weight: 900; letter-spacing: -0.02em;
}
.cs-card__title a{ color:#111; text-decoration:none; }
.cs-card__meta{ margin: 0 0 10px; font-size: 13px; opacity:.7; }

.cs-card__rating{ display:flex; align-items:center; gap:10px; min-height: 20px; margin-bottom: 18px; }
.cs-card__rating.is-empty{ margin-bottom: 18px; }

/* estrelas com CSS (simples) */
.cs-stars{
  --rating: 0;
  position: relative;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
}
.cs-stars::before{
  content: "★★★★★";
  opacity: .2;
}
.cs-stars::after{
  content: "★★★★★";
  position:absolute; left:0; top:0;
  width: calc((var(--rating) / 5) * 100%);
  overflow:hidden;
}

/* bottom */
.cs-card__bottom{
  display:flex; align-items:flex-end; justify-content:space-between;
  gap: 14px;
}
.cs-card__price{ display:flex; align-items:baseline; gap: 10px; flex-wrap:wrap; }
.cs-card__price del{ opacity:.4; }
.cs-off{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 3px 8px; border-radius: 999px;
  background: #ff2d2d; color:#fff;
  font-weight: 900; font-size: 12px;
}

/* botão do Woo (vamos “forçar” estética do roxo) */
.cs-card__cart a.button{
  width: 56px; height: 56px;
  border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  background: var(--cs-purple, #6A0DAD);
  color:#fff;
  padding:0;
}
.cs-card__cart a.button::after{ display:none !important; }

/* setas */
.cs-featured__nav{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px; height: 64px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(128,0,128,.25);
  color: rgba(128,0,128,.55);
  cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  z-index: 3;
}
.cs-featured__nav span{ font-size: 36px; line-height: 1; }
.cs-featured__nav--prev{ left: -50px; }
.cs-featured__nav--next{ right: -50px; }

.cs-featured__counter{
  text-align:center;
  margin-top: 10px;
  opacity:.6;
  font-weight: 700;
}

/* responsivo */
@media (max-width: 980px){
  .cs-featured__title{ font-size: 40px; }
  .cs-featured__nav{ display:none; } /* no mobile, swipe */
  .cs-card{ flex-basis: 78vw; min-height: 540px; }
  .cs-card__title{ font-size: 26px; }
}

.cs-home-products {
  padding: 36px 0 42px;
  overflow: hidden;
}

.conteiner_2 {
display: block;
align-items: center;
max-width: 100%;
padding: 0 50px;
}


.cs-home-products__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1px;
  margin: 24px auto 34px;
}

.cs-home-products__heading {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  gap: clamp(24px, 3vw, 54px);
}

.cs-home-products__title {
  margin: 0;
  font-size: 35px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.03em;
  flex: 0 0 auto;
}

.cs-home-products__pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 190px;
  min-height: 40px;
  padding: 9px clamp(24px, 2vw, 30px);
  border-radius: 999px;
  background: #78017e;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.cs-home-products__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 150px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(144, 1, 151, 0.25);
  text-decoration: none;
  font-weight: 700;
  color: rgba(144, 1, 151, 0.45);
  white-space: nowrap;
}

.cs-home-products__more:hover {
  color: #900197;
}

.cs-home-products__more--mobile {
  display: none;
}

.cs-home-products__carousel {
  position: relative;
  max-width: 100%;
  padding: 0 50px;
  margin-top: 8px;
}

.cs-home-products__viewport {
  overflow: hidden;
  max-width: 100%;
  padding: 6px 0 10px;
}

.cs-home-products__viewport::-webkit-scrollbar {
  display: none;
}

.cs-home-products__grid ul.products.cs-home-products__track {
  display: flex;
  grid-template-columns: none;
  align-items: stretch;
  gap: 18px;
  margin: 0;
  padding: 0;
  transition: transform 0.45s ease;
  will-change: transform;
}

.cs-home-products__grid ul.products.cs-home-products__track > li.product {
  display: flex;
  align-self: stretch;
  flex: 0 0 calc((100% - 54px) / 4);
  box-sizing: border-box;
  max-width: calc((100% - 54px) / 4);
  min-width: 0;
}

.cs-home-products__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 86px;
  border-radius: 14px;
  border: 1px solid rgba(144, 1, 151, 0.22);
  background: #fff;
  color: rgba(144, 1, 151, 0.55);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: linear 0.2s;
}

.cs-home-products__nav:hover {
  color: #5d0062;
}

.cs-home-products__nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.cs-home-products__nav span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.cs-home-products__nav--prev {
  left: 0;
}

.cs-home-products__nav--next {
  right: 0;
}

.cs-home-products__bottom {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin-top: 18px;
}

.cs-home-products__counter {
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.62);
}

.cs-home-products__counter-suffix {
  display: none;
}

.cs-home-products__nav-mobile {
  display: none;
}

@media (min-width: 981px) {
  .cs-hero {
    padding-bottom: 8px;
  }

  .cs-hero > .container {
    width: min(calc(100% - 32px), 1720px);
    max-width: none;
    margin-inline: auto;
    padding-inline: 0;
  }

  .cs-hero__slide {
    grid-template-columns: minmax(360px, .82fr) minmax(0, 1.18fr);
  }

  .cs-hero__content,
  .cs-hero__image {
    min-height: 520px;
    max-height: 520px;
  }

  .cs-home-products {
    padding-top: 18px;
  }

  .cs-home-products__top {
    margin-top: 10px;
  }
}

@media (max-width: 980px) {
  .cs-home-products {
    padding: 32px 0 38px;
  }

  .cs-home-products__carousel {
    padding: 0;
  }

  .cs-home-products__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
    padding: 0;
  }

  .conteiner_2 {
    padding: 0;
  }

  .cs-home-products__heading {
    flex-wrap: wrap;
    gap: 16px;
  }

  .cs-home-products__title {
    font-size: 35px;
  }

  .cs-home-products__pill {
    min-width: 130px;
    min-height: 30px;
    padding: 7px 18px;
    font-size: 14px;
  }

  .cs-home-products__more--desktop {
    display: none;
  }

  .cs-home-products__more--mobile {
    display: inline-flex;
    justify-self: center;
    min-width: 0;
    padding: 10px 20px;
    font-size: 14px;
  }

  .cs-home-products__viewport {
    padding-bottom: 14px;
  }

  .cs-home-products__grid ul.products.cs-home-products__track {
    gap: 14px;
  }

  .cs-home-products__grid ul.products.cs-home-products__track > li.product {
    flex-basis: calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
  }

  .cs-home-products__nav--prev,
  .cs-home-products__nav--next {
    display: none;
  }

  .cs-home-products__bottom {
    grid-template-columns: minmax(84px, auto) minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    margin-top: 8px;
  }

  .cs-home-products__counter {
    text-align: left;
    font-size: 16px;
  }

  .cs-home-products__counter-suffix {
    display: none;
  }

  .cs-home-products__nav-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    justify-self: end;
  }

  .cs-home-products__nav--mobile {
    position: static;
    transform: none;
    width: 44px;
    height: 58px;
  }

  .cs-home-products__nav--mobile span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* ===== Home Campaigns ===== */
.cs-home-campaigns {
  --cs-home-campaign-gap: 18px;
  --cs-home-campaign-feature-only-width: 321.5px;
  padding: 36px 0 58px;
  overflow: hidden;
}

.cs-home-campaigns__header {
  margin: 0 0 20px;
  padding: 0 50px;
}

.cs-home-campaigns__intro {
  max-width: 720px;
}

.cs-home-campaigns__eyebrow {
  margin: 0 0 10px;
  color: var(--cs-purple, #600165);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.cs-home-campaigns__title {
  margin: 0;
  color: #170019;
  font-size: 35px;
  font-weight: 900;
  line-height: .98;
  letter-spacing: 0;
}

.cs-home-campaigns__description {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(0,0,0,.66);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 600;
  line-height: 1.56;
}

.cs-home-campaigns__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 42px;
  padding: 0 20px;
  border: 1px solid rgba(144, 1, 151, .28);
  border-radius: 999px;
  color: rgba(144, 1, 151, .72);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: border-color .18s ease, color .18s ease, transform .16s ease;
}

.cs-home-campaigns__more:hover,
.cs-home-campaigns__more:focus-visible {
  border-color: rgba(144, 1, 151, .42);
  color: #78017e;
  outline: none;
  transform: translateY(-1px);
}

.cs-home-campaigns__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 0 50px 22px;
  min-width: 0;
}

.cs-home-campaigns__tabs {
  display: flex;
  flex: 1 1 auto;
  gap: 10px;
  min-width: 0;
  margin: 0;
  padding: 0 0 2px;
  scrollbar-width: none;
}

.cs-home-campaigns__tabs::-webkit-scrollbar {
  display: none;
}

.cs-home-campaigns__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  max-width: 240px;
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(154, 89, 156, .2);
  border-radius: 999px;
  background: #fff;
  color: rgba(23, 0, 25, .72);
  cursor: pointer;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.cs-home-campaigns__tab:hover,
.cs-home-campaigns__tab:focus-visible {
  border-color: rgba(154, 89, 156, .36);
  color: #600165;
  outline: none;
  transform: translateY(-1px);
}

.cs-home-campaigns__tab.is-active {
  border-color: #600165;
  background: #600165;
  color: #fff;
}

.cs-home-campaigns__panels {
  padding: 0 50px;
}

.cs-home-campaigns__panel[hidden] {
  display: none;
}

.cs-home-campaigns__showcase {
  min-width: 0;
}

.cs-home-campaigns__main {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--cs-home-campaign-gap);
  align-items: stretch;
}

.cs-home-campaigns__panel--feature-only .cs-home-campaigns__main {
  grid-template-columns: minmax(0, 1fr);
}

.cs-home-campaigns__feature {
  box-sizing: border-box;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  width: auto;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(154, 89, 156, .18);
  border-radius: 22px;
  background: #fff;
  transition: border-color 160ms ease;
}

.cs-home-campaigns__panel--feature-only .cs-home-campaigns__feature {
  width: min(100%, var(--cs-home-campaign-feature-only-width));
  max-width: var(--cs-home-campaign-feature-only-width);
}

.cs-home-campaigns__feature-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.08 / 1;
  background: #fbfbfc;
}

.cs-home-campaigns__feature-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cs-home-campaigns__feature-media .cs-campaign-picture {
  display: block;
  width: 100%;
  height: 100%;
}

.cs-home-campaigns__feature-placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: rgba(96, 1, 101, .32);
  font-size: 44px;
  font-weight: 900;
  letter-spacing: 0;
}

.cs-home-campaigns__feature-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 20px;
}

.cs-home-campaigns__feature-label {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  max-width: 100%;
  min-height: 27px;
  margin: 0 0 14px;
  padding: 7px 11px;
  border: 1px solid rgba(96,1,101,.12);
  border-radius: 999px;
  background: rgba(253,240,255,.78);
  color: #600165;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.cs-home-campaigns__feature-title {
  display: -webkit-box;
  min-height: 45px;
  max-height: 45px;
  margin: 0;
  color: #151515;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.cs-home-campaigns__feature-description {
  display: -webkit-box;
  min-height: 43px;
  max-height: 43px;
  margin: 10px 0 0;
  overflow: hidden;
  color: rgba(0,0,0,.62);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.58;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-wrap: anywhere;
}

.cs-home-campaigns__feature-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: auto 0 0;
  padding: 0 18px;
  border-radius: 999px;
  background: #600165;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  transition: background .18s ease, transform .18s ease;
}

.cs-home-campaigns__feature-button:hover,
.cs-home-campaigns__feature-button:focus-visible {
  background: #7d2483;
  color: #fff;
  transform: translateY(-1px);
}

.cs-home-campaigns__feature-button:focus-visible {
  outline: 2px solid #600165;
  outline-offset: 3px;
  box-shadow: 0 0 0 3px rgba(200, 128, 203, .38);
}

.cs-home-campaigns__feature-media > .cs-home-campaigns__feature-image,
.cs-home-campaigns__feature-media > .cs-campaign-picture {
  transition: transform 220ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .cs-home-campaigns__feature:hover {
    border-color: rgba(96, 1, 101, .36);
    box-shadow: none;
    transform: none;
  }

  .cs-home-campaigns__feature:hover .cs-home-campaigns__feature-media > .cs-home-campaigns__feature-image,
  .cs-home-campaigns__feature:hover .cs-home-campaigns__feature-media > .cs-campaign-picture {
    transform: scale(1.025);
  }
}

.cs-home-campaigns__feature:focus-within {
  border-color: rgba(96, 1, 101, .36);
}

.cs-home-campaigns__products {
  grid-column: span 3;
  align-self: stretch;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.cs-home-campaigns__products-card {
  width: 100%;
}

.cs-home-campaigns__products-viewport {
  min-width: 0;
}

.cs-home-campaigns .woocommerce ul.products::before,
.cs-home-campaigns .woocommerce ul.products::after {
  display: none;
}

.cs-home-campaigns .woocommerce ul.products li.product {
  float: none;
  clear: none;
  margin: 0;
}

.cs-home-campaigns .cs-home-trust__products-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  margin: 0;
}

.cs-home-campaigns__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin: 22px 0 0;
}

.cs-home-campaigns__counter {
  flex: 0 0 auto;
}

.cs-home-campaigns__arrows {
  flex: 0 0 auto;
}

@media (min-width: 768px) {
  .cs-home-trust__viewport {
    margin-top: -8px;
    padding-top: 8px;
  }

  .cs-home-products__viewport,
  .cs-home-hair-types__viewport,
  .cs-home-professionals__viewport,
  .cs-home-kids-line__viewport {
    margin-top: -8px;
    padding-top: 14px;
  }

}

@media (min-width: 768px) and (max-width: 980px) {
  .cs-home-campaigns {
    padding: 30px 0 46px;
  }

  .cs-home-campaigns__header,
  .cs-home-campaigns__panels,
  .cs-home-campaigns__nav {
    padding: 0;
  }

  .cs-home-campaigns__header {
    margin-bottom: 18px;
  }

  .cs-home-campaigns__nav {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 20px;
  }

  .cs-home-campaigns__tabs {
    width: 100%;
  }

  .cs-home-campaigns__main,
  .cs-home-campaigns__panel--feature-only .cs-home-campaigns__main {
    grid-template-columns: minmax(0, 1fr);
  }

  .cs-home-campaigns__feature {
    width: min(100%, var(--cs-home-campaign-feature-only-width));
    min-width: 0;
    max-width: 100%;
  }

  .cs-home-campaigns__products {
    grid-column: auto;
  }

}

@media (min-width: 981px) {
  .cs-home-campaigns__feature-media {
    flex: 0 0 auto;
    aspect-ratio: 1.08 / 1;
  }

  .cs-home-campaigns__feature-body {
    min-height: 0;
  }

}

@media (max-width: 767px) {
  .cs-home-campaigns {
    padding: 30px 0 44px;
  }

  .cs-home-campaigns__header {
    display: block;
    margin-bottom: 18px;
    padding: 0;
  }

  .cs-home-campaigns__title {
    font-size: 35px;
  }

  .cs-home-campaigns__description {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.5;
  }

  .cs-home-campaigns__nav {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 16px;
  }

  .cs-home-campaigns__tabs {
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 2px 0 4px;
  }

  .cs-home-campaigns__tab {
    max-width: 220px;
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }

  .cs-home-campaigns__panels {
    padding: 0;
  }

  .cs-home-campaigns__main,
  .cs-home-campaigns__panel--feature-only .cs-home-campaigns__main {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .cs-home-campaigns__feature {
    justify-self: start;
    width: min(100%, 390px);
    min-width: 0;
    max-width: 100%;
    border-radius: 22px;
  }

  .cs-home-campaigns__feature-media {
    aspect-ratio: 1 / 1;
  }

  .cs-home-campaigns__feature-body {
    padding: 18px;
  }

  .cs-home-campaigns__feature-title {
    font-size: 20px;
  }

  .cs-home-campaigns__feature-button {
    width: 100%;
  }

  .cs-home-campaigns__more--nav {
    width: 100%;
    min-height: 40px;
    padding: 0 16px;
    font-size: 13px;
  }
}

/* Home brands: quiet CSS-only marquee for the logo selection. */
.cs-home-brands {
  padding: 64px 0 72px;
  background: #fff;
  overflow: visible;
}

.cs-home-brands__header {
  margin-bottom: 30px;
  text-align: center;
}

.cs-home-brands__header h2 {
  margin: 0;
  color: #171717;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 650;
  letter-spacing: 0;
}

.cs-home-brands__viewport {
  --cs-home-brands-edge-space: clamp(24px, 4vw, 72px);
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-inline: var(--cs-home-brands-edge-space);
  overflow: hidden;
  isolation: isolate;
}

/* Soften the technical marquee crop without competing with the logos. */
.cs-home-brands__viewport::before,
.cs-home-brands__viewport::after {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: var(--cs-home-brands-edge-space);
  content: "";
  pointer-events: none;
}

.cs-home-brands__viewport::before {
  left: 0;
  background: linear-gradient(90deg, #fff 8%, rgba(255, 255, 255, 0.94) 34%, rgba(255, 255, 255, 0));
}

.cs-home-brands__viewport::after {
  right: 0;
  background: linear-gradient(270deg, #fff 8%, rgba(255, 255, 255, 0.94) 34%, rgba(255, 255, 255, 0));
}

.cs-home-brands__track {
  position: relative;
  z-index: 0;
  display: flex;
  width: max-content;
  animation: cs-home-brands-marquee var(--cs-home-brands-duration, 48s) linear infinite;
  will-change: transform;
}

.cs-home-brands__group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin: 0;
  padding: 0 clamp(48px, 5vw, 78px) 0 0;
  list-style: none;
}

.cs-home-brands__item {
  display: flex;
  flex: 0 0 clamp(220px, 16vw, 280px);
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  width: clamp(220px, 16vw, 280px);
  height: 112px;
  padding-inline: 12px;
  overflow: visible;
}

.cs-home-brands__item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.cs-home-brands__item img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 84px;
  object-fit: contain;
}

@keyframes cs-home-brands-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

@media (hover: hover) and (pointer: fine) {
  .cs-home-brands__viewport:hover .cs-home-brands__track {
    animation-play-state: paused;
  }
}

@media (max-width: 767px) {
  .cs-home-brands { padding: 48px 0 56px; }
  .cs-home-brands__header { margin-bottom: 22px; }
  .cs-home-brands__header h2 { font-size: 23px; }
  .cs-home-brands__viewport {
    --cs-home-brands-edge-space: clamp(18px, 7vw, 32px);
  }
  .cs-home-brands__group {
    gap: clamp(24px, 7vw, 36px);
    padding-right: clamp(24px, 7vw, 36px);
  }
  .cs-home-brands__item {
    flex-basis: 170px;
    width: 170px;
    height: 78px;
    padding-inline: 8px;
  }
  .cs-home-brands__item img {
    max-width: 160px;
    max-height: 58px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cs-home-brands__group {
    gap: 48px;
    padding-right: 48px;
  }
  .cs-home-brands__item {
    flex-basis: 220px;
    width: 220px;
    height: 96px;
    padding-inline: 10px;
  }
  .cs-home-brands__item img {
    max-width: 200px;
    max-height: 72px;
  }
}

@media (max-width: 374px) {
  .cs-home-brands__viewport {
    --cs-home-brands-edge-space: 16px;
  }
  .cs-home-brands__group {
    gap: 24px;
    padding-right: 24px;
  }
  .cs-home-brands__item {
    flex-basis: 150px;
    width: 150px;
    height: 72px;
    padding-inline: 8px;
  }
  .cs-home-brands__item img {
    max-width: 142px;
    max-height: 54px;
  }
}

@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .cs-home-brands__viewport::before,
  .cs-home-brands__viewport::after {
    display: none;
  }

  .cs-home-brands__track {
    width: 100%;
    animation: none;
    justify-content: center;
  }

  .cs-home-brands__group[aria-hidden="true"] { display: none; }
  .cs-home-brands__group { flex-wrap: wrap; justify-content: center; }
}

/* Home confidence section: quiet editorial trust block, no decorative effects. */
.cs-home-confidence {
  padding: clamp(52px, 7vw, 96px) 0;
  background: #fff;
  overflow: hidden;
}

.cs-home-confidence__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(28px, 5vw, 76px);
  align-items: center;
}

.cs-home-confidence__intro {
  max-width: 590px;
  padding: 58px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #fff;
}

.cs-home-confidence__intro h2 {
  margin: 0;
  color: #171717;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: 0;
}

.cs-home-confidence__intro p {
  max-width: 540px;
  margin: 24px 0 0;
  color: rgba(0, 0, 0, 0.64);
  font-size: 18px;
  line-height: 1.45;
}

.cs-home-confidence__benefits {
  padding: 48px 54px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.045);
}

.cs-home-confidence__benefits ul {
  display: grid;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-home-confidence__benefit {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  min-width: 0;
}

.cs-home-confidence__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #cf8fd5;
}

.cs-home-confidence__icon svg {
  display: block;
  width: 25px;
  max-width: 70%;
  height: 25px;
  max-height: 70%;
}

.cs-home-confidence__benefit h3 {
  margin: 0;
  color: #282828;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.cs-home-confidence__benefit p {
  margin: 5px 0 0;
  color: rgba(0, 0, 0, 0.58);
  font-size: 16px;
  line-height: 1.35;
}

@media (min-width: 768px) and (max-width: 980px) {
  .cs-home-confidence__layout { gap: 24px; }
  .cs-home-confidence__intro,
  .cs-home-confidence__benefits { padding: 28px; }
  .cs-home-confidence__intro h2 { font-size: 40px; }
  .cs-home-confidence__intro p { font-size: 17px; }
  .cs-home-confidence__benefits ul { gap: 24px; }
  .cs-home-confidence__benefit {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 14px;
  }
  .cs-home-confidence__icon {
    width: 44px;
    height: 44px;
  }
}

@media (max-width: 767px) {
  .cs-home-confidence { padding: 42px 0 52px; }
  .cs-home-confidence__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
  .cs-home-confidence__intro,
  .cs-home-confidence__benefits {
    padding: 24px 18px;
    border-radius: 8px;
  }
  .cs-home-confidence__intro h2 {
    font-size: 32px;
  }
  .cs-home-confidence__intro p {
    margin-top: 16px;
    font-size: 15px;
  }
  .cs-home-confidence__benefits ul { gap: 22px; }
  .cs-home-confidence__benefit {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }
  .cs-home-confidence__icon {
    width: 42px;
    height: 42px;
  }
  .cs-home-confidence__icon svg {
    width: 22px;
    height: 22px;
  }
  .cs-home-confidence__benefit h3 { font-size: 18px; }
  .cs-home-confidence__benefit p {
    font-size: 14px;
    line-height: 1.4;
  }
}

/* Product carousel mobile peek */
@media (max-width: 767px) {
  .cs-home-products__viewport,
  .cs-home-trust__viewport,
  .cs-home-hair-types__viewport,
  .cs-home-professionals__viewport,
  .cs-home-kids-line__viewport {
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 2px;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    padding: 8px 2px 16px;
    scrollbar-width: none;
  }

  .cs-home-products__viewport::-webkit-scrollbar,
  .cs-home-trust__viewport::-webkit-scrollbar,
  .cs-home-hair-types__viewport::-webkit-scrollbar,
  .cs-home-professionals__viewport::-webkit-scrollbar,
  .cs-home-kids-line__viewport::-webkit-scrollbar {
    display: none;
  }

  .cs-home-products__grid ul.products.cs-home-products__track,
  .cs-home-trust__grid ul.products.cs-home-trust__track,
  .cs-home-hair-types__grid ul.products.cs-home-hair-types__track,
  .cs-home-professionals__grid ul.products.cs-home-professionals__track,
  .cs-home-kids-line__grid ul.products.cs-home-kids-line__track {
    display: flex;
    grid-template-columns: none;
    align-items: stretch;
    gap: 14px;
    margin: 0;
    padding: 0;
    transition: none;
    transform: none;
    will-change: auto;
  }

  .cs-home-products__grid ul.products.cs-home-products__track > li.product,
  .cs-home-trust__grid ul.products.cs-home-trust__track > li.product,
  .cs-home-hair-types__grid ul.products.cs-home-hair-types__track > li.product,
  .cs-home-professionals__grid ul.products.cs-home-professionals__track > li.product,
  .cs-home-kids-line__grid ul.products.cs-home-kids-line__track > li.product {
    flex: 0 0 clamp(260px, 20vw, 360px);
    max-width: clamp(260px, 20vw, 360px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

}

/* Mobile carousel controls: tactile feedback without changing layout or navigation. */
@media (max-width: 767px) {
  .cs-hero__arrow,
  .cs-home-products__nav,
  .cs-home-trust__arrow,
  .cs-home-trust__proof-arrow,
  .cs-home-hair-types__nav,
  .cs-home-professionals__nav,
  .cs-home-kids-line__nav {
    min-width: 44px;
    min-height: 44px;
    -webkit-tap-highlight-color: transparent;
    transition: transform 160ms ease, background-color 160ms ease, opacity 160ms ease;
  }

  .cs-hero__arrow:active:not(:disabled),
  .cs-home-products__nav:active:not(:disabled),
  .cs-home-trust__arrow:active:not(:disabled),
  .cs-home-trust__proof-arrow:active:not(:disabled),
  .cs-home-hair-types__nav:active:not(:disabled),
  .cs-home-professionals__nav:active:not(:disabled),
  .cs-home-kids-line__nav:active:not(:disabled) {
    background-color: rgba(120, 1, 126, .08);
    transform: scale(.96);
  }

  .cs-hero__arrow:focus-visible,
  .cs-home-products__nav:focus-visible,
  .cs-home-trust__arrow:focus-visible,
  .cs-home-trust__proof-arrow:focus-visible,
  .cs-home-hair-types__nav:focus-visible,
  .cs-home-professionals__nav:focus-visible,
  .cs-home-kids-line__nav:focus-visible {
    outline: 2px solid var(--cs-purple, #600165);
    outline-offset: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-hero__arrow,
  .cs-home-products__nav,
  .cs-home-trust__arrow,
  .cs-home-trust__proof-arrow,
  .cs-home-hair-types__nav,
  .cs-home-professionals__nav,
  .cs-home-kids-line__nav {
    transition: none;
  }
}

@media (max-width: 767px) {
  .cs-home-campaigns__main,
  .cs-home-campaigns__panel--feature-only .cs-home-campaigns__main {
    display: flex;
    grid-template-columns: none;
    align-items: stretch;
    gap: 14px;
    overflow-x: auto;
    overflow-y: visible;
    overscroll-behavior-x: contain;
    scroll-padding-left: 2px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 8px 2px 16px;
    scrollbar-width: none;
  }

  .cs-home-campaigns__main::-webkit-scrollbar {
    display: none;
  }

  .cs-home-campaigns__feature {
    flex: 0 0 clamp(260px, 20vw, 360px);
    width: clamp(260px, 20vw, 360px);
    min-width: clamp(260px, 20vw, 360px);
    max-width: clamp(260px, 20vw, 360px);
    height: auto;
    min-height: 0;
    align-self: stretch;
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .cs-home-campaigns__feature-media {
    flex: 0 0 210px;
    height: 210px;
    aspect-ratio: auto;
  }

  .cs-home-campaigns__feature-body {
    min-height: 0;
    padding: 14px;
  }

  .cs-home-campaigns__feature-label {
    min-height: 24px;
    margin-bottom: 10px;
    padding: 6px 10px;
    font-size: 10px;
  }

  .cs-home-campaigns__feature-title {
    min-height: 42px;
    max-height: 42px;
    font-size: 19px;
    line-height: 1.1;
  }

  .cs-home-campaigns__feature-description {
    min-height: 38px;
    max-height: 38px;
    margin-top: 8px;
    font-size: 12.5px;
    line-height: 1.5;
  }

  .cs-home-campaigns__feature-button {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }

  .cs-home-campaigns__products,
  .cs-home-campaigns__products-card,
  .cs-home-campaigns__products-viewport,
  .cs-home-campaigns__products-grid,
  .cs-home-campaigns__products-track {
    display: contents;
  }

  .cs-home-campaigns .cs-home-campaigns__products-grid ul.products.cs-home-campaigns__products-track > li.product {
    flex: 0 0 clamp(260px, 20vw, 360px);
    max-width: clamp(260px, 20vw, 360px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}

/* Mobile: aproxima os controlos dos carrosséis dos cards */
@media (max-width: 767px) {
  .cs-home-products__viewport,
  .cs-home-trust__viewport,
  .cs-home-hair-types__viewport,
  .cs-home-professionals__viewport,
  .cs-home-kids-line__viewport,
  .cs-home-campaigns__main {
    padding-bottom: 8px;
  }

  .cs-home-products__bottom,
  .cs-home-trust__bottom,
  .cs-home-professionals__bottom,
  .cs-home-kids-line__bottom,
  .cs-home-campaigns__controls {
    margin-top: 10px;
  }

  .cs-home-products .woocommerce ul.products li.product,
  .cs-home-trust .woocommerce ul.products li.product,
  .cs-home-hair-types .woocommerce ul.products li.product,
  .cs-home-professionals .woocommerce ul.products li.product,
  .cs-home-kids-line .woocommerce ul.products li.product,
  .cs-home-campaigns .woocommerce ul.products li.product {
    margin: 0 0 0.1em;
  }
}

/* Home newsletter: UI only until an approved subscription backend is configured. */
.cs-home-newsletter {
  padding: clamp(52px, 7vw, 96px) 0;
  background: #fff;
}

.cs-home-newsletter__surface {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: #fdf8fd;
}

.cs-home-newsletter__content {
  order: 1;
  min-width: 0;
  padding: clamp(28px, 6vw, 72px) clamp(20px, 5vw, 64px);
  background: #fdf8fd;
}

.cs-home-newsletter__content h2 {
  margin: 0;
  color: #171717;
  font-size: clamp(32px, 2vw, 54px);
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: 0;
}

.cs-home-newsletter__description,
.cs-home-newsletter__supporting {
  max-width: 54ch;
  margin: 0;
  color: rgba(0, 0, 0, 0.66);
  font-size: 16px;
  line-height: 1.5;
}

.cs-home-newsletter__description {
  margin-top: 22px;
  color: rgba(0, 0, 0, 0.78);
  font-size: 18px;
}

.cs-home-newsletter__supporting {
  margin-top: 10px;
}

.cs-home-newsletter__form {
  margin-top: 28px;
}

.cs-home-newsletter__form fieldset {
  min-inline-size: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.cs-home-newsletter__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.cs-home-newsletter__form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.cs-home-newsletter__field {
  min-width: 0;
}

.cs-home-newsletter__field label {
  display: block;
  margin-bottom: 8px;
  color: #262626;
  font-size: 14px;
  font-weight: 650;
}

.cs-home-newsletter__field input {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 0 15px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 6px;
  background: #fff;
  color: #171717;
  font: inherit;
}

.cs-home-newsletter__field input::placeholder {
  color: rgba(0, 0, 0, 0.46);
}

.cs-home-newsletter__field input:focus-visible,
.cs-home-newsletter__form button:focus-visible,
.cs-home-newsletter__consent input:focus-visible {
  outline: 3px solid rgba(207, 143, 213, 0.42);
  outline-offset: 2px;
}

.cs-home-newsletter__form button {
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid #9d4aa6;
  border-radius: 6px;
  background: #9d4aa6;
  color: #fff;
  font: inherit;
  font-weight: 700;
}

.cs-home-newsletter__form :disabled {
  cursor: not-allowed;
}

.cs-home-newsletter__field input:disabled {
  opacity: 1;
  background: rgba(255, 255, 255, 0.76);
  color: rgba(0, 0, 0, 0.54);
}

.cs-home-newsletter__form button:disabled {
  opacity: 0.68;
}

.cs-home-newsletter__consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.58);
  font-size: 13px;
  line-height: 1.42;
}

.cs-home-newsletter__consent input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #9d4aa6;
}

.cs-home-newsletter__consent a {
  color: #7c3583;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.cs-home-newsletter__status {
  max-width: 58ch;
  margin: 14px 0 0;
  color: rgba(0, 0, 0, 0.56);
  font-size: 13px;
  line-height: 1.42;
}

.cs-home-newsletter__media {
	display: block;
	order: 2;
	min-height: 0;
	margin: 0;
	background: transparent;
}

.cs-home-newsletter__image {
	display: block;
	width: 100%;
	height: auto;
	min-height: 0;
	border-radius: 6px;
	object-fit: contain;
  border-radius: 15px;
}

.cs-home-newsletter__image-placeholder {
	display: grid;
	place-items: center;
	box-sizing: border-box;
	width: 100%;
	min-height: 260px;
	padding: 24px;
  color: rgba(91, 41, 97, 0.62);
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-align: center;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.cs-home-newsletter__media {
		padding: 10px;
	}
}

@media (min-width: 768px) {
  .cs-home-newsletter__form-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }

  .cs-home-newsletter__form button {
    min-width: 112px;
  }

}

@media (min-width: 1024px) {
	.cs-home-newsletter__surface {
		grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
		gap: clamp(32px, 4vw, 64px);
		align-items: center;
		min-height: 0;
		padding: clamp(36px, 4vw, 60px);
  }

	.cs-home-newsletter__media {
		order: 1;
		width: 100%;
		max-width: 640px;
		height: auto;
		min-height: 0;
		justify-self: stretch;
		align-self: center;
		overflow: visible;
	}

	.cs-home-newsletter__image {
		min-height: 0;
	}

	.cs-home-newsletter__image-placeholder {
		min-height: clamp(320px, 28vw, 400px);
	}

  .cs-home-newsletter__content {
    display: flex;
    order: 2;
    flex-direction: column;
    justify-content: center;
    justify-self: start;
    align-self: center;
    width: min(100%, 540px);
    min-height: 0;
    padding: 0;
    background: transparent;
  }
}

@media (max-width: 374px) {
  .cs-home-newsletter__content {
    padding-inline: 18px;
  }

  .cs-home-newsletter__content h2 {
    font-size: 30px;
  }

  .cs-home-newsletter__description {
    font-size: 16px;
  }

  .cs-home-newsletter__consent {
    font-size: 12px;
  }
}

/* Home 1 product rails: preserve the existing card UI while adapting columns
   to the real width available in Destaques and Tipos de Cabelos only. */
@media (min-width: 1440px) {
  .cs-home-products__grid ul.products.cs-home-products__track > li.product,
  .cs-home-hair-types__grid ul.products.cs-home-hair-types__track > li.product {
    flex: 0 0 calc((100% - 72px) / 5);
    max-width: calc((100% - 72px) / 5);
  }
}

@media (min-width: 981px) and (max-width: 1199px) {
  .cs-home-products__grid ul.products.cs-home-products__track > li.product,
  .cs-home-hair-types__grid ul.products.cs-home-hair-types__track > li.product {
    flex: 0 0 calc((100% - 36px) / 3);
    max-width: calc((100% - 36px) / 3);
  }
}

@media (min-width: 800px) and (max-width: 980px) {
  .cs-home-products__grid ul.products.cs-home-products__track > li.product,
  .cs-home-hair-types__grid ul.products.cs-home-hair-types__track > li.product {
    flex: 0 0 calc((100% - 28px) / 3);
    max-width: calc((100% - 28px) / 3);
  }
}

/* Home Campaigns: the editorial feature occupies one real rail slot. The
   product track owns the remaining slots, so its item width always follows
   the visible composition instead of a separate fixed campaign width. */
@media (min-width: 981px) and (max-width: 1199px) {
  .cs-home-campaigns__panel:not(.cs-home-campaigns__panel--feature-only) .cs-home-campaigns__main {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .cs-home-campaigns__panel:not(.cs-home-campaigns__panel--feature-only) .cs-home-campaigns__products {
    grid-column: span 2;
  }

  .cs-home-campaigns .cs-home-campaigns__products-grid ul.products.cs-home-campaigns__products-track > li.product {
    flex: 0 0 calc((100% - 18px) / 2);
    max-width: calc((100% - 18px) / 2);
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .cs-home-campaigns__panel:not(.cs-home-campaigns__panel--feature-only) .cs-home-campaigns__main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .cs-home-campaigns__panel:not(.cs-home-campaigns__panel--feature-only) .cs-home-campaigns__products {
    grid-column: span 3;
  }

  .cs-home-campaigns .cs-home-campaigns__products-grid ul.products.cs-home-campaigns__products-track > li.product {
    flex: 0 0 calc((100% - 36px) / 3);
    max-width: calc((100% - 36px) / 3);
  }
}

@media (min-width: 1440px) {
  .cs-home-campaigns__panel:not(.cs-home-campaigns__panel--feature-only) .cs-home-campaigns__main {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
  }

  .cs-home-campaigns__panel:not(.cs-home-campaigns__panel--feature-only) .cs-home-campaigns__products {
    grid-column: span 4;
  }

  .cs-home-campaigns .cs-home-campaigns__products-grid ul.products.cs-home-campaigns__products-track > li.product {
    flex: 0 0 calc((100% - 54px) / 4);
    max-width: calc((100% - 54px) / 4);
  }
}

@media (max-width: 767px) {
  .cs-home-campaigns .cs-home-campaigns__products-grid ul.products.cs-home-campaigns__products-track > li.product {
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cs-home-campaigns__feature,
  .cs-home-campaigns__feature-media > .cs-home-campaigns__feature-image,
  .cs-home-campaigns__feature-media > .cs-campaign-picture,
  .cs-home-campaigns__feature-button {
    transition: none;
  }

  .cs-home-campaigns__feature-button:hover,
  .cs-home-campaigns__feature-button:focus-visible {
    transform: none;
  }
}
