/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/generalStyles.scss ***!
  \****************************************************************************************************************************************************************/
@charset "UTF-8";
/*! 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;
}

.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;
}

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;
  }
}

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

.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;
}

.anex-search {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
}
.anex-search label {
  display: flex;
  align-items: center;
  flex: 1;
}
.anex-search label input {
  height: 40px;
  width: 100%;
  min-width: 0; /* prevent flexbox overflow issues */
  padding: 8px 12px;
  box-sizing: border-box;
  border-top: 1px solid #7A2446;
  border-bottom: 1px solid #7A2446;
  border-radius: 0;
}
.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.9;
  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;
  fill: #ffffff;
}
.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;
  fill: #ffffff;
}
.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-category-menu {
  position: absolute;
  list-style-type: none;
  top: 0;
  left: 40px;
  z-index: 1000;
  padding: 10px;
  margin: 0;
  width: 15rem;
  border-radius: 4px;
  font-size: 16px;
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, 0.7);
  /* Added scroll bar*/
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  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;
}

.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;
}

.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;
}

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

/*****************************
 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 {
  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;
}

/****************************************
 GENREAL STYLES FOR ALL PRODUCT CAROUSEl
****************************************/
.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;
  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;
  line-clamp: 2;
  -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;
}

/*************************
      FRONT PAGE
*************************/
.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;
  line-clamp: 3;
  -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;
}

/*************************
      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: 8px 4px;
  gap: 4px;
  scrollbar-width: none;
}
.anex-variation-swatch::-webkit-scrollbar {
  display: none;
}
.anex-variation-swatch {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
}
.anex-variation-swatch .anex-variation-colours {
  display: flex;
  margin-right: 4px;
  padding: 6px;
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.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;
}
.anex-variation-swatch::-webkit-scrollbar {
  height: 6px;
}
.anex-variation-swatch::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
}
.anex-variation-swatch::-webkit-scrollbar-track {
  background: transparent;
}
.anex-variation-swatch.is-dragging {
  cursor: grabbing;
}

.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 {
  padding: 4px 4px 8px;
  text-align: left;
}
.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;
  line-clamp: 3;
  -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;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-color: #000000;
}
.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;
}

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

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;
  padding: 4px 8px;
}
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-js ul.products li.product.product-category {
  background-color: yellow;
}
.woocommerce-js ul.products li.product.product-category:last-of-type {
  margin-right: 100%;
}

.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;
}

.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;
}
.product-main .program-summary .product-header,
.product-main .product-summary .product-header {
  grid-area: product-header;
  height: fit-content;
}
.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:first-of-type,
.product-main .product-summary .product-details .attribute-info-wrapper span:first-of-type {
  display: flex;
  gap: 8px;
}
.product-main .program-summary .product-details .attribute-info-wrapper span:first-of-type,
.product-main .product-summary .product-details .attribute-info-wrapper span:first-of-type {
  width: 25%;
}
.product-main .program-summary .product-details .attribute-info-wrapper span:last-of-type,
.product-main .product-summary .product-details .attribute-info-wrapper span:last-of-type {
  width: 75%;
}
@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;
}

/*************************
 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;
  }
}

/*************************
 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 {
  appearance: textfield;
  -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;
}

.shipment-back-btn {
  margin: 1.5rem;
}
.shipment-back-btn .button.anex-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.2s;
}

.anex-shipment-container {
  border: 1px solid #f5f5f5;
  border-radius: 12px;
  padding: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.anex-shipment-container .anex-ship-header {
  border-bottom: 1px solid #c7c1c1;
  padding-bottom: 15px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.anex-shipment-container .anex-ship-header h2 {
  margin: 0;
  color: #333;
  font-size: 24px;
}
.anex-shipment-container .anex-ship-header .ship-badge {
  background-color: #1075f1;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 720px) {
  .anex-shipment-container {
    padding: 2rem;
  }
}

.delivery-date-container {
  border-radius: 8px;
  padding: 0.5rem;
  margin-bottom: 2rem;
  border: 1px solid #f5f5f5;
}
.delivery-date-container .delivery-date-text {
  font-weight: 600;
  margin-top: 5px;
}

.pending-text {
  font-style: italic;
}

.delay-alert-box {
  background: #fff5f5;
  border: 1px solid #feb2b2;
  color: #c53030;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
}

.tracking-nav {
  background-color: #f5f5f5;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
}

select.tracking-selector {
  width: 100%;
  max-width: 450px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #c7c1c1;
  font-size: 14px;
}

.ship-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.ship-grid .ship-box {
  border: 1px solid #f5f5f5;
  padding: 0.5rem;
  border-radius: 8px;
}
.ship-grid .ship-box p:first-of-type {
  color: #888;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.ship-grid .ship-box p:last-of-type {
  font-weight: 700;
  font-size: 15px;
}

.progress-wrapper {
  margin: 40px 0 20px 0;
  padding: 0 10px;
}
.progress-wrapper .bar-container {
  height: 12px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.progress-wrapper .bar-container .bar-fill {
  height: 100%;
  background-color: #1075f1;
  transition: width 0.8s ease;
}
.progress-wrapper .step-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.progress-wrapper .step-labels .step {
  font-size: 11px;
  font-weight: 700;
  color: #aaa;
  text-align: center;
  flex: 1;
  text-transform: uppercase;
}
.progress-wrapper .step.active {
  color: #1075f1;
}

.tracking-history-title {
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #c7c1c1;
  padding-bottom: 10px;
}

.timeline {
  margin-top: 1.5rem;
  position: relative;
  padding-left: 2rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #eee;
}

.timeline-item {
  position: relative;
  margin-bottom: 25px;
}

.timeline-dot {
  position: absolute;
  left: -25px;
  top: 5px;
  width: 12px;
  height: 12px;
  background-color: #1075f1;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px #1075f1;
}

.timeline-content {
  display: flex;
  flex-direction: column;
}

.timeline-date-time {
  font-size: 11px;
  color: #888;
  font-weight: bold;
  text-transform: uppercase;
}

.timeline-desc {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  margin: 2px 0;
}

.timeline-location {
  font-size: 12px;
  color: #666;
  font-style: italic;
}

.carrier-info-update {
  font-size: 13px;
  color: #999;
  padding: 20px 0;
}

/*************************
    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;
}

.anex-var-thumb__sku,
.anex-var-thumb__price span.price .woocommerce-Price-amount {
  color: #000000;
  font-size: 12px;
}

.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;
}

/**
 * Gallery + Card Loading Overlays (Frontend UI) — Anex
 *
 * WHAT THIS FILE DOES
 * -------------------
 * 1) Defines shared spinner animation used by gallery and card loading states.
 *    - Keyframes: `anexSpin`
 *    - Simple rotation animation used by all Anex loading indicators.
 *
 * 2) Styles the single-product gallery loading overlay.
 *    - Target: `.woocommerce-product-gallery`
 *    - Overlay element: `.anex-gallery-loading`
 *    - Spinner element: `.anex-gallery-loading__spinner`
 *    - Behavior:
 *      - Overlay is positioned absolutely over the gallery
 *      - Hidden by default, shown via `.is-active`
 *      - Semi-transparent white background to signal loading
 *
 * 3) Disables pointer interaction with the gallery while loading.
 *    - Class: `.anex-gallery-host-loading`
 *    - Prevents clicks during gallery swaps or re-initialization.
 *
 * 4) Styles archive / product-card image loading overlay.
 *    - Overlay element: `.anex-card-img-loading`
 *    - Spinner element: `.anex-card-img-loading__spinner`
 *    - Used during variation image swaps on product cards.
 *
 * 5) Keeps gallery and card loading visuals consistent but appropriately sized.
 *    - Gallery spinner: larger (44px) for single-product focus
 *    - Card spinner: smaller (28px) for grid context
 *
 * NOTES
 * -----
 * - All overlays are non-interactive (`pointer-events: none`).
 * - Overlay visibility is controlled entirely by JS via `.is-active`.
 * - This file contains no logic - visual state only.
 */
@keyframes anexSpin {
  to {
    transform: rotate(360deg);
  }
}
.woocommerce-product-gallery .anex-gallery-loading {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.75);
  z-index: 50;
  pointer-events: none;
}
.woocommerce-product-gallery .anex-gallery-loading.is-active {
  display: flex;
}
.woocommerce-product-gallery .anex-gallery-loading__spinner {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: rgba(0, 0, 0, 0.6);
  animation: anexSpin 0.9s linear infinite;
}

.woocommerce-product-gallery.anex-gallery-host-loading {
  pointer-events: none;
}

.anex-card-img-loading {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.55);
  z-index: 10;
  pointer-events: none;
}

.anex-card-img-loading.is-active {
  display: flex;
}

.anex-card-img-loading__spinner {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: rgba(0, 0, 0, 0.55);
  animation: anexSpin 0.9s linear infinite;
}

li.product.anex-card-img-host-loading a.woocommerce-LoopProduct-link {
  position: relative;
  display: block;
}

li.product.anex-card-img-host-loading a.woocommerce-LoopProduct-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.55);
}

li.product.anex-card-img-host-loading a.woocommerce-LoopProduct-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  margin-top: -14px;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-top-color: rgba(0, 0, 0, 0.55);
  animation: anexSpin 0.9s linear infinite;
  z-index: 2;
}

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;
}

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