/** Shopify CDN: Minification failed

Line 90:1 Unexpected "{"

**/
@font-face {
  font-family: 'Bangers';
  src: url('{{ 'Bangers-Regular.ttf' | asset_url }}') format('ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
@font-face {
  font-family: 'bigS-r';
  src: url('{{ 'BigShoulders-Regular.ttf' | asset_url }}') format('ttf');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'bigS-m';
  src: url('{{ 'BigShoulders-Medium.ttf' | asset_url }}') format('ttf');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'bigS-sb';
  src: url('{{ 'BigShoulders-SemiBold.ttf' | asset_url }}') format('ttf');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'bigS-b';
  src: url('{{ 'BigShoulders-Bold.ttf' | asset_url }}') format('ttf');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'bigS-black';
  src: url('{{ 'BigShoulders-Black.ttf' | asset_url }}') format('ttf');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}*/

.big-shoulders{
  font-family: "Big Shoulders", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.bangers-regular {
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
}

.cart-count-bubble{
  font-family: 'Bangers', cursive;
  background: linear-gradient(45deg, #1976d2, #64b5f6);
  color: #fff;
}

.button--primary{
  font-family: 'Bangers', cursive;
  background: linear-gradient(45deg, #1976d2, #64b5f6);
  color: #fff;
  padding: 12px 24px;
  border: 4px solid #000;
  text-transform: uppercase;
  font-size: 1.65rem;
  box-shadow: 5px 5px 0 #000;
  transition: all 0.2s ease;
  cursor: pointer;
}

.button--primary:hover{
  background: linear-gradient(45deg, #1565c0, #42a5f5);
  transform: translate(-3px, -3px);
  box-shadow: 7px 7px 0 #000;
}{
  
}

.product-form__submit, .quick-add__submit{
  font-family: 'Bangers', cursive;
  background: linear-gradient(45deg, #1976d2, #64b5f6);
  color: #fff;
  padding: 12px 24px;
  border: 4px solid #000;
  text-transform: uppercase;
  font-size: 1.85rem;
  box-shadow: 5px 5px 0 #000;
  transition: all 0.2s ease;
  cursor: pointer;
}

.product-form__submit:hover {
  background: linear-gradient(45deg, #1565c0, #42a5f5);
  transform: translate(-3px, -3px);
  box-shadow: 7px 7px 0 #000;
}

.quick-add__submit:hover {
  background: linear-gradient(45deg, #1565c0, #42a5f5);
  transform: translate(-3px, -3px);
  box-shadow: 7px 7px 0 #000;
}

.title {
  font-family: "Big Shoulders", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.card__heading{
  font-family: "Big Shoulders", sans-serif;
  font-weight: 400;
  font-size: 1.55rem;
  letter-spacing: 0.2rem;
}

a:-webkit-any-link{
  text-decoration: none !important;
}
.pagination,
.pagination a,
.pagination a:visited,
.pagination a:hover,
.pagination a:active{
  text-decoration: none !important;
}

.price__container, .price__regular{
  font-family: "Big Shoulders", sans-serif;
  font-weight: 800;
  font-size: 1.65rem;
  letter-spacing: 0.2rem;
}

.pagination {
  font-family: 'Bangers', cursive;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  padding: 10px;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.pagination a {
  background: linear-gradient(135deg, #ffeb3b, #fbc02d);
  color: #1a1a1a;
  border: 4px solid #000;
  text-decoration: none;
  font-size: 1.35rem;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 4px 4px 0px #000;
  transition: transform 0.2s ease, background 0.3s ease;
  border-radius: 8px;
  min-width: 48px;
  padding: 10px 16px;
  text-align: center;
  flex-grow: 0;
  flex-shrink: 0;
}

.pagination a:hover {
  background:linear-gradient(135deg, #ffca28, #ff8f00);
  transform: scale(1.05);
}

.pagination a.active {
  background:#ffc107; /* Amarillo fuerte para página activa */
  color:#1a1a1a;
  transform: scale(1.1);
  box-shadow: 5px 5px 0px #000;
}

@media (max-width: 768px) {
  .pagination a {
    font-size: 1.25rem;
    padding: 8px 12px;
    min-width: auto;
  }
}

@media (max-width: 480px) {
  .pagination {
    gap: 6px;
  }

  .pagination a {
    font-size: 1.2rem;
    padding: 6px 10px;
    flex: 1 1 calc(33.333% - 12px);
  }
}

.icon-wrap{
  display:none !important;
}

.collection__view-all > .button{
  font-family: "Big Shoulders", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  background: linear-gradient(135deg, #ffeb3b, #fbc02d);
  color: #1a1a1a;
  text-decoration: none;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid  #fbc02d !important;
}

.collection__view-all > a:hover{
  border: 2px solid  #fbc02d !important;
}

.product__title {
    font-family: "Big Shoulders", sans-serif;
    font-weight: 400;
    letter-spacing: 0.2rem;
}

.product__tax, 
.form__label,
.link{
  font-family: "Big Shoulders", sans-serif;
  letter-spacing: 0.2rem;
}

.share-button__button{
  font-family: "Big Shoulders", sans-serif; 
  letter-spacing: 0.2rem;
}

.collection-hero__title{
    font-family: "Big Shoulders", sans-serif;
    font-weight: 500;
    letter-spacing: 0.2rem;
}

.cart__login-title,
.cart__login-paragraph,
.collection-hero__description > p{
    font-family: "Big Shoulders", sans-serif;
    font-weight: 400;
    letter-spacing: 0.2rem;
}

.facets__heading,
.facets__form,
.facet-filters__label,
.select,
.facet-filters__sort,
.product-count__text,
.jdgm-rev-widg__summary-text{
  font-family: "Big Shoulders", sans-serif;
  font-weight: 400;
  letter-spacing: 0.25rem;
}

.product-form__input--pill input[type=radio]:checked+label{
  font-family: "Big Shoulders", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  background: linear-gradient(135deg, #ffeb3b, #fbc02d);
  color: #1a1a1a !important;
  text-decoration: none;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid  #fbc02d !important;
}

.product-form__input--pill input[type=radio]+label{
  font-family: "Big Shoulders", sans-serif !important;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  color: #fbc02d !important;
  text-decoration: none;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid  #fbc02d !important;
}

.product__title>*{
  font-family: "Bangers", sans-serif;
  font-size: 39px;
}

.product__description{
  font-family: "Big Shoulders", sans-serif;
  letter-spacing: 0.2rem;
  font-size: 1.7rem;
}

.related-products__heading,
.cart__empty-text,
.jdgm-rev-widg__title{
  font-family: "Bangers", sans-serif;
}

.cart-drawer__empty-content > .button{
  font-family: 'Bangers', cursive;
  background: linear-gradient(45deg, #1976d2, #64b5f6);
  color: #fff;
  padding: 12px 24px;
  border: 4px solid #000;
  text-transform: uppercase;
  font-size: 1.85rem;
  box-shadow: 5px 5px 0 #000;
  transition: all 0.2s ease;
  cursor: pointer;
}

.cart-drawer__empty-content > .button:hover{
  background: linear-gradient(45deg, #1565c0, #42a5f5);
  transform: translate(-3px, -3px);
  box-shadow: 7px 7px 0 #000;
}

.cart__checkout-button{
  font-family: 'Bangers', cursive;
  background: linear-gradient(45deg, #1976d2, #64b5f6);
  color: #fff;
  padding: 12px 24px;
  border: 4px solid #000;
  text-transform: uppercase;
  font-size: 1.85rem;
  box-shadow: 5px 5px 0 #000;
  transition: all 0.2s ease;
  cursor: pointer;
}

.cart__checkout-button:hover {
  background: linear-gradient(45deg, #1565c0, #42a5f5);
  transform: translate(-3px, -3px);
  box-shadow: 7px 7px 0 #000;
}

.jdgm-rev-widg .jdgm-star{
  color: #fbc02d !important;
}

.jdgm-write-rev-link.jdgm-write-rev-link{
  font-family: "Big Shoulders", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  background: linear-gradient(135deg, #ffeb3b, #fbc02d);
  color: #1a1a1a !important;
  text-decoration: none;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid  #fbc02d !important;
}

/* Alerta de Stock */
.Globo-Back-In-Stock{
    width: 80% !important;
}

.gBackInStock-Button > .gBackInStockBtn {
    font-family: "Bangers", cursive !important;
    background: linear-gradient(135deg, #ffeb3b, #fbc02d) !important;
    color: #1a1a1a !important;
    font-size: 1.65rem !important;
    border: 1px solid #fbc02d !important;
    box-shadow: 5px 5px 0 #000 !important;
}

.gBackInStock-Button > .gBackInStockBtn:hover {
    background: linear-gradient(135deg, #ffeb3b, #fbc02d) !important;
    color: #1a1a1a !important;
    border: 1px solid #fbc02d !important;
    opacity: 0.8;
}

.Globo-content-button > .gSubscribeBtn {
    font-family: "Bangers", cursive !important;
    background: linear-gradient(135deg, #ffeb3b, #fbc02d) !important;
    color: #1a1a1a !important;
    border: 1px solid #fbc02d !important;
    box-shadow: 5px 5px 0 #000 !important;
}

.Globo-content-button > .gSubscribeBtn:hover {
    background: linear-gradient(135deg, #ffeb3b, #fbc02d) !important;
    color: #1a1a1a !important;
    border: 1px solid #fbc02d !important;
    opacity: 0.8;
}
/* Fin Alerta de Stock */

.footer {
  background-image:url('/cdn/shop/files/footer_Desktop.png?v=1743465832');
  background-size: cover;
  background-position: center;
}
