/*
Theme Name: EFE Beauty
Theme URI: https://efe.example.com
Author: EFE
Author URI: https://efe.example.com
Description: قالب اختصاصی فروشگاه محصولات آرایشی-مراقبتی EFE، مجهز به ووکامرس برای مدیریت محصولات از پنل وردپرس.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Tested up to: 6.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: efe-beauty
Tags: e-commerce, custom-colors, custom-logo, custom-menu, rtl-language-support, translation-ready
*/

/* ===================== Additional WooCommerce-facing tweaks ===================== */
.woocommerce ul.products{ display:grid; grid-template-columns:repeat(auto-fill,minmax(240px,1fr)); gap:24px; list-style:none; padding:0; margin:0 0 40px; }
.woocommerce ul.products li.product{ background:var(--white); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-soft); transition:transform .25s var(--ease), box-shadow .25s var(--ease); padding-bottom:16px; }
.woocommerce ul.products li.product:hover{ transform:translateY(-4px); box-shadow:var(--shadow); }
.woocommerce ul.products li.product img{ width:100%; aspect-ratio:1/1; object-fit:cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title{ font-family:var(--font-display); color:var(--ink); padding:0 16px; margin-top:12px; }
.woocommerce ul.products li.product .price{ padding:0 16px; color:var(--maroon); font-weight:700; }
.woocommerce ul.products li.product .button{ margin:12px 16px 0; display:inline-block; background:var(--maroon); color:var(--white); border-radius:999px; padding:8px 18px; font-size:0.85rem; text-decoration:none; }
.woocommerce ul.products li.product .button:hover{ background:var(--maroon-dark); }
.woocommerce div.product .summary .price{ color:var(--maroon); font-size:1.6rem; font-weight:700; }
.woocommerce div.product form.cart .button{ background:var(--maroon); color:var(--white); border-radius:999px; padding:12px 28px; border:none; font-family:var(--font-body); }
.woocommerce div.product form.cart .button:hover{ background:var(--maroon-dark); }
.woocommerce-message, .woocommerce-info, .woocommerce-error{ border-top-color:var(--maroon) !important; background:var(--cream-soft); border-radius:var(--radius-sm); }
.woocommerce-message::before, .woocommerce-info::before{ color:var(--maroon) !important; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button{ background:var(--maroon); color:var(--white) !important; border-radius:999px; }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{ background:var(--maroon-dark); }
.woocommerce span.onsale{ background:var(--gold); border-radius:50%; font-family:var(--font-body); }
.shop-page-header{ padding:150px 24px 40px; text-align:center; background:var(--cream-soft); }
.shop-page-header h1{ font-family:var(--font-display); color:var(--maroon-dark); font-size:2.2rem; }
main.site-main{ min-height:40vh; }
.woocommerce-breadcrumb{ max-width:1240px; margin:0 auto; padding:16px 24px; color:var(--ink-soft); }

/* ===================== Blog / news cards (real WP posts) ===================== */
.news-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr)); gap:24px; }
.news-card{ display:block; background:var(--white); border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-soft); text-decoration:none; color:inherit; transition:transform .25s var(--ease), box-shadow .25s var(--ease); }
.news-card:hover{ transform:translateY(-4px); box-shadow:var(--shadow); }
.news-thumb{ aspect-ratio:16/10; overflow:hidden; }
.news-thumb img{ width:100%; height:100%; object-fit:cover; }
.news-body{ padding:18px 20px 22px; }
.news-date{ font-size:0.78rem; color:var(--maroon); font-weight:700; }
.news-body h4{ font-family:var(--font-display); margin:8px 0; font-size:1.05rem; color:var(--ink); }
.news-body p{ font-size:0.87rem; color:var(--ink-soft); line-height:1.8; }

:root{
    --maroon: #7B1C3C;
    --maroon-dark: #4E1027;
    --maroon-light: #9B3A5C;
    --maroon-x-light: #F0DCE2;
    --cream: #F7EDE1;
    --cream-soft: #FBF6EF;
    --cream-deep: #EFE0CC;
    --ink: #2B1810;
    --ink-soft: #5C4A3F;
    --sage: #7C8B6A;
    --sage-light: #A8B79A;
    --gold: #C9A15B;
    --white: #FFFFFF;
    --bone: #FCF8EF;
    --shadow: 0 10px 30px -12px rgba(43,24,16,0.25);
    --shadow-soft: 0 4px 16px -6px rgba(43,24,16,0.15);
    --radius: 18px;
    --radius-sm: 10px;
    --font-display: 'Playfair Display', 'Vazirmatn', serif;
    --font-body: 'Vazirmatn', sans-serif;
    --ease: cubic-bezier(.22,.61,.36,1);
  }

  *,*::before,*::after{ box-sizing: border-box; }
  html{ scroll-behavior: smooth; }
  @media (prefers-reduced-motion: reduce){
    html{ scroll-behavior: auto; }
    *{ animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  }

  body{
    margin:0;
    font-family: var(--font-body);
    background: var(--bone);
    color: var(--ink);
    line-height: 1.75;
    -webkit-font-smoothing: antialiased;
  }

  img{ max-width:100%; display:block; }
  a{ color:inherit; text-decoration:none; }
  ul{ margin:0; padding:0; list-style:none; }
  button{ font-family:inherit; cursor:pointer; border:none; background:none; color:inherit; }
  input, textarea{ font-family:inherit; font-size:1rem; }

  :focus-visible{
    outline: 3px solid var(--gold);
    outline-offset: 3px;
    border-radius: 4px;
  }

  h1,h2,h3,h4{ margin:0; font-weight:800; color: var(--maroon-dark); }
  p{ margin:0; }

  .container{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
  }

  .eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size: 0.82rem;
    font-weight:700;
    letter-spacing: 0.04em;
    color: var(--maroon);
    background: var(--maroon-x-light);
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 14px;
  }
  .eyebrow::before{
    content:"";
    width:6px; height:6px; border-radius:50%;
    background: var(--maroon);
  }

  .section-head{
    max-width: 640px;
    margin-bottom: 44px;
  }
  .section-head.center{ margin-inline:auto; text-align:center; }
  .section-head h2{
    font-size: clamp(1.7rem, 3.2vw, 2.5rem);
    line-height:1.3;
    margin-bottom: 12px;
  }
  .section-head p{
    color: var(--ink-soft);
    font-size: 1.02rem;
  }

  .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding: 14px 30px;
    border-radius: 999px;
    font-weight:700;
    font-size: 0.98rem;
    transition: all .3s var(--ease);
    white-space: nowrap;
  }
  .btn-primary{
    background: var(--maroon);
    color: var(--cream-soft);
    box-shadow: var(--shadow-soft);
  }
  .btn-primary:hover{
    background: var(--maroon-dark);
    transform: translateY(-2px);
    box-shadow: var(--shadow);
  }
  .btn-outline{
    background: transparent;
    color: var(--maroon);
    border: 1.5px solid var(--maroon);
  }
  .btn-outline:hover{
    background: var(--maroon);
    color: var(--cream-soft);
  }
  .btn-ghost{
    background: rgba(255,255,255,0.15);
    color: var(--white);
    border: 1.5px solid rgba(255,255,255,0.55);
    backdrop-filter: blur(6px);
  }
  .btn-ghost:hover{ background: rgba(255,255,255,0.28); }
  .btn-sm{ padding: 10px 20px; font-size:0.88rem; }
  .btn:disabled{ opacity:0.5; cursor:not-allowed; transform:none !important; }

  /* ============ HEADER ============ */
  header.site-header{
    position: fixed;
    inset-inline:0;
    top:0;
    z-index: 1000;
    padding: 18px 0;
    transition: all .35s var(--ease);
    background: transparent;
  }
  header.site-header.scrolled{
    background: rgba(247,237,225,0.92);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px -8px rgba(43,24,16,0.2);
    padding: 10px 0;
  }
  .header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap: 20px;
  }
  .brand{
    display:flex;
    align-items:center;
    gap:10px;
  }
  .brand img{ height: 46px; width:auto; transition: height .3s var(--ease); }
  header.site-header.scrolled .brand img{ height: 38px; }

  nav.main-nav{ display:flex; }
  nav.main-nav ul{ display:flex; align-items:center; gap: 6px; }
  nav.main-nav a{
    padding: 10px 16px;
    font-weight:600;
    font-size: 0.95rem;
    border-radius: 999px;
    color: var(--maroon-dark);
    transition: all .25s var(--ease);
    position:relative;
  }
  header.site-header:not(.scrolled) nav.main-nav a{ color: var(--ink); text-shadow: 0 1px 12px rgba(255,255,255,0.5); }
  nav.main-nav a:hover, nav.main-nav a.active{
    background: var(--maroon);
    color: var(--cream-soft) !important;
    text-shadow:none;
  }

  .header-actions{ display:flex; align-items:center; gap:10px; }
  .icon-btn{
    position:relative;
    width:44px; height:44px;
    display:flex; align-items:center; justify-content:center;
    border-radius:50%;
    background: rgba(255,255,255,0.5);
    color: var(--maroon-dark);
    transition: all .25s var(--ease);
    border: 1px solid rgba(123,28,60,0.15);
  }
  header.site-header.scrolled .icon-btn{ background: var(--white); }
  .icon-btn:hover{ background: var(--maroon); color:var(--white); transform: translateY(-2px); }
  .icon-btn svg{ width:20px; height:20px; }
  .badge-count{
    position:absolute; top:-4px; left:-4px;
    background: var(--gold);
    color: var(--maroon-dark);
    font-size:0.68rem; font-weight:800;
    min-width:19px; height:19px;
    border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    border: 2px solid var(--cream-soft);
    transition: transform .25s var(--ease);
  }
  .badge-count.pulse{ animation: pulse-badge .4s var(--ease); }
  @keyframes pulse-badge{ 0%{transform:scale(1)} 40%{transform:scale(1.4)} 100%{transform:scale(1)} }

  .menu-toggle{
    display:none;
    width:44px; height:44px;
    border-radius:50%;
    background: var(--white);
    align-items:center; justify-content:center;
    flex-direction:column; gap:5px;
    border: 1px solid rgba(123,28,60,0.15);
  }
  .menu-toggle span{
    width:20px; height:2px; background: var(--maroon-dark);
    transition: all .3s var(--ease);
  }
  .menu-toggle.open span:nth-child(1){ transform: translateY(7px) rotate(45deg); }
  .menu-toggle.open span:nth-child(2){ opacity:0; }
  .menu-toggle.open span:nth-child(3){ transform: translateY(-7px) rotate(-45deg); }

  body.nav-open{ overflow:hidden; }

  @media (max-width: 940px){
    nav.main-nav{
      position:fixed; inset:0; top:0;
      background: var(--maroon-dark);
      flex-direction:column;
      padding: 100px 32px 40px;
      transform: translateX(100%);
      transition: transform .4s var(--ease);
      z-index: 999;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }
    nav.main-nav.open{ transform: translateX(0); }
    nav.main-nav ul{ flex-direction:column; align-items:stretch; width:100%; gap:4px; }
    nav.main-nav a{ color: var(--cream-soft) !important; text-shadow:none !important; display:block; padding:16px 20px; font-size:1.15rem; border-radius:12px; }
    nav.main-nav a:hover, nav.main-nav a.active{ background: rgba(255,255,255,0.12); color:var(--gold) !important; }
    .menu-toggle{ display:flex; }
  }

  /* ============ FRAMED SLIDER (boxed image slideshow) ============ */
  .framed-slider-wrap{
    padding: 130px 24px 56px;
    background: var(--cream-soft);
  }
  .framed-slider{
    position:relative;
    max-width: 1000px;
    margin: 0 auto;
    /* Widescreen banner ratio on desktop; height auto-adjusts on small
       screens via the media queries below so the whole photo is always
       visible (no cropping) on any device. */
    aspect-ratio: 16 / 7;
    width: 100%;
    max-height: 460px;
    border-radius: var(--radius);
    overflow:hidden;
    box-shadow: var(--shadow);
    border: 6px solid var(--white);
  }
  .framed-slide{
    position:absolute; inset:0;
    opacity:0;
    transition: opacity 1.1s var(--ease);
  }
  .framed-slide.active{ opacity:1; z-index:2; }
  /* Blurred, scaled-up copy of the same photo fills the frame edge-to-edge
     so there is never empty letterboxing, while... */
  .framed-slide-bg{
    position:absolute; inset:0;
    background-size: cover;
    background-position: center;
    filter: blur(30px) saturate(1.15) brightness(0.72);
    transform: scale(1.2);
  }
  .framed-slide-bg::after{
    content:"";
    position:absolute; inset:0;
    background: linear-gradient(0deg, rgba(74,20,26,0.35), rgba(74,20,26,0.15));
  }
  /* ...the actual photo sits on top, fully visible, never cropped. */
  .framed-slide-img{
    position:absolute; inset:0;
    z-index:1;
    width:100%; height:100%;
    object-fit: contain;
    object-position: center;
  }
  @media (max-width: 760px){
    .framed-slider{ aspect-ratio: 4 / 5; max-height: 560px; }
  }
  @media (max-width: 460px){
    .framed-slider{ aspect-ratio: 3 / 4; max-height: 500px; }
  }
  .framed-dots{
    position:absolute; z-index:4;
    bottom: 18px; left:50%; transform: translateX(-50%);
    display:flex; gap:10px;
  }
  .framed-dot{
    width:28px; height:4px; border-radius:4px;
    background: rgba(255,255,255,0.4);
    overflow:hidden;
    position:relative;
    border:none; padding:0; cursor:pointer;
  }
  .framed-dot::after{
    content:""; position:absolute; inset:0;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s linear;
  }
  .framed-dot.active::after{ transform: scaleX(1); transition: transform 5s linear; }

  /* ============ TRUST STRIP ============ */
  .trust-strip{
    background: var(--maroon-dark);
    color: var(--cream-soft);
    overflow:hidden;
    padding: 16px 0;
  }
  .trust-track{
    display:flex;
    gap: 50px;
    width: max-content;
    animation: scroll-left 32s linear infinite;
  }
  .trust-strip:hover .trust-track{ animation-play-state: paused; }
  @keyframes scroll-left{
    from{ transform: translateX(0); }
    to{ transform: translateX(-50%); }
  }
  .trust-item{
    display:flex; align-items:center; gap:10px;
    font-size:0.92rem; font-weight:600;
    white-space:nowrap;
    color: rgba(247,237,225,0.92);
  }
  .trust-item svg{ width:18px; height:18px; color: var(--gold); flex-shrink:0; }

  section{ padding: 90px 0; }
  .bg-soft{ background: var(--cream-soft); }

  /* ============ CATEGORY STRIP ============ */
  .cat-grid{
    display:grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 16px;
  }
  @media (max-width: 980px){ .cat-grid{ grid-template-columns: repeat(4,1fr); } }
  @media (max-width: 600px){ .cat-grid{ grid-template-columns: repeat(3,1fr); gap:10px; } }
  .cat-card{
    display:flex; flex-direction:column; align-items:center; gap:12px;
    padding: 24px 10px;
    background: var(--white);
    border-radius: var(--radius);
    border: 1px solid rgba(123,28,60,0.08);
    transition: all .3s var(--ease);
    text-align:center;
  }
  .cat-card:hover{
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: var(--maroon);
    background: var(--maroon-x-light);
  }
  .cat-card .cat-icon{
    width:52px; height:52px;
    border-radius:50%;
    background: var(--maroon-x-light);
    display:flex; align-items:center; justify-content:center;
    color: var(--maroon);
    transition: all .3s var(--ease);
  }
  .cat-card:hover .cat-icon{ background: var(--maroon); color: var(--white); }
  .cat-card .cat-icon svg{ width:26px; height:26px; }
  .cat-card span{ font-size:0.85rem; font-weight:700; color: var(--ink); }

  /* ============ PRODUCT FILTER TABS ============ */
  .filter-tabs{
    display:flex; gap:10px; flex-wrap:wrap;
    margin-bottom: 36px;
  }
  .filter-tab{
    padding: 10px 22px;
    border-radius:999px;
    background: var(--white);
    border: 1.5px solid rgba(123,28,60,0.18);
    font-weight:700; font-size:0.9rem;
    color: var(--ink-soft);
    transition: all .25s var(--ease);
  }
  .filter-tab:hover{ border-color: var(--maroon); color: var(--maroon); }
  .filter-tab.active{ background: var(--maroon); color: var(--white); border-color: var(--maroon); }

  /* ============ PRODUCT GRID / CARD ============ */
  .product-grid{
    display:grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 26px;
  }
  .product-card{
    background: var(--white);
    border-radius: var(--radius);
    overflow:hidden;
    box-shadow: var(--shadow-soft);
    transition: all .35s var(--ease);
    display:flex; flex-direction:column;
    position:relative;
    border: 1px solid rgba(123,28,60,0.06);
  }
  .product-card:hover{ transform: translateY(-8px); box-shadow: var(--shadow); }
  .product-card.hidden-card{ display:none; }

  .product-media{
    position:relative;
    aspect-ratio: 1/1;
    background: linear-gradient(150deg, var(--cream-deep), var(--cream-soft));
    display:flex; align-items:center; justify-content:center;
    overflow:hidden;
  }
  .product-media svg{ width:38%; height:38%; color: var(--maroon); opacity:0.85; }
  .product-media .natural-badge{
    position:absolute; top:14px; inset-inline-start:14px;
    background: rgba(255,255,255,0.9);
    border-radius:999px;
    padding: 6px 12px 6px 8px;
    display:flex; align-items:center; gap:6px;
    font-size:0.72rem; font-weight:800;
    color: var(--sage);
    box-shadow: var(--shadow-soft);
  }
  .product-media .tag-ribbon{
    position:absolute; top:14px; inset-inline-end:14px;
    background: var(--maroon);
    color:var(--white);
    font-size:0.68rem; font-weight:800;
    padding: 6px 12px;
    border-radius:999px;
  }
  .product-media .tag-ribbon.gold{ background: var(--gold); color: var(--maroon-dark); }

  .fav-toggle{
    position:absolute; bottom:14px; inset-inline-end:14px;
    width:38px; height:38px;
    background: rgba(255,255,255,0.92);
    border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    color: var(--maroon);
    box-shadow: var(--shadow-soft);
    transition: all .25s var(--ease);
  }
  .fav-toggle:hover{ transform: scale(1.1); }
  .fav-toggle svg{ width:18px; height:18px; transition: all .2s var(--ease); }
  .fav-toggle.active svg{ fill: var(--maroon); }

  .product-body{
    padding: 20px 20px 22px;
    display:flex; flex-direction:column; gap:10px;
    flex:1;
  }
  .product-body .p-name{ font-size:1.08rem; font-weight:800; color: var(--maroon-dark); }
  .product-body .p-name-en{ font-family: var(--font-display); font-size:0.8rem; color: var(--ink-soft); font-style:italic; }
  .product-body .p-weight{ font-size:0.8rem; color: var(--ink-soft); }
  .swatch-row{ display:flex; gap:6px; flex-wrap:wrap; margin-top:4px; }
  .swatch{
    width:20px; height:20px; border-radius:50%;
    border: 2px solid var(--white);
    box-shadow: 0 0 0 1px rgba(43,24,16,0.15);
    cursor:pointer;
    transition: transform .2s var(--ease);
  }
  .swatch:hover, .swatch:focus-visible{ transform: scale(1.25); }
  .swatch-more{ font-size:0.72rem; color: var(--ink-soft); display:flex; align-items:center; padding-inline-start:4px; }

  .product-footer{
    display:flex; align-items:center; justify-content:space-between;
    margin-top:auto; padding-top:8px;
    gap:10px;
  }
  .p-detail-btn{
    font-size:0.86rem; font-weight:700; color: var(--maroon);
    display:flex; align-items:center; gap:6px;
  }
  .p-detail-btn svg{ width:16px; height:16px; transition: transform .25s var(--ease); }
  .product-card:hover .p-detail-btn svg{ transform: translateX(-4px); }
  [dir="rtl"] .product-card:hover .p-detail-btn svg{ transform: translateX(4px); }

  /* ============ MODAL ============ */
  .modal-overlay{
    position:fixed; inset:0; z-index: 2000;
    background: rgba(43,24,16,0.55);
    backdrop-filter: blur(4px);
    display:flex; align-items:center; justify-content:center;
    padding: 20px;
    opacity:0; pointer-events:none;
    transition: opacity .3s var(--ease);
  }
  .modal-overlay.open{ opacity:1; pointer-events:auto; }
  .modal-box{
    background: var(--cream-soft);
    border-radius: 24px;
    max-width: 880px;
    width:100%;
    max-height: 88vh;
    overflow-y:auto;
    display:grid;
    grid-template-columns: 1fr 1fr;
    position:relative;
    transform: translateY(24px) scale(0.97);
    transition: transform .35s var(--ease);
    box-shadow: 0 30px 60px -20px rgba(0,0,0,0.4);
  }
  .modal-overlay.open .modal-box{ transform: translateY(0) scale(1); }
  @media (max-width: 760px){ .modal-box{ grid-template-columns: 1fr; } }

  .modal-media{
    background: linear-gradient(150deg, var(--cream-deep), var(--maroon-x-light));
    display:flex; align-items:center; justify-content:center;
    padding: 40px;
    position:relative;
    min-height: 280px;
  }
  .modal-media svg{ width:46%; color: var(--maroon); }
  .modal-close{
    position:absolute; top:16px; inset-inline-end:16px;
    width:38px; height:38px; border-radius:50%;
    background: rgba(255,255,255,0.85);
    display:flex; align-items:center; justify-content:center;
    color: var(--ink); z-index:5;
    transition: all .2s var(--ease);
  }
  .modal-close:hover{ background: var(--maroon); color: var(--white); transform: rotate(90deg); }
  .modal-close svg{ width:18px; height:18px; }

  .natural-meter{
    position:absolute; bottom:24px; inset-inline-start:24px;
    display:flex; align-items:center; gap:10px;
    background: rgba(255,255,255,0.85);
    padding: 8px 14px 8px 8px;
    border-radius: 999px;
  }
  .meter-ring{ width:44px; height:44px; }
  .meter-ring circle{ fill:none; stroke-width: 4; }
  .meter-ring .bg{ stroke: rgba(123,28,60,0.15); }
  .meter-ring .fg{ stroke: var(--sage); stroke-linecap:round; transform-origin:center; transform:rotate(-90deg); transition: stroke-dashoffset 1s var(--ease); }
  .meter-ring text{ font-size: 9px; font-weight:800; fill: var(--maroon-dark); }
  .natural-meter .meter-label{ font-size:0.72rem; font-weight:700; color: var(--ink-soft); line-height:1.3; }

  .modal-content{ padding: 34px 34px 34px; display:flex; flex-direction:column; gap:18px; }
  .modal-content h3{ font-size:1.5rem; }
  .modal-content .p-name-en{ font-family: var(--font-display); font-style:italic; color: var(--maroon); font-size:0.95rem; }
  .modal-content .meta-row{ display:flex; gap:18px; flex-wrap:wrap; font-size:0.85rem; color: var(--ink-soft); }
  .modal-content .desc{ font-size:0.95rem; color: var(--ink-soft); line-height:1.9; }

  .feature-list{ display:grid; grid-template-columns:1fr 1fr; gap: 8px 14px; }
  @media (max-width:480px){ .feature-list{ grid-template-columns:1fr; } }
  .feature-list li{
    font-size:0.84rem; color: var(--ink);
    display:flex; align-items:flex-start; gap:7px;
  }
  .feature-list li svg{ width:15px; height:15px; color: var(--sage); flex-shrink:0; margin-top:3px; }

  .shade-picker{ display:flex; flex-direction:column; gap:10px; }
  .shade-picker .shade-label{ font-size:0.85rem; font-weight:700; color: var(--maroon-dark); }
  .shade-swatches{ display:flex; gap:8px; flex-wrap:wrap; }
  .shade-opt{
    width:30px; height:30px; border-radius:50%;
    border: 2px solid var(--white);
    box-shadow: 0 0 0 1px rgba(43,24,16,0.18);
    cursor:pointer; position:relative;
    transition: all .2s var(--ease);
  }
  .shade-opt:hover{ transform: scale(1.15); }
  .shade-opt.selected{ box-shadow: 0 0 0 2px var(--maroon); transform: scale(1.15); }
  .shade-current{ font-size:0.82rem; color: var(--ink-soft); min-height:20px; }
  .shade-current strong{ color: var(--maroon-dark); }

  .scent-tags{ display:flex; gap:8px; flex-wrap:wrap; }
  .scent-tag{
    padding: 7px 16px; border-radius:999px;
    background: var(--maroon-x-light); color: var(--maroon-dark);
    font-size:0.82rem; font-weight:700;
  }

  .modal-actions{ display:flex; gap:12px; margin-top:6px; flex-wrap:wrap; }

  body.modal-locked{ overflow:hidden; }

  /* ============ TOAST ============ */
  .toast{
    position:fixed; bottom:26px; left:50%; transform: translateX(-50%) translateY(120%);
    background: var(--maroon-dark); color: var(--cream-soft);
    padding: 14px 26px; border-radius: 999px;
    font-size:0.9rem; font-weight:700;
    display:flex; align-items:center; gap:10px;
    box-shadow: var(--shadow);
    z-index: 3000;
    transition: transform .4s var(--ease);
  }
  .toast.show{ transform: translateX(-50%) translateY(0); }
  .toast svg{ width:18px; height:18px; color: var(--gold); }

  /* ============ ABOUT ============ */
  .about-hero{
    display:grid; grid-template-columns: 1fr 1fr;
    gap: 50px; align-items:center;
    margin-bottom: 70px;
  }
  @media (max-width:860px){ .about-hero{ grid-template-columns:1fr; } }
  .about-hero .quote-block{
    background: var(--maroon);
    color: var(--cream-soft);
    border-radius: var(--radius);
    padding: 36px;
    position:relative;
  }
  .about-hero .quote-block::before{
    content: "”";
    font-family: var(--font-display);
    font-size: 5rem;
    position:absolute; top:-6px; inset-inline-start:24px;
    color: rgba(255,255,255,0.18);
    line-height:1;
  }
  .about-hero .quote-block p{ font-size:1.05rem; line-height:2; position:relative; z-index:1; }
  .about-hero .slogan{ font-family: var(--font-display); font-style:italic; font-size:1.3rem; color: var(--gold); margin-top:16px; display:block; }

  .mv-grid{ display:grid; grid-template-columns: 1fr 1fr; gap:24px; margin-bottom:70px; }
  @media (max-width:760px){ .mv-grid{ grid-template-columns:1fr; } }
  .mv-card{
    background: var(--white); border-radius: var(--radius);
    padding: 30px; border-inline-start: 4px solid var(--maroon);
  }
  .mv-card h4{ font-size:1.15rem; margin-bottom:12px; display:flex; align-items:center; gap:10px; }
  .mv-card h4 svg{ width:22px; height:22px; color: var(--maroon); }
  .mv-card p{ color: var(--ink-soft); font-size:0.93rem; }

  .achieve-grid{
    display:grid; grid-template-columns: repeat(3,1fr);
    gap:18px; margin-bottom:70px;
  }
  @media (max-width:760px){ .achieve-grid{ grid-template-columns: repeat(2,1fr); } }
  @media (max-width:520px){ .achieve-grid{ grid-template-columns: 1fr; } }
  .achieve-card{
    background: var(--white); border-radius: var(--radius-sm);
    padding: 22px; display:flex; gap:14px; align-items:flex-start;
    box-shadow: var(--shadow-soft);
  }
  .achieve-card .a-icon{
    width:42px; height:42px; border-radius:50%; flex-shrink:0;
    background: var(--maroon-x-light); color: var(--maroon);
    display:flex; align-items:center; justify-content:center;
  }
  .achieve-card .a-icon svg{ width:20px; height:20px; }
  .achieve-card p{ font-size:0.86rem; color: var(--ink); line-height:1.7; }

  .team-grid{ display:grid; grid-template-columns: repeat(2,1fr); gap:24px; }
  @media (max-width:700px){ .team-grid{ grid-template-columns:1fr; } }
  .team-card{
    background: var(--white); border-radius: var(--radius);
    padding: 30px; box-shadow: var(--shadow-soft);
    display:flex; gap:18px;
  }
  .team-avatar{
    width:68px; height:68px; border-radius:50%; flex-shrink:0;
    background: var(--maroon); color:var(--cream-soft);
    display:flex; align-items:center; justify-content:center;
    font-family: var(--font-display); font-size:1.4rem; font-weight:700;
  }
  .team-card h4{ font-size:1.08rem; margin-bottom:4px; }
  .team-card .role{ font-size:0.82rem; color: var(--maroon); font-weight:700; margin-bottom:10px; display:block; }
  .team-card ul{ display:flex; flex-direction:column; gap:5px; }
  .team-card li{ font-size:0.82rem; color: var(--ink-soft); position:relative; padding-inline-start:14px; }
  .team-card li::before{ content:"·"; position:absolute; inset-inline-start:0; color: var(--maroon); font-weight:900; }

  /* ============ EMPTY STATE (news / testimonials) ============ */
  .empty-state{
    background: var(--white);
    border-radius: var(--radius);
    padding: 56px 30px;
    text-align:center;
    max-width: 560px;
    margin: 0 auto;
    border: 1.5px dashed rgba(123,28,60,0.25);
  }
  .empty-state .e-icon{
    width:64px; height:64px; border-radius:50%;
    background: var(--maroon-x-light); color: var(--maroon);
    display:flex; align-items:center; justify-content:center;
    margin: 0 auto 18px;
  }
  .empty-state .e-icon svg{ width:30px; height:30px; }
  .empty-state h4{ font-size:1.15rem; margin-bottom:10px; }
  .empty-state p{ color: var(--ink-soft); font-size:0.92rem; margin-bottom:22px; }

  /* ============ CONTACT ============ */
  .contact-grid{
    display:grid; grid-template-columns: 1fr 1fr; gap: 50px;
    align-items:start;
  }
  @media (max-width:860px){ .contact-grid{ grid-template-columns:1fr; } }
  .contact-cards{ display:flex; flex-direction:column; gap:14px; }
  .contact-card{
    display:flex; align-items:center; gap:16px;
    background: var(--white); border-radius: var(--radius-sm);
    padding: 20px; box-shadow: var(--shadow-soft);
    transition: all .25s var(--ease);
  }
  a.contact-card:hover{ transform: translateX(-6px); box-shadow: var(--shadow); }
  [dir="rtl"] a.contact-card:hover{ transform: translateX(6px); }
  .contact-card .c-icon{
    width:46px; height:46px; border-radius:50%; flex-shrink:0;
    background: var(--maroon-x-light); color: var(--maroon);
    display:flex; align-items:center; justify-content:center;
  }
  .contact-card .c-icon svg{ width:21px; height:21px; }
  .contact-card .c-label{ font-size:0.78rem; color: var(--ink-soft); margin-bottom:2px; }
  .contact-card .c-value{ font-size:0.95rem; font-weight:700; color: var(--ink); }

  .qr-box{
    margin-top: 8px;
    border: 1.5px dashed rgba(123,28,60,0.3);
    border-radius: var(--radius-sm);
    padding: 20px;
    display:flex; align-items:center; gap:16px;
    background: rgba(255,255,255,0.6);
  }
  .qr-placeholder{
    width:64px; height:64px; border-radius:10px;
    background: repeating-linear-gradient(45deg, var(--maroon-x-light), var(--maroon-x-light) 6px, transparent 6px, transparent 12px);
    flex-shrink:0;
    display:flex;align-items:center;justify-content:center;
  }
  .qr-placeholder svg{ width:26px; height:26px; color:var(--maroon); }
  .qr-box p{ font-size:0.82rem; color: var(--ink-soft); }

  .contact-form{
    background: var(--white); border-radius: var(--radius);
    padding: 34px; box-shadow: var(--shadow-soft);
    display:flex; flex-direction:column; gap:18px;
  }
  .form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; }
  @media (max-width:520px){ .form-row{ grid-template-columns:1fr; } }
  .field{ display:flex; flex-direction:column; gap:7px; }
  .field label{ font-size:0.85rem; font-weight:700; color: var(--maroon-dark); }
  .field input, .field textarea{
    padding: 13px 16px;
    border-radius: 10px;
    border: 1.5px solid rgba(123,28,60,0.18);
    background: var(--cream-soft);
    transition: all .2s var(--ease);
    resize: vertical;
  }
  .field input:focus, .field textarea:focus{
    border-color: var(--maroon);
    outline: none;
    background: var(--white);
  }
  .field .err{ font-size:0.76rem; color:#B23A3A; min-height:14px; }
  .field.invalid input, .field.invalid textarea{ border-color:#B23A3A; }

  /* ============ FOOTER ============ */
  footer{
    background: var(--maroon-dark);
    color: rgba(247,237,225,0.85);
    padding: 64px 0 26px;
  }
  .footer-grid{
    display:grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px; padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.12);
  }
  @media (max-width:860px){ .footer-grid{ grid-template-columns: 1fr 1fr; } }
  @media (max-width:520px){ .footer-grid{ grid-template-columns: 1fr; } }
  .footer-brand img{ height:52px; margin-bottom:16px; filter: brightness(0) invert(1); opacity:0.95; }
  .footer-brand p{ font-size:0.86rem; line-height:1.8; color: rgba(247,237,225,0.7); max-width:280px; }
  .footer-col h5{ color: var(--cream-soft); font-size:0.95rem; margin-bottom:18px; font-weight:800; }
  .footer-col ul{ display:flex; flex-direction:column; gap:11px; }
  .footer-col a{ font-size:0.86rem; color: rgba(247,237,225,0.72); transition: color .2s var(--ease); }
  .footer-col a:hover{ color: var(--gold); }
  .social-row{ display:flex; gap:10px; margin-top:18px; }
  .social-btn{
    width:38px; height:38px; border-radius:50%;
    background: rgba(255,255,255,0.1);
    display:flex; align-items:center; justify-content:center;
    transition: all .25s var(--ease);
  }
  .social-btn:hover{ background: var(--gold); color: var(--maroon-dark); transform: translateY(-3px); }
  .social-btn svg{ width:17px; height:17px; }
  .footer-bottom{
    display:flex; justify-content:space-between; align-items:center;
    padding-top: 22px; font-size:0.8rem; color: rgba(247,237,225,0.55);
    flex-wrap:wrap; gap:10px;
  }

  /* ============ BACK TO TOP + QUICK CONTACT ============ */
  .float-stack{ position:fixed; bottom:26px; inset-inline-end:26px; z-index:900; display:flex; flex-direction:column; gap:12px; align-items:center; }
  .float-btn{
    width:50px; height:50px; border-radius:50%;
    background: var(--maroon); color: var(--white);
    display:flex; align-items:center; justify-content:center;
    box-shadow: var(--shadow);
    transition: all .3s var(--ease);
    opacity:0; transform: translateY(20px) scale(0.8); pointer-events:none;
  }
  .float-btn.visible{ opacity:1; transform:translateY(0) scale(1); pointer-events:auto; }
  .float-btn:hover{ background: var(--maroon-dark); transform: translateY(-4px) scale(1.05); }
  .float-btn svg{ width:20px; height:20px; }

  .section-divider{
    display:flex; align-items:center; justify-content:center;
    gap:16px; margin: 0 auto 50px; max-width:200px;
  }
  .section-divider .line{ flex:1; height:1px; background: rgba(123,28,60,0.25); }
  .section-divider svg{ width:26px; height:26px; color: var(--sage); }

  .sr-only{
    position:absolute; width:1px; height:1px; padding:0; margin:-1px;
    overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
  }
/* ============================================================
   WOOCOMMERCE — SHOP ARCHIVE (woocommerce/archive-product.php)
============================================================ */
.shop-page-header{ padding:150px 24px 40px; text-align:center; background:var(--cream-soft); }
.shop-page-header h1{ font-family:var(--font-display); color:var(--maroon-dark); font-size:2.2rem; margin-top:8px; }
.shop-page-desc{ max-width:640px; margin:14px auto 0; color:var(--ink-soft); line-height:1.9; }
.shop-toolbar{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  flex-wrap:wrap; margin-bottom:28px; padding-bottom:18px;
  border-bottom:1px solid var(--cream-deep);
}
.shop-result-count{ color:var(--ink-soft); font-size:0.92rem; }
.shop-ordering select{
  border:1.5px solid var(--cream-deep); border-radius:999px; padding:9px 18px;
  font-family:var(--font-body); color:var(--ink); background:var(--white);
}
.shop-pagination{ margin-top:44px; display:flex; justify-content:center; }
.shop-pagination .page-numbers{
  display:inline-flex; align-items:center; gap:6px; list-style:none; padding:0; margin:0;
}
.shop-pagination ul.page-numbers{ display:flex; gap:8px; list-style:none; padding:0; }
.shop-pagination .page-numbers li{ display:inline-block; }
.shop-pagination .page-numbers .page-numbers,
.shop-pagination a.page-numbers, .shop-pagination span.page-numbers{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:40px; height:40px; padding:0 12px; border-radius:999px;
  background:var(--white); color:var(--ink-soft); font-weight:700;
  text-decoration:none; box-shadow:var(--shadow-soft); transition:all .25s var(--ease);
}
.shop-pagination .page-numbers.current{ background:var(--maroon); color:var(--white); }
.shop-pagination a.page-numbers:hover{ background:var(--maroon-x-light); color:var(--maroon-dark); }

/* ============================================================
   WOOCOMMERCE — SINGLE PRODUCT (woocommerce/content-single-product.php)
============================================================ */
.single-product-wrap{ max-width:1240px; margin:0 auto; padding:150px 24px 80px; }
.single-breadcrumb{ margin-bottom:24px; color:var(--ink-soft); font-size:0.88rem; }
.single-breadcrumb a{ color:var(--ink-soft); }
.single-breadcrumb a:hover{ color:var(--maroon); }

.single-product-grid{
  display:grid; grid-template-columns: 1fr 1fr; gap:56px; align-items:flex-start;
}
@media (max-width:900px){ .single-product-grid{ grid-template-columns:1fr; gap:32px; } }

.single-product-gallery{ position:relative; }
.single-product-gallery .woocommerce-product-gallery{ border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-soft); }
.single-product-gallery .tag-ribbon{ position:absolute; top:14px; inset-inline-start:14px; z-index:5; }

.single-product-summary{ display:flex; flex-direction:column; gap:14px; }
.single-product-title{ font-size:clamp(1.6rem,3vw,2.2rem); line-height:1.3; margin:0; }
.single-product-meta-row{ display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.natural-badge.static{ position:static; }
.single-product-price{ font-size:1.7rem; font-weight:800; color:var(--maroon); }
.single-product-price ins{ text-decoration:none; }
.single-product-price del{ color:var(--ink-soft); font-size:1.05rem; margin-inline-end:10px; }
.single-product-short-desc{ color:var(--ink-soft); line-height:1.9; }

.single-product-shades{ background:var(--cream-soft); border-radius:var(--radius-sm); padding:16px 18px; }
.shades-label{ display:block; font-weight:700; color:var(--maroon-dark); margin-bottom:10px; font-size:0.9rem; }
.swatch-row.large .swatch{ width:34px; height:34px; }
.shade-names{ margin-top:10px; font-size:0.82rem; color:var(--ink-soft); line-height:1.8; }

.feature-list.single{ display:flex; flex-direction:column; gap:10px; padding:0; margin:0; list-style:none; }
.feature-list.single li{ display:flex; align-items:flex-start; gap:10px; color:var(--ink-soft); font-size:0.95rem; }
.feature-list.single li svg{ flex-shrink:0; width:18px; height:18px; color:var(--sage); margin-top:2px; }

.single-product-cart-form{ margin-top:6px; }
.single-product-cart-form .quantity{ display:inline-flex; margin-inline-end:12px; }
.single-product-cart-form .quantity input.qty{
  width:64px; height:52px; border:1.5px solid var(--cream-deep); border-radius:999px;
  text-align:center; font-family:var(--font-body); font-size:1rem; color:var(--ink);
}
.single-product-cart-form .single_add_to_cart_button{
  height:52px; padding:0 34px; font-size:1rem;
}
.single-product-cart-form .stock{ display:block; margin-top:10px; font-size:0.85rem; color:var(--sage); font-weight:600; }
.single-product-cart-form .stock.out-of-stock{ color:var(--maroon); }
.single-product-cart-form .variations{ width:100%; border-collapse:collapse; margin-bottom:16px; }
.single-product-cart-form .variations td{ padding:8px 0; }
.single-product-cart-form .variations select{
  width:100%; padding:12px 16px; border-radius:999px; border:1.5px solid var(--cream-deep);
  font-family:var(--font-body); background:var(--white);
}
.single-product-cart-form .reset_variations{ font-size:0.82rem; color:var(--maroon); margin-inline-start:10px; }

.single-product-extra-meta{ display:flex; flex-direction:column; gap:8px; padding-top:10px; border-top:1px solid var(--cream-deep); font-size:0.86rem; color:var(--ink-soft); }
.single-product-extra-meta .meta-row strong{ color:var(--ink); }
.single-product-extra-meta a{ color:var(--maroon); text-decoration:none; }
.fav-toggle.static{
  align-self:flex-start; display:inline-flex; align-items:center; gap:8px;
  background:none; border:1.5px solid var(--cream-deep); border-radius:999px;
  padding:9px 18px; margin-top:6px; color:var(--ink-soft); cursor:pointer;
  font-family:var(--font-body); font-size:0.85rem; transition:all .25s var(--ease);
}
.fav-toggle.static svg{ width:16px; height:16px; }
.fav-toggle.static:hover, .fav-toggle.static.active{ border-color:var(--maroon); color:var(--maroon); }
.fav-toggle.static.active svg{ fill:var(--maroon); stroke:var(--maroon); }

/* ---------- product data tabs (description / reviews) ---------- */
.single-product-tabs-wrap{ margin-top:64px; }
.woocommerce-tabs ul.tabs{
  display:flex; gap:6px; list-style:none; padding:0; margin:0 0 -1px;
  border-bottom:1.5px solid var(--cream-deep); flex-wrap:wrap;
}
.woocommerce-tabs ul.tabs li{ margin:0; }
.woocommerce-tabs ul.tabs li a{
  display:inline-block; padding:14px 26px; border-radius:14px 14px 0 0;
  color:var(--ink-soft); font-weight:700; text-decoration:none; transition:all .25s var(--ease);
}
.woocommerce-tabs ul.tabs li.active a{ background:var(--cream-soft); color:var(--maroon-dark); }
.woocommerce-tabs .panel{ padding:32px 4px; color:var(--ink-soft); line-height:2; }
.woocommerce-tabs .panel h2{ font-size:1.3rem; margin-bottom:16px; }

/* ---------- reviews ---------- */
#reviews .comment-form-rating select{ padding:8px 14px; border-radius:8px; border:1.5px solid var(--cream-deep); }
#reviews .comment-form input, #reviews .comment-form textarea{
  width:100%; padding:12px 16px; border-radius:var(--radius-sm); border:1.5px solid var(--cream-deep);
  font-family:var(--font-body); margin-bottom:10px;
}
#reviews .form-submit input{ width:auto; }
#reviews ol.commentlist{ list-style:none; padding:0; margin:0 0 24px; }
#reviews .comment{ padding:18px 0; border-bottom:1px solid var(--cream-deep); }
#reviews .star-rating{ color:var(--gold); }

/* ---------- related products ---------- */
.single-product-related{ margin-top:60px; }
.single-product-related > h2{ font-size:1.5rem; text-align:center; margin-bottom:34px; }
.single-product-related ul.products{ display:grid; grid-template-columns:repeat(auto-fill,minmax(240px,1fr)); gap:24px; list-style:none; padding:0; }

/* ============================================================
   WOOCOMMERCE — CART / CHECKOUT / MY ACCOUNT
   (these pages use page.php, so they inherit the site header/
   footer already — this just restyles the WooCommerce shortcode
   markup itself to match the EFE visual language)
============================================================ */
.woocommerce-cart table.shop_table, .woocommerce-checkout table.shop_table{
  width:100%; border-collapse:collapse; background:var(--white);
  border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-soft);
}
.woocommerce-cart table.shop_table th, .woocommerce-checkout table.shop_table th{
  background:var(--cream-soft); color:var(--maroon-dark); font-weight:700;
  padding:16px; text-align:right; border:none;
}
.woocommerce-cart table.shop_table td, .woocommerce-checkout table.shop_table td{
  padding:16px; border-top:1px solid var(--cream-deep); vertical-align:middle;
}
.woocommerce-cart table.shop_table td.product-thumbnail img{
  width:72px; border-radius:var(--radius-sm);
}
.woocommerce-cart .quantity input.qty, .woocommerce-checkout .quantity input.qty{
  width:60px; padding:10px; border:1.5px solid var(--cream-deep); border-radius:8px; text-align:center;
}
.woocommerce-cart .coupon input#coupon_code{
  padding:12px 16px; border-radius:999px; border:1.5px solid var(--cream-deep);
  font-family:var(--font-body); margin-inline-end:10px;
}
.woocommerce-cart .cart-collaterals .cart_totals{
  background:var(--cream-soft); border-radius:var(--radius); padding:24px; margin-top:24px;
}
.woocommerce-cart .cart_totals table, .woocommerce-checkout table.woocommerce-checkout-review-order-table{
  background:transparent; box-shadow:none;
}
.woocommerce-cart .cart_totals table th, .woocommerce-cart .cart_totals table td{ background:transparent; }
.woocommerce-cart .wc-proceed-to-checkout .checkout-button{ width:100%; text-align:center; }

.woocommerce-checkout form.woocommerce-checkout{ display:grid; grid-template-columns:1.3fr 1fr; gap:44px; align-items:flex-start; }
@media (max-width:900px){ .woocommerce-checkout form.woocommerce-checkout{ grid-template-columns:1fr; } }
.woocommerce-checkout .woocommerce-billing-fields input,
.woocommerce-checkout .woocommerce-billing-fields select,
.woocommerce-checkout .woocommerce-additional-fields textarea,
.woocommerce-checkout .woocommerce-shipping-fields input{
  width:100%; padding:13px 16px; border:1.5px solid var(--cream-deep); border-radius:var(--radius-sm);
  font-family:var(--font-body); background:var(--white);
}
.woocommerce-checkout .form-row label{ font-weight:600; color:var(--ink); margin-bottom:6px; display:block; }
.woocommerce-checkout #order_review{ background:var(--cream-soft); border-radius:var(--radius); padding:24px; }
.woocommerce-checkout .payment_methods{ list-style:none; padding:0; }
.woocommerce-checkout .payment_methods li{ padding:14px 0; border-top:1px solid var(--cream-deep); }
.woocommerce-checkout .place-order .button{ width:100%; }

.woocommerce-account .woocommerce-MyAccount-navigation ul{ list-style:none; padding:0; display:flex; flex-direction:column; gap:4px; }
.woocommerce-account .woocommerce-MyAccount-navigation a{
  display:block; padding:12px 18px; border-radius:999px; color:var(--ink-soft); text-decoration:none; font-weight:600;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{ background:var(--maroon); color:var(--white); }
.woocommerce-account .woocommerce-MyAccount-content{ margin-top:24px; }
.woocommerce-account form input{
  padding:12px 16px; border:1.5px solid var(--cream-deep); border-radius:var(--radius-sm); width:100%;
}

@media (max-width:760px){
  .woocommerce-cart table.shop_table thead{ display:none; }
  .woocommerce-cart table.shop_table td{ display:flex; align-items:center; gap:10px; }
}
