/** Shopify CDN: Minification failed

Line 2260:0 Unexpected "}"

**/
.collection .contains-card .card__details .card__details-inner img{
  height: 30px !important;
    object-fit: contain !important;
}

.trusted-suppliers .trustedMain::before{
content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    top: 0;
}

.titleBox{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}

.titleBox a{
  text-decoration: underline;
}

.titleBox a:hover{
  text-decoration: none;
}

.tabCollection{
  /* margin: 80px 0; */
}

.tabCollection .tab-customize {
    margin: 0 45px 0 0;
}

.titleBox .titleTabs
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabCollection .tab-customize button{
      padding: 15px 20px;
}

.tabCollection .tab-customize button.active{
  font-weight: bold;
  text-decoration: underline;
}

.viewAll{
  text-transform: capitalize;
  text-decoration: underline;
}

.tabCollection .card-wrapper h4 + .text-body--tiny{
  display: none;
}

.tabCollection .card-wrapper .jdgm-widget{
  display: none !important;
}

.tabCollection .card-wrapper .product-card-complex__messages{
  display: none;
}

.tabCollection .card-wrapper .product__info-container_finance{
  display: none;
}

.tabCollection .card-wrapper .card__inner {
  height: 300px;
}

.tabCollection .card-wrapper h4{
      font-weight: normal;
    margin-bottom: 15px;
}

.tabCollection .card-wrapper .card__buying{
  margin-top: -10px;
}

.tabCollection .card-wrapper .price .price-item{
    font-size: 24px;
    font-weight: 700;
}

.tabCollection .card-wrapper .text-body--small{
    margin: 15px 0;
}

.tabCollection .card-wrapper .price__regular{
  margin-bottom: 15px; 
}

.tabCollection .card-wrapper .price__container{
    margin-bottom: 15px; 
}

.tabCollection .tabbed-products .slick-list {
margin: 0 -20px;
} 


.tabCollection .sliderProducts.slick-initialized{
  display:block !important;
}

/* .tabCollection .tabcontent-cus .tabbed-products{
  display: block;
}
 */
.quickBtn{
      display: flex;
      width: 100%;
}

.quickBtn .quantity__button:first-of-type{
  border-right: none;
}

 .quickBtn .quantity__button:last-of-type{
  border-left: none;
}

.quickBtn .quantity__button{
      width: 25px;
}

.quickBtn .quick-add__submit{
  background: #212322;
  border-color: #212322; 
  text-transform:uppercase;
}

.quickBtn .quick-add__submit:hover{
  background: transparent;
  color: #212322;
}

.cta-section .ctaMain{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta-section .ctaMain img{
  width: 97px;
}

.cta-section .ctaMain h2{
    font-size: 30px;
    color: #fff;
    text-align: left;
    line-height: 48px;
}

.cta-section .ctaMain .cta-buttons{
    width: 395px;
}

.cta-section .ctaMain .cta-buttons a{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0px;
    border: 1px solid white;
      width: 181px;
    text-align: center;
}

.cta-section .ctaMain .cta-buttons a:hover{
  background: transparent;
  color: white;
}

.cta-section .ctaMain .cta-buttons a:last-child{
  background: transparent;
  color: white;
}

.cta-section .ctaMain .cta-buttons a:last-child:hover{
  background: white;
  color: #333333;
}

.cta-section {    
    background-size: cover;
    padding: 60px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  }

.cta-section > img{
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
}

.cta-section .page-width{
  z-index: 1;
}
  
  .cta-logo {
    width: 120px;
    height: auto;
  }
  
  .cta-heading {
    font-size: 2rem;
    color: #fff;
    margin: 0 40px;
    flex-grow: 1;
    text-align: center;
  }
  
  .cta-buttons {
    display: flex;
    gap: 15px;
  }
  
  .cta-buttons a {
    padding: 12px 24px;
    font-size: 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #ffffff;
    color: #333;
    transition: background-color 0.3s;
        font-family: termina, sans-serif;
  }
  
  .cta-buttons a:hover {
    background-color: #f0f0f0;
  }
.slick-arrow{color:transparent;width: 28px;
     position: absolute;
    top: 50%;
    margin: 0 0 0 -55px;       
            }
.slick-arrow.slick-next{
  right: 0;
  margin: 0 -55px 0 0; 
}
.slick-arrow::after{
  content:"";
  background-image: url("/cdn/shop/files/arrow.png?v=1752587407");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
}

.slick-arrow:hover::after{
background-image:url("/cdn/shop/files/hover.png?v=1754915214");
}

.product-carousel .swiper-button-next:hover, .product-carousel .swiper-button-prev:hover{
background-image:url("/cdn/shop/files/hover.png?v=1754915214");
}

.slick-arrow.slick-next::after{right:0; transform: rotate(180deg);} 
.slick-arrow.slick-prev::after{left:0;} 

.promotion-grid .promotion-grid-list .promotion-grid-card .link, .promotion-grid .promotion-grid-list .promotion-grid-card .link h2{
    color: #fff;
    font-size: 19px;
    line-height: normal;
  text-decoration: none;
  text-align:center;
  word-break: auto-phrase;
}

.promotion-grid .promotion-grid-list .promotion-grid-card .promotion-grid-card__info{
  height: 100%;
  justify-content: end;
  padding: 15px;
  z-index: 3;
      position: absolute;
    width: 100%;
    /* position: relative; */
}

.promotion-grid .promotion-grid-list .promotion-grid-card::after{
  z-index: 1;
  pointer-events: none;
}

.promotion-grid .promotion-grid-list.overlay-add .promotion-grid-card::after{
background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
}

.tabCollection .sliderProducts {
  display: block; 
  width:100%;
}
.tabbed-products > .productSlide {
    width: 24%;
    display: inline-block;
}

.tabCollection .tabbed-products .slick-list .productSlide  {
padding: 0 20px;
}
.card__details {
margin-top:auto;
}

/* 
.tabCollection  .sliderProducts {
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
} */

.promotion-grid .promotion-grid-list .promotion-grid-card{
  height: 100%;
}

.promotion-grid .box-rectangle .promotion-grid-card__info .collection-promo-button{
  width: auto;
    background: transparent;
    border: 1px solid white;
  margin: 20px 0 0 !important;
  text-transform:uppercase;
  font-weight:400;
}

.promotion-grid .box-rectangle .promotion-grid-card__info .collection-promo-button:hover{
  background: white;
  color: #222222;
}

.promotion-grid {
      /* margin: 60px 0; */
  background: #fff;
}

.promotion-grid .promotion-grid-list.box-rectangle .promotion-grid-card .promotion-grid-card__info
{
    padding: 50px 0;
}

  .promotion-grid .promotion-grid-list.box-rectangle .promotion-grid-card .promotion-grid-card__info img{
      max-height: 65px;
      width:100%;
  } 

  /* .promotion-grid .promotion-grid-list.box-rectangle .customCollectionBox:first-child .promotion-grid-card .promotion-grid-card__info img{
    max-height: 80px;
  } */

.product-carousel .swiper-button-next, .product-carousel .swiper-button-prev{
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  background-image: url("/cdn/shop/files/arrow.png?v=1752587407");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    background-color: transparent !important;
    color: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.product-carousel .swiper-button-next{
  right: -55px !important;
}

.product-carousel .swiper-button-prev{
  left: -55px !important;
}

.product-carousel .swiper-button-next{transform: rotate(180deg);} 

.product-carousel .swiper-button-disabled{
  opacity: 0.5 !important;
}

.index .gradient {
      background: white;
}

.index .page-width{
  padding-top: 0px;
  padding-bottom: 0px;
}

#MainContent .shopify-section{
margin-top: 120px; 
margin-bottom: 120px; 
}

#MainContent .shopify-section:first-child{
  margin-top: 30px; 
  margin-bottom: 70px;
}

#MainContent {
      background: white !important;
}

.logo-carousel .swiper-wrapper { flex-wrap: wrap; justify-content: space-between;}

.newsletter{ background: #222222 !important;}

.tabCollection .card-wrapper .price .price-item.compare-price, .tabCollection .card-wrapper .price .price-item.listing-price{
  font-size: 18px;
}

  .article-grid {
    display: flex;
    gap: 35px;
  }

  .article-left, .article-right-top, .article-right-bottom {
    position: relative;
    color: white;
    overflow: hidden;
  }

  .article-left {
    flex: 2;
    height: 603px;
  }

  .article-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 35px;
  }

  .article-right-top {
    height: 284px;
  }

  .article-right-bottom {
    height: 284px;
  }

  .articleText {
position: absolute;
    /* bottom: 50px; */
    bottom: 140px;
    left: 0px;
    padding: 0;
    z-index:9;
    width: 100%;
  }

.mainArticles .articleBox .mainBox::after{
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.mainArticles .articleBox .mainBox p{
  font-size: 22px; 
  font-weight: bold;
  line-height: 35px;
}

.mainArticles .articleBox .mainBox .articleText>div a{
  /* font-size: 15px; 
  font-weight: normal;
 text-decoration: underline !important; */
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border: 1px solid white;
    width: auto;
    text-align: center;
    background: #fff;
    padding: 12px 33px;
    font-family: termina, sans-serif;
    color: black;
    text-decoration: none !important;
    display: inline-block;
    margin: 10px 0 0 0;
  opacity: 1 !important;
}

.mainArticles .articleBox .mainBox .articleText > div{
/* position: absolute; */
    bottom: 60px;
    margin: 0;
    width: 100%;
    transform: translateY(100%);
    transition: transform .3s ease-out, opacity .3s ease-out;
      padding: 0 50px;
}

.mainArticles .articleBox .mainBox:hover .articleText > div {
    transform: translateY(0);
    bottom: 30px;
}

.mainArticles .articleBox .mainBox:hover .articleText>div a{
  opacity: 1;
  text-decoration: none;
}

.mainArticles .articleNav .slick-arrow{
  margin: 0 !important;
}

.mainArticles .articleNav {
      width: 65px;
      position:relative;
}

.footer__content-bottom-wrapper_lower{
  width: 100%;
}
.footer__content-bottom-wrapper_lower .footer__column--info{
      flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.footer__content-bottom-wrapper_lower .footer__column--info p{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
}

.footer__content-bottom-wrapper_lower .footer__column--info p a{
   font-weight: normal !important;
}

.trusted-suppliers .trustedMain{
      display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 90px;
}

  .trusted-suppliers .logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    width:70%;
  }
  
  .trusted-suppliers .logos img {
    max-height: 50px;
    object-fit: contain;
    /* filter: brightness(0) saturate(100%) invert(21%) sepia(0%) saturate(37%) hue-rotate(201deg) brightness(102%) contrast(86%); */
  }
  
  .trusted-suppliers .logos img:hover {
    filter:unset;
  }

.trust-section {
    padding: 70px 20px;
    position: relative;
    color: white; 
  }

  .trust-section .page-width{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .trust-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .trust-text {
    flex: 1;
    min-width: 300px;
  }
  
  .trust-text h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;   
    color: white; 
  }
  
  .trust-text p {
    font-size: 16px;
    line-height: 1.6;
  }
  
  .trust-image {
   flex: 0 0 auto;
    margin: 0 auto;
    background: #fff;
    padding: 20px 0 0;
    max-width: 270px;
    z-index:1;
  }
  
  .trust-image img {
    max-width: 250px;
    height: auto;
  }
  
  .red-border {
    height: 10px;
    background-color: red;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

.footer-block__newsletter .newsletter-form__field-wrapper .field__label{
  display: none;
}

.footer-block__newsletter .newsletter-form__field-wrapper input{
  min-width: auto;
}

.field__input:focus, .field__input:not(:placeholder-shown), .field__input:-webkit-autofill, .customer .field input:focus, .customer .field input:not(:placeholder-shown), .customer .field input:-webkit-autofill{
  margin:0 !important;
}

.footer .accordion{
  margin-bottom: 35px;
      font-family: 'termina' !important;
    font-size: 20px;
}

.footer .accordion + hr{
  display: none !important;
}

.footer .accordion, .footer a{
  color:white !important;
}

.footer {
  padding: 75px 0 10px !important;
}

.footer .grid__item .footer__list-social{
  margin-top:40px;
  align-items: center;
}

.footer .list-social__item .icon{
  fill: white;
}

.footer-block__newsletter .newsletter-form__field-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-block__newsletter .newsletter-form__field-wrapper .field{
    width: 47%;
    margin-bottom: 6%;
}

.footer-block__newsletter .newsletter-form__field-wrapper .field:nth-of-type(3){
  width:100%;
}

.footer-block__newsletter .newsletter-form__field-wrapper .newsletter-form__button{
margin: 0 !important;
    background: white !important;
    color: black !important;
    text-transform: uppercase;
    font-family: 'termina';
    font-size: 12px;
    font-weight: 600;
    border: 1px solid white;
}

.footer-block__newsletter .newsletter-form__field-wrapper .newsletter-form__button:hover{
  background: transparent !important;
  color: white !important;
}

.footer-block__newsletter h5{
margin-bottom: 35px;
    font-family: 'termina';
    font-size: 20px;
    color: white;
    text-align: left;
    line-height: 30px;
}

.footer-block__newsletter p{
  color: white;
      text-align: left;
  margin-bottom: 25px;
}

.footer .footer__blocks-wrapper .footer-block:nth-of-type(1){
  width:25%;
}
.footer .footer__blocks-wrapper .footer-block:nth-of-type(2){
width: 23%;
}
.footer .footer__blocks-wrapper .footer-block:nth-of-type(3){
width: 27%;
}
.footer .footer__blocks-wrapper .footer-block:nth-of-type(4){
width: 23%;
}
.footer .footer__blocks-wrapper .footer-block:nth-of-type(5){
width: 38%;
}

.customCollectionBox{
  background: transparent !important;
  overflow: hidden;
}

.allImg {
    overflow: hidden;
    position: relative;
    padding-bottom: 100%;
    cursor: pointer;
}

.allImg > img {
position: absolute;
    top: 0;
    left: 0;
    transition: all 1s ease-in-out;
    transform: scale(1);
    width: 100%;
    height: 100%;
  object-fit: cover;
}

.allImg:hover > img, .cardLink:hover + .allImg > img {
    transform: scale(1.1);
}

.box-rectangle .allImg{
  padding-bottom: 60%;
}

.header__inline-menu .list-menu>li .mega-menu[open], .header__inline-menu .list-menu li.mainSingle .mega-menu[open] .mega-menu__content{
  background: #fff !important;
}

.header__inline-menu .list-menu li.mainSingle .mega-menu[open] .mega-menu__content{
  min-width:139px;
}

.footer-block .trustpilot-widget iframe{
background: transparent;
    padding: 0;
    width: 200px !important;
    height: 150px !important;
}



@media screen and (max-width:750px){
  .breadcrumb_button .breadcrumbs__list .breadcrumbs__item h2{
    white-space: normal;
    text-align: center;
  }
  /* .footer-block.grid__item, .footer .accordion{
    text-align: center !important;
  }
    .footer .accordion:after
  {
    float:none !important;
    margin: 0 0 0 15px;
  } */
  .footer-block .trustpilot-widget iframe{
    height: 100px !important;
  }
  .customBanner .promo .promo__item--small_image{
     min-height: unset;
  }
  .spreadCost .spreadIcons{
    justify-content:center;
  }
  .trust-section .page-width, .spreadCost .innerSpread .txtSpread>div{
    text-align:center;
  }
  .spreadCost .innerSpread .txtSpread>div a{
    margin: 0 auto;
  }
  .mainArticles .titleBox {
    /* align-items: self-start; */
  }
.promotion-grid{
  margin:0;
}
  .titleBox h3{
    text-align:center;
  }

.promotion-grid .promotion-grid-list.box-rectangle .promotion-grid-card .promotion-grid-card__info img{
    max-width: 250px;
}
.banner-section .media{
      background-color: transparent;
}
.banner-section .media>img{
      object-fit: cover;
    object-position: top;
}

.banner-section{
  padding-bottom: 0px; 
}
.promo .promo__item--large_image{
min-height: unset;
}

/* .template-index #MainContent section:nth-of-type(2){
  margin: 0 0 -100px  0;
} */

.customBanner .promo .promo__item:nth-child(3n-1), .customBanner .promo .promo__item:nth-child(3n){
            grid-column: unset;
        grid-column-start: auto;
}
.customBanner .promo .promo__item:nth-child(3n-2) {
        height: auto;
        grid-column-end: auto;
}

.tabCollection .tabbed-products .slick-list {
margin: 0px;
} 

.slick-arrow{
    margin: 0 !important;
    z-index: 9999;
}

.tabCollection .tabbed-products .slick-list .productSlide{
      padding: 0 50px;
}

#MainContent .shopify-section{
  margin: 80px 0;
}

.cta-section .ctaMain{
      flex-direction: column;
}

.cta-section .ctaMain h2{
 font-size: 20px;
    text-align: center;
    line-height: 30px;
      margin: 25px 0;
}

.cta-section{
  padding: 50px 0;
}
.cta-section .ctaMain .cta-buttons {
    width: auto;
}

.cta-section .ctaMain .cta-buttons a{
    padding: 10px 25px;
    width: auto;
}

.cta-section .ctaMain img {
    width: auto;
}

.promotion-grid .promotion-grid-list.box-square .promotion-grid-card .link h3{
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.promotion-grid .promotion-grid-list.box-square .promotion-grid-list__item {
  width: 47%;
  max-width: 47%;
}
  .trust-text h2 {
    font-size: 20px;
  }

.product-carousel .swiper-button-next {
    right: 15px !important;
}

.product-carousel .swiper-button-prev {
    left: 15px !important;
}

.product-carousel .swiper{
    padding: 0 35px;
}
.titleBox{
      margin-bottom: 20px;
        flex-direction: column;
        gap: 10px;
}
  .titleBox .titleTabs{
    flex-direction: column;
    gap: 8px;
  }
  .tabCollection{
    margin: 0;
  }
  .tabCollection .tab-customize{
    margin: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .tabCollection .tab-customize button {
    padding: 0 15px 10px;
    font-size: 15px;
}

  .trusted-suppliers .trustedMain{
        flex-direction: column;
    gap: 50px;
  }
  .trusted-suppliers .logos{
    width: 100%;
  }
  .trusted-suppliers .logos img{
    width: 35%;
  }

  .footer__content-bottom-wrapper_lower .footer__column--info {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.articleBox .article-grid{
      flex-direction: column;
}
.articleBox .article-left{
      height: 284px;
    flex: unset;
}

.mainArticles .articleNav{
      position: absolute;
    right: 0;
}

.footer .grid__item .footer__list-social{
        margin-top: 20px;
            justify-content: left;
}

.footer-block__brand-info.panel{
    display: block !important;
  margin-bottom: 30px;
}

.footer .accordion {
    margin-bottom: 0;
    font-size: 17px;
}

  .landingGrid .half-width{
    width: 100% !important;
  }

  .landingGrid .innerBox{
    padding-bottom: 100% !important;
  }
  
}

.customBanner .banner-overlay-content{
  background: hwb(0deg 0% 100% / 65%);
    color: white;
    padding: 20px 25px;
}

.customBanner .banner-overlay-content h2{color:#fff;}

.landingGrid{
  /* margin-bottom: 80px; */
  margin-bottom:0px;
}

.landingGrid .innerBox h3 {
margin-bottom: 20px;
    font-family: 'termina';
    font-size: 20px;
    color: white;
}

.landingGrid .innerBox{
  position: relative;
  padding-bottom: 25%;
}

.landingGrid .innerBox img{
  object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.landingGrid .innerBox .infoBox{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    padding:50px;
    text-align: center;
    max-width: 525px;
    left: 50%;
    transform: translate(-50%, 0);
}

.landingGrid .innerBox.full-width .infoBox{
max-width: 1050px;
}

.landingGrid .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap:2%;
}
.landingGrid .half-width {
  width: 49%;
  margin-bottom: 2%;
}
.landingGrid .full-width {
  width: 100%; 
}

.landingGrid .innerBox::after{
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
}

.landingGrid .innerBox > a{
position:relative;
z-index:9;
}

.landingGrid .innerBox a
{
      font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border: 1px solid white;
    width: auto;
    text-align: center;
    background: #fff;
    padding: 12px 33px;
    font-family: termina, sans-serif;
}

.landingGrid .innerBox a:hover{
  background: transparent;
  color: white;
}

.product-carousel .swiper-wrapper{
  margin: 0 !important;
}

#MainContent .shopify-section.logo-carousel{
  margin-bottom: 0;
}

#MainContent .shopify-section.trusted-suppliers{
    margin-top: 0;
    margin-bottom:90px;
}

.custom-trustpilot-widget{
  margin: 130px 0;
}

.customBanner .page-width{
      padding-bottom: 0;
}

.promotion-grid .page-width{
  padding-top: 0px;
  padding-bottom:0px;
}

.tabCollection .collection {
  padding-top: 0px;
  padding-bottom:0px;
}

#MainContent .shopify-section{
  overflow-x:hidden;
  overflow-y:hidden;
}

.trustpilot-widget{
  /* background-image:url("/cdn/shop/files/tust-bg.png?v=1754463046");
   background-repeat:no-repeat;
  background-size:cover; */
  padding: 100px 0;
  width:100% !important;
}

.trustpilot-widget iframe{
    /* max-width: var(--page-width);
    margin: auto;
    padding: var(--page-width-padding);
    */
    background: #fff;
    padding: 75px 30px;
        width: 100% !important; 
        height: 300px !important;
}

.trustSection{
  padding:0 !important;
}

.trustSection .page-width{
  width:100%;
}

.trust-image .trustpilot-widget, .usp-main .trustpilot-widget{
  background-image:unset !important;
  padding:0 !important;
}

.trust-image .trustpilot-widget iframe{
  height:auto !important;
  padding:0 !important;
}

.usp-main .trustpilot-widget iframe{
    height: 20px !important;
    padding: 0 !important;
    max-width: 100%;
    background: transparent;
    width: 420px !important;
    scale: 0.8;
}

.tp-widget-wrapper a{
    display: flex;
    height: 100%;
    align-items: center;
}

.promotion-grid .promotion-grid-list .promotion-grid-card{
  height:auto;
}

.boxContent{
    text-align: center;
    padding: 15px 40px;
}

.boxContent a{
  margin: 15px 0 0 0;
    display: inline-block;
    text-decoration: underline;
    text-transform: capitalize;
}

.boxContent a:hover{
  text-decoration:none;
}

/* .template-index .custom-trustpilot-widget{
  display:none;
} */


@media screen and (max-width: 768px) {
  .articleText{
    bottom: 175px;
  }
  .promotion-grid .title{
    text-align: center;
  }
    .tabbed-products, .tab-customize {
        flex-direction: unset !important;
    }
    .trustpilot-widget{
     padding:60px 0;
    }
    .logo-carousel .swiper-wrapper{
      justify-content: center;
    }
    .logo-carousel h2, .logo-carousel h3{
      text-align:center;
    }
    .trustpilot-widget iframe {
    background: #fff;
    padding: 30px;
    width: 100% !important;
    height: 200px !important;
  }
  .product-carousel h2, .product-carousel h3, .logo-carousel h2, .logo-carousel h3{
    padding:0 20px;
  }
  .logo-carousel .swiper-slide:first-of-type{
    padding-left: 0;
  }
  .mainArticles .articleBox .mainBox .articleText>div{
    padding: 0 30px;
    bottom: 130px;
  }
  .promotion-grid .promotion-grid-list.box-rectangle .promotion-grid-card .promotion-grid-card__info {
    padding: 30px 0;
}
}

@media screen and (min-width:767px) and (max-width:991px) {
    .usp-main-slider .usp-slider{
    justify-content:center !important;
  }

  .usp-main-slider .usp-slider div[data-testid="usp-bar__separator"]{
display:none !important;
}

#MainContent .shopify-section:first-child {
    margin-bottom: -55px !important;
}

  .usp-main .trustpilot-widget iframe{
        /* width: 180px !important; */
  }

  .landingGrid{
        margin-bottom: 0;
  }

  .landingGrid .innerBox{
    padding-bottom: 35%;
  }

  .trusted-suppliers .logos img{
        width: 35%;
  }

  .tabCollection .tabbed-products .slick-list{
        margin: 0 25px;
  }
  .product-carousel .swiper-button-next {
    right: 0 !important;
}
.product-carousel .swiper-button-prev {
    left: 0 !important;
}
  .slick-arrow
  {
    margin:0 !important;
  }

  .mainArticles .titleBox{
    flex-direction: unset;
  }

  .mainArticles .articleNav{
        top: -10px;
    position: relative;
  }

  .trusted-suppliers .logos{

  }

  .promotion-grid .promotion-grid-list.box-rectangle .promotion-grid-card .promotion-grid-card__info img{
      max-height: 70px;
  }

  .promotion-grid{
    margin:20px 0;
  }

  #MainContent .shopify-section{
    margin:60px 0;
  }

.customBanner .promo .promo__item:nth-child(3n - 1), .customBanner .promo .promo__item:nth-child(3n){
        grid-column: 1 / span 2;
        min-height: 160px;
        height: 160px;
        grid-column-start: 2;
    }
  
  .cta-section .ctaMain{
    flex-direction: column;
    gap: 15px;
  }

      .titleBox {
        margin-bottom: 20px;
        flex-direction: column;
        gap: 10px;
    }

  .cta-section .ctaMain h2{
    text-align: center;
  }

  .customCollectionBox{
    width: 47% !important;
  }
  
.customBanner .promo .promo__item:nth-child(3n - 2) {
    min-height: 100px;
    height: auto;
     grid-column-end: 1;
}

.promotion-grid .promotion-grid-list.box-square .promotion-grid-list__item {
  width: 47%;
  max-width: 47%;
}
}

@media screen and (min-width:991px){
  /* .promotion-grid .promotion-grid-list.box-rectangle .promotion-grid-card .promotion-grid-card__info img{
    width:70%;
    margin:0 auto;
  } */
.customBanner .promo .promo__item:nth-child(3n - 2) {
       grid-column-end: 2;
}

.customBanner .promo .promo__item:nth-child(3n - 1), .customBanner .promo .promo__item:nth-child(3n){
  /* grid-column-start: 2;
    grid-column-end: span 4; */

   grid-column-start: unset;
    grid-column-end: unset;
    grid-column: span 2 / span 2;
}
  
.customBanner .cib-right.promo .promo__item:nth-child(3n-1), .customBanner .promo .promo__item:nth-child(3n) {
    grid-column-start: unset;
    grid-column-end: unset;
    grid-column: span 2 / span 2;
}
  
.customBanner .cib-right.promo .promo__item:nth-child(3n - 2) {
grid-column: 3;
grid-row: span 2;
  /* grid-column-start: unset; */
}

.customBanner .promo .promo__item--large_image{
  height: 700px;
}

.customBanner .promo .promo__item--small_image {
  height: 335px;
}
}

#CookiebotWidget{left: auto !important; right: 10px !important;}
#chat-widget-container{left: 10px !important; right: auto !important;}

.spreadCost{
  position:relative;
}

.spreadCost .innerSpread{
     display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
    justify-content: space-between;
    position: relative;
}

.spreadCost .spreadIcons{
  display: flex;
  gap: 6%;
  row-gap: 50px;
  flex-wrap:wrap;
}

.spreadCost .innerSpread::after{
  content:"";
  position:absolute;
  width:100%;
  height:20px;
  background:#E51C06;
  bottom:0;
}

.spreadCost .innerSpread .txtSpread{
        width: 48%;
        color: #fff;
        padding: 50px 0;
}

.spreadCost .innerSpread .txtSpread h2{
  color:#fff;
}

.spreadCost .innerSpread .txtSpread > div{
 width: 720px;
    float: right;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.spreadCost .innerSpread .spreadImg{
        width: 48%;
        z-index:1;
}

.spreadCost .innerSpread .spreadImg img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.spreadCost .page-width{
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.spreadCost > img{
 position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.spreadCost .innerSpread .txtSpread .spreadIcons .iconsBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.spreadCost .innerSpread .txtSpread>div a{
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border: 1px solid white;
    width: 181px;
    text-align: center;
    transition: background-color .3s;
    cursor: pointer;
    padding: 12px 24px;
    background: transparent;
    color: #fff;
    font-family: termina, sans-serif;
          font-size: 12px;
}

.spreadCost .innerSpread .txtSpread>div a:hover
{
      background: #fff;
    color: #222;
}

.usp-main-slider .usp-slider{
      display: flex !important;
    align-items: center;
    justify-content: space-around;
    min-width: 335px;
        padding: 10px 0;
}

.menu-drawer {
    height: 100vh;
}

.ciwt-text {
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.ciwt-text.collapsed {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;      
  /* max-height: calc(1.5em * 3);  */
}

.ciwt-text.expanded {
  max-height: 9999px;           
}

.ciwt-load-more-button{
  margin-top: 15px;
  display: inline-block;
  text-decoration: underline;
}

.ciwt-load-more-button.hidden {
  display: none;
}

.footer-block .trustpilot-widget {
    padding: 25px 0 0;
    width: 75% !important;
}

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

/* body .header__inline-menu .list-menu>li:first-child .mega-menu{
      padding-left: 0 !important;
}
.list-menu #css-lwv17d:last-child{
      padding-right: 0 !important;
} */

.css-a2263j{
  height: 70px !important;
}
.css-1iojw8v{
  padding:25px 0 !important;
}
/* body .header__inline-menu .list-menu>li .mega-menu{
      padding: 30px 0;
} */

.template-index .customBanner{
  padding-top: 30px;
}

.footer-block__newsletter p{
    margin-top: 0;
}
.footer__content-bottom-wrapper_lower .footer__column--info{
      align-items: flex-start;
}
    .footer__payment {
        margin-top: 0 !important;
    }
    .template-index #MainContent .shopify-section:first-child{
      margin-bottom: -90px;
}
}

.footer-block__brand-info.panel{
display:block !important;
}

/* .header__inline-menu .list-menu>li:last-child .header__menu-item span{
  color:red;
} */

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

  body .css-1t1gj6d, body .header__inline-menu, body .list-menu{
      flex: 0 0 100%;
}

.header__inline-menu .list-menu{
  justify-content: space-between;
  margin: 0;
}

  .usp-main-slider .usp-slider.one{
    order:1;
  }

   .usp-main-slider .usp-slider.two{
    order:2;
  }

   .usp-main-slider .usp-slider.three{
    order:3;
  }

   .usp-main-slider .usp-slider.four{
    order:4;
  }

  .template-collection #MainContent .shopify-section:first-child {
    margin-bottom: -160px;
}

#MainContent .shopify-section:first-child{
    margin-top: 5px;
}

  .template-collection .promotion-grid-list{
    gap:40px !important;
  }
    .tabcontent-cus .sliderProducts{
      padding:0 55px;
    }
.titleBox h3{
        font-size: 28px;
    line-height: 32px;
}
.product-carousel .slider-component-desktop{
        padding:0 55px;
}
.product-carousel .swiper-button-next {
    right: 0px !important;
}
.product-carousel .swiper-button-prev {
    left: 0 !important;
}
.cta-section .ctaMain{
  padding:0 55px;
}
    .title, .title-wrapper-with-link {
        margin: 5rem 0;
    }

    .promotion-grid .box-square{
          /* justify-content: space-between; */
          justify-content:flex-start;
    }

    .template-collection #MainContent .shopify-section.section:nth-of-type(1){
      margin-bottom: -80px;
    } 
}

button, [type=button], [type=reset], [type=submit], [type="number"], button, input, optgroup, select, textarea{
  border-radius:0 !important;
}


.cart-page{
    margin: 100px 0;
    padding: 0 !important;
    background: #fff;
}

.cart.template-cart{
  background: #fff;
}

.main_cart_footer, .cart-page .css-h0f7gq{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

@media screen and (min-width:320px) and (max-width:768px) {
  .logo-carousel .swiper-slide
  {
    min-height: 90px;
  }
  .logo-carousel .swiper-slide img{
   object-fit: contain !important;
  }
  .cart-page{
    margin: 50px 0;
  }
  .homeArrow a{
    margin:-35px 0 0 0;
  }
  .cart-page .css-dybcgz{
    display:block !important;
  }
.titleBox h3{
  font-size:19px;
}
.withBtn .breadcrumb_button {
      align-items: center !important;
}
.title-with-btns .breadcrumb_button{
      align-items: center !important;
      padding-bottom: 10px;
}
.breadcrumb_button{
      align-items: self-start !important;
}
  .title-with-btns{
    margin-top: 0 !important;
  }

  .usp-main .trustpilot-widget iframe{
    max-width:none !important;
  }
.spreadCost .innerSpread .txtSpread>div{
          width: 90%;
        float: none;
        margin: 0 auto;
}
.spreadCost .innerSpread .txtSpread, .spreadCost .innerSpread .spreadImg{
   width:100%;
}
.spreadCost .innerSpread{
    flex-direction: column-reverse;
    gap: 0;
}
.title-wrapper--self-padded-tablet-down, .title-wrapper--self-padded-mobile{
  padding:0px !important;
}

.breadcrumb_button{
    flex-direction: column;
    padding-bottom: 65px;
    gap: 20px;
}
.usp-main-slider .usp-slider div[data-testid="usp-bar__separator"]{
display:none !important;
}
.usp-main-slider .usp-slider{
  justify-content:center;
}

.css-54y2e0{
  display:block !important;
}
}

@media screen and (min-width:700px) and (max-width:750px) {
   .customCollectionBox {
        width: 47% !important;
    }
}

@media screen and (min-width:751px) and (max-width:991px) {
    .box-square .customCollectionBox {
        width: 30% !important;
    }
      .promotion-grid .promotion-grid-list.box-rectangle .promotion-grid-card .promotion-grid-card__info img{
            max-height: 70px;
  }
  .spreadCost .innerSpread .txtSpread>div{
           width: 90%;
        float: none;
        margin: 0 auto;
  }
  .spreadCost .innerSpread{
        align-items: stretch;
  }
  .spreadCost .innerSpread{
    flex-direction: column-reverse;
    gap: 0;
}

  .spreadCost .innerSpread .txtSpread, .spreadCost .innerSpread .spreadImg{
   width:100%;
}
.promotion-grid .promotion-grid-list .promotion-grid-card .link, .promotion-grid .promotion-grid-list .promotion-grid-card .link h2{
  font-size:18px;
}
 
        .cta-section .ctaMain {
        flex-direction: column;
    }
}

@media screen and (min-width:992px) and (max-width:1440px) {
    .box-square.grid--6-col-desktop .customCollectionBox {
        width: 18.15% !important;
        max-width:18.15% !important;
    }
 .box-square.grid--6-col-desktop{
        column-gap: 2%;
 }
 .promotion-grid .promotion-grid-list .promotion-grid-card .link, .promotion-grid .promotion-grid-list .promotion-grid-card .link h2{
      font-size: 17px;
 }
 .trusted-suppliers .logos img{
  width: 20%;
 }
  }


@media screen and (min-width:992px) and (max-width:1440px) {
  .footer .accordion{
    font-size: 18px;
  }
  .promotion-grid .promotion-grid-list .promotion-grid-card .link img{
    max-height: 45px;
  }
  .spreadCost .innerSpread .txtSpread .spreadIcons .iconsBox{
    max-width: 20%;
  }
  .spreadCost .innerSpread .txtSpread>div{
    width: 90%;
  }
  .spreadCost .innerSpread{
        align-items: stretch;
  }
  .spreadCost .innerSpread .spreadImg{
        width: 47%;
  }

  .product-carousel .swiper-button-next {
    right: 15px !important;
}

.product-carousel .swiper-button-prev {
    left: 15px !important;
}

.product-carousel .swiper{
    padding: 0 35px;
}
.slick-arrow{
    margin: 0 !important;
    z-index: 9999;
}

.tabCollection .tabbed-products .slick-list .productSlide{
      padding: 0 50px;
}
.tabCollection .tabbed-products .slick-list{
  margin:0;
}
}


@media screen and (min-width:992px) and (max-width:1023px) {
  .cta-section .ctaMain{
    flex-direction: column;
    gap: 15px;
  }

      .titleBox {
        margin-bottom: 20px;
        flex-direction: column;
        gap: 10px;
    }

  .cta-section .ctaMain h2{
    text-align: center;
  }
}

@media screen and (min-width:768px) and (max-width:1024px) {

  .vat-compreg {
    margin-bottom: 25px;
  } 

  .articleText{
    bottom: 170px;
  }
  .mainArticles .articleBox .mainBox .articleText>div{
        padding: 0 15px;
  }
  .mainArticles .articleBox .mainBox p{
    font-size: 19px;
    line-height: 30px;
  }
  .section-header~.shopify-section-group-header-group{
    z-index: -1 !important;
}

body .css-a2263j
{
     height: 0;
}

  .article-left{
    flex:1;
  }
  .title-with-btns{
    margin-top: 0 !important;
  }

body form .field__input::placeholder {
    font-size: 14px !important;
}

  .usp-main-slider .usp-slider{
    justify-content:center !important;
  }

  .usp-main-slider .usp-slider div[data-testid="usp-bar__separator"]{
display:none !important;
} 

.footer .accordion{
      margin-bottom: 10px;
}

.footer .panel.show{
        padding-bottom: 35px !important;
        margin-bottom: 35px !important;
}
}




@media screen and (min-width:800px) and (max-width:1190px) {

body .header__inline-menu .list-menu > li .mega-menu {
  padding: 15px 8px;
  padding: 0;
}
body .list-menu a#css-lwv17d {
    padding: 15px 8px !important;
    padding: 0!important;
}
.spreadCost .spreadIcons{
      gap: 15%;
      row-gap: 50px;
      text-align: center;
}
.cta-section .ctaMain{
   flex-direction: column;
    gap: 15px;
}
.promotion-grid .box-rectangle .promotion-grid-card__info .collection-promo-button{
      font-weight: 400;
    font-size: 11px;
    width: 85%;
}
.promotion-grid .promotion-grid-list .promotion-grid-card .link, .promotion-grid .promotion-grid-list .promotion-grid-card .link h2{
          font-size: 16px;
}
.button, .button-label, .shopify-challenge__button, .customer button{
  font-size: 11px;
}
}

@media screen and (min-width:1025px) and (max-width:1060px) {
body .header__inline-menu .list-menu > li .mega-menu {
  padding: 15px 3px;
  padding: 0;
}
body .list-menu a#css-lwv17d {
    padding: 15px 3px !important;
    padding: 0!important;
}
}

@media screen and (min-width:1061px) and (max-width:1100px) {
body .header__inline-menu .list-menu > li .mega-menu {
  padding: 15px 6px;
  padding: 0;
}
body .list-menu a#css-lwv17d {
    padding: 15px 5px !important;
    padding: 0!important;
}
}

@media screen and (min-width:1101px) and (max-width:1150px) {
body .header__inline-menu .list-menu > li .mega-menu {
  padding: 15px 7px;
  padding: 0;
}
body .list-menu a#css-lwv17d {
    padding: 15px 7px !important;
    padding: 0!important;
}
}


@media screen and (min-width:1151px) and (max-width:1190px) {
body .header__inline-menu .list-menu > li .mega-menu {
  padding: 15px 9px;
  padding: 0;
}
body .list-menu a#css-lwv17d {
    padding: 15px 10px !important;
    padding: 0!important;
}
}

@media screen and (min-width:1192px) and (max-width:1250px) {
body .header__inline-menu .list-menu > li .mega-menu {
  padding: 15px 10px;
  padding: 0;
}
body .list-menu a#css-lwv17d {
    padding: 15px 10px !important;
    padding: 0!important;
}
}

@media screen and (min-width:1251px) and (max-width:1279px) {

body .header__inline-menu .list-menu > li .mega-menu {
  padding: 15px 17px;
  padding: 0;
}
body .list-menu a#css-lwv17d {
    padding: 15px 7px !important;
    padding: 0!important;
}

}

.homeArrow{
  display:none;
}

.template-index .homeArrow{
  display:block;
}

.homeArrow {
  padding-top: 60px;
}

.homeArrow a{
    display:flex;
    align-items:center;
    justify-content:center;
}


#MainContent .shopify-section:first-child{
margin-bottom: -90px;
}

.slick-track{
  margin:0 !important;
}

.breadcrumb_button{
  display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}

/* .breadcrumb_button a {
    padding: 12px 24px;
    background-color: #fff;
    color: #333;
    transition: background-color .3s;
    font-family: termina, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border: 1px solid #333;
    width: 181px;
    text-align: center;
} 
   
.breadcrumb_button a:hover{
background-color: #333;
    color: #fff;
}
*/

.breadcrumbs .page-width{
  width:100% !important;
}

.breadcrumb_button .breadcrumbs__list{
    list-style: none !important;
}

.breadcrumb_button .breadcrumbs__list .breadcrumbs__item{
display: flex;
    align-items: center;
}

.breadcrumb_button .breadcrumbs__list .breadcrumbs__item h2{
  margin-bottom:0px;
}

.breadcrumb_button .breadcrumbs__list .breadcrumbs__item::after{
  content:"/";
      /* font-size: 25px;
    font-weight: bold; */
    margin: 0 -10px 0 5px;
}

.breadcrumb_button .breadcrumbs__list .breadcrumbs__item.cbi-lists::after{
 content:"|";
    font-size: 14px;
    font-weight: 400;
}

.breadcrumb_button .breadcrumbs__list .breadcrumbs__item.cbi-lists h2{
      font-size: 14px;
    font-weight: 400;
}

.breadcrumb_button .breadcrumbs__list .breadcrumbs__item:not(script):last-of-type:after{
display:none;
}

.breadcrumb_button .breadcrumbs__list{
  flex-wrap: wrap;
}

.quickBtn .quick-add__submit span{
      margin: 2px 0 0 0;
}

@media screen and (min-width: 750px){
.breadcrumbMain{
  margin: 0 0 35px 0;
        padding: 0;
}
}

.breadcrumb_button > a
{
text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    border: 1px solid #333;
    width: 181px;
    text-align: center;
    padding: 12px 24px;
    font-size: 12px;
    cursor: pointer;
    background-color: #fff;
    color: #333;
    transition: background-color .3s;
    font-family: termina, sans-serif;
}

.breadcrumb_button > a:hover
{
background-color: #333;
    color: #fff;
}

.title-with-btns {
  margin-bottom: 0 !important;
}

.title-with-btns + .shopify-section{
  margin-top: -25px !important;
}

.cardLink{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index:99;
  color: transparent;
}

.header__inline-menu .list-menu li.mainSingle .singleMenu ul{
  padding:0 8px;
}

a.boxLink {
    position: absolute;
    width: 100% !important;
    height: 100%;
    z-index: 9999;
    color: transparent;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
}

.grid__item.product__media-wrapper .product__info-container_details-title_top img{
    width: 100%;
    max-width: 180px;
    margin-bottom: 15px;
}




@media screen and (min-width:1280px) and (max-width:1366px) {
    body .header__inline-menu .list-menu>li .mega-menu {
        padding: 30px 15px;
        padding: 0;
    }
    .articleText{
      bottom: 180px;
    }
}

@media screen and (min-width:1367px) and (max-width:1440px) {
    body .header__inline-menu .list-menu>li .mega-menu {
        padding: 30px 17px;
        padding: 0;
    }
    body .list-menu a#css-lwv17d {
        padding: 15px 17px !important;
        padding: 0!important;
    }
    .header__inline-menu .list-menu li.mainSingle .mega-menu[open] .mega-menu__content{
      min-width: 123px;
      padding: 0 19px 25px;
    }
     .articleText{
      bottom: 175px;
    }
}

@media screen and (min-width:1441px) and (max-width:1600px) {
    body .header__inline-menu .list-menu>li .mega-menu {
        padding: 30px 18px;
        padding: 0;
    }
    body .list-menu a#css-lwv17d {
        padding: 15px 18px !important;
        padding: 0!important;
    }
    .header__inline-menu .list-menu li.mainSingle .mega-menu[open] .mega-menu__content{
      min-width: 123px;
      padding: 0 19px 25px;
    }
}

/* ul.menu-drawer__menu:first-child li:last-child .menu-drawer__menu-item {
color:red;
} */

}

@media screen and (min-width:1601px){
body .header__inline-menu .list-menu>li .mega-menu{
  padding: 30px 28px;
  padding: 0;
}

.article-left .articleText{
  bottom: 105px;
}
}

.articleText{
    bottom: 0 !important;
}

.mainArticles .articleBox .mainBox .articleText > div{
      transform: translateY(-30px);
}

.mainArticles .articleBox .mainBox:hover .articleText > div {
    transform: translateY(-75px);
}


/* @media screen and (min-width: 750px) {
  .main-grid .collection .grid__item {
  padding-top: var(--spacing-spacing-xl) !important;
  }
}

.card__details{
  flex: none !important;
}

.card__buying{
    justify-content: end;
} */


#gta-block-timer {
  display: block !important;
}

#klaviyo-form {
  display: block !important;
}

#klaviyo-form form {
  margin: 0 auto;
}

.page-black-friday .shopify-section.section.rich-text + .custom-html {
    margin-top: 0 !important;
    margin-bottom: 60px !important;
}

.page-black-friday .shopify-section.section.rich-text {
    margin-bottom: 0 !important;
}

.graded-layout .breadcrumb_button {
  margin: 0 !important;
  padding: 0 !important;
}

.graded-layout .breadcrumbMain {
  margin: 0 !important;
}


/* Our brands menu */
.css-1slwzmd-2 > ul{
  display:none;
}

@media screen and (min-width:992px) {
.css-1iojw8v .header__inline-menu{
    flex: auto;
    width: auto;
}

.css-1iojw8v .header__inline-menu .mega-menu{
    padding: 0 !important;
}

.css-1iojw8v .css-1slwzmd-2{
      align-items: center;
}
.css-1iojw8v .css-1slwzmd-2 .list-menu li.mainSingle .mega-menu[open] .mega-menu__content{
    padding: 0;
    width: auto;
    min-width: 100px;
    margin: -10px 0 0 -8px;
}

.css-1iojw8v .header__inline-menu .mega-menu .singleMenu{
  display:none !important;  
}

.css-1iojw8v .header__inline-menu .mega-menu:hover .singleMenu{
  display:block !important;
}

.css-1slwzmd-2 ul li{list-style:none;}
.css-1slwzmd-2 > ul > li > ul{ display: none;
        position: absolute;
        background: #fff;
        padding: 7px 13px;
        line-height: 26px;}
.css-1slwzmd-2 > ul{cursor:pointer;}
.css-1slwzmd-2 > ul > li:hover > ul{display:block;}
.css-1slwzmd-2 > ul:hover > li > a {color:red;}
.css-1slwzmd-2 > ul:hover img{
  filter: brightness(0) saturate(100%) invert(25%) sepia(96%) saturate(5097%) hue-rotate(352deg) brightness(96%) contrast(131%);
}
.css-1slwzmd-2 > ul:hover > li > ul {
        display: block;
}

.css-1slwzmd-2 > ul > li > ul > li a{
    font-family: Outfit, sans-serif;
    font-style: var(--font-body-style);
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;}
.css-1slwzmd-2 > ul > li > a{
    font-family: Outfit, sans-serif;
    font-style: var(--font-body-style);
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0px;
}
.css-1slwzmd-2 > ul{display:block;}
.css-1slwzmd-2 > ul > li > ul > li:hover a{ color:red;}
.css-1slwzmd-2 > ul > img{
    height: 25px;
    width: auto;
    margin: 0 auto;
}

}

@media screen and (min-width:1025px) {
  .header__inline-menu .list-menu li.our-brands{display: none;}
}

/* cart share button */
@media screen and (min-width:1200px){
.template-cart .cart-page .css-dybcgz.page-width{
  position:relative;
}

.template-cart .cart-page .css-dybcgz.page-width + #lb-recommend-element-user_click_based{
  margin-top:150px !important;
}

.main_cart_footer + .section{
 position: absolute;
    right: 0;
    margin: 30px 60px 0 0 !important;
}

.main_cart_footer + .section .page-width{padding:0 !important;} 
.main-cart-container .success-message {width: 100%;color: white;font-size: 15px;padding: 5px;}
.main-cart-container .cart-buttons{color: white !important;}
}

@media screen and (max-width:992px) {
.main_cart_footer + .section{
  width:100% !important; 
}
}


.cart-save-page h1 {
    display: none;
}


.cart-save-page .save-carts-table h1{display: block;}
.cart-save-page .breadcrumbs.breadcrumbMain{margin-bottom: 0;}
.save-carts-table table thead th{text-align: center;}
body .save-cart-modal-content{padding: 50px;}
body .SaveCartModalMain {z-index: 9999;}
.save-cart-modal-content .save-cart-modal-body .cart-items th{padding: 0;}
.save-cart-modal-content .save-cart-modal-body .cart-items th+th {padding-left: 0;}
@media screen and (max-width: 1199px) {
  body .save-cart-modal-content{padding: 30px 20px;}
    .save-cart-modal-footer .proceeda-btn{width: 260px !important;}
}
@media screen and (max-width: 749px) {
  body .save-cart-modal-content{padding: 50px 0;}
  .save-cart-modal-content .save-cart-modal-body .cart-items{padding:0 !important;}
  .save-cart-modal-content .save-cart-modal-body .cart-items th{padding: 5px;}
  .save-cart-modal-content .save-cart-modal-body .cart-items thead{height: 35px;}
    .save-cart-modal-content .save-cart-modal-body .cart-items td:first-child{display: block !important; width: 100%;    font-size: 13px;line-height: 21px;}
    .save-cart-modal-content .save-cart-modal-body .cart-items td:first-child div{width: 100%;}
  .save-cart-modal-content .save-cart-modal-body .cart-items td:nth-child(2){width: 40px;}
  .save-cart-modal-content .save-cart-modal-body .cart-items td:nth-child(2) p{font-size: 15px !important}
  .save-cart-modal-content .save-cart-modal-body .cart-items td:nth-child(3){width: 90px;}
  .save-cart-modal-content .save-cart-modal-body .cart-items td:nth-child(3) p{font-size: 15px !important; text-align: right !important;}


  .vat-compreg {
    margin-top: 25px;
  }
}


@media only screen and (min-width: 750px) and (max-width: 766px) {
  .customBanner .promo .promo__item:nth-child(3n - 1), .customBanner .promo .promo__item:nth-child(3n){
        grid-column: 1 / span 2;
        min-height: 160px;
        height: 160px;
        grid-column-start: 2;
    }
}