/** Shopify CDN: Minification failed

Line 2096:38 Unexpected "-->"

**/
.product {
  margin: 0;
}
.Color label{
  text-indent: -99999px;
  width: 35px;
  height: 35px;
  padding: 0 !important;
}
.product.grid {
  gap: 0;
}
#popup_product{
  opacity: 0;
  visibility: hidden;
  width: 70%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: calc(100% - 20rem);
  height: auto;
  z-index: 999999;
  transition: all 0.3s;
}
.animated_btn{
  color: var(--color-base-button-color);
  border: var(--buttons-border-width) solid var(--color-base-solid-button-labels);
  padding: 12px 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  font-size: 13px;
  display: inline-block;
  transition: all 500ms cubic-bezier(0.16, 0.73, 0.58, 0.62);
  transition-delay: 0.3s;
  background: var(--color-base-solid-button-labels);
  line-height: 1.7;
  text-decoration: none;
  opacity: var(--buttons-border-opacity);
  min-height: 46px;
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 var(--color-base-solid-button-labels);
}
.animated_btn:hover{
  background: transparent;
  color: var(--color-base-solid-button-labels);
  animation: none; 
}
.product-form__submit {
  margin-bottom: 10px;
}
.product-form__submit .loading-overlay__spinner{
  position: absolute;
}
.popup_active{
  opacity: 1 !important;
  visibility: visible !important;
}
body.popupActive {
  overflow: hidden;
}

.Product_quick-add-modal:not(.product_popup) {
  cursor: url(cursor-close.svg), default;
}

.Product_quick-add-modal{
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  position: fixed;
  z-index: 99999;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--primary_color);
  height: 100%;
  cursor: pointer;
  display: block !important;
  transition: all 0.3s;
}
.product_popup{
  border-radius: var(--popup-corner-radius);
  background-color: var(--color-background);
  overflow: auto;
  height: auto;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  position: absolute;
  top: 0;
  padding: 0 3rem;
  border-color: rgba(var(--color-foreground),var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
}
.product__media-wrapper {
  padding-left: 0;
}

.product__info-wrapper {
  padding-left: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 990px) {
  .product__info-wrapper {
    padding-left: 5rem;
  }
  .product__info-wrapper:lang(ar){
    padding-right: 5rem;
    padding-left: 0;
  }
  .featured-product .product__info-wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail .product__media-gallery,
  .product--thumbnail_slider .product__media-gallery,
  .product--stacked .product__info-container--sticky {
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
  }

  .product__info-wrapper--extra-padding {
    padding-left: 8rem;
  }

  .product__media-container .slider-buttons {
    display: none;
  }
}

@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 65%;
    width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--large:not(.product--no-media) .product__info-wrapper {
    padding-left: 4rem;
    max-width: 35%;
    width: calc(35% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--medium:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 55%;
    width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product--medium:not(.product--no-media) .product__info-wrapper,
  .product--small:not(.product--no-media) .product__media-wrapper {
    max-width: 45%;
    width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2);
  }
}

/* Dynamic checkout */

.shopify-payment-button__button {
  font-family: inherit;
  min-height: 4.6rem;
}

.shopify-payment-button__button [role="button"].focused,
.no-js .shopify-payment-button__button [role="button"]:focus {
  outline: .2rem solid rgba(var(--color-foreground),.5) !important;
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem var(--color-background),0 0 .5rem .4rem rgba(var(--color-foreground),.3) !important;
}

.shopify-payment-button__button [role="button"]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none !important;
}

.shopify-payment-button__button [role="button"]:focus-visible {
  outline: .2rem solid rgba(var(--color-foreground),.5) !important;
  box-shadow: 0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem var(--color-background),0 0 .5rem .4rem rgba(var(--color-foreground),.3) !important;
}

.shopify-payment-button__button--unbranded {
  background-color: #00a6aa;
  color: var(--color-button-text);
  font-size: 1.4rem;
  line-height: calc(1 + 0.2);
  letter-spacing: 0.07rem;
}

.shopify-payment-button__button--unbranded::selection {
  background-color: rgba(var(--color-button-text), 0.3);
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background-color: var(--color-base-solid-button-labels);
}

.shopify-payment-button__more-options {
  margin: 1.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: calc(1 + 0.5);
  letter-spacing: 0.05rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.shopify-payment-button__button + .shopify-payment-button__button--hidden {
  display: none;
}

/* Product form */

.product-form {
  display: block;
}

.product-form__error-message-wrapper:not([hidden]) {
  display: flex;
  align-items: flex-start;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.product-form__error-message-wrapper svg {
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.7rem;
  margin-top: 0.5rem;
}

/* Form Elements */
.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 0 0 1.2rem 0;
  max-width: 37rem;
  min-width: fit-content;
  border: none;
}

variant-radios,
variant-selects {
  display: block;
}

.product-form__input--dropdown {
  margin-bottom: 1.6rem;
}

.product-form__input .form__label {
  padding-left: 0;
}

fieldset.product-form__input .form__label {
  margin-bottom: 0.2rem;
}

fieldset.product-form__input .form__label span {
  text-transform: capitalize;
}

.product-form__input input[type='radio'] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.variant_color input[type='radio'] + label {
  color: var(--color-foreground);
  display: inline-block;
  margin: .7rem 1rem .2rem 0;
  letter-spacing: .1rem;
  line-height: 11px;
  text-align: center;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}

.variant_color input[type=radio]:checked+label:before {
  content: "";
  position: absolute;
  height: 20px!important;
  width: 20px!important;
  border: 1px solid var(--color-base-text);
  z-index: 1;
  border-radius: 100%;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-form__input > label{
/*   color: #969696; */
  text-transform: capitalize;
  margin-right: 20px;
  letter-spacing: .065em;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.product-form__input input[type='radio']:checked + label {
  color: var(--color-base-text);
}
.variant_color input[type=radio] + label:after {
  content: none !important;
}
.variant_color input[type=radio][value="White"] + label {
  border: 1px solid #c9c9c9;
}
.product-form__input input[type=radio] + label:after {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-base-text);
  transition: all 0.4s;
}
.product-form__input input[type=radio]:checked + label:after {
  width: 100%;
}
.Dot {
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(226,33,32);
  border-radius: 100%;
  cursor: pointer;
  z-index: 1;
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 #e2212080;
}
@keyframes pulse {
  0% {
      transform: scale(1);
  }
  70% {
      box-shadow: 0 0 0 13px rgba(var(--color-foreground), 0);
  }
  100% {
      box-shadow: 0 0 0 13px rgba(var(--color-foreground), 0);
  }
}
@media screen and (forced-colors: active) {
  .product-form__input input[type=radio]:checked + label {
    text-decoration: underline;
  }
}

.product-form__input input[type='radio']:checked + label::selection {
  background-color: rgba(var(--color-background), 0.3);
}

.product-form__input input[type='radio']:disabled + label {
  border-color: rgba(var(--color-foreground), 0.1);
  color: rgba(var(--color-foreground), 0.4);
  text-decoration: line-through;
}
.product-form__input input[type='radio']:focus-visible + label {
  box-shadow: 0 0 0 0.3rem var(--color-background),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* Fallback */
.product-form__input input[type='radio'].focused + label,
.no-js .shopify-payment-button__button [role="button"]:focus + label {
  box-shadow: 0 0 0 0.3rem var(--color-background),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

/* No outline when focus-visible is available in the browser */
.no-js .product-form__input input[type='radio']:focus:not(:focus-visible) + label {
  box-shadow: none;
}

.product-form__input .select {
  max-width: 25rem;
}

.no-js .product-form__submit.button--secondary {
  --color-button: var(--color-base-accent-1);
  --color-button-text: var(--color-base-solid-button-labels);
  --alpha-button-background: 1;
}

.product-form__submit[aria-disabled="true"] + .shopify-payment-button .shopify-payment-button__button[disabled],
.product-form__submit[disabled] + .shopify-payment-button .shopify-payment-button__button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

@media screen and (forced-colors: active) {
  .product-form__submit[aria-disabled="true"] {
    color: Window;
  }
}

/* Overrides */
.shopify-payment-button__more-options {
  color: var(--color-foreground);
}

.shopify-payment-button__button {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

/* Product info */

.product__info-container > * + * {
  margin: 1.5rem 0;
}

.product__info-container .product-form,
.product__info-container .product__description {
  margin: 2.5rem 0;
}

.product__info-container .product-form .product-form__buttons .btn, 
.product__info-container .product-form .product-form__buttons .animated_btn {
  width: 100%;
  margin-bottom: 15px;
}

  .product-eyebrow {
    font-size: 14px;
    color: #ff6b6b;
    font-family: 'Bodoni Moda', Poppins; ;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
  }

a.product__text {
  display: block;
  color:#000000;
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}

.product__text.caption-with-letter-spacing {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product__title {
  word-break: break-word;
  margin-bottom: 1.5rem;
}
.product__title > * {
  margin: 0;
}
.product__title > a {
  display: none;
}
.product__title + .product__text.caption-with-letter-spacing {
  margin-top: -1.5rem;
}
.product__text.caption-with-letter-spacing + .product__title {
  margin-top: 0;
}
.product__accordion .accordion__content {
  padding: 0 1rem;
}
.product__accordion{
  width: 100% !important;
}
.product .price .badge {
  margin-bottom: 0.5rem;
}
.product .price__container {
  margin-bottom: 0.5rem;
}
.product .price dl {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.product .price--sold-out .price__badge-sold-out {
  background: transparent;
  color: var(--color-base-text);
  border-color: transparent;
}
.product .price--sold-out .price__badge-sale {
  display: none;
}
.product--thumbnail .product__media-item:not(.is-active),
.product--thumbnail_slider .product__media-item:not(.is-active) {
  display: none;
}

@media screen and (min-width: 990px) {
  .product__info-container > *:first-child {
    margin-top: 0;
  }
}

.product__description-title {
  font-weight: 600;
}
.product__tax {
  margin-top: -1.4rem;
  color: #287c2a;
  font-weight: 600;
}
.product-form__quantity .form__label {
  margin-bottom: 0.6rem;
}
.product-form__quantity-top .form__label {
  margin-bottom: 1.2rem;
}
.product__media-item{
  flex-direction: column;
}

.accordion__title {
  color: var(--color-base-text);
  font-size: 16px;
  line-height: 28px;
  font-family: var(--font-body-family);
}

/* Product media */
.product__media-list video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}
@media screen and (min-width: 750px){
  .product__xr-button {
      display: none!important;
  }
}
@media screen and (max-width: 749px) {
  .product__media-list {
    margin-left: -2.5rem;
    margin-bottom: 3rem;
    width: calc(100% + 4rem);
    align-items: center;
  }
  .slider.product__media-list::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
  }
  .product__media-list::-webkit-scrollbar-thumb {
    background-color: var(--color-foreground);
  }
  .product__media-list::-webkit-scrollbar-track {
    background-color: rgba(var(--color-foreground), 0.2);
  }
  .product__media-list .product__media-item {
    width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing));
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail .product__media-list,
  .product--thumbnail_slider .product__media-list {
    padding-bottom: 18px;
  }
  .product-media-modal__content > .product__media-item--variant.product__media-item--variant {
    display: none;
  }
  .product-media-modal__content > .product__media-item--variant:first-child {
    display: block;
  }
}

.product__media-item--variant:first-child {
  display: block;
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .product__media-list .product__media-item:first-child {
    padding-left: 0;
  }

  .product--thumbnail_slider .product__media-list {
    margin-left: 0;
  }

  .product__media-list .product__media-item {
    width: 100%;
  }
}

.product__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}
.product__media-icon,
.thumbnail__badge {
  background-color: var(--color-background);
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  color: var(--color-foreground);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: calc( 0.4rem + var(--media-border-width));
  top: calc(0.4rem + var(--media-border-width));
  z-index: 1;
  transition: color var(--duration-short) ease,
    opacity var(--duration-short) ease;
}
.product__media-video .product__media-icon {
  opacity: 1;
}
.product__modal-opener--image .product__media-toggle:hover {
  cursor: zoom-in;
}
.product__modal-opener:hover .product__media-icon {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
}
.product__modal-opener {
  cursor: url(zoom-icon-svg.svg), default;
}

@media screen and (min-width: 750px) {
  .grid__item.product__media-item--full {
    width: 100%;
  }
}

@media screen and (min-width: 990px) {
  .product--stacked .product__media-item {
    max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
  }

  .product__media-list .product__media-item:first-child,
  .product__media-list .product__media-item--full {
    width: 100%;
    max-width: 100%;
  }

  .product__modal-opener .product__media-icon {
    opacity: 0;
  }

  .product__modal-opener:hover .product__media-icon,
  .product__modal-opener:focus .product__media-icon {
    opacity: 1;
  }
}

.product__media-item > * {
  display: block;
  position: relative;
}
.product__media-toggle {
  display: flex;
  border: none;
  background-color: transparent;
  color: currentColor;
  padding: 0;
}
.product__media-toggle::after {
  content: '';
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.product__media-toggle:focus-visible {
  outline: 0;
  box-shadow: none;
}
.product__media-toggle.focused {
  outline: 0;
  box-shadow: none;
}
.product__media-toggle:focus-visible:after {
  box-shadow: 0 0 0 0.3rem var(--color-background), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}
.product__media-toggle.focused:after {
  box-shadow: 0 0 0 0.3rem var(--color-background), 0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}
.product-media-modal {
  background-color: var(--color-background);
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.product-media-modal[open] {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}
.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: 100vh;
}
.product-media-modal__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}
.media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer{
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.product-media-container .product__modal-opener:not(.product__modal-opener--image) {
  display: none;
}
.product-media-modal__content > *:not(.active),
.product__media-list .deferred-media {
  display: none;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding-bottom: 2rem;
  }
  .product-media-modal__content > *:not(.active) {
    display: block;
  }
  .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }
  .product__media-list .deferred-media {
    display: block;
    padding-top: 70%;
  }
}

@media screen and (max-width: 749px) {
  .product--thumbnail .is-active > .product__modal-opener:not(.product__modal-opener--image),
  .product--thumbnail_slider .is-active > .product__modal-opener:not(.product__modal-opener--image) {
    display: none;
  }

  .product--thumbnail .is-active .deferred-media,
  .product--thumbnail_slider .is-active .deferred-media {
    display: block;
    width: 100%;
  }
}

.product-media-modal__content > * {
  display: block;
  height: auto;
  margin: auto;
}
.product-media-modal__content .media {
  background: none;
}
.product-media-modal__model {
  width: 100%;
}
.product-media-modal__toggle {
  background-color: var(--color-background);
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  border-radius: 50%;
  color: rgba(var(--color-foreground), 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  right: 2rem;
  padding: 1.2rem;
  position: fixed;
  z-index: 2;
  top: 2rem;
  width: 4rem;
}
.product-media-modal__content .deferred-media {
  width: 100%;
}

@media screen and (min-width: 750px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }
  .product-media-modal__content > * {
    width: 100%;
  }
  .product-media-modal__content > * + * {
    margin-top: 2rem;
  }
  .product-media-modal__toggle {
    right: 5rem;
    top: 2.2rem;
  }
}

@media screen and (min-width: 990px) {
  .product-media-modal__content {
    padding: 2rem 11rem;
  }

  .product-media-modal__content > * + * {
    margin-top: 1.5rem;
  }

  .product-media-modal__content {
    padding-bottom: 1.5rem;
  }

  .product-media-modal__toggle {
    right: 5rem;
  }
}

.product-media-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}
.product-media-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}
.product-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}
.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}
.product-popup-modal__content {
  border-radius: var(--popup-corner-radius);
  background-color: var(--color-background);
  overflow: auto;
  height: 80%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5rem;
  width: 92%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 3rem;
  border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
  border-style: solid;
  border-width: var(--popup-border-width);
}

@media screen and (min-width: 750px) {
  .product-popup-modal__content {
    padding-right: 1.5rem;
    margin-top: 10rem;
    width: 70%;
    padding: 0 3rem;
  }

  .product-media-modal__dialog .global-media-settings--no-shadow {
    overflow: visible !important;
  }
}

.product-popup-modal__content img {
  max-width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content table {
    display: block;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }
}

.product-popup-modal__opener {
  display: inline-block;
}
.product-popup-modal__button {
  font-size: 1.6rem;
  padding-right: 1.3rem;
  padding-left: 0;
  height: 3.5rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}
.product-popup-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.product-popup-modal__content-info h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content-info > * {
    max-height: 100%;
  }
}

.popupHeader {
  display: flex;
  justify-content: space-between;
}
.product-popup-modal__toggle {
  background-color: var(--color-background);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  width: 4rem;
  margin: 0 0 0 auto;
  position: static;
}

.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}
.product__media-list .media > img {
  overflow: hidden;
  position: unset;
  cursor: url(zoom-pointer.svg), default;
}
.thumbnail-list {
  flex-wrap: wrap;
  grid-gap: 1rem;
}
.thumbnail-slider {
  margin-top: 20px;
}

@media screen and (min-width: 750px) {
  .product--stacked .thumbnail-list {
    display: none;
  }
  .thumbnail-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 990px) {
  .thumbnail-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .product--medium .thumbnail-list {
    grid-template-columns: repeat(6, 1fr);
  }
  .product--large .thumbnail-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .product__media-item {
    display: flex;
    align-items: center;
  }
  .product__modal-opener {
    width: 100%;
  }
  .thumbnail-slider {
    display: flex;
    align-items: center;
  }
  .thumbnail-slider .thumbnail-list.slider {
    display: flex;
    padding: 0.5rem;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }
  .thumbnail-list__item.slider__slide {
    width: calc(33% - 0.6rem);
  }
}

@media (min-width: 571px) and (max-width: 650px) {
  .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.6rem);
  }
}
@media (min-width: 651px) and (max-width: 749px) {
  .thumbnail-list__item.slider__slide {
    width: calc(20% - 0.6rem);
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: center;
    padding: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #ffffff;
  }

  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: flex;
    flex: 1;
    scroll-padding-left: 0.5rem;
  }

  .product__media-wrapper .slider-mobile-gutter .slider-button {
    display: none;
  }
  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.8rem);
  }
  .product--thumbnail_slider .slider-mobile-gutter .slider-button {
    display: flex;
    background-color: var(--color-base-background-2);
  }
}

@media screen and (min-width: 900px) {
  .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(16.6% - 0.8rem);
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(16.6% - 0.8rem);
  }
}

.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  color: var(--color-base-text);
  cursor: pointer;
  border: none;
  transition: all 0.4s;
  padding-bottom: 7px;
  background: transparent;
  border-bottom: 3px solid transparent;
}
.thumbnail:hover {
  border-bottom: 3px solid rgb(var(--color-foreground), 0.3);
}
.thumbnail[aria-current="true"] {
  border-bottom: 3px solid var(--color-base-text);
}

.thumbnail.global-media-settings img {
  border-radius: 0;
}
.thumbnail img {
  pointer-events: none;
}
.thumbnail--narrow img {
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.thumbnail--wide img {
  height: auto;
  width: 100%;
}
.thumbnail__badge .icon {
  width: 1rem;
  height: 1rem;
}
.thumbnail__badge .icon-3d-model {
  width: 1.2rem;
  height: 1.2rem;
}
.thumbnail__badge {
  color: rgb(var(--color-foreground), 0.6);
  height: 2rem;
  width: 2rem;
  left: auto;
  right: calc(0.4rem + var(--media-border-width));
  top: calc(0.4rem + var(--media-border-width));
}

@media screen and (min-width: 750px) {
  .product:not(.product--small) .thumbnail__badge {
    height: 3rem;
    width: 3rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon {
    width: 1.2rem;
    height: 1.2rem;
  }

  .product:not(.product--small) .thumbnail__badge .icon-3d-model {
    width: 1.4rem;
    height: 1.4rem;
  }
}

.thumbnail-list__item {
  position: relative;
}
.thumbnail-list__item::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product:not(.featured-product) .product__view-details {
  display: none;
}
.product__view-details .icon {
  width: 1.2rem;
  margin-left: 1.2rem;
  flex-shrink: 0;
}
.featured-product .product__info-wrapper .product__view-details {
  display: inline-flex;
  width: auto;
  margin: 0 auto;
}
.featured-product .product__info-wrapper h2.product__title.h1 {
  font-size: 41px;
  line-height: 52px;
}
.product_page .product .product__media-wrapper {
  position: relative;
}
.product .product__info-wrapper .product__title {
  font-size: 30px;
  line-height: 40px;
  color: var(--title_color);
}
.main-product-price .price__container .price-item--sale,
.main-product-price s.price-item.price-item--regular {
  line-height: 25px;
}
.product .product__info-container .product__description.rte {
  font-size: 14px;
  color: rgba(var(--color-foreground), .75);
  line-height: 25px;
}
.product .product__info-container .form__label {
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.product .product__info-container .form__label > span{
  color: var(--color-base-solid-button-labels);
  font-size: 14px;
  margin-left: 4px;
  letter-spacing: 1px;
}
.product-form__buttons .btn-light{
  margin-bottom: 10px;
}
.btn .loading-overlay__spinner{
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.btn .loading-overlay__spinner .spinner{
  stroke: var(--color-base-text);
}
.btn.loading > span {
  opacity: 0;
}
.shopify-payment-button button.shopify-payment-button__button {
  background-color: #00a6aa;
  transition: all 0.6s;
  color: #fff;
  letter-spacing: 2px;
  font-size: 13px;
  text-transform: uppercase;
  max-width: 200px;
  border-radius: 8px; /* Add this for rounded corners */
}

  @media screen and (max-width: 767px) {
    .featured-product .product__info-wrapper h2.product__title.h1{
      font-size: 22px;
      line-height: 32px;
    }
  } 

  .spr-form-input-text,
  .spr-form-input-email,
  .spr-form-input-textarea{
    padding: 10px;
  }
  .spr-button, .spr-button-primary {
    background-color: var(--color-base-solid-button-labels);
    padding: 12px 30px;
    text-decoration: none;
    color: var(--color-base-button-color);
    transition: all .5s;
    min-height: 5rem;
  }
  .spr-button-primary:hover {
    color: var(--color-base-solid-button-labels);
  }
  .quick-add-modal .quick-add-modal__content .quick-add-modal__content-info 
  .product .product__info-container a.link.product__view-details {
    border: 1px solid var(--primary_color);
    display: inline-block !important;
    border-radius: 0 10px;
    padding: 5px 15px;
  }
.product .product__info-wrapper svg.share_svg {
  margin-right: 5px;
}
.stickyCart {
  background-color: var(--color-background);
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  max-width: 580px;
  min-width: 400px;
  line-height: 0;
  box-shadow: 0 0 21px rgba(var(--color-foreground), 0.15);
  transition: .2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 12px;
  overflow: hidden;
}
.stickyCart-active{
  opacity: 1 !important;
  visibility: visible !important;
}
.sticky_main .Addbtns {
  white-space: nowrap;
  text-align: right;
}
.sticky_main .Addbtns .btn {
  padding: 12px 20px;
}
.stickyCart .img {
  width: 80px;
  height: 80px;
  position: relative;
}
.stickyCart .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.stickyDescription {
  width: 80%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.stickyCart .stickyOptions {
  text-align: left;
}

.stickyCart .stickyOptions .selectedOpt {
  line-height: 35px;
  white-space: nowrap;
  width: 100%;
  color: var(--color-base-accent-1);
  display: flex;
  align-items: center;
  gap: 30px;
}
.selectedOpt .form__label{
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: rgba(var(--color-foreground),.7);
}
.selectedOpt strong{
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

.stickyCart.popup {
  padding-right: 16px;
}

.stickyCart .sticky_main .img_title .img {
  width: 80px;
  height: 60px;
}

.stickyCart .sticky_main .img_title .img img {
  max-height: 100%;
  margin: 0 auto;
}
.sticky-title {
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-base-accent-1);
  margin-bottom: 8px;
  margin-top: 0;
}
.sticky_main .img_title {
  padding-right: 20px;
}
.sticky_main .img_title .selectedOpt {
  line-height: 1;
}
.stickyCart .sticky_main {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  justify-content: space-between;
  padding: 12px;
  gap: 20px;
  background: var(--color-base-background-2);
}

@media only screen and (max-width:766px) {
  .stickyCart .stickyOptions {
      width: 50%;
  }
  .stickyCart .stickyOptions .selectedOpt {
      width: 100%;
      white-space: break-spaces;
      height: 50px;
  }
  .stickyCart .btns .button--full-width {
      padding: 8px 35px;
  }
  .stickyCart .sticky-title {
      padding: 0px 0px 0 10px;
  }
  .stickyCart .sticky_main .img_title,
  .stickyCart .sticky_main .options {
      display: none !important;
  }
  .stickyCart .Addbtns {
      text-align: center!important;
      margin: 0 auto;
      padding: 7px 0;
  }
  .spr-container {
      padding: 24px 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .stickyCart .img {
    display: none;
  }
}
@media only screen and (max-width: 830px) {
  .stickyDescription {
    width: 100%;
    padding: 0;
  }
  .stickyDescription .product-form {
    text-align: right;
  }
  .stickyCart .stickyOptions {
    display: none;
  }
  .stickyCart .product-form__quantity {
    display: none;
  }
  .stickyCart .Addbtns {
    padding: 14px 0;
    text-align: center;
    margin: 0;
  }
  .template-product #shopify-section-footer{
      padding-bottom: 0 !important;
  }
}
@media (max-width: 766px) {
  .stickyCart .Addbtns {
    width: 100%!important;
    padding: 0;
  }
  .stickyDescription .product-form {
    text-align: center;
  }
  .sticky_main .Addbtns .btn{
    width: 100%;
    background-color: var(--color-base-solid-button-labels);
    color: var(--color-base-button-color);
  }
  .stickyCart{
    max-width: 90%;
    min-width: 90%;
    width: 100%;
  }
}
@media only screen and (min-width:750px) and (max-width: 892px) {
  .template-product .product__info-container{
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .template-product .product.grid{
      justify-content: center;
  }
}

@media only screen and (min-width:830px) and (max-width: 1200px) {
  .stickyCart .stickyOptions .selectedOpt {
    line-height: 6px;
  }
  .stickyCart {
    width: 55%;
  }
}

@media only screen and (min-width:767px) and (max-width: 991px) {
  .stickyCart .stickyOptions .selectedOpt {
      white-space: break-spaces;
  }
  .product__media-list .product__media {
    padding-top: 100% !important;
  }
  .product__media-list .product__media img {
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    transform: translate(-50%, -50%);
  }
  .featured-product .product__info-wrapper h2.product__title.h1 {
    font-size: 31px;
  }
}

@media only screen and (min-width:992px) and (max-width: 1199px) {
  .stickyCart .sticky-title {
      padding: 0 0px 0 10px;
  }
  .stickyCart .btns .button--full-width {
      padding: 8px 35px;
  }
  .full-btns {
      padding: 16px 24px;
  }
}


/* Inventory status */

.product__inventory {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* This keeps the container from getting display: none; applied to it and to make sure we're not introducing some layout shift when switching to an unavailable variant */
.product__inventory.visibility-hidden:empty {
  display: block;
}
.product__inventory.visibility-hidden:empty::after {
  content: "#";
}
.product-complementary__heading{
  text-align: center;
  margin: 20px 0;
  font-size: 2rem;
}

/*! Product Zoom */
.pswp {
  position: fixed;
  z-index: 99999;
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
} 
.pswp:focus {
  outline: 0;
}
.pswp img {
  max-width: none;
  object-fit: contain;
}
.pswp--open {
  display: block;
}
.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}  
.pswp__bg {
  background: rgba(var(--color-foreground), 1);
  display: block !important;
}  
.pswp__button--close>svg {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pswp,
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pswp {
  position: fixed;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}  
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
}
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.pswp__button.next-arrow{
  left: 80%;
}
.pswp__button.prev-arrow{
  right: 80%;
}
.pswp__item {
  z-index: 1;
  overflow: hidden;
}
.pswp__hidden {
  display: none !important;
}
.pswp__content {
  pointer-events: none;
}
.pswp__content > * {
  pointer-events: auto;
}
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--color-base-accent-3);
}
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10;
  pointer-events: none;
}
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}
.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.pswp__icn {
  fill: var(--color-button-text);
}
.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn:focus {
  outline: 0;
}
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--color-base-text);
}
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  will-change: opacity;
}
.pswp__button--close {
  position: absolute;
  cursor: pointer;
  margin-right: 15px;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  border: 0;
}
.pswp__button--arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
}
.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}
.pswp__button--arrow .pswp__icn {
  top: 20%;
  left: -5px;
  width: 30px;
  height: 30px;
  background: none;
  border-radius: 0;
}
.pswp--one-slide .pswp__button--arrow {
  display: none;
}
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}
button.pswp__button.slide-arrow.prev-arrow {
  transform: translateY(-50%) rotate(-180deg);
}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: -6px;
  transform: scale(-1, 1);
}
.pswp__button--arrow--prev:hover {
  width: 70px;
}
.pswp__button--zoom,
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}
.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}
.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}
@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.pswp__counter {
  position: fixed;
  bottom: 3%;
  left: 50%;
  font-size: 13px;
  color: var(--color-button-text);
  transform: translate(-50%, -3%);
  padding: 1rem 2rem;
  border-radius: 32px;
  background: var(--color-base-button-color);;
}
.pswp--one-slide .pswp__counter {
  display: none;
}



/* Recipient form */
.recipient-form {
  /* (2.88[line-height] - 1.6rem) / 2 */
  --recipient-checkbox-margin-top: 0.64rem;

  display: block;
  position: relative;
  max-width: 44rem;
  margin-bottom: 2.5rem;
}

.recipient-form-field-label {
  margin: 0.6rem 0;
}

.recipient-form-field-label--space-between {
  display: flex;
  justify-content: space-between;
}

.recipient-checkbox {
  flex-grow: 1;
  font-size: 1.6rem;
  display: flex;
  word-break: break-word;
  align-items: flex-start;
  max-width: inherit;
  position: relative;
  cursor: pointer;
}

.no-js .recipient-checkbox {
  display: none;
}
.recipient-checkbox>span{
  font-size: 1.2rem;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}
.recipient-form > input[type='checkbox'] {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  margin: var(--recipient-checkbox-margin-top) 0;
  top: 0;
  left: 0;
  z-index: -1;
  appearance: none;
  -webkit-appearance: none;
}

.recipient-fields__field {
  margin: 0 0 2rem 0;
}

.recipient-fields .field__label {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 3.5rem);
  overflow: hidden;
}

.recipient-checkbox > svg {
  margin-top: var(--recipient-checkbox-margin-top);
  margin-right: 1.2rem;
  flex-shrink: 0;
}

.recipient-form .icon-checkmark {
  visibility: hidden;
  position: absolute;
  left: 0.28rem;
  z-index: 5;
  top: 0.3rem;
  width: 12px;
  height: 12px;
}

.recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
  visibility: visible;
}

.js .recipient-fields {
  display: none;
}

.recipient-fields hr {
  margin: 1.6rem auto;
}

.recipient-form > input[type='checkbox']:checked ~ .recipient-fields {
  display: block;
  animation: animateMenuOpen var(--duration-default) ease;
}
.recipient-form > input[type='checkbox']:not(:checked, :disabled) ~ .recipient-fields ,
.recipient-email-label {
  display: none;
}

.js .recipient-email-label.required,
.no-js .recipient-email-label.optional {
  display: inline;
}

.recipient-form ul {
  line-height: calc(1 + 0.6);
  padding-left: 4.4rem;
  text-align: left;
}

.recipient-form ul a {
  display: inline;
}

.recipient-form .error-message::first-letter {
  text-transform: capitalize;
}

@media screen and (forced-colors: active) {
  .recipient-fields > hr {
    border-top: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-checkbox > svg {
    background-color: inherit;
    border: 0.1rem solid rgb(var(--color-background));
  }

  .recipient-form > input[type='checkbox']:checked + label .icon-checkmark {
    border: none;
  }
}


/* Product Media Grid Layout new code by VM*/
.product__media-list--grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 15px !important;
  padding: 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.product__media-list--grid .product__media-item {
  width: 100% !important;
  margin: 0 !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 8px !important;
  background: #f5f5f5 !important;
}

.product__media-list--grid .product__media-item img,
.product__media-list--grid .product__media-item video {
  width: 100% !important;
  height: 250px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  transition: transform 0.3s ease !important;
}

.product__media-list--grid .product__media-item:hover img,
.product__media-list--grid .product__media-item:hover video {
  transform: scale(1.05) !important;
}

/* Hide thumbnail navigation for grid layout */
.product--grid .thumbnail-slider {
  display: none !important;
}

/* Large Desktop */
@media screen and (min-width: 1200px) {
  .product__media-list--grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
  
  .product__media-list--grid .product__media-item img,
  .product__media-list--grid .product__media-item video {
    height: 300px !important;
  }
}

/* Tablet Landscape */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .product__media-list--grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
  
  .product__media-list--grid .product__media-item img,
  .product__media-list--grid .product__media-item video {
    height: 220px !important;
  }
}

/* Tablet Portrait & Mobile Landscape */
@media screen and (max-width: 767px) and (min-width: 550px) {
  .product__media-list--grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    padding: 0 10px !important;
  }
  
  .product__media-list--grid .product__media-item img,
  .product__media-list--grid .product__media-item video {
    height: 180px !important;
  }
  
  .product__media-list--grid .product__media-item {
    border-radius: 6px !important;
  }
  
  .product__media-list--grid .product__media-item img,
  .product__media-list--grid .product__media-item video {
    border-radius: 6px !important;
  }
}

/* Mobile Portrait */
@media screen and (max-width: 549px) {
  .product__media-list--grid {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
    padding: 0 5px !important;
  }
  
  .product__media-list--grid .product__media-item img,
  .product__media-list--grid .product__media-item video {
    height: 280px !important;
  }
  
  .product__media-list--grid .product__media-item {
    border-radius: 4px !important;
  }
  
  .product__media-list--grid .product__media-item img,
  .product__media-list--grid .product__media-item video {
    border-radius: 4px !important;
  }
  
  /* Disable hover effects on mobile */
  .product__media-list--grid .product__media-item:hover img,
  .product__media-list--grid .product__media-item:hover video {
    transform: none !important;
  }
}

/* Extra Small Mobile */
@media screen and (max-width: 374px) {
  .product__media-list--grid {
    gap: 6px !important;
    padding: 0 3px !important;
  }
  
  .product__media-list--grid .product__media-item img,
  .product__media-list--grid .product__media-item video {
    height: 240px !important;
  }
}

/* Touch device optimizations */
@media (hover: none) and (pointer: coarse) {
  .product__media-list--grid .product__media-item:hover img,
  .product__media-list--grid .product__media-item:hover video {
    transform: none !important;
  }
  
  .product__media-list--grid .product__media-item {
    cursor: pointer !important;
  }
}

/* Ensure product info doesn't overlap on mobile */
@media screen and (max-width: 767px) {
  .product__info-wrapper {
    margin-top: 20px !important;
  }
  
  .product.grid {
    gap: 20px !important;
  }
}
/* Add this to the CSS section: */

/* Loading states and animations */
.product__media-item img {
  transition: opacity 0.3s ease !important;
}

.product__media-item img[loading="lazy"] {
  opacity: 0.7 !important;
}

.product__media-item img[loading="lazy"].loaded {
  opacity: 1 !important;
}

/* Mobile-specific touch improvements */
.mobile-optimized {
  -webkit-tap-highlight-color: transparent !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
}

/* Prevent image dragging on mobile */
@media screen and (max-width: 767px) {
  .product__media-list--grid img {
    -webkit-user-drag: none !important;
    -khtml-user-drag: none !important;
    -moz-user-drag: none !important;
    -o-user-drag: none !important;
    user-drag: none !important;
    pointer-events: auto !important;
  }
}

/* Focus states for accessibility */
.product__media-item:focus-within {
  outline: 2px solid #007ace !important;
  outline-offset: 2px !important;
}


<!-- Add this CSS for the popup modal -->

/* Image Popup Modal Styles */
.image-popup-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  animation: fadeIn 0.3s ease;
}

.image-popup-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-popup-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-popup-content img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.image-popup-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.image-popup-close:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

.image-popup-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 24px;
  padding: 20px 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.image-popup-nav:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}

.image-popup-prev {
  left: 30px;
}

.image-popup-next {
  right: 30px;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Mobile responsive */
@media screen and (max-width: 768px) {
  .image-popup-close {
    top: 10px;
    right: 15px;
    font-size: 30px;
    width: 40px;
    height: 40px;
  }
  
  .image-popup-nav {
    font-size: 20px;
    padding: 15px 10px;
  }
  
  .image-popup-prev {
    left: 15px;
  }
  
  .image-popup-next {
    right: 15px;
  }
}

/* Quantity Selector with Inventory Styles */
.quantity-inventory-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.quantity-controls-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.quantity-inventory {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #666;
  margin: 0;
  white-space: nowrap;
}

.inventory-text {
  font-weight: 500;
}

.inventory-dot {
  width: 8px;
  height: 8px;
  background-color: #ff6b6b;
  border-radius: 50%;
  display: inline-block;
}

.inventory-icon {
  flex-shrink: 0;
}

/* Low stock styling */
.quantity-inventory:has(.inventory-dot) .inventory-text {
  color: #ff6b6b;
  font-weight: 600;
}

/* In stock styling */
.quantity-inventory:has(.inventory-icon[fill*="62,214,96"]) .inventory-text {
  color: #3ed660;
}

/* Out of stock styling */
.quantity-inventory:has(.inventory-icon[fill*="200,200,200"]) .inventory-text {
  color: #999;
}

/* Mobile responsive */
@media screen and (max-width: 549px) {
  .quantity-controls-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .quantity-inventory {
    font-size: 13px;
  }
}
/* Custom Price Display Styles */
.custom-price-section .price-display-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.custom-price-section .current-price {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 1;
}

.custom-price-section .compare-price {
  text-decoration: line-through;
  color: #999;
  font-size: 16px;
  line-height: 1;
}

.custom-price-section .discount-badge {
  background-color: #E74C3C;
  color: white;
  padding: 5px 5px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
}

.custom-price-section .savings-amount {
  color: #27AE60;
  font-size: 15px;
  white-space: nowrap;
}

/* Responsive adjustments */
@media screen and (max-width: 750px) {
  .custom-price-section .price-display-wrapper {
    gap: 10px;
  }
  
  .custom-price-section .current-price {
    font-size: 18px;
  }
  
  .custom-price-section .compare-price {
    font-size: 12px;
  }
  
  .custom-price-section .discount-badge {
    font-size: 12px;
  }
  
  .custom-price-section .savings-amount {
    font-size: 12px;
  }
}
/* Horizontal layout for quantity selector and inventory */
.quantity-inventory-wrapper.horizontal-layout {
  width: 100%;
}

.quantity-inventory-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.quantity-label {
  margin: 0;
  white-space: nowrap;
  font-weight: 500;
}

.product-form__quantity {
  flex-shrink: 0;
}

.inventory-inline {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  margin-left: 0.5rem; /* Keep it close to quantity selector */
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .quantity-inventory-row {
    gap: 0.75rem;
    flex-direction: row;
  }
  
  .quantity-label {
    font-size: 0.9rem;
  }
  
  .inventory-inline {
    font-size: 0.85rem;
    margin-left: 0.25rem;
  }
}

/* Extra small screens - stack if needed */
@media screen and (max-width: 480px) {
  .quantity-inventory-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  
  .inventory-inline {
    margin-left: 0;
  }
}


    /* Policy Section Styles */
.policy-section {
  margin: 0px 0px;
  border: 0px solid #000 !important;
}

.policy-container {
  display: flex;
  gap: 5px; 
  border: 0px solid #000 !important;
}

.policy-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
  padding: 5px;
  max-width: 25%;
}

.policy-icon {
  margin-bottom: 5px;
}

.policy-icon img {
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.policy-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 0px solid #000 !important;
}

.policy-title {
  font-weight: 600;
  font-family: Poppins;
  font-size: 10px;
  text-transform: uppercase;
  line-height: normal;
  color: #3a3a3a;
}

.policy-subtitle {
  font-family: Poppins;
  font-size: 10px;
  color: #3a3a3a;
  line-height: normal;
}

/* FIXED Mobile styles */
@media screen and (max-width: 749px) {
  .policy-container {
    flex-direction: column;
    gap: 10px;
  }
  
  .policy-item {
    flex-direction: row;
    text-align: left;
    padding: 12px;
    min-height: auto;
    max-width: 100%; /* Remove the 25% limit in mobile */
    width: 100%; /* Full width in mobile */
  }
  
  .policy-icon {
    margin-bottom: 0;
    margin-right: 15px;
    flex-shrink: 0;
    min-width: 50px; /* Ensure icon container has minimum width */
  }
  
  .policy-icon img {
    width: 45px;
    height: 45px;
  }
  
  .policy-text {
    align-items: flex-start;
    flex: 1; /* Take up remaining space */
    min-width: 0; /* Allow text to wrap */
  }
  
  .policy-title {
    font-size: 12px; /* Slightly larger for mobile */
    line-height: 1.2;
    margin-bottom: 2px;
    word-wrap: break-word; /* Ensure text wraps */
  }
  
  .policy-subtitle {
    font-size: 11px; /* Slightly larger for mobile */
    line-height: 1.3;
    word-wrap: break-word; /* Ensure text wraps */
  }
}

/* Extra small mobile devices */
@media screen and (max-width: 480px) {
  .policy-item {
    padding: 10px;
  }
  
  .policy-icon {
    margin-right: 12px;
    min-width: 45px;
  }
  
  .policy-icon img {
    width: 40px;
    height: 40px;
  }
  
  .policy-title {
    font-size: 11px;
  }
  
  .policy-subtitle {
    font-size: 10px;
  }
}
   /* Error message styles */
.product-form__error-message-wrapper[hidden] {
  display: none !important;
}

#variant-selection-error {
  color: #e74c3c;
  background: #ffeaea;
  border: 1px solid #e74c3c;
  border-radius: 4px;
  padding: 10px;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 500;
}

/* Ensure buttons don't get stuck in disabled state */
.product-form__submit:not([disabled]) {
  pointer-events: auto !important;
  opacity: 1 !important;
}

.product-form__submit[disabled] {
  pointer-events: none;
  opacity: 0.6;
}