.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: inherit !important;
  font-size: inherit !important;
}

.woocommerce div.product .stock {
  all: unset;
}

.woocommerce div.product p.stock {
  all: unset;
}

.variations select {
  display: none !important;
}

.color-picker label.disabled,
.size-picker label.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}

.woocommerce-variation-add-to-cart {
  display: none;
}

.woocommerce div.product form.cart .quantity {
  display: none !important;
}

.woocommerce div.product form.cart .single_add_to_cart_button {
  display: none !important;
}

.af_mli_show_i {
  display: none !important;
}

.cart-icon {
  position: relative;
}

.cart-count {
  position: absolute;
  top: 2px;
  right: -8px;
  background: #969696;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}




@media(max-width: 1200px) {
  .cart-count {
    top: -4px;
  }

}


@media (max-width: 1024px) {
  .cart-count {
    top: -5px;
    width: 20px;
    height: 20px;
    padding: 4px;
  }

  .cartIcon {
    position: relative;
  }
}

@media (max-width: 991px) {
  .cart-count {
    top: -6px;
  }
}

@media (max-width: 768px) {
  .cart-count {
    position: absolute;
    top: -3px;
    right: -7px;
    background: #969696;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    padding: 4px;
    display: flex;
    align-items: center;
    line-height: 11px;
  }

}

/* @media (max-width: 479px) {
      .headerOption {
        width: 20px !important;
      }
} */


@media (max-width: 390px) {
  .cart-count {
    position: absolute;
    top: 0px;
    right: -4px;
    background: #969696;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    padding: 0px;
    display: flex;
    align-items: center;
    line-height: 10px;
  }

  /* =========== souvik ========== */

  /* .cmn-gap.custom-woocommerce-pages {
    padding-top: 100px !important;
  } */
}



/* Test */

#quizWrapper {
  width: 100%;
  text-align: center;
  color: white;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-step {
  display: none;
  opacity: 0;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  transform: translateX(50px);
}

.quiz-step.active {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

.quiz-options {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.quiz-btn {
  padding: 16px 40px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 40px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  min-width: 180px;
}

.quiz-btn:hover {
  background: #fff;
  color: #000;
}

.quiz-options.images {
  gap: 40px;
}

.img-option {
  width: 260px;
  height: 170px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.img-option img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-option span {
  position: absolute;
  bottom: 10px;
  left: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.range-slider {
  position: relative;
  width: 100%;
  height: 30px;
}

.range-slider input[type="range"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: none;
  pointer-events: none;
}

/* Firefox ONLY */
@supports (-moz-appearance: none) {
  .range-slider input[type="range"] {
    transform: translateY(-50%);
  }
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
}

.range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: auto;
}

.slider-track {
  position: absolute;
  height: 4px;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
}

/* Age verification popup */

.age-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  padding: 20px;
  color: #000;
}

.age-modal h2 {
  color: #000;
}

.age-modal-box {
  background: #fff;
  padding: 40px 30px;
  max-width: 420px;
  width: 100%;
  text-align: center;
  border-radius: 6px;
}

.age-btn {
  width: 100%;
  padding: 16px;
  margin-top: 20px;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.age-btn.yes {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}

.age-btn.no {
  background: transparent;
  color: #666;
  border: 1px solid #000;
}

.age-denied-msg {
  display: none;
  margin-top: 30px;
  font-size: 15px;
  color: #969696;
}

/* Disable scroll */
.body-locked {
  overflow: hidden !important;
  height: 100vh;
}

.wlr-myaccount-page .wlr-upload-img-icon {
    max-width: 18px;
    height: auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(30deg) brightness(104%) contrast(101%);
}

.wlr-message-info {
  color: #969696 !important;
  border-color: #969696 !important;
}

/* Absolute Center Spinner */
.site_loading {
  position: fixed;
  z-index: 99999999999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

/* Transparent Overlay */
.site_loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));  
}

/* :not(:requi#969696) hides these rules from IE9 and below */
.site_loading:not(:requi#969696) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.site_loading:not(:requi#969696):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.wlr-table {
	width: 100%;
}
.ammor-shop-intent-open {
  overflow: hidden;
}

.ammor-shop-intent-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.ammor-shop-intent-modal.is-visible {
  display: flex;
}

.ammor-shop-intent-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 10, 10, 0.68);
  backdrop-filter: blur(6px);
}

.ammor-shop-intent-dialog {
  position: relative;
  width: min(900px, 100%);
  background: #5a5a5a;
  color: #fff;
  border-radius: 0;
  padding: 42px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.28);
  text-align: center;
}

.ammor-shop-intent-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  background: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  cursor: pointer;
}

.ammor-shop-intent-close img {
  width: 14px;
  height: 14px;
  display: block;
}

.ammor-shop-intent-eyebrow {
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #b01824;
  margin-bottom: 12px;
  font-weight: 600;
}

.ammor-shop-intent-dialog h2 {
  margin: 0 0 28px;
  color: #fff;
}

.ammor-shop-intent-options {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.ammor-shop-intent-option {
  min-height: 58px;
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-weight: 600;
  padding: 14px 16px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.ammor-shop-intent-option:hover,
.ammor-shop-intent-option:focus {
  background: #000;
  color: #fff;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .ammor-shop-intent-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ammor-shop-intent-close {
    top: -6px;
    right: -6px;
  }
}

@media (max-width: 575px) {
  .ammor-shop-intent-dialog {
    padding: 34px 18px 22px;
  }

  .ammor-shop-intent-options {
    grid-template-columns: 1fr;
  }
}