/*
Theme Name: Manuellecouture
Theme URI: https://manuellecouture.com
Author: Manuellecouture
Author URI: https://manuellecouture.com
Description: A quiet-luxury, editorial WooCommerce theme for Manuellecouture — handbags, shoes, and clothing. Minimal, spacious, and typography-led, with a full WooCommerce cart/checkout flow and a WhatsApp customer-service button.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: manuellecouture
WC requires at least: 8.0
WC tested up to: 9.0
*/


  :root{
    --white:#FFFFFF;
    --ivory:#FAF9F7;
    --ink:#111111;
    --charcoal:#444444;
    --border:#E8E8E8;
    --hover:#F4F4F4;
    --forest:#1E3A34;
    --serif: 'Playfair Display', serif;
    --serif-italic: 'Cormorant Garamond', serif;
    --sans: 'Inter', sans-serif;
    --edge: 6vw;
  }

  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    background:var(--white);
    color:var(--ink);
    font-family:var(--sans);
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  img{display:block;width:100%;height:100%;object-fit:cover;filter:grayscale(6%) contrast(1.03) saturate(0.95);}
  a{color:inherit;text-decoration:none;}
  ul{list-style:none;}
  button{font-family:inherit;background:none;border:none;cursor:pointer;color:inherit;}

  ::selection{background:var(--ink);color:var(--white);}

  @media (prefers-reduced-motion: reduce){
    *{animation:none !important;transition:none !important;}
  }

  /* ---------- Utility ---------- */
  .eyebrow{
    font-family:var(--sans);
    font-size:11px;
    letter-spacing:0.22em;
    text-transform:uppercase;
    color:var(--charcoal);
    display:flex;
    align-items:center;
    gap:14px;
  }
  .eyebrow::before{
    content:"";
    width:24px;height:1px;
    background:var(--ink);
    display:inline-block;
  }
  .index-mark{
    font-family:var(--serif-italic);
    font-style:italic;
    font-size:14px;
    color:var(--charcoal);
    letter-spacing:0.02em;
  }
  .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:16px 36px;
    font-size:12px;
    letter-spacing:0.14em;
    text-transform:uppercase;
    border-radius:10px;
    transition:transform .45s cubic-bezier(.16,1,.3,1), background .35s ease, color .35s ease, border-color .35s ease;
  }
  .btn-primary{
    background:var(--ink);
    color:var(--white);
  }
  .btn-primary:hover{transform:scale(1.035);}
  .btn-outline{
    background:transparent;
    color:var(--ink);
    border:1px solid var(--ink);
  }
  .btn-outline:hover{background:var(--ink);color:var(--white);}
  .btn-ghost{
    color:var(--ink);
    border-bottom:1px solid var(--ink);
    padding:4px 0;
    border-radius:0;
    letter-spacing:0.12em;
    text-transform:uppercase;
    font-size:11.5px;
  }

  .reveal{
    opacity:0;
    transform:translateY(28px);
    transition:opacity 1s cubic-bezier(.16,1,.3,1), transform 1s cubic-bezier(.16,1,.3,1);
  }
  .reveal.in{opacity:1;transform:translateY(0);}
  .reveal-d1{transition-delay:.08s;}
  .reveal-d2{transition-delay:.16s;}
  .reveal-d3{transition-delay:.24s;}

  section{position:relative;}

  /* ---------- Nav ---------- */
  header{
    position:fixed;top:0;left:0;right:0;
    z-index:200;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:30px var(--edge);
    transition:padding .5s cubic-bezier(.16,1,.3,1), background .5s ease, border-color .5s ease;
    background:transparent;
    border-bottom:1px solid transparent;
  }
  header.scrolled{
    padding:16px var(--edge);
    background:rgba(255,255,255,0.92);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--border);
  }
  .logo{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:7px;
    color:var(--ink);
    transition:color .4s ease;
  }
  .logo-main{
    font-family:var(--serif-italic);
    font-style:italic;
    font-weight:500;
    font-size:26px;
    line-height:1;
    letter-spacing:0.01em;
    color:var(--ink);
    transition:font-size .4s cubic-bezier(.16,1,.3,1), color .4s ease;
  }
  .logo-divider{
    width:38%;
    height:2px;
    background:var(--forest);
    opacity:0.85;
    border-radius:2px;
    transition:background .4s ease, opacity .4s ease, width .4s ease;
  }
  .logo-sub{
    font-family:var(--sans);
    font-size:9.5px;
    font-weight:600;
    letter-spacing:0.42em;
    text-transform:uppercase;
    line-height:1;
    padding-left:1px;
    color:var(--forest);
    transition:font-size .4s ease, letter-spacing .4s ease, color .4s ease;
  }
  header.scrolled .logo-main{font-size:20px;}
  header.scrolled .logo-sub{font-size:8px;letter-spacing:0.35em;}
  header.scrolled .logo-divider{width:30%;}
  header.hero-dark:not(.scrolled) .logo,
  header.hero-dark:not(.scrolled) .logo-main,
  header.hero-dark:not(.scrolled) .nav-links a,
  header.hero-dark:not(.scrolled) .nav-icons button{color:var(--white);}
  header.hero-dark:not(.scrolled) .logo-sub{color:rgba(255,255,255,0.85);}
  header.hero-dark:not(.scrolled) .logo-divider{background:rgba(255,255,255,0.55);}

  .nav-links{
    display:flex;
    gap:22px;
    font-size:11px;
    letter-spacing:0.05em;
    text-transform:uppercase;
    white-space:nowrap;
  }
  .nav-links a{
    position:relative;
    padding-bottom:4px;
  }
  .nav-links a::after{
    content:"";
    position:absolute;left:0;bottom:0;
    width:0;height:1px;
    background:currentColor;
    transition:width .4s cubic-bezier(.16,1,.3,1);
  }
  .nav-links a:hover::after{width:100%;}

  .nav-icons{
    display:flex;
    align-items:center;
    gap:22px;
  }
  .nav-icons button{
    width:18px;height:18px;
    display:flex;align-items:center;justify-content:center;
    position:relative;
    transition:opacity .3s ease;
  }
  .nav-icons button:hover{opacity:0.55;}
  .nav-icons svg{width:17px;height:17px;stroke:currentColor;fill:none;stroke-width:1.3;}
  .bag-count{
    position:absolute;top:-8px;right:-9px;
    font-size:9px;
    background:currentColor;
    color:var(--white);
    width:14px;height:14px;
    border-radius:50%;
    display:flex;align-items:center;justify-content:center;
  }
  header.hero-dark:not(.scrolled) .bag-count{background:var(--white);color:var(--ink);}
  .menu-toggle{display:none;}

  /* ---------- Hero ---------- */
  .hero{
    height:100vh;
    min-height:640px;
    position:relative;
    display:flex;
    align-items:flex-end;
    overflow:hidden;
  }
  .hero-media{
    position:absolute;inset:0;
    z-index:0;
  }
  .hero-media img{
    transform:scale(1.08);
    animation:heroZoom 12s ease-out forwards;
  }
  @keyframes heroZoom{to{transform:scale(1);}}
  .hero::after{
    content:"";
    position:absolute;inset:0;
    background:linear-gradient(180deg, rgba(17,17,17,0.18) 0%, rgba(17,17,17,0.02) 32%, rgba(17,17,17,0.44) 100%);
    z-index:1;
  }
  .hero-content{
    position:relative;z-index:2;
    color:var(--white);
    padding:0 var(--edge) 8vh;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:40px;
  }
  .hero-text{max-width:640px;}
  .hero-eyebrow{
    font-size:11px;letter-spacing:0.28em;text-transform:uppercase;
    opacity:0.86;margin-bottom:22px;
    display:block;
  }
  .hero-title{
    font-family:var(--serif);
    font-weight:500;
    font-size:clamp(38px, 5.4vw, 78px);
    line-height:1.06;
    letter-spacing:-0.01em;
    margin-bottom:24px;
  }
  .hero-title em{font-style:italic;font-family:var(--serif-italic);font-weight:400;}
  .hero-copy{
    font-size:15.5px;
    line-height:1.7;
    font-weight:300;
    max-width:420px;
    opacity:0.92;
    margin-bottom:38px;
  }
  .hero-ctas{display:flex;gap:18px;flex-wrap:wrap;}
  .hero-ctas .btn-outline{border-color:rgba(255,255,255,0.7);color:var(--white);}
  .hero-ctas .btn-outline:hover{background:var(--white);color:var(--ink);}
  .hero-ctas .btn-primary{background:var(--white);color:var(--ink);}
  .hero-ctas .btn-primary:hover{background:var(--white);}

  .hero-scroll{
    display:flex;flex-direction:column;align-items:center;gap:10px;
    font-size:10px;letter-spacing:0.2em;text-transform:uppercase;
    color:var(--white);opacity:0.8;
  }
  .hero-scroll .line{width:1px;height:46px;background:rgba(255,255,255,0.55);position:relative;overflow:hidden;}
  .hero-scroll .line::after{
    content:"";position:absolute;top:-100%;left:0;width:100%;height:100%;
    background:var(--white);
    animation:scrollLine 2.2s ease-in-out infinite;
  }
  @keyframes scrollLine{50%{top:100%;}100%{top:100%;}}

  /* ---------- Section shell ---------- */
  .section{
    padding:120px var(--edge);
  }
  .section-ivory{background:var(--ivory);}
  .section-header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:40px;
    margin-bottom:64px;
  }
  .section-title{
    font-family:var(--serif);
    font-weight:500;
    font-size:clamp(28px,3.4vw,44px);
    letter-spacing:-0.01em;
    line-height:1.15;
    margin-top:14px;
  }
  .section-note{
    font-size:13.5px;
    color:var(--charcoal);
    max-width:320px;
    line-height:1.7;
    font-weight:300;
    text-align:right;
  }

  /* ---------- Categories ---------- */
  .cat-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    grid-template-rows:340px 340px 300px;
    gap:2px;
  }
  .cat-card{
    position:relative;
    overflow:hidden;
    border-radius:10px;
    grid-column:span 2;
  }
  .cat-card:nth-child(1){grid-column:span 3;grid-row:span 2;}
  .cat-card:nth-child(2){grid-column:span 3;}
  .cat-card:nth-child(3){grid-column:span 3;}
  .cat-card:nth-child(4),.cat-card:nth-child(5),.cat-card:nth-child(6){grid-column:span 2;}
  .cat-card:nth-child(7),.cat-card:nth-child(8){grid-column:span 3;}
  .cat-card img{transition:transform 1.1s cubic-bezier(.16,1,.3,1);}
  .cat-card:hover img{transform:scale(1.07);}
  .cat-card::after{
    content:"";position:absolute;inset:0;
    background:linear-gradient(180deg, rgba(17,17,17,0) 40%, rgba(17,17,17,0.5) 100%);
  }
  .cat-label{
    position:absolute;left:26px;bottom:24px;z-index:2;
    color:var(--white);
  }
  .cat-label .name{font-family:var(--serif);font-size:22px;font-weight:500;margin-bottom:6px;}
  .cat-label .cta{
    font-size:10.5px;letter-spacing:0.16em;text-transform:uppercase;
    display:inline-flex;align-items:center;gap:8px;opacity:0.9;
    border-bottom:1px solid rgba(255,255,255,0.6);
    padding-bottom:3px;
  }

  /* ---------- Product grid ---------- */
  .product-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:56px 32px;
  }
  .product-card{position:relative;}
  .product-media{
    position:relative;
    aspect-ratio:3/4;
    overflow:hidden;
    border-radius:10px;
    background:var(--ivory);
    margin-bottom:20px;
  }
  .product-media img{
    position:absolute;inset:0;
    transition:opacity .6s ease, transform 1s cubic-bezier(.16,1,.3,1);
  }
  .product-media img.img-b{opacity:0;}
  .product-card:hover .product-media img.img-a{opacity:0;}
  .product-card:hover .product-media img.img-b{opacity:1;}
  .product-card:hover .product-media img{transform:scale(1.045);}

  .wish-btn{
    position:absolute;top:16px;right:16px;z-index:3;
    width:36px;height:36px;border-radius:50%;
    background:rgba(255,255,255,0.85);
    display:flex;align-items:center;justify-content:center;
    backdrop-filter:blur(4px);
    transition:transform .3s ease;
  }
  .wish-btn:hover{transform:scale(1.08);}
  .wish-btn svg{width:15px;height:15px;stroke:var(--ink);fill:none;stroke-width:1.4;transition:fill .3s ease, stroke .3s ease;}
  .wish-btn.active svg{fill:var(--ink);}

  .quick-view{
    position:absolute;left:16px;right:16px;bottom:16px;z-index:3;
    padding:13px;text-align:center;
    background:var(--white);
    font-size:10.5px;letter-spacing:0.14em;text-transform:uppercase;
    border-radius:8px;
    opacity:0;transform:translateY(10px);
    transition:opacity .4s ease, transform .4s ease;
  }
  .product-card:hover .quick-view{opacity:1;transform:translateY(0);}

  .product-info .pname{
    font-family:var(--serif);
    font-size:17px;
    font-weight:500;
    margin-bottom:6px;
  }
  .product-meta{
    display:flex;justify-content:space-between;align-items:center;
  }
  .price{font-size:14px;color:var(--charcoal);font-weight:400;}
  .swatches{display:flex;gap:6px;}
  .swatch{width:12px;height:12px;border-radius:50%;border:1px solid var(--border);cursor:pointer;}

  /* ---------- Brand story ---------- */
  .story{
    display:grid;
    grid-template-columns:0.9fr 1.1fr;
    gap:0;
    align-items:stretch;
  }
  .story-media{position:relative;min-height:640px;overflow:hidden;border-radius:10px;}
  .story-copy{
    padding:60px 0 60px 90px;
    display:flex;flex-direction:column;justify-content:center;
    gap:26px;
  }
  .story-copy h2{
    font-family:var(--serif);
    font-size:clamp(30px,3.6vw,46px);
    font-weight:500;
    line-height:1.14;
    max-width:520px;
  }
  .story-copy h2 em{font-family:var(--serif-italic);font-style:italic;font-weight:400;color:var(--forest);}
  .story-copy p{
    font-size:15px;line-height:1.85;color:var(--charcoal);font-weight:300;max-width:480px;
  }
  .story-stats{display:flex;gap:52px;margin-top:8px;}
  .story-stat .num{font-family:var(--serif);font-size:30px;font-weight:500;}
  .story-stat .label{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:var(--charcoal);margin-top:6px;}

  /* ---------- Best sellers carousel ---------- */
  .carousel-head{
    display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:48px;
  }
  .carousel-controls{display:flex;gap:10px;}
  .carousel-controls button{
    width:44px;height:44px;border-radius:50%;
    border:1px solid var(--border);
    display:flex;align-items:center;justify-content:center;
    transition:background .3s ease, border-color .3s ease;
  }
  .carousel-controls button:hover{background:var(--hover);border-color:var(--ink);}
  .carousel-controls svg{width:15px;height:15px;stroke:var(--ink);fill:none;stroke-width:1.4;}
  .carousel-track{
    display:flex;gap:28px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scrollbar-width:none;
    padding-bottom:4px;
  }
  .carousel-track::-webkit-scrollbar{display:none;}
  .carousel-track .product-card{min-width:280px;flex:0 0 280px;}

  /* ---------- Editorial ---------- */
  .editorial{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:2px;
    min-height:560px;
  }
  .editorial-panel{position:relative;overflow:hidden;border-radius:10px;}
  .editorial-panel img{transition:transform 1.2s cubic-bezier(.16,1,.3,1);}
  .editorial-panel:hover img{transform:scale(1.05);}
  .editorial-panel.dark{
    background:var(--ink);
    display:flex;flex-direction:column;justify-content:center;
    padding:70px;color:var(--white);
  }
  .editorial-panel.dark .eyebrow{color:rgba(255,255,255,0.6);}
  .editorial-panel.dark .eyebrow::before{background:var(--white);}
  .editorial-panel.dark h3{
    font-family:var(--serif);font-size:clamp(30px,3.2vw,46px);font-weight:500;
    line-height:1.15;margin:22px 0 30px;max-width:420px;
  }
  .editorial-panel.dark p{
    font-size:14.5px;color:rgba(255,255,255,0.72);line-height:1.8;max-width:400px;margin-bottom:36px;font-weight:300;
  }
  .editorial-panel.dark .btn-outline{border-color:rgba(255,255,255,0.5);color:var(--white);}
  .editorial-panel.dark .btn-outline:hover{background:var(--white);color:var(--ink);}

  /* ---------- Reviews ---------- */
  .review-grid{
    display:grid;grid-template-columns:repeat(3,1fr);gap:1px;
    background:var(--border);
    border:1px solid var(--border);
    border-radius:10px;
    overflow:hidden;
  }
  .review-card{background:var(--white);padding:48px 40px;}
  .stars{display:flex;gap:4px;margin-bottom:22px;}
  .stars svg{width:13px;height:13px;fill:var(--ink);}
  .review-quote{
    font-family:var(--serif-italic);font-style:italic;font-size:19px;
    line-height:1.6;margin-bottom:26px;color:var(--ink);
  }
  .review-author{font-size:11px;letter-spacing:0.08em;text-transform:uppercase;color:var(--charcoal);}

  /* ---------- Instagram ---------- */
  .insta-grid{
    display:grid;grid-template-columns:repeat(6,1fr);gap:2px;
    margin-bottom:120px;
  }
  .insta-item{position:relative;aspect-ratio:1/1;overflow:hidden;border-radius:8px;}
  .insta-item img{transition:transform .8s cubic-bezier(.16,1,.3,1);}
  .insta-item:hover img{transform:scale(1.08);}
  .insta-item::after{
    content:"";position:absolute;inset:0;background:rgba(17,17,17,0);
    transition:background .4s ease;
  }
  .insta-item:hover::after{background:rgba(17,17,17,0.12);}

  /* ---------- Newsletter ---------- */
  .newsletter{
    text-align:center;
    padding:140px var(--edge);
    background:var(--ivory);
  }
  .newsletter .eyebrow{justify-content:center;}
  .newsletter h2{
    font-family:var(--serif);font-weight:500;
    font-size:clamp(28px,3.4vw,42px);
    max-width:620px;margin:20px auto 16px;
    line-height:1.2;
  }
  .newsletter p{color:var(--charcoal);font-size:14.5px;max-width:440px;margin:0 auto 40px;font-weight:300;line-height:1.7;}
  .news-form{
    display:flex;justify-content:center;gap:0;
    max-width:440px;margin:0 auto;
    border-bottom:1px solid var(--ink);
    padding-bottom:14px;
  }
  .news-form input{
    flex:1;background:transparent;border:none;outline:none;
    font-family:var(--sans);font-size:14px;color:var(--ink);
    padding:6px 0;
  }
  .news-form input::placeholder{color:#9a9a9a;}
  .news-form button{
    font-size:11px;letter-spacing:0.14em;text-transform:uppercase;
    display:flex;align-items:center;gap:8px;
    border-bottom:1px solid var(--ink);
    padding-bottom:2px;
  }

  /* ---------- Footer ---------- */
  footer{
    background:var(--white);
    padding:90px var(--edge) 32px;
    border-top:1px solid var(--border);
  }
  .footer-top{
    display:grid;
    grid-template-columns:1.6fr 1fr 1fr 1fr;
    gap:40px;
    padding-bottom:70px;
  }
  .footer-brand .logo{margin-bottom:24px;align-items:flex-start;}
  .footer-brand .logo .logo-main{font-size:32px;}
  .footer-brand .logo .logo-sub{font-size:11px;letter-spacing:0.4em;}
  .footer-brand p{font-size:13.5px;color:var(--charcoal);line-height:1.8;max-width:260px;font-weight:300;}
  .footer-col h4{
    font-size:11px;letter-spacing:0.12em;text-transform:uppercase;
    margin-bottom:22px;color:var(--ink);
  }
  .footer-col ul li{margin-bottom:13px;}
  .footer-col ul li a{
    font-size:13.5px;color:var(--charcoal);
    transition:color .3s ease;
  }
  .footer-col ul li a:hover{color:var(--ink);}
  .footer-social{display:flex;gap:14px;margin-top:4px;}
  .footer-social a{
    width:36px;height:36px;border:1px solid var(--border);border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    transition:background .3s ease,border-color .3s ease;
  }
  .footer-social a:hover{background:var(--hover);border-color:var(--ink);}
  .footer-social svg{width:14px;height:14px;stroke:var(--ink);fill:none;stroke-width:1.3;}
  .footer-bottom{
    display:flex;justify-content:space-between;align-items:center;
    padding-top:28px;border-top:1px solid var(--border);
    font-size:11.5px;color:#9a9a9a;letter-spacing:0.02em;
  }
  .footer-bottom .footer-credit{
    color:#b8b8b8;margin-left:8px;padding-left:8px;border-left:1px solid var(--border);
  }
  .footer-bottom .payments span{
    border:1px solid var(--border);border-radius:5px;padding:4px 9px;font-size:10px;letter-spacing:0.04em;color:var(--charcoal);
  }

  /* ---------- Responsive ---------- */
  @media (max-width:1080px){
    .cat-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;}
    .cat-card:nth-child(1),.cat-card:nth-child(2),.cat-card:nth-child(3){grid-column:span 2;grid-row:auto;height:380px;}
    .cat-card:nth-child(4),.cat-card:nth-child(5),.cat-card:nth-child(6){grid-column:span 1;height:300px;}
    .cat-card:nth-child(7),.cat-card:nth-child(8){grid-column:span 1;height:300px;}
    .product-grid{grid-template-columns:repeat(2,1fr);}
    .story{grid-template-columns:1fr;}
    .story-copy{padding:60px var(--edge);}
    .story-media{min-height:420px;}
    .editorial{grid-template-columns:1fr;}
    .editorial-panel.dark{padding:60px var(--edge);}
    .review-grid{grid-template-columns:1fr;}
    .insta-grid{grid-template-columns:repeat(3,1fr);}
    .footer-top{grid-template-columns:1fr 1fr;row-gap:50px;}
  }
  @media (max-width:720px){
    :root{--edge:6.5vw;}
    .nav-links{display:none;}
    .menu-toggle{display:flex;width:20px;height:20px;flex-direction:column;justify-content:center;gap:5px;}
    .menu-toggle span{width:100%;height:1px;background:currentColor;}
    .hero-content{flex-direction:column;align-items:flex-start;gap:36px;}
    .hero-scroll{display:none;}
    .section{padding:80px var(--edge);}
    .section-header{flex-direction:column;align-items:flex-start;gap:16px;}
    .section-note{text-align:left;}
    .cat-grid{grid-template-columns:1fr;}
    .cat-card:nth-child(1),.cat-card:nth-child(2),.cat-card:nth-child(3),
    .cat-card:nth-child(4),.cat-card:nth-child(5),.cat-card:nth-child(6),
    .cat-card:nth-child(7),.cat-card:nth-child(8){grid-column:span 1;height:320px;}
    .product-grid{grid-template-columns:1fr;gap:44px;}
    .footer-top{grid-template-columns:1fr;gap:44px;}
    .footer-bottom{flex-direction:column;gap:16px;align-items:flex-start;}
    .insta-grid{grid-template-columns:repeat(2,1fr);}
  }

/* =========================================================
   WOOCOMMERCE — SHOP / ARCHIVE
========================================================= */
.mc-shop-header{
  padding:160px var(--edge) 60px;
  border-bottom:1px solid var(--border);
}
.mc-shop-header .eyebrow{margin-bottom:16px;}
.mc-shop-header h1{
  font-family:var(--serif);
  font-weight:500;
  font-size:clamp(30px,4vw,52px);
  letter-spacing:-0.01em;
}
.mc-shop-toolbar{
  display:flex;justify-content:space-between;align-items:center;
  padding:28px var(--edge);
  border-bottom:1px solid var(--border);
  font-size:12px;letter-spacing:0.06em;text-transform:uppercase;color:var(--charcoal);
}
.mc-shop-layout{
  display:grid;
  grid-template-columns:260px 1fr;
  gap:60px;
  padding:60px var(--edge) 140px;
}
.mc-filters h4{
  font-size:11px;letter-spacing:0.14em;text-transform:uppercase;
  margin-bottom:18px;color:var(--ink);
}
.mc-filters .widget{margin-bottom:44px;}
.mc-filters ul li{margin-bottom:11px;}
.mc-filters ul li a{
  font-size:13.5px;color:var(--charcoal);transition:color .3s ease;
}
.mc-filters ul li a:hover,
.mc-filters ul li.chosen a{color:var(--ink);}
.mc-filters .price_slider_wrapper{margin-top:10px;}

ul.products{
  display:grid !important;
  grid-template-columns:repeat(3,1fr);
  gap:56px 32px;
  list-style:none;
}
ul.products li.product{position:relative;}
ul.products li.product a img{
  aspect-ratio:3/4;
  border-radius:10px;
  margin-bottom:20px;
  transition:transform 1s cubic-bezier(.16,1,.3,1);
}
ul.products li.product:hover a img{transform:scale(1.04);}
ul.products li.product .woocommerce-loop-product__title{
  font-family:var(--serif);font-size:17px;font-weight:500;margin-bottom:6px;color:var(--ink);
}
ul.products li.product .price{
  font-size:14px;color:var(--charcoal);font-weight:400;
}
ul.products li.product .price del{color:#9a9a9a;margin-right:8px;}
ul.products li.product .price ins{text-decoration:none;color:var(--ink);}
ul.products li.product .button{
  display:inline-flex;align-items:center;justify-content:center;
  margin-top:14px;
  padding:13px 28px;
  font-size:10.5px;letter-spacing:0.14em;text-transform:uppercase;
  background:var(--ink);color:var(--white);
  border-radius:9px;
  transition:transform .4s cubic-bezier(.16,1,.3,1);
}
ul.products li.product .button:hover{transform:scale(1.035);}
ul.products li.product .onsale{
  position:absolute;top:16px;left:16px;z-index:3;
  background:var(--forest);color:var(--white);
  font-size:10px;letter-spacing:0.08em;text-transform:uppercase;
  padding:6px 12px;border-radius:20px;
}
.woocommerce-pagination{margin-top:70px;text-align:center;}
.woocommerce-pagination ul{display:inline-flex;gap:8px;}
.woocommerce-pagination a,
.woocommerce-pagination span{
  display:inline-flex;align-items:center;justify-content:center;
  width:38px;height:38px;border:1px solid var(--border);border-radius:50%;
  font-size:12.5px;transition:background .3s ease,border-color .3s ease;
}
.woocommerce-pagination a:hover{background:var(--hover);border-color:var(--ink);}
.woocommerce-pagination .current{background:var(--ink);color:var(--white);border-color:var(--ink);}

/* =========================================================
   WOOCOMMERCE — SINGLE PRODUCT
========================================================= */
.mc-product{
  padding:40px var(--edge) 120px;
  display:grid;
  grid-template-columns:1.1fr 0.9fr;
  gap:80px;
}
.mc-product-gallery .woocommerce-product-gallery__wrapper{
  border-radius:10px;overflow:hidden;
}
.mc-product-gallery img{border-radius:10px;aspect-ratio:3/4;}
.mc-product-gallery .flex-control-thumbs{
  display:flex;gap:12px;margin-top:14px;list-style:none;
}
.mc-product-gallery .flex-control-thumbs li{width:80px;}
.mc-product-gallery .flex-control-thumbs img{
  border-radius:8px;aspect-ratio:3/4;cursor:pointer;opacity:0.6;transition:opacity .3s ease;
}
.mc-product-gallery .flex-control-thumbs img.flex-active{opacity:1;}

.mc-product-summary .eyebrow{margin-bottom:20px;}
.mc-product-summary h1.product_title{
  font-family:var(--serif);font-weight:500;
  font-size:clamp(28px,3vw,40px);line-height:1.15;margin-bottom:14px;
}
.mc-product-summary .price{
  font-size:19px;color:var(--ink);margin-bottom:28px;display:block;
}
.mc-product-summary .price del{color:#9a9a9a;margin-right:10px;font-size:15px;}
.mc-product-summary .woocommerce-product-details__short-description{
  font-size:14.5px;line-height:1.85;color:var(--charcoal);font-weight:300;
  margin-bottom:34px;max-width:460px;
}
.mc-product-summary form.cart{margin-bottom:36px;}
.mc-product-summary table.variations{width:100%;margin-bottom:26px;}
.mc-product-summary table.variations tr{display:block;margin-bottom:18px;}
.mc-product-summary table.variations label{
  display:block;font-size:11px;letter-spacing:0.12em;text-transform:uppercase;
  color:var(--ink);margin-bottom:10px;
}
.mc-product-summary select{
  width:100%;padding:14px 16px;border:1px solid var(--border);border-radius:9px;
  font-family:var(--sans);font-size:13.5px;background:var(--white);
}
.mc-product-summary .quantity{margin-right:16px;}
.mc-product-summary .quantity input{
  width:70px;padding:15px 14px;border:1px solid var(--border);border-radius:9px;
  font-family:var(--sans);font-size:13.5px;text-align:center;
}
.mc-product-summary .single_add_to_cart_button{
  padding:17px 44px;font-size:11.5px;letter-spacing:0.14em;text-transform:uppercase;
  background:var(--ink);color:var(--white);border-radius:10px;
  transition:transform .4s cubic-bezier(.16,1,.3,1);
}
.mc-product-summary .single_add_to_cart_button:hover{transform:scale(1.03);}
.mc-product-meta{
  border-top:1px solid var(--border);padding-top:26px;margin-top:30px;
}
.mc-product-meta .row{
  display:flex;justify-content:space-between;padding:12px 0;
  font-size:13px;color:var(--charcoal);border-bottom:1px solid var(--border);
}
.mc-product-meta .row span:first-child{color:var(--ink);}
.mc-delivery-note{
  display:flex;gap:12px;align-items:flex-start;
  margin-top:30px;padding:20px;background:var(--ivory);border-radius:10px;
  font-size:12.5px;color:var(--charcoal);line-height:1.7;
}
.mc-delivery-note svg{width:18px;height:18px;flex-shrink:0;stroke:var(--ink);fill:none;stroke-width:1.4;margin-top:2px;}

.mc-related{padding:0 var(--edge) 140px;}
.mc-related h2{
  font-family:var(--serif);font-weight:500;font-size:clamp(24px,2.8vw,34px);
  margin-bottom:44px;
}

/* =========================================================
   WOOCOMMERCE — CART
========================================================= */
.mc-cart{padding:150px var(--edge) 140px;max-width:1100px;margin:0 auto;}
.mc-cart h1{
  font-family:var(--serif);font-weight:500;font-size:clamp(28px,3.2vw,42px);margin-bottom:50px;
}
table.shop_table{width:100%;border-collapse:collapse;margin-bottom:50px;}
table.shop_table thead th{
  text-align:left;font-size:11px;letter-spacing:0.12em;text-transform:uppercase;
  color:var(--charcoal);padding-bottom:18px;border-bottom:1px solid var(--border);
}
table.shop_table td{
  padding:26px 10px;border-bottom:1px solid var(--border);vertical-align:middle;
}
table.shop_table td.product-thumbnail img{
  width:90px;aspect-ratio:3/4;object-fit:cover;border-radius:8px;
}
table.shop_table td.product-name a{
  font-family:var(--serif);font-size:16px;font-weight:500;color:var(--ink);
}
table.shop_table .quantity input{
  width:60px;padding:10px;border:1px solid var(--border);border-radius:8px;text-align:center;
}
table.shop_table .product-remove a{
  font-size:18px;color:var(--charcoal);transition:color .3s ease;
}
table.shop_table .product-remove a:hover{color:var(--ink);}
.woocommerce-cart-form .coupon{
  display:flex;gap:12px;margin-top:20px;
}
.woocommerce-cart-form .coupon input{
  flex:1;max-width:240px;padding:14px 16px;border:1px solid var(--border);border-radius:9px;font-size:13px;
}
.cart-collaterals{
  display:flex;justify-content:flex-end;
}
.cart_totals{
  width:100%;max-width:400px;background:var(--ivory);border-radius:10px;padding:36px;
}
.cart_totals h2{
  font-family:var(--serif);font-weight:500;font-size:20px;margin-bottom:24px;
}
.cart_totals table{width:100%;}
.cart_totals table th,.cart_totals table td{
  padding:14px 0;font-size:13.5px;border-bottom:1px solid var(--border);color:var(--charcoal);
}
.cart_totals .order-total th,.cart_totals .order-total td{
  color:var(--ink);font-size:15px;font-weight:500;border-bottom:none;padding-top:20px;
}
.wc-proceed-to-checkout a{
  display:block;text-align:center;width:100%;
  margin-top:24px;padding:18px;
  background:var(--ink);color:var(--white);
  font-size:12px;letter-spacing:0.14em;text-transform:uppercase;
  border-radius:10px;transition:transform .4s cubic-bezier(.16,1,.3,1);
}
.wc-proceed-to-checkout a:hover{transform:scale(1.02);}

/* =========================================================
   WOOCOMMERCE — CHECKOUT (multi-step feel)
========================================================= */
.mc-checkout{padding:150px var(--edge) 140px;max-width:1200px;margin:0 auto;}
.mc-checkout h1{
  font-family:var(--serif);font-weight:500;font-size:clamp(28px,3.2vw,42px);margin-bottom:14px;
}
.mc-checkout-steps{
  display:flex;gap:32px;margin-bottom:60px;
  font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:var(--charcoal);
}
.mc-checkout-steps span{display:flex;align-items:center;gap:10px;}
.mc-checkout-steps span::before{
  content:"";width:6px;height:6px;border-radius:50%;background:var(--border);
}
.mc-checkout-steps span.active{color:var(--ink);}
.mc-checkout-steps span.active::before{background:var(--ink);}

.woocommerce-checkout .col2-set,
.woocommerce-checkout #customer_details{
  display:grid;grid-template-columns:1fr 1fr;gap:60px;
}
.woocommerce-checkout .form-row{margin-bottom:20px;}
.woocommerce-checkout label{
  display:block;font-size:11px;letter-spacing:0.1em;text-transform:uppercase;
  color:var(--ink);margin-bottom:9px;
}
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout select,
.woocommerce-checkout textarea{
  width:100%;padding:15px 16px;border:1px solid var(--border);border-radius:9px;
  font-family:var(--sans);font-size:13.5px;background:var(--white);
  transition:border-color .3s ease;
}
.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus{border-color:var(--ink);outline:none;}

#order_review{
  background:var(--ivory);border-radius:10px;padding:40px;height:fit-content;
}
#order_review h3{
  font-family:var(--serif);font-weight:500;font-size:20px;margin-bottom:24px;
}
.woocommerce-checkout-payment{
  margin-top:24px;background:var(--white);border:1px solid var(--border);border-radius:10px;padding:24px;
}
.wc_payment_methods{list-style:none;}
.wc_payment_method{padding:14px 0;border-bottom:1px solid var(--border);font-size:13.5px;}
.wc_payment_method:last-child{border-bottom:none;}
.payment_box{
  margin-top:12px;padding:14px;background:var(--ivory);border-radius:8px;
  font-size:12.5px;color:var(--charcoal);line-height:1.7;
}
#place_order{
  width:100%;margin-top:20px;padding:18px;
  background:var(--ink);color:var(--white);
  font-size:12px;letter-spacing:0.14em;text-transform:uppercase;
  border-radius:10px;transition:transform .4s cubic-bezier(.16,1,.3,1);
}
#place_order:hover{transform:scale(1.02);}
.mc-payment-icons{
  display:flex;gap:8px;margin-top:16px;flex-wrap:wrap;
}
.mc-payment-icons span{
  border:1px solid var(--border);border-radius:5px;padding:5px 10px;
  font-size:10px;letter-spacing:0.04em;color:var(--charcoal);
}
.mc-payment-note{
  margin-top:16px;font-size:12.5px;color:var(--charcoal);
  display:flex;align-items:center;gap:8px;
}

/* =========================================================
   MINI CART DROPDOWN
========================================================= */
.mc-mini-cart{
  position:absolute;top:calc(100% + 20px);right:0;
  width:340px;background:var(--white);
  border:1px solid var(--border);border-radius:10px;
  box-shadow:0 20px 50px rgba(17,17,17,0.08);
  padding:26px;z-index:300;
  opacity:0;visibility:hidden;transform:translateY(-10px);
  transition:opacity .35s ease, transform .35s ease, visibility .35s ease;
}
.nav-icons .bag-wrap{position:relative;}
.nav-icons .bag-wrap:hover .mc-mini-cart,
.mc-mini-cart.force-open{
  opacity:1;visibility:visible;transform:translateY(0);
}
.mc-mini-cart .mini-item{
  display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--border);
}
.mc-mini-cart .mini-item img{width:56px;aspect-ratio:3/4;object-fit:cover;border-radius:6px;}
.mc-mini-cart .mini-item .mi-name{font-size:13px;font-weight:500;margin-bottom:4px;color:var(--ink);}
.mc-mini-cart .mini-item .mi-meta{font-size:12px;color:var(--charcoal);}
.mc-mini-cart .mini-total{
  display:flex;justify-content:space-between;padding:16px 0;font-size:13.5px;color:var(--ink);font-weight:500;
}
.mc-mini-cart .mini-actions{display:flex;gap:10px;margin-top:8px;}
.mc-mini-cart .mini-actions a{
  flex:1;text-align:center;padding:12px;font-size:10.5px;letter-spacing:0.1em;text-transform:uppercase;border-radius:8px;
}
.mc-mini-cart .mini-actions a.view-cart{border:1px solid var(--ink);}
.mc-mini-cart .mini-actions a.checkout-now{background:var(--ink);color:var(--white);}
.mc-mini-cart .mini-empty{font-size:13px;color:var(--charcoal);text-align:center;padding:20px 0;}

/* =========================================================
   WHATSAPP — CUSTOMER SERVICE FLOATING BUTTON
   (Sits alongside normal WooCommerce checkout — does not
   replace it. For order-status questions, sizing help, etc.)
========================================================= */
.mc-whatsapp-float{
  position:fixed;
  right:26px;bottom:26px;
  z-index:500;
  display:flex;align-items:center;gap:12px;
}
.mc-whatsapp-tooltip{
  background:var(--ink);color:var(--white);
  font-size:12.5px;letter-spacing:0.02em;
  padding:11px 18px;border-radius:8px;
  white-space:nowrap;
  opacity:0;transform:translateX(8px);
  transition:opacity .35s ease, transform .35s ease;
  pointer-events:none;
}
.mc-whatsapp-float:hover .mc-whatsapp-tooltip{opacity:1;transform:translateX(0);}
.mc-whatsapp-btn{
  width:58px;height:58px;border-radius:50%;
  background:var(--ink);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 10px 30px rgba(17,17,17,0.22);
  position:relative;
  transition:transform .4s cubic-bezier(.16,1,.3,1);
}
.mc-whatsapp-btn:hover{transform:scale(1.06);}
.mc-whatsapp-btn svg{width:26px;height:26px;fill:var(--white);}
.mc-whatsapp-btn::after{
  content:"";position:absolute;inset:0;border-radius:50%;
  border:1px solid rgba(17,17,17,0.5);
  animation:mcWaPulse 2.6s ease-out infinite;
}
@keyframes mcWaPulse{
  0%{transform:scale(1);opacity:0.6;}
  100%{transform:scale(1.55);opacity:0;}
}
@media (prefers-reduced-motion: reduce){
  .mc-whatsapp-btn::after{animation:none;}
}
.mc-whatsapp-order-cta{
  max-width:640px;margin:40px auto 0;padding:36px;
  background:var(--ivory);border-radius:10px;text-align:center;
}
.mc-whatsapp-order-cta p{
  font-size:14px;color:var(--charcoal);line-height:1.7;margin-bottom:22px;
}
.mc-whatsapp-order-cta .btn-primary{
  display:inline-flex;align-items:center;gap:10px;
}
@media (max-width:720px){
  .mc-whatsapp-float{right:16px;bottom:16px;}
  .mc-whatsapp-btn{width:52px;height:52px;}
  .mc-whatsapp-btn svg{width:23px;height:23px;}
  .mc-whatsapp-tooltip{display:none;}
}

/* =========================================================
   RESPONSIVE — Shop / Product / Cart / Checkout
========================================================= */
@media (max-width:1080px){
  .mc-shop-layout{grid-template-columns:1fr;}
  .mc-filters{
    display:flex;gap:40px;overflow-x:auto;padding-bottom:10px;
    border-bottom:1px solid var(--border);margin-bottom:40px;
  }
  .mc-filters .widget{margin-bottom:0;flex-shrink:0;}
  ul.products{grid-template-columns:repeat(2,1fr);}
  .mc-product{grid-template-columns:1fr;gap:50px;}
  .woocommerce-checkout .col2-set,
  .woocommerce-checkout #customer_details{grid-template-columns:1fr;gap:0;}
}
@media (max-width:720px){
  .mc-shop-header{padding:130px var(--edge) 40px;}
  ul.products{grid-template-columns:1fr;gap:44px;}
  table.shop_table td.product-thumbnail{display:none;}
  .cart_totals{max-width:100%;}
  #order_review{padding:26px;}
  .mc-mini-cart{width:290px;right:-10px;}
}

/* Generic WooCommerce content wrapper (shop/product/cart/checkout pages) */
.mc-wc-wrap{ padding-top:0; }
.woocommerce-breadcrumb{
	padding:150px var(--edge) 0;
	font-size:11.5px;color:var(--charcoal);letter-spacing:0.02em;
}
.woocommerce-breadcrumb a{color:var(--charcoal);}
.woocommerce-breadcrumb a:hover{color:var(--ink);}
.woocommerce-notices-wrapper{padding:130px var(--edge) 0;}
.woocommerce-message,.woocommerce-error,.woocommerce-info{
	list-style:none;padding:16px 20px;border-radius:9px;
	background:var(--ivory);border:1px solid var(--border);
	font-size:13.5px;color:var(--ink);margin-bottom:0;
	display:flex;justify-content:space-between;align-items:center;
}
.woocommerce-error{border-color:#e2b8b8;}
.woocommerce-message .button,.woocommerce-error .button{
	padding:10px 20px;background:var(--ink);color:var(--white);
	border-radius:8px;font-size:11px;letter-spacing:0.08em;text-transform:uppercase;
}
