/** Shopify CDN: Minification failed

Line 391:22 Unexpected "/"

**/
/* ==============================================
   NYNE FRAGRANCE PAGE - PDF DESIGN MATCH
   ============================================== */

/* ==============================================
   NINE MOODS SECTION - Grey Background Box
   Main layer: Grey background (full section)
   Second layer: White boxes for image and text
   ============================================== */

/* Grey background for the entire section - override theme color scheme */
.shopify-section--image-with-text,
.shopify-section--image-with-text > div,
.shopify-section--image-with-text .color-scheme {
  background-color: #f5f5f3 !important;
  background: #f5f5f3 !important;
}

/* Main container with consistent padding */
.shopify-section--image-with-text .image-with-text {
  position: relative;
  z-index: 1;
  padding: 85px 125px !important;
  gap: 0 !important;
  align-items: stretch !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
}

/* White container for image - equal height */
.shopify-section--image-with-text .image-with-text picture {
  position: relative;
  z-index: 1;
  background: #ffffff !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 400px;
  margin: 0 !important;
  align-self: stretch;
}

.shopify-section--image-with-text .image-with-text picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 20px;
}

/* White container for text content - equal height */
.shopify-section--image-with-text .image-with-text .prose {
  position: relative;
  z-index: 1;
  padding: 50px 50px;
  background: #ffffff !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 !important;
  align-self: stretch;
}

.shopify-section--image-with-text .image-with-text .h3 {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 24px;
}

@media (max-width: 699px) {
  .shopify-section--image-with-text .image-with-text {
    padding: 30px !important;
    gap: 20px !important;
  }

  .shopify-section--image-with-text .image-with-text picture {
    min-height: 300px;
  }

  .shopify-section--image-with-text .image-with-text .prose {
    padding: 30px 25px;
    min-height: auto;
  }
}

/* Size Selector - Button Style (not dropdown) */
.nyne-fragrance-page .product-info__size-selector {
  margin: 24px 0;
}

.nyne-fragrance-page .size-selector-label {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 12px;
  color: #000000;
}

.nyne-fragrance-page .size-selector-buttons {
  display: flex;
  gap: 16px;
}

.nyne-fragrance-page .size-button {
  flex: 1;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: none;
  min-width: 120px;
}

.nyne-fragrance-page .size-button:hover {
  background: #f5f5f5;
}

.nyne-fragrance-page .size-button.selected {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

/* Product Subtitle - Scent Notes */
.nyne-fragrance-page .product-subtitle {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 16px;
}

/* Scent Notes Display */
.nyne-fragrance-page .scent-notes {
  margin: 32px 0;
  padding: 24px 0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}

.nyne-fragrance-page .scent-note {
  margin-bottom: 10px;
  line-height: 1.6;
}

.nyne-fragrance-page .scent-note:last-child {
  margin-bottom: 0;
}

.nyne-fragrance-page .scent-note-label {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  display: inline;
  margin-right: 6px;
}

.nyne-fragrance-page .scent-note-value {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  display: inline;
}

/* Product Description */
.nyne-fragrance-page .product-description,
.nyne-fragrance-page .product__description {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  margin: 32px 0;
}

/* Key Features Icons Section */
.nyne-key-features-icons {
  padding: 60px 20px;
  text-align: center;
}

.nyne-key-features-icons__title {
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
  margin-bottom: 8px;
}

.nyne-key-features-icons__heading {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
  color: #000000;
}

.nyne-key-features-icons__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  max-width: 600px;
  margin: 0 auto;
}

.nyne-key-features-icons__item {
  text-align: center;
  max-width: 119px;
  max-height: 121px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3)
}

.nyne-key-features-icons__icon {
  width: 60px;
  height: 60px;
  margin: 16px auto 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nyne-key-features-icons__icon svg {
  width: 100%;
  height: 100%;
  stroke: #000000;
  fill: none;
}

.nyne-key-features-icons__text {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-transform: lowercase;
  padding: 10px;
}

/* Spotify Integration */
.nyne-spotify-section {
  margin: 30px 0;
  padding: 24px;
  background: #f9f9f9;
  border-radius: 4px;
  text-align: center;
}

.nyne-spotify-section__title {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #000000;
}

.nyne-spotify-section__subtitle {
  font-size: 11px;
  color: #666666;
  margin-bottom: 16px;
}

.nyne-spotify-section__code {
  max-width: 150px;
  margin: 0 auto;
}

.nyne-spotify-section__code img {
  width: 100%;
  height: auto;
}

/* Buttons */
.nyne-fragrance-page .product-form__submit,
.nyne-fragrance-page button[name="add"] {
  width: 100%;
  padding: 16px 24px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  background: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  margin-bottom: 12px !important;
}

.nyne-fragrance-page .product-form__submit:hover,
.nyne-fragrance-page button[name="add"]:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

.nyne-fragrance-page .shopify-payment-button__button,
.nyne-fragrance-page .shopify-payment-button__button--unbranded {
  width: 100% !important;
  padding: 16px 24px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  background: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
}

/* Override Shopify variant picker for size selector */
.nyne-fragrance-page .variant-picker__option {
  margin: 24px 0;
}

.nyne-fragrance-page .variant-picker__label-wrapper {
  margin-bottom: 12px;
}

.nyne-fragrance-page .variant-picker__label {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #000000 !important;
}

/* .nyne-fragrance-page .block-swatch-list {
  display: flex;
  gap: 16px;
}

.nyne-fragrance-page .block-swatch {
  flex: 1;
  min-width: 120px;
}

.nyne-fragrance-page .block-swatch__radio {
  padding: 14px 32px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  color: #000000 !important;
}

.nyne-fragrance-page .block-swatch__radio:hover {
  background: #f5f5f5 !important;
} */

/* Variant image cards with label below */
.nyne-fragrance-page .block-swatch-list {
  display: flex;
  gap: 16px;
}

.nyne-fragrance-page .block-swatch {
  flex-direction: column;
  width: 120px;
  padding: 0;
  border: 1px solid #000;
}

.nyne-fragrance-page .block-swatch__radio {
  padding: 8px !important;
  text-align: center !important;
  font-size: 13px !important;
  border-top: 1px solid #eee !important;
  border-radius: 0 !important;
}

.nyne-fragrance-page input:checked + .block-swatch__radio {
  background: #000 !important;
  color: #fff !important;
}

.nyne-fragrance-page input:checked + .block-swatch__radio {
  background: #000000 !important;
  color: #ffffff !important;
}

Product info spacing */
.nyne-fragrance-page .product-info {
  padding: 120px !important;
}

.nyne-fragrance-page .product-info > * {
  margin-bottom: 20px;
}

/* Fix variant scroll jump */
.nyne-fragrance-page .product,
.nyne-fragrance-page .product-info,
.nyne-fragrance-page .product-gallery,
.nyne-fragrance-page product-rerender,
.nyne-fragrance-page .product-info__block-list {
  overflow-anchor: none;
  scroll-margin: 0 !important;
  scroll-margin-block-start: 0 !important;
}

html {
  overflow-anchor: none;
}

.nyne-fragrance-page .product-info {
  min-height: fit-content;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .nyne-key-features-icons__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .nyne-key-features-icons {
    padding: 40px 20px;
  }
  
  .nyne-key-features-icons__heading {
    font-size: 24px;
  }
  
  .size-selector-buttons {
    flex-direction: row;
  }
  
  .size-button {
    padding: 14px 20px;
  }
}