/** Shopify CDN: Minification failed

Line 1870:1 Expected "}" to go with "{"

**/
/* ==========================================================================
   PREMIUM SENSE THEME - FULL PRODUCT PAGE (CLEAN & OPTIMIZED)
   ========================================================================== */

product-info {
  display: block;
}

.product {
  margin: 0;
  overflow-x: clip;
}

.product.grid {
  gap: 0;
}

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

.product__media-wrapper {
  padding-left: 0;
  position: relative;
  background: transparent !important;
  width: 100%;
}

/* ==========================================================================
   DESKTOP 2-COLUMN LAYOUT
   ========================================================================== */

@media screen and (min-width: 750px) {
  .product__column-sticky {
    display: block;
    position: sticky;
    top: 3.5rem;
    z-index: 2;
  }

  .product__info-wrapper {
    padding: 0 0 0 4.5rem;
  }

  .product--right .product__info-wrapper {
    padding: 0 4.5rem 0 0;
  }

  .product--right .product__media-wrapper {
    order: 2;
  }
}

@media screen and (min-width: 990px) {
  .product__media-wrapper,
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 53% !important;
    width: 53% !important;
  }

  .product__info-wrapper,
  .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 5.5rem !important;
    max-width: 47% !important;
    width: 47% !important;
  }
}

/* ==========================================================================
   HERO PHOTO (ORIGINAL CLEAN AUTO-FIT, ZERO GHOST GAPS)
   ========================================================================== */

.product-media-container,
.global-media-settings,
.media {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.product__media-list {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100% !important;
}

/* Only display active hero image on both mobile & desktop */
.product--thumbnail .product__media-item:not(.is-active),
.product--thumbnail_slider .product__media-item:not(.is-active),
.product__media-list .product__media-item:not(.is-active) {
  display: none !important;
}

.product__media-item.is-active,
.product__media-list > .product__media-item:only-child {
  display: block !important;
  width: 100% !important;
}

.product-media-container {
  --aspect-ratio: var(--preview-ratio, 1);
  --ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 1.6rem !important;
  overflow: hidden !important;
  margin: 0 auto 1.8rem auto !important; /* Prominent gap between main image & gallery */
  background: #faf7f2 !important;
}

.product-media-container.constrain-height {
  --viewport-offset: 0px;
  --constrained-min-height: auto;
  --constrained-height: auto;
  margin: 0 auto 1.8rem auto !important;
}

.product-media-container .media {
  padding-top: var(--ratio-percent, 100%) !important;
  position: relative !important;
  display: block !important;
  width: 100% !important;
  border-radius: 1.6rem !important;
  overflow: hidden !important;
  background-color: #faf7f2 !important;
}

.product-media-container .media img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 1.6rem !important;
}

/* Disable zoom clutter */
.product__modal-opener,
.product__modal-opener--image,
.product__modal-opener--image .product__media-toggle,
.image-magnify-hover,
.image-magnify-full-size {
  cursor: default !important;
  pointer-events: none !important;
}

/* Hide clutter badges */
.product__media-toggle,
button.product__media-toggle,
.product__modal-opener button,
.product__media-icon,
.thumbnail__badge,
.deferred-media__poster-button,
.slider-counter,
.slider-counter__link,
.slider-pagination,
.product__media-wrapper .slider-counter,
.product__media-wrapper .slider-buttons:not(.thumbnail-slider) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.product__media-toggle::after,
.product__modal-opener::after {
  display: none !important;
  content: none !important;
}

/* ==========================================================================
   THUMBNAIL GALLERY WITH SENSE NATIVE CHEVRONS
   ========================================================================== */

.thumbnail-slider {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  gap: 0.8rem !important;
  margin: 1.4rem auto 0 auto !important;
  width: 100% !important;
}

/* Sense Native Caret Rotations */
.thumbnail-slider .slider-button--prev .icon,
.thumbnail-slider .slider-button--prev .icon-caret,
.thumbnail-slider .slider-button--prev svg {
  transform: rotate(90deg) !important;
}

.thumbnail-slider .slider-button--next .icon,
.thumbnail-slider .slider-button--next .icon-caret,
.thumbnail-slider .slider-button--next svg {
  transform: rotate(-90deg) !important;
}

/* Chevron button styling */
.thumbnail-slider .slider-button {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  width: 3.4rem !important;
  height: 3.4rem !important;
  min-width: 3.4rem !important;
  border-radius: 50% !important;
  background: #faf7f2 !important;
  border: 1.5px solid rgba(122, 75, 34, 0.25) !important;
  color: #7a4b22 !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  padding: 0 !important;
  margin: 0 !important;
  flex-shrink: 0 !important;
  box-shadow: 0 2px 8px rgba(122, 75, 34, 0.08) !important;
  z-index: 5 !important;
}

.thumbnail-slider .slider-button:not([disabled]):hover {
  background: #7a4b22 !important;
  color: #ffffff !important;
  border-color: #7a4b22 !important;
  transform: scale(1.08);
}

.thumbnail-slider .slider-button .icon,
.thumbnail-slider .slider-button .icon-caret,
.thumbnail-slider .slider-button svg {
  width: 1.1rem !important;
  height: 1.1rem !important;
  stroke: currentColor;
}

.thumbnail-slider .slider-button[disabled] {
  opacity: 0.25 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  transform: none !important;
}

.thumbnail-list {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 1.2rem !important;
  padding: 0.4rem 0.2rem 0.6rem 0.2rem !important;
  overflow-x: auto !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
  width: 100% !important;
  margin: 0 !important;
  list-style: none !important;
  scrollbar-width: none !important;
}

.thumbnail-list::-webkit-scrollbar {
  display: none !important;
}

.thumbnail-list__item {
  flex: 0 0 7.2rem !important;
  width: 7.2rem !important;
  height: 7.2rem !important;
  position: relative !important;
  border-radius: 1.2rem !important;
  overflow: hidden !important;
  transition: transform 0.25s ease !important;
}

.thumbnail-list__item::before {
  content: none !important;
}

.thumbnail {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  border-radius: 1.2rem !important;
  overflow: hidden !important;
  cursor: pointer !important;
  background-color: #faf7f2 !important;
  border: 2px solid transparent !important;
  transition: all 0.25s ease !important;
}

.thumbnail:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

.thumbnail[aria-current] {
  border-color: #7a4b22 !important;
  box-shadow: 0 0 0 2px rgb(var(--color-background)), 0 0 0 4px #7a4b22 !important;
  transform: scale(0.96);
}

.thumbnail img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 1.2rem !important;
}

/* ==========================================================================
   2-ROW HEADING, RATINGS & TAGLINE
   ========================================================================== */

/* 1. Main Title - Wrapped cleanly in 2 rows */
.product__title {
  margin: 0 0 1.2rem 0 !important;
  word-break: break-word;
}

.product__title > a,
.product__title a,
.product:not(.featured-product) .product__title > a,
.product__view-details {
  display: none !important;
}

.product__title h1,
.product__title .h1,
.product__title > * {
  margin: 0 !important;
  font-size: calc(var(--font-heading-scale) * 3.2rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.03em !important;
  color: rgb(var(--color-foreground)) !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-wrap: balance;
}

/* 2. Rating & Trust Block ("5 star rating / Loved by 10+ happy pet parents") */
.product__info-container .rating-wrapper,
.product__info-container .product__text:has(.rating-star),
.product__info-container .product__text:has([aria-label*="star"]),
.product__info-container .product-rating {
  margin: 0 0 1.6rem 0 !important; /* Space after stars */
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 0.8rem !important;
  font-weight: 700 !important;
  font-size: 1.45rem !important;
  color: #7a4b22 !important;
}

.product__info-container .rating-star,
.product__info-container [aria-label*="star"] {
  color: #f59e0b !important;
}

/* 3. Tagline ("The comfort they deserve...") */
.product__info-container .product__text {
  margin: 0 0 2.2rem 0 !important; /* Space before price */
  font-size: 1.55rem !important;
  line-height: 1.6 !important;
  color: rgba(var(--color-foreground), 0.85) !important;
}

/* ==========================================================================
   INTERACTIVE HOVER PRICE
   ========================================================================== */

.product .price {
  font-size: 2.8rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  margin: 2rem 0 0.8rem 0 !important;
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 1.2rem !important;
  color: #2d1a0e !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.product .price:hover {
  transform: translateY(-2px) scale(1.03);
  color: #7a4b22 !important;
  text-shadow: 0 4px 12px rgba(122, 75, 34, 0.15);
}

.product .price--on-sale .price-item--regular {
  font-size: 1.8rem !important;
  opacity: 0.5;
  text-decoration: line-through;
  font-weight: 500;
}

.product__tax {
  font-size: 1.3rem !important;
  opacity: 0.75 !important;
  margin: 0 0 1.8rem 0 !important;
  display: block;
}

shopify-payment-terms,
.shopify-payment-terms {
  margin: 1.6rem 0 2.6rem 0 !important;
  display: block !important;
  font-size: 1.35rem !important;
  line-height: 1.5 !important;
}

/* ==========================================================================
   COLOR SWATCHES & SIZE PILLS
   ========================================================================== */

.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 2.4rem 0 0 0 !important;
  width: 100%;
  border: none;
}

.product-form__input .form__label,
.product-form__input legend {
  font-weight: 800 !important;
  font-size: 1.45rem !important;
  letter-spacing: 0.02rem !important;
  color: rgb(var(--color-foreground)) !important;
  margin-bottom: 1.2rem !important;
  display: block !important;
}

.swatch-input__label,
.product-form__input--swatch .swatch,
.product-form__input--swatch input[type='radio'] + label,
.product-form__input input[type='radio'][value*='Brown'] + label,
.product-form__input input[type='radio'][value*='Grey'] + label,
.product-form__input input[type='radio'][value*='Gray'] + label {
  width: 3.8rem !important;
  height: 3.8rem !important;
  min-width: 3.8rem !important;
  border-radius: 50% !important;
  padding: 0 !important;
  margin: 0 1.2rem 0.8rem 0 !important;
  border: 2px solid transparent !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.3) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
}

.swatch-input__label:hover,
.product-form__input--swatch input[type='radio'] + label:hover {
  transform: scale(1.15) !important;
}

.swatch-input__input:checked + .swatch-input__label,
.product-form__input--swatch input[type='radio']:checked + label {
  box-shadow: 0 0 0 2px rgb(var(--color-background)), 0 0 0 4.5px #7a4b22 !important;
  transform: scale(1.08) !important;
}

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

.product-form__input--pill input[type='radio'] + label,
.product-form__input input[type='radio'] + label,
fieldset.product-form__input input[type='radio'] + label,
.variant-radios input[type='radio'] + label {
  border-radius: 50px !important;
  min-width: 5.6rem !important;
  height: 4.4rem !important;
  padding: 0 1.8rem !important;
  border: 1.5px solid rgba(122, 75, 34, 0.25) !important;
  background-color: #faf7f2 !important;
  color: rgb(var(--color-foreground)) !important;
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  margin: 0 0.8rem 0.8rem 0 !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  user-select: none;
}

.product-form__input--pill input[type='radio'] + label:hover,
.product-form__input input[type='radio'] + label:hover,
fieldset.product-form__input input[type='radio'] + label:hover {
  border-color: #7a4b22 !important;
  color: #7a4b22 !important;
  background-color: #f3ece2 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(122, 75, 34, 0.12) !important;
}

.product-form__input--pill input[type='radio']:checked + label,
.product-form__input input[type='radio']:checked + label,
fieldset.product-form__input input[type='radio']:checked + label {
  background-color: #7a4b22 !important;
  color: #ffffff !important;
  border-color: #7a4b22 !important;
  box-shadow: 0 6px 18px rgba(122, 75, 34, 0.35) !important;
  transform: translateY(-1px) !important;
}

/* ==========================================================================
   TACTILE QUANTITY SELECTOR
   ========================================================================== */

.product-form__quantity {
  margin: 2.8rem 0 1.8rem 0 !important;
  display: block !important;
}

.product-form__quantity .form__label {
  font-weight: 800 !important;
  font-size: 1.45rem !important;
  color: rgb(var(--color-foreground)) !important;
  margin-bottom: 1.2rem !important;
  display: block !important;
}

.quantity {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-radius: 50px !important;
  border: 2px solid #7a4b22 !important;
  background-color: #faf7f2 !important;
  min-height: 5rem !important;
  height: 5rem !important;
  width: 14.5rem !important;
  padding: 0 0.6rem !important;
  overflow: hidden !important;
  box-shadow: 0 4px 12px rgba(122, 75, 34, 0.08) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.quantity:hover {
  box-shadow: 0 6px 16px rgba(122, 75, 34, 0.18) !important;
}

.quantity__button {
  width: 3.6rem !important;
  height: 3.6rem !important;
  min-width: 3.6rem !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #7a4b22 !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  background: rgba(122, 75, 34, 0.1) !important;
  border: none !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
  user-select: none;
}

.quantity__button:hover {
  background: #7a4b22 !important;
  color: #ffffff !important;
  transform: scale(1.1) !important;
}

.quantity__button:active {
  transform: scale(0.92) !important;
}

.quantity__input {
  font-weight: 800 !important;
  font-size: 1.7rem !important;
  color: #2d1a0e !important;
  background: transparent !important;
  border: none !important;
  text-align: center !important;
  width: 4rem !important;
  padding: 0 !important;
}

.quantity__input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* ==========================================================================
   BUTTONS & CTA
   ========================================================================== */

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

.product-form__buttons {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 2.2rem;
}

.product-form__submit {
  width: 100% !important;
  min-width: 100% !important;
  min-height: 5.4rem !important;
  border-radius: 50px !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08rem !important;
  text-transform: uppercase !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 4px 15px rgba(var(--color-button), 0.15);
  margin-bottom: 0 !important;
  cursor: pointer;
}

.product-form__submit:hover:not([disabled]) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(var(--color-button), 0.25);
}

.shopify-payment-button {
  width: 100% !important;
  max-width: 100% !important;
}

.shopify-payment-button__button {
  width: 100% !important;
  min-height: 5.4rem !important;
  border-radius: 50px !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08rem !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.shopify-payment-button__button:hover:not([disabled]) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.shopify-payment-button__button--unbranded {
  border-radius: 50px !important;
}

/* ==========================================================================
   MORE PAYMENT OPTIONS (CLEAN, SMALL & BLACK)
   ========================================================================== */

.shopify-payment-button__more-options,
.shopify-payment-button__more-options:link,
.shopify-payment-button__more-options:visited,
button.shopify-payment-button__more-options {
  color: #000000 !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  opacity: 0.75 !important;
  text-decoration: underline !important;
  text-underline-offset: 0.3rem !important;
  text-align: center !important;
  margin: 1.2rem auto 0.5rem auto !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  display: block !important;
  width: 100% !important;
}

.shopify-payment-button__more-options:hover {
  color: #000000 !important;
  opacity: 1 !important;
}

/* ==========================================================================
   COLLAPSIBLE ACCORDIONS
   ========================================================================== */

.product__accordion {
  margin: 1.6rem 0 !important;
}

.product__accordion details {
  border-radius: 1.4rem !important;
  border: 1.5px solid rgba(122, 75, 34, 0.18) !important;
  background-color: #faf7f2 !important;
  overflow: hidden !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 2px 8px rgba(122, 75, 34, 0.04) !important;
}

.product__accordion details:hover {
  border-color: rgba(122, 75, 34, 0.45) !important;
  box-shadow: 0 6px 16px rgba(122, 75, 34, 0.09) !important;
  transform: translateY(-1px);
}

.product__accordion details[open] {
  border-color: #7a4b22 !important;
  background-color: #f7f2ea !important;
  box-shadow: 0 8px 20px rgba(122, 75, 34, 0.12) !important;
}

.product__accordion summary {
  padding: 1.8rem 2.2rem !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  list-style: none !important;
}

.product__accordion summary::-webkit-details-marker {
  display: none !important;
}

.product__accordion .accordion__title {
  font-size: 1.5rem !important;
  font-weight: 800 !important;
  color: #2d1a0e !important;
  letter-spacing: 0.01rem !important;
  margin: 0 !important;
}

.product__accordion summary .icon-caret,
.product__accordion summary svg.icon {
  width: 1.4rem !important;
  height: 1.4rem !important;
  color: #7a4b22 !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.product__accordion details[open] summary .icon-caret,
.product__accordion details[open] summary svg.icon {
  transform: rotate(180deg) !important;
}

.product__accordion .accordion__content {
  padding: 0 2.2rem 2rem 2.2rem !important;
  font-size: 1.45rem !important;
  line-height: 1.65 !important;
  color: rgba(45, 26, 14, 0.85) !important;
}

/* ==========================================================================
   MOBILE VIEWPORT (UNDER 750PX)
   ========================================================================== */

@media screen and (max-width: 749px) {
  .product-media-container {
    border-radius: 1.4rem !important;
    margin: 0 auto 1.4rem auto !important;
  }

  .thumbnail-slider {
    margin-top: 1rem !important;
    gap: 0.6rem !important;
  }

  .thumbnail-slider .slider-button {
    width: 3.2rem !important;
    height: 3.2rem !important;
    min-width: 3.2rem !important;
  }

  .thumbnail-list__item {
    flex: 0 0 6.5rem !important;
    width: 6.5rem !important;
    height: 6.5rem !important;
  }

  .product__info-wrapper {
    padding: 2.5rem 1.6rem 0 1.6rem !important;
  }

  .product__title h1,
  .product__title .h1,
  .product__title > * {
    font-size: 2.5rem !important;
  }

  .product .price {
    font-size: 2.4rem !important;
    margin: 1.8rem 0 0.6rem 0 !important;
  }

  .product-form__submit,
  .shopify-payment-button__button {
    min-height: 5rem !important;
    font-size: 1.4rem !important;
  }
}
/* ==========================================================================
   UNIVERSAL THUMBNAIL DISPLAY (FOR ANY NUMBER OF IMAGES)
   ========================================================================== */

/* 1. Force EVERY thumbnail item to stay permanently visible & square */
.thumbnail-list > li,
.thumbnail-list__item,
.thumbnail-list__item.slider__slide,
.thumbnail-list_item--variant,
.thumbnail-list_item--variant:not(:first-child),
[id^="Slide-Thumbnails-"] {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  flex: 0 0 7.2rem !important;
  width: 7.2rem !important;
  height: 7.2rem !important;
  min-width: 7.2rem !important;
  min-height: 7.2rem !important;
  position: relative !important;
  border-radius: 1.2rem !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 2. Ensure thumbnail button fills the exact square container */
.thumbnail {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 1.2rem !important;
  overflow: hidden !important;
  background-color: #faf7f2 !important;
  border: 2px solid transparent !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.thumbnail:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}

.thumbnail[aria-current] {
  border-color: #7a4b22 !important;
  box-shadow: 0 0 0 2px rgb(var(--color-background)), 0 0 0 4px #7a4b22 !important;
  transform: scale(0.96);
}

.thumbnail img {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 1.2rem !important;
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* 3. Smooth horizontal track that handles any number of images */
.thumbnail-list {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 1.2rem !important;
  padding: 0.4rem 0.2rem 0.6rem 0.2rem !important;
  overflow-x: auto !important;
  scroll-behavior: smooth !important;
  -webkit-overflow-scrolling: touch !important;
  width: 100% !important;
  margin: 0 !important;
  list-style: none !important;
  scrollbar-width: none !important;
}

.thumbnail-list::-webkit-scrollbar {
  display: none !important;
}

/* ==========================================================================
   DESKTOP LEFT-SIDE VERTICAL THUMBNAIL GALLERY (FULLY UNLOCKED)
   ========================================================================== */

@media screen and (min-width: 750px) {
  /* 1. Parent container: side-by-side flex layout */
  media-gallery {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 1.6rem !important;
    width: 100% !important;
  }

  /* 2. LEFT SIDE: Thumbnails Column */
  media-gallery .thumbnail-slider {
    order: -1 !important;
    flex: 0 0 7.6rem !important;
    width: 7.6rem !important;
    min-width: 7.6rem !important;
    max-width: 7.6rem !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.8rem !important;
  }

  /* Top button placed on top */
  media-gallery .thumbnail-slider .slider-button--prev {
    order: 1 !important;
  }

  /* Vertical scrolling thumbnail strip */
  media-gallery .thumbnail-list {
    order: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 1rem !important;
    max-height: 460px !important; /* Fits thumbnails neatly between arrows */
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 0.4rem 0.2rem !important;
    width: 100% !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: none !important; /* Removes horizontal snap lock */
    scrollbar-width: none !important;
  }

  media-gallery .thumbnail-list::-webkit-scrollbar {
    display: none !important;
  }

  media-gallery .thumbnail-list__item {
    flex: 0 0 7.2rem !important;
    width: 7.2rem !important;
    height: 7.2rem !important;
    min-width: 7.2rem !important;
    min-height: 7.2rem !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
  }

  /* Bottom button placed on bottom */
  media-gallery .thumbnail-slider .slider-button--next {
    order: 3 !important;
  }

  /* 3. CHEVRON BUTTONS (Always Active & Clickable) */
  media-gallery .thumbnail-slider .slider-button,
  media-gallery .thumbnail-slider .slider-button[disabled],
  media-gallery .thumbnail-slider .slider-button[aria-disabled="true"] {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    width: 3.4rem !important;
    height: 3.4rem !important;
    min-width: 3.4rem !important;
    border-radius: 50% !important;
    background: #faf7f2 !important;
    border: 1.5px solid rgba(122, 75, 34, 0.25) !important;
    color: #7a4b22 !important;
    box-shadow: 0 2px 8px rgba(122, 75, 34, 0.08) !important;
    z-index: 10 !important;
    flex-shrink: 0 !important;
    transition: all 0.25s ease !important;
  }

  media-gallery .thumbnail-slider .slider-button:hover {
    background: #7a4b22 !important;
    color: #ffffff !important;
    border-color: #7a4b22 !important;
    transform: scale(1.08) !important;
  }

/* ==========================================================================
   PREMIUM SENSE THEME - FULL PRODUCT PAGE (COMPLETE & FIXED)
   ========================================================================== */

product-info {
  display: block;
}

.product {
  margin: 0;
  overflow-x: clip;
}

.product.grid {
  gap: 0;
}

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

.product__media-wrapper {
  padding-left: 0;
  position: relative;
  background: transparent !important;
  width: 100%;
}

/* ==========================================================================
   DESKTOP 2-COLUMN BASE LAYOUT
   ========================================================================== */

@media screen and (min-width: 750px) {
  .product__column-sticky {
    display: block;
    position: sticky;
    top: 3.5rem;
    z-index: 2;
  }

  .product__info-wrapper {
    padding: 0 0 0 4.5rem;
  }

  .product--right .product__info-wrapper {
    padding: 0 4.5rem 0 0;
  }

  .product--right .product__media-wrapper {
    order: 2;
  }
}

@media screen and (min-width: 990px) {
  .product__media-wrapper,
  .product--large:not(.product--no-media) .product__media-wrapper {
    max-width: 53% !important;
    width: 53% !important;
  }

  .product__info-wrapper,
  .product--large:not(.product--no-media) .product__info-wrapper {
    padding: 0 0 0 5.5rem !important;
    max-width: 47% !important;
    width: 47% !important;
  }
}

/* ==========================================================================
   HERO PHOTO BASE (NATURAL RATIO & CLEAN EDGES)
   ========================================================================== */

.product-media-container,
.global-media-settings,
.media {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.product__media-list {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  width: 100% !important;
}

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

.product__media-item.is-active,
.product__media-list > .product__media-item:first-child {
  display: block !important;
  width: 100% !important;
}

.product-media-container {
  --aspect-ratio: var(--preview-ratio, 1);
  --ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 1.8rem !important;
  overflow: hidden !important;
  margin: 0 auto !important;
  background: #faf7f2 !important;
}

.product-media-container.constrain-height {
  --viewport-offset: 0px;
  --constrained-min-height: auto;
  --constrained-height: auto;
  margin: 0 auto !important;
}

/* Natural aspect ratio calculation (no stretching or forced cropping) */
.product-media-container .media {
  padding-top: var(--ratio-percent, 75%) !important;
  position: relative !important;
  display: block !important;
  width: 100% !important;
  border-radius: 1.8rem !important;
  overflow: hidden !important;
  background-color: #faf7f2 !important;
}

.product-media-container .media img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: 1.8rem !important;
}

/* Disable zoom clutter */
.product__modal-opener,
.product__modal-opener--image,
.product__modal-opener--image .product__media-toggle,
.image-magnify-hover,
.image-magnify-full-size {
  cursor: default !important;
  pointer-events: none !important;
}

/* Strip native clutter badges */
.product__media-toggle,
button.product__media-toggle,
.product__modal-opener button,
.product__media-icon,
.thumbnail__badge,
.deferred-media__poster-button,
.slider-counter,
.slider-counter__link,
.slider-pagination,
.product__media-wrapper .slider-counter,
.product__media-wrapper .slider-buttons:not(.thumbnail-slider) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* ==========================================================================
   DESKTOP LEFT-SIDE THUMBNAILS & HERO (PRECISE PROPORTIONS)
   ========================================================================== */

@media screen and (min-width: 750px) {
  /* 1. Place thumbnails on left and main image on right */
  media-gallery,
  .product__media-wrapper media-gallery {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 1.6rem !important;
    width: 100% !important;
  }

  /* 2. LEFT SIDE: Vertical Thumbnail Column */
  media-gallery .thumbnail-slider {
    order: -1 !important;
    flex: 0 0 7.6rem !important;
    width: 7.6rem !important;
    min-width: 7.6rem !important;
    max-width: 7.6rem !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.8rem !important;
  }

  media-gallery .thumbnail-slider .slider-button--prev {
    order: 1 !important;
  }

  media-gallery .thumbnail-list {
    order: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 1rem !important;
    max-height: 480px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding: 0.4rem 0.2rem !important;
    width: 100% !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: none !important;
    scrollbar-width: none !important;
  }

  media-gallery .thumbnail-list::-webkit-scrollbar {
    display: none !important;
  }

  media-gallery .thumbnail-list__item {
    flex: 0 0 7.2rem !important;
    width: 7.2rem !important;
    height: 7.2rem !important;
    min-width: 7.2rem !important;
    min-height: 7.2rem !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0 !important;
  }

  media-gallery .thumbnail-slider .slider-button--next {
    order: 3 !important;
  }

  /* 3. CHEVRON BUTTON STYLING & DIRECTIONS */
  media-gallery .thumbnail-slider .slider-button,
  media-gallery .thumbnail-slider .slider-button[disabled],
  media-gallery .thumbnail-slider .slider-button[aria-disabled="true"] {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    width: 3.4rem !important;
    height: 3.4rem !important;
    min-width: 3.4rem !important;
    border-radius: 50% !important;
    background: #faf7f2 !important;
    border: 1.5px solid rgba(122, 75, 34, 0.25) !important;
    color: #7a4b22 !important;
    box-shadow: 0 2px 8px rgba(122, 75, 34, 0.08) !important;
    z-index: 10 !important;
    flex-shrink: 0 !important;
    transition: all 0.25s ease !important;
  }

  /* Reset inner SVG transformations so they don't double rotate */
  media-gallery .thumbnail-slider .slider-button .svg-wrapper,
  media-gallery .thumbnail-slider .slider-button svg,
  media-gallery .thumbnail-slider .slider-button .icon,
  media-gallery .thumbnail-slider .slider-button .icon-caret {
    transform: none !important;
  }

  /* TOP BUTTON: Points UP (▲) */
  media-gallery .thumbnail-slider .slider-button--prev {
    transform: rotate(180deg) !important;
  }

  media-gallery .thumbnail-slider .slider-button--prev:hover {
    background: #7a4b22 !important;
    color: #ffffff !important;
    border-color: #7a4b22 !important;
    transform: rotate(180deg) scale(1.08) !important;
  }

  /* BOTTOM BUTTON: Points DOWN (▼) */
  media-gallery .thumbnail-slider .slider-button--next {
    transform: rotate(0deg) !important;
  }

  media-gallery .thumbnail-slider .slider-button--next:hover {
    background: #7a4b22 !important;
    color: #ffffff !important;
    border-color: #7a4b22 !important;
    transform: rotate(0deg) scale(1.08) !important;
  }

  /* 4. RIGHT SIDE: Main Hero Image Container */
  media-gallery [id^="GalleryViewer-"],
  media-gallery slider-component:not(.thumbnail-slider) {
    order: 1 !important;
    flex: 1 1 auto !important;
    width: calc(100% - 9.2rem) !important;
    min-width: 0 !important;
    margin: 0 !important;
    display: block !important;
    position: relative !important;
  }
}

/* 4. RIGHT SIDE: Main Hero Image Container */
  media-gallery [id^="GalleryViewer-"],
  media-gallery slider-component:not(.thumbnail-slider) {
    order: 1 !important;
    flex: 1 1 auto !important;
    width: calc(100% - 9.2rem) !important;
    min-width: 0 !important;
    margin: 0 !important;
    display: block !important;
    position: relative !important;
  }

  media-gallery .product__media-list {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* SHOW ONLY the currently active selected image */
  media-gallery .product__media-item.is-active {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
  }

  /* HIDE any image that is NOT active (Fixes the 2-image stacking bug) */
  media-gallery .product__media-item:not(.is-active) {
    display: none !important;
    height: 0 !important;
    overflow: hidden !important;
  }

/* ==========================================================================
   TYPOGRAPHY, 2-ROW HEADING & RATINGS
   ========================================================================== */

.product__title {
  margin: 0 0 1.2rem 0 !important;
  word-break: break-word;
}

.product__title > a,
.product__title a,
.product:not(.featured-product) .product__title > a,
.product__view-details {
  display: none !important;
}

.product__title h1,
.product__title .h1,
.product__title > * {
  margin: 0 !important;
  font-size: calc(var(--font-heading-scale) * 3.2rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.03em !important;
  color: rgb(var(--color-foreground)) !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-wrap: balance;
}

.product__info-container .rating-wrapper,
.product__info-container .product__text:has(.rating-star),
.product__info-container .product__text:has([aria-label*="star"]),
.product__info-container .product-rating {
  margin: 0 0 1.6rem 0 !important;
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap;
  gap: 0.8rem !important;
  font-weight: 700 !important;
  font-size: 1.45rem !important;
  color: #7a4b22 !important;
}

.product__info-container .rating-star,
.product__info-container [aria-label*="star"] {
  color: #f59e0b !important;
}

.product__info-container .product__text {
  margin: 0 0 2.2rem 0 !important;
  font-size: 1.55rem !important;
  line-height: 1.6 !important;
  color: rgba(var(--color-foreground), 0.85) !important;
}

/* ==========================================================================
   INTERACTIVE HOVER PRICE
   ========================================================================== */

.product .price {
  font-size: 2.8rem !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  margin: 2rem 0 0.8rem 0 !important;
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 1.2rem !important;
  color: #2d1a0e !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.product .price:hover {
  transform: translateY(-2px) scale(1.03);
  color: #7a4b22 !important;
  text-shadow: 0 4px 12px rgba(122, 75, 34, 0.15);
}

.product .price--on-sale .price-item--regular {
  font-size: 1.8rem !important;
  opacity: 0.5;
  text-decoration: line-through;
  font-weight: 500;
}

.product__tax {
  font-size: 1.3rem !important;
  opacity: 0.75 !important;
  margin: 0 0 1.8rem 0 !important;
  display: block;
}

shopify-payment-terms,
.shopify-payment-terms {
  margin: 1.6rem 0 2.6rem 0 !important;
  display: block !important;
  font-size: 1.35rem !important;
  line-height: 1.5 !important;
}

/* ==========================================================================
   COLOR SWATCHES & PILLS
   ========================================================================== */

.product-form__input {
  flex: 0 0 100%;
  padding: 0;
  margin: 2.4rem 0 0 0 !important;
  width: 100%;
  border: none;
}

.product-form__input .form__label,
.product-form__input legend {
  font-weight: 800 !important;
  font-size: 1.45rem !important;
  letter-spacing: 0.02rem !important;
  color: rgb(var(--color-foreground)) !important;
  margin-bottom: 1.2rem !important;
  display: block !important;
}

.swatch-input__label,
.product-form__input--swatch .swatch,
.product-form__input--swatch input[type='radio'] + label,
.product-form__input input[type='radio'][value*='Brown'] + label,
.product-form__input input[type='radio'][value*='Grey'] + label,
.product-form__input input[type='radio'][value*='Gray'] + label {
  width: 3.8rem !important;
  height: 3.8rem !important;
  min-width: 3.8rem !important;
  border-radius: 50% !important;
  padding: 0 !important;
  margin: 0 1.2rem 0.8rem 0 !important;
  border: 2px solid transparent !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), inset 0 0 0 1px rgba(255, 255, 255, 0.3) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
}

.swatch-input__label:hover,
.product-form__input--swatch input[type='radio'] + label:hover {
  transform: scale(1.15) !important;
}

.swatch-input__input:checked + .swatch-input__label,
.product-form__input--swatch input[type='radio']:checked + label {
  box-shadow: 0 0 0 2px rgb(var(--color-background)), 0 0 0 4.5px #7a4b22 !important;
  transform: scale(1.08) !important;
}

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

.product-form__input--pill input[type='radio'] + label,
.product-form__input input[type='radio'] + label,
fieldset.product-form__input input[type='radio'] + label,
.variant-radios input[type='radio'] + label {
  border-radius: 50px !important;
  min-width: 5.6rem !important;
  height: 4.4rem !important;
  padding: 0 1.8rem !important;
  border: 1.5px solid rgba(122, 75, 34, 0.25) !important;
  background-color: #faf7f2 !important;
  color: rgb(var(--color-foreground)) !important;
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  margin: 0 0.8rem 0.8rem 0 !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  user-select: none;
}

.product-form__input--pill input[type='radio'] + label:hover,
.product-form__input input[type='radio'] + label:hover,
fieldset.product-form__input input[type='radio'] + label:hover {
  border-color: #7a4b22 !important;
  color: #7a4b22 !important;
  background-color: #f3ece2 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(122, 75, 34, 0.12) !important;
}

.product-form__input--pill input[type='radio']:checked + label,
.product-form__input input[type='radio']:checked + label,
fieldset.product-form__input input[type='radio']:checked + label {
  background-color: #7a4b22 !important;
  color: #ffffff !important;
  border-color: #7a4b22 !important;
  box-shadow: 0 6px 18px rgba(122, 75, 34, 0.35) !important;
  transform: translateY(-1px) !important;
}

/* ==========================================================================
   TACTILE QUANTITY SELECTOR
   ========================================================================== */

.product-form__quantity {
  margin: 2.8rem 0 1.8rem 0 !important;
  display: block !important;
}

.product-form__quantity .form__label {
  font-weight: 800 !important;
  font-size: 1.45rem !important;
  color: rgb(var(--color-foreground)) !important;
  margin-bottom: 1.2rem !important;
  display: block !important;
}

.quantity {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-radius: 50px !important;
  border: 2px solid #7a4b22 !important;
  background-color: #faf7f2 !important;
  min-height: 5rem !important;
  height: 5rem !important;
  width: 14.5rem !important;
  padding: 0 0.6rem !important;
  overflow: hidden !important;
  box-shadow: 0 4px 12px rgba(122, 75, 34, 0.08) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.quantity:hover {
  box-shadow: 0 6px 16px rgba(122, 75, 34, 0.18) !important;
}

.quantity__button {
  width: 3.6rem !important;
  height: 3.6rem !important;
  min-width: 3.6rem !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #7a4b22 !important;
  font-size: 2rem !important;
  font-weight: 800 !important;
  background: rgba(122, 75, 34, 0.1) !important;
  border: none !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  cursor: pointer !important;
  user-select: none;
}

.quantity__button:hover {
  background: #7a4b22 !important;
  color: #ffffff !important;
  transform: scale(1.1) !important;
}

.quantity__button:active {
  transform: scale(0.92) !important;
}

.quantity__input {
  font-weight: 800 !important;
  font-size: 1.7rem !important;
  color: #2d1a0e !important;
  background: transparent !important;
  border: none !important;
  text-align: center !important;
  width: 4rem !important;
  padding: 0 !important;
}

.quantity__input:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* ==========================================================================
   BUTTONS & CTA
   ========================================================================== */

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

.product-form__buttons {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 2.2rem;
}

.product-form__submit {
  width: 100% !important;
  min-width: 100% !important;
  min-height: 5.4rem !important;
  border-radius: 50px !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08rem !important;
  text-transform: uppercase !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 4px 15px rgba(var(--color-button), 0.15);
  margin-bottom: 0 !important;
  cursor: pointer;
}

.product-form__submit:hover:not([disabled]) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(var(--color-button), 0.25);
}

.shopify-payment-button {
  width: 100% !important;
  max-width: 100% !important;
}

.shopify-payment-button__button {
  width: 100% !important;
  min-height: 5.4rem !important;
  border-radius: 50px !important;
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08rem !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.shopify-payment-button__button:hover:not([disabled]) {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.shopify-payment-button__button--unbranded {
  border-radius: 50px !important;
}

/* ==========================================================================
   MORE PAYMENT OPTIONS (CLEAN, SMALL & BLACK)
   ========================================================================== */

.shopify-payment-button__more-options,
.shopify-payment-button__more-options:link,
.shopify-payment-button__more-options:visited,
button.shopify-payment-button__more-options {
  color: #000000 !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  opacity: 0.75 !important;
  text-decoration: underline !important;
  text-underline-offset: 0.3rem !important;
  text-align: center !important;
  margin: 1.2rem auto 0.5rem auto !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
  display: block !important;
  width: 100% !important;
}

.shopify-payment-button__more-options:hover {
  color: #000000 !important;
  opacity: 1 !important;
}

/* ==========================================================================
   CLEAN & SMOOTH COLLAPSIBLE ROWS (ZERO SHADOWS / NO HARSH LINES)
   ========================================================================== */

.product__accordion {
  margin: 1.2rem 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.product__accordion details {
  border-radius: 1.4rem !important;
  border: 1px solid rgba(122, 75, 34, 0.12) !important; /* Soft hairline border */
  background-color: #faf7f2 !important;
  overflow: hidden !important;
  box-shadow: none !important; /* Completely removes all shadow lines */
  margin-bottom: 1rem !important;
  transition: background-color 0.25s ease, border-color 0.25s ease !important;
}

.product__accordion details:hover {
  border-color: rgba(122, 75, 34, 0.28) !important;
  background-color: #f6efe6 !important;
  box-shadow: none !important;
  transform: none !important; /* Prevents jumping */
}

.product__accordion details[open] {
  border-color: rgba(122, 75, 34, 0.35) !important;
  background-color: #f7f1e8 !important;
  box-shadow: none !important;
}

.product__accordion summary {
  padding: 1.6rem 2rem !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  list-style: none !important;
  user-select: none !important;
  outline: none !important;
}

.product__accordion summary::-webkit-details-marker {
  display: none !important;
}

.product__accordion .summary__title {
  display: flex !important;
  align-items: center !important;
  gap: 1.2rem !important;
}

.product__accordion .accordion__title {
  font-size: 1.45rem !important;
  font-weight: 700 !important;
  color: #2d1a0e !important;
  letter-spacing: 0.01rem !important;
  margin: 0 !important;
}

.product__accordion summary .icon-caret,
.product__accordion summary svg.icon,
.product__accordion summary .svg-wrapper {
  width: 1.2rem !important;
  height: 1.2rem !important;
  color: #7a4b22 !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  flex-shrink: 0 !important;
}

.product__accordion details[open] summary .icon-caret,
.product__accordion details[open] summary svg.icon,
.product__accordion details[open] summary .svg-wrapper {
  transform: rotate(180deg) !important;
}

.product__accordion .accordion__content {
  padding: 0 2rem 1.8rem 2rem !important;
  font-size: 1.42rem !important;
  line-height: 1.65 !important;
  color: rgba(45, 26, 14, 0.85) !important;
  animation: accordionFadeIn 0.25s ease-out;
}

@keyframes accordionFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ==========================================================================
   MOBILE VIEWPORT (UNDER 750PX)
   ========================================================================== */

@media screen and (max-width: 749px) {
  .product-media-container {
    border-radius: 1.4rem !important;
    margin: 0 auto 1.4rem auto !important;
  }

  .thumbnail-slider {
    margin-top: 1rem !important;
    gap: 0.6rem !important;
  }

  .thumbnail-slider .slider-button {
    width: 3.2rem !important;
    height: 3.2rem !important;
    min-width: 3.2rem !important;
  }

  .thumbnail-list__item {
    flex: 0 0 6.5rem !important;
    width: 6.5rem !important;
    height: 6.5rem !important;
  }

  .product__info-wrapper {
    padding: 2.5rem 1.6rem 0 1.6rem !important;
  }

  .product__title h1,
  .product__title .h1,
  .product__title > * {
    font-size: 2.5rem !important;
  }

  .product .price {
    font-size: 2.4rem !important;
    margin: 1.8rem 0 0.6rem 0 !important;
  }

  .product-form__submit,
  .shopify-payment-button__button {
    min-height: 5rem !important;
    font-size: 1.4rem !important;
  }
}