
.cc_i1v7oqhf_qmptQWrFEY .product-card, .cc_i1v7oqhf_APfMi3FPHZ .product-card, .cc_i1v7oqhf_multi_tab_product_slider .product-card {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  text-decoration: none;
  color: inherit;
  flex: 0 0 auto;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-media, .cc_i1v7oqhf_APfMi3FPHZ .product-card-media, .cc_i1v7oqhf_multi_tab_product_slider .product-card-media {
  position: relative;
  width: 100%;
  border-radius: var(--radius-tile);
  overflow: hidden;
  background-color: var(--color-surface-alt);
}

.cc_i1v7oqhf_qmptQWrFEY .product-card.is-portrait .product-card-media, .cc_i1v7oqhf_APfMi3FPHZ .product-card.is-portrait .product-card-media, .cc_i1v7oqhf_multi_tab_product_slider .product-card.is-portrait .product-card-media {
  aspect-ratio: 3 / 4;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card.is-square .product-card-media, .cc_i1v7oqhf_APfMi3FPHZ .product-card.is-square .product-card-media, .cc_i1v7oqhf_multi_tab_product_slider .product-card.is-square .product-card-media {
  aspect-ratio: 1 / 1;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card.is-sold-out .product-card-media, .cc_i1v7oqhf_APfMi3FPHZ .product-card.is-sold-out .product-card-media, .cc_i1v7oqhf_multi_tab_product_slider .product-card.is-sold-out .product-card-media {
  opacity: 0.6;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card.is-sold-out .product-card-body, .cc_i1v7oqhf_APfMi3FPHZ .product-card.is-sold-out .product-card-body, .cc_i1v7oqhf_multi_tab_product_slider .product-card.is-sold-out .product-card-body {
  opacity: 0.75;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-image, .cc_i1v7oqhf_APfMi3FPHZ .product-card-image, .cc_i1v7oqhf_multi_tab_product_slider .product-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-image--empty, .cc_i1v7oqhf_APfMi3FPHZ .product-card-image--empty, .cc_i1v7oqhf_multi_tab_product_slider .product-card-image--empty {
  background: repeating-linear-gradient(
    45deg,
    var(--color-surface-alt) 0 10px,
    var(--color-border) 10px 20px
  );
}

.cc_i1v7oqhf_qmptQWrFEY .product-card.has-hover-image .product-card-image--primary, .cc_i1v7oqhf_APfMi3FPHZ .product-card.has-hover-image .product-card-image--primary, .cc_i1v7oqhf_multi_tab_product_slider .product-card.has-hover-image .product-card-image--primary, .cc_i1v7oqhf_qmptQWrFEY .product-card-image--hover, .cc_i1v7oqhf_APfMi3FPHZ .product-card-image--hover, .cc_i1v7oqhf_multi_tab_product_slider .product-card-image--hover {
  position: absolute;
  top: 0;
  left: 0;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-image--hover, .cc_i1v7oqhf_APfMi3FPHZ .product-card-image--hover, .cc_i1v7oqhf_multi_tab_product_slider .product-card-image--hover {
  opacity: 0;
  transition: opacity 700ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

@media (hover: hover) {
  .cc_i1v7oqhf_qmptQWrFEY .product-card.has-hover-image:hover .product-card-image--hover, .cc_i1v7oqhf_APfMi3FPHZ .product-card.has-hover-image:hover .product-card-image--hover, .cc_i1v7oqhf_multi_tab_product_slider .product-card.has-hover-image:hover .product-card-image--hover {
    opacity: 1;
  }
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-badge, .cc_i1v7oqhf_APfMi3FPHZ .product-card-badge, .cc_i1v7oqhf_multi_tab_product_slider .product-card-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 0.3125rem 0.625rem;
  border-radius: var(--radius-pill);
  background-color: var(--color-bg);
  font-family: var(--font-label);
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.4;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-badge--sale, .cc_i1v7oqhf_APfMi3FPHZ .product-card-badge--sale, .cc_i1v7oqhf_multi_tab_product_slider .product-card-badge--sale {
  color: var(--color-accent);
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-badge--sold-out, .cc_i1v7oqhf_APfMi3FPHZ .product-card-badge--sold-out, .cc_i1v7oqhf_multi_tab_product_slider .product-card-badge--sold-out {
  color: var(--color-text-muted);
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-body, .cc_i1v7oqhf_APfMi3FPHZ .product-card-body, .cc_i1v7oqhf_multi_tab_product_slider .product-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.1875rem;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-name, .cc_i1v7oqhf_APfMi3FPHZ .product-card-name, .cc_i1v7oqhf_multi_tab_product_slider .product-card-name {
  font-family: var(--font-body);
  font-size: var(--text-body);
  font-weight: 600;
  line-height: 1.4;
  color: var(--slider-text-color, var(--color-text-primary));
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-price-row, .cc_i1v7oqhf_APfMi3FPHZ .product-card-price-row, .cc_i1v7oqhf_multi_tab_product_slider .product-card-price-row {
  display: inline-flex;
  align-items: baseline;
  gap: 0.375rem;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-price, .cc_i1v7oqhf_APfMi3FPHZ .product-card-price, .cc_i1v7oqhf_multi_tab_product_slider .product-card-price {
  font-family: var(--font-body);
  font-size: var(--text-body-lg);
  font-weight: 700;
  line-height: 1.4;
  color: var(--slider-text-color, var(--color-text-primary));
  font-variant-numeric: tabular-nums;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-price--original, .cc_i1v7oqhf_APfMi3FPHZ .product-card-price--original, .cc_i1v7oqhf_multi_tab_product_slider .product-card-price--original {
  font-family: var(--font-body);
  font-size: var(--text-label);
  font-weight: 400;
  color: var(--color-price-strike);
  text-decoration: line-through;
  font-variant-numeric: tabular-nums;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-swatches, .cc_i1v7oqhf_APfMi3FPHZ .product-card-swatches, .cc_i1v7oqhf_multi_tab_product_slider .product-card-swatches {
  display: flex;
  gap: 0.3125rem;
  margin: 0.1875rem 0;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-swatch, .cc_i1v7oqhf_APfMi3FPHZ .product-card-swatch, .cc_i1v7oqhf_multi_tab_product_slider .product-card-swatch {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: var(--radius-pill);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-swatch.is-current, .cc_i1v7oqhf_APfMi3FPHZ .product-card-swatch.is-current, .cc_i1v7oqhf_multi_tab_product_slider .product-card-swatch.is-current {
  outline: 1px solid var(--color-text-primary);
  outline-offset: 2px;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-hint, .cc_i1v7oqhf_APfMi3FPHZ .product-card-hint, .cc_i1v7oqhf_multi_tab_product_slider .product-card-hint {
  font-family: var(--font-label);
  font-size: var(--text-label);
  line-height: 1.4;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-hint--transfer, .cc_i1v7oqhf_APfMi3FPHZ .product-card-hint--transfer, .cc_i1v7oqhf_multi_tab_product_slider .product-card-hint--transfer {
  color: var(--color-success);
  font-weight: 600;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-hint--installment, .cc_i1v7oqhf_APfMi3FPHZ .product-card-hint--installment, .cc_i1v7oqhf_multi_tab_product_slider .product-card-hint--installment {
  color: var(--color-text-muted);
  font-weight: 400;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-hint--urgency, .cc_i1v7oqhf_APfMi3FPHZ .product-card-hint--urgency, .cc_i1v7oqhf_multi_tab_product_slider .product-card-hint--urgency {
  color: var(--color-error);
  font-weight: 700;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-cart-btn, .cc_i1v7oqhf_APfMi3FPHZ .product-card-cart-btn, .cc_i1v7oqhf_multi_tab_product_slider .product-card-cart-btn {
  display: block;
  width: 100%;
  margin-top: 0.375rem;
  padding: 0.625rem;
  border: none;
  border-radius: var(--radius-pill);
  background-color: var(--color-text-primary);
  color: var(--color-bg);
  font-family: var(--font-label);
  font-size: var(--text-small);
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: background-color 200ms ease;
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-cart-btn:hover:not(:disabled), .cc_i1v7oqhf_APfMi3FPHZ .product-card-cart-btn:hover:not(:disabled), .cc_i1v7oqhf_multi_tab_product_slider .product-card-cart-btn:hover:not(:disabled) {
  background-color: var(--color-accent);
}

.cc_i1v7oqhf_qmptQWrFEY .product-card-cart-btn:disabled, .cc_i1v7oqhf_APfMi3FPHZ .product-card-cart-btn:disabled, .cc_i1v7oqhf_multi_tab_product_slider .product-card-cart-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

@media (prefers-reduced-motion: no-preference) {
  .cc_i1v7oqhf_qmptQWrFEY .product-card-image, .cc_i1v7oqhf_APfMi3FPHZ .product-card-image, .cc_i1v7oqhf_multi_tab_product_slider .product-card-image {
    transition: transform 400ms ease-out;
  }

  .cc_i1v7oqhf_qmptQWrFEY .product-card:hover .product-card-image, .cc_i1v7oqhf_APfMi3FPHZ .product-card:hover .product-card-image, .cc_i1v7oqhf_multi_tab_product_slider .product-card:hover .product-card-image {
    transform: scale(1.04);
  }
}
