/** Shopify CDN: Minification failed

Line 542:1 Expected "}" to go with "{"

**/
     /*================================
  ======================================
  ==START OCULTAR BANNER DESKTOP/MOBILE==
  ======================================
  =====================================*/
   @media (max-width:601px){
     #shopify-section-template--23769062506873__slideshow_Dyxp3J {
       display: none;
     }
     }

 @media (min-width:600px){
     #shopify-section-template--23769062506873__hero_slideshow_rpiwgb {
       display: none;
     }
     }

     /*================================
  ======================================
  ==END OCULTAR BANNER DESKTOP/MOBILE==
  ======================================
  =====================================*/
/*Subcategorias PDC*/
@media (min-width: 800px) {
  .collection-image-link-container .collection-image-link-list a span {
    max-width: 156px !important;
    line-height: 21px !important;
}

.bt-collection-list-container .bt-collection-list-item a:before,
  .bt-muli-column-list-container .bt-muli-column-list-item a:before,
  .multi-image-with-text-container .multi-image-with-text-item:before {
  background: none;
}

.collection-hero__text-wrapper span {
  font-family: 'Inter' !important;
}
  #shopify-section-template--23769062506873__bt_grid_icon_with_text_jERXX3 .bt-grid-text-image-wrapper {
  max-width: 73% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
}
  
  
/*Tab reviews*/
@media only screen and (min-width: 800px) {
    .jdgm-all-reviews-page__wrapper {
        max-width: 99% !important;
    }
}

@media only screen and (max-width: 600px) {
    .jdgm-all-reviews-page__wrapper {
        max-width: 99% !important;
    }
}

.jdgm-revs-tab-btn btn {
display: none !important}

/* begin cart drawer style */
#CartDrawer .drawer__inner {
    width: 540px;
}


#CartDrawer .bt-cart-drawer-heading {
    font-size: 19px;
    font-weight: 500;
    line-height: 22.99px;
    text-align: left;
    margin: 0;
}

#CartDrawer .drawer__header .drawer__close {
    position: static;
    min-width: 30px;
    min-height: 30px;
}

#CartDrawer .drawer__header .drawer__close svg {
    width: 17px;
    height: 17px;
}

#CartDrawer .cart-items > thead {
    display: none;
}

#CartDrawer .cart-item .cart-item__name {
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#CartDrawer .cart-items .cart-item__media {
    border-radius: 15px;
    aspect-ratio: 1;
    overflow: hidden;
    width: 100%;
    padding-top: 0;
    margin-top: 25px;
}

#CartDrawer .cart-drawer .cart-items .cart-item__media {
    width: 100%;
    height: 100%;
}

#CartDrawer .bt-cart-payments {
    max-width: 300px;
    margin: auto;
    width: 90%;
    display: flex;
}

#CartDrawer .drawer__progress-bar progress {
    height: 8px;
    color : red;
    background: #04af2f;
}

#CartDrawer .drawer__progress-bar progress::-webkit-progress-value {
    color : red;
    background: #04af2f;
}

#CartDrawer #CartDrawer-Checkout {
    background-color: #233D76;
    font-size: 20px;
    font-weight: 700;
    line-height: 24.2px;
}

#CartDrawer #CartDrawer-CartErrors {
    display: none!important;
}

#CartDrawer #CartDrawer-Checkout:hover {
    background: rgba(35, 61, 118, 0.8);
}

#CartDrawer .cart-drawer__footer .totals {
    margin-bottom: 10px;
}

#CartDrawer .cart-drawer__footer .totals .totals__subtotal {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
}

#CartDrawer .cart-drawer__footer .totals  .totals__subtotal-value {
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    text-align: right;
    color : black;
}

#CartDrawer .cart-drawer__footer .tax-note {
    display: none;
}

/* #CartDrawer .convertlab__gift {
   background-color: #ECECEC;
   flex: 1;
}

#CartDrawer .upsell-gift__container {
    background-color: transparent;
    background: transparent;
} */

#CartDrawer .convertlab__upsell .upsell__title {
    font-family: Inter;
    font-size: 17px;
    font-weight: 600;
    line-height: 20.57px;
    text-transform: lowercase;
}

#CartDrawer .convertlab__upsell .upsell__title::first-letter {
    text-transform: uppercase;
}

#CartDrawer  .upsell__swiper .ahorra {
    display: none;
}

@media (min-width : 1000px) {
    #CartDrawer .upsell-slider__container {
        padding : 100px 8px 60px 8px; 
    }
}


#CartDrawer .upsell-slider__arrows button {
display: block!important;
}

#CartDrawer .upsell-slider__container .swiper-button-prev,
#CartDrawer .upsell-slider__container .swiper-button-next {
    width: 100%!important;
    padding: 0 14px;
}

#CartDrawer .upsell-slider__container .swiper-button-prev button,
#CartDrawer .upsell-slider__container .swiper-button-next button {
    width: 100% !important;
    padding: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius : 30px;
    border : 1px solid black;
}

#CartDrawer .upsell-slider__container .swiper-button-prev button svg,
#CartDrawer .upsell-slider__container .swiper-button-next button svg {
    width: 12px;
}

#CartDrawer .upsell-slider__container .swiper-button-prev {
    position: absolute;
    top : 0!important;
    left : 0!important;
    bottom : unset!important;
}

#CartDrawer .upsell-slider__container .swiper-button-next {
    position: absolute;
    top : unset!important;
    left : 0!important;
    bottom : 0!important;
}


#CartDrawer .bt-free-shipping {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.bt-cart-items-collapse svg{
  width:11px;
}
#CartDrawer .bt-free-shipping * {
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
}

#CartDrawer .bt-free-shipping .bt-free-shipping-title-value {
    color : #00B67A;
    text-transform: uppercase;   
}

#CartDrawer .upsell-slider__container .upsell__button:hover {
    background: rgba(35, 61, 118, 0.5);
    color : white;
}

@media (max-width : 999px) {
    #CartDrawer .convertlab__upsell .upsell__title {
        position: static;
        display: flex;
        padding: 16px 30px 0 30px;
        font-size: 14px;
        font-weight: 600;
        line-height: 16.94px;
        justify-content: center;
        text-transform: capitalize;
    }

    #CartDrawer .convertlab__upsell .swiper-button-prev,
    #CartDrawer .convertlab__upsell .swiper-button-next {
        display: none;
    }   
    
    #CartDrawer .upsell-slider__container {
        height: auto;
    }
    
    #CartDrawer .upsell-slider__container .swiper-slide {
        padding: 11px 0;
    }

    #CartDrawer .upsell-slider__container .swiper-slide .upsell__link {
        line-height: 0;
    }
}


@media (max-width : 767px) {
    #CartDrawer #CartDrawer-Checkout {
        font-size: 18px;
        line-height: 21.78px;
    }


    #CartDrawer .upsell__swiper .cart-item__name {
        font-size: 12px;
        font-weight: 400;
        line-height: 14.06px;
        letter-spacing: 0.30000001192092896px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}

  @media (min-width: 768px){
  /*Grid te puede intentesar PDP*/
  #shopify-section-template--23769062703481__related-products .related-products .product-grid,
    #shopify-section-template--23769062703481__complement_products_VG9Fxy .related-products .product-grid
    {
    column-gap: 40px !important;
    justify-content: center !important;
  }
    #shopify-section-template--23769062703481__complement_products_VG9Fxy h2 {
      font-size: 30px !important;
      font-weight: 700 !important; 
    }
  }


/* begin product rating */
.bt-product-item-rating {
    display: flex;
    align-items: center;
}

.bt-product-item-rating .rating-star,
.bt-product-item-rating .rating-star::before {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    text-align: left;
}
.product .rating-star {
    --letter-spacing: .2 !important;
}
.bt-cart-items-input {
    display: none!important;
}

.bt-cart-items-input ~ dl {
    display: none;
}

.bt-cart-items-input:checked ~ dl {
    display: block;
}

@media (max-width : 767px) {

    .card-wrapper .rating-star {
        --letter-spacing: 0.3;
    }

    .swiper-backface-hidden .swiper-slide p {
        line-height: 1;
    }
    
    .bt-product-item-rating .rating-star,
    .bt-product-item-rating .rating-star::before {
        font-family: Inter;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        text-align: left;
    }
}



#CartDrawer cart-drawer-items:has(.convertlab__upsell) + .convertlab__upsell {
    display: none;
}

/*Rich text above reviews*/
#shopify-section-template--23769062506873__rich_text_nqLrPh .rich-text__heading {
  font-size: 32px;
}

#shopify-section-template--23769062506873__rich_text_nqLrPh .rich-text__wrapper {
  border: 0px;
}
@media (min-width : 769px)
.hero-slideshow-container .banner__text {
    max-width: 370px !important;
  /*=============================
  ===============================
  =======HOMEPAGE MOBILE=========
  ===============================
  ==============================*/
 @media (max-width : 767px) {
   #shopify-section-template--23769062506873__slideshow_Dyxp3J .banner__heading {
     margin-bottom: 10px;
   }
   #shopify-section-template--23769062506873__slideshow_Dyxp3J .slideshow__text-wrapper {
     min-height: 445px !important;
     
   }
   #shopify-section-template--23769062506873__rich_text_nqLrPh .rich-text__heading {
    font-size: 20px;
}
   #shopify-section-template--23769062506873__rich_text_nqLrPh .rich-text__wrapper {
             padding-bottom: 5px !important;
   }
   #shopify-section-template--23769062506873__bt_section_review_logo_etmexH .img-mode {
     width: 83% !important;
   }
   /*reviews footer*/
.judgemefooter {
  width: 123px !important;
  height: 46px !important;
}   
 }
    /*Ocultar icono ayuda header*/
   .header-theme .bt-header-help {
     display: none !important;
   }
   
  /*Footer desktop*/
  .bt-footer .bt-footer-review-main-text {
    gap: 2px !important;
  }


  /*===============================
  =================================
  =======COLOR CTA CMS PAGES=======
  =================================
  ================================*/

  .collection__view-all .button {
    background-color: #233d76;
  }


    /*================================
  ====================================
  =======OCULTAR INPUT BUSQUEDA PAGINA= 
  =======RESULTADOS DE BUSQUEDA========
  =====================================
  ===================================*/
  .template-search .template-search__search {
    display: none !important;
  }

    /*=============================
  ===============================
  =============BLOG===============
  ===============================
  ==============================*/
  .article-template .product__view-details {
    text-align: left !important;
  }
  .main-blog a {
    color: black !important;
  }

    .main-blog time {
      font-size: 13px;
    }
  
  .article-template .list-unstyled {
    list-style: disc !important;
  }
  
  @media (min-width:800px){
     .main-blog .article-card {
       padding: 0px 20px
     }
    .blog-articles h3 {
      font-size: 23px;
        line-height: 30px;
    }
  }

  /*Paginas legales*/
  .shopify-policy__container {
    max-width: 58% !important;
    margin-left: auto;
    margin-right: auto;
  }

.localization-form__select:after {
  display:none!important;
}
  .disclosure__list-wrapper {
    border-width: var(--popup-border-width);
    border-style: solid;
    border-color: rgba(var(--color-foreground),var(--popup-border-opacity));
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    transform: translateY(24rem);
    z-index: 2;
    background-color: rgb(var(--color-background));
    border-radius: var(--popup-corner-radius);
    box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));
}

  /*STYLE TAB ENVIO Y DEVOLUCIONES*/
  #ProductInfo-template--23769062703481__main .metafield-rich_text_field strong {
    font-weight: 700 !important;
  }

  .bss-bcp-qo-preview-cart-btn button:not(.Polaris-Button--disabled) {
    background-color: #F8BE20!important;
  }
  .product-card-description button.Polaris-Button.Polaris-Button--primary {
    background-color: #f8be20;
    color: #000;
    border-radius: 30px;
    padding: 0 10px;
}
 