/** Shopify CDN: Minification failed

Line 147:1 Expected "}" to go with "{"

**/
.product__price--off {
  background: red !important;
  color: #ffffff !important;
  padding: 0px 12px !important;
  font-weight: bold !important;
  font-size: 13px !important;
  border-radius: 0 !important;
  border: none;
}
.product-accordion .accordion__title{
    font-weight: normal;
}
.product__info__link{
    background: transparent;
    text-decoration: underline;
}
/* Custom CSS antiguo en theme */ 

.announcement strong {
  font-size: 20px;
}
/* Partes altas y bajas */
@media screen and (min-width: 768px) {
  .tabs--pill > .tab-link {
    padding: 6px 100px !important;
    font-size: 20px;
  }
  .kicker-flourished {
  font-size: 30px;
} 
}
.tab-link.current {
  background: black !important;
  color: white !important;
} 
/* Partes altas y bajas FIN */

.product__grid__title {
  font-size: 20px;
}
.text-center .product__grid__price span {
  font-size: 15px;
}


/* Carrito titles */
@media screen and (min-width: 768px) {
    .cart__items__title{
        font-size: 25px;
    }
    .cart__items__meta body-size-3{
        font-size: 20px;
    }
    .cart__items__price{
        font-size: 18px;
    }
}
.quantity__wrapper{
    background: black;
    color: white;
}
.quantity__wrapper input{
    color: white;
    font-weight: bold;
}
.quantity__button:hover, .quantity__button:focus, .quantity__button:active{
    color: #ebebeb;
}
.payment-cart-drawer{
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.payment-methods {
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
}
.product__block__title{
  padding-bottom: 10px;
}
.product-section .btn--add-to-cart.btn--primary.btn--outline{
  background: #554e34;
  color: white !important;
  border: none;
  box-shadow: none;
  font-weight: bold;
}
/* ============================================
   MEGA-MENU: acordeón nivel 4
   ============================================ */

/* Cabecera de acordeón (ej: POLOS, JEANS) */
.navlink--acc-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  cursor: pointer !important;
}

.navlink--acc-header .acc-icon {
  flex-shrink: 0;
  opacity: 0.4;
  transition: transform 0.2s ease, opacity 0.2s ease;
  margin-left: 6px;
}

.navlink--acc-header.acc-open .acc-icon {
  transform: rotate(180deg);
  opacity: 0.8;
}

/* Hijos del acordeón (ej: Manga larga, Slim fit) */
.navlink--acc-child {
  display: none !important;
  padding-left: 14px !important;
  opacity: 0.75;
}

.navlink--acc-child.acc-visible {
  display: flex !important;
}

.navlink--acc-child .navtext {
  font-size: 12px !important;
  font-weight: normal !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* Ocultar el ícono si no tiene hijos */
.navlink--acc-header.acc-no-children .acc-icon {
  display: none !important;
}

/* Sub collection - image */
@media screen and (min-width: 768px) {
.subcollections__grid--5 .subcollections__inner, .subcollections__grid--6 .subcollections__inner {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}