.elementor-92 .elementor-element.elementor-element-01414ef{--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-85d4aff */@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@400;500;600;700&display=swap");
/* =========================================================
   Variables
========================================================= */

:root {
  --ao-dark: #071c10;
  --ao-deep: #102b19;
  --ao-green: #20472d;
  --ao-success: #17733b;
  --ao-error: #a52b2b;

  --ao-gold: #c9a556;
  --ao-gold-light: #e5c87d;
  --ao-gold-dark: #8e6927;

  --ao-ivory: #f7f0df;
  --ao-cream: #eee3c9;
  --ao-card: #fffaf0;
  --ao-white: #ffffff;

  --ao-text: #101d14;
  --ao-muted: #50483a;

  --ao-border: rgba(171, 128, 49, 0.34);
  --ao-border-dark: rgba(7, 28, 16, 0.16);

  --ao-shadow:
    0 24px 64px rgba(7, 28, 16, 0.14);

  --ao-shadow-soft:
    0 14px 38px rgba(7, 28, 16, 0.09);

  --ao-container: 1180px;
}

/* =========================================================
   WordPress / Elementor Reset
========================================================= */

html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  max-width: 100%;

  margin: 0 !important;
  padding: 0 !important;

  overflow-x: hidden !important;
}

body:has(#alsahlOrderApp) {
  overflow-x: hidden !important;
}

body:has(#alsahlOrderApp) .site,
body:has(#alsahlOrderApp) .site-content,
body:has(#alsahlOrderApp) .content-area,
body:has(#alsahlOrderApp) .entry-content,
body:has(#alsahlOrderApp) .wp-site-blocks,
body:has(#alsahlOrderApp) .wp-block-post-content,
body:has(#alsahlOrderApp) .elementor,
body:has(#alsahlOrderApp) .elementor-section,
body:has(#alsahlOrderApp) .elementor-container,
body:has(#alsahlOrderApp) .elementor-widget-wrap,
body:has(#alsahlOrderApp) .elementor-widget,
body:has(#alsahlOrderApp) .elementor-widget-container,
body:has(#alsahlOrderApp) .elementor-widget-html,
body:has(#alsahlOrderApp) .e-con,
body:has(#alsahlOrderApp) .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;

  margin-top: 0 !important;
  margin-bottom: 0 !important;

  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body:has(#alsahlOrderApp) .elementor-widget-html,
body:has(#alsahlOrderApp) .elementor-widget-html > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================================
   General
========================================================= */

.alsahl-order-app,
.alsahl-order-app *,
.alsahl-order-app *::before,
.alsahl-order-app *::after {
  box-sizing: border-box;
}

.alsahl-order-app {
  position: relative;

  width: 100% !important;
  max-width: 100% !important;
  min-height: 100vh;

  margin: 0 !important;
  padding: 0 !important;

  direction: rtl;

  overflow-x: hidden !important;

  background: var(--ao-ivory);
  color: var(--ao-text);

  font-family:
    "IBM Plex Sans Arabic",
    Arial,
    sans-serif !important;

  font-weight: 500;

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.alsahl-order-app main,
.alsahl-order-header,
.alsahl-order-hero,
.alsahl-order-main,
.alsahl-order-trust-section,
.alsahl-order-footer {
  width: 100%;
  max-width: 100%;
}

.alsahl-order-app a {
  text-decoration: none;
}

.alsahl-order-app button,
.alsahl-order-app input,
.alsahl-order-app select,
.alsahl-order-app textarea {
  font-family:
    "IBM Plex Sans Arabic",
    Arial,
    sans-serif !important;
}

.alsahl-order-app button {
  cursor: pointer;
}

.alsahl-order-app img {
  display: block;

  max-width: 100%;
}

.alsahl-order-app h1,
.alsahl-order-app h2,
.alsahl-order-app h3,
.alsahl-order-app p {
  margin: 0;
}

.alsahl-order-container {
  width: min(
    var(--ao-container),
    calc(100% - 40px)
  );

  max-width: 100%;

  margin-inline: auto;
}

.alsahl-order-app a:focus-visible,
.alsahl-order-app button:focus-visible,
.alsahl-order-app input:focus-visible,
.alsahl-order-app select:focus-visible,
.alsahl-order-app textarea:focus-visible {
  outline: 3px solid var(--ao-gold);
  outline-offset: 3px;
}

/* =========================================================
   Header
========================================================= */

.alsahl-order-header {
  position: relative;
  z-index: 50;

  background: rgba(247, 240, 223, 0.97);

  border-bottom:
    1px solid rgba(7, 28, 16, 0.1);

  box-shadow:
    0 8px 25px rgba(7, 28, 16, 0.05);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.alsahl-order-nav {
  min-height: 86px;

  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    auto
    minmax(0, 1fr);

  align-items: center;
  gap: 24px;
}

.alsahl-order-logo {
  min-width: 0;

  justify-self: start;

  display: flex;
  align-items: center;
  gap: 12px;

  color: var(--ao-dark) !important;
}

.alsahl-order-logo img {
  width: 59px;
  height: 59px;

  flex: 0 0 auto;

  object-fit: contain;
}

.alsahl-order-logo > div {
  min-width: 0;
}

.alsahl-order-logo strong,
.alsahl-order-logo small {
  display: block;
}

.alsahl-order-logo strong {
  color: var(--ao-dark);

  font-size: 20px;
  font-weight: 700;

  white-space: nowrap;
}

.alsahl-order-logo small {
  margin-top: 2px;

  color: var(--ao-gold-dark);

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.9px;

  white-space: nowrap;
}

.alsahl-order-header-trust {
  min-width: 0;

  display: flex;
  align-items: center;
  gap: 11px;
}

.alsahl-order-header-trust > i {
  width: 45px;
  height: 45px;

  flex: 0 0 auto;

  display: grid;
  place-items: center;

  background:
    rgba(201, 165, 86, 0.15);

  border:
    1px solid var(--ao-border);

  border-radius: 14px;

  color: var(--ao-gold-dark);

  font-size: 19px;
}

.alsahl-order-header-trust strong,
.alsahl-order-header-trust span {
  display: block;
}

.alsahl-order-header-trust strong {
  color: var(--ao-dark);

  font-size: 14px;
  font-weight: 700;
}

.alsahl-order-header-trust span {
  color: var(--ao-muted);

  font-size: 11px;
  font-weight: 600;
}

.alsahl-order-help,
.alsahl-order-help:link,
.alsahl-order-help:visited {
  min-height: 49px;

  justify-self: end;

  padding: 10px 19px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  background: var(--ao-dark);

  border-radius: 999px;

  color: var(--ao-white) !important;

  font-size: 14px;
  font-weight: 700;

  white-space: nowrap;

  transition:
    transform 0.25s ease,
    background 0.25s ease;
}

.alsahl-order-help:hover {
  background: var(--ao-gold-dark);

  color: var(--ao-white) !important;

  transform: translateY(-2px);
}

.alsahl-order-help i {
  color: var(--ao-gold-light);

  font-size: 19px;
}

/* =========================================================
   Hero
========================================================= */

.alsahl-order-hero {
  position: relative;

  min-height: 490px;

  display: flex;
  align-items: center;

  background-image:
    linear-gradient(
      90deg,
      rgba(247, 240, 223, 0.02),
      rgba(247, 240, 223, 0.08)
    ),
    url("https://alsahl-oliveoil.com/wp-content/uploads/2026/07/oilLLL.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-bottom:
    1px solid var(--ao-border);

  overflow: hidden;
}

.alsahl-order-hero::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent,
      rgba(247, 240, 223, 0.24)
    );

  pointer-events: none;
}

.alsahl-order-hero-layout {
  position: relative;
  z-index: 2;

  min-height: 490px;

  padding: 42px 0;

  display: grid;
  grid-template-columns:
    minmax(0, 1.25fr)
    minmax(280px, 0.75fr);

  align-items: center;
  gap: 48px;
}

.alsahl-order-hero-content {
  min-width: 0;

  padding: 38px 40px;

  background:
    rgba(247, 240, 223, 0.92);

  border:
    1px solid var(--ao-border);

  border-radius: 31px;

  box-shadow: var(--ao-shadow);

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.alsahl-order-kicker {
  margin-bottom: 15px;
  padding: 9px 15px;

  display: inline-flex;
  align-items: center;
  gap: 8px;

  background:
    rgba(255, 250, 240, 0.88);

  border:
    1px solid var(--ao-border);

  border-radius: 999px;

  color: var(--ao-gold-dark);

  font-size: 14px;
  font-weight: 700;
}

.alsahl-order-hero-content h1 {
  color: var(--ao-dark);

  font-size:
    clamp(38px, 5vw, 63px);

  font-weight: 700;
  line-height: 1.23;
}

.alsahl-order-hero-content h1 span {
  display: block;

  margin-top: 7px;

  color: var(--ao-gold-dark);

  font-size:
    clamp(25px, 3vw, 38px);
}

.alsahl-order-hero-content > p {
  max-width: 700px;

  margin-top: 18px;

  color: #3e382e;

  font-size: 17px;
  font-weight: 500;
  line-height: 1.95;
}

.alsahl-order-hero-features {
  margin-top: 25px;

  display: grid;
  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 10px;
}

.alsahl-order-hero-features div {
  min-width: 0;
  min-height: 60px;

  padding: 10px 12px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  background:
    rgba(255, 250, 240, 0.78);

  border:
    1px solid var(--ao-border);

  border-radius: 15px;

  color: var(--ao-dark);

  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.alsahl-order-hero-features i {
  flex: 0 0 auto;

  color: var(--ao-gold-dark);

  font-size: 17px;
}

/* =========================================================
   Hero Product
========================================================= */

.alsahl-order-hero-product {
  position: relative;

  min-width: 0;
  min-height: 390px;

  display: flex;
  align-items: center;
  justify-content: center;

  isolation: isolate;
}

.alsahl-order-product-float {
  position: relative;
  z-index: 3;

  animation:
    alsahlOrderFloat
    5.7s ease-in-out infinite;
}

.alsahl-order-product-float img {
  width: auto;
  max-width: 245px;
  max-height: 365px;

  object-fit: contain;

  filter:
    drop-shadow(
      17px 23px 25px
      rgba(7, 28, 16, 0.25)
    );
}

.alsahl-order-product-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;

  width: 340px;
  height: 340px;

  background:
    radial-gradient(
      circle,
      rgba(229, 200, 125, 0.4),
      rgba(201, 165, 86, 0.14) 47%,
      transparent 72%
    );

  border-radius: 50%;

  transform:
    translate(-50%, -50%);

  filter: blur(7px);
}

.alsahl-order-product-shadow {
  position: absolute;
  bottom: 15px;
  left: 50%;
  z-index: 1;

  width: 220px;
  height: 38px;

  background:
    radial-gradient(
      ellipse,
      rgba(7, 28, 16, 0.32),
      transparent 72%
    );

  border-radius: 50%;

  filter: blur(6px);

  transform:
    translateX(-50%);

  animation:
    alsahlOrderShadow
    5.7s ease-in-out infinite;
}

.alsahl-order-product-badge {
  position: absolute;
  right: 3px;
  bottom: 60px;
  z-index: 6;

  max-width: calc(100% - 10px);

  padding: 11px 14px;

  display: flex;
  align-items: center;
  gap: 10px;

  background:
    rgba(247, 240, 223, 0.95);

  border:
    1px solid var(--ao-border);

  border-radius: 17px;

  box-shadow:
    0 14px 34px
    rgba(7, 28, 16, 0.13);
}

.alsahl-order-product-badge > i {
  width: 39px;
  height: 39px;

  flex: 0 0 auto;

  display: grid;
  place-items: center;

  background: var(--ao-dark);

  border-radius: 12px;

  color: var(--ao-gold);
}

.alsahl-order-product-badge strong,
.alsahl-order-product-badge span {
  display: block;
}

.alsahl-order-product-badge strong {
  color: var(--ao-dark);

  font-size: 13px;
  font-weight: 700;
}

.alsahl-order-product-badge span {
  color: var(--ao-muted);

  font-size: 10px;
  font-weight: 600;
}

@keyframes alsahlOrderFloat {
  0%,
  100% {
    transform:
      translateY(0)
      rotate(2.5deg);
  }

  50% {
    transform:
      translateY(-11px)
      rotate(3.8deg);
  }
}

@keyframes alsahlOrderShadow {
  0%,
  100% {
    opacity: 0.31;

    transform:
      translateX(-50%)
      scaleX(1);
  }

  50% {
    opacity: 0.17;

    transform:
      translateX(-50%)
      scaleX(0.84);
  }
}

/* =========================================================
   Main Layout
========================================================= */

.alsahl-order-main {
  padding: 86px 0 95px;

  background:
    radial-gradient(
      circle at 10% 5%,
      rgba(201, 165, 86, 0.11),
      transparent 25%
    ),
    linear-gradient(
      180deg,
      var(--ao-ivory),
      var(--ao-cream)
    );
}

.alsahl-order-layout {
  min-width: 0;

  display: grid;
  grid-template-columns:
    minmax(0, 1.55fr)
    minmax(300px, 0.65fr);

  align-items: start;
  gap: 34px;
}

.alsahl-order-workflow {
  min-width: 0;
  max-width: 100%;

  display: grid;
  gap: 25px;
}

.alsahl-order-panel {
  min-width: 0;
  max-width: 100%;

  padding: 34px;

  background:
    rgba(255, 250, 240, 0.97);

  border:
    1px solid var(--ao-border);

  border-radius: 29px;

  box-shadow:
    var(--ao-shadow-soft);
}

.alsahl-order-step-heading {
  min-width: 0;

  margin-bottom: 29px;

  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.alsahl-order-step-number {
  width: 48px;
  height: 48px;

  flex: 0 0 auto;

  display: grid;
  place-items: center;

  background: var(--ao-dark);

  border:
    1px solid rgba(201, 165, 86, 0.45);

  border-radius: 15px;

  color: var(--ao-gold);

  font-size: 18px;
  font-weight: 700;
}

.alsahl-order-step-heading > div {
  min-width: 0;
}

.alsahl-order-step-heading h2 {
  color: var(--ao-dark);

  font-size:
    clamp(25px, 3vw, 33px);

  font-weight: 700;
  line-height: 1.4;
}

.alsahl-order-step-heading p {
  margin-top: 4px;

  color: var(--ao-muted);

  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

/* =========================================================
   Product Cards
========================================================= */

.alsahl-order-products {
  min-width: 0;
  max-width: 100%;

  display: grid;
  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 14px;
}

.alsahl-order-product-card {
  position: relative;

  width: 100%;
  min-width: 0;
  min-height: 385px;

  padding: 24px 18px 22px;

  display: flex;
  flex-direction: column;
  align-items: center;

  background:
    linear-gradient(
      180deg,
      #fffaf0,
      #f2e6cc
    );

  border:
    2px solid
    rgba(171, 128, 49, 0.24);

  border-radius: 23px;

  color: var(--ao-text);

  text-align: center;

  box-shadow:
    0 10px 28px
    rgba(7, 28, 16, 0.07);

  overflow: visible;

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.alsahl-order-product-card:hover:not(:disabled) {
  transform: translateY(-5px);

  border-color:
    rgba(142, 105, 39, 0.62);

  box-shadow:
    0 18px 37px
    rgba(7, 28, 16, 0.13);
}

.alsahl-order-product-card.is-selected {
  background:
    linear-gradient(
      180deg,
      #fffaf0,
      #ead5a4
    );

  border-color:
    var(--ao-gold-dark);

  box-shadow:
    0 19px 44px
    rgba(142, 105, 39, 0.21);

  transform: translateY(-5px);
}

.alsahl-order-product-card:disabled {
  cursor: not-allowed;
}

.alsahl-order-product-check {
  position: absolute;
  top: 13px;
  left: 13px;

  width: 30px;
  height: 30px;

  display: grid;
  place-items: center;

  background:
    rgba(7, 28, 16, 0.08);

  border:
    1px solid rgba(7, 28, 16, 0.13);

  border-radius: 50%;

  color: transparent;

  font-size: 12px;
}

.alsahl-order-product-card.is-selected
.alsahl-order-product-check {
  background: var(--ao-dark);

  color: var(--ao-gold);
}

.alsahl-order-popular {
  position: absolute;
  top: -13px;
  right: 50%;

  padding: 6px 13px;

  background: var(--ao-dark);

  border:
    1px solid rgba(201, 165, 86, 0.52);

  border-radius: 999px;

  color: var(--ao-gold-light);

  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;

  transform: translateX(50%);
}

.alsahl-order-product-image {
  width: 100%;
  height: 145px;

  margin-bottom: 11px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.alsahl-order-product-image img {
  width: auto;
  max-width: 86px;
  max-height: 135px;

  object-fit: contain;

  filter:
    drop-shadow(
      7px 10px 10px
      rgba(7, 28, 16, 0.2)
    );
}

.alsahl-order-product-label {
  color: var(--ao-gold-dark);

  font-size: 13px;
  font-weight: 700;
}

.alsahl-order-product-card h3 {
  margin-top: 3px;

  color: var(--ao-dark);

  font-size: 30px;
  font-weight: 700;
}

.alsahl-order-product-card p {
  min-height: 46px;

  margin-top: 7px;

  color: var(--ao-muted);

  font-size: 13px;
  font-weight: 600;
  line-height: 1.65;
}

.alsahl-order-product-price {
  margin-top: auto;
  padding-top: 13px;

  color: var(--ao-gold-dark);

  font-size: 28px;
  font-weight: 700;

  white-space: nowrap;
}

.alsahl-order-product-price span {
  color: var(--ao-muted);

  font-size: 13px;
}

.alsahl-order-product-card > small {
  margin-top: 5px;

  color: var(--ao-success);

  font-size: 11px;
  font-weight: 700;
}

/* =========================================================
   Quantity
========================================================= */

.alsahl-order-quantity {
  min-width: 0;
  max-width: 100%;

  margin-top: 24px;
  padding: 19px 21px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  background:
    rgba(238, 227, 201, 0.52);

  border:
    1px solid var(--ao-border);

  border-radius: 19px;
}

.alsahl-order-quantity > div {
  min-width: 0;
}

.alsahl-order-quantity h3 {
  color: var(--ao-dark);

  font-size: 18px;
  font-weight: 700;
}

.alsahl-order-quantity p {
  margin-top: 3px;

  color: var(--ao-muted);

  font-size: 12px;
  font-weight: 600;
}

.alsahl-order-quantity-control {
  flex: 0 0 auto;

  padding: 6px;

  display: flex;
  align-items: center;
  gap: 5px;

  background: var(--ao-card);

  border:
    1px solid var(--ao-border);

  border-radius: 999px;

  box-shadow:
    0 8px 20px
    rgba(7, 28, 16, 0.07);
}

.alsahl-order-quantity-control button {
  width: 43px;
  height: 43px;

  flex: 0 0 auto;

  display: grid;
  place-items: center;

  background: var(--ao-dark);

  border: 0;
  border-radius: 50%;

  color: var(--ao-white);

  font-size: 13px;

  transition:
    background 0.2s ease,
    transform 0.2s ease,
    opacity 0.2s ease;
}

.alsahl-order-quantity-control
button:hover:not(:disabled) {
  background: var(--ao-gold-dark);

  transform: scale(1.06);
}

.alsahl-order-quantity-control button:disabled {
  opacity: 0.35;

  cursor: not-allowed;
}

.alsahl-order-quantity-control strong {
  min-width: 55px;

  color: var(--ao-dark);

  font-size: 23px;
  font-weight: 700;
  text-align: center;
}

/* =========================================================
   Form Fields
========================================================= */

.alsahl-order-fields {
  min-width: 0;
  max-width: 100%;

  display: grid;
  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 20px;
}

.alsahl-order-field {
  min-width: 0;
  max-width: 100%;
}

.alsahl-order-field-full {
  grid-column: 1 / -1;
}

.alsahl-order-field > label {
  margin-bottom: 8px;

  display: flex;
  align-items: center;
  gap: 6px;

  color: var(--ao-dark);

  font-size: 15px;
  font-weight: 700;
}

.alsahl-order-field > label > span {
  color: var(--ao-error);
}

.alsahl-order-field > label > small {
  color: var(--ao-muted);

  font-size: 11px;
  font-weight: 600;
}

.alsahl-order-input {
  position: relative;

  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 57px;
}

.alsahl-order-input > i {
  position: absolute;
  top: 50%;
  right: 17px;
  z-index: 2;

  color: var(--ao-gold-dark);

  font-size: 16px;

  transform: translateY(-50%);

  pointer-events: none;
}

.alsahl-order-input input,
.alsahl-order-input select,
.alsahl-order-input textarea {
  display: block;

  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;

  margin: 0 !important;

  background: #fffdf7;

  border:
    1px solid var(--ao-border-dark);

  border-radius: 15px;

  color: var(--ao-dark);

  font-size: 15px;
  font-weight: 600;

  box-shadow: none;

  outline: none;

  appearance: none;
  -webkit-appearance: none;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.alsahl-order-input input,
.alsahl-order-input select {
  min-height: 57px;

  padding:
    12px 49px 12px 15px;
}

.alsahl-order-input textarea {
  min-height: 120px;

  padding:
    15px 49px 15px 15px;

  line-height: 1.75;

  resize: vertical;

  overflow-wrap: break-word;
}

.alsahl-order-textarea > i {
  top: 20px;

  transform: none;
}

.alsahl-order-input input::placeholder,
.alsahl-order-input textarea::placeholder {
  color: #756d60;

  opacity: 1;

  font-weight: 500;
}

.alsahl-order-input input:focus,
.alsahl-order-input select:focus,
.alsahl-order-input textarea:focus {
  background: var(--ao-white);

  border-color:
    var(--ao-gold-dark);

  box-shadow:
    0 0 0 4px
    rgba(201, 165, 86, 0.14);
}

.alsahl-order-field.has-error
.alsahl-order-input input,
.alsahl-order-field.has-error
.alsahl-order-input select,
.alsahl-order-field.has-error
.alsahl-order-input textarea {
  border-color:
    var(--ao-error);

  box-shadow:
    0 0 0 4px
    rgba(165, 43, 43, 0.1);
}

#alsahlPhone,
#alsahlAlternatePhone {
  direction: ltr !important;

  text-align: left !important;

  padding-right: 49px !important;
  padding-left: 15px !important;
}

.alsahl-order-error {
  min-height: 18px;

  margin-top: 5px;

  display: block;

  color: var(--ao-error);

  font-size: 11px;
  font-weight: 700;
}

/* =========================================================
   Messages
========================================================= */

.alsahl-order-message {
  display: none;

  width: 100%;
  max-width: 100%;

  margin-top: 21px;
  padding: 15px 17px;

  border-radius: 13px;

  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;

  overflow-wrap: break-word;
}

.alsahl-order-message.is-visible {
  display: block;
}

.alsahl-order-message.is-error {
  background:
    rgba(165, 43, 43, 0.09);

  border:
    1px solid
    rgba(165, 43, 43, 0.25);

  color: var(--ao-error);
}

.alsahl-order-message.is-loading {
  background:
    rgba(201, 165, 86, 0.13);

  border:
    1px solid
    rgba(142, 105, 39, 0.25);

  color: var(--ao-gold-dark);
}

.alsahl-order-message.is-success {
  background:
    rgba(29, 105, 55, 0.1);

  border:
    1px solid
    rgba(29, 105, 55, 0.25);

  color: var(--ao-success);
}

/* =========================================================
   Main Submit
========================================================= */

.alsahl-order-submit {
  width: 100%;
  max-width: 100%;
  min-height: 66px;

  margin-top: 22px;
  padding: 14px 25px;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      135deg,
      var(--ao-gold),
      var(--ao-gold-light)
    );

  border: 0;
  border-radius: 999px;

  color: var(--ao-dark) !important;

  font-size: 17px;
  font-weight: 700;

  box-shadow:
    0 15px 35px
    rgba(201, 165, 86, 0.3);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.alsahl-order-submit:hover:not(:disabled) {
  transform: translateY(-3px);

  box-shadow:
    0 22px 45px
    rgba(201, 165, 86, 0.42);
}

.alsahl-order-submit:disabled {
  opacity: 0.75;

  cursor: wait;
}

.alsahl-submit-normal,
.alsahl-submit-loading,
.alsahl-submit-success {
  max-width: 100%;

  align-items: center;
  justify-content: center;
  gap: 9px;

  text-align: center;
}

.alsahl-submit-normal {
  display: flex;
}

.alsahl-submit-loading,
.alsahl-submit-success {
  display: none;
}

.alsahl-order-app.is-submitting
.alsahl-submit-normal {
  display: none;
}

.alsahl-order-app.is-submitting
.alsahl-submit-loading {
  display: flex;
}

.alsahl-order-app.is-completed
.alsahl-submit-normal,
.alsahl-order-app.is-completed
.alsahl-submit-loading {
  display: none;
}

.alsahl-order-app.is-completed
.alsahl-submit-success {
  display: flex;
}

.alsahl-order-consent {
  max-width: 680px;

  margin:
    12px auto 0;

  color: var(--ao-muted);

  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  text-align: center;
}

/* =========================================================
   Summary
========================================================= */

.alsahl-order-summary {
  position: sticky;
  top: 24px;

  min-width: 0;
  max-width: 100%;
}

.alsahl-order-summary-card {
  min-width: 0;
  max-width: 100%;

  padding: 27px;

  background: var(--ao-dark);

  border:
    1px solid
    rgba(201, 165, 86, 0.48);

  border-radius: 27px;

  color: var(--ao-white);

  box-shadow:
    0 29px 70px
    rgba(7, 28, 16, 0.25);

  overflow: hidden;
}

.alsahl-order-summary-title {
  min-width: 0;

  padding-bottom: 21px;

  display: flex;
  align-items: center;
  gap: 13px;

  border-bottom:
    1px solid
    rgba(255, 255, 255, 0.12);
}

.alsahl-order-summary-logo {
  width: 59px;
  height: 59px;

  flex: 0 0 auto;

  padding: 6px;

  display: grid;
  place-items: center;

  background:
    rgba(255, 255, 255, 0.08);

  border:
    1px solid
    rgba(201, 165, 86, 0.35);

  border-radius: 17px;
}

.alsahl-order-summary-logo img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}

.alsahl-order-summary-title > div:last-child {
  min-width: 0;
}

.alsahl-order-summary-title span {
  display: block;

  color: var(--ao-gold);

  font-size: 12px;
  font-weight: 700;
}

.alsahl-order-summary-title h2 {
  margin-top: 3px;

  color: var(--ao-white);

  font-size: 20px;
  font-weight: 700;

  overflow-wrap: break-word;
}

.alsahl-order-summary-product {
  min-width: 0;
  max-width: 100%;

  margin-top: 21px;
  padding: 15px;

  display: grid;
  grid-template-columns:
    75px minmax(0, 1fr);

  align-items: center;
  gap: 14px;

  background:
    rgba(255, 255, 255, 0.07);

  border:
    1px solid
    rgba(201, 165, 86, 0.24);

  border-radius: 17px;
}

.alsahl-order-summary-product img {
  width: auto;
  max-width: 62px;
  max-height: 90px;

  margin-inline: auto;

  object-fit: contain;
}

.alsahl-order-summary-product > div {
  min-width: 0;
}

.alsahl-order-summary-product small,
.alsahl-order-summary-product strong,
.alsahl-order-summary-product span {
  display: block;
}

.alsahl-order-summary-product small {
  color: #d9ceb8;

  font-size: 11px;
  font-weight: 600;
}

.alsahl-order-summary-product strong {
  color: var(--ao-gold-light);

  font-size: 23px;
  font-weight: 700;
}

.alsahl-order-summary-product span {
  color: var(--ao-white);

  font-size: 11px;
  font-weight: 600;
}

.alsahl-order-summary-rows {
  min-width: 0;
  max-width: 100%;

  padding: 21px 0;

  display: grid;
  gap: 14px;

  border-bottom:
    1px solid
    rgba(255, 255, 255, 0.12);
}

.alsahl-order-summary-rows > div {
  min-width: 0;

  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.alsahl-order-summary-rows span {
  min-width: 0;

  color: #d9ceb8;

  font-size: 13px;
  font-weight: 600;
}

.alsahl-order-summary-rows strong {
  min-width: 0;
  max-width: 55%;

  color: var(--ao-white);

  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  text-align: left;

  overflow-wrap: break-word;
}

.alsahl-order-free {
  color: var(--ao-gold-light) !important;
}

.alsahl-order-summary-total {
  min-width: 0;

  padding: 23px 0;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.alsahl-order-summary-total > span {
  color: var(--ao-white);

  font-size: 15px;
  font-weight: 700;
}

.alsahl-order-summary-total > strong {
  color: var(--ao-gold-light);

  font-size: 32px;
  font-weight: 700;
  line-height: 1;

  white-space: nowrap;
}

.alsahl-order-summary-total small {
  color: #d9ceb8;

  font-size: 12px;
}

.alsahl-order-summary-trust {
  min-width: 0;
  max-width: 100%;

  padding: 16px;

  display: grid;
  gap: 10px;

  background:
    rgba(255, 255, 255, 0.055);

  border:
    1px solid
    rgba(201, 165, 86, 0.2);

  border-radius: 16px;
}

.alsahl-order-summary-trust div {
  min-width: 0;

  display: flex;
  align-items: center;
  gap: 9px;

  color: #eee4d1;

  font-size: 12px;
  font-weight: 600;
}

.alsahl-order-summary-trust i {
  width: 27px;
  height: 27px;

  flex: 0 0 auto;

  display: grid;
  place-items: center;

  background:
    rgba(201, 165, 86, 0.13);

  border-radius: 8px;

  color: var(--ao-gold);
}

.alsahl-order-summary-submit {
  width: 100%;
  max-width: 100%;
  min-height: 56px;

  margin-top: 19px;
  padding: 12px 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;

  background:
    linear-gradient(
      135deg,
      var(--ao-gold),
      var(--ao-gold-light)
    );

  border: 0;
  border-radius: 999px;

  color: var(--ao-dark) !important;

  font-size: 15px;
  font-weight: 700;
  text-align: center;
}

.alsahl-order-summary-submit:disabled {
  opacity: 0.7;

  cursor: wait;
}

/* =========================================================
   Trust Section
========================================================= */

.alsahl-order-trust-section {
  padding: 70px 0;

  background: var(--ao-ivory);
}

.alsahl-order-trust-grid {
  min-width: 0;

  display: grid;
  grid-template-columns:
    repeat(4, minmax(0, 1fr));

  gap: 17px;
}

.alsahl-order-trust-grid article {
  min-width: 0;
  min-height: 145px;

  padding: 22px;

  display: flex;
  align-items: flex-start;
  gap: 13px;

  background: var(--ao-card);

  border:
    1px solid var(--ao-border);

  border-radius: 21px;

  box-shadow:
    var(--ao-shadow-soft);
}

.alsahl-order-trust-grid article > i {
  width: 49px;
  height: 49px;

  flex: 0 0 auto;

  display: grid;
  place-items: center;

  background: var(--ao-dark);

  border-radius: 15px;

  color: var(--ao-gold);

  font-size: 20px;
}

.alsahl-order-trust-grid article > div {
  min-width: 0;
}

.alsahl-order-trust-grid h3 {
  color: var(--ao-dark);

  font-size: 17px;
  font-weight: 700;
}

.alsahl-order-trust-grid p {
  margin-top: 5px;

  color: var(--ao-muted);

  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
}

/* =========================================================
   Footer
========================================================= */

.alsahl-order-footer {
  padding: 35px 0 115px;

  background: #06150c;

  border-top:
    1px solid
    rgba(201, 165, 86, 0.28);
}

.alsahl-order-footer-content {
  min-width: 0;

  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    auto
    minmax(0, 1fr);

  align-items: center;
  gap: 25px;
}

.alsahl-order-footer-brand {
  min-width: 0;

  display: flex;
  align-items: center;
  gap: 10px;
}

.alsahl-order-footer-brand img {
  width: 48px;
  height: 48px;

  flex: 0 0 auto;

  object-fit: contain;
}

.alsahl-order-footer-brand > div {
  min-width: 0;
}

.alsahl-order-footer-brand strong,
.alsahl-order-footer-brand span {
  display: block;
}

.alsahl-order-footer-brand strong {
  color: var(--ao-gold);

  font-size: 15px;
  font-weight: 700;
}

.alsahl-order-footer-brand span {
  color: #d5c9b1;

  font-size: 10px;
  font-weight: 600;
}

.alsahl-order-footer-content > p {
  color: #cfc3ad;

  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.alsahl-order-footer-content > a,
.alsahl-order-footer-content > a:link,
.alsahl-order-footer-content > a:visited {
  justify-self: end;

  display: flex;
  align-items: center;
  gap: 7px;

  color: var(--ao-gold) !important;

  font-size: 13px;
  font-weight: 700;
}

/* =========================================================
   Mobile Fixed Bar
========================================================= */

.alsahl-order-mobile-bar {
  display: none;
}


/* =========================================================
   Rendering Performance
========================================================= */

.alsahl-order-trust-section,
.alsahl-order-footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 500px;
}

/* =========================================================
   Hidden Fluent Form Receiver
========================================================= */

.alsahl-native-fluent-form {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;

  margin: -1px !important;
  padding: 0 !important;

  overflow: hidden !important;

  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;

  white-space: nowrap !important;

  border: 0 !important;

  pointer-events: none !important;
}

/* =========================================================
   Medium Screens
========================================================= */

@media (max-width: 1080px) {
  .alsahl-order-hero-layout {
    grid-template-columns:
      minmax(0, 1.3fr)
      minmax(230px, 0.7fr);

    gap: 25px;
  }

  .alsahl-order-product-float img {
    max-width: 205px;
    max-height: 320px;
  }

  .alsahl-order-layout {
    grid-template-columns:
      minmax(0, 1fr)
      310px;

    gap: 24px;
  }

  .alsahl-order-panel {
    padding: 28px;
  }

  .alsahl-order-products {
    grid-template-columns: 1fr;
  }

  .alsahl-order-product-card {
    min-height: 0;

    padding: 21px 22px;

    display: grid;
    grid-template-columns:
      90px minmax(0, 1fr) auto;

    grid-template-areas:
      "image label price"
      "image title price"
      "image description price"
      "image delivery price";

    align-items: center;
    column-gap: 17px;

    text-align: right;
  }

  .alsahl-order-product-image {
    grid-area: image;

    width: 90px;
    height: 115px;

    margin: 0;
  }

  .alsahl-order-product-image img {
    max-width: 67px;
    max-height: 108px;
  }

  .alsahl-order-product-label {
    grid-area: label;

    align-self: end;
  }

  .alsahl-order-product-card h3 {
    grid-area: title;

    align-self: start;

    margin: 0;

    font-size: 24px;
  }

  .alsahl-order-product-card p {
    grid-area: description;

    min-height: 0;

    margin: 3px 0 0;

    text-align: right;
  }

  .alsahl-order-product-price {
    grid-area: price;

    margin: 0;
    padding: 0;

    align-self: center;

    text-align: left;
  }

  .alsahl-order-product-card > small {
    grid-area: delivery;

    text-align: right;
  }

  .alsahl-order-popular {
    top: 10px;
    right: auto;
    left: 12px;

    transform: none;
  }
}

/* =========================================================
   Tablet
========================================================= */

@media (max-width: 850px) {
  .alsahl-order-nav {
    grid-template-columns:
      minmax(0, 1fr)
      auto;
  }

  .alsahl-order-header-trust {
    display: none;
  }

  .alsahl-order-hero {
    min-height: auto;
  }

  .alsahl-order-hero-layout {
    min-height: auto;

    padding: 30px 0 45px;

    grid-template-columns: 1fr;

    gap: 9px;
  }

  .alsahl-order-hero-product {
    grid-row: 1;

    min-height: 285px;
  }

  .alsahl-order-hero-content {
    grid-row: 2;

    text-align: center;
  }

  .alsahl-order-product-float img {
    max-width: 175px;
    max-height: 265px;
  }

  .alsahl-order-product-glow {
    width: 260px;
    height: 260px;
  }

  .alsahl-order-product-shadow {
    width: 165px;
  }

  .alsahl-order-product-badge {
    right: calc(50% - 195px);
    bottom: 44px;
  }

  .alsahl-order-hero-features {
    max-width: 650px;

    margin-inline: auto;
    margin-top: 23px;
  }

  .alsahl-order-layout {
    grid-template-columns: 1fr;
  }

  .alsahl-order-summary {
    position: static;

    grid-row: 1;
  }

  .alsahl-order-summary-card {
    display: grid;
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    gap: 18px;
  }

  .alsahl-order-summary-title {
    border-bottom: 0;
  }

  .alsahl-order-summary-product {
    margin-top: 0;
  }

  .alsahl-order-summary-rows {
    padding: 0;

    border-bottom: 0;
  }

  .alsahl-order-summary-total {
    padding: 15px;

    background:
      rgba(255, 255, 255, 0.06);

    border-radius: 14px;
  }

  .alsahl-order-summary-trust {
    grid-column: 1 / -1;

    grid-template-columns:
      repeat(3, minmax(0, 1fr));
  }

  .alsahl-order-summary-submit {
    grid-column: 1 / -1;

    margin-top: 0;
  }

  .alsahl-order-trust-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

  .alsahl-order-footer-content {
    grid-template-columns: 1fr;

    justify-items: center;

    text-align: center;
  }

  .alsahl-order-footer-content > a {
    justify-self: center;
  }
}

/* =========================================================
   Mobile
========================================================= */

@media (max-width: 650px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;

    overflow-x: hidden !important;
  }

  .alsahl-order-app {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;

    overflow-x: hidden !important;
  }

  .alsahl-order-container {
    width: calc(100% - 24px) !important;
    max-width: calc(100% - 24px) !important;

    margin-inline: auto !important;

    padding-inline: 0 !important;
  }

  /* Header */

  .alsahl-order-nav {
    min-height: 75px;

    grid-template-columns:
      minmax(0, 1fr)
      auto;

    gap: 10px;
  }

  .alsahl-order-logo {
    gap: 9px;
  }

  .alsahl-order-logo img {
    width: 48px;
    height: 48px;
  }

  .alsahl-order-logo strong {
    font-size: 16px;
  }

  .alsahl-order-logo small {
    font-size: 9px;
  }

  .alsahl-order-help {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;

    padding: 0;

    border-radius: 50%;
  }

  .alsahl-order-help span {
    display: none;
  }

  /* Hero */

  .alsahl-order-hero {
    min-height: auto;

    background-size: auto 100%;
    background-position: center top;
  }

  .alsahl-order-hero-layout {
    min-height: auto;

    padding: 17px 0 35px;

    grid-template-columns: 1fr;

    gap: 8px;
  }

  .alsahl-order-hero-product {
    min-height: 245px;
  }

  .alsahl-order-product-float img {
    max-width: 148px;
    max-height: 225px;
  }

  .alsahl-order-product-glow {
    width: 220px;
    height: 220px;
  }

  .alsahl-order-product-shadow {
    bottom: 8px;

    width: 140px;
    height: 26px;
  }

  .alsahl-order-product-badge {
    display: none;
  }

  .alsahl-order-hero-content {
    padding: 25px 18px;

    border-radius: 24px;
  }

  .alsahl-order-kicker {
    font-size: 11px;
  }

  .alsahl-order-hero-content h1 {
    font-size: 33px;
  }

  .alsahl-order-hero-content h1 span {
    font-size: 21px;
  }

  .alsahl-order-hero-content > p {
    font-size: 15px;
    line-height: 1.85;
  }

  .alsahl-order-hero-features {
    grid-template-columns: 1fr;

    gap: 7px;
  }

  .alsahl-order-hero-features div {
    min-height: 49px;

    justify-content: flex-start;

    padding-inline: 15px;

    text-align: right;
  }

  /* Main */

  .alsahl-order-main {
    padding: 55px 0 105px;
  }

  .alsahl-order-layout {
    display: grid;

    grid-template-columns: minmax(0, 1fr);

    gap: 17px;
  }

  .alsahl-order-workflow {
    width: 100%;
    min-width: 0;
    max-width: 100%;

    gap: 17px;
  }

  .alsahl-order-panel {
    width: 100%;
    min-width: 0;
    max-width: 100%;

    padding: 23px 15px;

    border-radius: 22px;

    overflow: hidden;
  }

  .alsahl-order-step-heading {
    margin-bottom: 23px;

    gap: 11px;
  }

  .alsahl-order-step-number {
    width: 43px;
    height: 43px;

    border-radius: 13px;
  }

  .alsahl-order-step-heading h2 {
    font-size: 23px;
  }

  .alsahl-order-step-heading p {
    font-size: 12px;
  }

  /* Mobile product cards - compact vertical list */

  .alsahl-order-products {
    width: 100%;
    min-width: 0;
    max-width: 100%;

    display: grid;
    grid-template-columns: minmax(0, 1fr);

    gap: 14px;

    padding: 8px 0 4px;

    overflow: visible;
  }

  .alsahl-order-product-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    min-height: 0;

    margin: 0;

    padding: 19px 14px;

    display: grid;
    grid-template-columns:
      72px minmax(0, 1fr) auto;

    grid-template-areas:
      "image label price"
      "image title price"
      "image description price"
      "image delivery price";

    align-items: center;
    column-gap: 12px;
    row-gap: 2px;

    border-radius: 19px;

    text-align: right;

    transform: none !important;

    overflow: visible;
  }

  .alsahl-order-product-card.is-selected {
    transform: none !important;
  }

  .alsahl-order-product-image {
    grid-area: image;

    width: 72px;
    height: 105px;

    margin: 0;
  }

  .alsahl-order-product-image img {
    max-width: 58px;
    max-height: 98px;
  }

  .alsahl-order-product-label {
    grid-area: label;

    align-self: end;

    font-size: 11px;
  }

  .alsahl-order-product-card h3 {
    grid-area: title;

    align-self: start;

    margin: 0;

    font-size: 22px;
  }

  .alsahl-order-product-card p {
    grid-area: description;

    min-height: 0;

    margin: 4px 0 0;

    font-size: 11px;
    line-height: 1.6;
    text-align: right;
  }

  .alsahl-order-product-price {
    grid-area: price;

    align-self: center;

    margin: 0;
    padding: 0;

    font-size: 21px;
    text-align: left;
  }

  .alsahl-order-product-price span {
    font-size: 10px;
  }

  .alsahl-order-product-card > small {
    grid-area: delivery;

    margin-top: 4px;

    font-size: 10px;
    text-align: right;
  }

  .alsahl-order-product-check {
    top: 10px;
    left: 10px;

    width: 27px;
    height: 27px;
  }

  .alsahl-order-popular {
    top: -10px;
    right: auto;
    left: 14px;

    padding: 5px 10px;

    font-size: 10px;

    transform: none;
  }

  /* Quantity */

  .alsahl-order-quantity {
    width: 100%;
    min-width: 0;
    max-width: 100%;

    padding: 18px 14px;

    flex-direction: column;
    align-items: center;

    text-align: center;
  }

  .alsahl-order-quantity-control {
    width: auto;
    max-width: 190px;

    margin-inline: auto;
  }

  /* Fields */

  .alsahl-order-fields {
    width: 100%;
    min-width: 0;
    max-width: 100%;

    grid-template-columns: minmax(0, 1fr);

    gap: 15px;
  }

  .alsahl-order-field,
  .alsahl-order-field-full {
    width: 100%;
    min-width: 0;
    max-width: 100%;

    grid-column: auto;
  }

  .alsahl-order-input {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .alsahl-order-input input,
  .alsahl-order-input select,
  .alsahl-order-input textarea {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;

    margin: 0 !important;
  }

  #alsahlPhone,
  #alsahlAlternatePhone {
    direction: ltr !important;

    text-align: left !important;

    padding-right: 49px !important;
    padding-left: 15px !important;
  }

  /* Submit */

  .alsahl-order-submit {
    min-height: 62px;

    padding-inline: 16px;

    font-size: 15px;
  }

  /* Summary */

  .alsahl-order-summary {
    position: static;

    width: 100%;
    min-width: 0;
    max-width: 100%;

    grid-row: 1;
  }

  .alsahl-order-summary-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;

    padding: 22px 17px;

    display: block;

    border-radius: 22px;
  }

  .alsahl-order-summary-title,
  .alsahl-order-summary-product,
  .alsahl-order-summary-rows,
  .alsahl-order-summary-total,
  .alsahl-order-summary-trust {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }

  .alsahl-order-summary-title {
    border-bottom:
      1px solid
      rgba(255, 255, 255, 0.12);
  }

  .alsahl-order-summary-product {
    margin-top: 18px;

    grid-template-columns:
      66px minmax(0, 1fr);
  }

  .alsahl-order-summary-rows {
    padding: 19px 0;

    border-bottom:
      1px solid
      rgba(255, 255, 255, 0.12);
  }

  .alsahl-order-summary-total {
    padding: 20px 0;
  }

  .alsahl-order-summary-total > strong {
    font-size: 27px;
  }

  .alsahl-order-summary-trust {
    grid-template-columns: 1fr;
  }

  .alsahl-order-summary-submit {
    display: none;
  }

  /* Trust */

  .alsahl-order-trust-section {
    padding: 55px 0;
  }

  .alsahl-order-trust-grid {
    grid-template-columns:
      minmax(0, 1fr);

    gap: 11px;
  }

  .alsahl-order-trust-grid article {
    min-height: 0;

    padding: 18px;
  }

  /* Footer */

  .alsahl-order-footer {
    padding:
      35px 0 125px;
  }

  .alsahl-order-footer-content {
    grid-template-columns: 1fr;

    justify-items: center;

    text-align: center;
  }

  .alsahl-order-footer-content > a {
    justify-self: center;
  }

  /* Fixed bottom bar */

  .alsahl-order-mobile-bar {
    position: fixed;
    right: 8px;
    bottom: 8px;
    left: 8px;
    z-index: 9990;

    width: auto;
    max-width: calc(100% - 16px);
    min-width: 0;
    min-height: 72px;

    margin: 0;

    padding:
      8px 9px 8px 13px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;

    background:
      rgba(7, 28, 16, 0.97);

    border:
      1px solid
      rgba(201, 165, 86, 0.52);

    border-radius: 19px;

    box-shadow:
      0 20px 52px
      rgba(0, 0, 0, 0.38);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    overflow: hidden;
  }

  .alsahl-order-mobile-bar > div {
    min-width: 0;

    flex: 1 1 auto;
  }

  .alsahl-order-mobile-bar
  > div > span {
    display: block;

    color: #d7cbb5;

    font-size: 10px;
    font-weight: 600;
  }

  .alsahl-order-mobile-bar strong {
    display: block;

    color: var(--ao-gold-light) !important;

    font-size: 17px;
    font-weight: 700;

    white-space: nowrap;
  }

  .alsahl-order-mobile-bar strong span {
    color: var(--ao-gold-light) !important;
  }

  .alsahl-order-mobile-bar button {
    width: auto;
    min-width: 125px;
    max-width: 145px;
    min-height: 54px;

    flex: 0 0 auto;

    padding: 10px 13px;

    background:
      linear-gradient(
        135deg,
        var(--ao-gold),
        var(--ao-gold-light)
      );

    border: 0;
    border-radius: 999px;

    color: var(--ao-dark) !important;

    font-size: 13px;
    font-weight: 700;

    white-space: nowrap;
  }

  .alsahl-order-mobile-bar button:disabled {
    opacity: 0.7;

    cursor: wait;
  }
}

/* =========================================================
   Small Mobile
========================================================= */

@media (max-width: 420px) {
  .alsahl-order-container {
    width: calc(100% - 18px) !important;
    max-width: calc(100% - 18px) !important;
  }

  .alsahl-order-logo strong {
    font-size: 14px;
  }

  .alsahl-order-logo small {
    display: none;
  }

  .alsahl-order-hero-content {
    padding:
      23px 15px;
  }

  .alsahl-order-hero-content h1 {
    font-size: 29px;
  }

  .alsahl-order-hero-content h1 span {
    font-size: 19px;
  }

  .alsahl-order-panel {
    padding:
      21px 12px;
  }

  .alsahl-order-step-heading {
    gap: 9px;
  }

  .alsahl-order-step-number {
    width: 40px;
    height: 40px;

    font-size: 16px;
  }

  .alsahl-order-step-heading h2 {
    font-size: 21px;
  }

  .alsahl-order-product-card {
    grid-template-columns:
      62px minmax(0, 1fr);

    grid-template-areas:
      "image label"
      "image title"
      "description description"
      "price price"
      "delivery delivery";

    row-gap: 4px;
  }

  .alsahl-order-product-image {
    width: 62px;
    height: 88px;
  }

  .alsahl-order-product-image img {
    max-width: 49px;
    max-height: 82px;
  }

  .alsahl-order-product-card p {
    margin-top: 10px;
  }

  .alsahl-order-product-price {
    margin-top: 9px;

    text-align: right;
  }

  .alsahl-order-mobile-bar {
    right: 5px;
    left: 5px;

    max-width: calc(100% - 10px);

    padding:
      7px 7px 7px 10px;
  }

  .alsahl-order-mobile-bar button {
    min-width: 112px;

    padding-inline: 9px;

    font-size: 12px;
  }

  .alsahl-order-mobile-bar strong {
    font-size: 15px;
  }
}

/* =========================================================
   Very Small Mobile
========================================================= */

@media (max-width: 350px) {
  .alsahl-order-logo img {
    width: 43px;
    height: 43px;
  }

  .alsahl-order-logo strong {
    font-size: 13px;
  }

  .alsahl-order-help {
    width: 42px;
    height: 42px;
    min-width: 42px;
    min-height: 42px;
  }

  .alsahl-order-mobile-bar button {
    min-width: 104px;

    font-size: 11px;
  }

  .alsahl-order-mobile-bar strong {
    font-size: 14px;
  }
}

/* =========================================================
   Reduced Motion
========================================================= */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .alsahl-order-product-float,
  .alsahl-order-product-shadow {
    animation: none !important;
  }

  .alsahl-order-app *,
  .alsahl-order-app *::before,
  .alsahl-order-app *::after {
    animation-duration:
      0.01ms !important;

    animation-iteration-count:
      1 !important;

    transition-duration:
      0.01ms !important;

    scroll-behavior:
      auto !important;
  }
}

/* =========================================================
   Hide Theme Scroll Buttons
========================================================= */

.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;
}/* End custom CSS */