custom-salla-product-card.product-entry {
  background: #FFFFFF !important;
  border: 1px solid rgba(192, 83, 106, 0.16) !important;
  border-radius: 24px !important;
  box-shadow: 0 12px 30px rgba(84, 44, 54, 0.08) !important;
}


/* FORCE ADD TO CART BUTTON TO BE ROUNDED */

.product_addCart_mob,
.product_addCart_mob salla-add-product-button,
.product_addCart_mob salla-add-product-button > div,
.product_addCart_mob salla-button,
.product_addCart_mob .s-button-element,
.product_addCart_mob .s-button-btn,
.product_addCart_mob .s-button-wide,
.product_addCart_mob .s-button-primary {
  border-radius: 999px !important;
}

/* Actual button */
.product_addCart_mob .s-button-element {
  background: #C0536A !important;
  border: 1px solid #C0536A !important;
  color: #FFFFFF !important;

  min-height: 42px !important;

  overflow: hidden !important;

  box-shadow: 0 8px 20px rgba(192, 83, 106, 0.20) !important;
}

/* Text + cart icon */
.product_addCart_mob .s-button-text,
.product_addCart_mob .s-button-text *,
.product_addCart_mob i {
  color: #FFFFFF !important;
}

/* Override the theme's animated background */
.product_addCart_mob .btn--add-to-cart::before,
.product_addCart_mob .btn--add-to-cart::after,
.product_addCart_mob salla-add-product-button::before,
.product_addCart_mob salla-add-product-button::after,
.product_addCart_mob .s-button-element::before,
.product_addCart_mob .s-button-element::after {
  border-radius: 999px !important;
}

/* Hover */
.product_addCart_mob .s-button-element:hover {
  
  background: #A86B7A !important;
  border-color: #A86B7A !important;

  transform: translateY(-2px);

  box-shadow: 0 11px 25px rgba(168, 107, 122, 0.26) !important;
}

/* Rounded enhanced product banner */

.s-block--enhanced-products-slider .group.relative {
  border-radius: 35px !important;
  overflow: hidden !important;
}

.s-block--enhanced-products-slider .lazy__bg {
  border-radius: 35px !important;
}

.s-block--enhanced-products-slider .saji-enhanced-products__content {
  border-radius: 35px !important;
}


.lazy__bg:after{
  background-color: rgba(0, 0, 0, 0) !important;
}



/* =========================================================
   CIMILRE TESTIMONIAL CARDS
   ========================================================= */

/* Card */
.saji-testimonials__card {
  position: relative !important;
  overflow: visible !important;

  background:
    linear-gradient(
      145deg,
      #FFFFFF 0%,
      #F7E9E9 100%
    ) !important;

  border: 1px solid rgba(192, 83, 106, 0.18) !important;
  border-radius: 24px !important;

  box-shadow:
    0 10px 28px rgba(84, 44, 54, 0.08) !important;

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease !important;
}


/* Hover */
.saji-testimonials__card:hover {
  transform: translateY(-6px) !important;

  border-color: rgba(192, 83, 106, 0.34) !important;

  box-shadow:
    0 18px 42px rgba(84, 44, 54, 0.14) !important;
}


/* Inner spacing */
.saji_testimonials_default {
  padding: 28px 22px 22px !important;
}


/* Quote circle */
.saji-testimonials__card header {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;

  top: -21px !important;
  left: 20px !important;

  background: #C0536A !important;
  border: 4px solid #FFFFFF !important;
  border-radius: 50% !important;

  box-shadow:
    0 7px 18px rgba(192, 83, 106, 0.24) !important;
}


/* Quote icon inside circle */
.saji-testimonials__card header i {
  color: #FFFFFF !important;
  font-size: 16px !important;
}


/* Large decorative quote */
.saji-testimonials__card
.saji_testimonials_default > .sicon-quote {
  color: #E8B8C2 !important;
  opacity: .18 !important;

  font-size: 90px !important;
}


/* Customer name */
.saji-testimonials__title {
  color: #542C36 !important;

  font-size: 15px !important;
  font-weight: 800 !important;

  margin-bottom: 4px !important;
}


/* Review text */
.saji-testimonials__desc {
  color: #8D6872 !important;

  font-size: 14px !important;
  line-height: 1.8 !important;

  margin-top: 14px !important;
  margin-bottom: 0 !important;
}


/* Rating */
.saji-testimonials__card .s-rating-stars-selected,
.saji-testimonials__card .s-rating-stars-selected svg,
.saji-testimonials__card .s-rating-stars-selected path {
  color: #C0536A !important;
  fill: #C0536A !important;
}


/* Unselected stars */
.saji-testimonials__card
.s-rating-stars-btn-star:not(.s-rating-stars-selected),
.saji-testimonials__card
.s-rating-stars-btn-star:not(.s-rating-stars-selected) svg,
.saji-testimonials__card
.s-rating-stars-btn-star:not(.s-rating-stars-selected) path {
  color: #E8D7CF !important;
  fill: #E8D7CF !important;
}


/* Separate customer info slightly */
.saji-testimonials__card .flex.gap-0\.5.items-center {
  margin-top: 4px !important;
  margin-bottom: 8px !important;
}


/* Slider card spacing */
.saji-testimonials__slide {
  padding-top: 28px !important;
  padding-bottom: 18px !important;
  padding-inline: 10px !important;
}


/* Optional subtle top accent */
.saji-testimonials__card::after {
  content: "" !important;

  position: absolute !important;
  top: 0 !important;
  right: 24px !important;

  width: 54px !important;
  height: 3px !important;

  background: linear-gradient(
    90deg,
    #C0536A,
    #E8B8C2
  ) !important;

  border-radius: 999px !important;
}


/* Mobile */
@media (max-width: 640px) {

  .saji-testimonials__card {
    border-radius: 20px !important;
  }

  .saji_testimonials_default {
    padding: 26px 16px 18px !important;
  }

  .saji-testimonials__title {
    font-size: 14px !important;
  }

  .saji-testimonials__desc {
    font-size: 13px !important;
  }
}




/* =========================================================
   CIMILRE MAIN BANNER GRID
   ========================================================= */

/* Full width section with breathing room */
.container:has(#main-slider-7) {
  width: calc(100% - 48px) !important;
  max-width: none !important;

  margin-inline: auto !important;
  padding-inline: 0 !important;
}


/* Grid */
.container:has(#main-slider-7) > .grid {
  width: 100% !important;
  max-width: none !important;

  gap: 16px !important;

  align-items: stretch !important;
}


/* =========================================================
   MAIN SLIDER
   ========================================================= */

#main-slider-7 {
  width: 100% !important;
  height: 100% !important;

  border-radius: 28px !important;
  overflow: hidden !important;

  background: #F7E9E9 !important;

  border: 1px solid rgba(192, 83, 106, 0.15) !important;

  box-shadow:
    0 14px 36px rgba(84, 44, 54, 0.10) !important;
}


/* Swiper container */
#main-slider-7 .s-slider-container {
  width: 100% !important;
  height: 100% !important;

  border-radius: 28px !important;
  overflow: hidden !important;
}


/* Each main banner */
#main-slider-7 .swiper-slide {
  border-radius: 28px !important;
  overflow: hidden !important;

  background-size: cover !important;
  background-position: center !important;
}


/* Soft hover */
#main-slider-7 .swiper-slide {
  transition:
    transform .45s ease,
    filter .45s ease !important;
}

#main-slider-7:hover .swiper-slide-active {
  filter: brightness(1.02);
}


/* =========================================================
   SIDE BANNERS
   ========================================================= */

.container:has(#main-slider-7) .side-slide {
  width: 100% !important;

  border-radius: 24px !important;
  overflow: hidden !important;

  background-size: cover !important;
  background-position: center !important;

  border: 1px solid rgba(192, 83, 106, 0.14) !important;

  box-shadow:
    0 10px 28px rgba(84, 44, 54, 0.08) !important;

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease,
    filter .3s ease !important;
}


.container:has(#main-slider-7) .side-slide:hover {
  transform: translateY(-4px) !important;

  border-color: rgba(192, 83, 106, 0.30) !important;

  box-shadow:
    0 16px 34px rgba(84, 44, 54, 0.13) !important;

  filter: brightness(1.02);
}


/* =========================================================
   SLIDER SCROLLBAR — CIMILRE COLORS
   ========================================================= */

#main-slider-7 .saji-swiper-scrollbar {
  height: 4px !important;

  bottom: 14px !important;

  background: rgba(255, 255, 255, 0.55) !important;

  border-radius: 999px !important;

  overflow: hidden !important;
}


#main-slider-7 .swiper-scrollbar-drag {
  background: #C0536A !important;

  border-radius: 999px !important;
}


/* =========================================================
   OPTIONAL SOFT OVERLAY
   Helps images feel consistent with Cimilre
   ========================================================= */

#main-slider-7 .swiper-slide::after,
.container:has(#main-slider-7) .side-slide::after {
  content: "" !important;

  position: absolute !important;
  inset: 0 !important;

  pointer-events: none !important;

  background:
    linear-gradient(
      135deg,
      rgba(247, 233, 233, 0.035),
      rgba(192, 83, 106, 0.025)
    ) !important;

  border-radius: inherit !important;
}


/* Keep content above overlay */
#main-slider-7 .home-slider__content,
.container:has(#main-slider-7) .side-slide > * {
  position: relative !important;
  z-index: 2 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  .container:has(#main-slider-7) {
    width: calc(100% - 32px) !important;
  }

  .container:has(#main-slider-7) > .grid {
    gap: 12px !important;
  }

  #main-slider-7,
  #main-slider-7 .s-slider-container,
  #main-slider-7 .swiper-slide {
    border-radius: 22px !important;
  }

  .container:has(#main-slider-7) .side-slide {
    border-radius: 22px !important;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

  .container:has(#main-slider-7) {
    width: calc(100% - 24px) !important;

    margin-inline: auto !important;
  }

  .container:has(#main-slider-7) > .grid {
    gap: 10px !important;
  }

  #main-slider-7,
  #main-slider-7 .s-slider-container,
  #main-slider-7 .swiper-slide,
  .container:has(#main-slider-7) .side-slide {
    border-radius: 18px !important;
  }

  #main-slider-7 .saji-swiper-scrollbar {
    bottom: 9px !important;
  }
}





/* CENTER SECTION + SIDE MARGINS */

#enhanced-products-slide-3 {
  max-width: 95% !important;

  margin-left: auto !important;
  margin-right: auto !important;

  box-sizing: border-box !important;
}

/* Keep inner grid centered */
#enhanced-products-slide-3 > .grid {
  width: 100% !important;
  margin-inline: auto !important;
}

/* Tablet */
@media (max-width: 991px) {
  #enhanced-products-slide-3 {
    width: calc(100% - 32px) !important;
  }
}

/* Mobile */
@media (max-width: 640px) {
  #enhanced-products-slide-3 {
    width: calc(100% - 20px) !important;
  }
}





/* CENTER SECTION + SIDE MARGINS */

#enhanced-products-slide-5 {
  max-width: 95% !important;

  margin-left: auto !important;
  margin-right: auto !important;

  box-sizing: border-box !important;
}

/* Keep inner grid centered */
#enhanced-products-slide-5 > .grid {
  width: 100% !important;
  margin-inline: auto !important;
}

/* Tablet */
@media (max-width: 991px) {
  #enhanced-products-slide-5 {
    width: calc(100% - 32px) !important;
  }
}

/* Mobile */
@media (max-width: 640px) {
  #enhanced-products-slide-5 {
    width: calc(100% - 20px) !important;
  }
}





/* =========================================================
   CIMILRE BLOG CARDS
   ========================================================= */

/* Card */
.saji-blog__card .post_container {
  background: #FFFFFF !important;

  border: 1px solid rgba(192, 83, 106, 0.16) !important;
  border-radius: 24px !important;

  overflow: hidden !important;

  box-shadow:
    0 10px 28px rgba(84, 44, 54, 0.08) !important;

  transition:
    transform .3s ease,
    box-shadow .3s ease,
    border-color .3s ease !important;
}


/* Hover */
.saji-blog__card:hover .post_container {
  transform: translateY(-6px) !important;

  border-color: rgba(192, 83, 106, 0.30) !important;

  box-shadow:
    0 18px 40px rgba(84, 44, 54, 0.14) !important;
}


/* =========================================================
   IMAGE
   ========================================================= */

.saji-blog__media {
  border-radius: 20px 20px 0 0 !important;
  overflow: hidden !important;
}

.saji-blog__media .post_image {
  transition:
    transform .5s ease,
    filter .5s ease !important;
}

.saji-blog__card:hover .post_image {
  transform: scale(1.05) !important;
  filter: brightness(1.02);
}


/* =========================================================
   DATE BADGE
   ========================================================= */

.saji-blog__media > date {
  background: #C0536A !important;
  color: #FFFFFF !important;

  border-radius: 999px !important;

  padding: 7px 11px !important;

  font-weight: 700 !important;

  box-shadow:
    0 6px 16px rgba(192, 83, 106, 0.22) !important;
}

.saji-blog__media > date i {
  color: #FFFFFF !important;
}


/* =========================================================
   CONTENT
   ========================================================= */

.saji-blog__card .post_text_data {
  background:
    linear-gradient(
      180deg,
      #FFFFFF 0%,
      #F7E9E9 100%
    ) !important;

  padding: 20px !important;

  height: auto !important;
}


/* Author */
.saji-blog__card .saji-blog__content > .saji-blog__eyebrow {
  color: #C0536A !important;

  font-weight: 700 !important;
}

.saji-blog__card .saji-blog__content > .saji-blog__eyebrow i {
  color: #D8899B !important;
}


/* Title */
.saji-blog__title {
  color: #542C36 !important;

  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;

  margin-top: 6px !important;
  margin-bottom: 10px !important;

  transition: color .2s ease !important;
}

.saji-blog__card:hover .saji-blog__title {
  color: #C0536A !important;
}


/* Divider */
.saji-blog__content hr {
  height: 1px !important;

  border: 0 !important;

  background:
    linear-gradient(
      90deg,
      transparent,
      #E8B8C2,
      transparent
    ) !important;

  opacity: 1 !important;

  margin-block: 12px !important;
}


/* Description */
.saji-blog__desc {
  color: #8D6872 !important;

  font-size: 13px !important;
  line-height: 1.8 !important;

  margin-bottom: 14px !important;
}


/* =========================================================
   READ MORE
   ========================================================= */

.saji-blog__btn {
  width: fit-content !important;

  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;

  color: #C0536A !important;

  font-weight: 800 !important;

  padding: 7px 13px !important;

  background: #F7E9E9 !important;

  border: 1px solid rgba(192, 83, 106, 0.18) !important;
  border-radius: 999px !important;

  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease !important;
}

.saji-blog__btn i {
  color: #C0536A !important;

  transition: transform .25s ease !important;
}


/* Read more hover */
.saji-blog__btn:hover {
  background: #C0536A !important;
  color: #FFFFFF !important;

  transform: translateX(-3px);
}

.saji-blog__btn:hover i {
  color: #FFFFFF !important;
  transform: translateX(-2px);
}


/* =========================================================
   SLIDER SPACING
   ========================================================= */

.saji-blog-slider .swiper-wrapper {
  align-items: stretch !important;
}

.saji-blog__card {
  height: auto !important;
  padding-top: 14px !important;
  padding-bottom: 18px !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

  .saji-blog__card .post_container {
    border-radius: 20px !important;
  }

  .saji-blog__media {
    border-radius: 16px 16px 0 0 !important;
  }

  .saji-blog__card .post_text_data {
    padding: 16px !important;
  }

  .saji-blog__title {
    font-size: 14px !important;
  }

  .saji-blog__desc {
    font-size: 12px !important;
  }
}


/* =========================================================
   CIMILRE FOOTER STYLING
   IMPORTANT: DOES NOT CHANGE FOOTER BACKGROUND
   ========================================================= */

/* Overall spacing */
.store-footer {
  margin-top: 80px !important;
}

.store-footer-content {
  padding-top: 48px !important;
  padding-bottom: 20px !important;
}


/* Keep footer content nicely centered */
.store-footer-content > .container,
.footer-bottom > .container {
  width: 95% !important;
  max-width: 1500px !important;
  margin-inline: auto !important;
}


/* Main footer grid spacing */
.store-footer-content .grid {
  gap: 32px !important;
}


/* =========================================================
   LOGO
   ========================================================= */

.store-footer .saji-footer-logo {
  margin-bottom: 12px !important;
}

.store-footer .saji-footer-logo__img {
  max-width: 170px !important;
  height: auto !important;

  transition: transform .3s ease !important;
}

.store-footer .saji-footer-logo:hover .saji-footer-logo__img {
  transform: scale(1.04);
}


/* Description */
.store-footer .saji-footer-logo + p {
  line-height: 1.9 !important;
  font-size: 14px !important;

  max-width: 360px !important;

  opacity: .88 !important;
}


/* =========================================================
   FOOTER TITLES
   ========================================================= */

.store-footer .footer-title,
.store-footer .s-contacts-title {
  position: relative !important;

  font-size: 18px !important;
  font-weight: 800 !important;

  padding-bottom: 12px !important;
  margin-bottom: 16px !important;
}


/* Small Cimilre accent line */
.store-footer .footer-title::after,
.store-footer .s-contacts-title::after {
  content: "" !important;

  display: block !important;

  width: 40px !important;
  height: 3px !important;

  margin-top: 8px !important;

  border-radius: 999px !important;

  background: #E8B8C2 !important;
}


/* =========================================================
   FOOTER LINKS
   ========================================================= */

html[dir="rtl"] .footer-title {
  text-align: right !important;
  margin-right: 0 !important;
  margin-left: auto !important;
}

html[dir="ltr"] .footer-title {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.store-footer .s-menu-footer-list {
  gap: 8px !important;
}

.store-footer .s-menu-footer-item {
  position: relative !important;

  display: inline-flex !important;
  align-items: center !important;

  width: fit-content !important;

  padding: 6px 0 !important;

  font-size: 14px !important;
  font-weight: 500 !important;

  opacity: .88 !important;

  transition:
    opacity .25s ease,
    transform .25s ease,
    color .25s ease !important;
}


/* Dot */
.store-footer .s-menu-footer-item::before {
  content: "" !important;

  width: 6px !important;
  height: 6px !important;

  margin-inline-end: 9px !important;

  border-radius: 50% !important;

  background: #E8B8C2 !important;

  flex: 0 0 auto !important;
}


.store-footer .s-menu-footer-item:hover {
  opacity: 1 !important;

  transform: translateX(-4px) !important;
}


/* =========================================================
   SOCIAL ICONS
   ========================================================= */

.store-footer .s-social-list {
  display: flex !important;
  gap: 10px !important;
}

.store-footer .s-social-link a {
  width: 42px !important;
  height: 42px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 50% !important;

  border: 1px solid rgba(255,255,255,.25) !important;

  background: rgba(255,255,255,.10) !important;

  backdrop-filter: blur(6px);

  transition:
    transform .25s ease,
    background .25s ease,
    border-color .25s ease !important;
}


.store-footer .s-social-link a:hover {
  transform: translateY(-4px) !important;

  background: rgba(255,255,255,.20) !important;

  border-color: rgba(255,255,255,.42) !important;
}


.store-footer .s-social-icon svg {
  width: 19px !important;
  height: 19px !important;

  fill: currentColor !important;
}


/* =========================================================
   CONTACT
   ========================================================= */

html[dir="rtl"] .s-contacts-title {
  text-align: right !important;
  margin-right: 0 !important;
  margin-left: auto !important;
}

html[dir="ltr"] .s-contacts-title {
  text-align: left !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.store-footer .s-contacts-list {
  gap: 10px !important;
}

.store-footer .s-contacts-item {
  display: flex !important;
  align-items: center !important;

  gap: 10px !important;

  padding: 9px 12px !important;

  margin-bottom: 6px;
  
  border: 1px solid rgba(255,255,255,.16) !important;

  border-radius: 14px !important;

  background: rgba(255,255,255,.07) !important;

  transition:
    background .25s ease,
    transform .25s ease,
    border-color .25s ease !important;
}


.store-footer .s-contacts-item:hover {
  background: rgba(255,255,255,.14) !important;

  border-color: rgba(255,255,255,.28) !important;

  transform: translateY(-2px) !important;
}


/* Contact icons */
.store-footer .s-contacts-icon {
  width: 34px !important;
  height: 34px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 50% !important;

  background: rgba(255,255,255,.12) !important;
}


.store-footer .s-contacts-icon svg {
  width: 18px !important;
  height: 18px !important;
}


/* =========================================================
   LANGUAGE / CURRENCY
   ========================================================= */

.store-footer .btn-currency {
  border-radius: 999px !important;

  padding: 8px 14px !important;

  border-color: rgba(255,255,255,.25) !important;

  background: rgba(255,255,255,.08) !important;

  transition:
    background .25s ease,
    transform .25s ease !important;
}


.store-footer .btn-currency:hover {
  background: rgba(255,255,255,.16) !important;

  transform: translateY(-2px) !important;
}


/* =========================================================
   TRUST BADGES
   ========================================================= */

.store-footer .s-trust-badges-wrapper {
  padding: 10px 14px !important;

  border-radius: 16px !important;

  border: 1px solid rgba(255,255,255,.14) !important;

  background: rgba(255,255,255,.07) !important;
}


.store-footer .footer-certificate-data {
  padding: 10px !important;

  border-radius: 16px !important;

  transition: background .25s ease !important;
}


.store-footer .footer-certificate-data:hover {
  background: rgba(255,255,255,.07) !important;
}


/* =========================================================
   PAYMENTS
   ========================================================= */

.store-footer .s-payments-list {
  display: flex !important;
  flex-wrap: wrap !important;

  gap: 8px !important;

  justify-content: center !important;
}


.store-footer .s-payments-list-item {
  width: 48px !important;
  height: 34px !important;

  padding: 5px !important;

  background: #FFFFFF !important;

  border-radius: 8px !important;

  box-shadow:
    0 4px 12px rgba(0,0,0,.08) !important;

  transition: transform .25s ease !important;
}


.store-footer .s-payments-list-item:hover {
  transform: translateY(-3px) !important;
}


/* =========================================================
   FOOTER BOTTOM
   ========================================================= */

.footer-bottom {
  margin-top: 16px !important;
}


/* Divider */
.footer-bottom > .container::after {
  opacity: .18 !important;
}


/* Copyright */
.store-footer .made_perfection {
  width: 100% !important;

  text-align: center !important;

  font-size: 13px !important;

  opacity: .85 !important;
}


.store-footer .made_perfection a {
  font-weight: 700 !important;

  transition: opacity .2s ease !important;
}


.store-footer .made_perfection a:hover {
  opacity: .75 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

  .store-footer {
    margin-top: 55px !important;
  }

  .store-footer-content {
    padding-top: 34px !important;
  }

  .store-footer-content > .container,
  .footer-bottom > .container {
    width: 92% !important;
  }

  .store-footer-content .grid {
    gap: 26px !important;
  }

  .store-footer .saji-footer-logo__img {
    max-width: 145px !important;
  }

  .store-footer .saji-footer-logo + p {
    max-width: 100% !important;

    text-align: center !important;
  }

  .store-footer .footer-title::after,
  .store-footer .s-contacts-title::after {
    margin-inline: auto !important;
  }

  .store-footer .s-menu-footer-item {
    margin-inline: auto !important;
  }

  .store-footer .s-social-list {
    justify-content: center !important;
  }

  .store-footer .s-contacts-item {
    justify-content: center !important;
  }
}

/* =========================================================
   CIMILRE MARQUEE / ADVERTISING BAR
   ========================================================= */

.marquee.animated-advertising-bar {
  position: relative !important;

  background:
    linear-gradient(
      135deg,
      #A86B7A 0%,
      #B87383 35%,
      #C0536A 68%,
      #A86B7A 100%
    ) !important;

  color: #FFFFFF !important;

  padding-block: 11px !important;

  overflow: hidden !important;

  border-top: 1px solid rgba(255,255,255,.12) !important;
  border-bottom: 1px solid rgba(255,255,255,.12) !important;

  box-shadow:
    0 5px 18px rgba(84,44,54,.10) !important;
}


/* Soft fade on edges */
.marquee.animated-advertising-bar > div {
  -webkit-mask-image:
    linear-gradient(
      90deg,
      transparent 0%,
      #000 7%,
      #000 93%,
      transparent 100%
    ) !important;

  mask-image:
    linear-gradient(
      90deg,
      transparent 0%,
      #000 7%,
      #000 93%,
      transparent 100%
    ) !important;
}


/* Items */
.marquee .marquee__item ul {
  display: flex !important;
  align-items: center !important;

  gap: 40px !important;

  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}


/* Each message */
.marquee .marquee__item li {
  position: relative !important;

  display: flex !important;
  align-items: center !important;

  white-space: nowrap !important;

  font-size: 14px !important;
  font-weight: 700 !important;

  letter-spacing: .1px !important;
}


/* Decorative dot between messages */
.marquee .marquee__item li::after {
  content: "" !important;

  width: 6px !important;
  height: 6px !important;

  margin-inline-start: 20px !important;

  border-radius: 50% !important;

  background: #F7E9E9 !important;

  box-shadow:
    0 0 0 4px rgba(247,233,233,.12) !important;
}


/* Link */
.marquee .marquee__item a {
  display: inline-flex !important;
  align-items: center !important;

  color: #FFFFFF !important;

  text-decoration: none !important;

  opacity: .95 !important;

  transition:
    opacity .25s ease,
    transform .25s ease !important;
}


/* Small shipping icon */
.marquee .marquee__item a::before {
  content: "✦" !important;

  display: inline-flex !important;

  margin-inline-end: 8px !important;

  color: #F7E9E9 !important;

  font-size: 11px !important;
}


/* Hover */
.marquee .marquee__item a:hover {
  opacity: 1 !important;
  transform: translateY(-1px) !important;
}


/* Pause animation on hover */
.marquee:hover .marquee__item {
  animation-play-state: paused !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

  .marquee.animated-advertising-bar {
    padding-block: 9px !important;
  }

  .marquee .marquee__item ul {
    gap: 28px !important;
  }

  .marquee .marquee__item li {
    font-size: 12px !important;
  }

  .marquee .marquee__item li::after {
    width: 5px !important;
    height: 5px !important;

    margin-inline-start: 14px !important;
  }

  .marquee .marquee__item a::before {
    font-size: 9px !important;
    margin-inline-end: 6px !important;
  }
}

.saji-pdp__slide {
  border-radius: 28px !important;
  overflow: hidden !important;

  box-shadow: 0 10px 28px rgba(84, 44, 54, 0.08) !important;
}




/* =========================================================
   CIMILRE PRODUCT DETAILS / PDP
   ========================================================= */

.saji-pdp__content {
  gap: 14px !important;
}


/* =========================
   TOP META / ACTIONS
   ========================= */

.saji-pdp__meta {
  background: #F7E9E9 !important;

  border: 1px solid rgba(192, 83, 106, 0.14) !important;
  border-radius: 18px !important;

  padding: 10px 14px !important;

  box-shadow:
    0 6px 20px rgba(84, 44, 54, 0.06) !important;
}


/* Wishlist */
.saji-pdp__actions .saji-wishlist-link-btn,
.saji-pdp__actions .saji-wishlist-link-btn .s-button-element {
  color: #C0536A !important;

  border-radius: 999px !important;

  transition:
    background .25s ease,
    color .25s ease !important;
}


.saji-pdp__actions .saji-wishlist-link-btn .s-button-element {
  padding: 8px 13px !important;
}


.saji-pdp__actions .saji-wishlist-link-btn:hover .s-button-element {
  background: #FFFFFF !important;
  color: #A86B7A !important;
}


/* Share button */
.saji-pdp__actions .s-social-share-btn .s-button-element {
  width: 40px !important;
  height: 40px !important;

  border-radius: 50% !important;

  border: 1px solid rgba(192, 83, 106, .22) !important;

  background: #FFFFFF !important;
  color: #C0536A !important;

  box-shadow:
    0 5px 14px rgba(84, 44, 54, .06) !important;
}


.saji-pdp__actions .s-social-share-btn:hover .s-button-element {
  background: #C0536A !important;
  color: #FFFFFF !important;

  border-color: #C0536A !important;
}


/* =========================
   PRODUCT INFO CARD
   ========================= */

.saji-pdp__info {
  background:
    linear-gradient(
      145deg,
      #FFFFFF 0%,
      #FFFFFF 65%,
      #F7E9E9 100%
    ) !important;

  border: 1px solid rgba(192, 83, 106, 0.14) !important;

  border-radius: 26px !important;

  padding: 26px !important;

  box-shadow:
    0 14px 38px rgba(84, 44, 54, 0.08) !important;
}


/* =========================
   CATEGORY
   ========================= */

.saji-pdp__info .product-category {
  color: #8D6872 !important;

  font-size: 13px !important;
}


.saji-pdp__info .product-category a {
  color: #C0536A !important;

  font-weight: 700 !important;

  padding: 4px 10px !important;

  background: #F7E9E9 !important;

  border-radius: 999px !important;

  text-decoration: none !important;
}


/* =========================
   PRODUCT TITLE
   ========================= */

.saji-pdp__header .product-title {
  color: #542C36 !important;

  font-size: clamp(22px, 2vw, 30px) !important;

  font-weight: 800 !important;

  line-height: 1.55 !important;

  margin-bottom: 14px !important;
}


/* =========================
   PRICE
   ========================= */

.saji-pdp__price {
  padding: 14px 16px !important;

  background: #F7E9E9 !important;

  border-radius: 16px !important;

  border: 1px solid rgba(192, 83, 106, .12) !important;
}


.saji-pdp__price .total-price {
  color: #C0536A !important;

  font-size: 24px !important;
  font-weight: 900 !important;
}


.saji-pdp__price .before-price {
  color: #A86B7A !important;

  opacity: .65 !important;
}


/* =========================
   SAVE BADGE
   ========================= */

.saji-pdp__save {
  border-color: #D8899B !important;

  border-radius: 999px !important;

  background: #FFFFFF !important;
}


.saji-pdp__save strong {
  color: #C0536A !important;
}


/* =========================
   STOCK STATUS
   ========================= */

.saji-pdp__stock {
  margin-block: 18px !important;
}


.saji-pdp__stock-status {
  width: fit-content !important;

  padding: 8px 13px !important;

  border-radius: 999px !important;

  background: rgba(207, 226, 212, .45) !important;

  font-weight: 700 !important;
}


/* =========================
   SUBTITLE
   ========================= */

.product-entry__sub-title {
  display: block !important;

  color: #A86B7A !important;

  font-weight: 700 !important;

  margin-bottom: 12px !important;
}


/* =========================
   DESCRIPTION
   ========================= */

.saji-pdp__desc {
  color: #6E4B55 !important;

  line-height: 1.9 !important;

  font-size: 14px !important;
}


.saji-pdp__desc p {
  margin-bottom: 10px !important;
}


.saji-pdp__desc strong {
  color: #542C36 !important;

  font-weight: 800 !important;
}


/* List styling */
.saji-pdp__desc ul {
  padding-inline-start: 22px !important;
}


.saji-pdp__desc li {
  margin-bottom: 7px !important;
}


.saji-pdp__desc li::marker {
  color: #C0536A !important;
}


/* =========================
   READ MORE
   ========================= */

#btn-show-more {
  display: inline-flex !important;
  align-items: center !important;

  width: fit-content !important;

  padding: 8px 15px !important;

  margin-top: 12px !important;

  color: #C0536A !important;

  background: #F7E9E9 !important;

  border: 1px solid rgba(192, 83, 106, .18) !important;

  border-radius: 999px !important;

  text-decoration: none !important;

  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease !important;
}


#btn-show-more:hover {
  background: #C0536A !important;
  color: #FFFFFF !important;

  transform: translateY(-2px) !important;
}


/* =========================
   DELIVERY PROMISE
   ========================= */

.s-delivery-promise-container {
  margin-top: 16px !important;

  padding: 14px 16px !important;

  background: #FFFFFF !important;

  border: 1px solid rgba(192, 83, 106, .16) !important;

  border-radius: 16px !important;

  box-shadow:
    0 6px 18px rgba(84, 44, 54, .05) !important;
}/* =========================================================
   MAIN CAROUSEL 8 — 95% WIDTH + ROUNDED IMAGES
   ========================================================= */

/* Section inner container */
#main-carousel-8 > .container {
  width: 95% !important;
  max-width: 95% !important;

  margin-left: auto !important;
  margin-right: auto !important;

  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* Grid */
#main-carousel-8 > .container > .grid {
  width: 100% !important;

  gap: 16px !important;
}


/* =========================================================
   MAIN BIG SLIDER
   ========================================================= */

#main-slider-8 {
  width: 100% !important;
  height: 100% !important;

  border-radius: 26px !important;
  overflow: hidden !important;

  box-shadow:
    0 12px 30px rgba(84, 44, 54, 0.08) !important;
}


/* Swiper container */
#main-slider-8 .s-slider-container {
  border-radius: 26px !important;
  overflow: hidden !important;
}


/* Slides */
#main-slider-8 .swiper-slide {
  border-radius: 26px !important;
  overflow: hidden !important;

  background-size: cover !important;
  background-position: center !important;
}


/* Important:
   DON'T set width:100% on .swiper-slide
   because Swiper controls the width itself */


/* =========================================================
   SIDE BANNERS
   ========================================================= */

#main-carousel-8 .side-slide {
  border-radius: 22px !important;
  overflow: hidden !important;

  background-size: cover !important;
  background-position: center !important;

  box-shadow:
    0 8px 24px rgba(84, 44, 54, 0.07) !important;

  transition:
    transform .3s ease,
    box-shadow .3s ease !important;
}


#main-carousel-8 .side-slide:hover {
  transform: translateY(-4px) !important;

  box-shadow:
    0 14px 32px rgba(84, 44, 54, 0.12) !important;
}


/* =========================================================
   SCROLLBAR
   ========================================================= */

#main-slider-8 .saji-swiper-scrollbar {
  bottom: 12px !important;

  height: 4px !important;

  border-radius: 999px !important;

  background: rgba(255,255,255,.55) !important;

  overflow: hidden !important;
}


#main-slider-8 .swiper-scrollbar-drag {
  background: #C0536A !important;

  border-radius: 999px !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  #main-carousel-8 > .container {
    width: 94% !important;
    max-width: 94% !important;
  }

  #main-carousel-8 > .container > .grid {
    gap: 12px !important;
  }

  #main-slider-8,
  #main-slider-8 .s-slider-container,
  #main-slider-8 .swiper-slide {
    border-radius: 22px !important;
  }

  #main-carousel-8 .side-slide {
    border-radius: 20px !important;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

  #main-carousel-8 > .container {
    width: 92% !important;
    max-width: 92% !important;
  }

  #main-carousel-8 > .container > .grid {
    gap: 10px !important;
  }

  #main-slider-8,
  #main-slider-8 .s-slider-container,
  #main-slider-8 .swiper-slide,
  #main-carousel-8 .side-slide {
    border-radius: 18px !important;
  }

}


.s-delivery-promise-title {
  color: #542C36 !important;

  font-weight: 700 !important;
}


.s-delivery-promise-arrow {
  color: #C0536A !important;
}


/* =========================
   INSTALLMENTS
   ========================= */

.installment-wrap {
  margin-top: 14px !important;
}


.installment-wrap > * {
  overflow: hidden !important;

  border-radius: 16px !important;
}


/* Override Tamara box border without changing its brand */
.installment-wrap .tamara-product-widget {
  border-color: rgba(192, 83, 106, .15) !important;

  border-radius: 16px !important;

  box-shadow:
    0 6px 18px rgba(84, 44, 54, .05) !important;
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 768px) {

  .saji-pdp__info {
    padding: 18px !important;

    border-radius: 20px !important;
  }

  .saji-pdp__meta {
    border-radius: 14px !important;
  }

  .saji-pdp__header .product-title {
    font-size: 21px !important;
  }

  .saji-pdp__price .total-price {
    font-size: 21px !important;
  }

}




/* =========================================================
   MOVED PDP ACTIONS
   ========================================================= */

.saji-pdp__info {
  width: 100% !important;
}


/* Wishlist / share card */
.saji-pdp__info > .saji-pdp__meta {
  width: 100% !important;

  margin-top: 24px !important;
  margin-bottom: 12px !important;

  padding: 12px 16px !important;

  background: #F7E9E9 !important;

  border: 1px solid rgba(192, 83, 106, .16) !important;
  border-radius: 18px !important;

  box-shadow: none !important;
}


/* Add to cart card */
.saji-pdp__info > #sticky-bar {
  position: static !important;

  width: 100% !important;

  margin-top: 0 !important;
  margin-bottom: 12px !important;

  padding: 16px !important;

  background: #FFFFFF !important;

  border: 1px solid rgba(192, 83, 106, .18) !important;
  border-radius: 20px !important;

  box-shadow:
    0 8px 24px rgba(84, 44, 54, .07) !important;

  opacity: 1 !important;
  transform: none !important;

  pointer-events: auto !important;
}


/* Main add to cart button */
.saji-pdp__info
#sticky-bar
[data-testid="store-product-add-to-cart"]
.s-button-element {
  min-height: 48px !important;

  background: #C0536A !important;
  border-color: #C0536A !important;

  color: #FFFFFF !important;

  border-radius: 999px !important;

  font-weight: 800 !important;
}


.saji-pdp__info
#sticky-bar
[data-testid="store-product-add-to-cart"]
.s-button-element:hover {
  background: #A86B7A !important;
  border-color: #A86B7A !important;
}


/* Quantity */
.saji-pdp__info #sticky-bar .s-quantity-input-container {
  border-radius: 999px !important;

  border: 1px solid rgba(192, 83, 106, .20) !important;

  overflow: hidden !important;
}


/* Fulfillment */
.saji-pdp__info > salla-fulfillment-methods {
  display: block !important;

  width: 100% !important;

  margin-top: 0 !important;
}


.saji-pdp__info .s-fulfillment-methods-card {
  width: 100% !important;

  padding: 14px 16px !important;

  background: #F7E9E9 !important;

  border: 1px solid rgba(192, 83, 106, .15) !important;
  border-radius: 18px !important;
}


.saji-pdp__info .s-fulfillment-methods-icon-wrap {
  color: #C0536A !important;
}


.saji-pdp__info .s-fulfillment-methods-title {
  color: #542C36 !important;

  font-weight: 800 !important;
}


.saji-pdp__info .s-fulfillment-methods-subtitle {
  color: #8D6872 !important;
}



/* =========================================================
   CIMILRE PRODUCT REVIEWS
   ========================================================= */

.saji-reviews-theme {
  background:
    linear-gradient(
      145deg,
      #FFFFFF 0%,
      #F7E9E9 100%
    ) !important;

  border: 1px solid rgba(192, 83, 106, 0.14) !important;
  border-radius: 26px !important;

  padding: 26px !important;

  box-shadow:
    0 14px 38px rgba(84, 44, 54, 0.08) !important;
}


/* =========================================================
   REVIEW TITLE
   ========================================================= */

.saji-reviews-theme .s-comments-title {
  color: #542C36 !important;

  font-size: 20px !important;
  font-weight: 800 !important;

  margin-bottom: 18px !important;
}


/* =========================================================
   COMMENT FORM
   ========================================================= */

.saji-reviews-theme .s-comment-form-wrapper {
  background: #FFFFFF !important;

  border: 1px solid rgba(192, 83, 106, 0.14) !important;
  border-radius: 20px !important;

  padding: 16px !important;

  margin-bottom: 24px !important;

  box-shadow:
    0 7px 20px rgba(84, 44, 54, 0.05) !important;
}


/* Textarea */
.saji-reviews-theme .s-comment-form-input {
  width: 100% !important;

  background: #FDF9FA !important;

  color: #542C36 !important;

  border: 1px solid rgba(192, 83, 106, 0.18) !important;
  border-radius: 16px !important;

  padding: 14px 16px !important;

  min-height: 120px !important;

  resize: vertical !important;

  transition:
    border-color .25s ease,
    box-shadow .25s ease,
    background .25s ease !important;
}


.saji-reviews-theme .s-comment-form-input::placeholder {
  color: #A86B7A !important;
  opacity: .7 !important;
}


.saji-reviews-theme .s-comment-form-input:focus {
  outline: none !important;

  background: #FFFFFF !important;

  border-color: #C0536A !important;

  box-shadow:
    0 0 0 4px rgba(192, 83, 106, .10) !important;
}


/* Submit button */
.saji-reviews-theme
.s-comment-form-action
.s-button-primary {
  background: #C0536A !important;
  border-color: #C0536A !important;

  color: #FFFFFF !important;

  border-radius: 999px !important;

  min-width: 110px !important;

  padding-inline: 20px !important;

  font-weight: 800 !important;

  box-shadow:
    0 7px 18px rgba(192, 83, 106, .20) !important;
}


.saji-reviews-theme
.s-comment-form-action
.s-button-primary:hover {
  background: #A86B7A !important;
  border-color: #A86B7A !important;
}


/* =========================================================
   COMMENTS HEADER
   ========================================================= */

.saji-reviews-theme .s-comments-header {
  padding: 14px 16px !important;

  margin-bottom: 16px !important;

  background: #F7E9E9 !important;

  border: 1px solid rgba(192, 83, 106, .12) !important;
  border-radius: 16px !important;
}


.saji-reviews-theme .s-comments-count-label {
  color: #542C36 !important;

  font-weight: 800 !important;
}


/* =========================================================
   SORT SELECT
   ========================================================= */

.saji-reviews-theme .s-comments-filter-label {
  color: #8D6872 !important;

  font-size: 13px !important;
}


.saji-reviews-theme .s-comments-sort-input {
  background: #FFFFFF !important;

  color: #542C36 !important;

  border: 1px solid rgba(192, 83, 106, .20) !important;
  border-radius: 999px !important;

  padding: 8px 14px !important;

  cursor: pointer !important;
}


.saji-reviews-theme .s-comments-sort-input:focus {
  border-color: #C0536A !important;

  outline: none !important;
}


/* =========================================================
   CUSTOMER COMMENT CARD
   ========================================================= */

.saji-reviews-theme .s-comments-item-wrapper {
  background: #FFFFFF !important;

  border: 1px solid rgba(192, 83, 106, .13) !important;
  border-radius: 20px !important;

  padding: 18px !important;

  margin-bottom: 14px !important;

  box-shadow:
    0 8px 22px rgba(84, 44, 54, .06) !important;

  transition:
    transform .25s ease,
    box-shadow .25s ease,
    border-color .25s ease !important;
}


.saji-reviews-theme .s-comments-item-wrapper:hover {
  transform: translateY(-3px) !important;

  border-color: rgba(192, 83, 106, .28) !important;

  box-shadow:
    0 14px 30px rgba(84, 44, 54, .10) !important;
}


/* =========================================================
   AVATAR
   ========================================================= */

.saji-reviews-theme .s-comments-item-avatar-img {
  width: 46px !important;
  height: 46px !important;

  object-fit: cover !important;

  border-radius: 50% !important;

  border: 3px solid #F7E9E9 !important;

  box-shadow:
    0 4px 12px rgba(84, 44, 54, .08) !important;
}


/* =========================================================
   USER NAME
   ========================================================= */

.saji-reviews-theme
.s-comments-item-user-info-name-with-margin {
  color: #542C36 !important;

  font-weight: 800 !important;

  font-size: 14px !important;
}


/* Timestamp */
.saji-reviews-theme .s-comments-item-timestamp {
  color: #A86B7A !important;

  font-size: 11px !important;

  opacity: .75 !important;
}


/* =========================================================
   COMMENT TEXT
   ========================================================= */

.saji-reviews-theme
.s-comments-item-content-container > p {
  color: #6E4B55 !important;

  font-size: 14px !important;

  line-height: 1.9 !important;

  margin-top: 8px !important;
}


/* =========================================================
   ADMIN / CIMILRE REPLY
   ========================================================= */

.saji-reviews-theme .s-comments-item-admin-wrapper {
  background:
    linear-gradient(
      135deg,
      #F7E9E9 0%,
      #FFFFFF 100%
    ) !important;

  border: 1px solid rgba(192, 83, 106, .22) !important;
  border-radius: 18px !important;

  padding: 16px !important;

  margin-top: 10px !important;
  margin-inline-start: 34px !important;

  box-shadow:
    inset 4px 0 0 #C0536A,
    0 6px 18px rgba(84, 44, 54, .05) !important;
}


/* Arabic: accent on right */
html[dir="rtl"]
.saji-reviews-theme
.s-comments-item-admin-wrapper {
  box-shadow:
    inset -4px 0 0 #C0536A,
    0 6px 18px rgba(84, 44, 54, .05) !important;
}


/* Admin name */
.saji-reviews-theme
.s-comments-item-admin
.s-comments-item-user-info-name-with-margin {
  color: #C0536A !important;
}


/* Reply icon */
.saji-reviews-theme .s-comments-item-reply-icon {
  width: 32px !important;
  height: 32px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: #C0536A !important;
  color: #FFFFFF !important;

  border-radius: 50% !important;
}


.saji-reviews-theme .s-comments-item-reply-icon svg {
  width: 15px !important;
  height: 15px !important;

  fill: currentColor !important;
}


/* =========================================================
   HELPFUL BUTTON
   ========================================================= */

.saji-reviews-theme
.s-comments-item-like-btn
.s-button-element {
  background: #FFFFFF !important;

  color: #C0536A !important;

  border: 1px solid rgba(192, 83, 106, .25) !important;
  border-radius: 999px !important;

  padding: 7px 12px !important;

  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease !important;
}


.saji-reviews-theme
.s-comments-item-like-btn
.s-button-element:hover {
  background: #C0536A !important;

  color: #FFFFFF !important;

  transform: translateY(-2px) !important;
}


.saji-reviews-theme
.s-comments-item-like-btn svg {
  width: 15px !important;
  height: 15px !important;

  fill: currentColor !important;
}


/* =========================================================
   TRANSLATE BUTTON
   ========================================================= */

.saji-reviews-theme .s-translate-btn {
  display: inline-flex !important;
  align-items: center !important;

  gap: 5px !important;

  color: #A86B7A !important;

  font-size: 12px !important;

  margin-top: 7px !important;

  transition: color .2s ease !important;
}


.saji-reviews-theme .s-translate-btn:hover {
  color: #C0536A !important;
}


.saji-reviews-theme .s-translate-btn svg {
  width: 14px !important;
  height: 14px !important;
}


/* =========================================================
   RATING STARS
   ========================================================= */

.saji-reviews-theme .s-rating-stars-selected,
.saji-reviews-theme .s-rating-stars-selected svg,
.saji-reviews-theme .s-rating-stars-selected path {
  color: #C0536A !important;
  fill: #C0536A !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

  .saji-reviews-theme {
    padding: 16px !important;

    border-radius: 20px !important;
  }

  .saji-reviews-theme .s-comment-form-wrapper {
    padding: 13px !important;

    border-radius: 16px !important;
  }

  .saji-reviews-theme .s-comments-item-wrapper {
    padding: 14px !important;

    border-radius: 16px !important;
  }

  .saji-reviews-theme .s-comments-item-admin-wrapper {
    margin-inline-start: 14px !important;

    padding: 13px !important;
  }

  .saji-reviews-theme .s-comments-header {
    gap: 10px !important;

    padding: 12px !important;
  }

  .saji-reviews-theme
  .s-comments-item-content-container > p {
    font-size: 13px !important;
  }
}





/* =========================================================
   CIMILRE BREADCRUMB ONLY
   ========================================================= */

.container--breadcrumbs {
  width: 95% !important;
  max-width: 1500px !important;
  margin-inline: auto !important;
  padding-top: 14px !important;
}

.breadcrumbs {
  background: #F7E9E9 !important;

  border: 1px solid rgba(192, 83, 106, 0.14) !important;
  border-radius: 999px !important;

  padding: 10px 16px !important;

  box-shadow:
    0 6px 18px rgba(84, 44, 54, 0.05) !important;
}

.saji-breadcrumb .s-breadcrumb-wrapper {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;

  gap: 6px !important;
  margin: 0 !important;
}


/* Breadcrumb items */
.saji-breadcrumb .s-breadcrumb-item {
  color: #8D6872 !important;

  font-size: 13px !important;
  font-weight: 600 !important;
}


/* Links */
.saji-breadcrumb .s-breadcrumb-item a {
  color: #A86B7A !important;

  text-decoration: none !important;

  transition: color .2s ease !important;
}

.saji-breadcrumb .s-breadcrumb-item a:hover {
  color: #C0536A !important;
}


/* Current page */
.saji-breadcrumb .s-breadcrumb-item:last-child {
  color: #542C36 !important;
  font-weight: 800 !important;
}


/* Arrow */
.saji-breadcrumb .s-breadcrumb-arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #D8899B !important;
}

.saji-breadcrumb .s-breadcrumb-arrow svg {
  width: 16px !important;
  height: 16px !important;

  fill: currentColor !important;
}


/* Mobile */
@media (max-width: 640px) {

  .container--breadcrumbs {
    width: 92% !important;
  }

  .breadcrumbs {
    padding: 9px 12px !important;
    border-radius: 16px !important;
  }

  .saji-breadcrumb .s-breadcrumb-item {
    font-size: 12px !important;
  }
}




/* =========================================================
   CIMILRE PRODUCT SORTING + DISPLAY METHODS
   ========================================================= */

/* Main row */
.center-between.gap-4.py-2\.5.w-full {
  padding: 12px 0 !important;
}


/* =========================================================
   SORT SELECT
   ========================================================= */

#product-filter {
  width: 220px !important;

  background: #FFFFFF !important;
  color: #542C36 !important;

  border: 1px solid rgba(192, 83, 106, 0.18) !important;
  border-radius: 999px !important;

  padding: 10px 16px !important;

  font-size: 13px !important;
  font-weight: 700 !important;

  box-shadow:
    0 6px 18px rgba(84, 44, 54, 0.05) !important;

  cursor: pointer !important;

  transition:
    border-color .25s ease,
    box-shadow .25s ease,
    background .25s ease !important;
}


#product-filter:hover {
  border-color: rgba(192, 83, 106, 0.32) !important;
}


#product-filter:focus {
  outline: none !important;

  border-color: #C0536A !important;

  box-shadow:
    0 0 0 4px rgba(192, 83, 106, 0.10) !important;
}


/* Dropdown options */
#product-filter option {
  background: #FFFFFF !important;
  color: #542C36 !important;
}


/* =========================================================
   DISPLAY METHODS WRAPPER
   ========================================================= */

.diaplay-methods {
  background: #F7E9E9 !important;

  padding: 5px !important;

  border: 1px solid rgba(192, 83, 106, 0.14) !important;
  border-radius: 999px !important;

  gap: 4px !important;

  box-shadow:
    0 6px 18px rgba(84, 44, 54, 0.05) !important;
}


/* =========================================================
   COLUMN BUTTONS
   ========================================================= */

.saji-cols-btn {
  width: 38px !important;
  height: 38px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background: transparent !important;

  border: none !important;
  border-radius: 50% !important;

  color: #A86B7A !important;

  cursor: pointer !important;

  transition:
    background .25s ease,
    color .25s ease,
    transform .25s ease,
    box-shadow .25s ease !important;
}


.saji-cols-btn:hover {
  background: #FFFFFF !important;

  color: #C0536A !important;

  transform: translateY(-2px) !important;

  box-shadow:
    0 5px 14px rgba(84, 44, 54, 0.07) !important;
}


/* Active */
.saji-cols-btn.is-active,
.saji-cols-btn[aria-pressed="true"] {
  background: #C0536A !important;

  color: #FFFFFF !important;

  box-shadow:
    0 6px 16px rgba(192, 83, 106, 0.22) !important;
}


/* =========================================================
   GRID ICON
   ========================================================= */

.saji-cols-icon {
  display: grid !important;

  gap: 2px !important;

  width: 17px !important;
  height: 17px !important;
}


/* Let each data-cols set its columns */
.saji-cols-icon[data-cols="2"] {
  grid-template-columns: repeat(2, 1fr) !important;
}

.saji-cols-icon[data-cols="3"] {
  grid-template-columns: repeat(3, 1fr) !important;
}

.saji-cols-icon[data-cols="4"] {
  grid-template-columns: repeat(4, 1fr) !important;
}

.saji-cols-icon[data-cols="5"] {
  grid-template-columns: repeat(5, 1fr) !important;
}

.saji-cols-icon[data-cols="6"] {
  grid-template-columns: repeat(6, 1fr) !important;
}


/* Grid squares */
.saji-cols-icon span {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  min-width: 2px !important;
  min-height: 4px !important;

  background: currentColor !important;

  border-radius: 1px !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

  #product-filter {
    width: 100% !important;
    max-width: 220px !important;

    font-size: 12px !important;

    padding: 9px 14px !important;
  }

}



/* CENTER SECTION + SIDE MARGINS */

#enhanced-products-slide-7 {
  max-width: 95% !important;

  margin-left: auto !important;
  margin-right: auto !important;

  box-sizing: border-box !important;
}

/* Keep inner grid centered */
#enhanced-products-slide-7 > .grid {
  width: 100% !important;
  margin-inline: auto !important;
}

/* Tablet */
@media (max-width: 991px) {
  #enhanced-products-slide-7 {
    width: calc(100% - 32px) !important;
  }
}

/* Mobile */
@media (max-width: 640px) {
  #enhanced-products-slide-7 {
    width: calc(100% - 20px) !important;
  }
}





/* =========================================================
   MAIN CAROUSEL 8 — 95% WIDTH + ROUNDED IMAGES
   ========================================================= */

/* Section inner container */
#main-carousel-8 > .container {
  width: 95% !important;
  max-width: 95% !important;

  margin-left: auto !important;
  margin-right: auto !important;

  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* Grid */
#main-carousel-8 > .container > .grid {
  width: 100% !important;

  gap: 16px !important;
}


/* =========================================================
   MAIN BIG SLIDER
   ========================================================= */

#main-slider-8 {
  width: 100% !important;
  height: 100% !important;

  border-radius: 26px !important;
  overflow: hidden !important;

  box-shadow:
    0 12px 30px rgba(84, 44, 54, 0.08) !important;
}


/* Swiper container */
#main-slider-8 .s-slider-container {
  border-radius: 26px !important;
  overflow: hidden !important;
}


/* Slides */
#main-slider-8 .swiper-slide {
  border-radius: 26px !important;
  overflow: hidden !important;

  background-size: cover !important;
  background-position: center !important;
}


/* Important:
   DON'T set width:100% on .swiper-slide
   because Swiper controls the width itself */


/* =========================================================
   SIDE BANNERS
   ========================================================= */

#main-carousel-8 .side-slide {
  border-radius: 22px !important;
  overflow: hidden !important;

  background-size: cover !important;
  background-position: center !important;

  box-shadow:
    0 8px 24px rgba(84, 44, 54, 0.07) !important;

  transition:
    transform .3s ease,
    box-shadow .3s ease !important;
}


#main-carousel-8 .side-slide:hover {
  transform: translateY(-4px) !important;

  box-shadow:
    0 14px 32px rgba(84, 44, 54, 0.12) !important;
}


/* =========================================================
   SCROLLBAR
   ========================================================= */

#main-slider-8 .saji-swiper-scrollbar {
  bottom: 12px !important;

  height: 4px !important;

  border-radius: 999px !important;

  background: rgba(255,255,255,.55) !important;

  overflow: hidden !important;
}


#main-slider-8 .swiper-scrollbar-drag {
  background: #C0536A !important;

  border-radius: 999px !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

  #main-carousel-8 > .container {
    width: 94% !important;
    max-width: 94% !important;
  }

  #main-carousel-8 > .container > .grid {
    gap: 12px !important;
  }

  #main-slider-8,
  #main-slider-8 .s-slider-container,
  #main-slider-8 .swiper-slide {
    border-radius: 22px !important;
  }

  #main-carousel-8 .side-slide {
    border-radius: 20px !important;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 640px) {

  #main-carousel-8 > .container {
    width: 92% !important;
    max-width: 92% !important;
  }

  #main-carousel-8 > .container > .grid {
    gap: 10px !important;
  }

  #main-slider-8,
  #main-slider-8 .s-slider-container,
  #main-slider-8 .swiper-slide,
  #main-carousel-8 .side-slide {
    border-radius: 18px !important;
  }

}