/*
 * شركة الحوت app-style skin
 *
 * This file only styles the Food Store markup and does not replace or alter
 * WooCommerce requests, shortcodes, AJAX actions, cart data, or product APIs.
 */
:root {
  --alhoot-green: #2f61a5;
  --alhoot-green-dark: #14284f;
  --alhoot-green-soft: #e4ebf8;
  --alhoot-purple: #6b4ca7;
  --alhoot-purple-soft: #eee9fa;
  --alhoot-ink: #171717;
  --alhoot-muted: #707070;
  --alhoot-surface: #ffffff;
  --alhoot-canvas: #f7f8f7;
}

#foodstore.alhoot-app-shell {
  box-sizing: border-box;
  max-width: 620px !important;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 14px 104px !important;
  overflow: hidden;
  background: var(--alhoot-canvas);
  color: var(--alhoot-ink);
  direction: rtl;
  font-family: "Tajawal", "Cairo", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.45;
}

#foodstore.alhoot-app-shell *,
#foodstore.alhoot-app-shell *::before,
#foodstore.alhoot-app-shell *::after {
  box-sizing: border-box;
}

#foodstore.alhoot-app-shell .fs-row {
  margin: 0;
}

#foodstore.alhoot-app-shell > .fs-row {
  display: flex;
  flex-direction: column;
}

#foodstore.alhoot-app-shell .alhoot-app-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-areas:
    "brand brand action"
    "search search search";
  gap: 12px;
  align-items: center;
  padding: 15px 2px 13px;
  background: rgba(247, 248, 247, 0.96);
  backdrop-filter: blur(12px);
}

#foodstore.alhoot-app-shell .alhoot-brand {
  grid-area: brand;
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  text-align: right;
}

#foodstore.alhoot-app-shell .alhoot-brand-mark {
  display: inline-grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 13px 13px 13px 4px;
  background: var(--alhoot-green);
  color: #fff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 5px 12px rgba(47, 97, 165, 0.2);
}

#foodstore.alhoot-app-shell .alhoot-brand-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

#foodstore.alhoot-app-shell .alhoot-brand-copy strong {
  color: var(--alhoot-green-dark);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.05;
}

#foodstore.alhoot-app-shell .alhoot-brand-copy small {
  max-width: 300px;
  overflow: hidden;
  color: var(--alhoot-muted);
  font-size: 9px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#foodstore.alhoot-app-shell .alhoot-brand-logo {
  display: block;
  flex: 0 0 54px;
  width: 54px;
  height: 48px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
}

#foodstore.alhoot-app-shell .alhoot-header-action {
  grid-area: action;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 1px solid #d9e2dd;
  border-radius: 50%;
  background: #fff;
  color: var(--alhoot-green);
  font-size: 22px;
  cursor: pointer;
}

#foodstore.alhoot-app-shell .alhoot-app-search {
  position: relative;
  grid-area: search;
}

#foodstore.alhoot-app-shell .alhoot-app-search input {
  width: 100%;
  height: 47px;
  margin: 0;
  padding: 0 18px 0 45px;
  border: 1.5px solid #1a1a1a;
  border-radius: 25px;
  outline: 0;
  background: #fff;
  color: var(--alhoot-ink);
  font: inherit;
  font-size: 14px;
}

#foodstore.alhoot-app-shell .alhoot-app-search input:focus {
  border-color: var(--alhoot-green);
  box-shadow: 0 0 0 3px rgba(47, 97, 165, 0.12);
}

#foodstore.alhoot-app-shell .alhoot-desktop-nav {
  display: none;
}

#foodstore.alhoot-app-shell .alhoot-market-trust-bar {
  display: none;
}

#foodstore.alhoot-app-shell .alhoot-store-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 2px 17px;
  padding: 13px 15px;
  border: 1px solid #e4eee8;
  border-radius: 14px;
  background: #fff;
}

#foodstore.alhoot-app-shell .alhoot-store-toolbar > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

#foodstore.alhoot-app-shell .alhoot-store-toolbar span {
  color: var(--alhoot-green);
  font-size: 10px;
  font-weight: 700;
}

#foodstore.alhoot-app-shell .alhoot-store-toolbar h2 {
  margin: 0 !important;
  font-size: 18px;
  font-weight: 800;
}

#foodstore.alhoot-app-shell .alhoot-store-toolbar a {
  color: var(--alhoot-green-dark);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

#foodstore.alhoot-app-shell .alhoot-store-toolbar a b {
  display: inline-block;
  margin-right: 3px;
  font-size: 16px;
}

#foodstore.alhoot-app-shell .alhoot-page-intro {
  margin: 8px 0 22px;
  padding: 25px 20px;
  border-radius: 18px;
  background: linear-gradient(135deg, #14284f, #6b4ca7);
  color: #fff;
  box-shadow: 0 9px 22px rgba(20, 40, 79, .15);
}

#foodstore.alhoot-app-shell .alhoot-page-intro a {
  color: #e5ddfa;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

#foodstore.alhoot-app-shell .alhoot-page-intro span {
  display: block;
  margin-top: 10px;
  color: #d9d1f0;
  font-size: 11px;
}

#foodstore.alhoot-app-shell .alhoot-page-intro h1 {
  margin: 4px 0 !important;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}

#foodstore.alhoot-app-shell .alhoot-page-intro p {
  margin: 0;
  color: #f0ecff;
  font-size: 12px;
}

#foodstore.alhoot-app-shell .alhoot-search-icon {
  position: absolute;
  top: 13px;
  left: 17px;
  width: 17px;
  height: 17px;
  border: 2px solid var(--alhoot-ink);
  border-radius: 50%;
  pointer-events: none;
}

#foodstore.alhoot-app-shell .alhoot-search-icon::after {
  position: absolute;
  right: -5px;
  bottom: -4px;
  width: 7px;
  height: 2px;
  transform: rotate(48deg);
  border-radius: 2px;
  background: var(--alhoot-ink);
  content: "";
}

#foodstore.alhoot-app-shell .alhoot-app-hero,
#foodstore.alhoot-app-shell .alhoot-app-slider {
  display: flex;
  min-height: 153px;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0 21px;
  padding: 23px 22px;
  overflow: hidden;
  border-radius: 19px;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.25), transparent 31%),
    linear-gradient(135deg, #14284f, #5d4aa0);
  color: #fff;
  box-shadow: 0 9px 22px rgba(20, 40, 79, .15);
}

#foodstore.alhoot-app-shell .alhoot-app-slider {
  position: relative;
  display: block;
  min-height: 177px;
  padding: 0;
}

#foodstore.alhoot-app-shell .alhoot-slider-track,
#foodstore.alhoot-app-shell .alhoot-app-slide {
  min-height: 177px;
}

#foodstore.alhoot-app-shell .alhoot-app-slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px;
  opacity: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,.25), transparent 31%),
    linear-gradient(135deg, #14284f, #5d4aa0);
  color: #fff;
  transition: opacity .35s ease;
  pointer-events: none;
}

#foodstore.alhoot-app-shell .alhoot-app-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

#foodstore.alhoot-app-shell .alhoot-app-slide > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: inherit;
  text-decoration: none;
}

#foodstore.alhoot-app-shell .alhoot-slide-copy {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 68%;
  flex-direction: column;
  gap: 3px;
}

#foodstore.alhoot-app-shell .alhoot-slide-copy span {
  color: #bde8d4;
  font-size: 12px;
}

#foodstore.alhoot-app-shell .alhoot-slide-copy strong {
  font-size: 25px;
  line-height: 1.2;
}

#foodstore.alhoot-app-shell .alhoot-slide-copy small {
  margin-top: 5px;
  color: #e7fff2;
  font-size: 11px;
}

#foodstore.alhoot-app-shell .alhoot-slide-image {
  display: block !important;
  width: 105px;
  max-height: 115px;
  object-fit: contain;
  border-radius: 18px;
  filter: drop-shadow(0 9px 11px rgba(0, 49, 31, .22));
}

#foodstore.alhoot-app-shell .alhoot-default-slide .alhoot-slide-image {
  width: 125px;
  max-height: 120px;
  padding: 5px;
  background: rgba(255,255,255,.95);
}

#foodstore.alhoot-app-shell .alhoot-slider-dots {
  position: absolute;
  right: 22px;
  bottom: 11px;
  z-index: 2;
  display: flex;
  gap: 5px;
}

/* Older theme overrides may still print a category "More" link. */
#foodstore.alhoot-app-shell .wfs-category-title-container > a,
#foodstore.alhoot-app-shell .wfs-category-heading-copy > a,
#foodstore.alhoot-app-shell .wfs-category-more,
#foodstore.alhoot-app-shell .wfs-more,
#foodstore.alhoot-app-shell [data-alhoot-nav="more"] {
  display: none !important;
}

#foodstore.alhoot-app-shell .alhoot-slider-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  cursor: pointer;
}

#foodstore.alhoot-app-shell .alhoot-slider-dots button.is-active {
  width: 19px;
  border-radius: 5px;
  background: #fff;
}

#foodstore.alhoot-app-shell .alhoot-offers {
  margin-bottom: 22px;
}

#foodstore.alhoot-app-shell .alhoot-section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}

#foodstore.alhoot-app-shell .alhoot-section-heading h2 {
  margin: 0 !important;
  font-size: 21px;
  font-weight: 800;
}

#foodstore.alhoot-app-shell .alhoot-section-heading span {
  color: var(--alhoot-green);
  font-size: 11px;
  font-weight: 700;
}

#foodstore.alhoot-app-shell .alhoot-offers-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(225px, 82%);
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

#foodstore.alhoot-app-shell .alhoot-offers-grid::-webkit-scrollbar {
  display: none;
}

#foodstore.alhoot-app-shell .alhoot-offer-card {
  min-height: 105px;
  overflow: hidden;
  border: 1px solid #d8ece2;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 5px 16px rgba(20, 40, 79, .06);
}

#foodstore.alhoot-app-shell .alhoot-offer-card > a {
  display: flex;
  min-height: 105px;
  align-items: stretch;
  color: inherit;
  text-decoration: none;
}

#foodstore.alhoot-app-shell .alhoot-offer-card > img,
#foodstore.alhoot-app-shell .alhoot-offer-card > a > img {
  width: 88px;
  min-height: 105px;
  object-fit: cover;
  background: var(--alhoot-green-soft);
}

#foodstore.alhoot-app-shell .alhoot-offer-card > div,
#foodstore.alhoot-app-shell .alhoot-offer-card > a > div {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
  padding: 10px;
}

#foodstore.alhoot-app-shell .alhoot-offer-card strong {
  overflow: hidden;
  max-width: 100%;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#foodstore.alhoot-app-shell .alhoot-offer-card small {
  overflow: hidden;
  max-width: 100%;
  color: var(--alhoot-muted);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#foodstore.alhoot-app-shell .alhoot-offer-card b {
  color: var(--alhoot-green-dark);
  font-size: 13px;
}

#foodstore.alhoot-app-shell .alhoot-offer-card b del {
  margin-right: 5px;
  color: #8b8b8b;
  font-size: 10px;
  font-weight: 400;
}

#foodstore.alhoot-app-shell .alhoot-offer-card em {
  color: #8b8b8b;
  font-size: 9px;
  font-style: normal;
}

#foodstore.alhoot-app-shell .alhoot-offer-badge {
  padding: 2px 7px;
  border-radius: 8px;
  background: var(--alhoot-purple-soft);
  color: #5b3c91;
  font-size: 9px;
  font-weight: 800;
}

#foodstore.alhoot-app-shell .alhoot-offer-placeholder {
  display: grid;
  width: 88px;
  min-height: 105px;
  place-items: center;
  background: var(--alhoot-green-soft);
  color: var(--alhoot-green);
  font-size: 30px;
}

#foodstore.alhoot-app-shell .alhoot-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

#foodstore.alhoot-app-shell .alhoot-hero-copy span {
  color: #bde8d4;
  font-size: 12px;
}

#foodstore.alhoot-app-shell .alhoot-hero-copy strong {
  font-size: 27px;
  line-height: 1.15;
}

#foodstore.alhoot-app-shell .alhoot-hero-copy small {
  margin-top: 5px;
  color: #e7fff2;
  font-size: 11px;
}

#foodstore.alhoot-app-shell .alhoot-hero-mark {
  display: grid;
  width: 91px;
  height: 91px;
  place-items: center;
  transform: rotate(9deg);
  border: 2px solid rgba(255,255,255,.55);
  border-radius: 29px 29px 29px 6px;
  color: rgba(255,255,255,.92);
  font-size: 68px;
  font-weight: 800;
  line-height: 1;
}

#foodstore.alhoot-app-shell .alhoot-shortcuts {
  margin-bottom: 23px;
}

#foodstore.alhoot-app-shell .alhoot-shortcuts h2 {
  margin: 0 0 10px !important;
  color: var(--alhoot-ink);
  font-size: 22px;
  font-weight: 800;
}

#foodstore.alhoot-app-shell .alhoot-shortcuts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

#foodstore.alhoot-app-shell .alhoot-shortcuts-grid a {
  display: flex;
  min-height: 76px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 5px;
  border: 1px solid transparent;
  border-radius: 12px;
  background: var(--alhoot-green-soft);
  color: var(--alhoot-ink);
  font-size: 11px;
  text-align: center;
}

#foodstore.alhoot-app-shell .alhoot-shortcuts-grid a:hover {
  border-color: var(--alhoot-green);
  color: var(--alhoot-green-dark);
}

#foodstore.alhoot-app-shell .alhoot-shortcut-icon {
  color: var(--alhoot-green-dark);
  font-size: 25px;
  line-height: 1;
}

#foodstore.alhoot-app-shell #wfs-sticky-sidebar {
  flex: 0 0 100%;
  width: 100%;
  padding: 0;
}

#foodstore.alhoot-app-shell .wfs-sidebar-menu {
  margin-bottom: 26px;
}

#foodstore.alhoot-app-shell .wfs-sidebar-menu ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

#foodstore.alhoot-app-shell .wfs-sidebar-menu ul li {
  min-width: 0;
}

#foodstore.alhoot-app-shell .wfs-sidebar-menu ul li a {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 7px;
  padding: 10px 5px;
  border: 1px solid #edf0ee;
  border-radius: 13px;
  background: var(--alhoot-surface);
  box-shadow: 0 4px 13px rgba(25, 49, 38, .04);
  color: var(--alhoot-ink);
  font-size: 12px;
  text-align: center;
}

#foodstore.alhoot-app-shell .wfs-sidebar-menu ul li a:hover,
#foodstore.alhoot-app-shell .wfs-sidebar-menu ul li a.active {
  border-color: var(--alhoot-green);
  background: #f1f5fc;
}

#foodstore.alhoot-app-shell .alhoot-category-visual {
  display: grid;
  width: 65px;
  height: 65px;
  flex: 0 0 65px;
  place-items: center;
  overflow: hidden;
  border-radius: 14px;
  background: #edf2fb;
  color: var(--alhoot-green);
  font-size: 31px;
}

#foodstore.alhoot-app-shell .alhoot-category-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#foodstore.alhoot-app-shell .alhoot-category-name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#foodstore.alhoot-app-shell .wfs-items-count {
  float: none !important;
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 3px !important;
  padding: 1px !important;
  background: var(--alhoot-green) !important;
  font-size: 10px !important;
  vertical-align: middle;
}

#foodstore.alhoot-app-shell #wfs-food-items {
  flex: 0 0 100%;
  width: 100%;
  padding: 0;
}

#foodstore.alhoot-app-shell #wfs-food-items > .wfs-search-container {
  display: none;
}

#foodstore.alhoot-app-shell .wfs-category-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3px;
  padding: 0 2px;
}

#foodstore.alhoot-app-shell .wfs-category-heading-copy {
  min-width: 0;
}

#foodstore.alhoot-app-shell .alhoot-category-more {
  flex: 0 0 auto;
  margin-right: 10px;
  color: var(--alhoot-green);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

#foodstore.alhoot-app-shell .alhoot-category-more:hover {
  color: var(--alhoot-purple);
}

#foodstore.alhoot-app-shell .alhoot-category-more span {
  display: inline-block;
  margin-right: 3px;
  font-size: 15px;
}

#foodstore.alhoot-app-shell h3.wfs-category-title {
  margin: 0 0 12px !important;
  color: var(--alhoot-ink);
  font-size: 22px;
  font-weight: 800;
}

#foodstore.alhoot-app-shell .wfs-category-short-desciption {
  display: none;
}

#foodstore.alhoot-app-shell #wfs-food-items .alhoot-product-section > .fs-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 -4px;
}

#foodstore.alhoot-app-shell #wfs-food-items .alhoot-product-section > .fs-row::before,
#foodstore.alhoot-app-shell #wfs-food-items .alhoot-product-section > .fs-row::after {
  display: none;
}

#foodstore.alhoot-app-shell #wfs-food-items .alhoot-product-section > .fs-row > [class*="fs-col-"] {
  float: none;
  width: auto;
  min-width: 0;
  padding: 0 4px 9px;
}

#foodstore.alhoot-app-shell .wfs-food-item-container {
  position: relative;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  margin: 0;
  padding: 10px;
  border: 1px solid #edf0ee;
  border-radius: 15px;
  background: var(--alhoot-surface);
  box-shadow: 0 4px 13px rgba(25, 49, 38, .05);
}

#foodstore.alhoot-app-shell .wfs-food-item-container::after {
  display: none;
}

#foodstore.alhoot-app-shell .wfs-food-item-image-container {
  display: grid;
  min-height: 145px;
  padding: 0;
  place-items: center;
  border-radius: 11px;
  background: #fbfbfb;
}

#foodstore.alhoot-app-shell .wfs-food-item-image-container img {
  width: auto !important;
  max-width: 100%;
  height: 125px !important;
  object-fit: contain;
}

#foodstore.alhoot-app-shell .wfs-food-item-summery {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  padding: 10px 2px 0;
  text-align: right;
}

#foodstore.alhoot-app-shell .wfs-food-item-title {
  display: -webkit-box;
  overflow: hidden;
  min-height: 42px;
  color: var(--alhoot-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#foodstore.alhoot-app-shell .wfs-food-item-title:hover {
  color: var(--alhoot-green);
}

#foodstore.alhoot-app-shell .wfs-food-item-description {
  display: none;
}

#foodstore.alhoot-app-shell .wfs-food-item-summery > .price {
  margin-top: auto !important;
  padding-top: 7px;
  color: var(--alhoot-green-dark);
  font-size: 18px;
  font-weight: 800;
}

#foodstore.alhoot-app-shell .wfs-food-item-summery > .price del {
  margin-left: 4px;
  color: #8b8b8b;
  font-size: 11px;
  font-weight: 400;
}

#foodstore.alhoot-app-shell .wfs-food-item-summery > .price ins {
  color: var(--alhoot-green-dark);
  text-decoration: none;
}

#foodstore.alhoot-app-shell .wfs-food-item-summery .button-add-to-cart {
  display: block;
  width: 100%;
  min-height: 40px;
  margin: 9px 0 0;
  padding: 7px 5px;
  border: 0;
  border-radius: 9px;
  background: var(--alhoot-green) !important;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

#foodstore.alhoot-app-shell .wfs-food-item-summery .button-add-to-cart:hover {
  background: var(--alhoot-green-dark) !important;
  color: #fff;
}

#foodstore.alhoot-app-shell .wfs-food-item-summery .button-add-to-cart i {
  display: none;
}

#foodstore.alhoot-app-shell .wfs-food-item-cart-action {
  display: none;
}

#foodstore.alhoot-app-shell .wfs-food-item-type {
  top: 7px;
  right: 7px;
  z-index: 2;
  border-radius: 3px;
}

#foodstore.alhoot-app-shell .alhoot-favorite-toggle {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  display: grid;
  width: 29px;
  height: 29px;
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #818181;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

#foodstore.alhoot-app-shell .alhoot-favorite-toggle.is-favorite {
  color: var(--alhoot-green);
}

#foodstore.alhoot-app-shell .alhoot-favorites-empty {
  margin: 70px 0 !important;
  color: var(--alhoot-muted);
  font-size: 18px;
  text-align: center;
}

#foodstore.alhoot-app-shell .wfs-cart-overview {
  position: fixed;
  right: 0;
  bottom: 79px;
  left: 50%;
  z-index: 25;
  width: min(620px, 100%);
  padding: 0 18px;
  transform: translateX(-50%);
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

#foodstore.alhoot-app-shell .wfs-cart-overview-row {
  justify-content: flex-start;
  padding: 0;
}

#foodstore.alhoot-app-shell .wfs-cart-toggle {
  width: auto;
  pointer-events: auto;
}

#foodstore.alhoot-app-shell .wfs-expand-cart,
#foodstore.alhoot-app-shell .wfs-compress-cart {
  display: grid;
  width: 59px;
  height: 59px;
  place-items: center;
  border-radius: 50%;
  background: var(--alhoot-green) !important;
  color: #fff !important;
  box-shadow: 0 6px 15px rgba(47, 97, 165, .28);
}

#foodstore.alhoot-app-shell .wfs-expand-cart i,
#foodstore.alhoot-app-shell .wfs-compress-cart i {
  font-size: 0;
}

#foodstore.alhoot-app-shell .wfs-expand-cart i::before {
  color: #fff;
  content: "\e959";
  font-family: "food-store-icons";
  font-size: 28px;
}

#foodstore.alhoot-app-shell .wfs-compress-cart i::before {
  color: #fff;
  content: "\e95e";
  font-family: "food-store-icons";
  font-size: 23px;
}

#foodstore.alhoot-app-shell .wfs-cart-purchase-actions-mobile {
  display: none;
}

#foodstore.alhoot-app-shell .wfs-cart-expanded {
  right: 0;
  bottom: 77px !important;
  left: 0;
  width: 100%;
  border-radius: 20px 20px 0 0;
}

#foodstore.alhoot-app-shell .wfs-cart-expanded .fs-container {
  width: 100%;
}

#foodstore.alhoot-app-shell .alhoot-bottom-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: 24;
  display: grid;
  width: min(620px, 100%);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  padding: 8px 7px calc(8px + env(safe-area-inset-bottom));
  transform: translateX(-50%);
  border-top: 1px solid #e8ece9;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 -5px 20px rgba(37, 55, 46, .08);
}

#foodstore.alhoot-app-shell .alhoot-bottom-nav a {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 54px;
  padding: 5px 2px 4px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #767b78;
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
}

#foodstore.alhoot-app-shell .alhoot-bottom-nav a::before {
  position: absolute;
  top: -9px;
  left: 50%;
  width: 48px;
  height: 4px;
  border-radius: 0 0 5px 5px;
  background: transparent;
  content: "";
  transform: translateX(-50%);
}

#foodstore.alhoot-app-shell .alhoot-bottom-nav a.is-active {
  color: var(--alhoot-green);
}

#foodstore.alhoot-app-shell .alhoot-bottom-nav a.is-active::before {
  background: var(--alhoot-green);
}

#foodstore.alhoot-app-shell .alhoot-nav-icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  font-size: 21px;
  line-height: 1;
}

#foodstore.alhoot-app-shell .alhoot-bottom-nav a > span:last-child {
  display: block;
  height: 13px;
  overflow: hidden;
  line-height: 13px;
  white-space: nowrap;
}

#foodstore.alhoot-app-shell .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 621px) {
  #foodstore.alhoot-app-shell {
    border-right: 1px solid #edf0ee;
    border-left: 1px solid #edf0ee;
    box-shadow: 0 0 35px rgba(38, 64, 51, .08);
  }
}

@media (max-width: 370px) {
  #foodstore.alhoot-app-shell .alhoot-brand-copy small {
    display: none;
  }

  #foodstore.alhoot-app-shell .alhoot-hero-copy strong {
    font-size: 23px;
  }

  #foodstore.alhoot-app-shell .wfs-sidebar-menu ul {
    gap: 6px;
  }

  #foodstore.alhoot-app-shell .wfs-sidebar-menu ul li a {
    min-height: 103px;
    font-size: 11px;
  }

  #foodstore.alhoot-app-shell .alhoot-category-visual {
    width: 57px;
    height: 57px;
    flex-basis: 57px;
  }
}

/*
 * The cart is printed from wp_footer, outside #foodstore. These selectors
 * intentionally remain page-scoped by the stylesheet enqueue above.
 */
.wfs-cart-wrapper .wfs-cart-overview {
  position: fixed;
  right: 0;
  bottom: 79px;
  left: 50%;
  z-index: 25;
  width: min(620px, 100%);
  padding: 0 18px;
  transform: translateX(-50%);
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.wfs-cart-wrapper .wfs-cart-overview-row {
  justify-content: flex-start;
  padding: 0;
}

.wfs-cart-wrapper .wfs-cart-toggle {
  width: auto;
  pointer-events: auto;
}

.wfs-cart-wrapper .wfs-expand-cart,
.wfs-cart-wrapper .wfs-compress-cart {
  display: grid;
  width: 59px;
  height: 59px;
  place-items: center;
  border-radius: 50%;
  background: var(--alhoot-green) !important;
  color: #fff !important;
  box-shadow: 0 6px 15px rgba(47, 97, 165, .28);
}

.wfs-cart-wrapper .wfs-expand-cart i,
.wfs-cart-wrapper .wfs-compress-cart i {
  font-size: 0;
}

.wfs-cart-wrapper .wfs-expand-cart i::before {
  color: #fff;
  content: "\e959";
  font-family: "food-store-icons";
  font-size: 28px;
}

.wfs-cart-wrapper .wfs-compress-cart i::before {
  color: #fff;
  content: "\e95e";
  font-family: "food-store-icons";
  font-size: 23px;
}

.wfs-cart-wrapper .wfs-cart-purchase-actions-mobile {
  display: none;
}

.wfs-cart-wrapper .wfs-cart-expanded {
  right: 0;
  bottom: 77px !important;
  left: 0;
  width: 100%;
  border-radius: 20px 20px 0 0;
}

.wfs-cart-wrapper .wfs-cart-expanded .fs-container {
  width: 100%;
}

.wfs-cart-wrapper.mini-cart {
  right: auto;
  bottom: 0;
  left: 50%;
  top: auto;
  width: min(620px, 100%);
  padding: 0;
  transform: translateX(-50%);
}

.wfs-cart-wrapper.mini-cart .wfs-mini-cart-icon {
  position: fixed;
  right: 18px;
  bottom: 79px;
  left: auto;
  z-index: 26;
  display: grid;
  width: 59px;
  min-width: 59px;
  height: 59px;
  padding: 0;
  place-items: center;
  border-radius: 50%;
  background: var(--alhoot-green);
  box-shadow: 0 6px 15px rgba(47, 97, 165, .28);
}

.wfs-cart-wrapper.mini-cart .wfs-mini-cart-icon svg {
  width: 28px;
  height: 28px;
}

.wfs-cart-wrapper.mini-cart .wfs-cart-expanded {
  position: fixed;
  right: 0;
  bottom: 77px;
  left: 0;
  width: 100%;
  border-radius: 20px 20px 0 0;
}

/*
 * Fluid layouts: mobile remains an app shell, while tablets and desktops use
 * the available space for a calmer, dashboard-like storefront.
 */
@media (min-width: 641px) {
  #foodstore.alhoot-app-shell {
    max-width: 920px !important;
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  #foodstore.alhoot-app-shell .alhoot-app-header {
    padding-top: 20px;
    padding-bottom: 18px;
  }

  #foodstore.alhoot-app-shell .alhoot-app-slider,
  #foodstore.alhoot-app-shell .alhoot-slider-track,
  #foodstore.alhoot-app-shell .alhoot-app-slide {
    min-height: 220px;
  }

  #foodstore.alhoot-app-shell .alhoot-app-slide {
    padding: 30px 34px;
  }

  #foodstore.alhoot-app-shell .alhoot-slide-copy {
    max-width: 60%;
  }

  #foodstore.alhoot-app-shell .alhoot-slide-copy strong {
    font-size: 32px;
  }

  #foodstore.alhoot-app-shell .alhoot-slide-image {
    width: 150px;
    max-height: 160px;
  }

  #foodstore.alhoot-app-shell .wfs-sidebar-menu ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #foodstore.alhoot-app-shell #wfs-food-items .alhoot-product-section > .fs-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #foodstore.alhoot-app-shell .alhoot-offers-grid {
    grid-auto-flow: initial;
    grid-auto-columns: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }

  #foodstore.alhoot-app-shell .alhoot-offer-card > img,
  #foodstore.alhoot-app-shell .alhoot-offer-card > a > img,
  #foodstore.alhoot-app-shell .alhoot-offer-placeholder {
    width: 105px;
  }

  #foodstore.alhoot-app-shell .alhoot-bottom-nav {
    width: min(872px, calc(100% - 32px));
    bottom: 16px;
    border: 1px solid #e1e9e4;
    border-radius: 20px;
  }

  .wfs-cart-wrapper .wfs-cart-overview {
    width: min(872px, 100%);
  }
}

@media (min-width: 1024px) {
  #foodstore.alhoot-app-shell {
    max-width: 1360px !important;
    padding-right: 48px !important;
    padding-left: 48px !important;
    border-radius: 0;
    box-shadow: none;
  }

  #foodstore.alhoot-app-shell .alhoot-app-header {
    grid-template-columns: 1fr minmax(360px, 1fr) auto;
    grid-template-areas: "brand search action";
    gap: 26px;
  }

  #foodstore.alhoot-app-shell .alhoot-desktop-nav {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 0 -48px 24px;
    padding: 13px 48px;
    border-top: 1px solid #e6eee9;
    border-bottom: 1px solid #e6eee9;
    background: #fff;
  }

  #foodstore.alhoot-app-shell .alhoot-market-trust-bar {
    display: flex;
    justify-content: space-around;
    margin: -24px -48px 25px;
    padding: 11px 48px;
    background: #fff;
    color: #5e7066;
    font-size: 12px;
  }

  #foodstore.alhoot-app-shell .alhoot-market-trust-bar span {
    position: relative;
    padding: 0 20px;
  }

  #foodstore.alhoot-app-shell .alhoot-market-trust-bar span + span::before {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #dfe9e3;
    content: "";
  }

  #foodstore.alhoot-app-shell .alhoot-store-toolbar {
    margin: 25px 0 18px;
    padding: 18px 20px;
    border-radius: 16px;
  }

  #foodstore.alhoot-app-shell .alhoot-store-toolbar h2 {
    font-size: 22px;
  }

  #foodstore.alhoot-app-shell .alhoot-store-toolbar a {
    font-size: 13px;
  }

  #foodstore.alhoot-app-shell .alhoot-desktop-nav a {
    color: #4d5c54;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }

  #foodstore.alhoot-app-shell .alhoot-desktop-nav a:hover,
  #foodstore.alhoot-app-shell .alhoot-desktop-nav a.is-active {
    color: var(--alhoot-green);
  }

  #foodstore.alhoot-app-shell .alhoot-app-search {
    width: 100%;
  }

  #foodstore.alhoot-app-shell .alhoot-app-slider,
  #foodstore.alhoot-app-shell .alhoot-slider-track,
  #foodstore.alhoot-app-shell .alhoot-app-slide {
    min-height: 280px;
  }

  #foodstore.alhoot-app-shell .alhoot-app-slide {
    padding: 40px 52px;
  }

  #foodstore.alhoot-app-shell .alhoot-slide-copy strong {
    font-size: 40px;
  }

  #foodstore.alhoot-app-shell .alhoot-slide-copy small {
    font-size: 13px;
  }

  #foodstore.alhoot-app-shell .alhoot-slide-image {
    width: 205px;
    max-height: 210px;
  }

  #foodstore.alhoot-app-shell .wfs-sidebar-menu ul {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  #foodstore.alhoot-app-shell > .fs-row {
    display: grid;
    grid-template-columns: minmax(205px, 250px) minmax(0, 1fr);
    align-items: start;
    gap: 34px;
  }

  #foodstore.alhoot-app-shell #wfs-sticky-sidebar {
    grid-column: 1;
    grid-row: 1;
    position: sticky;
    top: 104px;
    padding: 18px !important;
    border: 1px solid #e4eee8;
    border-radius: 18px;
    background: #fff;
  }

  #foodstore.alhoot-app-shell #wfs-food-items {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  #foodstore.alhoot-app-shell #wfs-sticky-sidebar .wfs-sidebar-menu ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #foodstore.alhoot-app-shell #wfs-sticky-sidebar .wfs-sidebar-menu ul li a {
    min-height: 128px;
  }

  #foodstore.alhoot-app-shell #wfs-food-items .alhoot-product-section > .fs-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #foodstore.alhoot-app-shell .wfs-food-item-image-container {
    min-height: 175px;
  }

  #foodstore.alhoot-app-shell .wfs-food-item-image-container img {
    height: 150px !important;
  }

  #foodstore.alhoot-app-shell .alhoot-product-section {
    margin-bottom: 30px;
    padding: 22px;
    border: 1px solid #e7eee9;
    border-radius: 18px;
    background: #fff;
  }

  #foodstore.alhoot-app-shell .alhoot-product-section .wfs-category-title-container {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }

  #foodstore.alhoot-app-shell .wfs-food-item-container {
    transition: transform .2s ease, box-shadow .2s ease;
  }

  #foodstore.alhoot-app-shell .wfs-food-item-container:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(20, 40, 79, .12);
  }

  #foodstore.alhoot-app-shell.alhoot-view-category > .fs-row,
  #foodstore.alhoot-app-shell.alhoot-view-categories > .fs-row {
    grid-template-columns: minmax(0, 1fr);
  }

  #foodstore.alhoot-app-shell.alhoot-view-category #wfs-food-items,
  #foodstore.alhoot-app-shell.alhoot-view-categories #wfs-sticky-sidebar {
    grid-column: 1;
  }

  #foodstore.alhoot-app-shell.alhoot-view-categories #wfs-sticky-sidebar .wfs-sidebar-menu ul {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  #foodstore.alhoot-app-shell .alhoot-bottom-nav {
    display: none;
  }

  #foodstore.alhoot-app-shell .alhoot-app-slider {
    margin-bottom: 30px;
  }

  .wfs-cart-wrapper .wfs-cart-overview {
    width: min(1280px, 100%);
  }
}

@media (min-width: 641px) and (max-width: 1023px) {
  #foodstore.alhoot-app-shell {
    max-width: 720px !important;
    border-right: 1px solid #edf0ee;
    border-left: 1px solid #edf0ee;
    box-shadow: 0 0 35px rgba(38, 64, 51, .08);
  }

  #foodstore.alhoot-app-shell .alhoot-desktop-nav {
    display: none;
  }

  #foodstore.alhoot-app-shell > .fs-row {
    display: flex;
    flex-direction: column;
  }

  #foodstore.alhoot-app-shell .wfs-sidebar-menu ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #foodstore.alhoot-app-shell #wfs-food-items .alhoot-product-section > .fs-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  #foodstore.alhoot-app-shell .alhoot-app-slider,
  #foodstore.alhoot-app-shell .alhoot-slider-track,
  #foodstore.alhoot-app-shell .alhoot-app-slide {
    min-height: 177px;
  }
}

/*
 * Compact cart sheet
 *
 * The cart is rendered from wp_footer, so it is outside #foodstore.  Keep the
 * same app styling here, but do not let the old full-width flex row push the
 * checkout action off-screen.
 */
.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-overview {
  right: auto;
  bottom: 79px;
  left: 50%;
  width: min(680px, calc(100vw - 20px));
  padding: 0;
  transform: translateX(-50%);
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-overview.is-empty {
  display: none;
}

.wfs-cart-wrapper .wfs-body-fade:not(.active) {
  pointer-events: none;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-overview-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  min-height: 58px;
  padding: 8px 10px;
  border: 1px solid #e5ebe8;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(20, 40, 79, .12);
  direction: rtl;
  pointer-events: auto;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-toggle {
  flex: 0 0 auto;
  width: auto;
  padding: 0;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-expand-cart,
.wfs-cart-wrapper:not(.mini-cart) .wfs-compress-cart {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 13px;
  background: var(--alhoot-green) !important;
  color: #fff !important;
  box-shadow: none;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-expand-cart i,
.wfs-cart-wrapper:not(.mini-cart) .wfs-compress-cart i {
  font-size: 0;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-expand-cart i::before {
  color: #fff;
  content: "\e959";
  font-family: "food-store-icons";
  font-size: 22px;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-compress-cart i::before {
  color: #fff;
  content: "\e95e";
  font-family: "food-store-icons";
  font-size: 19px;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-overview-description {
  display: block;
  width: auto;
  min-width: 0;
  flex: 1 1 auto;
  padding: 0;
  color: var(--alhoot-ink);
  text-align: right;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-overview-description p {
  margin: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-service-settings {
  display: none;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-purchase-actions {
  display: flex !important;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  padding: 0;
  pointer-events: auto;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-purchase-actions .wfs-clear-cart,
.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-purchase-actions-mobile {
  display: none !important;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-purchase-actions .wfs-cart-subtotal {
  margin: 0;
  color: var(--alhoot-green-dark);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-purchase-actions .wfs-proceed-to-checkout {
  min-height: 38px;
  margin: 0;
  padding: 7px 14px;
  border: 0;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-expanded {
  top: auto;
  right: auto;
  bottom: 92px !important;
  left: 50%;
  width: min(680px, calc(100vw - 20px));
  height: auto;
  max-height: calc(100vh - 140px);
  padding: 0 !important;
  border: 1px solid #e5ebe8;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(20, 40, 79, .20);
  transform: translateX(-50%);
  direction: rtl;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-expanded.active {
  display: block;
  height: min(470px, calc(100vh - 140px));
  max-height: calc(100vh - 140px);
  opacity: 1;
  overflow: hidden;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-expanded > .fs-container {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100%;
  flex-direction: column;
  padding: 0 16px !important;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-expanded-header {
  flex: 0 0 auto;
  align-items: center;
  padding: 13px 0 10px;
  border-bottom: 1px solid #eef1f0;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-expanded-header-title {
  margin: 0;
  color: var(--alhoot-green-dark);
  font-size: 17px;
  font-weight: 800;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-close-cart-icon {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #edf2fa !important;
  color: var(--alhoot-green-dark);
  cursor: pointer;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-close-cart-icon i {
  color: var(--alhoot-green-dark) !important;
  font-size: 13px;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-content-area {
  display: grid;
  min-height: 0;
  height: auto;
  flex: 1 1 auto;
  grid-template-columns: minmax(0, 1fr) minmax(170px, .42fr);
  gap: 10px;
  padding: 8px 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.wfs-cart-wrapper:not(.mini-cart) .cart-content-left,
.wfs-cart-wrapper:not(.mini-cart) .cart-content-right {
  width: auto;
  min-width: 0;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-item-container,
.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-totals-container {
  padding: 5px 0;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-item {
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 2px;
  padding: 9px 0;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-item-left {
  min-width: 0;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-item-title {
  min-width: 0;
  margin-bottom: 5px;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-item-title p {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-item-price,
.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-actions {
  font-size: 12px;
  white-space: nowrap;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-addon-item,
.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-variation-item,
.wfs-cart-wrapper:not(.mini-cart) .wfs-special-instruction {
  font-size: 11px;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-totals-container {
  height: max-content;
  margin-top: 5px;
  padding: 9px 11px;
  border: 1px solid #edf0ee;
  border-radius: 13px;
  background: #fafcfb;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-totals-item {
  gap: 10px;
  padding: 7px 0;
  font-size: 12px;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-totals-item-left {
  min-width: 0;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-totals-item > .fs-text-right {
  flex: 0 0 auto;
  white-space: nowrap;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-totals-container hr {
  margin: 5px 0;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-expanded-actions {
  display: flex;
  flex: 0 0 auto;
  padding: 9px 0 13px;
  border-top: 1px solid #eef1f0;
}

.wfs-cart-wrapper:not(.mini-cart) .wfs-cart-expanded-actions .wfs-proceed-to-checkout {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-radius: 11px;
  font-size: 13px;
  font-weight: 800;
}

@media (min-width: 1024px) {
  .wfs-cart-wrapper:not(.mini-cart) .wfs-cart-overview {
    bottom: 20px;
  }

  .wfs-cart-wrapper:not(.mini-cart) .wfs-cart-expanded {
    bottom: 88px !important;
  }
}

@media (max-width: 1023px) {
  .wfs-cart-wrapper:not(.mini-cart) .wfs-cart-overview {
    right: calc(10px + env(safe-area-inset-right));
    bottom: calc(72px + env(safe-area-inset-bottom));
    left: auto;
    width: auto;
    transform: none;
  }

  .wfs-cart-wrapper:not(.mini-cart) .wfs-cart-overview-row {
    display: block;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    pointer-events: none;
  }

  .wfs-cart-wrapper:not(.mini-cart) .wfs-cart-toggle {
    pointer-events: auto;
  }

  .wfs-cart-wrapper:not(.mini-cart) .wfs-expand-cart,
  .wfs-cart-wrapper:not(.mini-cart) .wfs-compress-cart {
    width: 48px;
    height: 48px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(20, 40, 79, .20);
  }

  .wfs-cart-wrapper:not(.mini-cart) .wfs-cart-overview-description {
    display: none !important;
  }

  .wfs-cart-wrapper:not(.mini-cart) .wfs-cart-purchase-actions {
    display: none !important;
  }

  .wfs-cart-wrapper:not(.mini-cart) .wfs-cart-expanded {
    bottom: 78px !important;
    width: calc(100vw - 14px);
    max-height: calc(100vh - 122px);
  }

  .wfs-cart-wrapper:not(.mini-cart) .wfs-cart-expanded.active {
    height: min(560px, calc(100vh - 122px));
  }

  .wfs-cart-wrapper:not(.mini-cart) .wfs-cart-content-area {
    display: block;
  }

  .wfs-cart-wrapper:not(.mini-cart) .cart-content-left,
  .wfs-cart-wrapper:not(.mini-cart) .cart-content-right {
    width: 100%;
  }

  .wfs-cart-wrapper:not(.mini-cart) .wfs-cart-totals-container {
    margin-top: 8px;
  }
}