/** Shopify CDN: Minification failed

Line 859:16 Expected identifier but found whitespace
Line 859:17 Unexpected "1px"
Line 859:28 Unexpected "{"
Line 859:38 Expected ":"
Line 869:8 Expected identifier but found whitespace
Line 869:10 Unexpected "{"
Line 869:20 Expected ":"
Line 911:19 Expected identifier but found whitespace
Line 911:21 Unexpected "{"
Line 911:31 Expected ":"
... and 3 more hidden warnings

**/
/* ========================================
   CUSTOM PRODUCT BUILDER (CPB) STYLES
   Growplay UK — Klarna + Clearpay
   Based on AU structure, cleaned & optimized
   ======================================== */

/* ========================================
   CSS CUSTOM PROPERTIES
   ======================================== */
:root {
  /* Brand Colors */
  --cpb-primary: #00ACF0;
  --cpb-primary-hover: #0095d9;
  --cpb-primary-active: #008cc7;
  --cpb-success: #4CAF50;
  --cpb-error: #eb5757;
  --cpb-orange: #FF5722;

  /* Text Colors */
  --cpb-text-dark: #333;
  --cpb-text-medium: #4d4d4d;
  --cpb-text-light: #777;

  /* Borders & Backgrounds */
  --cpb-border-light: #e1e1e1;
  --cpb-border-medium: #d8d8d8;
  --cpb-bg-light: #f8f9fa;

  /* Shadows */
  --cpb-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.1);
  --cpb-shadow-md: 0 4px 12px rgba(0, 172, 240, 0.25);
  --cpb-shadow-lg: 0 8px 32px rgba(0, 172, 240, 0.35);

  /* Dimensions */
  --cpb-thumb-mobile: 75px;
  --cpb-thumb-desktop: 80px;
  --cpb-btn-height: 58px;
  --cpb-btn-max-width: 290px;
  --cpb-radius: 8px;
  --cpb-radius-lg: 12px;
  --cpb-radius-xl: 16px;

  /* Animation */
  --cpb-transition: 0.25s ease;
}

/* ========================================
   GLOBAL RESETS & UTILITIES
   ======================================== */
#cookies-banner-cpb,
.cpb-panels-tabs {
  display: none !important;
}

.UeyMu {
  margin: 0;
}

/* ========================================
   LAYOUT & STRUCTURE
   ======================================== */
#product-builder {
  width: 100%;
  position: relative;
  border: none;
}

@media (min-width: 1000px) {
  #product-builder {
    margin-top: 10px;
  }
}

.cpb-root {
  margin-top: 0;
}

.cpb-layout {
  padding: 0;
}







.cpb-panels-container {
  display: flex;
  flex-direction: column;
}

.cpb-product-description {
  order: 1;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ========================================
   LOADING SCREEN
   ======================================== */
.cpb-loader-center::before {
  content: '';
  width: 150px;
  height: 100px;
  background: url(https://cdn.shopify.com/s/files/1/0040/2358/2835/files/Growplay_Loading_Screen.gif?v=1726172775) center/cover;
}

.cpb-loader-center svg {
  display: none;
}

/* ========================================
   PRODUCT INFORMATION
   ======================================== */

/* Title Styling */
.cpb-product-title,
.cpb-custom-product-title-container .cpb-product-title {
  font-size: 2.2rem !important;
  font-weight: 900 !important;
  margin: 0 0 8px 0;
  letter-spacing: -1px;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  .cpb-custom-product-title-container .cpb-product-title {
    font-size: 36px !important;
  }
}

/* Description */
.cpb-custom-product-description-container .cpb-product-description {
  margin: 0 !important;
  padding-top: 0 !important;
}

/* ========================================
   PRICING SECTION
   ======================================== */

/* Main container */
#product-builder .cpb-custom-prices-container {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  margin-bottom: 0 !important;
}

/* Row 1: Price + RRP + SAVE (inline) */
#product-builder .cpb-custom-product-price-container {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 10px !important;
  white-space: nowrap !important;
  width: auto !important;
}

/* Main price */
#product-builder .cpb-custom-product-price {
  font-size: 32px;
  font-weight: 800;
  color: var(--cpb-text-medium);
  letter-spacing: -0.5px;
  margin: 0 !important;
  white-space: nowrap !important;
}

/* RRP container */
#product-builder .cpb-custom-rrp {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

#product-builder .cpb-custom-rrp,
#product-builder .cpb-custom-rrp * {
  white-space: nowrap !important;
}

/* Compare-at price (strikethrough) */
#product-builder .cpb-custom-product-compare-price {
  font-size: 18px;
  opacity: 0.8;
  text-decoration: line-through;
  color: var(--cpb-text-light);
  margin: 0 !important;
  white-space: nowrap !important;
}

/* SAVE badge */
#product-builder .cpb-custom-product-savings {
  text-transform: uppercase;
  background: var(--cpb-success);
  padding: 4px 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  display: inline-flex !important;
  white-space: nowrap !important;
  margin: 0 !important;
}

#product-builder .cpb-custom-product-savings:empty {
  display: none !important;
}

/* Hide default elements when custom pricing active */
#product-builder[data-custom-top-info="true"] .cpb-product-actions-first,
#product-builder[data-custom-product-price="true"] .cpb-panels-container .cpb-product-price {
  display: none !important;
}

/* ========================================
   KLARNA ON-SITE MESSAGING
   ======================================== */
.cpb-klarna-container {
  margin: 4px 0 8px 0;
  padding: 0;
  width: 100%;
  position: relative;
  border: none;
}

/* Style Klarna shadow DOM via ::part() selectors */
.cpb-klarna-container klarna-placement::part(osm-container) {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

.cpb-klarna-container klarna-placement::part(osm-message) {
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
}

.cpb-klarna-container klarna-placement::part(osm-legal) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}

/* Klarna placement element */
.cpb-klarna-container klarna-placement {
  display: block !important;
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.cpb-klarna-container .klarna-onsite-messaging {
  display: block !important;
  max-width: 100%;
  width: 100%;
  margin: 0;
}

/* Fallback for non-shadow-DOM elements */
.cpb-klarna-container .container,
.cpb-klarna-container [data-testid="credit-promotion-auto-size"],
.cpb-klarna-container [data-testid="top-strip-promotion-auto-size"],
.cpb-klarna-container klarna-placement-top-strip-promotion-auto-size,
.cpb-klarna-container .loaded.top-strip-promotion-auto-size,
.cpb-klarna-container div[part="osm-container"] {
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  border-width: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: left !important;
}

.cpb-klarna-container * {
  box-sizing: border-box;
}

.cpb-klarna-container [data-key] {
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  overflow: visible !important;
}

.cpb-klarna-container iframe {
  max-width: 100% !important;
  width: 100% !important;
}

/* Hide empty placements */
.cpb-klarna-container klarna-placement:empty,
.cpb-klarna-container .klarna-onsite-messaging:empty {
  display: none;
}

.cpb-klarna-container p[part="osm-message"] {
  text-align: left !important;
  margin: 0 !important;
}

/* Spacing after price */
.cpb-custom-prices-container + .cpb-klarna-container {
  margin-top: 12px;
}

/* Fallback styles */
klarna-placement,
.klarna-onsite-messaging {
  min-height: 20px;
  display: block;
}

@media (max-width: 768px) {
  .cpb-klarna-container {
    margin: 8px 0;
  }
}

/* ========================================
   CLEARPAY / AFTERPAY
   ======================================== */
.cpb-afterpay-container {
  margin: 4px 0 8px 0;
  width: 100%;
}

.cpb-afterpay-container square-placement {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0;
}

/* ========================================
   CATEGORIES & OPTIONS
   ======================================== */
.cpb-panel-title {
  display: none;
}

.cpb-category-title__inner {
  font-weight: 700;
  margin-top: 5px;
  font-size: 20px;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--cpb-primary);
  margin-bottom: 10px;
  color: var(--cpb-text-dark);
  text-transform: uppercase;
}

.cpb-panel-first .cpb-category-title__inner {
  margin-top: 0;
  background: var(--cpb-bg-light);
  padding: 12px 15px;
  border-radius: var(--cpb-radius);
  border-bottom: 2px solid var(--cpb-primary);
  text-align: center;
}

/* Option grid */
.cpb-option-type-multiple {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
  justify-content: flex-start;
}

/* ========================================
   OPTION THUMBNAILS
   ======================================== */
.cpb-option-type-img {
  height: var(--cpb-thumb-mobile);
  width: var(--cpb-thumb-mobile);
  box-sizing: content-box !important;
  line-height: 0;
  border-radius: 10px;
  overflow: visible;
  border: 1px solid var(--cpb-border-light) !important;
  opacity: 1;
  box-shadow: none;
  transition: transform var(--cpb-transition), border-color var(--cpb-transition), box-shadow var(--cpb-transition);
  margin: 0 1px;
}

.cpb-option-type-img:hover {
  transform: translateY(-2px);
  border-color: #b6b6b6 !important;
}

.cpb-option-type-img img {
  height: var(--cpb-thumb-mobile);
  width: var(--cpb-thumb-mobile);
  object-fit: contain;
  padding: 2px;
  border-radius: 10px;
  display: block;
}

/* Active state */
#product-builder .cpb-theme-provider.alpine-white .cpb-option.cpb-option-type-img.cpb-active {
  border: 3px solid var(--cpb-primary) !important;
  overflow: visible;
  transform: translateY(-2px);
}

/* Desktop sizes */
@media (min-width: 1000px) {
  .cpb-option-type-img,
  .cpb-option-type-img img {
    height: var(--cpb-thumb-desktop);
    width: var(--cpb-thumb-desktop);
  }
}

/* ========================================
   OUT OF STOCK STYLING
   ======================================== */
.cpb-option-type-img[data-status="outofstock"],
.cpb-option-type-img[data-outofstock="true"] {
  opacity: 0.9;
  position: relative;
  overflow: hidden;
  cursor: not-allowed !important;
  border-color: #e0e0e0 !important;
}

/* Custom overlay (JavaScript creates this) */
.custom-outofstock-overlay {
  position: absolute;
  inset: 0;
  background: rgba(235, 87, 87, 0.8);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem;
  border-radius: var(--cpb-radius);
  z-index: 10;
  pointer-events: none;
  text-transform: uppercase;
  line-height: 1.3;
  white-space: pre-wrap;
}

/* Diagonal stripes effect */
.cpb-option-type-img[data-status="outofstock"]::after,
.cpb-option-type-img[data-outofstock="true"]::after {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    rgba(235, 87, 87, 0.1),
    rgba(235, 87, 87, 0.1) 10px,
    transparent 10px,
    transparent 20px
  );
  z-index: 1;
  border-radius: var(--cpb-radius);
}

.cpb-option-type-img[data-status="outofstock"]:hover,
.cpb-option-type-img[data-outofstock="true"]:hover {
  transform: none;
  box-shadow: var(--cpb-shadow-sm);
}

@media (max-width: 767px) {
  .custom-outofstock-overlay {
    font-size: 10px;
  }
}

/* ========================================
   PRODUCT ACTIONS & BUTTONS
   ======================================== */

/* Hide CPB navigation buttons — only show Add to Cart */
.cpb-prev-button,
.cpb-next-button,
.cpb-reset-button {
  display: none !important;
}

.cpb-product-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  position: static;
  margin-top: 20px;
  flex-direction: column;
}

@media (min-width: 1000px) {
  .cpb-product-actions {
    max-width: var(--cpb-btn-max-width);
    margin-top: 25px;
  }
}

.cpb-product-actions-container {
  display: flex;
  justify-content: center;
  width: 100% !important;
}

.cpb-product-actions .row {
  width: 100% !important;
}

/* Main CTA Button */
.cpb-actions-btn {
  width: 100%;
  max-width: var(--cpb-btn-max-width);
  color: #ffffff !important;
  background: linear-gradient(to right, var(--cpb-primary), var(--cpb-primary-hover)) !important;
  border: none !important;
  height: var(--cpb-btn-height) !important;
  border-radius: var(--cpb-radius) !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  letter-spacing: 0.5px !important;
  margin: 0 auto 10px auto !important;
  cursor: pointer !important;
  transition: background var(--cpb-transition) !important;
  box-shadow: none !important;
  position: relative !important;
  overflow: hidden !important;
  text-transform: uppercase !important;
  display: block !important;
  text-align: center !important;
  z-index: 2 !important;
  justify-content: center !important;
}

.cpb-actions-btn:hover {
  background: linear-gradient(to right, var(--cpb-primary-hover), var(--cpb-primary-active)) !important;
}

.cpb-actions-btn:active {
  transform: none !important;
  box-shadow: none !important;
}

/* Add to Cart - Shimmer Effect */
.cpb-add-to-cart-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.2) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: translateX(-100%);
  transition: transform 0.7s ease;
  pointer-events: none;
}

.cpb-add-to-cart-button:hover::before {
  transform: translateX(100%);
}

/* Add to Cart - Arrow Animation */
.cpb-add-to-cart-button::after {
  content: "→";
  position: absolute;
  right: 25px;
  opacity: 0;
  transform: translateX(-15px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.cpb-add-to-cart-button:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.cpb-add-to-cart-button > i {
  display: none;
}

/* ========================================
   QUANTITY CONTROLS
   ======================================== */
.cpb-quantity {
  margin-bottom: 0;
}

.cpb-quantity-label {
  display: none;
}

.cpb-quantity-actions {
  width: 100%;
}

.cpb-quantity-button {
  width: 44px;
  height: 44px;
  border: none;
  font-size: 25px !important;
  color: grey;
}

.cpb-quantity-button-decrease {
  order: -1;
}

.cpb-quantity-value {
  flex-grow: 1;
  text-align: center;
  border: none;
  border-top: thin solid var(--cpb-border-medium);
  border-bottom: thin solid var(--cpb-border-medium);
  min-height: 44px;
}

/* ========================================
   STATUS BADGES (PRE-ORDER / BACK ORDER)
   ======================================== */

/* Shared badge styles */
.cpb-preorder-badge,
.cpb-backorder-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 700;
  margin: 10px 0 14px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  width: fit-content;
  cursor: default;
  position: relative;
  transition: all 0.2s ease;
}

/* Pre-order (green) */
.cpb-preorder-badge {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}

.cpb-preorder-badge:hover {
  background: #d1fae5;
  border-color: #86efac;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(4,120,87,0.15);
}

.cpb-preorder-badge .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 3px rgba(16,185,129,.15);
  flex-shrink: 0;
}

/* Back order (yellow/amber) */
.cpb-backorder-badge {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fcd34d;
}

.cpb-backorder-badge:hover {
  background: #fde68a;
  border-color: #f59e0b;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(146,64,14,0.15);
}

.cpb-backorder-badge .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 0 3px rgba(245,158,11,.15);
  flex-shrink: 0;
}

/* Tooltips */
.cpb-preorder-badge::after,
.cpb-backorder-badge::after {
  content: attr(title);
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #1f2937;
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

/* Tooltip arrows */
.cpb-preorder-badge::before,
.cpb-backorder-badge::before {
  content: "";
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: #1f2937;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.cpb-preorder-badge:hover::after,
.cpb-preorder-badge:hover::before,
.cpb-backorder-badge:hover::after,
.cpb-backorder-badge:hover::before {
  opacity: 1;
  visibility: visible;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .cpb-preorder-badge,
  .cpb-backorder-badge {
    font-size: 13px;
    padding: 8px 12px;
    margin: 8px 0 12px 0;
  }

  .cpb-preorder-badge .dot,
  .cpb-backorder-badge .dot {
    width: 8px;
    height: 8px;
  }

  .cpb-preorder-badge::after,
  .cpb-backorder-badge::after {
    font-size: 12px;
    padding: 6px 10px;
    max-width: 250px;
    white-space: normal;
    text-align: center;
    line-height: 1.3;
  }

  /* Touch activation for mobile */
  .cpb-preorder-badge:active::after,
  .cpb-preorder-badge:active::before,
  .cpb-backorder-badge:active::after,
  .cpb-backorder-badge:active::before {
    opacity: 1;
    visibility: visible;
  }
}

/* ========================================
   PROMO - FREE ADD-ONS
   ======================================== */
.cpb-category.promo-free-addon {
  border: 2px solid var(--cpb-orange) !important;
  border-radius: var(--cpb-radius-lg) !important;
  padding: 20px 20px 60px 20px !important;
  background: transparent !important;
  position: relative;
  width: fit-content !important;
  margin-left: 0 !important;
}

.cpb-category.promo-free-addon .cpb-category-title__inner {
  border-bottom-color: var(--cpb-orange) !important;
}

.cpb-category.promo-free-addon .cpb-category-options-container {
  width: fit-content !important;
}

.cpb-category.promo-free-addon::after {
  content: "FREE (£150 VALUE)";
  display: block;
  background: var(--cpb-orange);
  color: white;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 20px;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  white-space: nowrap;
}

/* ========================================
   HIDE STEPS ON BUILDER (eg. Cubby bundle items)
   ======================================== */
.hide-step {
  display: none !important;
}

/* ========================================
   ACCORDIONS
   ======================================== */
.accordion dt,
.faq-accordion dt {
  border-bottom: 1px solid {{ settings.border_color }};
  position: relative;
}

.accordion dt a,
.accordion dt button,
.faq-accordion dt a,
.faq-accordion dt button {
  background: none;
  border: 0;
  color: {{ settings.regular_color }};
  cursor: pointer;
  display: block;
  font-size: 1.2rem;
  padding: 20px 20px 20px 40px;
  text-align: left;
  width: 100%;
  transition: background-color 0.2s linear;
}

.accordion dt .accordion [aria-expanded=true] small,
.accordion dt .accordion-style--carets[aria-expanded=true] .icon,
.faq-accordion dt .accordion [aria-expanded=true] small,
.faq-accordion dt .accordion-style--carets[aria-expanded=true] .icon {
  transform: translateY(-60%) rotate(180deg);
}

.accordion dt small,
.accordion dt .icon,
.faq-accordion dt small,
.faq-accordion dt .icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s linear;
}

.accordion dt .accordion-style--plus_and_minus .icon,
.faq-accordion dt .accordion-style--plus_and_minus .icon {
  display: none;
}

.accordion dt .accordion-style--plus_and_minus .icon.icon--active,
.faq-accordion dt .accordion-style--plus_and_minus .icon.icon--active {
  display: block;
}

.accordion dt a[aria-expanded=true],
.accordion dt a:hover,
.faq-accordion dt button[aria-expanded=true],
.faq-accordion dt button:hover {
  background-color: {{ settings.heading_color | color_modify: 'alpha', 0.03 }};
}

.accordion dd,
.faq-accordion dd {
  display: none;
  padding: 20px 20px 20px 40px;
}

.faq-accordion dt .icon {
  color: {{ settings.link_color }};
}

.accordion dt:first-of-type small,
.accordion dt:first-of-type [aria-expanded=true] small {
  transform: translateY(-60%) rotate(270deg);
}

.accordion dt:first-of-type [aria-expanded=false] small {
  transform: translateY(-60%) rotate(180deg);
}

.accordion dd {
  margin-left: 0;
  display: none;
}

.accordion dd[aria-hidden=false] {
  display: block;
}

.accordion dt a small.right {
  font-family: "Arial";
}

.accordion dd:not([aria-hidden=true]):first-of-type {
  display: block;
}

.accordion [aria-expanded=false] small {
  transform: translateY(-60%) rotate(180deg);
}

.accordion [aria-expanded=true] small {
  transform: translateY(-60%) rotate(270deg);
}

/* Desktop thumbnail containment */
@media (min-width: 768px) {
  .cpb-category-options-container,
  .cpb-category-content,
  .option-type-multiple,
  .cpb-option-type-multiple {
    overflow: visible;
    box-sizing: border-box;
    width: 100%;
  }

  .cpb-option-type-img {
    box-sizing: border-box !important;
    margin: 0 !important;
  }
}

/* ========================================
   MOBILE RESPONSIVE
   ======================================== */
@media (max-width: 767px) {
  /* Title */
  .cpb-custom-product-title-container .cpb-product-title {
    font-size: 24px !important;
    margin-bottom: 5px;
    line-height: 1.2;
  }

  /* Pricing */
  #product-builder .cpb-custom-product-price {
    font-size: 28px;
  }

  #product-builder .cpb-custom-product-compare-price {
    font-size: 16px;
  }

  /* Category titles */
  .cpb-category-title__inner {
    font-size: 18px;
    margin-top: 25px;
    text-align: center;
    padding-bottom: 10px;
  }

  .cpb-panel-first .cpb-category-title__inner {
    padding: 10px;
    background: var(--cpb-bg-light);
  }

  /* Button */
  .cpb-actions-btn {
    height: 54px !important;
    font-size: 16px !important;
    max-width: 100% !important;
  }

  /* Layout */
  .cpb-panels-container {
    padding: 0 15px !important;
  }
}

/* Small phones */
@media (max-width: 375px) {
  .cpb-custom-product-title-container .cpb-product-title {
    font-size: 22px !important;
  }

  .cpb-panels-container {
    padding: 0 10px !important;
  }
}

/* ========================================
   MOBILE THUMBNAIL GRID
   ======================================== */
@media screen and (max-width: 767px) {
  .cpb-panels-container {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    padding-bottom: 70px !important;
  }

  .cpb-panel {
    padding: 0 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  html body #product-builder .cpb-option-type-multiple,
  #product-builder .cpb-option-type-multiple,
  .cpb-option-type-multiple {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  html body #product-builder .cpb-option-type-img,
  #product-builder .cpb-option-type-img,
  .cpb-option-type-img {
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 100% !important;
    position: relative !important;
    overflow: hidden !important;
    border-width: 1px !important;
    margin: 0 !important;
  }

  .cpb-option-type-img img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* Fixed add to cart on mobile */
  .cpb-product-actions {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    padding: 10px 15px !important;
    background: white !important;
    z-index: 9999 !important;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1) !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    flex-direction: row !important;
  }

  .cpb-actions-btn {
    width: 100% !important;
    height: 50px !important;
    margin: 0 auto !important;
    display: block !important;
    max-width: 100% !important;
  }
}

/* Extra small devices */
@media screen and (max-width: 375px) {
  html body #product-builder .cpb-option-type-multiple,
  #product-builder .cpb-option-type-multiple,
  .cpb-option-type-multiple {
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 8px !important;
  }
}

/* ========================================
   UTILITY & ACCESSIBILITY
   ======================================== */
.clickable-image {
  cursor: pointer;
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
