/*
 Theme Name: Astra Labs Child
 Theme URI: https://manjeet.info
 Description: Child theme for Astra Labs
 Author: Your Name
 Author URI: hhttps://manjeet.info
 Template: astra-labs
 Version: 1.0.0
*/

/* Add custom styles below */
/* ===============================
   RESET / BASE
================================ */
/* =====================================================
   ASTRA + WOO RESET (CRITICAL)
===================================================== */ 

/* =====================================================
   GLOBAL RESET + ASTRA OVERRIDES
===================================================== */
body.single-product {
  background: #F8FAFC;
  color: #424242;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
a {
    background-color: transparent;
    color: #D4AF37;
    text-decoration: none;
    font-size: 16px;
}
body.single-product .ast-container,
body.single-product .ast-separate-container .ast-article-single {
  max-width: 100% !important;
  padding: 0 !important;
}

body.single-product .ast-separate-container {
  background: transparent !important;
}

/* =====================================================
   HERO SECTION
===================================================== */
.product-hero {
  padding: 80px 0 40px;
  margin-bottom: 0 !important;
}

.hero-grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 460px 1fr;
  gap: 80px;
}

/* =====================================================
   LEFT: SLIDER CARD (LIGHT BACKGROUND)
===================================================== */
.hero-media {
  position: relative;
  padding: 36px;
  border-radius: 26px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #f8efc4 100%
  ) !important;
  color: #000;
  box-shadow: 0 25px 60px rgba(0,0,0,0.45);
}

/* Badge */
.hero-media .badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #111;
  color: #424242;
  font-size: 11px;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: 0.5px;
  z-index: 2;
}

/* =====================================================
   MAIN IMAGE SWIPER
===================================================== */
.product-main-swiper {
  width: 100%;
  height: 380px;
}

.product-main-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-main-swiper img {
  max-height: 360px;
  object-fit: contain;
}

/* =====================================================
   THUMBNAIL SWIPER
===================================================== */
.thumb-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 24px;
}

.product-thumb-swiper {
  width: 260px;
}

.product-thumb-swiper .swiper-slide {
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 6px;
  opacity: 0.55;
  cursor: pointer;
}

.product-thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #d4af37;
}

.product-thumb-swiper img {
  width: 54px;
  height: auto;
}

/* =====================================================
   SLIDER ARROWS (FIXED)
===================================================== */
.thumb-nav {
  width: 36px;
  height: 36px;
  border: 1px solid #d4af37;
  border-radius: 8px;
  background: transparent;
  color: #d4af37;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.thumb-nav:hover {
  background: #d4af37;
  color: #000;
}

/* =====================================================
   TRUST ICONS
===================================================== */
.trust-icons {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 14px;
  font-size: 12px;
  font-weight: 500;
}

/* =====================================================
   RIGHT: PRODUCT INFO
===================================================== */
.hero-info {
  padding-top: 8px;
}

.hero-info .category {
  font-size: 12px;
  color: #d4af37;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-info h1 {
  font-size: 36px;
  margin: 12px 0 8px;
}

.hero-info .meta {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 12px;
}

.hero-info .description {
  color: #ccc;
  line-height: 1.7;
  margin-bottom: 22px;
}

/* =====================================================
   CART + PRICE
===================================================== */
.price {
  font-size: 28px;
  margin: 18px 0;
}

.woocommerce div.product form.cart {
  display: flex;
  gap: 16px;
  align-items: center;
}

.quantity input.qty {
  width: 64px;
  height: 52px;
  text-align: center;
  background: #000;
  border: 1px solid #444;
  color: #424242;
  border-radius: 10px;
}

.single_add_to_cart_button {
  height: 52px;
  padding: 0 32px;
  background: #7c4dff;
  border: none;
  border-radius: 12px;
  color: #424242;
  font-size: 15px;
  cursor: pointer;
}

.single_add_to_cart_button:hover {
  background: #6a3df0;
}

/* =====================================================
   SHIPPING + PAYMENTS
===================================================== */
.shipping {
  margin-top: 14px;
  font-size: 13px;
  color: #aaa;
}

.payments {
  margin-top: 12px;
}

.payments img {
  height: 22px;
  margin-right: 10px;
}

/* =====================================================
   ACCORDION (DIRECTLY BELOW SLIDER)
===================================================== */
.product-accordions {
  padding: 0 0 80px;
  margin-top: 0 !important;
}

.product-accordions .accordion {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.accordion-item {
  border-bottom: 1px solid #333;
}

.accordion-header {
  padding: 26px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.accordion-header .icon {
  font-size: 22px;
  opacity: 0.7;
}

.accordion-content {
  display: none;
  padding-bottom: 22px;
  color: #ccc;
  font-size: 14px;
  line-height: 1.7;
}

.accordion-content ul {
  padding-left: 18px;
}

.accordion-content li {
  margin-bottom: 8px;
}

/* =====================================================
   RESPONSIVE
===================================================== */
@media (max-width: 992px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
.sp-trust-pills { 
    flex-wrap: wrap;
}
  .hero-media {
    max-width: 420px;
    margin: 0 auto;
  }
}

@media (max-width: 576px) {
  .hero-info h1 {
    font-size: 28px;
  }
}



/* =========================================
   RESEARCH DOSAGE – PILL BUTTON UI
========================================= */

/* Hide default Woo dropdown */
.variations select {
  display: none !important;
}

/* Variation label */
.variations label {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 10px;
  display: block;
}

/* Pills container */
.variation-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

/* Pill button */
.variation-pill {
  border: 1px solid #444;
  background: transparent;
  color: #fff;
  padding: 14px 10px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}

/* Active pill */
.variation-pill.active {
  border-color: #fff;
}

/* "Most selected" badge */
.variation-pill small {
  display: block;
  font-size: 11px;
  color: #d4af37;
  margin-top: 4px;
}

/* Disable unavailable */
.variation-pill.disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (min-width: 1200px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
    max-width: 1480px;
  }
  .site-footer.footer-full-width,
  .site-header.header-full-width {
    max-width: 100%;
  }
}
.site-header + .elementor {
  min-height: calc(100vh - 320px);
}




/* ==============================
   GLOBAL CONTAINER
================================ */
.container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==============================
   CATEGORY HERO
================================ */
.cat-hero {
  padding: 80px 0 40px;
  text-align: center;
  background: #fafafa;
}

.cat-hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
}

.cat-desc {
  max-width: 720px;
  margin: 0 auto;
  font-size: 16px;
  color: #6b7280;
}

/* ==============================
   MAIN LAYOUT
================================ */
.cat-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;

    padding: 7% 0; 
  align-items: flex-start;
}
.main-cat {
    background-image: url('https://astralabsresearch.com/wp-content/uploads/2025/12/Section-py-24-4.png');
    background-repeat: repeat;
    background-size: contain;
    background-position: center top;
}
/* ==============================
   SIDEBAR FILTERS
================================ */
.cat-sidebar {
  width: 100%;
}

.cat-sidebar .filter-box {
  margin-bottom: 28px;
}

.cat-sidebar h3,
.cat-sidebar h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.cat-sidebar label {
  font-size: 14px;
  color: #374151;
}

/* Price filter */
.widget_price_filter .price_slider_wrapper {
  margin-top: 10px;
}

.widget_price_filter .ui-slider {
  background: #e5e7eb;
  height: 4px;
}

.widget_price_filter .ui-slider-range {
  background: #111827;
}

.widget_price_filter .ui-slider-handle {
  border: 2px solid #111827;
  background: #fff;
}

/* ==============================
   PRODUCT GRID FIXES (CRITICAL)
================================ */
.cat-products {
  width: 100%;
}

/* Remove Woo constraints */
.cat-products .woocommerce,
.cat-products .woocommerce-page,
.cat-products .columns-3,
.cat-products ul.products {
  width: 100%;
  max-width: 100%;
  float: none;
}

/* Force grid layout */
.cat-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0;
  padding: 0;
}

/* ==============================
   PRODUCT CARD STYLING
================================ */
.woocommerce ul.products li.product {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0,0,0,.08);
}

.woocommerce ul.products li.product img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto 15px;
}
.woocommerce ul.products li.product{

  padding:0 !important;
}
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 1.3;
  margin: 12px 0 6px;
}
.top-cat{

    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 0 12px 9px 13px;
}
.woocommerce ul.products li.product .price {
  font-size: 15px;
  font-weight: 600;
}
.cat-products ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
.cat-products,
.cat-products .woocommerce {
  width: 100%;
  max-width: 100%;
}
.cat-products ul.products::before,
.cat-products ul.products::after {
  display: none;
  content: none;
}

.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0;
}

.woocommerce ul.products li.product .price {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

/* Hide default buttons if needed */
.woocommerce ul.products li.product .button {
  display: none;
}

/* ==============================
   SORTING BAR
================================ */
.woocommerce-ordering {
  margin-bottom: 20px;
}

/* ==============================
   ELEMENTOR CONTENT BELOW
================================ */
.cat-elementor {
  margin-top: 80px;
}

/* Keep Elementor aligned with container */
.cat-elementor .elementor-section {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* ==============================
   RESPONSIVE
================================ */
@media (max-width: 1024px) {
  .cat-products ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .cat-layout {
    grid-template-columns: 1fr;
    padding: 5%;
  }

  .cat-sidebar {
    order: 1;
  }

  .cat-products {
    order: 2;
  }
}
.woocommerce-products-header {
  display: none;
}

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

  .cat-hero h1 {
    font-size: 30px;
  }
}

.widget_layered_nav ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.widget_layered_nav input {
  accent-color: #111;
}
.price_slider_wrapper {
  margin-top: 15px;
}
h1.sp-title {
    color: #242424;
    font-weight: 800;
}
.ui-slider {
  height: 4px;
  background: #e5e7eb;
  border-radius: 2px;
  position: relative;
}

.ui-slider-range {
  background: #111827;
}

.ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #111827;
  top: -6px;
  cursor: pointer;
}
.widget_price_filter .price_slider_amount button {
  display: none;
}
.widget_price_filter .price_slider_amount {
  text-align: left;
}

.peptide-catalog-hero {
  background:
    radial-gradient(
      circle at top center,
      #ffffff 0%,
      #f7f6f3 45%,
      #f1f0ec 100%
    );
  padding: clamp(60px, 8vw, 120px) 20px;
  text-align: center;
}


.peptide-catalog-hero .container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Status pill */
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 50px;
  background: #111;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 32px;
}

.status-pill .dot {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
}

/* Heading */
.peptide-catalog-hero h1 {
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 800;
  letter-spacing: 1px;
  margin-bottom: 24px;
  color: #111;
}

/* Subtitle */
.peptide-catalog-hero .subtitle {
  max-width: 720px;
  margin: 0 auto 48px;
  font-size: clamp(16px, 2.2vw, 20px);
  line-height: 1.6;
  color: #555;
}
/* ===============================
   HERO BUTTONS (SCOPED)
================================ */

.hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 6px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Primary */
.hero-btn-primary {
  background: #111;
  color: #fff;
}

.hero-btn-primary:hover {
  background: #000;
  transform: translateY(-2px);
}

/* Secondary */
.hero-btn-secondary {
  background: transparent;
  border: 1px solid #111;
  color: #111;
}

.hero-btn-secondary:hover {
  background: #111;
  color: #fff;
  transform: translateY(-2px);
}

/* Mobile spacing */
@media (max-width: 480px) {
  .status-pill {
    font-size: 10px;
  }
}

.custom-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 30px;
}

.product-card {
  background: #fafafa;
  border-radius: 12px;
  padding: 20px;
}

.product-image img {
  width: 100%;
  display: block;
}

.product-meta-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 14px;
}

.product-badge {
  color: #c9a227;
  font-weight: 700;
  letter-spacing: 1px;
}

.product-title {
  font-size: 20px;
  font-weight: 800;
  margin: 6px 0;
}

.product-submeta {
  font-size: 14px;
  color: #666;
}

.product-price {
  font-size: 22px;
  font-weight: 700;
}
a.product-image{
  width: 100%;
}

.woof_autohide_wrapper {
    display: none !important;
}



 /* ==============================
   ROOT WRAPPER
================================ */
.sp-product {
  padding: 80px 0;
  background: #f8fafc;
  font-family: Inter, system-ui, sans-serif;
}

.sp-layout {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr; /* 50 / 50 like Figma */
  gap: 80px;
  align-items: flex-start;
}
.sp-image-box {
  border-radius: 28px;
  border: 2px solid #c7ccd6;
  padding: 28px 24px 24px;
  background:
    radial-gradient(
      circle at center,
      #fff6c8 0%,
      #fffbe9 55%,
      #ffffff 80%
    );
}
 
/* ==============================
   LEFT CARD (WHITE ONLY)
================================ */
 

/* Badge */
.sp-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #111;
  color: #fff;
  font-size: 11px;
  padding: 6px 14px;
  border-radius: 999px;
  letter-spacing: .6px;
}

/* ==============================
   MAIN IMAGE (YELLOW ONLY HERE)
================================ */
.sp-main-slider {
  height: 420px;
  border-radius: 22px;
  background:
    radial-gradient(
      circle at center,
      #fff6c8 0%,
      #fffbe9 55%,
      #ffffff 75%
    );
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-main-slide img {
  max-height: 360px;
  width: auto;
  object-fit: contain;
}

/* ==============================
   THUMBNAILS (SINGLE ROW)
================================ */
.sp-thumb-row {
  position: relative;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp-thumb-slider {
  width: 100%;
  overflow: hidden;
}

.sp-thumb-track {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.sp-thumb-slide {
  width: 80px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .6;
  cursor: pointer;
}

.sp-thumb-slide img {
  max-height: 80px;
  width: auto;
}

.sp-thumb-slide.active {
  opacity: 1;
  border-color: #111;
}

/* Arrows */
.sp-thumb-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 6px;
    border: 1px solid #e3b341;
    background: #fff;
    color: #e3b341;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
}

.sp-thumb-prev { left: -16px; }
.sp-thumb-next { right: -16px; }

.sp-thumb-arrow:hover {
  background: #e3b341;
  color: #111;
}

/* ==============================
   TRUST PILLS
================================ */
.sp-trust-list {
  margin: 16px 0 0;
  display: flex;
  justify-content: center;
  gap: 14px;
  list-style: none;
  padding: 0;
  font-size: 13px;
  color: #333;
}

/* ==============================
   ACCORDION (FIGMA STYLE)
================================ */
.sp-accordion {
  margin-top: 32px;
}

.sp-acc-item {
  border-bottom: 1px solid #e5e7eb;
}

.sp-acc-header {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: #242424;
}

.sp-acc-icon {
  font-size: 18px;
  color: #242424;
}

.sp-acc-content {
  display: none;
  padding-bottom: 18px;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
}

.sp-acc-item.active .sp-acc-content {
  display: block;
}

/* ==============================
   RIGHT INFO
================================ */
.sp-info {
  padding-top: 8px;
}

.sp-category {
  font-size: 12px;
  color: #d4af37;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sp-title {
  font-size: 36px;
  margin: 12px 0 8px;
}
.sp-meta {
    font-size: 16px;
    color: #424242;
    margin-bottom: 12px;
}
.sp-rating {
  font-size: 14px;
  margin-bottom: 16px;
}

.sp-description {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 22px;
}

/* ==============================
   DOSAGE PILLS
================================ */
.sp-dosage-label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    font-family: 'Inter';
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #424242;
    color: #fff;
    text-decoration: none;
}
.sp-dosage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 18px;
}
.sp-dose {
    border: 1px solid #d1d5db;
    background: #fff;
    padding: 14px 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: bold;
    color: #424242;
}
.sp-dose-active {
  border-color: #111;
}

.sp-dose small {
  display: block;
  font-size: 11px;
  color: #d4af37;
}

.sp-dose-disabled {
  opacity: .4;
  pointer-events: none;
}

/* ==============================
   PRICE + CART
================================ */
.sp-price {
    font-size: 28px;
    margin: 18px 0;
    font-family: 'Inter';
    font-weight: 700;
}

.sp-cart {
  display: flex;
  gap: 16px;
  align-items: center;
}

.sp-qty {
  width: 64px;
  height: 52px;
  border-radius: 10px;
  border: 1px solid #ccc;
  text-align: center;
}

.sp-cart-btn {
  height: 52px;
  padding: 0 32px;
  border-radius: 12px;
  border: none;
  background: #111;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}

.sp-cart-btn:hover {
  background: #000;
}
.sp-shipping {
    margin-top: 20px;
    font-size: 20px;
    color: #424242;
    text-align: center;
    font-family: 'Inter';
    font-weight: bold;
}
.sp-payments img {
    margin-right: 10px;
    margin-top: 12px;
    width: 100%;
    object-fit: contain;
}
/* ==============================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
  .sp-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .sp-media-card {
    max-width: 420px;
    margin: 0 auto;
  }

  .sp-title {
    font-size: 28px;
  }
}
/* ==============================
   TRUST PILLS (FIGMA STYLE)
================================ */
.sp-trust-pills {
  margin: 18px 0 16px;
  display: flex;
  justify-content: center;
  gap: 12px;
  list-style: none;
  padding: 0;
}

.sp-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: #111;
  color: #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.sp-trust-icon {
  font-size: 14px;
  opacity: 0.9;
}
.sp-main-slider {
  height: 420px;
  border-radius: 24px;

  /* ✅ BORDER ONLY HERE */
  border: 1.5px solid #c7ccd6;

  /* Yellow glow only behind image */
  background:
    radial-gradient(
      circle at center,
      #fff6c8 0%,
      #fffbe9 55%,
      #ffffff 75%
    );

  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-trust-pills {
  margin: 18px 0 0;
  display: flex;
  justify-content: center;
  gap: 14px;
  list-style: none;
  padding: 0;
}

.sp-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #111;
  color: #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
}

.sp-trust-icon {
  font-size: 14px;
}
.sp-media-card {
  position: relative;
  padding: 28px;
  border-radius: 36px;
 
}
.sp-image-box {
  padding: 22px;
  border-radius: 28px;

  /* INNER BORDER */
  border: 2px solid #bfc6d2;

  /* Yellow glow */
  background:
    radial-gradient(
      circle at center,
      #fff6c8 0%,
      #fffbe9 55%,
      #ffffff 80%
    );
}
.sp-main-slider {
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-trust-pills {
  margin: 22px 0 10px;
  display: flex;
  justify-content: center;
  gap: 14px;
}
.sp-badge {
  position: absolute;
  top: -14px;
  left: 28px;
  z-index: 3;
}
button.sp-acc-header:hover{

    padding: 10px;
    background: transparent;
    color: #000;
    padding-left: 0;
}
.sp-acc-item {
  border-bottom: 1px solid #e5e7eb;
}

.sp-acc-header {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
}

.sp-acc-header::-webkit-details-marker {
  display: none;
}

.sp-acc-item[open] .sp-acc-icon {
  transform: rotate(45deg);
}

.sp-acc-content {
  padding-bottom: 18px;
}
/* FORCE RIGHT SIDE TO SCROLL NORMALLY */
.sp-info,
.hero-info {
  position: static !important;
  top: auto !important;
}
.sp-layout,
.product-hero,
.hero-grid {
  overflow: visible !important;
  height: auto !important;
}
.variations,
.variations select {
  display: none !important;
}
/* ===============================
   CART ROW LAYOUT
================================ */
.sp-cart-wrap .woocommerce-variation-add-to-cart {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

/* ===============================
   QUANTITY (WHITE BOX)
================================ */

.sp-cart-wrap .qty {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #ffffff !important;
  color: #111 !important;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 0;
}

/* Remove arrows */
.sp-cart-wrap .qty::-webkit-inner-spin-button,
.sp-cart-wrap .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sp-cart-wrap .qty {
  -moz-appearance: textfield;
}

/* ===============================
   ADD TO CART (BLACK BUTTON)
================================ */
.sp-cart-wrap .single_add_to_cart_button {
  flex: 1;
  height: 56px;
  border-radius: 12px;
  background: #222 !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  border: none;
  box-shadow: none;
}

/* Hover */
.sp-cart-wrap .single_add_to_cart_button:hover:not(:disabled) {
  background: #000 !important;
}

/* Disabled state */
.sp-cart-wrap .single_add_to_cart_button:disabled,
.sp-cart-wrap .wc-variation-selection-needed {
  opacity: 0.6;
  cursor: not-allowed;
} 
/* Hide duplicate theme qty buttons (keep custom ones) */
.quantity > .qty-btn.plus,
.quantity > .qty-btn.minus {
  display: none !important;
}
.quantity {
  display: flex;
  align-items: center;
}

.quantity > .qty-box {
  order: 1;
}
.qty-box {
  width: 50%;
  height: 56px;
  border-radius: 18px;
  background: #fff;
  border: 2px solid #d1d5db;

  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
}

.qty-box input.qty {
  grid-column: 2;
  border: none;
  background: transparent;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

/* Remove number spinners */
.qty-box input::-webkit-inner-spin-button,
.qty-box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.qty-box input {
  -moz-appearance: textfield;
}

/* + button (LEFT – BLACK) */
.qty-box .qty-plus {
    grid-column: 1;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #111;
    color: #fff;
    border: none;
    font-size: 20px;
    justify-content: center;
    display: flex;

    align-items: anchor-center;
}

/* − button (RIGHT – PINK) */
.qty-box .qty-minus {
    grid-column: 3;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: #0c0c0c;
    color: #fff;
    border: none;
    font-size: 20px;
    align-items: anchor-center;
    justify-content: center;
    display: flex;
}
.quantity {
  width: 50%;
  height: 56px;
  display: flex;
}

.quantity > .qty-btn.minus {
  display: none !important;
}
.qty-box {
    width: 100%;
    height: 56px;
    border-radius: 18px;
    background: #fff;
    border: 2px solid #d1d5db;
    display: flex;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    justify-content: space-around;
}
.qty-box .qty-plus {
  grid-column: 1;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  border: none;
  font-size: 20px;
}
.qty-box .qty-minus {
  grid-column: 3;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #000;
  color: #fff;
  border: none;
  font-size: 20px;
}
.qty-box input.qty {
  grid-column: 2;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
}


@media (max-width: 768px) {
.elementor-51 .elementor-element.elementor-element-cdc034d .swiper-slide-contents {
    max-width: 100%;
}
  .sp-main-slider {
  

  }
   
.sp-trust-pill {
    
    padding: 3px 18px; 
    font-size: 9px; 
}
}
#age-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.age-box {
  background: #fff;
  padding: 30px; 
  text-align: center;
  border-radius: 10px;
}

.age-actions button {
  padding: 12px 20px;
  margin: 10px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

#age-yes {
  background: #000;
  color: #fff;
}

#age-no {
  background: #ccc;
}
.age-list {
  font-size: 14px;
  padding-left: 18px;
  margin-bottom: 16px;
}

.age-list li {
  margin-bottom: 8px;
}

.age-checkbox {
  display: flex;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 20px;
}

#age-yes:disabled {
  background: #999;
  cursor: not-allowed;
  opacity: 0.7;
}
#age-yes {
  background: #111;
  color: #fff;
  opacity: 1;
  transition: all 0.2s ease;
}

#age-yes:disabled {
  background: #bdbdbd;
  color: #fff;
  cursor: not-allowed;
  opacity: 0.7;
}
.age-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  margin: 18px 0 24px;
}

.age-checkbox input {
  margin-top: 2px;
}
.age-list {
  list-style-position: inside;
  padding-left: 0;
  text-align: left;
  font-size: 14px;
}

.age-list li {
  margin-bottom: 10px;
}
