.elementor-274 .elementor-element.elementor-element-a187e79{--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-fccb086 *//* =========================================================
   AL SAHL — SHOP ARCHIVE CUSTOM CSS
   Standalone CSS, Jrabawy-style architecture
========================================================= */


/* =========================================================
   LOCAL FONT
========================================================= */

@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("/wp-content/uploads/fonts/Bahij-TheSansArabic-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("/wp-content/uploads/fonts/Bahij-TheSansArabic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("/wp-content/uploads/fonts/Bahij-TheSansArabic-SemiLight.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("/wp-content/uploads/fonts/Bahij-TheSansArabic-Plain.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("/wp-content/uploads/fonts/Bahij-TheSansArabic-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("/wp-content/uploads/fonts/Bahij-TheSansArabic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("/wp-content/uploads/fonts/Bahij-TheSansArabic-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bahij TheSansArabic";
  src: url("/wp-content/uploads/fonts/Bahij-TheSansArabic-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


/* =========================================================
   HIDE DEFAULT ASTRA / WOOCOMMERCE SHOP OUTPUT
========================================================= */

body.woocommerce-shop .woocommerce-products-header,
body.woocommerce-shop .woocommerce-result-count,
body.woocommerce-shop .woocommerce-ordering,
body.woocommerce-shop .woocommerce ul.products,
body.woocommerce-shop .woocommerce nav.woocommerce-pagination,
body.woocommerce-shop .woocommerce-breadcrumb {
  display: none !important;
}

body.woocommerce-shop header.site-header,
body.woocommerce-shop footer.site-footer,
body.woocommerce-shop #masthead,
body.woocommerce-shop #colophon,
body.woocommerce-shop #site-header,
body.woocommerce-shop #site-footer {
  display: none !important;
}

body.woocommerce-shop,
body.woocommerce-shop #page,
body.woocommerce-shop .site,
body.woocommerce-shop .site-content,
body.woocommerce-shop #content,
body.woocommerce-shop .ast-container,
body.woocommerce-shop #primary,
body.woocommerce-shop .content-area,
body.woocommerce-shop main.site-main,
body.woocommerce-shop .elementor-location-archive {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-shop #secondary {
  display: none !important;
}

body.woocommerce-shop {
  background: #F4ECD9 !important;
}

body.as-shop-no-scroll {
  overflow: hidden !important;
}


/* =========================================================
   ROOT / VARIABLES
========================================================= */

#alsahlShopPage {
  --as-cream: #F4ECD9;
  --as-gold: #E6BC70;
  --as-olive-gold: #928648;
  --as-olive: #585939;
  --as-dark: #33310A;
  --as-card: #F8F2E4;
  --as-card-soft: #EEE4CA;
  --as-muted: #817A61;
  --as-border: rgba(146, 134, 72, .23);
  --as-dark-border: rgba(230, 188, 112, .36);
  --as-container: 1260px;

  width: 100%;
  min-height: 100vh;

  direction: rtl;

  overflow: hidden;

  color: var(--as-dark);
  background: var(--as-cream);

  font-family:
    "Bahij TheSansArabic",
    Tahoma,
    Arial,
    sans-serif;

  -webkit-font-smoothing: antialiased;
}

#alsahlShopPage,
#alsahlShopPage *,
#alsahlShopPage *::before,
#alsahlShopPage *::after {
  box-sizing: border-box;
}

#alsahlShopPage a {
  color: inherit;
  text-decoration: none;
}

#alsahlShopPage button,
#alsahlShopPage input,
#alsahlShopPage select {
  font: inherit;
}

#alsahlShopPage button {
  cursor: pointer;
}

#alsahlShopPage img {
  max-width: 100%;
}

#alsahlShopPage svg {
  display: block;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

#alsahlShopPage .as-svg-library {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

.as-shop-container {
  width: min(
    calc(100% - 48px),
    var(--as-container)
  );

  margin-inline: auto;
}


/* =========================================================
   HEADER
========================================================= */

.as-shop-header {
  position: sticky;
  top: 0;

  z-index: 1000;

  height: 94px;

  display: flex;
  align-items: center;

  background: rgba(244, 236, 217, .94);

  border-bottom:
    1px solid rgba(51, 49, 10, .09);

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  transition:
    background .25s ease,
    box-shadow .25s ease;
}

body.admin-bar .as-shop-header {
  top: 32px;
}

.as-shop-header.is-scrolled {
  background: rgba(244, 236, 217, .98);

  box-shadow:
    0 10px 34px
    rgba(51, 49, 10, .06);
}

.as-shop-header__inner {
  height: 100%;

  display: flex;
  align-items: center;

  gap: 30px;
}

.as-shop-logo {
  width: 94px;
  flex: 0 0 94px;

  display: flex;
  align-items: center;
}

.as-shop-logo img {
  width: 100%;
  height: 66px;

  object-fit: contain;
}

.as-shop-nav {
  flex: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 29px;
}

.as-shop-nav a {
  position: relative;

  padding: 34px 0 31px;

  color: var(--as-dark);

  font-size: 14px;
  font-weight: 500;

  white-space: nowrap;
}

.as-shop-nav a::after {
  content: "";

  position: absolute;

  right: 0;
  bottom: 22px;

  width: 0;
  height: 1.5px;

  background: var(--as-gold);

  transition: width .2s ease;
}

.as-shop-nav a:hover,
.as-shop-nav a.active {
  color: var(--as-olive-gold);
}

.as-shop-nav a:hover::after,
.as-shop-nav a.active::after {
  width: 100%;
}

.as-shop-nav a.active {
  font-weight: 600;
}

.as-shop-header__actions {
  display: flex;
  align-items: center;

  gap: 10px;

  direction: ltr;
}

.as-shop-cart {
  position: relative;

  width: 42px;
  height: 42px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: var(--as-dark);

  border-radius: 3px;
}

.as-shop-cart:hover {
  background: rgba(51,49,10,.05);
}

.as-shop-cart__count {
  position: absolute;

  top: -2px;
  right: -3px;

  min-width: 18px;
  height: 18px;

  padding: 0 5px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 20px;

  background: var(--as-gold);
  color: var(--as-dark);

  font-size: 10px;
  font-weight: 700;
}

.as-shop-header__cta {
  min-height: 44px;

  padding: 0 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  color: #fff !important;
  background: var(--as-dark);

  border-radius: 2px;

  font-size: 14px;
  font-weight: 600;
}

.as-shop-header__cta svg {
  width: 16px;
  height: 16px;
}

.as-shop-menu-button {
  display: none;

  width: 42px;
  height: 42px;

  align-items: center;
  justify-content: center;

  border: 1px solid var(--as-border);
  background: transparent;
  color: var(--as-dark);
}


/* =========================================================
   MOBILE MENU
========================================================= */

.as-shop-mobile-menu {
  position: fixed;
  inset: 0;

  z-index: 2000;

  pointer-events: none;
  visibility: hidden;
  opacity: 0;

  transition:
    opacity .25s ease,
    visibility .25s ease;
}

.as-shop-mobile-menu.is-open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.as-shop-mobile-menu__backdrop {
  position: absolute;
  inset: 0;

  background: rgba(28, 27, 8, .44);

  backdrop-filter: blur(3px);
}

.as-shop-mobile-menu__panel {
  position: absolute;

  top: 0;
  right: 0;
  bottom: 0;

  width: min(86vw, 360px);

  padding: 22px;

  background: var(--as-cream);

  transform: translateX(105%);

  transition: transform .3s ease;
}

.as-shop-mobile-menu.is-open
.as-shop-mobile-menu__panel {
  transform: translateX(0);
}

.as-shop-mobile-menu__head {
  padding-bottom: 20px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  border-bottom: 1px solid var(--as-border);
}

.as-shop-mobile-menu__head img {
  width: 84px;
  height: 54px;

  object-fit: contain;
}

.as-shop-mobile-menu__head button {
  width: 40px;
  height: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid var(--as-border);
  background: transparent;

  color: var(--as-dark);
}

.as-shop-mobile-menu nav {
  padding-top: 18px;

  display: flex;
  flex-direction: column;
}

.as-shop-mobile-menu nav a {
  padding: 14px 3px;

  border-bottom:
    1px solid rgba(146,134,72,.13);

  color: var(--as-dark);

  font-size: 15px;
  font-weight: 500;
}

.as-shop-mobile-menu nav a.active {
  color: var(--as-olive-gold);
  font-weight: 600;
}


/* =========================================================
   BREADCRUMB / SHARED EYEBROW
========================================================= */

.as-shop-breadcrumb {
  padding-top: 26px;

  display: flex;
  align-items: center;

  gap: 8px;

  color: #8C835F;

  font-size: 11px;
}

.as-shop-breadcrumb a:hover {
  color: var(--as-dark);
}

.as-shop-eyebrow {
  display: flex;
  align-items: center;

  gap: 13px;

  color: var(--as-olive-gold);

  font-size: 13px;
  font-weight: 600;
}

.as-shop-eyebrow > span {
  width: 31px;
  height: 1px;

  background: currentColor;
}


/* =========================================================
   SHOP HERO
========================================================= */

.as-shop-hero {
  position: relative;

  min-height: 430px;

  background:
    radial-gradient(
      circle at 13% 28%,
      rgba(230,188,112,.15),
      transparent 25%
    ),
    linear-gradient(
      180deg,
      #F4ECD9 0%,
      #F1E6CF 100%
    );

  border-bottom:
    1px solid rgba(51,49,10,.07);
}

.as-shop-hero__grid {
  min-height: 360px;

  display: grid;

  grid-template-columns:
    minmax(0, 1.28fr)
    minmax(360px, .72fr);

  gap: 80px;

  align-items: center;
}

.as-shop-hero__copy {
  max-width: 720px;
}

.as-shop-hero__copy h1 {
  margin:
    19px
    0
    0;

  color: var(--as-dark);

  font-size:
    clamp(
      46px,
      4.2vw,
      66px
    );

  font-weight: 800;

  line-height: 1.18;

  letter-spacing: -.4px;
}

.as-shop-hero__copy > p {
  max-width: 650px;

  margin:
    19px
    0
    0;

  color: #756E57;

  font-size: 15px;

  line-height: 1.95;
}

.as-shop-hero__actions {
  margin-top: 28px;

  display: flex;
  align-items: center;

  gap: 12px;
}

.as-shop-btn {
  min-height: 52px;

  padding:
    0
    27px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 9px;

  border-radius: 2px;

  font-size: 14px;
  font-weight: 600;

  transition:
    transform .2s ease,
    background .2s ease;
}

.as-shop-btn:hover {
  transform: translateY(-1px);
}

.as-shop-btn--primary {
  color: #fff !important;

  background: var(--as-dark);

  border: 1px solid var(--as-dark);
}

.as-shop-btn--primary:hover {
  background: #262406;
}

.as-shop-btn--secondary {
  color: #5E583E !important;

  border:
    1px solid
    rgba(146,134,72,.42);

  background: transparent;
}

.as-shop-btn svg {
  width: 16px;
  height: 16px;
}

.as-shop-hero__trust {
  display: grid;

  grid-template-columns:
    1fr
    1fr;

  gap: 11px;
}

.as-shop-hero__trust article {
  min-height: 112px;

  padding:
    18px
    17px;

  display: flex;
  align-items: flex-start;

  gap: 11px;

  border:
    1px solid var(--as-border);

  background:
    rgba(255,255,255,.19);
}

.as-shop-hero__trust article > svg {
  width: 21px;
  height: 21px;

  margin-top: 2px;

  color: var(--as-gold);
}

.as-shop-hero__trust strong {
  display: block;

  color: var(--as-dark);

  font-size: 13px;
  font-weight: 600;
}

.as-shop-hero__trust span {
  display: block;

  margin-top: 3px;

  color: #827A61;

  font-size: 10.5px;

  line-height: 1.65;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.as-shop-section-heading {
  max-width: 760px;

  margin:
    0
    0
    42px
    auto;

  text-align: right;
}

.as-shop-section-heading h2 {
  margin:
    11px
    0
    7px;

  color: var(--as-dark);

  font-size:
    clamp(
      34px,
      3vw,
      48px
    );

  font-weight: 700;

  line-height: 1.32;
}

.as-shop-section-heading > p {
  margin: 0;

  color: #766F59;

  font-size: 15px;

  line-height: 1.8;
}


/* =========================================================
   PRODUCTS
========================================================= */

.as-shop-products {
  padding:
    78px
    0
    88px;

  background: var(--as-cream);
}

.as-shop-product-grid {
  display: grid;

  grid-template-columns:
    repeat(4, minmax(0,1fr));

  gap: 20px;
}

.as-shop-product-card {
  overflow: hidden;

  display: flex;
  flex-direction: column;

  border:
    1px solid transparent;

  border-radius: 4px;

  background: #F9F4E9;

  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.as-shop-product-card:hover {
  transform: translateY(-4px);

  box-shadow:
    0 16px 38px
    rgba(51,49,10,.07);
}

.as-shop-product-card--featured {
  border-color: var(--as-gold);
}

.as-shop-product-media {
  position: relative;

  height: 315px;

  overflow: hidden;

  padding: 26px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--as-card-soft);
}

.as-shop-card-label {
  position: absolute;

  top: 15px;
  right: 15px;

  z-index: 5;

  padding:
    6px
    11px;

  border-radius: 2px;

  background:
    rgba(146,134,72,.11);

  color: #857A4F;

  font-size: 11px;
  font-weight: 600;
}

.as-shop-card-label--dark {
  color: #fff;

  background: var(--as-dark);
}

.as-shop-image-loader {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      100deg,
      transparent 20%,
      rgba(255,255,255,.34) 45%,
      transparent 70%
    );

  background-size: 220% 100%;

  animation:
    asShopSkeleton
    1.3s
    linear
    infinite;

  transition:
    opacity .25s ease;
}

.as-shop-image-loader.is-hidden {
  opacity: 0;

  pointer-events: none;
}

@keyframes asShopSkeleton {
  from {
    background-position: 180% 0;
  }

  to {
    background-position: -120% 0;
  }
}

.as-shop-woo-image {
  position: relative;

  z-index: 2;

  max-width: 88% !important;
  max-height: 100% !important;

  width: auto !important;
  height: auto !important;

  object-fit: contain;

  opacity: 0;

  transform: scale(.98);

  transition:
    opacity .25s ease,
    transform .25s ease;
}

.as-shop-woo-image.is-loaded {
  opacity: 1;

  transform: scale(1);
}

.as-shop-product-info {
  flex: 1;

  padding:
    22px
    20px
    19px;

  display: flex;
  flex-direction: column;
}

.as-shop-product-info h3 {
  margin:
    0
    0
    4px;

  color: var(--as-dark);

  font-size: 17px;
  font-weight: 600;

  line-height: 1.5;
}

.as-shop-product-subtitle {
  margin-bottom: 12px;

  color: var(--as-olive-gold);

  font-size: 11px;
}

.as-shop-product-info > p {
  min-height: 44px;

  margin:
    0
    0
    17px;

  color: #756E58;

  font-size: 13px;

  line-height: 1.7;
}

.as-shop-price-row {
  margin-top: auto;

  padding-top: 17px;

  border-top:
    1px solid
    rgba(146,134,72,.15);
}

.as-shop-current-price,
.as-shop-offer-price {
  direction: ltr;
  unicode-bidi: isolate;

  color: var(--as-dark);

  font-size: 29px;
  font-weight: 700;

  line-height: 1.2;

  text-align: right;
}

.as-shop-current-price small,
.as-shop-offer-price small {
  font-size: 13px;
  font-weight: 600;
}

.as-shop-unit-price {
  margin-top: 5px;

  color: var(--as-olive-gold);

  font-size: 10px;
}

.as-shop-shipping-note,
.as-shop-free-delivery {
  margin-top: 12px;

  display: flex;
  align-items: center;

  gap: 6px;

  color: #79725B;

  font-size: 11px;
}

.as-shop-free-delivery {
  color: var(--as-olive-gold);
}

.as-shop-shipping-note svg,
.as-shop-free-delivery svg {
  width: 15px;
  height: 15px;
}

.as-shop-add-cart,
.as-shop-offer-button {
  width: 100%;

  min-height: 49px;

  margin-top: 17px;

  border: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  background: var(--as-dark);

  color: #fff;

  font-size: 14px;
  font-weight: 600;

  transition:
    background .2s ease,
    transform .2s ease;
}

.as-shop-add-cart:hover,
.as-shop-offer-button:hover {
  background: #262406;

  transform: translateY(-1px);
}

.as-shop-add-cart.is-added,
.as-shop-offer-button.is-added {
  background: var(--as-olive);
}

.as-shop-add-cart.is-loading,
.as-shop-offer-button.is-loading {
  opacity: .72;

  pointer-events: none;
}

.as-shop-add-cart svg,
.as-shop-offer-button svg {
  width: 16px;
  height: 16px;
}

.as-shop-details-link,
.as-shop-offer-link {
  margin-top: 11px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 5px;

  color: var(--as-olive-gold) !important;

  font-size: 11px;
}

.as-shop-details-link svg,
.as-shop-offer-link svg {
  width: 12px;
  height: 12px;
}


/* =========================================================
   OFFERS
========================================================= */

.as-shop-offers {
  padding:
    76px
    0
    84px;

  background: var(--as-dark);
}

.as-shop-section-heading--light h2 {
  color: #FFF8E9;
}

.as-shop-section-heading--light > p {
  color: rgba(255,255,255,.56);
}

.as-shop-section-heading--light
.as-shop-eyebrow {
  color: var(--as-gold);
}

.as-shop-offer-list {
  display: flex;
  flex-direction: column;

  gap: 22px;
}

.as-shop-offer-card {
  min-height: 420px;

  overflow: hidden;

  display: grid;

  grid-template-columns:
    43% 57%;

  grid-template-areas:
    "image content";

  direction: ltr;

  border:
    1px solid
    rgba(230,188,112,.34);

  border-radius: 6px;

  background: var(--as-cream);
}

.as-shop-offer-card--featured {
  border-color:
    rgba(230,188,112,.72);
}

.as-shop-offer-image {
  grid-area: image;

  position: relative;

  min-height: 420px;

  overflow: hidden;

  padding: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--as-card-soft);
}

.as-shop-offer-image
.as-shop-woo-image {
  max-width: 90% !important;
  max-height: 86% !important;
}

.as-shop-offer-content {
  grid-area: content;

  direction: rtl;

  padding:
    36px
    40px
    30px;

  display: flex;
  flex-direction: column;

  align-items: flex-start;

  text-align: right;
}

.as-shop-offer-badges {
  display: flex;

  gap: 7px;

  flex-wrap: wrap;

  margin-bottom: 14px;
}

.as-shop-offer-badges span {
  padding:
    5px
    10px;

  border:
    1px solid
    rgba(146,134,72,.30);

  color: var(--as-olive-gold);

  font-size: 10px;
  font-weight: 600;
}

.as-shop-offer-badges
.as-shop-offer-badge--gold {
  background: var(--as-gold);

  border-color: var(--as-gold);

  color: var(--as-dark);
}

.as-shop-offer-content h3 {
  margin: 0;

  color: var(--as-dark);

  font-size:
    clamp(
      23px,
      2vw,
      30px
    );

  font-weight: 600;

  line-height: 1.4;
}

.as-shop-offer-quantity {
  margin-top: 4px;

  color: #7D765F;

  font-size: 12px;
}

.as-shop-offer-total {
  margin-top: 11px;

  padding:
    5px
    10px;

  border:
    1px solid
    rgba(230,188,112,.50);

  background:
    rgba(230,188,112,.07);

  color: #8C793B;

  font-size: 14px;
}

.as-shop-offer-divider {
  width: 100%;
  height: 1px;

  margin:
    16px
    0;

  background:
    rgba(146,134,72,.16);
}

.as-shop-old-price {
  color: #AAA183;

  font-size: 11px;

  text-decoration: line-through;
}

.as-shop-offer-price {
  margin-top: 3px;

  font-size:
    clamp(
      30px,
      3vw,
      40px
    );
}

.as-shop-offer-economy {
  margin-top: 8px;

  display: flex;
  align-items: center;

  gap: 9px;

  flex-wrap: wrap;
}

.as-shop-offer-economy span {
  color: var(--as-olive-gold);

  font-size: 11px;
}

.as-shop-offer-economy strong {
  padding:
    4px
    8px;

  border:
    1px solid
    rgba(146,134,72,.27);

  color: #806F38;

  font-size: 10px;
}

.as-shop-offer-description {
  margin:
    12px
    0
    0;

  color: #766F59;

  font-size: 12px;

  line-height: 1.7;
}

.as-shop-offer-button {
  margin-top: auto;
}


/* =========================================================
   FINAL TRUST
========================================================= */

.as-shop-final-trust {
  padding:
    34px
    0;

  background: var(--as-cream);

  border-bottom:
    1px solid rgba(51,49,10,.06);
}

.as-shop-final-trust__grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 0;

  overflow: hidden;

  border:
    1px solid var(--as-border);

  background:
    rgba(255,255,255,.18);
}

.as-shop-final-trust article {
  min-height: 88px;

  padding:
    15px
    20px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;

  border-left:
    1px solid var(--as-border);
}

.as-shop-final-trust article:last-child {
  border-left: 0;
}

.as-shop-final-trust svg {
  width: 20px;
  height: 20px;

  margin-bottom: 7px;

  color: var(--as-gold);
}

.as-shop-final-trust strong {
  color: var(--as-dark);

  font-size: 13px;
  font-weight: 600;
}

.as-shop-final-trust span {
  margin-top: 2px;

  color: #817A63;

  font-size: 10px;
}


/* =========================================================
   FOOTER
========================================================= */

.as-shop-footer {
  padding:
    65px
    0
    24px;

  background: var(--as-dark);

  color: rgba(255,255,255,.63);
}

.as-shop-footer__grid {
  display: grid;

  grid-template-columns:
    1.55fr 1fr 1fr 1fr;

  gap: 68px;

  padding-bottom: 47px;
}

.as-shop-footer__brand img {
  width: 108px;
  height: 68px;

  margin-bottom: 17px;

  display: block;

  object-fit: contain;
  object-position: right center;

  filter:
    brightness(0)
    invert(1);

  opacity: .94;
}

.as-shop-footer__brand p {
  max-width: 335px;

  margin:
    0
    0
    16px;

  color:
    rgba(255,255,255,.58);

  font-size: 12px;

  line-height: 2;
}

.as-shop-footer__brand > a {
  color: var(--as-gold) !important;

  font-size: 11px;
}

.as-shop-footer__column {
  display: flex;
  flex-direction: column;

  align-items: flex-start;

  gap: 9px;
}

.as-shop-footer__column h3 {
  position: relative;

  margin:
    0
    0
    11px;

  padding-left: 34px;

  color: var(--as-gold);

  font-size: 14px;
  font-weight: 600;
}

.as-shop-footer__column h3::after {
  content: "";

  position: absolute;

  left: 0;
  top: 50%;

  width: 26px;
  height: 1px;

  background:
    rgba(230,188,112,.50);
}

.as-shop-footer__column > a {
  color:
    rgba(255,255,255,.61) !important;

  font-size: 12px;
}

.as-shop-footer__column > a:hover {
  color: var(--as-gold) !important;
}

.as-shop-footer__bottom {
  padding-top: 19px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 20px;

  border-top:
    1px solid rgba(255,255,255,.08);

  color:
    rgba(255,255,255,.34);

  font-size: 10px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

  .as-shop-nav {
    gap: 18px;
  }

  .as-shop-nav a {
    font-size: 12px;
  }

  .as-shop-header__cta {
    padding:
      0
      14px;

    font-size: 12px;
  }

  .as-shop-hero__grid {
    grid-template-columns:
      1fr
      390px;

    gap: 38px;
  }

  .as-shop-product-grid {
    grid-template-columns:
      repeat(2, minmax(0,1fr));
  }

  .as-shop-product-media {
    height: 280px;
  }

  .as-shop-footer__grid {
    gap: 34px;
  }

}


/* =========================================================
   MOBILE / TABLET
========================================================= */

@media (max-width: 900px) {

  body.admin-bar
  .as-shop-header {
    top: 46px;
  }

  .as-shop-container {
    width:
      calc(100% - 32px);
  }

  .as-shop-header {
    height: 72px;
  }

  .as-shop-logo {
    width: 78px;
    flex-basis: 78px;
  }

  .as-shop-logo img {
    height: 54px;
  }

  .as-shop-nav,
  .as-shop-header__cta {
    display: none;
  }

  .as-shop-header__actions {
    margin-right: auto;
  }

  .as-shop-menu-button {
    display: flex;
  }

  .as-shop-breadcrumb {
    padding-top: 19px;
  }

  .as-shop-hero {
    min-height: auto;
  }

  .as-shop-hero__grid {
    min-height: 0;

    padding:
      38px
      0
      46px;

    grid-template-columns: 1fr;

    gap: 32px;
  }

  .as-shop-hero__copy h1 {
    font-size:
      clamp(
        39px,
        10.5vw,
        54px
      );
  }

  .as-shop-hero__copy > p {
    font-size: 14px;
  }

  .as-shop-hero__trust {
    grid-template-columns:
      1fr
      1fr;
  }

  .as-shop-products,
  .as-shop-offers {
    padding:
      58px
      0
      64px;
  }

  .as-shop-product-grid {
    grid-template-columns:
      repeat(2, minmax(0,1fr));
  }

  .as-shop-offer-card {
    grid-template-columns:
      1fr;

    grid-template-areas:
      "image"
      "content";
  }

  .as-shop-offer-image {
    min-height: 330px;
  }

  .as-shop-offer-content {
    padding:
      28px
      25px
      26px;
  }

  .as-shop-footer__grid {
    grid-template-columns:
      1fr
      1fr;

    gap:
      40px
      30px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

  .as-shop-container {
    width:
      calc(100% - 28px);
  }

  .as-shop-header__inner {
    gap: 10px;
  }

  .as-shop-cart {
    width: 39px;
    height: 39px;
  }

  .as-shop-menu-button {
    width: 39px;
    height: 39px;
  }

  .as-shop-breadcrumb {
    font-size: 10px;
  }

  .as-shop-hero__grid {
    padding-top: 30px;
  }

  .as-shop-hero__copy h1 {
    margin-top: 15px;

    font-size:
      clamp(
        36px,
        11.5vw,
        48px
      );

    line-height: 1.2;
  }

  .as-shop-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .as-shop-btn {
    width: 100%;
  }

  .as-shop-hero__trust {
    grid-template-columns: 1fr;
  }

  .as-shop-hero__trust article {
    min-height: 82px;
  }

  .as-shop-section-heading {
    margin-bottom: 30px;
  }

  .as-shop-section-heading h2 {
    font-size: 32px;
  }

  .as-shop-section-heading > p {
    font-size: 13px;
  }

  .as-shop-product-grid {
    grid-template-columns: 1fr;

    gap: 18px;
  }

  .as-shop-product-media {
    height: 320px;
  }

  .as-shop-product-info {
    padding:
      20px
      18px
      18px;
  }

  .as-shop-offer-image {
    min-height: 290px;

    padding: 24px;
  }

  .as-shop-offer-content {
    padding:
      24px
      20px
      22px;
  }

  .as-shop-offer-content h3 {
    font-size: 23px;
  }

  .as-shop-final-trust__grid {
    grid-template-columns: 1fr;
  }

  .as-shop-final-trust article {
    border-left: 0;

    border-bottom:
      1px solid
      var(--as-border);
  }

  .as-shop-final-trust article:last-child {
    border-bottom: 0;
  }

  .as-shop-footer {
    padding-top: 48px;
  }

  .as-shop-footer__grid {
    grid-template-columns: 1fr;

    gap: 32px;
  }

  .as-shop-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

}


/* =========================================================
   REMOVE ASTRA SCROLL TO TOP ON SHOP
========================================================= */

body.woocommerce-shop #ast-scroll-top {
  display: none !important;
}


/* =========================================================
   FULL PRODUCT / BUNDLE CARD CLICK
========================================================= */

#alsahlShopPage
[data-product-card][data-product-url] {
  cursor: pointer;
}

#alsahlShopPage
[data-product-card][data-product-url]:focus-visible {
  outline:
    2px solid
    var(--as-gold);

  outline-offset: 4px;
}

#alsahlShopPage
[data-product-card][data-product-url]
a,

#alsahlShopPage
[data-product-card][data-product-url]
button {
  position: relative;
  z-index: 6;
}

/* =========================================================
   DYNAMIC SHOP CATALOG V2
   Product carousels + dynamic package list
========================================================= */

/* Product groups */

#alsahlShopPage .as-shop-product-groups {
  display: flex;
  flex-direction: column;
  gap: 58px;
}

#alsahlShopPage .as-shop-product-group[hidden] {
  display: none !important;
}

#alsahlShopPage .as-shop-product-group {
  min-width: 0;
}

#alsahlShopPage .as-shop-product-group__head {
  margin-bottom: 20px;

  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 22px;
}

#alsahlShopPage .as-shop-product-group__head > div:first-child {
  min-width: 0;
}

#alsahlShopPage .as-shop-product-group__eyebrow {
  display: block;

  margin-bottom: 5px;

  color: var(--as-olive-gold);

  font-size: 11px;
  font-weight: 600;
}

#alsahlShopPage .as-shop-product-group__head h3 {
  margin: 0;

  color: var(--as-dark);

  font-size:
    clamp(
      24px,
      2.3vw,
      34px
    );

  line-height: 1.35;

  font-weight: 700;
}

#alsahlShopPage .as-shop-product-group__head p {
  max-width: 610px;

  margin:
    5px
    0
    0;

  color: #766F59;

  font-size: 12px;

  line-height: 1.75;
}


/* Carousel controls */

#alsahlShopPage .as-shop-carousel-controls {
  flex: 0 0 auto;

  display: flex;
  align-items: center;

  gap: 8px;

  direction: ltr;
}

#alsahlShopPage .as-shop-carousel-button {
  width: 42px;
  height: 42px;

  padding: 0;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border:
    1px solid
    rgba(146,134,72,.30);

  border-radius: 2px;

  background:
    rgba(255,255,255,.20);

  color: var(--as-dark);

  transition:
    background .2s ease,
    border-color .2s ease,
    opacity .2s ease,
    transform .2s ease;
}

#alsahlShopPage .as-shop-carousel-button:hover:not(:disabled) {
  background: var(--as-dark);
  border-color: var(--as-dark);
  color: #fff;

  transform: translateY(-1px);
}

#alsahlShopPage .as-shop-carousel-button svg {
  width: 15px;
  height: 15px;
}

#alsahlShopPage
.as-shop-carousel-button--prev svg {
  transform: rotate(180deg);
}

#alsahlShopPage
.as-shop-carousel-button.is-hidden {
  opacity: .25;
}

#alsahlShopPage
.as-shop-carousel-button:disabled {
  cursor: default;
}


/* Carousel track */

#alsahlShopPage .as-shop-carousel {
  min-width: 0;

  overflow: hidden;
}

#alsahlShopPage .as-shop-carousel-track {
  --as-shop-carousel-gap: 20px;
  --as-shop-carousel-cards: 3;

  width: 100%;

  display: grid;
  grid-auto-flow: column;

  grid-auto-columns:
    calc(
      (
        100% -
        (
          var(--as-shop-carousel-gap) *
          (var(--as-shop-carousel-cards) - 1)
        )
      ) /
      var(--as-shop-carousel-cards)
    );

  gap: var(--as-shop-carousel-gap);

  overflow-x: auto;
  overflow-y: hidden;

  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;

  overscroll-behavior-inline: contain;

  -webkit-overflow-scrolling: touch;

  scrollbar-width: none;

  padding:
    2px
    1px
    8px;

  direction: rtl;
}

#alsahlShopPage .as-shop-carousel-track::-webkit-scrollbar {
  display: none;
}

#alsahlShopPage .as-shop-carousel-track > * {
  min-width: 0;
}

#alsahlShopPage
.as-shop-carousel-track
.as-shop-product-card {
  height: 100%;

  scroll-snap-align: start;
}


/* Dynamic cards */

#alsahlShopPage .as-shop-product-image-placeholder {
  width: 100%;
  height: 100%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: rgba(51,49,10,.40);

  font-size: 13px;
  font-weight: 600;
}

#alsahlShopPage .as-shop-action-link {
  text-decoration: none !important;
}

#alsahlShopPage
.as-shop-add-cart.is-disabled,
#alsahlShopPage
.as-shop-offer-button.is-disabled {
  opacity: .48;

  cursor: not-allowed;

  transform: none !important;
}

#alsahlShopPage .as-shop-empty-state,
#alsahlShopPage .as-shop-catalog-loading {
  width: 100%;
  min-height: 150px;

  grid-column: 1 / -1;

  padding:
    30px
    24px;

  display: flex;
  align-items: center;
  justify-content: center;

  border:
    1px dashed
    rgba(146,134,72,.28);

  background:
    rgba(255,255,255,.17);

  color: #80785E;

  text-align: center;

  font-size: 13px;
  line-height: 1.8;
}

#alsahlShopPage .as-shop-catalog-loading--light,
#alsahlShopPage .as-shop-empty-state--light {
  border-color:
    rgba(230,188,112,.28);

  background:
    rgba(255,255,255,.04);

  color:
    rgba(255,255,255,.62);
}


/* Dynamic packages */

#alsahlShopPage .as-shop-offer-list {
  display: flex;
  flex-direction: column;

  gap: 22px;
}

#alsahlShopPage
.as-shop-offer-card
.as-shop-offer-content {
  min-width: 0;
}

#alsahlShopPage
.as-shop-offer-card
.as-shop-offer-content h3 {
  overflow-wrap: anywhere;
}

#alsahlShopPage .as-shop-offer-price {
  direction: ltr;
  unicode-bidi: isolate;

  text-align: right;
}

#alsahlShopPage
.as-shop-offer-button.as-shop-action-link {
  min-height: 49px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  gap: 8px;
}


/* =========================================================
   RESPONSIVE CAROUSELS
========================================================= */

@media (max-width: 1100px) {

  #alsahlShopPage .as-shop-carousel-track {
    --as-shop-carousel-cards: 2;
  }

}


@media (max-width: 900px) {

  #alsahlShopPage .as-shop-product-groups {
    gap: 48px;
  }

  #alsahlShopPage .as-shop-product-group__head {
    align-items: center;
  }

  #alsahlShopPage .as-shop-product-group__head h3 {
    font-size: 28px;
  }

  #alsahlShopPage .as-shop-carousel-button {
    width: 40px;
    height: 40px;
  }

  #alsahlShopPage .as-shop-carousel-track {
    --as-shop-carousel-gap: 16px;
    --as-shop-carousel-cards: 2;
  }

}


@media (max-width: 600px) {

  #alsahlShopPage .as-shop-product-groups {
    gap: 42px;
  }

  #alsahlShopPage .as-shop-product-group__head {
    margin-bottom: 16px;

    align-items: flex-end;

    gap: 12px;
  }

  #alsahlShopPage .as-shop-product-group__head h3 {
    font-size: 24px;
  }

  #alsahlShopPage .as-shop-product-group__head p {
    max-width: 250px;

    font-size: 11px;
  }

  #alsahlShopPage .as-shop-carousel-controls {
    gap: 6px;
  }

  #alsahlShopPage .as-shop-carousel-button {
    width: 36px;
    height: 36px;
  }

  #alsahlShopPage .as-shop-carousel-track {
    --as-shop-carousel-gap: 14px;

    grid-auto-columns: 86%;

    padding-bottom: 6px;
  }

  #alsahlShopPage
  .as-shop-carousel-track
  .as-shop-product-media {
    height: 292px;
  }

  #alsahlShopPage .as-shop-catalog-loading,
  #alsahlShopPage .as-shop-empty-state {
    min-height: 120px;

    font-size: 12px;
  }

}


@media (max-width: 390px) {

  #alsahlShopPage .as-shop-product-group__head p {
    max-width: 205px;
  }

  #alsahlShopPage .as-shop-carousel-track {
    grid-auto-columns: 90%;
  }

  #alsahlShopPage
  .as-shop-carousel-track
  .as-shop-product-media {
    height: 275px;
  }

}/* End custom CSS */