/** Shopify CDN: Minification failed

Line 879:12 Expected identifier but found whitespace
Line 879:17 Unexpected ";"

**/
@charset "UTF-8";


.product-card .product-card--featured-image .product-secondary-images-nav li, .product-card-sizes--size, .product-card-sizes--size:before, .product-card-swatches, .product-card-swatches .product-card-swatch {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }

.no-js .product-card .product-card-quickview--button, .product-card .no-js .product-card-quickview--button {
  display: none !important; }


.products {
  list-style: none; }
  .products.carousel {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    min-width: 100%;
    padding: 0; }
    .products.carousel .product-card {
      flex-shrink: 0; }
    .products.carousel .carousel__slide {
      width: 100%;
      display: flex; }
    .products.carousel .product-card {
      height: 100%; }
    .no-js .products.carousel {
      overflow-x: scroll; }
    .products.carousel.flickity-enabled {
      overflow: visible; }
      .products.carousel.flickity-enabled .flickity-viewport {
        overflow: visible; }
      .products.carousel.flickity-enabled.flickity-resize .carousel__slide {
        min-height: 100%; }
    .products.carousel .promotion-column {
      margin-bottom: 0;
      height: 100%; }
  .products .promotion-column {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .products .promotion-column {
        margin-bottom: 30px; } }
    @media only screen and (min-width: 768px) {
      .products .promotion-column.promotion-column-width--2 {
        flex: 0 0 50%;
        max-width: 50%; } }
    @media only screen and (min-width: 768px) {
      .products .promotion-column.promotion-column-width--2.product-columns-3 {
        flex: 0 0 66.6%;
        max-width: 66.6%; } }
    @media only screen and (min-width: 768px) {
      .products .promotion-column.promotion-column-width--2.product-columns-5 {
        flex: 0 0 40%;
        max-width: 40%; } }
    .product-card-spacing-pixel .products .promotion-column,
    .product-card-spacing-small .products .promotion-column {
      margin-bottom: 15px; }
    .product-card-spacing-medium .products .promotion-column {
      margin-bottom: 20px; }
  .products .gallery__item {
    height: 100%; }
    .products .gallery__item figure {
      height: 100%;
      padding-bottom: 0; }
    .products .gallery__item-content {
      padding: 20px; }
      .products .gallery__item-content p {
        font-size: 0.8125rem; }
        @media only screen and (min-width: 768px) {
          .products .gallery__item-content p {
            font-size: 1rem; } }
  .product-card-spacing-pixel .products.row {
    margin: 0 -0.5px; }
    .product-card-spacing-pixel .products.row .columns,
    .product-card-spacing-pixel .products.row .column {
      padding: 0 0.5px; }
    .product-card-spacing-pixel .products.row .product-card {
      margin-bottom: 15px; }
    .product-card-spacing-pixel .products.row .flickity-nav.flickity-prev {
      left: -22px; }
    .product-card-spacing-pixel .products.row .flickity-nav.flickity-next {
      right: -22px; }
  .product-card-spacing-small .products.row {
    margin: 0 -5px; }
    .product-card-spacing-small .products.row .columns,
    .product-card-spacing-small .products.row .column {
      padding: 0 5px; }
    .product-card-spacing-small .products.row .product-card {
      margin-bottom: 15px; }
    .product-card-spacing-small .products.row .flickity-nav.flickity-prev {
      left: -16px; }
    .product-card-spacing-small .products.row .flickity-nav.flickity-next {
      right: -16px; }
  @media only screen and (min-width: 768px) {
    .product-card-spacing-medium .products.row {
      margin: 0 -10px; }
      .product-card-spacing-medium .products.row .columns,
      .product-card-spacing-medium .products.row .column {
        padding: 0 10px; }
      .product-card-spacing-medium .products.row .product-card {
        margin-bottom: 20px; }
      .product-card-spacing-medium .products.row + .pagination {
        margin-top: 10px; } }
  .product-card-spacing-medium .products.row .flickity-nav.flickity-prev {
    left: -11px; }
  .product-card-spacing-medium .products.row .flickity-nav.flickity-next {
    right: -11px; }

.product-card {
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 20px);
  position: relative;
  margin-bottom: 20px;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .product-card {
      margin-bottom: 30px;
      min-height: calc(100% - 30px); } }
  .carousel .product-card {
    margin-bottom: 0; }
  .product-card .product-card-info {
    line-height: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow: visible; }
  .product-card.text-center .product-card-info {
    padding: 0 5%; }
  .product-card .product-card--featured-image {
    margin-bottom: 4px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: var(--bg-body, #fff); }
    @media only screen and (min-width: 768px) {
      .product-card .product-card--featured-image {
        margin-bottom: 12px; } }
    @media (hover: hover) {
      .product-card .product-card--featured-image.thb-hover .product-card--featured-image-link:hover .product-primary-image {
        opacity: 0; } }
    .product-card .product-card--featured-image .product-secondary-images-nav {
      list-style: none;
      position: absolute;
      left: 0;
      bottom: 15px;
      width: 100%;
      display: flex;
      margin: 0;
      padding: 0;
      z-index: 20;
      opacity: 0;
      pointer-events: none;
      justify-content: center;
      transition: all 0.25s linear; }
      .product-card .product-card--featured-image .product-secondary-images-nav li {
        display: inline-flex;
        background: var(--color-dots, #fff);
        width: 6px;
        height: 6px;
        opacity: 0.6;
        border-radius: 3px;
        margin: 0 6px;
        pointer-events: none; }
        .product-card .product-card--featured-image .product-secondary-images-nav li.active {
          opacity: 1; }
    .product-card .product-card--featured-image img,
    .product-card .product-card--featured-image video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 5; }
    .product-card .product-card--featured-image--contain img,
    .product-card .product-card--featured-image--contain video {
      object-fit: contain; }
    .product-card .product-card--featured-image-link {
      display: block;
      position: relative;
      height: 0;
      overflow: hidden;
      width: 100%;
      padding-bottom: var(--padding-bottom); }
      .product-card .product-card--featured-image-link .thb-placeholder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .product-card .product-card--featured-image-link .product-secondary-image {
        display: none;
        z-index: 10; }
        .product-card .product-card--featured-image-link .product-secondary-image.hover {
          display: block; }
      .product-card .product-card--featured-image-link.aspect-ratio--square {
        padding-bottom: 100%; }
      .product-card .product-card--featured-image-link.aspect-ratio--portrait {
        padding-bottom: 125%; }
      .product-card .product-card--featured-image-link.aspect-ratio--landscape {
        padding-bottom: 75%; }
  .product-card-vendor {
    text-transform: uppercase;
    font-size: 0.6875rem;
    letter-spacing: 0.1em;
    margin-bottom: 8px; }
    .product-card-vendor a {
      color: var(--color-body); }
  .product-card-title-wrapper {
    min-height: auto;
    max-width: 100%;
    margin-bottom: 6px;
    display: flex;
    flex-direction: column;
    gap: 3px; }
    .product-card-title-wrapper.has-subtitle {
      min-height: 50px; }
  .product-card-title,
  .product__title {
    font-size: 12px;
    line-height: 18px;
    font-weight: var(--font-body-medium-weight, 500);
    letter-spacing: 0;
    display: block;
    margin-bottom: 0;
    padding: 0; }
    .product-title-uppercase-true .product-card-title,
    .product-title-uppercase-true .product__title {
      text-transform: capitalize; }
    @media only screen and (min-width: 768px) {
      .product-card-title-wrapper {
        min-width: 161px;
        margin-bottom: 10px;
        gap: 5px; }
      .product-card-title,
      .product__title {
        font-size: calc(var(--font-product-title-scale, 1) * .9rem);
        line-height: 19px; }
      .product__subtitle {
        font-size: 13px;
        line-height: 19px; } }
  .product__subtitle {
    font-size: 12px;
    line-height: 18px;
    font-weight: var(--font-body-medium-weight, 500);
    color: rgba(var(--color-body-rgb), 0.65);
    margin: 0;
    display: block; }
  .product-card .price {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    min-height: 20px;
    margin: 6px 0;
    position: relative; }
    .product-card .price__discount-badge {
      font-size: 10px;
      font-weight: var(--font-body-bold-weight, 600);
      color: #b31919;
      background: #fff;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      line-height: 14px;
      padding: 0 6px 0 0;
      white-space: nowrap;
      display: inline-flex;
      align-items: center;
      flex-basis: 100%;
      width: auto;
      margin-top: 2px;
      order: 3; }
    .product-card .amount--regular {
      font-weight: var(--font-body-medium-weight, 400);
      font-size: 13px;
      line-height: 18px;
      letter-spacing: 0.3px; }
    .product-card .amount--discounted {
      font-weight: var(--font-body-bold-weight, 700);
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0.3px;
      color: #b31919; }
    .product-card .amount--compare-at {
      font-weight: var(--font-body-medium-weight, 500);
      font-size: 12px;
      line-height: 18px;
      text-decoration: line-through;
      opacity: 0.6; }
    .product-card .price__discounted {
      text-decoration: none;
      order: 1; }
    .product-card .price__compare {
      text-decoration: none;
      order: 2; }
    @media only screen and (min-width: 768px) {
      .product-card .price {
        margin: 8px 0; }
      .product-card .price__discount-badge {
        font-size: 11px;
        line-height: 16px;
        padding: 0 8px 0 0; }
      .product-card .amount--regular {
        font-size: 14px; }
      .product-card .amount--discounted {
        font-size: 15px; }
      .product-card .amount--compare-at {
        font-size: 13px; } }
  .product-card--badges {
    position: absolute;
    z-index: 30;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 78px; }
    .product-card--badges .badge {
      font-weight: var(--font-body-bold-weight, 600);
      font-size: 8px;
      line-height: 12px;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      padding: 4px 8px;
      border-radius: 3px !important;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .product-card--badges.bottom {
      bottom: 8px; }
      @media only screen and (min-width: 768px) {
        .product-card--badges.bottom {
          bottom: 16px; } }
    .product-card--badges.left {
      left: 7px;
      align-items: flex-start; }
      @media only screen and (min-width: 768px) {
        .product-card--badges.left {
          left: 10px; } }
    .product-card--badges.top {
      top: 7.75px; }
      @media only screen and (min-width: 768px) {
        .product-card--badges.top {
          top: 10px; } }
    .product-card--badges.right {
      right: 8px;
      align-items: flex-end; }
      @media only screen and (min-width: 768px) {
        .product-card--badges.right {
          right: 16px; } }
    @media only screen and (max-width: 767px) {
      .product-card--badges.top {
        top: 0px; }
      .product-card--badges.left {
        left: 0px;
        align-items: flex-start; }
      .product-card--badges .badge {
        border-radius: 0 !important; } }
    @media only screen and (min-width: 768px) {
      .product-card--badges {
        gap: 5px;
        max-width: 90px; }
        .product-card--badges .badge {
          font-size: 9px;
          line-height: 14px;
          padding: 5px 10px; }
      /* Aplicar estilos de mobile también en desktop para badges en esquina superior izquierda */
      .product-card--badges.top.left {
        top: 0px !important;
        left: 0px !important;
        align-items: flex-start; }
      .product-card--badges.top.left .badge {
        border-radius: 0 !important; } }
  .product-card .product-card-quickview {
    position: absolute;
    width: 100%;
    z-index: 20;
    background: rgba(var(--color-accent-rgb, 21, 21, 21), 0.9);
    color: var(--body-bg, #fff);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .product-card .product-card-quickview--icon {
      top: 8px;
      right: 8px;
      width: 34px;
      height: 34px;
      border-radius: 50%; }
      @media only screen and (min-width: 768px) {
        .product-card .product-card-quickview--icon {
          top: 17px;
          right: 17px; } }
    .product-card .product-card-quickview--button {
      bottom: 0;
      left: 0;
      height: 40px;
      padding: 5px;
      transform: translateY(100%);
      transition: all 0.25s linear; }
      .product-card .product-card-quickview--button + .product-secondary-images-nav {
        bottom: 55px !important; }
      .product-card .product-card-quickview--button span {
        line-height: 1;
        font-size: 0.5625rem;
        font-weight: var(--font-body-bold-weight, 600);
        letter-spacing: 0.1em;
        padding-right: 0;
        white-space: nowrap;
        text-transform: uppercase;
        opacity: 1; }
        @media only screen and (min-width: 768px) {
          .product-card .product-card-quickview--button span {
            font-size: 0.6875rem; } }
    .product-card .product-card-quickview .loading-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      z-index: 20;
      opacity: 0;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .product-card .product-card-quickview .loading-overlay .spinner {
        width: 18px; }
    .product-card .product-card-quickview.loading span {
      opacity: 0; }
    .product-card .product-card-quickview.loading .loading-overlay {
      opacity: 1; }
      .product-card .product-card-quickview.loading .loading-overlay .spinner-path {
        stroke: var(--bg-body, #fff); }
  .product-card-subtitle {
    font-size: 12px;
    line-height: 18px;
    font-weight: var(--font-body-medium-weight, 500);
    color: rgba(var(--color-body-rgb), 0.7);
    margin: 0 0 8px 0;
    display: block; }
  .product-card-sizes {
    grid-gap: 5px;
    grid-auto-flow: column;
    display: none; }
    @media only screen and (min-width: 768px) {
      .product-card-sizes {
        display: grid; } }
    .product-card-sizes--container {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 20;
      padding: 8px;
      display: none;
      align-items: center;
      justify-content: center;
      background: rgba(var(--bg-body-rgb), 0.9);
      transform: translateY(100%);
      transition: all 0.25s linear; }
      @media only screen and (min-width: 768px) {
        .product-card-sizes--container {
          display: flex; }
          .product-card-sizes--container + .product-secondary-images-nav {
            bottom: 56px !important; } }
    .product-card-sizes--remaining {
      font-size: 0.75rem;
      margin-left: 10px; }
    .product-card-sizes--size {
      height: 30px;
      min-width: 30px;
      padding: 0 6px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.75rem;
      cursor: pointer;
      position: relative;
      border: 1px solid rgba(var(--color-body-rgb), 0.2); }
      .product-card-sizes--size:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: linear-gradient(to bottom left, transparent calc(50% - 1px), var(--color-border), transparent calc(50% + 1px)) no-repeat;
        z-index: 1; }
      .product-card-sizes--size:not(.is-disabled):hover {
        border-color: rgba(var(--color-body-rgb), 1); }
      .product-card-sizes--size .loading-overlay {
        width: 20px;
        height: auto; }
      .product-card-sizes--size.is-disabled {
        border-color: var(--color-border);
        cursor: not-allowed; }
        .product-card-sizes--size.is-disabled:before {
          content: ""; }
        .product-card-sizes--size.is-disabled > span {
          opacity: 0.4; }
      .product-card-sizes--size.loading > span {
        opacity: 0; }
  .product-card-swatches {
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(100%); }
    .product-card-swatches .product-card-swatch {
      display: inline-flex;
      flex-shrink: 0;
      margin: 0;
      width: 18px;
      height: 18px;
      border-radius: 9px;
      padding: 3px;
      position: relative;
      cursor: pointer; }
      .product-card-swatches .product-card-swatch:after {
        content: "";
        display: block;
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        border-radius: 6px;
        background: var(--option-color);
        background-image: var(--option-color-image);
        background-size: cover; }
      .product-card-swatches .product-card-swatch.active {
        box-shadow: 0 0 0 1px var(--color-accent) inset; }
    .product-card-swatches--container {
      position: relative;
      overflow: visible;
      min-height: 32px;
      margin-top: 4px;
      margin-bottom: 6px;
      padding: 4px 2px;
      width: 100%;
      display: flex;
      align-items: center;
      gap: 6px; }
    .product-card-swatches--arrow {
      flex-shrink: 0;
      width: 20px;
      height: 20px;
      min-width: 20px;
      min-height: 20px;
      border: none;
      background: transparent;
      color: rgba(var(--color-body-rgb), 0.5);
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      transition: color 0.2s ease, opacity 0.2s ease;
      opacity: 1; }
      .product-card-swatches--arrow svg {
        width: 12px;
        height: 12px; }
      .product-card-swatches--arrow:hover {
        color: var(--color-body); }
      .product-card-swatches--arrow:active {
        transform: scale(0.9); }
    .product-card-swatches--visible .product-card-swatches {
      position: static;
      transform: none;
      opacity: 1;
      visibility: visible; }
    .product-card-swatches--scrollable {
      flex: 1;
      display: flex;
      gap: 10px;
      overflow-x: auto;
      overflow-y: hidden;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      padding: 2px;
      width: 100%;
      max-width: 100%; }
      .product-card-swatches--scrollable::-webkit-scrollbar {
        display: none; }
      .product-card-swatches--scrollable .product-card-swatch {
        min-width: 24px;
        min-height: 24px;
        width: 24px;
        height: 24px;
        border-radius: 12px;
        padding: 4px;
        transition: transform 0.15s ease; }
        .product-card-swatches--scrollable .product-card-swatch:active {
          transform: scale(0.95); }
        .product-card-swatches--scrollable .product-card-swatch:after {
          top: 4px;
          left: 4px;
          right: 4px;
          bottom: 4px;
          border-radius: 8px; }
        .product-card-swatches--scrollable .product-card-swatch.active {
          box-shadow: 0 0 0 2px var(--color-accent) inset; }
    /* REMOVIDO: product-card-swatches--title ya no se muestra
    .product-card-swatches--title {
      font-size: 11px;
      line-height: 16px;
      opacity: 0.7;
      margin-top: 4px;
      display: block;
      transform: translateY(0%); } */
    .product-card-swatches--always {
      position: static;
      transform: none; }
    @media only screen and (min-width: 768px) {
      .product-card-swatches--container {
        max-width: 100%;
        width: 100%;
        margin-top: 6px;
        margin-bottom: 10px;
        padding: 6px 0;
        gap: 8px; }
      .product-card-swatches--arrow {
        width: 24px;
        height: 24px;
        display: none; }
        .product-card-swatches--arrow svg {
          width: 14px;
          height: 14px; }
      .product-card-swatches--container.has-overflow .product-card-swatches--arrow {
        display: flex; }
      .product-card-swatches--scrollable {
        gap: 12px; }
        .product-card-swatches--scrollable .product-card-swatch {
          min-width: 20px;
          min-height: 20px;
          width: 20px;
          height: 20px; } }
  .product-card__quick-add-btn {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: rgba(var(--bg-body-rgb, 255, 255, 255), 0.95);
    color: var(--color-accent, #000);
    border: 1px solid rgba(var(--color-body-rgb, 0, 0, 0), 0.1);
    cursor: pointer;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    opacity: 1;
    transition: transform 0.2s ease, background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }
    .product-card__quick-add-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      transition: opacity 0.2s ease; }
    .product-card__quick-add-btn svg {
      width: 20px;
      height: 20px; }
    .product-card__quick-add-btn svg path {
      stroke: var(--color-accent, #000); }
    .product-card__quick-add-btn .loading-overlay {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.2s ease;
      width: 24px;
      height: 24px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .product-card__quick-add-btn .loading-overlay svg {
        width: 20px;
        height: 20px; }
    .product-card__quick-add-btn.loading .product-card__quick-add-icon {
      opacity: 0; }
    .product-card__quick-add-btn.loading .loading-overlay {
      opacity: 1; }
    .product-card__quick-add-btn.success {
      background: #22C259 !important;
      border-color: #22C259 !important; }
      .product-card__quick-add-btn.success svg path {
        stroke: #fff !important; }
    .product-card__quick-add-btn.error {
      background: #E93636 !important;
      border-color: #E93636 !important;
      animation: shake 0.5s; }
      .product-card__quick-add-btn.error svg path {
        stroke: #fff !important; }
    @keyframes shake {
      0%, 100% { transform: translateX(0); }
      25% { transform: translateX(-5px); }
      75% { transform: translateX(5px); } }
    .product-card__quick-add-btn:active {
      transform: scale(0.95);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }
    .product-card__quick-add-btn:hover {
      background: rgba(var(--bg-body-rgb, 255, 255, 255), 1);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
    .product-card__quick-add-btn:disabled {
      opacity: 0.4;
      cursor: not-allowed;
      background: rgba(var(--color-body-rgb, 0, 0, 0), 0.1); }
    .product-card__quick-add-btn.loading {
      pointer-events: none; }
      .product-card__quick-add-btn.loading svg {
        animation: spin 0.6s linear infinite; }
    @keyframes spin {
      to { transform: rotate(360deg); } }
    @media only screen and (min-width: 768px) {
      .product-card__quick-add-btn {
        bottom: 12px;
        right: 12px;
        opacity: 1;
        transform: translateY(0); }
      .product-card:hover .product-card__quick-add-btn {
        transform: scale(1.05);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2); } }
  .product-card--add-to-cart-button {
    width: 100%;
    margin-top: 15px; }
    .product-card--add-to-cart-button-container {
      margin-top: auto; }
  .product-card .star-rating {
    margin-top: 7px;
    font-size: 0.875rem; }
  @media (hover: hover) {
    .product-card:hover .product-secondary-images-nav {
      opacity: 1; } }
  .product-card:hover .product-card-swatches:not(.product-card-swatches--scrollable) {
    transform: translateY(0%); }
    /* REMOVIDO: product-card-swatches--title ya no se muestra
    .product-card:hover .product-card-swatches--title {
      transform: translateY(-100%); } */
  .product-card:hover .product-card-sizes--container {
    transform: translateY(0%); }
  .product-card:hover .product-card-quickview {
    transform: translateY(0%); }

/* FIX: Evitar que sidebar-container grid afecte el product-grid en modo drawer */
.sidebar-container.facets--drawer {
  display: block;
  grid-gap: 0; }
  .sidebar-container.facets--drawer > div {
    width: 100%;
    max-width: 100%; }

/* Mantener grid solo para facets--sidebar (desktop) */
@media only screen and (min-width: 1068px) {
  .sidebar-container.facets--sidebar {
    display: grid; } }

/* Asegurar que product-grid respete el contenedor padre */
.sidebar-container #product-grid {
  width: 100%;
  max-width: 100%; }

.sidebar-container .products.collection.row {
  padding: 0;
  margin: 0;
  width: 100%; }

.collection-empty {
  text-align: center;
  padding: 10vh; }
  .collection-empty svg {
    margin-bottom: 30px; }
  .collection-empty .text-button {
    font-size: inherit; }
  .collection-empty p {
    font-size: 1.25rem; }



.star-rating {
  --star-percent: calc(var(--star-rating) / 5 * 100%);
  display: inline-block;
  font-size: 1rem;
  font-family: Times;
  line-height: 1; }
  .star-rating:before {
    content: "★★★★★";
    background: linear-gradient(90deg, var(--color-star) var(--star-percent), #e1e1e1 var(--star-percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

.rating {
  display: inline-block;
  margin: 0; }

.rating-star {
  --letter-spacing: 0.3;
  --font-size: 1.5;
  --percent: calc(
    (
        var(--rating) / var(--rating-max) + var(--rating-decimal) *
          var(--font-size) /
          (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))
      ) * 100%
  );
  letter-spacing: calc(var(--letter-spacing) * 1rem);
  font-size: calc(var(--font-size) * 1rem);
  line-height: 1;
  display: inline-block;
  font-family: Times;
  margin: 0; }

.rating-star:before {
  content: "\2605\2605\2605\2605\2605";
  background: linear-gradient(90deg, var(--color-reviews) var(--percent), rgba(var(--color-foreground), 0.15) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.rating-text {
  display: none; }

.rating-count {
  display: none;
  margin: 0; }

@media (forced-colors: active) {
  .rating {
    display: none; }
  .rating-text {
    display: block; } }

/* ===================================
   Quick Add Button - Visible y funcional
   =================================== */
/* El botón quick-add ahora funciona correctamente abriendo el panel lateral */

/* Mobile styles for product grid - remove padding from columns and add gap */
@media only screen and (max-width: 767px) {
  /* Remove padding from .row container that contains ProductGridContainer */
  .row:has(#ProductGridContainer) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  /* Remove padding from .column and .columns in mobile */
  .column, .columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  /* Add gap of 0.25rem to #product-grid for spacing between items */
  #product-grid {
    gap: 0.25rem;
    display: flex;
    flex-wrap: wrap;
  }
  
  /* Maintain 2 columns layout in mobile */
  #product-grid.row.small-up-2 > .column,
  #product-grid.row.small-up-2 > .columns,
  #product-grid.small-up-2 > .column,
  #product-grid.small-up-2 > .columns {
    flex: 0 0 calc(50% - 0.125rem);
    max-width: calc(50% - 0.125rem);
  }
}


    display: none; }

    @media only screen and (min-width: 768px) {

      .product-card-sizes {

        display: grid; } }

    .product-card-sizes--container {

      position: absolute;

      bottom: 0;

      left: 0;

      right: 0;

      z-index: 20;

      padding: 8px;

      display: none;

      align-items: center;

      justify-content: center;

      background: rgba(var(--bg-body-rgb), 0.9);

      transform: translateY(100%);

      transition: all 0.25s linear; }

      @media only screen and (min-width: 768px) {

        .product-card-sizes--container {

          display: flex; }

          .product-card-sizes--container + .product-secondary-images-nav {

            bottom: 56px !important; } }

    .product-card-sizes--remaining {

      font-size: 0.75rem;

      margin-left: 10px; }

    .product-card-sizes--size {

      height: 30px;

      min-width: 30px;

      padding: 0 6px;

      display: flex;

      align-items: center;

      justify-content: center;

      font-size: 0.75rem;

      cursor: pointer;

      position: relative;

      border: 1px solid rgba(var(--color-body-rgb), 0.2); }

      .product-card-sizes--size:before {

        position: absolute;

        width: 100%;

        height: 100%;

        top: 0;

        background: linear-gradient(to bottom left, transparent calc(50% - 1px), var(--color-border), transparent calc(50% + 1px)) no-repeat;

        z-index: 1; }

      .product-card-sizes--size:not(.is-disabled):hover {

        border-color: rgba(var(--color-body-rgb), 1); }

      .product-card-sizes--size .loading-overlay {

        width: 20px;

        height: auto; }

      .product-card-sizes--size.is-disabled {

        border-color: var(--color-border);

        cursor: not-allowed; }

        .product-card-sizes--size.is-disabled:before {

          content: ""; }

        .product-card-sizes--size.is-disabled > span {

          opacity: 0.4; }

      .product-card-sizes--size.loading > span {

        opacity: 0; }

  .product-card-swatches {

    line-height: 0;

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    transform: translateY(100%); }

    .product-card-swatches .product-card-swatch {

      display: inline-flex;

      flex-shrink: 0;

      margin: 0;

      width: 18px;

      height: 18px;

      border-radius: 9px;

      padding: 3px;

      position: relative;

      cursor: pointer; }

      .product-card-swatches .product-card-swatch:after {

        content: "";

        display: block;

        position: absolute;

        top: 3px;

        left: 3px;

        right: 3px;

        bottom: 3px;

        border-radius: 6px;

        background: var(--option-color);

        background-image: var(--option-color-image);

        background-size: cover; }

      .product-card-swatches .product-card-swatch.active {

        box-shadow: 0 0 0 1px var(--color-accent) inset; }

    .product-card-swatches--container {

      position: relative;

      overflow: visible;

      min-height: 32px;

      margin-top: 4px;

      margin-bottom: 6px;

      padding: 4px 2px;

      width: 100%;

      display: flex;

      align-items: center;

      gap: 6px; }

    .product-card-swatches--arrow {

      flex-shrink: 0;

      width: 20px;

      height: 20px;

      min-width: 20px;

      min-height: 20px;

      border: none;

      background: transparent;

      color: rgba(var(--color-body-rgb), 0.5);

      cursor: pointer;

      display: flex;

      align-items: center;

      justify-content: center;

      padding: 0;

      transition: color 0.2s ease, opacity 0.2s ease;

      opacity: 1; }

      .product-card-swatches--arrow svg {

        width: 12px;

        height: 12px; }

      .product-card-swatches--arrow:hover {

        color: var(--color-body); }

      .product-card-swatches--arrow:active {

        transform: scale(0.9); }

    .product-card-swatches--visible .product-card-swatches {

      position: static;

      transform: none;

      opacity: 1;

      visibility: visible; }

    .product-card-swatches--scrollable {

      flex: 1;

      display: flex;

      gap: 10px;

      overflow-x: auto;

      overflow-y: hidden;

      scroll-behavior: smooth;

      -webkit-overflow-scrolling: touch;

      scrollbar-width: none;

      padding: 2px;

      width: 100%;

      max-width: 100%; }

      .product-card-swatches--scrollable::-webkit-scrollbar {

        display: none; }

      .product-card-swatches--scrollable .product-card-swatch {

        min-width: 24px;

        min-height: 24px;

        width: 24px;

        height: 24px;

        border-radius: 12px;

        padding: 4px;

        transition: transform 0.15s ease; }

        .product-card-swatches--scrollable .product-card-swatch:active {

          transform: scale(0.95); }

        .product-card-swatches--scrollable .product-card-swatch:after {

          top: 4px;

          left: 4px;

          right: 4px;

          bottom: 4px;

          border-radius: 8px; }

        .product-card-swatches--scrollable .product-card-swatch.active {

          box-shadow: 0 0 0 2px var(--color-accent) inset; }

    /* REMOVIDO: product-card-swatches--title ya no se muestra

    .product-card-swatches--title {

      font-size: 11px;

      line-height: 16px;

      opacity: 0.7;

      margin-top: 4px;

      display: block;

      transform: translateY(0%); } */

    .product-card-swatches--always {

      position: static;

      transform: none; }

    @media only screen and (min-width: 768px) {

      .product-card-swatches--container {

        max-width: 100%;

        width: 100%;

        margin-top: 6px;

        margin-bottom: 10px;

        padding: 6px 0;

        gap: 8px; }

      .product-card-swatches--arrow {

        width: 24px;

        height: 24px;

        display: none; }

        .product-card-swatches--arrow svg {

          width: 14px;

          height: 14px; }

      .product-card-swatches--container.has-overflow .product-card-swatches--arrow {

        display: flex; }

      .product-card-swatches--scrollable {

        gap: 12px; }

        .product-card-swatches--scrollable .product-card-swatch {

          min-width: 20px;

          min-height: 20px;

          width: 20px;

          height: 20px; } }

  .product-card__quick-add-btn {

    position: absolute;

    bottom: 8px;

    right: 8px;

    width: 48px;

    height: 48px;

    border-radius: 8px;

    background: rgba(var(--bg-body-rgb, 255, 255, 255), 0.95);

    color: var(--color-accent, #000);

    border: 1px solid rgba(var(--color-body-rgb, 0, 0, 0), 0.1);

    cursor: pointer;

    z-index: 15;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 0;

    opacity: 1;

    transition: transform 0.2s ease, background 0.3s ease, box-shadow 0.3s ease;

    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); }

    .product-card__quick-add-icon {

      display: flex;

      align-items: center;

      justify-content: center;

      transition: opacity 0.2s ease; }

    .product-card__quick-add-btn svg {

      width: 20px;

      height: 20px; }

    .product-card__quick-add-btn svg path {

      stroke: var(--color-accent, #000); }

    .product-card__quick-add-btn .loading-overlay {

      position: absolute;

      top: 50%;

      left: 50%;

      transform: translate(-50%, -50%);

      opacity: 0;

      pointer-events: none;

      transition: opacity 0.2s ease;

      width: 24px;

      height: 24px;

      display: flex;

      align-items: center;

      justify-content: center; }

      .product-card__quick-add-btn .loading-overlay svg {

        width: 20px;

        height: 20px; }

    .product-card__quick-add-btn.loading .product-card__quick-add-icon {

      opacity: 0; }

    .product-card__quick-add-btn.loading .loading-overlay {

      opacity: 1; }

    .product-card__quick-add-btn.success {

      background: #22C259 !important;

      border-color: #22C259 !important; }

      .product-card__quick-add-btn.success svg path {

        stroke: #fff !important; }

    .product-card__quick-add-btn.error {

      background: #E93636 !important;

      border-color: #E93636 !important;

      animation: shake 0.5s; }

      .product-card__quick-add-btn.error svg path {

        stroke: #fff !important; }

    @keyframes shake {

      0%, 100% { transform: translateX(0); }

      25% { transform: translateX(-5px); }

      75% { transform: translateX(5px); } }

    .product-card__quick-add-btn:active {

      transform: scale(0.95);

      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); }

    .product-card__quick-add-btn:hover {

      background: rgba(var(--bg-body-rgb, 255, 255, 255), 1);

      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }

    .product-card__quick-add-btn:disabled {

      opacity: 0.4;

      cursor: not-allowed;

      background: rgba(var(--color-body-rgb, 0, 0, 0), 0.1); }

    .product-card__quick-add-btn.loading {

      pointer-events: none; }

      .product-card__quick-add-btn.loading svg {

        animation: spin 0.6s linear infinite; }

    @keyframes spin {

      to { transform: rotate(360deg); } }

    @media only screen and (min-width: 768px) {

      .product-card__quick-add-btn {

        bottom: 12px;

        right: 12px;

        opacity: 1;

        transform: translateY(0); }

      .product-card:hover .product-card__quick-add-btn {

        transform: scale(1.05);

        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2); } }

  .product-card--add-to-cart-button {

    width: 100%;

    margin-top: 15px; }

    .product-card--add-to-cart-button-container {

      margin-top: auto; }

  .product-card .star-rating {

    margin-top: 7px;

    font-size: 0.875rem; }

  @media (hover: hover) {

    .product-card:hover .product-secondary-images-nav {

      opacity: 1; } }

  .product-card:hover .product-card-swatches:not(.product-card-swatches--scrollable) {

    transform: translateY(0%); }

    /* REMOVIDO: product-card-swatches--title ya no se muestra

    .product-card:hover .product-card-swatches--title {

      transform: translateY(-100%); } */

  .product-card:hover .product-card-sizes--container {

    transform: translateY(0%); }

  .product-card:hover .product-card-quickview {

    transform: translateY(0%); }



/* FIX: Evitar que sidebar-container grid afecte el product-grid en modo drawer */

.sidebar-container.facets--drawer {

  display: block;

  grid-gap: 0; }

  .sidebar-container.facets--drawer > div {

    width: 100%;

    max-width: 100%; }



/* Mantener grid solo para facets--sidebar (desktop) */

@media only screen and (min-width: 1068px) {

  .sidebar-container.facets--sidebar {

    display: grid; } }



/* Asegurar que product-grid respete el contenedor padre */

.sidebar-container #product-grid {

  width: 100%;

  max-width: 100%; }



.sidebar-container .products.collection.row {

  padding: 0;

  margin: 0;

  width: 100%; }



.collection-empty {

  text-align: center;

  padding: 10vh; }

  .collection-empty svg {

    margin-bottom: 30px; }

  .collection-empty .text-button {

    font-size: inherit; }

  .collection-empty p {

    font-size: 1.25rem; }







.star-rating {

  --star-percent: calc(var(--star-rating) / 5 * 100%);

  display: inline-block;

  font-size: 1rem;

  font-family: Times;

  line-height: 1; }

  .star-rating:before {

    content: "★★★★★";

    background: linear-gradient(90deg, var(--color-star) var(--star-percent), #e1e1e1 var(--star-percent));

    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent; }



.rating {

  display: inline-block;

  margin: 0; }



.rating-star {

  --letter-spacing: 0.3;

  --font-size: 1.5;

  --percent: calc(

    (

        var(--rating) / var(--rating-max) + var(--rating-decimal) *

          var(--font-size) /

          (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))

      ) * 100%

  );

  letter-spacing: calc(var(--letter-spacing) * 1rem);

  font-size: calc(var(--font-size) * 1rem);

  line-height: 1;

  display: inline-block;

  font-family: Times;

  margin: 0; }



.rating-star:before {

  content: "\2605\2605\2605\2605\2605";

  background: linear-gradient(90deg, var(--color-reviews) var(--percent), rgba(var(--color-foreground), 0.15) var(--percent));

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent; }



.rating-text {

  display: none; }



.rating-count {

  display: none;

  margin: 0; }



@media (forced-colors: active) {

  .rating {

    display: none; }

  .rating-text {

    display: block; } }



/* ===================================

   Quick Add Button - Visible y funcional

   =================================== */

/* El botón quick-add ahora funciona correctamente abriendo el panel lateral */



/* Mobile styles for product grid - remove padding from columns and add gap */
@media only screen and (max-width: 767px) {
  /* Remove padding from .row container that contains ProductGridContainer */
  .row:has(#ProductGridContainer) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  /* Remove padding from .column and .columns in mobile */
  .column, .columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  /* Add gap of 0.25rem to #product-grid for spacing between items */
  #product-grid {
    gap: 0.25rem;
    display: flex;
    flex-wrap: wrap;
  }
  
  /* Maintain 2 columns layout in mobile */
  #product-grid.row.small-up-2 > .column,
  #product-grid.row.small-up-2 > .columns,
  #product-grid.small-up-2 > .column,
  #product-grid.small-up-2 > .columns {
    flex: 0 0 calc(50% - 0.125rem);
    max-width: calc(50% - 0.125rem);
  }
}



