.home-hero {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
.home-hero img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  max-height: 920px;
}
.home-hero .swiper-pagination {
  bottom: 17px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.home-hero .swiper-pagination-bullet {
  opacity: 1;
  width: 70px;
  border-radius: 0px;
  height: 7px;
  background-color: rgba(255, 57, 151, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.home-hero .swiper-pagination-bullet-active {
  background-color: #ff3997;
}
.home-hero .hero-video {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1400px) {
  .home-hero img {
    max-height: 720px;
  }
}
@media (max-width: 1200px) {
  .home-hero img {
    max-height: 560px;
  }
}
@media (max-width: 768px) {
  .home-hero img {
    max-height: 420px;
  }
  .home-hero .swiper-pagination {
    display: none;
  }
}

.front-page-footer {
  padding-bottom: 80px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}
.front-page-footer--no-index {
  padding-bottom: 30px;
}
.front-page-footer__no-index-seo {
  margin-top: 0px;
}
.front-page-footer__logo {
  display: flex;
  padding: 100px 0px;
  align-items: center;
  justify-content: center;
}
.front-page-footer__logo--no-index {
  padding-top: 45px;
  padding-bottom: 60px;
}
.front-page-footer__seo {
  display: flex;
  justify-content: space-between;
}
.front-page-footer__seo p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
}
.front-page-footer__seo h3, .front-page-footer__seo .h3 {
  color: #fff;
  text-transform: none;
  margin-bottom: 24px;
}
.front-page-footer__mobile-btn {
  display: none;
  background-color: #ffad00;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  padding: 4px 20px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.front-page-footer__seo-row--brand {
  display: flex;
  gap: 12px;
  align-items: center;
}
.front-page-footer__seo-col--1 p:nth-child(3) {
  margin-top: 24px;
}
.front-page-footer__seo-col--3 {
  max-width: 420px;
}
.front-page-footer__seo-row--app {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1600px) {
  .front-page-footer__seo {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .front-page-footer__seo--no-index {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 40px;
  }
  .front-page-footer__seo-col {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .front-page-footer__seo--no-index {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) {
  .front-page-footer__seo {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .front-page-footer__seo-row--app {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
  }
  .front-page-footer__seo-row--no-index {
    margin-top: 0px;
  }
  .front-page-footer__seo-row--phone-link {
    display: none;
  }
  .front-page-footer__mobile-btn {
    display: flex;
  }
}
@media (max-width: 576px) {
  .front-page-footer {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .front-page-footer__logo {
    padding-bottom: 40px;
    padding-top: 60px;
  }
  .front-page-footer__logo a {
    max-width: 180px;
    margin: 0px auto;
  }
  .front-page-footer__logo a svg {
    max-width: 100%;
  }
  .front-page-footer__seo-row--image-1 {
    max-width: 162px;
    margin: 0px auto;
  }
  .front-page-footer__seo-row--image-2 {
    max-width: 70px;
    margin: 0px auto;
  }
}
@media (max-width: 420px) {
  .front-page-footer__seo-row--image-1 {
    max-width: 110px;
    margin: 0px auto;
  }
  .front-page-footer__seo-row--image-2 {
    max-width: 50px;
    margin: 0px auto;
  }
  .front-page-footer__mobile-btn {
    padding: 4px 10px;
  }
}

.footer-realization {
  background-color: #ffad00;
  padding: 15px 0px;
}
.footer-realization__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-realization span {
  color: #fff;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (max-width: 1700px) {
  .footer-realization__container {
    display: grid;
    gap: 4px;
    width: 100%;
    justify-content: space-around;
  }
  .footer-realization span {
    text-align: center;
  }
  .footer-realization span:nth-child(1) {
    order: 3;
  }
  .footer-realization span:nth-child(2) {
    order: 1;
  }
  .footer-realization span:nth-child(3) {
    order: 2;
  }
}

.footer-link {
  padding-top: 60px;
  padding-bottom: 40px;
}
.footer-link__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-link__col-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}
.footer-link__col-socials a {
  display: flex;
}
.footer-link__col-socials a svg path {
  fill: #fff;
  transition: fill 0.3s;
}
.footer-link__col-socials a:hover svg path {
  fill: #ffad00;
}
.footer-link__col-title {
  color: #ffad00;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.footer-link__col li {
  margin-bottom: 12px;
}
.footer-link__col li a,
.footer-link__col li p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: normal;
  transition: color 0.3s;
}
.footer-link__col li a:hover {
  color: #ffad00;
}
.footer-link__col li:last-child {
  margin-bottom: 0px;
}
.footer-link__col--1 {
  max-width: 270px;
}
.footer-link__col--2 {
  max-width: 300px;
}
.footer-link__col--3 {
  max-width: 130px;
}
.footer-link__col--4 {
  max-width: 270px;
}
.footer-link__col--5 {
  max-width: 270px;
}
.footer-link__col--6 {
  max-width: 270px;
}
.footer-link__social-media {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-link__social-media a {
  display: flex;
}
.footer-link #blockEmailSubscription_displayFooterBefore {
  max-width: 100% !important;
}
@media (max-width: 1600px) {
  .footer-link .footer-link {
    gap: 15px;
  }
}
@media (max-width: 1400px) {
  .footer-link__payments-logo {
    margin-top: 5px;
  }
  .footer-link__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .footer-link__col {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .footer-link__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .footer-link__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
  .footer-link__col {
    position: relative;
    padding: 40px 0px;
  }
  .footer-link__col li a,
  .footer-link__col li p {
    font-size: 1rem;
  }
  .footer-link__col:before {
    position: absolute;
    content: "";
    left: -1.5rem;
    top: -10px;
    height: 1px;
    width: calc(100% + 3rem);
    background-color: rgba(255, 255, 255, 0.6);
  }
  .footer-link__col--3 {
    order: 6;
  }
  .footer-link__col--6 {
    order: -1;
    position: relative;
  }
  .footer-link__col-socials {
    position: absolute;
    bottom: 60px;
    right: 0px;
  }
}

@media (max-width: 1400px) {
  footer .container #blockEmailSubscription_displayFooterBefore {
    max-width: 100%;
  }
  #block-newsletter-label {
    line-height: unset !important;
  }
}
@media (max-width: 768px) {
  .block_newsletter {
    padding: 0px;
    border-bottom: none;
  }
}
@media (max-width: 576px) {
  footer
    .container
    #blockEmailSubscription_displayFooterBefore
    #block-newsletter-label {
    text-align: center;
  }
  .footer-link {
    padding-bottom: 0px;
  }
  .footer-link__col--6 .cut-width {
    max-width: 100% !important;
  }
}
#footer {
  padding-top: 0px;
}

/*Instagram section*/
.instagram-section {
  position: relative;
  width: 100%;
}
.instagram-section__container {
  position: relative;
  z-index: 2;
  display: flex;
}
.instagram-section__container img {
  max-width: 100%;
}
.instagram-section__left-background {
  position: absolute;
  content: "";
  z-index: 1;
  width: 48%;
  left: 0px;
  top: 0px;
  height: 100%;
  background-color: #ffad00;
}
.instagram-section__right-background {
  content: "";
  z-index: 1;
  position: absolute;
  width: 52%;
  left: 48%;
  top: 0px;
  height: 100%;
  display: flex;
  background-color: #ffd1e4;
}
.instagram-section__blog {
  max-width: 42%;
  width: 100%;
  margin-bottom: -60px;
}
.instagram-section__instagram {
  max-width: 58%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instagram-section__instagram-wrapper p,
.instagram-section__instagram-wrapper .heading-44 {
  color: #ff3997;
  text-align: center;
}
.instagram-section__instagram-wrapper .heading-44 {
  font-weight: 700;
}
.instagram-section__instagram-wrapper .instagram-desction__description {
  margin-bottom: 48px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.25rem;
}
.instagram-section__blog-wrapper {
  padding-right: 24px;
  transform: translateY(-60px);
}
.instagram-section__blog-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
}
.instagram-section__blog-wrapper-content {
  padding: 60px 0px;
}
.instagram-section__blog-wrapper-content h3,
.instagram-section__blog-wrapper-content p {
  color: #fff;
}
.instagram-section__blog-wrapper-content p {
  height: 230px;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  line-height: 1.75rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.instagram-section__blog-wrapper-content h3 {
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 2.75rem;
}
.instagram-section__blog-wrapper-content .button {
  padding-left: 0px;
  margin-top: 60px;
}
.instagram-section__blog-wrapper-content .button span {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.instagram-section__instagram-posts {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 0px;
  background: #ffd1e4;
}
.instagram-section__instagram-post {
  display: flex;
}
.instagram-section__instagram-post img {
  width: 100%;
}

@media (max-width: 1920px) {
  .instagram-section__left-background {
    width: 43%;
    left: 0px;
  }
  .instagram-section__right-background {
    width: 57%;
    left: 43%;
  }
}
@media (max-width: 1200px) {
  .instagram-section__left-background {
    width: 100%;
    left: 24px;
    max-width: calc(100% - 48px);
    z-index: 2;
    height: 1150px;
    top: -120px;
  }
  .instagram-section__right-background {
    width: 100%;
    left: 0px;
  }
  .instagram-section__instagram-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .instagram-section__instagram {
    max-width: 100%;
  }
  .instagram-section__blog {
    max-width: 100%;
    position: relative;
  }
  .instagram-section__blog__right-background {
    content: "";
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 1;
    height: 100%;
    top: -120px;
    background-color: #ffad00;
  }
  .instagram-section__blog-wrapper {
    position: relative;
    z-index: 2;
    padding: 0px 35px;
    transform: translateY(-180px);
  }
  .instagram-section__blog-wrapper img {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .instagram-section__container {
    flex-direction: column;
  }
  .instagram-section__left-background {
    height: 1150px;
  }
  .instagram-section__instagram-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .instagram-section__blog-wrapper-content {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .instagram-section__instagram-wrapper p {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  .instagram-section__blog-wrapper-content {
    padding-top: 30px;
  }
  .instagram-section__blog-wrapper-content p {
    font-size: 0.875rem;
  }
  .instagram-section__blog-wrapper img {
    max-height: 300px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .instagram-section__blog-wrapper-content h3 {
    margin-bottom: 40px;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 768px) {
  .instagram-section__left-background {
    height: 700px;
  }
}
/*End Instagram section*/
/*featured products section*/
.cs-featured-products {
  margin-top: 140px;
  margin-bottom: 140px;
}

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

.featured-products-swiper .product-miniature,
.product-miniature .product {
  display: block;
}

.product-thumbnails-swiper {
  position: relative;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.product-thumbnails-swiper .next,
.product-thumbnails-swiper .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.product-thumbnails-swiper .next {
  right: 0;
}

.product-thumbnails-swiper .prev {
  left: 0;
}

.scroll-box-arrows {
  display: none !important;
}

.product-thumbnails-swiper img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.js-qv-product-cover {
  max-height: 620px;
  -o-object-fit: contain;
  object-fit: contain;
}

#product #content {
  max-width: unset;
}

.product-image-section .js-qv-mask.scroll {
  width: 100%;
  padding: 0px 40px;
  margin: 0px;
}

/*end featured products section*/
/*opinions*/
.reviews__mid-box:first-child .reviews__mid-box-up::after {
  display: none;
}

/*opinions*/
/*Products*/
.blockreassurance_product {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
}
.blockreassurance_product div {
  display: flex;
  align-items: center;
}
.blockreassurance_product .item-product {
  width: unset;
  height: unset;
  float: unset;
}
.blockreassurance_product .item-product svg {
  min-width: 61px;
}
.blockreassurance_product .block-title {
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
}
.blockreassurance_product p {
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
}

.blockreassurance_product-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start !important;
}

.product_cs_wrapper {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
.product_cs_wrapper__bottom {
  margin: 30px 0px;
}
.product_cs_wrapper__bottom .mobile-qty {
  display: none;
}
.product_cs_wrapper__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_cs_wrapper__top .discount-percentage {
  display: none;
}
.product_cs_wrapper__top .tax-shipping-delivery-label {
  display: none;
}
.product_cs_wrapper .add-to-cart {
  width: 100%;
  background-color: #ffad00;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  padding: 15px 0px;
  height: unset;
}
.product_cs_wrapper .product-prices {
  margin-top: 0px;
}
.product_cs_wrapper .product-prices__top {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px;
  margin-top: 0px;
  align-items: baseline;
  margin-bottom: 0px;
  justify-content: flex-end;
}
.product_cs_wrapper .current-price {
  margin-bottom: 0px;
}
.product_cs_wrapper .current-price-value {
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  color: #ff3997;
}
.product_cs_wrapper .regular-price {
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ffad00;
  margin-right: 0px;
}
.product_cs_wrapper .omnibus_product {
  color: #707070;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
}
.product_cs_wrapper .product-discount {
  margin-bottom: 0px;
}

.cs-revies-list {
  margin-bottom: 30px;
}
.cs-revies-list .product-list-reviews {
  visibility: visible;
  align-items: center;
  justify-content: flex-start;
}
.cs-revies-list .product-list-reviews {
  margin-bottom: 0px;
}
.cs-revies-list .wishlist-button-add {
  box-shadow: none;
  background-color: none;
}
.cs-revies-list .wishlist-button-add i {
  color: #000;
  transform: scale(1.5);
}
.cs-revies-list .star-content {
  margin-left: -5px;
}
.cs-revies-list .product-list-reviews {
  gap: 0px;
}

.product-points {
  display: flex;
  align-items: flex-start;
  background-color: rgba(255, 173, 0, 0.3);
  gap: 12px;
  padding: 24px;
  margin: 30px 0px;
  margin-top: 0px;
}
.product-points svg {
  min-width: 17px;
}
.product-points__span {
  color: #ffad00;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

.cs-review-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-product .product-container {
  margin-top: 30px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.page-product .product-container::after {
  display: none;
}

.cs-product-name {
  font-weight: 700;
}

.cs-product-line {
  color: #5c5c5b;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 6px;
  font-weight: 400;
}

.cs-product-image .product-cover {
  text-align: center;
}
.cs-product-image .product-flag,
.cs-product-image .discount {
  background-color: #ffad00;
}

.product-thumbnails-swiper {
  max-width: 650px;
  padding: 0px !important;
}

.product-thumbnail-wrapper {
  position: relative;
  max-width: 760px;
  margin: 0px auto;
}
.product-thumbnail-wrapper .thumbnails-cs-navigation {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: space-between;
  max-width: 750px;
  margin: 0px auto;
  top: 50%;
  transform: translateY(-50%);
}
.product-thumbnail-wrapper .thumbnails-cs-navigation .js-qv-mask.scroll {
  width: calc(100% - 80px);
}

.cs-product-info .blockreassurance_product .item-product img {
  width: 64px;
  height: 64px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.cs-product-info .block-title {
  color: #5c5c5b !important;
}
.cs-product-info .blockreassurance_product-content p {
  color: #5c5c5b !important;
}

.page-index .page-footer {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* product-faq*/
.product-faq {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 3rem;
}

.product-faq .rck-image {
  overflow: hidden;
}

.product-faq .rck-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.product-faq .product-faq-blocks {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 25px;
}

.product-faq .product-faq-blocks .product-faq-block {
  position: relative;
  border-bottom: 0.0625rem solid #eaeef2;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.product-faq .product-faq-blocks .product-faq-block .rck-thead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
  color: #0e0f11;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  cursor: pointer;
  padding: 14px 0px;
}

.product-faq .product-faq-blocks .product-faq-block .rck-thead::after {
  content: "";
  width: 1.6875rem;
  height: 1.6875rem;
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='28' viewBox='0 0 27 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 11.75L13.5 18.5L20.25 11.75' stroke='%230E0F11' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  display: block;
  transition: transform 0.2s ease-in-out;
}

.product-faq .product-faq-blocks .product-faq-block.active .rck-thead::after {
  transform: rotate(180deg);
}

.product-faq .product-faq-blocks .product-faq-block .rck-body {
  padding-bottom: 1.5rem;
}

.product-faq .product-faq-blocks .product-faq-block .rck-body p {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 160%;
  color: #000000;
}

.product-faq .product-faq-blocks .product-faq-block .rck-body {
  padding-bottom: 1.5rem;
}

.product-faq .product-faq-blocks .product-faq-block .rck-body p {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 160%;
  color: #000000;
}

.product-mobile-swiper {
  display: none;
}

/*Products*/
@media (max-width: 992px) {
  #products .products,
  .featured-products .products {
    justify-content: unset;
  }
}
@media (max-width: 992px) {
  .cs-featured-products {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .featured-products-swiper .heading-70.color-pink::before {
    transform: translate(-20px, 10px);
  }
}
@media (max-width: 576px) {
  .instagram-section__blog-wrapper-content .button {
    padding: 0px;
    margin-top: 60px;
    line-height: 20px;
  }
}
.product-images-col {
  max-width: 1050px;
  width: 100%;
}

.product-properties-col {
  max-width: 710px;
  width: 100%;
}

@media (max-width: 1400px) {
  #main .images-container .js-qv-mask.scroll {
    width: calc(100% - 80px);
  }
}
.cs-revies-list .counter {
  display: flex;
  align-items: center;
}
.cs-revies-list .counter .rate {
  margin-right: 24px;
}
.cs-revies-list .counter .grade-stars {
  top: -2px;
}

@media (max-width: 1200px) {
  .cs-product-name {
    font-size: 26px;
  }
  .product-images-col {
    max-width: 50%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .blockreassurance_product {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-product .product-container {
    flex-direction: column;
  }
  .product-images-col {
    max-width: 100%;
    width: 100%;
  }
  .product-properties-col {
    max-width: 100%;
    width: 100%;
  }
  .blockreassurance_product {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mobile-product-images {
  display: none;
}

.add-to-favourite-mobile {
  position: absolute;
  top: -60px;
  right: 0px;
  display: none;
}
.add-to-favourite-mobile .wishlist-button-add {
  background: transparent;
  border: none;
  box-shadow: none;
}

@media (max-width: 768px) {
  .cs-revies-list .wishlist-button-add {
    display: none;
  }
  .add-to-favourite-mobile {
    display: flex;
  }
  .desktop-product-images {
    display: none;
  }
  .mobile-product-images {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product_cs_wrapper .product-points {
    display: none;
  }
  .product_cs_wrapper .rox-qty {
    width: 130px;
  }
  .product_cs_wrapper .rox-qty .quantity {
    padding: 15px 16px;
  }
  .product_cs_wrapper .add-to-cart {
    padding: 11px 30px;
  }
  .product_cs_wrapper__top .product-add-to-cart {
    display: none;
  }
  .product_cs_wrapper__bottom {
    display: flex;
    justify-content: space-between;
  }
  .product_cs_wrapper__bottom .mobile-qty {
    display: flex;
  }
  .blockreassurance_product {
    grid-template-columns: repeat(1, 1fr);
  }
  .cs-product-line {
    font-size: 14px;
    line-height: normal;
  }
  .cs-product-name {
    font-size: 22px;
    line-height: normal;
  }
  .product_cs_wrapper .add-to-cart {
    font-size: 0;
  }
  .product_cs_wrapper .add {
    width: calc(100% - 154px);
  }
  .product_cs_wrapper .add-to-cart::after {
    content: attr(data-mobile-lang);
    font-size: 1rem;
    margin-left: -10px;
  }
  .desktop-product-swiper {
    display: none;
  }
  .product-mobile-swiper {
    display: flex;
  }
}
.mobile-product-images__wrapper {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 576px) {
  .product_cs_wrapper__bottom {
    gap: 20px;
  }
  #product .rox-qty {
    max-width: 40% !important;
    width: 100% !important;
  }
  #product .add {
    max-width: 60% !important;
    width: 100% !important;
  }
}
.mobile-product-images__wrapper .swiper-slide img {
  text-align: center;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.product-thumbnails-swiper-mobile {
  position: relative;
  max-width: calc(100% - 48px);
}
.product-thumbnails-swiper-mobile .thumb-container {
  text-align: center;
}

.products-mobile-images-navigation {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.product-swiper-btn {
  position: relative;
  z-index: 5;
}

@media (max-width: 576px) {
  .product-thumbnails-swiper-mobile {
    max-width: calc(100% - 64px);
  }
}
.cs-breadcrumb {
  font-size: 14px;
  color: #5c5c5b;
}
.cs-breadcrumb ol li::after {
  color: #5c5c5b;
}
.cs-breadcrumb ol li:last-child {
  font-weight: 600;
}
@media (max-width: 768px) {
  .cs-breadcrumb {
    margin: 24px 0px;
  }
  .cs-breadcrumb ol li:last-child {
    font-weight: 500;
  }
}

.product-mobile-breadcrumbs {
  display: none;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #5c5c5b;
}
.product-mobile-breadcrumbs svg {
  transition: transform 0.3s;
}
.product-mobile-breadcrumbs:hover {
  color: #5c5c5b;
}
.product-mobile-breadcrumbs:hover svg {
  transform: translateX(-8px);
}

@media (max-width: 768px) {
  .producs-breadcrumbs ol {
    display: none;
  }
  .product-mobile-breadcrumbs {
    display: flex;
  }
}
.empty-reviews .star-content div.star-on,
.empty-reviews .star-content div.star-hover {
  background-position: 0px 0;
}

#order-confirmation .rox-checkout {
  display: flex;
  flex-direction: column;
  max-width: 860px;
  margin: 0px auto;
  border: 1px solid #eaeef2;
  padding: 20px;
  margin-top: 180px;
}
#order-confirmation .rox-checkout-block {
  border: none;
  padding: 0px;
}
#order-confirmation .card .rox-checkout-block {
  text-align: center;
}
#order-confirmation .card .rox-checkout-block .heading-3 {
  margin-bottom: 16px;
  font-size: 1.625rem;
  margin-bottom: 1rem;
}
#order-confirmation #order-items .heading-3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  margin-bottom: 12px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #eaeef2;
}
#order-confirmation .flex-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
#order-confirmation .rox-cs-confirm-table {
  display: flex;
  justify-content: space-between;
}
#order-confirmation .rox-table-item__name--custom {
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
}
#order-confirmation .rox-table-item__name-brand {
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  color: #5c5c5b;
}
#order-confirmation .rox-table-item__name-product {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 12px;
}
#order-confirmation .rox-table-item__name-quantity {
  font-size: .875rem;
  font-style: normal;
  font-weight: 500;
  color: #5c5c5b;
}
#order-confirmation .rox-table-item--4 {
  color: #5c5c5b;
}
#order-confirmation .rox-checkout-new-account {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  max-width: 860px;
  margin: 0px auto;
  margin-top: 46px;
  margin-bottom: 300px;
}
#order-confirmation .rox-checkout-new-account__col {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 50%;
  width: 100%;
}
#order-confirmation .rox-checkout-new-account__col--1 {
  flex-direction: column;
  position: relative;
}
#order-confirmation .rox-checkout-new-account__col--1 h4 {
  display: none;
}
#order-confirmation .rox-checkout-new-account__col--1 ul {
  display: none;
}
#order-confirmation .rox-checkout-new-account .button {
  width: 100%;
}
#order-confirmation .rox-checkout-new-account form {
  width: 100%;
  transition: max-height 0.4s;
  overflow: hidden;
  padding-top: 30px;
  position: absolute;
  max-width: 100%;
}
#order-confirmation .rox-checkout-new-account .form-footer .btn-primary {
  width: 100%;
  background-color: #ffad00;
  color: #fff;
  padding: 14px;
}
#order-confirmation .rox-checkout-new-account .button--yellow {
  border: 2px solid #ffad00;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #000;
}
#order-confirmation .card-block {
  margin: 0px;
  padding: 0px;
}
#order-confirmation .card-block h3 {
  border-top: dashed 1px #eaeef2;
  border-bottom: dashed 1px #eaeef2;
  padding-top: 24px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
#order-confirmation .card-block p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
}
#order-confirmation .form-wrapper {
  width: 100%;
}

.page-order-confirmation .rox-checkout #content-hook_order_confirmation p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 6px !important;
}

.cs_form_trigger {
  width: 100%;
  background-color: #ffad00;
  color: #fff;
  padding: 18px;
  border: none;
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 768px) {
  #order-confirmation .rox-cs-confirm-table {
    flex-wrap: nowrap;
  }
  #order-confirmation .rox-checkout-new-account {
    flex-direction: column-reverse;
  }
  #order-confirmation .rox-checkout-new-account__col {
    width: 100%;
    max-width: 100%;
  }
  #order-confirmation .rox-checkout-new-account form {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  #order-confirmation .rox-cs-confirm-table {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #order-confirmation .rox-cs-confirm-table .rox-table-item {
    flex-direction: column;
    width: 100%;
    align-items: start;
  }
  #order-confirmation .rox-table-item__name--custom {
    align-items: flex-start;
  }
  #order-confirmation .rox-table-item__name-product {
    text-align: start;
  }
}
#footer {
  position: sticky;
  bottom: 0px;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  overflow: visible;
  display: block;
  max-height: calc(100vh - 70px);
  z-index: -1;
}

body {
  background-color: #ff3997;
}

#wrapper {
  background-color: white;
  position: relative;
}

@media (max-width: 1299px) {
  .footer-cs-wrappper {
    padding-bottom: 70px;
  }
}
.opinions {
  justify-content: space-between;
}
.opinions .cs-opinions {
  display: flex;
  gap: 120px;
}
@media (max-width: 1100px) {
  .opinions .cs-opinions {
    display: flex;
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .opinions {
    flex-direction: column;
    gap: 30px;
  }
  .opinions .cs-opinions {
    justify-content: space-between;
    gap: unset;
  }
  .opinions .product-add-opinion {
    max-width: 100%;
  }
  .opinions .stars-counter {
    max-width: 70%;
    width: 100%;
  }
  .opinions .stars-counter .wrapper .line {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .opinions .product-add-opinion {
    border: none !important;
    padding: 0px;
    margin-top: 20px;
  }
  .opinions .product-add-opinion .subtitle,
  .opinions .product-add-opinion .brand,
  .opinions .product-add-opinion .product-name {
    display: none;
  }
}
@media (max-width: 567px) {
  .opinions .counter p.rate {
    font-size: 2.625rem;
  }
  .opinions .cs-opinions {
    gap: 40px;
  }
  .opinions .counter p {
    font-size: 11px;
    line-height: 12px;
  }
}

@media (max-width: 768px) {
  #product-comments-list-header h2 {
    margin-bottom: 40px;
  }
}
.product-comment-list-item {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
.product-comment-list-item .buy-chceck-mobile {
  display: none;
}
.product-comment-list-item::after {
  display: none;
}
.product-comment-list-item .comment-author svg {
  min-width: 32px;
}
.product-comment-list-item .buy-chceck svg {
  min-width: 18px;
}
.product-comment-list-item .comment-infos {
  max-width: 150px;
  width: 100%;
}
.product-comment-list-item .comment-content {
  max-width: 1400px;
  width: 100%;
}
.product-comment-list-item .comment-content .date-stars {
  margin-top: 6px;
}
@media (max-width: 1400px) {
  .product-comment-list-item {
    gap: 80px;
  }
}
@media (max-width: 1200px) {
  .product-comment-list-item {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .product-comment-list-item {
    flex-direction: column;
    gap: 20px;
  }
  .product-comment-list-item .opinions {
    margin-bottom: 32px;
  }
  .product-comment-list-item .comment-content .comment {
    margin-top: 12px;
  }
  .product-comment-list-item .comment-infos {
    max-width: 100%;
  }
  .product-comment-list-item .comment-content {
    max-width: 100%;
  }
  .product-comment-list-item .buy-chceck-desktop {
    display: none !important;
  }
  .product-comment-list-item .buy-chceck-mobile {
    display: flex;
    margin-top: 10px;
    gap: 6px;
  }
}

@media (max-width: 576px) {
  #product-comments-list-header h2::before {
    transform: translate(10px, 10px);
  }
}
main {
  position: relative;
}

#category #left-column {
  margin-top: 0px;
  margin-bottom: 60px;
  height: -moz-fit-content;
  height: fit-content;
}
#category .col-xs-12 {
  padding-right: 0px;
  padding-left: 24px;
}
#category .cs-category-wrapper {
  display: flex;
}

#search_filter_toggler .product-filter-icon {
  display: none;
}

.cs-category-header {
  display: flex;
  justify-content: center;
  padding: 100px 0px;
}
.cs-category-header .heading-70::before {
  content: attr(data-text);
  z-index: -1;
  position: absolute;
  transform: translate(20px, 20px);
  color: #fff;
  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: 1400px) {
  #js-product-list.grid .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  #js-product-list.grid .products {
    grid-template-columns: repeat(2, 1fr);
  }
  #category #left-column {
    max-width: 350px;
  }
}
@media (max-width: 992px) {
  #js-product-list.grid .products {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  #category #left-column {
    border: none;
  }
  #js-product-list.grid .products {
    grid-template-columns: repeat(1, 1fr);
  }
  .cs-category-left-col .block-categories {
    display: none;
  }
  #search_filter_toggler .product-filter-icon {
    display: flex;
  }
  .cs-mobile-sort-order,
  .cs-mobile-filter {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 40px !important;
    background: none;
    border: solid 1px #ff3997 !important;
    border-radius: 50px;
    text-transform: none;
    transition: background-color 0.3s, color 0.3s;
  }
  .cs-mobile-filter svg path {
    transition: stroke 0.3s;
  }
  .cs-mobile-filter:hover {
    background-color: #ff3997;
    color: #fff;
  }
  .cs-mobile-filter:hover svg path {
    stroke: #fff;
  }
}
@media (max-width: 576px) {
  .cs-category-header {
    padding-bottom: 60px;
    padding-top: 32px;
  }
  .cs-category-header .heading-70::before {
    transform: translate(10px, 10px);
  }
}
.products-sort-order .dropdown-menu {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  top: 29px;
  max-width: 340px;
  width: 340px;
}
.products-sort-order .dropdown-menu span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: solid 1px #fff;
  transition: border 0.3s;
  padding: 10px 0px;
}
.products-sort-order .dropdown-menu span:hover {
  cursor: pointer;
  background-color: #fff;
  color: #FFAD00;
}

@media (max-width: 576px) {
  .products-sort-order .dropdown-menu {
    top: 50px;
  }
}
.cs-shop-pagination .page-list {
  margin-top: 80px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs-shop-pagination .page-list::after {
  display: none;
}
.cs-shop-pagination .page-list li {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.cs-shop-pagination .page-list li a {
  margin: 0px 6px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 18px;
  font-size: 18px;
  padding: 6px 13px;
}
.cs-shop-pagination .page-list li a.next {
  padding: 6px 30px;
}
.cs-shop-pagination .page__store-btn-prev {
  background: rgba(255, 209, 228, 0.6);
  transition: color 0.3s, background-color 0.3s;
  border: none;
}
.cs-shop-pagination .page__store-btn-prev .mobile-icon {
  display: none;
}
.cs-shop-pagination .page__store-btn-prev svg path {
  transition: stroke 0.3s, transform 0.3s;
}
.cs-shop-pagination .page__store-btn-prev span {
  transition: color 0.3s;
}
.cs-shop-pagination .page__store-btn-prev:hover {
  color: #fff;
  background-color: #ff3997;
}
.cs-shop-pagination .page__store-btn-prev:hover span {
  color: #fff;
}
.cs-shop-pagination .page__store-btn-prev:hover svg path {
  stroke: #fff;
  transform: translateX(-6px);
}
.cs-shop-pagination .page__store-btn-next {
  background: rgba(255, 209, 228, 0.6);
  transition: color 0.3s, background-color 0.3s;
  border: none;
}
.cs-shop-pagination .page__store-btn-next .mobile-icon {
  display: none;
}
.cs-shop-pagination .page__store-btn-next span {
  transition: color 0.3s;
}
.cs-shop-pagination .page__store-btn-next svg path {
  transition: stroke 0.3s, transform 0.3s;
}
.cs-shop-pagination .page__store-btn-next:hover {
  color: #fff;
  background-color: #ff3997;
}
.cs-shop-pagination .page__store-btn-next:hover span {
  color: #fff;
}
.cs-shop-pagination .page__store-btn-next:hover svg path {
  stroke: #fff;
  transform: translateX(6px);
}
.cs-shop-pagination .cs-pagination-element a {
  padding: 8px 30px !important;
  align-items: center;
  gap: 12px;
  display: flex;
  color: #5c5c5b;
}
.cs-shop-pagination .cs-pagination-element a .mobile-icon {
  display: none;
}
.cs-shop-pagination .cs-pagination-wrapper {
  width: 100%;
  display: flex;
}
.cs-shop-pagination .cs-pagination-wrapper li:has(.page__store-btn-prev) {
  margin-right: auto;
}
.cs-shop-pagination .cs-pagination-wrapper li:has(.page__store-btn-next) {
  margin-left: auto;
}

@media (max-width: 1200px) {
  .cs-shop-pagination .cs-pagination-element a {
    padding: 8px 10px !important;
  }
  .cs-shop-pagination .page-list li a {
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .cs-shop-pagination .cs-pagination-element {
    border: none;
    background: none;
  }
  .cs-shop-pagination .cs-pagination-element a {
    padding: 6px !important;
    border: none;
    background-color: transparent !important;
  }
  .cs-shop-pagination .cs-pagination-element a span {
    display: none;
  }
  .cs-shop-pagination .cs-pagination-element a .desktop-icon {
    display: none;
  }
  .cs-shop-pagination .cs-pagination-element a .mobile-icon {
    display: flex;
  }
  .page__store-btn-next,
  .page__store-btn-prev {
    padding: 6px !important;
    border: none;
    background: transparent !important;
  }
  .page__store-btn-next span,
  .page__store-btn-prev span {
    display: none;
  }
  .page__store-btn-next .desktop-icon,
  .page__store-btn-prev .desktop-icon {
    display: none;
  }
  .page__store-btn-next .mobile-icon,
  .page__store-btn-prev .mobile-icon {
    display: flex !important;
  }
}
.cs-mobile-sort-trigger {
  display: none;
}
.cs-mobile-sort-trigger span {
  height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cs-mobile-sort-trigger:hover {
  cursor: pointer;
}

.mobile-sort-order-wrapper {
  display: none;
}

@media (max-width: 768px) {
  #category #search_filter_toggler {
    width: 100% !important;
    justify-content: center;
  }
  #js-product-list-top .filter-button {
    width: 100% !important;
  }
  .cs-mobile-sort-trigger {
    width: 100% !important;
    justify-content: center;
    color: #232323;
  }
  .collapse-icons i {
    display: inline-block;
  }
  #category #left-column {
    padding-top: 0px;
    margin: 0px;
    padding-bottom: 0px;
  }
  .cs-confirm-filters {
    width: 100%;
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    text-transform: none;
  }
  #category #left-column #search_filter_controls button {
    margin: 0px;
  }
  #js-product-list-top {
    margin-bottom: 40px;
  }
  #category #left-column #search_filters .ui-slider-horizontal {
    margin-top: 12px;
  }
  #search_filters .facet .facet-label .custom-checkbox,
  #search_filters .facet .facet-label .custom-radio {
    top: -13px;
    position: relative;
  }
  #search_filters .facet .facet-label {
    display: flex;
    align-items: center;
  }
  #category #left-column #search_filters .facet .facet-label a {
    margin-top: 3px;
  }
  .js-search-filters-clear-all {
    color: #fff;
    border: 1px solid var(--Pink_main, #ff3997);
    background: var(--Pink_main, #ff3997);
    width: 100%;
    margin-bottom: 12px !important;
    font-size: 18px;
    line-height: 18px;
    padding: 6px;
    font-weight: 600;
  }
  #search_filters .facet .facet-label .color {
    margin-top: unset;
    margin-bottom: unset;
  }
  .mobile-sort-order-wrapper {
    margin-top: 20px;
    overflow: hidden;
    transition: max-height 0.4s;
    display: block;
  }
  .mobile-sort-order-wrapper li a {
    border-bottom: solid 1px #fff;
    transition: border 0.3s;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    width: 100%;
    padding: 10px 0px;
    color: #232323;
  }
  .mobile-sort-order-wrapper li a:hover {
    border-bottom: solid 1px #eaeef2;
  }
  .cs-mobile-sort-trigger {
    display: flex;
  }
  .products-sort-order {
    display: none !important;
  }
  #js-product-list-top .sort-by-row {
    flex-direction: row !important;
  }
}
@media (max-width: 576px) {
  #js-product-list-top .sort-by-row {
    flex-direction: column !important;
  }
  .cs-shop-pagination .page-list {
    margin-top: 20px;
    margin-bottom: 80px;
  }
}
.order-confirmation-notifications {
  max-width: 860px;
  margin: 0px auto;
  margin-bottom: 60px;
}
.order-confirmation-notifications .container {
  padding: 0px;
}
.order-confirmation-notifications .alert-danger {
  background: #fff;
  border: solid 1px #ff3997;
  font-size: 16px;
  color: #ff3997;
}

#search_filters .custom-checkbox:has(input:checked) .ps-shown-by-js {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 8.25L9 10.5L16.5 3' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%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='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#search_filters .custom-checkbox .ps-shown-by-js {
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 3.75V14.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='%23040404' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.25 3.75L2.25 14.25C2.25 14.6478 2.40804 15.0294 2.68934 15.3107C2.97065 15.592 3.35218 15.75 3.75 15.75L14.25 15.75C14.6478 15.75 15.0294 15.592 15.3107 15.3107C15.592 15.0294 15.75 14.6478 15.75 14.25L15.75 3.75C15.75 3.35218 15.592 2.97064 15.3107 2.68934C15.0294 2.40804 14.6478 2.25 14.25 2.25L6 2.25' stroke='%23040404' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#search_filters .ps-shown-by-js .checkbox-checked {
  display: none;
}

.cs-form-checkbox label:has(input:checked) span {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 8.25L9 10.5L16.5 3' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%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='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border: none !important;
  background-size: cover;
  width: 20px !important;
  height: 20px !important;
}

.cs-form-checkbox label span {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 3.75V14.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='%23040404' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.25 3.75L2.25 14.25C2.25 14.6478 2.40804 15.0294 2.68934 15.3107C2.97065 15.592 3.35218 15.75 3.75 15.75L14.25 15.75C14.6478 15.75 15.0294 15.592 15.3107 15.3107C15.592 15.0294 15.75 14.6478 15.75 14.25L15.75 3.75C15.75 3.35218 15.592 2.97064 15.3107 2.68934C15.0294 2.40804 14.6478 2.25 14.25 2.25L6 2.25' stroke='%23040404' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border: none !important;
  background-size: cover;
  width: 20px !important;
  height: 20px !important;
}
.cs-form-checkbox label span i {
  display: none !important;
}

.cs-delivery-checkbox {
  position: relative;
  background-size: cover;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 3.75V14.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='%23040404' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.25 3.75L2.25 14.25C2.25 14.6478 2.40804 15.0294 2.68934 15.3107C2.97065 15.592 3.35218 15.75 3.75 15.75L14.25 15.75C14.6478 15.75 15.0294 15.592 15.3107 15.3107C15.592 15.0294 15.75 14.6478 15.75 14.25L15.75 3.75C15.75 3.35218 15.592 2.97064 15.3107 2.68934C15.0294 2.40804 14.6478 2.25 14.25 2.25L6 2.25' stroke='%23040404' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
}
.cs-delivery-checkbox input {
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

.cs-delivery-checkbox:has(input:checked) {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 8.25L9 10.5L16.5 3' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%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='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
}

.cs-delivery-checkbox-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.cs-delivery-checkbox-wrapper label {
margin-bottom: 0;
}


.cs-payment-option-left .custom-radio:has(input:checked) span {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 8.25L9 10.5L16.5 3' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%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='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border: none !important;
  background-size: cover;
  width: 20px !important;
  height: 20px !important;
  background-color: transparent !important;
}

.cs-payment-option-left .custom-radio {
  border: none !important;
}
.cs-payment-option-left .custom-radio span {
  position: absolute;
  top: -3px !important;
  background: transparent;
  border: none !important;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 3.75V14.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='%23040404' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.25 3.75L2.25 14.25C2.25 14.6478 2.40804 15.0294 2.68934 15.3107C2.97065 15.592 3.35218 15.75 3.75 15.75L14.25 15.75C14.6478 15.75 15.0294 15.592 15.3107 15.3107C15.592 15.0294 15.75 14.6478 15.75 14.25L15.75 3.75C15.75 3.35218 15.592 2.97064 15.3107 2.68934C15.0294 2.40804 14.6478 2.25 14.25 2.25L6 2.25' stroke='%23040404' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border: none !important;
  background-size: cover;
  width: 20px !important;
  height: 20px !important;
  background-color: transparent !important;
}

.delivery-option-left .custom-radio:has(input:checked) span {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 8.25L9 10.5L16.5 3' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%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='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border: none !important;
  background-size: cover;
  width: 20px !important;
  height: 20px !important;
  background-color: transparent !important;
}

.delivery-option-left .custom-radio {
  border: none !important;
}
.delivery-option-left .custom-radio span {
  position: absolute;
  top: -7px !important;
  background: transparent;
  border: none !important;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 3.75V14.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='%23040404' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.25 3.75L2.25 14.25C2.25 14.6478 2.40804 15.0294 2.68934 15.3107C2.97065 15.592 3.35218 15.75 3.75 15.75L14.25 15.75C14.6478 15.75 15.0294 15.592 15.3107 15.3107C15.592 15.0294 15.75 14.6478 15.75 14.25L15.75 3.75C15.75 3.35218 15.592 2.97064 15.3107 2.68934C15.0294 2.40804 14.6478 2.25 14.25 2.25L6 2.25' stroke='%23040404' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border: none !important;
  background-size: cover;
  width: 20px !important;
  height: 20px !important;
  background-color: transparent !important;
}

.cs-radio-and-heading .custom-radio {
  border: none !important;
}
.cs-radio-and-heading .custom-radio span {
  position: absolute;
  top: -3px !important;
  background: transparent;
  border: none !important;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 3.75V14.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='%23040404' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.25 3.75L2.25 14.25C2.25 14.6478 2.40804 15.0294 2.68934 15.3107C2.97065 15.592 3.35218 15.75 3.75 15.75L14.25 15.75C14.6478 15.75 15.0294 15.592 15.3107 15.3107C15.592 15.0294 15.75 14.6478 15.75 14.25L15.75 3.75C15.75 3.35218 15.592 2.97064 15.3107 2.68934C15.0294 2.40804 14.6478 2.25 14.25 2.25L6 2.25' stroke='%23040404' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border: none !important;
  background-size: cover;
  width: 20px !important;
  height: 20px !important;
  background-color: transparent !important;
}

.cs-radio-and-heading .custom-radio:has(input:checked) span {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 8.25L9 10.5L16.5 3' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%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='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border: none !important;
  background-size: cover;
  width: 20px !important;
  height: 20px !important;
  background-color: transparent !important;
}

#contact .custom-checkbox,
#check-all-form .custom-checkbox,
#conditions-to-approve .custom-checkbox,
#roxart-opinionAgree .custom-checkbox,
#roxart-smssubscription .custom-checkbox,
#roxart-emailsubscription .custom-checkbox {
  border: none !important;
}
#contact.custom-checkbox span,
#check-all-form .custom-checkbox span,
#conditions-to-approve .custom-checkbox span,
#roxart-opinionAgree .custom-checkbox span,
#roxart-emailsubscription .custom-checkbox span,
#roxart-smssubscription .custom-checkbox span,
.facet-label .custom-checkbox input[type=checkbox]+span {
  position: absolute;
  top: -3px !important;
  background: transparent;
  border: none !important;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 3.75V14.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='%23040404' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.25 3.75L2.25 14.25C2.25 14.6478 2.40804 15.0294 2.68934 15.3107C2.97065 15.592 3.35218 15.75 3.75 15.75L14.25 15.75C14.6478 15.75 15.0294 15.592 15.3107 15.3107C15.592 15.0294 15.75 14.6478 15.75 14.25L15.75 3.75C15.75 3.35218 15.592 2.97064 15.3107 2.68934C15.0294 2.40804 14.6478 2.25 14.25 2.25L6 2.25' stroke='%23040404' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border: none !important;
  background-size: cover;
  width: 20px !important;
  height: 20px !important;
  background-color: transparent !important;
}
#contact .custom-checkbox span i,
#check-all-form .custom-checkbox span i,
#conditions-to-approve .custom-checkbox span i,
#roxart-emailsubscription .custom-checkbox span i,
#roxart-opinionAgree .custom-checkbox span i,
#roxart-smssubscription .custom-checkbox span i,
.facet-label .custom-checkbox input[type=checkbox]+span i {
  display: none;
}
#contact .custom-checkbox:has(input:checked) span,
#check-all-form .custom-checkbox:has(input:checked) span,
#conditions-to-approve .custom-checkbox:has(input:checked) span,
#roxart-emailsubscription .custom-checkbox:has(input:checked) span,
#roxart-opinionAgree .custom-checkbox:has(input:checked) span,
#roxart-smssubscription .custom-checkbox:has(input:checked) span,
.facet-label .custom-checkbox:has(input:checked) span.ps-shown-by-js,
.facet-label .custom-checkbox:has(input:checked) span.color {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75 8.25L9 10.5L16.5 3' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%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='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  border: none !important;
  background-size: cover;
  width: 20px !important;
  height: 20px !important;
  background-color: transparent !important;
}

.rox-checkout-progress-step span:hover {
  cursor: pointer;
}

.rox-cart-bestsellers__content .product-list-reviews {
  background: unset;
  justify-content: flex-start;
  gap: 12px;
}
.rox-cart-bestsellers__content .star-content {
  margin: 0px;
}
.rox-cart-bestsellers__content .rox-stars-and-average-wrapper {
  display: flex;
  gap: 12px;
}

.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
  border: solid 3px #ff3997;
}

#product-modal .modal-content .modal-body .product-images img:hover {
  border: solid 3px #ff3997 !important;
}

.pagination a:not(.previous):not(.next) {
  display: flex;
  align-items: center;
} /*# sourceMappingURL=custom_rf.css.map */
