/**
 * CARTELL storefront finish layer.
 * Keeps the reference layout responsive without replacing WooCommerce data.
 */

:root {
  --cartell-ink: #071b35;
  --cartell-pink: #ff0b68;
  --cartell-pink-dark: #dd0758;
  --cartell-blush: #fff1f6;
  --cartell-border: #e4eaf2;
  --cartell-soft: #f8fafc;
  --container-max: 1480px;
  --color-primary: var(--cartell-pink);
  --color-primary-dark: var(--cartell-pink-dark);
}

body {
  color: var(--cartell-ink);
  background: #fff;
}

.cartell-container {
  width: 100%;
  max-width: var(--container-max);
}

.homepage-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.homepage-wrapper > .hero-section { order: 1; }
.homepage-wrapper > .category-section { order: 2; }
.homepage-wrapper > .featured-products-section { order: 3; }
.homepage-wrapper > .offer-strip-section { order: 4; }
.homepage-wrapper > .why-choose-section { order: 5; }
.homepage-wrapper > .home-bottom-showcase-section { order: 6; }

.cartell-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-heading-row {
  margin-bottom: 10px;
}

.home-sub-title {
  color: var(--cartell-ink);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 800;
  letter-spacing: -0.035em;
}

.home-sub-title::after {
  background: var(--cartell-pink);
}

.home-view-all-link {
  color: var(--cartell-pink);
  font-weight: 700;
}

/* Header */
.top-trust-bar {
  background: linear-gradient(90deg, #fff0f6 0%, #fff8fb 55%, #fff 100%);
  color: var(--cartell-ink);
}

.site-header--v2,
.site-header {
  background: rgba(255, 255, 255, 0.98);
}

.cartell-wordmark,
.site-title {
  font-weight: 800;
}

.search-input-box {
  border: 1px solid #dbe3ee;
  background: #fbfcfe;
  border-radius: 999px;
}

.search-submit-btn {
  background: var(--cartell-pink);
  color: #fff;
  border-radius: 0 999px 999px 0;
}

.category-shortcuts-wrap {
  border-top: 1px solid #f0f3f7;
  border-bottom: 1px solid #edf1f6;
  background: #fff;
}

.category-shortcut-link.is-active,
.category-shortcut-link:first-child {
  background: var(--cartell-pink);
  color: #fff;
  border-color: var(--cartell-pink);
}

/* Hero */
.hero-card {
  min-height: 300px;
  border-radius: 18px;
  border: 1px solid #ffd7e6;
  background: linear-gradient(110deg, #fff4f8 0%, #ffeef5 48%, #fff 100%);
  box-shadow: none;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero-pill-tag {
  color: var(--cartell-pink);
  font-weight: 800;
  letter-spacing: 0.03em;
}

.hero-headline {
  color: var(--cartell-ink);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.highlight-pink {
  color: var(--cartell-pink);
}

.hero-btn,
.btn-side-shop,
.offer-btn {
  background: var(--cartell-pink);
  border-color: var(--cartell-pink);
  color: #fff;
}

.hero-media-wrap,
.hero-img {
  width: 100%;
  height: 100%;
}

.hero-img {
  object-fit: cover;
}

.hero-side-card,
.offer-card {
  border: 1px solid #ffe1ec;
  background: linear-gradient(115deg, #fff1f6, #fffafb);
  border-radius: 14px;
}

/* Dynamic category rail */
.category-icon-cards-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(92px, 1fr);
  grid-template-columns: none;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  padding: 2px 0 4px;
}

.category-icon-cards-grid::-webkit-scrollbar { display: none; }

.cat-circle-card {
  min-width: 0;
  border: 1px solid #edf1f6;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #fbfcfe);
  padding: 8px 6px;
}

.cat-circle-media {
  width: 66px;
  height: 66px;
  margin-inline: auto;
}

.cat-circle-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.cat-circle-title {
  color: var(--cartell-ink);
  font-size: 12px;
  line-height: 1.15;
  font-weight: 700;
  margin-top: 6px;
}

/* Product cards */
.products-grid,
.shop-grid,
.product-grid,
.cartell-product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.product-card {
  min-width: 0;
  height: 100%;
  border: 1px solid var(--cartell-border);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(7, 27, 53, 0.045);
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(7, 27, 53, 0.09);
  border-color: #d8e0eb;
}

.product-card-badges,
.product-card-category,
.product-card-rating {
  display: none;
}

.product-wishlist-btn {
  top: 7px;
  right: 7px;
  width: 30px;
  height: 30px;
  color: var(--cartell-pink);
  background: rgba(255, 255, 255, 0.94);
  border-color: #ffe0eb;
  box-shadow: none;
}

.product-card-media {
  aspect-ratio: 1.18 / 1;
  padding: 10px 10px 4px;
  background: linear-gradient(180deg, #fff, #fbfcfe);
}

.product-card-img {
  object-fit: contain;
}

.product-card-body {
  padding: 7px 10px 10px;
}

.product-card-title {
  min-height: 35px;
  margin-bottom: 5px;
  color: var(--cartell-ink);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 650;
  -webkit-line-clamp: 2;
}

.product-card-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 7px;
  margin-top: auto;
  padding-top: 2px;
}

.product-card-pricing-wrap {
  width: 100%;
}

.product-card-price,
.product-card-price ins,
.product-card-price > .amount {
  color: var(--cartell-ink);
  font-size: 15px;
  font-weight: 800;
}

.product-card-price del {
  color: #8190a4;
  font-size: 11px;
}

.product-card-tax-label {
  color: #7b8798;
  font-size: 9px;
}

.product-card-action-wrap {
  width: 100%;
}

.btn-add-to-cart.btn-add-to-cart-pill {
  width: 100%;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  padding: 7px 8px;
  border: 0;
  border-radius: 6px;
  background: var(--cartell-pink);
  color: #fff;
  box-shadow: none;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.btn-add-to-cart.btn-add-to-cart-pill:hover {
  background: var(--cartell-pink-dark);
  color: #fff;
}

.btn-add-to-cart.btn-out-of-stock {
  background: #eef2f6;
  color: #7b8798;
}

.featured-products-bottom-cta { display: none; }

/* Offers and benefits */
.offer-strip-grid {
  gap: 10px;
}

.offer-card {
  min-height: 88px;
}

.benefits-circle-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.benefit-circle-icon-wrap {
  width: 54px;
  height: 54px;
  margin-inline: auto;
}

.benefit-circle-title {
  color: var(--cartell-ink);
  font-size: 12px;
  line-height: 1.15;
}

/* Lower homepage */
.home-bottom-showcase-grid {
  gap: 18px;
}

.department-card,
.latest-item-card {
  border-color: var(--cartell-border);
  border-radius: 10px;
}

/* Native WooCommerce variation form in the custom product page */
.cartell-native-purchase {
  margin-top: 18px;
}

.cartell-native-purchase form.cart {
  display: block;
}

.cartell-native-purchase table.variations {
  width: 100%;
  margin-bottom: 14px;
  border-collapse: separate;
  border-spacing: 0 8px;
}

.cartell-native-purchase table.variations th,
.cartell-native-purchase table.variations td {
  padding: 0;
  text-align: left;
  vertical-align: middle;
}

.cartell-native-purchase table.variations th {
  width: 96px;
  color: var(--cartell-ink);
  font-weight: 700;
}

.cartell-native-purchase select {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--cartell-border);
  border-radius: 8px;
  background: #fff;
  padding: 0 12px;
}

.cartell-native-purchase .quantity {
  display: inline-flex;
  margin-right: 8px;
}

.cartell-native-purchase .qty {
  width: 72px;
  min-height: 44px;
  border: 1px solid var(--cartell-border);
  border-radius: 8px;
  text-align: center;
}

.cartell-native-purchase .single_add_to_cart_button {
  min-height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 8px;
  background: var(--cartell-pink);
  color: #fff;
  font-weight: 800;
}

.cartell-purchase-actions { display:flex; flex-wrap:wrap; gap:12px; align-items:center; }
.cartell-purchase-actions form.cart { display:flex; flex:1 1 260px; gap:12px; align-items:center; margin:0; }
.cartell-buy-now, .cartell-go-to-cart { min-height:48px; border-radius:12px; font-weight:700; padding:0 20px; text-decoration:none; display:inline-flex; align-items:center; justify-content:center; }
.cartell-buy-now { color:var(--color-primary,#f51067); border:1px solid var(--color-primary,#f51067); background:#fff; }
.cartell-go-to-cart { color:#087f3d; border:1px solid #14a957; background:#e9fff1; }
.cartell-product-qty-control { display:inline-flex; align-items:center; gap:14px; min-height:48px; padding:4px 10px; border-radius:999px; background:#0a9f4f; color:#fff; }
.cartell-product-qty-btn { border:0; background:transparent; color:#fff; width:32px; height:36px; font-size:24px; line-height:1; cursor:pointer; }
.cartell-product-qty-value { min-width:24px; text-align:center; font-weight:800; font-variant-numeric:tabular-nums; }
.cartell-product-qty-control[aria-busy="true"], .cartell-buy-now[aria-busy="true"], .single-add-to-cart-btn[aria-busy="true"] { opacity:.65; pointer-events:none; }
@media (max-width:600px) {
  .cartell-purchase-actions > *, .cartell-purchase-actions form.cart { flex:1 1 100%; width:100%; }
  .cartell-purchase-actions form.cart { flex-wrap:wrap; }
  .cartell-purchase-actions form.cart .single_add_to_cart_button { flex:1; }
}

/* Compact mobile homepage hero: categories should appear immediately below. */
@media (max-width:600px) {
  .homepage-wrapper .hero-card,
  .homepage-wrapper .hero-split-wrapper { min-height:0 !important; height:auto !important; }
  .homepage-wrapper .hero-card { max-height:240px; overflow:hidden; border-radius:16px; }
  .homepage-wrapper .hero-content { padding:18px 16px !important; }
  .homepage-wrapper .hero-headline { font-size:clamp(24px,7vw,34px) !important; line-height:1.05; margin-bottom:8px; }
  .homepage-wrapper .hero-subhead, .homepage-wrapper .hero-tagline { font-size:13px !important; line-height:1.25; margin-bottom:8px; }
  .homepage-wrapper .hero-btn { min-height:40px; padding:8px 16px; font-size:14px; }
  .homepage-wrapper .hero-media-wrap, .homepage-wrapper .hero-media { min-height:190px !important; height:190px !important; }
  .homepage-wrapper .hero-trust-badges, .homepage-wrapper .hero-side-promo-cards { display:none !important; }
  .homepage-wrapper .category-section, .homepage-wrapper .categories-section { margin-top:10px !important; }
}

/* Reference-style mobile hero: readable copy followed by a visible product photo. */
@media (max-width:430px) {
  .homepage-wrapper .hero-card { display:flex !important; flex-direction:column !important; align-items:stretch !important; min-height:0 !important; padding:16px 14px 10px !important; }
  .homepage-wrapper .hero-content { flex:none !important; width:100% !important; }
  .homepage-wrapper .hero-media { display:block !important; width:100% !important; height:150px !important; min-height:150px !important; margin-top:8px !important; }
  .homepage-wrapper .hero-media-wrap { display:block !important; width:100% !important; height:150px !important; }
  .homepage-wrapper .hero-img { display:block !important; width:100% !important; height:150px !important; object-fit:cover !important; }
  .homepage-wrapper .hero-arrow-next { bottom:160px !important; }
  .homepage-wrapper .hero-dots { position:static !important; margin:6px auto 0 !important; }
}

/* Full-bleed reference artwork used by the approved four-slide design. */
.hero-card--reference { position:relative; overflow:hidden; padding:0 !important; background:#fff; }
.hero-card--reference .hero-content { display:none !important; }
.hero-card--reference .hero-media,
.hero-card--reference .hero-media-wrap { position:relative !important; display:block !important; width:100% !important; max-width:none !important; height:auto !important; min-height:0 !important; margin:0 !important; }
.hero-card--reference .hero-reference-link { color:inherit; text-decoration:none; cursor:pointer; }
.hero-card--reference .hero-img { display:block !important; width:100% !important; height:auto !important; max-height:none !important; object-fit:cover !important; object-position:center top !important; }
.hero-card--reference .hero-arrow-next { z-index:4; right:12px; top:50%; bottom:auto !important; transform:translateY(-50%); }
.hero-card--reference .hero-dots { z-index:4; position:absolute !important; left:50%; bottom:10px !important; transform:translateX(-50%); margin:0 !important; }
@media (max-width:430px) {
  .homepage-wrapper .hero-card--reference { max-height:none !important; min-height:0 !important; }
  .homepage-wrapper .hero-card--reference .hero-media,
  .homepage-wrapper .hero-card--reference .hero-media-wrap,
  .homepage-wrapper .hero-card--reference .hero-img { height:auto !important; min-height:0 !important; }
}

/* Product-page purchase bar: keep both actions visible and brand pink. */
.cartell-native-purchase .cartell-purchase-actions { display:grid !important; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:10px; width:100%; }
.cartell-native-purchase .cartell-purchase-actions > .cartell-buy-now,
.cartell-native-purchase .cartell-purchase-actions > form.cart { min-width:0; width:100%; }
.cartell-native-purchase .cartell-purchase-actions form.cart { display:flex !important; align-items:center; gap:8px; margin:0 !important; }
.cartell-native-purchase .cartell-purchase-actions form.cart .quantity { display:none !important; }
.cartell-native-purchase .cartell-purchase-actions .single_add_to_cart_button,
.cartell-native-purchase .cartell-purchase-actions .single-add-to-cart-btn { width:100% !important; min-height:50px; border:0 !important; border-radius:12px !important; background:#f51067 !important; color:#fff !important; font-weight:800; box-shadow:none !important; }
.cartell-native-purchase .cartell-purchase-actions .cartell-buy-now { width:100%; min-height:50px; border:1px solid #f51067 !important; border-radius:12px; background:#fff !important; color:#f51067 !important; font-weight:800; }
.cartell-native-purchase .cartell-purchase-actions .cartell-go-to-cart { grid-column:2; width:100%; }
.cartell-native-purchase .cartell-purchase-actions .cartell-go-to-cart { display:none !important; }
.cartell-native-purchase .cartell-purchase-actions .cartell-product-qty-control { grid-column:2; width:100%; justify-content:space-between; min-height:50px; }
.cartell-native-purchase .cartell-product-qty-control ~ .single_add_to_cart_button,
.cartell-native-purchase .cartell-product-qty-control ~ .single-add-to-cart-btn { display:none !important; }
.cartell-native-purchase .cartell-purchase-actions:has(.cartell-product-qty-control) .single_add_to_cart_button,
.cartell-native-purchase .cartell-purchase-actions:has(.cartell-product-qty-control) .single-add-to-cart-btn { display:none !important; }
.cartell-native-purchase .cartell-purchase-actions .is-hidden { display:none !important; }
@media (max-width:600px) { .cartell-native-purchase .cartell-purchase-actions { grid-template-columns:1fr 1fr; } }

.cartell-native-purchase .single_add_to_cart_button.disabled {
  opacity: 0.5;
}

/* Phone */
@media (max-width: 767px) {
  body {
    padding-bottom: 72px;
  }

  .cartell-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .cartell-section {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .site-footer,
  .site-footer--v2 {
    display: block;
  }

  .hero-card {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(138px, .95fr);
    align-items: center;
    min-height: 260px;
    padding: 22px 16px;
  }

  .hero-content {
    padding: 0;
  }

  .hero-headline {
    max-width: 240px;
    margin: 16px 0 8px;
    font-size: clamp(25px, 7vw, 34px);
    line-height: .98;
  }

  .hero-subhead {
    font-size: 13px;
    line-height: 1.25;
  }

  .hero-tagline {
    display: none;
  }

  .hero-btn {
    min-height: 40px;
    padding: 10px 18px;
    font-size: 12px;
  }

  .hero-media {
    position: static;
    align-self: stretch;
    min-width: 0;
  }

  .hero-media-wrap {
    border-radius: 16px;
    overflow: hidden;
  }

  .hero-trust-badges {
    display: none;
  }

  .hero-dots {
    bottom: 9px;
  }

  .hero-arrow-next {
    right: 6px;
  }

  .category-icon-cards-grid {
    grid-auto-columns: 86px;
  }

  .cat-circle-media {
    width: 60px;
    height: 60px;
  }

  .featured-products-section .products-grid > .product-card:nth-child(n+5) {
    display: none;
  }

  .why-choose-section .section-heading-row .home-view-all-link {
    display: none;
  }

  .benefit-circle-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .home-bottom-showcase-grid {
    grid-template-columns: 1fr;
  }

  .mobile-bottom-nav {
    min-height: 64px;
    border-top: 1px solid #dfe6ef;
    box-shadow: 0 -5px 18px rgba(7, 27, 53, 0.09);
  }
}

/* Narrow phones need a deliberate stacked hero; forcing the tablet split here
   leaves no readable text column on 300-430px browser viewports. */
@media (max-width: 430px) {
  .hero-card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 0;
    padding: 20px 18px 16px;
  }

  .hero-content {
    width: 100%;
    max-width: none;
    gap: 4px;
  }

  .hero-headline {
    max-width: none;
    margin: 10px 0 6px;
    font-size: 30px;
    line-height: 1;
  }

  .hero-media {
    position: relative;
    width: 100%;
    max-width: none;
    height: 170px;
    margin-top: 12px;
  }

  .hero-media-wrap,
  .hero-img {
    height: 170px;
  }

  .hero-arrow-next {
    top: auto;
    right: 7px;
    bottom: 78px;
  }

  .hero-dots {
    bottom: 7px;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1199px) {
  .products-grid,
  .shop-grid,
  .product-grid,
  .cartell-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .featured-products-section .products-grid > .product-card:nth-child(n+9) {
    display: none;
  }
}

/* Desktop reference composition */
@media (min-width: 1024px) {
  .homepage-wrapper {
    width: min(100%, 1536px);
    margin-inline: auto;
    padding: 0 26px 8px;
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(340px, 1fr);
    grid-template-rows: auto auto auto auto;
    gap: 0 14px;
  }

  .homepage-wrapper > .cartell-section .cartell-container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .homepage-wrapper > .hero-section {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .homepage-wrapper > .category-section {
    grid-column: 1;
    grid-row: 2;
  }

  .homepage-wrapper > .why-choose-section {
    grid-column: 2;
    grid-row: 2;
  }

  .homepage-wrapper > .featured-products-section {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .homepage-wrapper > .home-bottom-showcase-section {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  .hero-split-wrapper {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(330px, 1fr);
    gap: 14px;
  }

  .hero-card {
    display: grid;
    grid-template-columns: minmax(0, 58%) minmax(0, 42%);
    min-height: 246px;
    max-height: 246px;
    padding: 18px 38px 18px 48px !important;
    gap: 16px;
  }

  .hero-content {
    padding: 0;
    align-self: center;
    width: auto;
    max-width: none !important;
    min-width: 0;
    gap: 3px;
  }

  .hero-pill-tag {
    line-height: 1.2;
    margin-bottom: 4px !important;
  }

  .hero-headline .highlight-pink {
    display: inline;
  }

  .hero-headline {
    margin: 5px 0;
    max-width: 500px;
    font-size: clamp(30px, 2.2vw, 36px);
    line-height: .98;
  }

  .hero-subhead,
  .hero-tagline {
    margin: 2px 0;
  }

  .hero-subhead {
    font-size: 12px;
    line-height: 1.3;
  }

  .hero-tagline {
    display: none;
  }

  .hero-cta-wrap {
    margin-top: 5px;
  }

  .hero-btn {
    min-height: 38px;
    padding: 8px 22px;
  }

  .hero-trust-badges {
    margin-top: 9px;
  }

  .hero-media {
    min-width: 0;
    width: auto;
    max-width: none !important;
    height: 246px;
    align-self: stretch;
  }

  .hero-media-wrap {
    border-radius: 0 18px 18px 0;
    overflow: hidden;
  }

  .hero-side-promo-cards {
    display: grid !important;
    grid-template-rows: repeat(2, 117px) !important;
    gap: 12px;
    height: 246px !important;
    max-height: 246px;
    overflow: hidden;
  }

  .hero-side-card {
    height: 117px !important;
    min-height: 0 !important;
    padding: 12px 16px !important;
  }

  .category-icon-cards-grid {
    grid-auto-columns: minmax(94px, 1fr);
  }

  .why-choose-section .section-heading-row {
    margin-bottom: 5px;
  }

  .why-choose-section .home-sub-title {
    font-size: 18px;
  }

  .why-choose-section .benefit-circle-icon-wrap {
    width: 46px;
    height: 46px;
  }

  .why-choose-section .benefit-circle-title {
    font-size: 11px;
  }

  .home-bottom-showcase-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.25fr) minmax(250px, .8fr);
  }

  .hero-trust-badges {
    display: none;
  }
}

@media (min-width: 1024px) {
  .featured-products-section .products-grid {
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 10px;
  }

  .featured-products-section .product-card-body {
    padding: 6px 8px 8px;
  }

  .featured-products-section .product-card-title {
    min-height: 33px;
    font-size: 11px;
  }

  .featured-products-section .product-card-media {
    padding: 7px 7px 3px;
  }

  .featured-products-section .btn-add-to-cart.btn-add-to-cart-pill {
    min-height: 30px;
    font-size: 10px;
  }

  .featured-products-section .product-wishlist-btn {
    width: 26px;
    height: 26px;
  }
}

@media (min-width: 1400px) {
  .hero-trust-badges {
    display: flex;
  }

  .hero-card {
    grid-template-columns: minmax(0, 48%) minmax(0, 52%);
  }

  .hero-tagline {
    display: block;
  }
}
.product-card-qty-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 88px;
  height: 36px;
  padding: 0 5px;
  border-radius: 999px;
  background: #22a65a;
  color: #fff;
  box-shadow: 0 2px 7px rgba(34, 166, 90, .28);
}

.product-card-qty-btn {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-card-qty-btn:hover,
.product-card-qty-btn:focus-visible {
  background: rgba(255, 255, 255, .2);
}

.product-card-qty-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 1px;
}

.product-card-qty-value {
  min-width: 24px;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.product-card-cart-control[aria-busy="true"] {
  opacity: .7;
  pointer-events: none;
}
