.elementor-337 .elementor-element.elementor-element-67f0cb3{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:stretch;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-2be744b *//* =========================================================
   AL SAHL — LANDING PAGE
   Bundle 2L (3+1)
   Custom CSS
========================================================= */


/* =========================================================
   LOCAL FONT
========================================================= */

@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("/wp-content/uploads/fonts/Bahij-TheSansArabic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("/wp-content/uploads/fonts/Bahij-TheSansArabic-Plain.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("/wp-content/uploads/fonts/Bahij-TheSansArabic-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("/wp-content/uploads/fonts/Bahij-TheSansArabic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("/wp-content/uploads/fonts/Bahij-TheSansArabic-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}


/* =========================================================
   PAGE RESET
========================================================= */

body {
  margin: 0 !important;
  background: #F4ECD9 !important;
}

body header.site-header,
body footer.site-footer,
body #masthead,
body #colophon,
body #site-header,
body #site-footer {
  display: none !important;
}

body .site-content,
body #content,
body .ast-container,
body #primary,
body .content-area,
body main.site-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================================
   ROOT
========================================================= */

#alsahlBundle2Landing {
  --cream: #F4ECD9;
  --cream-2: #EEE4CA;
  --card: #F9F4E9;
  --gold: #E6BC70;
  --olive-gold: #928648;
  --olive: #585939;
  --dark: #33310A;
  --muted: #7C745C;
  --line: rgba(146,134,72,.22);
  --container: 1220px;

  width: 100%;
  max-width: 100%;
  overflow: hidden;

  color: var(--dark);
  background: var(--cream);

  font-family:
    "Bahij TheSansArabic",
    Tahoma,
    Arial,
    sans-serif;

  -webkit-font-smoothing: antialiased;
}

#alsahlBundle2Landing,
#alsahlBundle2Landing *,
#alsahlBundle2Landing *::before,
#alsahlBundle2Landing *::after {
  box-sizing: border-box;
}

#alsahlBundle2Landing img {
  max-width: 100%;
}

#alsahlBundle2Landing button,
#alsahlBundle2Landing input,
#alsahlBundle2Landing textarea {
  font: inherit;
}

.as-b2l-container {
  width:
    min(
      calc(100% - 48px),
      var(--container)
    );

  margin-inline: auto;
}

.as-b2l-section {
  padding: 88px 0;
}


/* =========================================================
   SHARED HEADINGS
========================================================= */

.as-b2l-eyebrow {
  display: flex;
  align-items: center;

  gap: 12px;

  color: var(--olive-gold);

  font-size: 13px;
  font-weight: 600;
}

.as-b2l-eyebrow > span {
  width: 32px;
  height: 1px;

  background: currentColor;
}

.as-b2l-section-head {
  max-width: none;

  margin-bottom: 43px;
}

.as-b2l-section-head h2,
.as-b2l-package__content h2,
.as-b2l-order__copy h2 {
  margin:
    12px
    0
    0;

  max-width: none;

  font-size:
    clamp(
      34px,
      3.25vw,
      46px
    );

  font-weight: 800;

  line-height: 1.25;

  letter-spacing: -.25px;

  white-space: nowrap;
}


/* =========================================================
   1 — HERO
========================================================= */

.as-b2l-hero {
  position: relative;

  min-height: 720px;

  display: flex;
  align-items: center;

  background:
    radial-gradient(
      circle at 12% 25%,
      rgba(230,188,112,.18),
      transparent 27%
    ),
    linear-gradient(
      180deg,
      #F4ECD9 0%,
      #F0E4CA 100%
    );

  border-bottom:
    1px solid
    rgba(51,49,10,.07);
}

.as-b2l-hero__grid {
  padding:
    58px
    0;

  display: grid;

  grid-template-columns:
    minmax(0,1.05fr)
    minmax(430px,.95fr);

  gap: 72px;

  align-items: center;
}

.as-b2l-logo {
  width: 108px;
  height: 72px;

  margin-bottom: 35px;

  object-fit: contain;
  object-position: right center;
}

.as-b2l-hero__copy h1 {
  max-width: 730px;

  margin:
    18px
    0
    0;

  font-size:
    clamp(
      51px,
      5.4vw,
      78px
    );

  font-weight: 800;

  line-height: 1.14;

  letter-spacing: -.7px;
}

.as-b2l-hero__copy > p {
  max-width: 680px;

  margin:
    23px
    0
    0;

  color: #716A53;

  font-size: 16px;

  line-height: 1.95;
}

.as-b2l-hero__visual {
  position: relative;

  min-height: 540px;

  overflow: hidden;

  padding: 38px;

  display: flex;
  align-items: center;
  justify-content: center;

  border:
    1px solid
    rgba(146,134,72,.19);

  background:
    rgba(255,255,255,.17);
}

.as-b2l-offer-badge {
  position: absolute;

  top: 24px;
  right: 24px;

  z-index: 5;

  min-width: 78px;
  min-height: 48px;

  padding:
    0
    15px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  background: var(--dark);

  font-family: Arial,sans-serif;

  font-size: 20px;
  font-weight: 700;
}

.as-b2l-product-image {
  position: relative;

  z-index: 2;

  width: auto;
  max-width: 92%;
  max-height: 475px;

  object-fit: contain;

  opacity: 1;

  transition:
    opacity .25s ease;

  filter:
    drop-shadow(
      0 25px 28px
      rgba(51,49,10,.12)
    );
}

.as-b2l-product-image.is-loaded {
  opacity: 1;
}

.as-b2l-media-placeholder {
  width: 100%;
  min-height: 360px;

  padding: 30px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 7px;

  border:
    1px dashed
    rgba(146,134,72,.43);

  color: var(--olive-gold);

  font-size: 16px;
  font-weight: 600;

  text-align: center;
}

.as-b2l-media-placeholder small {
  color: #928A70;

  font-size: 10px;
  font-weight: 400;
}


/* =========================================================
   2 — WHY
========================================================= */

.as-b2l-why {
  background: #F9F4E9;
}

.as-b2l-why__grid {
  display: grid;

  grid-template-columns:
    repeat(4,minmax(0,1fr));

  border:
    1px solid
    var(--line);
}

.as-b2l-feature {
  min-height: 280px;

  padding:
    31px
    27px;

  border-left:
    1px solid
    var(--line);

  background:
    rgba(255,255,255,.08);
}

.as-b2l-feature:last-child {
  border-left: 0;
}

.as-b2l-feature__num {
  width: 46px;
  height: 46px;

  margin-bottom: 38px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border:
    1px solid
    rgba(230,188,112,.48);

  color: var(--olive-gold);

  font-family: Arial,sans-serif;

  font-size: 11px;
  font-weight: 700;
}

.as-b2l-feature h3 {
  margin:
    0
    0
    9px;

  font-size: 20px;
  font-weight: 700;
}

.as-b2l-feature p {
  margin: 0;

  color: var(--muted);

  font-size: 13px;

  line-height: 1.9;
}

.as-b2l-feature--dark {
  color: #fff;

  background: var(--dark);
}

.as-b2l-feature--dark h3 {
  color: #fff;
}

.as-b2l-feature--dark p {
  color:
    rgba(255,255,255,.65);
}

.as-b2l-feature--dark
.as-b2l-feature__num {
  color: var(--gold);
}


/* =========================================================
   3 — PACKAGE
========================================================= */

.as-b2l-package {
  background: var(--cream);
}

.as-b2l-package__grid {
  display: grid;

  grid-template-columns:
    minmax(390px,.86fr)
    minmax(0,1.14fr);

  gap: 75px;

  align-items: center;
}

.as-b2l-package__visual {
  min-height: 520px;

  padding: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--cream-2);
}

.as-b2l-package__list {
  margin-top: 34px;

  border-top:
    1px solid
    var(--line);
}

.as-b2l-package__list article {
  padding:
    18px
    0;

  display: grid;

  grid-template-columns:
    45px
    minmax(0,1fr);

  gap: 15px;

  align-items: center;

  border-bottom:
    1px solid
    var(--line);
}

.as-b2l-package__icon {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border:
    1px solid
    rgba(230,188,112,.42);

  color: var(--olive-gold);

  font-family: Arial,sans-serif;

  font-size: 10px;
  font-weight: 700;
}

.as-b2l-package__list p {
  margin: 0;

  color: #68614D;

  font-size: 14px;

  line-height: 1.85;
}


/* =========================================================
   4 — REVIEWS / FULL CAROUSEL
========================================================= */

.as-b2l-reviews {
  background:
    radial-gradient(
      circle at 90% 15%,
      rgba(230,188,112,.12),
      transparent 24%
    ),
    var(--cream);
}

.as-b2l-reviews-toolbar {
  margin:
    -15px
    0
    25px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;
}

.as-b2l-reviews-hint {
  padding:
    13px
    16px;

  display: flex;
  align-items: center;

  gap: 12px;

  border:
    1px solid
    rgba(146,134,72,.26);

  background:
    rgba(255,255,255,.24);
}

.as-b2l-reviews-hint__icon {
  width: 42px;
  height: 42px;

  flex: 0 0 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--dark);

  color: var(--gold);

  font-family: Arial,sans-serif;

  font-size: 17px;
  font-weight: 700;
}

.as-b2l-reviews-hint strong,
.as-b2l-reviews-hint span {
  display: block;
}

.as-b2l-reviews-hint strong {
  color: var(--dark);

  font-size: 14px;
  font-weight: 700;
}

.as-b2l-reviews-hint div > span {
  margin-top: 2px;

  color: var(--muted);

  font-size: 11px;
}

.as-b2l-reviews-arrows {
  display: flex;
  align-items: center;

  gap: 9px;
}

.as-b2l-review-slider-btn {
  width: 48px;
  height: 48px;

  padding: 0;

  border:
    1px solid
    rgba(146,134,72,.34);

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--dark);
  background: #F9F4E9;

  font-family: Arial,sans-serif;

  font-size: 20px;

  cursor: pointer;

  transition:
    background .2s ease,
    color .2s ease,
    transform .2s ease;
}

.as-b2l-review-slider-btn:hover {
  color: var(--gold);
  background: var(--dark);

  transform:
    translateY(-2px);
}

.as-b2l-reviews-track {
  display: flex;

  gap: 20px;

  overflow-x: auto;
  overflow-y: hidden;

  padding:
    3px
    1px
    13px;

  scroll-snap-type:
    x mandatory;

  scroll-behavior:
    smooth;

  scrollbar-width:
    none;
}

.as-b2l-reviews-track::-webkit-scrollbar {
  display: none;
}

.as-b2l-feedback-card {
  flex:
    0 0
    calc(
      (100% - 40px) / 3
    );

  min-width: 0;

  scroll-snap-align:
    center;

  overflow: hidden;

  border:
    1px solid
    rgba(146,134,72,.30);

  background: #F9F4E9;

  transition:
    transform .22s ease,
    box-shadow .22s ease;
}

.as-b2l-feedback-card:hover {
  transform:
    translateY(-4px);

  box-shadow:
    0 16px 34px
    rgba(51,49,10,.08);
}

.as-b2l-review-open {
  width: 100%;
  height: 100%;

  padding: 0;

  display: block;

  border: 0;

  background: transparent;

  cursor: zoom-in;
}

.as-b2l-feedback-image {
  position: relative;

  width: 100%;
  height: 540px;

  padding: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  background:
    linear-gradient(
      145deg,
      #33310A,
      #242308
    );
}

.as-b2l-feedback-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: top center;

  background: #fff;

  transition:
    transform .3s ease,
    filter .3s ease;
}

.as-b2l-feedback-card:hover
.as-b2l-feedback-image img {
  transform:
    scale(1.018);

  filter:
    brightness(.82);
}

.as-b2l-review-badge {
  position: absolute;

  top: 25px;
  right: 25px;

  z-index: 4;

  padding:
    7px
    10px;

  background:
    rgba(51,49,10,.90);

  border:
    1px solid
    rgba(230,188,112,.35);

  color: #fff;

  font-size: 10px;
  font-weight: 700;

  pointer-events: none;
}

.as-b2l-review-zoom {
  position: absolute;

  left: 25px;
  top: 25px;

  z-index: 4;

  width: 37px;
  height: 37px;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    rgba(244,236,217,.94);

  color: var(--dark);

  font-family: Arial,sans-serif;

  font-size: 22px;

  pointer-events: none;
}

.as-b2l-review-overlay {
  position: absolute;

  right: 12px;
  left: 12px;
  bottom: 12px;

  z-index: 4;

  padding:
    15px
    14px;

  color: #fff;

  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(20,20,7,.88)
    );

  font-size: 11px;
  font-weight: 600;

  text-align: center;

  opacity: 0;

  transform:
    translateY(5px);

  transition:
    opacity .2s ease,
    transform .2s ease;

  pointer-events: none;
}

.as-b2l-feedback-card:hover
.as-b2l-review-overlay {
  opacity: 1;

  transform:
    translateY(0);
}

.as-b2l-reviews-mobile-note {
  display: none;

  margin-top: 12px;

  color: var(--muted);

  font-size: 10px;

  text-align: center;
}


/* =========================================================
   FULL REVIEWS MODAL
========================================================= */

body.as-b2l-review-modal-open {
  overflow: hidden !important;
}

.as-b2l-review-modal {
  position: fixed;
  inset: 0;

  z-index: 99999;

  padding: 22px;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity .2s ease,
    visibility .2s ease;
}

.as-b2l-review-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.as-b2l-review-modal__backdrop {
  position: absolute;
  inset: 0;

  width: 100%;
  height: 100%;

  border: 0;

  background:
    rgba(19,19,6,.82);

  backdrop-filter:
    blur(6px);

  -webkit-backdrop-filter:
    blur(6px);
}

.as-b2l-review-modal__dialog {
  position: relative;

  z-index: 2;

  width:
    min(
      94vw,
      780px
    );

  max-height:
    94vh;

  overflow: hidden;

  border:
    1px solid
    rgba(230,188,112,.35);

  background:
    #F4ECD9;

  box-shadow:
    0 28px 80px
    rgba(0,0,0,.34);
}

.as-b2l-review-modal__header {
  padding:
    17px
    19px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 15px;

  border-bottom:
    1px solid
    var(--line);
}

.as-b2l-review-modal__header span {
  display: block;

  margin-bottom: 2px;

  color: var(--olive-gold);

  font-size: 10px;
  font-weight: 600;
}

.as-b2l-review-modal__header h3 {
  margin: 0;

  color: var(--dark);

  font-size: 16px;
  font-weight: 700;
}

.as-b2l-review-modal__close {
  width: 42px;
  height: 42px;

  flex: 0 0 42px;

  border: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  background: var(--dark);

  font-family: Arial,sans-serif;

  font-size: 26px;

  cursor: pointer;
}

.as-b2l-review-modal__body {
  position: relative;

  min-height: 520px;
  max-height:
    calc(94vh - 150px);

  padding:
    20px
    72px;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    #252407;
}

.as-b2l-review-modal__image-wrap {
  max-width: 100%;
  max-height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.as-b2l-review-modal__image-wrap img {
  width: auto;
  max-width: 100%;
  max-height:
    calc(94vh - 190px);

  object-fit: contain;

  background: #fff;

  transition:
    opacity .12s ease;
}

.as-b2l-review-modal__image-wrap
img.is-changing {
  opacity: .35;
}

.as-b2l-review-modal__arrow {
  position: absolute;

  top: 50%;

  width: 44px;
  height: 44px;

  margin-top: -22px;

  border:
    1px solid
    rgba(230,188,112,.35);

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--dark);
  background:
    rgba(244,236,217,.94);

  font-family: Arial,sans-serif;

  font-size: 20px;

  cursor: pointer;

  z-index: 4;
}

.as-b2l-review-modal__arrow--prev {
  right: 14px;
}

.as-b2l-review-modal__arrow--next {
  left: 14px;
}

.as-b2l-review-modal__footer {
  padding:
    13px
    18px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 15px;

  color: var(--muted);

  font-size: 10px;
}

.as-b2l-review-modal__footer strong {
  color: var(--olive-gold);

  font-family: Arial,sans-serif;

  font-size: 11px;
}

/* =========================================================
   5 — ORDER
========================================================= */

.as-b2l-order {
  background:
    linear-gradient(
      180deg,
      #EEE4CA 0%,
      #F4ECD9 100%
    );
}

.as-b2l-order__grid {
  display: grid;

  grid-template-columns:
    minmax(0,.9fr)
    minmax(430px,1.1fr);

  gap: 70px;

  align-items: start;
}

.as-b2l-order__copy {
  position: sticky;

  top: 30px;
}

.as-b2l-order__copy > p {
  max-width: 560px;

  margin:
    20px
    0
    0;

  color: #6E674F;

  font-size: 16px;

  line-height: 2;
}

.as-b2l-preview-form {
  padding: 35px;

  border:
    1px solid
    var(--line);

  background: #F9F4E9;

  box-shadow:
    0 18px 45px
    rgba(51,49,10,.055);
}

.as-b2l-field {
  margin-bottom: 17px;
}

.as-b2l-field label {
  display: block;

  margin-bottom: 7px;

  color: #5C563F;

  font-size: 12px;
  font-weight: 600;
}

.as-b2l-field input,
.as-b2l-field textarea {
  width: 100%;

  border:
    1px solid
    rgba(146,134,72,.28);

  outline: 0;

  color: var(--dark);
  background:
    rgba(255,255,255,.48);

  font-size: 16px;

  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}

.as-b2l-field input {
  height: 54px;

  padding:
    0
    15px;
}

.as-b2l-field textarea {
  min-height: 112px;

  padding:
    13px
    15px;

  resize: vertical;
}

.as-b2l-field input:focus,
.as-b2l-field textarea:focus {
  border-color: var(--olive-gold);

  box-shadow:
    0 0 0 3px
    rgba(146,134,72,.08);
}

.as-b2l-submit {
  width: 100%;

  min-height: 56px;

  margin-top: 4px;

  border: 0;

  color: #fff;
  background: var(--dark);

  font-size: 15px;
  font-weight: 700;

  cursor: pointer;

  transition:
    background .2s ease;
}

.as-b2l-submit:hover {
  background: #272506;
}

.as-b2l-form-note {
  min-height: 20px;

  margin:
    11px
    0
    0;

  color: var(--olive-gold);

  font-size: 11px;

  line-height: 1.7;
}



/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1050px) {

  .as-b2l-hero__grid {
    grid-template-columns:
      minmax(0,1fr)
      390px;

    gap: 38px;
  }

  .as-b2l-why__grid {
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

  .as-b2l-feature:nth-child(2) {
    border-left: 0;
  }

  .as-b2l-feature:nth-child(-n+2) {
    border-bottom:
      1px solid
      var(--line);
  }

  .as-b2l-reviews__track {
    grid-template-columns:
      repeat(3,minmax(0,1fr));
  }

}


/* =========================================================
   MOBILE / TABLET
========================================================= */

@media (max-width: 850px) {

  .as-b2l-container {
    width:
      calc(100% - 32px);
  }

  .as-b2l-section {
    padding:
      62px
      0;
  }

  .as-b2l-hero {
    min-height: auto;
  }

  .as-b2l-hero__grid,
  .as-b2l-package__grid,
  .as-b2l-order__grid {
    grid-template-columns: 1fr;
  }

  .as-b2l-section-head h2,
  .as-b2l-package__content h2,
  .as-b2l-order__copy h2 {
    white-space: normal;
  }

  .as-b2l-hero__visual {
    min-height: 440px;
  }

  .as-b2l-package__grid,
  .as-b2l-order__grid {
    gap: 39px;
  }

  .as-b2l-order__copy {
    position: static;
  }

  .as-b2l-recipes__grid {
    grid-template-columns: 1fr;
  }

  .as-b2l-recipe-card {
    display: grid;

    grid-template-columns:
      minmax(220px,.8fr)
      minmax(0,1.2fr);
  }

  .as-b2l-recipe-card__media {
    height: 100%;
    min-height: 240px;
  }

  .as-b2l-reviews__track {
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .as-b2l-container {
    width:
      calc(100% - 28px);
  }

  .as-b2l-section {
    padding:
      49px
      0;
  }

  .as-b2l-hero__grid {
    padding:
      34px
      0
      44px;

    gap: 31px;
  }

  .as-b2l-logo {
    width: 84px;
    height: 56px;

    margin-bottom: 26px;
  }

  .as-b2l-hero__copy h1 {
    font-size:
      clamp(
        39px,
        12vw,
        54px
      );
  }

  .as-b2l-hero__copy > p {
    margin-top: 16px;

    font-size: 13px;
  }

  .as-b2l-hero__visual {
    min-height: 350px;

    padding: 22px;
  }

  .as-b2l-offer-badge {
    top: 14px;
    right: 14px;

    min-height: 43px;

    font-size: 16px;
  }

  .as-b2l-section-head h2,
  .as-b2l-package__content h2,
  .as-b2l-order__copy h2 {
    font-size: 32px;
    white-space: normal;
  }

  .as-b2l-why__grid {
    grid-template-columns: 1fr;
  }

  .as-b2l-feature,
  .as-b2l-feature:nth-child(2) {
    min-height: 0;

    border-left: 0;

    border-bottom:
      1px solid
      var(--line);
  }

  .as-b2l-feature:last-child {
    border-bottom: 0;
  }

  .as-b2l-feature__num {
    margin-bottom: 20px;
  }

  .as-b2l-package__visual {
    min-height: 340px;

    padding: 21px;
  }

  .as-b2l-video-placeholder {
    min-height: 400px;
  }

  .as-b2l-recipe-card {
    display: block;
  }

  .as-b2l-recipe-card__media {
    height: 230px;
    min-height: 0;
  }

  .as-b2l-reviews__track {
    display: flex;

    gap: 12px;

    overflow-x: auto;

    padding-bottom: 8px;

    scroll-snap-type:
      x mandatory;

    scrollbar-width: none;
  }

  .as-b2l-reviews__track::-webkit-scrollbar {
    display: none;
  }

  .as-b2l-review-card {
    flex:
      0 0
      78%;

    scroll-snap-align: start;
  }

  .as-b2l-preview-form {
    padding:
      24px
      18px;
  }

  .as-b2l-order__copy > p {
    font-size: 14px;
  }

}


/* =========================================================
   ORDER HEADING FIX
========================================================= */

.as-b2l-order__copy {
  position: static;
  min-width: 0;
  max-width: 520px;
}

.as-b2l-order__copy h2 {
  max-width: 100%;

  font-size:
    clamp(
      38px,
      3.7vw,
      52px
    );

  line-height: 1.18;

  white-space: normal;
}

.as-b2l-order__subheading {
  margin-top: 8px;

  color: var(--olive-gold);

  font-size:
    clamp(
      23px,
      2.3vw,
      31px
    );

  font-weight: 700;

  line-height: 1.45;
}

.as-b2l-order__copy > p {
  max-width: 500px;
}

.as-b2l-order__grid {
  grid-template-columns:
    minmax(0,.88fr)
    minmax(420px,1.12fr);

  gap: 90px;
}



@media (max-width: 1050px) {

  .as-b2l-feedback-card {
    flex:
      0 0
      calc(
        (100% - 20px) / 2
      );
  }

  .as-b2l-feedback-image {
    height: 500px;
  }

  .as-b2l-order__grid {
    gap: 45px;
  }

}


@media (max-width: 850px) {

  .as-b2l-reviews-toolbar {
    align-items: flex-end;
  }

  .as-b2l-feedback-card {
    flex:
      0 0
      72%;
  }

  .as-b2l-reviews-mobile-note {
    display: block;
  }

  .as-b2l-order__copy {
    max-width: 100%;
  }

  .as-b2l-order__grid {
    grid-template-columns: 1fr;
  }

}


@media (max-width: 600px) {

  .as-b2l-reviews-toolbar {
    margin-top: -5px;

    align-items: stretch;
    flex-direction: column;
  }

  .as-b2l-reviews-arrows {
    justify-content: flex-start;
  }

  .as-b2l-review-slider-btn {
    width: 44px;
    height: 44px;
  }

  .as-b2l-feedback-card {
    flex:
      0 0
      86%;
  }

  .as-b2l-feedback-image {
    height: 455px;
  }

  .as-b2l-review-overlay {
    display: none;
  }

  .as-b2l-review-modal {
    padding: 10px;
  }

  .as-b2l-review-modal__dialog {
    width: 100%;
    max-height: 96vh;
  }

  .as-b2l-review-modal__body {
    min-height: 420px;

    max-height:
      calc(96vh - 150px);

    padding:
      13px
      48px;
  }

  .as-b2l-review-modal__image-wrap img {
    max-height:
      calc(96vh - 180px);
  }

  .as-b2l-review-modal__arrow {
    width: 38px;
    height: 38px;

    margin-top: -19px;
  }

  .as-b2l-review-modal__arrow--prev {
    right: 5px;
  }

  .as-b2l-review-modal__arrow--next {
    left: 5px;
  }

  .as-b2l-review-modal__footer {
    align-items: flex-start;
    flex-direction: column;

    gap: 4px;
  }

  .as-b2l-order__subheading {
    font-size: 23px;
  }

}

/* =========================================================
   ORDER CTA BUTTONS
========================================================= */

.as-b2l-section-cta {
  margin-top: 34px;

  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.as-b2l-order-now {
  min-width: 170px;
  min-height: 52px;

  padding:
    0
    25px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border:
    1px solid
    var(--dark);

  color:
    #fff !important;

  background:
    var(--dark);

  font-size: 14px;
  font-weight: 700;

  text-decoration: none !important;

  transition:
    transform .2s ease,
    background .2s ease;
}

.as-b2l-order-now:hover {
  background:
    #272506;

  transform:
    translateY(-1px);
}

.as-b2l-floating-order {
  display: none;
}


/* Keep the order target clear when scrolling */
#asB2LOrderSection {
  scroll-margin-top: 20px;
}

@media (max-width: 600px) {

  #alsahlBundle2Landing {
    padding-bottom: 82px;
  }

  .as-b2l-section-cta {
    margin-top: 26px;
  }

  .as-b2l-order-now {
    width: 100%;
    min-height: 54px;
  }

  .as-b2l-floating-order {
    position: fixed;

    right: 14px;
    left: 14px;
    bottom: 12px;

    z-index: 9998;

    min-height: 56px;

    padding:
      0
      20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
      1px solid
      rgba(230,188,112,.42);

    color:
      #fff !important;

    background:
      var(--dark);

    box-shadow:
      0 12px 32px
      rgba(51,49,10,.22);

    font-size: 15px;
    font-weight: 800;

    text-decoration: none !important;
  }

  body.admin-bar
  .as-b2l-floating-order {
    bottom: 12px;
  }

}

/* =========================================================
   FLOATING CTA — HIDE AT ORDER FORM
========================================================= */

@media (max-width: 600px) {

  .as-b2l-floating-order {
    opacity: 1;
    visibility: visible;

    transform:
      translateY(0);

    transition:
      opacity .22s ease,
      visibility .22s ease,
      transform .22s ease;
  }

  .as-b2l-floating-order.is-hidden {
    opacity: 0;
    visibility: hidden;

    transform:
      translateY(
        calc(100% + 24px)
      );

    pointer-events: none;
  }

}


/* =========================================================
   CUSTOM FRONT FORM — FLUENT FORM #6 BRIDGE
========================================================= */

.as-b2l-front-form {
  position: relative;
}

.as-b2l-field select {
  width: 100%;
  height: 54px;

  padding:
    0
    15px;

  border:
    1px solid
    rgba(146,134,72,.28);

  outline: 0;

  appearance: none;
  -webkit-appearance: none;

  color: var(--dark);

  background:
    rgba(255,255,255,.48);

  font-size: 16px;

  cursor: pointer;

  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}

.as-b2l-field select:focus {
  border-color: var(--olive-gold);

  box-shadow:
    0 0 0 3px
    rgba(146,134,72,.08);
}

.as-b2l-field select:invalid {
  color: #8A826B;
}

.as-b2l-select-wrap {
  position: relative;
}

.as-b2l-select-arrow {
  position: absolute;

  left: 15px;
  top: 50%;

  transform: translateY(-50%);

  color: var(--olive-gold);

  font-family: Arial,sans-serif;

  font-size: 16px;

  pointer-events: none;
}

.as-b2l-submit.is-loading,
.as-b2l-submit:disabled {
  opacity: .68;
  cursor: not-allowed;
}

.as-b2l-form-note.is-error {
  color: #9C4B3E;
}

.as-b2l-form-note.is-success {
  color: var(--olive);
}


/* =========================================================
   HIDDEN FLUENT FORM RECEIVER — FORM ID 6
========================================================= */

.as-b2l-ff-receiver-widget,
#fluentform_6,
.frm-fluent-form[data-form_id="6"],
.frm-fluent-form[data-form-id="6"] {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden !important;

  opacity: 0 !important;

  pointer-events: none !important;
}


/* =========================================================
   PRICE VISIBILITY
========================================================= */

.as-b2l-price-box {
  margin-top: 24px;

  width: fit-content;
  min-width: 300px;

  padding:
    18px
    22px;

  border:
    1px solid
    rgba(146,134,72,.32);

  background:
    rgba(249,244,233,.76);
}

.as-b2l-price-box__label {
  display: block;

  margin-bottom: 5px;

  color:
    var(--olive-gold);

  font-size: 12px;
  font-weight: 700;
}

.as-b2l-price-box__value {
  display: flex;
  align-items: baseline;

  gap: 8px;

  direction: rtl;
}

.as-b2l-price-box__value strong {
  color:
    var(--dark);

  font-family:
    Arial,
    "Bahij TheSansArabic",
    sans-serif;

  font-size:
    clamp(
      35px,
      3.3vw,
      48px
    );

  font-weight: 800;

  line-height: 1.05;

  letter-spacing: -.8px;
}

.as-b2l-price-box__value span {
  color:
    var(--dark);

  font-size: 16px;
  font-weight: 700;
}

.as-b2l-price-box small {
  display: block;

  margin-top: 8px;

  color:
    var(--muted);

  font-size: 11px;
  font-weight: 600;
}

.as-b2l-price-box--hero {
  box-shadow:
    0 12px 30px
    rgba(51,49,10,.05);
}


/* ORDER PRICE */

.as-b2l-order-price {
  margin-top: 24px;

  max-width: 430px;

  padding:
    21px
    23px;

  border:
    1px solid
    rgba(146,134,72,.34);

  background:
    var(--dark);

  color:
    #fff;
}

.as-b2l-order-price__label {
  display: block;

  margin-bottom: 6px;

  color:
    var(--gold);

  font-size: 12px;
  font-weight: 700;
}

.as-b2l-order-price__value {
  display: flex;
  align-items: baseline;

  gap: 8px;
}

.as-b2l-order-price__value strong {
  color:
    #fff;

  font-family:
    Arial,
    "Bahij TheSansArabic",
    sans-serif;

  font-size:
    clamp(
      39px,
      4vw,
      55px
    );

  font-weight: 800;

  line-height: 1.05;

  letter-spacing: -.8px;
}

.as-b2l-order-price__value span {
  color:
    #fff;

  font-size: 17px;
  font-weight: 700;
}

.as-b2l-order-price small {
  display: block;

  margin-top: 8px;

  color:
    rgba(255,255,255,.68);

  font-size: 11px;
  font-weight: 600;
}


@media (max-width: 600px) {

  .as-b2l-price-box {
    width: 100%;
    min-width: 0;

    margin-top: 20px;

    padding:
      16px
      17px;
  }

  .as-b2l-price-box__value strong {
    font-size: 38px;
  }

  .as-b2l-order-price {
    max-width: none;
    width: 100%;

    margin-top: 20px;

    padding:
      18px
      18px;
  }

  .as-b2l-order-price__value strong {
    font-size: 42px;
  }

}/* End custom CSS */