/** Shopify CDN: Minification failed

Line 1020:2 Unexpected "}"

**/
/**
 * CREATED BY TAMARAGENCY.COM
 * NOTE: PLEASE RESPECT VARIABLE OF THIS FILE. DO NO TOUCH STYLE.CSS
 *//*== variables ==*/

:root
{
  --gradient-beige: #c20c4b;
  --gradient-beige-hover: #d82f69;
  --light-beige: #c20c4b;
  --light-grey: #D4D4D4;
  --dark-grey: #373A3B;
   --dark-blue: #2E52B2;
}

/*-- Base --*/

.focus-none {
  overflow-x: hidden;
}

.header__icon .icon.icon-search {
  height: 20px;
  width: 20px;
}

.menu-drawer__utility-links .menu-drawer__account svg {
  margin: 0 15px 0 0;
}

/*-- slick slider --*/

.slick-slider .slick-dots li button {
  border-radius: 25px;
  width: 10px;
  height: 10px;
}

.slick-slider .slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-slider .slick-dots {
  left: 0;
}

.slick-slider .slick-dots li button {
  background: var(--light-grey);
}

.slick-dots li.slick-active button {
  background: var(--dark-grey);
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
  top: 37%;
  width: 60px;
  height: 60px;
  background: #18191A;
  border-radius: 60px;
  z-index: 2;
}

.slick-slider .slick-prev:before {
  content: "";
  width: 20px;
  height: 20px;
    height: 20px; 
  height: 20px;
  background: url('https://cdn.shopify.com/s/files/1/0670/7419/5775/files/left_arrow.svg?v=1672174818') no-repeat;
  display: block;
  background-size: 100%;
  margin: 0 auto;
  top: 0;
  position: relative;
}
.slick-slider .slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
    height: 20px; 
  height: 20px;
  background: url('https://cdn.shopify.com/s/files/1/0670/7419/5775/files/right.svg?v=1672174819') no-repeat;
  display: block;
  background-size: 100%;
  margin: 0 auto;
  top: 0;
  position: relative;
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:hover,
.slick-slider .slick-next:focus {
  background: var(--dark-grey);
}

/*-- headings --*/

.rich-text_decoration .rich-text__heading,
.title {
  font-weight: 600;
}

.title-wrapper,
.title-wrapper-with-link {
  text-align: center;
  justify-content: center;
}

.title-wrapper-with-link.image-with-text__content--mobile-left {
  text-align: left;
}

.title-wrapper .title,
.title-wrapper .title,
.title-wrapper-with-link .title,
.title-wrapper-with-link .title,
.rich-text__blocks.rich-text_decoration .rich-text__heading {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 30px;
}

.rich-text__blocks.rich-text_decoration .rich-text__heading:before,
.title-wrapper .title:before,
.title-wrapper-with-link .title:before {
    content: "";
    width: 69px;
    height: 2px;
    background: var(--gradient-beige-hover);
    display: inline-block;
    vertical-align: middle;
    border-radius: 25px;
}

.title-wrapper .title:before,
.title-wrapper-with-link .title:before,
.rich-text__blocks .rich-text__heading:before {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 5px;
}


@media screen and (max-width: 500px) {
  .title-wrapper .title,
  .title-wrapper .title,
  .title-wrapper-with-link .title,
  .title-wrapper-with-link .title {
    max-width: 280px;
  }
}

@media screen and (max-width: 375px) {
  .title-wrapper .title,
  .title-wrapper .title,
  .title-wrapper-with-link .title,
  .title-wrapper-with-link .title {
    max-width: 250px;
  }
}

@media screen and (max-width: 300px) {
  .title-wrapper .title,
  .title-wrapper .title,
  .title-wrapper-with-link .title,
  .title-wrapper-with-link .title {
    max-width: 210px;
  }
}

p {
  color: rgba(var(--color-foreground), 1);
  line-height: 1.5em;
  letter-spacing: 0;
}

/* Font size slider */

.main_collage .collage > div:first-child .rich-text__text p {
  font-size: 16px;
}

.main_collage .collage > div:first-child .rich-text__text p strong {
  font-size: 25px;
}

.main_collage .collage .rich-text__text p,
.collection-list-wrapper .rich-text__text.rte p {
  font-size: 12px;
}

.main_collage .collage .rich-text__text p strong,
.collection-list-wrapper .rich-text__text.rte p strong {
  font-size: 20px;
}

.main_collage .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*-- btn --*/

.button.button--primary,
.cart-drawer .cart__checkout-button {
  background: var(--gradient-beige);
  color: white;
  border: 0;
  transition: background-color 1s;
  min-width: calc(8rem + var(--buttons-border-width) * 2);
  min-height: calc(3rem + var(--buttons-border-width) * 2);
  padding: 0 2rem;
  font-size: 14px;
  letter-spacing: 0;
  letter-spacing: 0; 
  letter-spacing: 0;
  font-weight: 600;
}

.slideshow__text .button.button--primary {
    padding: 1.5rem 2.1rem 1.6rem;
}  

.cart-drawer .cart__checkout-button:before,
.cart-drawer .cart__checkout-button:after {
  content: none !important;
}

.button.button--primary:hover {
  background: var(--gradient-beige-hover);
  transition: background-color 1s;
  box-shadow: 0 2px 5px rgba(164, 103, 28, 0.05);
}

.button.button--primary:after,
.button.button--primary:before {
  content: none;
}

@media screen and (max-width: 385px) {
  .button,
  .shopify-challenge__button,
  .customer button,
  button.shopify-payment-button__button--unbranded {
    min-width: calc(7.5rem + var(--buttons-border-width) * 2);
    min-height: calc(3.5rem + var(--buttons-border-width) * 2);
  }
  .button.button--primary {
    font-size: 13px;
    padding: 0 15px;
    line-height: 0;
    min-width: 95px;
    min-height: 30px;
  }
}

@media screen and (max-width: 334px) {
  .button.button--primary {
    font-size: 11px;
  }
}

/*== HEADER ==*/

.header__heading-link {
    padding: 0;
}

.header__inline-menu .header__menu-item {
    color: rgba(var(--color-foreground),1);
    letter-spacing: 0;
    font-size: 15px;
}

@media screen and (min-width: 990px) {
  .header__inline-menu .header__menu-item {
      font-size: 17px;
  } 
  .header-wrapper .header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.big-hide {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .header header-drawer {
    display: flex;
  }
  .big-hide {
    display: flex !important;
  }
}

/* Menu */

@media screen and (min-width: 1250px) {
  .list-menu.list-menu--inline li {
    padding: 0 10px;
  }
}

@media screen and (min-width: 990px) {
  .list-menu--inline {
    justify-content: center;
    width: 100%;
  }
  .header__inline-menu {
    display: block;
    background: white;
    border-top: 0.1rem solid rgba(var(--color-foreground), 0.08);
  }
}

/*== MAIN COLLAGE ==*/

@media screen and (min-width: 765px) {
  .main_collage .collage {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .main_collage .collage__item--left:nth-child(3n - 2) {
    grid-column: 1 / span 3;
    grid-row: span 3;
  }
  .main_collage .collage__item--left:nth-child(3n - 1),
  .main_collage .collage__item--left:nth-child(3n) {
    grid-column-start: 4;
  }
}

.main_collage .collage__item {
  position: relative;
}

.main_collage .collage__item .collage-card_content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  padding: 30px;
  text-align: center;
}

.main_collage .collage > div:first-child .rich-text__heading,
.main_collage .collage > div:first-child .rich-text__text {
  margin: 0 0 20px;
}

.main_collage .rich-text__heading,
.main_collage .rich-text__text p {
  text-transform: uppercase;
}

.main_collage .rich-text__heading,
.main_collage .rich-text__text {
  margin: 0 0 7px;
}

.main_collage .collage > div:first-child .collage-card_content {
  display: flex;
  align-items: center;
  padding: 10vh;
  text-align: left;
}

.main_collage .collage > div:first-child .rich-text__heading,
.main_collage .collage > div:first-child .rich-text__text {
  text-transform: uppercase;
}

.main_collage .collage-card_content_wrapper {
  width: 100%;
}

.main_collage .collage > div:first-child .collage-card_content_wrapper {
  max-width: 550px;
  padding: 30px;
    padding: 30px;  
  padding: 30px;
  position: relative;
  border-radius: var(--text-boxes-radius);
  background: white;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.7);  
  background-color: rgba(255, 255, 255, 0.7);
}

.main_collage .collage {
  gap: 0;
}

.main_collage .collage-card .media img:last-child {
  display: none;
}

.main_collage .slick-dots {
  bottom: 30px;
}

.main_collage .slick-dots li button {
  background: #fff;
}

.main_collage .slick-dots li.slick-active button {
  background: var(--gradient-beige);
}


@media screen and (max-width: 860px) {
  .main_collage .collage > div:first-child .rich-text__heading {
    font-size: 30px;
  }
  .main_collage .collage > div:first-child .collage-card_content_wrapper {
    max-width: 410px;
  }
  .main_collage .rich-text__heading {
    font-size: 15px;
  }
}

@media screen and (max-width: 764px) {
  /* Hide slick sider when not loaded */
  .collage {
    /* display: none !important; */
  }
  .collage.slick-initialized {
    display: grid !important;
  }
  /* end */
  .main_collage .collage > div:first-child .collage-card_content_wrapper {
    max-width: 100%;
  }

  .main_collage .collage {
    grid-template-columns: unset;
    grid-template-rows: unset;
  }

  .main_collage .collage .collage-card_content {
    padding: 25px 25px 75px !important;
  }
  .main_collage .collage .collage-card_content {
    align-items: end !important;
  }
  .main_collage .collage-card .media img:first-child {
    display: none;
  }
  .main_collage .collage-card .media img:last-child {
    display: block;
  }
  .main_collage .collage-card .media.ratio {
    --ratio-percent: 100% !important;
  }
  .main_collage .collage-card .media img:last-child {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: relative;
  }
  .main_collage .collage-card_content_wrapper {
    max-width: 550px;
    padding: 30px;
    position: relative;
    border-radius: var(--text-boxes-radius);
    background: white;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.7);
    text-align: left;
  }
  .main_collage .collage .rich-text__heading,
  .main_collage .collage .rich-text__text p {
    line-height: 1.4em;
    color: var(--color-icon);
  }
  .main_collage .collage .rich-text__heading {
    font-size: 20px;
  }
  .main_collage .collage .rich-text__text p {
    font-size: 14px;
    line-height: 1.3em;
  }
  .main_collage .collage .rich-text__text p strong {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .main_collage .collage .collage-card_content {
    padding: 25px 25px 75px;
  }
  .main_collage .collage .rich-text__heading,
  .main_collage .collage .rich-text__text {
    margin: 0 0 15px;
  }
}

@media screen and (max-width: 500px) {
  .main_collage .collage > div:first-child .rich-text__heading {
    font-size: 17px;
  }
}

@media screen and (max-width: 374px) {
  .main_collage .collage .collage-card_content {
    padding: 15px 15px 75px;
  }
  .main_collage .collage .collage-card_content_wrapper {
    padding: 15px;
  }
}

@media screen and (max-width: 320px) {
  .main_collage .collage > div:first-child .rich-text__text p {
    font-size: 10px;
  }
  .main_collage .collage > div:first-child .collage-card_content_wrapper {
    padding: 20px;
  }
  .main_collage .collage > div:first-child .rich-text__heading {
    font-size: 14px;
  }
}

/*== FEATURED COLLECTION ==*/

.product-grid .card__information .card__heading {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 17px;
  min-height: 47px;
}

.product-grid .card__content .card-information > .price .from_price {
  font-size: 15px;
  margin-top: 0;
  letter-spacing: 0;
  font-weight: 100;
  display: none;
}

.product-grid .card-information .price {
  font-size: 22px;
  font-weight: 600;
}

@media screen and (max-width: 1500px) {
  .product-grid .card__content .card-information > .price .from_price {
      font-size: 12px;
  }
  .product-grid .card-information .price {
      font-size: 18px;
  }  
}

@media screen and (max-width: 600px) {
  .product-grid .card--standard > .card__content .card__information,
  .product-grid .card-information {
    text-align: center;
  }
  .product-grid .card__content .card-information > .price .from_price {
    font-size: 12px;
  }
  .product-grid .card-information .price {
    font-size: 18px;
  }
}

/*== 3 steps SVG icon ==*/

.multicolumn-card-SVG {
  margin: 20px 0;
}

.reviews .multicolumn-card-SVG svg path {
  fill: var(--dark-blue);
}    

.multicolumn-card-SVG svg {
  max-height: 60px;
}

/*== Collection list ==*/

.collection-list-wrapper .card__content {
  z-index: 1;
}

.collection-list-wrapper .rich-text__heading,
.collection-list-wrapper .rich-text__text.rte p {
  color: white;
}

.collection-list-wrapper .card__content {
  display: flex;
  align-items: end;
  justify-content: center;
}

.collection-list-wrapper .card__information {
  text-align: center;
}

.collection-list-wrapper .rich-text__heading,
.collection-list-wrapper .rich-text__text {
  margin: 0 0 20px;
}

/*== Featured collection ==*/

.slick-slider {
  margin: 0 -10px;
}
.slick-slide {
  margin-right: 10px;
  margin-left: 10px;
}

.featured-collection .slick-dots li button {
  background: var(--light-grey);
}

.featured-collection .slick-dots li.slick-active button {
  background: var(--gradient-beige);
}

/*== Slider ==*/

slideshow-component .slider-counter {
    display: none;
}

slideshow-component:not(.page-width) .slider-buttons {
    margin-top: -60px;
    z-index: 2;
}

slideshow-component .slider-button {
    background: var(--color-icon);
    color: white;
}

slideshow-component .slideshow__autoplay.slider-button {
    display: none;
}

slideshow-component h1, slideshow-component .h1 {
    font-weight: 800;
}

.slider.slider--everywhere .slider__slide .slideshow__text-wrapper {
    border-radius: 0;
}

slideshow-component .slider-button:not([disabled]):hover {
    color: var(--gradient-beige);
}

@media screen and (min-width: 1400px) {
  slideshow-component .slideshow__text.slideshow__text--left {
      padding-left: 90px;
  }
}  

@media screen and (min-width: 750px) {
  .slider .slideshow__text.banner__box.content-container.gradient {
      background: transparent!important;
  }
  
  .slider .banner__box {
      min-width: unset;
  }  
  .slider.slider--everywhere .slider__slide {
    display: flex;
    flex-direction: row;
  }
  .slider.slider--everywhere .slider__slide .slideshow__text-wrapper {
    position: relative;
    width: 45%;
    padding: 0;
    background: var(--color-icon);    
  }
  .slider.slider--everywhere .slider__slide .slideshow__media {
    position: relative;
    width: 65%;
    left: unset;
    top: unset;  
    background: var(--color-icon);
  } 
  .slider.slider--everywhere .slider__slide .slideshow__media img {
      padding: 30px 0 90px 30px;
  }
} 

@media screen and (max-width: 749px) {
  .banner__box {
      padding: 4rem 3.5rem 7rem;
  }
  .banner--mobile-bottom .slideshow__text.banner__box {
      padding-bottom: 80px;
  }  
}  

/*== Product card ==*/

.product-grid .card__content > .card__information .card__information-btn {
  margin-top: 10px;
}

.product-grid .card-information > *:not(.visually-hidden:first-child) + *:not(.rating) {
  margin-top: 0;
}

@media screen and (min-width: 1280px) {
  .product-grid .card__content > .card__information {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: start;
  }

  .product-grid .card__content > .card__information .card__information-btn {
    width: 40%;
    text-align: right;
    margin-top: 0;
  }

  .product-grid .card__content > .card__information .card-information {
    width: 60%;
  }
}

@media screen and (max-width: 374px) {
  .product-grid .card__information .card__heading {
    font-size: 14px;
  }
}

/*== Product card ==*/

.reviews .multicolumn-card__info h3 {
  font-weight: 600;
}

.reviews .multicolumn-card__info .name {
  margin-top: 20px;
  color: var(--dark-blue);
}

/*== Banner ==*/

.image_banner .banner__box {
  max-width: unset;
  padding: 30px;
  position: relative;
  border-radius: var(--text-boxes-radius);
  background: transparent;
  background-color: transparent;
}

.image_banner .banner__content {
    padding: 0;
}

.image_banner .banner__media {
  border-radius: var(--text-boxes-radius);
}

.image_banner .banner__content {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 2;
}

.image_banner .banner--mobile-bottom .banner__media,
.image_banner .banner--stacked:not(.banner--mobile-bottom) .banner__media,
.image_banner .banner--stacked:not(.banner--adapt) .banner__media {
  position: absolute;
}

.image_banner .banner__media.media img:last-child {
  display: none;
}

.image_banner .rich-text__text p {
  font-size: 16px;
}

.image_banner .rich-text__text p strong {
  font-size: 25px;
}

@media screen and (max-width: 749px) {

  .image_banner .rich-text__heading.rte.h2 {
    text-transform: uppercase;
  }

  .image_banner .banner__media.media img:last-child {
    display: block;
  }
  .image_banner .banner--small.banner--mobile-bottom:not(.banner--adapt) .banner__media,
  .image_banner .banner--small.banner--stacked:not(.banner--mobile-bottom):not(.banner--adapt) > .banner__media {
    height: 100%;
  }
  .image_banner .banner__content,
  .image_banner .banner__content.banner__content--middle-left {
    align-items: end;
    justify-content: center;
    height: 100%;
    padding: 30px;
    text-align: left;
  }
  .image_banner .banner__box {
    text-align: left;
  }
  .image_banner .banner {
    height: 40rem;
  }
}

/*== Footer ==*/

.footer {
  background: #18191A;
}

.footer .footer-block__details-content,
.footer .footer-block__details-content a,
.footer .newsletter-form__field-wrapper .field__input,
.footer .newsletter-form__field-wrapper .field__label {
  font-size: 12px!important;
  letter-spacing: 0;
  color: rgba(var(--color-foreground),.65);
}

.footer .footer-block__details-content a{
  color: rgba(var(--color-foreground),1)!important;
}

.footer .newsletter-form__field-wrapper .field__input,
.footer .newsletter-form__field-wrapper .field__label {
  padding: 0;
  background: none;
}

.footer .newsletter-form__field-wrapper .field:after {
  content: none;
}

.footer .newsletter-form__button {
  width: auto;
}

.footer .newsletter-form__field-wrapper .field__button > svg {
  height: 2.1rem;
  width: 2.1rem;
}

.footer .newsletter-form__field-wrapper .field__input {
  border-bottom: 1px solid white;
  border-radius: 0;
}

.footer .newsletter-form__field-wrapper .field__label {
  top: calc(1.2rem + var(--inputs-border-width));
  left: 0;
}

.footer-block__details-content.footer_newsletter-undertext {
  margin-top: 20px;
  font-size: 10px!important;
}

.footer-block__details-content.footer_newsletter-undertext a {
  color: var(--light-beige);
  font-size: 10px!important;
}

.footer .newsletter-form__field-wrapper .field__input:focus {
  box-shadow: none;
  border-bottom: 1px solid var(--light-beige);
}

.footer .newsletter-form__field-wrapper .field__input:focus ~ .field__label,
.footer .newsletter-form__field-wrapper .field__input:not(:placeholder-shown) ~ .field__label,
.footer .newsletter-form__field-wrapper .field__input:-webkit-autofill ~ .field__label {
  top: var(--inputs-border-width);
}

.footer-block__heading.rich-text__heading {
    color: white;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 600;
}

.footer .footer__content-bottom {
  border-top: 0;
}

.footer-block__heading.rich-text__heading {
  display: block;
}

.footer .footer-block__heading {
    margin-bottom: 3rem;
} 

/*== Footer - tabs ==*/

.footer-block > .input {
  position: absolute;
  opacity: 0;
}

@media(max-width: 748px) {

  .footer__blocks-wrapper .footer-block:last-child .footer-block__heading:before,
  .footer__blocks-wrapper .footer-block:last-child .input:checked + .footer-block__heading:before {
    content: none;
  }

  .footer-block {
    max-width: 100%;
    word-break: break-word;
  }

  .footer-block .panel {
    display: none;
    padding: 20px 0 30px;
    width: 100%;
  }

  .footer-block__heading.rich-text__heading {
    width: 100%;
    display: block;
    padding: 20px 0;
    margin: 0;
    position: relative;
  }

  .footer .footer-block__details-content {
    margin-bottom: 0;
  }

  .footer .footer-block.grid__item {
    margin: 0;
  }

  .footer-block .input:checked + .footer-block__heading + .panel {
    display: block;
    width: 100%;
  }

  .footer-block .input:checked + .footer-block__heading:after {
    content: none;
  }

  .footer-block .input:checked + .footer-block__heading:before {
      transform: translate(-50%, -50%) rotate(90deg);
      transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out; 
  }

  .footer-block-list .footer-block--links {
    border-top: 1px solid #d6dae0;
  }

  .footer-block-list .footer-block--links:last-child {
    border-bottom: 1px solid #d6dae0;
  }

  .footer-block .footer-block-title {
    padding: 15px;
    margin: 0;
     margin: 0; 
    margin: 0;
  }

  .footer-block .input + .footer-block__heading:before {
      background: url(https://cdn.shopify.com/s/files/1/0670/7419/5775/files/arrow_full.svg?v=1676646130) no-repeat;
      background-size: 100%;
      opacity: 1;
      width: 15px;
      height: 15px;
      background-color: transparent;
      position: absolute;
      content: '';
      top: 50%;
      right: 0;
      transform: translate(-50%, -50%) rotate(0deg);
      transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;    
  }

  .footer-block .panel {
    padding: 0 20px 20px;
  }
   } 
  }
}

/*===== Icons benefices =====*/

.Argumentaires--wrapper.one-third  {
  display: grid;
  gap: 0;
  padding: 20px 0;
}

.Argumentaires--wrapper .Argumentaires--wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px
}

.Argumentaires--wrapper > div:nth-child(even) {
  border-right: 1px solid white;
  border-left: 1px solid white;
}

.Argumentaires--wrap p,
.Argumentaires--wrap strong,
.Argumentaires--wrap i,
.Argumentaires--wrap a,
.Argumentaires--wrap small,
.Argumentaires--wrap .heading.h6 {
  line-height: 1.3em;
  font-size: 15px;
  font-weight: 100;
  margin: 0;
}

.Argumentaires--wrap h3 {
  text-transform: uppercase;
  font-size: 22px;
  padding: 0;
}

.Argumentaires--wrapper-SVG {
  margin-right: 20px;
  display: flex;
}

.Argumentaires--wrapper-SVG svg {
  max-width: 45px;
  max-height: 45px;
}

.argumentaire-products {
  margin-bottom: 20px;
}

.argumentaire-products .Argumentaires--wrapper {
  display: grid;
  gap: 1rem 1rem;
  padding: 0;
}

.argumentaire-products .Argumentaires--wrap {
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
}

.argumentaire-products .Argumentaires--wrapper-content {
  margin-top: 10px;
}

.argumentaire-products .Argumentaires--wrap p {
  line-height: 1.1em;
  font-size: 13px;
  font-weight: 100;
}

@media screen and (max-width: 640px) {
  .Argumentaires--wrap {
    flex-direction: column;
    text-align: center;
  }
  .Argumentaires--wrapper-SVG {
    margin: 10px 0;
  }
  .TextwithImageProduct .ProductList--grid {
    padding: 0;
  }
  .Footer__Block.Footer__Block--newsletter {
    display: none;
  }
  .TextDoubleImage {
    padding: 24px 0;
  }
  .newsletter--content .ImageHero--newsletter {
    padding: 30px 0;
  }
  .Argumentaires--wrap h3 {
    font-size: 18px;
  }
  .tt-footer-custom .tt-collapse-content p {
    margin-top: 12px;
    font-size: 12px;
  }
  .tt-footer-custom p {
    margin-top: 12px;
  }
}

@media screen and (max-width: 640px) {
  .Argumentaires--wrap {
    padding: 0 0 20px;
    gap: 0 10px;
  }

  .Argumentaires--wrap p,
  .Argumentaires--wrap strong,
  .Argumentaires--wrap i,
  .Argumentaires--wrap a,
  .Argumentaires--wrap small {
    font-size: 12px;
  }

  .Argumentaires--wrapper-SVG svg {
    max-width: 42px;
    max-height: 42px;
  }
}

/*===== multicolumn =====*/

.multicolumn-card__info .subtitle {
  font-size: 14px;
  color: var(--light-beige);
  margin-bottom: 1.2rem;
  margin-top: 0.6rem !important;
  line-height: 1.4em;
  font-weight: 600;
}

/*===== reviews gallery =====*/

.reviews-gallery .media--square {
  height: 250px;
  padding-bottom: unset;
}

.reviews-gallery .multicolumn.background-primary .multicolumn-card {
  background: none;
}

.reviews-gallery .multicolumn-card>.multicolumn-card__image-wrapper--full-width:not(.multicolumn-card-spacing) {
    border-radius: 0;
}

.reviews-gallery .multicolumn-card__image-wrapper {
    border-radius: 0; 
}
  
.reviews-gallery .multicolumn-card__info {
  padding: 50px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: var(--grid-desktop-horizontal-spacing);
  border-radius: var(--text-boxes-radius);
  background: white;
  font-weight: 800;
}

.reviews-gallery .multicolumn-card__info.quote-info {
  position: relative;
}

.reviews-gallery .multicolumn-card__info.quote-info:before {
  content: '';
  width: 80px;
  height: 80px;
  position: absolute;
}

.reviews-gallery .multicolumn-card__info.quote-info:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('/cdn/shop/files/Vector.svg?v=1690895634') no-repeat;
  background-size: 100%;
  z-index: 0;
}

.reviews-gallery .multicolumn-card__info.quote-info .rte {
    z-index: 1;
}

.reviews-gallery .slick-slide {
  margin-right: 0;
  margin-left: 0;
}

.reviews-gallery .image-reviews_bkg {
  height: calc(var(--grid-desktop-horizontal-spacing) + 500px) !important;
}

.reviews-gallery .slick-list {
    border-radius: 15px;
}

.reviews-gallery .multicolumn.background-primary .multicolumn-card {
    border-radius: 0;
}

@media screen and (max-width: 600px) {

  .reviews-gallery .multicolumn-card__info.quote-info:before,
  .reviews-gallery .multicolumn-card__info.quote-info:after {
    width: 15px;
    height: 15px;
  }

  .reviews-gallery .multicolumn-list p {
    margin: 0;
    font-size: 12px;
  }
  .reviews-gallery .media--square,
  .reviews-gallery .multicolumn-card__info {
    height: 170px;
  }
  .reviews-gallery .multicolumn-card__info {
    padding: 25px;
  }
  .reviews-gallery .image-reviews_bkg {
    height: calc(var(--grid-desktop-horizontal-spacing) + 340px) !important;
  }
  .reviews-gallery .multicolumn-list:not(.slider) {
    padding-left: 0;
    padding-right: 0;
  }
  .reviews-gallery .slick-initialized .slick-slide:nth-child(even) {
    display: flex;
    flex-direction: column-reverse;
  }
  .reviews-gallery .slick-slide > div {
    margin-top: var(--grid-desktop-horizontal-spacing);
  }
  .reviews-gallery .slick-slide > div {
    display: flex;
    flex-direction: column-reverse;
  }
  .reviews-gallery .slick-slide > div .multicolumn-card .multicolumn-card__info {
    margin-bottom: var(--grid-desktop-horizontal-spacing);
  }
}

@media screen and (max-width: 375px) {
  .reviews-gallery .multicolumn-card__info {
    padding: 20px;
  }
  .reviews-gallery .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
  }
}

/*===== Product form =====*/

.product__info-wrapper .product-form__submit.button.button--primary {
  min-height: calc(3.3em + var(--buttons-border-width) * 2);
  box-shadow: none;
  font-weight: 600;
}

.price__regular .price-item--regular {
  font-weight: 600;
}

.price__regular .from_price {
    font-size: 13px;
    letter-spacing: 0;
    font-weight: 100;
    opacity: 0.5;
    display: none;
}

.product-form .product-form__buttons {
  max-width: 100%;
}

@media screen and (min-width: 750px) {
  .product--large:not(.product--no-media) .product__info-wrapper {
    max-width: 50%;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 50%;
    width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }
  .product__info-container {
    max-width: unset;
    background: white;
    border: 0.1rem solid rgba(var(--color-foreground), 0.08);
    padding: 50px;
    border-radius: var(--text-boxes-radius);
  }
}

@media screen and (max-width: 850px) {
  .product__info-container {
    padding: 15px;
  }
}

/*===== Image with text =====*/

.image-with-text .image-with-text__heading {
  font-weight: 700;
  letter-spacing: 0;
}

.image-with-text .image-with-text__media {
    min-height: auto;
    overflow: visible;
}

@media screen and (min-width: 750px) {
  .image-with-text .image-with-text .grid--2-col-tablet .grid__item {
    width: calc(47% - var(--grid-desktop-horizontal-spacing) / 2);
    margin: var(--grid-desktop-horizontal-spacing);
  }
}

@media screen and (max-width: 500px) {
  .image-with-text .image-with-text__content {
    padding: 4rem 0;
  }
}

/*===== Grid image =====*/

.grid-image-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.grid-image-wrap .grid-image-item .media {
  padding-bottom: unset;
  display: block;
  height: 100%;
}

.grid-image-wrap .grid-image-item {
  height: 280px;
}

.image-with-text-overlap .image-with-text .image-with-text__content {
  background: unset;
  border: 0;
  border-radius: 0;
    border-radius: 0; 
  border-radius: 0;
  padding-top: 0;
}

.image-with-text .image-with-text__media {
    min-height: auto;
    overflow: visible;
}

@media screen and (min-width: 1100px) {
  .image-with-text-overlap .image-with-text__media {
    margin-top: -200px;
    background: transparent;
  }
}

@media screen and (min-width: 1200px) {
  .image-with-text-overlap .image-with-text__media-item {
    padding-left: 110px;
  }
}

@media screen and (min-width: 750px) {
  .image-with-text-overlap .image-with-text .image-with-text__content {
    margin: 0;
  }
}

@media screen and (max-width: 1400px) {
  .image-with-text:not(.image-with-text--overlap) .image-with-text__media-item>*, .image-with-text:not(.image-with-text--overlap) .image-with-text__text-item>* {
      padding: 15px;
  }
}  

@media screen and (max-width: 750px) {
  .image-with-text-overlap .image-with-text__content {
    padding: 0;
  }
  .image-with-text-overlap .title-wrapper-with-link .title {
    text-align: center;
  }
  .grid-image .media > img {
    border-radius: var(--text-boxes-radius);
  }
  .grid-image .slick-track {
    margin-left: 20px;
  }
}

/*===== FAQ =====*/

.collapsible-row-layout .accordion {
  border: 0.1rem solid rgba(var(--color-foreground), 0.4) !important;
}

.collapsible-row-layout .accordion summary,
.collapsible-row-layout .accordion .accordion__content {
  padding: 1.7rem !important;
  justify-content: space-between;
}

.accordion__title {
  font-weight: 600;
  letter-spacing: 0;
}

/*toggle*/

.collapsible-content__wrapper .animated-plus:before,
.collapsible-content__wrapper .animated-plus:after {
  background-color: var(--light-beige);
}

.collapsible-content__wrapper .animated-plus {
  width: 15px;
  height: 15px;
  margin-left: 14px;
}

.collapsible-content__wrapper .animated-plus:before {
  width: 14px;
  height: 2px;
  opacity: 1;
}

.collapsible-content__wrapper .animated-plus:after {
  width: 2px;
  height: 14px;
}

.animated-plus {
  position: relative;
  width: 10px;
  height: 10px;
}

.animated-plus::before,
.animated-plus::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  background-color: currentColor;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.animated-plus::before {
  width: 10px;
  height: 2px;
  opacity: 1;
}

.animated-plus::after {
  width: 2px;
  height: 10px;
}

[aria-expanded="true"] > .animated-plus::before {
  opacity: 0;
}

[aria-expanded="true"] > .animated-plus::before,
[aria-expanded="true"] > .animated-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*===== Product benefices =====*/

.product_benefices-new .product_benefices-list {
  margin: 0 0 20px !important;
  padding: 0 !important;
  list-style: none;
  display: flex;
  gap: 10px 0;
  flex-wrap: wrap;
  text-align: center;
}

.product_benefices-new-column .product_benefices-list {
  gap: 0;
  margin: 0 !important;
  text-align: left;
  font-weight: 500;
}


.product_benefices-new .product_benefices-list li {
  width: 33%;
  line-height: 1.2em;
  font-weight: 600;
  padding: 5px;
  font-size: 14px;
}

.product_benefices-new-column .product_benefices-list li {
  width: 100%;
  padding: 12px 0;
}

.product_benefices-new .product_benefices-list li img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  min-height: 35px;
  min-width: 30px;
}

.product_benefices-new-column .product_benefices-list li img {
  max-width: 34px;
}

/*===== Product delivery =====*/

.product__delivery {
  padding: 15px;
  background: white;
  border: 1px solid black;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  border: 0.1rem solid rgba(var(--color-foreground), 0.08);
  border-radius: var(--text-boxes-radius);
    border-radius: var(--text-boxes-radius);  
  border-radius: var(--text-boxes-radius);
}

.delivery--estimated-time {
  color: var(--light-beige);
}

.product__delivery--icon {
  display: flex;
  padding: 8px;
  margin-right: 10px;
}

.product__delivery .product__delivery--text {
  max-width: 275px;
}

.product__delivery .product__delivery--text p {
  margin: 0;
}

/*===== Product gift =====*/

.product__gift {
  padding: 15px;
  background: white;
  border: 1px solid black;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: center;
  border: 0.1rem solid rgba(var(--color-foreground), 0.08);
  border-radius: var(--text-boxes-radius);
    border-radius: var(--text-boxes-radius);  
  border-radius: var(--text-boxes-radius);
}

.product__gift .product__gift--text .gift--subline {
  color: var(--light-beige);
  font-size: 12px;
  margin-bottom: 5px;
}

.product__gift--icon {
  display: flex;
  padding: 8px;
  margin-right: 10px;
}

.product__gift--icon img {
  max-width: 100%;
  max-height: 100%;
  max-height: 45px;
}

.product__gift .product__gift--text {
  max-width: 275px;
}

.product__gift .product__gift--text p,
.gift--subline {
  margin: 0;
}

/*===== collection =====*/

.collection-hero__text-wrapper {
  margin-top: 36px;
}

/*===== Grid image =====*/

.grid-image-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.grid-image-wrap .grid-image-item .media {
  padding-bottom: unset;
  display: block;
  height: 100%;
}

.grid-image-wrap .grid-image-item {
  height: 280px;
}

.image-with-text-overlap .image-with-text .image-with-text__content {
  background: unset;
  border: 0;
  border-radius: 0;
    border-radius: 0; 
  border-radius: 0;
  padding-top: 0;
}

@media screen and (min-width: 1100px) {
  .image-with-text-overlap .image-with-text__media {
    margin-top: -200px;
    background: transparent;
  }
}

@media screen and (min-width: 1200px) {
  .image-with-text-overlap .image-with-text__media-item {
    padding-left: 110px;
  }
}

@media screen and (min-width: 750px) {
  .image-with-text-overlap .image-with-text .image-with-text__content {
    margin: 0;
  }
}

@media screen and (max-width: 750px) {
  .image-with-text-overlap .image-with-text__content {
    padding: 0;
  }
  .image-with-text-overlap .title-wrapper-with-link .title {
    text-align: center;
  }
  .grid-image .media > img {
    border-radius: var(--text-boxes-radius);
  }
  .grid-image .slick-track {
    margin-left: 20px;
  }
}

/*===== Product form =====*/

.product__title > * {
  font-weight: 600;
}

.custom-product-template {
    background: #F9F9FD;
}                            

/*===== Email newsletter section =====*/

.newsletter-section .newsletter-form__field-wrapper .field__input,
.newsletter-section .newsletter-form__field-wrapper .field__label {
  padding: 0;
  background: none;
}

.newsletter-section .newsletter-form__field-wrapper .field:after {
  content: none;
}

.newsletter-section .newsletter-form__button {
  width: auto;
}

.newsletter-section .newsletter-form__field-wrapper .field__button > svg {
  height: 2.1rem;
  width: 2.1rem;
}

.newsletter-section .newsletter-form__field-wrapper .field__input {
  border-bottom: 1px solid var(--dark-grey);
  border-radius: 0;
}

.newsletter-section .newsletter-form__field-wrapper .field__label {
  top: calc(1.2rem + var(--inputs-border-width));
  left: 0;
  color: var(--dark-grey);
  letter-spacing: 0;
  font-size: 14px;
}

.newsletter-section .newsletter-form__field-wrapper .field__input:focus {
  box-shadow: none;
  border-bottom: 1px solid var(--dark-grey);
}

.newsletter-section .newsletter-form__field-wrapper .field__input:focus ~ .field__label,
.newsletter-section .newsletter-form__field-wrapper .field__input:not(:placeholder-shown) ~ .field__label,
.newsletter-section .newsletter-form__field-wrapper .field__input:-webkit-autofill ~ .field__label {
  top: var(--inputs-border-width);
}


.newsletter-section .footer__content-bottom {
  border-top: 0;
}

/*===== breadcrumb =====*/

.breadcrumb__list {
  list-style: none;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.breadcrumb__list li a,
.breadcrumb__list li span {
  position: relative;
  width: max-content;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 14px;
  color: var(--dark-grey);
}

.breadcrumb__list .breadcrumb__item {
  line-height: 1.2em;
}

.breadcrumb__list .breadcrumb__item + .breadcrumb__item:before {
  content: ">";
  margin: 0 4px;
  opacity: .7;
  float: left;
}

@media screen and (max-width: 767px) {
  .breadcrumb__list {
    display: none;
  }
}

/*===== MENU LIST =====*/

.menu__list_header {
  list-style: none;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  max-width: 800px;
}

.menu__list_header li a,
.menu__list_header-mob li a {
  position: relative;
  color: var(--light-beige);
  width: max-content;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 15px;
}

.menu__list_header .menu__item {
  margin-right: 20px;
  line-height: 1.2em;
}

.menu__list_header-mob {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  max-width: 800px;
  margin: 0;
  padding: 20px 0;
  flex-direction: column;
  justify-content: left;
  text-align: left;
}

.menu__list_header-mob .menu__item {
  display: flex;
  align-items: center;
  line-height: calc(1 + 0.3 / var(--font-body-scale));
  padding: 1.1rem 3.2rem;
  text-decoration: none;
  font-size: 1.8rem;
}

/*===== MENU LIST =====*/

.rich-text__with-image {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.rich-text__with-image .rich-text__image img {
  width: 100%;
  max-width: 240px;
}

.rich-text__with-image .rich-text__image {
  width: 30%;
  text-align: center;
}

.rich-text__with-image > .rich-text__text {
  width: 70%;
  padding: 0 20px;
}

@media screen and (max-width: 600px) {
  .rich-text__with-image .rich-text__heading.rte.h2 {
    text-align: center;
  }
  .rich-text__with-image .rich-text__blocks .rich-text__buttons {
    justify-content: center !important;
  }
  .rich-text__with-image > .rich-text__text {
    padding: 0;
  }
  .rich-text__with-image {
    flex-direction: column-reverse;
  }
  .rich-text__with-image .rich-text__image,
  .rich-text__with-image > .rich-text__text {
    width: 100%;
  }
}

/**
 * -------------------------------------------------------------
 * TABS (used in product pages and for the collections section)
 * -------------------------------------------------------------
 */

.tabs-nav {
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.tabs-nav:not(:first-child) {
  margin-top: 24px;
}

.tabs-nav__scroller {
  display: block;
}

.tabs-nav__scroller-inner {
  position: relative;
  line-height: 1;
}

.tabs-nav__item-list {
  display: inline-grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  justify-content: flex-start;
  gap: 32px;
  vertical-align: top;
  box-shadow: 0 -1px #D4D4D4 inset;
}

.tabs-nav__item {
  padding-bottom: 18px;
  opacity: 0.7;
  transition: opacity 0.25s ease-in-out;
}

.tabs-nav__item[aria-expanded="true"] {
  opacity: 1;
  font-weight: 600;
}

[dir="ltr"] .tabs-nav__position {
  left: 0;
}

[dir="rtl"] .tabs-nav__position {
  right: 0;
}

.tabs-nav__position {
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: currentColor;
  transform: scaleX(var(--scale, 0)) translateX(var(--translate, 0));
  transform-origin: left; /* Make sure to always use left here even in RTL, as the calculation is based on LTR */
  display: block;
}

.tabs-nav__position.is-initialized {
  transition: transform 0.4s ease-in-out;
}

@supports(scale: 0) {
  .tabs-nav__position {
    scale: var(--scale, 0) 1;
    translate: calc(var(--translate, 0) * var(--scale, 0));
    transform: none;
  }

  .tabs-nav__position.is-initialized {
    transition: scale 0.2s ease-in-out, translate 0.4s ease-in-out;
  }
}

/* Center variation */

.tabs-nav--center .tabs-nav__scroller-inner {
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

/* Arrow variation */

[dir="ltr"] .tabs-nav__arrows {
  right: 0;
}

[dir="rtl"] .tabs-nav__arrows {
  left: 0;
}

.tabs-nav__arrows {
  display: none;
  position: absolute;
  top: -5px;
  z-index: 1;
}

.tabs-nav__scroller.is-scrollable + .tabs-nav__arrows {
  display: flex;
}

.tabs-nav__arrow-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgb(var(--background));
  border: 1px solid rgb(var(--border-color));
}

[dir="ltr"] .tabs-nav__arrow-item + .tabs-nav__arrow-item {
  border-left: none;
}

[dir="rtl"] .tabs-nav__arrow-item + .tabs-nav__arrow-item {
  border-right: none;
}

.tabs-nav[arrows] .tabs-nav__scroller {
  overflow: hidden; /* Prevent to be manually scrollable as we want to allow scroll with arrows only */
}

[dir="ltr"] .tabs-nav[arrows] .tabs-nav__scroller.is-scrollable::before {
  right: 48px;
}

[dir="rtl"] .tabs-nav[arrows] .tabs-nav__scroller.is-scrollable::before {
  left: 48px;
}

.tabs-nav[arrows] .tabs-nav__scroller.is-scrollable::before {
  content: '';
  position: absolute;
  width: 48px;
  height: 100%;
  top: -2px; /* Prevent to overlap the bottom border */ /* Shift by the arrows size */
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(to var(--transform-origin-start), rgb(var(--section-background, var(--background))), rgba(var(--section-background, var(--background)), 0));
}

[dir="ltr"] .tabs-nav[arrows] .tabs-nav__item-list {
  margin-right: 0;
}

[dir="rtl"] .tabs-nav[arrows] .tabs-nav__item-list {
  margin-left: 0;
}

.tabs-nav[arrows] .tabs-nav__item-list {
  width: 100%; /* In arrow mode we want to extend the list all the time */
  min-width: max-content;
}

.tabs-nav[arrows] .tabs-nav__item-list::after {
  display: block;
  content: '';
  width: 35px;
}

/* No border variation */

.tabs-nav--no-border.tabs-nav--narrow {
  margin-bottom: 24px; /* When there is no bottom border spacing with next elements is closer */
}

.tabs-nav--no-border .tabs-nav__item-list {
  box-shadow: none;
}

.tabs-nav--no-border.tabs-nav--narrow .tabs-nav__item {
  padding-bottom: 5px; /* Due to the lack of border we reduce the spacing with the moving link */
}

@media screen and (max-width: 999px) {
  /* On phone and tablet, when the tab nav is contained within a section header, we stretch it to be edge to edge */
  .tabs-nav--edge2edge {
    margin-left: calc(-1 * var(--container-gutter));
    margin-right: calc(-1 * var(--container-gutter));
  }

  .tabs-nav--edge2edge .tabs-nav__scroller-inner {
    padding-left: var(--container-gutter);
    padding-right: var(--container-gutter);
    min-width: max-content;
  }
}

@media screen and (min-width: 741px) {
  .tabs-nav:not(:first-child) {
    margin-top: 32px;
  }

  .tabs-nav--no-border.tabs-nav--narrow {
    margin-bottom: 32px; /* When there is no bottom border spacing with next elements is closer */
  }

  .tabs-nav__item-list {
    gap: 54px;
  }

  .tabs-nav--loose .tabs-nav__item-list {
    gap: 72px;
  }

  .tabs-nav--narrow .tabs-nav__item-list {
    gap: 40px;
  }
}

/*===== PRODUCT content =====*/

.product-tabs__tab-item-content ul {
  list-style: none;
  flex-wrap: wrap;
  padding: 0;
  margin: 25px 0;
}

.product-tabs__tab-item-content ul li {
  line-height: 1.4em;
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 10px;
}

.product-tabs__tab-item-content ul li:before {
  content: "";
  display: inline-block;
  background: url('https://cdn.shopify.com/s/files/1/0622/4792/7972/files/check-icon.svg?v=1666109744');
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 4px;
}

.tabs-nav__position {
  height: 4px;
  background: var(--light-beige);
}

.product-tabs__content_right img {
  border-radius: var(--block-border-radius-reduced);
}

.collapsible-toggle.heading.hidden-lap-and-up {
  display: none;
}

.collapsible-content__wrapper .accordion summary:hover {
  background: rgba(var(--color-foreground), 0.0);
}

.collapsible-content .accordion summary:hover .accordion__title {
  text-decoration: none;
  text-underline-offset: 0;
  color: var(--light-beige)
}

.product-tabs__content_right .image-with-text__media > * {
  border-radius: var(--media-radius);
}

button,
[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
}

@media screen and (min-width: 1000px) {
  .product-content__tabs:only-child {
    width: 100%;
  }
}

@media screen and (min-width: 741px) {

  .product-tabs__content_left,
  .product-tabs__content_right {
    width: 45%;
  }

  .product-tabs__content {
    display: flex;
    gap: 30px;
    padding: 40px;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
  }
  .product-tabs__tab-item-wrapper .collapsible {
    display: flex;
    gap: 20px;
  }
  .tabs-nav {
    margin-bottom: 0;
  }
  .product-content__tabs {
    border: 1px solid var(--color--border);
    border-radius: var(--text-boxes-radius);
  }
  .tabs-nav[arrows] .tabs-nav__item-list {
    padding-top: 15px;
  }
}

@media screen and (max-width: 999px) {
  .product-tabs__content_left,
  .product-tabs__content_right {
    width: 100%;
  }

  .product-tabs__content_right {
    margin-top: 20px;
  }
}

/*===== ABOUT US GUIDLINE FAQ =====*/

.guideline-faq .collapsible-content {
  border-radius: var(--text-boxes-radius);
}

.guideline-faq .collapsible-content-wrapper-narrow {
  display: flex;
  flex-wrap: wrap;
}

.guideline-faq .collapsible-content-wrapper-narrow {
  max-width: 1300px;
}

.guideline-faq .collapsible-content__grid {
  width: 60%;
}

.guideline-faq .collapsible-content__header {
  width: 40%;
  padding-right: 50px;
}

.guideline-faq .collapsible-content__heading {
  font-weight: 600;
}

.collapsible-row-layout {
  counter-reset: counter;
}

.collapsible-row-layout .accordion.color-inverse {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.4) !important;
  border-radius: 0;
  margin-left: 35px;
  position: relative;
    position: relative;   
  position: relative;
}

.collapsible-row-layout .accordion.color-inverse {
  counter-increment: counter;
}

.collapsible-row-layout .accordion.color-inverse:before {
  content: "0" counter(counter) ". ";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  color: var(--light-beige);
}

.guideline-faq .title-wrapper-with-link {
  display: block;
}

.guideline-faq .caption-with-letter-spacing {
  font-size: 13px;
}

.guideline-faq .collapsible-row-layout .accordion:last-child {
  margin-bottom: 0;
}

.guideline-faq .collapsible-row-layout .accordion.color-inverse {
  margin-bottom: 0;
}

@media screen and (min-width: 790px) {
  .guideline-faq .collapsible-content {
    position: relative;
  }
}

.guideline-faq .collapsible-row-layout .accordion.color-inverse:not(:first-child):not(.color-background-1) {
  margin-top: 0;
}

.guideline-faq .collapsible-content-wrapper-narrow {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  .guideline-faq .collapsible-content-wrapper-narrow {
    flex-direction: column;
  }
  .guideline-faq .collapsible-content__grid,
  .guideline-faq .collapsible-content__header {
    width: 100%;
    padding: 0;
  }
  .guideline-faq .collapsible-row-layout .accordion summary,
  .guideline-faq .collapsible-row-layout .accordion .accordion__content {
    padding-right: 0 !important;
    padding-left: 30px !important;
  }
  .guideline-faq .collapsible-row-layout .accordion.color-inverse {
    margin-left: 0;
  }
  .guideline-faq .page-width {
    padding: 0;
  }
  .guideline-faq .accordion__title {
    font-size: 13px;
    max-width: calc(100% - 2rem);
  }
  .collapsible-row-layout .accordion.color-inverse:before {
    left: 0;
  }
  .guideline-faq .collapsible-row-layout .accordion.color-inverse {
    margin-top: 0;
  }
  .guideline-faq .collapsible-content {
    border-radius: 0;
  }
}

/*===== MEDIA DECORATION LINE =====*/

.media__decoration-wrap {
  display: none;
}

/*===== CART PAGE =====*/

.cart__ctas button {
    background: var(--gradient-beige);
}

.cart__ctas button:hover {
  background: var(--gradient-beige-hover);
}

.cart__ctas button:after {
  box-shadow: none !important;
}

.cart__ctas button:hover:after {
  box-shadow: none;
}

/*===== PRODUCT BADGE =====*/

.card__badge .badge {
    background-color: white;
    border-color: white;
    color: rgb(var(--color-badge-background));
}

/*===== IMAGE TEXT CONTACT INFORMATION =====*/

.rich-text__text .number:before {
    content: ' ';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url('https://cdn.shopify.com/s/files/1/0670/7419/5775/files/call.svg?v=1676645029') no-repeat;
    background-size: 100%;
    margin-right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.rich-text__text .availability:before {
    content: ' ';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url('https://cdn.shopify.com/s/files/1/0670/7419/5775/files/availability.svg?v=1676645030') no-repeat;
    background-size: 100%;
    margin-right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.rich-text__text .number p, .rich-text__text .availability p {
    padding-left: 25px;
    margin: 5px 0;
}

.rich-text__text .number, .rich-text__text .availability {
    position: relative;
}

/*toggle v2 arrow */


.guideline-faq .collapsible-content__wrapper .animated-plus {
  width: 15px;
  height: 15px;
  margin-left: 14px;
}

.guideline-faq .collapsible-content__wrapper .animated-plus:before {
  background: url(https://cdn.shopify.com/s/files/1/0670/7419/5775/files/arrow_full.svg?v=1676646130) no-repeat;
  background-size: 100%;
  opacity: 1;
  width: 15px;
  height: 15px;
  background-color: transparent;
}

.guideline-faq .collapsible-content__wrapper .animated-plus:after {
  content: none;
}

.guideline-faq .animated-plus {
  position: relative;
  width: 10px;
  height: 10px;
}

.guideline-faq .animated-plus::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  background-color: currentColor;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.guideline-faq .animated-plus::before {
  width: 10px;
  height: 2px;
  opacity: 1;
}

.guideline-faq .animated-plus::after {
  width: 2px;
  height: 10px;
}

.guideline-faq [aria-expanded="true"] > .animated-plus::before,
.guideline-faq [aria-expanded="true"] > .animated-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.product-form .swym-button-bar {
    margin: 10px auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.header__icons .swym-header-launcher {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.4rem;
    top: 4px;
    margin-right: 0!important;
}

.header__icons .swym-header-launcher svg path {
    stroke-width: 1.4;
}

.header__inline-menu .header__menu-item span {
    text-transform: uppercase;
    font-weight: 800;
}

.header__inline-menu .header__active-menu-item {
    text-decoration: none;
    color: var(--gradient-beige);
}

/* Size media product page */

.product.product--small {
    max-width: 1200px;
    margin: 0 auto;
}

@media screen and (min-width: 990px) {
  .product.product--small:not(.product--no-media) .product__media-wrapper {
      max-width: 40%;
  }
  .product.product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 60%;
    width: calc(60% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

/* Bubble favorite heart */

.swym-header-launcher-badge.cart-count-bubble {
    bottom: 12px;
}

/* yotpo */

.yotpo-main-layout .yotpo-border-margin {
    margin-top: 0!important;
}

.yotpo-review-border-smooth {
    height: 0!important;
    background-image: none!important;
}

.yotpo-display-l .yotpo-main-layout .yotpo-head, .yotpo-app .yotpo-display-m .yotpo-main-layout .yotpo-head {
    display: none!important;
}

.yotpo-title-text {
    color: var(--gradient-base-accent-2)!important;
}

#yotpo-main-widget-btn {
    background-color: var(--gradient-base-accent-2)!important;
}

/* MAIN BANNER */

.main_banner_homepage .main_grid {
    display: flex;
    flex-wrap: wrap;
}

.main_banner_homepage .main_grid .main-row {
  width: 66%;
}

.main_banner_homepage .main_grid .second-column {
  width: 33%;
}

.main_banner_homepage .main_grid.main-banner_1 .main-row {
  width: 100%;
}

.main_banner_homepage .main_grid.main-banner_2 .main-row {
  width: 50%;
}

.main_banner_homepage .main_grid.main-banner_2 .second-column {
  width: 50%;
}

.main_banner_homepage .main_grid img {
    width: 100%;
    height: auto;
    object-fit: none;
}

.main_banner_homepage .main_grid .image_holder a {
    transition: 0.2s;
}

.main_banner_homepage .main_grid .image_holder a:hover {
    opacity: 0.95;
    transition: 0.2s;
}

.main_banner_homepage .main_grid.main-banner_1 .main-row.image_mob {
   display: none;
}

@media screen and (max-width: 830px) {
      .main_banner_homepage .main_grid.main-banner_1 .main-row {
        width: 100%;
      }
      .main_banner_homepage .main_grid.main-banner_1 .main-row.image_desktop {
        display: none;
      }
      .main_banner_homepage .main_grid.main-banner_1 .main-row.image_mob {
         display: block;
      }  
      .main_banner_homepage .main_grid.main-banner_2 .main-row {
        width: 100%;
      }
      
      .main_banner_homepage .main_grid.main-banner_2 .second-column {
        width: 100%;
      }  
      .main_banner_homepage .main_grid.main-banner_2 .second-column .image_holder {
          width: 100%;
      }  
      .main_banner_homepage .main_grid .main-row {
        width: 100%;
      }
      .main_banner_homepage .main_grid .main-row.image_holder {
        padding-top: 0;
      }  
      .main_banner_homepage .main_grid .second-column {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
      }  
      .main_banner_homepage .main_grid  .second-column .image_holder {
          width: 50%;
      } 
}

.slider-component-desktop .slider-counter {
    display: none;
}

.slider-component-desktop .slider-button .icon {
    height: 0.9rem;
}

.slider-component-desktop .slider-button {
    color: var(--color-primary);
    background: #1a1919;
    border-radius: 100%;
    margin: 3px;
}

.slider-component-desktop .slider-button:hover {
    color: var(--color-primary);
    background: #1a1919;
    border-radius: 100%;
    margin: 3px;
}

.slider-component-desktop .slider-button slider-button:hover .icon {
    color: var(--color-primary);
}

.slider-component-desktop .slider-button:not([disabled]):hover {
    color: var(--color-primary);
}


.slider-component-desktop .slider-button[disabled] .icon {
    color: #e75d8d61;
    cursor: not-allowed;
}