.info_icons {
  padding: 140px 90px;
  display: flex;
}

@media (max-width: 990px) {
  .info_icons {
    padding: 80px 24px;
  }
}

.info_icons .wrapper {
  margin: 0 auto;
  max-width: 1740px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}

@media (max-width: 990px) {
  .info_icons .wrapper {
    gap: 50px;
  }
}

.info_icons .wrapper h1 {
  max-width: 1152px;
  font-size: 3.75rem;
  color: #ffad00;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 990px) {
  .info_icons .wrapper h1 {
    font-size: 1.875rem;
    line-height: normal;
  }
}

.info_icons .wrapper .icon-wrapper {
  display: flex;
  gap: 77px;
}

@media (max-width: 1400px) {
  .info_icons .wrapper .icon-wrapper {
    gap: 30px;
  }
}

@media (max-width: 1250px) {
  .info_icons .wrapper .icon-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 990px) {
  .info_icons .wrapper .icon-wrapper {
    padding: 0 29px;
    gap: 40px;
  }
}

@media (max-width: 770px) {
  .info_icons .wrapper .icon-wrapper {
    flex-direction: column;
  }
}

.info_icons .wrapper .icon-wrapper .icon-box {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 990px) {
  .info_icons .wrapper .icon-wrapper .icon-box {
    gap: 22px;
  }
}

.info_icons .wrapper .icon-wrapper .icon-box img {
  max-width: 100px;
  max-height: 100px;
}

@media (max-width: 990px) {
  .info_icons .wrapper .icon-wrapper .icon-box img {
    max-width: 80px;
    width: 100%;
    max-height: 80px;
  }
}

.info_icons .wrapper .icon-wrapper .icon-box .text {
  max-width: 240px;
}

@media (max-width: 990px) {
  .info_icons .wrapper .icon-wrapper .icon-box .text {
    gap: 10px;
    max-width: 200px;
  }
}

@media (max-width: 770px) {
  .info_icons .wrapper .icon-wrapper .icon-box .text {
    max-width: 240px;
  }
}

.info_icons .wrapper .icon-wrapper .icon-box .text h5 {
  color: #5c5c5b;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

@media (max-width: 575px) {
  .info_icons .wrapper .icon-wrapper .icon-box .text h5 {
    font-size: 1.2023rem;
  }
}

.info_icons .wrapper .icon-wrapper .icon-box .text p {
  color: #5c5c5b;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 575px) {
  .info_icons .wrapper .icon-wrapper .icon-box .text p {
    font-size: 1.0306rem;
    line-height: normal;
  }
}

.appreciated_us {
  position: relative;
  padding-top: 20px;
}

.appreciated_us::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffd1e4;
}

.appreciated_us .banner_whats_new {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, transparent 66.05%), url(/themes/roxart/assets/images/NK0_66331.png) center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 990px) {
  .appreciated_us .banner_whats_new {
    align-items: flex-end;
    padding: 0 25px;
    height: 450px;
  }
}

@media (max-width: 575px) {
  .appreciated_us .banner_whats_new {
    height: 350px;
  }
}

@media (min-width: 1920px) {
  .appreciated_us .banner_whats_new .block {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
  }
}

.appreciated_us .banner_whats_new .text-wrapper {
  max-width: 458px;
  margin-left: 90px;
}

@media (max-width: 990px) {
  .appreciated_us .banner_whats_new .text-wrapper {
    margin: 0;
    margin-bottom: 21px;
    max-width: unset;
  }
}

.appreciated_us .banner_whats_new .text-wrapper h2 {
  font-size: 2.5rem;
}

@media (max-width: 575px) {
  .appreciated_us .banner_whats_new .text-wrapper h2 {
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.appreciated_us .banner_whats_new .text-wrapper p {
  max-width: 412px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 575px) {
  .appreciated_us .banner_whats_new .text-wrapper p {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: normal;
  }
}

.appreciated_us .banner_whats_new .text-wrapper .button {
  display: flex;
  justify-content: flex-start;
  margin-top: 60px;
  position: relative;
  padding: 0;
}

@media (max-width: 990px) {
  .appreciated_us .banner_whats_new .text-wrapper .button {
    margin-top: 24px;
  }
}

.appreciated_us .banner_whats_new .text-wrapper .button span {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .appreciated_us .banner_whats_new .text-wrapper .button span {
    font-size: 0.9375rem;
  }
}

.appreciated_us .banner_whats_new .text-wrapper .button .arrow {
  left: calc(95% - 234px);
  right: 181px;
}

@media (max-width: 991px) {
  .appreciated_us .banner_whats_new .text-wrapper .button .arrow {
    left: calc(73% - 234px);
    right: 290px;
  }
}

@media (max-width: 630px) {
  .appreciated_us .banner_whats_new .text-wrapper .button .arrow {
    left: calc(73% - 220px);
    right: 270px;
  }
}

@media (max-width: 600px) {
  .appreciated_us .banner_whats_new .text-wrapper .button .arrow {
    left: calc(73% - 190px);
    right: 240px;
  }
}

@media (max-width: 575px) {
  .appreciated_us .banner_whats_new .text-wrapper .button .arrow {
    left: calc(95% - 220px);
    right: 170px;
  }
}

@media (max-width: 430px) {
  .appreciated_us .banner_whats_new .text-wrapper .button .arrow {
    left: calc(95% - 200px);
    right: 150px;
  }
}

@media (max-width: 410px) {
  .appreciated_us .banner_whats_new .text-wrapper .button .arrow {
    left: calc(95% - 170px);
    right: 120px;
  }
}

@media (max-width: 380px) {
  .appreciated_us .banner_whats_new .text-wrapper .button .arrow {
    left: 46%;
    right: 35%;
  }
}

@media (max-width: 350px) {
  .appreciated_us .banner_whats_new .text-wrapper .button .arrow {
    left: 50%;
    right: 32%;
  }
}

.appreciated_us .banner_whats_new .text-wrapper .button:hover .arrow {
  right: 165px;
}

@media (max-width: 991px) {
  .appreciated_us .banner_whats_new .text-wrapper .button:hover .arrow {
    right: 270px;
  }
}

@media (max-width: 630px) {
  .appreciated_us .banner_whats_new .text-wrapper .button:hover .arrow {
    right: 250px;
  }
}

@media (max-width: 600px) {
  .appreciated_us .banner_whats_new .text-wrapper .button:hover .arrow {
    right: 220px;
  }
}

@media (max-width: 575px) {
  .appreciated_us .banner_whats_new .text-wrapper .button:hover .arrow {
    right: 150px;
  }
}

@media (max-width: 430px) {
  .appreciated_us .banner_whats_new .text-wrapper .button:hover .arrow {
    right: 130px;
  }
}

@media (max-width: 410px) {
  .appreciated_us .banner_whats_new .text-wrapper .button:hover .arrow {
    right: 100px;
  }
}

@media (max-width: 380px) {
  .appreciated_us .banner_whats_new .text-wrapper .button:hover .arrow {
    right: 32%;
  }
}

@media (max-width: 350px) {
  .appreciated_us .banner_whats_new .text-wrapper .button:hover .arrow {
    right: 30%;
  }
}

.appreciated_us .content {
  padding: 112px 171px 112px 90px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

@media (min-width: 1920px) {
  .appreciated_us .content {
    max-width: 1920px;
    margin: 0 auto;
  }
}

@media (max-width: 1500px) {
  .appreciated_us .content {
    padding: 112px 40px;
  }
}

@media (max-width: 990px) {
  .appreciated_us .content {
    flex-direction: column;
    align-items: center;
    padding: 50px 25px;
  }
}

.appreciated_us .content .main_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 555px;
  z-index: 1;
}

@media (max-width: 990px) {
  .appreciated_us .content .main_text {
    text-align: center;
    max-width: unset;
  }
}

.appreciated_us .content .main_text .heading-70.color-pink {
  margin-bottom: 80px;
}

@media (max-width: 990px) {
  .appreciated_us .content .main_text .heading-70.color-pink {
    margin-bottom: 32px;
  }
}

.appreciated_us .content .main_text .heading-70.color-pink::before {
  content: attr(data-text);
  z-index: -1;
  position: absolute;
  color: #ffd1e4;
  -webkit-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  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;
}

@media (max-width: 1199px) {
  .appreciated_us .content .main_text .heading-70.color-pink::before {
    -webkit-transform: translate(14px, 14px);
    transform: translate(14px, 14px);
  }
}

@media (max-width: 575px) {
  .appreciated_us .content .main_text .heading-70.color-pink::before {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
}

.appreciated_us .content .main_text p {
  color: #ff3997;
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  max-width: 441px;
}

@media (max-width: 990px) {
  .appreciated_us .content .main_text p {
    text-align: center;
    max-width: unset;
  }
}

@media (max-width: 500px) {
  .appreciated_us .content .main_text p {
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
  }
}

.appreciated_us .content .icons {
  display: flex;
  flex-direction: column;
  max-width: 777px;
  gap: 80px;
  z-index: 1;
}

@media (max-width: 990px) {
  .appreciated_us .content .icons {
    gap: 31px;
  }
}

.appreciated_us .content .icons div {
  display: flex;
  justify-content: space-between;
  gap: 141px;
}

@media (max-width: 1500px) {
  .appreciated_us .content .icons div {
    gap: 100px;
  }
}

@media (max-width: 1400px) {
  .appreciated_us .content .icons div {
    gap: 60px;
  }
}

@media (max-width: 990px) {
  .appreciated_us .content .icons div {
    gap: 50px;
  }
}

@media (max-width: 370px) {
  .appreciated_us .content .icons div {
    gap: 25px;
  }
}

.appreciated_us .content .icons div img {
  max-height: 166px;
  width: auto;
}

@media (max-width: 990px) {
  .appreciated_us .content .icons div img {
    max-height: 130px;
  }
}

@media (max-width: 500px) {
  .appreciated_us .content .icons div img {
    max-height: 80px;
  }
}

.faq {
  margin: 0 auto;
  max-width: 1150px;
  margin-bottom: 150px;
}

@media (max-width: 1200px) {
  .faq {
    padding: 0 20px;
  }
}

.faq .main_text .heading-70.color-pink {
  text-align: center;
  margin-bottom: 60px;
}

.faq .main_text .heading-70.color-pink::before {
  content: attr(data-text);
  z-index: -1;
  position: absolute;
  color: #fff;
  -webkit-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  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;
}

@media (max-width: 1199px) {
  .faq .main_text .heading-70.color-pink::before {
    -webkit-transform: translate(14px, 14px);
    transform: translate(14px, 14px);
  }
}

@media (max-width: 575px) {
  .faq .main_text .heading-70.color-pink::before {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
}

.faq .main_text p {
  text-align: center;
  max-width: 858px;
  margin: 0 auto;
  font-size: 1.125rem;
  margin-bottom: 100px;
}

@media (max-width: 575px) {
  .faq .main_text p {
    font-size: 1rem;
    line-height: 1.8125rem;
    text-align: left;
    margin-bottom: 55px;
  }
}

.faq .faq-item {
  border-bottom: 1px solid #5c5c5b;
}

.faq .faq-item:last-child {
  border-bottom: none;
}

.faq .faq-item:first-child {
  margin-top: 0;
}

.faq .faq-item .question {
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 50px;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.faq .faq-item .question h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8125rem;
  margin: 0;
  padding-bottom: 0;
  flex: 1;
  text-align: left;
}

@media (max-width: 575px) {
  .faq .faq-item .question h3 {
    font-size: 1.25rem;
    line-height: 1.8125rem;
  }
}

.faq .faq-item .question::after {
  content: "";
  background: url(/themes/roxart/assets/images/arrow-faq.svg);
  display: block;
  width: 29px;
  height: 29px;
  transition: 0.2s;
}

.faq .faq-item .question.rotate::after {
  transform: rotate(-90deg);
  transition: 0.2s;
}

.faq .faq-item .answer {
  margin-bottom: 24px;
  -webkit-transition: max-height 0.3s, height 0.3s, margin 0.3s;
  transition: max-height 0.3s, height 0.3s, margin 0.3s;
  overflow: hidden;
}

.faq .faq-item .answer p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8125rem;
  margin: 0;
}

@media (max-width: 575px) {
  .faq .faq-item .answer p {
    font-size: 1rem;
    line-height: 1.8125rem;
  }
}

.contact {
  margin-bottom: 232px;
}

@media (min-width: 1920px) {
  .contact {
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 232px;
  }
}

@media (max-width: 1500px) {
  .contact {
    margin-bottom: 650px;
  }
}

@media (max-width: 991px) {
  .contact {
    margin-bottom: 100px;
  }
}

.contact .main_text {
  margin: 0 auto;
  max-width: 1830px;
}

.contact .main_text .heading-70.color-pink {
  text-align: center;
  margin-bottom: 122px;
}

.contact .main_text .heading-70.color-pink::before {
  content: attr(data-text);
  z-index: -1;
  position: absolute;
  color: #fff;
  -webkit-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  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;
}

@media (max-width: 1199px) {
  .contact .main_text .heading-70.color-pink::before {
    -webkit-transform: translate(14px, 14px);
    transform: translate(14px, 14px);
  }
}

@media (max-width: 575px) {
  .contact .main_text .heading-70.color-pink::before {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
}

.contact .custom-wrapper__db {
  position: relative;
}

@media (max-width: 991px) {
  .contact .custom-wrapper__db {
    margin-bottom: 208px;
  }
}

.contact .custom-wrapper__db .photo {
  margin: 0 auto;
  max-width: 1740px;
}

.contact .custom-wrapper__db .photo img {
  width: 93.1%;
  max-height: 610px;
  object-fit: cover;
  object-position: top;
}

@media (max-width: 1500px) {
  .contact .custom-wrapper__db .photo img {
    height: 610px;
  }
}

@media (max-width: 991px) {
  .contact .custom-wrapper__db .photo img {
    width: 100%;
    height: 380px;
  }
}

.contact .custom-wrapper__db .photo img.mobile {
  display: none;
}

@media (max-width: 991px) {
  .contact .custom-wrapper__db .photo img.mobile {
    display: block;
  }
}

.contact .custom-wrapper__db .photo img.desktop {
  display: block;
}

@media (max-width: 991px) {
  .contact .custom-wrapper__db .photo img.desktop {
    display: none;
  }
}

.contact .custom-wrapper__db .text {
  max-width: 1025px;
  position: absolute;
  top: 130px;
  right: -384px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 80px;
  -moz-column-gap: 100px;
  column-gap: 100px;
  padding: 70px 78px;
  z-index: 1;
  color: #ffffff;
}

@media (max-width: 1500px) {
  .contact .custom-wrapper__db .text {
    max-width: 50%;
  }
}

@media (max-width: 1150px) {
  .contact .custom-wrapper__db .text {
    max-width: 60%;
  }
}

@media (max-width: 1050px) {
  .contact .custom-wrapper__db .text {
    max-width: 65%;
  }
}

@media (max-width: 991px) {
  .contact .custom-wrapper__db .text {
    margin: 0 19px 0 29px;
    padding: 42px 27px;
    max-width: unset;
    width: unset;
    top: unset;
    right: 0;
    left: 0;
    bottom: 0;
    transform: translate(0, 60%);
    justify-content: center;
  }
}

.contact .custom-wrapper__db .text::before {
  content: "";
  width: 96.88%;
  height: 541px;
  background: var(--yellow-main, #ffad00);
  position: absolute;
  top: -24px;
  left: -24px;
  z-index: -2;
}

@media (max-width: 1500px) {
  .contact .custom-wrapper__db .text::before {
    height: 97.83%;
  }
}

@media (max-width: 991px) {
  .contact .custom-wrapper__db .text::before {
    width: 100%;
    top: -10px;
    left: -10px;
  }
}

.contact .custom-wrapper__db .text::after {
  content: "";
  background: var(--pink-main, #ff3997);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .contact .custom-wrapper__db .text::after {
    width: 100%;
    right: unset;
    left: 0;
    top: 0;
  }
}

.contact .custom-wrapper__db .text .mobile-text {
  display: none;
}

@media (max-width: 991px) {
  .contact .custom-wrapper__db .text .mobile-text {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

.contact .custom-wrapper__db .text .mobile-text p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: normal;
}

.contact .custom-wrapper__db .text .mobile-text .main {
  color: #fff;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 2.25rem;
  margin-bottom: 32px;
}

.contact .custom-wrapper__db .text .mobile-text .mb {
  margin-bottom: 6px;
}

.contact .custom-wrapper__db .text .box {
  display: flex;
  flex-direction: column;
  /* gap: 30px; */
}

@media (max-width: 991px) {
  .contact .custom-wrapper__db .text .box {
    display: none;
  }
}

.contact .custom-wrapper__db .text .box h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8125rem;
}

.contact .custom-wrapper__db .text .box .info {
  display: flex;
  flex-direction: column;
}

.contact .custom-wrapper__db .text .box .info .mail {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8125rem;
}

.contact .custom-wrapper__db .text .box .info p,
.contact .custom-wrapper__db .text .box .info .tel {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8125rem;
}

.contact .custom-wrapper__db .text .box .button {
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding: 0;
}

@media (max-width: 990px) {
  .contact .custom-wrapper__db .text .box .button {
    margin-top: 24px;
  }
}

.contact .custom-wrapper__db .text .box .button span {
  color: #ffad00;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.contact .custom-wrapper__db .text .box .button .arrow {
  background-image: url('data:image/svg+xml,<svg width="13" height="22" viewBox="0 0 13 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.5 1.08325L11.4167 10.9999L1.5 20.9166" stroke="%23FFAD00" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.contact .custom-wrapper__db .text .box .button .arrow::before {
  background-color: #ffad00;
}

.contact .custom-wrapper__db .text .box.complaints .button .arrow {
  left: calc(95% - 145px);
  right: 91px;
}

.contact .custom-wrapper__db .text .box.complaints .button .arrow::before {
  width: calc(100% - 2px);
}

.contact .custom-wrapper__db .text .box.complaints .button:hover .arrow {
  right: 70px;
}

.contact .custom-wrapper__db .text .box.sales .button {
  overflow: visible;
}

.contact .custom-wrapper__db .text .box.sales .button .arrow {
  left: calc(95% - 55px);
  right: 0px;
}

.contact .custom-wrapper__db .text .box.sales .button .arrow::before {
  width: calc(100% - 2px);
}

.contact .custom-wrapper__db .text .box.sales .button:hover .arrow {
  right: -20px;
}

.contact .mobile-data {
  display: none;
}

@media (max-width: 991px) {
  .contact .mobile-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    gap: 40px;
  }
}

.contact .mobile-data .box {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contact .mobile-data .box h3 {
  color: #ff3997;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8125rem;
}

.contact .mobile-data .box .info {
  display: flex;
  flex-direction: column;
}

.contact .mobile-data .box .info p,
.contact .mobile-data .box .info a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  text-decoration: none;
}

.contact .mobile-data .box .info .mail {
  font-weight: 700;
}

.product-miniature {
  display: block;
}

@media (max-width: 575px) {
  .product-miniature .thumbnail-container {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .product-miniature .thumbnail-container .thumbnail-top {
    display: flex;
    gap: 20px;
  }
}

.product-miniature .thumbnail-container .product-thumbnail {
  margin-bottom: 40px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .product-miniature .thumbnail-container .product-thumbnail {
    width: 50%;
  }
}

.product-miniature .thumbnail-container .product-thumbnail picture {
  padding-top: 100%;
  position: relative;
  display: block;
}

@media (max-width: 400px) {
  .product-miniature .thumbnail-container .product-thumbnail picture {
    padding-top: 150%;
  }
}

@media (max-width: 350px) {
  .product-miniature .thumbnail-container .product-thumbnail picture {
    padding-top: 200%;
  }
}

.product-miniature .thumbnail-container .product-thumbnail picture img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-miniature .thumbnail-container .product-thumbnail picture img.standard {
  transition: 0.3s;
}

.product-miniature .thumbnail-container .product-thumbnail picture img.main {
  animation: zoom-fade-main 0.7s ease forwards;
}

.product-miniature .thumbnail-container .product-thumbnail picture img.back {
  opacity: 0;
  animation: zoom-out-fade-back 0.7s ease forwards;
}

.product-miniature .thumbnail-container .product-thumbnail:hover picture img.standard {
  scale: 1.1;
  transition: 0.3s;
}

.product-miniature .thumbnail-container .product-thumbnail:hover picture img.main {
  animation: zoom-out-fade-main 0.7s ease forwards;
}

.product-miniature .thumbnail-container .product-thumbnail:hover picture img.back {
  animation: zoom-fade-back 0.7s ease forwards;
}

@keyframes zoom-fade-back {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes zoom-out-fade-main {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

@keyframes zoom-fade-main {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoom-out-fade-back {
  0% {
    opacity: 1;
    transform: scale(1.03);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.product-miniature .product-price-and-shipping {
  display: flex;
  font-size: 1.5rem;
  color: #ff3997;
  border: 1px solid #ffad00;
}

@media (max-width: 575px) {
  .product-miniature .product-price-and-shipping {
    font-size: 1rem;
    font-weight: 700;
    border: none;
    margin-bottom: 6px;
  }
}

.product-miniature .product-price-and-shipping .price {
  margin: auto;
}

@media (max-width: 575px) {
  .product-miniature .product-price-and-shipping .price {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    margin: 0;
  }
}

.product-miniature .product-price-and-shipping .card-add {
  display: flex;
  align-items: center;
  padding: 11px 20px;
  gap: 16px;
  border-left: 1px solid #ffad00;
}

.product-miniature .product-price-and-shipping .card-add a {
  display: flex;
}

.product-miniature .product-price-and-shipping .card-add span {
  color: #ffad00;
  font-size: 1.25rem;
  font-weight: 500;
}

@media (max-width: 575px) {
  .product-miniature .product-price-and-shipping .card-add span {
    font-size: 0.75rem;
    font-weight: 400;
  }
}

@media (max-width: 575px) {
  .product-miniature .product-price-and-shipping .product-add-to-cart {
    display: none;
  }
}

.product-miniature .add-to-card {
  margin-bottom: 12px;
}

.product-miniature .add-to-card a {
  width: 100%;
}

.product-miniature .product-subtitle {
  color: #5c5c5b;
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

@media (max-width: 575px) {
  .product-miniature .product-subtitle {
    font-size: 0.6875rem;
    text-align: left;
  }
}

.product-miniature .product-title {
  margin-top: 0;
  margin-bottom: 12px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 575px) {
  .product-miniature .product-title {
    text-align: left;
    height: auto;
    margin-bottom: 6px;
  }
}

.product-miniature .product-title a {
  font-size: 1.25rem;
  color: #000;
  font-weight: 700;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .product-miniature .product-title a {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

.product-miniature .product-title a:hover {
  color: #ffad00;
  transition: 0.3s;
}

.product-miniature .regular-price {
  color: #ffad00;
  font-size: 1rem;
}

@media (max-width: 575px) {
  .product-miniature .regular-price {
    font-size: 0.75rem;
    font-weight: 400;
  }
}

.product-miniature .product-description {
  padding: 0;
}

@media (max-width: 575px) {
  .product-miniature .product-description {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .product-miniature .product-description .last-days-price {
    margin-top: 6px;
  }
}

.product-miniature .product-description .last-days-price p {
  text-align: center;
  color: #000;
  font-size: 0.8125rem;
  font-weight: 400;
}

@media (max-width: 575px) {
  .product-miniature .product-description .last-days-price p {
    text-align: left;
    font-size: 0.48rem;
    line-height: normal;
  }
}

.product-miniature .product-description .last-days-price p span {
  font-weight: 700;
}

.product-miniature .product-description .add .button {
  width: 100%;
  padding: 10px 0;
}

@media (max-width: 575px) {
  .product-miniature .product-description .add .button {
    font-size: 0.9375rem;
    padding: 5px 0;
    max-width: 165px;
  }
}

.product-miniature .product-description .add .button:focus {
  background: #f0a300;
}

@media (max-width: 575px) {
  .product-miniature .product-description .comments-nb-outer,
  .product-miniature .product-description .comments-nb {
    font-size: 0.625rem;
    font-weight: 500;
  }
}

@media (max-width: 575px) {
  .product-miniature .product-description .product-list-reviews {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
}

@media (max-width: 410px) {
  .product-miniature .product-description .product-list-reviews {
    gap: unset;
    flex-direction: column;
  }
}

@media (max-width: 410px) {
  .product-miniature .product-description .product-list-reviews .comments-nb-outer {
    transform: none;
  }
}

.product-miniature .wishlist-button-add {
  background: transparent !important;
  box-shadow: none !important;
  padding: 10px !important;
  top: -2px !important;
  right: -1px !important;
}

@media (max-width: 575px) {
  .product-miniature .wishlist-button-add {
    right: unset !important;
    left: -1px !important;
    padding: 0 !important;
  }
}

.product-miniature .wishlist-button-add i {
  color: #ff3997 !important;
  transition: 0.3s;
}

@media (max-width: 575px) {
  .product-miniature .wishlist-button-add i {
    font-size: 20px;
  }
}

.product-miniature .wishlist-button-add:hover {
  opacity: 1 !important;
}

.product-miniature .wishlist-button-add:hover i {
  transition: 0.3s;
}

@media (max-width: 575px) {
  .product-miniature .rox-stars-and-average-wrapper {
    width: 130px;
  }
}

.product-list-reviews {
  position: relative;
  top: unset;
  padding: 0;
  margin-bottom: 24px;
  gap: 24px;
}

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

.product-list-reviews .comments-nb-outer {
  display: flex;
  font-size: 0.8125rem;
  gap: 3px;
}

#footer {
  background: #ff3997;
}

#footer .container #blockEmailSubscription_displayFooterBefore {
  background: transparent;
}

#footer .container #blockEmailSubscription_displayFooterBefore #block-newsletter-label {
  color: #ffad00;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 24px;
}

#footer .container #blockEmailSubscription_displayFooterBefore .btn {
  background: transparent;
  border-radius: 50px;
  border: 1px solid #fff;
  padding: 4px 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
  width: 132px;
  max-height: 28px;
  transition: 0.25s;
}

#footer .container #blockEmailSubscription_displayFooterBefore .btn:hover {
  color: #ffad00;
  border: 1px solid #ffad00;
  transition: 0.25s;
}

#footer .container #blockEmailSubscription_displayFooterBefore .marketing-consents {
  display: flex;
  margin: 12px 0;
}

#footer .container #blockEmailSubscription_displayFooterBefore .marketing-consents .checkbox {
  position: relative;
  display: flex;
  margin-bottom: 0;
  margin-top: 4px;
  align-items: center;
}

#footer .container #blockEmailSubscription_displayFooterBefore .marketing-consents .checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 18px;
}

#footer .container #blockEmailSubscription_displayFooterBefore .marketing-consents .checkbox-square {
  margin-top: 4px;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  transition: all 0.3s;
}

#footer .container #blockEmailSubscription_displayFooterBefore .marketing-consents .checkbox input[type="checkbox"]:checked ~ .checkbox-square {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M6.75 8.25L9 10.5L16.5 3' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M15.75 9V14.25C15.75 14.6478 15.592 15.0294 15.3107 15.3107C15.0294 15.592 14.6478 15.75 14.25 15.75H3.75C3.35218 15.75 2.97064 15.592 2.68934 15.3107C2.40804 15.0294 2.25 14.6478 2.25 14.25V3.75C2.25 3.35218 2.40804 2.97064 2.68934 2.68934C2.97064 2.40804 3.35218 2.25 3.75 2.25H12' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  transition: 0.3s;
}

#footer .container #blockEmailSubscription_displayFooterBefore .marketing-consents .checkbox input[type="checkbox"]:checked ~ .checkbox-square svg {
  display: none;
}

#footer .container #blockEmailSubscription_displayFooterBefore .marketing-consents .checkbox input[type="checkbox"]:checked ~ .checkbox-square .checkmark {
  opacity: 1;
}

#footer .container #blockEmailSubscription_displayFooterBefore .marketing-consents p {
  flex: 1;
  text-align: left;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: unset;
  margin-left: 6px;
  padding: 0;
  margin-top: 3px;
}

@media (min-width: 1700px) {
  #footer .container #blockEmailSubscription_displayFooterBefore .marketing-consents p {
    margin-top: 4px;
  }
}

#footer .container .cut-width {
  max-width: 270px;
  margin: 0;
}

.product-add-to-cart {
  border-left: 1px solid #ffad00;
}

.product-quantity .qty {
  margin: 0;
  max-height: 37px;
}

.qty.custom .bootstrap-touchspin {
  padding: 0 24px;
  width: 100%;
}

.qty.custom .bootstrap-touchspin #quantity_wanted {
  text-align: center;
  color: #ffad00;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  max-width: 24px;
  margin: 0 16px;
  height: 37px;
}

.qty.custom .bootstrap-touchspin .input-group-btn-vertical {
  position: static;
}

.qty.custom .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  width: 24px;
  padding: 0;
  border: none;
}

.qty.custom .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin:hover {
  background-color: transparent;
}

.qty.custom .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin:hover .touchspin-up {
  scale: 1.2;
  transition: 0.2s;
}

.qty.custom .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin:hover .touchspin-down {
  scale: 1.2;
  transition: 0.2s;
}

.qty.custom .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin.bootstrap-touchspin-up {
  scale: 1;
  right: 1px;
  transition: 0.2s;
}

.qty.custom .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin.bootstrap-touchspin-down {
  scale: 1;
  left: 1px;
  transition: 0.2s;
}

.qty.custom .bootstrap-touchspin .input-group-btn-vertical .touchspin-up {
  font-size: 10px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 11px;
  transition: 0.2s;
}

.qty.custom .bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.47969 3.72V5.3H5.83969V8.88H4.15969V5.3H0.519688V3.72H4.15969V0.12H5.83969V3.72H9.47969Z' fill='%23FFAD00'/%3E%3C/svg%3E");
}

.qty.custom .bootstrap-touchspin .input-group-btn-vertical .touchspin-down {
  font-size: 3px;
  width: 10px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.2s;
}

.qty.custom .bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
  content: url("data:image/svg+xml,%3Csvg width='10' height='3' viewBox='0 0 10 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1.5H10' stroke='%23FFAD00' stroke-width='1.6'/%3E%3C/svg%3E");
}

.qty.custom .bootstrap-touchspin input.form-control,
.qty.custom .bootstrap-touchspin input.input-group {
  border: none;
}

.block_newsletter form input[type="email"] {
  color: #ff3997;
  height: auto;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 10px 20px;
  border: none;
  outline: none;
}

.block_newsletter form input[type="email"]::placeholder {
  color: #ff3997;
  opacity: 1;
}

.block_newsletter form input[type="email"]:-ms-input-placeholder {
  color: #ff3997;
  opacity: 1;
}

.block_newsletter form input[type="email"]:focus {
  border: none;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25rem;
  padding: 10px 20px;
}

.featured-products .heading-70.color-pink {
  text-align: center;
  margin: 0;
  margin-bottom: 100px;
  font-weight: 700;
}

.featured-products .heading-70.color-pink::before {
  content: attr(data-text);
  z-index: -1;
  position: absolute;
  color: #fff;
  -webkit-transform: translate(20px, 20px);
  transform: translate(20px, 20px);
  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;
}

@media (max-width: 1199px) {
  .featured-products .heading-70.color-pink::before {
    -webkit-transform: translate(14px, 14px);
    transform: translate(14px, 14px);
  }
}

@media (max-width: 575px) {
  .featured-products .heading-70.color-pink::before {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
}

.swiper-outer-container {
  position: relative;
  max-width: 1760px;
  margin: 0 auto;
  margin-bottom: 140px;
  padding: 0 70px;
}

@media (max-width: 991px) {
  .swiper-outer-container {
    padding: 0 35px;
  }
}

.swiper-outer-container .bestsellerSwiper {
  max-width: 1619px;
}

.swiper-outer-container .swiper-button-prev {
  top: calc(50% - 50px);
  width: 60px;
  height: 60px;
}

@media (max-width: 991px) {
  .swiper-outer-container .swiper-button-prev {
    width: 26px;
    height: 26px;
  }
}

.swiper-outer-container .swiper-button-prev:after {
  content: "";
  background: url(/themes/roxart/assets/images/bestseller-arrow.svg) no-repeat;
  width: 60px;
  height: 60px;
  transform: rotate(180deg);
}

@media (max-width: 991px) {
  .swiper-outer-container .swiper-button-prev:after {
    transform: rotate(0deg);
    background: url(/themes/roxart/assets/images/bestseller-slider-arrow-sm.svg) no-repeat;
    width: 26px;
    height: 26px;
  }
}

.swiper-outer-container .swiper-button-next {
  top: calc(50% - 50px);
  width: 60px;
  height: 60px;
}

@media (max-width: 991px) {
  .swiper-outer-container .swiper-button-next {
    width: 26px;
    height: 26px;
  }
}

.swiper-outer-container .swiper-button-next:after {
  content: "";
  background: url(/themes/roxart/assets/images/bestseller-arrow.svg) no-repeat;
  width: 60px;
  height: 60px;
}

@media (max-width: 991px) {
  .swiper-outer-container .swiper-button-next:after {
    transform: rotate(180deg);
    background: url(/themes/roxart/assets/images/bestseller-slider-arrow-sm.svg) no-repeat;
    width: 26px;
    height: 26px;
  }
}

#product-comments-list-header {
  justify-content: center;
}

#product-comments-list-header h2 {
  text-align: center;
  margin-bottom: 80px;
}

#product-comments-list-header h2::before {
  content: attr(data-text);
  z-index: -1;
  position: absolute;
  color: #fff;
  transform: translate(20px, 20px);
  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;
}

.opinions {
  max-width: 1111px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.opinions .counter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.opinions .counter p.rate {
  color: #000;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: normal;
  text-align: justify;
}

.opinions .counter p.rate span {
  font-size: 1.375rem;
  color: #bdbdbd;
  font-weight: 600;
  line-height: normal;
}

.opinions .counter .grade-stars {
  min-width: 105px;
}

.opinions .counter .grade-stars .star-content {
  position: absolute;
  top: 3px;
  left: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0 0 10px;
}

.opinions .stars-counter {
  display: flex;
  flex-direction: column;
}

.opinions .stars-counter .wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.opinions .stars-counter .wrapper .star-and-rate {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 32px;
}

.opinions .stars-counter .wrapper .line {
  position: relative;
  width: 280px;
  height: auto;
}

.opinions .stars-counter .wrapper .line .empty {
  background: #f4f5f9;
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 100%;
}

.opinions .stars-counter .wrapper .line .full {
  background: #bdbdbd;
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
}

.opinions .product-add-opinion {
  display: flex;
  flex-direction: column;
  text-align: center;
  border: 1px solid #eaeef2;
  padding: 24px;
  gap: 20px;
  max-width: 390px;
}

.opinions .product-add-opinion .subtitle {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: normal;
}

.opinions .product-add-opinion .brand {
  color: #5c5c5b;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
}

.opinions .product-add-opinion .product-name {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}

.opinions .product-add-opinion .btn-comment-big {
  padding: 14px 10px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
}

.product-comment-list-item {
  padding: 24px 0;
  margin: 0;
}

.product-comment-list-item.row {
  border-top: 1px solid #eaeef2;
}

.product-comment-list-item .comment-infos {
  min-height: unset;
}

.product-comment-list-item .comment-infos .comment-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 9.5px;
}

.product-comment-list-item .comment-infos .comment-author .author {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
}

.product-comment-list-item .comment-infos .buy-chceck {
  display: flex;
  align-items: center;
  gap: 3px;
}

.product-comment-list-item .comment-infos .buy-chceck .text {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
}

.product-comment-list-item .comment-content .date-stars {
  display: flex;
  align-items: center;
  gap: 24px;
}

.product-comment-list-item .comment-content .date-stars .grade-stars {
  min-width: 106px;
}

.product-comment-list-item .comment-content .date-stars .comment-date p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
}

.product-comment-list-item .comment-content .comment {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5625rem;
  margin-top: 24px;
}

.filters {
  max-width: 1076px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
}

@media (max-width: 1170px) {
  .filters {
    margin-right: 25px;
  }
}

.filters .filters-box {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

@media (max-width: 650px) {
  .filters .filters-box {
    gap: 40px;
  }
}

.filters .filters-box div {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.filters .filters-box div label {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
  margin-right: 5px;
}

.filters .filters-box .icon_select_mate {
  position: absolute;
  top: 0;
  right: -20px;
  height: 18px;
  transition: all 275ms;
  cursor: pointer;
}

.filters .filters-box .select_mate {
  white-space: nowrap;
  position: relative;
  float: right;
  color: rgba(0, 0, 0, 0.6);
  background-color: transparent;
  transition: all 375ms ease-in-out;
}

.filters .filters-box .select_mate select {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0px;
  opacity: 0;
  z-index: -1;
}

.filters .filters-box .cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}

.filters .filters-box .cont_select_int {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 999;
  overflow: hidden;
  height: 0px;
  background-color: #fff;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  transition: all 375ms ease-in-out;
}

.filters .filters-box .cont_select_int li {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
  list-style-type: none;
  padding: 10px;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor: pointer;
}

.filters .filters-box .cont_select_int li:last-child {
  border-radius: 3px;
  border-bottom: 0px;
}

.filters .filters-box .cont_select_int li:hover {
  background-color: #eeeeee;
}

.filters .filters-box .cont_select_int .active {
  background-color: #eeeeee;
}

.filters .filters-box .selecionado_opcion {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 500;
  line-height: normal;
  width: auto;
  height: auto;
  display: block;
  margin: 0px;
  cursor: pointer;
}

section.instagram {
  overflow: hidden;
  padding-top: 200px;
}

@media (max-width: 1200px) {
  section.instagram {
    padding-top: 280px;
  }
}

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

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

.statute {
  margin-bottom: 110px !important;
}

.statute ul {
  margin-left: 24px;
  margin-top: 6px !important;
  margin-bottom: 0 !important;
}

.statute ul li {
  margin-bottom: 0;
}

#products #js-product-list .products {
  gap: 73px;
}

@media (max-width: 1400px) {
  #products #js-product-list .products {
    gap: 45px;
  }
}

#products #js-product-list .products .product-miniature .product-price-and-shipping {
  font-size: 1.125rem;
}

#products #js-product-list .products .product-miniature .product-price-and-shipping .regular-price {
  font-size: 0.875rem;
}

#products #js-product-list .products .product-miniature .regular-price {
  font-size: 0.875rem;
}

#products #js-product-list .products .product-miniature .product-title a {
  font-size: 1rem;
}

#products #js-product-list .products .product-miniature .product-subtitle {
  font-size: 0.875rem;
}

#products #js-product-list .products .product-miniature .rox-qty .input-group {
  font-size: 1.125rem;
}

#products #js-product-list .products .product-miniature .rox-qty .quantity {
  font-size: 1.125rem;
}

#products #js-product-list .products .product-miniature .product-list-reviews {
  margin-bottom: 19px;
}

#products #js-product-list .products .product-miniature .product-title {
  margin-bottom: 9px;
}

#products #js-product-list .products .product-miniature .thumbnail-container .product-thumbnail {
  margin-bottom: 30px;
}

.cs-breadcrumb {
  max-width: 1720px;
  padding: 0 10px !important;
  margin: 30px auto;
}

.rox-cart-bestsellers .rox-grade-average {
  font-size: 0.8125rem;
  color: #5c5c5b;
}
