.loyalty_button_footer {
  display: none !important;
}

.md\:py-4 {
  padding: 25px 30px;
}
.flex.flex-1.flex-col.gap-3 {
  padding: 0px 20px !important;
}
body > div.sticky.top-0.z-50 > header > nav > div > a > img {
  width: 150px;
  height: 50px;
  object-fit: cover;
}
#footer > div > div.grid.grid-cols-1.gap-8.md\:grid-cols-\[repeat\(auto-fit\,minmax\(250px\,1fr\)\)\] > div.space-y-4 > img {
  padding: 10px;
  background-color: #fff !important;
  border-radius: 5px;
  height: 60px;
  width: 170px;
}
.text-sm {font-size: 15px; font-weight: 600;}

@media (max-width: 767px) {
  .md\:py-4 {
  padding: 15px 20px;
}
body > div.sticky.top-0.z-50 > header > nav > div > a > img {
  width: 140px;
  height: 43px;
  object-fit: cover;
}
#footer > div > div.grid.grid-cols-1.gap-8.md\:grid-cols-\[repeat\(auto-fit\,minmax\(250px\,1fr\)\)\] > div.space-y-4 > img {
  padding: 10px;
  background-color: #fff !important;
  border-radius: 5px;
  height: 60px;
  width: 170px;
}
#main > section:nth-child(2) > div > div > div.group\/grid.grid.gap-x-4.gap-y-10.data-\[grid\=grid\]\:grid-cols-2.data-\[grid\=list\]\:grid-cols-1.data-\[grid\=grid\]\:lg\:grid-cols-5, #main > section:nth-child(7) > div > div > div.group\/grid.grid.gap-x-4.gap-y-10.data-\[grid\=grid\]\:grid-cols-2.data-\[grid\=list\]\:grid-cols-1.data-\[grid\=grid\]\:lg\:grid-cols-5, .data-\[grid\=one\]\:grid-cols-1[data-grid=one] {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  width: 100% !important;
}
#footer > div {padding: 30px 20px !important;}
.border-border-light.mt-6.border-t.pt-6 {padding: 15px 0px 0px 0px !important;}
.text-sm {font-size: 14px; font-weight: 500;}
.flex.flex-1.flex-col.gap-3 {padding: 0px 10px !important}
.qty-input-full {width: 60%;}
.flex.flex-col.gap-6 {margin-top: 40px;}
}
.products-embla__container, #main > section.px-4.py-6.md\:px-16.md\:py-16 > div > div > div.flex.items-center.justify-between {justify-content: center;}
.flex-col {justify-content: space-evenly;}
.product-details-column.flex.flex-col.gap-4 {justify-content: stretch !important;}
#main > section:nth-child(2) > div > div > div.group\/grid.grid.gap-x-4.gap-y-10.data-\[grid\=grid\]\:grid-cols-2.data-\[grid\=list\]\:grid-cols-1.data-\[grid\=grid\]\:lg\:grid-cols-5, #main > section:nth-child(7) > div > div > div.group\/grid.grid.gap-x-4.gap-y-10.data-\[grid\=grid\]\:grid-cols-2.data-\[grid\=list\]\:grid-cols-1.data-\[grid\=grid\]\:lg\:grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
  margin: auto;
}
.data-\[grid\=four\]\:lg\:grid-cols-4[data-grid=four] {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}

.products-embla__slide {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 5px;
  padding-inline-start: 0px !important;
  border-radius: 8px;
}
.group.relative.flex.h-full.flex-col.gap-4 {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding-inline-start: 0px !important;
  border-radius: 8px;
}

.h-full.object-cover.w-full.object-center {border-radius: 8px 8px 0px 0px;}
.flex.flex-col.gap-1, .flex.flex-1.flex-col.gap-3, .flex.flex-col.gap-2 {text-align: center;}

.flex.flex-1.flex-col.gap-3::after {
    content: "" !important;
    display: block !important;
    width: 80% !important;
    height: 50px !important;
    background-image: url(https://wasmenia.com/_next/image?url=https%3A%2F%2Fstrapi.wasmenia.com%2Fuploads%2FTabby_01_3ce74f978f.svg&w=828&q=75), url(https://wasmenia.com/_next/image?url=https%3A%2F%2Fstrapi.wasmenia.com%2Fuploads%2FTamara_a1861515f7.svg&w=828&q=75) !important;
    background-size: 48% auto, 48% auto !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: left center, right center !important;
    flex-shrink: 0 !important;
    align-self: center;
    margin-bottom: -15px;
    margin-top: -10px;
}

.flex.flex-wrap.items-center.gap-2 {align-self: center;}
.btn-outlined {
    color: #ffffff;
    background-color: #bc282e;
    border: 1px solid #bc282e;
    border-radius: 0px 0px 15px 15px;
   padding: 22px !important;
    height: 0px !important;
}

/* Quick view */
/* Add Quick View Eye Icon before Add to Cart label */
[data-add-to-cart] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Use pseudo-element for the icon */
[data-add-to-cart]::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background-image: url('https://img.icons8.com/ios7/512w/FFFFFF/visible--v2.png'); /* replace with your eye icon URL */
    background-size: contain;
    background-repeat: no-repeat;
}

/* Optional: adjust button padding to fit icon nicely */
[data-add-to-cart] {
    padding-left: 12px;
}

/* Testimonial */
.embla__slide.h-auto {
  background-color: #514368 !important;
  color: #fff;
  margin: 0px 15px 0px 5px;
  border-radius: 8px;
  padding: 15px;
}
.border-accent.bg-secondary.flex.h-full.flex-col.rounded.border.p-6 {
  background-color: #514368 !important;
  padding: 20px;
  border: 3px solid #fff;
  border-radius: 5px;
}
.text-base, div:nth-child(1) > article > h3, div:nth-child(2) > article > h3, div:nth-child(3) > article > h3, div:nth-child(4) > article > h3, div:nth-child(5) > article > h3, div:nth-child(6) > article > h3, div:nth-child(7) > article > h3, div:nth-child(8) > article > h3 {color: #fff !important;}
.border-border-light.mt-6.border-t.pt-6 {
    background-color: #fff;
    padding-bottom: 20px;
    border-radius: 43px;
}
#footer > div {padding: 30px 70px;}
#footer {
  background-color: #BC282E !important;
  padding: 0 !important;}
.md\:py-16 {padding-block: 0px !important;}
#main > section:nth-child(8) > div > div, #main > section:nth-child(4) > div > div, #main > section:nth-child(2) > div > div, #main > section:nth-child(3) > div > div, #main > section:nth-child(5),
#main > section:nth-child(6), #main > section:nth-child(7), #main > section:nth-child(8), #main > section:nth-child(9), #main > section:nth-child(10), #main > section:nth-child(11){
  margin-top: 60px;
}

div.space-y-4 > h3, div:nth-child(2) > h3, div:nth-child(3) > div > h3, div.space-y-4 > div > a:nth-child(1), div.space-y-4 > div > a:nth-child(2), div.space-y-4 > div > a:nth-child(3) {color: #fff;}
/* Remove rating stars from specific footer headings */

#footer > div > div.grid.grid-cols-1.gap-8.md\:grid-cols-\[repeat\(auto-fit\,minmax\(250px\,1fr\)\)\] 
> div.space-y-4 > h3::after,

#footer > div > div.grid.grid-cols-1.gap-8.md\:grid-cols-\[repeat\(auto-fit\,minmax\(250px\,1fr\)\)\] 
> div:nth-child(2) > h3::after,

div:nth-child(2) > ul > li:nth-child(1) > a, div:nth-child(2) > ul > li:nth-child(2) > a, div:nth-child(2) > ul > li:nth-child(3) > a, div:nth-child(2) > ul > li:nth-child(4) > a, div:nth-child(3) > div > ul > li:nth-child(1) > a, div:nth-child(3) > div > ul > li:nth-child(2) > a, div:nth-child(3) > div > ul > li:nth-child(1) > div > svg, div:nth-child(3) > div > ul > li:nth-child(2) > div > svg {color: #fff;}
.badge-filled {background-color: #c02226; color: #fff;}

div.sticky.top-0.z-50 > header > nav > div > ul > li:nth-child(1) > a, div.sticky.top-0.z-50 > header > nav > div > ul > li:nth-child(2) > a, div.sticky.top-0.z-50 > header > nav > div > ul > li:nth-child(3) > a, div.sticky.top-0.z-50 > header > nav > div > ul > li:nth-child(4) > a {
  color: #000;
}

/* Add stars ONLY inside product cards */
.group.relative.flex.h-full.flex-col 
.text-foreground.text-sm.font-medium::after {

  content: "★★★★★";
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  margin-top: 6px;
  color: #FFD700;
}

/* Mobile menu icons */
#mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(2), #mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(3), #mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(4), #mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(5), #mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(6), #mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(7), #mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(8), #mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(9), #mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(10), #mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(11) {
    display: flex;
    align-items: center;
    gap: 8px;
}
/* 1st menu icon */
#mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(1)::before {
    content: "";
    display: inline-block;
    width: 20px;   /* adjust size */
    height: 20px;  /* adjust size */
    background-image: url("https://thumbs.dreamstime.com/b/saffron-icon-vector-illustration-isolated-white-background-saffron-icon-vector-illustration-111632786.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: -05px;
}
/* 2nd menu icon */
#mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(2)::before {
    content: "";
    display: inline-block;
    width: 18px;   /* adjust size */
    height: 18px;  /* adjust size */
    background-image: url("https://media.zid.store/3d4316aa-d229-406b-850e-2dcfd89814ea/917be461-7586-4e56-9cdf-c2d0288ea621.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 3rd menu icon */
#mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(3)::before {
    content: "";
    display: inline-block;
    width: 18px;   /* adjust size */
    height: 18px;  /* adjust size */
    background-image: url("https://media.zid.store/3d4316aa-d229-406b-850e-2dcfd89814ea/b60f5cf2-165e-42a8-8f57-7f872ee5a7ba.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 4th menu icon */
#mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(4)::before {
    content: "";
    display: inline-block;
    width: 18px;   /* adjust size */
    height: 18px;  /* adjust size */
    background-image: url("https://media.zid.store/3d4316aa-d229-406b-850e-2dcfd89814ea/b60f5cf2-165e-42a8-8f57-7f872ee5a7ba.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 5th menu icon */
#mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(5)::before {
    content: "";
    display: inline-block;
    width: 18px;   /* adjust size */
    height: 18px;  /* adjust size */
    background-image: url("https://media.zid.store/3d4316aa-d229-406b-850e-2dcfd89814ea/b60f5cf2-165e-42a8-8f57-7f872ee5a7ba.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 6th menu icon */
#mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(6)::before {
    content: "";
    display: inline-block;
    width: 18px;   /* adjust size */
    height: 18px;  /* adjust size */
    background-image: url("https://media.zid.store/3d4316aa-d229-406b-850e-2dcfd89814ea/b60f5cf2-165e-42a8-8f57-7f872ee5a7ba.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 7th menu icon */
#mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(7)::before {
    content: "";
    display: inline-block;
    width: 18px;   /* adjust size */
    height: 18px;  /* adjust size */
    background-image: url("https://media.zid.store/3d4316aa-d229-406b-850e-2dcfd89814ea/89540c6a-299b-4210-8a5f-20a3167123e4.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 8th menu icon */
#mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(8)::before {
    content: "";
    display: inline-block;
    width: 18px;   /* adjust size */
    height: 18px;  /* adjust size */
    background-image: url("https://media.zid.store/3d4316aa-d229-406b-850e-2dcfd89814ea/89540c6a-299b-4210-8a5f-20a3167123e4.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 9th menu icon */
#mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(9)::before {
    content: "";
    display: inline-block;
    width: 18px;   /* adjust size */
    height: 18px;  /* adjust size */
    background-image: url("https://media.zid.store/3d4316aa-d229-406b-850e-2dcfd89814ea/49a6fb66-8c3b-46bd-9c37-150bd843d1ba.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 10th menu icon */
#mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(10)::before {
    content: "";
    display: inline-block;
    width: 18px;   /* adjust size */
    height: 18px;  /* adjust size */
    background-image: url("https://media.zid.store/3d4316aa-d229-406b-850e-2dcfd89814ea/b8a28c6f-673c-4351-b3ff-56031a07ab19.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* 11th menu icon */
#mobile-drawer > div > el-dialog-panel > div > div > div:nth-child(1) > a:nth-child(11)::before {
    content: "";
    display: inline-block;
    width: 18px;   /* adjust size */
    height: 18px;  /* adjust size */
    background-image: url("https://media.zid.store/3d4316aa-d229-406b-850e-2dcfd89814ea/b60f5cf2-165e-42a8-8f57-7f872ee5a7ba.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Hide Arabic Dirham symbol */
html[lang="ar"] .price::after,
html[dir="rtl"] .price::after {
    content: " AED" !important;
}

html[lang="ar"] .price {
    font-size: 0;
}

html[lang="ar"] .price * {
    font-size: 16px;
}

/* CAROUSAL SLIDE CSS */
/* .products-embla__container {
  transform: translate3d(-200px, 0px, 0px) !important;
} */
.products-embla__slide {
    transform: translate3d(-100px, 0px, 0px) !important;
}