/** Shopify CDN: Minification failed

Line 363:39 Unexpected "@app"

**/
/* ==========================================================================
   NextGEN Boba — Product Details Page (PDP) Design System
   Matches Homepage and Collection/Topic Pages:
   - Editorial typography and hierarchy (tight tracking, semibold weights)
   - Brand color tokens: Forest Green (#00704a), Warm Cream (#faf8f3), Deep Charcoal (#171717)
   - Cohesive card, border, and input language
   - Unified third-party plugin overrides (Judge.me, Klarna, Frequently Bought Together)
   ========================================================================== */

:root {
  --ng-pdp-green: #00704a;
  --ng-pdp-green-dark: #005638;
  --ng-pdp-green-light: #e6faf7;
  --ng-pdp-dark: #171717;
  --ng-pdp-cream: #faf8f3;
  --ng-pdp-cream-dark: #f2ede4;
  --ng-pdp-surface: #ffffff;
  --ng-pdp-muted: rgba(23, 23, 23, 0.65);
  --ng-pdp-muted-light: rgba(23, 23, 23, 0.4);
  --ng-pdp-border: rgba(23, 23, 23, 0.1);
  --ng-pdp-border-light: rgba(23, 23, 23, 0.06);
  --ng-pdp-star: #e5a83b;
  --ng-pdp-radius-sm: 4px;
  --ng-pdp-radius-md: 8px;
  --ng-pdp-radius-lg: 12px;
}

/* --------------------------------------------------------------------------
   1. Page Shell & Global Product Overrides
   -------------------------------------------------------------------------- */

.template-product #MainContent {
  background: var(--ng-pdp-surface);
}

/* Hide any residual breadcrumbs on product page */
.template-product .m-breadcrumb,
.template-product .x-breadcrumbs,
.template-product [aria-label="breadcrumbs"],
.template-product [aria-label="x-breadcrumbs"] {
  display: none !important;
}

/* --------------------------------------------------------------------------
   2. Main Product Hero Section (Media + Buy Box)
   -------------------------------------------------------------------------- */

.template-product .m-main-product {
  background: var(--ng-pdp-cream);
  padding-block: clamp(28px, 4vw, 64px);
  border-bottom: 1px solid var(--ng-pdp-border-light);
}

.template-product .m-main-product--wrapper {
  align-items: flex-start;
  gap: clamp(24px, 4vw, 56px);
}

/* --- Media Gallery (Left Column) --- */
.template-product .m-product-media--desktop,
.template-product .m-product-media--mobile {
  background: transparent;
}

.template-product .m-product-media--item,
.template-product .m-product-media--slider__images,
.template-product .m-media-gallery {
  background: var(--ng-pdp-surface);
  border: 1px solid var(--ng-pdp-border-light);
  border-radius: var(--ng-pdp-radius-md);
  overflow: hidden;
}

.template-product .m-product-media--item img {
  object-fit: contain;
  background: var(--ng-pdp-surface);
}

/* Thumbnail Navigation */
.template-product .m-product-media--nav .swiper-slide {
  border: 1px solid var(--ng-pdp-border);
  border-radius: var(--ng-pdp-radius-sm);
  overflow: hidden;
  background: var(--ng-pdp-surface);
  transition: border-color 0.2s ease, opacity 0.2s ease;
  opacity: 0.65;
}

.template-product .m-product-media--nav .swiper-slide:hover,
.template-product .m-product-media--nav .swiper-slide-thumb-active {
  border-color: var(--ng-pdp-green);
  opacity: 1;
}

/* --- Product Info Buy Box (Right Column) --- */
.template-product .m-product-info--wrapper {
  background: var(--ng-pdp-surface);
  border: 1px solid var(--ng-pdp-border);
  border-top: 3px solid var(--ng-pdp-green);
  border-radius: var(--ng-pdp-radius-md);
  padding: clamp(24px, 3.5vw, 44px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Product Tag / Category Eyebrow */
.template-product .product-block-group--tags {
  margin-bottom: -4px;
}

.template-product .m-product-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
  background: var(--ng-pdp-dark);
  color: #fff;
}

.template-product .m-product-tag--sale {
  background: var(--ng-pdp-green);
}

/* Title & Header */
.template-product .product-block-group--title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
}

.template-product .m-product-title {
  color: var(--ng-pdp-dark);
  font-size: clamp(26px, 2.75vw, 38px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.035em;
  margin: 0;
}

/* Wishlist Button */
.template-product .m-product-wishlist button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--ng-pdp-border);
  background: var(--ng-pdp-surface);
  color: var(--ng-pdp-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.template-product .m-product-wishlist button:hover {
  border-color: var(--ng-pdp-green);
  color: var(--ng-pdp-green);
  background: var(--ng-pdp-green-light);
}

/* --- Review Rating Preview Badge (Judge.me & Alireviews) --- */
.template-product .jdgm-widget.jdgm-preview-badge,
.template-product .alr-display-review-badge {
  margin-top: -6px;
  margin-bottom: 2px;
  font-family: var(--font-body);
}

.template-product .jdgm-prev-badge {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.template-product .jdgm-star {
  color: var(--ng-pdp-star) !important;
  font-size: 15px !important;
  letter-spacing: 2px;
}

.template-product .jdgm-prev-badge__text {
  font-size: 13px;
  font-weight: 500;
  color: var(--ng-pdp-muted);
}

/* Clean fallback if 0 reviews */
.template-product .jdgm-prev-badge[data-number-of-reviews="0"] .jdgm-prev-badge__text {
  color: var(--ng-pdp-muted-light);
}

/* --- Price Display --- */
.template-product .product-block-group--price {
  padding-block: 4px;
}

.template-product .m-price {
  align-items: baseline;
  gap: 10px;
}

.template-product .m-price-item--regular,
.template-product .m-price-item--sale {
  color: var(--ng-pdp-green);
  font-size: clamp(24px, 2.25vw, 32px) !important;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1;
}

.template-product .m-price__sale s.m-price-item--regular {
  color: var(--ng-pdp-muted-light) !important;
  font-size: 18px !important;
  font-weight: 400;
  text-decoration: line-through;
}

.template-product .m-product-tax {
  font-size: 13px;
  color: var(--ng-pdp-muted);
  margin-top: 4px;
}

/* --- Variant Option Selector (Packaging / Size) --- */
.template-product .m-product-option {
  margin-block: 6px;
}

.template-product .m-product-option--label,
.template-product .option-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ng-pdp-dark);
  margin-bottom: 10px;
  display: block;
}

.template-product .option-label--selected {
  color: var(--ng-pdp-green);
  font-weight: 700;
  margin-left: 4px;
}

.template-product .m-product-option--content {
  gap: 8px;
}

.template-product .m-product-option--node input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.template-product .m-product-option--node__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 18px;
  border: 1px solid var(--ng-pdp-border);
  border-radius: var(--ng-pdp-radius-sm);
  background: var(--ng-pdp-surface);
  color: var(--ng-pdp-dark);
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
  user-select: none;
}

.template-product .m-product-option--node__label:hover {
  border-color: var(--ng-pdp-green);
  background: var(--ng-pdp-cream);
}

.template-product .m-product-option--node input:checked + .m-product-option--node__label {
  background: var(--ng-pdp-dark) !important;
  color: #ffffff !important;
  border-color: var(--ng-pdp-dark) !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

/* --- Buy Buttons, Quantity, Dynamic Checkout --- */
.template-product .m-product-form--wrapper {
  gap: 12px;
  margin-top: 6px;
}

.template-product .m-quantity {
  width: 124px !important;
  height: 48px !important;
  min-height: 48px !important;
  border: 1px solid var(--ng-pdp-border) !important;
  border-radius: var(--ng-pdp-radius-sm) !important;
  background: var(--ng-pdp-surface) !important;
}

.template-product .m-quantity .m-quantity__button {
  width: 36px !important;
  height: 100% !important;
  color: var(--ng-pdp-dark) !important;
  transition: background-color 0.15s ease;
}

.template-product .m-quantity .m-quantity__button:hover {
  background-color: var(--ng-pdp-cream) !important;
  color: var(--ng-pdp-green) !important;
}

.template-product .m-quantity .m-quantity__input {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: var(--ng-pdp-dark) !important;
}

.template-product .m-add-to-cart {
  flex: 1 1 200px !important;
  height: 48px !important;
  min-height: 48px !important;
  background: var(--ng-pdp-dark) !important;
  color: #ffffff !important;
  border: 1px solid var(--ng-pdp-dark) !important;
  border-radius: var(--ng-pdp-radius-sm) !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  transition: all 0.2s ease !important;
  box-shadow: none !important;
}

.template-product .m-add-to-cart:hover:not(.disabled) {
  background: var(--ng-pdp-green) !important;
  border-color: var(--ng-pdp-green) !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 112, 74, 0.24) !important;
}

.template-product .m-product-dynamic-checkout {
  width: 100% !important;
  margin-top: 8px;
}

.template-product .shopify-payment-button__button {
  border-radius: var(--ng-pdp-radius-sm) !important;
  min-height: 48px !important;
}

/* --- Klarna On-Site Messaging Widget --- */
.template-product .main-product__block-@app:has(klarna-placement),
.template-product klarna-placement {
  display: block;
  background: var(--ng-pdp-cream);
  border: 1px solid var(--ng-pdp-border);
  border-radius: var(--ng-pdp-radius-sm);
  padding: 10px 14px;
  font-size: 13px;
  color: var(--ng-pdp-dark);
  margin-block: 4px;
}

/* --- Shipping & Delivery Micro-Features --- */
.template-product .m-product-shipping {
  background: var(--ng-pdp-cream);
  border: 1px solid var(--ng-pdp-border);
  border-radius: var(--ng-pdp-radius-sm);
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 4px 0 0;
}

.template-product .m-product-shipping--item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--ng-pdp-dark);
}

.template-product .m-product-shipping--icon {
  color: var(--ng-pdp-green);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.template-product .m-product-shipping--icon svg {
  width: 20px;
  height: 20px;
}

.template-product .m-product-shipping--content p {
  margin: 0;
}

.template-product .m-product-shipping--content strong {
  color: var(--ng-pdp-dark);
  font-weight: 600;
}

/* --- Trust Badge & Security Guarantee --- */
.template-product .m-product-trust-badge {
  border-top: 1px solid var(--ng-pdp-border);
  padding-top: 18px;
  margin-top: 6px;
  text-align: center;
}

.template-product .m-product-trust-badge__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ng-pdp-muted);
  margin-bottom: 12px;
}

.template-product .m-trust-badge-lock {
  color: var(--ng-pdp-green);
  stroke-width: 2.2;
}

.template-product .m-product-trust-badge__image img {
  max-width: 260px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}

.template-product .m-product-trust-badge__payment-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.template-product .m-trust-payment-icon {
  height: 22px;
  width: auto;
  opacity: 0.85;
}

/* --- Addons (Clean minimal row) --- */
.template-product .m-product-addon--wrapper {
  gap: 16px;
  padding-top: 4px;
}

.template-product .m-product-addon--item {
  color: var(--ng-pdp-muted);
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: color 0.15s ease;
}

.template-product .m-product-addon--item:hover {
  color: var(--ng-pdp-green);
}

.template-product .m-product-addon--item svg {
  width: 16px;
  height: 16px;
}

/* --------------------------------------------------------------------------
   3. Frequently Bought Together App Widget Override
   -------------------------------------------------------------------------- */

.template-product #frequently-bought-together-app-block,
.template-product .ng-pdp-fbt-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 24px;
  font-family: var(--font-body);
}

.template-product #frequently-bought-together-app-block h2,
.template-product #frequently-bought-together-app-block h3,
.template-product #frequently-bought-together-app-block .fbt-headline {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: var(--ng-pdp-dark);
  margin-bottom: 24px;
}

.template-product #frequently-bought-together-app-block input[type="checkbox"] {
  accent-color: var(--ng-pdp-green);
}

.template-product #frequently-bought-together-app-block .fbt-price,
.template-product #frequently-bought-together-app-block .fbt-total-price {
  color: var(--ng-pdp-green);
  font-weight: 700;
}

.template-product #frequently-bought-together-app-block button,
.template-product #frequently-bought-together-app-block .fbt-button {
  background: var(--ng-pdp-dark) !important;
  color: #fff !important;
  border-radius: var(--ng-pdp-radius-sm) !important;
  height: 48px !important;
  padding: 0 28px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  transition: all 0.2s ease !important;
}

.template-product #frequently-bought-together-app-block button:hover,
.template-product #frequently-bought-together-app-block .fbt-button:hover {
  background: var(--ng-pdp-green) !important;
}

/* --------------------------------------------------------------------------
   4. Product Details Tabs Section
   -------------------------------------------------------------------------- */

.template-product .m-product-details-tabs {
  background: var(--ng-pdp-cream);
  border-top: 1px solid var(--ng-pdp-border-light);
  border-bottom: 1px solid var(--ng-pdp-border-light);
}

.template-product .m-tabs__header-inner {
  display: inline-flex;
  gap: 8px;
  background: var(--ng-pdp-surface);
  padding: 6px;
  border: 1px solid var(--ng-pdp-border);
  border-radius: var(--ng-pdp-radius-sm);
}

.template-product .m-tab-header {
  padding: 10px 22px;
  border-radius: var(--ng-pdp-radius-sm);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ng-pdp-muted);
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
}

.template-product .m-tab-header:hover {
  color: var(--ng-pdp-dark);
}

.template-product .m-tab-header.active {
  background: var(--ng-pdp-dark);
  color: #ffffff;
}

.template-product .m-tab-content__inner {
  background: var(--ng-pdp-surface);
  border: 1px solid var(--ng-pdp-border);
  border-radius: var(--ng-pdp-radius-md);
  max-width: 1080px;
  margin: 28px auto 0;
  padding: clamp(28px, 4vw, 56px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.template-product .m-tab-content__inner .rte {
  color: #333333;
  font-size: 15.5px;
  line-height: 1.75;
}

.template-product .m-tab-content__inner h2,
.template-product .m-tab-content__inner h3,
.template-product .m-tab-content__inner h4 {
  color: var(--ng-pdp-dark);
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-top: 24px;
  margin-bottom: 12px;
}

.template-product .m-tab-content__inner ul,
.template-product .m-tab-content__inner ol {
  padding-left: 20px;
  margin-block: 16px;
}

.template-product .m-tab-content__inner li {
  margin-bottom: 6px;
}

/* --------------------------------------------------------------------------
   5. Scrolling Promotion Bar
   -------------------------------------------------------------------------- */

.template-product .m-scrolling-promotion-section {
  border-block: 1px solid var(--ng-pdp-border-light);
}

.template-product .m-promotion__item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.template-product .m-promotion__item .m-promotion__text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   6. Customer Reviews Section (Judge.me & Bundler)
   -------------------------------------------------------------------------- */

.template-product .ng-pdp-reviews-section {
  background: var(--ng-pdp-surface);
  padding: clamp(56px, 7vw, 96px) 24px;
  border-bottom: 1px solid var(--ng-pdp-border-light);
}

.template-product #judgeme_product_reviews,
.template-product .jdgm-review-widget {
  max-width: 1200px;
  margin: 0 auto;
  font-family: var(--font-body) !important;
}

/* Review Stars */
.template-product .jdgm-widget .jdgm-star {
  color: var(--ng-pdp-star) !important;
}

/* Summary Header */
.template-product .jdgm-rev-widg__header {
  border-bottom: 1px solid var(--ng-pdp-border);
  padding-bottom: 28px;
  margin-bottom: 32px;
}

.template-product .jdgm-rev-widg__summary-score {
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 600;
  color: var(--ng-pdp-dark);
  line-height: 1;
}

.template-product .jdgm-row-rating .jdgm-histogram__bar-content {
  background: var(--ng-pdp-green) !important;
  border-radius: 4px;
}

/* Write Review Button */
.template-product .jdgm-write-rev-btn {
  background: var(--ng-pdp-dark) !important;
  color: #ffffff !important;
  border: 1px solid var(--ng-pdp-dark) !important;
  border-radius: var(--ng-pdp-radius-sm) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  padding: 12px 24px !important;
  transition: all 0.2s ease !important;
}

.template-product .jdgm-write-rev-btn:hover {
  background: var(--ng-pdp-green) !important;
  border-color: var(--ng-pdp-green) !important;
}

/* Individual Review Cards */
.template-product .jdgm-rev {
  background: var(--ng-pdp-surface) !important;
  border: 1px solid var(--ng-pdp-border) !important;
  border-radius: var(--ng-pdp-radius-md) !important;
  padding: 24px !important;
  margin-bottom: 16px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.template-product .jdgm-rev__buyer-badge {
  background: var(--ng-pdp-green-light) !important;
  color: var(--ng-pdp-green) !important;
  border-radius: 4px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  padding: 3px 8px !important;
}

.template-product .jdgm-rev__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--ng-pdp-dark);
  margin-block: 8px;
}

.template-product .jdgm-rev__body p {
  color: #444;
  line-height: 1.65;
  font-size: 14.5px;
}

/* --------------------------------------------------------------------------
   7. Recommendations & Recently Viewed Sections
   -------------------------------------------------------------------------- */

.template-product .m-product-recommendations,
.template-product .m-recent-viewed-products {
  padding-block: clamp(48px, 6vw, 88px);
  background: var(--ng-pdp-surface);
}

.template-product .m-section__heading {
  color: var(--ng-pdp-dark);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

/* --------------------------------------------------------------------------
   8. Mobile Responsiveness & Sticky ATC
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {
  .template-product .m-main-product {
    padding-block: 16px 36px;
  }

  .template-product .m-product-info--wrapper {
    padding: 20px 16px;
    border-radius: 0;
    border-inline: none;
  }

  .template-product .m-product-form--wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .template-product .m-quantity {
    width: 100% !important;
  }

  .template-product .m-add-to-cart {
    width: 100% !important;
  }

  .template-product .m-tabs__header-inner {
    width: 100%;
    flex-direction: column;
  }

  .template-product .m-tab-header {
    text-align: center;
  }

  .template-product .m-tab-content__inner {
    padding: 20px 16px;
    border-radius: 0;
  }
}
