/** Shopify CDN: Minification failed

Line 32:24 Unexpected "!"
Line 36:24 Unexpected "!"
Line 285:1 Expected "}" to go with "{"

**/


/* General*/
#MainContent {
  padding-top: var(--main-content-padding-top, var(--sf-header-height, 0))
}

  

@font-face {
    font-family: 'aller';
    src: url('/cdn/shop/files/Aller-Light.woff2?v=1732914135') format('woff2'),
         url('/cdn/shop/files/Aller-Light.woff?v=1732914120') format('woff');
    font-weight: normal;
    font-style: normal;

}
  

  



body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: aller }!important;

} 
  body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: aller }!important;
    
  }
 

  
 
/* Slideshow */
.home-banner__slideshow .sf-slider__controls .swiper-pagination {
  bottom: 1.25rem;
  justify-content: flex-end;
  padding: 0 1.25rem;
  gap: 8px;
}

.home-banner__slideshow .sf-slider__controls .swiper-pagination.sf__dot-dark .sf__dot {
  border-color: var(--color-primary, #000);
}

.home-banner__slideshow .sf-slider__controls .swiper-pagination.sf__dot-dark .sf__dot.sf__dot-active {
  background-color: var(--color-primary, #000);
}

.home-banner__slideshow .sf-slider__controls .swiper-pagination.sf__dot-light .sf__dot {
  border-color: #FFF;
}

.home-banner__slideshow .sf-slider__controls .swiper-pagination.sf__dot-light .sf__dot.sf__dot-active {
  background-color: #FFF;
}

.home-banner__slideshow .sf-slider__controls .swiper-pagination .sf__dot {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid 1px;
}

.home-banner__slideshow .sf-slider__controls .swiper-pagination .sf__dot svg {
  display: none;
}

.home-banner__slideshow .sf-slider__controls .swiper-pagination .sf__dot:before {
  content: none;
}

/* Scrolling promotion */
.m-scrolling-promotion {
  background-image: var(--scrolling-promotion-bg);
  background-repeat: repeat;
}

.m-promotion__item {
  border-radius: 50%;
  overflow: hidden;
}

/* Collection list */
.collection-card .sf-image {
  border-radius: 1rem;
  overflow: hidden;
}

/* Secction heading */
.section__heading {
  text-transform: uppercase;
}
.cluster_section__heading {
  text-transform: uppercase;
}

/*
.section__heading:after {
  display: block;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.823' height='12.206' viewBox='0 0 48.823 12.206'%3E%3Cg id='Grupo_129' data-name='Grupo 129' transform='translate(0 0)'%3E%3Cpath id='Trazado_178' data-name='Trazado 178' d='M8.138,0,0,12.207l2.932,0L8.141,4.391l5.2,7.815h2.931Z' fill='%23002e7e'/%3E%3Cpath id='Trazado_179' data-name='Trazado 179' d='M39.613,0,31.475,12.207l2.932,0,5.209-7.814,5.2,7.815H47.75Z' transform='translate(-15.201)' fill='%23002e7e'/%3E%3Cpath id='Trazado_180' data-name='Trazado 180' d='M71.088,0,62.95,12.207l2.932,0,5.21-7.814,5.2,7.815h2.931Z' transform='translate(-30.402)' fill='%23002e7e'/%3E%3C/g%3E%3C/svg%3E%0A");
}*/

/* Featured collection */
.sf__ms--slider .swiper-pagination {
  gap: 7px;
}

.sf__ms--slider .swiper-pagination-bullet {
  width: 13px; 
  height: 13px;
  border: solid 1px;
  border-radius: 50%;
  border-color: var(--color-primary);
  margin: 0;
}

.sf__ms--slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.sf__ms--slider .swiper-pagination-bullet:after {
  content: none;
}

/* Product card */

/*
.sf__pcard {
  background-color: #ffffff;
  border: solid 1px #D1D1D1;
  border-radius: 10px;
  overflow: hidden;
  padding: 6px;
}
*/
.sf__pcard-content {
 /* background-color: #F5F5F5; 
  border-radius: 6px;
  padding: 10px;
}
*/
.sf__variant-swatch .product-option-item {
  width: 18px;
  height: 18px;
  padding: 5px 8px; 
}

.sf__variant-swatch.sf_variant-selected .product-option-item,
.sf__variant-swatch input:checked+.product-option-item {
  box-shadow: 0 0 0 1px var(--color-primary);
}

.sf__pcard.sf__pcard-style-4 .sf__pcard-content .sf__pcard-quick-add .sf__btn {
  margin: 0;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.prod__compare_price {
  border-color: var(--product-sale-price-color);
}

/* Collection header */
.sf__collection-headerContent.text-dark .collection-header__title {
  color: var(--color-primary)
}

.sf__collection-headerContent.text-white .collection-header__title {
  color: #FFFFFF;
}

.sf__collection-headerContent.text-dark .collection-header__description {
   color: #646464;
}

.sf__collection-headerContent.text-white .collection-header__description {
   color: #FFFFFF;
}

.collection-header--medium.items-end {
  padding-bottom: 0 !important;
}

/* Collection toolbar */
.sf__collection-toolbar {
  background-color: #F5F5F5;
  border-radius: 100px;
  padding: .5rem 1rem;
  color: var(--color-primary);
}

/* Product */
.template-product .sf-prod__info-wrapper {
  background-color: #EFEFEF;
  border-radius: 15px;
  padding: 25px 15px;
}

.product__variant-picker {
  padding-top: 30px;
  border-top: dashed 1px var(--color-primary);
}

.sf-po__option-button {
  border-color: var(--color-primary);
  color: #8C8C8C;
  border-radius: 100px;
}

.prod__option--button .variant-picker__option input:checked+label {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: #FFFFFF;
}

.product-mb__media .swiper-pagination {
  gap: 7px;
}

.product-mb__media .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: solid 1px;
  border-color: var(--color-primary);
  margin: 0;
}

.product-mb__media .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.product-mb__media .swiper-pagination .swiper-pagination-bullet:after {
  content: none;
}

.sf__tooltip-item.sf__btn-icon,
.pswp .pswp__button,
.sf-pis__wrapper .swiper-button-control {
  color: var(--color-primary);
}

.nav-swiper-container .swiper-slide-thumb-active .sf-prod-media {
  border: solid 1px var(--color-primary);
}

@media (min-width: 768px) {
  .template-product .sf-prod__info-wrapper {
    padding: 25px;
  }
}

/* Cart count */
.sf-cart-count {
  width: 13px;
  height: 13px;
  min-width: 13px;
  overflow: hidden;
  top: auto;
  bottom: 7px;
  right: -3px;
}

.collapsible__button {
  border-style: dashed;
  color: var(--color-primary);
}

.prod__sticky-atc select.sf-product-variant-option-dropdown,
.quantity-input {
  border-radius: 100px;
}