/** Shopify CDN: Minification failed

Line 129:15 Expected ":"

**/
.product-card .product-card-quickview {
    bottom: 15px;
    top: unset
}

.product-card .product-card-quickview:hover span {
    max-width: unset
}

.product-card .product-card-quickview span {
    text-transform: uppercase
}

.product-card .product-card-title {
    font-size: .8rem;
    font-weight: 400
}

.product-card .price {
    font-size: .8rem;
    font-weight: 600
}

.product-card .product-card--add-to-cart-button svg {
    fill: #fff;
    stroke: #fff;
    padding: 4px
}

.product-card .product-card--add-to-cart-button svg path {
    fill: #fff;
    stroke: #fff
}

.thb-secondary-cart svg {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.thb-secondary-cart svg path {
    fill: var(--color-header-transparent-text, --color-header-icons)
}

.header.is-sticky .thb-secondary-cart svg {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    fill: var(--color-header-icons, --color-accent);
    stroke: var(--color-header-icons, --color-accent)
}

.header.is-sticky .thb-secondary-cart svg path {
    fill: var(--color-header-icons, --color-accent);
    stroke: var(--color-header-icons, --color-accent)
}

#header.home:not(.is-sticky).open-menu img {
    opacity: 0
}

#header.home:not(.is-sticky).open-menu .logoimg--light {
    opacity: .7
}

#header.home:not(.is-sticky) .row.expanded .columns {
    grid-template-columns: 1fr 2.5fr 1fr
}

#header.home:not(.is-sticky) .row.expanded .columns .logolink img {
    transform: translate(-50%, 185%) scale(5);
    top: 50%;
    width: fit-content;
    left: 50%;
    position: absolute;
}

#header.home.is-sticky .row.expanded .columns {
    grid-template-columns: 1fr 2.5fr 1fr
}

#header.home.is-sticky .row.expanded .columns .logolink img {
    transform: scale(1)
}

@media(max-width: 768px) {
    #header.home:not(.is-sticky) .row.expanded .columns .logolink img {
        transform: translate(-50%, 185%) scale(3);

    }
}

.thb-product-detail .product-title-container .product-title {
    font-size: calc(var(--font-heading-scale)*1.2rem);
    line-height: 135%;
    margin-bottom: 10px
}

.thb-product-detail .product-price-container .price {
    font-size: 1.1rem !important;
    font-weight: 600
}

.slideshow__slide-content .button {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 12px 60px
}

.slideshow__slide-content .button:hover {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px)
}

.revealed-media-button .revealed-media-button_container .revealed-media-button_container--button {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-r4px;
    adius: padding:12px 60px
}

.revealed-media-button .revealed-media-button_container .revealed-media-button_container--button:hover {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px)
}

.revealed-media--content {
    display: flex;
    flex-direction: column;
    gap: 24px
}

.product-card-quickview.product-card--add-to-cart-button {
    display: flex;
    padding: 10px;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
    background: #000;
    height: unset;
    width: fit-content;
    overflow: hidden;
    transition: width 500ms ease-in-out;
    left: unset
}

.product-card-quickview.product-card--add-to-cart-button .quick-add-variant:not(.not-available) {
    color: #fff;
    transition: width 500ms
}

.product-card-quickview.product-card--add-to-cart-button .quick-add-variant.not-available {
    color: rgba(0, 0, 0, .8);
    pointer-events: none
}


.product-card-quickview.product-card--add-to-cart-button:hover span {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    transition: width 500ms ease-in-out;
    flex-wrap: nowrap;
    background-color: #000;
    padding: 10px
}

.product-card-quickview.product-card--add-to-cart-button:hover span .quick-add-variant:hover {
    color: #fff
}

.product-card-quickview.product-card--add-to-cart-button span {
    max-width: 0px;
    width: 50px;
    max-height: 0px;
    height: 0px;
    transition: width 500ms ease-in-out;
    flex-wrap: nowrap;
    overflow: hidden
}

.product-card-quickview.product-card--add-to-cart-button.loading span .quick-add-variant {
    visibility: hidden
}

.wim-button {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    padding: 12px 60px;
    border-color: #fff
}

.wim-button:hover {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px)
}

/* ULTRA COMPACT LABEL */
.newsletter-label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #111;
  margin-bottom: 2px;    /* antes 8px → ahora MUY compacto */
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* ULTRA COMPACT INPUT */
.newsletter-input {
  width: 100%;
  padding: 8px 12px;     /* antes 12px → ahora más bajo */
  font-size: 13px;       /* antes 14px → más compacto */
  font-weight: 500;
  color: #111;
  background-color: #f8f8f8;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  letter-spacing: 0.2px;
  transition: all 0.25s ease;
  outline: none;
}

/* FOCUS */
.newsletter-input:focus {
  border-color: #000;
  background-color: #fff;
}

/* Placeholder minimal */
.newsletter-input::placeholder {
  color: #9b9b9b;
  opacity: 1;
  font-weight: 400;
}

/* ELIMINA ESPACIO VERTICAL DE LA TABLA */
.newsletter-table tr,
.newsletter-table td {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
}

/* ESPACIADO ENTRE FILAS ULTRA COMPACTO */
.newsletter-table tr + tr {
  padding-top: 6px !important;   /* controla el espacio entre campos */
}

/* OPCIONAL: reducir más aún si quieres aplastarlo al máximo */
.newsletter-table td {
  padding-bottom: 4px !important;
}

.newsletter-consents {
  display: flex;
  flex-direction: column;
  gap: 0;              /* Sin espacio entre elementos */
  margin: 0;           /* Sin margen */
  padding: 0;
}

.newsletter-consent-item {
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  color: #222;
  letter-spacing: 0.1px;
  line-height: 1;      /* SIN ALTURA EXTRA */
  margin: 0;           /* Sin margen */
  padding: 0;          /* Sin padding */
  cursor: pointer;
}

/* Checkbox minimal */
.newsletter-consent-item input[type="checkbox"] {
  appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #aaa;
  border-radius: 2px;
  margin: 0 6px 0 0;     /* Sólo separación horizontal mínima */
  padding: 0;
  background: #fff;
  cursor: pointer;
  position: relative;
}

/* Estado marcado */
.newsletter-consent-item input[type="checkbox"]:checked {
  background-color: #111;
  border-color: #111;
}

/* ✓ minimalista, MUY fino */
.newsletter-consent-item input[type="checkbox"]:checked::after {
  content: "✓";
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  position: absolute;
  top: -1px;   /* Ajuste súper preciso */
  left: 2.5px;
  line-height: 1;
}

.newsletter-button {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
  padding: 10px 14px;          /* Compacto y elegante */
  background-color: #111;      /* Negro premium */
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;   /* Estilo MAM */
  border: none;
  border-radius: 6px;          /* Igual que los inputs */
  cursor: pointer;
  transition: background 0.25s ease, opacity 0.25s ease;
  margin-bottom: 20px;
}

/* Hover minimalista */
.newsletter-button:hover {
  background-color: #000;      /* Más profundo */
  opacity: 0.9;
}

/* Active (clic) */
.newsletter-button:active {
  opacity: 0.8;
}

.bf-title {
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #111;
  margin: 0 0 8px;
  line-height: 1.05;
}