
:root{--wo-bg:#fbf8f2;--wo-paper:#fffdf8;--wo-ink:#171020;--wo-muted:#6a6170;--wo-purple:#21132e;--wo-purple-2:#351a46;--wo-purple-3:#5a2d70;--wo-gold:#d4b06a;--wo-border:rgba(33,19,46,.13);--wo-shadow:0 18px 50px rgba(24,13,34,.12);--wo-serif:Georgia,"Times New Roman",serif;--wo-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*{box-sizing:border-box}body.witchone-theme{margin:0;background:var(--wo-bg);color:var(--wo-ink);font-family:var(--wo-sans);font-size:16px;line-height:1.55}.witchone-theme a{color:inherit;text-decoration:none}.witchone-theme img{max-width:100%;height:auto;display:block}.witchone-site{min-height:100vh;background:var(--wo-bg)}
.witchone-topbar{background:#24132e;color:#fff8eb;min-height:36px;display:flex;align-items:center;justify-content:center;font-size:13px;letter-spacing:.05em;font-weight:500}.witchone-header{background:#fbf8f2;border-bottom:1px solid rgba(33,19,46,.08);position:relative;z-index:10}.witchone-header-main{max-width:1180px;margin:0 auto;min-height:162px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;padding:18px 44px 10px}.witchone-logo{display:inline-flex;justify-content:center;align-items:center}.witchone-logo img{width:min(500px,44vw);max-height:116px;object-fit:contain}.witchone-socials,.witchone-header-icons{display:flex;align-items:center;gap:18px}.witchone-header-icons{justify-content:flex-end}.witchone-socials a,.witchone-icon-link,.witchone-search-toggle,.witchone-cart-link{width:24px;height:24px;color:var(--wo-ink);display:inline-grid;place-items:center;position:relative;transition:transform .2s ease,color .2s ease}.witchone-socials a:hover,.witchone-icon-link:hover,.witchone-search-toggle:hover,.witchone-cart-link:hover{transform:translateY(-1px);color:var(--wo-purple-3)}.witchone-socials svg,.witchone-header-icons svg{width:21px;height:21px;fill:currentColor}.witchone-search-toggle{border:0;background:transparent;padding:0;cursor:pointer}.witchone-cart-count{position:absolute;top:-9px;right:-11px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--wo-ink);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:10px;font-weight:800}.witchone-nav{border-top:1px solid rgba(33,19,46,.08);max-width:100%;min-height:60px;display:flex;justify-content:center;align-items:center}.witchone-menu{list-style:none;margin:0;padding:0 30px;display:flex;justify-content:center;align-items:center;gap:45px;flex-wrap:wrap}.witchone-menu>li{position:relative}.witchone-menu a{display:inline-flex;align-items:center;min-height:60px;font-size:13px;letter-spacing:.07em;text-transform:uppercase;font-weight:650;border-bottom:2px solid transparent}.witchone-menu li.current-menu-item>a,.witchone-menu a:hover{border-bottom-color:var(--wo-ink)}.witchone-menu .sub-menu{list-style:none;position:absolute;left:0;top:100%;min-width:220px;background:var(--wo-paper);padding:12px 0;box-shadow:var(--wo-shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease;z-index:30}.witchone-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.witchone-menu .sub-menu a{min-height:38px;padding:0 18px;width:100%;border:0;font-size:12px}.witchone-menu-toggle{display:none}.witchone-search-panel{max-width:600px;margin:0 auto 18px;padding:0 24px}.witchone-search-form{display:flex;gap:10px}.witchone-search-form label{flex:1}.witchone-search-form input[type=search]{width:100%;height:48px;border:1px solid var(--wo-border);padding:0 14px;background:#fff}
.witchone-search-form button,.witchone-button,.witchone-add,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{border:0;border-radius:2px;background:linear-gradient(180deg,#5a2d70,#311a42);color:#fff;min-height:47px;padding:0 35px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;text-transform:uppercase;letter-spacing:.04em;font-weight:800;line-height:1;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.witchone-button:hover,.witchone-add:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover{color:#fff;transform:translateY(-2px);box-shadow:0 12px 28px rgba(49,26,66,.28);background:linear-gradient(180deg,#6c3885,#311a42)}
.witchone-hero{min-height:444px;position:relative;display:grid;place-items:center;background-position:center;background-size:cover;overflow:hidden}.witchone-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(15,10,20,.22),rgba(15,10,20,.34) 55%,rgba(15,10,20,.55)),linear-gradient(90deg,rgba(10,6,12,.1),rgba(10,6,12,0) 25%,rgba(10,6,12,0) 75%,rgba(10,6,12,.1));pointer-events:none}.witchone-hero-content{width:min(650px,calc(100% - 44px));color:#fff;text-align:center;position:relative;z-index:1;margin-top:4px}.witchone-moonline{color:var(--wo-gold);display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:18px;font-size:20px}.witchone-moonline span{font-size:16px;opacity:.8}.witchone-eyebrow{margin:0 0 16px;font-size:15px;letter-spacing:.07em;text-transform:uppercase;font-weight:500}.witchone-hero h1{font-family:var(--wo-serif);font-size:clamp(38px,5.1vw,60px);line-height:.99;font-weight:500;letter-spacing:-.035em;margin:0 0 22px}.witchone-hero-text{margin:0 0 28px;font-size:18px;color:rgba(255,255,255,.92)}
.witchone-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;max-width:1180px;margin:0 auto;padding:34px 44px 30px;background:var(--wo-bg)}.witchone-trust-card{text-align:center;padding:0 24px}.witchone-trust-icon{width:56px;height:56px;margin:0 auto 13px;color:var(--wo-ink)}.witchone-trust-icon svg,.witchone-bottom-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.witchone-trust-card h2,.witchone-bottom-item h2{margin:0 0 3px;font-size:13px;line-height:1.2;letter-spacing:.055em;text-transform:uppercase;font-weight:850}.witchone-trust-card p,.witchone-bottom-item p{margin:0 auto;color:#2a2431;font-size:14px;line-height:1.35;max-width:190px}
.witchone-products-section{background:var(--wo-paper);border-top:1px solid rgba(33,19,46,.05);padding:24px 44px 26px}.witchone-section-head{max-width:1180px;margin:0 auto 18px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.witchone-section-head h2{font-family:var(--wo-serif);margin:0;font-size:23px;line-height:1;letter-spacing:-.02em;font-weight:500}.witchone-section-head span{display:block;width:48px;height:1px;margin-top:13px;background:rgba(33,19,46,.38)}.witchone-section-head a{font-size:12px;letter-spacing:.07em;font-weight:800;text-transform:uppercase}.witchone-product-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.witchone-product-card{min-width:0}.witchone-product-image{display:block;aspect-ratio:1/1.25;overflow:hidden;background:#ede8df;margin-bottom:12px}.witchone-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.witchone-product-card:hover .witchone-product-image img{transform:scale(1.035)}.witchone-product-cat{margin:0 0 6px;color:#756c76;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;font-weight:800}.witchone-product-card h3{margin:0 0 9px;font-size:13px;line-height:1.25;font-weight:500}.witchone-stars,.witchone-rating{color:var(--wo-purple);letter-spacing:2px;font-size:14px;min-height:20px;margin-bottom:7px}.witchone-rating .star-rating{float:none;color:var(--wo-purple);font-size:.85em}.witchone-price,.woocommerce div.product p.price,.woocommerce div.product span.price{font-weight:800;color:var(--wo-ink);font-size:14px;margin-bottom:14px}.witchone-product-card .witchone-add,.witchone-product-card .button{width:100%;min-height:39px;padding:0 12px;border-radius:2px;text-transform:none;letter-spacing:0;font-size:13px;background:#1f112b}
.witchone-bundle{min-height:335px;background-size:cover;background-position:center;position:relative;display:flex;align-items:center}.witchone-bundle:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,12,31,.78),rgba(24,12,31,.42) 38%,rgba(24,12,31,.08) 72%)}.witchone-bundle-content{position:relative;z-index:1;width:min(1180px,calc(100% - 88px));margin:0 auto;color:#fff;padding-left:64px}.witchone-bundle-eyebrow{margin:0 0 17px;color:#fffaf2;font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:700}.witchone-bundle h2{font-family:var(--wo-serif);margin:0 0 20px;font-size:clamp(32px,3.8vw,45px);line-height:1.04;font-weight:500;letter-spacing:-.035em}.witchone-bundle p:not(.witchone-bundle-eyebrow){max-width:260px;margin:0 0 26px;color:rgba(255,255,255,.91);font-size:17px;line-height:1.45}
.witchone-bottom-strip{background:var(--wo-bg);max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:27px 44px}.witchone-bottom-item{display:flex;align-items:center;gap:17px}.witchone-bottom-icon{flex:0 0 auto;width:36px;height:36px;color:var(--wo-ink)}.witchone-bottom-item h2{font-size:12px}.witchone-bottom-item p{font-size:12.5px;max-width:none}.witchone-page{background:var(--wo-paper);padding:54px 24px 70px}.witchone-page-inner{max-width:1120px;margin:0 auto}.witchone-post h1,.witchone-page-inner>h1{font-family:var(--wo-serif);font-size:clamp(34px,5vw,56px);line-height:1.05;font-weight:500;margin:0 0 24px}.witchone-content{font-size:17px}.witchone-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.witchone-post-card{background:#fff;border:1px solid var(--wo-border);padding:20px}.witchone-post-card h2{font-family:var(--wo-serif);font-weight:500}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{text-align:left}.woocommerce ul.products li.product .woocommerce-loop-product__title{color:var(--wo-ink);font-size:16px}.woocommerce span.onsale{background:var(--wo-purple-3);color:#fff}.woocommerce div.product .product_title{font-family:var(--wo-serif);font-size:clamp(34px,5vw,58px);font-weight:500}.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--wo-purple-3)}.woocommerce-message:before,.woocommerce-info:before{color:var(--wo-purple-3)}
.witchone-footer{background:#1f112b;color:#fff;padding:45px 24px;text-align:center}.witchone-footer-inner{max-width:1180px;margin:0 auto}.witchone-footer-logo{display:inline-block;background:#fbf8f2;padding:10px 18px;margin-bottom:22px}.witchone-footer-logo img{width:230px}.witchone-footer-menu{display:flex;list-style:none;justify-content:center;gap:24px;padding:0;margin:0 0 20px;flex-wrap:wrap;font-size:13px;text-transform:uppercase;letter-spacing:.06em}.witchone-footer p{color:rgba(255,255,255,.68);margin:0;font-size:13px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}
@media(max-width:1100px){.witchone-menu{gap:24px}.witchone-product-grid{grid-template-columns:repeat(3,1fr)}.witchone-header-main{padding-left:26px;padding-right:26px}}
@media(max-width:800px){.witchone-topbar{font-size:12px;min-height:32px}.witchone-header-main{min-height:94px;grid-template-columns:auto 1fr auto;padding:14px 18px}.witchone-socials{display:none}.witchone-logo{justify-content:flex-start}.witchone-logo img{width:min(310px,58vw);max-height:72px}.witchone-header-icons{gap:11px}.witchone-nav{min-height:0;display:block;border-top:1px solid rgba(33,19,46,.08)}.witchone-menu-toggle{width:100%;min-height:48px;display:flex;align-items:center;gap:8px;border:0;background:var(--wo-bg);padding:0 18px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.witchone-menu-toggle span{width:18px;height:2px;background:var(--wo-ink);display:block}.witchone-menu{display:none;padding:0 18px 16px;gap:0;align-items:stretch}.witchone-nav.is-open .witchone-menu{display:block}.witchone-menu a{min-height:42px;width:100%;border-bottom:1px solid rgba(33,19,46,.08)}.witchone-menu .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:transparent;padding:0 0 0 16px}.witchone-hero{min-height:430px;background-position:center}.witchone-hero h1{font-size:39px}.witchone-trust-grid,.witchone-bottom-strip{grid-template-columns:repeat(2,1fr);padding-left:20px;padding-right:20px;gap:28px 12px}.witchone-products-section{padding-left:18px;padding-right:18px}.witchone-product-grid{grid-template-columns:repeat(2,1fr);gap:18px 14px}.witchone-section-head{align-items:flex-start;flex-direction:column}.witchone-bundle{min-height:430px;background-position:center}.witchone-bundle:before{background:linear-gradient(90deg,rgba(24,12,31,.82),rgba(24,12,31,.56))}.witchone-bundle-content{width:calc(100% - 36px);padding-left:0}.witchone-archive-grid{grid-template-columns:1fr}}
@media(max-width:480px){.witchone-header-icons .witchone-icon-link{display:none}.witchone-hero-content{width:calc(100% - 30px)}.witchone-hero h1{font-size:34px}.witchone-hero-text{font-size:16px}.witchone-trust-grid,.witchone-bottom-strip{grid-template-columns:1fr}.witchone-product-grid{grid-template-columns:1fr}.witchone-product-image{aspect-ratio:1/.9}.witchone-bottom-item{justify-content:center;text-align:left}}


/* === WitchOne v1.0.2 Premium Mobile Menu === */
.witchone-mobile-toggle{display:none;border:0;background:transparent;padding:0;cursor:pointer;color:var(--wo-ink)}
.witchone-mobile-menu-footer{display:none}
.witchone-menu-backdrop{display:none}

@media(max-width:800px){
  html.witchone-menu-lock,body.witchone-menu-open{overflow:hidden}
  .witchone-header{z-index:9999;box-shadow:0 10px 26px rgba(25,13,33,.08)}
  .witchone-header-main{min-height:98px;grid-template-columns:56px 1fr auto;gap:12px;padding:14px 22px;background:radial-gradient(circle at 50% 0,#fffdf8 0,#fbf8f2 52%,#f6efe4 100%)}
  .witchone-socials{display:none!important}
  .witchone-logo{grid-column:2;justify-content:center!important}
  .witchone-logo img{width:min(310px,50vw)!important;max-height:74px!important;object-fit:contain}
  .witchone-header-icons{grid-column:3;gap:18px}
  .witchone-header-icons .witchone-icon-link{display:none}
  .witchone-header-icons svg{width:31px;height:31px;fill:#190f22}
  .witchone-cart-count{top:-13px;right:-14px;min-width:25px;height:25px;border-radius:999px;background:#21132e;color:#fff;font-size:12px;border:2px solid #fbf8f2;box-shadow:0 6px 14px rgba(33,19,46,.18)}

  .witchone-mobile-toggle{grid-column:1;width:50px;height:50px;display:inline-flex!important;align-items:center;justify-content:center;flex-direction:column;gap:7px;border-radius:999px;background:linear-gradient(145deg,#321941,#1c0f27);box-shadow:0 12px 24px rgba(32,17,43,.20),inset 0 1px 0 rgba(255,255,255,.10);position:relative;z-index:10003}
  .witchone-mobile-toggle span{width:24px;height:2px;background:#d7b76d;border-radius:99px;display:block;transition:transform .25s ease,opacity .2s ease,background .2s ease}
  .witchone-mobile-toggle.is-active span:nth-child(1){transform:translateY(9px) rotate(45deg)}
  .witchone-mobile-toggle.is-active span:nth-child(2){opacity:0}
  .witchone-mobile-toggle.is-active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}

  .witchone-menu-backdrop{display:block;position:fixed;left:0;right:0;top:128px;bottom:0;background:rgba(7,3,11,.66);backdrop-filter:blur(3px);z-index:9997;opacity:1}
  .witchone-menu-backdrop[hidden]{display:none!important}

  .witchone-nav{position:fixed;top:128px;left:0;bottom:0;width:min(78vw,390px);max-width:390px;min-height:0!important;display:block!important;padding:22px 18px 28px;background:linear-gradient(155deg,rgba(39,21,52,.98),rgba(24,12,33,.985) 52%,rgba(15,7,22,.99));border-top:1px solid rgba(215,183,109,.26);border-right:1px solid rgba(215,183,109,.18);border-radius:0 34px 34px 0;box-shadow:24px 0 60px rgba(0,0,0,.46),inset 0 1px 0 rgba(255,255,255,.08);z-index:9998;overflow:auto;transform:translateX(-105%);transition:transform .35s cubic-bezier(.2,.8,.2,1)}
  .witchone-nav:before{content:"";display:block;height:68px;margin:0 0 14px;border-radius:28px 28px 8px 8px;background:radial-gradient(circle at 50% 46%,rgba(215,183,109,.34),rgba(215,183,109,0) 23%),linear-gradient(90deg,rgba(215,183,109,0),rgba(215,183,109,.72),rgba(215,183,109,0));mask:linear-gradient(#000 0 0) bottom/100% 1px no-repeat,radial-gradient(circle at 50% 42%,#000 0 10px,transparent 11px),radial-gradient(circle at 35% 30%,#000 0 2px,transparent 3px),radial-gradient(circle at 63% 25%,#000 0 2px,transparent 3px),radial-gradient(circle at 72% 46%,#000 0 2px,transparent 3px);-webkit-mask:linear-gradient(#000 0 0) bottom/100% 1px no-repeat,radial-gradient(circle at 50% 42%,#000 0 10px,transparent 11px),radial-gradient(circle at 35% 30%,#000 0 2px,transparent 3px),radial-gradient(circle at 63% 25%,#000 0 2px,transparent 3px),radial-gradient(circle at 72% 46%,#000 0 2px,transparent 3px)}
  .witchone-nav.is-open{transform:translateX(0)}

  body.witchone-theme .witchone-menu{display:block!important;margin:0!important;padding:0!important;list-style:none!important;gap:0!important;align-items:stretch!important;justify-content:initial!important;flex-wrap:nowrap!important;background:rgba(255,255,255,.035);border:1px solid rgba(215,183,109,.16);border-radius:24px;overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
  body.witchone-theme .witchone-menu>li{position:relative!important;margin:0!important;padding:0!important;border:0!important}
  body.witchone-theme .witchone-menu>li+li{border-top:1px solid rgba(215,183,109,.14)!important}
  body.witchone-theme .witchone-menu a{min-height:64px!important;width:100%!important;display:flex!important;align-items:center!important;gap:18px!important;padding:0 52px 0 22px!important;border:0!important;text-decoration:none!important;color:#fffaf2!important;background:transparent!important;font-family:Georgia,"Times New Roman",serif!important;font-size:24px!important;line-height:1!important;letter-spacing:.18em!important;text-transform:uppercase!important;font-weight:500!important;text-shadow:0 1px 12px rgba(0,0,0,.35);position:relative;transition:background .2s ease,color .2s ease,padding-left .2s ease}
  body.witchone-theme .witchone-menu a:hover,body.witchone-theme .witchone-menu li.current-menu-item>a{color:#d7b76d!important;background:rgba(215,183,109,.07)!important;padding-left:28px!important}
  body.witchone-theme .witchone-menu a:before{content:"✦";flex:0 0 38px;width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#d7b76d;border:1px solid rgba(215,183,109,.28);font-family:Georgia,"Times New Roman",serif;font-size:22px;letter-spacing:0;background:rgba(255,255,255,.035);box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)}
  body.witchone-theme .witchone-menu>li:nth-child(1)>a:before{content:"⌂"}
  body.witchone-theme .witchone-menu>li:nth-child(2)>a:before{content:"♢"}
  body.witchone-theme .witchone-menu>li:nth-child(3)>a:before{content:"☼"}
  body.witchone-theme .witchone-menu>li:nth-child(4)>a:before{content:"◇"}
  body.witchone-theme .witchone-menu>li:nth-child(5)>a:before{content:"◊"}
  body.witchone-theme .witchone-menu>li:nth-child(6)>a:before{content:"♨"}
  body.witchone-theme .witchone-menu>li:nth-child(7)>a:before{content:"☽"}
  body.witchone-theme .witchone-menu>li:nth-child(8)>a:before{content:"☾"}
  body.witchone-theme .witchone-menu>li:nth-child(9)>a:before{content:"✉"}
  body.witchone-theme .witchone-menu a:after{content:"›";position:absolute;right:22px;top:50%;transform:translateY(-50%);color:#d7b76d;font-size:36px;line-height:1;font-family:Georgia,"Times New Roman",serif;font-weight:300}
  body.witchone-theme .witchone-menu .sub-menu{position:static!important;opacity:1!important;visibility:visible!important;transform:none!important;box-shadow:none!important;background:rgba(0,0,0,.12)!important;padding:0!important;margin:0!important;border-top:1px solid rgba(215,183,109,.1)!important}
  body.witchone-theme .witchone-menu .sub-menu a{min-height:48px!important;font-size:17px!important;padding-left:70px!important;letter-spacing:.12em!important;color:rgba(255,250,242,.86)!important}
  body.witchone-theme .witchone-menu .sub-menu a:before{display:none!important}

  .witchone-mobile-menu-footer{display:block;text-align:center;color:#d7b76d;font-family:Georgia,"Times New Roman",serif;font-size:13px;letter-spacing:.18em;text-transform:uppercase;margin:18px 4px 0;padding:18px 4px 4px;opacity:.95}
  .witchone-nav .witchone-mobile-menu-footer:before{content:"";display:block;width:100%;height:1px;margin:0 0 18px;background:linear-gradient(90deg,rgba(215,183,109,0),rgba(215,183,109,.66),rgba(215,183,109,0))}
}

@media(max-width:420px){
  .witchone-nav{width:min(82vw,350px);padding:18px 14px 24px;border-radius:0 28px 28px 0}
  body.witchone-theme .witchone-menu a{font-size:20px!important;letter-spacing:.16em!important;min-height:58px!important;padding-left:18px!important;gap:15px!important}
  body.witchone-theme .witchone-menu a:before{width:34px;height:34px;flex-basis:34px;font-size:20px}
  .witchone-logo img{width:min(280px,49vw)!important}
}

/* v1.0.4 - Fixed menu colours: no underline, no hover/current colour changes */
:root{
  --witchone-desktop-menu-colour:#21132e;
  --witchone-mobile-menu-colour:#d7b76d;
}

/* Desktop menu: one consistent colour, no underline or current-page effect */
body.witchone-theme .witchone-menu a,
body.witchone-theme .witchone-menu a:link,
body.witchone-theme .witchone-menu a:visited,
body.witchone-theme .witchone-menu a:hover,
body.witchone-theme .witchone-menu a:focus,
body.witchone-theme .witchone-menu a:active,
body.witchone-theme .witchone-menu li.current-menu-item>a,
body.witchone-theme .witchone-menu li.current_page_item>a,
body.witchone-theme .witchone-menu li.current-menu-ancestor>a{
  color:var(--witchone-desktop-menu-colour)!important;
  text-decoration:none!important;
  border-bottom:0!important;
  border-bottom-color:transparent!important;
  background:transparent!important;
}

/* Mobile premium drawer: gold text stays gold on tap/hover/current page */
@media(max-width:800px){
  body.witchone-theme .witchone-menu>li>a,
  body.witchone-theme .witchone-menu>li>a:link,
  body.witchone-theme .witchone-menu>li>a:visited,
  body.witchone-theme .witchone-menu>li>a:hover,
  body.witchone-theme .witchone-menu>li>a:focus,
  body.witchone-theme .witchone-menu>li>a:active,
  body.witchone-theme .witchone-menu>li.current-menu-item>a,
  body.witchone-theme .witchone-menu>li.current_page_item>a,
  body.witchone-theme .witchone-menu>li.current-menu-ancestor>a{
    color:var(--witchone-mobile-menu-colour)!important;
    text-decoration:none!important;
    border:0!important;
    border-bottom:0!important;
    background:transparent!important;
    padding-left:22px!important;
  }

  body.witchone-theme .witchone-menu .sub-menu a,
  body.witchone-theme .witchone-menu .sub-menu a:link,
  body.witchone-theme .witchone-menu .sub-menu a:visited,
  body.witchone-theme .witchone-menu .sub-menu a:hover,
  body.witchone-theme .witchone-menu .sub-menu a:focus,
  body.witchone-theme .witchone-menu .sub-menu a:active{
    color:var(--witchone-mobile-menu-colour)!important;
    text-decoration:none!important;
    background:transparent!important;
    border:0!important;
    padding-left:70px!important;
  }

  body.witchone-theme .witchone-menu a:after{
    color:var(--witchone-mobile-menu-colour)!important;
  }
}

@media(max-width:480px){
  body.witchone-theme .witchone-menu>li>a,
  body.witchone-theme .witchone-menu>li>a:hover,
  body.witchone-theme .witchone-menu>li.current-menu-item>a{
    padding-left:18px!important;
  }
}


/* ==========================================================
   WitchOne v1.0.5 Premium Mobile Menu Fix
   Fixes blue underlined browser links and upgrades the menu
   into the dark purple/gold slide-out panel from the chosen mockup.
   ========================================================== */

:root {
  --witchone-desktop-menu-colour: #21132e;
  --witchone-mobile-menu-colour: #d7b76d;
  --witchone-mobile-menu-text: #fffaf2;
  --witchone-mobile-menu-panel: #1a0824;
  --witchone-mobile-menu-panel-2: #2b1238;
  --witchone-mobile-menu-border: rgba(215,183,109,.24);
}

/* Desktop: one colour, no underline, no hover/current colour changes */
body.witchone-theme .witchone-nav .witchone-menu > li > a,
body.witchone-theme .witchone-nav .witchone-menu > li > a:link,
body.witchone-theme .witchone-nav .witchone-menu > li > a:visited,
body.witchone-theme .witchone-nav .witchone-menu > li > a:hover,
body.witchone-theme .witchone-nav .witchone-menu > li > a:focus,
body.witchone-theme .witchone-nav .witchone-menu > li > a:active,
body.witchone-theme .witchone-nav .witchone-menu > li.current-menu-item > a,
body.witchone-theme .witchone-nav .witchone-menu > li.current_page_item > a,
body.witchone-theme .witchone-nav .witchone-menu > li.current-menu-ancestor > a {
  color: var(--witchone-desktop-menu-colour) !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  background: transparent !important;
}

@media (max-width: 800px) {
  /* Header alignment */
  body.witchone-theme .witchone-header {
    position: relative;
    z-index: 9999;
    background: #fbf8f2;
  }

  body.witchone-theme .witchone-header-main {
    position: relative;
    z-index: 10001;
    min-height: 104px;
  }

  body.witchone-theme .witchone-logo img {
    max-height: 76px;
    width: min(320px, 54vw);
    object-fit: contain;
  }

  body.witchone-theme .witchone-menu-toggle {
    position: absolute !important;
    left: 20px;
    top: -88px;
    z-index: 10005;
    width: 58px !important;
    height: 58px !important;
    min-height: 58px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(215,183,109,.34) !important;
    background: radial-gradient(circle at 30% 20%, #44215a 0%, #261132 52%, #190820 100%) !important;
    box-shadow: 0 14px 38px rgba(23, 8, 32, .28) !important;
    color: #d7b76d !important;
    padding: 0 !important;
    display: grid !important;
    place-items: center !important;
    font-size: 0 !important;
    letter-spacing: 0 !important;
    text-indent: -9999px !important;
    overflow: hidden !important;
  }

  body.witchone-theme .witchone-menu-toggle span {
    position: absolute !important;
    left: 17px !important;
    width: 24px !important;
    height: 2px !important;
    border-radius: 2px !important;
    background: #d7b76d !important;
    display: block !important;
    transform-origin: center !important;
    transition: transform .25s ease, opacity .2s ease, top .25s ease !important;
  }

  body.witchone-theme .witchone-menu-toggle span:nth-child(1) { top: 20px !important; }
  body.witchone-theme .witchone-menu-toggle span:nth-child(2) { top: 28px !important; }
  body.witchone-theme .witchone-menu-toggle span:nth-child(3) { top: 36px !important; }

  body.witchone-theme .witchone-nav.is-open .witchone-menu-toggle span:nth-child(1) {
    top: 28px !important;
    transform: rotate(45deg) !important;
  }
  body.witchone-theme .witchone-nav.is-open .witchone-menu-toggle span:nth-child(2) {
    opacity: 0 !important;
  }
  body.witchone-theme .witchone-nav.is-open .witchone-menu-toggle span:nth-child(3) {
    top: 28px !important;
    transform: rotate(-45deg) !important;
  }

  body.witchone-theme .witchone-nav {
    display: block !important;
    position: static !important;
    border: 0 !important;
    min-height: 0 !important;
  }

  body.witchone-theme .witchone-nav::before {
    content: "" !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 9998 !important;
    background: rgba(8, 6, 10, .64) !important;
    backdrop-filter: blur(5px) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity .25s ease !important;
  }

  body.witchone-theme .witchone-nav.is-open::before {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  body.witchone-theme .witchone-nav .witchone-menu {
    position: fixed !important;
    left: 0 !important;
    top: 192px !important;
    z-index: 10000 !important;
    width: min(82vw, 430px) !important;
    max-width: 430px !important;
    max-height: calc(100vh - 210px) !important;
    overflow-y: auto !important;
    display: block !important;
    padding: 90px 28px 30px !important;
    margin: 0 !important;
    list-style: none !important;
    background:
      radial-gradient(circle at 48% 44px, rgba(215,183,109,.55) 0 12px, transparent 13px),
      radial-gradient(circle at 35% 38px, rgba(215,183,109,.45) 0 4px, transparent 5px),
      radial-gradient(circle at 62% 38px, rgba(215,183,109,.45) 0 4px, transparent 5px),
      linear-gradient(180deg, rgba(72,33,93,.24), rgba(18,5,25,.06)),
      linear-gradient(145deg, var(--witchone-mobile-menu-panel), var(--witchone-mobile-menu-panel-2) 48%, #12051a 100%) !important;
    border-radius: 0 36px 36px 0 !important;
    border: 1px solid rgba(215,183,109,.15) !important;
    border-left: 0 !important;
    box-shadow: 24px 0 54px rgba(0,0,0,.52) !important;
    transform: translateX(-108%) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: transform .32s ease, opacity .24s ease, visibility .24s ease !important;
  }

  body.witchone-theme .witchone-nav.is-open .witchone-menu {
    transform: translateX(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body.witchone-theme .witchone-nav .witchone-menu::before {
    content: "☾" !important;
    position: absolute !important;
    top: 36px !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    width: 120px !important;
    text-align: center !important;
    color: #d7b76d !important;
    font-size: 28px !important;
    line-height: 1 !important;
    letter-spacing: 16px !important;
    text-shadow: 0 0 22px rgba(215,183,109,.25) !important;
    pointer-events: none !important;
  }

  body.witchone-theme .witchone-nav .witchone-menu > li {
    display: block !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--witchone-mobile-menu-border) !important;
  }

  /* Most important part: kill browser blue links and underline */
  body.witchone-theme .witchone-nav .witchone-menu > li > a,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:link,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:visited,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:hover,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:focus,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:active,
  body.witchone-theme .witchone-nav .witchone-menu > li.current-menu-item > a,
  body.witchone-theme .witchone-nav .witchone-menu > li.current_page_item > a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    min-height: 66px !important;
    width: 100% !important;
    padding: 0 42px 0 76px !important;
    margin: 0 !important;
    color: var(--witchone-mobile-menu-text) !important;
    text-decoration: none !important;
    text-decoration-line: none !important;
    border: 0 !important;
    border-bottom: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: 500 !important;
    letter-spacing: .16em !important;
    text-transform: uppercase !important;
    text-shadow: 0 2px 14px rgba(0,0,0,.28) !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  body.witchone-theme .witchone-nav .witchone-menu > li:first-child > a,
  body.witchone-theme .witchone-nav .witchone-menu > li.current-menu-item > a {
    color: var(--witchone-mobile-menu-colour) !important;
  }

  body.witchone-theme .witchone-nav .witchone-menu > li > a::before {
    position: absolute !important;
    left: 12px !important;
    width: 42px !important;
    height: 42px !important;
    border: 1px solid rgba(215,183,109,.22) !important;
    border-radius: 999px !important;
    display: grid !important;
    place-items: center !important;
    color: #d7b76d !important;
    font-size: 24px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    background: rgba(255,255,255,.035) !important;
  }

  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(1) > a::before { content: "⌂" !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(2) > a::before { content: "♢" !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(3) > a::before { content: "☉" !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(4) > a::before { content: "♢" !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(5) > a::before { content: "☟" !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(6) > a::before { content: "♨" !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(7) > a::before { content: "✧" !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(8) > a::before { content: "☾" !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(9) > a::before { content: "✉" !important; }

  body.witchone-theme .witchone-nav .witchone-menu > li > a::after {
    content: "›" !important;
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #d7b76d !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 32px !important;
    line-height: 1 !important;
    opacity: .95 !important;
  }

  body.witchone-theme .witchone-nav .witchone-menu > li > a:hover,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:focus,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:active {
    color: var(--witchone-mobile-menu-text) !important;
    transform: none !important;
  }

  body.witchone-theme .witchone-nav .witchone-menu > li:first-child > a:hover,
  body.witchone-theme .witchone-nav .witchone-menu > li.current-menu-item > a:hover {
    color: var(--witchone-mobile-menu-colour) !important;
  }

  body.witchone-theme .witchone-nav .witchone-menu .sub-menu,
  body.witchone-theme .witchone-nav .witchone-menu .children {
    position: static !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    box-shadow: none !important;
    background: rgba(255,255,255,.035) !important;
    margin: 0 0 10px 76px !important;
    padding: 6px 0 !important;
    border-left: 1px solid rgba(215,183,109,.22) !important;
    list-style: none !important;
  }

  body.witchone-theme .witchone-nav .witchone-menu .sub-menu a,
  body.witchone-theme .witchone-nav .witchone-menu .sub-menu a:link,
  body.witchone-theme .witchone-nav .witchone-menu .sub-menu a:visited,
  body.witchone-theme .witchone-nav .witchone-menu .sub-menu a:hover,
  body.witchone-theme .witchone-nav .witchone-menu .sub-menu a:focus,
  body.witchone-theme .witchone-nav .witchone-menu .sub-menu a:active {
    min-height: 42px !important;
    padding: 0 18px !important;
    color: var(--witchone-mobile-menu-text) !important;
    text-decoration: none !important;
    border: 0 !important;
    background: transparent !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 17px !important;
    letter-spacing: .10em !important;
    text-transform: uppercase !important;
  }

  body.witchone-theme .witchone-nav .witchone-menu::after {
    content: "✦  YOUR JOURNEY. YOUR MAGIC.  ✦" !important;
    display: block !important;
    margin-top: 22px !important;
    padding-top: 22px !important;
    border-top: 1px solid rgba(215,183,109,.24) !important;
    color: #d7b76d !important;
    text-align: center !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 15px !important;
    letter-spacing: .18em !important;
    line-height: 1.4 !important;
  }

  body.admin-bar.witchone-theme .witchone-nav .witchone-menu {
    top: 238px !important;
    max-height: calc(100vh - 250px) !important;
  }
}

@media (max-width: 480px) {
  body.witchone-theme .witchone-nav .witchone-menu {
    top: 190px !important;
    width: 78vw !important;
    padding: 82px 22px 26px !important;
    border-radius: 0 30px 30px 0 !important;
  }

  body.witchone-theme .witchone-nav .witchone-menu > li > a,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:link,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:visited,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:hover,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:focus,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:active {
    min-height: 58px !important;
    padding-left: 64px !important;
    padding-right: 34px !important;
    font-size: 19px !important;
    letter-spacing: .14em !important;
  }

  body.witchone-theme .witchone-nav .witchone-menu > li > a::before {
    left: 6px !important;
    width: 36px !important;
    height: 36px !important;
    font-size: 21px !important;
  }

  body.witchone-theme .witchone-nav .witchone-menu > li > a::after {
    right: 4px !important;
    font-size: 28px !important;
  }

  body.witchone-theme .witchone-nav .witchone-menu::after {
    font-size: 13px !important;
    letter-spacing: .12em !important;
  }
}


/* WitchOne v1.0.6 hard menu override */
body.witchone-theme .witchone-nav a,
body.witchone-theme .witchone-nav a:link,
body.witchone-theme .witchone-nav a:visited,
body.witchone-theme .witchone-nav a:hover,
body.witchone-theme .witchone-nav a:focus,
body.witchone-theme .witchone-nav a:active {
  color: #21132e !important;
  -webkit-text-fill-color: #21132e !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}
@media (max-width: 800px) {
  body.witchone-theme .witchone-nav .witchone-menu a,
  body.witchone-theme .witchone-nav .witchone-menu a:link,
  body.witchone-theme .witchone-nav .witchone-menu a:visited,
  body.witchone-theme .witchone-nav .witchone-menu a:hover,
  body.witchone-theme .witchone-nav .witchone-menu a:focus,
  body.witchone-theme .witchone-nav .witchone-menu a:active,
  body.witchone-theme .witchone-nav .witchone-menu li.current-menu-item > a,
  body.witchone-theme .witchone-nav .witchone-menu li.current_page_item > a {
    color: #d7b76d !important;
    -webkit-text-fill-color: #d7b76d !important;
    text-decoration: none !important;
    text-decoration-line: none !important;
    text-decoration-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }
}

/* ==========================================================
   WitchOne v1.0.7 Premium Polish Layer
   - Removes blue/underlined browser/WooCommerce links
   - Repairs actual mobile toggle class: .witchone-mobile-toggle
   - Polishes desktop menu, mobile drawer, and shop text
   ========================================================== */

:root {
  --witchone-ink: #171020;
  --witchone-purple: #21132e;
  --witchone-plum: #5a2d70;
  --witchone-gold: #d7b76d;
  --witchone-cream: #fffaf2;
  --witchone-paper: #fffdf8;
  --witchone-bg: #fbf8f2;
  --witchone-muted: #6d6371;
  --witchone-border: rgba(33,19,46,.12);
  --witchone-shadow: 0 22px 60px rgba(24,13,34,.14);
}

body.witchone-theme a,
body.witchone-theme a:link,
body.witchone-theme a:visited,
body.witchone-theme a:hover,
body.witchone-theme a:focus,
body.witchone-theme a:active,
body.witchone-theme .woocommerce a,
body.witchone-theme .woocommerce a:link,
body.witchone-theme .woocommerce a:visited,
body.witchone-theme .woocommerce a:hover,
body.witchone-theme .woocommerce a:focus,
body.witchone-theme .woocommerce a:active {
  color: inherit !important;
  text-decoration: none !important;
  text-decoration-line: none !important;
  text-decoration-color: transparent !important;
  box-shadow: none !important;
}

body.witchone-theme .witchone-header {
  background: radial-gradient(circle at 50% -42px, rgba(215,183,109,.16), transparent 36%), linear-gradient(180deg, #fffdf8 0%, #fbf8f2 100%);
  border-bottom: 1px solid rgba(33,19,46,.08);
  box-shadow: 0 12px 34px rgba(24,13,34,.055);
}

/* Desktop menu */
body.witchone-theme .witchone-nav {
  min-height: 64px !important;
  border-top: 1px solid rgba(33,19,46,.08) !important;
  border-bottom: 1px solid rgba(33,19,46,.035) !important;
  background: rgba(255,253,248,.72) !important;
}

body.witchone-theme .witchone-nav .witchone-menu {
  gap: 8px !important;
  padding: 0 26px !important;
  align-items: center !important;
}

body.witchone-theme .witchone-nav .witchone-menu > li > a,
body.witchone-theme .witchone-nav .witchone-menu > li > a:link,
body.witchone-theme .witchone-nav .witchone-menu > li > a:visited,
body.witchone-theme .witchone-nav .witchone-menu > li > a:hover,
body.witchone-theme .witchone-nav .witchone-menu > li > a:focus,
body.witchone-theme .witchone-nav .witchone-menu > li > a:active,
body.witchone-theme .witchone-nav .witchone-menu > li.current-menu-item > a,
body.witchone-theme .witchone-nav .witchone-menu > li.current_page_item > a,
body.witchone-theme .witchone-nav .witchone-menu > li.current-menu-ancestor > a {
  position: relative !important;
  min-height: 44px !important;
  padding: 0 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-bottom: 0 !important;
  background: transparent !important;
  color: var(--witchone-purple) !important;
  -webkit-text-fill-color: var(--witchone-purple) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 760 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: none !important;
  transition: background .22s ease, transform .22s ease, box-shadow .22s ease !important;
}

body.witchone-theme .witchone-nav .witchone-menu > li > a::before,
body.witchone-theme .witchone-nav .witchone-menu > li > a::after {
  content: none !important;
  display: none !important;
}

body.witchone-theme .witchone-nav .witchone-menu > li > a:hover,
body.witchone-theme .witchone-nav .witchone-menu > li > a:focus,
body.witchone-theme .witchone-nav .witchone-menu > li.current-menu-item > a,
body.witchone-theme .witchone-nav .witchone-menu > li.current_page_item > a,
body.witchone-theme .witchone-nav .witchone-menu > li.current-menu-ancestor > a {
  background: rgba(215,183,109,.13) !important;
  border-radius: 999px !important;
  transform: translateY(-1px) !important;
  box-shadow: inset 0 0 0 1px rgba(215,183,109,.20) !important;
}

body.witchone-theme .witchone-nav .witchone-menu .sub-menu,
body.witchone-theme .witchone-nav .witchone-menu .children {
  background: rgba(255,253,248,.98) !important;
  border: 1px solid rgba(215,183,109,.22) !important;
  border-radius: 18px !important;
  padding: 10px !important;
  box-shadow: 0 24px 58px rgba(24,13,34,.16) !important;
  overflow: hidden !important;
}

body.witchone-theme .witchone-nav .witchone-menu .sub-menu a,
body.witchone-theme .witchone-nav .witchone-menu .children a,
body.witchone-theme .witchone-nav .witchone-menu .sub-menu a:hover,
body.witchone-theme .witchone-nav .witchone-menu .children a:hover {
  min-height: 38px !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: var(--witchone-purple) !important;
  -webkit-text-fill-color: var(--witchone-purple) !important;
  background: transparent !important;
  font-size: 11px !important;
  letter-spacing: .10em !important;
  text-decoration: none !important;
}

body.witchone-theme .witchone-nav .witchone-menu .sub-menu a:hover,
body.witchone-theme .witchone-nav .witchone-menu .children a:hover {
  background: rgba(215,183,109,.12) !important;
}

/* Actual mobile hamburger button used in header.php */
body.witchone-theme .witchone-mobile-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
body.witchone-theme .witchone-mobile-toggle span {
  display: block;
  border-radius: 999px;
  transition: transform .25s ease, opacity .2s ease, background .2s ease;
}
body.witchone-theme .witchone-menu-backdrop[hidden] { display: none !important; }

@media (max-width: 800px) {
  html.witchone-menu-lock,
  body.witchone-menu-open { overflow: hidden !important; }

  body.witchone-theme .witchone-header-main {
    min-height: 98px !important;
    grid-template-columns: 56px 1fr auto !important;
    gap: 12px !important;
    padding: 14px 20px !important;
    background: radial-gradient(circle at 50% 0, rgba(215,183,109,.12), transparent 46%), linear-gradient(180deg, #fffdf8, #fbf8f2) !important;
  }
  body.witchone-theme .witchone-logo { grid-column: 2 !important; justify-content: center !important; }
  body.witchone-theme .witchone-logo img { width: min(310px, 52vw) !important; max-height: 74px !important; object-fit: contain !important; }
  body.witchone-theme .witchone-header-icons { grid-column: 3 !important; gap: 16px !important; }
  body.witchone-theme .witchone-socials,
  body.witchone-theme .witchone-header-icons .witchone-icon-link { display: none !important; }
  body.witchone-theme .witchone-header-icons svg { width: 28px !important; height: 28px !important; fill: var(--witchone-purple) !important; }
  body.witchone-theme .witchone-cart-count {
    top: -13px !important; right: -14px !important; min-width: 24px !important; height: 24px !important;
    background: var(--witchone-purple) !important; color: #fff !important; font-size: 12px !important;
    border: 2px solid var(--witchone-bg) !important; box-shadow: 0 7px 16px rgba(33,19,46,.18) !important;
  }

  body.witchone-theme .witchone-mobile-toggle {
    grid-column: 1 !important;
    width: 52px !important; height: 52px !important;
    display: inline-flex !important; align-items: center !important; justify-content: center !important; flex-direction: column !important; gap: 7px !important;
    border-radius: 999px !important; border: 1px solid rgba(215,183,109,.32) !important;
    background: radial-gradient(circle at 30% 20%, rgba(215,183,109,.13), transparent 34%), linear-gradient(145deg, #321941, #1c0f27) !important;
    box-shadow: 0 12px 28px rgba(32,17,43,.22), inset 0 1px 0 rgba(255,255,255,.10) !important;
    position: relative !important; z-index: 10004 !important;
  }
  body.witchone-theme .witchone-mobile-toggle span { width: 24px !important; height: 2px !important; background: var(--witchone-gold) !important; }
  body.witchone-theme .witchone-mobile-toggle.is-active span:nth-child(1) { transform: translateY(9px) rotate(45deg) !important; }
  body.witchone-theme .witchone-mobile-toggle.is-active span:nth-child(2) { opacity: 0 !important; }
  body.witchone-theme .witchone-mobile-toggle.is-active span:nth-child(3) { transform: translateY(-9px) rotate(-45deg) !important; }

  body.witchone-theme .witchone-menu-backdrop {
    display: block !important; position: fixed !important; left: 0 !important; right: 0 !important; top: 130px !important; bottom: 0 !important; z-index: 9997 !important;
    background: rgba(7,3,11,.66) !important; backdrop-filter: blur(4px) !important; -webkit-backdrop-filter: blur(4px) !important;
  }

  body.witchone-theme .witchone-nav {
    position: fixed !important; left: 0 !important; top: 130px !important; bottom: 0 !important; z-index: 9998 !important;
    width: min(82vw, 390px) !important; max-width: 390px !important; min-height: 0 !important; display: block !important;
    padding: 22px 18px 28px !important; overflow-y: auto !important;
    background: radial-gradient(circle at 50% 32px, rgba(215,183,109,.24), transparent 26px), linear-gradient(155deg, rgba(39,21,52,.985), rgba(24,12,33,.99) 52%, rgba(15,7,22,.995)) !important;
    border-top: 1px solid rgba(215,183,109,.24) !important; border-right: 1px solid rgba(215,183,109,.18) !important; border-radius: 0 34px 34px 0 !important;
    box-shadow: 24px 0 62px rgba(0,0,0,.50), inset 0 1px 0 rgba(255,255,255,.08) !important;
    transform: translateX(-106%) !important; opacity: 1 !important; visibility: visible !important;
    transition: transform .34s cubic-bezier(.2,.8,.2,1) !important;
  }
  body.admin-bar.witchone-theme .witchone-nav,
  body.admin-bar.witchone-theme .witchone-menu-backdrop { top: 162px !important; }
  body.witchone-theme .witchone-nav.is-open { transform: translateX(0) !important; }

  body.witchone-theme .witchone-nav::before {
    content: "☾" !important; display: block !important; height: 64px !important; margin: 0 0 16px !important;
    color: var(--witchone-gold) !important; text-align: center !important; font-family: Georgia, "Times New Roman", serif !important;
    font-size: 31px !important; line-height: 58px !important; letter-spacing: 18px !important; text-indent: 18px !important;
    border-bottom: 1px solid rgba(215,183,109,.28) !important; text-shadow: 0 0 22px rgba(215,183,109,.22) !important;
    background: transparent !important; position: static !important; inset: auto !important; opacity: 1 !important; pointer-events: none !important;
  }

  body.witchone-theme .witchone-nav .witchone-menu {
    display: block !important; position: static !important; width: auto !important; max-width: none !important; max-height: none !important;
    overflow: visible !important; transform: none !important; opacity: 1 !important; visibility: visible !important;
    margin: 0 !important; padding: 0 !important; list-style: none !important;
    border: 1px solid rgba(215,183,109,.16) !important; border-radius: 24px !important; background: rgba(255,255,255,.035) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08) !important;
  }
  body.witchone-theme .witchone-nav .witchone-menu::before,
  body.witchone-theme .witchone-nav .witchone-menu::after { content: none !important; display: none !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li { display: block !important; position: relative !important; margin: 0 !important; padding: 0 !important; border-bottom: 1px solid rgba(215,183,109,.14) !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li:last-child { border-bottom: 0 !important; }

  body.witchone-theme .witchone-nav .witchone-menu > li > a,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:link,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:visited,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:hover,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:focus,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:active,
  body.witchone-theme .witchone-nav .witchone-menu > li.current-menu-item > a,
  body.witchone-theme .witchone-nav .witchone-menu > li.current_page_item > a,
  body.witchone-theme .witchone-nav .witchone-menu > li.current-menu-ancestor > a {
    position: relative !important; display: flex !important; align-items: center !important; justify-content: flex-start !important;
    width: 100% !important; min-height: 63px !important; padding: 0 44px 0 70px !important; margin: 0 !important;
    border: 0 !important; border-radius: 0 !important; background: transparent !important; box-shadow: none !important;
    color: var(--witchone-gold) !important; -webkit-text-fill-color: var(--witchone-gold) !important;
    font-family: Georgia, "Times New Roman", serif !important; font-size: 21px !important; line-height: 1 !important; font-weight: 500 !important;
    letter-spacing: .16em !important; text-transform: uppercase !important; text-decoration: none !important; text-shadow: 0 2px 14px rgba(0,0,0,.35) !important; transform: none !important;
  }
  body.witchone-theme .witchone-nav .witchone-menu > li > a:hover,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:focus,
  body.witchone-theme .witchone-nav .witchone-menu > li.current-menu-item > a,
  body.witchone-theme .witchone-nav .witchone-menu > li.current_page_item > a { background: rgba(215,183,109,.08) !important; }

  body.witchone-theme .witchone-nav .witchone-menu > li > a::before {
    content: "✦" !important; display: grid !important; place-items: center !important; position: absolute !important; left: 16px !important; top: 50% !important; transform: translateY(-50%) !important;
    width: 36px !important; height: 36px !important; border-radius: 999px !important; border: 1px solid rgba(215,183,109,.26) !important; background: rgba(255,255,255,.035) !important;
    color: var(--witchone-gold) !important; -webkit-text-fill-color: var(--witchone-gold) !important; font-family: Georgia, "Times New Roman", serif !important; font-size: 19px !important; line-height: 1 !important; letter-spacing: 0 !important; text-transform: none !important;
  }
  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(1) > a::before { content: "⌂" !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(2) > a::before { content: "♢" !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(3) > a::before { content: "☉" !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(4) > a::before { content: "◇" !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(5) > a::before { content: "☽" !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(6) > a::before { content: "♨" !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(7) > a::before { content: "✧" !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(8) > a::before { content: "☾" !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li:nth-child(9) > a::before { content: "✉" !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li > a::after {
    content: "›" !important; display: block !important; position: absolute !important; right: 17px !important; top: 50% !important; transform: translateY(-50%) !important;
    color: var(--witchone-gold) !important; -webkit-text-fill-color: var(--witchone-gold) !important; font-family: Georgia, "Times New Roman", serif !important; font-size: 30px !important; line-height: 1 !important; opacity: .82 !important;
  }

  body.witchone-theme .witchone-nav .witchone-menu .sub-menu,
  body.witchone-theme .witchone-nav .witchone-menu .children {
    position: static !important; display: block !important; margin: 0 0 10px 70px !important; padding: 6px 0 !important;
    border: 0 !important; border-left: 1px solid rgba(215,183,109,.22) !important; border-radius: 0 !important; background: rgba(255,255,255,.035) !important;
    box-shadow: none !important; opacity: 1 !important; visibility: visible !important; transform: none !important; list-style: none !important;
  }
  body.witchone-theme .witchone-nav .witchone-menu .sub-menu a,
  body.witchone-theme .witchone-nav .witchone-menu .children a,
  body.witchone-theme .witchone-nav .witchone-menu .sub-menu a:hover,
  body.witchone-theme .witchone-nav .witchone-menu .children a:hover {
    min-height: 42px !important; padding: 0 18px !important; color: var(--witchone-gold) !important; -webkit-text-fill-color: var(--witchone-gold) !important;
    background: transparent !important; border: 0 !important; font-family: Georgia, "Times New Roman", serif !important; font-size: 15px !important; letter-spacing: .12em !important; text-transform: uppercase !important; text-decoration: none !important;
  }
  body.witchone-theme .witchone-mobile-menu-footer {
    display: block !important; margin: 18px 4px 0 !important; padding: 18px 6px 2px !important; border-top: 1px solid rgba(215,183,109,.28) !important;
    color: var(--witchone-gold) !important; font-family: Georgia, "Times New Roman", serif !important; font-size: 12px !important; letter-spacing: .17em !important; line-height: 1.55 !important; text-align: center !important; text-transform: uppercase !important;
  }
}

@media (max-width: 480px) {
  body.witchone-theme .witchone-header-main { padding-left: 16px !important; padding-right: 14px !important; }
  body.witchone-theme .witchone-logo img { width: min(280px, 50vw) !important; max-height: 66px !important; }
  body.witchone-theme .witchone-nav { width: min(84vw, 350px) !important; border-radius: 0 30px 30px 0 !important; padding: 18px 14px 24px !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li > a,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:link,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:visited,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:hover,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:focus,
  body.witchone-theme .witchone-nav .witchone-menu > li > a:active {
    min-height: 58px !important; padding-left: 61px !important; padding-right: 32px !important; font-size: 18px !important; letter-spacing: .14em !important;
  }
  body.witchone-theme .witchone-nav .witchone-menu > li > a::before { left: 12px !important; width: 34px !important; height: 34px !important; font-size: 18px !important; }
  body.witchone-theme .witchone-nav .witchone-menu > li > a::after { right: 10px !important; font-size: 27px !important; }
}

/* Shop/product text polish */
body.witchone-theme .woocommerce-breadcrumb,
body.witchone-theme .woocommerce-breadcrumb a,
body.witchone-theme .woocommerce-result-count,
body.witchone-theme .woocommerce-ordering select,
body.witchone-theme .woocommerce-products-header__title,
body.witchone-theme .page-title {
  color: var(--witchone-purple) !important;
  text-decoration: none !important;
}
body.witchone-theme .woocommerce-products-header__title,
body.witchone-theme .woocommerce .page-title,
body.witchone-theme .woocommerce div.product .product_title {
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 500 !important;
  letter-spacing: -.025em !important;
  color: var(--witchone-purple) !important;
}
body.witchone-theme .woocommerce ul.products li.product,
body.witchone-theme .woocommerce-page ul.products li.product {
  background: rgba(255,253,248,.84) !important;
  border: 1px solid rgba(33,19,46,.08) !important;
  border-radius: 22px !important;
  padding: 14px 14px 18px !important;
  box-shadow: 0 18px 44px rgba(24,13,34,.075) !important;
  overflow: hidden !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
}
body.witchone-theme .woocommerce ul.products li.product:hover,
body.witchone-theme .woocommerce-page ul.products li.product:hover {
  transform: translateY(-3px) !important;
  border-color: rgba(215,183,109,.30) !important;
  box-shadow: 0 24px 58px rgba(24,13,34,.13) !important;
}
body.witchone-theme .woocommerce ul.products li.product a img,
body.witchone-theme .woocommerce-page ul.products li.product a img {
  border-radius: 16px !important;
  background: #eee7dc !important;
  margin-bottom: 14px !important;
}
body.witchone-theme .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.witchone-theme .woocommerce ul.products li.product .woocommerce-loop-category__title,
body.witchone-theme .woocommerce ul.products li.product h2,
body.witchone-theme .woocommerce ul.products li.product h3,
body.witchone-theme .witchone-product-card h3,
body.witchone-theme .witchone-product-card h3 a,
body.witchone-theme .witchone-product-card h3 a:hover,
body.witchone-theme .witchone-product-card h3 a:visited {
  color: var(--witchone-purple) !important;
  -webkit-text-fill-color: var(--witchone-purple) !important;
  text-decoration: none !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 500 !important;
  letter-spacing: -.01em !important;
}
body.witchone-theme .witchone-product-card h3,
body.witchone-theme .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px !important;
  line-height: 1.22 !important;
}
body.witchone-theme .woocommerce ul.products li.product .price,
body.witchone-theme .woocommerce div.product p.price,
body.witchone-theme .woocommerce div.product span.price,
body.witchone-theme .witchone-price {
  color: var(--witchone-purple) !important;
  -webkit-text-fill-color: var(--witchone-purple) !important;
  font-weight: 850 !important;
  letter-spacing: .02em !important;
}
body.witchone-theme .woocommerce ul.products li.product .star-rating,
body.witchone-theme .woocommerce .star-rating,
body.witchone-theme .witchone-stars,
body.witchone-theme .witchone-rating,
body.witchone-theme .witchone-rating .star-rating { color: var(--witchone-gold) !important; }
body.witchone-theme .woocommerce a.button,
body.witchone-theme .woocommerce button.button,
body.witchone-theme .woocommerce input.button,
body.witchone-theme .woocommerce #respond input#submit,
body.witchone-theme .witchone-add,
body.witchone-theme .witchone-product-card .button {
  border: 1px solid rgba(215,183,109,.20) !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #5b2d70 0%, #24122f 100%) !important;
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: .09em !important;
  font-weight: 800 !important;
  box-shadow: 0 14px 28px rgba(49,26,66,.18) !important;
}
body.witchone-theme .woocommerce a.button:hover,
body.witchone-theme .woocommerce button.button:hover,
body.witchone-theme .woocommerce input.button:hover,
body.witchone-theme .woocommerce #respond input#submit:hover,
body.witchone-theme .witchone-add:hover,
body.witchone-theme .witchone-product-card .button:hover {
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  background: linear-gradient(180deg, #6c3885 0%, #24122f 100%) !important;
  box-shadow: 0 18px 36px rgba(49,26,66,.25) !important;
  transform: translateY(-2px) !important;
}
body.witchone-theme .woocommerce-tabs ul.tabs li a,
body.witchone-theme .woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.witchone-theme .woocommerce-MyAccount-navigation a,
body.witchone-theme .woocommerce table.shop_table a,
body.witchone-theme .woocommerce-cart-form a,
body.witchone-theme .woocommerce-checkout a {
  color: var(--witchone-purple) !important;
  -webkit-text-fill-color: var(--witchone-purple) !important;
  text-decoration: none !important;
  border-bottom: 0 !important;
}
body.witchone-theme .woocommerce-message,
body.witchone-theme .woocommerce-info,
body.witchone-theme .woocommerce-error {
  background: #fffdf8 !important;
  color: var(--witchone-purple) !important;
  border-top-color: var(--witchone-gold) !important;
  box-shadow: 0 16px 40px rgba(24,13,34,.08) !important;
}
body.witchone-theme .woocommerce-message::before,
body.witchone-theme .woocommerce-info::before { color: var(--witchone-gold) !important; }


/* v1.0.8 — unify all Add to Cart buttons to match homepage featured products */
body.witchone-theme .witchone-product-card .witchone-add,
body.witchone-theme .witchone-product-card .button,
body.witchone-theme .woocommerce ul.products li.product .button,
body.witchone-theme .woocommerce ul.products li.product a.button,
body.witchone-theme .woocommerce ul.products li.product .added_to_cart,
body.witchone-theme .woocommerce div.product form.cart .single_add_to_cart_button,
body.witchone-theme .wc-block-grid__product-add-to-cart .wp-block-button__link,
body.witchone-theme .wc-block-grid__product-add-to-cart a,
body.witchone-theme .wc-block-components-product-button .wc-block-components-product-button__button,
body.witchone-theme .wc-block-components-product-button__button,
body.witchone-theme .wp-block-woocommerce-product-template .wc-block-components-product-button__button,
body.witchone-theme .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link,
body.witchone-theme .wp-block-woocommerce-empty-cart-block .wc-block-components-product-button__button {
  width: 100% !important;
  min-height: 62px !important;
  padding: 0 24px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  border-radius: 999px !important;
  border: 1px solid rgba(215,183,109,.22) !important;
  background: linear-gradient(180deg, #6d3290 0%, #3b174f 58%, #2a1138 100%) !important;
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: .14em !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10), 0 14px 28px rgba(49,26,66,.18) !important;
  cursor: pointer !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}

body.witchone-theme .witchone-product-card .witchone-add:hover,
body.witchone-theme .witchone-product-card .button:hover,
body.witchone-theme .woocommerce ul.products li.product .button:hover,
body.witchone-theme .woocommerce ul.products li.product a.button:hover,
body.witchone-theme .woocommerce div.product form.cart .single_add_to_cart_button:hover,
body.witchone-theme .wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
body.witchone-theme .wc-block-grid__product-add-to-cart a:hover,
body.witchone-theme .wc-block-components-product-button .wc-block-components-product-button__button:hover,
body.witchone-theme .wc-block-components-product-button__button:hover,
body.witchone-theme .wp-block-woocommerce-product-template .wc-block-components-product-button__button:hover,
body.witchone-theme .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link:hover,
body.witchone-theme .wp-block-woocommerce-empty-cart-block .wc-block-components-product-button__button:hover,
body.witchone-theme .witchone-product-card .witchone-add:focus,
body.witchone-theme .witchone-product-card .button:focus,
body.witchone-theme .woocommerce ul.products li.product .button:focus,
body.witchone-theme .woocommerce ul.products li.product a.button:focus,
body.witchone-theme .woocommerce div.product form.cart .single_add_to_cart_button:focus,
body.witchone-theme .wc-block-grid__product-add-to-cart .wp-block-button__link:focus,
body.witchone-theme .wc-block-grid__product-add-to-cart a:focus,
body.witchone-theme .wc-block-components-product-button .wc-block-components-product-button__button:focus,
body.witchone-theme .wc-block-components-product-button__button:focus,
body.witchone-theme .wp-block-woocommerce-product-template .wc-block-components-product-button__button:focus,
body.witchone-theme .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link:focus,
body.witchone-theme .wp-block-woocommerce-empty-cart-block .wc-block-components-product-button__button:focus {
  background: linear-gradient(180deg, #7a3aa2 0%, #421b59 58%, #2a1138 100%) !important;
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 18px 36px rgba(49,26,66,.24) !important;
  transform: translateY(-2px) !important;
  outline: none !important;
}

body.witchone-theme .woocommerce ul.products li.product .added_to_cart,
body.witchone-theme .wc-block-grid__product-add-to-cart .added_to_cart,
body.witchone-theme .wc-block-components-product-button .added_to_cart {
  margin-top: 12px !important;
}

@media (max-width: 800px) {
  body.witchone-theme .witchone-product-card .witchone-add,
  body.witchone-theme .witchone-product-card .button,
  body.witchone-theme .woocommerce ul.products li.product .button,
  body.witchone-theme .woocommerce ul.products li.product a.button,
  body.witchone-theme .woocommerce div.product form.cart .single_add_to_cart_button,
  body.witchone-theme .wc-block-grid__product-add-to-cart .wp-block-button__link,
  body.witchone-theme .wc-block-grid__product-add-to-cart a,
  body.witchone-theme .wc-block-components-product-button .wc-block-components-product-button__button,
  body.witchone-theme .wc-block-components-product-button__button {
    min-height: 58px !important;
    font-size: 13px !important;
    letter-spacing: .12em !important;
  }
}


/* v1.1.0 file fallback — shop/archive add to cart button consistency */
.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product a.product_type_simple,
.woocommerce-page ul.products li.product a.button,
.woocommerce-page ul.products li.product .button,
body .woocommerce .products .product a.button,
body .woocommerce .products .product .button,
.witchone-product-card .witchone-add,
.witchone-product-card .button {
  width: 100% !important;
  min-height: 62px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  border: 1px solid rgba(215,183,109,.25) !important;
  background: linear-gradient(180deg, #6d3290 0%, #3b174f 56%, #271233 100%) !important;
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
  text-transform: uppercase !important;
  letter-spacing: .14em !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  line-height: 1 !important;
}
.woocommerce ul.products li.product a.button *,
.woocommerce ul.products li.product .button *,
.witchone-product-card .witchone-add *,
.witchone-product-card .button * {
  color: #fffaf2 !important;
  -webkit-text-fill-color: #fffaf2 !important;
}
