@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.rck-hair-of-the-day {
  position: relative;
  width: 100vw;
}

.rck-hair-of-the-day__header {
  width: 100vw;
  height: 100%;
  padding-top: 45px;
  background-image: url("../../../assets/hotd/images/pattern-mobile.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__header {
    padding-top: 80px;
    background-image: url("../../../assets/hotd/images/pattern-desktop.jpg");
    background-position: top center;
  }
}

.rck-hair-of-the-day__header .text-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 150px;
  width: auto;
  max-width: 482px;
  height: 317px;
  background-image: url("../../../assets/hotd/svg/header-splash-mobile.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__header .text-wrapper {
    background-image: url("../../../assets/hotd/svg/header-splash-desktop.svg");
    background-size: contain;
    margin-bottom: 0;
    height: 439px;
    width: 100%;
    max-width: 1249px;
  }
}

.rck-hair-of-the-day__header .text-wrapper .header-top-svg.mobile {
  display: block;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 13px;
}

@media (min-width: 360px) {
  .rck-hair-of-the-day__header .text-wrapper .header-top-svg.mobile {
    padding-top: 70px;
  }
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__header .text-wrapper .header-top-svg.mobile {
    display: none;
  }
}

.rck-hair-of-the-day__header .text-wrapper .header-top-svg.mobile svg {
  width: calc(100vw - 26px);
  height: auto;
}

@media (min-width: 360px) {
  .rck-hair-of-the-day__header .text-wrapper .header-top-svg.mobile svg {
    width: 332px;
    height: 95px;
  }
}

.rck-hair-of-the-day__header .text-wrapper .header-top-svg.desktop {
  display: none;
  padding-top: 80px;
  width: min-content;
  margin-left: auto;
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__header .text-wrapper .header-top-svg.desktop {
    display: block;
  }
}

.rck-hair-of-the-day__header .text-wrapper .header-top-svg.desktop svg {
  width: 1182px;
  height: 168px;
}

.rck-hair-of-the-day__header .text-wrapper .header-text {
  align-self: center;
  width: 100%;
  max-width: 230px;
  color: #C290DA;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 16px;
  letter-spacing: -0.42px;
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__header .text-wrapper .header-text {
    max-width: 598px;
    margin-left: 70px;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.84px;
    text-align: left;
  }
}

.rck-hair-of-the-day__header .wave-top {
  width: 100vw;
  height: auto;
}

.rck-hair-of-the-day__header .wave-top.mobile {
  display: block;
}

@media (min-width: 768px) {
  .rck-hair-of-the-day__header .wave-top.mobile {
    display: none;
  }
}

.rck-hair-of-the-day__header .wave-top.desktop {
  display: none;
}

@media (min-width: 768px) {
  .rck-hair-of-the-day__header .wave-top.desktop {
    display: block;
  }
}

.rck-hair-of-the-day__header .wave-top svg {
  width: 100%;
  height: auto;
}

.rck-hair-of-the-day__content {
  background-color: #F5EFEA;
  margin-top: -16px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rck-hair-of-the-day__content .product-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__content .product-wrapper {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    column-gap: 60px;
  }
}

.rck-hair-of-the-day__content .product-image {
  position: relative;
}

.rck-hair-of-the-day__content .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
}

.rck-hair-of-the-day__content .product-image img.shampoo {
  max-width: 140px;
}

@media (min-width: 360px) {
  .rck-hair-of-the-day__content .product-image img.shampoo {
    max-width: 160px;
    max-height: 400px;
  }
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__content .product-image img.shampoo {
    width: 266px;
    height: 665px;
    max-width: unset;
    max-height: unset;
  }
}

.rck-hair-of-the-day__content .product-image img.conditioner {
  max-width: 140px;
}

@media (min-width: 360px) {
  .rck-hair-of-the-day__content .product-image img.conditioner {
    max-width: 162px;
    max-height: 400px;
  }
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__content .product-image img.conditioner {
    width: 270px;
    height: 665px;
    max-width: unset;
    max-height: unset;
  }
}

.rck-hair-of-the-day__content .product-image img.conditioner-bs {
  max-width: 105px;
}

@media (min-width: 360px) {
  .rck-hair-of-the-day__content .product-image img.conditioner-bs {
    max-width: 120px;
    max-height: 400px;
  }
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__content .product-image img.conditioner-bs {
    width: 200px;
    height: 665px;
    max-width: unset;
    max-height: unset;
  }
}

.rck-hair-of-the-day__content .product-image img.mask {
  width: 250px;
}

@media (min-width: 360px) {
  .rck-hair-of-the-day__content .product-image img.mask {
    max-width: 286px;
    height: 274px;
  }
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__content .product-image img.mask {
    width: 403px;
    height: 386px;
    max-width: unset;
    max-height: unset;
  }
}

.rck-hair-of-the-day__content .product-image .sticker-one {
  position: absolute;
  top: -10px;
  left: -80px;
}

.rck-hair-of-the-day__content .product-image .sticker-one svg {
  width: 100px;
  height: auto;
}

@media (min-width: 360px) {
  .rck-hair-of-the-day__content .product-image .sticker-one {
    top: -15px;
    left: -100px;
  }
  .rck-hair-of-the-day__content .product-image .sticker-one svg {
    width: 123px;
    height: 83px;
  }
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__content .product-image .sticker-one {
    top: 45px;
    left: -115px;
  }
}

.rck-hair-of-the-day__content .product-image .sticker-two {
  position: absolute;
  right: -75px;
}

.rck-hair-of-the-day__content .product-image .sticker-two svg {
  width: 60px;
  height: auto;
}

@media (min-width: 360px) {
  .rck-hair-of-the-day__content .product-image .sticker-two {
    top: 35px;
    right: -82px;
  }
  .rck-hair-of-the-day__content .product-image .sticker-two svg {
    width: 68px;
    height: 85px;
  }
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__content .product-image .sticker-two {
    top: 6px;
    right: -50px;
  }
}

.rck-hair-of-the-day__content .product-image .sticker-three {
  position: absolute;
  top: 50%;
  left: -85px;
}

.rck-hair-of-the-day__content .product-image .sticker-three svg {
  width: 55px;
  height: auto;
}

@media (min-width: 360px) {
  .rck-hair-of-the-day__content .product-image .sticker-three {
    left: -90px;
  }
  .rck-hair-of-the-day__content .product-image .sticker-three svg {
    width: 62px;
    height: 60px;
  }
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__content .product-image .sticker-three {
    display: none;
  }
}

.rck-hair-of-the-day__content .product-image .sticker-four {
  position: absolute;
  top: 55%;
  right: -85px;
  left: unset;
}

.rck-hair-of-the-day__content .product-image .sticker-four svg {
  width: 48px;
  height: auto;
}

@media (min-width: 360px) {
  .rck-hair-of-the-day__content .product-image .sticker-four {
    right: -90px;
  }
  .rck-hair-of-the-day__content .product-image .sticker-four svg {
    width: 53px;
    height: 90px;
  }
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__content .product-image .sticker-four {
    top: 183px;
    right: unset;
    left: -100px;
  }
}

.rck-hair-of-the-day__content .product-image.conditioner .sticker-one {
  display: none;
}

@media (min-width: 330px) {
  .rck-hair-of-the-day__content .product-image.conditioner .sticker-one {
    display: block;
    top: 60px;
    left: -99px;
  }
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__content .product-image.conditioner .sticker-one {
    left: -150px;
    top: 36px;
  }
}

.rck-hair-of-the-day__content .product-image.conditioner .sticker-one svg {
  width: 116px;
}

@media (min-width: 330px) {
  .rck-hair-of-the-day__content .product-image.conditioner .sticker-two {
    right: -70px;
  }
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__content .product-image.conditioner .sticker-two {
    left: -75px;
    top: 51%;
  }
}

@media (min-width: 330px) {
  .rck-hair-of-the-day__content .product-image.conditioner .sticker-three {
    left: -70px;
  }
}

@media (min-width: 360px) {
  .rck-hair-of-the-day__content .product-image.conditioner .sticker-four {
    right: -75px;
    left: unset;
  }
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__content .product-image.conditioner .sticker-four {
    right: unset;
    left: -115px;
  }
}

.rck-hair-of-the-day__content .product-content {
  padding: 0 16px 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__content .product-content {
    max-width: 520px;
  }
}

.rck-hair-of-the-day__content .product-content__wrapper {
  width: 100%;
  max-width: 358px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 64px;
}

@media (min-width: 992px) {
  .rck-hair-of-the-day__content .product-content__wrapper {
    max-width: 520px;
  }
}

.rck-hair-of-the-day__content .product-content .product-description {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.rck-hair-of-the-day__content .product-content .product-description .title {
  color: #ED7631;
  font-family: "Montserrat", sans-serif;
  font-size: 25px !important;
  line-height: normal !important;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 0 !important;
}

.rck-hair-of-the-day__content .product-content .product-description .description {
  color: #ED7631;
  font-family: "Inter", sans-serif;
  font-size: 14px !important;
  line-height: 19.6px !important;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.rck-hair-of-the-day__content .product-ingredients {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
}

.rck-hair-of-the-day__content .product-ingredients .ingredient {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.rck-hair-of-the-day__content .product-ingredients .ingredient .title {
  color: #ED7631;
  font-family: "Montserrat", sans-serif;
  font-size: 25px !important;
  line-height: normal !important;
  font-style: normal;
  font-weight: 800;
}

.rck-hair-of-the-day__content .product-ingredients .ingredient .description {
  color: #ED7631;
  font-family: "Inter", sans-serif;
  font-size: 14px !important;
  line-height: 19.6px !important;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0 !important;
}

.rck-hair-of-the-day__content .product-accordions {
  width: 100%;
}

.rck-hair-of-the-day__content .product-accordions #accordion {
  padding: 8px 24px;
  border-radius: 16px;
  border: 1px solid #ED7631;
}

.rck-hair-of-the-day__content .product-accordions #accordion .card {
  background-color: transparent;
  margin-bottom: 0;
}

.rck-hair-of-the-day__content .product-accordions #accordion .card:not(:last-of-type) {
  border-bottom: 1px solid #ED7631;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.rck-hair-of-the-day__content .product-accordions #accordion .card-header {
  padding: 0;
  background-color: transparent;
  border-bottom-width: 0px;
  position: relative;
}

.rck-hair-of-the-day__content .product-accordions #accordion .card-header .btn-header-link {
  width: 100%;
  text-align: left;
  color: #ED7631;
  font-family: "Inter", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  padding: 0;
}

.rck-hair-of-the-day__content .product-accordions #accordion .card-header .btn-header-link:after {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.2s ease;
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Cpath d='M26.7892 30.151L26.7892 13H23.2108L23.2108 30.151L15.5299 22.4701L13 25L25 37L37 25L34.4701 22.4701L26.7892 30.151Z' fill='%23ED7631'/%3E%3C/svg%3E");
}

.rck-hair-of-the-day__content .product-accordions #accordion .card-header .btn-header-link.collapsed:after {
  transform: translateY(-50%) rotate(0deg);
}

.rck-hair-of-the-day__content .product-accordions #accordion .card-body {
  margin-bottom: 12px;
}

.rck-hair-of-the-day__content .product-accordions #accordion .card-body p {
  color: #ED7631;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19.6px;
}

.rck-hair-of-the-day__content .wave-medium svg {
  width: 100vw;
  height: auto;
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day__content .wave-medium.mobile {
    display: none;
  }
}

@media (max-width: 1279px) {
  .rck-hair-of-the-day__content .wave-medium.desktop {
    display: none;
  }
}

.rck-hair-of-the-day__bottom .product-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F3D8DD;
  margin-top: -5px;
  padding: 19px 16px 152px;
  width: 100%;
  overflow: hidden;
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-text {
  width: auto;
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-text.mobile {
  display: block;
}

@media (min-width: 992px) {
  .rck-hair-of-the-day__bottom .product-bottom .bottom-text.mobile {
    display: none;
  }
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-text.mobile svg {
  width: 100%;
  max-width: 354px;
  height: auto;
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-text.desktop {
  display: none;
  padding-right: 500px;
}

@media (min-width: 992px) {
  .rck-hair-of-the-day__bottom .product-bottom .bottom-text.desktop {
    display: block;
  }
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-text.desktop svg {
  width: 100%;
  height: auto;
  max-width: 562px;
  max-height: 165px;
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-content {
  position: relative;
  padding-top: 70px;
}

@media (min-width: 992px) {
  .rck-hair-of-the-day__bottom .product-bottom .bottom-content {
    padding-top: 80px;
  }
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-content .orbit-mobile {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

@media (min-width: 992px) {
  .rck-hair-of-the-day__bottom .product-bottom .bottom-content .orbit-mobile {
    display: none;
  }
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-content .orbit-mobile svg {
  height: auto;
  max-height: 1238px;
  width: calc(100vw - 20px);
}

@media (min-width: 360px) {
  .rck-hair-of-the-day__bottom .product-bottom .bottom-content .orbit-mobile svg {
    width: calc(100vw - 32px);
  }
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-content .orbit-desktop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

@media (min-width: 992px) {
  .rck-hair-of-the-day__bottom .product-bottom .bottom-content .orbit-desktop {
    display: block;
  }
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-content .orbit-desktop svg {
  height: 587px;
  width: 908px;
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-other-products {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 28px;
  z-index: 0;
  position: relative;
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-other-products .title {
  width: 100%;
  max-width: 149px;
  color: #ED7631;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 16px !important;
  line-height: normal !important;
  margin-bottom: 0 !important;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .rck-hair-of-the-day__bottom .product-bottom .bottom-other-products .title {
    display: none;
  }
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-other-products .products-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  width: 130px;
}

@media (min-width: 370px) {
  .rck-hair-of-the-day__bottom .product-bottom .bottom-other-products .products-list {
    width: unset;
  }
}

@media (min-width: 992px) {
  .rck-hair-of-the-day__bottom .product-bottom .bottom-other-products .products-list {
    flex-direction: row;
    column-gap: 40px;
    align-items: flex-end;
  }
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-other-products .products-list .product {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 992px) {
  .rck-hair-of-the-day__bottom .product-bottom .bottom-other-products .products-list .product.order-1 {
    order: 1;
  }
  .rck-hair-of-the-day__bottom .product-bottom .bottom-other-products .products-list .product.order-2 {
    order: 2;
  }
  .rck-hair-of-the-day__bottom .product-bottom .bottom-other-products .products-list .product.order-3 {
    order: 3;
  }
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-other-products .products-list .product .shampoo {
  width: 100%;
  height: 100%;
  max-width: 120px;
  max-height: 300px;
  object-fit: contain;
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-other-products .products-list .product .conditioner-bs {
  width: 100%;
  height: 100%;
  max-width: 88px;
  max-height: 290px;
  object-fit: contain;
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-other-products .products-list .product .conditioner {
  width: 100%;
  height: 100%;
  max-width: 145px;
  max-height: 358px;
  object-fit: contain;
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-other-products .products-list .product .mask {
  width: 100%;
  height: 100%;
  max-width: 184px;
  max-height: 176px;
  object-fit: contain;
}

.rck-hair-of-the-day__bottom .product-bottom .bottom-other-products .products-list .product .name {
  width: 100%;
  max-width: 134px;
  color: #ED7631;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.rck-hair-of-the-day__bottom .product-bottom .milk-left {
  position: absolute;
  bottom: -3px;
  left: 0;
}

@media (max-width: 991px) {
  .rck-hair-of-the-day__bottom .product-bottom .milk-left {
    display: none;
  }
}

.rck-hair-of-the-day__bottom .product-bottom .milk-right {
  position: absolute;
  bottom: -3px;
  right: 0;
}

@media (max-width: 991px) {
  .rck-hair-of-the-day__bottom .product-bottom .milk-right {
    display: none;
  }
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day.conditioner .bottom-other-products, .rck-hair-of-the-day.mask .bottom-other-products {
    margin-top: 15px;
    margin-left: -70px;
  }
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day.conditioner-bs .bottom-other-products {
    margin-left: -70px;
  }
}

@media (max-width: 1279px) {
  .rck-hair-of-the-day.mask .product-wrapper {
    padding-top: 70px;
  }
}

.rck-hair-of-the-day.mask .product-wrapper {
  width: 100%;
}

.rck-hair-of-the-day.mask .sticker-one {
  top: -96px;
  left: -10px;
}

.rck-hair-of-the-day.mask .sticker-two {
  top: -100px;
  right: -30px;
}

@media (min-width: 1280px) {
  .rck-hair-of-the-day.mask .sticker-two {
    top: -115px;
  }
}

.rck-hair-of-the-day.mask .sticker-three {
  top: -53px;
  left: 155px;
}

.rck-hair-of-the-day.mask .sticker-four {
  display: none;
}

@media (max-width: 991px) {
  .rck-hair-of-the-day.mask .bottom-other-products .products-list {
    width: 120px;
  }
}

@media (max-width: 389px) {
  .rck-hair-of-the-day.mask .bottom-other-products .products-list {
    width: 110px;
  }
}

@media (max-width: 360px) {
  .rck-hair-of-the-day.mask .bottom-other-products .products-list {
    width: 100px;
  }
}
