/** Shopify CDN: Minification failed

Line 1625:0 Unexpected "}"

**/
.grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 0;
  list-style: none;
  column-gap: 10px;
  row-gap: 10px;
}

@media screen and (min-width: 750px) {
  .product__info-container--sticky {
    position: static !important;
    top: 50px;
    z-index: 2;
  }
}

/* Product form */

.product-form {
  display: block;
}

/* Form Elements */

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

.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[disabled] + .shopify-payment-button {
  display: none;
}

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

.shopify-payment-button__button {
  font-size: calc(var(--button-font-size) * 1.6rem);
}

/* Product info */
.product .price--sold-out .price__badge-sold-out {
  background: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  border: 1px solid rgb(var(--color-background));
}

.product .price--sold-out .price__badge-sale {
  display: none;
}

.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media noscript .product-form__input {
  text-align: center;
}

.product--no-media noscript .product-form__input,
.product--no-media .share-button {
  max-width: 100%;
}

.product--no-media fieldset.product-form__input,
.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown,
.product--no-media .share-button,
.product--no-media .product__view-details,
.product--no-media .store-availability-container,
.product--no-media .product-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form > .form {
  max-width: 30rem;
  width: 100%;
}

.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown {
  flex-direction: column;
  max-width: 100%;
}

.product--no-media fieldset.product-form__input {
  flex-wrap: wrap;
  margin: 0 auto 1.2rem auto;
}

.product--no-media .product__info-container > modal-opener {
  display: block;
  text-align: center;
}

.product--no-media .product-popup-modal__button {
  padding-right: 0;
}

.product--no-media .price {
  justify-content: center;
}

.product--no-media .product__info-wrapper {
  padding-left: 0;
}

/* Product media */
.product__media-item--variant {
  display: none;
}

.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__media-list .product__media-item {
    padding: 0 0 0.5rem;
    width: 100%;
  }
}

.product__media-icon .icon {
  width: 2.5rem;
}

.product__media-icon,
.thumbnail__badge {
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.2);
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  width: 5rem;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  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);
}

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

@media screen and (min-width: 990px) {
  .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 {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
}

.product-media-modal {
  background-color: rgb(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: 999;
}

.product-media-modal__dialog {
  display: flex;
  align-items: center;
  height: 100vh;
}

.product-media-modal__content {
  max-height: 100vh;
  width: 100%;
  overflow: auto;
}

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

.product-media-modal__content > * {
  display: block;
  height: auto;
  margin: auto;
  border: 0.1rem solid rgba(var(--color-foreground), 0.04);
}

.product-media-modal__content .media {
  background: none;
}

.product-media-modal__model {
  width: 100%;
}

.product-media-modal__toggle {
  background-color: rgb(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;
  }
}
@media screen and (min-width: 1200px) {
  .product-media-modal__content > * {
    width: 100%;
    max-width: var(--container-lg-width);
  }
}

.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 */

.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.5);
  height: 100%;
}

.product-popup-modal[open] {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.product-popup-modal__content {
  background-color: rgb(var(--color-background));
  overflow: auto;
  height: 80%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

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

.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__button {
  font-size: 20px;
  padding-right: 15px;
  padding-left: 0;
  text-decoration: none;
}

.product-popup-modal__content-info > * {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 749px) {
  .product-popup-modal__content-info > * {
    max-height: 100%;
  }
}
.product-popup-modal__toggle {
  background-color: rgb(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;
  z-index: 2;
  top: 20px;
  width: 40px;
  height: 40px;
  margin: 0 0 0 auto;
  padding: 10px;
}
.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

.product-popup-modal__toggle .icon {
  height: auto;
  margin: 0;
  width: 2.2rem;
}

/*  Proudct Info Csutom css */
.product__media-item {
  max-width: 100%;
  width: 100%;
}
/*@media only screen and (min-width: 992px) {
  .product:not(.product--stacked):not(.product--columns)
    .product__media-item.grid__item.slider__slide {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
} */
.media > a > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: zoom-in;
}
.discount__sale__text {
  background: rgba(var(--color-foreground));
  color: rgba(var(--color-background));
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 1.3rem;
  line-height: 1;
}
.price__box_wrapper {
  display: flex;
  align-items: center;
}

.save__disoucnt {
  margin-left: 5px;
}
.product-popup-modal__content {
  top: 50%;
  transform: translate(-50%, -120%);
  margin: 0;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  padding: 0;
  position: relative;
  border-radius: 0.3rem;
}
.product-popup-modal[open] .product-popup-modal__content {
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 992px) {
  .product-popup-modal__content.modal-sm {
    max-width: 550px;
    width: 500px;
  }
}
.modal-header {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 0.1rem solid rgba(var(--color-foreground), 0.1);
  align-items: center;
}
.modal__title {
  margin: 0;
}
.ask_about_product input,
.ask_about_product textarea {
  width: 100%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  padding: 10px 20px;
  line-height: 25px;
  font-size: 15px;
}
.product-popup-modal__content-info {
  padding: 0 30px 25px;
}
@media screen and (min-width: 992px) {
  .product-popup-modal__content.modal-md {
    max-width: 800px;
    width: 800px;
  }
}
.select__select option:disabled {
  background: #eee;
  color: #aaa;
}

.select__select option {
  font-size: 16px;
}
.product-form__buttons {
  margin: 30px 0 0 0 !important;
}
.single_product_action_btn.loading::after {
  top: 10px;
  left: 10px;
}
.product__payment {
  justify-content: flex-start;
  padding: 0;
  margin-top: 0;
  flex-wrap: wrap;
  gap: 1rem;
}
li.product__payment__item {
  list-style: none;
  line-height: 1;
}
/* Countdown css */
.product__countdown {
  display: flex;
}
.product__details_countdown .product__countdown > div + div {
  margin-left: 10px;
}

.product__countdown > * span {
  line-height: 1.8rem;
}
.product__details_countdown .product__countdown .countdown__inner {
  display: flex;
  flex-direction: column;
}
.product__details_countdown .product__countdown .countdown-item {
  position: relative;
}

.product__details_countdown .product__countdown > * {
  text-align: center;
  font-size: 1.5rem;
}
.product__details_countdown span.countdown__number {
  background: var(--countdown-background);
  color: var(--countdown-foreground);
  padding: 0 1rem;
  border-radius: 10px 0;
  height: 3.5rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0.5rem;
  min-width: 5rem;
  text-align: center;
  justify-content: center;
}
span.countdown__label {
  margin-bottom: 1.2rem;
}
.timer__icon {
  width: 2.2rem;
  margin-right: 0.8rem;
}
.product__countdown {
  background-color: transparent;
}
.stock_countdown_progress {
  width: 100%;
  background: var(--progress-bar-background);
  height: 6px;
  border-radius: 3px;
}
span.stock_progress_bar {
  display: block;
  background: var(--progress-bar-foreground);
  background-attachment: fixed;
  height: 100%;
  transition: width 2.5s ease;
  border-radius: 3px 0 0 3px;
}
.stock__inventgory--status {
  margin-bottom: 5px;
}
.input__field_form + .input__field_form {
  margin-top: 1.5rem;
}
span.input__field--label {
  display: block;
}
.product__info-container > * + * {
  margin-top: 1.5rem;
}
h1.product__title {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .product__info-container {
    padding: 0 3rem 0 0;
  }
}
@media only screen and (max-width: 749px) {
  .product__info-container {
    padding-top: 3rem;
  }
}

.product__media {
  cursor: crosshair;
}

span.product__media-icon.motion-reduce > a {
  display: block;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .product-popup-modal.popup__contact--form .product-popup-modal__content,
  .product-popup-modal.back__in--stock-popup .product-popup-modal__content {
    height: auto;
  }
}
.product-form__quantity .quantity {
  height: 48px;
}
.product-form__cart--box.d-flex {
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 750px) {
  .product-media-modal__content > * {
    max-width: 100%;
  }
}

/*  Additional css  */
@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--thumbnail .thumbnail-list {
    padding-right: var(--media-shadow-horizontal-offset);
  }

  .product__info-wrapper {
    padding-left: 5rem;
  }

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

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

/* Product media */
@media screen and (max-width: 749px) {
  .product__media-list {
    margin-left: -2.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    width: calc(100% + 4rem);
  }

  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .slider.product__media-list::-webkit-scrollbar {
    height: 0.2rem;
    width: 0.2rem;
  }

  .product__media-list::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-foreground));
  }

  .product__media-list::-webkit-scrollbar-track {
    background-color: rgba(var(--color-foreground), 0.2);
  }

  .product:not(.product--mobile-columns)
    .product__media-list.grid--peek
    .product__media-item {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 750px) {
  .product--thumbnail .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: none;
  }

  .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.product__media-item--variant {
  display: none;
}

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

@media screen and (max-width: 749px) {
  .product__media-item--variant:first-child {
    padding-right: 1.5rem;
  }
}

@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__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);
}

@media screen and (min-width: 750px) {
  .product--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--columns
    .product__media-item:not(.product__media-item--single):not(:only-child) {
    max-width: calc(50% - 5px);
  }
}

.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 rgb(var(--color-background)),
    0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius) - var(--media-border-width);
}

.product__media-toggle.focused:after {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0rem 0.5rem rgba(var(--color-foreground), 0.5);
  border-radius: var(--media-radius);
}

.product__media-toggle:focus-visible:after {
  border-radius: var(--media-radius);
}

@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-list .media > * {
  overflow: hidden;
}

.thumbnail-list {
  flex-wrap: wrap;
  grid-gap: 1rem;
}

@media screen and (min-width: 750px) {
  .product--stacked .thumbnail-list {
    display: none;
  }

  .thumbnail-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}

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

  .product--medium .thumbnail-list {
    grid-template-columns: repeat(5, 1fr);
  }

  .product--large .thumbnail-list {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media screen and (max-width: 749px) {
  .product__media-item:not(.quick--view-slide-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 screen and (min-width: 750px) {
  .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: center;
  }

  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    display: flex;
    padding: 0.5rem 0;
    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;
  }
}

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

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(20% - 0.8rem);
  }
}
.thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  color: rgb(var(--color-base-text));
  cursor: pointer;
  background: none;
  border: 1px solid rgb(var(--color-foreground), 0.15);
}
.thumbnail:hover {
  opacity: 0.7;
}

.thumbnail.global-media-settings img {
  border-radius: 0;
}

.thumbnail[aria-current] {
  border-color: rgb(var(--color-foreground));
}

.thumbnail[aria-current]:focus-visible {
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),
    0 0 0rem 0.1rem rgba(var(--color-foreground), 0.5);
}

.thumbnail[aria-current]:focus,
.thumbnail.focused {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-background)),
    0 0 0rem 0.1rem rgba(var(--color-foreground), 0.5);
}

.thumbnail[aria-current]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(var(--color-foreground));
}

.thumbnail img {
  pointer-events: none;
}

.thumbnail--narrow img {
  height: 100%;
  width: auto;
  max-width: 100%;
}

.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));
  height: 2rem;
  width: 2rem;
  left: auto;
  right: 0;
  top: 0;
}
.thumbnail-slider .slider-button .icon {
  height: 1.2rem;
}
@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 {
  display: block;
  text-decoration: none;
}

.product__view-details:hover {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.product__view-details .icon {
  width: 1.2rem;
  margin-left: 1.2rem;
  flex-shrink: 0;
}
.thumbnail-slider .slider-button {
  color: rgb(var(--color-button-text));
  background: rgba(var(--color-button), var(--alpha-button-background));
  width: 3rem;
  height: 4.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.thumbnail-slider .slider-button[disabled] .icon,
.thumbnail-slider .slider-button:not([disabled]):hover {
  color: rgb(var(--color-button-text));
}
.thumbnail-slider .slider-button {
  opacity: 0;
}
.thumbnail-slider:hover .slider-button {
  opacity: 1;
}
.thumbnail-slider:hover button:disabled {
  opacity: 0.5;
}
@media only screen and (min-width: 750px) {
  .product--thumbnail .thumbnail-slider button:disabled,
  .product--stacked .thumbnail-slider button:disabled,
  .product--stacked .thumbnail-slider button {
    display: none;
  }
  .thumbnail-slider .slider-button.slider-button--next {
    left: auto;
    right: -30px;
  }
  .thumbnail-slider .slider-button.slider-button--prev {
    left: -30px;
  }
}
@media screen and (max-width: 749px) {
  .product--mobile-columns .product__media-item {
    width: calc(50% - 1.5rem - 5px);
  }
  .product__media-icon,
  .thumbnail__badge {
    height: 4rem;
    width: 4rem;
  }
  .product__media-icon .icon {
    width: 2rem;
  }
  .thumbnail-slider .slider-button.slider-button--next {
    left: auto;
    right: 0;
  }
  .thumbnail-slider .slider-button.slider-button--prev {
    left: 0;
  }
}
.product--thumbnail_slider .thumbnail-slider {
  overflow: hidden;
}
.thumbnail-slider:hover .slider-button.slider-button--prev {
  left: 0;
}
.thumbnail-slider:hover .slider-button.slider-button--next {
  right: 0;
}
.wishlist__button--text > span > svg {
  width: 18px;
  margin-right: 9px;
}
.wishlist__button--text.link {
  text-decoration: none;
}
.wishlist__button.loading.adding .remove__wishlist.wishlist__button--text {
  display: none;
}
.wishlist__button.active .remove__wishlist.wishlist__button--text {
  display: inline-flex;
}
.wishlist__button.wishlist__button--text {
  position: relative;
}
.wishlist__button.wishlist__button--text.loading.adding {
  pointer-events: none;
  padding-right: 3rem;
}
.wishlist__button.wishlist__button--text.loading:after {
  top: 0;
}
.product-popup-modal__button > svg {
  width: 20px;
}
.product-popup-modal__button > span {
  font-size: 1.8rem;
  margin-left: 1rem;
}
button.product-form__submit.loading:after {
  top: 10px;
  left: 50%;
  transform: translateY(-50%);
  margin-left: -1rem;
}
.main-product__description {
  padding-top: 1.5rem;
}
.main-product__description {
  padding-top: 1.5rem;
  margin-top: 0;
}
.deferred-media__poster-button.video--button {
  position: absolute;
  background: rgba(var(--color-background));
  width: 6rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(var(--color-foreground));
}
.product-form__submit.button > svg {
  width: 2.2rem;
}
.product-form__submit.button {
  gap: 0.7rem;
  width: 100%;
}
.product__add__cart__button {
  flex-grow: 1;
}
.product__form__link:hover {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
.product__description iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.product__description img {
  max-width: 100%;
  height: auto;
}
.product__accordion:not(.accordion) .accordion__title {
  margin-bottom: 1.5rem;
}

/* ============================================================
   BUTTONS (Pill Shape)
   ============================================================ */
html body [id^="MainProduct"] .product-form__input .quantity,
html body [id^="MainProduct"] .product-form__submit,
html body .shopify-payment-button__button--unbranded {
  border-radius: 50px !important;
  min-height: 52px;
}

html body [id^="MainProduct"] .product-form__submit, 
html body .shopify-payment-button__button--unbranded {
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: capitalize !important;
}

html body [id^="MainProduct"] .product-form__buttons {
  display: flex !important;
  gap: 15px;
  align-items: center;
  width: 100%;
}

html body [id^="MainProduct"] .product-form__submit {
  flex-grow: 1;
}

html body [id^="MainProduct"] h1.product__title {
  line-height: 1.2;
}

/* ============================================================
   PRICE SECTION STYLING (Strictly Scoped to Main Product)
   ============================================================ */

/* 1. Target ONLY the Main Product Price (using .price--large) */
/* This ensures we DO NOT touch the grid items or Recently Viewed */

.price--large {
  font-size: inherit !important;
  line-height: inherit !important;
}

/* Main Price (Black & Bold) */
.price--large .price-item--sale,
.price--large .price__regular .price-item--regular {
  font-size: inherit !important; 
  color: #000000 !important;
  font-weight: 700 !important;
  margin-right: 5px;
  line-height: 1.2;
}

/* Compare At Price (Grey & Strikethrough) */
.price--large .price__sale .price-item--regular {
  color: #8c8c8c !important; 
  text-decoration: line-through !important;
  font-weight: 400 !important;
  font-size: 0.75em !important; 
  margin-right: 5px;
}

/* Container Alignment (Only for Main Product Wrapper) */
.product__info-container .price__box_wrapper {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin-bottom: 10px;
}

/* The "Save %" Pill Badge */
.custom-sale-badge {
  background-color: #cf6a4e !important; 
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0px; 
  padding: 6px 14px; 
  border-radius: 50px; 
  line-height: 1;
}
/* ============================================================
   QUANTITY PILL & ANIMATED BUTTON
   ============================================================ */

/* 1. The Container Row */
.purity-actions-row {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  height: 52px; /* Matches button height */
  align-items: stretch;
}

/* 2. PILL SHAPE QUANTITY SELECTOR */
.purity-qty-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  width: 120px; /* Fixed width for the pill */
  height: 100%;
  background: #fff;
  flex-shrink: 0; /* Prevents squishing */
}

.purity-qty-btn {
  width: 40px; 
  height: 100%; 
  border: none; 
  background: none; 
  cursor: pointer; 
  font-size: 18px; 
  color: #333; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}

.purity-qty-input {
  width: 40px; 
  border: none; 
  text-align: center; 
  font-size: 16px; 
  font-weight: 600; 
  background: transparent; 
  -moz-appearance: textfield;
}
/* Hide default spin buttons */
.purity-qty-input::-webkit-outer-spin-button, 
.purity-qty-input::-webkit-inner-spin-button { 
  -webkit-appearance: none; margin: 0; 
}

/* 3. ANIMATED ADD BUTTON (Bottom to Top) */
.purity-add-btn {
  flex-grow: 1;
  height: 100%;
  border: none;
  border-radius: 50px;
  
  /* UPDATED: Removed 'uppercase' so it respects "Add to Cart" casing */
  text-transform: none !important; 
  
  font-weight: 700;
  letter-spacing: 0.5px; /* Slightly tighter for Title Case */
  font-size: 15px; /* Slightly larger for readability */
  cursor: pointer;
  color: #fff !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  
  /* ANIMATION MAGIC */
  background-image: linear-gradient(to top,  #A0522D 50%, #1A3C34 50%);
  background-size: 100% 200%;
  background-position: top; 
  transition: background-position 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
/* On Hover: Slide up to show Terracotta */
.purity-add-btn:hover:not([disabled]) {
  background-position: bottom; 
}

/* Sold Out State */
.purity-add-btn[disabled] {
  background: #e8e8e8 !important; 
  background-image: none !important;
  color: #a0a0a0 !important;
  cursor: not-allowed;
  border: 1px solid #ddd;
}

/* --- DYNAMIC CHECKOUT (BUY IT NOW) STYLING --- */
/* Target the unbranded "Buy it now" button */
.shopify-payment-button__button--unbranded {
  border-radius: 50px !important;
  min-height: 52px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  font-size: 16px !important;
  border: 1px solid #121212 !important; /* Black border initially */
  color: #121212 !important; /* Black text initially */
  box-shadow: none !important;
  
  /* ANIMATION: Top = White, Bottom = Terracotta (#A0522D) */
  background-image: linear-gradient(to top, #A0522D 50%, #ffffff 50%) !important;
  background-size: 100% 200% !important;
  background-position: top !important; /* Shows White by default */
  transition: background-position 0.4s cubic-bezier(0.19, 1, 0.22, 1), color 0.4s, border-color 0.4s !important;
}

.shopify-payment-button__button--unbranded:hover {
  background-position: bottom !important; /* Fills up with Terracotta */
  color: #ffffff !important; /* Text turns White */
  border-color: #A0522D !important; /* Border matches fill */
}
/* Ensure margin between buttons */
.shopify-payment-button { margin-top: 15px; }

/* --- INVENTORY & COUNTDOWN --- */
.purity-inventory-wrapper { margin-bottom: 20px; font-size: 13px; color: #444; }
.purity-inventory-bar { height: 6px; width: 100%; background: #eee; border-radius: 10px; margin-top: 8px; overflow: hidden; }
.purity-inventory-fill { height: 100%; border-radius: 10px; transition: width 0.5s ease; }
.pulse-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 6px; animation: pulse-animation 2s infinite; }
@keyframes pulse-animation { 0% { opacity: 1; } 50% { opacity: 0.5; } 100% { opacity: 1; } }

.purity-countdown { margin: 15px 0; padding: 10px 15px; background: #fff0f0; border: 1px solid #ffc0c0; border-radius: 8px; color: #d02e2e; font-weight: 600; display: flex; align-items: center; gap: 10px; font-size: 14px; }

/* --- BENEFITS, ICONS, ACCORDIONS --- */
.purity-benefits-box { background: #FAFAFA; border-radius: 12px; padding: 24px; margin: 25px 0; border: 1px solid #eee; }
.purity-benefits-title { font-weight: 700; margin-bottom: 12px; font-size: 15px; }
.purity-benefits-list { list-style: none; padding: 0; margin: 0; }
.purity-benefits-list li { position: relative; padding-left: 18px; margin-bottom: 8px; font-size: 14px; color: #555; }
.purity-benefits-list li::before { content: "•"; position: absolute; left: 0; color: #1A3C34; font-size: 18px; line-height: 14px; }

.purity-icons-row { display: flex; gap: 25px; margin: 20px 0; justify-content: start; }
.purity-icon-item { text-align: center; display: flex; flex-direction: column; align-items: center; }
.purity-icon-circle { width: 45px; height: 45px; border-radius: 50%; border: 1px solid #121212; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.purity-icon-label { font-size: 11px; font-weight: 600; text-transform: uppercase; }

.purity-accordion { border-bottom: 1px solid #eee; }
.purity-accordion summary { padding: 18px 0; cursor: pointer; list-style: none; font-weight: 600; font-size: 15px; display: flex; justify-content: space-between; align-items: center; }
.purity-accordion summary::-webkit-details-marker { display: none; }
.purity-accordion-content { padding-bottom: 20px; color: #555; font-size: 14px; line-height: 1.6; }

/* --- HELP & SHARE --- */
.purity-help-share { margin-top: 30px; padding-top: 20px; border-top: 1px solid #eee; }
.purity-social-row { display: flex; gap: 10px; margin-top: 10px; }
.purity-social-icon { width: 40px; height: 40px; border: 1px solid #ddd; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: transform 0.2s; color: #333; }
.purity-social-icon:hover { transform: scale(1.1); background: #f9f9f9; }
.purity-social-icon svg { width: 18px; height: 18px; fill: currentColor; }

.purity-popup-trigger { display: flex; align-items: center; gap: 8px; cursor: pointer; border: none; background: none; font-size: 13px; text-decoration: underline; color: #555; padding: 5px 0; margin-bottom: 5px; }

/* ============================================================
   RELUCTANT / PURITY MEDIA FIX (FINAL - WIDTH CORRECTED)
   ============================================================ */

/* --- 1. FORCE IMAGES TO SHOW & FILL (CRITICAL FIX) --- */
.purity-media-gallery .product__media-item {
  display: block !important;       /* Overrides theme hiding variant images */
  visibility: visible !important;  
  opacity: 1 !important;           
  position: relative !important;
  background: #f4f4f4;             
  border-radius: 12px !important;
  overflow: visible !important;
  margin: 0 !important;
  padding: 0 !important;
  
  /* FORCE WIDTH EXPANSION (Fixes the shrinking issue) */
  width: 100% !important;
  max-width: none !important; 
  min-width: 0 !important;
  flex: 0 0 auto !important;

  /* ASPECT RATIO: 4:5 Portrait */
  height: 0 !important;
  padding-bottom: 125% !important; 
}

/* --- 2. FORCE IMAGE OBJECT TO FILL THE BOX --- */
.purity-media-gallery .purity-media-obj {
  position: absolute !important;
  top: 0; left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 1;
  border-radius: 12px !important; /* <-- ADD THIS LINE */
}


  /* --- 3. DESKTOP VIEW (Grid) --- */
@media screen and (min-width: 990px) {
  
  .purity-media-gallery {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important; /* 2 Columns */
    gap: 15px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  } /* <--- THIS CLOSING BRACE WAS MISSING IN YOUR SNIPPET */
  
  /* Zoom Popup Logic */
  .purity-zoom-popup {
  position: absolute;
  top: 0;
  left: 105%;
  width: 500px;
  height: 500px;
  
  /* THIS FIXES THE TRANSPARENCY: */
  background-color: #ffffff !important; 
  z-index: 9999 !important; 
  
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15); /* Adds shadow to separate it from content */
  display: none;
  background-repeat: no-repeat;
  pointer-events: none;
}
  
  /* Show Zoom on Hover */
  .product__media-item:hover .purity-zoom-popup {
    display: block;
  }

  /* --- SWAP SCROLLING LOGIC --- */
  
  /* 1. Make Images Stick (Stop moving) */
  html body [id^="MainProduct"] .product__media_container {
    position: sticky !important;
    top: 30px !important;       /* Stays 30px from top of screen */
    height: fit-content !important;
    z-index: 2;                 /* Keeps it below the header but above content */
    align-self: start !important;
  }

  /* 2. Make Details Scroll (Move normally) */
  /* 2. Make Details Scroll & Add "Purity" Spacing */
 /* 2. Make Details Scroll & Add "Purity" Spacing */
  /* 2. Make Details Scroll & Add "Purity" Spacing */
  .product__info-container {
    position: static !important;
    top: auto !important;
    transform: none !important;
    
    /* SPACER & SIZING FIX */
    padding-left:  60px !important;  /* Increased to 120px for a clear gap */
    max-width:  500px !important;     /* Compact width like Purity */
    width: 100% !important;
    margin-right: auto !important;   /* Keeps it aligned if screen is huge */
  }
}
  
  /* Zoom Popup Logic */
  .purity-zoom-popup {
    position: absolute;
    top: 0;
    left: 105%;
    width: 500px;
    height: 500px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    z-index: 9999;
    display: none;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  
  /* Show Zoom on Hover */
  .product__media-item:hover .purity-zoom-popup {
    display: block;
  }
}

/* --- 4. MOBILE VIEW (Swipe Slider) --- */
@media screen and (max-width: 989px) {
  .purity-media-gallery {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    
    padding-bottom: 20px !important;
    margin-right: -20px !important;
    scrollbar-width: none;
  }
  
  .purity-media-gallery::-webkit-scrollbar { display: none; }

  /* Mobile Card Sizing (Override desktop width rules) */
  .purity-media-gallery .product__media-item {
    width: 85vw !important; /* 85% Width of screen */
    min-width: 85vw !important;
    max-width: 85vw !important;
    scroll-snap-align: center;
    flex-shrink: 0 !important;
  }

  .purity-zoom-popup { display: none !important; }
}

@media screen and (min-width: 990px) {
  .product__media_container {
    position: sticky !important;
    top: 20px !important;
    height: fit-content !important;
    z-index: 10;
    align-self: flex-start !important;
  }
}
/* ============================================================
   MOBILE BUTTON FIXES (Stack Vertically + Fit Text)
   ============================================================ */
@media screen and (max-width: 749px) {
  
  /* 1. Stack Buttons Vertically */
  .product-form__buttons {
    display: flex !important;
    flex-direction: column !important; 
    gap: 10px !important;
    width: 100% !important;
  }
  
  /* 2. Make Buttons Full Width & Taller */
  .product-form__submit, 
  .shopify-payment-button__button--unbranded,
  .shopify-payment-button__button {
    width: 100% !important;
    min-height: 48px !important; 
    border-radius: 50px !important;
  }
  
  /* 3. Fix Text Size (Force "Add to Cart" on one line) */
  .purity-add-btn,
  .purity-add-btn span,
  .product-form__submit {
    font-size: 14px !important;      /* Reduced size to fit text */
    letter-spacing: 0px !important;  /* Tighter letters */
    white-space: nowrap !important;  /* Force text to stay on one line */
    padding-left: 5px !important;    /* Reduce side padding */
    padding-right: 5px !important;
  }
  
  /* 4. Fix Quantity Row Spacing */
  .purity-actions-row {
    margin-bottom: 10px !important;
  }
}
/* ============================================================
   MOBILE IMAGE SLIDER FIX (Swipe instead of Stack)
   ============================================================ */
@media screen and (max-width: 989px) {
  
  /* 1. The Container: Turn it into a sideways scroller */
  .purity-media-gallery {
    display: flex !important;        /* Forces horizontal row */
    flex-direction: row !important;  /* Explicitly says 'row' */
    flex-wrap: nowrap !important;    /* CRITICAL: Prevents stacking */
    
    overflow-x: auto !important;     /* Enables touch scrolling */
    scroll-snap-type: x mandatory;   /* Adds that nice 'snap' effect */
    
    gap: 15px !important;            /* Gap between images */
    width: 100% !important;
    padding-bottom: 20px !important; /* Space at bottom */
    
    /* Reset any Grid rules that might be leaking in */
    grid-template-columns: none !important;
  }

  /* 2. The Images: Set them to a fixed width (85% of screen) */
  .purity-media-gallery .product__media-item {
    min-width: 85vw !important;      /* Forces size */
    width: 85vw !important;
    flex: 0 0 85vw !important;       /* Prevents shrinking or growing */
    
    scroll-snap-align: center;       /* Centers image when you stop scrolling */
    margin: 0 !important;
    
    /* Ensure height is automatic to avoid stretching */
    height: auto !important;
    padding-bottom: 125% !important; /* Maintains the 4:5 aspect ratio */
  }
  
  /* 3. Hide the scrollbar for a cleaner look */
  .purity-media-gallery::-webkit-scrollbar { display: none; }
}
/* ============================================================
   MOBILE FINAL POLISH: FULL IMAGES & NO ZOOM
   ============================================================ */
@media screen and (max-width: 989px) {

  /* 1. SHOW FULL IMAGE (Stop Cutting/Cropping) */
  .purity-media-gallery .purity-media-obj {
    object-fit: contain !important; /* Ensures the whole image is visible */
    background-color: #ffffff;      /* clean white background for any empty space */
  }

  /* 2. DISABLE ZOOM POPUP (Mobile Only) */
  .purity-zoom-popup {
    display: none !important;       /* Hides the box completely */
    pointer-events: none !important; /* Disables any touch interaction */
    visibility: hidden !important;
  }
}
/* ============================================================
   FINAL MOBILE POLISH: GAP REDUCTION & ROUNDED CORNERS
   (Paste at the very bottom)
   ============================================================ */
@media screen and (max-width: 989px) {

  /* 1. REDUCE GAP (Between Image & Text) */
  .product__info-container {
    padding-top: 0 !important;      /* Removes top padding from text section */
    margin-top: -10px !important;   /* Pulls text slightly closer to image */
  }
  
  .purity-media-gallery {
    padding-bottom: 10px !important; /* Reduces space under the slider (was 20px) */
    margin-bottom: 0 !important;
  }

  /* 2. ROUNDED CORNERS & BACKGROUND FILL (Mobile Slider Cards) */
  .purity-media-gallery .product__media-item {
    border-radius: 15px !important; /* Nice soft roundness */
    overflow: hidden !important;    /* Clips the image to fit the curves */
    border: 1px solid #f0f0f0;      /* Adds a subtle border so you see the shape */
    
    /* --- CHANGE YOUR CUSTOM COLOR HERE --- */
    background-color: #14332c !important; /* Currently a very light, classy grey */
    /* You can change #f9f9f9 to any hex code you like, e.g., #F5F5DC for beige */
  }
}

/* ============================================================
   FIX: PAYMENT ICONS ALIGNMENT
   ============================================================ */
.safe-checkout-wrapper ul.list-payment {
  padding-left: 0 !important;
  margin-left: 0 !important;
  display: flex !important;
  justify-content: flex-start !important;
  text-align: left !important;
}

/* Ensure individual icons don't have left margins */
.safe-checkout-wrapper .list-payment__item {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
/* ============================================================
   FIX: HIDE DUPLICATE THEME ELEMENTS
   (Keeps Wishlist/Compare, Hides everything else from the hook)
   ============================================================ */

/* 1. Hide the duplicate "Add to Cart" & "Buy Now" forms */
.reluctant-wishlist-hook product-form,
.reluctant-wishlist-hook .product-form,
.reluctant-wishlist-hook .shopify-payment-button {
  display: none !important;
}

/* 2. Hide the duplicate "Safe Checkout" icons from the theme snippet */
/* We only want to show the manual one we added below it */
.reluctant-wishlist-hook .safe-checkout-wrapper {
  display: none !important;
}

/* 3. Hide any duplicate "Pickup Availability" text */
.reluctant-wishlist-hook .pickup-availability {
  display: none !important;
}

/* 4. Ensure the Wishlist/Compare container itself remains visible */
/* This specific selector usually holds the icons in standard themes */
.reluctant-wishlist-hook .product-extra-actions,
.reluctant-wishlist-hook .product-form__buttons_extra {
  display: flex !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

/* ============================================================
   FIX: GRID / COLLECTION PRICE STYLING (Final Master)
   (Targets Recently Viewed + You May Also Like + Featured Collection)
   ============================================================ */

/* 1. Force Price Container to be Horizontal (Side-by-Side) */
/* We include broad selectors (.price) to catch every widget */
.grid .price .price__sale,
.slider .price .price__sale,
.product-recommendations .price .price__sale,
.recently-viewed-products .price .price__sale,
.card-information .price .price__sale,
.card-information .price {
  display: flex !important;
  flex-direction: row !important; /* Forces side-by-side */
  flex-wrap: wrap !important;
  align-items: baseline !important;
  gap: 8px !important;
  margin-top: 0 !important;
  justify-content: flex-start !important;
}

/* 2. Style the "Original Price" (Bigger & Bolder Strike) */
.grid .price .price-item--regular,
.slider .price .price-item--regular,
.product-recommendations .price .price-item--regular,
.recently-viewed-products .price .price-item--regular,
.card-information .price .price-item--regular {
  text-decoration: line-through !important;
  color: #666666 !important;     /* Slightly darker grey for visibility */
  font-size: 15px !important;    /* Increased from 13px */
  font-weight: 500 !important;   /* Made bolder (was 400) */
  margin: 0 !important;
  display: block !important;
  opacity: 0.8 !important;
}

/* 3. Style the "Sale Price" (Bold Black) */
.grid .price .price-item--sale,
.slider .price .price-item--sale,
.product-recommendations .price .price-item--sale,
.recently-viewed-products .price .price-item--sale,
.card-information .price .price-item--sale {
  color: #121212 !important;     /* Bold Black */
  font-weight: 700 !important;
  font-size: 15px !important;    /* Slightly larger for emphasis */
  margin: 0 !important;
}
/* ============================================================
   FIX: HYBRID MEDIA LAYOUT (Native Mobile / Custom Desktop)
   ============================================================ */

/* Mobile View (Below 990px) */
@media screen and (max-width: 989px) {
  /* Show the Theme's Original Layout */
  .mobile-media-only {
    display: block !important;
  }
  
  /* Hide our Custom Grid */
  .desktop-media-only {
    display: none !important;
  }
}

/* Desktop View (990px and up) */
@media screen and (min-width: 990px) {
  /* Hide the Theme's Original Layout */
  .mobile-media-only {
    display: none !important;
  }
  
  /* Show our Custom Grid */
  .desktop-media-only {
    display: block !important;
  }
}
/* ============================================================
   FIX: HELP CENTER ICONS ON MOBILE (Anti-Clipping)
   (Prevents drop-down AND allows zoom hover without cutting)
   ============================================================ */
@media screen and (max-width: 749px) {
  .hs-share-row {
    flex-wrap: nowrap !important;       /* Force single line */
    overflow-x: auto !important;        /* Allow scrolling */
    
    /* CRITICAL FIX: Add vertical breathing room for the hover zoom */
    padding-top: 10px !important;       
    padding-bottom: 10px !important;    
    
    /* Pull the row back into place so the padding doesn't create a huge gap */
    margin-top: -10px !important;       
    margin-bottom: 0 !important;

    gap: 8px !important;
    justify-content: flex-start !important;
    
    /* Hide scrollbar */
    scrollbar-width: none;              
    -ms-overflow-style: none;
  }
  
  .hs-share-row::-webkit-scrollbar { 
    display: none;                      
  }

  /* Slightly smaller icons on mobile */
  .hs-social-link {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
  }
  
  /* Share Label Text */
  .hs-share-label {
    font-size: 14px !important;
    margin-right: 5px !important;
  }
}