@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");

body {
  font-family: "Cairo", sans-serif;
  background: #fff;
  color: #1a1a1a;
}

.flex {
  display: flex;
  gap: 10px;
}

/* ========== 1. Header ========== */
header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: sticky;
  margin-bottom: 10px !important;
  z-index: 10 !important;
}

/* Hide top navbar */
.top-navbar {
  display: none !important;
}

/* Main navigation right side */
#mainnav .inner > .container > div > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}

/* Custom right actions container */
.custom-nav-right-actions {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  gap: 0 !important;
  min-height: 40px;
  padding: 0;
}

.custom-nav-right-actions a {
  justify-self: center;
}

/* Reserve space before JS loads */
#mainnav .inner > .container > div > div:nth-child(2):empty {
  min-width: 300px;
  min-height: 40px;
}

/* ---- Search Bar ---- */
.custom-header-search {
  position: relative;
  height: 40px;
  transition: all 0.3s ease;
}

.custom-header-search .s-search-container {
  height: 40px;
}

.custom-header-search .s-search-input-wrapper {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 20px;
  transition: all 0.3s ease;
  position: relative;
}

.custom-header-search .s-search-input {
  width: 100%;
  height: 40px !important;
  background: transparent;
  border: 1.8px solid transparent;
  padding: 0 3rem 0 1rem;
  font-size: 14px;
  color: #333;
  border-radius: 20px !important;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: right;
}

.custom-header-search:focus-within .s-search-input-wrapper {
  background: #ffe5e9;
}

.custom-header-search:focus-within .s-search-input {
  border-color: var(--color-primary, #ec2d4d);
}

.custom-header-search .s-search-input::placeholder {
  color: #6b7280;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
  text-align: right;
}

.custom-header-search .s-search-icon-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 2;
  transition:
    left 0.3s ease,
    transform 0.3s ease;
}

.custom-header-search:focus-within .s-search-icon-wrap {
  left: 1rem;
  transform: translateY(-50%);
}

.custom-header-search .s-search-icon svg {
  display: none;
}

.custom-header-search .s-search-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7' stroke='%231A1A1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.5 16.5L21 21' stroke='%231A1A1A' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.custom-header-search:focus-within .s-search-input-wrapper,
.custom-header-search .s-search-input-wrapper:focus-within {
  width: 280px;
}

.custom-header-search:focus-within .s-search-input::placeholder,
.custom-header-search .s-search-input:focus::placeholder {
  opacity: 1;
}

.custom-header-search:focus-within .s-search-input,
.custom-header-search .s-search-input:focus {
  padding: 0 1.5rem 0 3rem;
  text-align: right;
}

.s-search-inline {
  min-width: 50px;
}

.custom-header-search .s-search-results {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: auto;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-height: 400px;
  overflow-y: auto;
  z-index: 10002;
  width: 280px;
}

/* ---- User Menu Ã¢â‚¬â€ Icon Only ---- */
.custom-nav-right-actions salla-user-menu {
  display: flex;
  align-items: center;
  padding: 0;
  align-self: center;
  justify-content: center;
}

.custom-nav-right-actions .s-user-menu-wrapper {
  display: flex;
  align-items: center;
}

.custom-nav-right-actions .s-user-menu-trigger-slot {
  display: flex;
  align-items: center;
}

.custom-nav-right-actions .s-user-menu-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: relative;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.custom-nav-right-actions .s-user-menu-trigger:hover {
  background: #f3f4f6;
}

/* Hide avatar, greeting, name, chevron */
.custom-nav-right-actions .s-user-menu-avatar-wrap,
.custom-nav-right-actions .s-user-menu-trigger-content,
.custom-nav-right-actions .s-user-menu-trigger-icon {
  display: none !important;
}

/* Person icon via ::before */
.custom-nav-right-actions .s-user-menu-trigger::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%231A1A1A' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.s-user-menu-dropdown li a svg {
  color: var(--color-primary, #ec2d4d) !important;
}

/* ---- Cart Icon ---- */
.custom-nav-right-actions salla-cart-summary {
  margin: 0;
}

.custom-nav-right-actions .s-cart-summary-wrapper {
  display: flex;
  border-radius: 20px;
  background: transparent !important;
  transition: all 0.3s ease;
  text-decoration: none;
  height: 40px;
}

.custom-nav-right-actions .s-cart-summary-wrapper:hover {
  background: #f3f4f6;
  margin: 0;
}

/* Replace default bag icon */
.custom-nav-right-actions .s-cart-summary-icon,
.custom-nav-right-actions .header-btn__icon {
  display: none !important;
}

.custom-nav-right-actions #s-cart-icon {
  position: relative;
  width: 24px;
  height: 24px;
}

.custom-nav-right-actions #s-cart-icon::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2H3.74C4.82 2 5.67 2.93 5.58 4L4.75 13.96C4.61 15.59 5.9 16.99 7.54 16.99H18.19C19.63 16.99 20.89 15.81 21 14.38L21.54 6.88C21.66 5.22 20.4 3.87 18.73 3.87H5.82' stroke='%231A1A1A' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.25 22C16.94 22 17.5 21.44 17.5 20.75C17.5 20.06 16.94 19.5 16.25 19.5C15.56 19.5 15 20.06 15 20.75C15 21.44 15.56 22 16.25 22Z' stroke='%231A1A1A' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.25 22C8.94 22 9.5 21.44 9.5 20.75C9.5 20.06 8.94 19.5 8.25 19.5C7.56 19.5 7 20.06 7 20.75C7 21.44 7.56 22 8.25 22Z' stroke='%231A1A1A' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 8H21' stroke='%231A1A1A' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.custom-nav-right-actions .s-cart-summary-count {
  position: absolute;
  top: -2px;
  right: -13px;
  background: var(--color-primary, #ec2d4d);
  color: white;
  font-size: 11px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 2px;
  border: 2px solid white;
}

.custom-nav-right-actions .s-cart-summary-content {
  display: none;
}

.custom-nav-right-actions
  .s-cart-summary-wrapper:hover
  .s-cart-summary-content {
  display: block;
  font-size: 13px;
  color: var(--color-primary, #ec2d4d);
  font-weight: 600;
}

.s-cart-summary-total {
  display: none;
}

.custom-nav-right-actions salla-cart-summary {
  align-self: center;
}

/* ---- Header Responsive ---- */
@media (max-width: 1024px) {
  .custom-header-search {
    display: none !important;
  }

  .custom-nav-right-actions .s-cart-summary-count {
    top: 0px;
    right: -9px;
    min-height: 18px;
  }
}

@media (max-width: 768px) {
  .custom-nav-right-actions {
    gap: 0.75rem;
    grid-template-columns: 1fr 1fr;
  }

  .custom-header-search {
    display: none !important;
  }

  .custom-nav-right-actions .s-cart-summary-wrapper {
    padding: 0.375rem 0.5rem;
    height: 36px;
  }

  .custom-nav-right-actions #s-cart-icon {
    width: 20px;
    height: 20px;
  }

  .custom-nav-right-actions #s-cart-icon::before {
    width: 20px;
    height: 20px;
  }

  .custom-nav-right-actions salla-user-menu {
    justify-content: end;
  }

  header {
    z-index: 10 !important;
  }
}

@media (max-width: 480px) {
  .custom-nav-right-actions {
    gap: 0.5rem;
  }
}

.custom-nav-right-actions {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.s-search-modal:nth-of-type(2) {
  display: none !important;
}

#header-s-cart-icon:nth-of-type(2) {
  display: none !important;
}

/* ========== End Header ========== */

/* ========== 2. Hero Section ========== */

.s-block--full-banner .full-banner-entry {
  background-image: none !important;
  background-color: #f5f5f5;
  min-height: 700px;
  padding: 0;
  position: relative;
}

.s-block--full-banner .overlay {
  display: none !important;
}

/* Prevent Salla pseudo-elements from interfering */
.full-banner-entry::after,
.full-banner-entry::before {
  display: none !important;
}

/* Split layout Ã¢â‚¬â€ RTL: image on right, text on left */
.s-block--full-banner .flex.items-center.justify-center {
  justify-content: space-between !important;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  flex-direction: row-reverse !important;
  gap: 40px;
  padding: 0;
}

.s-block--full-banner h2 {
  font-size: 64px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #1a1a1a;
  text-align: right;
  margin-bottom: 35px;
  max-width: 800px;
  margin-left: 45px;
}

@media (max-width: 1280px) {
  /* Split layout Ã¢â‚¬â€ RTL: image on right, text on left */
  .s-block--full-banner .flex.items-center.justify-center {
    justify-content: start !important;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    flex-direction: row-reverse !important;
    gap: 8%;
    padding: 0;
  }
}

/* Heading */
.s-block--full-banner h2 {
  font-size: 64px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #1a1a1a;
  text-align: right;
  margin-bottom: 35px;
  max-width: 800px;
  flex: 1;
  margin-left: 20px;
}

/* CTA Button */
.hero-cta-button {
  display: inline-block;
  background-color: var(--color-primary, #ec2d4d);
  color: white;
  padding: 8px 49px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(236, 45, 77, 0.3);
  cursor: pointer;
  align-self: end;
  margin: 0 25%;
}

.hero-cta-button:hover {
  background-color: var(--color-primary-dark, #c60727);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(236, 45, 77, 0.4);
}

.hero-cta-button:focus {
  outline: 3px solid var(--color-primary-light, #ff5373);
  outline-offset: 4px;
}

/* Circular image frame (right side) via ::after */
.s-block--full-banner .flex.items-center.justify-center::after {
  content: "";
  display: block;
  width: 750px;
  height: 630px;
  background-image: url("https://cdn.files.salla.network/homepage/1174289352/65a19edd-9310-4d18-8fe5-74115d62048d.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50% 0 0 50%;
  border: 21px solid var(--color-primary, #ec2d4d);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  position: relative;
  flex-shrink: 0;
}

/* Decorative spice dots */
.s-block--full-banner::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, #8b4513 2px, transparent 2px);
  background-size: 10px 10px;
  opacity: 0.3;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.s-block.s-block--full-banner.s-block--full-bg {
  background: #f7f8f8 !important;
}

/* ---- Hero Responsive ---- */
/* Small laptops (1024pxÃ¢â‚¬â€œ1280px) */
@media (max-width: 1280px) {
  .s-block--full-banner h2 {
    font-size: 56px !important;
    max-width: 650px;
  }

  .s-block--full-banner .flex.items-center.justify-center::after {
    width: 500px;
    height: 514px;
  }
}

/* Tablets (768pxÃ¢â‚¬â€œ1024px) */
@media (max-width: 1024px) {
  .s-block--full-banner .full-banner-entry {
    min-height: 500px;
  }

  .s-block--full-banner .flex.items-center.justify-center {
    gap: 30px;
  }

  .s-block--full-banner h2 {
    font-size: 48px !important;
    max-width: 550px;
    margin-bottom: 25px;
    margin-left: 10px;
  }

  .s-block--full-banner .flex.items-center.justify-center::after {
    width: 380px;
    height: 390px;
    border-width: 14px;
  }

  .hero-cta-button {
    padding: 10px 40px;
    font-size: 17px;
    margin: 0 20%;
  }

  .s-block--full-banner::before {
    right: 150px;
    width: 80px;
    height: 80px;
  }
}

/* Large mobile / small tablets (600pxÃ¢â‚¬â€œ768px) */
@media (max-width: 768px) {
  .s-block--full-banner .full-banner-entry {
    padding: 40px 0;
    min-height: 420px;
  }

  .s-block--full-banner .flex.items-center.justify-center {
    flex-direction: row-reverse !important;
    gap: 30px;
  }

  .s-block--full-banner h2 {
    font-size: 42px !important;
    text-align: center;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .s-block--full-banner .flex.items-center.justify-center::after {
    width: 325px;
    height: 320px;
    border-width: 12px;
    border-radius: 50% 0 0 50%;
  }

  .hero-cta-button {
    align-self: center;
    margin: 0 auto;
    padding: 12px 45px;
    font-size: 17px;
  }

  .s-block--full-banner::before {
    display: none;
  }
}

/* Mobile portrait (480pxÃ¢â‚¬â€œ600px) */
@media (max-width: 600px) {
  .s-block--full-banner .full-banner-entry {
    padding: 30px 15px;
    min-height: 370px;
  }

  .s-block--full-banner h2 {
    font-size: 36px !important;
    margin-bottom: 18px;
  }

  .s-block--full-banner .flex.items-center.justify-center::after {
    width: 280px;
    height: 280px;
  }

  .hero-cta-button {
    padding: 10px 40px;
    font-size: 16px;
  }
}

/* Small mobile (max 480px) */
@media (max-width: 480px) {
  .s-block--full-banner .full-banner-entry {
    padding: 0;
    min-height: 330px;
  }

  .s-block--full-banner .flex.items-center.justify-center {
    gap: 0px;
    flex-direction: row-reverse !important;
  }

  .s-block--full-banner h2 {
    font-size: 25px !important;
    line-height: 1.3 !important;
    margin-bottom: 25px;
  }

  .s-block--full-banner .flex.items-center.justify-center::after {
    width: 189px;
    height: 198px;
    border-width: 8px;
    border-radius: 100px 0 0 100px;
  }

  .hero-cta-button {
    padding: 4px 28px;
    font-size: 14px;
  }
}

/* Extra small (max 375px) */
@media (max-width: 375px) {
  .s-block--full-banner h2 {
    font-size: 24px !important;
  }

  .s-block--full-banner .flex.items-center.justify-center::after {
    width: 200px;
    height: 200px;
    border-width: 6px;
  }

  .hero-cta-button {
    padding: 8px 30px;
    font-size: 14px;
  }
}

/* ========== End Hero ========== */

/* ========== 3. Features Section ========== */

/* Section wrapper */
.s-block--features {
  padding: 48px 0 !important;
  background: #fff;
  direction: rtl;
}

/* "Ã™â€žÃ™â€¦Ã˜Â§Ã˜Â°Ã˜Â§ Ã˜ÂªÃ˜Â®Ã˜ÂªÃ˜Â§Ã˜Â±Ã™â€ Ã˜Â§" title injected by JS */
.features-section-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 50px;
  letter-spacing: 0.01em;
}

/* The rounded card wrapping the grid */
.s-block--features > .grid {
  background: #fff;
  border-radius: 140px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.03);
  border: 1px solid #f0f0f0;
  padding: 40px 32px !important;
  gap: 0 !important;
  max-width: 960px;
  margin: 0 auto;
}

/* Each feature item */
.s-block--features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding: 0 24px;
  position: relative;
}

/* Icon wrapper */
.s-block--features__item .feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  margin-bottom: 16px;
  transition: background 0.3s ease;
}

/* Icon */
.s-block--features__item .feature-icon i {
  font-size: 36px;
  color: var(--color-primary, #ec2d4d);
  line-height: 1;
}

/* Item title */
.s-block--features__item h2 {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #1a1a1a;
  margin: 0;
  line-height: 1.4;
}

/* Hide the paragraph tag */
.s-block--features__item p {
  display: none !important;
}

/* ---- Features Responsive ---- */

@media (max-width: 768px) {
  .s-block--features > .grid {
    padding: 32px 16px !important;
    border-radius: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .s-block--features__item:first-child {
    grid-column: 1 / 1;
  }

  .s-block--features__item .feature-icon {
    width: 58px;
    height: 58px;
  }

  .s-block--features__item .feature-icon i {
    font-size: 26px;
  }

  .s-block--features__item h2 {
    font-size: 13px !important;
  }

  .s-block--features__item {
    padding: 0 12px;
  }
}

@media (max-width: 480px) {
  .s-block--features {
    padding: 32px 0 !important;
  }

  .s-block--features > .grid {
    padding: 24px 10px !important;
    border-radius: 16px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .s-block--features__item .feature-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
  }

  .s-block--features__item .feature-icon i {
    font-size: 22px;
  }

  .s-block--features__item h2 {
    font-size: 11px !important;
  }

  .features-section-title {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

/* ========== End Features ========== */

/* ========== 4. Accessibility & Print ========== */

@media print {
  .s-block--full-banner .flex.items-center.justify-center::after {
    display: none;
  }

  .hero-cta-button {
    border: 2px solid var(--color-primary);
    color: var(--color-primary) !important;
    background: transparent !important;
  }
}

.s-block--features__item:hover {
  box-shadow: none !important;
}

.s-block--features__item h2 {
  color: #9d1e33;
}

.s-block--full-banner::before {
  display: none !important;
}

/* ========== About / Fixed Banner Section ========== */

/* Hide the JS-injected About section â€” scoped tightly to avoid side effects */
.s-block--fixed-banner > .about-umami {
  display: none !important;
}

/* Section wrapper */
.s-block--fixed-banner {
  background: #fff;
  padding: 60px 0 !important;
  overflow: visible !important;
}

/* Two-column layout injected by JS */
.about-umami {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 6px;
  direction: rtl;
}

/* ---- Right: Text column ---- */
.about-umami__text {
  flex: 1;
  text-align: right;
}

.about-umami__title {
  font-size: 2rem;
  font-weight: 900;
  color: #1a1a1a;
  margin: 0 0 20px;
  line-height: 1.2;
}

.about-umami__text {
  margin-left: 70px;
}

.about-umami__body {
  font-size: 1.2rem;
  font-weight: 700;
  color: #444;
  line-height: 1.9;
  margin: 0;
}

/* ---- Left: Image card with concave corner ---- */
.about-umami__image-wrap {
  flex: 0 0 540px;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 34px;
  border-top-right-radius: 34px;
  border-bottom-right-radius: 240px;
  border-bottom-left-radius: 34px;
  width: 540px;
  height: 539px;
  background: #f0f1f2;
  padding: 22px 27px;
}

.about-umami__image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-top-left-radius: 26px;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 215px;
  border-bottom-left-radius: 26px;
}

/* ---- Responsive ---- */

/* Small laptops */
@media (max-width: 1100px) {
  .about-umami {
    gap: 40px;
    padding: 0 24px;
  }

  .about-umami__image-wrap {
    flex: 0 0 440px;
    width: 440px;
    height: 440px;
  }

  .about-umami__title {
    font-size: 1.75rem;
  }
}

/* Tablets */
@media (max-width: 900px) {
  .about-umami {
    gap: 28px;
    padding: 0 20px;
  }

  .about-umami__text {
    margin-left: 0;
  }

  .about-umami__image-wrap {
    flex: 0 0 340px;
    width: 340px;
    height: 340px;
    border-bottom-right-radius: 160px;
    padding: 16px 20px;
  }

  .about-umami__image-wrap img {
    border-bottom-right-radius: 155px;
  }

  .about-umami__title {
    font-size: 1.5rem;
  }

  .about-umami__body {
    font-size: 0.95rem;
  }
}

/* Mobile â€” keep ROW layout, shrink proportionally */
@media (max-width: 640px) {
  .s-block--fixed-banner {
    padding: 32px 0 !important;
  }

  .about-umami {
    flex-direction: row !important; /* stay in row on mobile */
    gap: 16px;
    padding: 0 14px;
    align-items: center;
  }

  .about-umami__text {
    flex: 1;
    margin-left: 0;
  }

  .about-umami__title {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .about-umami__body {
    font-size: 0.8rem;
    line-height: 1.7;
  }

  .about-umami__image-wrap {
    flex: 0 0 140px;
    width: 140px;
    height: 140px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 16px;
    padding: 8px 10px;
  }

  .about-umami__image-wrap img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 66px;
    border-bottom-left-radius: 12px;
  }
}

/* Extra small */
@media (max-width: 400px) {
  .about-umami {
    gap: 12px;
    padding: 0 10px;
  }

  .about-umami__image-wrap {
    flex: 0 0 110px;
    width: 130px;
    height: 130px;
    border-bottom-right-radius: 55px;
    padding: 5px 4px;
  }

  .about-umami__image-wrap img {
    border-bottom-right-radius: 50px;
  }

  .about-umami__title {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .about-umami__body {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
/* ========== End About ========== */

/* ========== 6. Promo Banner Section ========== */
.s-block--banners .banner-entry {
  display: none !important;
}
.custom-promo-heading {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.4;
  margin: 0;
  direction: rtl;
  text-align: right;
  max-width: 40%;
}

.custom-promo-banner {
  width: 41%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.promo-banner-section {
  background: #c52640;
  min-width: 90%;
  max-height: 70vh;
  min-height: 62vh;
  padding: 0;
  margin: 0;
  margin-right: auto;
  border-top-right-radius: 230000px;
  border-bottom-right-radius: 230000px;
  position: relative;
  margin-top: 5rem;
  margin-bottom: 4rem;
}

/* ---- 1024px: large tablet / small desktop ---- */
@media (max-width: 1024px) {
  .promo-banner-section {
    width: 93%;
    height: 60vh;
  }

  .custom-promo-banner {
    width: 46%;
  }

  .custom-promo-heading {
    font-size: 1.9rem;
    max-width: 42%;
  }
}

/* ---- 768px: tablet portrait ---- */
@media (max-width: 768px) {
  .promo-banner-section {
    width: 95% !important;
    min-height: 50vh !important;
    max-height: 55vh;
  }

  .custom-promo-banner {
    width: 48%;
  }

  .custom-promo-heading {
    font-size: 1.6rem;
    left: 4%;
    max-width: 44%;
  }
}

/* ---- 480px: large phone ---- */
@media (max-width: 480px) {
  .promo-banner-section {
    width: 100% !important;
    min-height: 20vh !important;
    max-height: 24vh;
    border-top-right-radius: 230000px;
    border-bottom-right-radius: 230000px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .custom-promo-banner {
    width: 47%;
  }

  .custom-promo-heading {
    font-size: 1.2rem;
    left: 3%;
    max-width: 42%;
  }
}

/* ---- 360px: small phone ---- */
@media (max-width: 360px) {
  .promo-banner-section {
    height: 38vh;
  }

  .custom-promo-banner {
    width: 55%;
  }

  .custom-promo-heading {
    font-size: 1rem;
    max-width: 40%;
  }
}
/* ========== End Promo Banner ========== */

/* ========== 7. Reviews Section ========== */

.s-block--testimonials.reviews-enhanced {
  padding: 50px 0;
  background: transparent !important;
  position: relative;
}

.s-reviews-header {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 18px;
}

.s-reviews-header-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Container â€” arrow buttons are absolute inside here */
.s-reviews-container {
  position: relative;
  padding-inline: 56px; /* side room for arrows */
  max-width: 1400px;
  margin: 0 auto;
}

/* Swiper track must not clip the visible slide edges */
.s-block--testimonials.reviews-enhanced .s-slider-container {
  overflow: visible;
}

/* Re-clip only the slides track, not the buttons */
.s-block--testimonials.reviews-enhanced salla-slider {
  overflow: hidden;
  display: block;
}

/* Hide Salla's default nav block positioning */
.s-block--testimonials .s-slider-block__title {
  position: static;
}

/* Arrow buttons â€” absolute over the container */
.s-block--testimonials.reviews-enhanced .s-slider-prev,
.s-block--testimonials.reviews-enhanced .s-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e5e7eb;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease;
  color: #555;
  flex-shrink: 0;
}
.s-block--testimonials.reviews-enhanced .s-slider-prev {
  right: 4px;
  left: auto;
}
.s-block--testimonials.reviews-enhanced .s-slider-next {
  left: 4px;
  right: auto;
}
.s-block--testimonials.reviews-enhanced .s-slider-prev:hover,
.s-block--testimonials.reviews-enhanced .s-slider-next:hover {
  background: #d1d5db;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.s-block--testimonials.reviews-enhanced .s-slider-prev:focus-visible,
.s-block--testimonials.reviews-enhanced .s-slider-next:focus-visible {
  outline: 3px solid var(--color-primary-light, #ff5373);
  outline-offset: 2px;
}

/* Slide + testimonial wrappers fill Swiper's inline width */
.s-block--testimonials.reviews-enhanced .s-reviews-swiper-slide,
.s-block--testimonials.reviews-enhanced .s-reviews-testimonial {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  background: transparent;
}

/* Card â€” fluid, never wider than 750px, never overflows its slide */
.s-block--testimonials.reviews-enhanced .s-reviews-testimonial__inner {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.05);
  padding: 24px 28px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: stretch;
  gap: 14px;
  width: 100%;
  max-width: 750px;
  box-sizing: border-box;
  margin: 0 auto;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}
.s-block--testimonials.reviews-enhanced .s-reviews-testimonial__inner:hover {
  transform: translateY(-2px);
}

/* Info wrapper â€” name+avatar on one side, rating on the other */
.s-reviews-testimonial__info_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  flex-wrap: wrap;
}

/* Avatar + name row */
.s-block--testimonials.reviews-enhanced .s-reviews-testimonial__info {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
.s-block--testimonials.reviews-enhanced .s-reviews-testimonial__info h2 {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #1a1a1a;
  margin: 0;
  white-space: nowrap;
}

/* Rating side */
.s-block--testimonials.reviews-enhanced .s-reviews-testimonial__name_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

/* Avatar circle */
.s-block--testimonials.reviews-enhanced .s-reviews-testimonial__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
}
.s-block--testimonials.reviews-enhanced .s-reviews-testimonial__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Rating badge â€” hide original stars, show numeric badge */
.reviews-stars-hidden {
  display: none !important;
}
.s-block--testimonials.reviews-enhanced .s-reviews-testimonial__rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-inline: 0 !important;
}
.reviews-rating-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 26px;
  direction: ltr;
}
.reviews-rating-score {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
}
.reviews-rating-star {
  color: #f59e0b;
  font-size: 18px;
  line-height: 1;
}

/* Review text â€” display:contents flattens __text so p is a flex child of __inner */
.s-block--testimonials.reviews-enhanced .s-reviews-testimonial__text {
  display: contents;
}
.s-block--testimonials.reviews-enhanced .s-reviews-testimonial__text p {
  font-size: 1rem;
  color: #4b5563;
  line-height: 1.8;
  text-align: right !important;
  font-weight: 700;
  margin: 0;
  direction: rtl;
  width: 100%;
}

/* Hide decorative quote icon */
.s-block--testimonials.reviews-enhanced .s-reviews-testimonial__icon {
  display: none;
}

/* ---- Reviews Responsive ---- */
@media (max-width: 768px) {
  .s-block--testimonials.reviews-enhanced {
    padding: 36px 0;
  }
  .s-reviews-container {
    padding-inline: 30px;
  }
  .s-block--testimonials.reviews-enhanced .s-reviews-testimonial__inner {
    padding: 20px 18px;
    border-radius: 20px;
    gap: 12px;
  }
  .s-reviews-header {
    font-size: 1.25rem;
  }

  .s-block--testimonials.reviews-enhanced .s-reviews-testimonial__name_wrapper {
    padding-left: 27px;
  }
}

@media (max-width: 480px) {
  .s-block--testimonials.reviews-enhanced {
    padding: 28px 0;
  }
  .s-reviews-container {
    padding-inline: 30px;
  }
  .s-block--testimonials.reviews-enhanced .s-slider-prev,
  .s-block--testimonials.reviews-enhanced .s-slider-next {
    width: 34px;
    height: 34px;
  }
  .s-block--testimonials.reviews-enhanced .s-slider-prev {
    right: 2px;
  }
  .s-block--testimonials.reviews-enhanced .s-slider-next {
    left: 2px;
  }
  .s-block--testimonials.reviews-enhanced .s-reviews-testimonial__inner {
    padding: 16px 14px;
    border-radius: 16px;
    gap: 10px;
  }
  .s-reviews-testimonial__info_wrapper {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
  }
  .s-block--testimonials.reviews-enhanced .s-reviews-testimonial__text p {
    font-size: 0.9rem;
    line-height: 1.7;
  }
  .s-reviews-header {
    font-size: 1.1rem;
  }
}
/* ========== End Reviews ========== */

/* ========== 8. Footer ========== */

/* 4.1 â€” Background & wrapper */
.footer-is-light .store-footer,
.footer-is-light .store-footer .store-footer__inner {
  background-color: #f8f8f6 !important;
}
.store-footer__inner {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  border-bottom: none !important;
}

/* 4.2 â€” 5-column grid */
.store-footer__inner .container {
  display: grid !important;
  grid-template-columns: repeat(5, 1fr) !important;
  gap: 40px 32px !important;
  align-items: start !important;
}
.store-footer__inner .container > div:first-child {
  grid-column: span 1 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 767px) {
  .store-footer__inner .container > div:first-child {
    grid-column: span 2 !important;
  }
}

/* 4.3 â€” Brand column: logo image + tagline + social */
.footer-logo-img {
  display: block;
  max-width: 177px;
  height: auto;
  margin-bottom: 4px;
}
.store-footer__inner .container > div:first-child a h3 {
  display: none !important;
}
.footer-tagline {
  font-size: 0.875rem;
  font-weight: 300;
  color: #888;
  line-height: 1.6;
  margin: 0 0 20px;
}
.store-footer__inner .container > div:first-child .hidden {
  display: block !important;
}

/* 4.4 â€” Social icons (hollow circles, hover â†’ brand red) */
.store-footer .s-social-link a,
.store-footer .social-link {
  width: 38px !important;
  height: 38px !important;
  border: 1.5px solid #d1d5db !important;
  background: transparent !important;
  color: #555 !important;
  transition:
    border-color 0.25s ease,
    color 0.25s ease,
    background 0.25s ease !important;
}
.store-footer .s-social-link a:hover,
.store-footer .social-link:hover {
  opacity: 1 !important;
  border-color: var(--color-primary, #ec2d4d) !important;
  color: var(--color-primary, #ec2d4d) !important;
  background: rgba(236, 45, 77, 0.05) !important;
}
.store-footer .s-social-list {
  gap: 10px !important;
  flex-wrap: wrap;
}

/* 4.5 â€” Column headings */
.store-footer h3,
.store-footer .s-contacts-title {
  font-size: 1rem !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  margin-bottom: 20px !important;
}

/* 4.6 â€” Salla menu links */
.store-footer .s-menu-footer-item {
  font-size: 0.875rem !important;
  color: #555 !important;
  margin-bottom: 14px !important;
  transition: color 0.2s ease !important;
}
.store-footer .s-menu-footer-item:hover {
  color: var(--color-primary, #ec2d4d) !important;
  opacity: 1 !important;
}

/* 4.7 â€” Injected nav columns */
.footer-custom-col {
  display: flex;
  flex-direction: column;
}
.footer-col-title {
  font-size: 1rem !important;
  font-weight: 800 !important;
  color: #1a1a1a !important;
  margin-bottom: 20px !important;
}
.footer-nav-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.footer-nav-list li {
  margin-bottom: 14px;
}
.footer-nav-link {
  font-size: 0.875rem !important;
  color: #555 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
  display: block;
}
.footer-nav-link:hover {
  color: var(--color-primary, #ec2d4d) !important;
  opacity: 1 !important;
}

/* 4.8 â€” Contact column: icon-only circle buttons */
#contact-slot.contact-icons-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 10px !important;
  margin-top: 4px;
}
/* Hide the original Salla contacts list vertical stacking */
.store-footer .s-contacts-list {
  display: block !important;
}
.store-footer .s-contacts-item.contact-icon-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  border: 1.5px solid #d1d5db !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #555 !important;
  text-decoration: none !important;
  transition:
    border-color 0.25s ease,
    color 0.25s ease,
    background 0.25s ease !important;
  margin-bottom: 0 !important;
}
.store-footer .s-contacts-item.contact-icon-btn svg {
  width: 17px !important;
  height: 17px !important;
  display: block;
  flex-shrink: 0;
}
.store-footer .s-contacts-item.contact-icon-btn:hover {
  opacity: 1 !important;
  border-color: var(--color-primary, #ec2d4d) !important;
  color: var(--color-primary, #ec2d4d) !important;
  background: rgba(236, 45, 77, 0.05) !important;
}
.store-footer .contact-social {
  display: none !important;
}

/* 4.9 â€” Bottom bar */
.footer-bottom-bar {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 20px 0 !important;
  border-top: 1px solid #e5e5e5 !important;
  gap: 16px;
  direction: rtl;
}
.footer-brand-text {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.08em;
  flex-shrink: 0;
}
.store-footer salla-payments {
  flex: 1;
  display: flex !important;
  justify-content: center !important;
}
.store-footer .s-payments-list {
  justify-content: center !important;
}
.store-footer .s-payments-list-item {
  height: 32px !important;
  width: auto !important;
  min-width: 48px;
  border-radius: 8px !important;
  padding: 4px 8px !important;
  background: #fff !important;
  border: 1px solid #e5e5e5 !important;
}
.store-footer .s-payments-list-item img {
  height: 100% !important;
  width: auto !important;
  max-height: 22px !important;
}
.store-footer .copyright-text p {
  color: #888 !important;
  font-size: 0.8rem !important;
  margin: 0 !important;
}
.store-footer .copyright-text a {
  color: var(--color-primary, #ec2d4d) !important;
}

/* 4.10 â€” Responsive */
@media (max-width: 1024px) {
  .store-footer__inner .container {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 32px 24px !important;
  }
}
@media (max-width: 768px) {
  .store-footer__inner .container {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 28px 20px !important;
  }
  .store-footer__inner .container > div,
  .footer-custom-col {
    text-align: right !important;
  }
  .store-footer .s-social-list {
    justify-content: center !important;
  }
  .footer-tagline {
    font-size: 18px;
    text-align: right !important;
  }
  .footer-bottom-bar {
    flex-direction: column-reverse !important;
    gap: 16px !important;
    text-align: center !important;
  }
}
@media (max-width: 480px) {
  .store-footer__inner .container {
    grid-template-columns: 1fr 1fr !important;
    gap: 30px 24px !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .store-footer__inner {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
}

/* ========== End Footer ========== */

/* ========== Start Product  ========== */
.s-product-card-entry {
  height: 82%;
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1)) !important;
  margin: 0;
  border: 1px solid #ec2d4d !important;
  border-radius: 31% !important;
  color: #ec2d4d !important;
  font-size: 18px !important;
}
/* ========== End Product ========== */

/* ======== Start Global Style ========== */
.s-product-card-image img {
  height: 100%;
  opacity: 1 !important;
  transition-duration: 0.5s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.swiper-wrapper {
  gap: 7px;
}

.s-button-primary-outline {
  background: #ec2d4d !important;
  color: #fff !important;
}

.carousel-slider .s-slider-block__title-nav {
  display: none !important;
}

.s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
  padding-left: 0px !important;
}

.s-slider-block__title {
  align-items: center;
  display: flex;
  justify-content: center !important;
}

.s-slider-block__title h2 {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.75rem;
  line-height: 1.8;
  position: relative;
  text-align: center;
}

nav#mobile-menu {
  padding-top: 2px;
}

.product-filter-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.product-filter-icon {
  position: absolute;
  right: 10px;
  color: #fff;
  font-size: 1rem;
  pointer-events: none;
  z-index: 1;
}

select#product-filter {
  background: #ec2d4d;
  color: #fff;
  padding-right: 2rem;
}

.product__description ul {
  list-style: none !important;
  display: flex;
  gap: 0 9px;
  padding-right: 0;
  flex-wrap: wrap;
}

.product__description ul li {
  font-size: 15px;
}

section:nth-child(6) {
  display: none !important;
}

.s-block--fixed-banner .container {
  display: flex;
  flex-direction: column;
  gap: 60px !important;
}

.carousel-slider .swiper-wrapper > div {
  padding: 0 !important;
}

#main-content
  > section.s-block.s-block--full-banner.s-block--full-bg
  > div
  > div.flex.h-full.items-center.justify-center.p-5.xs\:p-11.relative
  > div
  > a.inline-block.text-white.text-sm.border.rounded-md.font-bold.px-8.py-4 {
  display: none !important;
}

@media (min-width: 640px) {
  .s-block {
    margin-top: 2rem;
  }
}
/* ======== End Global Style ========== */