@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --baladna-bordeaux: #97252b;
  --baladna-dark-red: #7a1f22;
  --baladna-pumpkin: #ed9736;
  --baladna-cream: #fff3e5;
  --baladna-soft: #fef7ee;
  --baladna-ink: #111111;
  --baladna-muted: #6f6b66;
  --baladna-line: rgba(151, 37, 43, 0.16);
  --baladna-shadow: 0 16px 42px rgba(151, 37, 43, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.baladna-storefront {
  margin: 0;
  color: var(--baladna-ink);
  background: #fff;
  font-family: "Nunito", Arial, sans-serif;
  letter-spacing: 0;
}

body.baladna-rtl {
  direction: rtl;
  text-align: right;
}

body.baladna-ltr {
  direction: ltr;
  text-align: left;
}

.baladna-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.baladna-container {
  width: min(100% - 32px, 1220px);
  margin-inline: auto;
}

.baladna-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(151, 37, 43, 0.12);
  backdrop-filter: blur(12px);
}

.baladna-header__inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
}

.baladna-logo img {
  width: 96px;
  height: auto;
}

.baladna-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.baladna-nav a,
.baladna-footer a {
  color: inherit;
  text-decoration: none;
}

.baladna-nav a {
  font-size: 15px;
  font-weight: 700;
  color: #1d1d1d;
  transition: color 180ms ease;
}

.baladna-nav a:hover {
  color: var(--baladna-pumpkin);
}

.baladna-header__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
}

.baladna-language {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--baladna-line);
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.baladna-language a {
  min-width: 42px;
  padding: 8px 11px;
  color: var(--baladna-bordeaux);
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.baladna-language a.is-active {
  color: #fff;
  background: var(--baladna-bordeaux);
}

.baladna-cart-link,
.baladna-primary-button,
.baladna-add-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.single_add_to_cart_button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid var(--baladna-bordeaux);
  color: #fff;
  background: var(--baladna-bordeaux);
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.baladna-cart-link span {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  color: var(--baladna-bordeaux);
  background: #fff;
  font-size: 12px;
}

.baladna-primary-button:hover,
.baladna-add-button:hover,
.baladna-cart-link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.single_add_to_cart_button:hover {
  color: #fff;
  background: var(--baladna-pumpkin);
  border-color: var(--baladna-pumpkin);
  transform: translateY(-1px);
}

.baladna-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 1px solid var(--baladna-line);
  border-radius: 999px;
  background: #fff;
}

.baladna-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--baladna-bordeaux);
}

.baladna-main {
  flex: 1;
}

.baladna-hero {
  background: linear-gradient(180deg, #fff 0%, var(--baladna-soft) 100%);
  border-bottom: 1px solid rgba(151, 37, 43, 0.1);
}

.baladna-hero__grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 46px;
  padding-block: 74px 52px;
}

.baladna-eyebrow {
  margin: 0 0 16px;
  color: var(--baladna-pumpkin);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.baladna-hero h1,
.baladna-shop-hero h1,
.baladna-basic-page h1,
.baladna-single-product h1 {
  margin: 0;
  color: var(--baladna-bordeaux);
  font-size: 64px;
  line-height: 1;
  font-weight: 700;
}

.baladna-hero__copy p:not(.baladna-eyebrow),
.baladna-shop-hero p,
.baladna-section-head p,
.baladna-single-product__copy {
  max-width: 620px;
  margin: 22px 0 0;
  color: var(--baladna-muted);
  font-size: 18px;
  line-height: 1.75;
}

.baladna-hero__chips,
.baladna-single-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.baladna-hero__chips span,
.baladna-single-badges span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(151, 37, 43, 0.2);
  border-radius: 999px;
  color: var(--baladna-bordeaux);
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}

.baladna-hero__products {
  min-height: 520px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 14px;
}

.baladna-hero__products img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(151, 37, 43, 0.12));
}

.baladna-hero__products img:nth-child(2) {
  transform: translateY(-34px);
}

.baladna-categories {
  padding: 72px 0 38px;
  background: #fff;
}

.baladna-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.baladna-section-head h2,
.baladna-family-head h2,
.related.products h2 {
  margin: 0;
  color: var(--baladna-ink);
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
}

.baladna-category-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.baladna-category-card {
  min-height: 250px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(151, 37, 43, 0.12);
  border-radius: 8px;
  color: var(--baladna-ink);
  background: #fff;
  text-decoration: none;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.baladna-category-card:hover {
  box-shadow: 0 2px 20px rgba(255, 243, 229, 1);
  transform: translateY(-2px);
}

.baladna-category-card img {
  width: 100%;
  height: 178px;
  object-fit: contain;
}

.baladna-category-card span {
  color: var(--baladna-bordeaux);
  font-size: 18px;
  font-weight: 700;
}

.baladna-product-sections {
  padding: 20px 0 80px;
}

.baladna-product-family {
  margin: 64px 0;
  scroll-margin-top: 108px;
}

.baladna-family-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.baladna-family-head a {
  color: var(--baladna-ink);
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
}

.baladna-product-grid,
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.baladna-product-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
  background: #fff;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.baladna-product-card:hover {
  box-shadow: 0 2px 20px rgba(255, 243, 229, 1);
  transform: translateY(-2px);
}

.baladna-product-card__media {
  display: grid;
  min-height: 300px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #fff;
}

.baladna-product-card__media img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  transition: transform 180ms ease;
}

.baladna-product-card:hover .baladna-product-card__media img {
  transform: scale(1.07);
}

.baladna-product-card__body {
  padding: 18px 18px 20px;
}

.baladna-product-card__category {
  min-height: 20px;
  margin: 0 0 8px;
  color: var(--baladna-pumpkin);
  font-size: 13px;
  font-weight: 700;
}

.baladna-product-card h3 {
  min-height: 56px;
  margin: 0;
  color: var(--baladna-ink);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.baladna-product-card h3 a {
  color: inherit;
  text-decoration: none;
}

.baladna-product-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 16px 0;
  color: var(--baladna-muted);
  font-size: 14px;
}

.baladna-product-card__meta strong,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.baladna-single-product .price {
  color: var(--baladna-bordeaux);
  font-size: 26px;
  font-weight: 700;
}

.baladna-add-button,
.woocommerce ul.products li.product .button {
  width: 100%;
}

.baladna-shop-hero {
  padding: 72px 0 56px;
  background: var(--baladna-soft);
  border-bottom: 1px solid rgba(151, 37, 43, 0.1);
}

.baladna-shop-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 38px 0 28px;
}

.baladna-basic-page,
.baladna-single-product {
  padding-block: 58px 88px;
}

.baladna-entry-content {
  margin-top: 24px;
  color: var(--baladna-muted);
  font-size: 17px;
  line-height: 1.8;
}

.baladna-single-product__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: 58px;
  margin-top: 28px;
}

.baladna-single-product__media {
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--baladna-soft);
}

.baladna-single-product__media img {
  width: 100%;
  max-height: 680px;
  object-fit: contain;
}

.baladna-single-product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.baladna-single-product .quantity input.qty {
  width: 86px;
  min-height: 44px;
  border: 1px solid var(--baladna-line);
  border-radius: 999px;
  text-align: center;
}

.woocommerce-breadcrumb {
  color: var(--baladna-muted);
  font-size: 14px;
}

.woocommerce-breadcrumb a {
  color: var(--baladna-bordeaux);
  text-decoration: none;
}

.baladna-cart-notice,
.woocommerce-message,
.woocommerce-info {
  width: min(100% - 32px, 1220px);
  margin: 20px auto;
  padding: 16px 18px;
  border: 1px solid rgba(151, 37, 43, 0.18);
  border-radius: 8px;
  color: var(--baladna-bordeaux);
  background: var(--baladna-soft);
}

.baladna-footer {
  margin-top: auto;
  padding: 58px 0 22px;
  color: #fff;
  background: var(--baladna-bordeaux);
}

.baladna-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.6fr 0.8fr;
  gap: 42px;
}

.baladna-footer__logo {
  width: 96px;
  height: auto;
  margin-bottom: 18px;
}

.baladna-footer p,
.baladna-footer span,
.baladna-footer a {
  display: block;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.8;
}

.baladna-footer h3 {
  margin: 0 0 14px;
  font-size: 18px;
}

.baladna-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 42px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
}

.baladna-footer__bottom span,
.baladna-footer__bottom a {
  font-size: 12px;
}

@media (max-width: 980px) {
  .baladna-header__inner {
    grid-template-columns: auto auto 1fr;
  }

  .baladna-menu-toggle {
    display: inline-block;
  }

  .baladna-nav {
    position: absolute;
    inset-inline: 16px;
    top: 88px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid var(--baladna-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--baladna-shadow);
  }

  .baladna-nav.is-open {
    display: flex;
  }

  .baladna-nav a {
    padding: 14px;
  }

  .baladna-hero__grid,
  .baladna-single-product__grid {
    grid-template-columns: 1fr;
  }

  .baladna-hero__grid {
    min-height: auto;
    padding-block: 44px;
  }

  .baladna-hero h1,
  .baladna-shop-hero h1,
  .baladna-basic-page h1,
  .baladna-single-product h1 {
    font-size: 42px;
  }

  .baladna-hero__products {
    min-height: 320px;
  }

  .baladna-category-row,
  .baladna-product-grid,
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .baladna-footer__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .baladna-container {
    width: min(100% - 24px, 1220px);
  }

  .baladna-header__inner {
    min-height: 78px;
    gap: 12px;
  }

  .baladna-logo img {
    width: 76px;
  }

  .baladna-header__actions {
    gap: 8px;
  }

  .baladna-cart-link {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 13px;
  }

  .baladna-language a {
    min-width: 35px;
    padding-inline: 8px;
  }

  .baladna-nav {
    top: 78px;
  }

  .baladna-hero h1,
  .baladna-shop-hero h1,
  .baladna-basic-page h1,
  .baladna-single-product h1 {
    font-size: 38px;
  }

  .baladna-hero__copy p:not(.baladna-eyebrow),
  .baladna-shop-hero p,
  .baladna-section-head p,
  .baladna-single-product__copy {
    font-size: 16px;
  }

  .baladna-hero__products {
    grid-template-columns: 1fr;
  }

  .baladna-hero__products img:nth-child(2) {
    transform: none;
  }

  .baladna-section-head,
  .baladna-family-head,
  .baladna-shop-tools,
  .baladna-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .baladna-category-row,
  .baladna-product-grid,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }

  .baladna-product-card__media,
  .baladna-product-card__media img {
    height: 280px;
  }
}

/* Baladna original-site style refresh: red pill header, full menus, full footer. */
.baladna-header {
  top: 14px;
  z-index: 99;
  padding: 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.baladna-header__pill {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--baladna-bordeaux);
  box-shadow: 0 18px 42px rgba(151, 37, 43, 0.16);
}

.baladna-logo {
  display: inline-flex;
  align-items: center;
}

.baladna-logo img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.baladna-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.baladna-nav__item {
  position: relative;
}

.baladna-nav__item > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 15px;
  border-radius: 999px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease;
}

.baladna-nav__item > a:hover,
.baladna-nav__item:hover > a {
  color: var(--baladna-pumpkin);
  background: rgba(255, 255, 255, 0.08);
}

.baladna-nav__item.has-children > a::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-inline-start: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.baladna-dropdown {
  position: absolute;
  inset-inline-start: 50%;
  top: calc(100% + 12px);
  width: 270px;
  max-height: min(70vh, 540px);
  overflow: auto;
  padding: 12px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(8px);
  transition: opacity 160ms ease, transform 160ms ease;
}

.baladna-rtl .baladna-dropdown {
  transform: translateX(50%) translateY(8px);
}

.baladna-nav__item:hover .baladna-dropdown,
.baladna-nav__item:focus-within .baladna-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.baladna-rtl .baladna-nav__item:hover .baladna-dropdown,
.baladna-rtl .baladna-nav__item:focus-within .baladna-dropdown {
  transform: translateX(50%) translateY(0);
}

.baladna-nav__item.is-wide .baladna-dropdown {
  width: min(760px, calc(100vw - 64px));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}

.baladna-dropdown a {
  display: block;
  padding: 11px 12px;
  border-radius: 12px;
  color: var(--baladna-bordeaux);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease;
}

.baladna-dropdown a:hover {
  color: var(--baladna-pumpkin);
  background: var(--baladna-soft);
}

.baladna-header__actions {
  justify-content: flex-end;
  gap: 10px;
}

.baladna-corporate-link {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 18px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: var(--baladna-bordeaux);
  background: #fff;
  text-decoration: none;
  font-weight: 700;
}

.baladna-search {
  position: relative;
  display: flex;
  align-items: center;
}

.baladna-search input[type="search"] {
  width: 150px;
  min-height: 42px;
  padding: 0 44px 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  outline: 0;
}

.baladna-rtl .baladna-search input[type="search"] {
  padding: 0 16px 0 44px;
}

.baladna-search input::placeholder {
  color: rgba(255, 255, 255, 0.74);
}

.baladna-search button {
  position: absolute;
  inset-inline-end: 4px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  color: var(--baladna-bordeaux);
  background: #fff;
  font-size: 18px;
  line-height: 1;
}

.baladna-language {
  border-color: rgba(255, 255, 255, 0.45);
  background: #fff;
}

.baladna-cart-link {
  border-color: #fff;
  color: var(--baladna-bordeaux);
  background: #fff;
}

.baladna-cart-link span {
  color: #fff;
  background: var(--baladna-bordeaux);
}

.baladna-cart-link:hover,
.baladna-corporate-link:hover {
  color: #fff;
  background: var(--baladna-pumpkin);
  border-color: var(--baladna-pumpkin);
}

.baladna-cart-link:hover span {
  color: var(--baladna-pumpkin);
  background: #fff;
}

.baladna-menu-toggle {
  width: 42px;
  height: 42px;
  border-color: rgba(255, 255, 255, 0.45);
  background: #fff;
}

.baladna-footer {
  padding: 66px 0 24px;
  background: var(--baladna-bordeaux);
}

.baladna-footer__grid {
  display: grid;
  grid-template-columns: minmax(190px, 1.3fr) minmax(120px, 0.8fr) minmax(180px, 1.1fr) minmax(180px, 1.1fr) minmax(120px, 0.7fr);
  gap: 34px;
  align-items: start;
}

.baladna-footer__brand {
  display: grid;
  gap: 18px;
  justify-items: start;
}

.baladna-rtl .baladna-footer__brand {
  justify-items: end;
}

.baladna-footer__logo {
  width: 110px;
}

.baladna-footer p {
  max-width: 360px;
}

.baladna-footer__column a,
.baladna-footer__column span {
  margin: 4px 0;
}

.baladna-footer__column a:hover {
  color: var(--baladna-pumpkin);
  text-decoration: underline;
}

.baladna-footer__bottom {
  margin-top: 56px;
}

.woocommerce-cart-form,
.woocommerce-checkout,
.woocommerce-order,
.woocommerce-account .woocommerce {
  width: min(100% - 32px, 1220px);
  margin: 48px auto 80px;
}

.woocommerce table.shop_table {
  border: 1px solid rgba(151, 37, 43, 0.16);
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce table.shop_table th {
  color: var(--baladna-bordeaux);
  background: var(--baladna-soft);
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: min(100%, 420px);
}

@media (max-width: 1180px) {
  .baladna-header__pill {
    grid-template-columns: auto 1fr auto;
  }

  .baladna-search,
  .baladna-corporate-link {
    display: none;
  }

  .baladna-nav__item > a {
    padding: 0 10px;
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  .baladna-header {
    top: 8px;
  }

  .baladna-header__pill {
    min-height: 76px;
    grid-template-columns: auto 1fr;
    gap: 10px;
    border-radius: 38px;
  }

  .baladna-logo img {
    width: 72px;
    height: 72px;
  }

  .baladna-header__actions {
    justify-self: end;
  }

  .baladna-menu-toggle {
    display: inline-block;
  }

  .baladna-nav {
    position: absolute;
    inset-inline: 16px;
    top: calc(100% + 10px);
    display: none;
    max-height: calc(100vh - 120px);
    overflow: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 14px;
    border-radius: 20px;
    background: var(--baladna-bordeaux);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  }

  .baladna-nav.is-open {
    display: flex;
  }

  .baladna-nav__item > a {
    width: 100%;
    justify-content: space-between;
    padding: 0 14px;
  }

  .baladna-dropdown,
  .baladna-nav__item.is-wide .baladna-dropdown {
    position: static;
    width: 100%;
    max-height: none;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 4px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    box-shadow: none;
  }

  .baladna-rtl .baladna-dropdown,
  .baladna-nav__item:hover .baladna-dropdown,
  .baladna-nav__item:focus-within .baladna-dropdown,
  .baladna-rtl .baladna-nav__item:hover .baladna-dropdown,
  .baladna-rtl .baladna-nav__item:focus-within .baladna-dropdown {
    transform: none;
  }

  .baladna-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .baladna-header__pill {
    padding: 0 10px;
  }

  .baladna-language a {
    min-width: 34px;
  }

  .baladna-cart-link {
    min-height: 38px;
    padding-inline: 12px;
  }

  .baladna-cart-link span {
    min-width: 22px;
    height: 22px;
  }

  .baladna-footer__grid {
    grid-template-columns: 1fr;
  }
}
