/** Shopify CDN: Minification failed

Line 2863:0 Expected "}" to go with "{"

**/
:root{--color-primary:#111827;--color-accent:#3730a3;--space-1:4px;--space-2:8px;--space-3:16px;--space-4:24px}
body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0;color:var(--color-primary)}
.header-inner,.footer-inner{max-width:1100px;margin:0 auto;padding:16px}
.site-nav ul{list-style:none;padding:0;margin:0;display:flex;gap:12px}
.hero{display:flex;align-items:center;justify-content:center;padding:48px;text-align:center}
.product-gallery img{max-width:100%;height:auto;display:block}
.product-template{max-width:1100px;margin:0 auto;padding:24px}

/* Small Tailwind-like utility classes (compact set) */
.p-0{padding:0 !important}
.p-1{padding:var(--space-1) !important}
.p-2{padding:var(--space-2) !important}
.p-3{padding:var(--space-3) !important}
.p-4{padding:var(--space-4) !important}
.px-1{padding-left:var(--space-1) !important;padding-right:var(--space-1) !important}
.px-2{padding-left:var(--space-2) !important;padding-right:var(--space-2) !important}
.px-3{padding-left:var(--space-3) !important;padding-right:var(--space-3) !important}
.py-1{padding-top:var(--space-1) !important;padding-bottom:var(--space-1) !important}
.py-2{padding-top:var(--space-2) !important;padding-bottom:var(--space-2) !important}
.py-3{padding-top:var(--space-3) !important;padding-bottom:var(--space-3) !important}
.m-0{margin:0 !important}
.m-1{margin:var(--space-1) !important}
.m-2{margin:var(--space-2) !important}
.m-3{margin:var(--space-3) !important}
.gap-1{gap:var(--space-1) !important}
.gap-2{gap:var(--space-2) !important}
.gap-3{gap:var(--space-3) !important}
.gap-4{gap:var(--space-4) !important}
.flex{display:flex !important}
.inline-flex{display:inline-flex !important}
.block{display:block !important}
.inline-block{display:inline-block !important}
.grid{display:grid !important}
.items-center{align-items:center !important}
.justify-between{justify-content:space-between !important}
.text-center{text-align:center !important}
.w-full{width:100% !important}
.w-1\/2{width:50% !important}
.w-1\/3{width:33.3333% !important}
.w-2\/3{width:66.6666% !important}
.max-w-xs{max-width:320px !important}
.max-w-sm{max-width:420px !important}
.max-w-md{max-width:720px !important}

/* focus-visible helpers: prefer native :focus-visible, and support polyfill which adds .js-focus-visible and .focus-visible classes */
:focus:not(:focus-visible){outline:none}
.js-focus-visible :focus:not(.focus-visible){outline:none}
.focus-ring{outline:3px solid rgba(99,102,241,0.4);outline-offset:2px}

/* Automatic binding: when an element receives .focus-visible, apply focus-ring styles */
.focus-visible.focus-ring, :focus-visible.focus-ring { outline: 3px solid rgba(99,102,241,0.4); outline-offset: 2px; }


/* product-grid item wrapper — keeps consistent gutters in different templates */
.product-grid-item{display:block;padding:0}

/* Responsive utility variants: sm (>=640px), md (>=768px), lg (>=1024px) */
@media (min-width: 640px) {
	.sm\:p-1{padding:var(--space-1) !important}
	.sm\:p-2{padding:var(--space-2) !important}
	.sm\:p-3{padding:var(--space-3) !important}
	.sm\:px-2{padding-left:var(--space-2) !important;padding-right:var(--space-2) !important}
	.sm\:py-2{padding-top:var(--space-2) !important;padding-bottom:var(--space-2) !important}
	.sm\:m-1{margin:var(--space-1) !important}
	.sm\:m-2{margin:var(--space-2) !important}
	.sm\:gap-1{gap:var(--space-1) !important}
	.sm\:gap-2{gap:var(--space-2) !important}
	.sm\:gap-3{gap:var(--space-3) !important}
	.sm\:flex{display:flex !important}
	.sm\:items-center{align-items:center !important}
	.sm\:justify-between{justify-content:space-between !important}
	.sm\:text-center{text-align:center !important}
	.sm\:w-full{width:100% !important}
}

@media (min-width: 768px) {
	.md\:p-1{padding:var(--space-1) !important}
	.md\:p-2{padding:var(--space-2) !important}
	.md\:p-3{padding:var(--space-3) !important}
	.md\:px-2{padding-left:var(--space-2) !important;padding-right:var(--space-2) !important}
	.md\:py-2{padding-top:var(--space-2) !important;padding-bottom:var(--space-2) !important}
	.md\:m-1{margin:var(--space-1) !important}
	.md\:m-2{margin:var(--space-2) !important}
	.md\:gap-1{gap:var(--space-1) !important}
	.md\:gap-2{gap:var(--space-2) !important}
	.md\:gap-3{gap:var(--space-3) !important}
	.md\:flex{display:flex !important}
	.md\:items-center{align-items:center !important}
	.md\:justify-between{justify-content:space-between !important}
	.md\:text-center{text-align:center !important}
	.md\:w-full{width:100% !important}
}

@media (min-width: 1024px) {
	.lg\:p-1{padding:var(--space-1) !important}
	.lg\:p-2{padding:var(--space-2) !important}
	.lg\:p-3{padding:var(--space-3) !important}
	.lg\:px-2{padding-left:var(--space-2) !important;padding-right:var(--space-2) !important}
	.lg\:py-2{padding-top:var(--space-2) !important;padding-bottom:var(--space-2) !important}
	.lg\:m-1{margin:var(--space-1) !important}
	.lg\:m-2{margin:var(--space-2) !important}
	.lg\:gap-1{gap:var(--space-1) !important}
	.lg\:gap-2{gap:var(--space-2) !important}
	.lg\:gap-3{gap:var(--space-3) !important}
	.lg\:flex{display:flex !important}
	.lg\:items-center{align-items:center !important}
	.lg\:justify-between{justify-content:space-between !important}
	.lg\:text-center{text-align:center !important}
	.lg\:w-full{width:100% !important}
}


/* Product card grid and card spacing */
.product-grid{display:grid;gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));align-items:start}

/* Products per row classes */
.products-per-row-2 { grid-template-columns: repeat(2, 1fr) !important; }
.products-per-row-3 { grid-template-columns: repeat(3, 1fr) !important; }
.products-per-row-4 { grid-template-columns: repeat(4, 1fr) !important; }
.products-per-row-5 { grid-template-columns: repeat(5, 1fr) !important; }
.products-per-row-6 { grid-template-columns: repeat(6, 1fr) !important; }

/* Responsive adjustments for products per row */
@media (max-width: 1200px) {
  .products-per-row-5 { grid-template-columns: repeat(4, 1fr) !important; }
  .products-per-row-6 { grid-template-columns: repeat(4, 1fr) !important; }
}

@media (max-width: 900px) {
  .products-per-row-4 { grid-template-columns: repeat(3, 1fr) !important; }
  .products-per-row-5 { grid-template-columns: repeat(3, 1fr) !important; }
  .products-per-row-6 { grid-template-columns: repeat(3, 1fr) !important; }
}

@media (max-width: 600px) {
  .products-per-row-2,
  .products-per-row-3,
  .products-per-row-4,
  .products-per-row-5,
  .products-per-row-6 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

/* Announcement bar styles */
.announcement-bar{width:100%;padding:8px 12px;box-sizing:border-box;background:transparent;color:var(--color-primary)}
.announcement-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px}
.announcement-message{flex:1}
.announcement-message a{color:inherit;text-decoration:underline}
.announcement-message strong{background:rgba(17,24,39,0.06);padding:4px 10px;border-radius:8px;color:var(--color-primary);font-weight:700}

/* slide down animation */
.announcement-animate{transform:translateY(-8px);opacity:0;transition:transform .24s ease, opacity .24s ease}
.announcement-animate[style], .announcement-animate[aria-hidden="false"]{transform:none;opacity:1}
@media (prefers-reduced-motion: reduce){
	.announcement-animate{transition:none}
}

/* Grid column helpers */
.cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
.cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}

@media (min-width: 768px){
	.md\:cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
	.md\:cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
	.md\:cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
}

@media (min-width: 1024px){
	.lg\:cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
	.lg\:cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
	.lg\:cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}
	.lg\:cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}
}

.product-card{background:#fff;border:1px solid #f1f1f1;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;gap:12px;padding:12px}
.product-card__link{color:inherit;text-decoration:none;display:block}
.product-card__media{width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:6px;background:#f9fafb;display:flex;align-items:center;justify-content:center}
.product-card__image{width:100%;height:100%;object-fit:cover;display:block}
.product-card__meta{padding:0 4px 4px 4px;display:flex;flex-direction:column;gap:6px}
.product-card__title{font-size:15px;margin:0;color:var(--color-primary);line-height:1.2}
.product-card__price{font-weight:600;color:#111;margin:0}

.product-card__actions{display:flex;gap:8px;padding:0 4px 4px 4px}
.product-card__actions button{flex:1;padding:8px 10px;border-radius:6px;border:1px solid transparent;background:#fff;cursor:pointer}
.product-card__actions .add-to-cart-button{background:var(--color-accent);color:#fff;border-color:transparent;transition:all 0.2s ease}
.product-card__actions .add-to-cart-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,0.15)}
.product-card__actions .add-to-cart-button[aria-disabled="true"]{opacity:0.7;cursor:not-allowed;transform:none;pointer-events:none}
.product-card__actions .add-to-cart-button[aria-disabled="true"]:hover{transform:none;box-shadow:none}
.product-card__actions .quickview-button{background:#fff;color:var(--color-primary);border:1px solid #e6e6e6}

/* Hover/focus affordances */
.product-card:hover{box-shadow:0 6px 18px rgba(16,24,40,0.06);transform:translateY(-2px);transition:transform .18s ease, box-shadow .18s ease}
.product-card:focus-within{box-shadow:0 8px 24px rgba(16,24,40,0.08)}

/* Smaller screens: single column layout */
@media (max-width: 520px){
	.product-grid{grid-template-columns:repeat(1,minmax(120px,1fr))}
	.product-card{padding:10px}
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
	.product-card:hover{transform:none;box-shadow:none}
}

/* Header polish */
.site-logo img{height:40px;display:block}
.site-title{font-weight:700;font-size:18px}
.site-header{background:#fff;border-bottom:1px solid #e6e6e6}
.site-nav a{color:var(--color-primary);text-decoration:none}
.header-actions .cart-link{background:var(--color-accent);color:#fff;padding:8px 12px;border-radius:6px;text-decoration:none}

/* Quickview modal */
.modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0.5);opacity:0;pointer-events:none;transition:opacity .18s ease-out}
.modal[aria-hidden="false"]{opacity:1;pointer-events:auto}
.modal-inner{background:#fff;padding:20px;border-radius:8px;max-width:800px;width:90%;transform:translateY(6px);opacity:0;transition:transform .22s ease-out, opacity .22s ease-out}
.modal[aria-hidden="false"] .modal-inner{transform:none;opacity:1}
.modal-close{position:absolute;right:8px;top:8px;background:none;border:none;font-size:20px}

/* Focus outlines for accessibility */
button:focus, a:focus, select:focus, input:focus {
	outline: 3px solid rgba(99,102,241,0.4);
	outline-offset: 2px;
}

/* Cart drawer */
.cart-drawer{position:fixed;right:0;top:0;height:100vh;width:380px;background:#fff;border-left:1px solid #e6e6e6;transform:translateX(100%);transition:transform .24s cubic-bezier(.2,.9,.2,1),box-shadow .24s;z-index:1001}
.cart-drawer[aria-hidden="false"]{transform:translateX(0);box-shadow:-8px 0 24px rgba(0,0,0,0.08)}
.cart-drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:1000;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}
.cart-drawer[aria-hidden="false"] ~ .cart-drawer-overlay,.cart-drawer-overlay.active{opacity:1;visibility:visible}
.cart-inner{padding:24px;height:100%;display:flex;flex-direction:column}
.cart-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:5px;line-height:1;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.2s ease}
.cart-close:hover{background:#f5f5f5;color:#333;transform:scale(1.1)}
.cart-drawer h2{margin:0 0 24px 0;font-size:22px;font-weight:600;color:#333;padding-right:40px}
.cart-items{flex:1;overflow-y:auto;margin-bottom:24px}

/* Loading state */
.cart-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#666}
.loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}
@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

/* Enhanced footer */
.cart-footer{border-top:1px solid #eee;padding-top:24px;margin-top:auto}
.cart-trust-signals{display:flex;gap:16px;margin-bottom:20px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:6px;font-size:12px;color:#666}
.trust-item svg{color:#10b981}
.cart-totals{margin-bottom:20px}
.cart-subtotal{font-size:18px;font-weight:600;margin-bottom:8px;text-align:right}
.cart-savings{text-align:right;color:#10b981}
.shipping-progress{margin-bottom:20px}
.progress-text{margin-bottom:8px;text-align:center}
.progress-bar{background:#f0f0f0;height:6px;border-radius:3px;overflow:hidden}
.progress-fill{background:linear-gradient(90deg,#10b981,#059669);height:100%;transition:width 0.3s ease}
.cart-actions{display:flex;flex-direction:column;gap:12px}
.checkout-button{display:flex;align-items:center;justify-content:center;gap:8px;background:var(--color-accent);color:#fff;padding:16px 24px;border-radius:8px;text-decoration:none;font-weight:600;font-size:16px;transition:all 0.2s ease}
.checkout-button:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px rgba(59,130,246,0.3)}
.continue-shopping-btn{background:transparent;border:1px solid #ddd;color:#666;padding:12px 24px;border-radius:8px;font-size:14px;cursor:pointer;transition:all 0.2s ease}
.continue-shopping-btn:hover{border-color:#007bff;color:#007bff}

/* Enhanced empty cart */
.cart-empty{text-align:center;padding:40px 20px;color:#666}
.cart-empty-icon{margin-bottom:24px;color:#ccc}
.cart-empty-icon svg{margin:0 auto;display:block}
.cart-empty-title{font-size:20px;font-weight:600;color:#333;margin:0 0 12px 0}
.cart-empty-message{font-size:14px;margin:0 0 32px 0;line-height:1.5}
.continue-shopping-button{display:inline-block;background:var(--color-accent);color:#fff;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:500;margin-bottom:40px;transition:all 0.2s ease}
.continue-shopping-button:hover{background:#2563eb;transform:translateY(-1px)}

/* Enhanced suggestions */
.cart-suggestions{margin-top:0;padding-top:24px;border-top:1px solid #eee}
.cart-suggestions h4{font-size:14px;font-weight:600;color:#333;margin:0 0 16px 0}
.suggestion-products{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:12px;margin-bottom:20px}
.suggestion-item{text-align:center;padding:12px;border:1px solid #eee;border-radius:8px;text-decoration:none;transition:all 0.2s ease}
.suggestion-item:hover{border-color:#007bff;transform:translateY(-2px)}
.suggestion-item img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:4px;margin-bottom:8px}
.suggestion-item .title{font-size:12px;color:#333;font-weight:500}
.suggestion-item .price{font-size:11px;color:#666;margin-top:4px}
.suggestion-links{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}
.suggestion-links a{color:var(--color-accent);text-decoration:none;font-size:13px;padding:6px 12px;border:1px solid var(--color-accent);border-radius:4px;transition:all 0.2s ease}
.suggestion-links a:hover{background:var(--color-accent);color:#fff}

/* New Cart Item Layout - No borders, clean layout */
.cart-items-list{display:flex;flex-direction:column;gap:20px;padding:0}
.cart-item{display:flex;align-items:flex-start;gap:16px;padding:0;background:transparent;border:none;border-radius:0;box-shadow:none;transition:none;position:relative}
.cart-item:hover{box-shadow:none;border-color:transparent}

/* Image column - left side, top aligned with title */
.cart-item-image{flex-shrink:0;width:80px;height:80px;border-radius:8px;overflow:hidden;background:#f8f9fa;position:relative;margin-top:0}
.cart-item-image img{width:100%;height:100%;object-fit:cover}
.cart-item-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:center;justify-content:center;color:#adb5bd;position:absolute;top:0;left:0}

/* Content column - right side with header, variant, price, footer */
.cart-item-content{flex:1;display:flex;flex-direction:column;margin-top:0}

/* Header row - title left, total right */
.cart-item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-top:0}
.cart-item-title{font-size:16px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.3;flex:1}
.cart-item-total{font-size:16px;font-weight:600;color:#1a1a1a;white-space:nowrap}

/* Variant info directly under title */
.cart-item-variant{font-size:14px;color:#666;margin:0;line-height:1.3}

/* Unit price in parentheses - only shown when quantity > 1 */
.cart-item-unit-price{font-size:14px;color:#666;margin:0;line-height:1.3;text-align:right}

/* Footer row - quantity controls left, remove button right */
.cart-item-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:8px}

/* Quantity controls */
.cart-item-quantity{display:flex;align-items:center;gap:0;border-radius:6px;overflow:hidden}
.qty-btn{background:#f8f9fa;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.2s ease;color:#666}
.qty-btn:hover{background:#e9ecef;color:#333}
.qty-btn:active{transform:scale(0.95)}
.qty-input{border:none;text-align:center;width:45px;height:32px;font-size:14px;font-weight:500;background:#fff;color:#333}

/* Remove button - text based */
.remove-item{background:none;border:none;color:#666;cursor:pointer;font-size:14px;padding:6px 12px;border-radius:4px;transition:all 0.2s ease;white-space:nowrap}
.remove-item:hover{background:#f8f9fa;color:#333}
.remove-item:active{transform:scale(0.95)}

/* Cart item removal animation */
.cart-item.removing{overflow:hidden}
.cart-item{transition:all 0.3s ease-out}

/* Empty cart state */
.cart-empty-state{text-align:center;padding:40px 20px;color:#666}
.cart-empty-state p{margin:0;font-size:16px}
.qty-input{border:none;text-align:center;width:40px;padding:8px 4px;font-size:14px;font-weight:500;background:transparent}
.qty-input:focus{outline:none;background:#f8f9fa}

/* Hide spinner controls on quantity inputs */
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
/* Cart item header with title and remove button */
.cart-item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 4px;
}

.cart-item-header .cart-item-title {
  margin: 0;
  flex: 1;
}

.cart-item-remove{background:none;border:none;color:#999;cursor:pointer;padding:4px;border-radius:4px;transition:all 0.2s ease;flex-shrink:0}
.cart-item-remove:hover{color:#ef4444;background:#fef2f2}
.cart-item-remove svg{width:14px;height:14px}

/* Cart toast notifications */
.cart-toast{animation:slideInFromRight 0.3s ease-out}
@keyframes slideInFromRight{from{transform:translateX(100%)}to{transform:translateX(0)}}

/* Cart opening animation */
.cart-opening-animation {
  animation: cartSlideIn 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

@keyframes cartSlideIn {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Mobile responsive cart */
@media (max-width: 480px) {
  .cart-drawer {
    width: 100vw;
    right: 0;
  }
  
  .cart-inner {
    padding: 20px 16px;
  }
  
  .cart-drawer h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .cart-trust-signals {
    flex-direction: column;
    gap: 8px;
  }
  
  .trust-item {
    font-size: 11px;
  }
  
  /* Mobile cart items */
  .cart-item {
    flex-wrap: wrap;
    gap: 8px;
  }

  .cart-item-image {
    width: 50px;
    height: 50px;
  }

  .cart-item-details {
    flex: 1;
    min-width: 120px;
  }

  .cart-item-title {
    font-size: 13px;
    line-height: 1.2;
  }

  /* Keep quantity controls consistent with desktop on mobile */
  .cart-item-quantity,
  .cart-item-controls {
    margin-top: 8px;
    /* Use the same flex layout as desktop but add margin for mobile spacing */
    display: flex;
    align-items: center;
    gap: 0;
  }

  /* Ensure SVG icons are visible on mobile */
  .qty-btn svg {
    width: 12px;
    height: 12px;
    display: block;
  }

  /* Make sure input is properly sized and visible */
  .qty-input {
    width: 40px;
    height: 32px;
    font-size: 14px;
    text-align: center;
    border: none;
    background: #fff;
    color: #333;
  }

  /* Ensure cart drawer quantity controls work properly on mobile */
  .quantity-controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #f8f8f8;
    border-radius: 6px;
    padding: 0.25rem;
  }

  .qty-decrease,
  .qty-increase {
    width: 32px;
    height: 32px;
    border: none;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #333;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }

  .qty-decrease:hover,
  .qty-increase:hover {
    background: #f0f0f0;
    transform: translateY(-1px);
  }

  .quantity {
    font-weight: 600;
    min-width: 20px;
    text-align: center;
    color: #333;
  }

  .cart-item-remove {
    position: static;
    margin-left: auto;
    margin-top: 8px;
  }
}

/* Cart drawer quantity controls (base styles) */
.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 0;
  background: #f8f8f8;
  border-radius: 6px;
  padding: 2px;
  border: 1px solid #e0e0e0;
}

.qty-decrease,
.qty-increase {
  width: 36px;
  height: 36px;
  border: none;
  background: white;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #333;
  font-size: 18px;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.qty-decrease:hover,
.qty-increase:hover {
  background: #f0f0f0;
  transform: translateY(-1px);
}

.quantity {
  font-weight: 600;
  min-width: 28px;
  text-align: center;
  color: #333;
  font-size: 15px;
}

.cart-item{display:flex;justify-content:space-between;align-items:flex-start;padding:15px 0;border-bottom:1px solid #f1f1f1}
.cart-item:last-child{border-bottom:none}
.cart-item-title{flex:1;font-weight:500;color:#333;margin-right:10px}
.cart-item-qty{display:flex;gap:8px;align-items:center}
.qty-button{background:#f5f5f5;border:1px solid #ddd;padding:6px 10px;border-radius:4px;cursor:pointer;font-weight:500}
.qty-button:hover{background:#eee}
.remove-button{background:transparent;border:none;color:#dc2626;cursor:pointer;padding:4px 8px;border-radius:4px;font-size:14px}
.remove-button:hover{background:#fee2e2;color:#991b1b}

/* visually hidden for assistive tech */
.visually-hidden{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}

/* simple fade/slide animations */
.fade-in{animation:fadeIn .18s ease-out}
.slide-in-right{animation:slideIn .18s ease-out}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes slideIn{from{transform:translateX(8px);opacity:0}to{transform:translateX(0);opacity:1}}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
	.modal, .modal-inner, .cart-drawer, .fade-in, .slide-in-right, .cart-item-added, .cart-item-removed {
		transition: none !important;
		animation: none !important;
	}
}

/* quickview carousel */
.quickview-media img{max-width:100%;height:auto;display:block}

/* thumbnail strip under quickview media */
.quickview-thumbs{display:flex;flex-direction:column;gap:8px;margin-top:12px;max-height:300px;overflow-y:auto}
.quickview-thumbs button{border:1px solid #e6e6e6;background:#fff;padding:4px;border-radius:6px}
.quickview-thumbs img{width:80px;height:80px;object-fit:cover;border-radius:4px}

/* cart item add/remove animations */
.cart-item-added{animation:cartItemAdd .28s ease-out}
.cart-item-removed{animation:cartItemRemove .28s ease-out}
@keyframes cartItemAdd{from{transform:translateY(-6px);opacity:0}to{transform:none;opacity:1}}
@keyframes cartItemRemove{from{opacity:1}to{opacity:0;transform:scale(.98)}}

/* announcer visible for debugging (keeps visually-hidden accessible) */
.visually-hidden[aria-live]{border:0;padding:0;margin:0}

/* --- design-mockup styles appended --- */
:root{
	--bg: #FFFFFF;
	--surface: #FFFFFF;
	--muted: #6B7280;
	--muted-2: #A3B0C3;
	--text: #0B1B2B;
	--accent: #0B69FF;
	--accent-2: #7C4DFF;
	--radius: 10px;
	--container: 1100px;
	--shadow: 0 6px 18px rgba(11,27,43,0.08);
	--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
/* Section tint tokens (Option 2)
	 - pale tints derived from the primary accents for subtle separation */
:root{
	--tint-1: rgba(11,105,255,0.05); /* legacy tint (not used in Option 3) */
	--tint-2: rgba(124,77,255,0.04);
	--tint-3: rgba(11,27,43,0.06);
	--divider: rgba(11,27,43,0.06);
	--surface-elev: rgba(11,27,43,0.02);
	/* Option 3 gradients */
	/* reduce the visual weight of black in gradients (smaller stop) and desaturate purple for contrast */
	/* re-saturate black to improve heading and CTA contrast */
	--hero-gradient: linear-gradient(135deg, rgba(0,0,0,0.92) 8%, rgba(108,77,196,0.95) 62%);
	--footer-gradient: linear-gradient(135deg, rgba(108,77,196,0.95) 12%, rgba(0,0,0,0.92) 72%);
	--black: #000000;
}

*{box-sizing:border-box}
body{font-family:var(--font-sans);color:var(--text);background:linear-gradient(180deg,#fafafa, #fff);margin:0;line-height:1.4}
.container{max-width:var(--container);margin:0 auto;padding:0 20px}

.announcement-bar{
	background: var(--announcement-bg, var(--site-header-bg, var(--surface)));
	color: var(--announcement-fg, var(--text));
	padding:8px 0;
}
.announcement-inner{display:flex;align-items:center;justify-content:space-between;gap:12px}
.announcement-message{margin:0;font-weight:600;color:inherit}
.announcement-message strong{
	/* neutral pill for light background */
	background: rgba(11,27,43,0.06);
	padding:4px 10px;border-radius:8px;color:inherit;font-weight:700;
}

/* ensure readable defaults when no custom colors are set */
.announcement-bar.announcement--mockup{
	background: var(--surface);
	color: var(--text);
}
.announcement-bar.announcement--mockup .announcement-message strong{background: rgba(11,27,43,0.06); color: inherit}

/* default announcement gradient: subtle sheen/purple cast while staying dark */
:root{
	/* announcement bar gradient: purple -> deep indigo */
	--announcement-gradient: linear-gradient(90deg, #7C4DFF 0%, #2B1B6F 100%);
}

/* Header */
.site-header{background:var(--site-header-bg, transparent); --site-header-bg: transparent; position:sticky;top:0;z-index:40;padding:18px 0}
.header-inner{display:flex;align-items:center;gap:20px}
.logo{font-weight:700;font-size:20px;color:var(--accent)}
.nav{margin-left:20px;flex:1}
.nav a{margin-right:18px;color:var(--muted);text-decoration:none}
.actions{display:flex;gap:8px}
.icon-btn{background:transparent;border:1px solid rgba(15,23,42,0.06);padding:8px;border-radius:8px;cursor:pointer}

/* Hero */
.hero{padding:48px 0}
.hero{background: var(--hero-gradient);color:white;padding:56px 0}
.hero-inner{display:flex;align-items:center;gap:48px}
/* subtle vignette overlay to harmonize photography and improve legibility */
.hero{position:relative;overflow:hidden}
.hero::after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse at center, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.06) 35%, rgba(0,0,0,0) 70%);mix-blend-mode:multiply}
.hero-copy{flex:1}
.hero h1{font-size:56px;margin:0 0 12px;line-height:1.04;font-weight:700}
.hero .lead{color:rgba(255,255,255,0.9);margin:0 0 18px;font-size:18px}
.hero-ctas{display:flex;gap:12px}
.btn{display:inline-block;padding:12px 18px;border-radius:8px;text-decoration:none;border:1px solid transparent;cursor:pointer}
.btn-primary{background:var(--accent);color:white}
.btn-ghost{background:transparent;border:1px solid rgba(15,23,42,0.06);color:var(--text)}
.hero .btn-primary{background: white; color: var(--accent-2);padding:14px 22px;border-radius:10px;font-weight:800;box-shadow:0 8px 24px rgba(11,27,43,0.18)}
.hero-visual{width:380px;height:240px;border-radius:16px;background:linear-gradient(135deg,#fff6f0,#f0f8ff);box-shadow:var(--shadow)}

/* Products */
.product-grid{padding:36px 0}
.product-grid h2{margin:0 0 18px}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}
.product-grid{
	/* keep vertical spacing but no divider under the hero */
	padding-top: 28px;
	margin-top: 28px;
	border-top: none;
}
.collections,
.testimonials,
.newsletter{
	border-top: 1px solid var(--divider);
	padding-top: 28px;
	margin-top: 28px;
}
.card{background:var(--surface);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column}
.card-media{height:180px;display:flex;align-items:flex-end;justify-content:flex-end;padding:12px;position:relative}
.card-media::after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(ellipse at center, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0) 50%);pointer-events:none}
.quickview-btn{background:rgba(255,255,255,0.95);border-radius:8px;padding:8px 10px;border:0;cursor:pointer}
.card-body{padding:12px}
.card-title{margin:0;font-size:16px}
.card-meta{color:var(--muted);font-size:14px}

/* Modal */
.modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .18s}
.modal.open{opacity:1;pointer-events:auto}
.modal-overlay{position:absolute;inset:0;background:rgba(10,14,20,0.5)}
.modal-panel{position:relative;background:white;border-radius:12px;box-shadow:0 20px 50px rgba(10,20,40,0.25);max-width:900px;width:90%;z-index:50;padding:18px}
.modal-close{position:absolute;right:12px;top:8px;border:0;background:transparent;font-size:22px;cursor:pointer}
.modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
.modal-media{height:320px;border-radius:8px}
.modal-body h3{margin:0 0 8px}
.price{font-weight:700;margin:0 0 12px}
.modal-actions{display:flex;gap:12px;margin-top:16px}

/* Responsive */
@media (max-width:820px){
	.hero-inner{flex-direction:column}
	.modal-grid{grid-template-columns:1fr}
}

/* Collections */
.collections{padding:36px 0}
.collections-grid{display:flex;gap:12px}
.collection-card{flex:1;background:var(--surface);padding:28px;border-radius:12px;text-align:center;text-decoration:none;color:var(--text);box-shadow:var(--shadow);border:1px solid rgba(11,27,43,0.04)}

/* Testimonials */
.testimonials{padding:36px 0}
.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.test{background:var(--surface);padding:18px;border-radius:10px;margin:0;color:var(--muted)}
.test cite{display:block;margin-top:8px;color:var(--text);font-weight:700}

/* Newsletter */
.newsletter{padding:36px 0}
.newsletter-inner{display:flex;align-items:center;justify-content:space-between;gap:18px}
.newsletter-form{display:flex;gap:10px}
.newsletter-form input{padding:12px;border-radius:8px;border:1px solid rgba(15,23,42,0.06)}

/* Footer */
.site-footer{background:var(--footer-gradient);color:#fff;padding:36px 0;margin-top:36px;position:relative;overflow:hidden}
.site-footer::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse at center, rgba(0,0,0,0.56) 0%, rgba(0,0,0,0.36) 45%, rgba(0,0,0,0.76) 100%);mix-blend-mode:multiply;opacity:0.95}
.footer-inner{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:18px;align-items:start;position:relative;z-index:1}
.footer-col h4{margin:0 0 8px;color:#ffffff;font-weight:600}
.footer-col ul{list-style:none;padding:0;margin:0}
.footer-col a{color:#ffffff;text-decoration:none;opacity:0.95}
.footer-col a:hover{text-decoration:underline;opacity:1}
.footer-bottom{padding:12px 0;border-top:1px solid rgba(255,255,255,0.06);margin-top:18px;position:relative;z-index:1}
.muted{color:rgba(255,255,255,0.92)}

@media (max-width:820px){
	.test-grid{grid-template-columns:1fr}
	.newsletter-inner{flex-direction:column;align-items:flex-start}
	.footer-inner{grid-template-columns:1fr 1fr}
}

/* --- end appended mockup styles --- */

/* Enhanced Mobile Navigation Styles */
.mobile-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100vh;
  background: white;
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  transition: left 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav.open,
.mobile-nav.active {
  left: 0;
}

.mobile-nav-header {
  padding: 24px 20px;
  border-bottom: 1px solid #eee;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: sticky;
  top: 0;
  z-index: 1;
}

.mobile-nav-title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #212529;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav > ul > li {
  border-bottom: 1px solid #f8f9fa;
}

.mobile-nav a {
  display: block;
  padding: 16px 20px;
  text-decoration: none;
  color: #495057;
  font-weight: 500;
  border-bottom: 1px solid #f8f9fa;
  transition: all 0.2s ease;
  position: relative;
  min-height: 48px;
  display: flex;
  align-items: center;
}

.mobile-nav a:hover,
.mobile-nav a:focus {
  background: #f8f9fa;
  color: #212529;
  transform: translateX(4px);
}

.mobile-nav a:active {
  background: #e9ecef;
  transform: translateX(2px);
}

/* Enhanced touch feedback */
.mobile-nav a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(90deg, var(--color-base-accent-1, #007bff) 0%, rgba(0, 123, 255, 0.1) 100%);
  transition: width 0.3s ease;
}

.mobile-nav a:hover::before,
.mobile-nav a:focus::before {
  width: 4px;
}

.mobile-nav a:active::before {
  width: 6px;
}

.mobile-nav a:hover,
.mobile-nav a:focus {
  background: linear-gradient(90deg, #f8f9fa 0%, transparent 100%);
  color: var(--color-accent, #3b82f6);
  transform: translateX(4px);
}

.mobile-nav .has-submenu {
  position: relative;
}

.mobile-nav .has-submenu > a {
  padding-right: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.submenu-toggle {
  background: none;
  border: none;
  padding: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  margin-left: auto;
  flex-shrink: 0;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  color: #6c757d;
}

.submenu-toggle:hover {
  background: #f8f9fa;
  color: var(--color-accent, #3b82f6);
}

.submenu-toggle.active {
  transform: rotate(180deg);
  background: var(--color-accent, #3b82f6);
  color: white;
}

.submenu {
  display: none;
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  border-top: 1px solid #e9ecef;
}

.submenu.active {
  display: block;
  animation: submenuSlideIn 0.3s ease-out;
}

@keyframes submenuSlideIn {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 300px;
  }
}

.submenu li {
  border-bottom: 1px solid #f1f3f4;
}

.submenu li:last-child {
  border-bottom: none;
}

.submenu a {
  padding: 12px 20px 12px 44px;
  font-size: 14px;
  color: #6c757d;
  font-weight: 400;
  position: relative;
}

.submenu a::before {
  content: '';
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #dee2e6;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.submenu a:hover {
  background: #ffffff;
  color: var(--color-accent, #3b82f6);
  padding-left: 48px;
}

.submenu a:hover::before {
  background: var(--color-accent, #3b82f6);
  transform: translateY(-50%) scale(1.5);
}

/* Enhanced Mobile nav overlay with backdrop blur */
.mobile-nav-overlay,
.mobile-nav-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-nav-overlay.active,
.mobile-nav-backdrop.active {
  opacity: 1;
  visibility: visible;
}

/* Enhanced Search overlay styles */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1001;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 10vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.search-overlay.open {
  opacity: 1;
  visibility: visible;
}

.search-overlay-content {
  background: white;
  padding: 40px;
  border-radius: 16px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.search-overlay.open .search-overlay-content {
  transform: translateY(0);
}

.search-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.search-form input {
  padding: 16px 20px;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  font-size: 18px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-form input:focus {
  border-color: var(--color-accent, #3b82f6);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.search-form button {
  padding: 16px 24px;
  background: var(--color-accent, #3b82f6);
  color: white;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s ease;
}

.search-form button:hover {
  background: #2563eb;
  transform: translateY(-1px);
}

/* Search suggestions */
.search-suggestions {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e7eb;
}

.trending-searches h4 {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.trending-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.trend-tag {
  background: #f3f4f6;
  border: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s ease;
}

.trend-tag:hover {
  background: var(--color-accent, #3b82f6);
  color: white;
  transform: translateY(-1px);
}

.search-form button:hover {
  background: #555;
}

/* ==========================================================================
   ENHANCED UI ANIMATIONS & INTERACTIONS
   ========================================================================== */

/* Enhanced Button Animations */
.btn, button, .button, input[type="submit"], .checkout-button, .continue-shopping-button {
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
}

.btn::before, button::before, .button::before, input[type="submit"]::before, 
.checkout-button::before, .continue-shopping-button::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  pointer-events: none;
}

.btn:active::before, button:active::before, .button:active::before, 
input[type="submit"]:active::before, .checkout-button:active::before, 
.continue-shopping-button:active::before {
  width: 300px;
  height: 300px;
}

.btn:hover, button:hover, .button:hover, input[type="submit"]:hover,
.checkout-button:hover, .continue-shopping-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.btn:active, button:active, .button:active, input[type="submit"]:active,
.checkout-button:active, .continue-shopping-button:active {
  transform: translateY(0);
  transition: transform 0.1s ease;
}

/* Enhanced Focus States */
.btn:focus, button:focus, .button:focus, input[type="submit"]:focus,
.checkout-button:focus, .continue-shopping-button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.4);
  transform: translateY(-1px);
}

/* Enhanced Add to Cart Button States */
.btn-adding {
  background-color: #6c757d !important;
  color: white !important;
  opacity: 0.8;
  cursor: not-allowed;
  transition: all 0.3s ease;
}

.btn-success {
  background-color: #28a745 !important;
  color: white !important;
  transition: all 0.3s ease;
}

.btn-error {
  background-color: #dc3545 !important;
  color: white !important;
  transition: all 0.3s ease;
}

/* Remove the old confusing loading animation for quick-add buttons */
form.quick-add-form .loading {
  position: static;
  pointer-events: auto;
  color: inherit !important;
}

form.quick-add-form .loading::after {
  display: none;
}

/* Smooth Loading States */
.loading {
  position: relative;
  pointer-events: none;
  color: transparent !important;
}

.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Enhanced Input Animations */
.form-input, input[type="text"], input[type="email"], input[type="search"], 
input[type="password"], textarea, select {
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid #e5e7eb;
  background: white;
}

.form-input:focus, input[type="text"]:focus, input[type="email"]:focus, 
input[type="search"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  transform: translateY(-1px);
  outline: none;
}

/* Micro-Interactions for Cards */
.product-card, .collection-card, .cart-item {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover, .collection-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

/* Page Transition Effects */
.page-transition {
  /* Removed layout-shifting animations that cause CLS issues */
  /* opacity: 0; */
  /* transform: translateY(20px); */
  /* animation: pageEnter 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards; */
  opacity: 1;
  transform: none;
}

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

/* Staggered Animation for Lists - Disabled to prevent CLS */
.stagger-animation > * {
  /* Removed layout-shifting animations that cause CLS issues */
  /* opacity: 0; */
  /* transform: translateY(20px); */
  /* animation: staggerIn 0.6s cubic-bezier(0.4, 0, 0.2, 1) forwards; */
  opacity: 1;
  transform: none;
}

.stagger-animation > *:nth-child(1) { animation-delay: 0.1s; }
.stagger-animation > *:nth-child(2) { animation-delay: 0.2s; }
.stagger-animation > *:nth-child(3) { animation-delay: 0.3s; }
.stagger-animation > *:nth-child(4) { animation-delay: 0.4s; }
.stagger-animation > *:nth-child(5) { animation-delay: 0.5s; }
.stagger-animation > *:nth-child(6) { animation-delay: 0.6s; }

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

/* Enhanced Navigation Hover Effects */
.nav-link {
  position: relative;
  overflow: hidden;
}

/* Enhanced nav link hover state with better performance */
.nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--nav-hover-color, #3b82f6), rgba(59, 130, 246, 0.6));
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: width;
}

.nav-link:hover::before,
.nav-link:focus::before {
  width: 100%;
}

/* Enhanced Mega Menu Link Animations */
.mega-menu-column a {
  position: relative;
  overflow: hidden;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, color;
}

.mega-menu-column a::before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: width;
}

.mega-menu-column a:hover::before,
.mega-menu-column a:focus::before {
  width: 100%;
}

.mega-menu-column a:hover,
.mega-menu-column a:focus {
  transform: translateX(4px);
  color: #007bff;
}

/* Toast Notifications */
.toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #10b981;
  color: white;
  padding: 16px 24px;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  transform: translateX(400px);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1100;
}

.toast.show {
  transform: translateX(0);
}

.toast.error {
  background: #ef4444;
}

.toast.warning {
  background: #f59e0b;
}

/* Skeleton Loading Animation */
.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Parallax Effect for Hero Sections */
.parallax {
  transform: translateZ(0);
  transition: transform 0.1s ease-out;
}

/* Image Lazy Loading Animation */
.lazy-image {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.lazy-image.loaded {
  opacity: 1;
}

/* Count-up Animation */
.count-up {
  display: inline-block;
  animation: countUp 2s ease-out;
}

@keyframes countUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Pulse Animation for Notifications */
.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* Shake Animation for Errors */
.shake {
  animation: shake 0.5s ease-in-out;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

/* Bounce Animation for Success States */
.bounce {
  animation: bounce 0.6s ease;
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% { transform: translateY(0); }
  40%, 43% { transform: translateY(-15px); }
  70% { transform: translateY(-7px); }
  90% { transform: translateY(-3px); }
}

/* Enhanced cart item remove button and additional styles */
.remove-item{background:rgba(255,87,87,0.1);border:1px solid rgba(255,87,87,0.2);border-radius:6px;padding:6px;cursor:pointer;transition:all 0.2s ease;color:#ff5757;display:flex;align-items:center;justify-content:center}
.remove-item:hover{background:rgba(255,87,87,0.15);border-color:rgba(255,87,87,0.3);transform:scale(1.05)}
.remove-item:active{transform:scale(0.95)}
.remove-item svg{width:14px;height:14px;fill:currentColor}

/* Enhanced typography overrides */
.cart-item-title{font-size:15px !important;font-weight:600 !important;color:#1a1a1a !important;margin:0 0 6px 0 !important;line-height:1.4 !important;letter-spacing:-0.01em !important}
.cart-item-variant{font-size:13px !important;color:#666 !important;margin:0 0 8px 0 !important;line-height:1.3 !important}

/* Enhanced loading states */
.cart-item.updating{opacity:0.7;pointer-events:none}
.cart-item.updating::after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid #f3f3f3;border-top:2px solid #333;border-radius:50%;animation:spin 1s linear infinite}

/* Additional animations */
@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes slideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
.cart-item{animation:slideIn 0.3s ease-out !important}

/* Responsive improvements */
@media(max-width:480px){
.cart-item{gap:12px}
.cart-item-image{width:70px;height:70px}
.cart-item-header{flex-direction:column;align-items:flex-start;gap:4px}
.cart-item-total{font-size:15px}
.cart-item-footer{flex-direction:column;align-items:stretch;gap:12px}

/* Fix cart drawer quantity controls for mobile */
.cart-item-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.quantity-controls {
  display: flex;
  align-items: center;
  gap: 0;
  background: #f8f8f8;
  border-radius: 6px;
  padding: 2px;
  border: 1px solid #e0e0e0;
}

.qty-decrease,
.qty-increase {
  width: 32px;
  height: 32px;
  border: none;
  background: white;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #333;
  font-size: 16px;
  transition: all 0.2s ease;
}

.qty-decrease:hover,
.qty-increase:hover {
  background: #f0f0f0;
}

.quantity {
  font-weight: 600;
  min-width: 24px;
  text-align: center;
  color: #333;
  padding: 0 8px;
  font-size: 14px;
}

/* Legacy cart page quantity controls (if they exist) */
.cart-item-quantity{width:auto;max-width:120px;align-self:flex-start}
.qty-btn{width:32px;height:32px}
.qty-input{width:40px;height:32px;font-size:14px}
.remove-item{text-align:center}
}

/* ===== CART DRAWER DESKTOP-ONLY STYLING ===== */
/* Cart drawer maintains consistent desktop appearance on all screen sizes */
.cart-drawer .quantity-controls,
.cart-drawer .cart-item-quantity {
  display: flex;
  align-items: center;
  gap: 0;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.cart-drawer .qty-btn,
.cart-drawer .qty-decrease,
.cart-drawer .qty-increase {
  background: #f8f9fa;
  border: none;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #666;
}

.cart-drawer .qty-btn:hover,
.cart-drawer .qty-decrease:hover,
.cart-drawer .qty-increase:hover {
  background: #e9ecef;
  color: #333;
}

.cart-drawer .qty-input,
.cart-drawer .quantity {
  border: none;
  text-align: center;
  width: 45px;
  height: 32px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
  color: #333;
}

/* ===== MOBILE EXPERIENCE OPTIMIZATION ===== */

/* Universal mobile form improvements */
@media (max-width: 750px) {
  /* Enhanced input touch targets */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  textarea,
  select {
    min-height: 48px !important;
    padding: 12px 16px !important;
    font-size: 16px !important; /* Prevent iOS zoom */
    border-radius: 8px !important;
    border: 2px solid #e1e5e9 !important;
    transition: all 0.2s ease !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }

  /* EXCEPTION: Cart quantity inputs should remain compact */
  .qty-input,
  .quantity__input,
  .quantity input[type="number"] {
    min-height: 32px !important;
    padding: 0 !important;
    font-size: 14px !important;
    border: none !important;
    border-radius: 0 !important;
    text-align: center !important;
    background: #fff !important;
    width: 40px !important;
    height: 32px !important;
    color: #333 !important;
    font-weight: 500 !important;
    -webkit-appearance: textfield !important;
    appearance: textfield !important;
  }
  
  /* Enhanced focus states for mobile */
  input:focus,
  textarea:focus,
  select:focus {
    outline: none !important;
    border-color: var(--color-base-accent-1, #007bff) !important;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1) !important;
    transform: scale(1.02) !important;
  }

  /* EXCEPTION: Cart quantity inputs focus should remain subtle */
  .qty-input:focus,
  .quantity__input:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    transform: none !important;
    background: #f8f9fa !important;
  }
  
  /* Better button touch targets */
  button,
  .btn,
  input[type="submit"],
  input[type="button"] {
    min-height: 48px !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    border-radius: 8px !important;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    position: relative !important;
    overflow: hidden !important;
  }

  /* FORCE: Cart drawer always uses desktop styling regardless of screen size */
  .cart-drawer .quantity-controls,
  .cart-drawer .cart-item-quantity {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background: #fff !important;
    width: auto !important;
    height: auto !important;
    max-width: none !important;
    min-width: auto !important;
    padding: 0 !important;
  }

  .cart-drawer .qty-btn,
  .cart-drawer .qty-decrease,
  .cart-drawer .qty-increase {
    background: #f8f9fa !important;
    border: none !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    color: #666 !important;
    font-size: 16px !important;
    padding: 0 !important;
    min-height: 32px !important;
    border-radius: 0 !important;
    flex-shrink: 0 !important;
  }

  .cart-drawer .qty-btn:hover,
  .cart-drawer .qty-decrease:hover,
  .cart-drawer .qty-increase:hover {
    background: #e9ecef !important;
    color: #333 !important;
  }

  .cart-drawer .qty-input,
  .cart-drawer .quantity {
    border: none !important;
    text-align: center !important;
    width: 45px !important;
    height: 32px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background: #fff !important;
    color: #333 !important;
    padding: 0 !important;
    min-height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* EXCEPTION: Cart quantity controls container should be compact */
  .cart-drawer .quantity-controls,
  .cart-drawer .cart-item-quantity,
  .cart-item .quantity-controls,
  .cart-item .cart-item-quantity,
  .quantity-controls,
  .cart-item-quantity {
    gap: 0 !important;
    padding: 0 !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 4px !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    height: 34px !important;
    width: 106px !important;
    max-width: 106px !important;
    min-width: 106px !important;
  }

  /* EXCEPTION: Cart quantity buttons should remain compact */
  .cart-drawer .qty-btn,
  .cart-drawer .qty-decrease,
  .cart-drawer .qty-increase,
  .cart-drawer .quantity__button,
  .cart-item .qty-btn,
  .cart-item .qty-decrease,
  .cart-item .qty-increase,
  .cart-item .quantity__button,
  .qty-btn,
  .qty-decrease,
  .qty-increase,
  .quantity__button {
    min-height: 32px !important;
    padding: 0 !important;
    font-size: 14px !important;
    border-radius: 0 !important;
    width: 32px !important;
    height: 32px !important;
    background: #f8f9fa !important;
    border: none !important;
    color: #666 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    flex-shrink: 0 !important;
  }

  .qty-btn:hover,
  .qty-decrease:hover,
  .qty-increase:hover,
  .quantity__button:hover {
    background: #e9ecef !important;
    color: #333 !important;
  }

  /* EXCEPTION: Cart quantity display span should remain visible */
  .quantity {
    font-weight: 600 !important;
    color: #333 !important;
    font-size: 14px !important;
    min-width: 40px !important;
    width: 40px !important;
    height: 32px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    background: #fff !important;
  }
  
  /* Tactile feedback for buttons */
  button:active,
  .btn:active,
  input[type="submit"]:active,
  input[type="button"]:active {
    transform: translateY(1px) scale(0.98) !important;
  }
  
  /* Ripple effect for buttons */
  button::before,
  .btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  
  button:active::before,
  .btn:active::before {
    width: 100px;
    height: 100px;
  }
  
  /* Enhanced mobile spacing */
  .form-group,
  .field {
    margin-bottom: 20px !important;
  }
  
  /* Better mobile typography */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2 !important;
  }
  
  /* Improved mobile link targets */
  a {
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    transition: all 0.2s ease !important;
  }
  
  a:active {
    transform: scale(0.98) !important;
    opacity: 0.8 !important;
  }
}

/* Enhanced mobile cart quantity controls */
@media (max-width: 750px) {
  /* EXCEPTION: Cart drawer maintains desktop sizing */
  .cart-drawer .quantity-selector,
  .cart-drawer .cart-item-quantity,
  .cart-drawer .qty-container {
    min-height: auto !important;
    height: auto !important;
    gap: 0 !important;
  }
  
  .qty-btn:not(.cart-drawer *):not(.cart-page *),
  .quantity-btn:not(.cart-drawer *):not(.cart-page *),
  button[class*="qty"]:not(.cart-drawer *):not(.cart-page *) {
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 8px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    border: 2px solid #e1e5e9 !important;
    background: white !important;
    color: #495057 !important;
  }
  
  /* EXCEPTION: Cart drawer buttons maintain desktop 32x32 sizing */
  .cart-drawer .qty-btn,
  .cart-drawer .quantity-btn,
  .cart-drawer button[class*="qty"] {
    min-width: 32px !important;
    width: 32px !important;
    min-height: 32px !important;
    height: 32px !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: normal !important;
    border: none !important;
    background: #f8f9fa !important;
    color: #666 !important;
  }
  
  /* EXCEPTION: Cart drawer product card buttons maintain desktop font size */
  .cart-drawer .product-card__actions button,
  .cart-drawer .product-card__actions .add-to-cart-button,
  .cart-drawer .add-to-cart-button,
  .cart-drawer button.add-to-cart-button,
  .cart-drawer .product-card button {
    font-size: 0.7rem !important;
    min-height: auto !important;
    padding: 8px 10px !important;
    line-height: 1.2 !important;
  }
  
  .qty-btn:active,
  .quantity-btn:active {
    transform: scale(0.9) !important;
    background: var(--color-base-accent-1, #007bff) !important;
    color: white !important;
    border-color: var(--color-base-accent-1, #007bff) !important;
  }
}

/* Mobile drawer and modal improvements */
@media (max-width: 750px) {
  .drawer,
  .modal,
  .cart-drawer,
  .mobile-nav {
    -webkit-backdrop-filter: blur(4px) !important;
    backdrop-filter: blur(4px) !important;
  }
  
  /* Cart drawer responsive width for small screens */
  .cart-drawer {
    width: 100vw !important;
    max-width: 380px !important;
  }
  
  /* Fix cart remove button layout on small screens */
  .cart-drawer .remove-button,
  .cart-drawer .remove-item {
    white-space: nowrap !important;
    overflow: visible !important;
    flex-shrink: 0 !important;
    min-width: auto !important;
    width: auto !important;
    text-overflow: clip !important;
  }
  
  /* Ensure cart item controls have proper layout */
  .cart-drawer .cart-item-controls {
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    align-items: flex-start !important;
    width: 100% !important;
  }
  
  .cart-drawer .cart-item-footer {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 8px !important;
  }
  
  /* Smooth mobile scrolling */
  .drawer,
  .modal,
  .cart-drawer {
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
  }
}

/* Extra small screen fixes for cart drawer */
@media (max-width: 400px) {
  .cart-drawer {
    width: 100vw !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: auto !important;
    transform: translateX(100%) !important;
  }
  
  .cart-drawer[aria-hidden="false"] {
    transform: translateX(0) !important;
  }
  
  /* Ensure remove button text is fully visible */
  .cart-drawer .remove-button {
    font-size: 12px !important;
    padding: 4px 8px !important;
    min-width: 60px !important;
  }
  
  .drawer,
  .modal,
  .cart-drawer {
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
  }
  
  /* Better mobile close buttons */
  .close,
  .modal-close,
  .drawer-close,
  .cart-close {
    min-width: 44px !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50% !important;
    transition: all 0.2s ease !important;
  }
  
  .close:active,
  .modal-close:active,
  .drawer-close:active,
  .cart-close:active {
    transform: scale(0.9) !important;
    background: rgba(0, 0, 0, 0.1) !important;
  }
}

/* Mobile swipe indicators */
@media (max-width: 750px) {
  .swipeable {
    position: relative;
  }
  
  .swipeable::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
  }
}

/* ===== ENHANCED MOBILE NAVIGATION ===== */

/* Enhanced Mobile Navigation with Swipe Support */
@media (max-width: 750px) {
  .mobile-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    max-width: 85vw;
    height: 100vh;
    background: var(--background, #ffffff);
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    z-index: 1001;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 0;
    will-change: transform;
  }

  .mobile-nav.active {
    transform: translateX(100%);
  }

  .mobile-nav-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    backdrop-filter: blur(2px);
  }

  .mobile-nav-backdrop.active {
    opacity: 1;
    visibility: visible;
  }

  /* Enhanced Mobile Menu Items */
  .mobile-nav .nav-item {
    border-bottom: 1px solid var(--border-color, #e0e0e0);
  }

  .mobile-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    color: var(--text-color, #333);
    text-decoration: none;
    font-size: 1.1rem;
    min-height: 48px; /* Touch target requirement */
    position: relative;
    transition: all 0.2s ease;
    font-weight: 500;
  }

  .mobile-nav .nav-link:hover,
  .mobile-nav .nav-link:focus {
    background: var(--accent-light, #f5f5f5);
    color: var(--primary-color, #007bff);
  }

  .mobile-nav .nav-link:active {
    background: var(--accent-medium, #e9ecef);
    transform: scale(0.98);
  }

  /* Enhanced Submenu Toggle */
  .mobile-nav .submenu-toggle {
    background: none;
    border: none;
    padding: 0.5rem;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    border-radius: 50%;
    transition: all 0.2s ease;
    color: var(--text-color, #666);
    flex-shrink: 0;
  }

  .mobile-nav .submenu-toggle:hover,
  .mobile-nav .submenu-toggle:focus {
    background: var(--accent-light, #f0f0f0);
    color: var(--primary-color, #007bff);
  }

  .mobile-nav .submenu-toggle:active {
    transform: scale(0.95);
    background: var(--accent-medium, #e0e0e0);
  }

  .mobile-nav .submenu-toggle svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
  }

  .mobile-nav .submenu-toggle.active svg {
    transform: rotate(180deg);
  }

  /* Enhanced Submenu */
  .mobile-nav .submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    background: var(--surface-light, #f8f9fa);
  }

  .mobile-nav .submenu.active {
    max-height: 500px; /* Adjust based on content */
  }

  .mobile-nav .submenu .nav-link {
    padding-left: 3rem;
    font-size: 1rem;
    border-bottom: 1px solid var(--border-light, #f0f0f0);
    font-weight: 400;
  }

  .mobile-nav .submenu .nav-link:last-child {
    border-bottom: none;
  }

  /* Mobile Header Search */
  .mobile-search {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--border-color, #e0e0e0);
  }

  .mobile-search input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid var(--border-color, #e0e0e0);
    border-radius: 25px;
    font-size: 1rem;
    background: var(--surface, #ffffff);
    transition: border-color 0.2s ease;
  }

  .mobile-search input:focus {
    outline: none;
    border-color: var(--primary-color, #007bff);
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
  }

  /* Mobile Menu Header */
  .mobile-nav-header {
    padding: 1rem 1.5rem;
    border-bottom: 2px solid var(--border-color, #e0e0e0);
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-nav-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-color, #333);
  }

  .mobile-nav-close {
    background: none;
    border: none;
    padding: 0.5rem;
    min-width: 44px;
    min-height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    color: var(--text-color, #666);
  }

  .mobile-nav-close:hover,
  .mobile-nav-close:focus {
    background: var(--accent-light, #f0f0f0);
    color: var(--primary-color, #007bff);
  }

  .mobile-nav-close:active {
    transform: scale(0.95);
    background: var(--accent-medium, #e0e0e0);
  }

  /* Swipe Indicator */
  .mobile-nav.active::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translateY(-50%);
    width: 3px;
    height: 60px;
    background: linear-gradient(
      to bottom,
      transparent,
      rgba(0, 123, 255, 0.3),
      rgba(0, 123, 255, 0.6),
      rgba(0, 123, 255, 0.3),
      transparent
    );
    border-radius: 0 2px 2px 0;
    pointer-events: none;
  }
}

/* Sticky Header Enhancement */
@media (max-width: 750px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
  }

  .header.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.98);
    border-bottom-color: var(--border-color, #e0e0e0);
  }

/* ===== ENHANCED FEATURED COLLECTION ===== */

.featured-collection {
  padding: 3rem 0;
  position: relative;
}

.featured-collection .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Section Header */
.section-header {
  margin-bottom: 3rem;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin: 0 0 1rem 0;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 1.125rem;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

/* Collection Controls */
.collection-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
}

/* Filter Controls */
.collection-filters {
  position: relative;
}

.filter-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: white;
  border: 2px solid #e9ecef;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  color: #333;
  transition: all 0.2s ease;
  min-height: 44px;
}

.filter-toggle:hover {
  border-color: #007bff;
  background: #f8f9fa;
}

.filter-toggle[aria-expanded="true"] {
  border-color: #007bff;
  background: #007bff;
  color: white;
}

.filter-toggle[aria-expanded="true"] .chevron {
  transform: rotate(180deg);
}

.filter-toggle .chevron {
  transition: transform 0.2s ease;
}

.filter-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  min-width: 280px;
  display: none;
  margin-top: 0.5rem;
}

.filter-group {
  margin-bottom: 1.5rem;
}

.filter-group:last-child {
  margin-bottom: 0;
}

.filter-group h4 {
  font-size: 0.875rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 0.75rem 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.filter-options {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.filter-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 6px;
  transition: background 0.2s ease;
  min-height: 36px;
}

.filter-option:hover {
  background: #f8f9fa;
}

.filter-option input[type="radio"] {
  margin: 0;
  accent-color: #007bff;
}

.filter-option span {
  flex: 1;
  font-size: 0.875rem;
  color: #333;
}

.filter-option .count {
  color: #666;
  font-size: 0.75rem;
  font-weight: 500;
}

/* Sort Controls */
.collection-sort {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.collection-sort label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #333;
  margin: 0;
}

.collection-sort select {
  background: white;
  border: 2px solid #e9ecef;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 0.875rem;
  color: #333;
  cursor: pointer;
  transition: border-color 0.2s ease;
  min-height: 44px;
  min-width: 160px;
}

.collection-sort select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

/* Layout Toggle */
.layout-toggle {
  display: flex;
  gap: 0.25rem;
  background: white;
  padding: 0.25rem;
  border-radius: 8px;
  border: 2px solid #e9ecef;
}

.layout-btn {
  background: none;
  border: none;
  padding: 0.5rem;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  color: #666;
  min-width: 40px;
  min-height: 40px;
}

.layout-btn:hover {
  background: #f8f9fa;
  color: #333;
}

.layout-btn.active {
  background: #007bff;
  color: white;
}

/* Product Grid */
.product-grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 3rem;
}

.product-grid.products-per-row-2 {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.product-grid.products-per-row-3 {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.product-grid.products-per-row-4 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.product-grid.products-per-row-5 {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.product-grid.products-per-row-6 {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

/* List Layout */
.product-grid[data-layout="list"] {
  grid-template-columns: 1fr;
  gap: 1rem;
}

.product-grid[data-layout="list"] .product-grid-item {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s ease;
}

.product-grid[data-layout="list"] .product-grid-item:hover {
  border-color: #007bff;
  box-shadow: 0 4px 20px rgba(0, 123, 255, 0.1);
}

/* Product Grid Item */
.product-grid-item {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.product-grid-item.product-reorder-animation {
  animation: productReorder 0.5s ease-out;
}

@keyframes productReorder {
  0% {
    transform: translateY(20px);
    opacity: 0.7;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Loading State */
.products-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  text-align: center;
}

.products-loading .loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f0f0f0;
  border-top: 3px solid #007bff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 1rem;
}

.products-loading p {
  color: #666;
  font-size: 0.875rem;
  margin: 0;
}

/* No Results State */
.no-results {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  text-align: center;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px dashed #e9ecef;
  margin: 2rem 0;
}

.no-results-content {
  max-width: 400px;
}

.no-results svg {
  opacity: 0.3;
  margin-bottom: 1.5rem;
  color: #666;
}

.no-results h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 0.5rem 0;
}

.no-results p {
  color: #666;
  margin: 0 0 2rem 0;
  font-size: 0.875rem;
}

.clear-filters-btn {
  background: #007bff;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  min-height: 44px;
}

.clear-filters-btn:hover {
  background: #0056b3;
  transform: translateY(-1px);
}

.clear-filters-btn:active {
  transform: translateY(0) scale(0.98);
}

/* Section Footer */
.section-footer {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid #e9ecef;
}

.collection-stats {
  margin-bottom: 1.5rem;
}

.products-shown {
  font-size: 0.875rem;
  color: #666;
  font-weight: 500;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  font-size: 1rem;
  min-height: 48px;
}

.btn-primary {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  color: white;
  box-shadow: 0 2px 8px rgba(0, 123, 255, 0.2);
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.btn-secondary {
  background: #6c757d;
  color: white;
}

.btn-secondary:hover {
  background: #545b62;
  transform: translateY(-1px);
}

.btn-outline {
  background: white;
  color: #007bff;
  border: 2px solid #007bff;
}

.btn-outline:hover {
  background: #007bff;
  color: white;
}

/* Placeholder Collection */
.placeholder-collection {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 2rem;
  text-align: center;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px dashed #e9ecef;
}

.placeholder-content {
  max-width: 400px;
}

.placeholder-content svg {
  opacity: 0.3;
  margin-bottom: 1.5rem;
  color: #666;
}

.placeholder-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 0.5rem 0;
}

.placeholder-content p {
  color: #666;
  margin: 0;
  font-size: 0.875rem;
}

/* Mobile Responsive */
@media (max-width: 750px) {
  .featured-collection {
    padding: 2rem 0;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .collection-controls {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .filter-dropdown {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90vw;
    max-width: 320px;
    max-height: 80vh;
    overflow-y: auto;
    z-index: 1000;
  }

  .filter-dropdown::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }

  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
  }

  .product-grid.products-per-row-2,
  .product-grid.products-per-row-3,
  .product-grid.products-per-row-4,
  .product-grid.products-per-row-5,
  .product-grid.products-per-row-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  .collection-sort select {
    min-width: 120px;
  }

  .layout-toggle {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .collection-controls {
    padding: 0.75rem;
  }

  .filter-toggle,
  .collection-sort select {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 750px) {
  /* Touch-friendly pagination dots */
  .pagination-dots button,
  .announcement-nav button {
    min-width: 44px !important;
    min-height: 44px !important;
    border-radius: 50% !important;
    transition: all 0.2s ease !important;
  }
  
  .pagination-dots button:active,
  .announcement-nav button:active {
    transform: scale(0.8) !important;
  }
}

/* Mobile-specific performance optimizations */
@media (max-width: 750px) {
  /* Better mobile scrolling */
  body {
    -webkit-overflow-scrolling: touch !important;
    scroll-behavior: smooth !important;
  }
  
  /* Optimize touch event handling */
  * {
    touch-action: manipulation !important;
  }
  
  /* Prevent text scaling in landscape */
  html {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
  }
}

/* FINAL OVERRIDE: Cart drawer product card buttons font size */
@media (max-width: 750px) {
  .cart-drawer .product-card__actions button,
  .cart-drawer .product-card__actions .add-to-cart-button,
  .cart-drawer .add-to-cart-button,
  .cart-drawer button.add-to-cart-button,
  .cart-drawer .product-card button,
  .cart-drawer button[class*="add-to-cart"] {
    font-size: 0.7rem !important;
    min-height: auto !important;
    padding: 8px 10px !important;
    line-height: 1.2 !important;
  }
}
