/** Shopify CDN: Minification failed

Line 1425:0 Unexpected "}"

**/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.quick-ship-stock-note {
  /*background:rgb(255, 246, 252);*/
  border: 1px solid rgb(251, 198, 255);
  border-radius: 12px;
  font-size: 15px;
  font-weight: normal;
  padding: 12px 14px;
  margin-bottom: 16px;
  color: #444;
}

.quick-ship-stock-note p {
  line-height: 1.6;
  margin: 0 0 4px 0;
}

.quick-ship-stock-note ul {
  margin: 6px 0 0;
  padding-left: 18px;
  list-style-type: disc;
}

.quick-ship-arrival-note {
  font-size: 13px;
  color: #777;
  margin-top: 6px;
}


/* 🚛 Moody Quick Ship Badge */
.quick-ship-badge {
  background:rgba(255, 236, 254, 0.8);
  color: #6924a6;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
    box-shadow: 0 0 0 1px rgba(180, 120, 255, 0.15),
              0 4px 12px rgba(180, 120, 255, 0.12);
}

.moody-ship-note {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 12px;
  color: #1e1b2e; /* soft charcoal for main text */
  background: linear-gradient(135deg,rgba(255, 240, 251, 0.5) 0%,rgba(252, 224, 255, 0.5) 100%);
  padding: 10px 14px;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(190, 144, 255, 0.15);
  display: inline-block;
}

.moody-ship-note .moody-pink {
  color: #e86fa7; /* bubblegum pink */
}

.moody-ship-note .moody-gold {
  color: #f4b42a; /* soft golden honey */
}

.moody-ship-note .moody-blue {
  color:rgb(125, 112, 227); /* dreamy lilac-blue */
}

.moody-ship-note .moody-muted {
  color: #9ca3af; /* gentle muted gray */
}

.product-wrapper-for-color {
  position:relative;
  background: rgb(var(--color-background));
  z-index: 0;
}
.product-wrapper-for-color .product {
  margin-left: 0;
}
.product {
  padding:3rem 0 2rem 0;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;

}

.saso-default-message {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.product slider-components ul {
  position: relative;
-ms-flex-wrap: inherit;
    flex-wrap: inherit;
overflow-x: auto;
overflow-y: hidden;          /* ✅ stops the vertical wiggle */
  -webkit-overflow-scrolling: touch;
-ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
scroll-behavior: smooth;
scroll-padding-left: 1rem;
  -ms-flex-wrap: no-wrap;
      flex-wrap: no-wrap;
max-height: none;
}

.moody-quick-ship-link {
  text-decoration: none;
}

.quick-ship-badge {
  display: inline-block;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.quick-ship-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}


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

.product__media-wrapper {
  padding-left: 0;
  max-width: 500px;
}

.product-section .slider-buttons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
    background: none !important;
    border: none !important;
}
.product-section .slider-left {
  top: 0;
position: absolute;
  left:0;
  width:9%;
}
.product-section .slider-right {
top: 0;
right: 0 !important;
position: absolute;

left: inherit;
}
.product-section .slider-counter {
  display: none;
}
.product-section .slider-button {
  width: 60px;
height: 60px;
  background: none;
  border: none;
}
.product-section .slider-button .icon {
      height: 1.5rem;
    margin-top: 1rem;
}
.product-section .slider-button:not([disabled]):hover {
    border-color: var(--color-link-hover);
}

.product__info-wrapper {
  padding-left: 0;
  padding-bottom: 0;
}
.product__info-wrapper .button:before, .share-button__button .button:before{
  border: none;
 
}
.product__info-wrapper .button:hover {
-webkit-box-shadow: 0 0 0 .2rem rgba(var(--color-button),var(--alpha-button-border));
        box-shadow: 0 0 0 .2rem rgba(var(--color-button),var(--alpha-button-border));
}
.product__info-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: calc(var(--height) + 10rem);
  background: white;
  z-index: -1;
}

@media screen and (max-width: 749px) {
  .product-section {
    margin-top: 0;
    padding-top:0;
  }
  .product slider-components .grid__item {
  width: calc(100% - 3rem);
  }
  .slider-mobile-gutter {
  max-width: initial;
  }
  .product {
  padding-top:0;

}
    .product-section .slider-left {
    width:15%;
  }
}

@media screen and (min-width: 750px) {
  .product__info-container--sticky {
    top:4rem;
    z-index: 2;
    position: relative;
  }

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

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

@media screen and (min-width: 990px) {
  .product:not(.product--no-media) .product__media-wrapper {
    max-width: 50%;
    width: calc(64% - 1rem / 2);
  
  }

  .product:not(.product--no-media) .product__info-wrapper {
    padding-left: 0rem;
    max-width: 42%;
    width: calc(36% - 1rem / 2);
  }
}

/* Dynamic checkout */

.shopify-payment-button__button {
  border-radius: 0;
  min-height: 4.6rem;
  overflow: hidden;
}

.shopify-payment-button__button--unbranded {
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: .4rem !important;
    text-transform: uppercase;
    font-family: var(--font-heading-family);
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  -webkit-box-shadow: 0 0 0 0.1rem rgba(var(--color-base-text));
          box-shadow: 0 0 0 0.1rem rgba(var(--color-base-text));
}

.shopify-payment-button__button--unbranded:focus {
  outline: 0.3rem solid rgb(var(--color-foreground));
  outline-offset: 0.3rem;
}

.shopify-payment-button__button--unbranded:focus-visible {
  outline: 0.3rem solid rgb(var(--color-foreground));
  outline-offset: 0.3rem;
}

.shopify-payment-button__button--unbranded:focus:not(:focus-visible) {
  outline: 0;
}

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

/* Product form */

.product-form {
  display: block;
}

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

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

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

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

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

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

.product-form__input input[type='radio'] + label {
  border: 0.1rem solid rgba(var(--color-foreground), 0.55);
  border-radius: 4rem;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  display: inline-block;
  margin: 0.7rem 0.5rem 0.2rem 0;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-align: center;
  -webkit-transition: border var(--duration-short) ease;
  -o-transition: border var(--duration-short) ease;
  transition: border var(--duration-short) ease;
  cursor: pointer;
}

.product-form__input input[type='radio'] + label:hover {
  border: 0.1rem solid rgb(var(--color-foreground));
}

.product-form__input input[type='radio']:checked + label {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

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

/* Fallback */
.product-form__input input[type='radio']:focus + label {
  -webkit-box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
          box-shadow: 0 0 0 0.3rem rgb(var(--color-background)),
    0 0 0 0.5rem rgba(var(--color-foreground), 0.55);
}

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

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

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

.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: 1.5rem;
  letter-spacing: .1rem;
}

/* Product info */


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

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

.product__text {
  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: 1.5rem;
}

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

.product .price {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product .price--sold-out .price__badge-sold-out {
  background: transparent;
  color: rgb(var(--color-background));
  padding: 1rem 1.6rem 0 0.6rem;
  border: none;
}

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

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

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

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

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.product--no-media .product-form__quantity,
.product--no-media .product-form__input--dropdown {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}

.product--no-media fieldset.product-form__input {
  -ms-flex-wrap: wrap;
      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 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

/* Product media */

@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-components {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .slider.product__media-list {
    padding-bottom: 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);
  }

  .product__media-list .product__media-item:first-of-type {
    padding-left: 1.5rem;
  }
}

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

@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: 1.2rem;
  height: 1.4rem;
}

.product__media-icon {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3rem;
  width: 3rem;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  z-index: 1;
  -webkit-transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
  -o-transition: color var(--duration-short) ease, opacity var(--duration-short) ease;
  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: -webkit-zoom-in;
  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__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: 1;
  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: 101;
}

.product-media-modal__dialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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-media-modal__content > *:first-child {
    padding-top: 2rem;
  }

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 > * {
    max-width: 96%;
    width: 100%;
  }

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

  .product-media-modal__toggle {
    right: 4.8rem;
    top: 3.5rem;
  }
}

@media screen and (min-width: 990px) {
  .product-media-modal__content > * {
    max-width: 98%;
  }

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

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

  .product-media-modal__content > *:first-child {
    padding-top: 1.5rem;
  }

  .product-media-modal__toggle {
    right: 4.3rem;
    top: 3rem;
  }
}

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

.share-button {
  display: block;
  position: relative;
}

.share-button__button .icon-share {
  margin-right: 1rem;
}

.share-button__fallback {
  border: 0.1rem solid rgba(var(--color-foreground), 0.1);
  background: rgb(var(--color-background));
  padding: 2rem;
  position: absolute;
  top: 4rem;
  left: -0.1rem;
  z-index: 3;
  width: 100%;
}

.share-button__fallback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.share-button__fallback .button {
  margin-top: 1rem;
}

.share-button__fallback .icon-clipboard {
  height: 1.4rem;
  width: 1.8rem;
}

.share-button__message:not(:empty) {
  font-size: 1.2rem;
  text-align: right;
  display: block;
  margin-top: 0.5rem;
}

/* Product popup */

.product-popup-modal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  background: rgba(var(--color-foreground), 0.2);
  height: 100%;
}

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

.product-popup-modal__content {
  background-color: rgb(var(--color-background));
  overflow: auto;
  height: 80%;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 5rem;
  width: 92%;
  position: absolute;
  top: 0;
  padding: 0 1.5rem 0 3rem;
}

@media screen and (min-width: 750px) {
  .product-popup-modal__content {
    padding-right: 1.5rem;
    margin-top: 10rem;
    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: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    overflow-x: auto;
    white-space: nowrap;
    margin: 0;
  }
}

.product-popup-modal__opener {
  display: block;
}

.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;
  -webkit-transition: text-decoration-thickness var(--duration-short) ease;
  -o-transition: text-decoration-thickness var(--duration-short) ease;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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__info-wrapper .spr-starrating {
  -webkit-box-pack: left !important;
      -ms-flex-pack: left !important;
          justify-content: left !important;
}


/* Le Thumbs */

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

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

  .product--stacked .thumbnail-list {
    display: none;
  }


  .thumbnail-list {
    margin-left: -1rem;
  }

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

/*
@media screen and (min-width: 990px) {
  .thumbnail-list {
    margin-left: 0;
    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);
  }
}
.thumbnail-list_item--variant:not(:first-child) {
  display: none;
}
*/

/*
@media screen and (min-width: 990px) {
  .thumbnail-list {
    margin-left: 0;
    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);
  }
}

*/

  .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 1rem;
  flex: 1;
  scroll-padding-left: .5rem;
  margin-top: -2rem;
  margin-left: 0;
  margin-right: 0;
}

  .thumbnail-list__item.slider__slide {
    width: calc(25% - 0.6rem);
  }

@media screen and (max-width: 749px) {
.thumbnail-slider .thumbnail-list.slider {
  padding: 0 1rem;
  margin: 1rem 0rem 1rem 2rem;
}
  .thumbnail-slider {
   overflow:hidden;
    width:100%;
}
}
  .product--thumbnail_slider .thumbnail-slider {
    display: flex;
    align-items: center;
  }

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

  .product__media-gallery .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: block;
  }


/*
@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-color: transparent;
  border:1px solid #d8d8d8;
}

.thumbnail:hover {
  opacity: 0.7;
}

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

.thumbnail[aria-current] {
  border: 2px solid var(--color-link-hover);
}

.thumbnail[aria-current]: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]: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]:focus:not(:focus-visible) {
  outline: 0;
  box-shadow:none;
 
}

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


  .product:not(.product--small) .thumbnail__badge {
    height: 3rem;
    width: 3rem;
    position: absolute;
top: 0;
margin: .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__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;
  }
}

.product__media-list deferred-media {
min-width: 100%;
min-height: 100%;
}

/* Target ALL product images, regardless of Shopify inline sizing */

  .product__media {
    max-height: 620px;     /* your threshold */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
        /* --- Product gallery: cap extreme images without collapsing layout --- */

        /* 1) Force the main media viewport to have a real height */
        .product__media-list,
        .product__media-list .product__media-item,
        .product__media-list .product__modal-opener,
        .product__media-list .media,
        .product__media-list .deferred-media {
          overflow: hidden !important;   /* prevents empty scroll space */
        }

          /* 2) Force the image to fit INSIDE that viewport */
          .product__media-list img {
          width: 100% !important;
          height: 100% !important;
          object-fit: contain !important; /* shows whole pic */
          object-position: center !important;
          display: block;
          }

          .product__media.media img {
  object-fit: contain !important;
}

/* Only affects the "too tall" images we tagged */
.product__media.tm-media--capped {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Desktop cap */
@media screen and (min-width: 750px) {
  .product__media.tm-media--capped {
    max-height: 620px;
  }

  /* IMPORTANT: stop Dawn from treating it like an absolute-positioned ratio box */
  .product__media.tm-media--capped img {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 620px !important;
    object-fit: contain !important;
  }
}

/* Mobile cap (use viewport height so it doesn’t look chopped) */
@media screen and (max-width: 749px) {
  .product__media.tm-media--capped {
    max-height: 70vh;
  }

  .product__media.tm-media--capped img {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 70vh !important;
    object-fit: contain !important;
  }
}

/* 1) Make the media box the “viewport” */
.product__media.media {
  overflow: hidden;
}

/* 2) Force images to scale down to fit inside that viewport */
.product__media.media img {
  width: 100%;
  height: 100%;
  object-fit: contain;   /* <- THIS is shrink-to-fit */
  object-position: center;
}
.product__media.media img {
  position: absolute;
  inset: 0;
}

.moody-alt-btn {
  display: block;
  margin-top: 12px;
  padding: 12px 16px;
  text-align: center;
  font-weight: 600;
  border-radius: 12px;
  background: linear-gradient(135deg, #c084fc, #f472b6);
  color: white;
  text-decoration: none;
  transition: all 0.2s ease;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.18);
}
}

.moody-alt-btn:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.moody-alt-btn.alt {
  background: #f3f0ff;
  color: #ec4899;
  border: 1px solid #e9d5ff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.10);
}