.elementor-418 .elementor-element.elementor-element-b504d8f{--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-022bb46 *//* =========================================================
   AL SAHL — 5L BEST SELLER PRODUCT LANDING PAGE
   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
========================================================= */

#alsahl5LProductLanding {
  --cream: #F4ECD9;
  --cream-2: #EEE4CA;
  --card: #F9F4E9;
  --gold: #E6BC70;
  --olive-gold: #928648;
  --olive: #585939;
  --dark: #33310A;
  --dark-2: #242308;
  --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;
}

#alsahl5LProductLanding,
#alsahl5LProductLanding *,
#alsahl5LProductLanding *::before,
#alsahl5LProductLanding *::after {
  box-sizing: border-box;
}

#alsahl5LProductLanding img {
  max-width: 100%;
}

#alsahl5LProductLanding button,
#alsahl5LProductLanding input,
#alsahl5LProductLanding textarea,
#alsahl5LProductLanding select {
  font: inherit;
}

.as-p5l-container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.as-p5l-section {
  padding: 92px 0;
}


/* =========================================================
   SHARED
========================================================= */

.as-p5l-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;

  color: var(--olive-gold);

  font-size: 13px;
  font-weight: 700;
}

.as-p5l-eyebrow > span {
  width: 32px;
  height: 1px;
  background: currentColor;
}

.as-p5l-section-head {
  max-width: 900px;
  margin-bottom: 43px;
}

.as-p5l-section-head h2 {
  margin: 12px 0 0;

  font-size: clamp(35px, 3.7vw, 53px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.4px;
}

.as-p5l-section-head h2 strong {
  color: var(--olive-gold);
  font-weight: 800;
}

.as-p5l-section-cta {
  margin-top: 38px;
}

.as-p5l-primary-cta,
.as-p5l-secondary-cta {
  min-height: 56px;
  padding: 0 28px;

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

  text-decoration: none !important;

  font-size: 14px;
  font-weight: 800;

  transition:
    transform .2s ease,
    background .2s ease;
}

.as-p5l-primary-cta {
  color: #fff !important;
  background: var(--dark);
}

.as-p5l-secondary-cta {
  color: #fff !important;
  background: var(--dark);
}

.as-p5l-primary-cta:hover,
.as-p5l-secondary-cta:hover {
  transform: translateY(-2px);
  background: #242308;
}


/* =========================================================
   HERO
========================================================= */

.as-p5l-hero {
  position: relative;

  min-height: 760px;

  display: flex;
  align-items: center;

  background:
    radial-gradient(
      circle at 10% 19%,
      rgba(230,188,112,.21),
      transparent 28%
    ),
    linear-gradient(
      180deg,
      #F4ECD9 0%,
      #F0E4CA 100%
    );

  border-bottom:
    1px solid
    rgba(51,49,10,.07);
}

.as-p5l-hero__grid {
  padding: 58px 0;

  display: grid;

  grid-template-columns:
    minmax(0,1.05fr)
    minmax(430px,.95fr);

  gap: 72px;

  align-items: center;
}

.as-p5l-logo {
  width: 108px;
  height: 72px;

  margin-bottom: 31px;

  object-fit: contain;
  object-position: right center;
}

.as-p5l-hero__copy h1 {
  max-width: 780px;

  margin: 17px 0 0;

  font-size: clamp(47px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.7px;
}

.as-p5l-hero__copy h1 > strong {
  display: block;

  margin-top: 4px;

  color: var(--olive-gold);

  font-weight: 800;
}

.as-p5l-hero__copy h1 > small {
  display: block;

  margin-top: 12px;

  color: var(--dark);

  font-size: .45em;
  font-weight: 700;
  line-height: 1.55;
}

.as-p5l-hero__lead {
  max-width: 690px;

  margin: 23px 0 0;

  color: #716A53;

  font-size: 16px;
  line-height: 1.95;
}

.as-p5l-hero__chips {
  margin-top: 22px;

  display: flex;
  flex-wrap: wrap;

  gap: 9px;
}

.as-p5l-hero__chips span {
  padding: 9px 13px;

  border:
    1px solid
    rgba(146,134,72,.27);

  color: #625B42;
  background:
    rgba(255,255,255,.22);

  font-size: 11px;
  font-weight: 700;
}

.as-p5l-price-box {
  max-width: 690px;

  margin-top: 25px;

  padding: 20px 22px;

  display: grid;

  grid-template-columns:
    minmax(0,1fr)
    auto;

  align-items: center;

  gap: 28px;

  border:
    1px solid
    rgba(146,134,72,.28);

  background:
    rgba(255,255,255,.26);
}

.as-p5l-price-box__label {
  display: block;

  margin-bottom: 4px;

  color: var(--olive-gold);

  font-size: 11px;
  font-weight: 700;
}

.as-p5l-price-box__value {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.as-p5l-price-box__value strong {
  font-family: Arial,sans-serif;

  font-size: clamp(42px,4.5vw,58px);
  font-weight: 800;
  line-height: .95;
}

.as-p5l-price-box__value span {
  color: var(--muted);

  font-size: 14px;
  font-weight: 700;
}

.as-p5l-price-box__risk {
  min-width: 205px;

  padding-right: 23px;

  border-right:
    1px solid
    var(--line);
}

.as-p5l-price-box__risk strong,
.as-p5l-price-box__risk span {
  display: block;
}

.as-p5l-price-box__risk strong {
  font-size: 13px;
  font-weight: 800;
}

.as-p5l-price-box__risk span {
  margin-top: 4px;

  color: var(--muted);

  font-size: 10px;
}

.as-p5l-hero__actions {
  margin-top: 23px;

  display: flex;
  align-items: center;

  gap: 18px;
}

.as-p5l-hero__shipping {
  color: var(--muted);

  font-size: 11px;
  font-weight: 600;
}

.as-p5l-hero__visual {
  position: relative;

  min-height: 570px;

  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-p5l-product-stage {
  position: relative;
  z-index: 2;

  width: 100%;
  height: 480px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.as-p5l-product-image {
  width: auto;
  max-width: 96%;
  max-height: 500px;

  display: block;
  object-fit: contain;
  object-position: center;

  filter:
    drop-shadow(
      0 28px 30px
      rgba(51,49,10,.15)
    );
}

.as-p5l-product-placeholder {
  width: 80%;
  min-height: 360px;

  padding: 32px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  gap: 7px;

  border:
    1px dashed
    rgba(146,134,72,.46);

  color: var(--olive-gold);

  text-align: center;
}

.as-p5l-product-placeholder > span {
  font-family: Arial,sans-serif;

  font-size: 75px;
  font-weight: 800;
  line-height: 1;
}

.as-p5l-product-placeholder strong {
  color: var(--dark);

  font-size: 16px;
}

.as-p5l-product-placeholder small {
  max-width: 270px;

  color: var(--muted);

  font-size: 10px;
  line-height: 1.7;
}

.as-p5l-best-badge {
  position: absolute;

  top: 24px;
  right: 24px;

  z-index: 5;

  width: 82px;
  height: 82px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  color: #fff;
  background: var(--dark);

  border-radius: 50%;

  line-height: 1.15;
}

.as-p5l-best-badge span {
  font-size: 9px;
}

.as-p5l-best-badge strong {
  margin-top: 2px;

  color: var(--gold);

  font-size: 15px;
}

.as-p5l-visual-note {
  position: absolute;

  right: 25px;
  bottom: 25px;

  z-index: 6;

  min-width: 250px;

  padding: 13px 15px;

  display: flex;
  align-items: center;

  gap: 11px;

  border:
    1px solid
    rgba(230,188,112,.25);

  color: #fff;
  background:
    rgba(51,49,10,.93);

  box-shadow:
    0 16px 30px
    rgba(51,49,10,.15);
}

.as-p5l-visual-note > span {
  width: 34px;
  height: 34px;

  flex: 0 0 34px;

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

  color: var(--gold);

  border:
    1px solid
    rgba(230,188,112,.35);
}

.as-p5l-visual-note strong,
.as-p5l-visual-note small {
  display: block;
}

.as-p5l-visual-note strong {
  font-size: 11px;
}

.as-p5l-visual-note small {
  margin-top: 1px;

  color:
    rgba(255,255,255,.62);

  font-size: 9px;
}


/* =========================================================
   TRUST BAR
========================================================= */

.as-p5l-trust {
  background: var(--dark);
}

.as-p5l-trust__grid {
  display: grid;

  grid-template-columns:
    repeat(4,minmax(0,1fr));
}

.as-p5l-trust article {
  min-height: 112px;

  padding: 23px 24px;

  display: flex;
  align-items: center;

  gap: 14px;

  border-left:
    1px solid
    rgba(230,188,112,.15);
}

.as-p5l-trust article:last-child {
  border-left: 0;
}

.as-p5l-trust article > span {
  color: var(--gold);

  font-family: Arial,sans-serif;

  font-size: 10px;
  font-weight: 700;
}

.as-p5l-trust strong,
.as-p5l-trust small {
  display: block;
}

.as-p5l-trust strong {
  color: #fff;

  font-size: 13px;
  font-weight: 700;
}

.as-p5l-trust small {
  margin-top: 3px;

  color:
    rgba(255,255,255,.55);

  font-size: 9px;
}


/* =========================================================
   WHY
========================================================= */

.as-p5l-why {
  background: #F9F4E9;
}

.as-p5l-why__grid {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  border-top:
    1px solid
    var(--line);

  border-right:
    1px solid
    var(--line);
}

.as-p5l-feature {
  position: relative;

  min-height: 270px;

  padding: 32px 31px;

  display: flex;
  flex-direction: column;

  border-left:
    1px solid
    var(--line);

  border-bottom:
    1px solid
    var(--line);

  background:
    rgba(255,255,255,.08);
}

.as-p5l-feature--main {
  grid-column: 1 / -1;

  min-height: 360px;

  display: grid;

  grid-template-columns:
    55px
    minmax(0,1fr)
    250px;

  gap: 24px;

  align-items: center;
}

.as-p5l-feature--dark {
  color: #fff;
  background: var(--dark);
}

.as-p5l-feature__num {
  width: 46px;
  height: 46px;

  flex: 0 0 46px;

  display: 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: 10px;
  font-weight: 700;
}

.as-p5l-feature:not(.as-p5l-feature--main)
.as-p5l-feature__num {
  margin-bottom: 34px;
}

.as-p5l-feature h3 {
  margin: 0 0 11px;

  font-size: clamp(20px,2.2vw,28px);
  font-weight: 800;
  line-height: 1.35;
}

.as-p5l-feature p {
  max-width: 680px;

  margin: 0;

  color: var(--muted);

  font-size: 13px;
  line-height: 2;
}

.as-p5l-feature--dark h3 {
  color: #fff;
}

.as-p5l-feature--dark p {
  color:
    rgba(255,255,255,.65);
}

.as-p5l-feature--dark
.as-p5l-feature__num {
  color: var(--gold);
}

.as-p5l-granite-visual {
  position: relative;

  height: 220px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.as-p5l-granite-disc {
  width: 185px;
  height: 185px;

  border:
    20px solid
    #D7CEBA;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      #B9AE98 0 20%,
      #D7CEBA 21% 45%,
      #9E927A 46% 48%,
      #D7CEBA 49% 100%
    );

  box-shadow:
    inset 0 0 0 1px
    rgba(51,49,10,.08),
    0 18px 34px
    rgba(51,49,10,.10);
}

.as-p5l-granite-visual > span {
  position: absolute;

  bottom: 8px;

  padding: 8px 12px;

  color: #fff;
  background: var(--dark);

  font-size: 10px;
  font-weight: 700;
}

.as-p5l-million {
  margin-top: auto;
  padding-top: 24px;

  border-top:
    1px solid
    rgba(230,188,112,.18);
}

.as-p5l-million strong,
.as-p5l-million span {
  display: block;
}

.as-p5l-million strong {
  color: var(--gold);

  font-family: Arial,sans-serif;

  font-size: 34px;
  font-weight: 800;
}

.as-p5l-million span {
  margin-top: 2px;

  color:
    rgba(255,255,255,.60);

  font-size: 9px;
}


/* =========================================================
   PROCESS
========================================================= */

.as-p5l-process {
  background: var(--cream);
}

.as-p5l-process__grid {
  display: grid;

  grid-template-columns:
    minmax(0,.85fr)
    minmax(480px,1.15fr);

  gap: 85px;

  align-items: center;
}

.as-p5l-process__copy h2 {
  margin: 13px 0 0;

  font-size: clamp(37px,4vw,56px);
  font-weight: 800;
  line-height: 1.2;
}

.as-p5l-process__copy h2 strong {
  color: var(--olive-gold);
  font-weight: 800;
}

.as-p5l-process__copy > p {
  max-width: 560px;

  margin: 22px 0 0;

  color: var(--muted);

  font-size: 14px;
  line-height: 2;
}

.as-p5l-text-cta {
  margin-top: 25px;

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

  gap: 10px;

  color: var(--dark) !important;

  font-size: 13px;
  font-weight: 800;

  text-decoration: none !important;
}

.as-p5l-text-cta > span {
  color: var(--olive-gold);

  font-family: Arial,sans-serif;

  font-size: 17px;
}

.as-p5l-process__steps {
  border-top:
    1px solid
    var(--line);

  border-right:
    1px solid
    var(--line);
}

.as-p5l-process__steps article {
  min-height: 120px;

  padding: 22px 24px;

  display: grid;

  grid-template-columns:
    55px
    minmax(0,1fr);

  gap: 18px;

  align-items: center;

  border-left:
    1px solid
    var(--line);

  border-bottom:
    1px solid
    var(--line);

  background:
    rgba(255,255,255,.14);
}

.as-p5l-process__steps article > span {
  width: 48px;
  height: 48px;

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

  color: var(--olive-gold);

  border:
    1px solid
    rgba(230,188,112,.42);

  font-family: Arial,sans-serif;

  font-size: 10px;
  font-weight: 700;
}

.as-p5l-process__steps strong,
.as-p5l-process__steps small {
  display: block;
}

.as-p5l-process__steps strong {
  font-size: 16px;
  font-weight: 800;
}

.as-p5l-process__steps small {
  margin-top: 4px;

  color: var(--muted);

  font-size: 10px;
}


/* =========================================================
   GUARANTEE
========================================================= */

.as-p5l-guarantee {
  padding: 84px 0;

  color: #fff;
  background:
    radial-gradient(
      circle at 15% 0%,
      rgba(230,188,112,.15),
      transparent 28%
    ),
    var(--dark);
}

.as-p5l-guarantee__grid {
  display: grid;

  grid-template-columns:
    minmax(0,.85fr)
    minmax(480px,1.15fr);

  gap: 80px;

  align-items: center;
}

.as-p5l-guarantee__eyebrow {
  color: var(--gold);

  font-size: 11px;
  font-weight: 700;
}

.as-p5l-guarantee__main h2 {
  margin: 10px 0 0;

  color: #fff;

  font-size: clamp(41px,4.6vw,64px);
  font-weight: 800;
  line-height: 1.15;
}

.as-p5l-guarantee__main p {
  max-width: 550px;

  margin: 22px 0 0;

  color:
    rgba(255,255,255,.62);

  font-size: 14px;
  line-height: 2;
}

.as-p5l-guarantee__cards {
  border-top:
    1px solid
    rgba(230,188,112,.20);
}

.as-p5l-guarantee__cards article {
  min-height: 100px;

  padding: 21px 0;

  display: grid;

  grid-template-columns:
    48px
    minmax(0,1fr);

  gap: 17px;

  align-items: center;

  border-bottom:
    1px solid
    rgba(230,188,112,.20);
}

.as-p5l-guarantee__cards article > span {
  width: 43px;
  height: 43px;

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

  color: var(--gold);

  border:
    1px solid
    rgba(230,188,112,.35);
}

.as-p5l-guarantee__cards strong,
.as-p5l-guarantee__cards small {
  display: block;
}

.as-p5l-guarantee__cards strong {
  color: #fff;

  font-size: 15px;
}

.as-p5l-guarantee__cards small {
  margin-top: 3px;

  color:
    rgba(255,255,255,.53);

  font-size: 10px;
}


/* =========================================================
   REVIEWS
========================================================= */

.as-p5l-reviews {
  background:
    radial-gradient(
      circle at 90% 15%,
      rgba(230,188,112,.12),
      transparent 24%
    ),
    var(--cream);
}

.as-p5l-reviews-toolbar {
  margin: -12px 0 25px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;
}

.as-p5l-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-p5l-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-p5l-reviews-hint strong,
.as-p5l-reviews-hint span {
  display: block;
}

.as-p5l-reviews-hint strong {
  color: var(--dark);

  font-size: 14px;
  font-weight: 700;
}

.as-p5l-reviews-hint div > span {
  margin-top: 2px;

  color: var(--muted);

  font-size: 11px;
}

.as-p5l-reviews-arrows {
  display: flex;
  align-items: center;
  gap: 9px;
}

.as-p5l-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-p5l-review-slider-btn:hover {
  color: var(--gold);
  background: var(--dark);

  transform:
    translateY(-2px);
}

.as-p5l-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-p5l-reviews-track::-webkit-scrollbar {
  display: none;
}

.as-p5l-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-p5l-feedback-card:hover {
  transform:
    translateY(-4px);

  box-shadow:
    0 16px 34px
    rgba(51,49,10,.08);
}

.as-p5l-review-open {
  width: 100%;
  height: 100%;

  padding: 0;

  display: block;

  border: 0;

  background: transparent;

  cursor: zoom-in;
}

.as-p5l-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-p5l-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-p5l-feedback-card:hover
.as-p5l-feedback-image img {
  transform:
    scale(1.018);

  filter:
    brightness(.82);
}

.as-p5l-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-p5l-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-p5l-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-p5l-feedback-card:hover
.as-p5l-review-overlay {
  opacity: 1;

  transform:
    translateY(0);
}

.as-p5l-reviews-mobile-note {
  display: none;

  margin-top: 12px;

  color: var(--muted);

  font-size: 10px;

  text-align: center;
}


/* =========================================================
   REVIEW MODAL
========================================================= */

body.as-p5l-review-modal-open {
  overflow: hidden !important;
}

.as-p5l-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-p5l-review-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.as-p5l-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-p5l-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-p5l-review-modal__header {
  padding: 17px 19px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 15px;

  border-bottom:
    1px solid
    var(--line);
}

.as-p5l-review-modal__header span {
  display: block;

  margin-bottom: 2px;

  color: var(--olive-gold);

  font-size: 10px;
  font-weight: 600;
}

.as-p5l-review-modal__header h3 {
  margin: 0;

  color: var(--dark);

  font-size: 16px;
  font-weight: 700;
}

.as-p5l-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-p5l-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-p5l-review-modal__image-wrap {
  max-width: 100%;
  max-height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;
}

.as-p5l-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-p5l-review-modal__image-wrap
img.is-changing {
  opacity: .35;
}

.as-p5l-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-p5l-review-modal__arrow--prev {
  right: 14px;
}

.as-p5l-review-modal__arrow--next {
  left: 14px;
}

.as-p5l-review-modal__footer {
  padding: 13px 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 15px;

  color: var(--muted);

  font-size: 10px;
}

.as-p5l-review-modal__footer strong {
  color: var(--olive-gold);

  font-family: Arial,sans-serif;

  font-size: 11px;
}


/* =========================================================
   ORDER
========================================================= */

.as-p5l-order {
  background:
    linear-gradient(
      180deg,
      #EEE4CA 0%,
      #F4ECD9 100%
    );
}

.as-p5l-order__grid {
  display: grid;

  grid-template-columns:
    minmax(0,.9fr)
    minmax(430px,1.1fr);

  gap: 70px;

  align-items: start;
}

.as-p5l-order__copy {
  position: sticky;
  top: 30px;
}

.as-p5l-order__copy h2 {
  margin: 13px 0 0;

  font-size: clamp(37px,4vw,54px);
  font-weight: 800;
  line-height: 1.24;
}

.as-p5l-order__copy h2 strong {
  display: block;

  color: var(--olive-gold);

  font-weight: 800;
}

.as-p5l-order__copy > p {
  max-width: 560px;

  margin: 20px 0 0;

  color: #6E674F;

  font-size: 15px;
  line-height: 2;
}

.as-p5l-order-price {
  max-width: 520px;

  margin-top: 26px;

  padding: 22px 0;

  border-top:
    1px solid
    var(--line);

  border-bottom:
    1px solid
    var(--line);
}

.as-p5l-order-price > span {
  display: block;

  color: var(--olive-gold);

  font-size: 10px;
  font-weight: 700;
}

.as-p5l-order-price > div {
  margin-top: 5px;

  display: flex;
  align-items: flex-end;

  gap: 8px;
}

.as-p5l-order-price strong {
  font-family: Arial,sans-serif;

  font-size: clamp(45px,5vw,61px);
  font-weight: 800;
  line-height: 1;
}

.as-p5l-order-price small {
  padding-bottom: 6px;

  color: var(--muted);

  font-size: 13px;
  font-weight: 700;
}

.as-p5l-order-price p {
  margin: 9px 0 0;

  color: var(--muted);

  font-size: 10px;
}

.as-p5l-order-mini {
  margin-top: 18px;

  display: flex;
  align-items: center;

  gap: 11px;
}

.as-p5l-order-mini > span {
  width: 35px;
  height: 35px;

  flex: 0 0 35px;

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

  color: var(--gold);
  background: var(--dark);

  font-family: Arial,sans-serif;
}

.as-p5l-order-mini strong,
.as-p5l-order-mini small {
  display: block;
}

.as-p5l-order-mini strong {
  font-size: 11px;
}

.as-p5l-order-mini small {
  margin-top: 2px;

  color: var(--muted);

  font-size: 9px;
}

.as-p5l-front-form {
  padding: 35px;

  border:
    1px solid
    var(--line);

  background: #F9F4E9;

  box-shadow:
    0 18px 45px
    rgba(51,49,10,.055);
}

.as-p5l-field {
  margin-bottom: 17px;
}

.as-p5l-field label {
  display: block;

  margin-bottom: 7px;

  color: #5C563F;

  font-size: 12px;
  font-weight: 600;
}

.as-p5l-field input,
.as-p5l-field textarea,
.as-p5l-field select {
  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-p5l-field input,
.as-p5l-field select {
  height: 54px;

  padding: 0 15px;
}

.as-p5l-field textarea {
  min-height: 112px;

  padding: 14px 15px;

  resize: vertical;
}

.as-p5l-field input:focus,
.as-p5l-field textarea:focus,
.as-p5l-field select:focus {
  border-color:
    rgba(146,134,72,.70);

  box-shadow:
    0 0 0 3px
    rgba(230,188,112,.10);
}

.as-p5l-select-wrap {
  position: relative;
}

.as-p5l-select-wrap select {
  appearance: none;
  -webkit-appearance: none;

  padding-left: 44px;

  cursor: pointer;
}

.as-p5l-select-arrow {
  position: absolute;

  left: 16px;
  top: 50%;

  transform:
    translateY(-50%);

  color: var(--olive-gold);

  pointer-events: none;
}

.as-p5l-form-summary {
  margin: 22px 0 17px;

  padding: 15px 16px;

  display: grid;

  grid-template-columns:
    52px
    minmax(0,1fr);

  gap: 13px;

  align-items: center;

  border:
    1px solid
    var(--line);

  background:
    rgba(238,228,202,.50);
}

.as-p5l-form-summary > span {
  color: var(--olive-gold);

  font-size: 10px;
  font-weight: 700;
}

.as-p5l-form-summary strong,
.as-p5l-form-summary small {
  display: block;
}

.as-p5l-form-summary strong {
  font-size: 12px;
}

.as-p5l-form-summary small {
  margin-top: 3px;

  color: var(--muted);

  font-size: 9px;
}


/* =========================================================
   ORDER FORM — QUANTITY CONTROL
========================================================= */

.as-p5l-quantity-field {
  margin:
    4px
    0
    20px;
}

.as-p5l-quantity-field > label {
  display: block;

  margin-bottom: 8px;

  color: #5C563F;

  font-size: 12px;
  font-weight: 600;
}

.as-p5l-quantity-control {
  width: 100%;
  min-height: 58px;

  display: grid;

  grid-template-columns:
    58px
    minmax(80px,1fr)
    58px;

  align-items: stretch;

  border:
    1px solid
    rgba(146,134,72,.28);

  background:
    rgba(255,255,255,.48);
}

.as-p5l-quantity-btn {
  min-width: 58px;

  padding: 0;

  border: 0;

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

  color: var(--dark);
  background:
    rgba(238,228,202,.58);

  font-family: Arial,sans-serif;

  font-size: 27px;
  font-weight: 400;

  line-height: 1;

  cursor: pointer;

  transition:
    color .2s ease,
    background .2s ease,
    opacity .2s ease;
}

.as-p5l-quantity-btn:first-child {
  border-left:
    1px solid
    rgba(146,134,72,.22);
}

.as-p5l-quantity-btn:last-child {
  border-right:
    1px solid
    rgba(146,134,72,.22);
}

.as-p5l-quantity-btn:hover:not(:disabled) {
  color: var(--gold);
  background: var(--dark);
}

.as-p5l-quantity-btn:disabled {
  opacity: .32;
  cursor: not-allowed;
}

#asP5LQuantity {
  width: 100%;
  height: 56px;

  padding: 0 8px;

  border: 0 !important;
  outline: 0 !important;

  color: var(--dark);
  background: transparent !important;

  box-shadow: none !important;

  font-family: Arial,sans-serif;

  font-size: 19px;
  font-weight: 800;

  text-align: center;

  appearance: textfield;
  -moz-appearance: textfield;
}

#asP5LQuantity::-webkit-inner-spin-button,
#asP5LQuantity::-webkit-outer-spin-button {
  margin: 0;

  -webkit-appearance: none;
}

.as-p5l-form-summary strong b,
.as-p5l-form-summary small b {
  color: var(--dark);

  font-family:
    Arial,
    "Bahij TheSansArabic",
    sans-serif;

  font-weight: 800;
}

.as-p5l-form-summary small b {
  color: var(--olive-gold);
}

.as-p5l-submit {
  width: 100%;
  min-height: 58px;

  border: 0;

  color: #fff;
  background: var(--dark);

  font-size: 14px;
  font-weight: 800;

  cursor: pointer;

  transition:
    background .2s ease,
    transform .2s ease,
    opacity .2s ease;
}

.as-p5l-submit:hover {
  background: #242308;

  transform:
    translateY(-1px);
}

.as-p5l-submit:disabled {
  opacity: .68;
  cursor: wait;
  transform: none;
}

.as-p5l-form-note {
  min-height: 22px;

  margin: 12px 0 0;

  font-size: 11px;
  line-height: 1.7;
}

.as-p5l-form-note.is-error {
  color: #98483B;
}

.as-p5l-form-note.is-success {
  color: #55652A;
}

.as-p5l-form-trust {
  margin-top: 6px;

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

  gap: 7px;

  color: var(--muted);

  font-size: 9px;
}

.as-p5l-form-trust > span {
  color: var(--olive-gold);

  font-family: Arial,sans-serif;

  font-weight: 700;
}


/* =========================================================
   FLOATING MOBILE CTA
========================================================= */

.as-p5l-floating-order {
  position: fixed;

  right: 14px;
  left: 14px;
  bottom: 14px;

  z-index: 9990;

  min-height: 56px;

  padding: 0 19px;

  display: none;
  align-items: center;
  justify-content: center;

  color: #fff !important;
  background: var(--dark);

  border:
    1px solid
    rgba(230,188,112,.30);

  box-shadow:
    0 13px 30px
    rgba(24,24,5,.22);

  font-size: 13px;
  font-weight: 800;

  text-decoration: none !important;

  transition:
    transform .2s ease,
    opacity .2s ease;
}

.as-p5l-floating-order.is-hidden {
  opacity: 0;
  pointer-events: none;

  transform:
    translateY(15px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1050px) {

  .as-p5l-hero__grid {
    grid-template-columns:
      minmax(0,1fr)
      minmax(360px,.8fr);

    gap: 44px;
  }

  .as-p5l-trust__grid {
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

  .as-p5l-trust article:nth-child(2) {
    border-left: 0;
  }

  .as-p5l-trust article:nth-child(-n+2) {
    border-bottom:
      1px solid
      rgba(230,188,112,.15);
  }

  .as-p5l-process__grid,
  .as-p5l-guarantee__grid,
  .as-p5l-order__grid {
    grid-template-columns:
      1fr;

    gap: 45px;
  }

  .as-p5l-order__copy {
    position: static;
  }

}


@media (max-width: 800px) {

  .as-p5l-section {
    padding: 70px 0;
  }

  .as-p5l-hero {
    min-height: 0;
  }

  .as-p5l-hero__grid {
    grid-template-columns:
      1fr;

    gap: 34px;

    padding:
      36px
      0
      44px;
  }

  .as-p5l-hero__visual {
    min-height: 470px;
  }

  .as-p5l-product-stage {
    height: 395px;
  }

  .as-p5l-product-image {
    max-height: 395px;
  }

  .as-p5l-feature--main {
    grid-template-columns:
      55px
      minmax(0,1fr);

    min-height: 0;
  }

  .as-p5l-granite-visual {
    grid-column:
      1 / -1;

    height: 190px;
  }

  .as-p5l-feedback-card {
    flex:
      0 0
      calc(
        (100% - 20px) / 2
      );
  }

}


@media (max-width: 650px) {

  .as-p5l-container {
    width:
      calc(100% - 28px);
  }

  .as-p5l-section {
    padding: 58px 0;
  }

  .as-p5l-logo {
    width: 91px;
    height: 61px;

    margin-bottom: 23px;
  }

  .as-p5l-hero__copy h1 {
    font-size:
      clamp(
        39px,
        11.6vw,
        52px
      );
  }

  .as-p5l-hero__copy h1 > small {
    margin-top: 9px;

    font-size: .40em;
  }

  .as-p5l-hero__lead {
    font-size: 14px;
  }

  .as-p5l-price-box {
    grid-template-columns:
      1fr;

    gap: 15px;
  }

  .as-p5l-price-box__risk {
    padding:
      15px
      0
      0;

    border-right: 0;

    border-top:
      1px solid
      var(--line);
  }

  .as-p5l-hero__actions {
    align-items: stretch;
    flex-direction: column;

    gap: 10px;
  }

  .as-p5l-primary-cta,
  .as-p5l-secondary-cta {
    width: 100%;
  }

  .as-p5l-hero__shipping {
    text-align: center;
  }

  .as-p5l-hero__visual {
    min-height: 420px;

    padding: 24px;
  }

  .as-p5l-product-stage {
    height: 350px;
  }

  .as-p5l-product-image {
    max-height: 350px;
  }

  .as-p5l-best-badge {
    top: 15px;
    right: 15px;

    width: 68px;
    height: 68px;
  }

  .as-p5l-visual-note {
    right: 16px;
    left: 16px;
    bottom: 16px;

    min-width: 0;
  }

  .as-p5l-trust__grid {
    grid-template-columns:
      1fr;
  }

  .as-p5l-trust article,
  .as-p5l-trust article:nth-child(2) {
    border-left: 0;

    border-bottom:
      1px solid
      rgba(230,188,112,.15);
  }

  .as-p5l-trust article:last-child {
    border-bottom: 0;
  }

  .as-p5l-section-head h2 {
    font-size: 34px;
  }

  .as-p5l-why__grid {
    grid-template-columns:
      1fr;
  }

  .as-p5l-feature--main {
    grid-column: auto;

    grid-template-columns:
      1fr;
  }

  .as-p5l-feature--main
  .as-p5l-feature__num {
    margin-bottom: 10px;
  }

  .as-p5l-granite-visual {
    grid-column: auto;
  }

  .as-p5l-process__grid,
  .as-p5l-guarantee__grid,
  .as-p5l-order__grid {
    gap: 35px;
  }

  .as-p5l-process__copy h2,
  .as-p5l-guarantee__main h2,
  .as-p5l-order__copy h2 {
    font-size: 36px;
  }

  .as-p5l-reviews-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .as-p5l-reviews-arrows {
    justify-content: flex-end;
  }

  .as-p5l-feedback-card {
    flex:
      0 0
      86%;
  }

  .as-p5l-feedback-image {
    height: 500px;
  }

  .as-p5l-reviews-mobile-note {
    display: block;
  }

  .as-p5l-review-modal {
    padding: 10px;
  }

  .as-p5l-review-modal__body {
    min-height: 430px;

    padding:
      15px
      51px;
  }

  .as-p5l-review-modal__footer {
    align-items: flex-start;
    flex-direction: column;

    gap: 3px;
  }

  .as-p5l-front-form {
    padding: 24px 19px;
  }

  .as-p5l-floating-order {
    display: flex;
  }

  body {
    padding-bottom: 80px !important;
  }

}


@media (max-width: 420px) {

  .as-p5l-hero__copy h1 {
    font-size: 36px;
  }

  .as-p5l-hero__chips {
    gap: 6px;
  }

  .as-p5l-hero__chips span {
    padding:
      8px
      9px;

    font-size: 9px;
  }

  .as-p5l-price-box__value strong {
    font-size: 44px;
  }

  .as-p5l-hero__visual {
    min-height: 380px;
  }

  .as-p5l-product-stage {
    height: 315px;
  }

  .as-p5l-product-placeholder {
    width: 92%;

    min-height: 275px;

    padding: 20px;
  }

  .as-p5l-product-placeholder > span {
    font-size: 58px;
  }

  .as-p5l-feedback-card {
    flex:
      0 0
      90%;
  }

  .as-p5l-feedback-image {
    height: 455px;
  }

  .as-p5l-review-modal__body {
    min-height: 390px;

    padding:
      12px
      45px;
  }

  .as-p5l-review-modal__arrow {
    width: 37px;
    height: 37px;

    margin-top: -18px;
  }

  .as-p5l-review-modal__arrow--prev {
    right: 7px;
  }

  .as-p5l-review-modal__arrow--next {
    left: 7px;
  }

}/* End custom CSS */