/*   
Theme Name: Bust Of Life
Theme URI: https://www.burstoflife.com/
Description: sdsdsdsd.
Author URI: https://www.linkedin.com/in/alfredomercedes/
Version: 1.0
*/
/* CSS RESET*/

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
}

.font-display {
  font-family: "Prompt", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}
.container {
  max-width: 1200px;
}

uL,
ol,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  font-style: normal;
  font-weight: 600;
}

h1 {
  font-size: 5.222rem;
  /*94px*/
}

h2 {
  font-size: 2.889rem;
  /*52px*/
}

h3 {
  font-size: 1.333rem;
  /*24px*/
}

h4 {
  font-size: 1.111rem;
  /*20px*/
}

h5 {
  font-size: 1.777rem;
  /*31.98px*/
}

h6 {
  font-size: 1.333rem;
  /*23.99px*/
}

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

body {
  font-family: "Inter", sans-serif;
}

.font-display {
  font-family: "Prompt", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

/* Using Tailwind's max-w-7xl (80rem) instead of custom rule */

/* Testimonial Carousel Styles */
.carousel-btn {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  padding: 0;
  transition: box-shadow 0.2s;
}
.carousel-btn:focus {
  box-shadow: 0 0 0 3px #000;
}
.testimonial-slide {
  transition: opacity 0.5s;
  min-height: 320px;
}
@media (max-width: 900px) {
  .testimonial-slide > div {
    font-size: 2rem !important;
    line-height: 2.2rem !important;
  }
}

.hero-text {
  font-size: 9.5rem;
  line-height: 0.9;
}

.subheading-text {
  font-size: 5.5625rem;
  line-height: 5.0075rem;
}

.body-text {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.leading-tight {
  line-height: 0.9;
}

.h-24 {
  height: 12rem;
}

@media (max-width: 768px) {
  .hero-text {
    font-size: 4rem;
    line-height: 0.9;
  }

  .subheading-text {
    font-size: 2.5rem;
    line-height: 2.2rem;
  }
}

/*
Theme Name: Burst of Life
Description: A WordPress theme for Burst of Life
Version: 1.0
*/

/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Prompt:wght@400;700;900&display=swap");

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  color: #333;
}

/* Typography */
.font-display {
  font-family: "Prompt", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

/* WooCommerce Cart & Checkout Styling */
.woocommerce .woocommerce-notices-wrapper {
  margin-bottom: 2rem;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  border: 1px solid;
}

.woocommerce .woocommerce-error {
  background-color: #fef1f2;
  border-color: #fca5a5;
  color: #991b1b;
}

.woocommerce .woocommerce-info {
  background-color: #dbeafe;
  border-color: #93c5fd;
  color: #1e40af;
}

.woocommerce .woocommerce-message {
  background-color: #d1fae5;
  border-color: #6ee7b7;
  color: #065f46;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-info .button {
  margin-top: 0 !important;
}

/* Address Section Headlines */
.woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address h2,
.woocommerce-MyAccount-content .woocommerce-Address-title h2 {
  text-align: left !important;
}

.woocommerce-MyAccount-content .woocommerce-Address-title.title {
  text-align: left !important;
}

.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses h2 {
  text-align: left !important;
}

/* Cart Table Styling */
.woocommerce-cart-form {
  background: white;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  margin-bottom: 2rem;
}

.woocommerce table.cart {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.woocommerce table.cart th,
.woocommerce table.cart td {
  padding: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: middle;
}

.woocommerce table.cart th {
  background-color: #f9fafb;
  font-weight: 600;
  color: #374151;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}

.woocommerce table.cart .product-thumbnail img {
  border-radius: 8px;
  max-width: 80px;
  height: auto;
}

.woocommerce table.cart .product-name a {
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  font-size: 1.125rem;
}

.woocommerce table.cart .product-name a:hover {
  color: #3b82f6;
}

.woocommerce table.cart .product-price {
  font-weight: 600;
  font-size: 1.125rem;
  color: #111827;
}

.woocommerce table.cart .product-subtotal {
  font-weight: 700;
  font-size: 1.25rem;
  color: #111827;
}

/* Quantity Input */
.woocommerce .quantity input.qty {
  width: 80px;
  height: 48px;
  text-align: center;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
}

/* Update Cart Button */
.woocommerce button[name="update_cart"] {
  background-color: #111827;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.woocommerce button[name="update_cart"]:hover {
  background-color: #374151;
}

/* Remove Item */
.woocommerce .product-remove a {
  color: #ef4444;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.woocommerce .product-remove a:hover {
  background-color: #fef2f2;
  color: #dc2626;
}

/* Cart Totals */
.cart-collaterals {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.woocommerce .cart_totals {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 2rem;
}

.woocommerce .cart_totals h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.5rem;
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
}

.woocommerce .cart_totals table {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce .cart_totals table th,
.woocommerce .cart_totals table td {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.woocommerce .cart_totals table th {
  text-align: left;
  font-weight: 500;
  color: #6b7280;
}

.woocommerce .cart_totals table td {
  text-align: right;
  font-weight: 600;
  color: #111827;
}

.woocommerce .cart_totals .order-total th,
.woocommerce .cart_totals .order-total td {
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 2px solid #111827;
  color: #111827;
}

/* Proceed to Checkout Button */
.woocommerce .wc-proceed-to-checkout .checkout-button {
  display: block;
  width: 100%;
  background-color: #ffd600;
  color: #111827;
  border: 2px solid #111827;
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 1.125rem;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 4px 0 #111827;
  transition: all 0.3s ease;
  margin-top: 1.5rem;
}

.woocommerce .wc-proceed-to-checkout .checkout-button:hover {
  background-color: #ffc107;
  transform: translateY(2px);
  box-shadow: 0 2px 0 #111827;
}

/* Coupon Form */
.woocommerce form.checkout_coupon,
.woocommerce .coupon {
  background-color: #fff9c4;
  padding: 2rem;
  border-radius: 12px;
  margin-bottom: 2rem;
}

.woocommerce .coupon h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
}

.woocommerce .coupon input[type="text"] {
  flex: 1;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 9999px;
  font-size: 1rem;
  margin-right: 0.75rem;
}

.woocommerce .coupon button {
  background-color: #111827;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.woocommerce .coupon button:hover {
  background-color: #374151;
}

/* Empty Cart */
.woocommerce .cart-empty {
  text-align: center;
  padding: 4rem 2rem;
}

.woocommerce .cart-empty p {
  font-size: 1.5rem;
  color: #6b7280;
  margin-bottom: 2rem;
}

.woocommerce .return-to-shop a {
  display: inline-block;
  background-color: #ffd600;
  color: #111827;
  border: 2px solid #111827;
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 4px 0 #111827;
  transition: all 0.3s ease;
}

.woocommerce .return-to-shop a:hover {
  background-color: #ffc107;
  transform: translateY(2px);
  box-shadow: 0 2px 0 #111827;
}

/* Checkout Styling */
.woocommerce .checkout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 3rem;
}

.woocommerce .checkout .col-1 {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 2rem;
}

.woocommerce .checkout .col-2 {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 2rem;
  position: sticky;
  top: 2rem;
  height: fit-content;
}

.woocommerce .checkout h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1.5rem;
  font-family: "Prompt", sans-serif;
  text-transform: uppercase;
}

/* Form Fields */
.woocommerce .form-row {
  margin-bottom: 1.5rem;
}

.woocommerce .form-row label {
  display: block;
  font-weight: 600;
  color: #374151;
  margin-bottom: 0.5rem;
}

.woocommerce .form-row label .required {
  color: #ef4444;
}

.woocommerce .form-row input[type="text"],
.woocommerce .form-row input[type="email"],
.woocommerce .form-row input[type="tel"],
.woocommerce .form-row select,
.woocommerce .form-row textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.woocommerce .form-row input:focus,
.woocommerce .form-row select:focus,
.woocommerce .form-row textarea:focus {
  outline: none;
  border-color: #111827;
  box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.1);
}

/* Place Order Button */
.woocommerce #place_order {
  width: 100%;
  background-color: #ffd600;
  color: #111827;
  border: 2px solid #111827;
  padding: 1rem 2rem;
  border-radius: 9999px;
  font-weight: 700;
  font-size: 1.125rem;
  text-transform: uppercase;
  box-shadow: 0 4px 0 #111827;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 1.5rem;
}

.woocommerce #place_order:hover {
  background-color: #ffc107;
  transform: translateY(2px);
  box-shadow: 0 2px 0 #111827;
}

/* Order Review */
.woocommerce-checkout-review-order-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
}

.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e7eb;
}

.woocommerce-checkout-review-order-table th {
  text-align: left;
  font-weight: 600;
  color: #374151;
}

.woocommerce-checkout-review-order-table td {
  text-align: right;
  font-weight: 600;
  color: #111827;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
  font-size: 1.25rem;
  font-weight: 700;
  border-bottom: 2px solid #111827;
  color: #111827;
}

/* Payment Methods */
.woocommerce #payment {
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 1.5rem;
}

.woocommerce #payment ul.payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce #payment ul.payment_methods li {
  border-bottom: 1px solid #e5e7eb;
}

.woocommerce #payment ul.payment_methods li:last-child {
  border-bottom: none;
}

.woocommerce #payment ul.payment_methods li label {
  display: block;
  padding: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.woocommerce #payment ul.payment_methods li label:hover {
  background-color: #f9fafb;
}

.woocommerce #payment div.payment_box {
  background-color: #f9fafb;
  padding: 1rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.875rem;
  color: #6b7280;
}

/* Responsive Design */
@media (max-width: 768px) {
  .cart-collaterals {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .woocommerce .checkout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .woocommerce table.cart th,
  .woocommerce table.cart td {
    padding: 1rem 0.5rem;
    font-size: 0.875rem;
  }

  .woocommerce table.cart .product-thumbnail {
    display: none;
  }
}

/* Product Grid Styling */
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products li.product {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin: 1rem 0 0.5rem 0;
}

.woocommerce ul.products li.product .price {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1rem;
}

.woocommerce ul.products li.product .button {
  background-color: #ffd600;
  color: #111827;
  border: 2px solid #111827;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  text-align: center;
  transition: all 0.3s ease;
}

.woocommerce ul.products li.product .button:hover {
  background-color: #ffc107;
}
/* Add to Cart Button - Burst of Life Style */
.woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .single_add_to_cart_button {
  background-color: #ffd600 !important;
  color: #111827 !important;
  border: 2px solid #111827 !important;
  padding: 1rem 2rem !important;
  border-radius: 9999px !important;
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  text-transform: uppercase !important;
  font-family: "Prompt", sans-serif !important;
  box-shadow: 0 4px 0 #111827 !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  cursor: pointer !important;
  margin: 0 !important;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:hover {
  background-color: #ffc107 !important;
  transform: translateY(2px) !important;
  box-shadow: 0 2px 0 #111827 !important;
}

/* Quantity Input Container */
.woocommerce div.product form.cart .quantity {
  margin: 0;
  display: inline-block;
  position: relative;
  background: white;
  border: 2px solid #d1d5db;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.3s ease;
  width: 144px;
  height: 52px;
}

.woocommerce div.product form.cart .quantity:hover {
  border-color: #111827;
}

/* Quantity Input Field */
.woocommerce div.product form.cart .quantity input[type="number"] {
  width: 144px;
  height: 52px;
  text-align: center;
  border: none;
  background: white;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Prompt", sans-serif;
  color: #111827 !important;
  padding: 0 40px !important;
  margin: 0;
  -moz-appearance: textfield; /* Firefox */
  position: relative;
  z-index: 1;
}

/* Hide default number input arrows */
.woocommerce
  div.product
  form.cart
  .quantity
  input[type="number"]::-webkit-outer-spin-button,
.woocommerce
  div.product
  form.cart
  .quantity
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce div.product form.cart .quantity input[type="number"]:focus {
  outline: none;
}

/* Proceed to Checkout Button - Burst of Life Style */
.wc-block-cart__submit-container .wc-block-cart__submit-button,
.wc-block-components-button.wc-block-cart__submit-button {
  background-color: #ffd600 !important;
  color: #111827 !important;
  border: 2px solid #111827 !important;
  padding: 1rem 2rem !important;
  border-radius: 9999px !important;
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  text-transform: uppercase !important;
  font-family: "Prompt", sans-serif !important;
  box-shadow: 0 4px 0 #111827 !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  cursor: pointer !important;
  margin: 0 !important;
  display: inline-block !important;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button:hover,
.wc-block-components-button.wc-block-cart__submit-button:hover {
  background-color: #ffc107 !important;
  transform: translateY(2px) !important;
  box-shadow: 0 2px 0 #111827 !important;
}

/* Proceed to Checkout Button Text */
.wc-block-cart__submit-button .wc-block-components-button__text {
  color: #111827 !important;
  font-weight: 700 !important;
  font-family: "Prompt", sans-serif !important;
  text-transform: uppercase !important;
}

/* Return to Cart Button - Burst of Life Style */
.wc-block-components-checkout-return-to-cart-button {
  background-color: #f3f4f6 !important;
  color: #111827 !important;
  border: 2px solid #111827 !important;
  padding: 1rem 2rem !important;
  border-radius: 9999px !important;
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  text-transform: uppercase !important;
  font-family: "Prompt", sans-serif !important;
  box-shadow: 0 4px 0 #111827 !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  cursor: pointer !important;
  margin: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

.wc-block-components-checkout-return-to-cart-button:hover {
  background-color: #e5e7eb !important;
  transform: translateY(2px) !important;
  box-shadow: 0 2px 0 #111827 !important;
}

.wc-block-components-checkout-return-to-cart-button svg {
  fill: #111827 !important;
  width: 20px !important;
  height: 20px !important;
}

/* Place Order Button - Burst of Life Style */
.wc-block-components-checkout-place-order-button,
.wc-block-components-button.wc-block-components-checkout-place-order-button {
  background-color: #ffd600 !important;
  color: #111827 !important;
  border: 2px solid #111827 !important;
  padding: 1rem 2rem !important;
  border-radius: 9999px !important;
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  text-transform: uppercase !important;
  font-family: "Prompt", sans-serif !important;
  box-shadow: 0 4px 0 #111827 !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  cursor: pointer !important;
  margin: 0 !important;
  display: inline-block !important;
}

.wc-block-components-checkout-place-order-button:hover,
.wc-block-components-button.wc-block-components-checkout-place-order-button:hover {
  background-color: #ffc107 !important;
  transform: translateY(2px) !important;
  box-shadow: 0 2px 0 #111827 !important;
}

/* Place Order Button Text */
.wc-block-components-checkout-place-order-button
  .wc-block-components-button__text,
.wc-block-components-checkout-place-order-button
  .wc-block-components-checkout-place-order-button__text {
  color: #111827 !important;
  font-weight: 700 !important;
  font-family: "Prompt", sans-serif !important;
  text-transform: uppercase !important;
}

/* Checkout Actions Row */
.wc-block-checkout__actions_row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-top: 2rem !important;
}

/* Checkout Order Summary - Remove Border */
.wp-block-woocommerce-checkout-order-summary-block,
.wc-block-components-checkout-order-summary {
  border: none !important;
}

.wc-block-components-checkout-order-summary__content {
  border: none !important;
}

.wc-block-components-order-summary {
  border: none !important;
}

/* Cart Page Styling - Burst of Life Theme */

/* Cart Table */
.wc-block-cart-items {
  background: white !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
  overflow: hidden !important;
  border: 1px solid #e5e7eb !important;
}

.wc-block-cart-items__header {
  background: #f9fafb !important;
  border-bottom: 2px solid #e5e7eb !important;
}

.wc-block-cart-items__header th {
  padding: 1.5rem 1rem !important;
  font-family: "Prompt", sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  text-transform: uppercase !important;
  color: #111827 !important;
  letter-spacing: 0.05em !important;
}

.wc-block-cart-items__row {
  border-bottom: 1px solid #f3f4f6 !important;
}

.wc-block-cart-items__row:last-child {
  border-bottom: none !important;
}

.wc-block-cart-items__row td {
  padding: 2rem 1rem !important;
  vertical-align: middle !important;
}

/* Product Image */
.wc-block-cart-item__image img {
  border-radius: 12px !important;
  width: 80px !important;
  height: 80px !important;
  object-fit: cover !important;
}

/* Product Name */
.wc-block-components-product-name {
  font-family: "Prompt", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  color: #111827 !important;
  text-decoration: none !important;
  margin-bottom: 0.5rem !important;
  display: block !important;
}

.wc-block-components-product-name:hover {
  color: #ffd600 !important;
}

/* Product Price */
.wc-block-cart-item__prices .wc-block-components-product-price__value,
.wc-block-cart-item__total .wc-block-components-product-price__value {
  font-family: "Prompt", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.125rem !important;
  color: #111827 !important;
}

/* Quantity Selector */
.wc-block-components-quantity-selector {
  display: flex !important;
  align-items: center !important;
  border: 2px solid #d1d5db !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: white !important;
  margin-bottom: 1rem !important;
}

.wc-block-components-quantity-selector__input {
  border: none !important;
  background: white !important;
  text-align: center !important;
  font-family: "Prompt", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  color: #111827 !important;
  width: 60px !important;
  height: 40px !important;
  padding: 0 !important;
}

.wc-block-components-quantity-selector__input:focus {
  outline: none !important;
}

.wc-block-components-quantity-selector__button {
  background: #f9fafb !important;
  border: none !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  font-size: 1.25rem !important;
  color: #111827 !important;
  transition: background-color 0.2s ease !important;
}

.wc-block-components-quantity-selector__button:hover {
  background: #e5e7eb !important;
}

/* Remove Item Button */
.wc-block-cart-item__remove-link {
  background: none !important;
  border: none !important;
  color: #ef4444 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem !important;
  text-decoration: underline !important;
  cursor: pointer !important;
  padding: 0 !important;
}

.wc-block-cart-item__remove-link:hover {
  color: #dc2626 !important;
}

/* Cart Sidebar */
.wc-block-components-sidebar {
  background: white !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
  padding: 2rem !important;
  border: 1px solid #e5e7eb !important;
}

/* Cart Totals Title */
.wc-block-cart__totals-title {
  font-family: "Prompt", sans-serif !important;
  font-weight: 900 !important;
  font-size: 1.5rem !important;
  color: #111827 !important;
  text-transform: uppercase !important;
  margin-bottom: 1.5rem !important;
  padding-bottom: 1rem !important;
  border-bottom: 2px solid #e5e7eb !important;
}

/* Totals Items */
.wc-block-components-totals-item {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 1rem 0 !important;
  border-bottom: 1px solid #f3f4f6 !important;
}

.wc-block-components-totals-item__label {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  color: #111827 !important;
  font-size: 1rem !important;
}

.wc-block-components-totals-item__value {
  font-family: "Prompt", sans-serif !important;
  font-weight: 700 !important;
  color: #111827 !important;
  font-size: 1rem !important;
}

/* Total Footer Item */
.wc-block-components-totals-footer-item {
  border-bottom: none !important;
  padding-top: 1.5rem !important;
  margin-top: 1rem !important;
  border-top: 2px solid #e5e7eb !important;
}

.wc-block-components-totals-footer-item
  .wc-block-components-totals-item__label {
  font-family: "Prompt", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  text-transform: uppercase !important;
}

.wc-block-components-totals-footer-item
  .wc-block-components-totals-item__value {
  font-size: 1.5rem !important;
  font-weight: 900 !important;
}

/* Collapsible Panels */
.wc-block-components-panel__button {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 1rem 0 !important;
  border: none !important;
  background: none !important;
  cursor: pointer !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  color: #111827 !important;
  font-size: 1rem !important;
}

.wc-block-components-panel__button:hover {
  color: #ffd600 !important;
}

.wc-block-components-panel__button-icon {
  fill: #111827 !important;
  transition: transform 0.2s ease !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .wc-block-cart-items__header th:first-child {
    display: none !important;
  }

  .wc-block-cart-item__image {
    display: none !important;
  }
}

/* Shop Page Styling - Burst of Life Theme */

/* Shop Page Title */
.page-title {
  font-family: "Prompt", sans-serif !important;
  font-weight: 900 !important;
  font-size: 3rem !important;
  color: #111827 !important;
  text-transform: uppercase !important;
  margin-bottom: 3rem !important;
  text-align: center !important;
  letter-spacing: 0.05em !important;
}

/* Shop Header Controls */
.woocommerce-result-count {
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem !important;
  color: #6b7280 !important;
  margin-bottom: 1.5rem !important;
  font-weight: 500 !important;
}

.woocommerce-ordering {
  margin-bottom: 2.5rem !important;
}

.woocommerce-ordering select.orderby {
  background: white !important;
  border: 2px solid #d1d5db !important;
  border-radius: 8px !important;
  padding: 0.75rem 1rem !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  color: #111827 !important;
  font-size: 0.875rem !important;
  cursor: pointer !important;
  transition: border-color 0.3s ease !important;
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e") !important;
  background-position: right 0.75rem center !important;
  background-repeat: no-repeat !important;
  background-size: 1.25em 1.25em !important;
  padding-right: 2.5rem !important;
}

.woocommerce-ordering select.orderby:focus {
  outline: none !important;
  border-color: #ffd600 !important;
  box-shadow: 0 0 0 3px rgba(255, 214, 0, 0.1) !important;
}

.woocommerce-ordering select.orderby:hover {
  border-color: #111827 !important;
}

/* Shop Header Layout */
.woocommerce-result-count,
.woocommerce-ordering {
  display: inline-block !important;
}

/* Product Grid Improvements */
.woocommerce ul.products {
  margin-top: 2rem !important;
  margin-bottom: 4rem !important;
}

.woocommerce ul.products li.product {
  margin-bottom: 3rem !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.woocommerce ul.products li.product:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

/* Product Images */
.woocommerce ul.products li.product img {
  border-radius: 12px !important;
  transition: transform 0.3s ease !important;
}

.woocommerce ul.products li.product:hover img {
  transform: scale(1.02) !important;
}

/* Product Titles */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "Prompt", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  color: #111827 !important;
  margin: 1.25rem 0 0.75rem 0 !important;
  line-height: 1.3 !important;
  text-align: center !important;
}

/* Product Prices */
.woocommerce ul.products li.product .price {
  font-family: "Prompt", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.375rem !important;
  color: #111827 !important;
  margin-bottom: 2rem !important;
  text-align: center !important;
  display: block !important;
}

.woocommerce ul.products li.product .price .woocommerce-Price-amount {
  font-size: 1.375rem !important;
}

/* Product Links */
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  text-decoration: none !important;
  display: block !important;
}

/* Shop Container */
.max-w-6xl {
  padding: 2rem 1rem !important;
}

/* Responsive Improvements */
@media (max-width: 768px) {
  .page-title {
    font-size: 2.5rem !important;
    margin-bottom: 2rem !important;
  }

  .woocommerce ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem !important;
  }

  .woocommerce ul.products li.product {
    margin-bottom: 2rem !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.125rem !important;
  }

  .max-w-6xl {
    padding: 1.5rem 1rem !important;
  }
}

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

  .page-title {
    font-size: 2rem !important;
  }
}

/* My Account Page Styling - Burst of Life Theme */

/* Page Header */
.post-10 header h1 {
  font-family: "Prompt", sans-serif !important;
  font-weight: 900 !important;
  font-size: 3rem !important;
  color: #111827 !important;
  text-transform: uppercase !important;
  margin-bottom: 1rem !important;
  letter-spacing: 0.05em !important;
}

/* Breadcrumbs */
.breadcrumbs {
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem !important;
  color: #6b7280 !important;
  margin-bottom: 3rem !important;
}

.breadcrumbs a {
  color: #6b7280 !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

.breadcrumbs a:hover {
  color: #ffd600 !important;
}

/* Login Form Container */
.woocommerce-form-login {
  background: white !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
  padding: 3rem !important;
  border: 1px solid #e5e7eb !important;
  max-width: 500px !important;
  margin: 0 auto !important;
}

/* Form Title */
.woocommerce h2 {
  font-family: "Prompt", sans-serif !important;
  font-weight: 700 !important;
  font-size: 2rem !important;
  color: #111827 !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin-bottom: 2rem !important;
  letter-spacing: 0.05em !important;
}

/* Form Fields */
.woocommerce-form-row {
  margin-bottom: 1.5rem !important;
}

.woocommerce-form-row label {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  color: #111827 !important;
  display: block !important;
  margin-bottom: 0.5rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

.woocommerce-form-row label .required {
  color: #ef4444 !important;
}

/* Input Fields */
.woocommerce-Input,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="password"] {
  width: 100% !important;
  padding: 1rem !important;
  border: 2px solid #d1d5db !important;
  border-radius: 8px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  color: #111827 !important;
  background: white !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.woocommerce-Input:focus,
.woocommerce input[type="text"]:focus,
.woocommerce input[type="email"]:focus,
.woocommerce input[type="password"]:focus {
  outline: none !important;
  border-color: #ffd600 !important;
  box-shadow: 0 0 0 3px rgba(255, 214, 0, 0.1) !important;
}

/* Password Input Container */
.password-input {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

/* Password Field Specific Layout Fix */
.woocommerce-form-row:has(.password-input) {
  display: block !important;
}

.woocommerce-form-row:has(.password-input) label {
  display: block !important;
  margin-bottom: 0.5rem !important;
  width: 100% !important;
}

.password-input input {
  padding-right: 3rem !important;
}

.show-password-input {
  position: absolute !important;
  right: 0.75rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: transparent !important;
  border: none !important;
  color: #6b7280 !important;
  cursor: pointer !important;
  padding: 0.25rem !important;
  font-size: 1rem !important;
  width: 20px !important;
  height: 24px !important;
  min-width: 20px !important;
  min-height: 24px !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.show-password-input:hover {
  background: transparent !important;
  color: #6b7280 !important;
  transform: translateY(-50%) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.show-password-input:before {
  content: "👁" !important;
  font-size: 1.25rem !important;
  line-height: 0 !important;
  display: block !important;
  text-align: center;
}

/* Password Toggle - Active State (when password is visible) */
.show-password-input.display-password:before {
  content: "👁" !important;
  text-decoration: line-through !important;
}

/* Checkbox */
.woocommerce-form__label-for-checkbox {
  display: flex !important;
  align-items: center !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  color: #111827 !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  margin-bottom: 0 !important;
}

.woocommerce-form__input-checkbox {
  width: auto !important;
  margin-right: 0.5rem !important;
  margin-bottom: 0 !important;
}

/* Form Row with Button */
.form-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
}

/* Login Button */
.woocommerce-form-login__submit {
  background-color: #ffd600 !important;
  color: #111827 !important;
  border: 2px solid #111827 !important;
  padding: 1rem 2rem !important;
  border-radius: 9999px !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  font-family: "Prompt", sans-serif !important;
  box-shadow: 0 4px 0 #111827 !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  cursor: pointer !important;
  margin: 0 !important;
}

.woocommerce-form-login__submit:hover {
  background-color: #ffc107 !important;
  transform: translateY(2px) !important;
  box-shadow: 0 2px 0 #111827 !important;
}

/* Lost Password Link */
.woocommerce-LostPassword {
  text-align: center !important;
  margin-top: 2rem !important;
  margin-bottom: 0 !important;
}

.woocommerce-LostPassword a {
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem !important;
  color: #6b7280 !important;
  text-decoration: underline !important;
  transition: color 0.3s ease !important;
}

.woocommerce-LostPassword a:hover {
  color: #111827 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .post-10 header h1 {
    font-size: 2.5rem !important;
  }

  .woocommerce-form-login {
    padding: 2rem !important;
    margin: 0 1rem !important;
  }

  .form-row {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .woocommerce-form__label-for-checkbox {
    margin-bottom: 1rem !important;
  }
}

@media (max-width: 480px) {
  .post-10 header h1 {
    font-size: 2rem !important;
  }

  .woocommerce-form-login {
    padding: 1.5rem !important;
  }
}

/* My Account Logged-in Screens - Burst of Life Theme */

/* Account Layout */
.woocommerce:has(.woocommerce-MyAccount-navigation) {
  display: grid !important;
  grid-template-columns: 280px 1fr !important;
  gap: 3rem !important;
  align-items: start !important;
}

/* Account Navigation Sidebar */
.woocommerce-MyAccount-navigation {
  background: white !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
  padding: 2rem !important;
  border: 1px solid #e5e7eb !important;
  position: sticky !important;
  top: 2rem !important;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-MyAccount-navigation li {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #f3f4f6 !important;
}

.woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none !important;
}

.woocommerce-MyAccount-navigation a {
  display: block !important;
  padding: 1rem 0 !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: 0.875rem !important;
  color: #6b7280 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  transition: color 0.3s ease !important;
}

.woocommerce-MyAccount-navigation a:hover {
  color: #111827 !important;
}

.woocommerce-MyAccount-navigation .is-active a {
  color: #111827 !important;
  font-weight: 700 !important;
  position: relative !important;
}

.woocommerce-MyAccount-navigation .is-active a::before {
  content: "" !important;
  position: absolute !important;
  left: -2rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 4px !important;
  height: 100% !important;
  background: #ffd600 !important;
  border-radius: 2px !important;
}

/* Logout Link Special Styling */
.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #ef4444 !important;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  color: #dc2626 !important;
}

/* Account Content Area */
.woocommerce-MyAccount-content {
  background: white !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
  padding: 3rem !important;
  border: 1px solid #e5e7eb !important;
}

/* Account Content Typography */
.woocommerce-MyAccount-content p {
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  color: #374151 !important;
  margin-bottom: 1.5rem !important;
}

.woocommerce-MyAccount-content p:last-child {
  margin-bottom: 0 !important;
}

.woocommerce-MyAccount-content strong {
  color: #111827 !important;
  font-weight: 700 !important;
}

.woocommerce-MyAccount-content a {
  color: #6b7280 !important;
  text-decoration: underline !important;
  transition: color 0.3s ease !important;
}

.woocommerce-MyAccount-content a:hover {
  color: #ffd600 !important;
}

/* Account Dashboard Welcome Message */
.woocommerce-MyAccount-content p:first-child {
  background: #f9fafb !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  padding: 1.5rem !important;
  font-weight: 500 !important;
  margin-bottom: 2rem !important;
}

/* Account Content Headings */
.woocommerce-MyAccount-content h1,
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  font-family: "Prompt", sans-serif !important;
  font-weight: 700 !important;
  color: #111827 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  margin-bottom: 1.5rem !important;
}

.woocommerce-MyAccount-content h1 {
  font-size: 2rem !important;
}

.woocommerce-MyAccount-content h2 {
  font-size: 1.5rem !important;
}

.woocommerce-MyAccount-content h3 {
  font-size: 1.25rem !important;
}

/* Tables in Account Content */
.woocommerce-MyAccount-content table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin-bottom: 2rem !important;
  background: white !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.woocommerce-MyAccount-content table th,
.woocommerce-MyAccount-content table td {
  padding: 1rem !important;
  text-align: left !important;
  border-bottom: 1px solid #f3f4f6 !important;
}

.woocommerce-MyAccount-content table th {
  background: #f9fafb !important;
  font-family: "Prompt", sans-serif !important;
  font-weight: 700 !important;
  font-size: 0.875rem !important;
  color: #111827 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

.woocommerce-MyAccount-content table td {
  font-family: "Inter", sans-serif !important;
  font-size: 0.875rem !important;
  color: #374151 !important;
}

/* Forms in Account Content */
.woocommerce-MyAccount-content form {
  margin-bottom: 2rem !important;
}

.woocommerce-MyAccount-content .form-row {
  margin-bottom: 1.5rem !important;
}

.woocommerce-MyAccount-content label {
  font-family: "Inter", sans-serif !important;
  font-weight: 600 !important;
  font-size: 0.875rem !important;
  color: #111827 !important;
  display: block !important;
  margin-bottom: 0.5rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
}

.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content textarea,
.woocommerce-MyAccount-content select {
  width: 100% !important;
  padding: 1rem !important;
  border: 2px solid #d1d5db !important;
  border-radius: 8px !important;
  font-family: "Inter", sans-serif !important;
  font-size: 1rem !important;
  color: #111827 !important;
  background: white !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.woocommerce-MyAccount-content input:focus,
.woocommerce-MyAccount-content textarea:focus,
.woocommerce-MyAccount-content select:focus {
  outline: none !important;
  border-color: #ffd600 !important;
  box-shadow: 0 0 0 3px rgba(255, 214, 0, 0.1) !important;
}

/* Buttons in Account Content */
.woocommerce-MyAccount-content button:not(.show-password-input),
.woocommerce-MyAccount-content .button:not(.show-password-input) {
  background-color: #ffd600 !important;
  color: #111827 !important;
  border: 2px solid #111827 !important;
  padding: 1rem 2rem !important;
  border-radius: 9999px !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  text-transform: uppercase !important;
  font-family: "Prompt", sans-serif !important;
  box-shadow: 0 4px 0 #111827 !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  cursor: pointer !important;
  display: inline-block !important;
  margin-top: 2rem !important;
}

.woocommerce-MyAccount-content button:not(.show-password-input):hover,
.woocommerce-MyAccount-content .button:not(.show-password-input):hover {
  background-color: #ffc107 !important;
  transform: translateY(2px) !important;
  box-shadow: 0 2px 0 #111827 !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .woocommerce:has(.woocommerce-MyAccount-navigation) {
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
  }

  .woocommerce-MyAccount-navigation {
    position: static !important;
    order: 2 !important;
  }

  .woocommerce-MyAccount-content {
    order: 1 !important;
  }
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    padding: 1.5rem !important;
  }
  .hero-image-container {
    margin-top: 1rem !important;
  }
  .woocommerce-MyAccount-content {
    padding: 2rem !important;
  }

  .woocommerce-MyAccount-navigation .is-active a::before {
    left: -1.5rem !important;
  }
}

@media (max-width: 480px) {
  .woocommerce-MyAccount-navigation {
    padding: 1rem !important;
  }

  .woocommerce-MyAccount-content {
    padding: 1.5rem !important;
  }

  .woocommerce-MyAccount-navigation .is-active a::before {
    left: -1rem !important;
  }
}

/* No Orders Message Styling */
.woocommerce-message,
.woocommerce-info {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  gap: 1.5rem !important;
  padding: 2rem !important;
}

.woocommerce-message .button,
.woocommerce-info .button {
  margin-top: 0 !important;
}

/* ===== TABLE STYLING FOR BLOG POSTS ===== */

/* WordPress Block Table Wrapper */
.wp-block-table {
  margin: 2rem 0;
  overflow-x: auto;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  font-family: "Inter", sans-serif;
}

/* Table Headers */
.wp-block-table thead {
  background-color: #111827;
  color: white;
}

.wp-block-table thead th {
  padding: 1rem 1.5rem;
  text-align: left;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
}

/* Table Body */
.wp-block-table tbody tr {
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s ease;
}

.wp-block-table tbody tr:hover {
  background-color: #f9fafb;
}

.wp-block-table tbody tr:last-child {
  border-bottom: none;
}

.wp-block-table tbody td {
  padding: 1rem 1.5rem;
  vertical-align: top;
  border: none;
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Strong text in tables */
.wp-block-table tbody td strong {
  color: #111827;
  font-weight: 600;
}

/* Alternating row colors */
.wp-block-table tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

.wp-block-table tbody tr:nth-child(even):hover {
  background-color: #f1f5f9;
}

/* Fixed layout tables */
.wp-block-table table.has-fixed-layout {
  table-layout: fixed;
}

/* Responsive table styling */
@media (max-width: 768px) {
  .wp-block-table {
    margin: 1.5rem -1rem;
    border-radius: 0;
  }

  .wp-block-table table {
    border-radius: 0;
    min-width: 500px;
  }

  .wp-block-table thead th,
  .wp-block-table tbody td {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }
}

/* Special styling for highlighted tables */
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #fff9c4;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
  background-color: white;
}

.wp-block-table.is-style-stripes tbody tr:hover {
  background-color: #fef3a0;
}

/* Table in yellow background containers */
.has-pale-cyan-blue-background-color .wp-block-table table,
.bg-yellow-100 .wp-block-table table,
.bg-\[#FFF9C4\] .wp-block-table table {
  background-color: white;
  border: 2px solid #111827;
}

.has-pale-cyan-blue-background-color .wp-block-table thead,
.bg-yellow-100 .wp-block-table thead,
.bg-\[#FFF9C4\] .wp-block-table thead {
  background-color: #111827;
}

/* Table captions */
.wp-block-table figcaption {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.875rem;
  color: #6b7280;
  font-style: italic;
}

/* ===== RESPONSIVE NAVIGATION & MOBILE MENU ===== */

/* Custom responsive classes for 1257px breakpoint */
@media (min-width: 1257px) {
  .desktop-nav-left {
    display: flex;
  }
  .desktop-nav-right {
    display: flex;
  }
  .mobile-nav-toggle {
    display: none;
  }
  .mobile-nav-right {
    display: none !important;
  }
  .mobile-only {
    display: none !important;
  }
  .desktop-logo {
    width: 160px !important;
    height: 160px !important;
  }
  .mobile-nav-toggle {
    display: none !important;
  }
}

@media (max-width: 1256px) {
  .desktop-nav-left {
    display: none;
  }
  .desktop-nav-right {
    display: none;
  }
  .mobile-nav-toggle {
    display: flex;
  }
  .mobile-nav-right {
    display: flex;
  }
  .mobile-only {
    display: block;
  }
  .desktop-logo {
    width: 120px !important;
    height: 120px !important;
  }
}

/* Ensure mobile menu appears above everything */
#mobile-menu {
  z-index: 9999;
}

#mobile-menu-overlay {
  z-index: 9998;
}

/* Mobile menu animation improvements */
#mobile-menu {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
}

/* Mobile menu open state */
#mobile-menu.menu-open {
  transform: translateX(0);
}

/* Prevent body scroll when mobile menu is open */
body.mobile-menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* Mobile navigation link improvements */
#mobile-menu nav a {
  transition: all 0.2s ease;
  display: block;
  width: 100%;
}

#mobile-menu nav a:hover {
  transform: translateX(4px);
}

/* Mobile search form styling */
#mobile-search-form {
  animation: slideDown 0.3s ease-out;
}

#mobile-search-form.hidden {
  animation: slideUp 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

/* Header responsive improvements */
@media (max-width: 1256px) {
  /* Mobile header adjustments */
  header {
    padding: 1rem 1.5rem;
  }

  /* Logo size adjustment for mobile */
  header img {
    width: 100px !important;
    height: 100px !important;
  }

  /* Mobile icon spacing */
  .lg\\:hidden svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}

@media (max-width: 640px) {
  /* Smaller mobile devices */
  header {
    padding: 0.75rem 1rem;
  }

  header img {
    width: 80px !important;
    height: 80px !important;
  }

  /* Mobile menu width adjustment for small screens */
  #mobile-menu {
    width: 90vw;
    max-width: 320px;
  }

  /* Mobile navigation text size */
  #mobile-menu nav a {
    font-size: 1rem;
    padding: 0.75rem 1rem;
  }

  /* Mobile buy now button */
  #mobile-menu .mt-8 a {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
  }
}

/* Desktop search form positioning improvements */
@media (min-width: 1257px) {
  #search-form {
    min-width: 300px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 0.5rem;
    overflow: hidden;
  }

  #search-form form {
    background: white;
  }
}

/* Improve mobile cart badge positioning */
@media (max-width: 1256px) {
  .lg\\:hidden .relative .absolute {
    top: -8px;
    right: -8px;
    width: 1rem;
    height: 1rem;
    font-size: 0.6rem;
  }
}

/* Intermediate screen sizes - tighter spacing for desktop nav */
@media (min-width: 1257px) and (max-width: 1400px) {
  /* Reduce spacing between nav items */
  header .hidden.lg\\:flex.flex-1.justify-start.items-center.space-x-8 {
    gap: 1.5rem;
  }

  /* Slightly smaller nav text */
  header .hidden.lg\\:flex.flex-1.justify-start.items-center a {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
  }

  /* Reduce buy now button size */
  header .bg-\\[rgb\\(250\\,204\\,21\\)\\] {
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
  }
}

/* Large desktop screens - full spacing */
@media (min-width: 1401px) {
  header .hidden.lg\\:flex.flex-1.justify-start.items-center.space-x-8 {
    gap: 2rem;
  }
}

/* Mobile menu backdrop blur effect */
#mobile-menu-overlay {
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  display: none !important; /* Force hidden by default */
}

/* Only show overlay when mobile menu is actually open */
#mobile-menu-overlay.menu-overlay-active {
  display: block !important;
}

/* Ensure overlay is properly hidden on desktop */
@media (min-width: 1257px) {
  #mobile-menu-overlay {
    display: none !important;
  }
}

/* Smooth transitions for all interactive elements */
header button,
header a,
#mobile-menu button,
#mobile-menu a {
  transition: all 0.2s ease;
}

/* Focus states for accessibility */
header button:focus,
#mobile-menu button:focus,
#mobile-menu a:focus {
  outline: 2px solid #ffd600;
  outline-offset: 2px;
}

/* Active states for mobile menu items */
#mobile-menu nav a.active,
#mobile-menu nav a[aria-current="page"] {
  background-color: #111827;
  color: white;
}

/* Prevent text selection on menu buttons */
#mobile-menu-toggle,
#mobile-menu-close,
#mobile-search-toggle {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

/* Ensure proper stacking context */
header {
  position: relative;
  z-index: 100;
}

/* Mobile menu content scrolling for very small screens */
@media (max-height: 600px) {
  #mobile-menu > div {
    height: 100%;
    overflow-y: auto;
    padding-bottom: 2rem;
  }
}

/* ===== HERO BANNER RESPONSIVE STYLES ===== */

/* Hero section base styles */
.hero-section {
  position: relative;
  overflow: hidden;
}

/* Hero text responsive sizing */
.hero-text {
  font-size: clamp(2.5rem, 8vw, 6rem);
  line-height: 0.9;
  font-weight: 900;
  text-transform: uppercase;
}

/* Hero container responsive adjustments */
@media (min-width: 1257px) {
  /* Desktop hero */
  .hero-section {
    padding: 2rem 2rem 5rem;
  }

  .hero-text {
    font-size: 9rem;
    margin-bottom: 0;
  }

  /* Starburst positioning for desktop */
  .hero-starburst-zero {
    top: -3rem;
    right: -3rem;
    width: 120px;
    height: 120px;
  }

  .hero-starburst-plant {
    top: -2rem;
    left: -2.5rem;
    width: 120px;
    height: 120px;
  }

  /* Hero image container */
  .hero-image-container {
    margin-top: -4.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1256px) {
  /* Tablet hero */
  .hero-section {
    padding: 1.5rem 1.5rem 4rem;
  }

  .hero-text {
    font-size: clamp(6rem, 6vw, 4.5rem);
    margin-bottom: 0;
  }

  /* Starburst positioning for tablet */
  .hero-starburst-zero {
    top: -2rem;
    right: -2rem;
    width: 100px;
    height: 100px;
  }

  .hero-starburst-plant {
    top: -1.5rem;
    left: -2rem;
    width: 100px;
    height: 100px;
  }

  /* Starburst text sizing for tablet */
  .hero-starburst-zero text:first-of-type,
  .hero-starburst-plant text:first-of-type {
    font-size: 8px;
  }

  .hero-starburst-zero text:last-of-type,
  .hero-starburst-plant text:last-of-type {
    font-size: 10px;
  }

  /* Hero image container */
  .hero-image-container {
    margin-top: -3.5rem;
  }
}

@media (max-width: 767px) {
  /* Mobile hero */
  .hero-section {
    padding: 1rem 1rem 3rem;
  }

  .hero-text {
    font-size: clamp(2rem, 10vw, 3rem);
    margin-bottom: 1rem;
    line-height: 1.1;
  }

  /* Starburst positioning for mobile */
  .hero-starburst-zero {
    top: -1rem;
    right: -1rem;
    width: 80px;
    height: 80px;
  }

  .hero-starburst-plant {
    top: -0.5rem;
    left: -1rem;
    width: 80px;
    height: 80px;
  }

  /* Starburst text sizing for mobile */
  .hero-starburst-zero text:first-of-type,
  .hero-starburst-plant text:first-of-type {
    font-size: 6px;
  }

  .hero-starburst-zero text:last-of-type,
  .hero-starburst-plant text:last-of-type {
    font-size: 8px;
  }

  /* Hero image container */
  .hero-image-container {
    margin-top: -2rem;
  }

  /* Reduce image border radius on mobile */
  .hero-image-container > div {
    border-radius: 1.5rem;
  }
}

@media (max-width: 480px) {
  /* Small mobile hero */
  .hero-section {
    padding: 0.75rem 0.75rem 2rem;
  }

  .hero-text {
    font-size: clamp(1.75rem, 12vw, 2.5rem);
    margin-bottom: 1.5rem;
  }

  /* Smaller starbursts for very small screens */
  .hero-starburst-zero,
  .hero-starburst-plant {
    width: 70px;
    height: 70px;
  }

  .hero-starburst-zero {
    top: -0.5rem;
    right: -0.5rem;
  }

  .hero-starburst-plant {
    top: 0;
    left: -0.5rem;
  }

  /* Even smaller starburst text */
  .hero-starburst-zero text:first-of-type,
  .hero-starburst-plant text:first-of-type {
    font-size: 5px;
  }

  .hero-starburst-zero text:last-of-type,
  .hero-starburst-plant text:last-of-type {
    font-size: 7px;
  }

  /* Hero image container */
  .hero-image-container {
    margin-top: -1rem;
  }

  /* Smaller border radius */
  .hero-image-container > div {
    border-radius: 1rem;
  }
}

/* Starburst animation (optional enhancement) */
.hero-starburst-zero,
.hero-starburst-plant {
  transition: transform 0.3s ease;
}

.hero-starburst-zero:hover {
  transform: rotate(12deg) scale(1.05);
}

.hero-starburst-plant:hover {
  transform: rotate(-12deg) scale(1.05);
}

/* Hero image responsive enhancements */
.hero-image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Ensure proper stacking context */
.hero-image-container {
  position: relative;
  z-index: 10;
}

.hero-starburst-zero,
.hero-starburst-plant {
  position: absolute;
  z-index: 20;
  pointer-events: none; /* Prevent interference with other elements */
}

/* High DPI display optimizations */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero-text {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* ===== PROBLEM AREA BLOCK RESPONSIVE STYLES ===== */

/* Problem area section base styles */
.problem-area-block {
  position: relative;
  overflow-x: clip;
}

/* Decorative fork image responsive behavior */
.problem-area-fork {
  position: absolute;
  z-index: 10;
  user-select: none;
  pointer-events: none;
  max-width: none;
  transform: rotate(-4deg);
}

/* Problem area headline responsive sizing */
.problem-area-headline {
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 0.95;
  font-weight: 900;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}

/* Desktop styles (1257px+) */
@media (min-width: 1257px) {
  .problem-area-block {
    padding-top: 0;
    padding-bottom: 5rem;
  }

  /* Show decorative fork on desktop */
  .problem-area-fork {
    display: block;
    top: -20rem;
    left: 0;
    width: 25rem;
  }

  .problem-area-headline {
    font-size: 4rem;
    margin-top: 4rem;
    margin-bottom: 2.5rem;
  }

  /* Horizontal card layout */
  .problem-area-cards {
    flex-direction: row !important;
    gap: 0.75rem;
    margin-bottom: 2rem;
  }

  .problem-area-card {
    max-width: 20rem;
    padding: 2rem;
  }

  /* Body copy spacing */
  .problem-area-body {
    margin-top: 4rem !important;
    margin-bottom: 2rem !important;
    font-size: 1.125rem;
  }

  /* Card hover effects */
  .problem-area-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .problem-area-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  }
}

/* Tablet styles (768px - 1256px) */
@media (min-width: 768px) and (max-width: 1256px) {
  .problem-area-block {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  /* Hide decorative fork on tablet */
  .problem-area-fork {
    display: none !important;
  }

  .problem-area-headline {
    font-size: clamp(2.5rem, 5vw, 3.5rem) !important;
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
  }

  /* Horizontal card layout for tablet */
  .problem-area-cards {
    flex-direction: row !important;
    gap: 1rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
  }

  .problem-area-card {
    flex: 1;
    min-width: 220px !important;
    max-width: 280px !important;
    padding: 1.5rem !important;
  }

  .problem-area-card img {
    width: 80px !important;
    height: 80px !important;
  }

  .problem-area-body {
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
    font-size: 1.125rem !important;
  }
}

/* Mobile styles (max-width: 767px) */
@media (max-width: 767px) {
  .problem-area-block {
    padding-top: 0 !important;
    padding-bottom: 3rem !important;
  }

  /* Hide decorative fork on mobile */
  .problem-area-fork {
    display: none !important;
  }

  .problem-area-headline {
    font-size: clamp(1.75rem, 8vw, 2.5rem) !important;
    margin-top: 2rem !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.1 !important;
  }

  /* Vertical card layout for mobile */
  .problem-area-cards {
    flex-direction: column !important;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .problem-area-card {
    max-width: 100% !important;
    padding: 1.5rem !important;
    margin: 0 !important;
  }

  .problem-area-card img {
    width: 70px !important;
    height: 70px !important;
  }

  .problem-area-card .font-bold {
    font-size: 1rem !important;
  }

  .problem-area-card .text-base {
    font-size: 0.875rem !important;
  }

  .problem-area-body {
    margin-top: 2rem !important;
    margin-bottom: 1.5rem !important;
    font-size: 1rem !important;
    padding: 0 1rem !important;
  }
}

/* Small mobile styles (max-width: 480px) */
@media (max-width: 480px) {
  .problem-area-block {
    padding-bottom: 2rem !important;
  }

  .problem-area-headline {
    font-size: clamp(2.5rem, 10vw, 2rem) !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
    padding: 0 0.5rem !important;
  }

  .problem-area-cards {
    gap: 0.75rem;
    padding: 0 0.5rem;
  }

  .problem-area-card {
    padding: 1rem !important;
    border-radius: 0.75rem !important;
  }

  .problem-area-card img {
    width: 60px !important;
    height: 60px !important;
  }

  .problem-area-card .font-bold {
    font-size: 1.2rem !important;
    margin-bottom: 0.5rem !important;
  }

  .problem-area-card .text-base {
    font-size: 1rem !important;
    line-height: 1.4 !important;
  }

  .problem-area-body {
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
    font-size: 1.1rem !important;
    padding: 0 1rem !important;
  }

  /* Button adjustments for small mobile */
  .problem-area-block .bg-\[rgb\(250\,204\,21\)\] {
    padding: 0.75rem 1.5rem !important;
    font-size: 1rem !important;
  }
}

/* ===== COMPARISON TABLE RESPONSIVE STYLES ===== */

/* Comparison table section base styles */
.comparison-table-section {
  padding: 4rem 2rem;
}

/* Comparison table headline responsive sizing */
.comparison-table-headline {
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 0.95;
  font-weight: 900;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}

/* Table container with horizontal scroll */
.comparison-table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Base table styles */
.comparison-table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #111827;
  background: white;
  min-width: 600px; /* Ensure minimum width for readability */
}

/* Table header styles */
.comparison-table thead th {
  border: 1px solid #111827;
  padding: 1.5rem 1.5rem;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Table body styles */
.comparison-table tbody td {
  border: 1px solid #111827;
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* Desktop styles (1257px+) */
@media (min-width: 1257px) {
  .comparison-table-section {
    padding: 4rem 2rem;
  }

  .comparison-table-headline {
    font-size: 4rem;
    margin-top: 4rem;
    margin-bottom: 2.5rem;
  }

  .comparison-table {
    min-width: auto; /* Remove minimum width constraint */
  }

  .comparison-table thead th {
    padding: 1.5rem 2rem;
    font-size: 1rem;
  }

  .comparison-table tbody td {
    padding: 1.25rem 2rem;
    font-size: 1rem;
  }

  /* Feature column wider on desktop */
  .comparison-table th:first-child,
  .comparison-table td:first-child {
    width: 40%;
  }

  /* Product columns equal width */
  .comparison-table th:nth-child(2),
  .comparison-table td:nth-child(2),
  .comparison-table th:nth-child(3),
  .comparison-table td:nth-child(3) {
    width: 30%;
  }
}

/* Tablet styles (768px - 1256px) */
@media (min-width: 768px) and (max-width: 1256px) {
  .comparison-table-section {
    padding: 3rem 1.5rem;
  }

  .comparison-table-headline {
    font-size: clamp(2.5rem, 5vw, 3.5rem) !important;
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
  }

  .comparison-table thead th {
    padding: 1.25rem 1rem;
    font-size: 0.875rem;
  }

  .comparison-table tbody td {
    padding: 1rem;
    font-size: 0.875rem;
  }

  /* Adjust column widths for tablet */
  .comparison-table th:first-child,
  .comparison-table td:first-child {
    width: 45%;
  }

  .comparison-table th:nth-child(2),
  .comparison-table td:nth-child(2),
  .comparison-table th:nth-child(3),
  .comparison-table td:nth-child(3) {
    width: 27.5%;
  }
}

/* Mobile styles (max-width: 767px) */
@media (max-width: 767px) {
  .comparison-table-section {
    padding: 2rem 1rem !important;
  }

  .comparison-table-headline {
    font-size: clamp(1.75rem, 8vw, 2.5rem) !important;
    margin-top: 2rem !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.1 !important;
    padding: 0 0.5rem;
  }

  .comparison-table {
    min-width: 500px; /* Reduced minimum width for mobile */
  }

  .comparison-table thead th {
    padding: 1rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1.2;
  }

  .comparison-table tbody td {
    padding: 0.75rem;
    font-size: 0.8125rem;
  }

  /* Tighter column layout for mobile */
  .comparison-table th:first-child,
  .comparison-table td:first-child {
    width: 50%;
  }

  .comparison-table th:nth-child(2),
  .comparison-table td:nth-child(2),
  .comparison-table th:nth-child(3),
  .comparison-table td:nth-child(3) {
    width: 25%;
  }

  /* Smaller X icons on mobile */
  .comparison-table svg {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }
}

/* Small mobile styles (max-width: 480px) */
@media (max-width: 480px) {
  .comparison-table-section {
    padding: 1.5rem 0.75rem !important;
  }

  .comparison-table-headline {
    font-size: clamp(1.5rem, 10vw, 2rem) !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
    padding: 0 0.25rem;
  }

  .comparison-table {
    min-width: 362px; /* Further reduced for small mobile */
  }

  .comparison-table thead th {
    padding: 0.75rem 0.5rem;
    font-size: 0.6875rem;
    line-height: 1.1;
  }

  .comparison-table tbody td {
    padding: 0.625rem 0.5rem;
    font-size: 0.75rem;
  }

  /* Even smaller X icons */
  .comparison-table svg {
    width: 1rem !important;
    height: 1rem !important;
  }
}

/* Horizontal scroll indicators for mobile */
@media (max-width: 767px) {
  .comparison-table-container::after {
    box-shadow: none;
  }
}

/* Table header background colors */
.comparison-table-your-product {
  background-color: #fff9c4 !important;
}

.comparison-table-competitor {
  background-color: #fecaca !important; /* red-100 */
}

/* Table row hover effects (desktop only) */
@media (min-width: 1257px) {
  .comparison-table tbody tr:hover {
    background-color: #f9fafb;
  }

  .comparison-table tbody tr:hover .comparison-table-your-product {
    background-color: #fef3c7 !important; /* Slightly darker yellow on hover */
  }
}

/* Ensure proper text alignment */
.comparison-table th:first-child,
.comparison-table td:first-child {
  text-align: left;
}

.comparison-table th:not(:first-child),
.comparison-table td:not(:first-child) {
  text-align: center;
}

/* Improve readability with better contrast */
.comparison-table th {
  color: #111827;
}

.comparison-table td {
  color: #111827;
}

/* Container max-width responsive adjustments */
@media (min-width: 1257px) {
  .comparison-table-section .max-w-4xl {
    max-width: 56rem; /* Slightly wider on desktop */
  }
}

@media (max-width: 767px) {
  .comparison-table-section .max-w-4xl {
    max-width: 100%;
    padding: 0;
  }
}

/* ===== PRODUCT OF THE MONTH RESPONSIVE STYLES ===== */

/* Product of the month section base styles */
.product-of-month-section {
  padding: 3rem 2rem;
}

/* Product of the month headline responsive sizing */
.product-of-month-headline {
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 0.95;
  font-weight: 900;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}

/* Product card container */
.product-of-month-card {
  border-radius: 0.75rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

/* Product layout container */
.product-of-month-layout {
  display: flex;
  flex-direction: column;
}

/* Product image section */
.product-of-month-image {
  position: relative;
  width: 100%;
  min-height: 300px;
}

/* Product details section */
.product-of-month-details {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Product title */
.product-of-month-title {
  font-size: clamp(1.5rem, 4vw, 3rem);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

/* Product price */
.product-of-month-price {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

/* Product description */
.product-of-month-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}

/* Buttons container */
.product-of-month-buttons {
  display: flex;
  gap: 0.75rem;
  margin-top: 2rem;
}

/* Individual button styling */
.product-of-month-button {
  flex: 1;
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  font-weight: 700;
  text-align: center;
  transition: all 0.2s ease;
}

/* NEW badge responsive */
.product-of-month-badge {
  position: absolute;
  width: 6rem;
  height: 6rem;
  right: -0.75rem;
  top: -0.75rem;
  z-index: 10;
}

/* Desktop styles (1257px+) */
@media (min-width: 1257px) {
  .product-of-month-section {
    padding: 3rem 2rem;
  }

  .product-of-month-headline {
    font-size: 4rem;
    margin-top: 4rem;
    margin-bottom: 2.5rem;
  }

  /* Horizontal layout on desktop */
  .product-of-month-layout {
    flex-direction: row;
  }

  .product-of-month-image {
    width: 50%;
    min-height: 400px;
  }

  .product-of-month-details {
    width: 50%;
    padding: 2.5rem;
  }

  .product-of-month-title {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }

  .product-of-month-price {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .product-of-month-description {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .product-of-month-buttons {
    gap: 1rem;
    margin-top: 2rem;
  }

  .product-of-month-button {
    padding: 0.75rem 1.5rem;
  }

  /* Badge positioning for desktop */
  .product-of-month-badge {
    width: 6rem;
    height: 6rem;
    right: 0;
    top: 0;
  }
}

/* Tablet styles (768px - 1256px) */
@media (min-width: 768px) and (max-width: 1256px) {
  .product-of-month-section {
    padding: 2.5rem 1.5rem;
  }

  .product-of-month-headline {
    font-size: clamp(2.5rem, 5vw, 3.5rem) !important;
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
  }

  /* Horizontal layout on tablet */
  .product-of-month-layout {
    flex-direction: row;
  }

  .product-of-month-image {
    width: 50%;
    min-height: 350px;
  }

  .product-of-month-details {
    width: 50%;
    padding: 2rem;
  }

  .product-of-month-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    margin-bottom: 0.5rem;
  }

  .product-of-month-price {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }

  .product-of-month-description {
    font-size: 0.9375rem;
    margin-bottom: 1.5rem;
  }

  .product-of-month-buttons {
    gap: 0.75rem;
    margin-top: 1.5rem;
  }

  .product-of-month-button {
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
  }

  /* Badge positioning for tablet */
  .product-of-month-badge {
    width: 5rem;
    height: 5rem;
    right: -0.5rem;
    top: -0.5rem;
  }

  .product-of-month-badge svg {
    width: 80px;
    height: 80px;
  }
}

/* Mobile styles (max-width: 767px) */
@media (max-width: 767px) {
  .product-of-month-section {
    padding: 2rem 1rem !important;
  }

  .product-of-month-headline {
    font-size: clamp(1.75rem, 8vw, 2.5rem) !important;
    margin-top: 2rem !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.1 !important;
    padding: 0 0.5rem;
  }

  /* Vertical layout on mobile */
  .product-of-month-layout {
    flex-direction: column;
  }

  .product-of-month-image {
    width: 100%;
    min-height: 250px;
    order: 1;
  }

  .product-of-month-details {
    width: 100%;
    padding: 1.5rem;
    order: 2;
  }

  .product-of-month-title {
    font-size: clamp(1.25rem, 6vw, 1.75rem);
    margin-bottom: 0.75rem;
    line-height: 1.3;
  }

  .product-of-month-price {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }

  .product-of-month-description {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }

  .product-of-month-buttons {
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }

  .product-of-month-button {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
  }

  /* Badge positioning for mobile */
  .product-of-month-badge {
    width: 4rem;
    height: 4rem;
    right: 0.5rem;
    top: 0.5rem;
  }

  .product-of-month-badge svg {
    width: 64px;
    height: 64px;
  }

  .product-of-month-badge text {
    font-size: 8px !important;
  }
}

/* Small mobile styles (max-width: 480px) */
@media (max-width: 480px) {
  .product-of-month-section {
    padding: 1.5rem 0.75rem !important;
  }

  .product-of-month-headline {
    font-size: clamp(1.5rem, 10vw, 2rem) !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
    padding: 0 0.25rem;
  }

  .product-of-month-image {
    min-height: 200px;
  }

  .product-of-month-details {
    padding: 1rem;
  }

  .product-of-month-title {
    font-size: clamp(1.125rem, 8vw, 1.5rem);
    margin-bottom: 0.5rem;
  }

  .product-of-month-price {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }

  .product-of-month-description {
    font-size: 0.8125rem;
    margin-bottom: 1rem;
  }

  .product-of-month-buttons {
    gap: 0.5rem;
    margin-top: 1rem;
  }

  .product-of-month-button {
    padding: 0.625rem 0.75rem;
    font-size: 0.8125rem;
  }

  /* Smaller badge for small mobile */
  .product-of-month-badge {
    width: 3.5rem;
    height: 3.5rem;
    right: 0.25rem;
    top: 0.25rem;
  }

  .product-of-month-badge svg {
    width: 56px;
    height: 56px;
  }

  .product-of-month-badge text {
    font-size: 7px !important;
  }
}

/* Image responsive behavior */
.product-of-month-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Background color variations */
.product-of-month-card.bg-cream {
  background-color: #fffceb;
}

.product-of-month-image.bg-yellow {
  background-color: #fde047;
}

/* Button hover effects */
.product-of-month-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Loading state for AJAX buttons */
.product-of-month-button.loading {
  opacity: 0.7;
  pointer-events: none;
}

/* Ensure proper text contrast */
.product-of-month-details {
  color: #111827;
}

/* Container max-width adjustments */
@media (min-width: 1257px) {
  .product-of-month-section .max-w-7xl {
    max-width: 80rem;
  }
}

@media (max-width: 767px) {
  .product-of-month-section .max-w-7xl {
    max-width: 100%;
    padding: 0;
  }
}

/* ===== TESTIMONIALS RESPONSIVE STYLES ===== */

/* Testimonials section base styles */
.testimonials-section {
  position: relative;
  padding: 5rem 1rem;
  overflow: hidden;
}

/* Testimonials container */
.testimonials-container {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Testimonials headline responsive sizing */
.testimonials-headline {
  font-size: clamp(2rem, 6vw, 4rem);
  line-height: 0.95;
  font-weight: 900;
  margin-top: 4rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  text-align: center;
}

/* Star rating responsive */
.testimonials-stars {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  letter-spacing: 0.1em;
}

/* Testimonial carousel container */
.testimonial-carousel {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
  padding-bottom: 4rem; /* Add space for controls */
}

/* Individual testimonial slide */
.testimonial-slide {
  width: 100%;
  text-align: center;
  padding: 0 1rem;
}

/* Quote text responsive sizing */
.testimonial-quote {
  font-size: clamp(1.5rem, 4vw, 3.5625rem);
  line-height: clamp(1.6rem, 4.2vw, 3.70625rem);
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2rem;
}

/* Attribution text responsive sizing */
.testimonial-attribution {
  font-size: clamp(0.875rem, 2.5vw, 1.25rem);
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-top: 2rem;
  line-height: 1.4;
}

/* Carousel controls */
.testimonial-controls {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  gap: 1rem;
  z-index: 10;
}

/* Carousel buttons */
.carousel-btn {
  width: 2rem;
  height: 2rem;
  border: none;
  background: none;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 50%;
}

.carousel-btn:hover {
  transform: scale(1.1);
}

.carousel-btn:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* Desktop styles (1257px+) */
@media (min-width: 1257px) {
  .testimonials-section {
    padding: 5rem 1rem;
  }

  .testimonials-headline {
    font-size: 4rem;
    margin-top: 4rem;
    margin-bottom: 2.5rem;
  }

  .testimonials-stars {
    font-size: 1.5rem;
    margin: 1rem 0;
  }

  .testimonial-carousel {
    padding-bottom: 4rem;
  }

  .testimonial-quote {
    font-size: 3.5625rem;
    line-height: 3.70625rem;
    padding: 0 2rem;
    margin-bottom: 2rem;
  }

  .testimonial-attribution {
    font-size: 1.25rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .testimonial-controls {
    bottom: 1rem;
    right: 2rem;
    gap: 1rem;
  }

  .carousel-btn {
    width: 2rem;
    height: 2rem;
  }

  .carousel-btn svg {
    width: 32px;
    height: 32px;
  }
}

/* Tablet styles (768px - 1256px) */
@media (min-width: 768px) and (max-width: 1256px) {
  .testimonials-section {
    padding: 4rem 1.5rem;
  }

  .testimonials-headline {
    font-size: clamp(2.5rem, 5vw, 3.5rem) !important;
    margin-top: 3rem !important;
    margin-bottom: 2rem !important;
  }

  .testimonials-stars {
    font-size: 1.375rem;
    margin: 1rem 0;
  }

  .testimonial-carousel {
    padding-bottom: 3.5rem;
  }

  .testimonial-quote {
    font-size: clamp(2rem, 5vw, 3rem);
    line-height: clamp(2.2rem, 5.5vw, 3.3rem);
    padding: 0 1.5rem;
    margin-bottom: 1.5rem;
  }

  .testimonial-attribution {
    font-size: clamp(1rem, 2.5vw, 1.125rem);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .testimonial-controls {
    bottom: 0.75rem;
    right: 1.5rem;
    gap: 0.75rem;
  }

  .carousel-btn {
    width: 1.75rem;
    height: 1.75rem;
  }

  .carousel-btn svg {
    width: 28px;
    height: 28px;
  }
}

/* Mobile styles (max-width: 767px) */
@media (max-width: 767px) {
  .testimonials-section {
    padding: 3rem 1rem !important;
  }

  .testimonials-headline {
    font-size: clamp(1.75rem, 8vw, 2.5rem) !important;
    margin-top: 2rem !important;
    margin-bottom: 1.5rem !important;
    line-height: 1.1 !important;
    padding: 0 0.5rem;
  }

  .testimonials-stars {
    font-size: 1.25rem;
    margin: 0.75rem 0;
    letter-spacing: 0.05em;
  }

  .testimonial-carousel {
    min-height: 250px;
    padding-bottom: 3rem;
  }

  .testimonial-slide {
    padding: 0 0.5rem;
  }

  .testimonial-quote {
    font-size: clamp(1.25rem, 6vw, 2rem) !important;
    line-height: clamp(1.4rem, 6.5vw, 2.2rem) !important;
    padding: 0 0.5rem;
    margin-bottom: 1.5rem;
  }

  .testimonial-attribution {
    font-size: clamp(0.75rem, 4vw, 1rem);
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.3;
    padding: 0 0.5rem;
  }

  /* Move controls to bottom center on mobile */
  .testimonial-controls {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    gap: 0.75rem;
  }

  .carousel-btn {
    width: 1.5rem;
    height: 1.5rem;
  }

  .carousel-btn svg {
    width: 24px;
    height: 24px;
  }
}

/* Small mobile styles (max-width: 480px) */
@media (max-width: 480px) {
  .testimonials-section {
    padding: 2rem 0.75rem !important;
  }

  .testimonials-headline {
    font-size: clamp(1.5rem, 10vw, 2rem) !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
    padding: 0 0.25rem;
  }

  .testimonials-stars {
    font-size: 1.125rem;
    margin: 0.5rem 0;
  }

  .testimonial-carousel {
    min-height: 200px;
    padding-bottom: 2.5rem;
  }

  .testimonial-slide {
    padding: 0 0.25rem;
  }

  .testimonial-quote {
    font-size: clamp(1.125rem, 8vw, 1.75rem) !important;
    line-height: clamp(1.3rem, 8.5vw, 1.9rem) !important;
    padding: 0 0.25rem;
    margin-bottom: 1rem;
  }

  .testimonial-attribution {
    font-size: clamp(0.6875rem, 5vw, 0.875rem);
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 0 0.25rem;
  }

  .testimonial-controls {
    bottom: 0.25rem;
    gap: 0.5rem;
  }

  .carousel-btn {
    width: 1.25rem;
    height: 1.25rem;
  }

  .carousel-btn svg {
    width: 20px;
    height: 20px;
  }
}

/* Wavy decoration responsive */
.testimonials-decoration {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

.testimonials-decoration img {
  width: 100%;
  height: auto;
  display: block;
}

/* Ensure content stays above decoration */
.testimonials-container {
  position: relative;
  z-index: 1;
}

/* Accessibility improvements */
.testimonial-carousel:focus {
  outline: 2px solid #000;
  outline-offset: 4px;
}

/* Loading state for carousel */
.testimonial-carousel.loading .testimonial-slide {
  opacity: 0.5;
}

/* Smooth transitions */
.testimonial-slide {
  transition: opacity 0.3s ease;
}

/* Background color variations */
.testimonials-section.bg-blue {
  background-color: #9eccfd;
}

/* Text color consistency */
.testimonials-section {
  color: #000;
}

/* Container max-width adjustments */
@media (min-width: 1257px) {
  .testimonials-section .max-w-6xl {
    max-width: 72rem;
  }
}

@media (max-width: 767px) {
  .testimonials-section .max-w-6xl {
    max-width: 100%;
    padding: 0;
  }
}
