/** Shopify CDN: Minification failed

Line 1606:194 Unexpected "/"

**/
/* =============================================================================
   Paper Dealer — Custom CSS
   ============================================================================= */


/* =============================================================================
   1. PRE-ORDER BADGE (product cards)
   ============================================================================= */

.pd-preorder-badge {
  background: #1a1a2e !important;
  color: #ffffff !important;
  font-family: var(--font-heading-family, 'Montserrat', sans-serif) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  padding: 4px 8px !important;
  border-radius: 3px !important;
  line-height: 1.4 !important;
  white-space: nowrap !important;
}

.pd-preorder-date { font-weight: 400; opacity: .85; letter-spacing: .04em; }
.halo-productBadges .pd-preorder-badge { order: -1; }


/* =============================================================================
   2. COLLECTION — Empty state
   ============================================================================= */

.collection--empty { padding: 60px 20px !important; text-align: center; }

.collection--empty .title {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #232323 !important;
  margin-bottom: 12px !important;
  line-height: 1.5 !important;
}

.collection--empty .title br { display: none; }

.collection--empty .link-underline {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 24px;
  background: #232323;
  color: #ffffff !important;
  font-family: var(--font-heading-family, 'Montserrat', sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 3px;
  transition: background .2s ease;
}

.collection--empty .link-underline:hover { background: #444; }

.collection--empty::after {
  content: 'Try removing a filter or browsing all products';
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #888;
  font-family: var(--font-body-family, 'Inter', sans-serif);
}


/* =============================================================================
   3. COLLECTION — Active filter pills
   ============================================================================= */

.facets__selected .facet-pill,
.active-facets__button {
  background: #232323 !important;
  color: #ffffff !important;
  border-color: #232323 !important;
}

.facets__selected .facet-pill svg,
.active-facets__button svg { fill: #ffffff !important; }


/* =============================================================================
   4. PRODUCT CARD — Title line clamp
   ============================================================================= */

.card-product .product-title,
.product-item .product-title,
.card__content .card__heading {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* =============================================================================
   5. TRUST BAR
   ============================================================================= */

.pd-trust-section + .shopify-section { margin-top: 0; }


/* =============================================================================
   6. STICKY HEADER
   ============================================================================= */

.sticky-header-wrapper { transition: box-shadow .2s ease; }
.sticky-header-wrapper.scrolled { box-shadow: 0 2px 12px rgba(0,0,0,.08); }


/* =============================================================================
   7. ANNOUNCEMENT BAR
   ============================================================================= */

.announcement-bar .announcement-bar__message p { margin: 0; line-height: 1.4; }


/* =============================================================================
   8. PRODUCT PAGE — Pre-order info banner
   Shown when product has tag: pre-order / preorder
   Release date from metafield: custom.release_date (Date type)
   ============================================================================= */

.pd-preorder-info {
  background: #f0f4ff;
  border: 1px solid #c8d4f8;
  border-radius: 6px;
  padding: 14px 16px;
  margin-bottom: 4px;
}

.pd-preorder-info__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pd-preorder-info__label {
  display: inline-block;
  background: #1a1a2e;
  color: #ffffff;
  font-family: var(--font-heading-family, 'Montserrat', sans-serif);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 3px;
  flex-shrink: 0;
}

.pd-preorder-info__date {
  font-family: var(--font-body-family, 'Inter', sans-serif);
  font-size: 14px;
  color: #232323;
}

.pd-preorder-info__date strong { font-weight: 700; }

.pd-preorder-info__note {
  margin: 8px 0 0;
  font-size: 12px;
  color: #555;
  font-family: var(--font-body-family, 'Inter', sans-serif);
  line-height: 1.5;
}


/* =============================================================================
   9. PRODUCT PAGE — Stock level text
   Enabled via stock_level_display: text in product.json
   ============================================================================= */

.productView-stock .stock-level-low,
.productView-stock [data-stock-level="low"] { color: #b45309; font-weight: 600; }

.productView-stock .stock-level-in-stock,
.productView-stock [data-stock-level="in_stock"] { color: #166534; font-weight: 600; }

.productView-stock .stock-level-available { color: #555555; }


/* =============================================================================
   10. PRODUCT PAGE — Title, vendor, price hierarchy
   ============================================================================= */

.productView-title h1,
.product-single__title { letter-spacing: -.01em; line-height: 1.25; }

.productView-vendor,
.product__vendor {
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .65;
  margin-bottom: 6px;
}

.price .price-item--regular { font-weight: 700; }
.price .price-item--compare { opacity: .5; text-decoration: line-through; }


/* =============================================================================
   11. PRODUCT PAGE — Variant picker polish
   ============================================================================= */

.swatch-button.is-active,
.swatch-button--active,
.variant-button.active,
.variant-button[aria-pressed="true"] {
  border-width: 2px !important;
  border-color: #232323 !important;
  font-weight: 700 !important;
}

.swatch-button.is-unavailable,
.variant-button.is-unavailable { opacity: .4; position: relative; }

.swatch-button.is-unavailable::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom right,
    transparent calc(50% - 0.5px),
    #999 calc(50% - 0.5px),
    #999 calc(50% + 0.5px),
    transparent calc(50% + 0.5px)
  );
  pointer-events: none;
}


/* =============================================================================
   12. PRODUCT PAGE — Tabs (Description, Shipping & Handling)
   ============================================================================= */

.halo-product-tab .tab-title-wrap { border-bottom-color: #e0e0e0 !important; }

.halo-product-tab .tab-title-item {
  font-size: 13px;
  letter-spacing: .04em;
  padding-bottom: 12px;
  transition: color .15s ease, border-color .15s ease;
}

.halo-product-tab .tab-title-item.active,
.halo-product-tab .tab-title-item[aria-selected="true"] {
  border-bottom-color: #232323 !important;
  font-weight: 700;
}

.halo-product-tab .tab-content-item {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

/* Shipping & Handling table */
.halo-product-tab table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.halo-product-tab table td {
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: top;
  line-height: 1.5;
}

.halo-product-tab table .tb-title {
  font-weight: 600;
  color: #232323;
  white-space: nowrap;
  width: 140px;
}

.halo-product-tab table tr:last-child td { border-bottom: none; }


/* =============================================================================
   13. PRODUCT PAGE — Buy buttons & sticky ATC
   ============================================================================= */

.productView-addToCart .btn-addtocart,
.product-form__submit[name="add"] {
  min-height: 48px;
  letter-spacing: .06em;
}

.halo-sticky-atc { border-top: 1px solid #e8e8e8; }

.halo-sticky-atc .sticky-product-title {
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50%;
}


/* =============================================================================
   14. PRODUCT PAGE — Complementary products
   ============================================================================= */

.productView-complementary { border-top: 1px solid #e8e8e8; padding-top: 20px; }

.productView-complementary .complementary-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 12px;
}


/* =============================================================================
   15. PRODUCT PAGE — Custom information (EU Delivery, Returns)
   ============================================================================= */

.productView-policies .halo-product-custom-information {
  border-top: 1px solid #f0f0f0;
  padding: 12px 0;
}

.productView-policies .halo-product-custom-information:first-child { border-top: none; }
.productView-policies .custom-info-title { font-size: 13px; font-weight: 600; color: #232323; }
.productView-policies .custom-info-des { font-size: 12px; color: #666; margin-top: 2px; }


/* =============================================================================
   16. MOBILE
   ============================================================================= */

@media (max-width: 767px) {
  .pd-preorder-info { padding: 12px 14px; }
  .pd-preorder-info__date { font-size: 13px; }
  .halo-product-tab .tab-title-item { font-size: 12px; padding: 8px 10px 10px; }
  .productView-addToCart .btn-addtocart,
  .product-form__submit[name="add"] { min-height: 52px; font-size: 14px; }
}


/* =============================================================================
   17. MEGA MENU — Style 3 polish
   ============================================================================= */

/* Dropdown opens smoothly */
.menu-dropdown.megamenu_style_3 {
  transition: opacity .18s ease, transform .18s ease;
  transform: translateY(-6px);
}

.menu-lv-item.has-megamenu:hover > .menu-dropdown,
.menu-lv-item.has-megamenu.is-open > .menu-dropdown {
  transform: translateY(0);
}

/* Banner image hover — subtle zoom already in theme, just make it smoother */
.menu-dropdown__wrapper .image.image-zoom {
  overflow: hidden;
  border-radius: 4px;
  display: block;
}

.menu-dropdown__wrapper .image.image-zoom img {
  transition: transform .3s ease;
  display: block;
  width: 100%;
}

.menu-dropdown__wrapper .image.image-zoom:hover img {
  transform: scale(1.04);
}

/* Column headings (lv2 links) */
.menu-dropdown.megamenu_style_3 .site-nav-title {
  font-family: var(--font-heading-family, 'Montserrat', sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
  display: block;
}

/* Sub-links (lv3) */
.menu-dropdown.megamenu_style_3 .site-nav-link {
  font-size: 13px;
  color: #555;
  padding: 3px 0;
  transition: color .15s ease;
}

.menu-dropdown.megamenu_style_3 .site-nav-link:hover {
  color: #232323;
}

/* Active page indicator */
.menu-dropdown.megamenu_style_3 .site-nav-active {
  color: #232323;
  font-weight: 600;
}

/* Mega menu background — matches site bg */
.menu-dropdown.megamenu_style_3 {
  background: #ffffff;
  border-top: 2px solid #e8e8e8;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
}

/* Inner container padding */
.menu-dropdown.megamenu_style_3 > div > .menu-dropdown__wrapper {
  padding: 24px 0 28px;
  gap: 24px;
}

/* Nav labels on hover — make it clear what each banner links to */
.menu-dropdown.megamenu_style_3 .site-nav-title.menu_mobile_link_2::after {
  display: none;
}

/* "NEW" label in mega menu */
.menu-dropdown .label.new-label {
  background: #1a1a2e;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 2px;
  margin-left: 6px;
  vertical-align: middle;
}

/* "HOT" label */
.menu-dropdown .label.hot-label {
  background: #f84248;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 2px;
  margin-left: 6px;
  vertical-align: middle;
}

/* Placeholder when no image uploaded yet — grey with aspect ratio preserved */
.menu-dropdown.megamenu_style_3 .placeholder {
  background: #f0f0f0;
  border-radius: 4px;
}


/* =============================================================================
   18. MEGA MENU — Emoji icon alignment in nav links
   ============================================================================= */

.menu-dropdown .site-nav-title .text,
.menu-dropdown .site-nav-link .text,
.menu-dropdown .site-nav-item a .text {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  line-height: 1.4;
}

/* Ensure emoji doesn't affect line height */
.menu-dropdown .site-nav-title .text,
.menu-dropdown .site-nav-link .text {
  vertical-align: middle;
}


/* =============================================================================
   19. SET ICONS in mega menu
   ============================================================================= */

.pd-set-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 6px;
  flex-shrink: 0;
  object-fit: contain;
  /* MTG symbols are white — invert to dark on light menu bg */
  filter: invert(1) brightness(0.3);
  opacity: 0.75;
  position: relative;
  top: -1px;
}

/* Hover — make icon fully visible */
a:hover .pd-set-icon,
.site-nav-link:hover .pd-set-icon {
  opacity: 1;
  filter: invert(1) brightness(0);
}

/* Active/current page — match active text color */
.site-nav-active ~ .pd-set-icon,
.site-nav-link:has(.site-nav-active) .pd-set-icon {
  opacity: 1;
  filter: none;
}

/* Mobile menu — slightly larger */
@media (max-width: 1024px) {
  .pd-set-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }
}


/* =============================================================================
   20. PRODUCT CARD — Equal height alignment
   SAFE approach: only touches card-information, never the grid wrapper
   ============================================================================= */

/* Image container: force consistent portrait ratio on all cards.
   portrait_height is set to 130 in settings = padding-bottom 130%.
   We lock it here so every card image area is identical height. */
.card-media.card-media--adapt {
  padding-bottom: 130% !important;
}
.card-media.card-media--adapt img,
.card-media.card-media--adapt .placeholder {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Card info: flex column so price+button sink to bottom */
.product-item .card-information {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-item .card-information__wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-item .card-information__wrapper .card__heading {
  flex: 1;
}

.product-item .card-price {
  margin-top: auto;
  padding-top: 6px;
}

.product-item .card-action {
  flex-shrink: 0;
}


/* =============================================================================
   21. HEADER ICONS — Right side polish
   ============================================================================= */

/* ── Hide "Search" text label — icon is self-explanatory ── */
.header__icon--search .text,
.header__icon--search .text-open {
  display: none !important;
}

/* ── Tighter gap between icons ── */
.header-icons {
  gap: 6px !important;
}

/* ── Consistent icon sizing ── */
.header__icon {
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* ── Cart count bubble — on-brand dark pill ── */
.cart-count-bubble {
  background: var(--cart_count_bubble_bg, #232323) !important;
  color: var(--cart_count_bubble_color, #ffffff) !important;
  border-radius: 50% !important;
  min-width: 0 !important;
  width: auto !important;
  height: auto !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  font-family: var(--font-heading-family, 'Montserrat', sans-serif) !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 2px 5px !important;
  line-height: 1.2 !important;
  border: none !important;
}

/* ── Wishlist count bubble — same style as cart ── */
.wishlist-count-bubble {
  background: #232323 !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  min-width: 18px;
  height: 18px;
  font-size: 10px !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  position: absolute;
  top: 0px;
  right: -6px;
  line-height: 1;
  border: 2px solid #ffffff;
}

/* ── Currency/language dropdown — compact ── */
.top-language-currency {
  font-size: 12px !important;
}

.halo-top-currency .dropdown-label,
.halo-top-language .disclosure__button {
  font-size: 12px !important;
  font-weight: 500 !important;
  gap: 3px;
  padding: 0 !important;
}

/* Flag icon sizing */
.halo-top-currency .icon,
.halo-top-language .icon {
  width: 18px !important;
  height: 18px !important;
}

/* ── Smooth icon hover ── */
.header__icon svg {
  transition: transform .15s ease, opacity .15s ease;
}

.header__icon:hover svg {
  transform: scale(1.1);
  opacity: .8;
}

/* ── Account icon — add subtle indicator when logged in ── */
.header__icon--account account-icon {
  border-radius: 50%;
  overflow: hidden;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ── Search popup — full width, more prominent ── */
.search-modal.modal__content {
  border-top: 2px solid #e8e8e8;
}

.search__input {
  font-size: 16px !important;
  border-radius: 4px !important;
}

/* ── Header right side vertical separator before cart ── */
.header__icon--cart {
  padding-left: 14px !important;
  border-left: 1px solid #e8e8e8;
  margin-left: 4px;
}

@media (max-width: 1024px) {
  .header__icon--cart {
    border-left: none;
    padding-left: 0 !important;
    margin-left: 0;
  }
}


/* =============================================================================
   22. PRODUCT CARD — Premium hover state
   Subtle lift + soft shadow instead of harsh box-shadow
   ============================================================================= */

.product-item .card {
  transition: transform .22s ease, box-shadow .22s ease;
  border-radius: 4px;
}

.product-item .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
}

/* Remove any harsh existing hover shadows from the theme */
.product-item:hover .card-product,
.product-item:hover .card {
  box-shadow: 0 8px 24px rgba(0, 0, 0, .08) !important;
}


/* =============================================================================
   23. SALE PRICE — Consistent urgent red (#c0392b)
   ============================================================================= */

.price--on-sale .price-item--sale,
.price .price-item--sale,
.card-price .price-item--sale,
.productView-price .price-item--sale,
.productView-price .price--sale .money,
.sticky-add-to-cart .price-item--sale {
  color: #c0392b !important;
}

.price--on-sale .price-item--compare,
.price .price-item--compare {
  color: #999 !important;
  text-decoration: line-through;
}


/* =============================================================================
   24. COLLECTION — Out-of-stock product dimming + overlay badge
   ============================================================================= */

/* Dim the entire card when it has a sold-out badge */
.product-item:has(.sold-out-badge) .card {
  opacity: .55;
  transition: opacity .2s ease;
}

.product-item:has(.sold-out-badge) .card:hover {
  opacity: .7;
  transform: none;
  box-shadow: none !important;
}

/* "Out of Stock" overlay on the product image */
.product-item:has(.sold-out-badge) .card-media::after {
  content: 'Out of Stock';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .65);
  color: #ffffff;
  font-family: var(--font-heading-family, 'Montserrat', sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 0;
  z-index: 5;
}

/* Fallback for browsers without :has() — use the sold-out-badge visibility */
@supports not (selector(:has(*))) {
  .sold-out-badge {
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: .06em !important;
    background: rgba(0, 0, 0, .75) !important;
    color: #fff !important;
    padding: 5px 10px !important;
  }
}


/* =============================================================================
   25. NEW RELEASE BADGE — for products tagged "new-release"
   ============================================================================= */

.badge.new-badge {
  background: #0e6b3a !important;
  color: #ffffff !important;
  font-family: var(--font-heading-family, 'Montserrat', sans-serif) !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  padding: 4px 8px !important;
  border-radius: 3px !important;
}


/* =============================================================================
   26. PRODUCT PAGE — Title hierarchy, spacing, premium feel
   ============================================================================= */

/* Vendor label — small, uppercase, muted */
.productView-vendor a,
.productView-vendor .vendor-name {
  font-size: 11px !important;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #888 !important;
  font-weight: 600;
  text-decoration: none;
}

/* Title — tighter line height, breathing room */
.productView-title h1,
.product-single__title {
  font-size: 22px !important;
  font-weight: 700 !important;
  letter-spacing: -.015em;
  line-height: 1.25 !important;
  margin-bottom: 4px !important;
  color: #1a1a1a;
}

/* Price — larger, bolder */
.productView-price .price-item--regular,
.productView-price .price-item--sale {
  font-size: 20px !important;
  font-weight: 700 !important;
}

/* Availability indicator — compact */
.productView-stock {
  font-size: 13px;
  margin-top: 2px;
}


/* =============================================================================
   27. PRODUCT PAGE — "Why Paper Dealer vs Cardmarket?" block
   ============================================================================= */

.pd-vs-cardmarket {
  margin-top: 36px;
  padding: 28px 24px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}

.pd-vs-cardmarket__title {
  font-family: var(--font-heading-family, 'Montserrat', sans-serif);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #232323;
  margin: 0 0 20px;
}

.pd-vs-cardmarket__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.pd-vs-cardmarket__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.pd-vs-cardmarket__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: #0e6b3a;
  margin-top: 1px;
}

.pd-vs-cardmarket__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.pd-vs-cardmarket__copy {
  flex: 1;
  min-width: 0;
}

.pd-vs-cardmarket__copy strong {
  display: block;
  font-family: var(--font-heading-family, 'Montserrat', sans-serif);
  font-size: 13px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 4px;
  line-height: 1.3;
}

.pd-vs-cardmarket__copy span {
  font-family: var(--font-body-family, 'Inter', sans-serif);
  font-size: 13px;
  color: #555;
  line-height: 1.55;
}

@media (max-width: 767px) {
  .pd-vs-cardmarket {
    margin-top: 24px;
    padding: 20px 16px;
  }
  .pd-vs-cardmarket__title {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .pd-vs-cardmarket__copy strong { font-size: 12px; }
  .pd-vs-cardmarket__copy span { font-size: 12px; }
}


/* =============================================================================
   28. MOBILE — ATC button above the fold + sticky bar always visible
   ============================================================================= */

@media (max-width: 767px) {
  /* Tighten mobile spacing so ATC is visible sooner */
  .productView-details {
    padding-top: 12px !important;
  }

  .productView-title h1,
  .product-single__title {
    font-size: 18px !important;
    margin-bottom: 2px !important;
  }

  .productView-price {
    margin-bottom: 8px !important;
  }

  /* Short description — smaller on mobile */
  .productView-description .short-description {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  /* Variant picker — tighter */
  .productView-options .swatch {
    margin-bottom: 8px !important;
  }

  /* ATC button — prominent */
  .product-form__submit[name="add"] {
    min-height: 52px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  /* Info row (vendor, SKU) — compact */
  .productView-info .productView-info-item {
    padding: 4px 0 !important;
    font-size: 12px;
  }
}

/* Sticky ATC bar — ensure always visible on mobile when scrolling */
.halo-sticky-atc {
  z-index: 999 !important;
}

@media (max-width: 767px) {
  .halo-sticky-atc.show-sticky {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: #fff !important;
    box-shadow: 0 -2px 12px rgba(0, 0, 0, .1) !important;
    padding: 10px 16px !important;
    z-index: 9999 !important;
  }

  /* Prevent sticky bar from being hidden behind other elements */
  .halo-sticky-atc.show-sticky .product-form__submit {
    min-height: 44px;
    font-size: 14px;
    font-weight: 700;
  }

  /* When sticky ATC "always on mobile" is enabled */
  .productView-form.always-on-mobile ~ .halo-sticky-atc,
  .always-on-mobile .halo-sticky-atc {
    display: flex !important;
  }
}


/* =============================================================================
   29. COLLECTION — Description text block styling
   ============================================================================= */

.collection-description,
.collection__description,
.rte.collection__description {
  font-family: var(--font-body-family, 'Inter', sans-serif);
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  max-width: 800px;
  margin-bottom: 24px;
}

.collection-description p:first-child {
  margin-top: 0;
}


/* =============================================================================
   30. PRODUCT PAGE — Trust image strip alignment fix
   ============================================================================= */

.productView-trust .list-unstyled {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.productView-trust .list-unstyled li {
  display: inline-flex;
}

.productView-trust .list-unstyled li img {
  height: 28px;
  width: auto;
}


/* =============================================================================
   31. PRODUCT PAGE — Custom info (EU Delivery / Returns) polish
   ============================================================================= */

.productView-policies {
  margin-top: 6px;
}

.productView-policies .halo-product-custom-information {
  border-top: 1px solid #f0f0f0;
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.productView-policies .halo-product-custom-information:first-child {
  border-top: none;
}

.productView-policies .custom-info-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #232323;
}

.productView-policies .custom-info-icon svg {
  width: 100%;
  height: 100%;
}

.productView-policies .custom-info-title {
  font-size: 13px;
  font-weight: 600;
  color: #232323;
  cursor: pointer;
}

.productView-policies .custom-info-des {
  font-size: 12px;
  color: #666;
  margin-top: 2px;
  line-height: 1.5;
}

/* =============================================================================
   32. PRODUCT PAGE — Code-based trust strip (below ATC)
   WPN Authorised · Fast EU Delivery · Factory Sealed · Secure Checkout
   ============================================================================= */

.pd-pdp-trust {
  margin: 4px 0 8px;
}

.pd-pdp-trust__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.pd-pdp-trust__item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-body-family, 'Inter', sans-serif);
  font-size: 11px;
  font-weight: 600;
  color: #555;
  letter-spacing: .02em;
  padding: 6px 10px;
  position: relative;
}

/* Dot separator between items */
.pd-pdp-trust__item + .pd-pdp-trust__item::before {
  content: '·';
  position: absolute;
  left: -2px;
  color: #bbb;
  font-size: 14px;
  font-weight: 700;
}

.pd-pdp-trust__icon {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #0e6b3a;
}

@media (max-width: 767px) {
  .pd-pdp-trust__list {
    justify-content: flex-start;
  }
  .pd-pdp-trust__item {
    font-size: 10px;
    padding: 4px 8px;
  }
  .pd-pdp-trust__icon {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 400px) {
  .pd-pdp-trust__list {
    flex-direction: column;
    gap: 2px;
  }
  .pd-pdp-trust__item + .pd-pdp-trust__item::before {
    display: none;
  }
}


/* ═══════════════════════════════════════════════════════════════
   HALO HEADER — Adjust for inline mega menu
   ═══════════════════════════════════════════════════════════════ */

@media (min-width: 1025px) {
  /* The main-menu slot becomes the container for our nav triggers.
     Its Halo content is hidden by JS; the mega nav is appended into it. */
  .header-nav-basic .main-menu {
    display: flex !important;
    align-items: center;
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
    justify-content: flex-start;
  }

  .header-nav-basic .main-menu .main-menu--wrapper {
    /* Hidden by JS, but CSS fallback just in case */
  }

  /* Let logo and icons flex naturally — icons MUST never disappear */
  .header-nav-basic .header-logo {
    flex: 0 1 auto;                /* PD: changed flex-shrink from 0 to 1 so logo can compress on tight screens */
    width: auto !important;
    min-width: 0;
  }

  .header-nav-basic .header-icons {
    flex: 0 0 auto;
    flex-shrink: 0 !important;
    width: auto !important;
    justify-content: flex-end;
  }

  /* Trigger sizing — balanced for 6 items */
  .pd-nav__trigger {
    padding: 12px 14px;
  }

  .pd-nav__label {
    font-size: 13px;
  }

  /* Hide Halo megamenu dropdowns */
  .header-nav-basic .menu-dropdown {
    display: none !important;
  }

  /* Remove gap between header and mega-menu section wrapper */
  .pd-mega-menu-section {
    margin: 0 !important;
    padding: 0 !important;
  }
}


/* ═══════════════════════════════════════════════════════════════


/* ═══════════════════════════════════════════════════════════════
   MEGA MENU — Nav Triggers
   ═══════════════════════════════════════════════════════════════ */

.pd-mega-nav { background: transparent; }
@media (max-width: 1024px) { .pd-mega-wrap { display: none; } .pd-mega-nav { display: none; } }
.pd-nav--inlined { background: transparent !important; border: none !important; }
.pd-nav--inlined .pd-mega-nav__inner { display: flex; align-items: center; justify-content: center; height: 100%; }

.pd-mega-nav__list { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; }
.pd-nav__item { position: relative; }

.pd-nav__trigger {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 12px 14px;
  font-family: var(--font-heading-family, 'Montserrat', sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 5px;
  position: relative;
  transition: color .15s ease, background .15s ease;
}

.pd-nav__trigger:hover,
.pd-nav__trigger.is-active,
.pd-nav__item.is-open .pd-nav__trigger {
  color: #000;
  background: #f0f0f0;
}

.pd-nav__logo { flex-shrink: 0; object-fit: contain; opacity: .9; transition: opacity .15s ease, transform .15s ease; }
.pd-nav__item:hover .pd-nav__logo,
.pd-nav__item.is-open .pd-nav__logo { opacity: 1; transform: scale(1.06); }

.pd-nav__label { color: inherit; line-height: 1; }

.pd-nav__chevron {
  color: #999;
  transition: transform .2s ease, color .15s ease;
  margin-left: -2px;
}
.pd-nav__item.is-open .pd-nav__chevron { transform: rotate(180deg); color: #333; }

/* Accent dot under active item */
.pd-nav__trigger::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: 4px;
  height: 4px;
  background: var(--pd-accent, #232323);
  border-radius: 50%;
  transition: transform .2s ease;
}
.pd-nav__item.is-open .pd-nav__trigger::after { transform: translateX(-50%) scale(1); }


/* ═══════════════════════════════════════════════════════════════
   MEGA MENU — Panels
   ═══════════════════════════════════════════════════════════════ */

.pd-panel {
  position: fixed;
  left: 0; right: 0;
  top: var(--header-height, 80px);
  z-index: 999;
  background: #fff;
  border-top: 2px solid var(--pd-accent, #232323);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
}

.pd-panel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.pd-panel__body {
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
  padding: 28px 0 24px;
}

.pd-panel__grid {
  display: flex;
  gap: 28px;
}

.pd-panel__cols {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
  gap: 24px;
  min-width: 0;
}

.pd-panel--has-feat .pd-panel__cols { flex: 0 0 68%; }

/* Column */
.pd-panel__col { min-width: 0; }

.pd-col__img-wrap {
  display: block;
  margin-bottom: 12px;
  border-radius: 6px;
  overflow: hidden;
}
.pd-col__img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: transform .3s ease;
}
.pd-col__img-wrap:hover .pd-col__img { transform: scale(1.04); }

.pd-col__title {
  font-family: var(--font-heading-family, 'Montserrat', sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #232323;
  margin: 0 0 10px;
  padding: 0 0 8px;
  border-bottom: 2px solid var(--pd-accent, #e0e0e0);
}

.pd-col__links { list-style: none; margin: 0; padding: 0; }

.pd-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  margin: 0 -8px;
  min-height: 34px;
  font-family: var(--font-body-family, 'Inter', sans-serif);
  font-size: 13px;
  color: #555;
  text-decoration: none;
  border-radius: 4px;
  transition: background .12s ease, color .12s ease;
}

.pd-link:hover {
  background: #f6f6f6;
  color: #111;
}

.pd-link__icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-link__icon img { width: 22px; height: 22px; object-fit: contain; display: block; }
.pd-link__icon svg { width: 22px; height: 22px; display: block; }
.pd-link__text { flex: 1; min-width: 0; }

.pd-badge {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 3px;
  line-height: 1.2;
  flex-shrink: 0;
}
.pd-badge--new { background: #1a1a2e; color: #fff; }
.pd-badge--hot { background: #c0392b; color: #fff; }
.pd-badge--custom { background: #e8e8e8; color: #555; }


/* ═══════════════════════════════════════════════════════════════
   MEGA MENU — Featured Sidebar
   ═══════════════════════════════════════════════════════════════ */

.pd-panel__feat {
  flex: 0 0 30%;
  min-width: 0;
}

.pd-feat {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  height: 100%;
  min-height: 240px;
}

.pd-feat__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.pd-feat:hover .pd-feat__img { transform: scale(1.03); }

.pd-feat__overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px;
  background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, rgba(0,0,0,.2) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pd-feat__caption {
  color: #fff;
  font-family: var(--font-heading-family);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
  line-height: 1.3;
}

.pd-feat__btn {
  display: inline-block;
  align-self: flex-start;
  background: #fff;
  color: #1a1a1a;
  font-family: var(--font-heading-family);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 3px;
  transition: background .15s ease, color .15s ease;
}

.pd-feat:hover .pd-feat__btn {
  background: var(--pd-accent, #c9a84c);
  color: #fff;
}


/* ═══════════════════════════════════════════════════════════════
   MEGA MENU — Panel Banners & Cards
   ═══════════════════════════════════════════════════════════════ */

.pd-panel__banners {
  display: flex;
  gap: 12px;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.pd-banner {
  flex: 1;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}

.pd-banner__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
  transition: transform .3s ease, opacity .2s ease;
}

.pd-banner:hover .pd-banner__img { transform: scale(1.02); opacity: .95; }

.pd-panel__cards {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.pd-card {
  flex: 1;
  display: flex;
  gap: 12px;
  padding: 12px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 6px;
  text-decoration: none;
  transition: box-shadow .15s ease, transform .15s ease;
}

.pd-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.06); transform: translateY(-2px); }

.pd-card__img { width: 64px; height: 64px; object-fit: cover; border-radius: 5px; flex-shrink: 0; }
.pd-card__info { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; justify-content: center; }
.pd-card__badge { display: inline-block; align-self: flex-start; font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: #fff; padding: 2px 6px; border-radius: 3px; }
.pd-card__title { font-family: var(--font-heading-family); font-size: 13px; font-weight: 700; color: #232323; line-height: 1.3; }
.pd-card__sub { font-size: 11px; color: #888; line-height: 1.4; }


/* ═══════════════════════════════════════════════════════════════
   MEGA MENU — Page Overlay
   ═══════════════════════════════════════════════════════════════ */

.pd-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.2); z-index: 998; opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.pd-overlay.is-visible { opacity: 1; pointer-events: auto; }


/* ═══════════════════════════════════════════════════════════════
   MEGA MENU — Mobile Drawer
   ═══════════════════════════════════════════════════════════════ */

@media (min-width: 1025px) { .pd-mobile-drawer { display: none; } }
.pd-mobile-drawer { position: fixed; inset: 0; z-index: 10000; visibility: hidden; pointer-events: none; }
.pd-mobile-drawer.is-open { visibility: visible; pointer-events: auto; }
.pd-mobile-drawer__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.5); opacity: 0; transition: opacity .25s ease; }
.pd-mobile-drawer.is-open .pd-mobile-drawer__overlay { opacity: 1; }
.pd-mobile-drawer__panel { position: absolute; top: 0; left: 0; bottom: 0; width: 320px; max-width: 85vw; background: #fafafa; transform: translateX(-100%); transition: transform .3s cubic-bezier(.4,0,.2,1); display: flex; flex-direction: column; overflow: hidden; }
.pd-mobile-drawer.is-open .pd-mobile-drawer__panel { transform: translateX(0); }
.pd-mobile-drawer__header { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid #e0e0e0; flex-shrink: 0; background: #fff; }
.pd-mobile-drawer__title { font-family: var(--font-heading-family); font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #232323; }
.pd-mobile-drawer__close { background: none; border: none; padding: 8px; cursor: pointer; color: #232323; border-radius: 4px; }
.pd-mobile-drawer__level { position: absolute; top: 57px; left: 0; right: 0; bottom: 0; overflow-y: auto; -webkit-overflow-scrolling: touch; padding: 0 0 100px; transform: translateX(100%); transition: transform .3s cubic-bezier(.4,0,.2,1); background: #fafafa; }
.pd-mobile-drawer__level--active { transform: translateX(0); }
.pd-mobile-drawer__level--exit { transform: translateX(-30%); }
.pd-mobile-drawer__list { list-style: none; margin: 0; padding: 0; }
.pd-mobile-drawer__row { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 14px 20px; font-family: var(--font-body-family); font-size: 15px; font-weight: 500; color: #232323; text-decoration: none; background: none; border: none; border-bottom: 1px solid #eee; cursor: pointer; min-height: 48px; text-align: left; transition: background .1s ease; }
.pd-mobile-drawer__row:active { background: #e8e8e8; }
.pd-mobile-drawer__row--viewall { font-weight: 700; font-size: 13px; letter-spacing: .04em; text-transform: uppercase; border-bottom: none; margin-top: 8px; }
.pd-mobile-drawer__chevron { flex-shrink: 0; color: #999; }
.pd-mobile-drawer__level-title { font-family: var(--font-heading-family); font-size: 16px; font-weight: 700; color: #232323; padding: 16px 20px 8px; margin: 0; border-bottom: 2px solid #e8e8e8; }
.pd-mobile-drawer__section-head { font-family: var(--font-heading-family); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #999; padding: 16px 20px 6px; list-style: none; }
.pd-mobile-drawer__back { display: flex; align-items: center; gap: 6px; width: 100%; padding: 12px 20px; font-size: 13px; font-weight: 600; color: #666; background: #f0f0f0; border: none; border-bottom: 1px solid #ddd; cursor: pointer; min-height: 44px; }
.pd-mobile-drawer__footer { position: fixed; bottom: 0; left: 0; width: 320px; max-width: 85vw; background: #fff; border-top: 1px solid #e0e0e0; display: flex; z-index: 1; }
.pd-mobile-drawer__footer-link { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 12px 0; font-size: 11px; font-weight: 600; color: #232323; text-decoration: none; }
   GLOBAL POLISH — White background refinements
   ═══════════════════════════════════════════════════════════════ */

/* Body background override — theme setting is now #fff but reinforce */
body { background-color: #ffffff; }

/* Product cards — subtle border to separate from white background */
.product-item .card {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background: #fff;
}

/* Product card hover — refined for white background */
.product-item .card:hover {
  border-color: #e0e0e0;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .06) !important;
}

/* Product blocks section backgrounds — keep light grey for visual rhythm */
.halo-block.halo-product-block {
  background-color: #ffffff;
}

/* Trust bar — slightly lighter grey on white works better */
.pd-trust-section {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

/* Collection grid — cleaner spacing on white */
.products-grid .product {
  margin-bottom: 0 !important;
}

/* Buttons — subtle border radius */
.button,
.btn,
.product-form__submit,
.shopify-payment-button__button {
  border-radius: 3px !important;
}

/* ATC button — slightly more presence on white background */
.product-form__submit.button--primary {
  background: #1a1a1a;
  border-color: #1a1a1a;
  letter-spacing: .06em;
}

.product-form__submit.button--primary:hover {
  background: #fff;
  color: #1a1a1a;
  border-color: #1a1a1a;
}

/* Quick view button — cleaner on white */
.product-item .card-action .button {
  border-radius: 3px;
}

/* Footer — keep dark, looks great against white page */
/* (no change needed) */


/* ═══════════════════════════════════════════════════════════════
   PRODUCT PAGE — Tighter, cleaner layout
   ═══════════════════════════════════════════════════════════════ */

/* Reduce breathing between info rows — product page feels less spread out */
.productView-info .productView-info-item {
  padding: 4px 0;
  font-size: 13px;
  line-height: 1.5;
}

/* SKU styling — subtle, not prominent */
.productView-info .productView-sku {
  color: #999;
  font-size: 12px;
}

/* Availability — make it stand out more */
.productView-info .productView-stock {
  font-size: 13px;
  font-weight: 600;
}

/* Quantity selector — tighter integration with ATC */
.productView-options .productView-quantity {
  margin-bottom: 10px;
}

/* Short description — cleaner */
.productView-description .short-description {
  font-size: 14px;
  line-height: 1.65;
  color: #555;
  margin-bottom: 8px;
}

/* Cardmarket comparison block — hide it; trust strip is sufficient */
.pd-vs-cardmarket {
  display: none;
}

/* Product tabs container — subtle top border on white bg */
.productView-bottom {
  border-top: 1px solid #f0f0f0;
  margin-top: 20px;
}

/* Tab content — slightly more padding */
.halo-product-tab .tab-content-item {
  padding: 20px 0;
}


/* ═══════════════════════════════════════════════════════════════
   COLLECTION PAGE — Cleaner grid
   ═══════════════════════════════════════════════════════════════ */

/* Grid gap — slightly tighter */
@media (min-width: 768px) {
  .products-grid .product {
    padding: 0 10px !important;
    margin-bottom: 20px !important;
  }
}

/* Toolbar (sort, view-as) — cleaner on white */
.halo-toolbar {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 12px;
  margin-bottom: 20px;
}


/* ═══════════════════════════════════════════════════════════════
   HOMEPAGE — Section spacing rhythm
   ═══════════════════════════════════════════════════════════════ */

/* Ensure product block sections have consistent vertical rhythm */
.halo-block.halo-product-block + .halo-block.halo-product-block {
  margin-top: 0;
}

/* Slideshow → trust bar → countdown transition — seamless */
.shopify-section:first-child + .pd-trust-section {
  margin-top: 0;
}


/* ═══════════════════════════════════════════════════════════════
   HEADER — Announcement bar polish on white
   ═══════════════════════════════════════════════════════════════ */

/* Announcement bar — ensure it doesn't clash with white bg below */
.announcement-bar + .header-navigation-wrapper {
  border-top: none;
}


/* ═══════════════════════════════════════════════════════════════
   SITE-WIDE POLISH — Professional refinements
   ═══════════════════════════════════════════════════════════════ */

/* --- Header bar: subtle bottom shadow to separate from content --- */
.header-nav-basic {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .06);
}

/* --- Product card hover: smoother lift --- */
.product-item .card {
  transition: box-shadow .2s ease, transform .2s ease;
}
.product-item .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .07);
}

/* --- Product card image: consistent padding --- */
.product-item .card-media img {
  padding: 12px;
}

/* --- Product card title: slightly stronger --- */
.product-item .card-title a {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.4;
}

/* --- Product card price: clearer hierarchy --- */
.product-item .card-price .price-item--regular {
  font-weight: 700;
  color: #1a1a1a;
}

/* --- Collection page: cleaner filter toolbar --- */
.halo-toolbar {
  border-bottom: 1px solid #eee;
  padding-bottom: 14px;
  margin-bottom: 24px;
}

/* --- Collection page: out-of-stock cards dimmed --- */
.product-item .card.sold-out,
.product-item .card:has(.badge--soldout) {
  opacity: .55;
  transition: opacity .2s ease;
}
.product-item .card.sold-out:hover,
.product-item .card:has(.badge--soldout):hover {
  opacity: .75;
}

/* --- Product page: trust image row spacing --- */
.productView-images + .productView-details {
  padding-top: 0;
}

/* --- Product page: price prominence --- */
.productView-price .price-item--regular {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a1a;
}

.productView-price .price-item--sale {
  font-size: 22px;
  font-weight: 800;
  color: #c0392b;
}

.productView-price .price-item--compare {
  font-size: 16px;
  color: #999;
}

/* --- Product page: ATC button prominence --- */
.product-form__submit.button--primary {
  background: #1a1a1a;
  border-color: #1a1a1a;
  font-size: 14px;
  letter-spacing: .06em;
  padding: 14px 28px;
  border-radius: 4px;
  transition: all .2s ease;
}

.product-form__submit.button--primary:hover {
  background: #fff;
  color: #1a1a1a;
  border-color: #1a1a1a;
}

/* --- Breadcrumbs: subtle, not distracting --- */
.breadcrumb-wrapper {
  font-size: 12px;
  color: #999;
}

.breadcrumb-wrapper a {
  color: #777;
}

.breadcrumb-wrapper a:hover {
  color: #333;
}

/* --- Quick view: button consistency --- */
.product-item .card-action .button,
.product-item .card-action a {
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
}

/* --- Sale badge: consistent red across site --- */
.badge--sale {
  background: #c0392b !important;
  color: #fff !important;
}

/* --- Scrollbar polish (webkit) --- */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #f5f5f5; }
::-webkit-scrollbar-thumb { background: #ccc; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #aaa; }

/* --- Selection highlight: brand-consistent --- */
::selection {
  background: rgba(26, 26, 26, .12);
  color: inherit;
}

/* --- Loading/skeleton placeholder: cleaner --- */
.skeleton-content,
.placeholder-image {
  background: #f5f5f5 !important;
  border-radius: 4px;
}

/* --- Footer: cleaner link spacing --- */
.footer-block .footer-link-list a {
  font-size: 13px;
  line-height: 2;
}

/* --- Newsletter input in footer: polished --- */
.footer-block .newsletter-form__input {
  border-radius: 3px 0 0 3px;
  border: 1px solid #ddd;
  font-size: 13px;
}

.footer-block .newsletter-form__button {
  border-radius: 0 3px 3px 0;
}


/* =============================================================================
   PAPER DEALER — CRO & DESIGN IMPROVEMENTS
   Added: April 2026
   ============================================================================= */


/* =============================================================================
   CRO-1. PRODUCT PAGE — Guarantee banner (below trust icons)
   ============================================================================= */

.pd-pdp-guarantee {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #f0faf4;
  border: 1px solid #c6e9d4;
  border-radius: 6px;
  padding: 10px 16px;
  margin-top: 10px;
}

.pd-pdp-guarantee__icon {
  flex-shrink: 0;
  color: #0e6b3a;
  width: 16px;
  height: 16px;
}

.pd-pdp-guarantee span {
  font-family: var(--font-body-family, 'Inter', sans-serif);
  font-size: 12px;
  font-weight: 600;
  color: #166534;
  letter-spacing: .02em;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .pd-pdp-guarantee { padding: 8px 12px; gap: 6px; }
  .pd-pdp-guarantee span { font-size: 11px; }
}


/* =============================================================================
   CRO-2. PRODUCT PAGE — ATC button prominence
   Green on regular ATC. Stoq preorder buttons keep their own colors
   (Stoq injects inline styles, so we only size/radius here for Stoq).
   ============================================================================= */

/* Regular ATC button (NOT Stoq) — green */
.product-form__submit.button--primary,
.product-form__submit.button--secondary,
.productView-addToCart .btn-addtocart {
  background: #0e6b3a !important;
  border-color: #0e6b3a !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  padding: 16px 32px !important;
  min-height: 54px !important;
  border-radius: 6px !important;
  transition: all .2s ease !important;
}

.product-form__submit.button--primary:hover,
.product-form__submit.button--secondary:hover,
.productView-addToCart .btn-addtocart:hover {
  background: #0a5530 !important;
  border-color: #0a5530 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(14, 107, 58, .25);
}

.product-form__submit.button--primary:active,
.productView-addToCart .btn-addtocart:active {
  transform: translateY(0);
  box-shadow: none;
}

/* Stoq preorder button — match sizing/radius but DON'T override color
   (Stoq uses inline background-color, so we only set layout props) */
[data-stoq-preorder-btn],
.stoq-preorder-button,
.rr-preorder-button,
button[data-restock-rocket],
.restock-rocket-preorder-btn {
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  padding: 16px 32px !important;
  min-height: 54px !important;
  border-radius: 6px !important;
  transition: all .2s ease !important;
  width: 100%;
}

/* Buy Now / Shopify express checkout */
.shopify-payment-button .shopify-payment-button__button {
  border-radius: 6px !important;
  min-height: 48px !important;
  margin-top: 8px !important;
}


/* =============================================================================
   CRO-3. MOBILE — Sticky ATC always visible
   ============================================================================= */

@media (max-width: 1024px) {
  .productView-stickyCart.always-on-mobile {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: #ffffff;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, .08);
    padding: 10px 16px !important;
  }

  .productView-stickyCart.always-on-mobile .sticky-product-close {
    display: none !important;
  }

  .template-product { padding-bottom: 80px; }

  .productView-stickyCart .product-form__submit,
  .productView-stickyCart .btn-addtocart {
    background: #0e6b3a !important;
    border-color: #0e6b3a !important;
    color: #fff !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    min-height: 44px !important;
  }
}


/* =============================================================================
   CRO-4. PRODUCT PAGE — Low stock urgency
   ============================================================================= */

.productView-stock .stock-level-low,
.productView-stock [data-stock-level="low"] {
  color: #b45309 !important;
  font-weight: 700 !important;
  font-size: 13px !important;
}


/* =============================================================================
   CRO-5. HERO SLIDESHOW — CTA improvements
   ============================================================================= */

.halo-slide-show .slide-content .button,
.halo-slide-show .slide-content .btn {
  padding: 14px 36px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  border-radius: 4px !important;
  text-transform: uppercase !important;
  min-width: 180px;
  transition: all .25s ease !important;
}

.halo-slide-show .slide-content .button:hover,
.halo-slide-show .slide-content .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, .2);
}

.halo-slide-show .slide-content .slide-des {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 6px rgba(0, 0, 0, .4);
}

.halo-slide-show .slide-content .slide-heading {
  text-shadow: 0 2px 12px rgba(0, 0, 0, .35);
}


/* =============================================================================
   CRO-6. PRODUCT CARD — Green hover buttons
   ============================================================================= */

.product-item .card-action .button,
.product-item .card-action .button-ATC {
  background: #0e6b3a !important;
  color: #fff !important;
  border-color: #0e6b3a !important;
  font-weight: 700 !important;
  transition: all .2s ease !important;
}

.product-item .card-action .button:hover,
.product-item .card-action .button-ATC:hover {
  background: #0a5530 !important;
  border-color: #0a5530 !important;
}

.product-item .card-action .button.is-notify-me,
.product-item .card-action .button[disabled] {
  background: #999 !important;
  border-color: #999 !important;
  cursor: not-allowed;
}


/* =============================================================================
   CRO-7. CART — Free shipping progress bar
   ============================================================================= */

.pd-shipping-bar { margin-bottom: 20px; }

.pd-shipping-bar__message {
  font-family: var(--font-body-family, 'Inter', sans-serif);
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  text-align: center;
}

.pd-shipping-bar__message strong { color: #0e6b3a; }

.pd-shipping-bar__track {
  width: 100%;
  height: 8px;
  background: #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
}

.pd-shipping-bar__fill {
  height: 100%;
  background: linear-gradient(90deg, #0e6b3a 0%, #22c55e 100%);
  border-radius: 4px;
  transition: width .4s ease;
}

.pd-shipping-bar--qualified .pd-shipping-bar__fill { width: 100% !important; }
.pd-shipping-bar--qualified .pd-shipping-bar__message { color: #0e6b3a; }

.pd-shipping-bar__icon {
  display: inline;
  vertical-align: middle;
  margin-right: 4px;
}


/* =============================================================================
   CRO-8. "What's Inside" product block
   ============================================================================= */

.pd-whats-inside {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 16px 18px;
  margin: 16px 0 8px;
}

.pd-whats-inside__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #232323;
}

.pd-whats-inside__header svg { color: #0e6b3a; flex-shrink: 0; }

.pd-whats-inside__header span {
  font-family: var(--font-heading-family, 'Montserrat', sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.pd-whats-inside__list { list-style: none; margin: 0; padding: 0; }

.pd-whats-inside__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 5px 0;
  font-family: var(--font-body-family, 'Inter', sans-serif);
  font-size: 13px;
  color: #444;
  line-height: 1.5;
}

.pd-whats-inside__item svg { color: #0e6b3a; flex-shrink: 0; margin-top: 2px; }
.pd-whats-inside__item + .pd-whats-inside__item { border-top: 1px solid #f0f0f0; }

@media (max-width: 767px) {
  .pd-whats-inside { padding: 14px 16px; }
  .pd-whats-inside__item { font-size: 12px; }
}


/* =============================================================================
   CRO-9. COLLECTION PAGE — Filter & grid polish
   ============================================================================= */

.facets__label.is-active,
.facet-checkbox:checked + .facets__label {
  font-weight: 700;
  color: #0e6b3a;
}

.active-facets__button-wrapper .active-facets__button--clear {
  color: #c0392b !important;
  font-weight: 600;
}

.collection-description {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  max-width: 720px;
  margin-bottom: 20px;
}

.collection-sort-options select,
.halo-toolbar select {
  border-radius: 4px;
  font-size: 13px;
  padding: 8px 32px 8px 12px;
  border: 1px solid #ddd;
  min-height: 40px;
}


/* =============================================================================
   CRO-10. MOBILE — Product page flow
   ============================================================================= */

@media (max-width: 767px) {
  .productView-title h1,
  .product-single__title {
    font-size: 18px !important;
    line-height: 1.3;
    margin-bottom: 4px;
  }

  .productView-price .price-item--regular { font-size: 24px !important; }

  .productView-moreItem { margin-top: 8px; margin-bottom: 8px; }

  .halo-product-tab .tab-title-wrap {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    white-space: nowrap;
  }
  .halo-product-tab .tab-title-wrap::-webkit-scrollbar { display: none; }
  .halo-product-tab .tab-title-item { flex-shrink: 0; }
}


/* =============================================================================
   CRO-11. CART SIDEBAR — Cross-sell polish
   ============================================================================= */

.quick-cart-popular .quick-cart-popular-title,
.halo-side-cart .popular-product-title {
  font-family: var(--font-heading-family, 'Montserrat', sans-serif);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #888;
  margin-bottom: 12px;
  padding-top: 16px;
  border-top: 1px solid #eee;
}


/* =============================================================================
   CRO-12. HOMEPAGE — Section title & View All
   ============================================================================= */

.halo-block-header .view-all a,
.halo-block .btn-view-all a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #0e6b3a;
  transition: color .15s ease;
}

.halo-block-header .view-all a:hover,
.halo-block .btn-view-all a:hover {
  color: #0a5530;
}


/* =============================================================================
   CRO-13. ANNOUNCEMENT BAR — Bolder
   ============================================================================= */

.announcement-bar { font-weight: 600 !important; letter-spacing: .04em; }
.announcement-bar__message a {
  text-decoration: underline !important;
  text-underline-offset: 2px;
}


/* =============================================================================
   CRO-14. FOOTER — Green newsletter + polish
   ============================================================================= */

.footer-block .newsletter-form__input:focus {
  border-color: #0e6b3a !important;
  box-shadow: 0 0 0 2px rgba(14, 107, 58, .15);
  outline: none;
}

.footer-block .newsletter-form__button {
  background: #0e6b3a !important;
  border-color: #0e6b3a !important;
  color: #fff !important;
  transition: background .2s ease;
}

.footer-block .newsletter-form__button:hover {
  background: #0a5530 !important;
}

.footer-payment-icons img,
.footer-payment-icons svg {
  height: 24px;
  opacity: 0.7;
  transition: opacity .15s ease;
}

.footer-payment-icons img:hover,
.footer-payment-icons svg:hover { opacity: 1; }


/* =============================================================================
   CRO-15. GLOBAL — Micro-interactions & focus
   ============================================================================= */

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid #0e6b3a;
  outline-offset: 2px;
  border-radius: 2px;
}

a { transition: color .15s ease, opacity .15s ease; }

.productView-quantity .qty-input {
  border-radius: 4px;
  border: 1px solid #ddd;
  min-height: 44px;
}

.productView-quantity .qty-btn {
  border-radius: 4px;
  min-width: 36px;
  min-height: 36px;
  transition: background .15s ease;
}

.productView-quantity .qty-btn:hover { background: #f0f0f0; }


/* =============================================================================
   PD NATIVE PREORDER — Button styling (replaces Stoq app)
   Tag a product with 'pre-order' or 'preorder' to activate.
   Button shows "Pre-order Now" in green — same as ATC for visual consistency.
   ============================================================================= */

/* Preorder button — green, same family as ATC */
.pd-preorder-btn.product-form__submit,
.pd-preorder-btn.button--primary,
.pd-preorder-btn.button--secondary,
button.pd-preorder-btn,
a.pd-preorder-btn {
  background: #0e6b3a !important;
  border-color: #0e6b3a !important;
  color: #ffffff !important;
}

.pd-preorder-btn.product-form__submit:hover,
.pd-preorder-btn.button--primary:hover,
button.pd-preorder-btn:hover,
a.pd-preorder-btn:hover {
  background: #0a5530 !important;
  border-color: #0a5530 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(14, 107, 58, .25);
}

/* Preorder button on product cards (collection/homepage) */
.product-item .card-action .pd-preorder-btn {
  background: #0e6b3a !important;
  border-color: #0e6b3a !important;
  color: #fff !important;
}

.product-item .card-action .pd-preorder-btn:hover {
  background: #0a5530 !important;
  border-color: #0a5530 !important;
}

/* Preorder button on sticky ATC bar */
.productView-stickyCart .pd-preorder-btn {
  background: #0e6b3a !important;
  border-color: #0e6b3a !important;
  color: #fff !important;
}


/* =============================================================================
   HEADER — Logo / mega-nav overlap fix
   Root cause: logo flex-shrink: 0 prevents it from sharing space.
   Fix: let logo shrink, enforce min-width:0 on flex children,
   and scale nav triggers progressively on smaller desktops.
   ============================================================================= */

/* --- Structural fix: make header flex children shrinkable --- */
@media (min-width: 1025px) {
  /* The container is flex with justify-between — all 3 items need min-width:0 */
  .header-nav-basic .header-logo {
    flex: 0 1 auto !important;     /* allow shrinking */
    min-width: 0 !important;
    max-width: 200px !important;
  }

  .header-nav-basic .main-menu {
    min-width: 0 !important;        /* allow content to compress */
    overflow: visible !important;   /* mega dropdown must escape */
  }

  .header-nav-basic .header-icons {
    min-width: 0 !important;
    flex-shrink: 0 !important;
  }

  /* Mega nav list — allow wrapping as last resort, clip text if needed */
  .pd-mega-nav__list {
    flex-wrap: nowrap;
    min-width: 0;
  }
}

/* Medium desktop (1025–1440px): tighten nav */
@media (min-width: 1025px) and (max-width: 1440px) {
  .pd-nav__trigger {
    padding: 12px 10px !important;
    font-size: 12px !important;
    gap: 5px !important;
  }
  .pd-mega-nav__list {
    gap: 0 !important;
  }
  .pd-nav__logo {
    height: 18px !important;
  }
  .header-nav-basic .header-logo {
    max-width: 160px !important;
  }
  .header-nav-basic .header-logo img {
    max-width: 100% !important;
    height: auto !important;
  }
}

/* Narrower desktop (1025–1280px): compress further */
@media (min-width: 1025px) and (max-width: 1280px) {
  .pd-nav__trigger {
    padding: 10px 8px !important;
    font-size: 11.5px !important;
    letter-spacing: .03em !important;
    gap: 4px !important;
  }
  .pd-nav__logo {
    height: 16px !important;
  }
  .header-nav-basic .header-logo {
    max-width: 130px !important;
  }
}

/* Tight desktop (1025–1150px): maximum compression */
@media (min-width: 1025px) and (max-width: 1150px) {
  .pd-nav__trigger {
    padding: 10px 6px !important;
    font-size: 11px !important;
    letter-spacing: .02em !important;
    gap: 3px !important;
  }
  .pd-nav__logo {
    height: 14px !important;
  }
  .pd-nav__chevron {
    width: 8px !important;
    height: 8px !important;
  }
  .header-nav-basic .header-logo {
    max-width: 110px !important;
  }
  /* Hide "In Stock" / "Pre-Orders" plain text labels on very tight screens */
  .pd-nav__item:not(.pd-nav__item--has-panel) .pd-nav__label {
    font-size: 10px !important;
  }
}


/* =============================================================================
   FIX: Share button — hide from ATC row, keep in separate block below
   The inline share icon (layout 2) clutters the buy button area.
   ============================================================================= */

.productView-action + .productView-shareWrap,
.productView-buttons .pvGroup-row .halo-share,
.productView-buttons .productView-groupTop > .halo-share-link {
  display: none !important;
}

/* If share shows as layout 2 (inline next to ATC), hide it */
.productView-buttons .pvGroup-row > .halo-share {
  display: none !important;
}


/* =============================================================================
   FIX: Mega menu icons — keep proportional to text on smaller screens
   Icons were shrinking too small relative to nav text.
   ============================================================================= */

@media (min-width: 1025px) and (max-width: 1440px) {
  .pd-nav__logo {
    height: 22px !important;  /* was 18px — keep icons readable */
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .pd-nav__logo {
    height: 20px !important;  /* was 16px */
  }
}

@media (min-width: 1025px) and (max-width: 1150px) {
  .pd-nav__logo {
    height: 18px !important;  /* was 14px */
  }
}


/* =============================================================================
   FIX: Product card buttons — consistent height for <a> and <button>
   Multi-variant preorder uses <a>, single-variant uses <button>.
   Force identical sizing on both.
   ============================================================================= */

.product-item .card-action .button,
.product-item .card-action .button-ATC,
.product-item .card-action a.button-ATC,
.product-item .card-action a.pd-preorder-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 44px !important;
  padding: 12px 16px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px !important;
}


/* =============================================================================
   POLISH: Product card — pre-order badge on image
   Already exists from pd-preorder-badge, but ensure it's visible on cards
   ============================================================================= */

/* Ensure preorder badge stays visible even on hover lift */
.product-item .card:hover .pd-preorder-badge {
  opacity: 1;
}


/* =============================================================================
   POLISH: Product page — tighter spacing between ATC and What's Inside
   ============================================================================= */

.pd-whats-inside {
  margin-top: 12px !important;
  margin-bottom: 4px !important;
}


/* =============================================================================
   POLISH: Homepage product block — "Available for PRE-ORDER" heading style
   ============================================================================= */

.halo-block-header .title {
  position: relative;
}


/* =============================================================================
   POLISH: Smooth page transitions
   ============================================================================= */

.product-item .card,
.product-item .card-media img {
  will-change: transform;
}


/* =============================================================================
   POLISH: Better quantity selector on product page
   ============================================================================= */

.productView-quantity .qty-btn:active {
  transform: scale(0.92);
}

.productView-quantity .qty-input:focus {
  border-color: #0e6b3a !important;
  box-shadow: 0 0 0 2px rgba(14, 107, 58, .12);
}


/* =============================================================================
   POLISH: Pre-order info banner — slightly more compact
   ============================================================================= */

.pd-preorder-info {
  margin-bottom: 8px;
}

.pd-preorder-info__note {
  margin-top: 6px !important;
}


/* =============================================================================
   POLISH: Breadcrumb — subtle arrow separator
   ============================================================================= */

.breadcrumb-wrapper .breadcrumb-divider,
.breadcrumb-wrapper .icon-breadcrumb {
  opacity: .4;
  margin: 0 6px;
}


/* =============================================================================
   POLISH: Product tabs — active tab green underline
   ============================================================================= */

.halo-product-tab .tab-title-item.active,
.halo-product-tab .tab-title-item[aria-selected="true"] {
  border-bottom-color: #0e6b3a !important;
}


/* =============================================================================
   QoL-1. MOBILE DRAWER — Better touch targets, spacing, polish
   ============================================================================= */

/* Bigger touch targets — 52px min for fat fingers */
.pd-mobile-drawer__row {
  min-height: 52px !important;
  padding: 14px 20px !important;
  font-size: 15px !important;
}

/* Active state feedback — instant green highlight */
.pd-mobile-drawer__row:active {
  background: rgba(14, 107, 58, .08) !important;
}

/* Section headings in sub-levels — slightly bolder */
.pd-mobile-drawer__section-head {
  font-size: 11px !important;
  letter-spacing: .08em !important;
  color: #0e6b3a !important;
  padding: 20px 20px 8px !important;
  border-bottom: none !important;
}

/* Back button — more prominent */
.pd-mobile-drawer__back {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #232323 !important;
  background: #f5f5f5 !important;
  padding: 14px 20px !important;
  min-height: 48px !important;
}

.pd-mobile-drawer__back svg {
  color: #0e6b3a;
}

/* Level title — brand accent underline */
.pd-mobile-drawer__level-title {
  padding: 18px 20px 12px !important;
  font-size: 18px !important;
}

/* View All link — green accent */
.pd-mobile-drawer__row--viewall {
  color: #0e6b3a !important;
  font-weight: 700 !important;
  border-top: 1px solid #eee !important;
  margin-top: 4px !important;
}

/* Footer — slightly taller, cleaner */
.pd-mobile-drawer__footer {
  padding: 4px 0 !important;
  border-top: 1px solid #e0e0e0 !important;
}

.pd-mobile-drawer__footer-link {
  padding: 14px 0 !important;
  font-size: 11px !important;
  gap: 5px !important;
  transition: color .15s ease;
}

.pd-mobile-drawer__footer-link:active {
  color: #0e6b3a;
}

/* Smoother panel slide animation */
.pd-mobile-drawer__panel {
  transition: transform .3s cubic-bezier(.16, 1, .3, 1) !important;
}

/* Drawer overlay — slightly darker for contrast */
.pd-mobile-drawer.is-open .pd-mobile-drawer__overlay {
  opacity: 1;
  background: rgba(0, 0, 0, .55) !important;
}

/* Logo icons in drawer rows — consistent size */
.pd-mobile-drawer__row img {
  height: 24px !important;
  width: auto !important;
  flex-shrink: 0;
}


/* =============================================================================
   QoL-2. DESKTOP MEGA MENU — Panel link hover refinements
   ============================================================================= */

/* Subtle left border accent on hover */
.pd-link:hover {
  background: #f8f8f8 !important;
  border-left: 2px solid var(--pd-accent, #0e6b3a);
  padding-left: 10px;
}

/* Featured card in panel — hover lift */
.pd-feat-card {
  transition: transform .2s ease, box-shadow .2s ease;
}

.pd-feat-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
}

/* Panel banner image — zoom on hover */
.pd-panel-banner__img {
  transition: transform .35s ease !important;
}

.pd-panel-banner:hover .pd-panel-banner__img {
  transform: scale(1.03) !important;
}

/* Panel close — ensure smooth out-animation */
.pd-panel {
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease !important;
}


/* =============================================================================
   QoL-3. PRODUCT PAGE — Better visual hierarchy
   ============================================================================= */

/* Product title — slightly larger, tighter tracking */
@media (min-width: 768px) {
  .productView-title h1,
  .product-single__title {
    font-size: 24px !important;
    line-height: 1.2 !important;
    letter-spacing: -.02em !important;
  }
}

/* SKU, product type, vendor — muted, smaller */
.productView-vendor,
.productView-info .productView-info-item {
  font-size: 12px !important;
  color: #888 !important;
}

/* Short description — better line height */
.productView-description .short-description {
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}


/* =============================================================================
   QoL-4. COLLECTION PAGE — Better product card spacing
   ============================================================================= */

/* Cards — consistent bottom margin */
@media (min-width: 768px) {
  .products-grid .product-item {
    margin-bottom: 24px !important;
  }
}

/* Collection title — cleaner hierarchy */
.collection-title h1 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.01em;
}

/* Pagination — cleaner look */
.pagination .pagination__item {
  min-width: 36px;
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
}

.pagination .pagination__item.is-active,
.pagination .pagination__item--current {
  background: #0e6b3a !important;
  color: #fff !important;
  border-color: #0e6b3a !important;
}


/* =============================================================================
   QoL-5. CART PAGE — Better item presentation
   ============================================================================= */

/* Cart item title — truncate long names */
.cart-item .cart-item-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}

/* Cart item price — bold */
.cart-item .cart-item-price {
  font-weight: 700;
  font-size: 14px;
}

/* Remove button — subtle until hover */
.cart-item .cart-remove {
  opacity: .4;
  transition: opacity .15s ease, color .15s ease;
}

.cart-item .cart-remove:hover {
  opacity: 1;
  color: #c0392b;
}

/* Checkout button — green, same as ATC */
.cart-summary .button--checkout,
.cart-summary [name="checkout"],
.cart-totals .button-checkout,
.cart-actions .button-checkout {
  background: #0e6b3a !important;
  border-color: #0e6b3a !important;
  color: #fff !important;
  min-height: 50px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  border-radius: 6px !important;
  transition: background .2s ease;
}

.cart-summary .button--checkout:hover,
.cart-summary [name="checkout"]:hover,
.cart-totals .button-checkout:hover,
.cart-actions .button-checkout:hover {
  background: #0a5530 !important;
  border-color: #0a5530 !important;
}


/* =============================================================================
   QoL-6. SEARCH RESULTS — Better presentation
   ============================================================================= */

.search-results .product-item .card-title a {
  font-weight: 600;
}

.search-results .search-no-results {
  text-align: center;
  padding: 40px 20px;
  font-size: 16px;
  color: #555;
}


/* =============================================================================
   QoL-7. GLOBAL — Smooth scroll, selection, transitions
   ============================================================================= */

/* Smooth scroll for anchor links */
html {
  scroll-behavior: smooth;
}

/* Image loading — fade in when loaded */
.product-item .card-media img,
.productView-images img {
  transition: opacity .3s ease;
}

/* Disabled buttons — clear visual state */
button[disabled],
.button[disabled] {
  opacity: .5 !important;
  cursor: not-allowed !important;
  pointer-events: none;
}

/* Price "From" label — muted */
.price .price-item--from {
  font-size: 12px;
  color: #888;
  font-weight: 400;
}


/* =============================================================================
   QoL-8. CART SIDEBAR — Green checkout + polish
   ============================================================================= */

.halo-side-cart .button-checkout,
#cart-sidebar-checkout {
  background: #0e6b3a !important;
  border-color: #0e6b3a !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  min-height: 48px !important;
  transition: background .2s ease;
}

.halo-side-cart .button-checkout:hover,
#cart-sidebar-checkout:hover {
  background: #0a5530 !important;
  border-color: #0a5530 !important;
}

/* Continue shopping button in empty cart */
.halo-side-cart .cart-empty .button,
.halo-side-cart .cart-empty a {
  border-radius: 4px !important;
}


/* =============================================================================
   QoL-9. MOBILE — Product card grid 2-col improvements
   ============================================================================= */

@media (max-width: 767px) {
  /* Ensure 2 cards per row have equal height */
  .products-grid .product-item {
    margin-bottom: 16px !important;
  }

  /* Product card title — 2 lines max on mobile */
  .product-item .card-title a {
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  /* Product card price — clear on mobile */
  .product-item .card-price .price-item--regular {
    font-size: 14px !important;
  }
}


/* =============================================================================
   QoL-10. 404 PAGE — Better empty state
   ============================================================================= */

.page-404 {
  text-align: center;
  padding: 60px 20px !important;
}

.page-404 h1 {
  font-size: 48px;
  font-weight: 800;
  color: #e0e0e0;
  margin-bottom: 8px;
}

.page-404 .page-404__message {
  font-size: 16px;
  color: #555;
  margin-bottom: 24px;
}

.page-404 .button {
  background: #0e6b3a !important;
  border-color: #0e6b3a !important;
  color: #fff !important;
  border-radius: 6px !important;
}


/* =============================================================================
   MOBILE DRAWER — Game logos + set icons
   ============================================================================= */

/* Main level: game logos (MTG, Riftbound, One Piece, etc.) */
.pd-mobile-drawer__game-logo {
  height: 28px;
  width: auto;
  flex-shrink: 0;
  margin-right: 10px;
  object-fit: contain;
}

/* Row label — flex:1 pushes chevron/badge to right */
.pd-mobile-drawer__row-label {
  flex: 1;
  min-width: 0;
}

/* Sub-level header: larger game logo */
.pd-mobile-drawer__level-logo {
  height: 36px;
  width: auto;
  display: block;
  margin-bottom: 6px;
  object-fit: contain;
}

/* Sub-level links: set icons (Scryfall symbols, etc.) */
.pd-mobile-drawer__set-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-right: 10px;
  object-fit: contain;
  border-radius: 3px;
  /* Invert SVG icons from white to dark (same filter as desktop) */
  filter: invert(1) brightness(0.3);
  opacity: 0.75;
}

/* Active row — make icon fully visible */
.pd-mobile-drawer__row:active .pd-mobile-drawer__set-icon {
  opacity: 1;
  filter: invert(1) brightness(0);
}


/* =============================================================================
   NEWSLETTER POPUP — Paper Dealer premium design
   ============================================================================= */

.halo-modal-newsletter .modal-header .title,
.halo-newsletter-popup .title {
  font-family: var(--font-heading-family, 'Montserrat', sans-serif) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: -.01em !important;
  color: #232323 !important;
  line-height: 1.2 !important;
  margin-bottom: 10px !important;
}

.halo-modal-newsletter .modal-body .desc,
.halo-newsletter-popup .desc {
  font-size: 14px !important;
  line-height: 1.65 !important;
  color: #555 !important;
  margin-bottom: 20px !important;
}

/* Email input */
.halo-modal-newsletter .newsletter-form__input,
.halo-newsletter-popup .newsletter-form__input {
  min-height: 48px !important;
  border-radius: 6px !important;
  border: 1.5px solid #ddd !important;
  font-size: 14px !important;
  padding: 12px 16px !important;
  transition: border-color .2s ease, box-shadow .2s ease !important;
}

.halo-modal-newsletter .newsletter-form__input:focus,
.halo-newsletter-popup .newsletter-form__input:focus {
  border-color: #0e6b3a !important;
  box-shadow: 0 0 0 3px rgba(14, 107, 58, .1) !important;
  outline: none !important;
}

/* Submit button */
.halo-modal-newsletter .newsletter-form__button,
.halo-newsletter-popup .newsletter-form__button {
  background: #0e6b3a !important;
  border-color: #0e6b3a !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
  min-height: 48px !important;
  font-size: 14px !important;
  transition: background .2s ease, transform .15s ease !important;
}

.halo-modal-newsletter .newsletter-form__button:hover,
.halo-newsletter-popup .newsletter-form__button:hover {
  background: #0a5530 !important;
  border-color: #0a5530 !important;
  transform: translateY(-1px) !important;
}

/* Dismiss note */
.halo-modal-newsletter .note,
.halo-modal-newsletter .note a,
.halo-newsletter-popup .note {
  font-size: 12px !important;
  color: #aaa !important;
  margin-top: 14px !important;
  text-align: center !important;
}

/* Close X button */
.halo-modal-newsletter .close-button,
.halo-newsletter-popup .close-button,
.halo-modal-newsletter [data-close-newsletter],
.halo-newsletter-popup [data-close-newsletter] {
  opacity: .4 !important;
  transition: opacity .15s ease !important;
}

.halo-modal-newsletter .close-button:hover,
.halo-newsletter-popup .close-button:hover,
.halo-modal-newsletter [data-close-newsletter]:hover,
.halo-newsletter-popup [data-close-newsletter]:hover {
  opacity: 1 !important;
}


/* =============================================================================
   FAQ PAGE — Cleaner accordion styling
   ============================================================================= */

.faqs-section .faq-block__title {
  font-family: var(--font-heading-family, 'Montserrat', sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: #232323;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0e6b3a;
}

.faqs-section .faq-item__question {
  font-size: 14px;
  font-weight: 600;
  color: #232323;
  padding: 14px 0;
  cursor: pointer;
}

.faqs-section .faq-item__answer {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  padding-bottom: 14px;
}

.faqs-section .faq-item__answer a {
  color: #0e6b3a;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.faqs-section .faq-item__answer a:hover {
  color: #0a5530;
}

.faqs-section .faq-item {
  border-bottom: 1px solid #eee;
}


/* =============================================================================
   NEWSLETTER POPUP — Layout (image left, form right)
   ============================================================================= */

/* Popup container — rounded with shadow */
.halo-modal-newsletter .modal-content,
.halo-newsletter-popup .halo-popup-content {
  border-radius: 12px !important;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .18) !important;
}

/* Image side — show uploaded image nicely */
.halo-modal-newsletter .modal-image,
.halo-newsletter-popup .popup-image {
  background: #1a1a2e !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.halo-modal-newsletter .modal-image img,
.halo-newsletter-popup .popup-image img {
  max-width: 90% !important;
  max-height: 90% !important;
  object-fit: contain !important;
}

/* Form side — spacious */
.halo-modal-newsletter .modal-body,
.halo-newsletter-popup .popup-form-wrap {
  padding: 36px 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Mobile — hide image, full-width form */
@media (max-width: 767px) {
  .halo-modal-newsletter .modal-image,
  .halo-newsletter-popup .popup-image {
    display: none !important;
  }
  .halo-modal-newsletter .modal-body,
  .halo-newsletter-popup .popup-form-wrap {
    padding: 28px 24px !important;
  }
}


/* =============================================================================
   MEGA MENU DESKTOP — Premium nav triggers redesign
   More clickable, accent-colored hover, glass-like active state
   ============================================================================= */

/* Base trigger — add bottom accent line indicator */
.pd-nav__trigger {
  position: relative;
  padding: 14px 16px !important;
  border-radius: 6px !important;
  transition: color .2s ease, background .2s ease, transform .15s ease !important;
}

/* Hover — accent-colored tint from the nav item's --pd-accent variable */
.pd-nav__trigger:hover,
.pd-nav__item.is-open .pd-nav__trigger {
  background: color-mix(in srgb, var(--pd-accent, #0e6b3a) 8%, transparent) !important;
  color: #111 !important;
  transform: translateY(-1px);
}

/* Active open state — stronger accent tint + bottom bar */
.pd-nav__item.is-open .pd-nav__trigger {
  background: color-mix(in srgb, var(--pd-accent, #0e6b3a) 12%, transparent) !important;
}

/* Replace dot with full-width bottom bar accent */
.pd-nav__trigger::after {
  content: '' !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 8px !important;
  right: 8px !important;
  height: 3px !important;
  width: auto !important;
  background: var(--pd-accent, #0e6b3a) !important;
  border-radius: 3px 3px 0 0 !important;
  transform: scaleX(0) !important;
  transform-origin: center !important;
  transition: transform .25s cubic-bezier(.4, 0, .2, 1) !important;
}

.pd-nav__trigger:hover::after,
.pd-nav__item.is-open .pd-nav__trigger::after {
  transform: scaleX(1) !important;
}

/* Game logos in nav — slightly larger, hover pop */
.pd-nav__logo {
  transition: opacity .2s ease, transform .25s cubic-bezier(.4, 0, .2, 1) !important;
}

.pd-nav__trigger:hover .pd-nav__logo,
.pd-nav__item.is-open .pd-nav__logo {
  transform: scale(1.12) !important;
  opacity: 1 !important;
}

/* Chevron — smoother rotation + accent color on open */
.pd-nav__chevron {
  transition: transform .25s cubic-bezier(.4, 0, .2, 1), color .2s ease !important;
}

.pd-nav__item.is-open .pd-nav__chevron {
  color: var(--pd-accent, #0e6b3a) !important;
}

/* Non-panel items (Pre-Orders, In Stock) — subtle distinct style */
.pd-nav__item:not(.pd-nav__item--has-panel) .pd-nav__trigger {
  font-weight: 600 !important;
  letter-spacing: .06em !important;
}

.pd-nav__item:not(.pd-nav__item--has-panel) .pd-nav__trigger:hover {
  background: rgba(14, 107, 58, .06) !important;
  color: #0e6b3a !important;
}

.pd-nav__item:not(.pd-nav__item--has-panel) .pd-nav__trigger::after {
  background: #0e6b3a !important;
}


/* =============================================================================
   MEGA MENU DESKTOP — Panel polish
   ============================================================================= */

/* Panel opens with subtle scale for premium feel */
.pd-panel {
  transform: translateY(-8px) !important;
  transition: opacity .25s cubic-bezier(.4, 0, .2, 1),
              transform .25s cubic-bezier(.4, 0, .2, 1),
              visibility .25s ease !important;
}

.pd-panel.is-open {
  transform: translateY(0) !important;
}

/* Panel shadow — slightly deeper for depth */
.pd-panel__body {
  box-shadow: 0 16px 48px rgba(0, 0, 0, .1), 0 2px 8px rgba(0, 0, 0, .04) !important;
}

/* Column title — accent underline matching game color */
.pd-col__title {
  border-bottom-width: 2px !important;
  padding-bottom: 10px !important;
  margin-bottom: 12px !important;
}

/* Links — better hover state */
.pd-link {
  border-radius: 6px !important;
  padding: 7px 10px !important;
  margin: 0 -10px !important;
  transition: background .15s ease, color .15s ease, padding-left .15s ease !important;
}

.pd-link:hover {
  background: #f4f4f4 !important;
  padding-left: 14px !important;
  border-left: none !important;
}

/* Link icons — pop on hover */
.pd-link:hover .pd-link__icon img,
.pd-link:hover .pd-link__icon svg {
  transform: scale(1.1);
  transition: transform .15s ease;
}

/* Badge animation on hover */
.pd-link:hover .pd-badge {
  transform: scale(1.05);
  transition: transform .15s ease;
}


/* =============================================================================
   HERO CAROUSEL — Text readability + visual impact
   ============================================================================= */

/* Heading — bolder with text shadow for readability on any image */
.halo-slide-show .slide-content .slide-heading,
.slideshow .slide-heading {
  text-shadow:
    0 2px 20px rgba(0, 0, 0, .6),
    0 1px 4px rgba(0, 0, 0, .3) !important;
  font-weight: 800 !important;
}

/* Description — readable on any background */
.halo-slide-show .slide-content .slide-des,
.halo-slide-show .slide-content .slide-text,
.slideshow .slide-text {
  text-shadow:
    0 1px 10px rgba(0, 0, 0, .5),
    0 1px 3px rgba(0, 0, 0, .2) !important;
  font-weight: 500 !important;
}

/* CTA Button — solid green, visible on any slide background */
.halo-slide-show .slide-content .button,
.halo-slide-show .slide-content .btn,
.halo-slide-show .slide-content .slide-button {
  background: #0e6b3a !important;
  color: #ffffff !important;
  border: 2px solid #0e6b3a !important;
  padding: 14px 40px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  border-radius: 6px !important;
  min-width: 200px !important;
  text-shadow: none !important;
  transition: all .25s ease !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, .2) !important;
}

.halo-slide-show .slide-content .button:hover,
.halo-slide-show .slide-content .btn:hover,
.halo-slide-show .slide-content .slide-button:hover {
  background: #0a5530 !important;
  border-color: #0a5530 !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .3) !important;
}

/* Dots/pagination — cleaner */
.slideshow .slick-dots li button,
.slideshow .slick-dots li {
  transition: all .2s ease;
}

.slideshow .slick-dots li.slick-active button {
  background: #ffffff !important;
  transform: scale(1.3);
}

/* Arrows — more visible */
.slideshow .slick-arrow {
  background: rgba(255, 255, 255, .15) !important;
  border-radius: 50% !important;
  width: 44px !important;
  height: 44px !important;
  transition: background .2s ease !important;
}

.slideshow .slick-arrow:hover {
  background: rgba(255, 255, 255, .3) !important;
}


/* (Carousel background/cover overrides removed — using theme defaults) */


/* =============================================================================
   SMART COLLECTION SIDEBAR — Dynamic, context-aware navigation
   ============================================================================= */

.pd-smart-sidebar {
  font-family: var(--font-body-family, 'Inter', sans-serif);
}

/* Back link to parent game */
.pd-smart-sidebar__current {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

.pd-smart-sidebar__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  color: #666;
  letter-spacing: .03em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .15s ease;
}

.pd-smart-sidebar__back:hover {
  color: #0e6b3a;
}

.pd-smart-sidebar__back svg {
  flex-shrink: 0;
}

/* Heading */
.pd-smart-sidebar__head {
  margin-bottom: 10px;
}

.pd-smart-sidebar__title {
  font-family: var(--font-heading-family, 'Montserrat', sans-serif);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #232323;
  margin: 0 0 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #0e6b3a;
}

/* Main link list */
.pd-smart-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.pd-smart-sidebar__item {
  border-bottom: 1px solid #f0f0f0;
}

.pd-smart-sidebar__item:last-child {
  border-bottom: none;
}

.pd-smart-sidebar__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  transition: color .15s ease, padding-left .15s ease;
}

.pd-smart-sidebar__link:hover {
  color: #0e6b3a;
  padding-left: 4px;
}

.pd-smart-sidebar__chevron {
  flex-shrink: 0;
  color: #aaa;
  transition: transform .2s ease, color .15s ease;
}

.pd-smart-sidebar__link:hover .pd-smart-sidebar__chevron {
  color: #0e6b3a;
  transform: translateX(2px);
}

/* Active state */
.pd-smart-sidebar__item--active > .pd-smart-sidebar__link {
  color: #0e6b3a;
  font-weight: 700;
}

.pd-smart-sidebar__item--active > .pd-smart-sidebar__link::before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 16px;
  background: #0e6b3a;
  margin-right: 10px;
  border-radius: 2px;
}

/* Sub-list */
.pd-smart-sidebar__sublist {
  list-style: none;
  padding: 0 0 8px 14px;
  margin: 0;
}

.pd-smart-sidebar__subitem {
  border: none;
}

.pd-smart-sidebar__sublink {
  display: block;
  padding: 7px 0;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  transition: color .15s ease, padding-left .15s ease;
}

.pd-smart-sidebar__sublink:hover {
  color: #0e6b3a;
  padding-left: 3px;
}

.pd-smart-sidebar__subitem--active .pd-smart-sidebar__sublink {
  color: #0e6b3a;
  font-weight: 600;
}

/* Cross-promo: other games */
.pd-smart-sidebar__cross {
  padding-top: 18px;
  margin-top: 8px;
  border-top: 1px solid #eee;
}

.pd-smart-sidebar__cross-title {
  font-family: var(--font-heading-family, 'Montserrat', sans-serif);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #888;
  margin: 0 0 10px;
}

.pd-smart-sidebar__cross-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pd-smart-sidebar__cross-list li {
  margin-bottom: 4px;
}

.pd-smart-sidebar__cross-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  font-size: 12px;
  color: #555;
  text-decoration: none;
  transition: color .15s ease, padding-left .15s ease;
}

.pd-smart-sidebar__cross-list a:hover {
  color: #232323;
  padding-left: 3px;
}

.pd-smart-sidebar .pd-dot,
.pd-smart-sidebar__cross-list .pd-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
}

/* Mobile — keep tight */
@media (max-width: 1024px) {
  .pd-smart-sidebar__link {
    padding: 13px 0;
    font-size: 14px;
  }

  .pd-smart-sidebar__sublink {
    padding: 9px 0;
    font-size: 13px;
  }
}


/* =============================================================================
   SMART SIDEBAR — Product count badges + game color accents
   ============================================================================= */

.pd-smart-sidebar__count {
  font-size: 11px;
  color: #999;
  font-weight: 500;
  background: #f0f0f0;
  padding: 2px 7px;
  border-radius: 10px;
  margin-left: 8px;
  flex-shrink: 0;
}

.pd-smart-sidebar__item--active .pd-smart-sidebar__count {
  background: #0e6b3a;
  color: #fff;
}

.pd-smart-sidebar__back:hover {
  color: var(--game-color, #0e6b3a) !important;
}

.pd-smart-sidebar__link:hover {
  color: var(--game-color, #0e6b3a) !important;
}

.pd-smart-sidebar__list--games .pd-smart-sidebar__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  font-weight: 600;
}

.pd-smart-sidebar__list--games .pd-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}


/* =============================================================================
   CONVERSION: Trust strip on collection page above products
   ============================================================================= */

.collection-page-content::before,
.template-collection .collection-content::before {
  content: '✓ WPN Authorised   ✓ Ships from Slovenia   ✓ No EU Customs   ✓ Same-Day Dispatch';
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  color: #0e6b3a;
  background: #f0faf4;
  border: 1px solid #c6e9d4;
  border-radius: 6px;
  padding: 10px 16px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .collection-page-content::before,
  .template-collection .collection-content::before {
    font-size: 10px;
    letter-spacing: .04em;
    padding: 8px 12px;
  }
}


/* =============================================================================
   CONVERSION: Stock status badges on product cards
   ============================================================================= */

.product-item .card-badge--available {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #0e6b3a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .04em;
  padding: 3px 8px;
  border-radius: 10px;
  z-index: 2;
  text-transform: uppercase;
}


/* =============================================================================
   CONVERSION: Recently viewed on collection page (if exists)
   ============================================================================= */

.template-collection .product-recently-viewed {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}


/* =============================================================================
   CONVERSION: Collection description — make CTA-like
   ============================================================================= */

.collection-banner-content .collection-banner-des,
.collection-page-content .collection-description {
  background: #f8f8f8;
  border-left: 3px solid #0e6b3a;
  padding: 14px 18px;
  border-radius: 0 6px 6px 0;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
  max-width: 900px;
}


/* =============================================================================
   CONVERSION: Sort dropdown — clearer, more prominent
   ============================================================================= */

.collection-toolbar .toolbar-sort,
.halo-toolbar .toolbar-sort {
  display: flex;
  align-items: center;
  gap: 8px;
}

.collection-toolbar select,
.halo-toolbar select {
  font-weight: 600;
  cursor: pointer;
}


/* =============================================================================
   FINAL POLISH — Sidebar text truncation for very long titles
   ============================================================================= */

.pd-smart-sidebar__link span:first-child {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.pd-smart-sidebar__link {
  align-items: center;
}


/* =============================================================================
   FINAL POLISH — Collection page hero/banner cleaner
   ============================================================================= */

.template-collection .collection-banner {
  padding: 32px 24px 24px;
}

.template-collection .collection-banner h1 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.02em;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .template-collection .collection-banner h1 {
    font-size: 22px;
  }
  .template-collection .collection-banner {
    padding: 20px 16px 16px;
  }
}


/* =============================================================================
   FINAL POLISH — Subtle product count above sidebar list
   ============================================================================= */

.pd-smart-sidebar__title {
  position: relative;
}


/* =============================================================================
   FIX: Search results page — proper alignment and clean layout
   ============================================================================= */

/* Search results header — left-aligned like collection page */
.template-search .search-header,
.template-search .page-header {
  text-align: left !important;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
}

.template-search .search-header h1,
.template-search .page-header h1 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.01em;
  text-transform: none;
}

/* Search results count — clearer */
.template-search .search-result-count {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}


/* =============================================================================
   FIX: Hide redundant chevron on parent collection sidebar items
   When the smart sidebar shows the parent collection itself in the list,
   the chevron looked confusing. Cleaner without it.
   ============================================================================= */

.pd-smart-sidebar__item--active .pd-smart-sidebar__count {
  font-weight: 700;
}


/* ═══════════════════════════════════════════════════════════════════════════
   ▓▓▓  v23 — SITE-WIDE POLISH  (no changes to icons or mega menu visuals) ▓▓▓
   ═══════════════════════════════════════════════════════════════════════════ */

/* Visually-hidden helper (used by aria-live etc.) */
.pd-sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* New "sale" badge variant (in addition to existing new/hot) */
.pd-badge--sale { background: #d12442; color: #fff; }


/* — Text selection — subtle brand green — */
::selection {
  background: rgba(14, 107, 58, .25);
  color: #0a3d22;
}
::-moz-selection {
  background: rgba(14, 107, 58, .25);
  color: #0a3d22;
}


/* — Slim, refined scrollbar (desktop only) — */
@media (pointer: fine) {
  ::-webkit-scrollbar {
    width: 12px;
    height: 12px;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border: 3px solid #fff;
    border-radius: 8px;
    transition: background .2s ease;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
  }
  html {
    scrollbar-width: thin;
    scrollbar-color: #d4d4d4 transparent;
  }
}


/* — Sitewide focus-visible — clean green ring for keyboard users — */
:focus-visible {
  outline: 2px solid #0e6b3a;
  outline-offset: 2px;
  border-radius: 3px;
}

/* Tap highlight — subtle green not blue/orange */
* {
  -webkit-tap-highlight-color: rgba(14, 107, 58, .1);
}


/* — Cleaner focus state on inputs sitewide — */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #0e6b3a;
  box-shadow: 0 0 0 3px rgba(14, 107, 58, .1);
}


/* — Lazy-load images: smooth fade-in — */
img[loading="lazy"] {
  opacity: 0;
  transition: opacity .35s ease;
}
img[loading="lazy"][src],
img[loading="lazy"].loaded {
  opacity: 1;
}


/* — Product cards: subtle image zoom on hover — */
.product-item .card-media,
.product-item .card-media-wrapper,
.products-grid .product-item .card-media {
  overflow: hidden;
}
.product-item .card-media img,
.product-item .card-media-wrapper img,
.products-grid .product-item .card-media img {
  transition: transform .5s cubic-bezier(.16, 1, .3, 1);
}
.product-item .card:hover .card-media img,
.product-item .card:hover .card-media-wrapper img,
.products-grid .product-item .card:hover .card-media img {
  transform: scale(1.04);
}


/* — Rich-text links: cleaner underline treatment — */
.rte a:not(.button):not(.btn),
article a:not(.button):not(.btn),
.page-content a:not(.button):not(.btn) {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: #0e6b3a;
  transition: text-decoration-color .15s ease, color .15s ease;
}
.rte a:not(.button):not(.btn):hover,
article a:not(.button):not(.btn):hover,
.page-content a:not(.button):not(.btn):hover {
  text-decoration-color: #0a5530;
  color: #0a5530;
}


/* — Quantity selector buttons — cleaner — */
.quantity-selector button,
.quantity__button,
.product-quantity button {
  width: 36px;
  height: 36px;
  border: 1px solid #e0e0e0;
  background: #fafafa;
  font-size: 14px;
  transition: background .15s ease, border-color .15s ease;
}
.quantity-selector button:hover,
.quantity__button:hover,
.product-quantity button:hover {
  background: #f0f0f0;
  border-color: #c0c0c0;
}


/* — Newsletter / email subscribe — better visual weight — */
.newsletter-form input[type="email"],
form[action*="customer/subscribe"] input[type="email"] {
  height: 44px;
  font-size: 14px;
  padding: 0 16px;
}
.newsletter-form button[type="submit"],
form[action*="customer/subscribe"] button[type="submit"] {
  height: 44px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 12px;
}


/* — Cart bubble — slightly cleaner on mobile — */
@media (max-width: 1024px) {
  .header-mobile .cart-count-bubble,
  .header-mobile [data-cart-count] {
    font-size: 10px !important;
    font-weight: 700 !important;
    min-width: 18px !important;
    height: 18px !important;
    padding: 0 5px !important;
  }
}


/* — Smoother button transitions sitewide — */
.button,
.btn,
button,
[type="submit"] {
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .15s ease, box-shadow .2s ease;
}


/* — prefers-reduced-motion — disable heavy effects — */
@media (prefers-reduced-motion: reduce) {
  .pd-panel,
  .pd-overlay,
  .pd-mobile-drawer__panel,
  .pd-mobile-drawer__overlay,
  .pd-mobile-drawer__level,
  .pd-feat__img,
  .pd-banner__img,
  .pd-col__img,
  .pd-card,
  .pd-nav__chevron,
  .pd-nav__logo,
  .product-item .card-media img,
  .product-item .card-media-wrapper img {
    transition: none !important;
    animation: none !important;
  }
  .pd-panel { transform: none !important; }
  .product-item .card:hover .card-media img,
  .product-item .card:hover .card-media-wrapper img { transform: none !important; }
}

