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

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


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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



.page-id-9 .elementor-location-header  {
	display: none; 
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

















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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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






/* =============================================
   MY ACCOUNT PAGE — Login / Register Form Styling
   Paste into: Appearance > Customize > Additional CSS
   ============================================= */

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


/* =============================================
   BASE — Font override for My Account page
   ============================================= */

.woocommerce-account *,
.woocommerce-account .woocommerce,
.woocommerce-account .woocommerce-form,
.woocommerce-account label,
.woocommerce-account input,
.woocommerce-account button,
.woocommerce-account a {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif !important;
}


/* =============================================
   PAGE LAYOUT — Center the forms nicely
   ============================================= */

.woocommerce-account .woocommerce {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 24px 60px;
}

/* Two-column login/register layout */
.woocommerce-account .u-columns {
    display: flex;
    gap: 32px;
    align-items: flex-start;
}

.woocommerce-account .u-columns .u-column1,
.woocommerce-account .u-columns .u-column2 {
    flex: 1;
    width: 50%;
}

/* Single column on mobile */
@media (max-width: 768px) {
    .woocommerce-account .u-columns {
        flex-direction: column;
        gap: 24px;
    }
    .woocommerce-account .u-columns .u-column1,
    .woocommerce-account .u-columns .u-column2 {
        width: 100%;
    }
    .woocommerce-account .woocommerce {
        padding: 24px 16px 40px;
    }
}


/* =============================================
   FORM CARDS — Login & Register boxes
   ============================================= */

.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

/* Form headings (Login / Register) */
.woocommerce-account .u-column1 > h2,
.woocommerce-account .u-column2 > h2,
.woocommerce-account .col-1 > h2,
.woocommerce-account .col-2 > h2 {
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #111827 !important;
    margin-bottom: 24px !important;
    line-height: 1.2;
}


/* =============================================
   FORM LABELS
   ============================================= */

.woocommerce-account .woocommerce-form label,
.woocommerce-account .woocommerce-form-row label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    margin-bottom: 6px !important;
    display: block;
}

/* Required asterisk */
.woocommerce-account .woocommerce-form label .required {
    color: #dc2626 !important;
}


/* =============================================
   FORM INPUTS
   ============================================= */

.woocommerce-account .woocommerce-Input,
.woocommerce-account .woocommerce-Input--text,
.woocommerce-account .input-text,
.woocommerce-account .woocommerce-form input[type="text"],
.woocommerce-account .woocommerce-form input[type="email"],
.woocommerce-account .woocommerce-form input[type="password"],
.woocommerce-account .woocommerce-form input[type="tel"] {
    width: 100% !important;
    padding: 13px 16px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #111827 !important;
    background: #ffffff !important;
    outline: none !important;
    box-shadow: none !important;
    transition: border-color 0.3s, box-shadow 0.3s !important;
    -webkit-appearance: none !important;
}

.woocommerce-account .woocommerce-form input:focus {
    border-color: #111827 !important;
    box-shadow: 0 0 0 3px rgba(17, 24, 39, 0.06) !important;
}

.woocommerce-account .woocommerce-form input::placeholder {
    color: #9ca3af !important;
    font-size: 13px !important;
}

/* Form rows spacing */
.woocommerce-account .woocommerce-form-row,
.woocommerce-account .form-row {
    margin-bottom: 18px !important;
}


/* =============================================
   PASSWORD FIELD — Show/Hide toggle
   ============================================= */

.woocommerce-account .password-input {
    position: relative;
}

.woocommerce-account .show-password-input {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #9ca3af;
    transition: color 0.3s;
}

.woocommerce-account .show-password-input:hover {
    color: #111827;
}


/* =============================================
   REMEMBER ME CHECKBOX
   ============================================= */

.woocommerce-account .woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 20px !important;
    cursor: pointer;
}

.woocommerce-account .woocommerce-form__input-checkbox {
    width: 18px !important;
    height: 18px !important;
    border: 2px solid #d1d5db !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    accent-color: #111827 !important;
}

.woocommerce-account .woocommerce-form__label-for-checkbox span {
    font-size: 13px !important;
    color: #4b5563 !important;
    font-weight: 500 !important;
}


/* =============================================
   BUTTONS — Login & Register
   ============================================= */

.woocommerce-account .woocommerce-button,
.woocommerce-account .woocommerce-Button,
.woocommerce-account .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form-register__submit,
.woocommerce-account button[type="submit"],
.woocommerce-account input[type="submit"] {
    width: 100% !important;
    padding: 14px 28px !important;
    background: #111827 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1.4 !important;
    margin-top: 4px !important;
}

.woocommerce-account .woocommerce-button:hover,
.woocommerce-account .woocommerce-Button:hover,
.woocommerce-account button[type="submit"]:hover {
    background: #1f2937 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
}


/* =============================================
   LOST PASSWORD LINK
   ============================================= */

.woocommerce-account .woocommerce-LostPassword,
.woocommerce-account .lost_password {
    margin-top: 16px !important;
    text-align: center !important;
}

.woocommerce-account .woocommerce-LostPassword a,
.woocommerce-account .lost_password a {
    font-size: 13px !important;
    color: #9ca3af !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
}

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


/* =============================================
   PRIVACY POLICY TEXT
   ============================================= */

.woocommerce-account .woocommerce-privacy-policy-text {
    margin-bottom: 18px !important;
}

.woocommerce-account .woocommerce-privacy-policy-text p {
    font-size: 12px !important;
    color: #9ca3af !important;
    line-height: 1.6 !important;
}

.woocommerce-account .woocommerce-privacy-policy-text a {
    color: #111827 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.woocommerce-account .woocommerce-privacy-policy-text a:hover {
    border-color: #111827 !important;
}


/* =============================================
   NOTICES (error/success messages)
   ============================================= */

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-error {
    background: #fef2f2 !important;
    border: 1px solid #fecaca !important;
    border-left: 4px solid #dc2626 !important;
    border-radius: 12px !important;
    color: #111827 !important;
    font-size: 14px !important;
    padding: 14px 20px !important;
    margin-bottom: 24px !important;
    list-style: none !important;
}

.woocommerce-account .woocommerce-notices-wrapper .woocommerce-message {
    background: #f0fdf4 !important;
    border: 1px solid #bbf7d0 !important;
    border-left: 4px solid #059669 !important;
    border-radius: 12px !important;
    color: #111827 !important;
    font-size: 14px !important;
    padding: 14px 20px !important;
    margin-bottom: 24px !important;
}


/* =============================================
   LOGGED-IN STATE — Account Dashboard
   ============================================= */

/* Navigation sidebar (when logged in) */
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 16px !important;
    overflow: hidden !important;
}

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

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block !important;
    padding: 14px 20px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #4b5563 !important;
    text-decoration: none !important;
    transition: all 0.3s !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #f9fafb !important;
    color: #111827 !important;
    font-weight: 600 !important;
}

/* Account content area */
.woocommerce-account .woocommerce-MyAccount-content {
    font-size: 15px !important;
    color: #4b5563 !important;
    line-height: 1.7 !important;
}

.woocommerce-account .woocommerce-MyAccount-content a {
    color: #111827 !important;
    font-weight: 600 !important;
}

/* Order history table */
.woocommerce-account table.woocommerce-orders-table {
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    width: 100% !important;
}

.woocommerce-account table.woocommerce-orders-table th {
    background: #f9fafb !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #111827 !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid #e5e7eb !important;
}

.woocommerce-account table.woocommerce-orders-table td {
    padding: 14px 16px !important;
    font-size: 14px !important;
    color: #4b5563 !important;
    border-top: 1px solid #e5e7eb !important;
}

.woocommerce-account table .woocommerce-button {
    width: auto !important;
    padding: 8px 18px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
}


/* =============================================
   MOBILE RESPONSIVE
   ============================================= */

@media (max-width: 768px) {
    .woocommerce-account .woocommerce-form-login,
    .woocommerce-account .woocommerce-form-register {
        padding: 24px 20px;
        border-radius: 16px;
    }

    .woocommerce-account .u-column1 > h2,
    .woocommerce-account .u-column2 > h2 {
        font-size: 20px !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
        float: none !important;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 24px !important;
    }
}