/** Shopify CDN: Minification failed

Line 714:16 Expected identifier but found whitespace
Line 714:18 Unexpected "{"
Line 714:27 Expected ":"
Line 714:53 Expected ":"

**/
/*===============================
  START PRODUCT INFO SECTION STYLING
  ==================================*/
:root {
  --swiper-navigation-size: 20px;
}

product-info {
  display: block;
  border: none;
  background-color: white;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}

.flex__item {
  width: 100%;
  max-width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
}

.swiper {
  z-index: 0;
  border: none;
  outline: none;
}

.swiper-wrapper {
  border: none;
  outline: none;
}

.swiper-slide {
  border: none;
  outline: none;
}

.swiper-button-next,
.swiper-button-prev {
  color: #007bff;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.swiper-pagination-bullet-active {
  background: #007bff;
  border: none;
  outline: none;
}

.product__media-wrapper .swiper-slide img,
.product__media-wrapper .swiper-slide video,
.product__media-wrapper .swiper-slide iframe {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: none;
  outline: none;
}

.constrain-height .product__media-wrapper .swiper-slide img,
.constrain-height .product__media-wrapper .swiper-slide video,
.constrain-height .product__media-wrapper .swiper-slide iframe {
  max-height: 75vh;
}

.product__media-wrapper.media-cover .swiper-slide img,
.product__media-wrapper.media-cover .swiper-slide video,
.product__media-wrapper.media-cover .swiper-slide iframe {
  object-fit: cover;
  object-position: top;
}

.product__media-wrapper.media-contain .swiper-slide img,
.product__media-wrapper.media-contain .swiper-slide video,
.product__media-wrapper.media-contain .swiper-slide iframe {
  object-fit: contain;
}

.product__info-wrapper {
  padding-top: 20px;
}

.product__info-wrapper form > * + * {
  margin: 8px 0px;
}

.product__info-wrapper .product__text {
  display: inline-flex;
  font-size: 10px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  line-height: calc(1 + 0.2 / 1);
  margin: 0px;
}

.product__info-wrapper .product__title * {
  margin: 0px;
}

product-info .product__info-wrapper form > *:last-child {
  margin-bottom: 0px;
}

.product__info-wrapper .product__title {
  word-break: break-word;
  margin-bottom: 16px;
  margin-top: 0px;
}

.product__title h1,
.product__title h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: calc(1 + 0.3 / max (1, 1));
  letter-spacing: calc(1 * 0.6px);
}

.product__price {
  margin-bottom: 2px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 10px;
}

.price__item {
  margin: 0 15px 0 0;
  font-size: 18px;
  letter-spacing: 1px;
}

.price__item.product-regular__price {
  margin-right: 9px;
  color: rgb(var(--color-foreground));
}

.price__item.product-sale__price {
  font-size: 16px;
}

.option__label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: calc(1 + 0.5 / 1);
  letter-spacing: 0.6px;
  padding-left: 0px;
}

.pill-radio {
  display: none;
}

.pill-label {
  border: var(--variant-pills-border-width) solid rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  border-radius: var(--variant-pills-radius);
  color: rgba(var(--color-foreground));
  background-color: rgb(var(--color-background));
  display: inline-block;
  margin: 7px 5px 2px 0;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  transition: border 0.1s ease;
  cursor: pointer;
  position: relative;
}

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

.pill-radio:checked + .pill-label {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

.pill-label.pill-disabled {
  text-decoration: line-through;
}

.variant-block__dropdown select {
  width: 100%;
  height: 45px;
  padding: 0px 31px 0px 14px;
  border-radius: 0px;
  font-size: 12px;
}

.product__quantity svg.icon {
  width: 10px;
  height: 10px;
  pointer-events: none;
}

.product__quantity button {
  padding: 0px;
  border: none;
  background: transparent;
  width: calc(150px / 1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  min-height: 45px;
  color: rgb(var(--color-foreground));
}

.product__quantity .option__label {
  margin-bottom: 15px;
}

.product__quantity quantity-selector input:focus {
  border: none;
  outline: 0px;
}

.product__quantity quantity-selector {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(140px / 1 + 1px * 2);
  min-height: calc((1px * 2) + 40px);
 
  overflow: hidden; /* Ensures content doesn't overflow rounded corners */
}

.product__quantity quantity-selector input {
  border: none;
  text-align: center;
  background: transparent;
  width: 100%;
  font-size: 16px;
  color: currentColor;
  font-family: var(--font-body-family);
}

.product__quantity quantity-selector input::-webkit-outer-spin-button,
.product__quantity quantity-selector input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product__quantity quantity-selector input {
  appearance: textfield;
  -moz-appearance: textfield;
}

.product__quantity quantity-selector button {
  border-radius: 0;
}

.product__quantity quantity-selector button:first-child {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.product__quantity quantity-selector button:last-child {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.product-form__buttons button {
  justify-content: center;
  text-align: center;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 12px 10px;
  cursor: pointer;
  font-size: 13px;
  letter-spacing: 1px;
  color: var(--color-secondary-button);
  position: relative;
  border-radius: 4px;
}

.product-form__buttons button:hover {
  outline: none;
}

/* Override for Add to Cart button (primary) */
.product-form__buttons .button--primary {
  background-color: transparent !important;
  border: 2px solid !important;
  color: inherit !important;
  outline: none !important;
  box-shadow: none !important;
}

.product-form__buttons .button--primary:hover {
  background-color: inherit !important;
  color: white !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Force outline style for Add to Cart */
.product-form__buttons button.button--primary {
  background-color: transparent !important;
  border: 2px solid !important;
  color: inherit !important;
  outline: none !important;
  box-shadow: none !important;
}

.product-form__buttons button.button--primary:hover {
  background-color: inherit !important;
  color: white !important;
  outline: none !important;
  box-shadow: none !important;
}

.shopify-payment-button__button {
  font-size: 15px;
  letter-spacing: 1px;
}

shopify-buy-it-now-button .shopify-payment-button__button {
  background: black;
  color: white;
}

.shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background: black;
}

.shopify-payment-button {
  margin-top: 12px;
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
  background: rgba(var(--color-button), var(--alpha-button-background));
}

.product-form__input {
  padding: 0;
  margin: 0 0 12px;
  min-width: fit-content;
  border: none;
}

.product__info-wrapper .product__accordion {
  margin-top: 25px;
  margin-bottom: 0;
  border-top: 1px solid rgba(var(--color-foreground), 0.08);
  border-bottom: 1px solid rgba(var(--color-foreground), 0.08);
}

.product__accordion summary {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
  padding: 15px 0;
  cursor: pointer;
  list-style: none;
}

.product__accordion .svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  fill: rgb(var(--color-foreground));
  width: calc(1 * 20px);
  height: calc(1 * 20px);
  align-self: center;
  margin-right: calc(1 * 10px);
}

.product__accordion .summary__title {
  display: flex;
  flex: 1;
}

.product__accordion .accordion__title {
  display: flex;
  align-items: center;
  max-width: calc(100% - 96px);
  min-height: 16px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: rgb(var(--color-foreground));
}

.product__accordion svg.icon.icon-caret {
  width: 10px;
  height: 6px;
  position: relative;
  right: 15px;
}

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

.product__accordion .accordion__content {
  margin-bottom: 15px;
  word-break: break-word;
  overflow-x: auto;
  padding: 0 10px;
  line-height: calc(1 + 0.6 / 1);
}

.accordion__content > *:first-child {
  margin-top: 0px;
}

.accordion__content > *:last-child {
  margin-bottom: 0px;
}

.product__accordion + .product__accordion {
  margin-top: 0;
  border-top: none;
}

.product__inventory {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.product__inventory .svg-wrapper,
.product__inventory svg {
  width: 15px;
  height: 15px;
}

.product__inventory .svg-wrapper {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.selling_plan_theme_integration--hidden {
  display: none;
}

.product__subscription ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product__subscription fieldset {
  padding: 0;
}

.selling_options_container > hr {
  margin: 0;
}

.selling_options_container > div {
  padding: 10px;
}

.selling_options_container--no-one-time > hr:first-of-type {
  display: none;
}

.subscriptions_app_embed_block,
.shopify_subscriptions_app_block {
  display: none;
}

@media screen and (min-width: 750px) {
  .product--right .product__media-wrapper {
    order: 1;
  }

  .product--right .product__info-wrapper {
    order: 0;
  }

  .product__info-wrapper {
    display: inline-flex;
    max-width: 50%;
    width: calc(50% - 40px / 2);
    height: 100%;
    padding-top: 0px;
    flex-direction: column;
  }

  .product--left .product__info-wrapper {
    padding-left: 40px;
  }

  .product--right .product__info-wrapper {
    padding-right: 40px;
  }

  .product__info-sticky {
    position: sticky;
    top: 137px;
  }

  .product__info-wrapper .caption-with-letter-spacing {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: calc(1 + 0.2 / 1);
    text-transform: uppercase;
  }

  .product__info-wrapper .subtitle {
    font-size: 16px;
    line-height: calc(1 + 0.8 / 1);
    letter-spacing: 1px;
    color: #121212b3;
  }

  .product__media-wrapper {
    max-width: 50%;
    width: calc(50% - 40px / 2);
  }

  .product__title h1,
  .product__title h2 {
    font-size: 40px;
    color: rgb(var(--color-foreground));
  }

  .product--small .product__variants variant-selector,
  .product--small .product-form__buttons button,
  .product--small .product-form__buttons .shopify-payment-button,
  .product--small .product__accordion,
  .product--small .share-button,
  .product--medium .product__variants variant-selector,
  .product--medium .product-form__buttons button,
  .product--medium .product-form__buttons .shopify-payment-button,
  .product--medium .product__accordion,
  .product--medium .share-button {
    display: block;
    max-width: 440px;
  }

  .product--large .product__variants variant-selector,
  .product--large .product__accordion,
  .product--large .product-form__buttons button,
  .product--large .product-form__buttons .shopify-payment-button,
  .product--large .share-button {
    max-width: 343px;
  }
}

@media screen and (min-width: 990px) {
  .product__media-wrapper {
    position: sticky;
    top: 30px;
    align-self: flex-start;
    /* Ensures it doesn't overflow parent flex container */
    height: fit-content;
    z-index: 2;
  }
}

[processing] .loading__spinner {
  display: block !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

[processing] .quick-add__submit.button span {
  font-size: 0;
}

.loading__spinner svg {
  animation: spinner 2s infinite linear;
}

@media screen and (min-width: 990px) {
  .product--large .product__info-wrapper {
    max-width: 35%;
    width: calc(35% - 40px / 2);
  }

  .product--large .product__media-wrapper {
    max-width: 65%;
    width: calc(65% - 40px / 2);
  }

  .product--medium .product__info-wrapper {
    max-width: 45%;
    width: calc(45% - 40px / 2);
  }

  .product--medium .product__media-wrapper {
    max-width: 55%;
    width: calc(55% - 40px / 2);
  }

  .product--small .product__info-wrapper {
    max-width: 55%;
    width: calc(55% - 40px / 2);
  }

  .product--small .product__media-wrapper {
    max-width: 45%;
    width: calc(45% - 40px / 2);
  }
}

/* =============================
  END PRODUCT INFO SECTION STYLING
  =============================== */

/* =============================
  GALLERY STYLES
  =============================== */

/* Grid Layout Style */
.gallery-style-grid .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gallery-gap, 10px);
  margin-bottom: 20px;
}

.gallery-style-grid .grid-item.featured {
  grid-column: 1 / -1;
  grid-row: 1 / 3;
}

.gallery-style-grid .grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  transition: transform 0.3s ease;
}

.gallery-hover-effects .gallery-style-grid .grid-item:hover {
  transform: scale(1.02);
}

.gallery-style-grid .grid-item img,
.gallery-style-grid .grid-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Masonry Grid Style */
.gallery-style-masonry .gallery-masonry {
  columns: 2;
  column-gap: var(--gallery-gap, 10px);
  margin-bottom: 20px;
}

.gallery-style-masonry .masonry-item {
  break-inside: avoid;
  margin-bottom: 10px;
  border-radius: 0px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.gallery-hover-effects .gallery-style-masonry .masonry-item:hover {
  transform: scale(1.02);
}

.gallery-style-masonry .masonry-item.featured {
  column-span: all;
  margin-bottom: 15px;
}

.gallery-style-masonry .masonry-item img,
.gallery-style-masonry .masonry-item video {
  width: 100%;
  height: auto;
  display: block;
}

/* Carousel with Thumbnails Style */
.gallery-style-carousel .gallery-carousel {
  margin-bottom: 20px;
  background: transparent;
}

.gallery-style-carousel .main-carousel {
  margin-bottom: 15px;
  border-radius: {{ section.settings.image_radius}}px;
  overflow: hidden;
  border: none;
  outline: none;
}

.gallery-style-carousel .thumbnail-gallery {
  display: flex;
  flex-wrap: nowrap;
  gap: 4px;
  justify-content: flex-start;
  padding: 10px 15px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.gallery-style-carousel .thumbnail-gallery::-webkit-scrollbar {
  height: 6px;
}

.gallery-style-carousel .thumbnail-gallery::-webkit-scrollbar-track {
  background: transparent;
}

.gallery-style-carousel .thumbnail-gallery::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 3px;
}

.gallery-style-carousel .thumbnail-gallery::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}



.gallery-style-carousel .thumbnail-item:hover {
  opacity: 1;
  transform: scale(1.19);
  border-color: #007bff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.gallery-style-carousel .thumbnail-item.active {
  opacity: 1;
  border-color: #007bff;
  
  transform: scale(1.19);
}

.gallery-style-carousel .thumbnail-item img,
.gallery-style-carousel .thumbnail-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
  outline: none;
}

/* Stacked Layout Style */
.gallery-style-stacked .gallery-stacked {
  display: flex;
  flex-direction: column;
  gap: var(--gallery-gap, 15px);
  margin-bottom: 20px;
}

.gallery-style-stacked .stacked-item {
  border-radius: 0px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.gallery-hover-effects .gallery-style-stacked .stacked-item:hover {
  transform: translateY(-2px);
}

.gallery-style-stacked .stacked-item.featured {
  order: -1;
}

.gallery-style-stacked .stacked-item img,
.gallery-style-stacked .stacked-item video {
  width: 100%;
  height: auto;
  display: block;
}

/* Responsive Design for Gallery Styles */
@media screen and (min-width: 750px) {
  /* Grid Layout - Desktop */
  .gallery-style-grid .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: calc(var(--gallery-gap, 10px) * 1.5);
  }

  /* Masonry - Desktop */
  .gallery-style-masonry .gallery-masonry {
    columns: 3;
    column-gap: calc(var(--gallery-gap, 10px) * 1.5);
  }

  /* Carousel - Desktop */
  .gallery-style-carousel .thumbnail-gallery {
    gap: 10px;
    padding: 15px 20px;
  }

  .gallery-style-carousel .thumbnail-item {
    height: 90px;
    width: 90px;
    flex-shrink: 0;
  }

  /* Stacked - Desktop */
  .gallery-style-stacked .gallery-stacked {
    gap: calc(var(--gallery-gap, 15px) * 1.33);
  }
}

@media screen and (min-width: 990px) {
  /* Grid Layout - Large Desktop */
  .gallery-style-grid .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: calc(var(--gallery-gap, 10px) * 2);
  }

  /* Masonry - Large Desktop */
  .gallery-style-masonry .gallery-masonry {
    columns: 4;
    column-gap: calc(var(--gallery-gap, 10px) * 2);
  }

  /* Carousel - Large Desktop */
  .gallery-style-carousel .thumbnail-gallery {
    gap: 12px;
    padding: 20px 25px;
  }

  .gallery-style-carousel .thumbnail-item {
    height: 50px;
    width: 50px;
    flex-shrink: 0;
  }
}

/* Mobile Optimizations */
@media screen and (max-width: 749px) {
  /* Grid Layout - Mobile */
  .gallery-style-grid .gallery-grid {
    grid-template-columns: 1fr;
    gap: calc(var(--gallery-gap, 10px) * 0.8);
  }

  .gallery-style-grid .grid-item.featured {
    grid-column: 1;
    grid-row: 1;
  }

  /* Masonry - Mobile */
  .gallery-style-masonry .gallery-masonry {
    columns: 1;
    column-gap: calc(var(--gallery-gap, 10px) * 0.8);
  }

  /* Carousel - Mobile */
  .gallery-style-carousel .thumbnail-gallery {
    gap: 10px;
    padding: 8px 10px;
  }

  .gallery-style-carousel .thumbnail-item {
    height: 21px;
    width: 21px;
    flex-shrink: 0;
  }

  /* Stacked - Mobile */
  .gallery-style-stacked .gallery-stacked {
    gap: calc(var(--gallery-gap, 15px) * 0.67);
  }
}

/* Zoom and Lightbox Styles for All Gallery Types */
.gallery-style-grid .light-box-zoom-trigger,
.gallery-style-masonry .light-box-zoom-trigger,
.gallery-style-carousel .light-box-zoom-trigger,
.gallery-style-stacked .light-box-zoom-trigger {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 2;
}

.gallery-style-grid .product__media-icon,
.gallery-style-masonry .product__media-icon,
.gallery-style-carousel .product__media-icon,
.gallery-style-stacked .product__media-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.9);
  
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

/* Loading States */
.gallery-style-grid .loading__spinner,
.gallery-style-masonry .loading__spinner,
.gallery-style-carousel .loading__spinner,
.gallery-style-stacked .loading__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

/* Hover Effects */
.gallery-hover-effects .gallery-style-grid .grid-item,
.gallery-hover-effects .gallery-style-masonry .masonry-item,
.gallery-hover-effects .gallery-style-carousel .main-carousel .swiper-slide,
.gallery-hover-effects .gallery-style-stacked .stacked-item {
  position: relative;
}

.gallery-hover-effects .gallery-style-grid .grid-item::before,
.gallery-hover-effects .gallery-style-masonry .masonry-item::before,
.gallery-hover-effects .gallery-style-carousel .main-carousel .swiper-slide::before,
.gallery-hover-effects .gallery-style-stacked .stacked-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.gallery-hover-effects .gallery-style-grid .grid-item:hover::before,
.gallery-hover-effects .gallery-style-masonry .masonry-item:hover::before,
.gallery-hover-effects .gallery-style-carousel .main-carousel .swiper-slide:hover::before,
.gallery-hover-effects .gallery-style-stacked .stacked-item:hover::before {
  opacity: 1;
}

/* Masonry Animations */
.gallery-animations .gallery-style-masonry .masonry-item {
  opacity: 0;
  transform: translateY(20px);
  animation: masonryFadeIn 0.6s ease forwards;
}

.gallery-style-masonry .masonry-item {
  opacity: 1;
  transform: translateY(0);
}

.gallery-style-masonry .masonry-item.masonry-animate {
  animation: masonryFadeIn 0.6s ease forwards;
}

@keyframes masonryFadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Grid Item Animations */
.gallery-animations .gallery-style-grid .grid-item {
  opacity: 0;
  transform: scale(0.9);
  animation: gridFadeIn 0.5s ease forwards;
}

.gallery-style-grid .grid-item {
  opacity: 1;
  transform: scale(1);
}

.gallery-style-grid .grid-item:nth-child(1) { animation-delay: 0.1s; }
.gallery-style-grid .grid-item:nth-child(2) { animation-delay: 0.2s; }
.gallery-style-grid .grid-item:nth-child(3) { animation-delay: 0.3s; }
.gallery-style-grid .grid-item:nth-child(4) { animation-delay: 0.4s; }
.gallery-style-grid .grid-item:nth-child(5) { animation-delay: 0.5s; }

@keyframes gridFadeIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Stacked Item Animations */
.gallery-animations .gallery-style-stacked .stacked-item {
  opacity: 0;
  transform: translateX(-20px);
  animation: stackedFadeIn 0.5s ease forwards;
}

.gallery-style-stacked .stacked-item {
  opacity: 1;
  transform: translateX(0);
}

.gallery-style-stacked .stacked-item:nth-child(1) { animation-delay: 0.1s; }
.gallery-style-stacked .stacked-item:nth-child(2) { animation-delay: 0.2s; }
.gallery-style-stacked .stacked-item:nth-child(3) { animation-delay: 0.3s; }
.gallery-style-stacked .stacked-item:nth-child(4) { animation-delay: 0.4s; }
.gallery-style-stacked .stacked-item:nth-child(5) { animation-delay: 0.5s; }

@keyframes stackedFadeIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Carousel Thumbnail Active State */
/* Removed old swiper thumbnail active class - now using .active class */

/* Base thumbnail item styles */
.gallery-style-carousel .thumbnail-item {
  height: 40px;
  width: 40px;
  flex-shrink: 0;
  border: 2px solid transparent;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
  opacity: 0.7;
  cursor: pointer;
}

.gallery-style-carousel .thumbnail-item .light-box-zoom-trigger {
  cursor: pointer;
}

/* Focus States for Accessibility */
.gallery-style-grid .grid-item:focus,
.gallery-style-masonry .masonry-item:focus,
.gallery-style-carousel .thumbnail-item:focus,
.gallery-style-stacked .stacked-item:focus {
  outline: 2px solid #007acc;
  outline-offset: 2px;
}

/* Loading State Improvements */
.gallery-style-grid .loading__spinner,
.gallery-style-masonry .loading__spinner,
.gallery-style-carousel .loading__spinner,
.gallery-style-stacked .loading__spinner {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 10px;
}

.product__info-wrapper img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
