/** Shopify CDN: Minification failed

Line 180:0 All "@import" rules must come first

**/
/* Tallas */
.product-card .block-swatch.is-disabled, .product-card :disabled+.block-swatch {
  color: #000000;
}

.product .product-info .product-info__block-item .variant-picker__option-values .block-swatch.is-disabled {
  color: #000000;
}

.block-swatch {
  color: #000000;
}

/* Precio */
.h-stack .v-stack .price-list .h6 {
  color: #000000;
}

.variant-picker__option-values.color-swatches {
  flex-wrap: wrap;
  max-width: 100%;
}

.variant-picker__option-values.color-swatches .variant__input {
  width: calc(20% - 4px);
  max-width: 36px;
}

.color-swatches {
  flex-wrap: wrap !important;
  max-width: 100% !important;
}

.color-swatches .variant__input {
  width: calc(20% - 4px) !important;
  max-width: 36px !important;
}

/* Tallas: cuadradas y juntas */
.product .product-info .variant-picker__option-values {
  gap: 0;
  width: 100%;
  flex-wrap: nowrap !important;
}

.product .product-info .variant-picker__option-values .block-swatch {
  border-radius: 0;
  width: 56px;
  height: 44px;
  font-size: 12px;
  justify-content: center;
  padding: 0;
  border: 1px solid #d0d0d0;
  margin: 0;
}
/* Tallas mobile: una línea, centradas */
@media screen and (max-width: 749px) {
  .product .product-info .variant-picker__option-values {
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: 100% !important;
    justify-content: center !important;
  }
  .product .product-info .variant-picker__option-values .block-swatch {
    flex: 0 0 auto;
    width: 56px;
  }
}
/* ATC button negro */
.buy-buttons .button {
  --button-background: 0, 0, 0 !important;
  --button-text-color: 255, 255, 255 !important;
}

/* BUY IT NOW gris */
.buy-buttons .shopify-payment-button__button--unbranded {
  background: #888888 !important;
  color: #ffffff !important;
}

/* Fix: ATC button azul en mobile */
@media screen and (max-width: 749px) {
  .buy-buttons .button[type="submit"],
  .buy-buttons .button[type="submit"]:not(:hover),
  .product-form__buttons .button[type="submit"] {
    background-color: #000000 !important;
    background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)) !important;
    color: #ffffff !important;
    border-radius: 0 !important;
  }
}

/* Checkout button carrito */
.cart-drawer .button-group [name="checkout"] {
  --button-background: 0, 0, 0 !important;
  --button-text-color: 255, 255, 255 !important;
  background-image: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)), linear-gradient(transparent, transparent) !important;
  background-size: 100% 100%, 0 100% !important;
  color: #ffffff !important;
  border-color: rgb(0, 0, 0) !important;
  border-radius: 50px !important;
  transition: none !important;
}


/* Free shipping bar — gris oscuro en desktop */
@media screen and (min-width: 750px) {
  .cart-drawer .free-shipping-bar,
  free-shipping-bar {
    background: #888888 !important;
    background-color: #888888 !important;
    color: #ffffff !important;
  }

  .cart-drawer .free-shipping-bar *,
  free-shipping-bar * {
    color: #ffffff !important;
  }
}

/* Color variant swatches on product cards */
.color-variants-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.color-variant-swatch {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid transparent;
  transition: border-color 0.2s ease;
  flex-shrink: 0;
}

.color-variant-swatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.color-variant-swatch.is-selected,
.color-variant-swatch:hover {
  border-color: #cccccc;
}
@media screen and (max-width: 749px) {
  .product .product-info .variant-picker__option-values {
    flex-wrap: nowrap !important;
    gap: 0 !important;
  }
  .product .product-info .variant-picker__option-values .block-swatch {
    width: 56px !important;
    height: 44px !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    background: #ffffff !important;
  }
}
@media screen and (max-width: 749px) {
  .color-swatches .variant__input {
    max-width: 28px !important;
  }
}
:has(.shopify-section:first-child [allow-transparent-header]):not(:has(.shopify-section--header + .shopify-section-group-header-group)) .header:hover:not(.is-solid):not(:has([open])) {
  --header-show-transparent-logo: 1;
  --background: 0 0 0 / 0;
  --border-color: 0 0 0 / 0;
  --text-color: var(--header-transparent-header-text-color);
}
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@1,400&display=swap');

@media screen and (min-width: 700px) {
  .header__primary-nav {
    padding-top: 10px;
  }

  .header__primary-nav .header-menu-item,
  .header__primary-nav a {
    font-size: 1rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 1;
  }

  .header__logo-image {
    display: block;
  }
}
  @media screen and (min-width: 700px) {
  .shopify-section:has(.collection-list) {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
.thumbnail-swatch {
  border-width: 0;
}