a {
  transition: color 0.3s;
}

/* ::-webkit-scrollbar {
  width: 8px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #bdbdbd;
}

::-webkit-scrollbar-thumb {
  background: #F0368E;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #F0368E;
} */

#wrapper {
  padding-top: 0;
}

.yellow-wheel {
  width: 20px;
  height: 20px;
  background-color: #FFAD00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(calc(-50% - 3px));
  font-size: .9375rem;
  line-height: .9375rem;
}

.rox-cart {
  position: relative;
}

body {
  height: auto;
}

@media (max-width: 1299px) {
  body {
    padding-bottom: 70px;
  }
}

#header {
  background: none;
}

#header .rox-mobile-banner-and-navigation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#header .rox-mobile-banner {
  padding: 14px 0;
  background: #FF3997;
  display: none;
}

#header .rox-mobile-banner .button {
  padding: 4px 23px;
  border-radius: 50px;
  font-size: .875rem;
  line-height: 1.25rem;
  color: #fff;
}

#header .rox-mobile-banner p {
  color: #fff;
}

#header .rox-mobile-banner__content {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

#header .rox-mobile-banner__column {
  margin: auto 0;
}

#header .rox-mobile-banner__bold {
  font-size: .875rem;
  line-height: 1.0625rem;
  font-weight: 700;
  margin-bottom: 6px;
}

#header .rox-mobile-banner__text {
  font-size: .625rem;
  line-height: .75rem;
}

#header .rox-mobile-banner__close-mobile-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  #header .rox-mobile-banner.visible {
    display: block;
  }
}

.rox-sticky-header {
  z-index: 999;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  transition: transform 0.3s;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04), 0px 7px 7px 0px rgba(0, 0, 0, 0.04), 0px 16px 10px 0px rgba(0, 0, 0, 0.02), 0px 29px 12px 0px rgba(0, 0, 0, 0.01), 0px 46px 13px 0px transparent;
}

.rox-sticky-header.fixed {
  position: fixed;
}

.ui-autocomplete.ui-front {
  z-index: 1000;
}

#header .rox-banner {
  overflow: hidden;
  background-color: #FF3997;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

#header .rox-banner .rox-banner-swiper {
  max-height: 46px;
  height: 46px;
}

#header .rox-banner .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .rox-banner__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: 24px;
}

#header .rox-banner a {
  color: #fff;
}

#header .rox-nav {
  padding: 37px 0 0;
}

#header .rox-nav .caption {
  display: none;
}

#header .rox-nav__top {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 13px;
}

#header .rox-nav__column--1, #header .rox-nav__column--3 {
  width: 300px;
  max-width: 100%;
}

#header .rox-nav__column--2 {
  width: 320px;
  max-width: 100%;
}

#header .rox-nav__column--3 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}

#header .rox-nav__bottom-menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}

#header .rox-nav__bottom-menu li {
  width: auto;
}

#header .rox-nav__bottom-menu li:hover .rox-megamenu {
  opacity: 1;
  visibility: visible;
  transform: none;
}

#header .rox-nav__bottom-menu li.highlighted a {
  color: #FF3997;
}

#header .rox-nav__bottom-menu a.hover-me {
  position: relative;
  padding: 19px 20px 16px 20px;
  display: inline-block;
  white-space: nowrap;
  font-size: 1.1875rem;
  line-height: 1.4375rem;
  font-weight: 700;
  color: #5C5C5B;
}

#header .rox-nav__bottom-menu a.hover-me::after {
  content: '';
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #FFAD00;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

#header .rox-nav__bottom-menu a.hover-me:hover::after {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

@media (max-width: 1399px) {
  #header .rox-nav__bottom-menu a.hover-me {
    font-size: 1.0625rem;
    line-height: 1.25rem;
  }
}

@media (max-width: 1299px) {
  #header .rox-nav__bottom {
    display: none;
  }
  #header .rox-nav__top {
    justify-content: center;
  }
  #header .rox-nav__column--1, #header .rox-nav__column--3 {
    display: none;
  }
}

@media (max-width: 575px) {
  #header .rox-nav {
    padding-top: 22px;
  }
  #header .rox-nav__top {
    padding-bottom: 17px;
  }
  #header .rox-nav__column--2 {
    width: 150px;
  }
}

#header .rox-megamenu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  border-top: 1px solid rgba(92, 92, 91, 0.4);
}

#header .rox-megamenu .button {
  padding: 8px 34px;
  color: #fff;
  font-size: .875rem;
  line-height: 1.0625rem;
}

#header .rox-megamenu__content {
  display: flex;
}

#header .rox-megamenu__left {
  width: 21%;
  padding: 17px 0 17px;
  border-right: 1px solid rgba(92, 92, 91, 0.4);
}

#header .rox-megamenu__left a.hover-me {
  padding: 8px 20px;
  white-space: normal;
  font-size: 1rem;
  line-height: 1.1875rem;
  font-weight: 600;
}

#header .rox-megamenu__left a.hover-me::after {
  height: 2px;
}

#header .rox-megamenu__right {
  padding: 24px 0 24px 24px;
  width: 79%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .rox-megamenu__right-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

#header .rox-megamenu__products {
  max-width: 70%;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}

#header .rox-megamenu__button {
  margin-top: auto;
}

@media (max-width: 1399px) {
  #header .rox-megamenu__products {
    grid-template-columns: repeat(3, 1fr);
  }
  #header .rox-megamenu__products .rox-megamenu-product:nth-child(4) {
    display: none;
  }
}

#header .rox-megamenu-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}

#header .rox-megamenu-product__image-wrapper {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 12px;
  overflow: hidden;
}

#header .rox-megamenu-product__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}

#header .rox-megamenu-product__image-wrapper::before {
  content: '';
  display: block;
  padding-bottom: 108%;
}

#header .rox-megamenu-product__cosmetic-line {
  font-size: 10px;
  line-height: 12px;
  color: #5C5C5B;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#header .rox-megamenu-product__title {
  font-size: 12px;
  line-height: 15px;
  color: #000;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 30px;
}

#header .rox-megamenu-product__under-title {
  font-size: 10px;
  line-height: 12px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 24px;
}

#header .rox-megamenu-product:hover img {
  transform: scale(1.1) rotate(2deg);
}

@keyframes navItemsAnimation {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes navItemsAnimation2 {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

#header .rox-nav-items-animation {
  animation: navItemsAnimation 1s both;
}

#header .rox-nav-items-animation-2 {
  animation: navItemsAnimation2 0.5s both;
  transform-origin: 0 0;
}

#header .rox-mobile-nav-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  background-color: rgba(0, 0, 0, 0.8);
}

#header .rox-mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

#header .rox-mobile-nav {
  padding-bottom: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 38px;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  transform: translateX(-100%);
  transition: 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

#header .rox-mobile-nav .close-nav-button {
  cursor: pointer;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  padding: 10px;
}

#header .rox-mobile-nav .close-nav-button:focus {
  border: 1px solid #FF399780;
  border-radius: 8px;
}

#header .rox-mobile-nav__yellow-line {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  height: 2px;
  background-color: #FFAD00;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transform: translateY(-10px);
}

#header .rox-mobile-nav__yellow-line.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#header .rox-mobile-nav__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFD1E4;
  color: #FF3997;
  padding: 9px 14px 9px 24px;
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 700;
}

#header .rox-mobile-nav__bottom {
  overflow-y: auto;
  height: calc(var(--height) - 64px);
}

#header .rox-mobile-nav__bottom a {
  font-size: 1.1875rem;
  line-height: 1.4375rem;
  color: #5C5C5B;
  padding: 16px 24px;
  font-weight: 700;
  width: 100%;
  display: block;
}

#header .rox-mobile-nav__bottom a:hover {
  color: #FF3997;
}

#header .rox-mobile-nav__bottom li {
  margin-bottom: 5px;
}

#header .rox-mobile-nav__submenu {
  display: none;
  padding-left: 24px;
}

#header .rox-mobile-nav__submenu a {
  padding: 12px 24px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}

#header .rox-mobile-nav__submenu li {
  margin-bottom: 0;
}

#header .rox-mobile-nav__item-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

#header .rox-mobile-nav__arrow-wrapper {
  padding: 10px 24px 10px 15px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header .rox-mobile-nav__arrow-wrapper path {
  transition: stroke 0.3s;
}

#header .rox-mobile-nav__arrow-wrapper:hover path {
  stroke: #FF3997;
}

#header .rox-mobile-nav svg {
  transition: transform 0.3s;
}

#header .rox-mobile-nav svg.rotated {
  transform: rotate(-90deg);
}

#header .rox-mobile-nav.active {
  transform: none;
}

.rox-search-widget {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 732px;
  z-index: 1000;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

@media (max-width: 1299px) {
  .rox-search-widget {
    width: 100%;
    background-color: #FFFFFF99;
    transform: translateY(-100%);
  }
}

.rox-search-widget.active {
  transform: none;
}

#search_widget {
  width: 100%;
  border-bottom: 1px solid rgba(92, 92, 91, 0.4);
}

#search_widget form {
  z-index: 1001;
  background-color: #fff;
}

#search_widget form input {
  padding: 30px 90px;
  border-radius: none;
  background: none;
  color: #000;
  font-size: 1.5rem;
  line-height: 2.25rem;
}

#search_widget .search-icon, #search_widget .clear-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#search_widget .search-icon {
  left: 30px;
}

#search_widget .clear-icon {
  right: 30px;
  cursor: pointer;
}

#search_widget .rox-spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  color: black;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
}

#search_widget .rox-spinner div {
  transform-origin: 20px 20px;
  animation: rox-spinner 1.2s linear infinite;
}

#search_widget .rox-spinner div::after {
  content: " ";
  display: block;
  position: absolute;
  top: 6px;
  left: 18px;
  width: 3px;
  height: 7px;
  border-radius: 20%;
  background: black;
}

#search_widget .rox-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

#search_widget .rox-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

#search_widget .rox-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

#search_widget .rox-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

#search_widget .rox-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

#search_widget .rox-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

#search_widget .rox-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

#search_widget .rox-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

#search_widget .rox-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

#search_widget .rox-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

#search_widget .rox-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

#search_widget .rox-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

#search_widget .ui-autocomplete-input.ui-autocomplete-loading + .rox-spinner {
  opacity: 1;
  visibility: visible;
}

@keyframes rox-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  #search_widget form input {
    padding: 27px 70px;
  }
  #search_widget .search-icon, #search_widget .clear-icon {
    width: 24px;
    height: 24px;
  }
}

.rox-search-icon {
  display: flex;
  cursor: pointer;
}

.rox-custom-featured-products {
  padding: 24px 0;
}

.rox-custom-featured-products li a:not(.rox-custom-featured-products-item-link), .rox-custom-featured-products li a.ui-state-focus, .rox-custom-featured-products li .rox-custom-featured-products-item-wrapper {
  display: flex;
  padding: 15px 24px;
}

.rox-custom-featured-products-wrapper {
  overflow: auto;
  width: 100%;
  height: calc(100vh - 96px);
  padding-top: 30px;
}

.rox-custom-featured-products-wrapper .rox-custom-featured-products-heading {
  font-size: 14px;
  line-height: 17px;
  color: #000;
  padding-left: 24px;
}

.rox-custom-featured-products-wrapper .button {
  margin-left: auto;
  margin-top: 6px;
  padding: 6px 21px;
  font-size: .875rem;
  line-height: 1.0625rem;
}

.rox-custom-featured-products-wrapper a {
  color: #000;
}

.rox-custom-featured-products-wrapper a:hover {
  color: #FFAD00;
}

@media (max-width: 1299px) {
  .rox-custom-featured-products-wrapper {
    display: none;
  }
}

.rox-custom-featured-products-opinions {
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.rox-custom-featured-products-opinions__stars {
  display: flex;
  gap: 3px;
}

.rox-custom-featured-products-opinions__number, .rox-custom-featured-products-opinions__rate {
  font-size: 11px;
  line-height: 14px;
  color: #5C5C5B;
}

.rox-custom-featured-products-opinions .star-on path {
  fill: #FF3997;
}

.ui-autocomplete.searchbar-autocomplete {
  padding: 24px 0;
  overflow: auto;
  height: calc(100% - 96px);
}

.ui-autocomplete.searchbar-autocomplete li a:not(.rox-custom-featured-products-item-link), .ui-autocomplete.searchbar-autocomplete li a.ui-state-focus, .ui-autocomplete.searchbar-autocomplete li .rox-custom-featured-products-item-wrapper {
  display: flex;
  padding: 15px 24px;
}

.ui-menu .ui-menu-item .left img, .rox-search-widget .left img, .ui-menu-item .left img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.ui-menu .ui-menu-item .center, .rox-search-widget .center, .ui-menu-item .center {
  width: calc(100% - 210px - 140px);
  padding: 6px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ui-menu .ui-menu-item .right, .rox-search-widget .right, .ui-menu-item .right {
  width: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ui-menu .ui-menu-item .prices, .rox-search-widget .prices, .ui-menu-item .prices {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}

.ui-menu .ui-menu-item .price, .rox-search-widget .price, .ui-menu-item .price {
  font-size: 22px;
  line-height: 26px;
  color: #FF3997;
  font-weight: 700;
}

.ui-menu .ui-menu-item .regular-price, .rox-search-widget .regular-price, .ui-menu-item .regular-price {
  font-size: 14px;
  line-height: 17px;
  color: #5C5C5B;
  text-decoration: line-through;
}

.ui-menu .ui-menu-item .manufacturer-name, .rox-search-widget .manufacturer-name, .ui-menu-item .manufacturer-name {
  display: block;
  font-size: 10px;
  line-height: 12px;
  color: #5C5C5B;
}

.ui-menu .ui-menu-item .product-subtitle, .rox-search-widget .product-subtitle, .ui-menu-item .product-subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ui-menu .ui-menu-item .product-name, .rox-search-widget .product-name, .ui-menu-item .product-name {
  display: block;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 3px;
  font-weight: 700;
  color: #000;
}

.ui-menu .ui-menu-item .rox-omnibus, .rox-search-widget .rox-omnibus, .ui-menu-item .rox-omnibus {
  font-size: 9px;
  line-height: 11px;
  color: #000;
  text-align: right;
}

.ui-menu .ui-menu-item .rox-custom-featured-products-item-short-description, .rox-search-widget .rox-custom-featured-products-item-short-description, .ui-menu-item .rox-custom-featured-products-item-short-description {
  font-size: 10px;
  line-height: 12px;
  color: #000;
  margin-bottom: 6px;
}

.burger-button, .mobile-search-button {
  background: none;
  border: none;
  cursor: pointer;
}

.fixed-bottom {
  background-color: #FF3997;
  padding: 9px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

.fixed-bottom__content {
  display: flex;
  justify-content: space-between;
}

.fixed-bottom__flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
}

.fixed-bottom .caption {
  color: #fff;
  font-size: .6875rem;
  line-height: .8125rem;
}

.fixed-bottom svg path {
  stroke: #fff;
}

.fixed-bottom .rox-cart, .fixed-bottom .rox-cart a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 3px;
}

.fixed-bottom a:hover span {
  color: #fff !important;
}

@media (max-width: 1299px) {
  .fixed-bottom {
    display: block;
  }
}

.advice-from-an-expert {
  padding-bottom: 100px;
}

.advice-from-an-expert__heading {
  overflow: hidden;
  margin-bottom: 80px;
}

.advice-from-an-expert__heading::before {
  content: attr(data-text);
  z-index: -1;
  position: absolute;
  transform: translate(20px, 20px);
  color: #FFAD00;
  text-shadow: -1px -1px 0 #FF3997, 0 -1px 0 #FF3997, 1px -1px 0 #FF3997, 1px 0 0 #FF3997, 1px 1px 0 #FF3997, 0 1px 0 #FF3997, -1px 1px 0 #FF3997, -1px 0 0 #FF3997;
}

.advice-from-an-expert__heading--mobile {
  display: none;
}

.advice-from-an-expert__heading-wrapper {
  overflow: hidden;
}

.advice-from-an-expert__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 45px 142px;
}

.advice-from-an-expert__left {
  padding-left: calc((100% - 1740px) / 2);
  position: relative;
  z-index: 1;
  width: calc(43% - 71px);
  transform: translateY(10%);
}

.advice-from-an-expert__left img, .advice-from-an-expert__left video {
  z-index: 1;
  position: relative;
  width: 100%;
  height: auto;
}

.advice-from-an-expert__left .orange-background {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #FFAD00;
}

.advice-from-an-expert__left .background {
  position: absolute;
  background-color: #FF3997;
  height: calc(100% + 48px);
  width: calc(100% - 100px);
  top: -24px;
  right: -24px;
}

.advice-from-an-expert__right {
  width: calc(57% - 71px);
  padding: 135px 90px 135px 0;
  position: relative;
}

.advice-from-an-expert__right .orange-background {
  position: absolute;
  left: -411px;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #FFAD00;
}

.advice-from-an-expert__right *:not(.orange-background) {
  position: relative;
  z-index: 1;
}

.advice-from-an-expert__signature-wrapper {
  margin-top: 60px;
}

.advice-from-an-expert__left-wrapper {
  position: relative;
}

.advice-from-an-expert__text-field {
  margin-bottom: 60px;
}

.advice-from-an-expert__signature {
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.advice-from-an-expert__see-more-button {
  display: none;
  gap: 12px;
  align-items: center;
  background: none;
  border: none;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 700;
  padding: 20px 0;
  cursor: pointer;
}

.advice-from-an-expert__see-more-button .button-text {
  display: none;
}

.advice-from-an-expert__see-more-button .active {
  display: inline;
}

@media (max-width: 1399px) {
  .advice-from-an-expert__content {
    gap: 80px;
  }
  .advice-from-an-expert__left {
    width: calc(43% - 40px);
  }
  .advice-from-an-expert__right {
    padding: 80px 40px 80px 0;
    width: calc(57% - 40px);
  }
  .advice-from-an-expert__heading {
    margin-bottom: 40px;
    overflow: hidden;
  }
  .advice-from-an-expert__heading::before {
    content: attr(data-text);
    z-index: -1;
    position: absolute;
    transform: translate(9px, 9px);
    color: #FFAD00;
    text-shadow: -1px -1px 0 #FF3997, 0 -1px 0 #FF3997, 1px -1px 0 #FF3997, 1px 0 0 #FF3997, 1px 1px 0 #FF3997, 0 1px 0 #FF3997, -1px 1px 0 #FF3997, -1px 0 0 #FF3997;
  }
  .advice-from-an-expert__text-field {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .advice-from-an-expert__content {
    gap: 0;
  }
  .advice-from-an-expert__left, .advice-from-an-expert__right {
    width: 100%;
  }
  .advice-from-an-expert__left {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 40px;
    transform: none;
  }
  .advice-from-an-expert__left .background {
    top: -9px;
    right: -9px;
    width: calc(100% - 30px);
    height: calc(100% + 18px);
  }
  .advice-from-an-expert__left .orange-background {
    display: block;
  }
  .advice-from-an-expert__left-wrapper {
    top: -35px;
  }
  .advice-from-an-expert__right {
    overflow: hidden;
    padding: 0 24px 50px;
    background-color: #FFAD00;
  }
  .advice-from-an-expert__right .orange-background {
    top: -9px;
    right: -9px;
  }
  .advice-from-an-expert__left-wrapper {
    width: calc(40% - 10px);
  }
  .advice-from-an-expert__heading-wrapper {
    width: calc(60% - 10px);
    padding-right: 24px;
  }
  .advice-from-an-expert__heading--desktop {
    display: none;
  }
  .advice-from-an-expert__heading--mobile {
    display: block;
  }
}

@media (max-width: 575px) {
  .advice-from-an-expert__see-more-button {
    display: flex;
  }
  .advice-from-an-expert__signature, .advice-from-an-expert__signature-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .advice-from-an-expert__text-field {
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
  }
}

#pagenotfound {
  color: #fff;
}

#pagenotfound #main .page-content {
  margin-bottom: 0;
  max-width: 100%;
}

#pagenotfound #main .page-footer {
  margin-bottom: 0;
}

#pagenotfound .page-not-found {
  padding: 0;
  background: none;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.375rem;
}

#pagenotfound .card-block {
  margin: 0;
  padding: 0;
}

.rox-404 {
  background-image: url("../images/404/404.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 33% 0 0;
  position: relative;
}

.rox-404 a:not(.button) {
  color: #fff;
  text-decoration: underline;
}

.rox-404 a:not(.button):hover {
  color: #FFAD00;
}

.rox-404 p {
  color: #fff;
}

.rox-404__content {
  position: relative;
  padding: 118px 0 180px;
}

.rox-404__content::after {
  content: '';
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: linear-gradient(0deg, #FF3997 29.61%, rgba(255, 57, 151, 0.52) 78.89%, rgba(255, 57, 151, 0) 100%);
}

.rox-404__content-content {
  position: relative;
  z-index: 1;
}

.rox-404__heading {
  text-transform: none;
  margin-bottom: 12px;
}

.rox-404__under-heading {
  margin-bottom: 32px;
}

.rox-404__uppercase {
  text-transform: uppercase;
  margin-bottom: 12px;
}

.rox-404__buttons {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 30px;
}

@media (max-width: 991px) {
  .rox-404__content {
    padding: 103px 0 62px;
  }
  .rox-404__buttons {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .rox-404 {
    background-size: contain;
    background-position: top;
    background-image: linear-gradient(0deg, #FF3997 62.96%, rgba(255, 57, 151, 0) 100%), url("../images/404/404.png");
  }
  .rox-404__content::after {
    display: none;
  }
}

@media (max-width: 575px) {
  .rox-404 {
    background-image: linear-gradient(0deg, #FF3997 77.96%, rgba(255, 57, 151, 0) 100%), url("../images/404/404.png");
  }
  .rox-404 .heading-44 {
    font-size: 2rem;
    line-height: 2.4375rem;
  }
  .rox-404__under-heading {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
  .rox-404__uppercase {
    font-size: 1rem;
    line-height: 1.1875rem;
  }
}

.rox-cart-bestsellers {
  padding: 24px 26px;
  background-color: #FF399714;
}

.rox-cart-bestsellers .star-on path {
  fill: #FF3997;
}

.rox-cart-bestsellers a {
  color: #000;
}

.rox-cart-bestsellers a:hover {
  color: #FFAD00;
}

.rox-cart-bestsellers #roxomnibus {
  font-size: 10px;
  line-height: 13px;
  color: #5C5C5B;
  text-align: left;
  margin: 0;
}

.rox-cart-bestsellers__heading {
  color: #FF3997;
  font-size: 1.375rem;
  line-height: 1.6875rem;
  margin-bottom: 20px;
}

.rox-cart-bestsellers__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.rox-cart-bestsellers__item {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rox-cart-bestsellers__left {
  width: 100px;
}

.rox-cart-bestsellers__right {
  width: calc(100% - 100px - 12px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rox-cart-bestsellers__manufacturer {
  font-size: 14px;
  line-height: 17px;
  color: #5C5C5B;
}

.rox-cart-bestsellers__manufacturer a {
  color: #5C5C5B;
}

.rox-cart-bestsellers__name {
  font-size: 16px;
  line-height: 19px;
  color: #000;
  margin-bottom: 3px;
}

.rox-cart-bestsellers__description {
  font-size: 12px;
  line-height: 15px;
  color: #000;
  margin-bottom: 12px;
}

.rox-cart-bestsellers__description p {
  font-size: 12px;
  line-height: 15px;
  color: #000;
}

.rox-cart-bestsellers__opinions {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 30px;
}

.rox-cart-bestsellers__rate, .rox-cart-bestsellers__number {
  font-size: 12px;
  line-height: 15px;
}

.rox-cart-bestsellers__stars {
  display: flex;
  gap: 3px;
}

.rox-cart-bestsellers__prices {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 7px 14px;
}

.rox-cart-bestsellers__price {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #FF3997;
}

.rox-cart-bestsellers__regular-price {
  font-size: 14px;
  line-height: 17px;
  color: #5C5C5B;
  text-decoration: line-through;
}

.rox-cart-bestsellers__omnibus {
  font-size: 10px;
  line-height: 13px;
  color: #5C5C5B;
}

.rox-cart-bestsellers__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.rox-cart-bestsellers__bottom .button {
  padding: 7px 18px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.rox-cart-bestsellers__bottom-left {
  width: calc(100% - 125px - 15px);
}

.rox-cart-bestsellers__bottom-right {
  width: 125px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

@media (max-width: 1399px) {
  .rox-cart-bestsellers__content {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .rox-cart-bestsellers {
    padding: 24px;
  }
  .rox-cart-bestsellers__bottom-left, .rox-cart-bestsellers__bottom-right, .rox-cart-bestsellers__left, .rox-cart-bestsellers__right, .rox-cart-bestsellers__regular-price, .rox-cart-bestsellers__price {
    width: 100%;
  }
}

.rox-free-delivery {
  margin-top: 40px;
}

.rox-free-delivery__items {
  display: flex;
  flex-direction: column;
}

.rox-free-delivery__item {
  display: flex;
  align-items: center;
  gap: 12px 24px;
  padding: 12px 0;
  border-bottom: #EAEEF2;
}

.rox-free-delivery__item:last-child {
  border-bottom: none;
}

.rox-free-delivery__left {
  width: 52px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.rox-free-delivery p {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 500;
}

.rox-free-delivery strong {
  color: #FF3997;
}

#cart #footer, #checkout #footer, #order-confirmation #footer {
  padding-top: 0;
}

#cart #footer a:hover, #checkout #footer a:hover, #order-confirmation #footer a:hover {
  color: #FFAD00;
}

#cart #header, #checkout #header, #order-confirmation #header {
  background-color: #fff;
  box-shadow: none;
}

#cart #header .header__checkout-cs a path, #cart #header .header__checkout-siu a path, #checkout #header .header__checkout-cs a path, #checkout #header .header__checkout-siu a path, #order-confirmation #header .header__checkout-cs a path, #order-confirmation #header .header__checkout-siu a path {
  transition: stroke 0.3s;
}

#cart #header .header__checkout-cs a:hover, #cart #header .header__checkout-siu a:hover, #checkout #header .header__checkout-cs a:hover, #checkout #header .header__checkout-siu a:hover, #order-confirmation #header .header__checkout-cs a:hover, #order-confirmation #header .header__checkout-siu a:hover {
  color: #FFAD00;
}

#cart #header .header__checkout-cs a:hover path, #cart #header .header__checkout-siu a:hover path, #checkout #header .header__checkout-cs a:hover path, #checkout #header .header__checkout-siu a:hover path, #order-confirmation #header .header__checkout-cs a:hover path, #order-confirmation #header .header__checkout-siu a:hover path {
  stroke: #FFAD00;
}

#order-confirmation .rox-table-item__name--custom {
  text-align: left;
}

.cs_form_trigger {
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color 0.3s;
}

.cs_form_trigger:hover {
  background-color: #F0A300;
}

#order-confirmation .rox-checkout-new-account .form-footer .btn-primary {
  transition: background-color 0.3s;
}

#order-confirmation .rox-checkout-new-account .form-footer .btn-primary:hover {
  background-color: #F0A300;
}

.rox-address-buttons {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px 24px;
}

.rox-address-buttons .rox-cancel-button:hover {
  color: #000 !important;
}

body#checkout, body#cart, body#order-confirmation {
  padding-bottom: 0;
}

body#checkout .footer-cs-wrappper, body#cart .footer-cs-wrappper, body#order-confirmation .footer-cs-wrappper {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  #order-confirmation .rox-checkout {
    margin-top: 60px !important;
  }
  #order-confirmation .rox-checkout-new-account {
    margin-bottom: 180px !important;
  }
}

.form-control {
  background-color: #F9FBFC;
  border: 1px solid #EAEEF2;
  padding: .9375rem 1.875rem;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

.form-control:focus {
  color: #000;
  border-color: #FF3997;
}

select.form-control:not([size]):not([multiple]) {
  height: unset;
}

.rox-qty {
  display: flex;
  width: 112px;
  color: #FFAD00;
  border-left: 1px solid #FFAD00;
}

.rox-qty .input-group {
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
  border: none;
  color: #FFAD00;
}

.rox-qty .quantity {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 20px;
  padding: 9px 14px;
  cursor: pointer;
}

@media (max-width: 575px) {
  .rox-qty {
    display: none;
  }
}

.product-information .rox-qty {
  width: 191px;
  border: 1px solid #FFAD00;
}

.product-information .rox-qty .quantity {
  padding: 15px 32px;
}

.product-information .product-add-to-cart {
  border-left: none;
}

.product_cs_wrapper__top {
  flex-wrap: wrap;
  gap: 12px 24px;
}

a.cs-product-line:hover {
  color: #FFAD00;
}

body#checkout .rox-login-grid__register-button {
  display: none;
}

.rox-login-grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  height: 100vh;
}

.rox-login-grid label {
  font-size: .625rem;
  line-height: 1rem;
}

.rox-login-grid .button {
  width: 100%;
  margin-bottom: 40px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.rox-login-grid .rox-forgotten-password .button {
  margin-top: 16px;
}

.rox-login-grid a:not(.button) {
  color: #000;
  text-decoration: underline;
}

.rox-login-grid a:not(.button):hover {
  color: #FFAD00;
}

.rox-login-grid__logo {
  margin-bottom: 60px;
}

.rox-login-grid__heading {
  font-size: 3.625rem;
  line-height: 4.375rem;
  font-weight: 700;
  color: #FF3997;
  margin-bottom: 80px;
}

.rox-login-grid__heading span {
  font-size: 1.3em;
}

.rox-login-grid__paragraph {
  margin-bottom: 40px;
  font-size: 1.375rem;
  line-height: 1.6875rem;
}

.rox-login-grid__left {
  padding: 4% 18% 4% 9%;
  overflow: auto;
}

.rox-login-grid__image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.rox-login-grid__image--registration {
  background-image: url("../../assets/images/registration/registration.png");
}

.rox-login-grid__image--password {
  background-image: url("../../assets/images/password/password.png");
}

.rox-login-grid__image--login {
  background-image: url("../../assets/images/login/nk.png");
}

.rox-login-grid__image img {
  max-width: 100%;
  height: auto;
}

.rox-login-grid__register-button {
  display: none;
  margin-top: 24px;
}

@media (max-width: 1299px) {
  .rox-login-grid {
    grid-template-columns: 1fr;
  }
  .rox-login-grid__logo {
    background-color: #fff;
    z-index: 5;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 58px 24px 17px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04), 0px 7px 7px 0px rgba(0, 0, 0, 0.04), 0px 16px 10px 0px rgba(0, 0, 0, 0.02), 0px 29px 12px 0px rgba(0, 0, 0, 0.01), 0px 46px 13px 0px transparent;
  }
  .rox-login-grid__heading {
    font-size: 2.75rem;
    line-height: 3.3125rem;
  }
  .rox-login-grid__paragraph {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
  .rox-login-grid__left {
    padding: 0;
    overflow: unset;
  }
  .rox-login-grid__image {
    display: none;
  }
  .rox-login-grid__left-content {
    padding: 200px 24px 24px;
  }
  .rox-login-grid__bottom-text {
    font-size: 14px;
    line-height: 22px;
  }
  .rox-login-grid__register-button {
    display: block;
  }
}

.page-customer-account #content .forgot-password {
  text-align: right;
}

div.glogin div.customGPlusSignIn {
  padding: 10px 4px;
  text-align: left;
  width: 100%;
  max-width: 100%;
  border: 1px solid #eaeef2;
  background: #f9fbfc;
  text-shadow: none;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  height: unset;
}

div.glogin div.customGPlusSignIn span {
  color: #000;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.375rem;
  top: unset;
}

div.glogin div.customGPlusSignIn::before {
  width: 32px;
  height: 32px;
  margin-right: 24px;
  margin-left: 30px;
  background: url("../images/google.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

div.glogin div.customGPlusSignIn:after {
  display: none;
}

.page-authentication, .page-registration, .page-password {
  background-color: #fff;
  padding-bottom: 0;
}

.page-authentication .card-block, .page-registration .card-block, .page-password .card-block {
  margin: 0;
}

.page-authentication .page-header, .page-registration .page-header, .page-password .page-header {
  display: none;
}

.page-authentication #header, .page-authentication #footer, .page-authentication .breadcrumb, .page-registration #header, .page-registration #footer, .page-registration .breadcrumb, .page-password #header, .page-password #footer, .page-password .breadcrumb {
  display: none !important;
}

.page-authentication #content, .page-registration #content, .page-password #content {
  max-width: 100%;
  padding: 0;
}

.login-form {
  margin: 0;
}

.rox-log-out-button {
  margin-bottom: 20px;
}

.page-my-account #content .links a:hover {
  color: #FF3997;
}

.page-my-account #content .links a, .page-my-account #content .links i {
  transition: color 0.3s;
}

.page-my-account #content .links a:hover {
  color: #FF3997;
}

.page-my-account #content .links a:hover i {
  color: #FF3997;
}

.rox-products-to-choose {
  background-color: #FFAD00;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 67px 0;
  overflow: hidden;
}

.rox-products-to-choose a:focus {
  color: #fff;
}

.rox-products-to-choose__heading {
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 0;
}

.rox-products-to-choose__button-wrapper {
  position: relative;
}

.rox-products-to-choose__button-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #FF3997;
  transform: translate(-20px, -20px);
}

.rox-products-to-choose__left {
  padding-left: calc((100% - $container-width) / 2);
  width: calc(50% - 48px);
  max-width: calc(50% - 48px);
}

.rox-products-to-choose__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-width: 835px;
}

@media (max-width: 1299px) {
  .rox-products-to-choose {
    flex-wrap: wrap;
  }
  .rox-products-to-choose__left, .rox-products-to-choose__right {
    width: 100%;
  }
  .rox-products-to-choose__left {
    padding: 0;
    max-width: unset;
  }
  .rox-products-to-choose__right {
    min-width: unset;
  }
}

@media (max-width: 767px) {
  .rox-products-to-choose__button-wrapper, .rox-products-to-choose .button {
    width: 100%;
  }
  .rox-products-to-choose__right {
    padding: 0 24px;
  }
}

@media (max-width: 575px) {
  .rox-products-to-choose {
    padding: 22px 0;
    gap: 20px;
  }
  .rox-products-to-choose__heading {
    font-size: 1.0625rem;
    line-height: 1.3125rem;
  }
  .rox-products-to-choose__button-wrapper::before {
    transform: translate(-9px, -9px);
  }
}

.featured-products .rox-top-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.featured-products .rox-swiper-wrapper {
  margin: 0 60px;
  overflow: hidden;
}

.featured-products .products {
  flex-wrap: nowrap;
}

.featured-products .prev, .featured-products .next {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  z-index: 1;
  width: 60px;
  height: 60px;
  background-size: cover;
}

.featured-products .prev {
  left: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37.5 15L22.5 30L37.5 45" stroke="%23FFAD00" stroke-opacity="0.4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>');
}

.featured-products .next {
  right: 0;
  background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M22.5 45L37.5 30L22.5 15" stroke="%23FFAD00" stroke-opacity="0.4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /></svg>');
}

.featured-products--categoryproducts .heading-70.color-pink {
  text-align: left !important;
}

.featured-products--categoryproducts .container {
  padding: 0;
}

@media (max-width: 767px) {
  .featured-products .heading-70 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

@media (max-width: 575px) {
  .featured-products .heading-70 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .featured-products .heading-70.color-pink {
    margin-bottom: 60px !important;
  }
  .featured-products .rox-swiper-wrapper {
    margin: 0 26px;
  }
  .featured-products .prev, .featured-products .next {
    width: 26px;
    height: 26px;
  }
  .featured-products .prev {
    background-image: url('data:image/svg+xml,<svg width="26" height="27" viewBox="0 0 26 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.25 7.49219L9.75 13.9922L16.25 20.4922" stroke="%23FFAD00" stroke-opacity="0.4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
  .featured-products .next {
    background-image: url('data:image/svg+xml,<svg width="26" height="27" viewBox="0 0 26 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.75 20.4922L16.25 13.9922L9.75 7.49219" stroke="%23FFAD00" stroke-opacity="0.4" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  }
}

.product-miniature .regular-price {
  font-weight: 400;
}

.product-miniature .product-price-and-shipping .price {
  padding: 3px;
}

@media (max-width: 767px) {
  .product-miniature .product-price-and-shipping .price {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  .product-miniature .product-price-and-shipping .price {
    padding: 0;
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 767px) {
  .product-miniature .regular-price {
    font-size: 15px !important;
    line-height: 17px !important;
  }
}

@media (max-width: 575px) {
  .product-miniature .regular-price {
    font-size: 12px !important;
    line-height: 14px !important;
  }
}

@media (max-width: 767px) {
  .product-list-reviews {
    gap: 12px;
  }
}

@media (max-width: 575px) {
  .product-miniature .comments-nb-outer {
    transform: translateX(-50px);
  }
}

@media (max-width: 575px) {
  .product-miniature .thumbnail-container .product-thumbnail {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 575px) {
  .product-miniature #roxomnibus {
    text-align: left;
    font-size: 7px;
    line-height: 9px;
    margin: 6px 0 0;
  }
}

.product-miniature .product-description .add .button:before {
  content: attr(data-desktop-lang);
}

@media (max-width: 575px) {
  .product-miniature .product-description .add .button:before {
    content: attr(data-mobile-lang);
  }
}

.product-miniature .rox-stars-and-average-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product-miniature .rox-grade-average {
  font-size: 13px;
  line-height: 16px;
  color: #5C5C5B;
  font-weight: 500;
}

@media (max-width: 575px) {
  .product-miniature .rox-grade-average {
    font-size: 10px;
    line-height: 12px;
    transform: translateX(-55px);
  }
}

.product-miniature .grade-stars {
  min-width: 110px;
}

@media (max-width: 575px) {
  .product-miniature .grade-stars {
    transform: scale(0.5);
    transform-origin: left;
  }
}

.home-hero .swiper-pagination {
  margin-bottom: 17px;
}

.home-hero a {
  color: #FFAD00;
}

.home-hero img {
  height: auto;
}

.rox-caption {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 40px;
}

.rox-caption a {
  color: #FFAD00;
}

.cs-featured-products h2 {
  text-align: center;
}

.cs-featured-products h2::before {
  left: 0;
  text-align: center;
  width: 100%;
}

@media (max-width: 575px) {
  .contact .main_text .heading-70.color-pink {
    margin-bottom: 60px !important;
  }
}

#category #left-column #search_filter_controls button {
  transition: background-color 0.3s;
}

.rox-guest {
  margin-bottom: 40px;
}

.advice-from-an-expert, .section-about {
  overflow-x: hidden;
}

@media (max-width: 991px) {
  .advice-from-an-expert, .section-about {
    overflow-x: unset;
  }
}

.section-about {
  padding-bottom: 100px;
}

.section-about__heading {
  margin-bottom: 80px;
}

.section-about__heading::before {
  content: attr(data-text);
  z-index: -1;
  position: absolute;
  transform: translate(20px, 20px);
  color: #FFAD00;
  text-shadow: -1px -1px 0 #FF3997, 0 -1px 0 #FF3997, 1px -1px 0 #FF3997, 1px 0 0 #FF3997, 1px 1px 0 #FF3997, 0 1px 0 #FF3997, -1px 1px 0 #FF3997, -1px 0 0 #FF3997;
}

.section-about__heading--mobile {
  display: none;
}

.section-about__heading-wrapper {
  overflow: hidden;
}

.section-about__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 45px 142px;
}

.section-about__left {
  padding-left: calc((100% - 1740px) / 2);
  position: relative;
  z-index: 1;
  width: calc(43% - 71px);
  transform: translateY(10%);
}

.section-about__left img, .section-about__left video {
  z-index: 1;
  position: relative;
  width: 100%;
  height: auto;
}

.section-about__left .orange-background {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #FFAD00;
}

.section-about__left .background {
  position: absolute;
  background-color: #FF3997;
  width: calc(100% - 100px);
  height: calc(100% + 36px);
  top: -18px;
  right: -18px;
}

.section-about__right {
  width: calc(57% - 71px);
  padding: 135px 90px 135px 0;
  position: relative;
}

.section-about__right .orange-background {
  position: absolute;
  left: -411px;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #FFAD00;
}

.section-about__right *:not(.orange-background) {
  position: relative;
  z-index: 1;
}

.section-about__signature-wrapper {
  margin-top: 60px;
}

.section-about__left-wrapper {
  position: relative;
}

.section-about__text-field {
  margin-bottom: 60px;
}

.section-about__signature {
  font-size: 1.625rem;
  line-height: 2.25rem;
  font-weight: 700;
}

.section-about__see-more-button {
  display: none;
  gap: 12px;
  align-items: center;
  background: none;
  border: none;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 700;
  padding: 20px 0;
  cursor: pointer;
}

@media (max-width: 1399px) {
  .section-about__content {
    gap: 80px;
  }
  .advice-from-an-expert__left, .section-about__left {
    width: calc(43% - 40px);
  }
  .section-about__right {
    padding: 80px 40px 80px 0;
    width: calc(57% - 40px);
  }
  .section-about__heading {
    margin-bottom: 40px;
  }
  .section-about__heading::before {
    content: attr(data-text);
    z-index: -1;
    position: absolute;
    transform: translate(9px, 9px);
    color: #FFAD00;
    text-shadow: -1px -1px 0 #FF3997, 0 -1px 0 #FF3997, 1px -1px 0 #FF3997, 1px 0 0 #FF3997, 1px 1px 0 #FF3997, 0 1px 0 #FF3997, -1px 1px 0 #FF3997, -1px 0 0 #FF3997;
  }
  .section-about__text-field {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .section-about__content {
    gap: 0;
  }
  .section-about__left, .advice-from-an-expert__left, .section-about__right {
    width: 100%;
  }
  .section-about__left {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 40px;
    transform: none;
  }
  .section-about__left .background {
    top: -9px;
    right: -9px;
    width: calc(100% - 30px);
    height: calc(100% + 18px);
  }
  .section-about__left .orange-background {
    display: block;
  }
  .section-about__left-wrapper {
    top: -35px;
  }
  .section-about__right {
    overflow: hidden;
    padding: 0 24px 50px;
    background-color: #FFAD00;
  }
  .section-about__right .orange-background {
    top: -9px;
    right: -9px;
  }
  .section-about__left-wrapper {
    width: calc(40% - 10px);
  }
  .section-about__heading-wrapper {
    width: calc(60% - 10px);
    padding-right: 24px;
  }
  .section-about__heading--desktop {
    display: none;
  }
  .section-about__heading--mobile {
    display: block;
  }
}
