/** Shopify CDN: Minification failed

Line 1822: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: sticky;
    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;
}

/* =============================================================
   NEKORA – NORRFJÄLLEN-INSPIRERAT PRODUKTGALLERI
   Avgränsat till .nekora-product-gallery för att inte påverka
   andra sliders, produktkort eller bildgallerier i temat.
============================================================= */

.nekora-product-gallery {
  display: block;
  width: 100%;
  max-width: 56rem;
  margin-inline: auto;
}

.nekora-product-gallery,
.nekora-product-gallery * {
  box-sizing: border-box;
}

/* Rensa gamla ramar, skuggor och onödiga marginaler i huvudgalleriet. */
.nekora-product-gallery .global-media-settings,
.nekora-product-gallery .product__media,
.nekora-product-gallery .product__modal-opener,
.nekora-product-gallery .deferred-media {
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

.nekora-product-gallery slider-component[id^="GalleryViewer-"] {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 !important;
}

.nekora-product-gallery .product__media-list {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.nekora-product-gallery .product__media-list::-webkit-scrollbar,
.nekora-product-gallery .thumbnail-list::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.nekora-product-gallery .product__media-item,
.nekora-product-gallery .product__media-item.grid__item.slider__slide {
  flex: 0 0 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  scroll-snap-align: start;
}

.nekora-product-gallery .product__media-item > *,
.nekora-product-gallery .product__modal-opener,
.nekora-product-gallery .product__media-toggle,
.nekora-product-gallery .product__media {
  width: 100% !important;
  max-width: 100% !important;
}

/* Samma rena, nästan kvadratiska huvudbild som i Norrfjällen. */
.nekora-product-gallery .product__media,
.nekora-product-gallery .product__media.media,
.nekora-product-gallery .main--product__media--small.media,
.nekora-product-gallery .main--product__media--medium.media,
.nekora-product-gallery .main--product__media--large.media,
.nekora-product-gallery .deferred-media.media {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  padding-top: 0 !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  border-radius: 0.6rem !important;
  background: #f7f5f1 !important;
}

.nekora-product-gallery .product__media > img,
.nekora-product-gallery .product__media > a,
.nekora-product-gallery .product__media > a > img,
.nekora-product-gallery .media > img,
.nekora-product-gallery .media > a,
.nekora-product-gallery .media > a > img,
.nekora-product-gallery .deferred-media__poster,
.nekora-product-gallery .deferred-media__poster > img,
.nekora-product-gallery video,
.nekora-product-gallery iframe,
.nekora-product-gallery model-viewer {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Thumbnailrad – små, jämna bilder i en horisontell rad. */
.nekora-product-gallery .thumbnail-slider {
  position: relative;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  margin: 1.2rem auto 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.nekora-product-gallery .thumbnail-slider > .slider-button {
  display: none !important;
}

.nekora-product-gallery .thumbnail-list,
.nekora-product-gallery .thumbnail-list.slider,
.nekora-product-gallery .thumbnail-list.slider--tablet-up {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 0.8rem !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x proximity;
  scroll-padding-inline: 0 !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.nekora-product-gallery .thumbnail-list__item,
.nekora-product-gallery .thumbnail-list__item.slider__slide {
  position: relative;
  flex: 0 0 6.2rem !important;
  width: 6.2rem !important;
  min-width: 6.2rem !important;
  max-width: 6.2rem !important;
  margin: 0 !important;
  padding: 0 !important;
  scroll-snap-align: start;
}

.nekora-product-gallery .thumbnail-list__item::before {
  display: block;
  padding-bottom: 100% !important;
}

.nekora-product-gallery .thumbnail {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #ffffff !important;
  border: 0.1rem solid #dedede !important;
  border-radius: 0.2rem !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

.nekora-product-gallery .thumbnail:hover {
  opacity: 0.82 !important;
}

.nekora-product-gallery .thumbnail[aria-current="true"],
.nekora-product-gallery .thumbnail[aria-current] {
  border-color: #171717 !important;
  box-shadow: inset 0 0 0 0.1rem #171717 !important;
}

.nekora-product-gallery .thumbnail img,
.nekora-product-gallery .thumbnail--wide img,
.nekora-product-gallery .thumbnail--narrow img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.nekora-product-gallery .thumbnail__badge {
  right: 0.3rem !important;
  top: 0.3rem !important;
  left: auto !important;
  width: 1.8rem !important;
  height: 1.8rem !important;
  border: 0 !important;
  background: #ffffff !important;
  box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, 0.16) !important;
}

/* Desktop: rundade navigeringspilar ovanpå huvudbilden. */
@media screen and (min-width: 750px) {
  .nekora-product-gallery .product__media-item:not(.is-active) {
    display: none !important;
  }

  .nekora-product-gallery slider-component[id^="GalleryViewer-"] > .slider-buttons {
    position: absolute !important;
    top: 50% !important;
    left: 1.4rem !important;
    right: 1.4rem !important;
    z-index: 5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: auto !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
  }

  .nekora-product-gallery slider-component[id^="GalleryViewer-"] > .slider-buttons .slider-counter {
    display: none !important;
  }

  .nekora-product-gallery slider-component[id^="GalleryViewer-"] > .slider-buttons .slider-button {
    position: static !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 4.2rem !important;
    width: 4.2rem !important;
    height: 4.2rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.94) !important;
    color: #111111 !important;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.14) !important;
    transform: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .nekora-product-gallery slider-component[id^="GalleryViewer-"] > .slider-buttons .slider-button[disabled] {
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .nekora-product-gallery slider-component[id^="GalleryViewer-"] > .slider-buttons .slider-button .icon {
    width: 1.4rem !important;
    height: 1.4rem !important;
  }

  .nekora-product-gallery .thumbnail-list--center-desktop {
    justify-content: center !important;
  }
}

/* Mobil: huvudbild över hela galleriområdet och fem mindre thumbnails. */
@media screen and (max-width: 749px) {
  .nekora-product-gallery {
    max-width: none;
    margin-inline: 0;
  }

  .nekora-product-gallery slider-component[id^="GalleryViewer-"] > .slider-buttons {
    display: none !important;
  }

  .nekora-product-gallery .product__media-list {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .nekora-product-gallery .product__media-item,
  .nekora-product-gallery .product__media-item.grid__item.slider__slide,
  .nekora-product-gallery .product__media-item--variant:first-child {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  .nekora-product-gallery .product__media,
  .nekora-product-gallery .product__media.media,
  .nekora-product-gallery .main--product__media--small.media,
  .nekora-product-gallery .main--product__media--medium.media,
  .nekora-product-gallery .main--product__media--large.media,
  .nekora-product-gallery .deferred-media.media {
    border-radius: 0 !important;
  }

  .nekora-product-gallery .thumbnail-slider {
    margin-top: 1rem !important;
  }

  .nekora-product-gallery .thumbnail-list,
  .nekora-product-gallery .thumbnail-list.slider,
  .nekora-product-gallery .thumbnail-list.slider--tablet-up {
    gap: 0.7rem !important;
  }

  .nekora-product-gallery .thumbnail-list__item,
  .nekora-product-gallery .thumbnail-list__item.slider__slide {
    flex-basis: 5.8rem !important;
    width: 5.8rem !important;
    min-width: 5.8rem !important;
    max-width: 5.8rem !important;
  }

  .nekora-product-gallery .thumbnail-list--center-mobile {
    justify-content: center !important;
  }
}

/* =============================================================
   NEKORA GALLERY V2 – FULLBREDD MOBIL + TÄTARE PRODUKTBILD
   Lägger endast på sista finjusteringarna efter första galleri-fixen.
============================================================= */

/* Gör själva produkten större i den första huvudbilden. Bildfilen har
   mycket tom bakgrund, därför krävs en lätt beskärning/zoom för att
   motivet ska fylla ytan mer likt Norrfjällen. */
.nekora-product-gallery .nekora-product-hero-media .product__media img,
.nekora-product-gallery .nekora-product-hero-media .media img {
  transform: scale(1.13) !important;
  transform-origin: center center !important;
}

@media screen and (max-width: 749px) {
  /* Ta bort produktsektionens tomrum under headern. */
  [data-section-type="main-product"] {
    padding-top: 0 !important;
  }

  /* Ta bort Bootstrap-guttern endast från bildkolumnen så att
     huvudbilden kan gå nästan kant till kant som hos Norrfjällen. */
  [data-section-type="main-product"] .product__media-column {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Behåll normal läsbar sidmarginal runt titel, pris och köpdel. */
  [data-section-type="main-product"] .product__content-column {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  /* Minska det stora mellanrummet mellan thumbnails och recension/titel. */
  [data-section-type="main-product"] .product__info-container {
    padding-top: 1.1rem !important;
  }

  /* Norrfjällen visar inte zoomsymbolen ovanpå mobilens huvudbild. */
  .nekora-product-gallery .product__media-icon {
    display: none !important;
  }

  /* Lite starkare zoom på liten skärm för att produkten ska dominera bilden. */
  .nekora-product-gallery .nekora-product-hero-media .product__media img,
  .nekora-product-gallery .nekora-product-hero-media .media img {
    transform: scale(1.16) !important;
  }
}

/* =============================================================
   NEKORA GALLERY V3 – FUNGERANDE DESKTOPPILAR + VÄNSTERSTÄLLDA
   THUMBNAILS PÅ DESKTOP OCH MOBIL
============================================================= */

/* Thumbnailraden ska alltid börja från vänster, även när bara två till
   fem medier finns. Detta ersätter tidigare centerjustering. */
.nekora-product-gallery .thumbnail-list,
.nekora-product-gallery .thumbnail-list.slider,
.nekora-product-gallery .thumbnail-list.slider--tablet-up,
.nekora-product-gallery .thumbnail-list--center-desktop,
.nekora-product-gallery .thumbnail-list--center-mobile {
  justify-content: flex-start !important;
}

@media screen and (min-width: 750px) {
  /* Båda pilarna visas och är klickbara. JavaScriptet i
     product-page-layout-1 växlar bilderna och loopar i båda riktningar. */
  .nekora-product-gallery slider-component[id^="GalleryViewer-"]
    > .slider-buttons
    .slider-button,
  .nekora-product-gallery slider-component[id^="GalleryViewer-"]
    > .slider-buttons
    .slider-button[disabled] {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
  }

  /* Thumbnails börjar exakt vid huvudbildens vänsterkant. */
  .nekora-product-gallery .thumbnail-slider {
    justify-content: flex-start !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media screen and (max-width: 749px) {
  /* Inga huvudbildspilar på mobil. Kunden använder thumbnails eller swipe. */
  .nekora-product-gallery slider-component[id^="GalleryViewer-"]
    > .slider-buttons {
    display: none !important;
  }

  /* Samma vänsterstart som Norrfjällen, men med en liten och avsiktlig
     innerkant så första thumbnailen inte ligger direkt mot skärmkanten. */
  .nekora-product-gallery .thumbnail-slider {
    justify-content: flex-start !important;
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
  }

  .nekora-product-gallery .thumbnail-list,
  .nekora-product-gallery .thumbnail-list.slider,
  .nekora-product-gallery .thumbnail-list.slider--tablet-up {
    justify-content: flex-start !important;
    scroll-padding-left: 0 !important;
  }
}


/* =============================================================
   NEKORA GALLERY V4 – HELBREDD HUVUDBILD PÅ MOBIL
   ```css
/* =============================================================
   NEKORA GALLERY V5 – VISA HELA FÖRSTA PRODUKTBILDEN
   Tar bort beskärning och all extra inzoomning.
============================================================= */

/* Första huvudbildens bakgrund och bildyta */
.nekora-product-gallery
.nekora-product-hero-media
.product__media,

.nekora-product-gallery
.nekora-product-hero-media
.media {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background: #ffffff !important;
}

/* Visa hela första produktbilden */
.nekora-product-gallery
.nekora-product-hero-media
.product__media > img,

.nekora-product-gallery
.nekora-product-hero-media
.product__media > a > img,

.nekora-product-gallery
.nekora-product-hero-media
.media > img,

.nekora-product-gallery
.nekora-product-hero-media
.media > a > img,

.nekora-product-gallery
.nekora-product-hero-media
img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  object-fit: contain !important;
  object-position: center center !important;

  transform: none !important;
  transform-origin: center center !important;
  scale: 1 !important;
  zoom: 1 !important;

  background: #ffffff !important;
}

/* Säkerställ att länken runt bilden fyller hela bildytan */
.nekora-product-gallery
.nekora-product-hero-media
.product__media > a,

.nekora-product-gallery
.nekora-product-hero-media
.media > a {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Mobil */
@media screen and (max-width: 749px) {
  .nekora-product-gallery
  .nekora-product-hero-media
  .product__media > img,

  .nekora-product-gallery
  .nekora-product-hero-media
  .product__media > a > img,

  .nekora-product-gallery
  .nekora-product-hero-media
  .media > img,

  .nekora-product-gallery
  .nekora-product-hero-media
  .media > a > img,

  .nekora-product-gallery
  .nekora-product-hero-media
  img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
    transform: none !important;
    scale: 1 !important;
    zoom: 1 !important;
  }
}
```

   Tar bort den sista horisontella containermarginalen utan att
   påverka titel, pris eller köpsektion.
============================================================= */
@media screen and (max-width: 749px) {
  /* main-product är samtidigt en Bootstrap/container-fluid-wrapper.
     Det var denna horisontella padding som gav cirka 12 px vitt på
     båda sidor om huvudbilden. */
  [data-section-type="main-product"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Neutralisera radens eventuella gutter/marginal så bildkolumnen
     verkligen använder hela den tillgängliga bredden. */
  [data-section-type="main-product"] > .product {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Ta bort all kvarvarande horisontell padding i själva mediekedjan. */
  [data-section-type="main-product"] .product__media-column,
  [data-section-type="main-product"] .product__media_container,
  [data-section-type="main-product"] .product__media-gallery,
  [data-section-type="main-product"] .nekora-product-gallery,
  [data-section-type="main-product"] slider-component[id^="GalleryViewer-"] {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Själva huvudbilden ska gå kant till kant i produktkortet. */
  [data-section-type="main-product"] .nekora-product-gallery .product__media-list,
  [data-section-type="main-product"] .nekora-product-gallery .product__media-item,
  [data-section-type="main-product"] .nekora-product-gallery .product__modal-opener,
  [data-section-type="main-product"] .nekora-product-gallery .product__media,
  [data-section-type="main-product"] .nekora-product-gallery .media {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Produktinformationen behåller läsbar sidmarginal. */
  [data-section-type="main-product"] .product__content-column {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
