/** Shopify CDN: Minification failed

Line 784:12 Unterminated string token
Line 785:7 Unterminated string token

**/
/*----------------------
SINGLE PRODUCT
----------------------*/
.product__subtitile {
  padding-top: 10px;
}
.single-product {
  padding-top: 40px;
}
.product__breadcrumb {
  padding-bottom: 8px;
}
.product__content {
  display: flex;
  padding-bottom: 140px;
  justify-content: space-between;
}
.product__media-wrapper {
  width: calc(100vw * 612 / 1440);
}
.product__info {
  width: calc(100vw * 530 / 1440);
  margin-right: calc(100vw * 47 / 1440);
}

.product__values {
  padding: 0 0 50px;
}
.product-brand {
  padding-bottom: 12px;
}

ul.product__values__list {
  column-count: 3;
  column-gap: 25px;
}
ul.product__values__list li {
  padding-bottom: 11px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 25px;
  width: max-content;
}
ul.product__values__list li svg {
  position: absolute;
  left: 0;
  max-width: 16px;
  height: auto;
}
.product__price {
  padding-top: 25px;
}
.price-sale {
  padding-left: 10px;
}

.product__media {
  display: flex;
  justify-content: space-between;
}
.product__media .swiper {
  margin-left: 0;
  margin-right: 0;
}

.swiper-thumbs,
.product__images__thumbnail img,
.product__images__thumbnail video,
.product__images__thumbnail iframe {
  width: calc(100vw * 58 / 1440);
}
.swiper-gallery,
.product__images__gallery,
.product__images__gallery img,
.product__images__gallery video,
.product__images__gallery iframe {
  width: calc(100vw * 522 / 1440);
}
.product__images__gallery {
  display: flex;
  justify-content: center;
}

.gallery__icon-gift {
  position: absolute;
  z-index: 99;
  top: 16px;
  right: 16px;
  display: none;
}

.gallery__icon-gift.gallery__icon-gift-yes{
  display: inherit;
}

.product__images__thumbnail {
  width: max-content;
  height: max-content;
  cursor: pointer;
}
.product__images__thumbnail,
.product__images__gallery {
  background-color: rgba(228, 234, 241, 0.3);
}

.product__images__thumbnail img,
.product__images__gallery img,
.product__images__thumbnail video,
.product__images__thumbnail iframe {
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}

.product__images__thumbnail img,
.product__images__thumbnail video,
.product__images__thumbnail iframe {
  max-height: calc(100vw * 90 / 1440);
  object-fit: contain;
  cursor: pointer;
}

.product__images__thumbnail video,
.product__images__thumbnail iframe {
  height: calc(100vw * 90 / 1440);
  object-fit: cover;
  pointer-events: none;
  cursor: default;
}
.product__images__thumbnail .thumbnail-video {
  background-color: rgb(0 0 0 / 70%);
  position: relative;
}

.product__images__thumbnail .thumbnail-video::after {
  content: url("../assets/icon-play.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product__images__gallery img {
  height: calc(100vw * 692 / 1440);
  object-fit: contain;
}
.product__images__gallery video,
.product__images__gallery iframe {
  height: calc(100vw * 692 / 1440);
  object-fit: cover;
}

.swiper-thumbs {
  max-height: calc(100vw * 692 / 1440);
}
.swiper-arrows-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
}
.swiper-arrows {
  width: calc(100vw * 522 / 1440);
  height: 44px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-arrows .swiper-button-next,
.swiper-arrows .swiper-button-prev {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  margin: inherit;
  cursor: pointer;
  width: 44px;
  margin: 0 12px;
}

.swiper-arrows .swiper-button-next:after {
  content: url(../assets/arrow-next.svg);
  font-family: inherit;
  font-size: inherit;
  width: 44px;
}

.swiper-arrows .swiper-button-prev:after {
  content: url(../assets/arrow-prev.svg);
  font-family: inherit;
  font-size: inherit;
  width: 44px;
}

.product__media__tags {
  position: absolute;
  left: 0;
  z-index: 9;
  padding: 16px;
}

.single-product.has-video .product__media__tags {
  right: 0;
  left: unset;
}

/*----------------------
VARIANTS
----------------------*/

.tag-sale-single-product {
  display: none;
}
.tag-sale-single-product.percent-on {
  display: flex;
}

.product-variants {
  padding-top: 24px;
  padding-bottom: 50px;
}

.variants-wrapper {
  display: flex;
  padding-top: 11px;
  flex-wrap: wrap;
}
.variants-wrapper > div {
  margin-right: 7px;
  width: 59px;
}

.variants-wrapper input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
  width: 59px;
  height: 59px;
  border: 1px solid var(--dividergrey);
  display: inline-block;
  position: relative;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: sub;
  cursor: pointer;
  border-radius: 0;
  margin-bottom: 7px;
}

.variants-wrapper .tamano input {
  background: url("../assets/icon-variable.jpg") no-repeat center;
  background-size: 100%;
  opacity: 0.4;
}

.variants-wrapper .color label {
  display: none;
}
.variants-wrapper .color {
  position: relative;
}

.variants-wrapper .color input {
  background: var(--bg-image) no-repeat center;
    background-size: cover;
}

.variants-wrapper .color input {
  background-color: var(--data-color);
}

.variants-wrapper .color::after {
  background: black;
  color: #fff;
  content: attr(data-name-color);
  font-size: 14px;
  width: max-content;
  padding: 5px 10px;
  pointer-events: none;
  position: absolute;
  z-index: 1001;
  top: 7px;
  left: 50%;
  transform: translate(-50%, -100%);
  height: 20.5px;
  border-radius: 4px;
  opacity: 0;
  visibility: 0;
  transition: top 0.3s ease, opacity 0.05s linear;
}
.variants-wrapper .color::before {
  border-color: black transparent transparent;
  border-width: 10px 10px 0;
  pointer-events: none;
  position: absolute;
  transition-delay: 0s;
  z-index: 1001;
  border-style: solid;
  content: "";
  height: 0;
  width: 0;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: 0;
  transition: top 0.3s ease, opacity 0.05s linear;
}
.variants-wrapper .color:hover::before,
.variants-wrapper .color:hover::after {
  opacity: 1;
  visibility: visible;
  top: -14px;
}

.variants-wrapper label {
  display: block;
  text-align: center;
  opacity: 0.4;
}

.variants-wrapper input:checked {
  border: 1px solid var(--black) !important;
  opacity: 1 !important;
}
.variants-wrapper input:checked~label {
  opacity: 1;
}

#div-checked input{
  border: 1px solid var(--black);
  opacity: 1;
}
#div-checked label{
  opacity: 1;
}



fieldset {
  display: block;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-block-end: 0;
  min-inline-size: inherit;
  border-width: 0;
  border-style: inherit;
  border-color: inherit;
  border-image: inherit;
}

/*----------------------
PRODUCT NO STOCK
----------------------*/
.product-add.no-stock button.product-form__submit{
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  color: #f2f2f2;
}

.product-add.no-stock button.product-form__submit:hover{
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  color: #f2f2f2;
}
.product-add.no-stock .quantity.number-input{
  display: none;
}

.product-add.no-stock .product-form__quantity{
  display: flex;
  align-items: center;
}

.product-add .tag-soldout{
display: none;
}

.product-add.no-stock .tag-soldout{
  display: inherit;
}
.product-add .product-card__tags__item {
  margin-bottom: 0;
}

.product-form {
  position: relative;
}
#product-restore-email {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.1em !important;
  text-transform: uppercase;
  font-family: "commuters-sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-top: -56px !important;
  width: calc(100vw * 363 / 1440);
  max-width: 100% !important;
}



.product-add.input-no-stock button.button-add-cart{
  cursor: no-drop !important;
  pointer-events: none;
  opacity: .3;
}
.not-enough-stock{
  position: absolute;
  background-color: white;
  border: 1px solid red;
  padding: 15px;
  color: red;
  border-radius: 4px;
  z-index: 99;
  transform: translateY(100%);
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  display: none;
}
.product-add.input-no-stock .not-enough-stock{
  display: block;
}

.product__media-wrapper-variants{
  visibility: hidden;
  width: 0;
  position: absolute;
}

.product__media-wrapper-variants.gallery-visible{
  visibility: visible;
  width: max-content;
  position: relative;
}

.product__media .tag-soldout{
  display: none;

}

.product__media .tag-soldout.tag-soldout-visible{
  display: flex;

}


/*----------------------
ADD
----------------------*/
.product-add .product-form {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}

button.product-form__submit {
  background-color: var(--black);
  color: white;
  width: calc(100vw * 363 / 1440);
  height: 56px;
  border-radius: 4px;
  border: none;
  border: 1px solid var(--black);
}


button.product-form__submit:hover {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid var(--black);
}

.button-add-cart__adding {
  display: none;
}

.button-add-cart.product-adding {
  background-color: white;
  color: var(--black);
}

.button-add-cart.product-adding .button-add-cart__adding {
  display: block;
}

.button-add-cart.product-adding .button-add-cart__text {
  display: none;
}

.wishlisthero-product-page-button-container button {
  margin: 10px 0 0 !important;
  padding: 0 0 0 15px !important;
  background: url("../assets/icon-whislist.svg") no-repeat left !important;
  background-size: 15px 13px !important;
  background-position: 0 center !important;
  opacity: 1 !important;
}

.wishlisthero-product-page-button-container button.wishlisthero-product-in-wishlist {
  background: url("../assets/icon-wishlist-full.svg") no-repeat right !important;
  background-size: 15px 13px !important;
  background-position: 0 center !important;
}

.wishlisthero-product-page-button-container button:hover {
  opacity: 0.3 !important;
}

.wishlisthero-product-page-button-container button svg {
  display: none;
}

/*----------------------
INPUT NUMBER
----------------------*/
.number-input input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.number-input input[type="number"]::-webkit-inner-spin-button,
.number-input input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

.number-input {
  border: 1px solid var(--dividergrey);
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  width: calc(100vw * 146 / 1440);
}

.number-input input[type="number"] {
  text-align: center;
  border: 0;
  border-radius: 0;
  height: 56px;
  width: calc(100vw * 68 / 1440);
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  width: calc(100vw * 39 / 1440);
  height: 56px;
}

button.button-minus {
  background: url("../assets/icon-minus-input.svg") no-repeat right;
}

button.button-plus {
  background: url("../assets/icon-plus-input.svg") no-repeat left;
}

/* !BORRAR */

.collection-filter__category .collection-filter__category__parent:after,
.collection-filter__category .collection-filter__category__parent:before,
.filter-group-summary:after,
.filter-group-summary:before {
  content: "";
  width: 10.5px;
  height: 1px;
  background: #111111;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 3px;
  border-radius: 3px;
  transition: all 0.13s linear;
}

.collection-filter__category .collection-filter__category__parent:after,
.filter-group-summary:after {
  right: 6.45px;
  transform: translateY(-50%) rotate(-45deg);
}
.collection-filter__category .collection-filter__category__parent:before,
.filter-group-summary:before {
  right: -1px;
  transform: translateY(-50%) rotate(45deg);
}

.collection-filter__category.collection-filter__category-close .collection-filter__category__parent:after,
.collection-filter__block-close .filter-group-summary:after {
  transform: translateY(-50%) rotate(45deg);
}
.collection-filter__category.collection-filter__category-close .collection-filter__category__parent:before,
.collection-filter__block-close .filter-group-summary:before {
  transform: translateY(-50%) rotate(-45deg);
}

/* -- !BORRAR -- */

/*----------------------
ACCORDION
----------------------*/
.accordion-wrapper {
  padding-top: 35px;
}

.tab-gift {
  display: none;
}

.tab-gift.product-yes {
  display: inherit;
}

.tabs input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
/* Accordion styles */
.tabs {
  overflow: hidden;
}
.tab {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid var(--black);
}
.tab-label {
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 18px 0;
  transition: all 0.3s ease;
  align-items: center;
}
.tab-label::after,
.tab-label::before {
  content: "";
  width: 10.5px;
  height: 1px;
  background: #111111;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all 0.13s linear;
  -webkit-transition: all 0.13s linear;
  -moz-transition: all 0.13s linear;
  -ms-transition: all 0.13s linear;
  -o-transition: all 0.13s linear;
}

.tab-label::after {
  right: 6.45px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
}

.tab-label::before {
  right: -1px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}

.tabs input:checked + .tab-label:after {
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}
.tabs input:checked + .tab-label:before {
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
}

.quickview .tab-label::after {
  content: url(../assets/icon-plus.svg);
}

.quickview .tab-label::before {
  content: "" !important;
  display: none !important;
}

.quickview .tab-label::after,
.quickview .tab-label::before {
  width: auto !important;
  height: auto !important;
  position: relative !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  right: unset !important;
  top: unset !important;
  border: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  background-color: transparent !important;
}

.quickview .tabs input:checked + .tab-label::after {
  content: url(../assets/icon-cross.svg);
}

/* OLD ARROWS
.tab-label::after {
  content: url(../assets/icon-arrow-down.svg);
}
.tabs input:checked + .tab-label::after {
  content: url(../assets/icon-arrow-up.svg);
}

.quickview .tab-label::after {
  content: url(../assets/icon-plus.svg);
}
.quickview .tabs input:checked + .tab-label::after {
  content: url(../assets/icon-cross.svg);
}
*/
.tab-content {
  max-height: 0;
  transition: all 0.3s;
}
.tab-content p {
  padding-bottom: 1.5em;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.tab:last-child {
  border-bottom: 1px solid var(--black);
}
.tab-content {
  padding: 0;
  height: 0;
}
.tab-content li:before {
  content: "
 – ";
}

.tabs input:checked + .tab-label {
  background-color: white;
}

.tabs input:checked ~ .tab-content {
  background-color: white;
  max-height: 100vh;
  height: auto;
  padding: 5px 0 15px;
}

.product__associated-wrapper {
  display: flex;
}

.product__associated {
  width: calc(100vw * 120 / 1440);
  background-color: rgba(228, 234, 241, 0.3);
  margin-right: 16px;
}
.text__associated {
  padding-right: calc(100vw * 96 / 1440);
}

.product__associated img {
  width: calc(100vw * 120 / 1440);
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}


/*----------------------
RESPONSIVE
----------------------*/
/*>1560px */
@media (min-width:1560px) {
  #product-restore-email {
    width: calc(100vw * 393 / 1440);
  }

}

/*> 1360px */
@media (max-width:1360px) {
  .email-me-button.email-me-inlineButton{
    opacity: 1;
  }

}

.email-me-button.email-me-inlineButton::before {
	content: url("../assets/mail.svg");
	display: block;
	margin-right: 10px;
	margin-top: 7.5px;
	width: 20px;
}
.email-me-button.email-me-inlineButton:hover::before {
	content: url("../assets/mail-white.svg");
}


/*> 1441px */
@media (min-width: 1441px) {
  .product__associated {
    width: 120px;
  }
  .product__associated img {
    width: 120px;
  }
}

/*< 992px */
@media (min-width: 768px) and (max-width: 992px) {
  ul.product__values__list {
    column-count: 2;
    column-gap: 20px;
  }
}

/*< 1280px */
@media (max-width: 1280px) {
  .product__info {
    width: calc(100vw * 500 / 1280);
    margin-right: 0;
  }
}

/*< 1024px */
@media (max-width: 1024px) {
  .product__media-wrapper {
    width: calc(100vw * 435 / 1024);
  }
  .product__info {
    width: calc(100vw * 450 / 1024);
  }
  .cart-notification-wrapper .cart-notification {
    top: 91px;
  }

  button.product-form__submit {
    width: calc(100vw * 310 / 1024);
  }

  .number-input {
    width: calc(100vw * 120 / 1024);
  }

  #product-restore-email {
    width: calc(100vw * 310 / 1024);
  }
}

/*< 768px */
@media (max-width: 768px) {
  .single-product {
    padding-top: 20px;
  }
  .product__media-wrapper {
    width: 100%;
  }
  .product__info {
    width: 100%;
  }
  .product__content {
    flex-wrap: wrap;
    padding-bottom: 90px;
  }
  .swiper-gallery,
  .product__images__gallery,
  .product__images__gallery img,
  .product__images__gallery video,
  .product__images__gallery iframe {
    width: 100%;
  }
  .swiper-arrows-wrapper {
    justify-content: center;
  }
  .product__images__gallery img {
    height: calc(100vw * 600 / 768);
  }
  .product__media .swiper-thumbs {
    display: none;
  }

  button.product-form__submit {
    width: calc(100vw * 520 / 768);
  }
  body.collection button.product-form__submit {
    width: 100%;
    height: 40px;
    padding: 0;
  }

  body.collection .collection__product__price {
    padding-bottom: 16px;
    padding-top: 2px;
  }

  body.collection button.product-form__submit {
    background-color: var(--white);
    color: var(--black);
    border: 1px solid var(--black);
    letter-spacing: 0.1em;
  }

  .number-input input[type="number"] {
    width: calc(100vw * 68 / 768);
  }
  .number-input button {
    width: calc(100vw * 39 / 768);
  }
  .number-input {
    width: calc(100vw * 146 / 768);
  }

  .wishlisthero-product-page-button-container button:hover {
    opacity: 1 !important;
  }

  .product__images__gallery video,
  .product__images__gallery iframe {
    height: 100%;
  }

  .single-product .swiper-arrows {
    margin-bottom: 40px;
  }

  #product-restore-email {
    width: calc(100vw * 520 / 768);
  }
}

/*< 570px */
@media (max-width: 570px) {
  .product__breadcrumb {
    overflow-x: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

  .product__breadcrumb::-webkit-scrollbar {
    display: none; /* Chrome Safari opera */
  }

  .breadcrumb {
    width: max-content;
  }

  .product__images__gallery img {
    height: calc(100vw * 550 / 375); 
    /*height: calc(100vw * 400 / 375);*/
    object-fit: cover;
  }

  .cart-notification-wrapper .cart-notification {
    width: 100%;
    padding: 40px 20px 20px;
  }
  #cart-notification-form,
  #cart-notification-button {
    width: 50%;
  }
  #cart-notification-form .button,
  #cart-notification-button .button {
    width: 100%;
  }
  ul.product__values__list {
    column-count: 2;
    column-gap: 15px;
  }
}

/*< 410px */
@media (max-width: 410px) {
  .product-add .product-card__tags__item{
    display: none !important;
  }
  #product-restore-email {
    width: calc(100vw*343/375);
}
}


/* > 1920px */
@media (min-width: 1920px) {
  #product-restore-email {
    width: 535px;
  }
  .swiper-arrows {
    width: 696px;
  }
  .product__info {
    margin-right: 63px;
  }
  .product__media-wrapper {
    width: 816px;
  }
  .swiper-thumbs {
    max-height: 922px;
  }
  .swiper-thumbs,
  .product__images__thumbnail img,
  .product__images__thumbnail video,
  .product__images__thumbnail iframe {
    width: 77.33px;
  }

  .product__images__thumbnail video,
  .product__images__thumbnail iframe {
    max-height: 120px;
  }

  .product__images__gallery video,
  .product__images__gallery iframe,
  .product__images__gallery img {
    height: 922px;
  }
  .product__images__gallery {
    height: 922px;
  }

  .swiper-gallery,
  .product__images__gallery,
  .product__images__gallery img,
  .product__images__gallery video,
  .product__images__gallery iframe {
    width: 696px;
  }
  .product__info {
    width: 706.66px;
  }
  button.product-form__submit {
    width: 484px;
  }
  .number-input {
    width: 194.66px;
  }
  .number-input button {
    width: 51px;
  }
  .number-input input[type="number"] {
    width: 92.56px;
  }
}
