.bg-secondary {
    background-color: #f0e8da;
}

/* Target your section */
.section-benefits .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}

/* Tablet */
@media (min-width: 640px) {
  .section-benefits .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktop → force 3 columns instead of 4 */
@media (min-width: 1024px) {
  .section-benefits .grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* =========================
   SECTION BACKGROUND
========================= */
.section-products {
  background-color: #F0E8DA;
}

/* =========================
   PRODUCT CARD
========================= */
.section-products [data-product-card] {
  background: #ffffff;
  border-radius: 14px;
  padding: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(94, 73, 86, 0.08);
}

.section-products [data-product-card]:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(94, 73, 86, 0.15);
}

/* =========================
   PRODUCT TITLE
========================= */
.section-products h3 a {
  color: #5E4956;
  transition: color 0.3s ease;
}

.section-products h3 a:hover {
  color: #55685A;
}

/* =========================
   PRICE
========================= */
.section-products .text-foreground {
  color: #5E4956 !important;
}

/* Old price */
.section-products .line-through {
  color: #999 !important;
}

/* Discount badge */
.section-products .bg-success\/20 {
  background-color: rgba(85, 104, 90, 0.15) !important;
}

.section-products .text-success {
  color: #55685A !important;
}

/* =========================
   ADD TO CART BUTTON
========================= */
.section-products .btn {
  background-color: #5E4956;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}

.section-products .btn:hover {
  background-color: #55685A;
  transform: translateY(-2px);
}

/* =========================
   WISHLIST BUTTON
========================= */
.section-products [data-wishlist-btn] {
  background: rgba(240, 232, 218, 0.8);
  color: #5E4956;
  backdrop-filter: blur(6px);
}

.section-products [data-wishlist-btn]:hover {
  background: #5E4956;
  color: #fff;
}

/* =========================
   BADGES (FREE SHIPPING ETC)
========================= */
.section-products .bg-\[\#E7FAF4\] {
  background-color: rgba(85, 104, 90, 0.1) !important;
}

.section-products .text-\[\#0DA072\] {
  color: #55685A !important;
}

/* =========================
   STARS
========================= */
.section-products .text-warning {
  color: #55685A !important;
}

.section-products .text-muted-foreground {
  color: #bbb !important;
}

/* =========================
   SECTION TITLE
========================= */
.section-products h2 {
  color: #5E4956;
}

/* =========================
   CAROUSEL SPACING FIX
========================= */
.products-embla__slide {
  padding: 8px;
}

.section-products a img {
  transition: transform 0.4s ease;
}

.section-products a:hover img {
  transform: scale(1.05);
}

/* Force white background */
section.section-benefits {
  background-color: #ffffff !important;
}




.bg-secondary {
    background-color: #f0e8da;
}

/* Target your section */
.section-benefits .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}

/* Tablet */
@media (min-width: 640px) {
  .section-benefits .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Desktop → force 3 columns instead of 4 */
@media (min-width: 1024px) {
  .section-benefits .grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* =========================
   SECTION BACKGROUND
========================= */
.section-products {
  background-color: #f0e8da00;
}

/* =========================
   PRODUCT CARD
========================= */
.section-products [data-product-card] {
  background: #ffffff;
  border-radius: 14px;
  padding: 12px;
  transition: all 0.3s ease;
  border: 1px solid rgba(94, 73, 86, 0.08);
}

.section-products [data-product-card]:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(94, 73, 86, 0.15);
}

/* =========================
   PRODUCT TITLE
========================= */
.section-products h3 a {
  color: #5E4956;
  transition: color 0.3s ease;
}

.section-products h3 a:hover {
  color: #55685A;
}

/* =========================
   PRICE
========================= */
.section-products .text-foreground {
  color: #5E4956 !important;
}

/* Old price */
.section-products .line-through {
  color: #999 !important;
}

/* Discount badge */
.section-products .bg-success\/20 {
  background-color: rgba(85, 104, 90, 0.15) !important;
}

.section-products .text-success {
  color: #55685A !important;
}

/* =========================
   ADD TO CART BUTTON
========================= */
.section-products .btn {
  background-color: #5E4956;
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}

.section-products .btn:hover {
  background-color: #55685A;
  transform: translateY(-2px);
}

/* =========================
   WISHLIST BUTTON
========================= */
.section-products [data-wishlist-btn] {
  background: rgba(240, 232, 218, 0.8);
  color: #5E4956;
  backdrop-filter: blur(6px);
}

.section-products [data-wishlist-btn]:hover {
  background: #5E4956;
  color: #fff;
}

/* =========================
   BADGES (FREE SHIPPING ETC)
========================= */
.section-products .bg-\[\#E7FAF4\] {
  background-color: rgba(85, 104, 90, 0.1) !important;
}

.section-products .text-\[\#0DA072\] {
  color: #55685A !important;
}

/* =========================
   STARS
========================= */
.section-products .text-warning {
  color: #55685A !important;
}

.section-products .text-muted-foreground {
  color: #bbb !important;
}

/* =========================
   SECTION TITLE
========================= */
.section-products h2 {
  color: #5E4956;
}

/* =========================
   CAROUSEL SPACING FIX
========================= */
.products-embla__slide {
  padding: 8px;
}

.section-products a img {
  transition: transform 0.4s ease;
}

.section-products a:hover img {
  transform: scale(1.05);
}

/* Force white background */
section.section-benefits {
  background-color: #ffffff !important;
}




/* ----------------------------------------------------------- 9) ANIMATIONS (INTRO LOADER)
----------------------------------------------------------- */
body::before {
    content: " ";
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 9998;
    opacity: 0;
    animation: intro 2s
}

body:after {
    z-index: 9999;
    position: fixed;
    content: "";
    background-image: url(https://i.postimg.cc/d1ZVKSPY/Untitled-design.png) !important;
    background-position: center;
    background-size: 100px;
    background-repeat: no-repeat;
    width: 0;
    transform: translate(50px, -50px);
    height: 100px;
    right: 50%;
    top: 50%;
    opacity: 0;
    visibility: visible !important;
    background-color: transparent !important;
    animation: intro_logo 1.5s
}

@keyframes intro {
    0% {
        width: 100%;
        opacity: 1
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 1
    }

    99% {
        width: 100%
    }

    100% {
        width: 0;
        opacity: 0;
        display: none
    }
}

@keyframes intro_logo {
    0% {
        width: 100px;
        opacity: .8
    }

    50% {
        opacity: .9
    }

    70% {
        opacity: 1
    }

    80% {
        opacity: 1
    }

    99% {
        width: 100px
    }

    100% {
        width: 0;
        opacity: 0;
        display: none
    }
}

/* Force larger logo everywhere */
/* Mobile */
@media (max-width: 768px) {
    img[alt="حواس العطور | perfume senses"] {
        height: 115px !important;
    }
}