/** Shopify CDN: Minification failed

Line 72:15 Unexpected ";"

**/
.js-is-free .property-is-free, .js-is-free .property-result-is-free, .js-is-free .cart__item__quantity-minus, .js-is-free .cart__item__quantity-plus {
  display: none;
}
.js-is-free .cart__item__quantity-field, .js-is-free .cart__item__quantity-minus, .js-is-free .cart__item__quantity-plus{
  pointer-events:none;
}
.cart__item.js-is-free p.cart__item__title a{pointer-events:none}
/* #freeSocksModal.modal--is-active {
  z-index:1000;
} */
.message-freesocks-cart-drawer{
  display:none;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}
.message-freesocks-cart-drawer a {
    text-decoration: underline;
}
.show-fs-message .message-freesocks-cart-drawer{
  display:block;
}
.template-product span.product__price--off {
    display: none;
}
.free-socks__select {
    padding: 0 38px 0 18px;
    width: 170px;
    max-width: 100%;
    margin: 10px auto 0;
    height: 35px;
    line-height: 35px;
    color: inherit;
    display: block;
    text-align: left;
    background: transparent;
    background-image: url(' data:image/svg+xml;utf8,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.21574 -0.000527859L5.65685 4.44058L10.098 -0.000528336L11.3137 1.21522L5.65685 6.87207L0 1.21522L1.21574 -0.000527859Z" fill="white"/></svg>');
    background-repeat: no-repeat;
    background-position: center right 17px;
    -webkit-appearance: none;
    appearance: none;
    border-color: currentColor;
}
.free-socks__item.product-grid-item__info.product-grid-item__info--left {
    text-align: center!important;
}
.slick-slide {
  margin: 0 10px; 
}
.slick-list {
  margin: 0 -10px;
}

a.news-link {
    text-decoration: underline;
    font-weight: bold;
    pointer-events: all;
    cursor: pointer;
}
.model-wears-size:not:has(p){
  display:none;
}
.product-grid-item__price-new,.product__price--regular.product__price--sale {
    color: #D43747;
}
.custom-ouar-video .video__container:not(.custom-video-mobile) 
  display:block;
}
.custom-ouar-video .video__container:not(.custom-video-mobile) + .text-inside{
    display:flex;
}
.custom-ouar-video .video__container.custom-video-mobile,.custom-ouar-video .video__container.custom-video-mobile + .text-inside.custom-video-mobile-text {
  display:none;
}

@media screen and (width <= 767px){
  .custom-ouar-video .video__container:not(.custom-video-mobile), .custom-ouar-video .video__container:not(.custom-video-mobile) + .text-inside{
    display:none;
  }
  .custom-ouar-video .video__container.custom-video-mobile{
    display:block;
  }
  .custom-ouar-video .video__container.custom-video-mobile + .text-inside.custom-video-mobile-text {
    display:flex;
  }
  .custom-ouar-video .video__container.custom-video-mobile .video__player.is-loading{
    opacity:1;
  }
  .video-responsive-desktop-custom .no-video-responsive {
      display: none;
  }
}
/* Banner de cookies */
inbox-online-store-chat#ShopifyChat{
  z-index: 100!important;
}
.cc-revoke, .cc-window {
    z-index: 99999999999 !important;
}
@media screen and (max-width: 1240px) {
    .tablecookies {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
/* Mensaje en carrito mayor o igual a 150eur obtiene descuento de 30% en camisetas */
.custom-message-discount {
    background-color: #7e0000;
    padding: 2px 5px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #ffffff;
    /* display:none; */
}
.cart-drawer__foot.cart__foot .custom-message-discount{
  margin-left:-20px;
  margin-right:-20px;
  margin-top: -20px;
}
.custom-message-discount a{text-decoration:underline;color:#ffffff;}
/* AIOD */
.aiod-product-crossout-container{margin-bottom: 20px;}
/* .product__price-and-badge{display: none;} */
.aiod-product-crossout-container{display:none!important;}
.aiod-product-crossout-container.has-discount .aiod-discount-badge,body .aiod-card-price-container.has-discount .aiod-discount-badge {
    display: none!important;
}
body .aiod-card-price-container.has-discount .aiod-discounted-price{color: #D43747!important;}
.aiod-product-crossout-container.has-discount .aiod-discounted-price,.aiod-card-price-container.has-discount .aiod-discounted-price {
    order: -1;
    color: #D43747!important;
}
.aiod-product-crossout-container.has-discount .aiod-original-price,.aiod-card-price-container.has-discount .aiod-original-price {
    opacity: 0.5;
}
.aiod-card-price-container.has-discount .aiod-original-price,.aiod-card-price-container.has-discount .aiod-discounted-price{
  font-size:calc(.9rem * var(--adjust-product-grid))!important;
}
.aiod-card-price-container.has-discount .aiod-original-price{
  text-decoration: line-through;
}