/** Shopify CDN: Minification failed

Line 1681:0 Unexpected "}"
Line 2479:25 Unexpected "*"
Line 2484:25 Unexpected "*"
Line 2491:27 Unexpected "*"
Line 2521:25 Unexpected "*"
Line 2526:25 Unexpected "*"
Line 2539:25 Unexpected "*"
Line 2556:25 Unexpected "*"

**/
.product {
  margin: 0;
}

.product.grid {
  gap: 0;
}

.product--no-media {
  max-width: 57rem;
  margin: 0 auto;
}

.product__media-wrapper {
  padding-left: 0;
}

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

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

@media screen and (min-width: 990px) {
  .product--large:not(.product--no-media) .product__media-wrapper {
    margin-left:0;
    margin:0;
    max-width: 55vw;
 
  }
  .product--large:not(.product--no-media) .product__media-wrapper media-gallery {
    margin:0;
    /* max-height:300vh; */
  }
  .product__media-wrapper .grid__item {
    padding-left:0;
  }
  .product--large:not(.product--no-media) .product__info-wrapper {
 max-width:31.53vw;
    padding-left: 0;
  padding-left:0;
 
  margin-right:auto;
  margin-left:auto;
  }

  .product--medium:not(.product--no-media) .product__media-wrapper,
  .product--small:not(.product--no-media) .product__info-wrapper {
    max-width: 50%;
    width: calc(50% - 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: 50%;
    width: calc(50% - 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 rgb(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 rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3) !important;
}

.shopify-payment-button__button--unbranded {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: rgb(var(--color-button-text));
  font-size: 1.4rem;
  line-height: calc(1 + 0.2 / var(--font-body-scale));
  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: rgba(var(--color-button), var(--alpha-button-background));
}

.shopify-payment-button__more-options {
  margin: 1.6rem 0 1rem;
  font-size: 1.2rem;
  line-height: calc(1 + 0.5 / var(--font-body-scale));
  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: 100%;
  padding: 0;
  margin: 0 0 1.2rem 0;
  max-width: 37rem;
  min-width: fit-content;
  border: none;
}

variant-radios,
variant-selects {
  display: block;
}variant-selects {
  padding-top:30px;
}

variant-selects .product-form__input {
  padding-bottom:10px;
}

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

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

fieldset.product-form__input .form__label {
  margin-bottom: 10px;
}
.product-form__input {
  display:flex;
}

fieldset.product-form__input .form__label:nth-child(2n){
  padding-bottom:0;
}

@media screen and (forced-colors: active) {
  .product-form__input input[type=radio]:checked + label {
    text-decoration: underline;
  }
}





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

.product-form__submit {
  margin-bottom: 1rem;
}

.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: rgb(var(--color-foreground));
}

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

/* Product info */

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

.product__info-container .product-form,
.product__info-container .product__description {
  margin: 2.5rem 0;
  margin-top:0;
  margin-bottom:1rem;
}
.product__info-container .comp-product-form {
  padding:0!important;
  margin:0!important;
}
.tabs li p, .product__description, .product__description.rte>p:first-child{
  font-family: "Open Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 24px */
letter-spacing: 0.75px;
}

.product__info-container .product-form .wrapp-all-header.c_set {
  margin-bottom: 0;
}

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

.product__text.caption-with-letter-spacing {
  text-transform: uppercase;
}

.product__title {
  word-break: break-word;
  margin-bottom: 0rem;
}

.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 .price .badge {
  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: rgb(var(--color-base-text));
  border-color: transparent;
}

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

@media screen and (min-width: 750px) {
  .product__info-container {
    max-width: 454px;
  }
  
  .product__info-container .price--on-sale .price-item--regular {
    font-size: 1.8rem;
  }

  .product__info-container > *:first-child {
    margin-top: 0;
  }
}

.product__description-title {
  font-weight: 600;
}

.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media noscript .product-form__input,
.product--no-media .product__tax,
.product--no-media shopify-payment-terms {
  text-align: center;
}
shopify-payment-terms {
}
.product--no-media .product__media-wrapper {
  padding: 0;
}

.product__tax {
  margin-top: -1.4rem;
  display:none;
}

.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 .product__pickup-availabilities,
.product--no-media .product-form {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product--no-media .product-form {
  flex-direction: column;
}

.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-form__quantity .form__label {
  margin-bottom: 0.6rem;
}

.product-form__quantity-top .form__label {
  margin-bottom: 1.2rem;
}


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

.product-form__buttons {
  max-width: 44rem;
}

.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 {
  text-align: center;
}

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

/* Product media */
.product__media-list video {
  border-radius: calc(var(--media-radius) - var(--media-border-width));
}

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

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

  /* .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__media-list .product__media-item {
    width: calc(100% - 3rem);
  } */
}

@media screen and (min-width: 750px) {
  .product--thumbnail .product__media-list,
  .product--thumbnail_slider .product__media-list {
    padding-bottom: var(--media-shadow-vertical-offset);
  }

  .product__media-list {
    padding-right: var(--media-shadow-horizontal-offset);
  }

  .product--thumbnail .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active) {
opacity:1!important;
  }

  .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__media-icon .icon {
  width: 1.2rem;
  height: 1.4rem;
}

.product__media-icon,
.thumbnail__badge {
  background-color: rgb(var(--color-background));
  border-radius: 50%;
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  color: rgb(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-icon {
  background:transparent;
  border:none;
}

.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) {
  .grid__item.product__media-item--full {
    width: 100%;
  }
}

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

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

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

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

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

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

@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: 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: 30px;
    top: 30px;
  }
}

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

.product-popup-modal {
  box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
 
  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: rgb(var(--color-background));
  display: block;
  height: auto;
  margin: auto;
  left: 50vw;
  top: 50vh;
  transform: translate(-50%, -50%);
  margin-top: 5rem;
  width: 92%;
  position: absolute;
  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);
  box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content.focused {
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
  0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
  var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

.product-popup-modal__content:focus-visible{
  box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
  0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3),
  var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
}

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

  .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;
   
    white-space: nowrap;
    margin: 0;
  }

  .product-media-modal__dialog .global-media-settings,
  .product-media-modal__dialog .global-media-settings video,
  .product-media-modal__dialog .global-media-settings model-viewer,
  .product-media-modal__dialog .global-media-settings iframe,
  .product-media-modal__dialog .global-media-settings img {
    border: none;
    border-radius: 0;
  }
}

.product-popup-modal__opener {
  display: inline-block;
  margin-left:auto;
  white-space:nowrap;
}

.product-popup-modal__button {
  font-size: 1.6rem;
  padding-right: 1.3rem;
  padding-left: 0;
  height: 4.4rem;
  text-underline-offset: 0.3rem;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness var(--duration-short) ease;
}

.product-popup-modal__button:hover {
  text-decoration-thickness: 0.2rem;
}

.product-popup-modal__content-info {
  padding-right: 4.4rem;
}

.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;
  position: sticky;
  padding: 1.2rem;
  z-index: 2;
  top: 1.5rem;
  width: 4rem;
  margin: 0 0 0 auto;
}

.product-popup-modal__toggle:hover {
  color: rgba(var(--color-foreground), 0.75);
}

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

.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 {
    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 {

    scroll-padding-left: 0rem;
    max-width:67px;
    width:100vw;
    width:100%;
  }

  .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(100% - 0.8rem);
  }

  .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
    width: calc(100% - 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-color: transparent;
}

.thumbnail:hover {
  opacity: 1;
}

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

.thumbnail[aria-current="true"] {
 
  border-color: rgb(var(--color-foreground));
  border:1px solid #000;
}

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

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

.thumbnail[aria-current="true"]: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), 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 {
  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;
}
.option-value-input[data-soldout="true"] + .option-value-swatch-wrapper {
    cursor: pointer;
}
.option-value-input:checked + .option-value-swatch-wrapper {
    box-shadow: 0 0 0 0.0625rem #212121;
}
.option-value-input[data-soldout="true"]:checked + .option-value-swatch-wrapper {
    box-shadow: 0 0 0 0.0625rem rgba(33, 33, 33, 0.5);
}
.option-value-input[data-soldout="true"] + .option-value-swatch-wrapper .swatch {
    position: relative;
}
.option-value-input[data-soldout="true"] + .option-value-swatch-wrapper .swatch::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 150%;
    height: 2.5px;
    background: rgba(0, 0, 0, 0.5);
    content: '';
    transform: translate(-50%, -50%) rotate(-45deg);
}
.option-value-input + .option-value-swatch-wrapper .swatch-inner {
    height: 100%;
    pointer-events: none;
    background-position: center;
    background-size: cover;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: inherit;
    background-origin: border-box;
}
.option-value-input + .option-value-swatch-wrapper:hover::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    left: calc(50% + var(--swatch-tooltip-offset, 0px));
    z-index: 1;
    padding: 6px 9px;
    letter-spacing: 0.0em;
    color: #111111;
    white-space: nowrap;
    pointer-events: none;
    background: #ffffff;
    content: attr(data-swatch-tooltip);
    transform: translateX(-50%) translateY(100%) translateY(7px);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    animation: slide-swatch-tooltip 0.2s;
}
option-swatch-value {
    letter-spacing: 0.0em;
}

.option-values {
    margin-top: 10px;
}
.option-value {
    display: inline-block;
}
.option-value-input {
    position: absolute;
    opacity: 0;
}
.option-value-input + .option-value-name, .complimentary-slide .option-value-input + .option-value-name  {
    display: inline-block;
 
    margin: 5px 2px 5px 2px;
    cursor: pointer;
  
}


.option-value-input:focus ~ .option-value-name {
    box-shadow: #212121 0 0 0 .2px;
}
.option-value-input:checked + .option-value-name {
    color: #212121;
    background-color: rgba(33, 33, 33, 0.0);
}
.option-value-input:disabled + .option-value-name {
    text-decoration: line-through;
    cursor: pointer;
    opacity: 0.5;
}
.option-value-input + .option-value-name, .complimentary-slide .option-value-input + .option-value-name  {
  border: 1px solid #212121;
  border-radius:3px;
}
.option-value-input + .option-value-name {
  line-height:17px!important;
  white-space:wrap!important;
}

.card-wrapper .option-value-input + .option-value-name { 
  line-height:9px!important;
  font-size:9px!important;
}
.option-value-input + .option-value-swatch-wrapper, .complimentary-slide .option-value-input + .option-value-name  {
    position: relative;
    height: 24px;
    padding: 0;
    cursor: pointer;
    border: 0;
    box-shadow: 0 0 0 0.0625rem rgba(33, 33, 33, 0);
    transition: box-shadow 0.15s ease;
}
.option-value-input + .option-value-swatch-wrapper {
    border-radius: 50%;
}
.option-value-input + .option-value-swatch-wrapper::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    will-change: transform;
}
.option-value-input[data-soldout="true"] + .option-value-swatch-wrapper .swatch::before {
    position: absolute;
     top: 50%;
     left: 50%;
     display: block;
     width: 150%;
}
.option-value-input + .option-value-swatch-wrapper:hover {
    z-index: 5;
}
.option-value-input + .option-value-swatch-wrapper .swatch {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    transition: transform 0.15s ease;
}
.option-value-input + .option-value-swatch-wrapper .swatch {
    border-radius: 50%;
}
.option-value-input + .option-value-swatch-wrapper .swatch-inner {
    width: 24px;
}
.option-value-input:checked + .option-value-swatch-wrapper {
    background-color: transparent;
}
.option-value-input:checked + .option-value-swatch-wrapper .swatch {
   
}
.option-value-input:disabled + .option-value-swatch-wrapper {
    /*   cursor: not-allowed; */
    opacity: 1;
}
.option-value-input[data-soldout="true"]+.option-value-name {
    text-decoration: line-through;
    cursor: default;

}
  .option-value-swatch-wrapper .swatch {
    position:relative;
  }
  .option-value-input[data-soldout="true"]+.option-value-swatch-wrapper .swatch::before {
 
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
     
    background: rgba(255,255,255,.5);
    content: "";
    transform: translate(-50%,-50%) rotate(-45deg);
        display: block;
    width: 100%;
    height: 3.5px;
    z-index:2;
      width: 96%;
    height: 2.5px;
}
.tabs li {
    display: inline-block;
    
    cursor: pointer;
   
    margin-top: 1.171875rem;
    margin-right: 1.640625rem;
    border-bottom: 2px solid transparent;
    transition: border-color .15s ease, opacity .15s ease;
}
.tabs-content  {
  margin-top:20px;
  
}
ul.tab-content ul {
  list-style: inside;
}
	.tabs li ul.tab-content{
			display: none;
			
		
		}

		.tabs li ul.current{
			display: block;
		}
.tabs li {
   margin-top:0;
   margin-bottom:0;
}
.tabs li p {
  
  margin-top:0;
}
.tabs li.active {
  opacity:1;
}
 .rte .tabs li.tablinks {
border-bottom:none;
font-size: 15px;
font-style: normal;
color:#000;
font-weight: 400;
line-height: 250%; /* 37.5px */
letter-spacing: 1.5px;
text-transform: uppercase;
padding:0;
margin:0;

text-transform:uppercase;
}
.tabs li.current {
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    border-bottom: 1px solid #000;
    /* padding-bottom: 8px; */
    /* border-top: 3px solid #764d49; */
    /* margin: 10px 0px; */
/*     line-height: 40px; */
    font-weight: bold;
  margin-top:0;
}

.tabs li ul li {
font-weight:normal;
  padding-top:0;
  text-transform:none;
  letter-spacing:unset;
  border:none;
  line-height:150%;
  margin-top:0;
}
.rte ul {
    padding-left: 0!important;
  margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
    
.tabs li.current {
    opacity: 1;
}
.product-template section.page-width {
max-width:100%;
width:100%;
padding-right:0;
padding-left:0;
min-width:100%;

}
@media (max-width:500px) {
.product.grid .product__info-wrapper{
padding-left:6.2rem;
padding-right:1rem;

padding-top:0;
}
}
.product__description p a {
  color: #816339;
    text-decoration: none;
}
.price-item--sale {
  color: #a12f18;
}
.cross-sell li a {
  color:#000!Important;

}
@media (min-width:769px) {
  .product-form__input {
    flex: 100%;
    padding: 0;
    margin: 0 0 1.2rem 0;
    max-width: 100%;
    min-width: 25%;
    border: none;
}
  .product-form__buttons {
    max-width: 100%;
    width: 100%;
    margin-bottom:0;
    margin-top:1.175em;
}
.card-wrapper .product-form__buttons {
margin-top:0;
}
  .product-form form {
    display:flex;
    align-items:center;
    justify-content:flex-start;
    flex-flow:wrap;
    flex-flow: wrap;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
  }
  
  .product-form form .button{
    margin-bottom:0;
    
  }
  .product-form form .button:hover{
  background:#000;
  color:#fff;
    
  }
  .product-form form .button:disabled  {
opacity:.5;
  }
}
.product-form form .button {

}
.product__return-rule,
.tabs-content {
  display:none;
}
.tabs {
  display:flex;
  flex-direction:column;
  
}

@media  (min-width: 750px){
  media-gallery  {
  display: flex;
    flex-flow: wrap;
    flex-direction: row-reverse;
    width:100%;
    /* height: 100%; */
    align-items: flex-start;
    justify-content: flex-start;
}

.thumbnail-gallery-wrapper {
  position: sticky;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.product--large .product__media-wrapper media-gallery:hover .thumbnail-gallery-wrapper {
  opacity: 1;
}
 
slider-component {
width:100%;}
slider-component.thumbnail-slider {
width:20%;
}
}

 .slider-button .icon {
height:30px!important;
width: 6.5px!important;
height: 13px!important;
    color: #121212!important;
  }
  .slider-button[disabled] .icon {
    color:grey!important;
  }
   /* .slider-button--prev {
    left: 29%!important;
  } */
  /* .slider-button--next {
        left: 50%!important;
  } */
.product--thumbnail_slider .thumbnail-slider {
    flex-direction:column;
      align-items: center;
 

}
  .tabs ul {
   
  }
  
 

.thumbnail-slider .thumbnail-list.slider--tablet-up {


}
.rte .tabs li.tablinks {
 
    display:flex;
    align-items:center;
  flex-flow:wrap;
  padding:0;
  margin:0;
  color:#000!important;
  }
.rte .tabs li.tablinks .icon-plus {
   margin-left:auto;
   width:12px;
   height:12px;
 }
 @media screen and (min-width: 990px) {
  .product:not(.product--no-media):not(.featured-product) .product__media-wrapper {
    margin: 0;
    max-height: 100vh;
    overflow-y: auto; /* Changed from 'scroll' to 'auto' */
    
    /* Hide scrollbar for Chrome, Safari and Opera */
    &::-webkit-scrollbar {
      display: none;
    }
    
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
}

.gallery-container {
	 position: relative;
	 width: 730px;
	 display: flex;
	 justify-content: space-between;
	 overflow: hidden;
}
 .gallery-main {
	 width: 600px;
	 height: 300px;
	 box-shadow: 0 50px 75px 50px rgba(30, 30, 30, 0.18);
	 border: 1px solid #e9e9e9;
}
 .gallery-main .swiper-button-prev, .gallery-main .swiper-button-next {
	 position: absolute;
	 bottom: 0;
	 right: 0;
	 top: auto;
	 left: auto;
	 height: 75px;
	 width: 40px;
	 color: #e9e9e9;
	 background: #1e1e1e;
}
 .gallery-main .swiper-button-prev::after, .gallery-main .swiper-button-next::after {
	 font-size: 12px;
}
 .gallery-main .swiper-button-prev {
	 right: 40px;
	 border-right: 1px solid #e9e9e9;
}
 .gallery-title {
	 position: absolute;
	 top: 15px;
	 right: 15px;
	 font-family: "Epilogue", sans-serif;
	 font-size: 50px;
	 font-weight: 700;
	 text-align: right;
	 text-transform: uppercase;
	 text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	 color: #fff;
}
 .swiper-slide-active .gallery-title {
	 animation: slide-in 0.3s ease-in both;
}
 .gallery-thumbs {
	 order: -1;
	 width: 100px;
	 height: 300px;
	 margin-right: 15px;
	 padding-left: 15px;
}
 .gallery-thumbs .swiper-slide img {
	 transition: 0.3s;
}
 .gallery-thumbs .swiper-slide-active {
	 opacity: 0.9;
}
 .gallery-thumbs .swiper-slide-thumb-active {
	 opacity: 1;
}
 .gallery-thumbs .swiper-slide-thumb-active img {
	 margin-left: -15px;
}
}
 @keyframes slide-in {
	 from {
		 opacity: 0;
		 right: -50%;
	}
}

.product__info-container div[data-oke-reviews-product-listing-rating] {
  margin-top:0;
  
}

.tablinks {
  padding-top:10px;
  padding-bottom:10px;

}
.instock .low-level {
color:#a12f18;
}

variant-radios.no-js-hidden, .product__info-container > .product-form__input.product-form__quantity, .product__info-container > .inventoryNote-wrapper, .product__info-container .inventoryNote-wrapper{
  margin-bottom:0;
}

.delivery-promise__promise-container {
  width:100%!important;
}

.product-page-hidden {
display:none!important;}
@media (min-width:1800px) {
  .cross-sell li {
    width:25%!important;
  }
  }
.styles_toggle__knob {
    background-color: #262626;
    border-radius: 15px;
    height: 24px;
    width: 24px;
}
.styles_toggle__track {
    align-items: center;
    border-radius: 15px;
    display: flex;
    height: 24px;
    margin-right: 6px;
    width: 40px;
}
.styles_toggle__track--left {
    background-color: #fff;
    border: 1px solid #ebeaea;
    justify-content: flex-start;
}
.styles_toggle{
    font-size: 14px;
    line-height: 1.5em;
    align-items: center;
    border: none;
    color: #737373;
    cursor: pointer;
    display: flex;
    padding: 0;
}
#toggle2 {
    font-size: 14px;
    line-height: 1.5em;
    align-items: center;
    border: none;
    color: #121212;
    cursor: pointer;
    display: flex!important;
    padding: 0;
  background:transparent;
}
#toggle2 .cm {
  display:block!important;
}
.knob {
background-color: #121212;
    border-radius: 15px;
    height: 24px;
    width: 24px;}
.toggle__track {
align-items: center;
    border-radius: 15px;
    display: flex;
    height: 24px;
    margin-right: 6px;
    width: 40px;}
.toggle__track.is-left {
  background-color: #fff;
    border: 1px solid #ebeaea;
    justify-content: flex-start;
}
.toggle__track.is-left.is-right {
    background-color: #fff;
    border: 1px solid #fff;
    justify-content: flex-end;
}
table.size-chart.leggings tr:nth-child(even) {
  background-color: #f5f4f4;
}
table.size-chart th{
  color:#121212;
}
.table_sizechart-container {
}
.table-container {
      background: #f5f4f4;
    padding: 32px;
}
.table-container table {
    display: inline-table;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  
   
    padding-bottom: 20px;
    padding-left: 16px;
   
   border-collapse: collapse;
    border-spacing: 0;
}
.table-container table {
background:#fff;}
.table-container table thead tr {
  background-color: #fff;
  font-weight:500;
}
table.size-chart th  {
    border-right: 1px solid #e1e0e0;
}
.table-container table td {
    border: 1px solid #e1e0e0;
    min-width: 25px;
    padding: 12px 10px;}
.table-container table tbody td {
  font-size: calc(calc(16 / 16) * 1rem);
    letter-spacing: -.01em;
    line-height: calc(calc(16 / 16) * 1.5rem);
}

.table-header {
display: flex;
    justify-content: space-between;}
.table-header .table-headline{
  padding: 10px 0;
}
#toggle2 span:first-child {
  margin-right:10px;
 
}
 .table_sizechart-tabs {   border-bottom: 1px solid #e1e0e0;
    padding-bottom: 0;
    padding-left: 0;
    width: 100%;
    display: flex;
                       }
.table_sizechart-tabs button {
  font-size: 1.45rem;
    letter-spacing: normal;
    line-height: 2rem;
  align-items: center;
  color:#4d4d4d;
    background-color: #fff;
    border-radius: 0px;
border:none;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-right: 10px;
    padding: 10px 15px 8px;
}
.table-header-title {
border-bottom: none;
    padding: 16px;
    width: 100%;
    font-size: calc(calc(24 / 16) * 1rem);
    letter-spacing: -.02em;
    line-height: calc(calc(24 / 16) * 1.33rem);}

.table_sizechart-tabs button.active-tabs {
  color:#121212;
  border-bottom:1px solid #121212;
}
@media (max-width:768px) {
  .table_sizechart-tabs button {
  border-radius: 20px;
    border: 1px solid;
    margin-bottom: 10px;
    background-color: #f5f4f4;
    color: #121212;
}
  
.table_sizechart-tabs button.active-tabs {
  border-color:#121212;
  background:#121212;
  color:#fff;
}
  .table-container {
    background: #fff;
    padding: 14px;
}.table_sizechart-tabs {
    border-bottom: none;
  }
}
.size-chart-init.product-popup-modal__button {
  color: inherit;
  margin:0;
  text-decoration:none;
  font-size:inherit;
 
    line-height: inherit;
    letter-spacing: .04rem;
    padding: 0;
    height: unset;
    align-items: center;
}
.size-chart-init svg {
    fill: inherit;
    width: 15px;
    height: auto;
    margin-right: 0;
    vertical-align: middle;
    margin-left: 15px;
}
.text-content-size {

}
#ccpops-trigger {

}
.toggle__track.is-left.is-right {
      border: 1px solid #ebeaea;
}
@media (max-width:500px){
  .size-chart-modal.product-popup-modal .product-popup-modal__content {
        width: 99%;
  }
   .size-chart-modal .product-popup-modal__content-info {
     padding:0;
   }
   .size-chart-modal .table-container table {
padding:0;}
  .size-chart-modal .product-popup-modal__content-info .h2 {
    margin-bottom: 20px;
    margin-top:20px;
  }
  .table-container {
   padding:0;
    padding-top: 0;
}
 .product-popup-modal__content table.size-chart, .table-container table, .table-container table tbody {
    max-width:100%;
    width:100%;
  }
  .product-popup-modal__content table.size-chart td tr {
     width:100%;
     display:block;
   }
 .product-popup-modal__content table.size-chart td {
 
    min-width: 110px;
}
}

.product-true #ccpops-trigger {
display:none!important;}

@media (max-width:769px) {
  .product-media-modal__toggle {
    background-color: transparent;
    border: 0.1rem solid #121212;
    border-radius: 50%;
    color: #121212;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 2rem;
    padding: 0rem;
    position: fixed;
    z-index: 2;
       right: 6px;
       border: none;
   
    border-radius: 0;

    width: 4rem;
    right: 33px;
    top: 16%;
}
  .product-media-modal__toggle svg {
        width: 1.2rem;
  }

}

@media (max-width:500px) {
  .product-media-modal__toggle {
    position: absolute;
    right: 6px;
    top: 10px;
  }
}

.product-discount p {
  margin:0;
  color:#95250f;
  font-size:12px;
  font-weight:bold;
}

.product__info-wrapper product-info{
  display: block;
  position: sticky;
  top: 3rem;
  z-index: 2;
}


.thumbnail.global-media-settings img {
object-fit: contain;
    max-width: 100%;
    width: 100%;
    height: auto;
}
media-gallery {
  display:flex;
  flex-flow:nowrap;
}


/* Container setup */
.product__media-wrapper {
  position: relative;
  height: auto;
  min-height: 100vh;
}
@media (min-width:769px) {
/* Gallery layout */
media-gallery {
  top: 3rem;
  display: flex;
  flex-flow: nowrap;
  gap: 2rem;
  width: 100%;
  z-index: 2;
}
}
media-gallery .slider-mobile-gutter  {

  display:block;
  /* min-width: 49.46vw; */
  max-width: 47vw;
}
/* Main image list */
.product__media-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 2rem;
  overflow: visible;
}

.product__media-item {
  width: 100%;
  opacity: 0.5;
  min-width:100%;
  transition: opacity 0.3s ease;
}


.product__media-item.is-active {
  opacity: 1;
  width:100%;
}


/* Thumbnail styling */
.thumbnail-list.slider--tablet-up {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem;
  height: auto;
}

.thumbnail-list__item.slider__slide {
  width: 67px!important;
  aspect-ratio: 67/90;
  height:90px!important;
  margin: 0 !important;
}

.thumbnail.global-media-settings img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

/* Show all slides for scroll effect */
@media screen and (min-width: 750px) {
  .product__media-item {
    display: block !important;
    margin-bottom: 2rem;
    scroll-margin-top: 0rem;
  }

  .product__media-list {
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
  }
    
  .complementary-products__container .slider-buttons {
    display:none!important;
  }
}
.complementary-products__container .slider-buttons {
  display:none!important;
}


.thumbnail-slider::-webkit-scrollbar-track {
  background: transparent;
}

.thumbnail-slider::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.2);
  border-radius: 2px;
}

@media screen and (min-width: 1024px) {

.product__info-wrapper.grid__item {
  max-width:30vw;
}
}
@media screen and (min-width: 820px) and (max-width: 1048px) {
  .product__info-wrapper.grid__item {
    max-width:30vw;
  }}
.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}
.product__media-list {
  padding-right: calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible));
  max-width:46.88vw;
}
@media screen and (min-width: 750px) {
  .product--thumbnail .product__media-list,
  .product--thumbnail_slider .product__media-list {
    padding-bottom: calc(var(--media-shadow-vertical-offset) * var(--media-shadow-visible));
  }
  .product--thumbnail_slider .product__media-list {
    display:flex!important;
gap:0;
margin:0;
padding:0;
    height: 100%;
    flex-flow: wrap !important;
  }
  .product__media-item {
    margin-bottom:0;
  }

  .product__media-list {
    padding-right: calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible));
    max-width:55vw;
  }

  .product--thumbnail .product__media-item:not(.is-active),
  .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: block!important;
  }

  .product-media-modal__content > .product__media-item--variant.product__media-item--variant {
    display: block;
  }

  .product-media-modal__content > .product__media-item--variant:first-child {
    display: block;
  }
}
/* Add these rules */
.product__media-list,
.thumbnail-slider,
.slider--tablet-up,
.product__info-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.product__media-list::-webkit-scrollbar,
.thumbnail-slider::-webkit-scrollbar,
.slider--tablet-up::-webkit-scrollbar,
.product__info-wrapper::-webkit-scrollbar {
  display: none;
}
.product__media-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

@media screen and (max-width: 749px) {
  .product__media-list {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .product__media-item {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
    position: relative;
  }

  .slider-counter__link--dot.slider-counter__link--active .dot {
    background-color: rgb(var(--color-foreground));
  }

  .slider-counter__link--dot .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(var(--color-foreground), 0.01);
    background-color: transparent;
    transition: background-color 0.2s ease-in-out;
  }
}



media-gallery button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 3rem;
  cursor: pointer;
  font: inherit;
  font-size: 1.5rem;
  text-decoration: none;
  
  transition: box-shadow var(--duration-short) ease;
  -webkit-appearance: none;
  appearance: none;
}
media-gallery .slider-mobile-gutter.thumbnail-slider .thumbnail-slider-container {
  position: relative;
  height: 50vh;
  width: 5vw;
}
media-gallery .slider-mobile-gutter.thumbnail-slider {
  min-width: 5vw;
  max-width: 67px;
  width: 67px;
  position: relative;
  height:600px; 
  position:relative;
}
.slider-mobile-gutter.thumbnail-slider .slider-button--next, .slider-mobile-gutter.thumbnail-slider .slider-button--prev{
  left: 0 !important;
}
 .slider-button {
  transform: rotate(90deg);
  pointer-events:auto;
}

 .product--thumbnail_slider .slider-mobile-gutter .slider-button--next {
 
  width:30px;
  height:30px;

}
.product--thumbnail_slider .slider-mobile-gutter button svg {
 height:15px!important;
 width:15px!important;

}
 .product--thumbnail_slider .slider-mobile-gutter .slider-button--prev{
left:0%!important;
}
/* Ensure thumbnail list stays within bounds */
.thumbnail-slider .thumbnail-list.slider--tablet-up {
  max-height: 100%;
  overflow-y: visible;
  height:500px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

@media (min-width:769px) {
.product__column-sticky media-gallery {
  position: relative;
  top: 2rem;
  max-height:100vh;
  overflow-y:visible;

}
}
.product__info-wrapper {
  height: fit-content;
}


media-gallery .slider-counter__link{
  opacity:0;
}
media-gallery .slider-buttons.no-js-hidden {
  display:none;
}
.product {
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  gap: 2rem;
}

.product__media-wrapper {
  position: relative;
  height: 100%;
}

.product__info-wrapper {
  position: relative;
  height: 100%;
}

.product__column-sticky {
  
 
}

.product__media-gallery {
  position: relative;
  z-index: 1;
}
.is-sticky {
  position: sticky !important;
  z-index: 10;
}

.product__info-wrapper {
  /* position: sticky; */
  top: 0px;

  transition: transform 0.2s ease-out;
}
@media screen and (max-width: 749px) {
  .product__media-list {
    display: flex !important;
    flex-direction: row !important;
    scroll-snap-type: x mandatory;
    overflow-x: scroll;
    overflow-y: hidden !important;  /* Prevent vertical scroll */
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: auto;
    gap: 0;
  }

  .product__media-item {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    scroll-snap-align: start;
    position: relative;
    margin: 0;
    opacity: 1;
  }

  /* Main slider container */
  media-gallery .slider-mobile-gutter {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    position: relative;
    padding-bottom:0rem; /* Space for dots */
  }
media-gallery .slider-counter__link {
  padding:0;
}
  /* Mobile dots styling */
  .slider-counter.slider-counter--dots {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    gap: 0.8rem;
    z-index: 5;
    width: auto;
    justify-content: center;
    padding: 0.5rem;
  }

  .slider-counter__link--dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    border: 1px solid rgba(var(--color-foreground), 0.5);
    background-color: transparent;
    cursor: pointer;
    display: block;
  }

  .slider-counter__link--dot.slider-counter__link--active {
    background-color: rgb(var(--color-foreground));
    border-color: rgb(var(--color-foreground));
  }

  /* Hide desktop elements */
  .product--thumbnail_slider .thumbnail-slider,
  media-gallery .slider-mobile-gutter.thumbnail-slider {
    display: none !important;
  }

  /* Image container */
  .product__media-item img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  /* Ensure proper height */
  .product__media-wrapper {
    min-height: unset;
    height: auto;
  }

  /* Hide scrollbar */
  .product__media-list::-webkit-scrollbar {
    display: none;
  }

  media-gallery {
    display: block;
    position: relative;
  }

  /* Reset desktop specific styles */
  .product__media-item {
    opacity: 1 !important;
  }

  /* Ensure proper stacking context */
  .product__media-wrapper {
    z-index: 1;
    position: relative;
  }

  /* Keep dots visible */
  .slider-counter.slider-counter--dots {
   
    visibility: visible !important;
  }
}

/* Preserve desktop view above breakpoint */
@media screen and (min-width: 750px) {
  .product__media-list {
    display: flex !important;
    flex-direction: column !important;
    overflow-y: auto;
    height: 100vh;
  }

  .slider-counter.slider-counter--dots {
    display: none !important;
  }
}
@media (min-width:750px) {

  media-gallery .thumbnail-gallery-wrapper {
    position: sticky;
    top: 25vh;
  }
 
  media-gallery  ::-webkit-scrollbar {
    display: none;  /* Chrome, Safari and Opera */
  }
  
  /* Also ensure thumbnail list scrollbars are hidden */
  .thumbnail-list.slider--tablet-up {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
#GalleryViewer-template--*, .product__column-sticky::-webkit-scrollbar, .product__column-sticky {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

#GalleryViewer-template--*::-webkit-scrollbar, .product__column-sticky::-webkit-scrollbar {
  width: 0;
  display: none; /* Safari and Chrome */
}

/* For Firefox specifically */
@supports (scrollbar-width: none) {
  #GalleryViewer-template--*, .product__column-sticky {
    scrollbar-width: none;
  }
}


/* Hide scrollbar for Chrome, Safari and Opera */
.product__media-list::-webkit-scrollbar,
.product__media-list::-webkit-scrollbar-track,
.product__media-list::-webkit-scrollbar-thumb {
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  display: none !important;
}

/* Hide scrollbar for Firefox */
.product__media-list {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

/* Ensure smooth scroll behavior is maintained */
.product__media-list {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  overflow-y: auto;
}

/* Also apply to the container */
#GalleryViewer-template--* , .product--thumbnail_slider .product__media-list {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

#GalleryViewer-template--*::-webkit-scrollbar, .product--thumbnail_slider .product__media-list::-webkit-scrollbar  {
  display: none !important;
}

/* Base scrollbar hiding for all gallery elements */
.product__media-wrapper,
.product__media-gallery,
.product__media-list,
.thumbnail-list,
.product__column-sticky,
media-gallery,
slider-component,
.slider-mobile-gutter,
#GalleryViewer-template--*,
.thumbnail-slider,
.slider--tablet-up {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  scroll-behavior: smooth;
}

/* Webkit scrollbar hiding */
.product__media-wrapper::-webkit-scrollbar,
.product__media-gallery::-webkit-scrollbar,
.product__media-list::-webkit-scrollbar,
.thumbnail-list::-webkit-scrollbar,
.product__column-sticky::-webkit-scrollbar,
media-gallery::-webkit-scrollbar,
slider-component::-webkit-scrollbar,
.slider-mobile-gutter::-webkit-scrollbar,
#GalleryViewer-template--*::-webkit-scrollbar,
.thumbnail-slider::-webkit-scrollbar,
.slider--tablet-up::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

/* Additional specific targeting for webkit browsers */
.product__media-list::-webkit-scrollbar-track,
.product__media-list::-webkit-scrollbar-thumb,
.thumbnail-slider::-webkit-scrollbar-track,
.thumbnail-slider::-webkit-scrollbar-thumb {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
  border: none !important;
}

/* Ensure smooth scrolling remains */
.product__media-list,
.thumbnail-slider {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

/* Override any theme defaults that might be causing scrollbars */
.product__media-list > *,
.thumbnail-slider > * {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

/* Target any potential nested scrollable containers */
.product__media-wrapper *::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.discount-text-app-text .light.accent-text {
  color: #9D5542;
  
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 24px */
  letter-spacing: 0.75px;
  
}
.card__content .discount-text-app-text .light.accent-text   {
  font-size:12px;
  }
@media (max-width:768px) {
  .slider-buttons.mobile-shown {
    display:none!important;
  }
  .slider-buttons.mobile-shown .slider-buttons--dots {
    display:flex!important;
  }
  media-gallery .slider-counter__link{
    opacity:1;
  }
  .discount-text-app-text .light.accent-text {
    font-size:11.5px;
  }
  .discount-text-app-text {
    margin-bottom:5px;
  }
}

.product-popup-modal__button.size-chart-init svg  {vertical-align: middle;
    max-width: 20px;
    max-height: 20px;
    margin-right: .2rem;
}

@media (max-width:500px) {
  .product__info-wrapper {
    position:relative;
    top:0;
    
  }
  .breadcrumbs {
    margin-top: 15px!important;
    margin-bottom: 1px!important;
}
  .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
    margin-left:0;
    margin-right:0;
    }
    .product__media-wrapper .slider.slider--mobile  {
    scroll-padding-left: 0rem;
    }
    .product__media-wrapper  .slider.slider--mobile .slider__slide {
    display:block!important;
  }
  .product__media-wrapper .grid--peek.slider .grid__item:first-of-type,   .product__media-wrapper .grid--peek.slider .grid__item {
    margin:0;
    padding:0;
    width:100%;
    max-width:100%;
    margin-left:0;
    min-width:100%;
  }
  media-gallery .slider-counter__link .dot {
    top: -1px;
    height: 8px;
    width: 8px;
    margin: 0 0px;
    background-color: transparent;
    border-radius: 50%;
  
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left: -1px;
    padding: 0;
    margin: 0;
    
  }
  media-gallery .slider-counter__link {
    position:relative;
    border:1px solid white;
  }
  [data-oke-star-rating], .product__info-wrapper .no-js-hidden{
    margin-bottom:0!important;
    padding-bottom:0!important;
  }
  .option-value-input + .option-value-swatch-wrapper .swatch-inner {
    
    width:35px;
  }
  .option-value-input + .option-value-swatch-wrapper {
    position: relative;
    height: 35px;
    padding: 0;
    width: 35px;
    cursor: pointer;
    border: 0;
    box-shadow: 0 0 0 0.0625rem rgba(33, 33, 33, 0);
    transition: box-shadow 0.15s ease;
}
.main-form legend.form__label {
  width: 100%;
  display: flex
;
  justify-content: space-between;
  align-items: center;
 
}
.main-form.flex-start legend.form__label {
  justify-content:flex-start;
  align-items:center;
}
.main-form.flex-start legend.form__label .option-swatch-value {
  border-top: none;
    padding-top: 0px;
    line-height: normal;
    margin-left: .5rem;
    padding-bottom: 0;
}
fieldset.product-form__input .form__label {
  margin-bottom: 0px;
} 
media-gallery .slider-counter__link .dot.active,   .slider-counter__link--dot.slider-counter__link--active .dot {
background-color:#fff;
}
.slider-counter__link--dot.slider-counter__link--active {
  background-color:#fff!important;
  border-color:#fff!important;
}.main-form .form__label, .size-chart-init {
font-size:14px;
line-height:160%;
letter-spacing:.7px;
font-weight:300;
color:#000!important;
}


}


.option-value-input + .option-value-swatch-wrapper .swatch-inner {
    height: 39px;
  width: 39px;
}
.option-value-input:checked + .option-value-name, .option-value-input + .option-value-name {
  color: #212121;
 
  width: 39px;
  height: 39px;
  border-radius: 100%;
  font-size: 12px;
  padding: 0;

  text-align:center;
  vertical-align:Middle;
  line-height: 39px;
  display:inline-block;
}
legend.option-header {
  display:block;
  padding:0;
  margin:0;
  padding-inline:0;
  font-size:15px;
  line-height:15px;
}
.option-header .option-name {
 color:#000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 60%;
  letter-spacing: 0.75px;
}

.option-value-input + .option-value-name {
font-size:8px!important;
padding:0!important;
white-space:nowrap;

}
.option-value-input + .option-value-swatch-wrapper {
  position: relative;
  height: 39px;
  padding: 0;
  width: 39px;
  cursor: pointer;
  border: 0;
  box-shadow: 0 0 0 0.0625rem rgba(33, 33, 33, 0);
  transition: box-shadow 0.15s ease;
}

.product-popup-modal__button.size-chart-init svg {
  display:none;
  text-decoration:none;
}
.product-popup-modal__button.size-chart-init { 
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 24px */
  letter-spacing: 0.75px;
  text-decoration:none;
}
hr.grey-sep {
 display:none;
}

.product-form__submit.button, ul.complementary-wrapper .product-form__buttons .button {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.product-template variant-radios .product-form__input[data-index=option0] {
  position:relative;
}
@media (min-width:769px) {
.product-template variant-radios .product-form__input[data-index=option0]::after {
  width: 100%;
        border-top: 1px solid #CFCFCF;
        display: block;
        
        position: absolute;
        top: 8vh;

}
.product-template variant-radios .product-form__input[data-index=option0]::before {
  border-top: 1px solid #CFCFCF;
  display: block;

  position: absolute;
  top: -7vh;
  width: 100%;
  height: 4px;
}
.size-circle .form__label {
  width:100%;
  display:flex;
  flex-flow:nowrap;
  align-items:center;
  justify-content:center;
  margin:0;

}
.product-template variant-radios .product-form__input[data-index=option1] {
  margin-top:3rem;
}
.main-variants {
padding-top:2rem;
}

}
.size-circle .option-value-input + .option-value-name {
  width: 39px;
  height: 39px;
  background:transparent;
  font-size:11px;
  flex-shrink: 0;
  border:1px solid #EAEAEA;
  line-height: 2px;
  display: flex
;
    align-items: center;
 
    justify-content: center;
    overflow:hidden;
    flex-flow:wrap;
    text-transform:uppercase;
    margin-bottom:0;
    line-height:11px;
    letter-spacing:0;
    font-size:9px;
  
} fieldset.product-form__input .form__label {
  padding-top:20px;
}
.size-circle .option-swatch-value, fieldset.product-form__input .form__label {
margin-left:2px;
font-family: "Open Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 24px */
letter-spacing: 0.75px;
color:#000;

width:100%;
margin:0;

padding-bottom:13px;

}
.option-value.variant-input  {
  margin-right:10px;

}
fieldset.product-form__input .form__label {

  border-top:1px solid #CFCFCF;
}

.size-circle legend.form__label {
padding-top:30px;
padding-bottom:15px;
}
.size-circle .option-swatch-value , .option-value-input + .option-value-name{
  
padding-top:0px;


padding-bottom:0;
}

fieldset.product-form__input .form__label { padding-bottom:10px;
font-size:15px; z-index: 99;}

.option-value-input:checked + .option-value-name, 
.option-value-input + .option-value-name {
  border-color:#000;
}
.option-value-input:checked+.option-value-swatch-wrapper {
box-shadow:unset!important;
border-color:#000!important;
border:1px solid;
}
.option-value-input + .option-value-swatch-wrapper {
  box-shadow:unset!important;
}
@media (min-width:1800px) {
.product-template variant-radios .product-form__input[data-index=option0]::before {

  top:-5vh;
}
}
.product__info-container .product__description  {
  margin-top:2rem;
}
.tabs li ul.current {
  padding-top:2.2rem;
}
.replace {
  color: #6F6F6F;

font-family: "Open Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 24px */
letter-spacing: 0.75px;
display:block;
margin-top:14px;
margin-bottom:0;
padding:0;
}


@media screen and (max-width: 749px) {
  .replace {
    font-family: "Open Sans";
font-size: 11.5px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 11.5px */
letter-spacing: 0.575px;
margin:0;
padding:0;
  }
  
  .grid.product, .product.grid__item, .product .grid__item { 
    margin:0!important;
    padding-left:0!important;
  }
  .product.grid .product__info-wrapper sticky-product-info{
    padding-left:2rem!important;
    width:100%;
    max-width:100%;
    position:relative;
    padding-right:2rem!important;
  }
  .product.grid .product__info-wrapper {
    margin:0;
    position:relative;
display:flex;flex-direction:column; 
    padding:0;
    max-width:100%;
  }
  .product-template .price__container {
    padding-bottom:2.5rem;
  }
 fieldset.product-form__input .form__label {
    padding-top:10px;
  }
  .product-template variant-radios .product-form__input[data-index=option0] {
    padding-bottom:10px;
  }
  variant-selects .product-form__input {
    padding-bottom:10px;
  }
  .product-template product-info product-form:not(.comp-product-form) {
    /* position: fixed;
    top: 86%;
    width: 90vw;
    margin: 0 auto;
    left: 0;
    right: 0; */
  }
  .option-value-input:checked + .option-value-name, .option-value-input + .option-value-name, .complementary-slide .option-value-input:checked + .option-value-name, .complementary-slide .option-value-input + .option-value-name {
    font-size:11.5px;
    width:35px;
    height:35px;
   
  }

  
  .option-value-input:first-child + .option-value-name, .complementary-slide .option-value-input:first-child + .option-value-name
{
  margin-left:0;
}
.product__info-container .product__description {
  margin-top:2rem;
}
product-recommendations:not(.is-accordion) .complementary-products__container {
  padding-top:3rem;
}
.non-bundle-product.shows, .bundle-product.shows {
  width:49%;
  max-width:48%;
}
.wrapp-all-header .product-form__submit {
height:35px;
}
.product__title {
  padding-top:11px;
}
.product__title h1 {
font-family: Optima;
font-size: 25px;
font-style: normal;
font-weight: 400;
line-height: 125%; /* 31.25px */
letter-spacing: 0.75px;
}
sticky-product-info .price__regular.is-open .price-item {
  font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.7px;
    padding-top:0px;
}
.replace {
  padding-bottom:2.5rem;
}
.product-template .price__container  {
  padding-bottom:0;
  padding-top:10px;
  display:none;
}
.product-popup-modal__button.size-chart-init, fieldset.product-form__input .form__label {
 
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.7px;
}
fieldset.product-form__input .form__label {
  padding-bottom:10px;
}
hr.grey-sep.mobile-child{
  display:block;
height:1px;
  background:#CFCFCF;
margin-top:20px;
margin-bottom:20px;}
.option-value-input + .option-value-swatch-wrapper .swatch-inner {
  width:35px;
  height:35px;
}
.product-template .rte p {
  color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.7px;
}

}
.replace.desktop-only shopify-payment-terms{
  display:block!important;
}
.replace.mobile-only shopify-payment-terms{
  display:none!important;
}
.size-circle .option-swatch-value {
  margin-left:2px;
}
@media screen and (max-width: 749px) {
  product-form.main-element .product-form__buttons button {
    position: sticky;
    bottom: 0;
  
    padding: 1rem;
    z-index: 100;

    width: 100vw;
  }

  /* Create a boundary for the sticky positioning */
  product-recommendations {
    position: relative;
    z-index: 101;
  }
  .replace.desktop-only shopify-payment-terms{
    display:none!important;
  }
  .replace.mobile-only shopify-payment-terms {
    display:block!important;
  }
}
.replace a {
  color:inherit;
  text-decoration:underline;
}

.form-options{
 
}
 
#bundle-options-1 {


}
@media screen and (min-width: 1024px) {
 
#bundle-options-1 fieldset.form-options-1 {
  border-bottom:1px solid #CFCFCF;
  
  margin-top:14px;
  padding-top:13px;
  margin-bottom:13px;
  padding-bottom:20px;
}
fieldset.form-options-2{
  margin-bottom:13px;
  padding-bottom:20px;
      border-bottom:1px solid #CFCFCF;

}
fieldset.form-options-2 {
  margin-bottom:0;
}
#bundle-options-2{
  display: flex;

      flex-flow: wrap;

}
.option-values,.js .form-options.js-required {
  width:100%;
}
.js .form-options.js-required { 
  display:flex;
  flex-flow:wrap;
}
legend.option-header {
  width:100%;
}
.size-wrap, legend.option-header{
  flex:1;
  align-self:center;
}
.size-chart-opener {
  width: 100%;
  align-self: flex-end;
  justify-self: flex-end;
  display: flex
;
  align-items: flex-end;
  justify-content: flex-end;
}
.size-chart-button {
  font-family: "Open Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 24px */
letter-spacing: 0.75px;
text-decoration:none;
}.data-sizes, .bundle-options.product-options-container{
	margin-bottom: 10px
}
.data-sizes .option-value-name{
  min-width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  margin: 0;
  border: 1px solid rgba(33, 33, 33, 0.1);
  cursor: pointer;
  padding: 0 0px !important;
}

.thumbnail-slider {
  overflow-y: auto;
  height: 600px; /* Match your layout */
  scroll-behavior: smooth;
}.thumbnail-slider {
  overflow-y: auto;
  scroll-behavior: smooth;
  max-height: 600px; /* Ensure container height is fixed */
  scrollbar-width: none; /* Hide scrollbar */
}

.thumbnail-slider::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Webkit browsers */
}

.thumbnail-list__item {
  height: 90px; /* Ensure consistent height for thumbnails */
}
}
@media screen and (min-width:1024px) {
  .thumbnail-slider .thumbnail-list.slider--tablet-up {
    overflow-y: unset;
    scroll-snap-type: y mandatory;
    overflow-x: unset;
    
  
}

}
/* .thumbnail-slider.product-page-slider--vertical {
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.thumbnail-slider.product-page-slider--vertical .thumbnail-list {
  overflow-y: visible;
  scroll-snap-type: y mandatory;
} */


/* Enhanced sticky styles */
@media screen and (min-width: 750px) {
  .product__info-wrapper.is-sticky {
    position: sticky;
    top: 3rem;
    z-index: 2;
    transition: transform 0.3s ease-out;
    will-change: transform;
    align-self: flex-start;
  }

  .product__media-wrapper.is-sticky {
    position: sticky;
    top: 3rem;
    z-index: 2;
    height: fit-content;
    max-height: 90vh;
    overflow: visible;
  }



  .thumbnail-slider.is-sticky::-webkit-scrollbar {
    display: none;
  }




}

/* Mobile styles */
@media screen and (max-width: 749px) {
  .product-form__buttons button {
    position: sticky;
    bottom: 0;
    z-index: 100;
    width: 100%;
    padding: 1rem;
  }

  .product__info-wrapper,
  .product__media-wrapper {
    position: relative;
  }
  .product__media-list {
    max-width:100%;
  }
  .product-form__buttons-wrapper {
    max-width:100%;
    position:relative;
    overflow:hidden;
  }
  .product-form__buttons {
    max-width:100%;
    padding:0;
    top:93%;
  }
  product-form.main-element .product-form__buttons button {
    max-width:95%;
    padding:0;
    margin:0 auto;
  
  }
}
.discount-text-app-text {
  margin-bottom:0;
  padding:0;
}

/* Calculate exact aspect ratio: 375/499 = 0.7515 */
:root {
  --pdp-aspect-ratio: 75.15%; /* 375/499 = 0.7515 (height/width) */
  --pdp-mobile-aspect-ratio: 133.07%; /* 499/375 = 1.3307 (100/0.7515) */
}

/* Main image container */
.product__media-wrapper {
  --ratio: 0.7515;
  --preview-ratio: 0.7515;
}

.product__media.media--transparent {
  padding-top: min(133.07%, 100vh); /* Prevents overflow while maintaining ratio */
}

/* Mobile optimization */
@media (max-width: 749px) {
  .product__media-item {
    aspect-ratio: 375/499; /* Fallback for modern browsers */
  }
  
  .product__media-item img {
    width: 100%;
    height: 100% !important; /* Override any inline styles */
    object-fit: cover;
    object-position: center center;
  }

  .product__media-wrapper .grid--peek.slider .grid__item {
    width: 100vw !important;
    min-width: 100vw !important;
    scroll-snap-align: start;
  }
}

/* Remove conflicting styles */
@media (max-width: 500px) {
  .product__media-wrapper .grid--peek.slider .grid__item:first-of-type,
  .product__media-wrapper .grid--peek.slider .grid__item {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}

/* Ensure image fills container */
.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%;
  object-fit: cover;
}
.active.tablinks {
  color: #000;
font-family: "Open Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 250%; /* 37.5px */
letter-spacing: 1.5px;
text-transform: uppercase;

}
.complimentary-slide .option-value-input + .option-value-name {
  line-height:9px!important;
}
.comp-form .button--secondary {
  font-family: "Open Sans";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 15px */
letter-spacing: 1.5px;
text-transform: uppercase;
border:1px solid black;
}

@media screen and (min-width: 1024px) { 

/* .disable-sticky-scroll {
  position: relative !important;
  top: auto !important;
  z-index: 1 !important;
} */

/* Disable sticky when 4th image is present
media-gallery.has-fourth-image .product__media-gallery,
media-gallery.has-fourth-image .product__info-container--sticky {
  position: relative !important;
  top: auto !important;
  z-index: auto !important;
} */

/* Alternative: If you want to target via 4th image's class
.disable-sticky-trigger .product__info-wrapper {
  position: relative !important;
  top: auto !important;
} */

/* .disable-sticky-trigger .product__column-sticky, .disable-sticky-trigger media-gallery .slider-mobile-gutter.thumbnail-slider {
  position:relative;
} */


.product__media-list {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: auto !important; /* Add this to ensure scroll works */
  height: 100vh; /* Add this to enable scrolling */
  scroll-behavior: smooth;
  
}

}
@media screen and (min-width: 777px) and (max-width:1024px){ 
media-gallery .slider-mobile-gutter {
  display: block;
  min-width: 37.46vw;
  max-width: 47vw;
}
}
@media screen and (min-width: 1024px) { 
.product__title h1 {font-family: Optima;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 125%; /* 50px */
}
}
@media screen and (max-width: 1024px) { 
.product__media-item.is-active {

opacity:1;

}
}
@media screen and (max-width: 749px) {
  .product.grid .product__info-wrapper{    padding-left:20px!important;
    padding-right:20px!important;
  }
  /* Ensure media gallery container is visible */
  media-gallery {
    display: block !important;
    width: 100%;
    order: -1; /* Move gallery above product info */
  }

  /* Show main media items */
  .product__media-list {
    display: flex !important;
    flex-direction: row;
    margin-left: 0;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  /* Ensure individual media items are visible */
  .product__media-item {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
    opacity: 1 !important;
    display: block !important;
  }

  /* Reset desktop-specific styles */
  .product--thumbnail .product__media-item,
  .product--thumbnail_slider .product__media-item {
    width: 100% !important;
    opacity: 1 !important;
  }

  /* Fix thumbnail slider layout */
  .thumbnail-slider {
    display: none !important; /* Hide thumbnails on mobile */
  }
}
.card-information .discount-text-app-text {
  padding-top:50px!important;
}


complementary-variant-selects fieldset + fieldset.product-form__input, upsell-variant-selects fieldset + fieldset.product-form__input {
  margin-bottom: 0;
}


deliverr .deliverr-sla-7day {
  position: relative;
  display: flex
;
  flex-flow: wrap;
  align-items: center;
}
deliverr .deliverr-sla-7day::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  margin-right: 5px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12' fill='none'%3E%3Cpath d='M9 3H12C12.5304 3 13.0391 3.21071 13.4142 3.58579C13.7893 3.96086 14 4.46957 14 5V9H12.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2 9H1V2C1 1.73478 1.10536 1.48043 1.29289 1.29289C1.48043 1.10536 1.73478 1 2 1H8C8.26522 1 8.51957 1.10536 8.70711 1.29289C8.89464 1.48043 9 1.73478 9 2V9' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.5 9H6' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.75 11C9.7835 11 9 10.2165 9 9.25C9 8.2835 9.7835 7.5 10.75 7.5C11.7165 7.5 12.5 8.2835 12.5 9.25C12.5 10.2165 11.7165 11 10.75 11Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 11C3.0335 11 2.25 10.2165 2.25 9.25C2.25 8.2835 3.0335 7.5 4 7.5C4.9665 7.5 5.75 8.2835 5.75 9.25C5.75 10.2165 4.9665 11 4 11Z' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;

}
.deliverr-zip-deliver-to-text {color: #000;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.75px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;

border:none;
}
.inventoryNote-wrapper, .css-y3bazm , .deliverr-label span  {
  color: #000;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.75px;
}
.deliverr-label, .css-1xx31kc .deliverr-cart-minimum, .deliverr-label-free, .deliverr-label span.deliverr-delivery.css-drq518 {
  color: #000;
font-family: "Open Sans"!important;
font-size: 15px!important;
font-style: normal!important;
font-weight: 600!important;
margin:0!important;
line-height: 160%!important;
letter-spacing: 0.75px!important;}

.css-1xx31kc {
  margin:10px 0px!important;
}
.css-1andrx3 {
  color: #000;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;

}
.css-h1plvi {
  display:none!important;
}
#shopify-installments-content {
  color: #6F6F6F;
  font-family: "Open Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.75px;
}

.product-form-desktop {
  display:block;
  width:100%;
}
.product-form-mobile {
display:none;
width:100%;
}

@media (max-width:769px) {
  
  .product-form-desktop {
    display:none;
  }
  .product-form-mobile {

    display:block;
  }
  .product__info-container .price .price-item {
    font-family: "Open Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 22.4px */
letter-spacing: 0.7px;
  }
  .product-template .price__container{
    padding-top:0;
  }
  .deliverr-label, .css-1xx31kc .deliverr-cart-minimum, .deliverr-label-free, .deliverr-label span.deliverr-delivery.css-drq518 {
    font-size: 11.5px !important;
    font-style: normal !important;
    line-height: 100% !important; /* 11.5px */
    letter-spacing: 0.575px !important;
  }
  
  .inventoryNote-wrapper, .css-y3bazm, .deliverr-label span {
    font-size: 11.5px;
    font-style: normal;
    line-height: 100%; /* 11.5px */
    letter-spacing: 0.575px;
  }
  
  .css-1andrx3 {
    font-size: 11.5px;
    font-style: normal;
    line-height: 100%; /* 11.5px */
    letter-spacing: 0.575px;
  }
  fieldset.product-form__input .form__label {
    padding-top:10px;
  }
  .product-template variant-radios .product-form__input[data-index=option0] {
    padding-bottom:10px;
  }
  .product-template  variant-selects .product-form__input {
    padding-bottom:10px;
  }
}
.deliverr-zip-deliver-to-text {
  border-bottom:none!important;
}
.unstick {
  position:relative!important;
  overflow-y:hidden!important;
}

.disable-sticky {
  position: relative !important;
  top: auto !important;
  z-index: auto !important;
}
@media screen and (max-width: 768px) {
  div.product-form .product-form__buttons,
  .product-form-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 1rem;
    /* box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); */
    transform: translateY(0);
    transition: transform 0.3sease;
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 999;
  }

  .product-form-mobile.unsticky {
    position: static;
    transform: translateY(100%);
  }

  /* Adjust spacing if needed */
  .product-form-mobile .product-form__buttons {
    margin: 0;
  }

  div.product-form .product-form__submit {
    margin-bottom: 0;
  }
}