  /* W*nder relaunch custom styles */

  /* ── Shop page — featured products section ── */
  .page-section.section-featured-products {
    margin-top: 78px !important;
    height: 65vh;
  }
  .page-section.section-featured-products .section-row {
    min-height: 65vh;
  }
  .page-section.section-featured-products .image-column > div {
    max-width: 1000px;
  }
  .page-section.section-featured-products .image-column .spinner-badge {
    bottom: 0px;
    left: 20px;
    max-width: 120px;
  }

  /* ── Rotating text font size ── */
  .page-section.section-rotating-text .rotating-text .h1 {
    font-size: clamp(2.5rem, 8vw, 6rem) !important;
    line-height: 1.5 !important;
    font-family: 'Krona One', sans-serif !important;
  }

  /* ── Single product page — product banner ── */
  #product-banner .image-column {
    max-width: 50%;
    width: 50%;
  }
  #product-banner .col-sm-6 {
    overflow: visible;
  }
  #product-banner .text-column {
    width: 50%;
  }
  #product-banner .image-column > div img {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
  }
  #product-banner .image-column .spinner-badge {
    bottom: 40px;
    left: 50px;
    max-width: 120px;
  }
  #product-banner .text-column h1 {
    font-size: 4.5rem;
  }

  /* ── Hero homepage spacing ── */
  #page > section.page-section.section-full-width-image > img {
    margin-top: 20px;
  }

  /* ── Product text spacing ── */
  .product-description {
    margin: 0 0 32px !important;
    font-size: 18px;
    line-height: 1.6;
  }

  /* ── Price + quantity: stacked, left-aligned ── */
  #product-banner .add-to-cart-form,
  #product-banner .variations_form {
    text-align: left;
  }
  #product-banner .add-to-cart-form .top-row,
  #product-banner .variations_form .top-row {
    display: block;
    margin: 0 0 64px;
    text-align: left;
  }
  #product-banner .add-to-cart-form .top-row .sep,
  #product-banner .variations_form .top-row .sep {
    display: none;
  }
  #product-banner .add-to-cart-form .top-row .row-field,
  #product-banner .variations_form .top-row .row-field {
    width: auto;
    max-width: 280px;
    margin: 0 0 32px 0;
    text-align: left;
  }
  #product-banner .add-to-cart-form .top-row .row-field:last-child,
  #product-banner .variations_form .top-row .row-field:last-child {
    margin-bottom: 0;
  }

  /* ── Reduce spacing between homepage sections ── */
  body.home .page-section.section-rotating-text {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  body.home .page-section.section-products-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.home .page-section.section-small-text-and-image {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  body.home .page-section.section-cta {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  @media (max-width: 767px) {
    body.home .page-section.section-rotating-text {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    body.home .page-section.section-products-grid {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    body.home .page-section.section-small-text-and-image {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    body.home .page-section.section-cta {
      padding-top: 60px;
      padding-bottom: 60px;
    }
  }

  /* Products grid — match title and price sizes *?
  .section-products-grid article h5 {
    font-size: 24px !important;
  }
  .section-products-grid article .total-price {
    font-size: 24px !important;
  }

 /* Products grid — reduce gap between title and image */
  .section-products-grid article .product-image {
    margin-top: 20px !important;
  }

/* Hide static product meter */
 .fixed-meter {
      display: none !important;
  }
 
/*Header Background*/
#header #navigation-row {
      background-color: #ffffff;
  }

  /* Checkout — make the text cursor visible in form fields (caret was invisible) */
  form.checkout input[type="text"],
  form.checkout input[type="email"],
  form.checkout input[type="tel"],
  form.checkout input[type="password"],
  form.checkout input[type="number"],
  form.checkout input[type="search"],
  form.checkout textarea,
  form.checkout select {
    caret-color: #04284c !important;
  }

  /* Checkout — stop the "New customer?" box from floating absolutely over the
     billing fields. The theme's SCSS positions .new-customer-wrapper absolute
     at top:0 on desktop, which overlays right-column billing fields and blocks
     clicks. Flatten it so it flows normally above the billing fields. */
  #customer_details .new-customer-wrapper {
    position: static !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    float: none !important;
  }
  #customer_details .new-customer-row + .woocommerce-billing-fields {
    margin-top: 32px !important;
  }

  /* Checkout — hide the redundant "Have a coupon? Click here" toggle
     since the coupon field is already visible */
  .woocommerce-form-coupon-toggle {
    display: none !important;
  }

  /* Cart — hide the "Shipping to ADDRESS" destination text
     and the calculator form (flat-rate only, no customer-editable address) */
  body.woocommerce-cart .woocommerce-shipping-destination,
  body.woocommerce-cart .woocommerce-shipping-calculator,
  body.woocommerce-cart .shipping-calculator-button,
  body.woocommerce-cart .shipping-calculator-form {
    display: none !important;
  }


  /* ── Homepage hero carousel ── */
  .section-hero-carousel { position: relative; }
  .section-hero-carousel .swiper-slide {
    position: relative;
    aspect-ratio: 1713 / 960;
    overflow: hidden;
  }
  .section-hero-carousel .hero-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .section-hero-carousel .hero-slide-cta {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .section-hero-carousel .swiper-pagination {
    bottom: 16px !important;
  }
  .section-hero-carousel .swiper-pagination-bullet {
    background: #04284C;
    opacity: 0.4;
    width: 10px;
    height: 10px;
  }
  .section-hero-carousel .swiper-pagination-bullet-active {
    opacity: 1;
  }
  @media (max-width: 767px) {
    .section-hero-carousel .hero-slide-cta { bottom: 6%; }
    .section-hero-carousel .hero-slide-cta .button { padding: 8px 16px; font-size: 14px; }
  }

  /* ── Sticky header — keep visible during scroll ── */
  body.scrolled.scrolled-down #header {
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* ── Footer social-links spacing — pull up close to newsletter button ── */
  footer .text-columns .column .social-links {
    margin-top: -240px !important;
    padding-top: 0 !important;
  }

  @media (max-width: 767px) {
    footer .text-columns .column .social-links {
      margin-top: 20px !important;
      padding-top: 0 !important;
    }
  }