.elementor-428 .elementor-element.elementor-element-afd9f9a{--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-bd927b0 *//* =========================================================
   AL SAHL — OFFERS HUB
   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
========================================================= */

#alsahlOffersHub {
  --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;
}

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

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

#alsahlOffersHub button {
  font: inherit;
}

.as-offers-container {
  width:
    min(
      calc(100% - 48px),
      var(--container)
    );

  margin-inline: auto;
}

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


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

.as-offers-eyebrow {
  display: flex;
  align-items: center;

  gap: 12px;

  color: var(--olive-gold);

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

.as-offers-eyebrow > span {
  width: 32px;
  height: 1px;

  background: currentColor;
}

.as-offers-section-head {
  max-width: 850px;

  margin-bottom: 44px;
}

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

  font-size:
    clamp(
      36px,
      4vw,
      55px
    );

  font-weight: 800;

  line-height: 1.22;
}

.as-offers-section-head h2 strong {
  color: var(--olive-gold);

  font-weight: 800;
}

.as-offers-section-head > p {
  max-width: 680px;

  margin:
    18px
    0
    0;

  color: var(--muted);

  font-size: 14px;

  line-height: 1.95;
}

.as-offers-primary-cta {
  min-height: 56px;

  margin-top: 25px;

  padding:
    0
    27px;

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

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

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

  text-decoration: none !important;

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

.as-offers-primary-cta:hover {
  background: var(--dark-2);

  transform:
    translateY(-2px);
}


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

.as-offers-hero {
  min-height: 700px;

  display: flex;
  align-items: center;

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

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

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

  display: grid;

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

  gap: 75px;

  align-items: center;
}

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

  margin-bottom: 32px;

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

.as-offers-hero__copy h1 {
  max-width: 760px;

  margin:
    17px
    0
    0;

  font-size:
    clamp(
      52px,
      5.4vw,
      78px
    );

  font-weight: 800;

  line-height: 1.12;

  letter-spacing: -.7px;
}

.as-offers-hero__copy h1 strong {
  display: block;

  color: var(--olive-gold);

  font-weight: 800;
}

.as-offers-hero__copy > p {
  max-width: 690px;

  margin:
    23px
    0
    0;

  color: #716A53;

  font-size: 16px;

  line-height: 1.95;
}

.as-offers-hero__trust {
  margin-top: 22px;

  display: flex;
  flex-wrap: wrap;

  gap: 8px;
}

.as-offers-hero__trust span {
  padding:
    9px
    12px;

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

  color: #625B42;

  background:
    rgba(255,255,255,.22);

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

.as-offers-hero__visual {
  position: relative;

  min-height: 540px;

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

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

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

.as-offers-hero__stack {
  position: relative;

  width: 100%;
  height: 480px;
}

.as-offers-stack-card {
  position: absolute;

  width: 69%;
  height: 390px;

  padding: 22px;

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

  background:
    rgba(249,244,233,.78);

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

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

.as-offers-stack-card img {
  max-width: 100%;
  max-height: 345px;

  object-fit: contain;

  filter:
    drop-shadow(
      0 20px 23px
      rgba(51,49,10,.10)
    );
}

.as-offers-stack-card--1 {
  right: 9%;
  top: 56px;

  transform:
    rotate(4deg);
}

.as-offers-stack-card--2 {
  left: 7%;
  top: 22px;

  z-index: 2;

  transform:
    rotate(-4deg);
}

.as-offers-hero__badge {
  position: absolute;

  right: 24px;
  bottom: 24px;

  z-index: 5;

  min-width: 142px;

  padding:
    15px
    17px;

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

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

.as-offers-hero__badge strong,
.as-offers-hero__badge span {
  display: block;
}

.as-offers-hero__badge strong {
  color: var(--gold);

  font-family: Arial,sans-serif;

  font-size: 34px;

  line-height: 1;
}

.as-offers-hero__badge span {
  margin-top: 5px;

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

  font-size: 10px;
}


/* =========================================================
   TRUST STRIP
========================================================= */

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

.as-offers-trust__grid {
  display: grid;

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

.as-offers-trust article {
  min-height: 110px;

  padding:
    22px
    23px;

  display: flex;
  align-items: center;

  gap: 14px;

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

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

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

  font-family: Arial,sans-serif;

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

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

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

  font-size: 13px;
}

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

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

  font-size: 9px;
}


/* =========================================================
   OFFER GRID
========================================================= */

.as-offers-products {
  background:
    #F9F4E9;
}

.as-offers-grid {
  display: grid;

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

  gap: 24px;
}

.as-offer-card {
  min-width: 0;

  display: grid;

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

  overflow: hidden;

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

  background:
    rgba(255,255,255,.18);

  transition:
    transform .22s ease,
    box-shadow .22s ease;
}

.as-offer-card:hover {
  transform:
    translateY(-4px);

  box-shadow:
    0 20px 40px
    rgba(51,49,10,.07);
}

.as-offer-card__media {
  position: relative;

  min-height: 410px;

  padding: 26px;

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

  background: var(--cream-2);
}

.as-offer-card__media img {
  width: auto;
  max-width: 100%;
  max-height: 345px;

  object-fit: contain;

  filter:
    drop-shadow(
      0 20px 25px
      rgba(51,49,10,.10)
    );
}

.as-offer-card__badge {
  position: absolute;

  top: 18px;
  right: 18px;

  z-index: 3;

  padding:
    8px
    11px;

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

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

.as-offer-card__body {
  min-width: 0;

  padding:
    29px
    27px;

  display: flex;
  flex-direction: column;
}

.as-offer-card__eyebrow {
  color: var(--olive-gold);

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

.as-offer-card h3 {
  margin:
    8px
    0
    0;

  font-size:
    clamp(
      22px,
      2.2vw,
      30px
    );

  font-weight: 800;

  line-height: 1.3;
}

.as-offer-card h3 small {
  display: block;

  margin-top: 6px;

  color: var(--muted);

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

  line-height: 1.6;
}

.as-offer-card__features {
  margin:
    22px
    0
    0;

  padding: 0;

  list-style: none;
}

.as-offer-card__features li {
  position: relative;

  padding:
    9px
    17px
    9px
    0;

  color: var(--muted);

  border-bottom:
    1px solid
    rgba(146,134,72,.13);

  font-size: 11px;

  line-height: 1.65;
}

.as-offer-card__features li::before {
  content: "✓";

  position: absolute;

  right: 0;
  top: 10px;

  color: var(--olive-gold);

  font-family: Arial,sans-serif;

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

.as-offer-card__price {
  margin-top: auto;

  padding-top: 23px;
}

.as-offer-card__price > span:not(.as-offer-card__old-price) {
  display: block;

  margin-bottom: 4px;

  color: var(--olive-gold);

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

.as-offer-card__old-price {
  display: block;

  margin-bottom: 6px;

  color: #9A927D;

  font-family: Arial,sans-serif;

  font-size: 13px;

  text-decoration: line-through;
}

.as-offer-card__price > div {
  display: flex;
  align-items: flex-end;

  gap: 7px;
}

.as-offer-card__price strong {
  font-family: Arial,sans-serif;

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

  line-height: 1;
}

.as-offer-card__price small {
  padding-bottom: 4px;

  color: var(--muted);

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

.as-offer-card__actions {
  margin-top: 23px;

  display: grid;

  grid-template-columns:
    1fr
    1fr;

  gap: 9px;
}

.as-offer-card__primary,
.as-offer-card__secondary {
  min-height: 48px;

  padding:
    0
    14px;

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

  text-align: center;

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

  text-decoration: none !important;

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

.as-offer-card__primary {
  color: #fff !important;
  background: var(--dark);
}

.as-offer-card__secondary {
  color: var(--dark) !important;

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

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

.as-offer-card__primary:hover {
  background: var(--dark-2);
}

.as-offer-card__secondary:hover {
  color: #fff !important;
  background: var(--dark);
}

.as-offer-card__primary.is-link-pending,
.as-offer-card__secondary.is-link-pending {
  opacity: .56;

  cursor: not-allowed;
}

.as-offer-card--featured {
  border-color:
    rgba(146,134,72,.42);

  box-shadow:
    inset 0 0 0 1px
    rgba(230,188,112,.14);
}

.as-offer-card--featured
.as-offer-card__media {
  background:
    linear-gradient(
      145deg,
      #EEE4CA,
      #E7D9B8
    );
}

.as-offer-card--dark {
  color: #fff;
  background: var(--dark);
}

.as-offer-card--dark
.as-offer-card__media {
  background:
    linear-gradient(
      145deg,
      #35340C,
      #252407
    );
}

.as-offer-card--dark h3 {
  color: #fff;
}

.as-offer-card--dark
.as-offer-card__features li {
  color:
    rgba(255,255,255,.62);

  border-bottom-color:
    rgba(230,188,112,.12);
}

.as-offer-card--dark
.as-offer-card__price strong {
  color: #fff;
}

.as-offer-card--dark
.as-offer-card__price small,
.as-offer-card--dark
.as-offer-card__old-price {
  color:
    rgba(255,255,255,.55);
}

.as-offer-card--dark
.as-offer-card__primary {
  color: var(--dark) !important;
  background: var(--gold);
}

.as-offer-card--dark
.as-offer-card__secondary {
  color: #fff !important;

  border-color:
    rgba(230,188,112,.25);

  background:
    transparent;
}

.as-offer-card--dark
.as-offer-card__secondary:hover {
  color: var(--dark) !important;
  background: var(--gold);
}


/* =========================================================
   COMPARE
========================================================= */

.as-offers-compare {
  background: var(--cream);
}

.as-offers-compare__grid {
  display: grid;

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

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

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

.as-offers-compare__grid article {
  min-height: 285px;

  padding:
    28px
    25px;

  display: flex;
  flex-direction: column;

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

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

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

.as-offers-compare__num {
  width: 44px;
  height: 44px;

  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-offers-compare__grid strong {
  display: block;

  margin-top: 31px;

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

.as-offers-compare__grid p {
  margin:
    9px
    0
    0;

  color: var(--muted);

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

.as-offers-compare__grid small {
  margin-top: auto;

  padding-top: 20px;

  color: var(--olive-gold);

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

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

.as-offers-compare__featured {
  color: #fff !important;
  background: var(--dark) !important;
}

.as-offers-compare__featured strong {
  color: #fff;
}

.as-offers-compare__featured p {
  color:
    rgba(255,255,255,.62);
}

.as-offers-compare__featured small,
.as-offers-compare__featured
.as-offers-compare__num {
  color: var(--gold);
}


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

.as-offers-why {
  padding:
    88px
    0;

  color: #fff;

  background:
    radial-gradient(
      circle at 13% 0%,
      rgba(230,188,112,.15),
      transparent 27%
    ),
    var(--dark);
}

.as-offers-why__grid {
  display: grid;

  grid-template-columns:
    minmax(0,.8fr)
    minmax(520px,1.2fr);

  gap: 80px;

  align-items: center;
}

.as-offers-why__copy > span {
  color: var(--gold);

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

.as-offers-why__copy h2 {
  margin:
    10px
    0
    0;

  color: #fff;

  font-size:
    clamp(
      40px,
      4.5vw,
      61px
    );

  font-weight: 800;

  line-height: 1.18;
}

.as-offers-why__copy h2 strong {
  display: block;

  color: var(--gold);

  font-weight: 800;
}

.as-offers-why__copy p {
  max-width: 540px;

  margin:
    20px
    0
    0;

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

  font-size: 13px;

  line-height: 2;
}

.as-offers-why__cards {
  display: grid;

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

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

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

.as-offers-why__cards article {
  min-height: 145px;

  padding:
    25px;

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

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

.as-offers-why__cards strong,
.as-offers-why__cards small {
  display: block;
}

.as-offers-why__cards strong {
  color: #fff;

  font-size: 15px;
}

.as-offers-why__cards small {
  margin-top: 7px;

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

  font-size: 10px;

  line-height: 1.7;
}


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

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

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

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

  gap: 20px;
}

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

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

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

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

  color: var(--muted);

  font-size: 11px;
}

.as-offers-reviews-arrows {
  display: flex;
  align-items: center;

  gap: 9px;
}

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

  transform:
    translateY(-2px);
}

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

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

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

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

  padding: 0;

  display: block;

  border: 0;

  background: transparent;

  cursor: zoom-in;
}

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

  filter:
    brightness(.82);
}

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

  transform:
    translateY(0);
}

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

  margin-top: 12px;

  color: var(--muted);

  font-size: 10px;

  text-align: center;
}


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

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

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

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

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

  gap: 15px;

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

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

  margin-bottom: 2px;

  color: var(--olive-gold);

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

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

  color: var(--dark);

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

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

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

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

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

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

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

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

  gap: 15px;

  color: var(--muted);

  font-size: 10px;
}

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

  font-family: Arial,sans-serif;

  font-size: 11px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.as-offers-final {
  padding:
    58px
    0;

  background: var(--cream-2);

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

.as-offers-final__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 30px;
}

.as-offers-final__inner span {
  color: var(--olive-gold);

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

.as-offers-final__inner h2 {
  margin:
    5px
    0
    0;

  font-size:
    clamp(
      28px,
      3vw,
      40px
    );

  font-weight: 800;

  line-height: 1.3;
}

.as-offers-final__cta {
  min-width: 190px;
  min-height: 54px;

  padding:
    0
    24px;

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

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

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

  text-decoration: none !important;
}


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

@media (max-width: 1100px) {

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

    gap: 45px;
  }

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

  .as-offer-card {
    grid-template-columns:
      minmax(300px,.85fr)
      minmax(0,1.15fr);
  }

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

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

    gap: 44px;
  }

}


@media (max-width: 820px) {

  .as-offers-section {
    padding:
      72px
      0;
  }

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

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

    padding:
      38px
      0
      48px;
  }

  .as-offers-hero__visual {
    min-height: 500px;
  }

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

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

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

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

}


@media (max-width: 680px) {

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

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

  .as-offers-logo {
    width: 92px;
    height: 62px;

    margin-bottom: 24px;
  }

  .as-offers-hero__copy h1 {
    font-size:
      clamp(
        41px,
        12vw,
        54px
      );
  }

  .as-offers-hero__copy > p {
    font-size: 14px;
  }

  .as-offers-primary-cta {
    width: 100%;
  }

  .as-offers-hero__visual {
    min-height: 420px;
  }

  .as-offers-hero__stack {
    height: 380px;
  }

  .as-offers-stack-card {
    width: 75%;
    height: 310px;

    padding: 15px;
  }

  .as-offers-stack-card img {
    max-height: 275px;
  }

  .as-offers-hero__badge {
    right: 15px;
    bottom: 15px;
  }

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

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

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

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

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

  .as-offer-card {
    grid-template-columns:
      1fr;
  }

  .as-offer-card__media {
    min-height: 340px;
  }

  .as-offer-card__media img {
    max-height: 290px;
  }

  .as-offer-card__actions {
    grid-template-columns:
      1fr;
  }

  .as-offers-compare__grid {
    grid-template-columns:
      1fr;
  }

  .as-offers-compare__grid article {
    min-height: 230px;
  }

  .as-offers-why__cards {
    grid-template-columns:
      1fr;
  }

  .as-offers-why__copy h2 {
    font-size: 37px;
  }

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

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

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

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

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

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

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

    padding:
      15px
      51px;
  }

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

    gap: 3px;
  }

  .as-offers-final__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .as-offers-final__cta {
    width: 100%;
  }

}


@media (max-width: 420px) {

  .as-offers-hero__copy h1 {
    font-size: 37px;
  }

  .as-offers-hero__trust {
    gap: 6px;
  }

  .as-offers-hero__trust span {
    padding:
      8px
      9px;

    font-size: 9px;
  }

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

  .as-offers-hero__stack {
    height: 335px;
  }

  .as-offers-stack-card {
    width: 78%;
    height: 275px;
  }

  .as-offers-stack-card img {
    max-height: 240px;
  }

  .as-offer-card__media {
    min-height: 300px;
  }

  .as-offer-card__media img {
    max-height: 255px;
  }

  .as-offer-card__body {
    padding:
      24px
      20px;
  }

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

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

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

    padding:
      12px
      45px;
  }

}/* End custom CSS */