.elementor-70 .elementor-element.elementor-element-ebd0315{--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;}body.elementor-page-70:not(.elementor-motion-effects-element-type-background), body.elementor-page-70 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#E2ECE6;}@media(min-width:768px){.elementor-70 .elementor-element.elementor-element-ebd0315{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-5ca270a */@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap');

:root {
  --sahl-dark: #091b10;
  --sahl-deep: #11291a;
  --sahl-green: #1e3b27;
  --sahl-green-soft: #34533a;

  --sahl-gold: #c9a556;
  --sahl-soft-gold: #e4c77f;
  --sahl-gold-dark: #8d6825;

  --sahl-ivory: #f4ecd9;
  --sahl-cream: #eadfc6;
  --sahl-card: #fbf5e8;
  --sahl-white: #ffffff;

  --sahl-text: #0d1d13;
  --sahl-muted: #4c4336;
  --sahl-muted-strong: #393329;

  --sahl-border: rgba(179, 137, 55, 0.38);
  --sahl-border-dark: rgba(9, 27, 16, 0.15);

  --sahl-shadow:
    0 26px 65px rgba(9, 27, 16, 0.17);

  --sahl-shadow-soft:
    0 16px 42px rgba(9, 27, 16, 0.11);

  --sahl-container: 1220px;
}

/* ================================= */
/* WordPress / Elementor Reset */
/* ================================= */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}

html,
body {
  margin: 0 !important;
  padding: 0 !important;

  overflow-x: hidden !important;

  background: var(--sahl-dark) !important;
}

body.alsahl-review-modal-open {
  overflow: hidden !important;
}

body .entry-content,
body .wp-site-blocks,
body .wp-block-post-content,
body .site-content,
body .content-area,
body .elementor,
body .elementor-section,
body .elementor-container,
body .elementor-widget-wrap,
body .elementor-widget-container,
body .elementor-widget-html {
  margin-top: 0 !important;
  margin-bottom: 0 !important;

  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* ================================= */
/* Global */
/* ================================= */

.alsahl-site,
.alsahl-site * {
  box-sizing: border-box;
}

.alsahl-site {
  width: 100vw;
  max-width: 100vw;
  min-height: 100svh;

  margin:
    0 calc(50% - 50vw) !important;

  padding: 0 !important;

  direction: rtl;

  display: block;

  overflow: hidden;

  background: var(--sahl-ivory);
  color: var(--sahl-text);

  font-family:
    'IBM Plex Sans Arabic',
    sans-serif !important;

  font-weight: 500;

  -webkit-font-smoothing:
    antialiased;

  text-rendering:
    optimizeLegibility;
}

.alsahl-site a {
  color: inherit;
  text-decoration: none;
}

.alsahl-site button {
  font-family:
    'IBM Plex Sans Arabic',
    sans-serif !important;
}

.alsahl-site img {
  max-width: 100%;
  display: block;
}

.alsahl-container {
  width: min(
    var(--sahl-container),
    calc(100% - 40px)
  );

  margin-inline: auto;
}

.alsahl-section {
  padding: 100px 0;
}

.alsahl-site h1,
.alsahl-site h2,
.alsahl-site h3,
.alsahl-site p {
  margin: 0;

  font-family:
    'IBM Plex Sans Arabic',
    sans-serif !important;
}

.alsahl-site h1,
.alsahl-site h2,
.alsahl-site h3 {
  color: var(--sahl-dark);

  font-weight: 700;
  line-height: 1.42;
}

.alsahl-site p {
  color: var(--sahl-muted);

  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.alsahl-site small {
  color:
    var(--sahl-muted-strong);

  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.alsahl-section-head {
  max-width: 820px;

  margin: 0 auto 54px;

  text-align: center;
}

.alsahl-section-kicker {
  display: inline-block;

  margin-bottom: 10px;

  color: var(--sahl-gold-dark);

  font-size: 18px;
  font-weight: 700;
}

.alsahl-section-head h2 {
  margin-bottom: 14px;

  font-size:
    clamp(34px, 4vw, 54px);
}

.alsahl-section-head p {
  max-width: 740px;

  margin-inline: auto;
}

.alsahl-center {
  margin-top: 46px;
  text-align: center;
}

.alsahl-site a:focus-visible,
.alsahl-site button:focus-visible {
  outline:
    3px solid var(--sahl-soft-gold);

  outline-offset: 4px;
}

/* ================================= */
/* Buttons */
/* ================================= */

.alsahl-btn {
  min-height: 62px;

  padding: 15px 36px;

  border: 0;
  border-radius: 999px;
  outline: none;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  cursor: pointer;

  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}

.alsahl-btn-gold {
  background:
    linear-gradient(
      135deg,
      var(--sahl-gold),
      var(--sahl-soft-gold)
    );

  color: var(--sahl-dark);

  box-shadow:
    0 14px 30px
    rgba(201, 165, 86, 0.31);
}

.alsahl-btn-gold:hover {
  color: var(--sahl-dark);

  transform: translateY(-3px);

  box-shadow:
    0 22px 44px
    rgba(201, 165, 86, 0.43);
}

.alsahl-btn-dark {
  background: var(--sahl-dark);
  color: var(--sahl-white);

  box-shadow:
    0 14px 28px
    rgba(9, 27, 16, 0.22);
}

.alsahl-btn-dark:hover {
  background: var(--sahl-gold);
  color: var(--sahl-dark);

  transform: translateY(-3px);
}

.alsahl-btn-outline {
  background:
    rgba(251, 245, 232, 0.95);

  color: var(--sahl-dark);

  border:
    1px solid
    rgba(9, 27, 16, 0.25);
}

.alsahl-btn-outline:hover {
  background: var(--sahl-dark);
  color: var(--sahl-white);
}

.alsahl-wide-btn {
  min-width: 320px;
  min-height: 66px;
}

/* ================================= */
/* Header */
/* ================================= */

.alsahl-header {
  position: sticky;
  top: 0;
  z-index: 9990;

  background:
    rgba(244, 236, 217, 0.97);

  border-bottom:
    1px solid
    rgba(9, 27, 16, 0.1);

  box-shadow:
    0 8px 26px
    rgba(9, 27, 16, 0.05);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.alsahl-nav {
  min-height: 90px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.alsahl-logo {
  flex-shrink: 0;

  display: flex;
  align-items: center;
  gap: 12px;
}

.alsahl-logo img {
  width: 61px;
  height: 61px;

  object-fit: contain;
}

.alsahl-logo strong {
  display: block;

  color: var(--sahl-dark);

  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

.alsahl-logo small {
  display: block;

  margin-top: 3px;

  color: var(--sahl-gold-dark);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.alsahl-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
}

.alsahl-menu a {
  position: relative;

  padding: 13px 0;

  color: var(--sahl-dark);

  font-size: 15px;
  font-weight: 700;

  transition:
    color 0.2s ease;
}

.alsahl-menu a::after {
  content: "";

  position: absolute;
  right: 0;
  bottom: 7px;

  width: 0;
  height: 2px;

  background:
    var(--sahl-gold-dark);

  transition:
    width 0.25s ease;
}

.alsahl-menu a:hover {
  color: var(--sahl-gold-dark);
}

.alsahl-menu a:hover::after {
  width: 100%;
}

.alsahl-header-cta {
  min-height: 50px;

  padding: 10px 27px;

  flex-shrink: 0;

  font-size: 15px;
}

.alsahl-menu-btn {
  width: 48px;
  height: 48px;

  padding: 10px;

  display: none;

  background: var(--sahl-card);

  border:
    1px solid
    rgba(9, 27, 16, 0.14);

  border-radius: 14px;

  cursor: pointer;
}

.alsahl-menu-btn span {
  width: 100%;
  height: 3px;

  margin: 5px 0;

  display: block;

  background: var(--sahl-dark);

  border-radius: 99px;

  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.alsahl-menu-btn.is-open
span:nth-child(1) {
  transform:
    translateY(8px)
    rotate(45deg);
}

.alsahl-menu-btn.is-open
span:nth-child(2) {
  opacity: 0;
}

.alsahl-menu-btn.is-open
span:nth-child(3) {
  transform:
    translateY(-8px)
    rotate(-45deg);
}

/* ================================= */
/* Hero */
/* ================================= */

.alsahl-hero {
  position: relative;

  min-height:
    calc(100svh - 90px);

  display: flex;
  align-items: center;

  background-image:
    linear-gradient(
      90deg,
      rgba(244, 236, 217, 0.03),
      rgba(244, 236, 217, 0.04)
    ),
    url("https://alsahl-oliveoil.com/wp-content/uploads/2026/07/oilLLL.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  overflow: hidden;
}

.alsahl-hero::before {
  content: "";

  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at 50% 50%,
      rgba(244, 236, 217, 0.04),
      transparent 62%
    );

  pointer-events: none;
}

.alsahl-hero-inner {
  position: relative;
  z-index: 2;

  min-height:
    calc(100svh - 90px);

  padding: 54px 0 108px;

  display: flex;
  align-items: center;
}

.alsahl-hero-layout {
  width: 100%;

  direction: ltr;

  display: grid;

  grid-template-columns:
    minmax(360px, 0.85fr)
    minmax(560px, 1.15fr);

  grid-template-areas:
    "product content";

  gap: 35px;

  align-items: center;
}

.alsahl-hero-content {
  grid-area: content;

  direction: rtl;

  width: 100%;
  max-width: 665px;

  margin-right: auto;

  padding: 34px 36px;

  background:
    rgba(244, 236, 217, 0.91);

  border:
    1px solid
    rgba(179, 137, 55, 0.44);

  border-radius: 32px;

  box-shadow:
    0 28px 80px
    rgba(9, 27, 16, 0.18);

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.alsahl-kicker {
  max-width: 100%;

  padding: 10px 18px;
  margin-bottom: 18px;

  display: inline-flex;
  align-items: center;
  gap: 9px;

  background:
    rgba(255, 250, 239, 0.9);

  border:
    1px solid
    rgba(179, 137, 55, 0.42);

  border-radius: 999px;

  color: var(--sahl-gold-dark);

  font-size: 15px;
  font-weight: 700;
}

.alsahl-hero h1 {
  color: var(--sahl-dark);

  font-size:
    clamp(43px, 5vw, 70px);

  line-height: 1.18;
}

.alsahl-hero h1 span {
  display: block;

  margin-top: 11px;

  color: var(--sahl-gold-dark);

  font-size:
    clamp(25px, 2.8vw, 37px);
}

.alsahl-hero-content > p {
  max-width: 650px;

  margin: 19px 0 0;

  color: #352f26;

  font-size: 17px;
  font-weight: 500;
  line-height: 1.95;
}

.alsahl-hero-highlights {
  width: 100%;

  margin: 23px 0 27px;

  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 10px;
}

.alsahl-hero-highlights div {
  min-width: 0;
  min-height: 98px;

  padding: 13px 8px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;

  background:
    rgba(255, 250, 239, 0.76);

  border:
    1px solid
    rgba(179, 137, 55, 0.34);

  border-radius: 17px;

  color: var(--sahl-dark);

  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
}

.alsahl-hero-highlights i {
  width: 39px;
  height: 39px;

  flex-shrink: 0;

  display: grid;
  place-items: center;

  background: var(--sahl-dark);

  border:
    1px solid
    rgba(201, 165, 86, 0.42);

  border-radius: 12px;

  color: var(--sahl-gold);

  font-size: 16px;
}

.alsahl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

/* ================================= */
/* Hero Product */
/* ================================= */

.alsahl-hero-product {
  grid-area: product;

  direction: rtl;

  position: relative;

  min-width: 0;
  min-height: 625px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.alsahl-product-stage {
  position: relative;

  width: min(100%, 470px);
  height: 620px;

  display: flex;
  align-items: center;
  justify-content: center;

  isolation: isolate;
}

.alsahl-product-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;

  width: 410px;
  height: 410px;

  background:
    radial-gradient(
      circle,
      rgba(228, 199, 127, 0.32),
      rgba(201, 165, 86, 0.12) 45%,
      transparent 72%
    );

  border-radius: 50%;

  transform:
    translate(-50%, -50%);

  filter: blur(5px);

  animation:
    alsahlGlowPulse
    5.8s ease-in-out infinite;
}

.alsahl-product-floating-wrapper {
  position: relative;
  z-index: 3;

  width: 100%;
  height: 560px;

  display: flex;
  align-items: center;
  justify-content: center;

  animation:
    alsahlProductEntrance
    1.05s
    cubic-bezier(0.22, 1, 0.36, 1)
    both;
}

.alsahl-hero-pack {
  width: auto;

  max-width: 390px;
  max-height: 560px;

  object-fit: contain;

  transform-origin:
    center 85%;

  filter:
    drop-shadow(
      18px 24px 24px
      rgba(9, 27, 16, 0.24)
    )
    drop-shadow(
      0 4px 5px
      rgba(9, 27, 16, 0.14)
    );

  animation:
    alsahlPackFloat
    5.8s ease-in-out infinite;

  will-change: transform;
}

.alsahl-product-floor-shadow {
  position: absolute;
  left: 50%;
  bottom: 42px;
  z-index: 1;

  width: 285px;
  height: 45px;

  background:
    radial-gradient(
      ellipse at center,
      rgba(9, 27, 16, 0.32),
      rgba(9, 27, 16, 0.13) 45%,
      transparent 73%
    );

  border-radius: 50%;

  filter: blur(7px);

  transform:
    translateX(-50%);

  animation:
    alsahlShadowPulse
    5.8s ease-in-out infinite;
}

.alsahl-product-premium-badge {
  position: absolute;
  right: 5px;
  bottom: 86px;
  z-index: 5;

  padding: 12px 16px;

  display: flex;
  align-items: center;
  gap: 11px;

  background:
    rgba(244, 236, 217, 0.94);

  border:
    1px solid
    rgba(179, 137, 55, 0.42);

  border-radius: 18px;

  box-shadow:
    0 14px 34px
    rgba(9, 27, 16, 0.15);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  animation:
    alsahlBadgeFloat
    6.4s ease-in-out infinite;
}

.alsahl-product-premium-badge > i {
  width: 40px;
  height: 40px;

  display: grid;
  place-items: center;

  background: var(--sahl-dark);

  border-radius: 12px;

  color: var(--sahl-gold);

  font-size: 17px;
}

.alsahl-product-premium-badge strong,
.alsahl-product-premium-badge span {
  display: block;
}

.alsahl-product-premium-badge strong {
  color: var(--sahl-dark);

  font-size: 14px;
  font-weight: 700;
}

.alsahl-product-premium-badge span {
  margin-top: 2px;

  color:
    var(--sahl-muted-strong);

  font-size: 11px;
  font-weight: 600;
}

@keyframes alsahlProductEntrance {
  from {
    opacity: 0;

    transform:
      translateY(45px)
      scale(0.94);
  }

  to {
    opacity: 1;

    transform:
      translateY(0)
      scale(1);
  }
}

@keyframes alsahlPackFloat {
  0%,
  100% {
    transform:
      translateY(0)
      rotate(3deg);
  }

  50% {
    transform:
      translateY(-13px)
      rotate(4.3deg);
  }
}

@keyframes alsahlShadowPulse {
  0%,
  100% {
    opacity: 0.3;

    transform:
      translateX(-50%)
      scaleX(1);
  }

  50% {
    opacity: 0.18;

    transform:
      translateX(-50%)
      scaleX(0.84);
  }
}

@keyframes alsahlGlowPulse {
  0%,
  100% {
    opacity: 0.72;

    transform:
      translate(-50%, -50%)
      scale(1);
  }

  50% {
    opacity: 0.95;

    transform:
      translate(-50%, -50%)
      scale(1.08);
  }
}

@keyframes alsahlBadgeFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

/* ================================= */
/* Feature Strip */
/* ================================= */

.alsahl-feature-strip {
  position: relative;
  z-index: 4;

  margin-top: -56px;
}

.alsahl-feature-box {
  display: grid;

  grid-template-columns:
    repeat(5, minmax(0, 1fr));

  background:
    rgba(251, 245, 232, 0.98);

  border:
    1px solid var(--sahl-border);

  border-radius: 26px;

  box-shadow: var(--sahl-shadow);

  overflow: hidden;
}

.alsahl-feature-item {
  min-width: 0;
  min-height: 120px;

  padding: 22px 16px;

  display: flex;
  align-items: center;
  gap: 13px;

  border-left:
    1px solid
    rgba(179, 137, 55, 0.24);
}

.alsahl-feature-item:last-child {
  border-left: 0;
}

.alsahl-feature-item i {
  flex-shrink: 0;

  color: var(--sahl-gold-dark);

  font-size: 29px;
}

.alsahl-feature-item h3 {
  margin-bottom: 4px;

  font-size: 18px;
}

.alsahl-feature-item p {
  color:
    var(--sahl-muted-strong);

  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

/* ================================= */
/* Benefits */
/* ================================= */

.alsahl-benefits-section {
  padding-top: 148px;

  background:
    radial-gradient(
      circle at 12% 8%,
      rgba(201, 165, 86, 0.14),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      var(--sahl-ivory),
      var(--sahl-cream)
    );
}

.alsahl-benefits-grid {
  display: grid;

  grid-template-columns:
    repeat(6, minmax(0, 1fr));

  gap: 23px;
}

.alsahl-benefit-card {
  position: relative;

  min-height: 350px;

  padding: 33px 28px;

  grid-column: span 2;

  background:
    linear-gradient(
      180deg,
      #fbf6ea,
      #f0e3c8
    );

  border:
    1px solid
    rgba(179, 137, 55, 0.39);

  border-radius: 29px;

  box-shadow:
    var(--sahl-shadow-soft);

  overflow: hidden;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.alsahl-benefit-card:nth-child(4),
.alsahl-benefit-card:nth-child(5) {
  grid-column: span 3;
}

.alsahl-benefit-card:hover {
  transform: translateY(-7px);

  box-shadow:
    0 26px 58px
    rgba(9, 27, 16, 0.16);
}

.alsahl-benefit-number {
  position: absolute;
  top: 12px;
  left: 19px;

  color:
    rgba(179, 137, 55, 0.23);

  font-size: 62px;
  font-weight: 700;
  line-height: 1;
}

.alsahl-benefit-icon {
  width: 70px;
  height: 70px;

  margin-bottom: 24px;

  display: grid;
  place-items: center;

  background: var(--sahl-dark);

  border:
    1px solid
    rgba(201, 165, 86, 0.45);

  border-radius: 21px;

  color: var(--sahl-gold);

  font-size: 29px;

  box-shadow:
    0 14px 30px
    rgba(9, 27, 16, 0.22);
}

.alsahl-benefit-card h3 {
  margin-bottom: 13px;

  font-size: 24px;
}

.alsahl-benefit-card p {
  color:
    var(--sahl-muted-strong);

  font-size: 16px;
  font-weight: 500;
  line-height: 1.95;
}

.alsahl-health-note {
  max-width: 920px;

  margin: 38px auto 0;
  padding: 19px 23px;

  display: flex;
  align-items: flex-start;
  gap: 14px;

  background:
    rgba(255, 250, 239, 0.84);

  border:
    1px solid
    rgba(179, 137, 55, 0.38);

  border-radius: 19px;
}

.alsahl-health-note i {
  margin-top: 6px;

  flex-shrink: 0;

  color: var(--sahl-gold-dark);

  font-size: 22px;
}

.alsahl-health-note p {
  color:
    var(--sahl-muted-strong);

  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

/* ================================= */
/* Quality */
/* ================================= */

.alsahl-quality-section {
  position: relative;

  background:
    radial-gradient(
      circle at 15% 15%,
      rgba(201, 165, 86, 0.2),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 82%,
      rgba(201, 165, 86, 0.13),
      transparent 26%
    ),
    linear-gradient(
      135deg,
      var(--sahl-dark),
      var(--sahl-deep)
    );
}

.alsahl-guarantee-hero {
  max-width: 980px;

  margin: 0 auto 53px;
  padding: 59px 46px;

  background:
    linear-gradient(
      145deg,
      rgba(251, 245, 232, 0.09),
      rgba(251, 245, 232, 0.025)
    );

  border:
    2px solid
    rgba(201, 165, 86, 0.76);

  border-radius: 38px;

  text-align: center;

  box-shadow:
    0 32px 84px
    rgba(0, 0, 0, 0.25);
}

.alsahl-guarantee-kicker {
  padding: 10px 19px;
  margin-bottom: 19px;

  display: inline-flex;
  align-items: center;
  gap: 9px;

  background:
    rgba(201, 165, 86, 0.13);

  border:
    1px solid
    rgba(201, 165, 86, 0.39);

  border-radius: 999px;

  color: var(--sahl-gold);

  font-size: 16px;
  font-weight: 700;
}

.alsahl-guarantee-hero h2 {
  color: var(--sahl-gold);

  font-size:
    clamp(39px, 5vw, 67px);

  line-height: 1.25;
}

.alsahl-guarantee-hero h2 span {
  display: block;

  margin-top: 16px;

  color: var(--sahl-white);

  font-size:
    clamp(23px, 2.7vw, 35px);

  line-height: 1.55;
}

.alsahl-guarantee-hero p {
  max-width: 790px;

  margin: 24px auto 32px;

  color: #eee4cf;

  font-size: 18px;
  font-weight: 500;
}

.alsahl-quality-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 23px;
}

.alsahl-quality-card {
  position: relative;

  padding: 33px 28px;

  background:
    rgba(251, 245, 232, 0.98);

  border:
    1px solid
    rgba(201, 165, 86, 0.43);

  border-radius: 29px;

  box-shadow:
    0 23px 50px
    rgba(0, 0, 0, 0.2);
}

.alsahl-quality-card > span {
  position: absolute;
  top: 19px;
  left: 21px;

  color:
    rgba(179, 137, 55, 0.3);

  font-size: 43px;
  font-weight: 700;
}

.alsahl-quality-icon {
  width: 67px;
  height: 67px;

  margin-bottom: 22px;

  display: grid;
  place-items: center;

  background: var(--sahl-dark);

  border-radius: 20px;

  color: var(--sahl-gold);

  font-size: 28px;
}

.alsahl-quality-card h3 {
  margin-bottom: 12px;

  font-size: 24px;
}

.alsahl-quality-card p {
  color:
    var(--sahl-muted-strong);

  font-size: 16px;
  font-weight: 500;
  line-height: 1.95;
}

.alsahl-guarantee-steps {
  max-width: 1020px;

  margin: 44px auto 0;
  padding: 26px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;

  background:
    rgba(251, 245, 232, 0.065);

  border:
    1px solid
    rgba(201, 165, 86, 0.34);

  border-radius: 27px;
}

.alsahl-guarantee-steps > i {
  flex-shrink: 0;

  color: var(--sahl-gold);

  font-size: 21px;
}

.alsahl-guarantee-step {
  min-width: 0;
  flex: 1;

  display: flex;
  align-items: center;
  gap: 13px;
}

.alsahl-guarantee-step strong {
  width: 45px;
  height: 45px;

  flex-shrink: 0;

  display: grid;
  place-items: center;

  background: var(--sahl-gold);

  border-radius: 50%;

  color: var(--sahl-dark);

  font-size: 19px;
  font-weight: 700;
}

.alsahl-guarantee-step span {
  color: #f0e7d4;

  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
}

.alsahl-guarantee-legal {
  max-width: 920px;

  margin: 26px auto 0;

  color: #d4c9b2 !important;

  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.8 !important;
  text-align: center;
}

/* ================================= */
/* Customer Reviews */
/* ================================= */

.alsahl-feedback-section {
  background:
    radial-gradient(
      circle at 90% 15%,
      rgba(201, 165, 86, 0.11),
      transparent 25%
    ),
    linear-gradient(
      180deg,
      var(--sahl-cream),
      var(--sahl-ivory)
    );
}

.alsahl-reviews-toolbar {
  margin-bottom: 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.alsahl-reviews-hint {
  padding: 15px 18px;

  display: flex;
  align-items: center;
  gap: 13px;

  background:
    rgba(251, 245, 232, 0.84);

  border:
    1px solid
    rgba(179, 137, 55, 0.33);

  border-radius: 18px;

  box-shadow:
    0 12px 30px
    rgba(9, 27, 16, 0.08);
}

.alsahl-reviews-hint > i {
  width: 45px;
  height: 45px;

  flex-shrink: 0;

  display: grid;
  place-items: center;

  background: var(--sahl-dark);

  border-radius: 14px;

  color: var(--sahl-gold);

  font-size: 19px;
}

.alsahl-reviews-hint strong,
.alsahl-reviews-hint span {
  display: block;
}

.alsahl-reviews-hint strong {
  color: var(--sahl-dark);

  font-size: 15px;
  font-weight: 700;
}

.alsahl-reviews-hint span {
  margin-top: 2px;

  color:
    var(--sahl-muted-strong);

  font-size: 13px;
  font-weight: 600;
}

.alsahl-reviews-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}

.alsahl-review-slider-btn {
  width: 50px;
  height: 50px;

  padding: 0;

  display: grid;
  place-items: center;

  background: var(--sahl-card);

  border:
    1px solid
    rgba(179, 137, 55, 0.38);

  border-radius: 50%;

  color: var(--sahl-dark);

  cursor: pointer;

  font-size: 17px;

  box-shadow:
    0 10px 24px
    rgba(9, 27, 16, 0.1);

  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.alsahl-review-slider-btn:hover {
  background: var(--sahl-dark);
  color: var(--sahl-gold);

  transform: translateY(-3px);
}

.alsahl-feedback-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 24px;

  align-items: stretch;
}

.alsahl-feedback-card {
  min-width: 0;

  background: var(--sahl-card);

  border:
    1px solid
    rgba(179, 137, 55, 0.42);

  border-radius: 28px;

  box-shadow:
    var(--sahl-shadow-soft);

  overflow: hidden;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.alsahl-feedback-card:hover {
  transform: translateY(-7px);

  box-shadow:
    0 28px 62px
    rgba(9, 27, 16, 0.18);
}

.alsahl-review-open {
  width: 100%;
  height: 100%;

  padding: 0;

  display: block;

  background: transparent;

  border: 0;

  cursor: zoom-in;

  text-align: inherit;
}

.alsahl-feedback-image {
  position: relative;

  width: 100%;
  height: 570px;

  padding: 14px;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      145deg,
      var(--sahl-dark),
      var(--sahl-deep)
    );

  overflow: hidden;
}

.alsahl-feedback-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
  object-position: top center;

  background: var(--sahl-white);

  border-radius: 17px;

  box-shadow:
    0 16px 38px
    rgba(0, 0, 0, 0.22);

  transition:
    transform 0.4s ease,
    filter 0.4s ease;
}

.alsahl-feedback-card:hover
.alsahl-feedback-image img {
  transform: scale(1.025);

  filter:
    brightness(0.82);
}

.alsahl-review-badge {
  position: absolute;
  top: 29px;
  right: 28px;
  z-index: 4;

  padding: 8px 12px;

  display: inline-flex;
  align-items: center;
  gap: 6px;

  background:
    rgba(9, 27, 16, 0.9);

  border:
    1px solid
    rgba(201, 165, 86, 0.38);

  border-radius: 999px;

  color: var(--sahl-white);

  font-size: 12px;
  font-weight: 700;

  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.alsahl-review-badge i {
  color: var(--sahl-gold);
}

.alsahl-review-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;

  width: 70px;
  height: 70px;

  display: grid;
  place-items: center;

  background:
    linear-gradient(
      135deg,
      var(--sahl-gold),
      var(--sahl-soft-gold)
    );

  border:
    7px solid
    rgba(255, 255, 255, 0.18);

  border-radius: 50%;

  color: var(--sahl-dark);

  font-size: 24px;

  opacity: 0;

  transform:
    translate(-50%, -43%)
    scale(0.82);

  box-shadow:
    0 20px 46px
    rgba(0, 0, 0, 0.3);

  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.alsahl-feedback-card:hover
.alsahl-review-zoom {
  opacity: 1;

  transform:
    translate(-50%, -50%)
    scale(1);
}

.alsahl-review-overlay {
  position: absolute;
  right: 24px;
  bottom: 25px;
  left: 24px;
  z-index: 4;

  padding: 12px 15px;

  background:
    rgba(9, 27, 16, 0.91);

  border:
    1px solid
    rgba(201, 165, 86, 0.36);

  border-radius: 15px;

  color: var(--sahl-white);

  font-size: 14px;
  font-weight: 700;
  text-align: center;

  opacity: 0;

  transform: translateY(12px);

  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.alsahl-feedback-card:hover
.alsahl-review-overlay {
  opacity: 1;
  transform: translateY(0);
}

.alsahl-reviews-mobile-note {
  display: none;

  margin-top: 14px;

  color:
    var(--sahl-muted-strong);

  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.alsahl-reviews-mobile-note i {
  margin-left: 6px;

  color: var(--sahl-gold-dark);
}

/* ================================= */
/* Review Popup */
/* ================================= */

.alsahl-review-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;

  padding: 20px;

  display: none;
  align-items: center;
  justify-content: center;
}

.alsahl-review-modal.is-open {
  display: flex;
}

.alsahl-review-modal-backdrop {
  position: absolute;
  inset: 0;

  background:
    rgba(3, 11, 6, 0.9);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  cursor: zoom-out;
}

.alsahl-review-modal-dialog {
  position: relative;
  z-index: 2;

  width: min(980px, 100%);
  max-height: calc(100svh - 40px);

  display: flex;
  flex-direction: column;

  background: var(--sahl-dark);

  border:
    1px solid
    rgba(201, 165, 86, 0.5);

  border-radius: 28px;

  box-shadow:
    0 40px 120px
    rgba(0, 0, 0, 0.6);

  overflow: hidden;
}

.alsahl-review-modal-header {
  min-height: 82px;

  padding: 15px 20px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  background:
    rgba(251, 245, 232, 0.06);

  border-bottom:
    1px solid
    rgba(201, 165, 86, 0.24);
}

.alsahl-review-modal-kicker {
  display: flex;
  align-items: center;
  gap: 7px;

  color: var(--sahl-gold);

  font-size: 12px;
  font-weight: 700;
}

.alsahl-review-modal-header h3 {
  margin-top: 4px;

  color: var(--sahl-white);

  font-size: 19px;
}

.alsahl-review-modal-close {
  width: 48px;
  height: 48px;

  flex-shrink: 0;

  display: grid;
  place-items: center;

  background:
    rgba(251, 245, 232, 0.09);

  border:
    1px solid
    rgba(251, 245, 232, 0.16);

  border-radius: 50%;

  color: var(--sahl-white);

  cursor: pointer;

  font-size: 20px;

  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.alsahl-review-modal-close:hover {
  background: var(--sahl-gold);
  color: var(--sahl-dark);

  transform: rotate(90deg);
}

.alsahl-review-modal-body {
  position: relative;

  min-height: 0;

  padding: 18px 78px;

  flex: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    radial-gradient(
      circle,
      rgba(201, 165, 86, 0.09),
      transparent 60%
    );

  overflow: auto;
}

.alsahl-review-modal-image-wrapper {
  width: 100%;

  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.alsahl-review-modal-image-wrapper img {
  width: auto;
  max-width: 100%;
  max-height:
    calc(100svh - 210px);

  display: block;

  object-fit: contain;

  background: var(--sahl-white);

  border-radius: 16px;

  box-shadow:
    0 25px 70px
    rgba(0, 0, 0, 0.42);

  opacity: 1;

  transition:
    opacity 0.12s ease,
    transform 0.12s ease;
}

.alsahl-review-modal-image-wrapper
img.is-changing {
  opacity: 0;

  transform: scale(0.985);
}

.alsahl-review-modal-arrow {
  position: absolute;
  top: 50%;
  z-index: 6;

  width: 52px;
  height: 52px;

  display: grid;
  place-items: center;

  background:
    rgba(251, 245, 232, 0.1);

  border:
    1px solid
    rgba(201, 165, 86, 0.32);

  border-radius: 50%;

  color: var(--sahl-white);

  cursor: pointer;

  font-size: 19px;

  transform: translateY(-50%);

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);

  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.alsahl-review-modal-arrow:hover {
  background: var(--sahl-gold);
  color: var(--sahl-dark);

  transform:
    translateY(-50%)
    scale(1.07);
}

.alsahl-review-modal-previous {
  right: 16px;
}

.alsahl-review-modal-next {
  left: 16px;
}

.alsahl-review-modal-footer {
  min-height: 62px;

  padding: 12px 20px;

  flex-shrink: 0;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  background:
    rgba(251, 245, 232, 0.06);

  border-top:
    1px solid
    rgba(201, 165, 86, 0.22);
}

.alsahl-review-modal-footer span {
  padding: 7px 13px;

  background:
    rgba(201, 165, 86, 0.13);

  border:
    1px solid
    rgba(201, 165, 86, 0.3);

  border-radius: 999px;

  color: var(--sahl-gold);

  font-size: 13px;
  font-weight: 700;
}

.alsahl-review-modal-footer p {
  color: #d8ccb5;

  font-size: 12px;
  font-weight: 600;
}

/* ================================= */
/* Products */
/* ================================= */

.alsahl-products-section {
  background:
    radial-gradient(
      circle at 12% 10%,
      rgba(201, 165, 86, 0.14),
      transparent 30%
    ),
    linear-gradient(
      180deg,
      var(--sahl-ivory),
      var(--sahl-cream)
    );
}

.alsahl-products-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 30px;

  align-items: stretch;
}

.alsahl-product-card {
  position: relative;
  isolation: isolate;

  min-width: 0;

  display: flex;
  flex-direction: column;

  background:
    var(--sahl-card) !important;

  border:
    1px solid
    rgba(179, 137, 55, 0.48) !important;

  border-radius: 32px !important;

  box-shadow:
    0 23px 59px
    rgba(9, 27, 16, 0.17) !important;

  overflow: hidden !important;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.alsahl-product-card:hover {
  transform: translateY(-8px);

  box-shadow:
    0 33px 76px
    rgba(9, 27, 16, 0.23) !important;
}

.alsahl-product-featured {
  border:
    2px solid
    var(--sahl-gold) !important;

  transform: translateY(-18px);
}

.alsahl-product-featured:hover {
  transform: translateY(-25px);
}

.alsahl-product-image {
  position: relative;
  z-index: 1;

  width: 100% !important;
  height: 345px !important;

  padding: 0 !important;
  margin: 0 !important;

  display: block !important;

  background:
    var(--sahl-dark) !important;

  border-radius:
    30px 30px 0 0 !important;

  overflow: hidden !important;
}

.alsahl-product-image img {
  position: relative;
  z-index: 1;

  width: 100% !important;
  height: 100% !important;

  display: block !important;

  object-fit: cover !important;
  object-position: center !important;

  filter:
    saturate(1.05)
    contrast(1.04)
    brightness(0.96);

  transition:
    transform 0.35s ease;
}

.alsahl-product-card:hover
.alsahl-product-image img {
  transform: scale(1.045);
}

.alsahl-product-image::before,
.alsahl-product-image::after {
  content: "";

  position: absolute;
  inset: 0;

  pointer-events: none;
}

.alsahl-product-image::before {
  z-index: 2;

  background:
    linear-gradient(
      to bottom,
      rgba(9, 27, 16, 0.06),
      rgba(9, 27, 16, 0.02) 45%,
      rgba(9, 27, 16, 0.24)
    );
}

.alsahl-product-image::after {
  z-index: 2;

  border:
    1px solid
    rgba(201, 165, 86, 0.34);

  border-radius:
    30px 30px 0 0;
}

.alsahl-product-badge {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
  right: auto !important;
  z-index: 50 !important;

  min-width: 90px !important;
  height: 47px !important;

  padding: 0 20px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background:
    linear-gradient(
      135deg,
      #76561d,
      #b4893d
    ) !important;

  border:
    1px solid
    rgba(255, 248, 232, 0.48) !important;

  border-radius: 999px !important;

  color: #fffaf0 !important;

  font-size: 16px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;

  box-shadow:
    0 12px 29px
    rgba(9, 27, 16, 0.38) !important;
}

.alsahl-product-ribbon {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important;
  left: auto !important;
  z-index: 60 !important;

  min-width: 127px !important;
  height: 47px !important;

  padding: 0 20px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  background:
    linear-gradient(
      135deg,
      #76561d,
      #b4893d
    ) !important;

  border:
    1px solid
    rgba(255, 248, 232, 0.48) !important;

  border-radius: 999px !important;

  color: #fffaf0 !important;

  font-size: 15px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;

  box-shadow:
    0 12px 29px
    rgba(9, 27, 16, 0.38) !important;
}

.alsahl-product-body {
  min-height: 0;

  padding:
    31px 28px 35px !important;

  flex: 1;

  display: flex;
  flex-direction: column;

  background:
    linear-gradient(
      180deg,
      #fbf5e8,
      #efe1c4
    );

  text-align: center;
}

.alsahl-product-category {
  display: block;

  margin-bottom: 8px;

  color: var(--sahl-gold-dark);

  font-size: 16px;
  font-weight: 700;
}

.alsahl-product-body h3 {
  margin-bottom: 17px !important;

  color:
    var(--sahl-dark) !important;

  font-size: 26px !important;
}

.alsahl-product-suitable {
  width: 100%;
  height: auto;
  min-height: 0;

  padding: 18px;

  background:
    rgba(255, 250, 239, 0.72);

  border:
    1px solid
    rgba(179, 137, 55, 0.31);

  border-radius: 19px;

  text-align: right;
}

.alsahl-product-suitable strong {
  margin-bottom: 7px;

  display: flex;
  align-items: center;
  gap: 7px;

  color: var(--sahl-dark);

  font-size: 16px;
  font-weight: 700;
}

.alsahl-product-suitable
strong i {
  color: var(--sahl-gold-dark);
}

.alsahl-product-suitable p {
  color:
    var(--sahl-muted-strong);

  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.85 !important;
}

.alsahl-product-details {
  padding: 0;
  margin: 22px 0 0;

  display: grid;
  gap: 10px;

  list-style: none;

  text-align: right;
}

.alsahl-product-details li {
  display: flex;
  align-items: center;
  gap: 10px;

  color: var(--sahl-dark);

  font-size: 15px;
  font-weight: 700;
}

.alsahl-product-details i {
  width: 31px;
  height: 31px;

  flex-shrink: 0;

  display: grid;
  place-items: center;

  background:
    rgba(201, 165, 86, 0.17);

  border-radius: 50%;

  color: var(--sahl-gold-dark);

  font-size: 13px;
}

.alsahl-price {
  margin:
    23px 0 24px !important;

  color:
    var(--sahl-gold-dark) !important;

  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 1.2;
}

.alsahl-price span {
  color:
    var(--sahl-muted-strong) !important;

  font-size: 17px !important;
  font-weight: 700 !important;
}

.alsahl-product-btn {
  width: 100%;
  min-height: 60px;

  margin-top: auto;
}

/* ================================= */
/* About */
/* ================================= */

.alsahl-about-section {
  background: var(--sahl-ivory);
}

.alsahl-about-grid {
  display: grid;

  grid-template-columns:
    0.92fr 1fr;

  gap: 44px;

  align-items: stretch;
}

.alsahl-about-image {
  position: relative;

  min-height: 640px;

  background-image:
    linear-gradient(
      to top,
      rgba(9, 27, 16, 0.65),
      rgba(9, 27, 16, 0.02)
    ),
    url("https://alsahl-oliveoil.com/wp-content/uploads/2026/06/product.jpeg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border:
    1px solid var(--sahl-border);

  border-radius: 34px;

  box-shadow: var(--sahl-shadow);

  overflow: hidden;
}

.alsahl-about-image-badge {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 25px;

  padding: 18px 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  background:
    rgba(244, 236, 217, 0.95);

  border:
    1px solid var(--sahl-border);

  border-radius: 18px;

  color: var(--sahl-dark);

  font-size: 16px;
  font-weight: 700;
  text-align: center;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.alsahl-about-image-badge i {
  color: var(--sahl-gold-dark);
}

.alsahl-about-content {
  padding: 43px;

  background: var(--sahl-card);

  border:
    1px solid
    rgba(179, 137, 55, 0.36);

  border-radius: 32px;

  box-shadow:
    0 19px 50px
    rgba(9, 27, 16, 0.11);
}

.alsahl-about-block > span {
  display: block;

  margin-bottom: 8px;

  color: var(--sahl-gold-dark);

  font-size: 17px;
  font-weight: 700;
}

.alsahl-about-block h3 {
  margin-bottom: 14px;

  font-size:
    clamp(27px, 3vw, 38px);
}

.alsahl-about-block p {
  color:
    var(--sahl-muted-strong);

  font-size: 17px;
  font-weight: 500;
  line-height: 1.95;
}

.alsahl-about-divider {
  height: 1px;

  margin: 31px 0;

  background:
    linear-gradient(
      to left,
      transparent,
      rgba(179, 137, 55, 0.65),
      transparent
    );
}

.alsahl-about-points {
  margin: 30px 0;

  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 13px;
}

.alsahl-about-points div {
  padding: 14px 15px;

  background:
    rgba(255, 250, 239, 0.75);

  border:
    1px solid
    rgba(179, 137, 55, 0.3);

  border-radius: 15px;

  color: var(--sahl-dark);

  font-size: 15px;
  font-weight: 700;
}

.alsahl-about-points i {
  margin-left: 7px;

  color: var(--sahl-gold-dark);
}

/* ================================= */
/* Contact */
/* ================================= */

.alsahl-final-contact {
  padding: 100px 0;

  background:
    radial-gradient(
      circle at 10% 15%,
      rgba(201, 165, 86, 0.2),
      transparent 28%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(201, 165, 86, 0.13),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      var(--sahl-dark),
      var(--sahl-deep)
    );
}

.alsahl-final-contact-card {
  padding: 48px;

  display: grid;

  grid-template-columns:
    1.25fr 0.75fr;

  gap: 40px;

  background:
    rgba(251, 245, 232, 0.07);

  border:
    1px solid
    rgba(201, 165, 86, 0.43);

  border-radius: 36px;

  box-shadow:
    0 30px 85px
    rgba(0, 0, 0, 0.25);
}

.alsahl-final-contact-content > span {
  margin-bottom: 12px;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  color: var(--sahl-gold);

  font-size: 18px;
  font-weight: 700;
}

.alsahl-final-contact-content h2 {
  max-width: 700px;

  margin-bottom: 17px;

  color: var(--sahl-white);

  font-size:
    clamp(35px, 4.4vw, 58px);
}

.alsahl-final-contact-content > p {
  max-width: 700px;

  color: #eee4cf;

  font-size: 18px;
}

.alsahl-final-contact-features {
  margin: 27px 0 31px;

  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.alsahl-final-contact-features div {
  padding: 11px 15px;

  display: flex;
  align-items: center;
  gap: 8px;

  background:
    rgba(251, 245, 232, 0.08);

  border:
    1px solid
    rgba(201, 165, 86, 0.29);

  border-radius: 999px;

  color: #f4ead5;

  font-size: 14px;
  font-weight: 700;
}

.alsahl-final-contact-features i {
  color: var(--sahl-gold);
}

.alsahl-final-order-btn {
  min-height: 68px;

  padding-inline: 35px;
}

.alsahl-contact-information {
  padding: 30px;

  align-self: center;

  background:
    rgba(251, 245, 232, 0.97);

  border:
    1px solid
    rgba(201, 165, 86, 0.43);

  border-radius: 28px;

  box-shadow:
    0 20px 50px
    rgba(0, 0, 0, 0.19);
}

.alsahl-contact-information h3 {
  margin-bottom: 8px;

  font-size: 28px;
}

.alsahl-contact-information > p {
  margin-bottom: 22px;

  color:
    var(--sahl-muted-strong);

  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.alsahl-contact-information > a {
  padding: 15px;

  display: flex;
  align-items: center;
  gap: 13px;

  background:
    rgba(201, 165, 86, 0.09);

  border:
    1px solid
    rgba(179, 137, 55, 0.28);

  border-radius: 17px;

  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.alsahl-contact-information
> a + a {
  margin-top: 11px;
}

.alsahl-contact-information
> a:hover {
  background:
    rgba(201, 165, 86, 0.18);

  transform: translateX(-4px);
}

.alsahl-contact-information
> a > i {
  width: 48px;
  height: 48px;

  flex-shrink: 0;

  display: grid;
  place-items: center;

  background: var(--sahl-dark);

  border-radius: 14px;

  color: var(--sahl-gold);

  font-size: 20px;
}

.alsahl-contact-information
small,
.alsahl-contact-information
strong {
  display: block;
}

.alsahl-contact-information
small {
  margin-bottom: 3px;

  color:
    var(--sahl-muted-strong);

  font-size: 13px;
  font-weight: 600;
}

.alsahl-contact-information
strong {
  color: var(--sahl-dark);

  font-size: 16px;
  font-weight: 700;
}

/* ================================= */
/* Footer */
/* ================================= */

.alsahl-footer {
  padding: 74px 0 135px;

  background: #06130b;

  color: var(--sahl-white);
}

.alsahl-footer-grid {
  display: grid;

  grid-template-columns:
    1.4fr 0.75fr 0.95fr;

  gap: 43px;
}

.alsahl-footer-logo {
  margin-bottom: 18px;

  display: flex;
  align-items: center;
  gap: 12px;
}

.alsahl-footer-logo img {
  width: 65px;
  height: 65px;

  object-fit: contain;
}

.alsahl-footer-logo h3 {
  margin-bottom: 2px !important;

  color: var(--sahl-gold);
}

.alsahl-footer-logo small {
  color: #d4c8b0;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.9px;
}

.alsahl-footer h3 {
  margin-bottom: 16px;

  color: var(--sahl-gold);

  font-size: 21px;
}

.alsahl-footer p,
.alsahl-footer a {
  color: #ddd2bd;

  font-size: 15px;
  font-weight: 600;
}

.alsahl-footer p {
  line-height: 1.9;
}

.alsahl-footer-grid
> div:nth-child(2) a {
  margin-bottom: 10px;

  display: block;
}

.alsahl-footer a:hover {
  color: var(--sahl-gold);
}

.alsahl-location {
  margin-top: 16px !important;

  color:
    var(--sahl-gold) !important;
}

.alsahl-social {
  margin-top: 22px;

  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.alsahl-social a {
  width: 49px;
  height: 49px;

  display: grid;
  place-items: center;

  background:
    rgba(251, 245, 232, 0.09);

  border:
    1px solid
    rgba(201, 165, 86, 0.34);

  border-radius: 50%;

  color: var(--sahl-gold);

  font-size: 19px;

  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease;
}

.alsahl-social a:hover {
  background: var(--sahl-gold);
  color: var(--sahl-dark);

  transform: translateY(-4px);
}

.alsahl-copyright {
  width: min(
    var(--sahl-container),
    calc(100% - 40px)
  );

  margin: 43px auto 0;
  padding-top: 25px;

  border-top:
    1px solid
    rgba(251, 245, 232, 0.15);

  color: #c6baa4;

  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

/* ================================= */
/* Fixed CTA */
/* ================================= */

.alsahl-fixed-cta {
  position: fixed;
  right: 50%;
  bottom: 18px;
  z-index: 9980;

  width: min(
    970px,
    calc(100% - 38px)
  );

  min-height: 78px;

  padding: 10px 12px 10px 21px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  background:
    rgba(9, 27, 16, 0.96);

  border:
    1px solid
    rgba(201, 165, 86, 0.52);

  border-radius: 999px;

  box-shadow:
    0 21px 58px
    rgba(0, 0, 0, 0.4);

  transform: translateX(50%);

  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.alsahl-fixed-cta-content {
  padding-right: 8px;

  display: flex;
  align-items: center;
  gap: 13px;
}

.alsahl-fixed-cta-content > i {
  width: 47px;
  height: 47px;

  flex-shrink: 0;

  display: grid;
  place-items: center;

  background:
    rgba(201, 165, 86, 0.15);

  border:
    1px solid
    rgba(201, 165, 86, 0.34);

  border-radius: 50%;

  color: var(--sahl-gold);

  font-size: 20px;
}

.alsahl-fixed-cta-content
strong,
.alsahl-fixed-cta-content
span {
  display: block;
}

.alsahl-fixed-cta-content
strong {
  color: var(--sahl-white);

  font-size: 15px;
  font-weight: 700;
}

.alsahl-fixed-cta-content
span {
  margin-top: 2px;

  color: #d5c9b1;

  font-size: 13px;
  font-weight: 600;
}

.alsahl-fixed-cta
.alsahl-btn {
  min-height: 57px;

  padding-inline: 28px;

  font-size: 15px;
}

/* ================================= */
/* Medium Screens */
/* ================================= */

@media (max-width: 1180px) {
  .alsahl-header-cta {
    display: none;
  }

  .alsahl-menu {
    gap: 15px;
  }

  .alsahl-menu a {
    font-size: 14px;
  }

  .alsahl-hero-layout {
    grid-template-columns:
      minmax(320px, 0.78fr)
      minmax(520px, 1.22fr);

    gap: 22px;
  }

  .alsahl-product-stage {
    width: 420px;
  }

  .alsahl-hero-pack {
    max-width: 350px;
    max-height: 530px;
  }

  .alsahl-product-premium-badge {
    right: 0;
  }

  .alsahl-feature-box {
    grid-template-columns:
      repeat(3, minmax(0, 1fr));
  }

  .alsahl-feature-item:nth-child(3) {
    border-left: 0;
  }

  .alsahl-feature-item:nth-child(4),
  .alsahl-feature-item:nth-child(5) {
    border-top:
      1px solid
      rgba(179, 137, 55, 0.24);
  }

  .alsahl-feature-item:nth-child(5) {
    grid-column: span 2;
  }

  .alsahl-benefits-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .alsahl-benefit-card,
  .alsahl-benefit-card:nth-child(4),
  .alsahl-benefit-card:nth-child(5) {
    grid-column: auto;
  }

  .alsahl-benefit-card:last-child {
    grid-column: 1 / -1;

    min-height: auto;
  }

  .alsahl-quality-grid {
    grid-template-columns: 1fr;
  }

  .alsahl-feedback-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .alsahl-products-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .alsahl-product-card:last-child {
    grid-column: 1 / -1;

    width: min(560px, 100%);

    margin-inline: auto;
  }

  .alsahl-product-featured,
  .alsahl-product-featured:hover {
    transform: none !important;
  }

  .alsahl-about-grid {
    grid-template-columns: 1fr;
  }

  .alsahl-about-image {
    min-height: 540px;
  }

  .alsahl-final-contact-card {
    grid-template-columns: 1fr;
  }

  .alsahl-contact-information {
    max-width: 650px;
  }
}

/* ================================= */
/* Tablet / Mobile */
/* ================================= */

@media (max-width: 900px) {
  html {
    scroll-padding-top: 88px;
  }

  .alsahl-nav {
    min-height: 80px;
  }

  .alsahl-menu-btn {
    display: block;
  }

  .alsahl-menu {
    position: fixed;
    top: 89px;
    right: 18px;
    left: 18px;
    z-index: 9995;

    max-height:
      calc(100svh - 112px);

    padding: 15px;

    display: none;
    flex-direction: column;
    gap: 0;

    background:
      rgba(244, 236, 217, 0.99);

    border:
      1px solid
      rgba(9, 27, 16, 0.16);

    border-radius: 22px;

    box-shadow:
      var(--sahl-shadow);

    overflow-y: auto;
  }

  .alsahl-menu.is-open {
    display: flex;
  }

  .alsahl-menu a {
    width: 100%;

    padding: 14px;

    border-bottom:
      1px solid
      rgba(9, 27, 16, 0.08);

    font-size: 16px;
    text-align: center;
  }

  .alsahl-menu a:last-child {
    border-bottom: 0;
  }

  .alsahl-menu a::after {
    display: none;
  }

  .alsahl-hero {
    min-height: auto;

    background-position:
      center top;
  }

  .alsahl-hero-inner {
    min-height: auto;

    padding: 30px 0 58px;
  }

  .alsahl-hero-layout {
    grid-template-columns: 1fr;

    grid-template-areas:
      "product"
      "content";

    gap: 10px;
  }

  .alsahl-hero-product {
    min-height: 405px;
  }

  .alsahl-product-stage {
    width: min(100%, 390px);
    height: 400px;
  }

  .alsahl-product-floating-wrapper {
    height: 360px;
  }

  .alsahl-hero-pack {
    max-width: 270px;
    max-height: 355px;
  }

  .alsahl-product-floor-shadow {
    bottom: 24px;

    width: 215px;
    height: 37px;
  }

  .alsahl-product-glow {
    width: 300px;
    height: 300px;
  }

  .alsahl-product-premium-badge {
    right: 0;
    bottom: 58px;
  }

  .alsahl-hero-content {
    width: 100%;
    max-width: 720px;

    margin-inline: auto;
    padding: 30px 23px;

    border-radius: 28px;

    text-align: center;
  }

  .alsahl-kicker {
    justify-content: center;
  }

  .alsahl-hero-actions {
    justify-content: center;
  }

  .alsahl-feature-strip {
    margin-top: 0;
    padding-top: 36px;

    background: var(--sahl-ivory);
  }

  .alsahl-feature-box {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    border-radius: 24px;
  }

  .alsahl-feature-item,
  .alsahl-feature-item:nth-child(3),
  .alsahl-feature-item:nth-child(4),
  .alsahl-feature-item:nth-child(5) {
    min-height: 105px;

    padding: 18px;

    border-left:
      1px solid
      rgba(179, 137, 55, 0.24);

    border-bottom:
      1px solid
      rgba(179, 137, 55, 0.24);

    border-top: 0;
  }

  .alsahl-feature-item:nth-child(even) {
    border-left: 0;
  }

  .alsahl-feature-item:nth-child(5) {
    grid-column: 1 / -1;

    border-left: 0;
    border-bottom: 0;
  }

  .alsahl-benefits-section {
    padding-top: 78px;
  }

  .alsahl-guarantee-steps {
    flex-direction: column;

    text-align: center;
  }

  .alsahl-guarantee-steps > i {
    transform: rotate(-90deg);
  }

  .alsahl-guarantee-step {
    width: 100%;

    justify-content: center;
  }

  .alsahl-reviews-toolbar {
    align-items: stretch;
  }

  .alsahl-feedback-grid {
    display: flex !important;

    grid-template-columns: unset !important;

    gap: 17px !important;

    padding:
      7px 18px 25px !important;

    margin-right:
      calc(
        (
          100vw -
          min(
            var(--sahl-container),
            calc(100vw - 40px)
          )
        ) / -2
      ) !important;

    margin-left:
      calc(
        (
          100vw -
          min(
            var(--sahl-container),
            calc(100vw - 40px)
          )
        ) / -2
      ) !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    scroll-behavior: smooth !important;

    scroll-snap-type:
      x mandatory !important;

    scrollbar-width: none !important;
    -ms-overflow-style: none !important;

    -webkit-overflow-scrolling:
      touch !important;
  }

  .alsahl-feedback-grid::-webkit-scrollbar {
    display: none !important;
  }

  .alsahl-feedback-card {
    min-width: 57% !important;
    max-width: 57% !important;

    flex:
      0 0 57% !important;

    scroll-snap-align:
      center !important;

    scroll-snap-stop:
      always !important;
  }

  .alsahl-feedback-image {
    height: 600px;
  }

  .alsahl-reviews-mobile-note {
    display: block;
  }

  .alsahl-products-grid {
    display: flex !important;

    gap: 18px !important;

    padding:
      8px 18px 27px !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    scroll-behavior: smooth !important;

    scroll-snap-type:
      x mandatory !important;

    scrollbar-width: none !important;
    -ms-overflow-style: none !important;

    -webkit-overflow-scrolling:
      touch !important;
  }

  .alsahl-products-grid::-webkit-scrollbar {
    display: none !important;
  }

  .alsahl-products-grid
  .alsahl-product-card,
  .alsahl-products-grid
  .alsahl-product-card:last-child {
    min-width: 84% !important;
    max-width: 84% !important;

    width: auto !important;

    margin: 0 !important;

    flex:
      0 0 84% !important;

    transform: none !important;

    scroll-snap-align:
      center !important;

    scroll-snap-stop:
      always !important;
  }

  .alsahl-products-grid
  .alsahl-product-card:hover {
    transform: none !important;
  }

  .alsahl-product-image {
    height: 420px !important;
  }

  .alsahl-footer-grid {
    grid-template-columns: 1fr;
  }

  .alsahl-fixed-cta {
    right: 12px;
    bottom: 11px;
    left: 12px;

    width: auto;
    min-height: auto;

    padding: 8px;

    border-radius: 22px;

    transform: none;
  }

  .alsahl-fixed-cta-content {
    display: none;
  }

  .alsahl-fixed-cta
  .alsahl-btn {
    width: 100%;
    min-height: 60px;
  }

  .alsahl-footer {
    padding-bottom: 120px;
  }
}

/* ================================= */
/* Small Mobile */
/* ================================= */

@media (max-width: 620px) {
  .alsahl-container {
    width: min(
      calc(100% - 28px),
      var(--sahl-container)
    );
  }

  .alsahl-section {
    padding: 74px 0;
  }

  .alsahl-section-head {
    margin-bottom: 37px;
  }

  .alsahl-section-head h2 {
    font-size: 32px;
  }

  .alsahl-section-head p {
    font-size: 16px;
    line-height: 1.9;
  }

  .alsahl-logo img {
    width: 51px;
    height: 51px;
  }

  .alsahl-logo strong {
    font-size: 18px;
  }

  .alsahl-logo small {
    font-size: 10px;
  }

  .alsahl-menu {
    top: 84px;
    right: 14px;
    left: 14px;
  }

  .alsahl-hero {
    background-size: auto 100%;
    background-position: center top;
  }

  .alsahl-hero-inner {
    padding: 20px 0 42px;
  }

  .alsahl-hero-product {
    min-height: 340px;
  }

  .alsahl-product-stage {
    height: 335px;
  }

  .alsahl-product-floating-wrapper {
    height: 305px;
  }

  .alsahl-hero-pack {
    max-width: 225px;
    max-height: 300px;
  }

  .alsahl-product-glow {
    width: 255px;
    height: 255px;
  }

  .alsahl-product-floor-shadow {
    bottom: 18px;

    width: 175px;
    height: 31px;
  }

  .alsahl-product-premium-badge {
    right: 2px;
    bottom: 43px;

    padding: 9px 11px;
  }

  .alsahl-product-premium-badge > i {
    width: 34px;
    height: 34px;

    font-size: 14px;
  }

  .alsahl-product-premium-badge strong {
    font-size: 12px;
  }

  .alsahl-product-premium-badge span {
    font-size: 9px;
  }

  .alsahl-hero-content {
    padding: 25px 17px;

    background:
      rgba(244, 236, 217, 0.95);
  }

  .alsahl-kicker {
    padding: 9px 13px;

    font-size: 12px;
    line-height: 1.6;
  }

  .alsahl-hero h1 {
    font-size: 37px;
  }

  .alsahl-hero h1 span {
    font-size: 22px;
  }

  .alsahl-hero-content > p {
    font-size: 16px;
    line-height: 1.9;
  }

  .alsahl-hero-highlights {
    gap: 7px;
  }

  .alsahl-hero-highlights div {
    min-height: 105px;

    padding: 11px 5px;

    font-size: 11px;
    line-height: 1.5;
  }

  .alsahl-hero-highlights i {
    width: 36px;
    height: 36px;

    font-size: 14px;
  }

  .alsahl-hero-actions,
  .alsahl-hero-actions .alsahl-btn,
  .alsahl-wide-btn {
    width: 100%;
  }

  .alsahl-btn {
    width: 100%;

    padding-inline: 19px;

    font-size: 16px;

    white-space: normal;
  }

  .alsahl-feature-box {
    grid-template-columns: 1fr;
  }

  .alsahl-feature-item,
  .alsahl-feature-item:nth-child(3),
  .alsahl-feature-item:nth-child(4),
  .alsahl-feature-item:nth-child(5) {
    grid-column: auto;

    min-height: 90px;

    border-left: 0;

    border-bottom:
      1px solid
      rgba(179, 137, 55, 0.24);
  }

  .alsahl-feature-item:last-child {
    border-bottom: 0;
  }

  .alsahl-benefits-grid {
    grid-template-columns: 1fr;
  }

  .alsahl-benefit-card,
  .alsahl-benefit-card:last-child {
    min-height: auto;

    grid-column: auto;

    padding: 29px 22px;
  }

  .alsahl-benefit-card h3 {
    font-size: 22px;
  }

  .alsahl-benefit-card p {
    font-size: 16px;
  }

  .alsahl-health-note {
    padding: 17px;

    align-items: flex-start;
  }

  .alsahl-health-note p {
    font-size: 13px;
  }

  .alsahl-guarantee-hero {
    padding: 40px 20px;

    border-radius: 29px;
  }

  .alsahl-guarantee-hero h2 {
    font-size: 38px;
  }

  .alsahl-guarantee-hero h2 span {
    font-size: 21px;
  }

  .alsahl-guarantee-hero p {
    font-size: 16px;
  }

  .alsahl-quality-card {
    padding: 29px 22px;
  }

  .alsahl-quality-card h3 {
    font-size: 22px;
  }

  .alsahl-quality-card p {
    font-size: 16px;
  }

  .alsahl-reviews-toolbar {
    margin-bottom: 18px;

    flex-direction: column;
  }

  .alsahl-reviews-hint {
    width: 100%;

    padding: 13px;
  }

  .alsahl-reviews-hint strong {
    font-size: 14px;
  }

  .alsahl-reviews-hint span {
    font-size: 11px;
  }

  .alsahl-reviews-arrows {
    align-self: center;
  }

  .alsahl-feedback-card {
    min-width: 88% !important;
    max-width: 88% !important;

    flex-basis: 88% !important;
  }

  .alsahl-feedback-image {
    height: 530px;

    padding: 10px;
  }

  .alsahl-review-badge {
    top: 22px;
    right: 21px;

    font-size: 10px;
  }

  .alsahl-review-zoom {
    width: 59px;
    height: 59px;

    opacity: 1;

    font-size: 20px;

    transform:
      translate(-50%, -50%)
      scale(1);
  }

  .alsahl-review-overlay {
    right: 18px;
    bottom: 18px;
    left: 18px;

    padding: 10px;

    opacity: 1;

    font-size: 12px;

    transform: none;
  }

  .alsahl-products-grid
  .alsahl-product-card,
  .alsahl-products-grid
  .alsahl-product-card:last-child {
    min-width: 89% !important;
    max-width: 89% !important;

    flex-basis: 89% !important;
  }

  .alsahl-product-image {
    height: 325px !important;
  }

  .alsahl-product-badge {
    top: 17px !important;
    left: 17px !important;

    min-width: 78px !important;
    height: 43px !important;

    padding:
      0 15px !important;

    font-size: 14px !important;
  }

  .alsahl-product-ribbon {
    top: 17px !important;
    right: 17px !important;

    min-width: 110px !important;
    height: 43px !important;

    padding:
      0 14px !important;

    font-size: 13px !important;
  }

  .alsahl-product-body {
    padding:
      28px 20px 30px !important;
  }

  .alsahl-product-body h3 {
    font-size: 23px !important;
  }

  .alsahl-price {
    font-size: 37px !important;
  }

  .alsahl-about-image {
    min-height: 430px;
  }

  .alsahl-about-content {
    padding: 30px 20px;
  }

  .alsahl-about-block h3 {
    font-size: 26px;
  }

  .alsahl-about-block p {
    font-size: 16px;
  }

  .alsahl-about-points {
    grid-template-columns: 1fr;
  }

  .alsahl-about-image-badge {
    right: 17px;
    bottom: 17px;
    left: 17px;

    font-size: 14px;
  }

  .alsahl-final-contact {
    padding: 74px 0;
  }

  .alsahl-final-contact-card {
    padding: 27px 18px;

    border-radius: 28px;
  }

  .alsahl-final-contact-content {
    text-align: center;
  }

  .alsahl-final-contact-content h2 {
    font-size: 33px;
  }

  .alsahl-final-contact-content > p {
    font-size: 16px;
  }

  .alsahl-final-contact-features {
    flex-direction: column;
    align-items: stretch;
  }

  .alsahl-final-contact-features div {
    justify-content: center;

    border-radius: 16px;
  }

  .alsahl-contact-information {
    padding: 23px 17px;
  }

  .alsahl-contact-information > a {
    padding: 13px;
  }

  .alsahl-contact-information
  > a > i {
    width: 44px;
    height: 44px;

    font-size: 18px;
  }

  .alsahl-contact-information strong {
    font-size: 14px;
  }

  .alsahl-review-modal {
    padding: 8px;
  }

  .alsahl-review-modal-dialog {
    max-height:
      calc(100svh - 16px);

    border-radius: 20px;
  }

  .alsahl-review-modal-header {
    min-height: 69px;

    padding: 11px 13px;
  }

  .alsahl-review-modal-kicker {
    font-size: 10px;
  }

  .alsahl-review-modal-header h3 {
    font-size: 14px;
  }

  .alsahl-review-modal-close {
    width: 42px;
    height: 42px;

    font-size: 18px;
  }

  .alsahl-review-modal-body {
    padding: 12px 46px;
  }

  .alsahl-review-modal-image-wrapper img {
    max-height:
      calc(100svh - 170px);

    border-radius: 11px;
  }

  .alsahl-review-modal-arrow {
    width: 40px;
    height: 40px;

    font-size: 14px;
  }

  .alsahl-review-modal-previous {
    right: 3px;
  }

  .alsahl-review-modal-next {
    left: 3px;
  }

  .alsahl-review-modal-footer {
    min-height: 50px;

    padding: 8px 12px;
  }

  .alsahl-review-modal-footer p {
    display: none;
  }

  .alsahl-review-modal-footer span {
    margin-inline: auto;
  }
}

/* ================================= */
/* Very Small Mobile */
/* ================================= */

@media (max-width: 390px) {
  .alsahl-logo strong {
    font-size: 16px;
  }

  .alsahl-logo small {
    display: none;
  }

  .alsahl-hero h1 {
    font-size: 32px;
  }

  .alsahl-hero h1 span {
    font-size: 20px;
  }

  .alsahl-hero-product {
    min-height: 315px;
  }

  .alsahl-product-stage {
    height: 310px;
  }

  .alsahl-product-floating-wrapper {
    height: 285px;
  }

  .alsahl-hero-pack {
    max-width: 205px;
    max-height: 280px;
  }

  .alsahl-product-premium-badge {
    display: none;
  }

  .alsahl-hero-highlights div {
    min-height: 108px;

    font-size: 10px;
  }

  .alsahl-feedback-card {
    min-width: 91% !important;
    max-width: 91% !important;

    flex-basis: 91% !important;
  }

  .alsahl-feedback-image {
    height: 500px;
  }

  .alsahl-products-grid
  .alsahl-product-card,
  .alsahl-products-grid
  .alsahl-product-card:last-child {
    min-width: 92% !important;
    max-width: 92% !important;

    flex-basis: 92% !important;
  }

  .alsahl-product-badge {
    left: 13px !important;

    min-width: 71px !important;

    font-size: 13px !important;
  }

  .alsahl-product-ribbon {
    right: 13px !important;

    min-width: 100px !important;

    font-size: 12px !important;
  }

  .alsahl-fixed-cta
  .alsahl-btn {
    font-size: 14px;
  }
}

/* ================================= */
/* Reduced Motion */
/* ================================= */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .alsahl-product-floating-wrapper,
  .alsahl-hero-pack,
  .alsahl-product-floor-shadow,
  .alsahl-product-glow,
  .alsahl-product-premium-badge {
    animation: none !important;
  }

  .alsahl-hero-pack {
    transform: rotate(3deg);
  }

  .alsahl-site *,
  .alsahl-site *::before,
  .alsahl-site *::after {
    scroll-behavior:
      auto !important;

    transition-duration:
      0.01ms !important;

    animation-duration:
      0.01ms !important;

    animation-iteration-count:
      1 !important;
  }
}

/* ================================= */
/* Hide Theme Scroll Button */
/* ================================= */

.scroll-top,
.back-to-top,
#back-to-top,
.elementor-scroll-top,
.ast-scroll-top-icon,
.generate-back-to-top,
.wp-block-button.scroll-top,
button[aria-label="Scroll Top"] {
  display: none !important;

  opacity: 0 !important;
  visibility: hidden !important;

  pointer-events: none !important;
}

/* ================================= */
/* Fix Product Buttons Text Color */
/* ================================= */

.alsahl-site a.alsahl-btn-dark,
.alsahl-site a.alsahl-btn-dark:link,
.alsahl-site a.alsahl-btn-dark:visited {
  background: var(--sahl-dark) !important;
  color: var(--sahl-white) !important;
}

.alsahl-site a.alsahl-btn-dark i,
.alsahl-site a.alsahl-btn-dark span {
  color: inherit !important;
}

.alsahl-site a.alsahl-btn-dark:hover,
.alsahl-site a.alsahl-btn-dark:focus {
  background: var(--sahl-gold) !important;
  color: var(--sahl-dark) !important;
}

/* تثبيت لون أزرار الذهبي أيضًا ضد تنسيقات القالب */

.alsahl-site a.alsahl-btn-gold,
.alsahl-site a.alsahl-btn-gold:link,
.alsahl-site a.alsahl-btn-gold:visited {
  color: var(--sahl-dark) !important;
}

.alsahl-site a.alsahl-btn-gold i,
.alsahl-site a.alsahl-btn-gold span {
  color: inherit !important;
}/* End custom CSS */