/* 
Theme Name: Equani Care™ - Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
  --primary: #FF84DA;
  --secondary: #8461F4;
  --black: #000;
  --light-black: #1f1f1f;
  --gray: #616368;
  --light-gray: #f6f6f6;
  --white: #fff;
  --error: #ff0000;
  --success: #4caf50;
  --transition: all 0.3s ease-in-out;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
p {
  margin: 0 0 1rem;
}
a,
a:hover,
button,
button:hover,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

i {
  transition: unset;
}

:focus {
  outline: 0px !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}
ul.slick-dots {
  left: 0;
  right: 0;
  margin: 0 auto !important;
  bottom: -5% !important;
  z-index: 9;
}

ul.slick-dots li {
  background: rgba(255 255 255 / 50%);
  border-radius: 5px !important;
  width: 1rem;
  height: 5px;
  opacity: 0.2;
}

ul.slick-dots li.slick-active {
  background: var(--primary);
  width: 4rem !important;
  opacity: 1;
}

ul.slick-dots button {
  display: none;
}
@media (max-width: 767px) {
  p#breadcrumbs {
    font-size: 14px !important;
  }
}
.post-containter ul,
.post-containter ol {
  margin: 20px 0;
}
.post-containter img {
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
}
.post-containter a {
  color: var(--secondary);
  text-decoration: underline;
}
.post-containter a:hover {
  color: var(--primary);
}
.post-containter h2,
.post-containter h3,
.post-containter h4,
.post-containter h5,
.post-containter h6 {
  font-family: "Cavalier", Sans-serif
  margin: 20px 0;
}
/* ==========================
	GLOBAL STYLES START  
=============================*/

/* ===============================
	HEAD & BUTTON STYLES START  
==================================*/

.section {
  position: relative;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
@media (max-width: 767px) {
  .section {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
}
.gradient-bg {
    background: linear-gradient(
      135deg,
      #FF3030 0%,
      #F63395 15%,
      #CF43B5 37%,
      #8461F4 61%,
      #82A1EC 77%,
      #81D8E5 95%
    );
}
.swiper-pagination {
  display: none;
  margin-top: 2rem;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 1rem !important;
  height: 5px !important;
  transition: var(--transition);
  border-radius: 0 !important;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary);
  width: 4rem !important;
  border-radius: 5px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #bc8f8f;
}
@media (max-width: 767px) {
  .elementor-swiper-button {
    display: none !important;
  }
  .swiper-pagination {
    display: block;
  }
}

.elementor-heading-title span {
  color: var(--primary);
}

.primary-btn a,
button.eq-btn,
a#eqShop {
    background-image: repeating-linear-gradient(-60deg, #FF84DA, #8461F4);
}
.secondary-btn a {
    background-image: repeating-linear-gradient(-60deg, #81D8E5, #47A1B3, #0C6980);
}
.primary-btn a,
.secondary-btn a,
a#eqShop {
    position: relative;
    overflow: hidden;
        color: var(--white);
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

.primary-btn a:before,
.secondary-btn a:before,
button.eq-btn:before,
a#eqShop:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.primary-btn a:hover:before,
.secondary-btn a:hover:before,
button.eq-btn:hover:before,
a#eqShop:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@media (min-width: 992px) {
  .bg-fixed {
    background-attachment: fixed;
  }
}

/* ===============================
	HEAD & BUTTON STYLES END  
==================================*/

/* ===============================
	HEADER STYLES START  
==================================*/


.header-main {
    position: absolute;
    
}

/* ===============================
	HEADER STYLES END  
==================================*/

/* ===============================
	HOME BANNER STYLES START  
==================================*/



.hero__trust-items {
    display: inline-flex;
    flex-wrap: wrap;
    gap: .5rem;
    overflow: hidden;
}

.hero__trust-items .hero__trust-item {
    background-color: #fa3675;
    padding: 6px 25px;
    border-radius: 100px;
    font-size: .875rem;
    font-weight: 600;
    color: #fff;
    list-style: none;
}

.hero__trust-items .hero__trust-item img {
    margin-right: 5px;
}

/* Mobile only */
@media (max-width: 767px) {
   .hero__trust-items {
        display: flex;
        width: max-content;
        animation: marquee-scroll 10s linear infinite;
    }
}
@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
    
/* ===============================
	HOME BANNER STYLES END  
==================================*/
    
    
    
/* ===============================
	HOME PAGE STYLES START  
==================================*/
    
.product-card .woocommerce-product-details__short-description p {
    margin: 0;
}
    
/* ===============================
	HOME PAGE STYLES END  
==================================*/
    
/* ===============================
	HTML TABLE STYLES START  
==================================*/
 
 

.table-wrapper{
    max-width:1200px;
    margin:32px auto;
    background:#FFFFFF;
    border: 0;
    border-radius: 0;
    box-shadow:0 1px 2px rgba(44,42,38,.04), 0 12px 30px rgba(44,42,38,.06);
    overflow:hidden;
  }
  .table-wrapper thead {
    background-image: repeating-linear-gradient(-60deg, #FF84DA, #8461F4);
}
  .table-wrapper table{
    width:100%;
    border-collapse:collapse;
    font-size:.97rem;
    color:#2C2A26;
    margin: 0;
  }

  .table-wrapper thead th{
    color: #fff;
    text-align:left;
    font-weight:600;
    font-size: 14px;
    letter-spacing:.08em;
    text-transform:uppercase;
    padding:16px 22px;
  }

  .table-wrapper tbody td{
    padding:18px 22px;
    border-top:1px solid #E7E2D8;
    vertical-align:middle;
  }

  .table-wrapper tbody tr:nth-child(even){
    background:#FBFAF6;
  }

  .table-wrapper .concern{
    font-weight:500;
  }

  .table-wrapper .pick{
    color: var(--secondary);
    font-weight:600;
    white-space:nowrap;
  }
  .table-wrapper .pick::before{
    content:"→";
    color:#6E6A62;
    font-weight:400;
    margin-right:8px;
  }

  /* Mobile: stack rows into cards */
  @media (max-width:560px){
    .table-wrapper{margin:18px;}

    .table-wrapper thead{
      position:absolute;
      width:1px;height:1px;
      padding:0;margin:-1px;
      overflow:hidden;clip:rect(0,0,0,0);
      border:0;
    }
    .table-wrapper table,
    .table-wrapper tbody,
    .table-wrapper tr,
    .table-wrapper td{display:block;width:100%;}

    .table-wrapper tbody tr{
      border-top:1px solid #E7E2D8;
      padding:18px 18px 20px;
    }
    .table-wrapper tbody tr:first-child{border-top:0;}
    .table-wrapper tbody tr:nth-child(even){background:transparent;}

    .table-wrapper tbody td{padding:0;border:0;}

    .table-wrapper .concern{
      font-size:1.02rem;
      font-weight:600;
      padding-left:12px;
      border-left:3px solid #5C7A60;
      margin-bottom:10px;
    }
    .table-wrapper .concern::before{
      content:"If your skin feels";
      display:block;
      font-size:.66rem;
      letter-spacing:.1em;
      text-transform:uppercase;
      color:#6E6A62;
      font-weight:600;
      margin-bottom:3px;
    }

    .table-wrapper .pick{
      white-space:normal;
      padding-left:12px;
    }
    .table-wrapper td {
        background: transparent !important;
    }
  }

 
    
/* ===============================
	HTML TABLE STYLES END  
==================================*/
    
/* ===============================
	FOOTER CSS STYLES START  
==================================*/
    
    
@media (min-width: 768px) {    
    #newsletter-form .elementor-field-type-submit button {
        width: 50px !important;
        height: 50px !important;
    }   
    #newsletter-form .elementor-field-type-submit .elementor-button-text {
        display: none !important;
    }

} 
@media (max-width: 767px) {    
    #newsletter-form .elementor-field-type-submit button {
        width: 100% !important;
        color: var(--white) !important;
    }   
    #newsletter-form .elementor-field-type-submit .elementor-button-icon {
        display: none;
    }

}



/* ===============================
	FOOTER CSS STYLES END  
==================================*/

/* ===============================
	SINGLE PRODUCT CSS STYLES START  
==================================*/

.woocommerce div.product div.images {
    margin-bottom: 0;
}

a.reset_variations {
    display: none !important;
}

table.variations tbody>tr:nth-child(odd)>td, table.variations tbody>tr:nth-child(odd)>th {
    background: transparent !important;
}

table.variations tbody>tr:nth-child(odd)>td, table.variations tbody>tr:nth-child(odd)>th {
    padding: 0;
}

table.variations tbody>tr:nth-child(odd)>th label {
    display: flex;
    height: 50px;
    align-items: center;
}

.woocommerce div.product form.cart .variations select {
    border-color: #DDD;
    background-color: #fafafa;
}

button.single_add_to_cart_button {
    background-image: repeating-linear-gradient(-60deg, #FF84DA, #8461F4) !important;
    color: var(--white);
    border-radius: 8px !important;
    padding: 20px 32px 20px 32px !important;
}

button.single_add_to_cart_button:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

button.single_add_to_cart_button:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

:is(.elementor-widget-wc-add-to-cart,.woocommerce div.product .elementor-widget-wc-add-to-cart) .quantity .qty {
    border-color: #ddd;
    width: 100px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: var(--black);
}

/*FAQ CSS */.product-faqs{
    max-width:100%;
}

.product-faqs h2{
    margin-bottom:30px;
}

/* FAQ Item */
.product-faqs .faq-item{
    margin-bottom:16px;
    border:1px solid #D9D9D9;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    transition:.3s ease;
}

/* Question */
.product-faqs .faq-item summary{
    list-style:none;
    cursor:pointer;
    position:relative;
    padding:22px 70px 22px 24px;
    font-size:18px;
    font-weight:600;
    color:#2B2B2B;
    user-select:none;
}

/* Remove default marker */
.product-faqs .faq-item summary::-webkit-details-marker{
    display:none;
}

/* Plus / Minus Circle */
.product-faqs .faq-item summary::after{
    content:"+";
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    width:34px;
    height:34px;
    border-radius:50%;
    background:#8B5CF6;
    color:#fff;
    font-size:24px;
    font-weight:400;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

/* Open State */
.product-faqs .faq-item[open]{
    border:none;
    background:linear-gradient(90deg,#FF355D 0%, #FF5F8F 30%, #B48CFF 65%, #81DAF8 100%);
    box-shadow:0 12px 25px rgba(0,0,0,.08);
}

/* Open Question */
.product-faqs .faq-item[open] summary{
    color:#fff;
    padding-bottom:12px;
}

/* Open Icon */
.product-faqs .faq-item[open] summary::after{
    content:"−";
    background:#fff;
    color:#8B5CF6;
}

/* Answer */
.product-faqs .faq-answer{
    padding:0 24px 24px;
    color:#fff;
    font-size:15px;
    line-height:1.8;
}

/* Hover */
.product-faqs .faq-item:hover{
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}
@media (max-width: 767px) {
	.product-faqs .faq-item summary {
    font-size: 16px;
    line-height: 1.2;
}
}

/*REVIRW TAB CSS START *//* Hide Description & Additional Information tabs */
.woocommerce-tabs ul.tabs li:not(.reviews_tab){
    display:none !important;
}

/* Hide Description & Additional Information panels */
#tab-description,
#tab-additional_information{
    display:none !important;
}
/* Reviews Wrapper */
#reviews{
    max-width:900px;
    margin: 0 auto;
}

/* Heading */
#reviews h2,
#review_form_wrapper h3{
    font-size:42px;
    font-weight:700;
    margin-bottom:25px;
    color:#222;
}

/* Remove duplicate heading */
.woocommerce-Reviews-title{
    display:none;
}

/* Notice */
.woocommerce-noreviews,
.comment-notes{
    font-size:16px;
    color:#666;
    margin-bottom:20px;
}

/* Labels */
#review_form label{
    display:block;
    font-weight:600;
    margin-bottom:8px;
    color:#222;
}
span#reply-title br {
    display: none;
}
/* Inputs */
#review_form input[type="text"],
#review_form input[type="email"],
#review_form textarea{
    width:100%;
    padding:15px 18px;
    border:1px solid #ddd;
    border-radius:10px;
    font-size:16px;
    transition:.3s;
    box-sizing:border-box;
}

#review_form textarea{
    min-height:180px;
    resize:vertical;
}

#review_form input:focus,
#review_form textarea:focus{
    border-color:#8B5CF6;
    outline:none;
    box-shadow:0 0 0 4px rgba(139,92,246,.12);
}

/* Rating */
.comment-form-rating{
    margin:25px 0;
}

.comment-form-rating .stars a{
    color:#8B5CF6;
    font-size:24px;
}

/* Checkbox */
.comment-form-cookies-consent{
    display:flex;
    align-items:center;
    gap:10px;
    margin:20px 0;
}

/* Submit Button */
#review_form .submit{
    background:#8B5CF6;
    color:#fff;
    border:none;
    padding:15px 40px;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

#review_form .submit:hover{
    background:#7348e6;
}

/* Existing Reviews */
.woocommerce-Reviews .commentlist{
    list-style:none;
    margin:0 0 40px;
    padding:0;
}

.woocommerce-Reviews .commentlist li{
    border:1px solid #eee;
    border-radius:15px;
    padding:25px;
    margin-bottom:20px;
    background:#fff;
}

.woocommerce-review__author{
    font-weight:700;
}

.woocommerce-review__published-date{
    color:#888;
    font-size:14px;
}

.star-rating{
    color:#f5b301;
}

ul.tabs.wc-tabs {
    display: none;
}

.woocommerce div.product.elementor .woocommerce-tabs .panel {
    border: 0;
    padding: 0;
}

input#submit {
    background-image: repeating-linear-gradient(-60deg, #FF84DA, #8461F4) !important;
    color: var(--white) !important;
    border-radius: 8px !important;
    padding: 20px 32px 20px 32px !important;
}


/* ===============================
	SINGLE PRODUCT CSS STYLES END  
==================================*/



.table-wrapper{
    background:#FFFFFF;
    border: 0;
    border-radius: 0;
    box-shadow:0 1px 2px rgba(44,42,38,.04), 0 12px 30px rgba(44,42,38,.06);
    overflow:hidden;
  }
  .table-wrapper thead {
    background-image: repeating-linear-gradient(-60deg, #FF84DA, #8461F4);
}
  .table-wrapper table{
    width:100%;
    border-collapse:collapse;
    font-size:.97rem;
    color:#2C2A26;
    margin: 0;
  }

  .table-wrapper thead th{
    color: #fff;
    text-align:left;
    font-weight:600;
    font-size: 14px;
    letter-spacing:.08em;
    text-transform:uppercase;
    padding:16px 22px;
  }

  .table-wrapper tbody td{
    padding:18px 22px;
    border-top:1px solid #E7E2D8;
    vertical-align:middle;
  }

  .table-wrapper tbody tr:nth-child(even){
    background:#FBFAF6;
  }

  .table-wrapper .concern{
    font-weight:500;
  }

  .table-wrapper .pick{
    color: var(--secondary);
    font-weight:600;
    white-space:nowrap;
  }
  .table-wrapper .pick::before{
    content:"→";
    color:#6E6A62;
    font-weight:400;
    margin-right:8px;
  }

  /* Mobile: stack rows into cards */
  @media (max-width:560px){
    .table-wrapper{margin:18px;}

    .table-wrapper thead{
      position:absolute;
      width:1px;height:1px;
      padding:0;margin:-1px;
      overflow:hidden;clip:rect(0,0,0,0);
      border:0;
    }
    .table-wrapper table,
    .table-wrapper tbody,
    .table-wrapper tr,
    .table-wrapper td{display:block;width:100%;}

    .table-wrapper tbody tr{
      border-top:1px solid #E7E2D8;
      padding:18px 18px 20px;
    }
    .table-wrapper tbody tr:first-child{border-top:0;}
    .table-wrapper tbody tr:nth-child(even){background:transparent;}

    .table-wrapper tbody td{padding:0;border:0;}

    .table-wrapper .concern{
      font-size:1.02rem;
      font-weight:600;
      padding-left:12px;
      border-left:3px solid #5C7A60;
      margin-bottom:10px;
    }
    .table-wrapper .concern::before{
      content:"If your skin feels";
      display:block;
      font-size:.66rem;
      letter-spacing:.1em;
      text-transform:uppercase;
      color:#6E6A62;
      font-weight:600;
      margin-bottom:3px;
    }

    .table-wrapper .pick{
      white-space:normal;
      padding-left:12px;
    }
    .table-wrapper td {
    background: transparent !important;
    }
}
   
   
   
/*CUSTOM WOOCOMMERCE CSS START HERE */


.woocommerce table.shop_table thead {
    background-image: repeating-linear-gradient(-60deg, var(--primary), var(--secondary));
}

.woocommerce table.shop_table thead th {
    color: var(--white);
}

.woocommerce table.shop_table .coupon input {
    width: 150px !important;
}

.woocommerce .cart .button, 
.woocommerce .cart input.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order,
.elementor-menu-cart__footer-buttons a.elementor-button,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
.woocommerce-notices-wrapper .button {
    font-family: "Alike Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--white);
    border-radius: 0;
    background: var(--primary) !important;
}

.woocommerce table.shop_table .coupon .button {
    background: var(--secondary) !important;
}

.woocommerce .cart .button:hover, 
.woocommerce .cart input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #payment #place_order:hover , 
.woocommerce-page #payment #place_order:hover,
.elementor-menu-cart__footer-buttons a.elementor-button:hover,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover,
.woocommerce-notices-wrapper .button:hover {
    color: var(--white);
    background: #0c6980 !important;
}

.cart_totals h2 {
    font-size: 30px;
    padding: 10px 20px;
    background-image: repeating-linear-gradient(-60deg, var(--primary), var(--secondary));
    color: var(--white);
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color: var(--secondary);
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    color: var(--secondary);
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    margin: 1rem 0;
    background: #fafafa;
}

.woocommerce-notices-wrapper {
    position: absolute;
    z-index: 9;
    width: 100%;
}
/* ============================================
   WooCommerce — My Account
   ============================================ */

.woocommerce .woocommerce-account,
.woocommerce {
  --nav-radius: 12px;
}

/* ---------- Navigation ---------- */
.woocommerce-MyAccount-navigation {
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: var(--nav-radius);
  padding: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.woocommerce-MyAccount-navigation-link a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  color: var(--gray);
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
  transition: var(--transition);
}

/* Icon base — shared by all links */
.woocommerce-MyAccount-navigation-link a::before {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: var(--transition);
}

/* Hover */
.woocommerce-MyAccount-navigation-link a:hover {
  background: var(--light-gray);
  color: var(--secondary);
}

/* Active page */
.woocommerce-MyAccount-navigation-link.is-active a {
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  color: var(--white);
  box-shadow: 0 6px 16px rgba(132, 97, 244, 0.3);
}

/* Log out — subtle danger accent on hover */
.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: rgba(255, 0, 0, 0.08);
  color: var(--error);
}

/* ---------- Per-link icons (Lucide-style) ---------- */

/* Dashboard */
.woocommerce-MyAccount-navigation-link--dashboard a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='9'/%3E%3Crect x='14' y='3' width='7' height='5'/%3E%3Crect x='14' y='12' width='7' height='9'/%3E%3Crect x='3' y='16' width='7' height='5'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='7' height='9'/%3E%3Crect x='14' y='3' width='7' height='5'/%3E%3Crect x='14' y='12' width='7' height='9'/%3E%3Crect x='3' y='16' width='7' height='5'/%3E%3C/svg%3E");
}

/* Orders */
.woocommerce-MyAccount-navigation-link--orders a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z'/%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4Z'/%3E%3Cpath d='M3 6h18'/%3E%3Cpath d='M16 10a4 4 0 0 1-8 0'/%3E%3C/svg%3E");
}

/* Downloads */
.woocommerce-MyAccount-navigation-link--downloads a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E");
}

/* Addresses */
.woocommerce-MyAccount-navigation-link--edit-address a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

/* Account details */
.woocommerce-MyAccount-navigation-link--edit-account a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

/* Log out */
.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpolyline points='16 17 21 12 16 7'/%3E%3Cline x1='21' y1='12' x2='9' y2='12'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4'/%3E%3Cpolyline points='16 17 21 12 16 7'/%3E%3Cline x1='21' y1='12' x2='9' y2='12'/%3E%3C/svg%3E");
}

/* ---------- Content ---------- */
.woocommerce-MyAccount-content {
  background: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: var(--nav-radius);
  padding: 28px 32px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  color: var(--light-black);
}

.woocommerce-MyAccount-content p {
  line-height: 1.7;
  color: var(--gray);
}

.woocommerce-MyAccount-content a {
  color: var(--secondary);
  font-weight: 500;
  text-decoration: none;
  transition: var(--transition);
}

.woocommerce-MyAccount-content a:hover {
  color: var(--primary);
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
  }
}


table.product-comparison-table a {
    font-family: 'Cavalier', sans-serif !important;
}