/* =============================================
   CATEGORY FILTER PILLS — Shop Page
   ============================================= */

.single-product #main {
	margin-top:100px !important;
}


.pl-category-filter {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding: 0 0 32px !important;
    margin-top: 100px !important;
}

.pl-category-filter a.pl-cat-pill {
    display: inline-flex !important;
    align-items: center !important;
    padding: 10px 22px !important;
    border-radius: 999px !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #4b5563 !important;
    background: #ffffff !important;
    border: 1px solid #e5e7eb !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
}

.pl-category-filter a.pl-cat-pill:hover {
    border-color: #111827 !important;
    color: #111827 !important;
    background: #ffffff !important;
    text-decoration: none !important;
}

.pl-category-filter a.pl-cat-pill.active {
    background: #111827 !important;
    color: #ffffff !important;
    border-color: #111827 !important;
}

.pl-category-filter a.pl-cat-pill.active:hover {
    background: #1f2937 !important;
    border-color: #1f2937 !important;
    color: #ffffff !important;
}

@media (max-width: 768px) {
    .pl-category-filter {
        justify-content: center !important;
        padding: 0 0 24px !important;
        gap: 8px !important;
    }
    .pl-category-filter a.pl-cat-pill {
        padding: 8px 18px !important;
        font-size: 13px !important;
    }
}


/* ============================================================
   HELIX LABS — Shop Page Redesign (COLUMN-AGNOSTIC)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

ul.products,
ul.products * {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
}

ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  width: 100% !important;
}

ul.products li.product {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: none !important;
  margin: 0 !important;
  padding: 0 !important;
  flex: none !important;
  background: #fff !important;
  border: 1px solid rgba(0,0,0,0.06) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  position: relative !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04), 0 4px 12px rgba(0,0,0,0.03) !important;
}

ul.products li.product:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08), 0 2px 8px rgba(0,0,0,0.04) !important;
}

@media (max-width: 1024px) {
  ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
}

@media (max-width: 600px) {
  ul.products {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}

ul.products li.product a.woocommerce-LoopProduct-link {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  text-decoration: none !important;
  color: inherit !important;
}

ul.products li.product a.woocommerce-LoopProduct-link img {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1/1.1 !important;
  object-fit: cover !important;
  object-position: right center !important;
  background: #f8f8f8 !important;
  border-bottom: 1px solid rgba(0,0,0,0.04) !important;
  transition: transform 0.4s ease !important;
  display: block !important;
  border-radius: 16px 16px 0 0 !important;
  box-sizing: border-box !important;
  flex-shrink: 0 !important;
}

ul.products li.product:hover a.woocommerce-LoopProduct-link img {
  transform: scale(1.03) !important;
}

ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #111 !important;
  padding: 16px 20px 6px 20px !important;
  margin: 0 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.01em !important;
  flex-shrink: 0 !important;
}

ul.products li.product div.star-rating {
  display: none !important;
}

ul.products li.product span.price {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #111 !important;
  padding: 0 20px 16px 20px !important;
  margin: 0 !important;
  margin-top: auto !important;
  line-height: 1.4 !important;
  display: block !important;
  flex-shrink: 0 !important;
}

ul.products li.product span.price del {
  display: none !important;
}

ul.products li.product span.price ins {
  text-decoration: none !important;
  font-weight: 700 !important;
  background: none !important;
}

.woocommerce span.onsale {
  display: none !important;
}

ul.products li.product a.shopengine_add_to_list_action,
ul.products li.product a.shopengine-quickview-trigger,
ul.products li.product a.shopengine_comparison_add_to_list_action,
ul.products li.product > span.screen-reader-text {
  display: none !important;
}

ul.products li.product > a.button,
ul.products li.product > a.add_to_cart_button,
ul.products li.product > a.product_type_variable,
ul.products li.product > a.product_type_simple {
  display: block !important;
  width: calc(100% - 40px) !important;
  margin: 0 20px 20px 20px !important;
  padding: 12px 24px !important;
  background: #111 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 100px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-align: center !important;
  text-transform: none !important;
  letter-spacing: 0.02em !important;
  cursor: pointer !important;
  transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease !important;
  line-height: 1.5 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
}

ul.products li.product > a.button:hover {
  background: #333 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

ul.products li.product > a.added_to_cart {
  display: block !important;
  text-align: center !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #22c55e !important;
  padding: 6px 20px 12px 20px !important;
  text-decoration: none !important;
}

.woocommerce-result-count {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  color: #888 !important;
}

.woocommerce-ordering select {
  font-family: 'Inter', sans-serif !important;
  font-size: 13px !important;
  padding: 8px 16px !important;
  border: 1px solid rgba(0,0,0,0.1) !important;
  border-radius: 8px !important;
  background: #fff !important;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 48px !important;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-flex !important;
  gap: 8px !important;
  border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 10px 16px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(0,0,0,0.08) !important;
  background: #fff !important;
  color: #333 !important;
  text-decoration: none !important;
}

.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #111 !important;
  color: #fff !important;
  border-color: #111 !important;
}

.woocommerce-products-header__title.page-title {
  font-family: 'Inter', sans-serif !important;
  font-weight: 700 !important;
  font-size: 28px !important;
  color: #111 !important;
  letter-spacing: -0.02em !important;
}

ul.products::before {
  display: none !important;
}


/* ============================================================
   HELIX LABS — Single Product Page (ShopEngine-Compatible)
   Raised specificity with body.single-product to override
   ShopEngine widget styles
   ============================================================ */

body.single-product,
body.single-product * {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

body.single-product h1.product_title,
body.single-product .product_title {
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #111 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2 !important;
  margin-bottom: 12px !important;
  display: block !important;
}

body.single-product .woocommerce-product-rating,
body.single-product .star-rating {
  display: none !important;
}

body.single-product p.price,
body.single-product .summary .price,
body.single-product .shopengine-product-price,
body.single-product [class*="shopengine"] .price {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #111 !important;
  margin-bottom: 16px !important;
}

body.single-product .price del {
  display: none !important;
}

body.single-product .price ins {
  text-decoration: none !important;
  font-weight: 700 !important;
  background: none !important;
  color: #111 !important;
}

body.single-product #afterpay-widget-container,
body.single-product .afterpay-clearpay-message,
body.single-product [class*="afterpay"],
body.single-product [class*="klarna"] {
  font-size: 13px !important;
  color: #666 !important;
  margin-bottom: 16px !important;
}

body.single-product .posted_in,
body.single-product .tagged_as,
body.single-product .product_meta {
  font-size: 13px !important;
  color: #888 !important;
  margin-top: 20px !important;
}

body.single-product .product_meta a {
  color: #555 !important;
  text-decoration: none !important;
}

body.single-product .product_meta a:hover {
  color: #111 !important;
}

body.single-product .woocommerce-product-details__short-description {
  font-size: 14px !important;
  color: #444 !important;
  line-height: 1.6 !important;
  margin-bottom: 12px !important;
}

body.single-product .stock.in-stock {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #22c55e !important;
  margin-bottom: 16px !important;
}

body.single-product .stock.out-of-stock {
  color: #ef4444 !important;
}

body.single-product .quantity .qty,
body.single-product input.qty {
  border: 1px solid rgba(0,0,0,0.15) !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #111 !important;
  width: 70px !important;
  text-align: center !important;
  background: #fff !important;
}

body.single-product .quantity .qty:focus,
body.single-product input.qty:focus {
  border-color: #111 !important;
  box-shadow: 0 0 0 1px #111 !important;
  outline: none !important;
}

body.single-product .single_add_to_cart_button,
body.single-product button.single_add_to_cart_button,
body.single-product .shopengine-add-to-cart .single_add_to_cart_button,
body.single-product .shopengine-add-to-cart button,
body.single-product [class*="shopengine"] .single_add_to_cart_button,
body.single-product form.cart button.button {
  background: #111 !important;
  background-color: #111 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 100px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 14px 40px !important;
  text-transform: none !important;
  letter-spacing: 0.01em !important;
  cursor: pointer !important;
  transition: background 0.25s ease, transform 0.2s ease !important;
  line-height: 1.5 !important;
  box-shadow: none !important;
}

body.single-product .single_add_to_cart_button:hover,
body.single-product button.single_add_to_cart_button:hover,
body.single-product .shopengine-add-to-cart button:hover,
body.single-product form.cart button.button:hover {
  background: #333 !important;
  background-color: #333 !important;
  color: #fff !important;
  transform: translateY(-1px) !important;
}

body.single-product a.shopengine_add_to_list_action,
body.single-product a.shopengine-wishlist,
body.single-product a.shopengine-quickview-trigger,
body.single-product a.shopengine_comparison_add_to_list_action,
body.single-product a.shopengine-comparison,
body.single-product .shopengine_add_to_list_action,
body.single-product .shopengine_comparison_add_to_list_action {
  display: none !important;
}

body.single-product .woocommerce-product-gallery {
  border-radius: 16px !important;
  overflow: hidden !important;
}

body.single-product .woocommerce-product-gallery img {
  border-radius: 16px !important;
}

body.single-product .woocommerce-product-gallery__trigger {
  background: rgba(255,255,255,0.9) !important;
  border-radius: 50% !important;
  width: 36px !important;
  height: 36px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

body.single-product .woocommerce-tabs ul.tabs {
  padding: 0 !important;
  margin: 40px 0 0 0 !important;
  border-bottom: 1px solid rgba(0,0,0,0.08) !important;
  display: flex !important;
  gap: 0 !important;
  list-style: none !important;
}

body.single-product .woocommerce-tabs ul.tabs::before {
  display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #888 !important;
  padding: 12px 24px !important;
  text-decoration: none !important;
  display: block !important;
  border-bottom: 2px solid transparent !important;
  transition: all 0.2s ease !important;
}

body.single-product .woocommerce-tabs ul.tabs li a:hover {
  color: #111 !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #111 !important;
  font-weight: 600 !important;
  border-bottom-color: #111 !important;
}

body.single-product .woocommerce-tabs .panel {
  padding: 24px 0 !important;
  font-size: 14px !important;
  color: #333 !important;
  line-height: 1.7 !important;
}

body.single-product .woocommerce-tabs .panel h2 {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #111 !important;
  margin-bottom: 16px !important;
}

body.single-product .variations select {
  border: 1px solid rgba(0,0,0,0.15) !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  color: #111 !important;
  background: #fff !important;
}

body.single-product .variations td.label label {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #111 !important;
}

body.single-product .reset_variations {
  font-size: 12px !important;
  color: #888 !important;
}

body.single-product .related.products > h2,
body.single-product .upsells.products > h2 {
  font-size: 22px !important;
  font-weight: 600 !important;
  color: #111 !important;
  margin-bottom: 24px !important;
}

body.single-product .sku_wrapper {
  font-size: 13px !important;
  color: #888 !important;
}

body.single-product span.onsale {
  display: none !important;
}

















/* ============================================================
   HELIX LABS — Bundle & Save Quantity Tier UI
   ============================================================ */

.helix-bundle-wrap {
    margin: 20px 0 24px 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
}

.helix-bundle-label {
    font-size: 12px;
    font-weight: 700;
    color: #666;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.helix-bundle-tiers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.helix-tier {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: #fff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
    min-height: 72px;
}

.helix-tier:hover {
    border-color: #9ca3af;
}

.helix-tier-active {
    border-color: #111 !important;
    background: #fafafa;
}

.helix-tier input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.helix-tier-img-wrap {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.helix-tier-img-wrap img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border-radius: 4px;
}

.helix-tier-img-stack {
    width: 52px;
}

.helix-tier-img-stack img {
    position: absolute;
    width: 32px;
    height: 32px;
}

.helix-tier-img-stack img:nth-child(1) { left: 0; z-index: 3; }
.helix-tier-img-stack img:nth-child(2) { left: 10px; z-index: 2; opacity: 0.85; }
.helix-tier-img-stack img:nth-child(3) { left: 20px; z-index: 1; opacity: 0.7; }

.helix-tier-info {
    flex: 1;
    min-width: 0;
}

.helix-tier-title {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    letter-spacing: 0.02em;
    line-height: 1.3;
}

.helix-tier-save {
    font-size: 12px;
    font-weight: 600;
    margin-top: 2px;
    letter-spacing: 0.02em;
}

.helix-save-popular { color: #0d9488; }
.helix-save-value { color: #ea580c; }

.helix-tier-badge {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 9px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    color: #fff;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

.helix-badge-popular { background: #0d9488; }
.helix-badge-value   { background: #ea580c; }

@media (max-width: 600px) {
    .helix-bundle-tiers {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .helix-tier-img-stack {
        width: 44px;
    }
}