/** Shopify CDN: Minification failed

Line 507:0 Unexpected "{"
Line 507:1 Expected identifier but found "%"
Line 508:0 Unexpected "{"
Line 509:2 Expected identifier but found "\"name\""
Line 574:0 Unexpected "{"
Line 574:1 Expected identifier but found "%"

**/
/* ============================================
   Qmax-style Premium Theme Overrides
   ============================================ */

/* Typography - Clean & Airy */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  letter-spacing: -0.01em;
  color: #1a1a1a;
}

h1, h2, h3, .h1, .h2, .h3 {
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

h1 { font-size: 3.5rem; }
h2 { font-size: 2.2rem; margin-bottom: 1.5rem; }
h3 { font-size: 1.4rem; }

/* Header - Sticky + Transparent to Solid */
.announcement-bar {
  background: #000 !important;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.6rem;
  text-align: center;
  letter-spacing: 0.05em;
}

/* Hero Section - Full width, centered */
.hero-section {
  min-height: 85vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.hero-section h1 {
  font-size: 4rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.hero-section p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
}

.hero-section .button {
  background: #fff;
  color: #000;
  border: none;
  padding: 1rem 2.5rem;
  border-radius: 0;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  transition: opacity 0.2s;
  text-decoration: none;
  display: inline-block;
}

.hero-section .button:hover {
  opacity: 0.8;
  background: #fff;
  color: #000;
}

/* Trust Badges - Clean icon grid */
.trust-badges {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 3rem 1rem;
  background: #fafafa;
  text-align: center;
}

.trust-item {
  flex: 0 1 auto;
  min-width: 120px;
}

.trust-icon {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  opacity: 0.7;
}

.trust-title {
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.25rem;
}

.trust-text {
  font-size: 0.7rem;
  color: #666;
  letter-spacing: 0.02em;
}

/* Product Grid - Minimal, no borders */
.product-grid {
  gap: 2rem;
}

.product-card {
  background: transparent;
  text-align: center;
  transition: transform 0.2s ease;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-card img {
  border-radius: 0;
  background: #f5f5f5;
}

.product-title {
  font-weight: 400;
  font-size: 0.85rem;
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  letter-spacing: 0.02em;
}

.product-price {
  font-weight: 500;
  font-size: 0.9rem;
  color: #000;
}

.product-price s {
  color: #999;
  margin-left: 0.5rem;
  font-weight: 400;
}

/* Split Showcase - Image + Text side by side */
.split-showcase {
  display: flex;
  align-items: center;
  gap: 0;
}

.split-showcase__image {
  flex: 1;
}

.split-showcase__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.split-showcase__content {
  flex: 1;
  padding: 4rem;
  text-align: center;
}

.split-showcase__content h2,
.split-showcase__content h3 {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.split-showcase__content p {
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}

.split-showcase__content .button {
  background: #fff;
  color: #000;
  border: none;
  padding: 0.8rem 2rem;
  margin-top: 0.5rem;
  text-decoration: none;
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  transition: opacity 0.2s;
}

.split-showcase__content .button:hover {
  opacity: 0.8;
}

/* Make text white on dark background sections */
section .group h2,
section .group p,
.group h2,
.group p {
  color: #ffffff !important;
}

section .group .button-primary {
  background: #fff !important;
  color: #000 !important;
}

/* Collection Carousel - Clean titles */
.collection-card {
  text-align: center;
}

.collection-card h3 {
  font-size: 0.9rem;
  font-weight: 400;
  margin-top: 0.75rem;
  letter-spacing: 0.1em;
}

.collection-card img {
  transition: opacity 0.2s ease;
}

.collection-card:hover img {
  opacity: 0.85;
}

/* Footer - Clean columns */
.site-footer {
  background: #fafafa;
  padding: 3rem 2rem 2rem;
  margin-top: 3rem;
}

.footer-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}

.footer-column h4 {
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  color: #666;
}

.footer-column a {
  text-decoration: none;
  color: #666;
  transition: color 0.2s;
}

.footer-column a:hover {
  color: #000;
}

.payment-icons {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  justify-content: flex-start;
}

/* Buttons - Consistent style */
.button-primary, .button-secondary {
  background: #000;
  color: #fff;
  border: none;
  padding: 0.8rem 2rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: inline-block;
  transition: opacity 0.2s;
  cursor: pointer;
}

.button-primary:hover, .button-secondary:hover {
  opacity: 0.8;
  color: #fff;
  background: #000;
}

/* Cart count badge */
.cart-count {
  position: absolute;
  top: -8px;
  right: -12px;
  background: #000;
  color: #fff;
  font-size: 0.6rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================
   FIX: Only hide overlapping page titles
   ============================================ */

/* Hide only the page titles that overlap with header */
.collection-page h1:first-child,
.template-collection .page-width > h1,
.template-collection .collection-title,
.template-product .product__title h1,
.template-product .product-title--wrapper h1 {
  display: none !important;
}

/* DO NOT add extra padding to main content - let theme handle it */
main,
.main-content {
  padding-top: 0 !important;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  h1 { font-size: 2.2rem; }
  h2 { font-size: 1.6rem; }
  h3 { font-size: 1.2rem; }
  
  .hero-section { min-height: 60vh; }
  .hero-section h1 { font-size: 2.2rem; }
  .hero-section p { font-size: 0.9rem; }
  
  .trust-badges { 
    gap: 1.5rem; 
    flex-wrap: wrap;
    padding: 2rem 1rem;
  }
  
  .trust-item { 
    min-width: 100px;
  }
  
  .trust-icon { font-size: 1.5rem; }
  .trust-title { font-size: 0.7rem; }
  .trust-text { font-size: 0.6rem; }
  
  .split-showcase { 
    flex-direction: column; 
  }
  
  .split-showcase__content { 
    padding: 2rem;
  }
  
  .split-showcase__content h2,
  .split-showcase__content h3 { 
    font-size: 1.6rem;
  }
  
  .footer-grid { 
    flex-direction: column; 
    text-align: center;
  }
  
  .payment-icons {
    justify-content: center;
  }
}

/* Tablet adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .trust-badges {
    gap: 2rem;
  }
  
  .split-showcase__content {
    padding: 3rem;
  }
  
  .split-showcase__content h2,
  .split-showcase__content h3 {
    font-size: 1.8rem;
  }
}

/* Smooth scroll behavior */
html {
  scroll-behavior: smooth;
}

/* Image hover effects */
.product-card img,
.collection-card img {
  transition: transform 0.3s ease, opacity 0.2s ease;
}

.product-card:hover img {
  transform: scale(1.02);
}

/* Container max-width for better readability */
.page-width {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1200px) {
  .page-width {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* ============================================
   ABSOLUTE FIX: Remove Products heading
   ============================================ */

/* Hide EVERY h1 on collection pages */
body.template-collection h1 {
  display: none !important;
}

/* Hide any heading that appears before the main content */
body.template-collection [class*="title"],
body.template-collection [class*="hero"],
body.template-collection [class*="banner"],
body.template-collection [class*="header"]:not(.premium-header) {
  display: none !important;
}

/* Remove any text that says "Products" at the top */
body.template-collection .main-content > :first-child,
body.template-collection .page-width > :first-child,
body.template-collection .wrapper > :first-child,
body.template-collection .container > :first-child,
body.template-collection main > :first-child {
  display: none !important;
}

/* Specifically target the element by its content */
body.template-collection *:not(script):not(style):not(.premium-header *) {
  &:contains("Products") {
    display: none !important;
  }
}
/* ============================================
   ULTIMATE FIX: Remove Products heading
   ============================================ */

/* Hide EVERYTHING that contains "Products" text before the menu */
body.template-collection .shopify-section:first-child:not(:has(.premium-header)) {
  display: none !important;
}

/* Hide any element with these common collection classes */
.collection-hero,
.collection-hero--image,
.collection-hero__title-wrapper,
.collection-banner,
.collection-header,
.collection__title,
.collection__description {
  display: none !important;
}

/* Force hide ALL h1 on collection pages except in header */
body.template-collection h1:not(.premium-header h1):not(.logo h1) {
  display: none !important;
}

/* Hide the entire first section on collection pages */
body.template-collection #shopify-section-template--collection-header,
body.template-collection #shopify-section-template--main-collection-header,
body.template-collection [data-section-type="collection-header"],
body.template-collection [data-section-id*="collection-header"] {
  display: none !important;
}
{% schema %}
{
  "name": "Premium Header",
  "settings": [
    {
      "type": "checkbox",
      "id": "show_announcement",
      "label": "Show announcement bar",
      "default": true
    },
    {
      "type": "header",
      "content": "Announcement Messages (Carousel)"
    },
    {
      "type": "text",
      "id": "announcement_text_1",
      "label": "Message 1",
      "default": "FREE SHIPPING ON ORDERS OVER QAR 150"
    },
    {
      "type": "text",
      "id": "announcement_text_2",
      "label": "Message 2",
      "default": "15% OFF SITEWIDE | USE CODE: WELCOME15"
    },
    {
      "type": "text",
      "id": "announcement_text_3",
      "label": "Message 3",
      "default": "BUY 2 GET 1 FREE | LIMITED TIME"
    },
    {
      "type": "text",
      "id": "announcement_text_4",
      "label": "Message 4 (Optional)",
      "default": ""
    },
    {
      "type": "text",
      "id": "announcement_text_5",
      "label": "Message 5 (Optional)",
      "default": ""
    },
    {
      "type": "header",
      "content": "Logo & Menu"
    },
    {
      "type": "text",
      "id": "logo_text",
      "label": "Logo text",
      "default": "ZENIFIE"
    },
    {
      "type": "link_list",
      "id": "menu",
      "label": "Navigation menu",
      "default": "main-menu"
    }
  ],
  "presets": [
    {
      "name": "Premium Header"
    }
  ]
}
{% endschema %}
/* ============================================
   Fix content overlapping behind fixed header
   ============================================ */

/* Push all main content down below the fixed header */
body {
  padding-top: 0;
  margin-top: 0;
}

/* Target the main content area on all pages */
main,
.main-content,
#main-content,
.shopify-section:first-child,
.template-index main,
.template-collection main,
.template-product main,
.template-page main {
  padding-top: 130px !important;
}

/* For mobile screens */
@media (max-width: 768px) {
  main,
  .main-content,
  #main-content,
  .shopify-section:first-child {
    padding-top: 110px !important;
  }
}
/* Announcement Bar Component Styles */
announcement-bar-component {
  background: #0f2b3d;
  color: white;
  text-align: center;
  padding: 4px 20px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  min-height: 32px;
}

announcement-bar-component .nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 20px;
}

announcement-bar-component button {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  padding: 0;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}

announcement-bar-component button:hover {
  opacity: 1;
}

announcement-bar-component .announcement-messages {
  position: relative;
  overflow: hidden;
  min-width: 200px;
}

announcement-bar-component .announcement-message {
  display: none;
  text-align: center;
}

announcement-bar-component .announcement-message.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to { opacity: 1; transform: translateY(0); }
}

announcement-bar-component .close-btn {
  margin-left: auto;
  font-size: 14px;
  width: 26px;
  height: 26px;
}

announcement-bar-component.hide {
  display: none;
}

@media (max-width: 768px) {
  announcement-bar-component {
    padding: 3px 12px;
    font-size: 10px;
    min-height: 28px;
  }
  announcement-bar-component .nav-wrapper {
    gap: 10px;
  }
  announcement-bar-component button {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
  announcement-bar-component .announcement-messages {
    min-width: 150px;
  }
}
/* ============================================
   Fix content spacing with standalone announcement
   ============================================ */

/* Body padding to account for fixed announcement bar */
body {
  padding-top: 36px;
}

body.announcement-hidden {
  padding-top: 0;
}

/* Main content spacing */
main,
.main-content,
#main-content,
.template-index main,
.template-collection main,
.template-product main,
.template-page main {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Header position adjustment when announcement is visible */
.premium-header {
  top: 36px;
}

body.announcement-hidden .premium-header {
  top: 0;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  body {
    padding-top: 32px;
  }
  
  .premium-header {
    top: 32px;
  }
  
  body.announcement-hidden .premium-header {
    top: 0;
  }
}
/* ============================================
   Contact Bar - Desktop Only
   ============================================ */

.contact-bar {
  position: fixed;
  top: 36px;
  left: 0;
  width: 100%;
  background: #f5f5f5;
  color: #333;
  z-index: 9998;
  border-bottom: 1px solid #e0e0e0;
  display: block;
}

.contact-bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 8px 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.contact-icon {
  font-size: 14px;
}

.contact-text {
  font-weight: 500;
}

/* Hide contact bar on mobile and small screens */
@media (max-width: 768px) {
  .contact-bar {
    display: none !important;
  }
  
  /* Adjust header position when contact bar is hidden */
  .premium-header {
    top: 36px !important;
  }
}

/* Adjust header position when contact bar is visible on desktop */
@media (min-width: 769px) {
  .premium-header {
    top: 72px !important;
  }
  
  body {
    padding-top: 72px;
  }
}

/* When announcement bar is closed, adjust positions */
body.announcement-hidden .contact-bar {
  top: 0;
}

body.announcement-hidden .premium-header {
  top: 36px !important;
}

@media (min-width: 769px) {
  body.announcement-hidden .premium-header {
    top: 36px !important;
  }
  body.announcement-hidden {
    padding-top: 36px;
  }
}

@media (max-width: 768px) {
  body.announcement-hidden .premium-header {
    top: 0 !important;
  }
}
/* ============================================
   Body padding adjustments for new layout
   ============================================ */

/* Desktop: Blue bar (36px) + Contact bar (36px) + Search header (varies) */
body {
  padding-top: 108px;
}

body.announcement-hidden {
  padding-top: 72px;
}

@media (max-width: 768px) {
  body {
    padding-top: 32px;
  }
  body.announcement-hidden {
    padding-top: 0;
  }
}

/* Hide the old premium header completely */
.premium-header {
  display: none !important;
}
/* ============================================
   FIX: Product Images on Mobile Screens
   ============================================ */

@media (max-width: 768px) {
  /* Make product images fully visible */
  .product-media-container,
  .product__media-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }
  
  .product__media img,
  .product-media__image,
  .media img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    max-height: 400px !important;
  }
  
  /* Fix thumbnail gallery */
  .product__media-thumbnails {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 16px !important;
  }
  
  .thumbnail-list__item {
    width: 60px !important;
    height: 60px !important;
  }
  
  /* Fix main image slider */
  .slideshow-component {
    width: 100% !important;
  }
  
  .product__media-list {
    margin: 0 !important;
  }
  
  .product__media-item {
    width: 100% !important;
    text-align: center !important;
  }
}
/* ============================================
   COLLECTION PAGE - PRODUCT CARDS LIKE HOMEPAGE
   ============================================ */

/* Product card styling */
.product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* Product image */
.product-card .product-card-gallery {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

.product-card .product-card-gallery img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.product-card:hover .product-card-gallery img {
  transform: scale(1.05);
}

/* Product title */
.product-card .product-title {
  font-size: 0.9rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.4;
  padding: 12px 12px 4px 12px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 50px;
}

/* Product price */
.product-card .price {
  text-align: center;
  padding: 4px 12px 12px 12px;
}

.product-card .price .current-price {
  font-size: 1rem;
  font-weight: 700;
  color: #8A1538;
}

.product-card .price .original-price {
  font-size: 0.85rem;
  color: #999;
  text-decoration: line-through;
  margin-left: 8px;
}

/* Buy buttons */
.product-card .buy-buttons {
  padding: 0 12px 12px 12px;
  margin-top: auto;
}

.product-card .add-to-cart {
  width: 100%;
  background: #1a1a1a;
  color: white;
  border: none;
  padding: 10px 0;
  border-radius: 25px;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}

.product-card .add-to-cart:hover {
  background: #8A1538;
}

/* Product grid layout */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Responsive */
@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-card .product-card-gallery img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .product-card .product-card-gallery img {
    height: 180px;
  }
  .product-card .product-title {
    font-size: 0.8rem;
    min-height: 45px;
  }
  .product-card .price .current-price {
    font-size: 0.9rem;
  }
  .product-card .add-to-cart {
    padding: 8px 0;
    font-size: 0.7rem;
  }
}

@media (max-width: 480px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .product-card .product-card-gallery img {
    height: 150px;
  }
}
/* ============================================
   COMPACT PRODUCT CARDS LIKE HOMEPAGE
   ============================================ */

/* Product card - Compact height */
.product-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

/* Product image - Smaller height */
.product-card .product-card-gallery {
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card .product-card-gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
  padding: 12px;
}

.product-card:hover .product-card-gallery img {
  transform: scale(1.05);
}

/* Sale badge - Smaller */
.product-card .product-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #8A1538;
  color: white;
  padding: 3px 8px;
  border-radius: 20px;
  font-size: 10px;
  font-weight: 500;
  z-index: 2;
}

/* Product title - Compact */
.product-card .product-title {
  font-size: 0.8rem;
  font-weight: 500;
  color: #1a1a1a;
  line-height: 1.3;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 38px;
}

/* Product price - Compact */
.product-card .price {
  text-align: center;
}

.product-card .price .current-price {
  font-size: 0.9rem;
  font-weight: 700;
  color: #8A1538;
}

.product-card .price .original-price {
  font-size: 0.7rem;
  color: #999;
  text-decoration: line-through;
  margin-left: 6px;
}

/* Buttons - Like homepage (side by side) */
.product-card .buy-buttons {
  margin-top: auto;
  display: flex;
  gap: 8px;
  flex-direction: row;
}

.product-card .add-to-cart {
  flex: 1;
  background: #1a1a1a;
  color: white;
  border: none;
  padding: 8px 0;
  border-radius: 25px;
  font-size: 0.7rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  display: block;
}

.product-card .add-to-cart:hover {
  background: #8A1538;
}

/* Grid layout */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Responsive */
@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .product-card .product-card-gallery img {
    padding: 8px;
  }
  
  .product-card .product-title {
    font-size: 0.7rem;
    min-height: 35px;
  }
  
  .product-card .price .current-price {
    font-size: 0.8rem;
  }
  
  .product-card .add-to-cart {
    padding: 6px 0;
    font-size: 0.6rem;
  }
  
  .product-card .buy-buttons {
    gap: 5px;
  }
}

@media (max-width: 480px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  
  .product-card .product-card-gallery img {
    padding: 6px;
  }
}