/** Shopify CDN: Minification failed

Line 799:38 Expected identifier but found "`"
Line 931:0 Unexpected "}"

**/
/* ========================================
   HEADER
   ======================================== */

.header-wrapper {
  box-shadow: none;
}

.predictive-search__item span {
  font-weight: 100;
}

.header__heading-link {
  padding: 0;
}

.header {
  gap: 5px;
}

.menu-drawer__utility-links .list-social {
  flex-wrap: nowrap !important;
}
@media (max-width: 767px) {
    #cart-items-list {
      height: 18rem !important;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 6px 1rem !important;
  }
}

.menu-drawer-container[open] .menu-drawer {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  touch-action: pan-y;
  overscroll-behavior-x: none;
}

.menu-drawer-container[open] {
  overflow-x: hidden;
}

/* SEARCH */

/* ========================================
   CARRITO - PRODUCTOS RECOMENDADOS
   ======================================== */

.cart-recommendations-table a.product-title,
#CartDrawer-Pinflag .cart-item__name,
.cart-recommendations-table .cart-recommendations-text-button,
#CartDrawer-Pinflag .totals__total,
table.cart-items .cart-item__name {
  font-weight: 700;
}

.card-wrapper form button,
.card-wrapper form button:hover {
  transition: 300ms !important;
}

svg.icon.icon-caret-stroke {
  width: 15px;
}

/* Loading spinner */
.loading__spinner {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
}

.loading__spinner {
  width: 1.8rem;
  display: inline-block;
}

.spinner {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgb(var(--color-foreground));
  animation: dash 1.4s ease-in-out infinite;
}

@media screen and (forced-colors: active) {
  .path {
    stroke: CanvasText;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }

  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}

.loading__spinner:not(.hidden) + .cart-item__price-wrapper,
.loading__spinner:not(.hidden) ~ cart-remove-button {
  opacity: 50%;
}

.loading__spinner:not(.hidden) ~ cart-remove-button {
  pointer-events: none;
  cursor: default;
}

/* Progress bar */
.progress-bar-container {
  width: 100%;
  margin: auto;
}

.progress-bar {
  height: 0.13rem;
  width: 100%;
}

.progress-bar-value {
  width: 100%;
  height: 100%;
  background-color: rgb(var(--color-foreground));
  animation: indeterminateAnimation var(--duration-extra-longer) infinite
    ease-in-out;
  transform-origin: 0;
}

.progress-bar .progress-bar-value {
  display: block;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(-20%) scaleX(0);
  }

  40% {
    transform: translateX(30%) scaleX(0.7);
  }

  100% {
    transform: translateX(100%) scaleX(0);
  }
}

.card-wrapper:hover .full-unstyled-link {
  color: #000;
}

.full-unstyled-link {
  text-decoration: none;
  color: #4d525c;
  display: flex;
  flex-direction: column;
  justify-content: start;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.w-100 {
  width: 100%;
}

span.vendor-span,
span.plp-description-span {
  font-weight: 400;
}

li#custom-banner-unique {
  position: relative;
}

li#custom-banner-unique a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover !important;
  background-position: center !important;
}

.cart__logo {
  width: 60%;
}

.footer-block__heading strong {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  slider-component .info_extra {
    display: none;
  }

  .info_extra {
    margin: 0 !important;
  }
}

#menu-drawer svg.icon.icon-caret-stroke {
  display: none;
}

/* ========================================
   PLP - PRECIOS
   ======================================== */

.price-item--sale-with-compare {
  color: #e83313;
}

/* ========================================
   FILTROS - FACETS
   ======================================== */

.facets__price {
  flex-direction: column !important;
  padding: 0.5rem !important;
}

.facets__header-vertical {
  display: none !important;
}

h2.giraflecha:after {
  transform: rotate(180deg) !important;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

.filter_btn h2 {
  background: #2b2b2b;
  color: white;
  font-size: 1.4rem;
  border-radius: 30px;
  padding: 8px 24px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-transform: lowercase;
  transition: all 200ms ease;
}

.filter_btn h2:hover {
  background: #404040;
}

.order_btn{
  padding: 8px 24px;
  background: #FFFFFF;
  border-radius: 50px;
}

.order_btn .facet-filters{
  padding-left: 0;
}

#main-collection-filters.hiding {
  max-height: 0 !important;
  opacity: 0;
  pointer-events: none;
}

ul#product-grid {
  transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

ul#product-grid.transitioning {
  opacity: 0.8;
}



.facet-checkbox__count {
  opacity: 0.6;
}

@media (min-width: 1025px) {
  .demo {
    display: none;
  }

  #main-collection-filters {
    position: sticky;
    top: 140px;
    background: white;
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 280px;
    max-width: 280px;
    opacity: 1;
    height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 5px;
  }

  .facet-checkbox .icon-checkmark {
    top: 1.1rem !important;
  }

  /* Asegura que los contenedores de facets también puedan hacer scroll */
  .facets__form {
    max-height: 100%;
    overflow-y: auto;
  }

  /* Si tienes dropdowns específicos que se abren */
  .facets__disclosure {
    position: relative;
  }

  .facets__summary {
    position: sticky;
    top: 0;
    background: white;
    z-index: 2;
  }

  /* El contenido desplegable */
  .facets__display {
    max-height: calc(80vh - 100px);
    /* Ajusta según la altura de tus headers */
    overflow-y: auto;
    overflow-x: hidden;
  }

  /* Mejora la experiencia de scroll */
  #main-collection-filters::-webkit-scrollbar {
    width: 6px;
  }

  #main-collection-filters::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
  }

  #main-collection-filters::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
  }

  #main-collection-filters::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }

  .facets__disclosure[open] .facets__display {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background: white;
    z-index: 10;
  }
}

.contain_filter_sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.facet-checkbox > svg {
  color: transparent !important;
  border: 1px solid black !important;
}

svg.icon-checkmark {
  color: black !important;
  border: none !important;
}

@media screen and (min-width: 1025px) {
  .page-width.contain_filter_sort {
    position: sticky;
    top: 72px;
    /* background: white; */
    transition: all 300ms ease;
    z-index: 1;
  }

  .card__information {
    padding: 0;
    padding: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .contain_filter_sort {
    display: flex !important;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

  .filter_btn h2 {
    display: none;
  }

  #main-collection-filters {
    position: sticky;
    top: 54px;
    border: 0;
    display: block;
    width: 100%;
    margin-bottom: 4px;
    background: #fff;
    z-index: 4;
    overflow-y: auto;
    transition: all 0.3s ease;
    padding: 0 5px;
  }

  /* Scroll personalizado para mobile también */
  #main-collection-filters::-webkit-scrollbar {
    width: 4px;
  }

  #main-collection-filters::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
  }

  #main-collection-filters::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 2px;
  }

  .custom_facets {
    column-gap: 0px !important;
  }

  .demo {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .facets-vertical-sort {
    width: 100%;
    justify-content: center;
  }

  .select.seleccion_custom_plp {
    min-width: 200px;
    max-width: 100%;
  }
}
/* ========================================
   PDP - PÁGINA DE PRODUCTO
   ======================================== */

.product__title h1 {
  font-weight: bold !important;
}

/* ========================================
   CARD - PRODUCTO
   ======================================== */

.product-variant-selector .product-form__submit,
.choose-size-button {
  font-weight: 100;
}

.pdp-vendor-and-description {
  color: rgb(var(--color-foreground));
}

.facet-checkbox__text {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 750px) {
  .facets-wrap-vertical {
    padding-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .card-product-pinflag-image-container {
    padding: 1rem;
  }
}

@media (max-width: 1311px) {
  .summary.list-menu__item {
    padding-right: 1rem;
  }

  .full-unstyled-link {
    font-size: 1.2rem;
  }
}

/* ========================================
   PDP - BOTONES Y CANTIDAD
   ======================================== */

.quantity-buy-buttons-container .product-form__submit {
  padding: 1.4rem;
}

.product__info-wrapper .price--show-badge {
  display: flex;
  align-items: center;
}

.quantity:before {
  content: none;
}

.quantity:after {
  border: 0.1rem solid rgba(var(--color-foreground));
}

/* ========================================
   PDP - ESTILOS PERSONALIZADOS PINFLAG
   ======================================== */

.product__description,
.specs-list li {
  font-size: 1.4rem;
  line-height: 2;
}

.specs-list li {
  color: black;
}

.metafields-container {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.product__info-container .product__description {
  margin: 0 !important;
}

.pdp-color-section {
  display: flex;
  gap: 35px;
  margin-top: 1.5rem;
}

.pdp-color-span {
  display: none;
  align-items: end;
  margin-bottom: 1rem;
}

.pdp-color-span span {
  padding: 0.5rem 1rem;
  min-height: 4rem;
  min-width: 4rem;
  font-size: 1.4rem;
  border: 1px solid #000;
  border-radius: 4px;
  background-color: #000;
  color: #fff;
  transition: all 0.3s ease;
}

.product__info-wrapper .product-form__input--pill {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}

.pdp-size-section {
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 0;
}

.size-guide-container {
  display: flex;
  align-items: center;
}

.size-guide-container legend {
  font-size: 1rem;
  text-transform: uppercase;
}

.sticky-button {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.sticky-button-wrapper {
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  width: 100%;
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 10px 25%;
  align-items: center;
}

.sticky-button {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.hidden {
  display: none;
}

.hidden {
  display: none;
}

/* Styles for quantity-buy-buttons layout */
.quantity-buy-buttons-container {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.quantity-buy-buttons-container .quantity-wrapper {
  flex: 1;
}

.quantity-buy-buttons-container .buy-buttons-wrapper {
  flex: 2;
  margin-top: 20px;
}

@media (min-width: 1025px) {
  .product__info-container {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 1rem;
  }
}

@media (max-width: 1024px) {
  .sticky-button-wrapper {
    padding: 10px 15% !important;
  }

  .product__info-container .price__badge-sale {
    background-color: rgb(var(--color-foreground)) !important;
    color: white !important;
  }
}

@media screen and (max-width: 769px) {
  .imagen_bloques img {
    aspect-ratio: 7 / 8;
    object-fit: cover;
  }
}

/* ========================================
   CARD - RESPONSIVE
   ======================================== */

@media (max-width: 1024px) {
  .card__information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 20.5rem;
  }

  .breadcrumbs ol {
    display: none;
  }
}

@media (max-width: 399px) {
  .card__information {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 22.5rem;
  }
}

/* ========================================
   SEARCH - TEXTO INFO
   ======================================== */

.search_text_info {
  display: none;
}

.cart__footer .cart__ctas {
  display: flex;
  flex-direction: column;
}


/* ========================================
   JUDGME - REVIEWS (APP)
   ======================================== */

@media (max-width: 1024px) {
  .judgme-review-desktop {
    display: none; 
  }
}

@media (min-width: 1025px) {
  .judgme-review-mobile {
    display: none;
  }
}

/* ========================================
   CENTRO DE AYUDA - FAQS
   ======================================== */

.faqs-pinflag-summary svg.icon.icon-caret-stroke {
    width: 10px;
    margin-left: 15px;
}


/* ========================================
   FILTRO DE TALLAS - ESTILOS PERSONALIZADOS
   ======================================== */

/* Contenedor principal del filtro de tallas */
.filtro_tallas ul {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 1.2rem;
  cursor: grab;
  user-select: none;

  -webkit-overflow-scrolling: touch;


  gap: 8px;
}

.filtro_tallas ul:active {
  cursor: grabbing;
}

/* Ocultar scrollbar completamente */
.filtro_tallas ul::-webkit-scrollbar {`n  height: 4px;
}

/* Items de lista */
.filtro_tallas li {
  padding: 0;
  margin: 0;
  flex-shrink: 0;
}

/* Labels de talla - mismo estilo que variant-button */
.filtro_tallas li label {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    padding: 6px 8px;
    min-height: 3rem;
    width: auto;
    min-width: 4rem;
    font-size: 1.2rem;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    transition: all 0.3s 
ease;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

/* Centrar texto dentro del label */
.filtro_tallas li label .facet-checkbox__text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

/* Hover state */
.filtro_tallas li label:not(.disabled):hover {
  background-color: #000;
  color: #fff;
}

/* Active/Selected state */
.filtro_tallas li label.active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

/* Disabled state */
.filtro_tallas li label.disabled {
  opacity: 0.6;
  color: gray;
  cursor: not-allowed;
  border-color: #ccc;
  position: relative;
  overflow: hidden;
}

.filtro_tallas li label.disabled::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top right,
      transparent calc(50% - 0.5px),
      rgba(128, 128, 128, 0.5) calc(50% - 0.5px),
      rgba(128, 128, 128, 0.5) calc(50% + 0.5px),
      transparent calc(50% + 0.5px));
  pointer-events: none;
}

/* Ocultar SVG checkboxes */
.filtro_tallas input[type="checkbox"] + svg, .filtro_tallas .icon-checkmark { display: none; }

/* Toggle summary */
.filtro_tallas .facets__summary {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filtro_tallas .facets__summary .icon-caret {
  display: block;
  transition: transform 0.2s ease;
}

.filtro_tallas[open] .facets__summary .icon-caret {
  transform: rotate(180deg);
}

.filtro_tallas .parent-display {
  overflow: visible;
}

/* Mobile adjustments */
@media (max-width: 1024px) {
  .filtro_tallas li label {
    font-size: 1.2rem;
    min-height: 3rem;
    width: 9rem;
    padding: 6px 8px;
  }
}


.filtro_tallas ul::-webkit-scrollbar-track {
  background: transparent;

}

.filtro_tallas ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}

.filtro_tallas ul::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

  .filtro_tallas ul {
    gap: 6px;
  }
}

/* Mobile arrow visible */
.filtro_tallas .mobile-facets__arrow {
  display: block !important;
}

/* Ocultar solo checkboxes, no mobile arrow */
.filtro_tallas .facet-checkbox svg,
.filtro_tallas .mobile-facets__label svg {
  display: none;
}

/* Mobile: ancho consistente para tallas */
@media (max-width: 1024px) {
  .filtro_tallas.mobile-facets__details .mobile-facets__list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 1rem;
    -webkit-overflow-scrolling: touch;
    gap: 6px;
  }
  
  .filtro_tallas.mobile-facets__details .mobile-facets__label {
    width: 9rem !important;
    flex-shrink: 0;
    min-height: 3rem;
    padding: 6px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}


/* Fix mobile facets overlay */
.mobile-facets__wrapper .disclosure-has-popup:not([open]) > summary::before {
  display: none !important;
}




