/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*************************
      SHOP PAGE - WOOCOMMERCE PRODUCT GIRD
*************************/
@media (max-width: 922px) {
  .widget-area.secondary {
    order: 1;
  }
}

@media (max-width: 922px) {
  #secondary {
    margin: 20px auto;
  }
}

@media (max-width: 922px) {
  #primary {
    margin: 20px auto;
  }
}

@media ((min-width: 920px) and (max-width: 1200px)) {
  .woocommerce ul.products:not(.elementor-grid).columns-5,
  .woocommerce-page ul.products:not(.elementor-grid).columns-5 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .woocommerce ul.products:not(.elementor-grid).columns-5,
  .woocommerce-page ul.products:not(.elementor-grid).columns-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.anex-variation-swatch {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
}
.anex-variation-swatch .anex-variation-colours {
  display: flex;
  margin-right: 4px;
  padding: 4px;
}
.anex-variation-swatch .anex-variation-colours svg {
  border-radius: 50%;
  border: 0.5px solid #000000;
}
.anex-variation-swatch .anex-variation-colours.selected {
  border: 0.5px solid black;
  border-radius: 50%;
  transition: all 0.02s ease-in;
}

.ast-main-header-wrap .site-header-primary-section-right-center {
  width: 0;
}

.woocommerce-js .quantity .qty {
  width: 1.731em;
  text-align: center;
  min-height: 35px;
}

.woocommerce-js ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  padding: 4px 4px 8px;
  text-align: left;
}
.woocommerce-js ul.products li.product:hover,
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  transition: all 0.2s ease-in;
}
.woocommerce-js ul.products li.product .astra-shop-thumbnail-wrap a,
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap a,
.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap a {
  text-decoration: none;
}
.woocommerce-js ul.products li.product .astra-shop-thumbnail-wrap a img,
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap a img,
.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap a img {
  margin-bottom: 12px;
  border-radius: 4px;
  border-radius: 8px;
}
.woocommerce-js ul.products li.product .astra-shop-thumbnail-wrap a .product-sku,
.woocommerce-js ul.products li.product .astra-shop-thumbnail-wrap a .sku,
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap a .product-sku,
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap a .sku,
.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap a .product-sku,
.woocommerce-page ul.products li.product .astra-shop-thumbnail-wrap a .sku {
  font-weight: 400;
}
.woocommerce-js ul.products li.product .astra-shop-summary-wrap,
.woocommerce ul.products li.product .astra-shop-summary-wrap,
.woocommerce-page ul.products li.product .astra-shop-summary-wrap {
  text-align: left;
  color: #000000;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: auto;
}
.woocommerce-js ul.products li.product .astra-shop-summary-wrap .woocommerce-loop-product__title,
.woocommerce ul.products li.product .astra-shop-summary-wrap .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .astra-shop-summary-wrap .woocommerce-loop-product__title {
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.woocommerce-js ul.products li.product .astra-shop-summary-wrap .price,
.woocommerce ul.products li.product .astra-shop-summary-wrap .price,
.woocommerce-page ul.products li.product .astra-shop-summary-wrap .price {
  color: #000000;
  margin-bottom: 0;
}
.woocommerce-js ul.products li.product a img,
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
  border-radius: 8px;
}

.ast-on-card-button,
.ast-select-options-trigger {
  display: none !important;
}

form.anex-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  padding: 4px 0;
  gap: 8px;
  color: #000000;
  margin-top: auto;
}
form.anex-add-to-cart div.flex-row {
  font-size: clamp(14px, 1vw, 16px);
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 922px) {
  form.anex-add-to-cart div.flex-row {
    flex-wrap: nowrap;
  }
}
form.anex-add-to-cart .button,
form.anex-add-to-cart .button:disabled[disabled] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin: 0;
  position: relative;
  background-color: #ffffff;
  color: #000000;
  padding: 4px 8px;
  background-color: #a32238;
  color: #fff;
}
form.anex-add-to-cart .button .material-icons,
form.anex-add-to-cart .button:disabled[disabled] .material-icons {
  font-size: 20px;
}
form.anex-add-to-cart .wc-forward {
  display: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-color: #000000;
  border-radius: 8px;
}
.woocommerce nav.woocommerce-pagination ul li a {
  color: #000000;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: #f5f5f5;
  color: #000000;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #ffffff;
  color: #a32238;
}
.woocommerce-js nav.woocommerce-pagination ul li {
  border: none;
}
.woocommerce-js nav.woocommerce-pagination ul li a {
  padding: 4px;
}
.woocommerce-js nav.woocommerce-pagination ul li span {
  padding: 4px;
}

#ast-scroll-top {
  background-color: #000000;
}

.ast-shop-product-out-of-stock {
  margin-bottom: 1rem;
}

.woocommerce-js .quantity.buttons_added input[type=number] {
  height: 30px;
}

form.cart .flex-row .quantity.buttons_added {
  width: 100%;
}
form.cart .flex-row .quantity.buttons_added .minus,
form.cart .flex-row .quantity.buttons_added .plus {
  font-size: 20px;
  border: none;
  background-color: #f5f5f5;
}
form.cart .flex-row .quantity.buttons_added .minus {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
form.cart .flex-row .quantity.buttons_added .plus {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
form.cart .flex-row .quantity.buttons_added .minus:hover, form.cart .flex-row .quantity.buttons_added .minus:focus,
form.cart .flex-row .quantity.buttons_added .plus:hover,
form.cart .flex-row .quantity.buttons_added .plus:focus {
  background-color: #c7c1c1;
}
form.cart .flex-row .quantity.buttons_added .input-text {
  border: none;
  background-color: #f5f5f5;
  width: 100%;
}

.material-icons {
  font-size: 20px;
}

.woocommerce-js ul.products li.product.product-category {
  background-color: yellow;
}
.woocommerce-js ul.products li.product.product-category:last-of-type {
  margin-right: 100%;
}

/*************************
        BANNER CAROUSEL  - COMPONENT
*************************/
.anex-banner-carousel-wrapper {
  position: relative;
  width: 100%;
}
.anex-banner-carousel-wrapper .anex-banner-carousel-swiper-container {
  width: 100%;
}
.anex-banner-carousel-wrapper .anex-banner-carousel-swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
  width: 100%;
}
.anex-banner-carousel-wrapper .anex-banner-carousel-swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
.anex-banner-carousel-wrapper .anex-banner-carousel-swiper-container .swiper-button-next,
.anex-banner-carousel-wrapper .anex-banner-carousel-swiper-container .swiper-button-prev {
  color: #a32238;
  margin: 0;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.anex-banner-carousel-wrapper .anex-banner-carousel-wrapper {
  width: 100%;
  overflow: hidden;
}
.anex-banner-carousel-wrapper .anex-banner-carousel-wrapper .swiper-slide {
  position: relative;
  width: 100%;
  height: clamp(360px, 50vw, 700px); /* min 360px, max 700px */
}
.anex-banner-carousel-wrapper .anex-banner-carousel-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* scales & crops the image */
  object-position: center; /* keeps center of image visible */
  display: block;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 30px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

/*************************
      FRONT PAGE
*************************/
body.home {
  background-color: #E3E6E6;
}

.anex-section-group,
.markit-section-group {
  max-width: 1500px;
}

.markit-section-group,
.anex-section-group,
.featured-products-section {
  width: calc(100% - 40px);
  margin: 20px auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .markit-section-group,
  .anex-section-group,
  .featured-products-section {
    width: 100%;
  }
}

.anex-section-group,
.featured-products-section {
  height: 100%;
}
@media (max-width: 768px) {
  .anex-section-group,
  .featured-products-section {
    max-width: 748px;
  }
}
@media (max-width: 820px) {
  .anex-section-group,
  .featured-products-section {
    max-width: 800px;
  }
}

.featured-products-section {
  color: #000000;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.featured-products-section .anex-section-group {
  padding: 20px;
}
@media (min-width: 768px) {
  .featured-products-section {
    top: -150px;
    margin-bottom: -150px;
  }
}
@media (min-width: 820px) {
  .featured-products-section {
    top: -150px;
    margin-bottom: -150px;
  }
}
@media (min-width: 1100px) {
  .featured-products-section {
    top: -200px;
    margin-bottom: -200px;
  }
}
@media (min-width: 1400px) {
  .featured-products-section {
    top: -300px;
    margin-bottom: -300px;
  }
}
.featured-products-section ul.products {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 720px) {
  .featured-products-section ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.featured-products-section ul.products li.product {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 0;
}
.featured-products-section ul.products li.product div.content-wrapper a h3 a {
  color: #000000;
}
.featured-products-section ul.products li.product > a {
  font-size: 16px;
  font-weight: 700;
}
.featured-products-section ul.products li.product div.thumbnail-wrapper a img {
  object-fit: cover;
  max-width: 100%;
  transform: scale(0.95);
}
.featured-products-section ul.products li.product div.thumbnail-wrapper a img:hover {
  transition: transform 1.5s;
  transform: scale(1);
}
.featured-products-section ul.products li.product:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  transition: all 0.2s ease-in;
}

/*************************
      CUSTOMER'S LAST ORDER
*************************/
.last-order-section h2 span {
  font-size: 16px;
}
.last-order-section .last-order-container {
  overflow: hidden;
}
.last-order-section .last-order-container .swiper-wrapper {
  display: flex;
}

.last-order-header {
  width: 100%;
}
.last-order-header .last-order-date {
  display: block;
  margin-bottom: 16px;
}
@media (min-width: 920px) {
  .last-order-header {
    display: flex;
    justify-content: space-between;
  }
}

.last-order-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 8px;
}

.content-wrapper {
  color: #000000;
  margin-top: auto;
}
.content-wrapper a h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  padding: 0;
  margin-bottom: 8px;
}
.content-wrapper .price .amount {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}
.content-wrapper .flex-row {
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
.content-wrapper .flex-row .qty-ordered {
  white-space: nowrap;
}
.content-wrapper form .flex-row {
  gap: 4px;
}
.content-wrapper form .button.reorder {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  background-color: #a32238;
  color: #ffffff;
}
.content-wrapper form .button.reorder .material-icons {
  font-size: 20px;
}

/*************************
      NEW ITEMS CONTAINER
*************************/
.anex-new-items-container {
  padding: 20px;
  background-color: #ffffff;
  max-width: 1500px;
  margin: 20px auto;
  overflow: hidden;
}

.previously-purchased-products-carousel h2 {
  font-weight: 400;
}

/********************************
*******************************
// MARKIT10 FRONT PAGE LAYOUT
*******************************
*********************************/
.markit-container .markit-section-group h2.anex-section-title,
.markit-container .markit-section-group h2.markit-section-title {
  text-align: center;
}
.markit-container .markit-section-group .product-carousel-wrapper .swiper-container .swiper-wrapper {
  margin: 0.5rem;
}
.markit-container .markit-section-group .product-carousel-wrapper .swiper-container .swiper-wrapper .swiper-slide {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 2px 1px;
}
.markit-container .markit-section-group .product-carousel-wrapper .swiper-container .swiper-wrapper .swiper-slide a h3:hover, .markit-container .markit-section-group .product-carousel-wrapper .swiper-container .swiper-wrapper .swiper-slide a h3:focus {
  color: #7A2446;
  transition: all 2s ease-in;
}
.markit-container .markit-section-group .categories-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.markit-container .markit-section-group .categories-grid .category-card a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.markit-container .markit-section-group .categories-grid .category-card a .category-thumbnail img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
}
.markit-container .markit-section-group .categories-grid .category-card a .category-name {
  font-size: 1rem;
  margin: 12px auto 0;
}
@media (min-width: 520px) {
  .markit-container .markit-section-group .categories-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 920px) {
  .markit-container .markit-section-group .categories-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.woocommerce-error {
  display: none;
}

.anex-cart-sidebar .price > span:first-of-type ~ span {
  display: none;
}

form.woocommerce-ordering {
  display: none;
}

.asnp-productInfo-wrapper .quantity input {
  width: 3.75rem;
}

/********************************************************
          General styles are all single-product
********************************************************/
.program-summary h1,
.product-summary h1,
.program-refill-summary h1 {
  /* clamp( min-size, preferred-size (vw), max-size ) */
  font-size: clamp(1.4rem, 1.3rem + 0.3vw, 1.6rem);
  font-weight: 400;
}
.program-summary h2,
.product-summary h2,
.program-refill-summary h2 {
  font-size: clamp(1.1rem, 1rem + 0.2vw, 1.3rem);
  font-weight: 700;
  margin-bottom: 0.4em;
}

/* Main content column */
/****************************  
          Programs
****************************/
.asnp_easy_product_bundle hr {
  display: none;
}

.ast-stock-detail {
  margin: 0;
}
.ast-stock-detail .ast-stock-avail {
  display: none;
}

/* Main content column */
@media (min-width: 920px) {
  .woocommerce #content .ast-woocommerce-container div.product div.images,
  .woocommerce .ast-woocommerce-container div.product div.images,
  .woocommerce-page #content .ast-woocommerce-container div.product div.images,
  .woocommerce-page .ast-woocommerce-container div.product div.images {
    width: 40%;
  }
}
.product-main {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 920px) {
  .product-main {
    flex-direction: row;
  }
}
.product-main .woocommerce-product-gallery {
  margin-right: 20px;
  width: 40%;
}
.product-main .woocommerce-product-gallery ol {
  display: flex;
  gap: 8px;
}
.product-main .woocommerce-product-gallery ol img {
  border-radius: 4px;
}
.product-main .program-summary,
.product-main .product-summary {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "product-header" "anex-cart-sidebar" "product-details" "product-specs";
  gap: 8px;
}
@media (min-width: 990px) {
  .product-main .program-summary,
  .product-main .product-summary {
    width: 60%;
    padding: 1rem;
    grid-template-columns: 60% 40%;
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "product-header anex-cart-sidebar" "product-details anex-cart-sidebar";
  }
}
.product-main .program-summary .product-header,
.product-main .product-summary .product-header {
  grid-area: product-header;
}
.product-main .program-summary .product-header p.stock,
.product-main .product-summary .product-header p.stock {
  display: none;
}
.product-main .program-summary .product-details,
.product-main .product-summary .product-details {
  margin-top: 1.25rem;
}
.product-main .program-summary .product-details .attribute-info-wrapper,
.product-main .product-summary .product-details .attribute-info-wrapper {
  display: flex;
}
.product-main .program-summary .product-details .attribute-info-wrapper span,
.product-main .product-summary .product-details .attribute-info-wrapper span {
  display: flex;
  gap: 8px;
  width: 100%;
}
.product-main .program-summary .product-details .attribute-info-wrapper span b,
.product-main .product-summary .product-details .attribute-info-wrapper span b {
  width: calc((80% - 8px) / 2);
}
@media (min-width: 920px) {
  .product-main .program-summary .product-details .attribute-info-wrapper span b,
  .product-main .product-summary .product-details .attribute-info-wrapper span b {
    white-space: nowrap;
  }
}
.product-main .program-summary .product-details .attribute-info-wrapper span span,
.product-main .product-summary .product-details .attribute-info-wrapper span span {
  width: calc((100% - 8px) / 2);
}
@media (min-width: 990px) {
  .product-main .program-summary .product-details,
  .product-main .product-summary .product-details {
    margin-top: 0;
  }
}
.product-main .program-summary .product-specs,
.product-main .product-summary .product-specs {
  margin-top: 1.25rem;
  grid-area: product-specs;
}
@media (min-width: 990px) {
  .product-main .program-summary .product-specs,
  .product-main .product-summary .product-specs {
    margin-top: 1.25rem;
  }
}
.product-main .program-summary.program-refill .product-header {
  grid-row: 1/span 2;
}
.product-main .program-summary.program-refill .program-items-table {
  grid-row: 2/span 2;
}

.program-items-table {
  margin: 2rem auto;
}
.program-items-table h2 {
  font-size: 1.2rem;
  margin-bottom: 0.4em;
  font-weight: 700;
}
.program-items-table .program-items-table-wrapper {
  border: 1px solid #f5f5f5;
}
.program-items-table .table-header-row,
.program-items-table .item-info-row,
.program-items-table .table-footer-row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr;
  gap: 8px;
  justify-content: start;
  align-items: start;
  padding: 4px;
}
.program-items-table .table-header-row {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.program-items-table .table-footer-row {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.program-items-table .table-header-row,
.program-items-table .table-footer-row {
  padding: 8px;
  align-items: center;
  font-weight: 700;
  white-space: nowrap;
}
.program-items-table .item-sku-cell a,
.program-items-table .item-name-cell a {
  color: #1075f1;
}
.program-items-table .item-sku-cell:hover, .program-items-table .item-sku-cell:focus,
.program-items-table .item-name-cell:hover,
.program-items-table .item-name-cell:focus {
  text-decoration: underline;
  color: #1075f1;
}
.program-items-table .item-name-cell {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  flex: 3;
  overflow: hidden;
  text-align: start;
  text-decoration: none;
  text-overflow: ellipsis;
}
@media (min-width: 920px) {
  .program-items-table {
    width: 80%;
    margin: 2rem 0;
  }
}

.program-custom-wrapper .product-list-th {
  font-weight: 700;
  white-space: nowrap;
}
.program-custom-wrapper .product-list-td {
  font-weight: 700;
}

.vertical-scroll-table-wrapper {
  padding: 0 8px;
}
@media (min-width: 990px) {
  .vertical-scroll-table-wrapper {
    max-height: 25rem;
    overflow-y: scroll;
    box-sizing: border-box;
  }
}
.vertical-scroll-table-wrapper::-webkit-scrollbar {
  width: 4px;
}
.vertical-scroll-table-wrapper::-webkit-scrollbar-thumb {
  background: #f5f5f5;
  border-radius: 4px;
}
.vertical-scroll-table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #c7c1c1;
}

@media (max-width: 520px) {
  .program-items-table-wrapper {
    overflow-x: scroll;
    width: 400px;
    margin-left: 0;
    box-sizing: border-box;
  }
}
.program-items-table-wrapper {
  overflow-x: auto;
}

/****************************  
    asnp_easy_product_bundle cards
****************************/
.asnp-App-GridItem-wrapper .asnp-bundle-item .asnp-BundleGridItem-ProductBox {
  border: 1px solid #f5f5f5;
  border-radius: 8px;
}
.asnp-App-GridItem-wrapper .asnp-bundle-item .asnp-BundleGridItem-ProductBox .asnp-BundleGridItem-product-info {
  align-items: flex-start;
  text-align: left;
  box-shadow: none;
  color: #000000;
}

.asnp-product-name {
  color: #000000;
}

/*************************
 Related prouducts section
*************************/
section.related.products {
  margin-top: 20px;
}

/* Related products - force 2 column grid */
.woocommerce .related.products ul.products.columns-5,
.woocommerce-page .related.products ul.products.columns-5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 equal-width columns */
  gap: 20px; /* spacing between products */
}
.woocommerce .related.products ul.products.columns-5 li,
.woocommerce-page .related.products ul.products.columns-5 li {
  margin-bottom: 0;
}
@media (min-width: 550px) {
  .woocommerce .related.products ul.products.columns-5,
  .woocommerce-page .related.products ul.products.columns-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 920px) {
  .woocommerce .related.products ul.products.columns-5,
  .woocommerce-page .related.products ul.products.columns-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1100px) {
  .woocommerce .related.products ul.products.columns-5,
  .woocommerce-page .related.products ul.products.columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

/* Ensure each product uses full width of its grid cell */
.woocommerce ul.products.columns-5 li.product {
  width: 100%;
}

.anex-bundle-qty {
  -webkit-appearance: textfield;
  -moz-appearance: textfield; /* Added for cross-browser support */
  border-radius: 4px;
}

.anex-bundle-qty::-webkit-inner-spin-button,
.anex-bundle-qty::-webkit-outer-spin-button {
  /* You can't directly force 'display: block' on the buttons 
       as the browser controls the hover effect. The best approach is 
       to ensure the textfield appearance is correct (see above). */
  opacity: 1; /* Some have had luck overriding the opacity rule */
  color: red;
  background-color: yellow;
}

/*************************
 anex-cart-sidebar - grid-area
*************************/
.anex-cart-sidebar {
  grid-area: anex-cart-sidebar;
}
.anex-cart-sidebar .anex-min-qty {
  margin-bottom: 8px;
}
.anex-cart-sidebar .ast-stock-detail {
  margin-top: 8px;
}
@media (min-width: 990px) {
  .anex-cart-sidebar {
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    padding: 1rem;
    height: fit-content;
  }
  .anex-cart-sidebar .cart-wrapper {
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    padding: 1rem;
  }
}
.anex-cart-sidebar p.stock {
  display: none;
}
.anex-cart-sidebar form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.anex-cart-sidebar form .quantity {
  width: 40%;
}
.anex-cart-sidebar form .quantity .minus,
.anex-cart-sidebar form .quantity .plus {
  background-color: #f5f5f5;
}
.anex-cart-sidebar form .quantity .minus:hover,
.anex-cart-sidebar form .quantity .plus:hover {
  background-color: #c7c1c1;
}
.anex-cart-sidebar form .quantity .qty {
  background-color: #f5f5f5;
}
.anex-cart-sidebar form .quantity .minus {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.anex-cart-sidebar form .quantity .plus {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.anex-cart-sidebar form button.single_add_to_cart_button button {
  width: 60%;
  background-color: orange;
}
.anex-cart-sidebar .asnp-totalPrice-section .woocommerce-Price-amount.amount {
  display: none;
}
@media (min-width: 990px) {
  .anex-cart-sidebar .asnp-totalPrice-section .woocommerce-Price-amount.amount {
    display: block;
    color: #000000;
  }
}

.anex-order-refill {
  width: 100%;
  font-weight: 700 !important;
}

/*************************
 Refill page 
*************************/
.program-refill-summary {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-template-areas: "product-header" "anex-cart-sidebar" "product-thumbnails" "product-details" "product-specs";
}
.program-refill-summary .product-header {
  grid-area: product-header;
  height: fit-content;
}
.program-refill-summary .anex-cart-sidebar {
  grid-area: anex-cart-sidebar;
  border: none;
  padding: 0;
  height: fit-content;
}
.program-refill-summary .anex-cart-sidebar bdi {
  font-size: 1.5rem;
  font-weight: 500;
}
.program-refill-summary .anex-cart-sidebar button {
  margin: 1.25rem 0;
}
.program-refill-summary .product-thumbnails {
  grid-area: product-thumbnails;
  margin: 1.25rem 0;
}
.program-refill-summary .product-details {
  grid-area: product-details;
  margin: 1.25rem 0;
}
.program-refill-summary .product-specs {
  grid-area: product-specs;
  margin: 1.25rem 0;
}
@media (min-width: 990px) {
  .program-refill-summary {
    padding: 1rem;
    width: 60%;
  }
  .program-refill-summary .product-thumbnails {
    margin: 0;
  }
}

.product-thumbnails {
  min-width: 0;
  overflow: visible;
}

.anex-bundle-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 0.5rem;
  width: 100%;
  padding-bottom: 1.25rem;
  scroll-snap-type: x mandatory;
}
.anex-bundle-grid .anex-bundle-item {
  flex: 0 0 auto;
  width: 150px;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  padding: 0.5rem;
  scroll-snap-align: start;
}
.anex-bundle-grid .anex-bundle-item:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  transition: all 0.2s ease-in;
}
.anex-bundle-grid .anex-bundle-item a .anex-bundle-thumb img {
  box-shadow: none;
}
.anex-bundle-grid .anex-bundle-item a .anex-bundle-title {
  font-size: 0.8rem;
  text-align: left;
}
.anex-bundle-grid .anex-bundle-item:hover, .anex-bundle-grid .anex-bundle-item:focus {
  border: 1px solid #000000;
}
.anex-bundle-grid::-webkit-scrollbar {
  height: 6px;
}
.anex-bundle-grid::-webkit-scrollbar-track {
  background-color: #c7c1c1;
  border-radius: 10px;
}
.anex-bundle-grid::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
  border-radius: 10px;
}
.anex-bundle-grid::-webkit-scrollbar-thumb:hover {
  background: #c7c1c1;
}
.anex-bundle-grid {
  -ms-overflow-style: auto; /* IE/Edge */
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #f5f5f5;
}
@media (min-width: 920px) {
  .anex-bundle-grid {
    display: grid;
    grid-template-columns: repeat(4, 150px);
  }
}

button.button.anex-order-refill {
  color: #a32238;
  background-color: #ffffff;
  border: 1px solid #a32238;
}

.anex-content-area {
  margin-top: 20px;
  margin-bottom: 20px;
}
.anex-content-area .breadcrumb-trail {
  margin-bottom: 20px;
}

.anex-login {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 920px) {
  .anex-login {
    flex-direction: row;
  }
}
.anex-login .anex-login-info {
  border: 1px solid #f5f5f5;
  padding: 1.25rem;
  border-radius: 4px;
}
.anex-login .anex-login-info form.login {
  border: none;
  padding: 0;
}
.anex-login .anex-login-info form.login .form-row.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.anex-login .anex-login-info form.login .form-row.flex div {
  text-align: center;
  margin-left: auto;
}
.anex-login .anex-login-info form.login .form-row.flex div a {
  color: #1075f1;
}
.anex-login .anex-login-info form.login .form-row.flex div a:hover, .anex-login .anex-login-info form.login .form-row.flex div a:focus {
  text-decoration: underline;
}
.anex-login .anex-business-application .business-application-wrapper {
  background: url("https://yellowgreen-skunk-998497.hostingersite.com/wp-content/uploads/2025/07/e-commerce-shop-online-homepage-sale-concept-scaled.jpg") no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 100%;
  height: 25.4rem;
  position: relative;
}
.anex-login .anex-business-application .business-application-wrapper::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}
.anex-login .anex-business-application .business-application-wrapper .content-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
}
.anex-login .anex-business-application .business-application-wrapper .content-container p {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
@media (min-width: 920px) {
  .anex-login .anex-business-application {
    margin-bottom: 2rem;
  }
}

.woocommerce-MyAccount-navigation {
  margin: 20px auto;
}
.woocommerce-MyAccount-navigation .account-dropdown-toggle {
  display: block;
  padding: 8px;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}
.woocommerce-MyAccount-navigation ul {
  display: none;
  padding: 0;
}
.woocommerce-MyAccount-navigation ul li {
  border: none;
}
@media (min-width: 920px) {
  .woocommerce-MyAccount-navigation {
    margin: auto;
  }
  .woocommerce-MyAccount-navigation ul {
    display: block;
    position: static;
    border-right: 1px solid #f5f5f5;
  }
  .woocommerce-MyAccount-navigation .account-dropdown-toggle {
    display: none;
  }
}

.woocommerce-MyAccount-navigation ul.dropdown-open {
  display: block;
}

@media (min-width: 920px) {
  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    margin-top: 20px;
  }
}

.business-registration .b2bking_b2bregistration_only_register_header {
  font-size: 18px;
}

.woocommerce form.woocommerce-form-register.register {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
.woocommerce form.woocommerce-form-register.register > .woocommerce-form-row,
.woocommerce form.woocommerce-form-register.register .b2bking_custom_registration_container {
  width: 100%;
}
.woocommerce form.woocommerce-form-register.register .b2bking_custom_registration_container {
  width: 50%;
}
.woocommerce form.woocommerce-form-register.register input,
.woocommerce form.woocommerce-form-register.register select,
.woocommerce form.woocommerce-form-register.register input.b2bking_custom_registration_field,
.woocommerce form.woocommerce-form-register.register input.select2-search__field,
.woocommerce form.woocommerce-form-register.register span.select2-selection {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.woocommerce form.woocommerce-form-register.register input:hover, .woocommerce form.woocommerce-form-register.register input:focus,
.woocommerce form.woocommerce-form-register.register select:hover,
.woocommerce form.woocommerce-form-register.register select:focus,
.woocommerce form.woocommerce-form-register.register input.b2bking_custom_registration_field:hover,
.woocommerce form.woocommerce-form-register.register input.b2bking_custom_registration_field:focus,
.woocommerce form.woocommerce-form-register.register input.select2-search__field:hover,
.woocommerce form.woocommerce-form-register.register input.select2-search__field:focus,
.woocommerce form.woocommerce-form-register.register span.select2-selection:hover,
.woocommerce form.woocommerce-form-register.register span.select2-selection:focus {
  border: 1px solid #c7c1c1;
}
.woocommerce form.woocommerce-form-register.register button[type=submit] {
  width: 50%;
}
@media (min-width: 520px) {
  .woocommerce form.woocommerce-form-register.register > .woocommerce-form-row,
  .woocommerce form.woocommerce-form-register.register .b2bking_custom_registration_container {
    width: calc((100% - 2rem) / 2);
  }
}
@media (min-width: 920px) {
  .woocommerce form.woocommerce-form-register.register {
    max-width: 80%;
  }
}

.woocommerce form.woocommerce-form-register.register input, .woocommerce form.woocommerce-form-register.register select, .woocommerce form.woocommerce-form-register.register input.b2bking_custom_registration_field, .woocommerce form.woocommerce-form-register.register input.select2-search__field, .woocommerce form.woocommerce-form-register.register span.select2-selection {
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.woocommerce form.woocommerce-form-register.register input:hover, .woocommerce form.woocommerce-form-register.register input:focus, .woocommerce form.woocommerce-form-register.register select:hover, .woocommerce form.woocommerce-form-register.register select:focus, .woocommerce form.woocommerce-form-register.register input.b2bking_custom_registration_field:hover, .woocommerce form.woocommerce-form-register.register input.b2bking_custom_registration_field:focus, .woocommerce form.woocommerce-form-register.register input.select2-search__field:hover, .woocommerce form.woocommerce-form-register.register input.select2-search__field:focus, .woocommerce form.woocommerce-form-register.register span.select2-selection:hover, .woocommerce form.woocommerce-form-register.register span.select2-selection:focus {
  border: 1px solid #c7c1c1;
}

.woocommerce .show-password-input {
  background: none;
  border: none;
  cursor: pointer;
  width: 2em;
  height: 2em;
  position: relative;
  right: -90%;
  top: -21%;
  padding: 0;
  opacity: 0.7;
}

.woocommerce .show-password-input:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg fill=%27black%27 height=%2720%27 width=%2720%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27><path d=%27M10 3c-5 0-9 4-9 7s4 7 9 7 9-4 9-7-4-7-9-7zm0 12a5 5 0 1 1 .001-10.001A5 5 0 0 1 10 15z%27/><circle cx=%2710%27 cy=%2710%27 r=%273%27/></svg>");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  speak: never;
}

/* Hide password eye icon ONLY on the WooCommerce Login form */
.woocommerce-form-login .show-password-input:before {
  display: none;
  visibility: hidden;
}

.woocommerce-js form .form-row input.input-text,
.woocommerce-js form .form-row textarea,
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  border-radius: 4px;
  height: 35px;
}

.woocommerce-MyAccount-content a {
  color: #1075f1;
}

/***********************************
      BUSINESS REGISTRATION
************************************/
.registration {
  background-color: #a32238;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.registration h2,
.registration p,
.registration a {
  color: #ffffff;
}
.registration p {
  max-width: 50ch;
}
.registration a {
  display: block;
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  font-weight: 700;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ast-header-html-1 .ast-builder-html-element {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}

/*************************
    Variation Thumbnails Grid
*************************/
.anex-variation-wrapper {
  margin: 1rem 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.anex-variation-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  text-transform: capitalize;
}

.anex-variation-gallery {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
}
.anex-variation-gallery__title {
  font-size: 0.95rem;
  text-transform: capitalize;
}
.anex-variation-gallery__title span {
  font-weight: 600;
}
.anex-variation-gallery__scroller {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 0.75rem;
  padding: 0.25rem 0;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.anex-variation-gallery .anex-var-thumb {
  flex: 0 0 auto;
  scroll-snap-align: start;
  border: 1px solid #f5f5f5;
  border-radius: 0.5rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 90px;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.anex-variation-gallery .anex-var-thumb:hover {
  border-color: #000000;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}
.anex-variation-gallery .anex-var-thumb.is-selected {
  border-color: #1075f1;
  box-shadow: 0 0 0 2px rgba(26, 115, 232, 0.15);
}
.anex-variation-gallery .anex-var-thumb__img {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  overflow: hidden;
  background: #ffffff;
}
.anex-variation-gallery .anex-var-thumb__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem;
}
.anex-variation-gallery .anex-var-thumb__label {
  font-size: 0.8rem;
  margin-top: 0.25rem;
  color: #222;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.anex-variation-gallery__scroller::-webkit-scrollbar {
  height: 6px;
}
.anex-variation-gallery__scroller::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.anex-variation-gallery__scroller::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.anex-var-thumb__price {
  font-size: 0.85rem;
  font-weight: 500;
  color: #333;
  margin-top: 0.25rem;
  line-height: 1.1;
  text-align: center;
}
.anex-var-thumb__price del {
  opacity: 0.6;
  margin-right: 0.15rem;
}
.anex-var-thumb__price ins {
  text-decoration: none;
}

.anex-variation-selects {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.anex-variation-selects .anex-variation-field {
  flex: 1;
}
.anex-variation-selects .anex-variation-field label {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.anex-variation-selects .anex-variation-field label span {
  font-weight: bold;
}
.anex-variation-selects .anex-variation-field .anex-custom-select {
  border: 1px solid #c7c1c1;
  border-radius: 0;
  width: 100%;
  padding: 4px 8px;
  cursor: pointer;
  user-select: none;
  position: relative;
  width: 100%;
  font-size: 0.875rem;
}
.anex-variation-selects .anex-variation-field .anex-custom-select:hover, .anex-variation-selects .anex-variation-field .anex-custom-select:focus {
  border: 1px solid #c7c1c1;
}
.anex-variation-selects .anex-variation-field .anex-custom-select .anex-selected-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.anex-variation-selects .anex-variation-field .anex-custom-select .anex-selected-value::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.anex-variation-selects .anex-variation-field .anex-custom-select .anex-select-options {
  display: none; /* Hidden by default */
  position: absolute;
  top: 100%;
  left: -1px; /* Align with container border */
  right: -1px;
  background: #ffffff;
  border: 1px solid #c7c1c1;
  border-top: none;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 999;
  max-height: 250px;
  overflow-y: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.anex-variation-selects .anex-variation-field .anex-custom-select .anex-select-options li {
  padding: 4px 8px;
  transition: all 0.2s ease;
  border: 1px solid #ffffff;
}
.anex-variation-selects .anex-variation-field .anex-custom-select .anex-select-options li:hover {
  border: 1px solid #c7c1c1;
  background-color: #f5f5f5;
}
.anex-variation-selects .anex-variation-field .anex-custom-select.is-open .anex-selected-value::after {
  transform: rotate(180deg);
}
.anex-variation-selects .anex-variation-field .anex-custom-select.is-open .anex-select-options {
  display: block;
}
.anex-variation-selects .anex-custom-select.is-disabled {
  background-color: #f5f5f5;
  opacity: 0.7;
  cursor: not-allowed;
}

.anex-variation-gallery .anex-var-thumb-name {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  padding-top: 0.5rem;
  border-radius: 0;
}
.anex-variation-gallery .anex-var-thumb {
  background-color: #ffffff;
}

/*************************
        GENREAL STYLES FOR ALL PRODUCT CAROUSEL ON SITE
*************************/
.swiper-container {
  width: 100%;
  height: 100%;
  min-height: 400px;
  overflow: hidden;
}
.swiper-container .swiper-wrapper {
  width: 100%;
  padding: 0;
  text-decoration: none;
  margin: 0 auto;
  box-sizing: border-box;
  align-items: stretch;
}
.swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  width: calc((100% - 20px) / 2);
  height: auto;
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  padding: 8px;
  margin-right: 20px;
  text-align: left;
  margin-bottom: 0;
}
@media (min-width: 520px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    width: calc((100% - 40px) / 3);
  }
}
@media (min-width: 920px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    width: calc((100% - 80px) / 5);
  }
}
@media (min-width: 2210px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    width: calc((100% - 100px) / 6);
  }
}
.swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-container .swiper-wrapper .swiper-slide:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  transition: all 0.2s ease-in;
}
.swiper-container .swiper-wrapper .swiper-slide .woocommerce-loop-product__title:hover {
  text-decoration: underline;
  transition: all 0.2s ease-in;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  display: none;
  color: #a32238;
  margin: 0;
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
.swiper-container .swiper-button-next svg,
.swiper-container .swiper-button-prev svg {
  width: 11px;
  height: 20px;
}
@media (min-width: 920px) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    display: flex;
  }
}
.swiper-container .swiper-button-next {
  right: 2px;
}
.swiper-container .swiper-button-prev {
  left: 2px;
}
.swiper-container #new-item-swiper-button-next,
.swiper-container #bought-before-item-swiper-button-next,
.swiper-container #last-order-swiper-button-next,
.swiper-container #popular-items-swiper-button-next {
  top: 40%;
}
.swiper-container #new-item-swiper-button-prev,
.swiper-container #bought-before-item-swiper-button-prev,
.swiper-container #last-order-swiper-button-prev,
.swiper-container #popular-items-swiper-button-prev {
  top: 40%;
}
.swiper-container .swiper-button-disabled {
  visibility: hidden;
}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

/*************************
       PRODUCT CAROUSELs
*************************/
.product-carousel-wrapper,
.anex-new-items-container,
.last-order-container,
.previously-purchased-products-carousel {
  position: relative;
  margin-top: 0px;
  width: 100%;
}
.product-carousel-wrapper .swiper-container .swiper-wrapper .swiper-slide .astra-shop-summary-wrap,
.anex-new-items-container .swiper-container .swiper-wrapper .swiper-slide .astra-shop-summary-wrap,
.last-order-container .swiper-container .swiper-wrapper .swiper-slide .astra-shop-summary-wrap,
.previously-purchased-products-carousel .swiper-container .swiper-wrapper .swiper-slide .astra-shop-summary-wrap {
  margin-top: auto;
}
.product-carousel-wrapper .swiper-container .swiper-wrapper .swiper-slide .astra-shop-summary-wrap h2,
.anex-new-items-container .swiper-container .swiper-wrapper .swiper-slide .astra-shop-summary-wrap h2,
.last-order-container .swiper-container .swiper-wrapper .swiper-slide .astra-shop-summary-wrap h2,
.previously-purchased-products-carousel .swiper-container .swiper-wrapper .swiper-slide .astra-shop-summary-wrap h2 {
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Limits the text to 2 lines */
  -webkit-box-orient: vertical; /* Stacks the lines vertically */
  text-overflow: ellipsis;
}
@media (min-width: 920px) {
  .product-carousel-wrapper .swiper-slide h2,
  .anex-new-items-container .swiper-slide h2,
  .last-order-container .swiper-slide h2,
  .previously-purchased-products-carousel .swiper-slide h2 {
    font-size: 14px;
  }
}
.product-carousel-wrapper .swiper-slide .price,
.anex-new-items-container .swiper-slide .price,
.last-order-container .swiper-slide .price,
.previously-purchased-products-carousel .swiper-slide .price {
  font-size: 13px;
}

/*************************
        SIDEBAR
*************************/
@media (min-width: 993px) {
  .ast-left-sidebar #secondary {
    padding-right: 30px;
  }
}

@media (min-width: 993px) {
  .ast-left-sidebar #primary {
    padding-left: 30px;
  }
}

#secondary .sidebar-main h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
  width: 80%;
}
#secondary .sidebar-main li {
  margin-bottom: 4px;
}
#secondary .sidebar-main .widget {
  margin-bottom: 0;
}
#secondary input,
#secondary .input {
  font-size: 12px;
}
#secondary .sidebar-wrapper .sidebar-category-item,
#secondary .sidebar-wrapper .sidebar-brand-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: left;
  align-items: center;
  width: 80%;
}
#secondary .sidebar-wrapper .sidebar-category-item input[type=checkbox],
#secondary .sidebar-wrapper .sidebar-brand-item input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  accent-color: black;
}
#secondary .sidebar-wrapper .sidebar-category-item label,
#secondary .sidebar-wrapper .sidebar-brand-item label {
  display: flex;
  flex-flow: row nowrap;
  justify-content: left;
  width: fit-content;
  width: 100%;
  padding-left: 16px;
  white-space: nowrap;
  cursor: pointer;
}
#secondary .sidebar-wrapper .sidebar-category-item.sidebar-category-child {
  margin-left: 1.1rem;
}
#secondary .anex-filter-brands {
  margin-top: 2rem;
}
#secondary .sidebar-brand-item input[type=checkbox] {
  accent-color: black;
}
#secondary .wc-block-product-filter-price-slider__content .wc-block-product-filter-price-slider__range .wc-block-product-filter-price-slider__range .range-bar {
  color: #000000;
}
#secondary .wc-block-product-filter-price-slider__content .wc-block-product-filter-price-slider__left.text input[type=text],
#secondary .wc-block-product-filter-price-slider__content .wc-block-product-filter-price-slider__right.text input[type=text] {
  color: #000000;
  border: 1px solid #000000;
}

:where(.wc-block-product-filters) .wc-block-product-filters__overlay-content {
  width: 80%;
}

.woocommerce-category-filter .wc-block-product-filter-checkbox-list__input-wrapper {
  color: #ffffff;
}
.woocommerce-category-filter .wc-block-product-filter-checkbox-list__input-wrapper input[type=checkbox] {
  border: 1px solid #000000;
  border-radius: 2px;
  height: 14px;
  width: 14px;
}
.woocommerce-category-filter .wc-block-product-filter-checkbox-list__text-wrapper {
  font-size: 14px;
}

.wc-block-product-filter-price-slider .text input[type=text] {
  font-size: 14px;
  padding: 4px;
}

.anex-cart-sidebar .asnp-App-GridItem-wrapper {
  display: none;
}

.input[type=checkbox].wc-block-product-filter-checkbox-list__input {
  accent-color: black;
  border: 1px solid #000000;
}

.widget-area.secondary .sidebar-main .wc-block-product-filters__overlay-content label svg {
  fill: white;
}
.widget-area.secondary .sidebar-main .wc-block-product-filters__overlay-content label input,
.widget-area.secondary .sidebar-main .wc-block-product-filters__overlay-content label input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  font-size: 12px;
  accent-color: black;
  border: 1px solid #000000;
  background: #ffffff;
}

.hidden {
  display: none !important;
}

.quantity input {
  min-width: 40px;
}

.anex-modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
}
.anex-modal .anex-modal-content {
  background: #fff;
  max-width: 900px;
  width: 95%;
  padding: 2rem;
  border-radius: 12px;
  overflow-y: auto;
  max-height: 90vh;
}
.anex-modal .anex-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #0066cc;
  color: #fff;
  border: none;
  border-radius: 8px;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.5rem;
  cursor: pointer;
}

.anex-modal-product-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  padding: 1rem;
}
@media (max-width: 768px) {
  .anex-modal-product-inner {
    grid-template-columns: 1fr;
  }
}
.anex-modal-product-inner .anex-modal-gallery img {
  width: 100%;
  height: auto;
  display: block;
}
.anex-modal-product-inner .anex-modal-summary .price {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.anex-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.anex-modal-content {
  position: relative;
  z-index: 2;
}

.track-row {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  background: #f0f0f1;
  padding: 10px;
  border-radius: 4px;
}

.track-row select,
.track-row input {
  margin: 0 !important;
  height: 35px;
}

.remove-track {
  color: #d63638;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #d63638;
  padding: 5px 10px;
  border-radius: 3px;
  background: #fff;
}

.remove-track:hover {
  background: #d63638;
  color: #fff;
}

.add-track-btn {
  margin-top: 10px;
  padding: 5px 15px !important;
}

.order-shipment-tracking {
  background-color: red;
}

.order-shipment-tracking h3 {
  margin-bottom: 15px;
}
.order-shipment-tracking .track-row {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  background: #f0f0f1;
  padding: 10px;
  border-radius: 4px;
}
.order-shipment-tracking .track-row select, .order-shipment-tracking .track-row input {
  margin: 0 !important;
  height: 35px;
}
.order-shipment-tracking .remove-track {
  color: #d63638;
  cursor: pointer;
  font-weight: bold;
  border: 1px solid #d63638;
  padding: 5px 10px;
  border-radius: 3px;
  background: #fff;
}
.order-shipment-tracking .remove-track:hover {
  background: #d63638;
  color: #fff;
}
.order-shipment-tracking .add-track-btn {
  margin-top: 10px;
  padding: 5px 15px !important;
}

div.track-row {
  padding: 1rem;
}

/************************************************************************
        GENERAL STYLES
*************************************************************************/
ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
  max-height: 60px;
}

body {
  position: relative;
}

.ast-site-title-wrap {
  display: none;
}

.ast-search-icon {
  display: none;
}

body.home .ast-container {
  padding: 0;
}

.sku,
.product-sku,
.ast-woo-product-sku {
  color: #000000;
  font-size: 0.875rem;
}

.flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

form button.button:hover {
  background-color: #711625;
}

.woocommerce-js div.product form.cart .button.single_add_to_cart_button,
.button.single_add_to_cart_button {
  font-weight: 700;
}

/*************************
        TYPOGRAPHY
*************************/
li.product .price bdi {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

/*************************
        HEADER
*************************/
.ast-header-account-wrap .ast-header-account-text {
  font-weight: 600;
}

header.site-header {
  position: sticky;
  top: 0;
}
header.site-header .ast-below-header-wrap .ast-below-header-bar {
  padding-bottom: 8px;
}
@media (min-width: 920px) {
  header.site-header .ast-below-header-wrap .ast-below-header-bar {
    padding-bottom: 0;
  }
}

.anex-search {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
}
.anex-search label {
  display: flex;
  align-items: center;
  flex: 1;
  width: calc(100vw - 180px);
}
.anex-search label input {
  height: 40px;
  width: 100%;
  min-width: 0; /* prevent flexbox overflow issues */
  padding: 8px 12px;
  box-sizing: border-box;
}
@media (min-width: 420px) {
  .anex-search label {
    width: calc(100vw - 218px);
    flex: 1;
  }
}
@media (min-width: 920px) {
  .anex-search label {
    width: calc(100vw - 600px);
  }
}
.anex-search .hidden {
  display: none;
}
.anex-search .anex-search-button {
  display: flex;
  position: relative;
  flex-flow: row nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  height: 40px;
  padding: 4px;
  opacity: 0.8;
  background: #c7c1c1;
  color: #000000;
  border-radius: 0;
}
.anex-search .anex-search-button:hover, .anex-search .anex-search-button:focus {
  opacity: 1;
}
.anex-search .anex-search-button .icon-arrow svg {
  width: 0.8em;
  height: 0.75em;
  margin-left: 4px;
}
.anex-search .anex-search-button .icon-search {
  display: flex;
  flex-flow: row wrap;
}
.anex-search .anex-search-button .icon-search svg {
  height: 1em;
  margin: 0;
  width: inherit;
}
.anex-search .anex-search-button.categoryButton {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.anex-search .anex-search-button.categoryButton span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  max-width: 10ch;
  display: block;
  flex: 0 0 auto;
}
.anex-search .anex-search-button:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  flex: 0 0 auto;
}
.anex-search .anex-category-menu {
  position: absolute;
  list-style-type: none;
  top: 0;
  left: 40px;
  z-index: 1;
  padding: 10px;
  margin: 0;
  width: 15rem;
  border: 1px solid #c7c1c1;
  border-radius: 4px;
  font-size: 16px;
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.7);
  /* Added scroll bar*/
  max-height: 400px; /* adjust as preferred */
  overflow-y: auto; /* enables scrolling */
  overflow-x: hidden; /* optional but cleaner */
  scrollbar-width: thin;
  scrollbar-color: #c7c1c1 #000000;
}
@media (min-width: 720px) {
  .anex-search .anex-category-menu {
    max-height: 700px;
  }
}
.anex-search .anex-category-menu a li {
  color: #ffffff;
  padding-left: 8px;
}
.anex-search .anex-category-menu a li:hover {
  background-color: #1075f1;
  border-radius: 4px;
}
.anex-search .anex-category-menu a.category-child li {
  margin-left: 20px;
}

.ast-desktop .ast-primary-header-bar.main-header-bar,
.ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
  margin-right: 0;
}

.ast-builder-grid-row.ast-grid-center-col-layout {
  grid-template-columns: 1fr 1fr 1fr;
}

.main-header-menu .sub-menu .menu-link {
  padding: 0.25rem 0.5rem;
}

.main-navigation ul li:hover {
  color: #000000;
}
.main-navigation ul li a {
  color: #000000;
}
.main-navigation ul li a:hover {
  color: #000000;
}

.ast-header-break-point .ast-below-header-bar {
  background-color: none;
}

button.ast-menu-toggle {
  box-shadow: none;
}

/*************************
        BREADCRUMBS
*************************/
.breadcrumb-trail {
  margin-top: 20px;
}
.breadcrumb-trail div ul li a {
  color: #000000;
}
.breadcrumb-trail div ul li a:hover {
  color: #1075f1;
}

.woocommerce-js .woocommerce-breadcrumb {
  color: #000000;
}
.woocommerce-js .woocommerce-breadcrumb a {
  color: #000000;
}
.woocommerce-js .woocommerce-breadcrumb a:hover {
  color: #1075f1;
}

body p.price,
.woocommerce div.product p.price {
  font-size: clamp(1.5rem, 1.2rem + 1.2vw, 1.875rem);
  color: #000000;
}

.woocommerce-Price-amount {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

body a.login-to-view-price,
body .woocommerce-js div.product p.price {
  color: #a32238;
  font-size: 1rem;
  font-weight: 300;
}
body a.login-to-view-price:hover, body a.login-to-view-price:focus, body a.login-to-view-price:visited,
body .woocommerce-js div.product p.price:hover,
body .woocommerce-js div.product p.price:focus,
body .woocommerce-js div.product p.price:visited {
  text-decoration: underline;
}

/**********************************************
       PRODUCT CARD
***********************************************/
/**********************************************
       CHECKOUT AND CART
***********************************************/
.wp-block-woocommerce-cart .wc-block-components-button {
  background-color: #a32238;
  color: #ffffff;
}
.wp-block-woocommerce-cart .wc-block-components-button div {
  font-weight: 700;
}
.wp-block-woocommerce-cart .wc-block-components-button:hover, .wp-block-woocommerce-cart .wc-block-components-button:focus {
  background-color: #711625;
}

/* Target the individual bundled item row in the cart */
.woocommerce-cart .cart_item.wepb-bundle-item,
.wc-block-cart__main .wc-block-cart-items .wc-block-cart-items__row.wepb-bundle-item,
.widget_shopping_cart_content .woocommerce-mini-cart .woocommerce-mini-cart-item.mini_cart_item.asnp-wepb-cart-item.asnp-wepb-cart-bundle-item {
  display: none;
}
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper-bundle.css ***!
  \**************************************************************************************************************************************************************************/
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
  }
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: 200ms transform, 200ms top;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: 200ms transform, 200ms left;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  > img,
  > svg,
  > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-thumbs {
  .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
  }
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active,
  .swiper-slide-next,
  .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    &:before {
      content: "";
      background: #000;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      filter: blur(50px);
    }
  }
}

.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

/* Cube slide shadows start */
.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-top,
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-cube.swiper-slide-shadow-left,
  .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &,
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

/* Flip slide shadows start */
.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-top,
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
  .swiper-slide-shadow-flip.swiper-slide-shadow-left,
  .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}

/* Flip slide shadows end */
.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
  }
}
