/** Shopify CDN: Minification failed

Line 57:27 Unexpected "*"

**/
/* ═══════════════════════════════════════════════════════════════════════════════
   GLOWISHES - COMPLETE CSS FIXES
   Issues: 1, 4, 7, 8
   Add to: assets/glowishes-fixes.css
   ═══════════════════════════════════════════════════════════════════════════════ */

/* ═══════════════════════════════════════════════════════════════════════════════
   ISSUE 1: ADVANCED SLIDESHOW HEIGHT FIX
   Problem: Image cropped on live site vs editor due to transparent header offset
   ═══════════════════════════════════════════════════════════════════════════════ */

/* Remove transparent header offset for slideshow */
.section--full-width.disable-section-top-offset {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Ensure slides use correct min-height without header padding interference */
.cosmetic-slideshow__slide {
  min-height: var(--slide-min-height-mobile, 500px) !important;
  padding-top: 0 !important;
  box-sizing: border-box;
}

@media screen and (min-width: 750px) {
  .cosmetic-slideshow__slide {
    min-height: var(--slide-min-height-desktop, 600px) !important;
  }
}

/* Media should fill the entire slide */
.cosmetic-slideshow__media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.cosmetic-slideshow__media img,
.cosmetic-slideshow__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

/* Fix for transparent header - don't add extra padding */
#shopify-section-template--*__advanced-slideshow .cosmetic-slideshow__slide,
[class*="shopify-section"] .cosmetic-slideshow__slide {
  padding-top: 0 !important;
}

/* Slideshow wrapper should not have offset */
slideshow-component,
.slideshow,
.slideshow__slides,
slideshow-slides {
  min-height: inherit;
  height: auto;
}

/* ═══════════════════════════════════════════════════════════════════════════════
   ISSUE 4: QUICK VIEW MOBILE LAYOUT FIX
   Problem: Poor mobile display - images not carousel, buttons misaligned
   ═══════════════════════════════════════════════════════════════════════════════ */

@media screen and (max-width: 749px) {
  /* Quick View Modal - Full width on mobile */
  #quick-view-modal .quick-view-modal__content,
  [id*="quick-view-modal"] .quick-view-modal__content,
  .quick-view-modal__content {
    width: 95% !important;
    max-width: 95% !important;
    max-height: 90vh !important;
    margin: 5vh auto !important;
    padding: 15px !important;
    border-radius: 12px !important;
  }

  /* Stack columns vertically */
  .ecom-row.ecom-core .core__row--columns,
  .ecom-v2xxl78d4e .core__row--columns {
    display: flex !important;
    flex-direction: column !important;
  }

  /* Full width columns on mobile */
  .ecom-column.ecom-core,
  .ecom-x2io97b7rhi,
  .ecom-fxp6ollqnzt {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* Image gallery carousel on mobile */
  .ecom-product-single__media--featured {
    width: 100% !important;
    overflow: hidden !important;
  }

  .ecom-product-single__media--images {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  .ecom-product-single__media--images::-webkit-scrollbar {
    display: none !important;
  }

  .ecom-product-single__media--image {
    flex: 0 0 100% !important;
    scroll-snap-align: start !important;
    min-width: 100% !important;
  }

  /* Thumbnails horizontal scroll */
  .ecom-product-single__media--thumbs {
    width: 100% !important;
    margin-top: 10px !important;
  }

  .ecom-product-single__media--thumbs .ecom-swiper-wrapper {
    display: flex !important;
    overflow-x: auto !important;
    gap: 8px !important;
    padding-bottom: 5px !important;
    scrollbar-width: none !important;
  }

  .ecom-product-single__media--thumbs .ecom-swiper-wrapper::-webkit-scrollbar {
    display: none !important;
  }

  .ecom-product-single__media--thumbnail {
    flex: 0 0 60px !important;
    width: 60px !important;
    height: 60px !important;
  }

  /* Product info section */
  .ecom-product-single__title-wrapper,
  .ecom-product-single__price-wrapper,
  .ecom-product-single__description-wrapper {
    text-align: center !important;
  }

  .ecom-product__heading {
    font-size: 1.25rem !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
  }

  .ecom-product-single__price--sale {
    font-size: 1.25rem !important;
  }

  /* Variant picker mobile */
  .ecom-product-single__variant-picker-wrapper {
    width: 100% !important;
  }

  .ecom-product-single__picker-colors-list,
  .ecom-product-single__picker-radio-list {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
  }

  /* Quantity selector centered */
  .ecom-product-single__quantity-wrapper {
    display: flex !important;
    justify-content: center !important;
    margin: 15px 0 !important;
  }

  .ecom-product-single__quantity-controls {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Add to cart button - full width */
  .ecom-product-single__add-to-cart-wrapper {
    width: 100% !important;
  }

  .ecom-product-single__add-to-cart--submit {
    width: 100% !important;
    padding: 14px 20px !important;
    font-size: 1rem !important;
    border-radius: 8px !important;
  }

  /* Close button positioning */
  .quick-view-modal__close {
    position: fixed !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 1001 !important;
    background: white !important;
    border-radius: 50% !important;
    width: 36px !important;
    height: 36px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
  }

  /* Navigation arrows visible on mobile */
  .ecom-swiper-button-next,
  .ecom-swiper-button-prev {
    display: flex !important;
    width: 32px !important;
    height: 32px !important;
    background: rgba(255,255,255,0.9) !important;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
  }

  /* Social share section */
  .element__social {
    justify-content: center !important;
  }

  /* Modal body padding */
  .quick-view-modal__body {
    padding: 20px 15px !important;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════════
   ISSUE 7: PRODUCT CARD DIMENSION CONSISTENCY
   Problem: Cards have varying heights due to different image aspect ratios
   ═══════════════════════════════════════════════════════════════════════════════ */

/* Enforce square aspect ratio for all product images */
.product-card__image-wrapper,
.resource-card__image-wrapper,
.product-card-image,
.card__media {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  position: relative !important;
}

.product-card__image-wrapper img,
.resource-card__image-wrapper img,
.product-card-image img,
.card__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* Consistent card heights */
.product-card,
.resource-card,
.card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

/* Title area - fixed height with truncation */
.product-card__title,
.resource-card__title,
.card__title {
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  min-height: 2.8em !important;
  line-height: 1.4 !important;
}

/* Card info/content area */
.product-card__info,
.resource-card__info,
.card__content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 100px !important;
}

/* Price should stay at consistent position */
.product-card__price,
.resource-card__price,
.price {
  margin-top: auto !important;
}

/* Collection grid consistency */
.collection .grid__item,
.product-grid .grid__item {
  display: flex !important;
}

.collection .grid__item > *,
.product-grid .grid__item > * {
  width: 100% !important;
}

/* Best Products Carousel card consistency */
.best-products-section .product-card {
  height: 100% !important;
}

.best-products-section .product-image-wrapper {
  aspect-ratio: 1 / 1 !important;
}

.best-products-section .product-images {
  aspect-ratio: 1 / 1 !important;
}

.best-products-section .product-info {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
}

.best-products-section .product-title {
  min-height: 2.6em !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* ═══════════════════════════════════════════════════════════════════════════════
   ISSUE 8: SINGLE PRODUCT PAGE SCROLL FIX
   Problem: Nested scrollbars cause page to "stick" before scrolling
   ═══════════════════════════════════════════════════════════════════════════════ */

/* Remove nested scroll containers */
.product-section,
.product__media-wrapper,
.product__info-wrapper,
.product__media-container,
.product__info-container {
  overflow: visible !important;
  height: auto !important;
  max-height: none !important;
}

/* Product page main container */
.product-template,
.product-page,
[class*="product-template"] {
  overflow: visible !important;
}

/* Media gallery should not have its own scroll */
.media-gallery,
.product-media-gallery,
.product__media-list {
  overflow: visible !important;
  max-height: none !important;
}

/* Sticky sidebar without nested scroll */
@media screen and (min-width: 990px) {
  .product__info-wrapper {
    position: sticky !important;
    top: calc(var(--header-height, 60px) + 20px) !important;
    align-self: flex-start !important;
  }
}

/* Remove any hidden overflow that might cause scroll issues */
.main-product,
.product-main,
.shopify-section--main-product {
  overflow: visible !important;
}

/* Luxe Product Page specific fixes */
.luxe-product-page,
[class*="luxe-product"] {
  overflow: visible !important;
}

/* Ensure body and html don't have conflicting scroll */
html:has(.product-template),
body:has(.product-template) {
  overflow-x: hidden;
  overflow-y: auto;
}

/* ═══════════════════════════════════════════════════════════════════════════════
   ADDITIONAL: BREADCRUMB STYLES
   For Issue 6 - Breadcrumb Navigation
   ═══════════════════════════════════════════════════════════════════════════════ */

.breadcrumb {
  padding: 15px 0;
  margin-bottom: 20px;
}

.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}

.breadcrumb__item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.breadcrumb__link {
  color: var(--color-foreground-muted, #666);
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb__link:hover {
  color: var(--color-foreground, #000);
  text-decoration: underline;
}

.breadcrumb__separator {
  color: var(--color-foreground-muted, #999);
  font-size: 0.75rem;
}

.breadcrumb__current {
  color: var(--color-foreground, #000);
  font-weight: 500;
}

@media screen and (max-width: 749px) {
  .breadcrumb {
    padding: 10px 0;
  }
  
  .breadcrumb__list {
    font-size: 0.8rem;
  }
}
