/* ===================================================
   CASA BENDITTA — Loja Virtual Stylesheet
   Herda variáveis e base do style.css principal
   =================================================== */

/* ── SHOP HERO ── */
.shop-hero {
  position: relative;
  padding: 160px 24px 80px;
  text-align: center;
  background: var(--green-dark);
  overflow: hidden;
}
.shop-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 80%, rgba(181,112,74,0.15) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 20%, rgba(92,140,116,0.12) 0%, transparent 50%);
}
.shop-hero-content {
  position: relative;
  z-index: 1;
  max-width: 660px;
  margin: 0 auto;
}
.shop-hero .section-eyebrow {
  color: var(--terra-light);
  margin-bottom: 16px;
}
.shop-hero-title {
  font-family: var(--font-serif);
  font-size: clamp(38px, 5vw, 62px);
  font-weight: 400;
  color: var(--cream);
  line-height: 1.12;
  margin-bottom: 16px;
}
.shop-hero-title em {
  font-style: italic;
  color: #D4B896;
}
.shop-hero-desc {
  font-size: 17px;
  color: rgba(250,247,242,0.7);
  line-height: 1.7;
  max-width: 480px;
  margin: 0 auto 36px;
}

/* Search bar */
.shop-search {
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}
.hero-content .shop-search {
  margin: 0;
}
.shop-search input {
  width: 100%;
  padding: 16px 24px 16px 52px;
  background: rgba(255,255,255,0.1);
  border: 1.5px solid rgba(255,255,255,0.18);
  border-radius: 50px;
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--cream);
  outline: none;
  transition: all var(--transition-fast);
  backdrop-filter: blur(8px);
}
.shop-search input::placeholder {
  color: rgba(250,247,242,0.45);
}
.shop-search input:focus {
  background: rgba(255,255,255,0.15);
  border-color: rgba(255,255,255,0.35);
  box-shadow: 0 0 0 4px rgba(181,112,74,0.15);
}
.shop-search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(250,247,242,0.45);
  pointer-events: none;
}


/* ── FILTER BAR ── */
.shop-filters {
  background: var(--white);
  border-bottom: 1px solid var(--beige);
  padding: 20px 0;
  position: sticky;
  top: 0;
  z-index: 90;
  transition: box-shadow var(--transition);
}
.shop-filters.scrolled-filters {
  box-shadow: 0 4px 24px rgba(44,30,14,0.08);
}
.filters-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.filters-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.filters-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Category pills */
.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: 40px;
  border: 1.5px solid var(--beige);
  background: transparent;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  color: var(--text-mid);
  cursor: pointer;
  transition: all var(--transition-fast);
  white-space: nowrap;
}
.filter-pill:hover {
  border-color: var(--terracotta);
  color: var(--terracotta);
  background: rgba(181,112,74,0.05);
}
.filter-pill.active {
  background: var(--terracotta);
  border-color: var(--terracotta);
  color: var(--white);
  font-weight: 500;
}
.filter-pill .pill-icon {
  font-size: 14px;
  line-height: 1;
}

/* Sort select */
.sort-select {
  padding: 8px 36px 8px 14px;
  border-radius: 8px;
  border: 1.5px solid var(--beige);
  background: var(--white);
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--text-mid);
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%235A4A3A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  transition: border-color var(--transition-fast);
}
.sort-select:focus {
  border-color: var(--terracotta);
}

/* Product count */
.product-count {
  font-size: 13px;
  color: var(--text-light);
  white-space: nowrap;
}

/* Cart nav button */
.cart-nav-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 40px;
  background: var(--green-dark);
  color: var(--cream);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  border: none;
  cursor: pointer;
  transition: all var(--transition-fast);
}
.cart-nav-btn:hover {
  background: var(--green-mid);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(45,74,62,0.3);
}
.cart-nav-btn svg {
  width: 18px;
  height: 18px;
}
.cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--terracotta);
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cart-badge.show {
  transform: scale(1);
}
.cart-badge.bump {
  animation: cartBump 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes cartBump {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.35); }
  100% { transform: scale(1); }
}


/* ── PRODUCT GRID ── */
.shop-products {
  padding: 48px 0 100px;
  background: var(--cream);
  min-height: 60vh;
}
.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

/* Product Card */
.product-card {
  background: var(--white);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(24px);
  animation: productFadeIn 0.5s ease forwards;
}
.product-card:nth-child(1)  { animation-delay: 0.05s; }
.product-card:nth-child(2)  { animation-delay: 0.10s; }
.product-card:nth-child(3)  { animation-delay: 0.15s; }
.product-card:nth-child(4)  { animation-delay: 0.20s; }
.product-card:nth-child(5)  { animation-delay: 0.25s; }
.product-card:nth-child(6)  { animation-delay: 0.30s; }
.product-card:nth-child(7)  { animation-delay: 0.35s; }
.product-card:nth-child(8)  { animation-delay: 0.40s; }
.product-card:nth-child(9)  { animation-delay: 0.45s; }
.product-card:nth-child(10) { animation-delay: 0.50s; }
.product-card:nth-child(11) { animation-delay: 0.55s; }
.product-card:nth-child(12) { animation-delay: 0.60s; }

@keyframes productFadeIn {
  to { opacity: 1; transform: translateY(0); }
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

/* Card image */
.product-img-wrap {
  position: relative;
  height: 260px;
  overflow: hidden;
  background: var(--off-white);
}
.product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.product-card:hover .product-img-wrap img {
  transform: scale(1.07);
}

/* Badges */
.product-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}
.badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.badge-novo {
  background: var(--green-dark);
  color: var(--cream);
}
.badge-destaque {
  background: var(--terracotta);
  color: var(--white);
}
.badge-promo {
  background: #C0392B;
  color: var(--white);
}
.badge-esgotado {
  background: var(--text-light);
  color: var(--white);
}

/* Quick add overlay */
.product-quick-add {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  background: linear-gradient(to top, rgba(20,12,5,0.7) 0%, transparent 100%);
  opacity: 0;
  transform: translateY(10px);
  transition: all var(--transition);
  z-index: 2;
}
.product-card:hover .product-quick-add {
  opacity: 1;
  transform: translateY(0);
}
.btn-add-cart {
  width: 100%;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  background: var(--white);
  color: var(--green-dark);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: all var(--transition-fast);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-add-cart:hover {
  background: var(--green-dark);
  color: var(--cream);
}
.btn-add-cart.added {
  background: var(--green-dark);
  color: var(--cream);
}
.btn-add-cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-add-cart svg {
  width: 16px;
  height: 16px;
}

/* Card info */
.product-info {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-category {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--terracotta);
  margin-bottom: 8px;
}
.product-name {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.3;
  margin-bottom: 6px;
}
.product-desc {
  font-size: 13px;
  color: var(--text-light);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-viz-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--terracotta);
  margin-bottom: 14px;
  transition: color var(--transition-fast), transform var(--transition-fast);
  text-decoration: none;
}
.product-viz-link:hover {
  color: var(--terra-dark);
  transform: translateX(2px);
}
.product-viz-link svg {
  transition: transform var(--transition-fast);
}
.product-viz-link:hover svg {
  transform: rotate(15deg);
}
.product-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.product-price {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 600;
  color: var(--green-dark);
}
.product-price-old {
  font-size: 14px;
  color: var(--text-light);
  text-decoration: line-through;
}
.product-stock-low {
  font-size: 12px;
  color: #C0392B;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-stock-low::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C0392B;
  animation: stockPulse 1.5s ease infinite;
}
@keyframes stockPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* Mobile add button (visible on touch) */
.btn-add-cart-mobile {
  display: none;
  width: 100%;
  padding: 12px;
  border: 1.5px solid var(--green-dark);
  border-radius: 8px;
  background: transparent;
  color: var(--green-dark);
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 12px;
  transition: all var(--transition-fast);
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn-add-cart-mobile:hover {
  background: var(--green-dark);
  color: var(--cream);
}
.btn-add-cart-mobile:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  border-color: var(--text-light);
  color: var(--text-light);
}

/* Empty state */
.shop-empty {
  text-align: center;
  padding: 80px 24px;
  grid-column: 1 / -1;
}
.shop-empty-icon {
  font-size: 56px;
  margin-bottom: 20px;
  opacity: 0.4;
}
.shop-empty h3 {
  font-family: var(--font-serif);
  font-size: 24px;
  color: var(--text-mid);
  margin-bottom: 8px;
}
.shop-empty p {
  font-size: 15px;
  color: var(--text-light);
}


/* ── CART DRAWER ── */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(20,12,5,0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease;
  backdrop-filter: blur(4px);
}
.cart-overlay.open {
  opacity: 1;
  visibility: visible;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 420px;
  max-width: 92vw;
  height: 100vh;
  background: var(--white);
  z-index: 999;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -8px 0 40px rgba(0,0,0,0.15);
}
.cart-drawer.open {
  transform: translateX(0);
}

/* Cart header */
.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 28px;
  border-bottom: 1px solid var(--beige);
  flex-shrink: 0;
}
.cart-header h3 {
  font-family: var(--font-serif);
  font-size: 24px;
  font-weight: 500;
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-header-count {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--text-light);
}
.cart-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1.5px solid var(--beige);
  background: transparent;
  color: var(--text-mid);
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
}
.cart-close:hover {
  background: var(--off-white);
  border-color: var(--text-light);
}

/* Cart items */
.cart-items {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
}
.cart-items::-webkit-scrollbar {
  width: 4px;
}
.cart-items::-webkit-scrollbar-track {
  background: transparent;
}
.cart-items::-webkit-scrollbar-thumb {
  background: var(--beige-mid);
  border-radius: 4px;
}

/* Individual cart item */
.cart-item {
  display: flex;
  gap: 16px;
  padding: 20px 28px;
  border-bottom: 1px solid rgba(232,223,208,0.5);
  transition: background var(--transition-fast);
  animation: cartItemIn 0.3s ease;
}
@keyframes cartItemIn {
  from { opacity: 0; transform: translateX(20px); }
  to   { opacity: 1; transform: translateX(0); }
}
.cart-item:hover {
  background: rgba(250,247,242,0.5);
}
.cart-item-img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--off-white);
}
.cart-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-item-details {
  flex: 1;
  min-width: 0;
}
.cart-item-name {
  font-family: var(--font-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.3;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-item-price {
  font-size: 15px;
  font-weight: 500;
  color: var(--terracotta);
  margin-bottom: 12px;
}
.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}
.qty-control {
  display: flex;
  align-items: center;
  border: 1.5px solid var(--beige);
  border-radius: 8px;
  overflow: hidden;
}
.qty-btn {
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: var(--text-mid);
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition-fast);
}
.qty-btn:hover {
  background: var(--off-white);
}
.qty-value {
  width: 36px;
  text-align: center;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  border-left: 1px solid var(--beige);
  border-right: 1px solid var(--beige);
  padding: 6px 0;
}
.cart-item-remove {
  background: none;
  border: none;
  color: var(--text-light);
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: color var(--transition-fast);
  display: flex;
  align-items: center;
}
.cart-item-remove:hover {
  color: #C0392B;
}
.cart-item-remove svg {
  width: 16px;
  height: 16px;
}

/* Cart empty state */
.cart-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 28px;
  text-align: center;
  flex: 1;
}
.cart-empty-icon {
  font-size: 52px;
  margin-bottom: 16px;
  opacity: 0.3;
}
.cart-empty h4 {
  font-family: var(--font-serif);
  font-size: 20px;
  color: var(--text-mid);
  margin-bottom: 8px;
}
.cart-empty p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.6;
}

/* Cart footer */
.cart-footer {
  padding: 24px 28px;
  border-top: 1px solid var(--beige);
  flex-shrink: 0;
  background: var(--cream);
}
.cart-subtotal-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.cart-subtotal-label {
  font-size: 14px;
  color: var(--text-light);
}
.cart-subtotal-value {
  font-size: 14px;
  color: var(--text-mid);
}
.cart-frete-info {
  font-size: 12px;
  color: var(--green-mid);
  text-align: center;
  margin-bottom: 12px;
  padding: 8px 12px;
  background: rgba(92,140,116,0.08);
  border-radius: 8px;
}
.cart-total-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 12px;
  border-top: 1.5px solid var(--beige);
}
.cart-total-label {
  font-family: var(--font-serif);
  font-size: 18px;
  font-weight: 500;
  color: var(--text-dark);
}
.cart-total-value {
  font-family: var(--font-serif);
  font-size: 26px;
  font-weight: 600;
  color: var(--green-dark);
}

/* WhatsApp checkout button */
.btn-checkout {
  width: 100%;
  padding: 16px 28px;
  border: none;
  border-radius: 50px;
  background: #25D366;
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all var(--transition-fast);
  box-shadow: 0 4px 20px rgba(37,211,102,0.3);
}
.btn-checkout:hover {
  background: #1db954;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37,211,102,0.4);
}
.btn-checkout svg {
  width: 20px;
  height: 20px;
}
.btn-checkout:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.btn-continue {
  width: 100%;
  padding: 12px;
  border: none;
  background: transparent;
  color: var(--text-light);
  font-family: var(--font-sans);
  font-size: 13px;
  cursor: pointer;
  margin-top: 8px;
  transition: color var(--transition-fast);
}
.btn-continue:hover {
  color: var(--terracotta);
}


/* ── TOAST NOTIFICATION ── */
.toast {
  position: fixed;
  bottom: 100px;
  right: 28px;
  background: var(--green-dark);
  color: var(--cream);
  padding: 14px 24px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1001;
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  transform: translateX(calc(100% + 40px));
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.toast.show {
  transform: translateX(0);
  opacity: 1;
}
.toast-icon {
  font-size: 18px;
}


/* ── FRETE GRÁTIS BANNER ── */
.frete-banner {
  background: linear-gradient(90deg, var(--green-dark) 0%, var(--green-mid) 100%);
  color: var(--cream);
  text-align: center;
  padding: 10px 24px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.frete-banner strong {
  color: #D4B896;
}


/* ── SHOP FOOTER CTA ── */
.shop-cta {
  text-align: center;
  padding: 80px 24px;
  background: var(--off-white);
}
.shop-cta h3 {
  font-family: var(--font-serif);
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 12px;
}
.shop-cta p {
  font-size: 16px;
  color: var(--text-light);
  margin-bottom: 28px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}


/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .shop-hero {
    padding: 130px 20px 60px;
  }
  .shop-hero-title {
    font-size: 34px;
  }

  .filters-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .filters-left {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .filters-left::-webkit-scrollbar { display: none; }
  .filters-right {
    justify-content: space-between;
  }

  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .product-img-wrap {
    height: 200px;
  }
  .product-info {
    padding: 14px 16px 18px;
  }
  .product-name {
    font-size: 16px;
  }
  .product-desc {
    display: none;
  }
  .product-price {
    font-size: 18px;
  }

  /* Show mobile add button instead of hover overlay */
  .product-quick-add {
    display: none !important;
  }
  .btn-add-cart-mobile {
    display: flex;
  }

  .cart-drawer {
    width: 100vw;
    max-width: 100vw;
  }

  .toast {
    left: 16px;
    right: 16px;
    bottom: 80px;
  }
}

@media (max-width: 480px) {
  .products-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .product-img-wrap {
    height: 240px;
  }
  .product-desc {
    display: block;
  }
}


/* ── FLOATING CART BUTTON (MOBILE) ── */
.cart-float {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 97;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--green-dark);
  color: var(--cream);
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 24px rgba(45,74,62,0.4);
  align-items: center;
  justify-content: center;
  transition: all var(--transition-fast);
}
.cart-float:hover {
  transform: scale(1.08);
  box-shadow: 0 8px 32px rgba(45,74,62,0.5);
}
.cart-float svg {
  width: 24px;
  height: 24px;
}
.cart-float-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--terracotta);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 2px solid var(--white);
}
.cart-float-badge.show {
  transform: scale(1);
}

@media (max-width: 768px) {
  .cart-float {
    display: flex;
  }
  .cart-nav-btn {
    display: none;
  }
}
