
:root{
  --acc-primary:#057cd5;
  --acc-accent:#379e3c;
  --acc-base-fs:16px;
  /* Theme background must be white */
  --acc-bg:#ffffff;
  --acc-soft:#f3f4f6;
  --acc-soft2:#f8fafc;
  --acc-border:#e5e7eb;
  --acc-radius:16px;
  --acc-shadow:0 10px 25px rgba(2,6,23,.08);
}

*{box-sizing:border-box}
html{font-size:var(--acc-base-fs)}
body{
  margin:0;
  background:var(--acc-bg);
  color:#0b1220;
  line-height:1.55;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
a{color:inherit}
img{max-width:100%;height:auto}
.screen-reader-text{position:absolute;left:-9999px}

.acc-header{position:relative}
/* Layout */
.acc-container{width:min(1180px, 92vw); margin-inline:auto}
.acc-muted{color:#64748b}

.acc-topbar{
  background:var(--acc-primary);
  color:#fff;
  font-size:.9rem;
}
.acc-topbar-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:16px; padding:10px 0;
}
.acc-topbar-left{display:flex; flex-wrap:wrap; gap:14px; align-items:center}
.acc-topbar-item{display:flex; gap:8px; align-items:center; opacity:.95}
.acc-topbar-item a{color:#fff; text-decoration:none}
.acc-topbar-item svg{width:16px;height:16px; fill:#fff}
.acc-topbar-right{display:flex; align-items:center; gap:12px}
.acc-topbar-link{color:#fff; text-decoration:none; font-weight:var(--acc-fw-menu); display:flex; gap:10px; align-items:center}
.acc-topbar-link .acc-arrow{font-size:1.2em; line-height:1}

.acc-mainbar{
  border-bottom:1px solid var(--acc-border);
  background:#fff;
  /* subtle shadow under header (desktop + mobile) */
  box-shadow:0 8px 18px rgba(2,6,23,.06);
}
.acc-mainbar-inner{
  display:flex; align-items:center; justify-content:space-between;
  gap:14px;
  padding:14px 0;
}
.acc-brand{display:flex; align-items:center; gap:10px}
.acc-logo img{height:56px; width:auto}
.acc-site-title{font-weight:600; text-decoration:none; font-size:1.2rem}

.acc-search-wrap{flex:1; display:flex; justify-content:center}
.acc-search{
  width:min(700px, 100%);
  position:relative;
  display:flex;
  align-items:stretch;
  background:var(--acc-soft2);
  border:1px solid var(--acc-border);
  border-radius:999px;
  overflow:hidden;
  box-shadow:0 1px 0 rgba(2,6,23,.03);
}
.acc-search-ic{display:grid; place-items:center; width:44px; color:#64748b}
.acc-search-ic svg{width:18px;height:18px; fill:#64748b}
.acc-search-input{
  border:0; outline:none; flex:1;
  background:transparent;
  padding:14px 10px;
  font-size:1rem;
}
.acc-search-btn{
  border:0; outline:none;
  padding:0 20px;
  background:#e5e7eb;
  font-weight:600;
  cursor:pointer;
}
.acc-search-btn:hover{filter:brightness(.98)}

.acc-live-results{
  position:absolute;
  left:0; right:0;
  top:calc(100% + 8px);
  background:#fff;
  border:1px solid var(--acc-border);
  border-radius:12px;
  box-shadow:var(--acc-shadow);
  overflow:hidden;
  display:none;
  z-index:50;
}
.acc-live-results.is-open{display:block}
.acc-live-head{
  padding:12px 14px;
  font-size:.85rem;
  font-weight:600;
  color:#334155;
  background:var(--acc-soft2);
  border-bottom:1px solid rgba(15,23,42,.06);
}
.acc-live-list{max-height:420px; overflow:auto}
.acc-live-item{
  display:flex;
  align-items:center;
  gap:10px;
}
.acc-live-item:hover{background:var(--acc-soft2)}
.acc-live-link{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px 12px;
  text-decoration:none;
  flex:1;
  color:inherit;
}
.acc-live-add{
  margin-right:12px;
  padding:8px 10px;
  border-radius:10px;
  font-weight:600;
  font-size:.9rem;
  border:1px solid var(--acc-border);
  background:var(--acc-soft2);
  text-decoration:none;
  white-space:nowrap;
}
.acc-live-add:hover{background:#fff}
.acc-live-fallback{font-weight:600;color:#64748b}
.acc-live-thumb{
  width:40px; height:40px; border-radius:10px;
  background:var(--acc-soft);
  border:1px solid var(--acc-border);
  flex:0 0 auto;
  display:grid; place-items:center;
}
.acc-live-thumb img{width:100%; height:100%; object-fit:cover; border-radius:10px}
.acc-live-meta{display:flex; flex-direction:column}
.acc-live-title{font-weight:600; line-height:1.2}
.acc-live-price{font-size:.9rem; color:#334155}
.acc-live-price del{opacity:.55}
.acc-live-arrow{margin-left:auto; color:#64748b; font-size:1.1rem}
.acc-live-more{
  display:flex;
  justify-content:center;
  padding:12px 14px;
  text-decoration:none;
  font-weight:600;
  border-top:1px solid rgba(15,23,42,.06);
  background:#fff;
}
.acc-live-more:hover{background:var(--acc-soft2)}

.acc-actions{display:flex; gap:10px; align-items:center}
.acc-icon-btn{
  display:flex; align-items:center; gap:10px;
  padding:12px 14px;
  border-radius:999px;
  border:1px solid var(--acc-border);
  background:var(--acc-soft2);
  cursor:pointer;
  text-decoration:none;
  position:relative;
}
.acc-icon-btn:hover{background:#fff}
.acc-ic svg{width:18px;height:18px; fill:#111827}
.acc-ic-label{font-weight:var(--acc-fw-menu); font-size:.95rem}
.acc-cart-badge{
  position:absolute;
  top:-6px; right:-6px;
  background:#ef4444;
  color:#fff;
  width:22px; height:22px;
  border-radius:999px;
  display:grid; place-items:center;
  font-size:.8rem;
  border:2px solid #fff;
}


.acc-shopnow-btn{
  display:flex; align-items:center; gap:10px;
  padding:12px 16px;
  border-radius:999px;
  background:var(--acc-shopnow-bg, var(--acc-accent));
  color:var(--acc-shopnow-tc, #fff);
  text-decoration:none;
  font-weight:var(--acc-fw-menu);
  border:1px solid rgba(2,6,23,.10);
  white-space:nowrap;
}
.acc-shopnow-btn:hover{filter:brightness(.97)}
.acc-shopnow-ic svg{width:18px;height:18px; fill:currentColor}

@media (max-width: 520px){
  .acc-shopnow-btn{padding:10px 12px}
  .acc-shopnow-text{display:none}
}
/* Desktop menu */
.acc-nav-desktop{
  background:#fff;
  border-bottom:1px solid var(--acc-border);
  box-shadow:0 6px 14px rgba(2,6,23,.04);
}
.acc-menu{
  display:flex; gap:22px; list-style:none; padding:10px 0; margin:0;
  font-weight:var(--acc-fw-menu);
  letter-spacing:.2px;
}
.acc-nav-desktop .acc-menu,
.acc-nav-desktop .acc-menu a{
  /* User requested: desktop header menu items should not look bold */
  font-weight:400;
}
.acc-menu a{text-decoration:none; padding:10px 0; display:inline-block; font-size:0.98rem; font-weight:inherit}
.acc-menu li.menu-item-has-children{position:relative}
.acc-menu li ul{
  display:none;
  position:absolute;
  left:0; top:100%;
  background:#fff;
  border:1px solid var(--acc-border);
  border-radius:12px;
  padding:10px;
  min-width:240px;
  box-shadow:var(--acc-shadow);
  z-index:40;
}
.acc-menu li:hover > ul{display:block}
.acc-menu li ul li{list-style:none}
.acc-menu li ul a{padding:10px 12px; display:block; border-radius:10px}
.acc-menu li ul a:hover{background:var(--acc-soft2)}

/* Categories panel (dropdown) */
.acc-cats-panel{
  position:absolute;
  --acc-cats-x:-50%;
  left:50%;
  top:calc(100% + 10px);
  width:min(460px, 92vw);
  background:#fff;
  border:1px solid var(--acc-border);
  border-radius:16px;
  box-shadow:var(--acc-shadow);
  z-index:90;
  opacity:0;
  transform:translateX(var(--acc-cats-x)) translateY(6px) scale(.98);
  transition:opacity .16s ease, transform .16s ease;
}
.acc-cats-panel.is-open{
  opacity:1;
  transform:translateX(var(--acc-cats-x)) translateY(0) scale(1);
}
.acc-cats-panel[hidden]{display:none}
.acc-cats-panel .acc-container{width:100%; margin:0; padding:16px}
.acc-cats-body{max-height:min(70vh, 520px); overflow:auto}
/* Compact, neat dropdown list (not full-width panel) */
.acc-cats-panel .acc-depth-0{display:block}
.acc-cats-panel .acc-depth-0>li{border-bottom:1px solid rgba(15,23,42,.06)}
.acc-cats-panel .acc-depth-0>li:last-child{border-bottom:0}
.acc-cats-panel .acc-depth-0>li>.acc-cat-link{font-weight:600}
.acc-cats-panel .acc-depth-1, .acc-cats-panel .acc-depth-2, .acc-cats-panel .acc-depth-3{padding-left:10px}

/* Desktop: smaller, cleaner dropdown */
@media (min-width: 981px){
  .acc-cats-panel{width:360px}
  .acc-cats-panel .acc-container{padding:12px}
  .acc-cats-head{margin-bottom:6px}
  .acc-cats-body{max-height:420px}
  .acc-cat-link{padding:9px 10px}
}

.acc-cats-inner{padding:16px 0}
.acc-cats-head{display:flex; justify-content:space-between; align-items:center; gap:10px; margin-bottom:10px}
.acc-close{border:1px solid var(--acc-border); background:var(--acc-soft2); border-radius:999px; padding:10px 14px; cursor:pointer}
.acc-cat-list{list-style:none; padding:0; margin:0}
.acc-cat-item{position:relative}
.acc-cat-link{display:block; padding:10px 12px; text-decoration:none; border-radius:10px}
.acc-cat-link:hover{background:var(--acc-soft2)}
.acc-cat-item.has-children > .acc-cat-toggle{
  position:absolute; right:6px; top:6px;
  width:36px; height:36px;
  border:0; background:transparent; cursor:pointer;
  border-radius:10px;
}
.acc-cat-toggle svg{width:20px;height:20px; fill:#0f172a; transition:transform .15s ease}
.acc-depth-1, .acc-depth-2, .acc-depth-3{padding-left:14px; display:none}
.acc-cat-item.is-open > .acc-depth-1{display:block}
.acc-cat-item.is-open > .acc-cat-toggle svg{transform:rotate(90deg)}

/* Page */
.acc-page{min-height:50vh}
.acc-content{padding:22px 0}
.acc-grid{display:grid; grid-template-columns:1fr 320px; grid-template-areas:"main side"; gap:22px}
.acc-col-main{grid-area:main}
.acc-col-side{grid-area:side}

/* WooCommerce keeps sidebar on the left (Shop/Category pages) */
.acc-is-woocommerce .acc-grid{grid-template-columns:320px 1fr; grid-template-areas:"side main"}
.acc-col-side .widget{
  background:#fff;
  border:1px solid var(--acc-border);
  border-radius:16px;
  padding:14px;
  margin-bottom:14px;
}
.widget-title{margin:0 0 10px; font-size:1.05rem}

/* Blog cards */
.acc-post-card{
  border:1px solid var(--acc-border);
  border-radius:16px;
  padding:16px;
  margin-bottom:14px;
  background:#fff;
}
.acc-post-title{margin:0 0 6px}
.acc-post-title a{text-decoration:none}
.acc-post-excerpt{color:#334155}
.acc-post-meta{color:#64748b; font-size:.9rem}
.acc-post-content{max-width:70ch}

/* ===============================
   Single Post: clean SEO layout
   =============================== */
.single-post .acc-post{max-width:100%}
.single-post .acc-post-title{
  /* Keep headings professional (not overly large) */
  font-size:1.6rem;
  line-height:1.2;
  margin:0 0 8px;
  font-weight:600;
}
.single-post .acc-post-meta{font-size:.95rem; color:#64748b}

.single-post .acc-post-featured{margin:16px 0 18px}
.single-post .acc-post-featured-img{
  width:100%;
  height:auto;
  max-height:420px;
  object-fit:cover;
  display:block;
  border-radius:16px;
  border:1px solid var(--acc-border);
  background:#fff;
  box-shadow:0 1px 0 rgba(2,6,23,.03);
}

@media (max-width: 980px){
  /* Mobile: title should be smaller + readable */
  .single-post .acc-post-title{font-size:1.25rem; line-height:1.24}

  /* Mobile: featured image should not be overly tall */
  .single-post .acc-post-featured-img{max-height:280px}
}

@media (max-width: 600px){
  .single-post .acc-post-title{font-size:1.15rem; line-height:1.26}
  .single-post .acc-post-featured-img{max-height:240px}
}

.acc-toc{
  margin:0 0 18px;
  padding:14px;
  border:1px solid var(--acc-border);
  background:var(--acc-soft2);
  border-radius:16px;
}
.acc-toc.is-empty{display:none}
.acc-toc-title{font-weight:600; font-size:1rem; margin:0 0 10px}
.acc-toc-list{font-size:.98rem}
.acc-toc-list ul{margin:0; padding-left:18px}
.acc-toc-list li{margin:6px 0}
.acc-toc-list a{text-decoration:none}
.acc-toc-list a:hover{text-decoration:underline}

/* Post content typography (keep headings normal, not huge) */
.single-post .acc-post-content{font-size:1rem; line-height:1.75}
.single-post .acc-post-content h2{
  font-size:1.4rem;
  line-height:1.3;
  margin:22px 0 10px;
  font-weight:650;
  scroll-margin-top:90px;
}
.single-post .acc-post-content h3{
  font-size:1.18rem;
  line-height:1.35;
  margin:18px 0 8px;
  font-weight:650;
  scroll-margin-top:90px;
}
.single-post .acc-post-content h4,
.single-post .acc-post-content h5,
.single-post .acc-post-content h6{
  font-size:1.05rem;
  line-height:1.35;
  margin:16px 0 8px;
  font-weight:650;
  scroll-margin-top:90px;
}
.single-post .acc-post-content p{margin:0 0 14px}
.single-post .acc-post-content img{max-width:100%; height:auto}

/* Comments: clean, responsive */
.comments-area{margin-top:22px}
.comments-title{font-size:1.25rem; margin:0 0 12px}
.comment-list{list-style:none; margin:0; padding:0}
.comment-list > li{margin:0 0 14px}
.comment-body{
  background:#fff;
  border:1px solid var(--acc-border);
  border-radius:16px;
  padding:14px;
}
.comment-meta{display:flex; align-items:flex-start; justify-content:space-between; gap:12px; font-size:.9rem; color:#64748b; margin-bottom:10px}
.comment-author{display:flex; align-items:center; gap:10px}
.comment-avatar{border-radius:999px}
.comment-author-name{font-weight:650; color:#0f172a; line-height:1.2}
.comment-date{display:block; font-size:.82rem; color:#64748b}
.comment-edit a{font-size:.85rem; color:#64748b; text-decoration:none}
.comment-edit a:hover{text-decoration:underline}
.comment-content{color:#0f172a}
.comment-actions{margin-top:10px}
.comment-reply-link{display:inline-flex; align-items:center; gap:6px; text-decoration:none; font-weight:600; color:var(--acc-primary)}
.comment-reply-link:hover{text-decoration:underline}
.comment-awaiting{margin:0 0 8px; color:#b45309; font-weight:600}

.comment-respond{
  background:#fff;
  border:1px solid var(--acc-border);
  border-radius:16px;
  padding:14px;
}
.comment-reply-title{margin:0 0 10px; font-size:1.15rem}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea{
  width:100%;
  border:1px solid var(--acc-border);
  border-radius:12px;
  padding:10px 12px;
  background:#fff;
}
.comment-form textarea{min-height:140px; resize:vertical}
.comment-form .form-submit{margin:12px 0 0}
.comment-form input[type="submit"]{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid transparent;
  background:var(--acc-primary);
  color:#fff;
  cursor:pointer;
  font-weight:600;
}
.comment-form input[type="submit"]:hover{filter:brightness(.98)}

/* Comment form helper text */
.comment-notes, .logged-in-as{color:#64748b; font-size:.92rem}
.comment-form-cookies-consent{display:flex; align-items:flex-start; gap:10px}

/* Pagination */
.acc-pagination .page-numbers{display:inline-block;margin:0 6px;padding:8px 12px;border:1px solid var(--acc-border);border-radius:12px;text-decoration:none}
.acc-pagination .current{background:var(--acc-soft2)}

/* Hero */
.acc-hero{
  background:linear-gradient(180deg, rgba(16,125,179,.14), rgba(16,125,179,0));
  border-bottom:1px solid var(--acc-border);
}
.acc-hero-inner{display:grid; grid-template-columns:1.2fr .8fr; gap:22px; padding:34px 0}
.acc-hero-copy h1{font-size:2.4rem; margin:0 0 10px}
.acc-hero-copy p{margin:0 0 16px; color:#334155; font-size:1rem; font-weight:400}
.acc-hero-card{
  background:#fff;
  border:1px solid var(--acc-border);
  border-radius:20px;
  padding:16px;
  box-shadow:0 1px 0 rgba(2,6,23,.03);
}
.acc-hero-card h3{margin:0 0 10px}

.acc-btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:999px;
  background:var(--acc-primary);
  color:#fff;
  text-decoration:none;
  font-weight:600;
  border:1px solid transparent;
}
.acc-btn:hover{filter:brightness(.98)}
.acc-btn-ghost{
  background:transparent;
  color:var(--acc-accent);
  border-color:var(--acc-border);
}

/* Footer */
.acc-footer{
  background:#f5f5f5;
  border-top:1px solid var(--acc-border);
  padding:26px 0;
}
.acc-footer-cols{display:grid; grid-template-columns:1fr 1fr 1fr 1fr; gap:22px}
.acc-footer-menu{list-style:none; padding:0; margin:0}
.acc-footer-menu a{text-decoration:none; display:block; padding:6px 0; font-weight:400; line-height:1.45}
.acc-footer-bottom{display:flex; justify-content:space-between; gap:12px; flex-wrap:wrap; padding-top:18px; margin-top:18px; border-top:1px solid rgba(15,23,42,.08); color:#475569; font-size:.95rem}
.acc-footer-cats .acc-cat-list{background:transparent}
.acc-footer .widget{background:transparent; border:0; padding:0; margin:0}

/* Mobile drawer */
.acc-mobile-drawer{
  position:fixed;
  inset:0 0 0 auto;
  width:min(420px, 92vw);
  background:#fff;
  border-left:1px solid var(--acc-border);
  box-shadow:var(--acc-shadow);
  z-index:100;
  padding:14px;
}
.acc-mobile-head{display:flex; justify-content:space-between; align-items:center; gap:10px; margin-bottom:10px}
.acc-mobile-menu{list-style:none; padding:0; margin:0}
.acc-mobile-menu a{
  text-decoration:none;
  display:block;
  padding:10px 10px;
  border-radius:12px;
  font-weight:var(--acc-fw-menu);
  font-size:0.98rem;
}
.acc-mobile-menu a:hover{background:var(--acc-soft2)}
.acc-mobile-menu li{list-style:none; position:relative}
.acc-mobile-menu ul{list-style:none; padding:0; margin:0}
.acc-mobile-menu li ul{
  padding-left:10px;
  margin-top:4px;
}
.acc-mobile-menu li ul a{
  font-size:0.94rem;
  padding:8px 10px;
}
.acc-sub-toggle{
  position:absolute;
  right:8px;
  top:6px;
  width:32px;
  height:32px;
  border:1px solid var(--acc-border);
  background:var(--acc-soft2);
  border-radius:10px;
  cursor:pointer;
  line-height:1;
}
.acc-mobile-body{overflow:auto; max-height:calc(100vh - 80px)}
.acc-mobile-cats{margin-top:18px}
.acc-mobile-cats h4{margin:0 0 10px}

/* Responsive */
@media (max-width: 980px){
  .acc-grid{grid-template-columns:1fr; grid-template-areas:"main" "side"}
  /* WooCommerce: show sidebar before products on mobile (not at the end) */
  .acc-is-woocommerce .acc-grid{grid-template-areas:"side" "main"}
  .acc-topbar-inner{flex-direction:column; align-items:flex-start}
  .acc-nav-desktop{display:none}
  .acc-mainbar-inner{flex-wrap:wrap}
  .acc-brand{order:1}
  .acc-actions{order:2; width:100%; justify-content:space-between}
  .acc-search-wrap{order:3; width:100%}
  .acc-search{width:100%}
  .acc-icon-btn{flex:1; justify-content:center}
  .acc-ic-label{display:inline}
  .acc-hero-inner{grid-template-columns:1fr; padding:22px 0}
  .acc-footer-cols{grid-template-columns:1fr; gap:14px}
}

@media (min-width: 981px){
  .acc-mobile-drawer{display:none}
}


/* Logo image fallback */
.acc-logo-img{
  max-height:46px;
  width:auto;
  display:block;
}
.acc-logo-link, .acc-footer-logo-link{display:inline-flex; align-items:center}

/* Desktop: hide hamburger (Menu) button – show inline menu instead */
@media (min-width: 981px){
  .acc-menu-btn{display:none}
}

/* Footer accordion (mobile only) */
.acc-foot-acc-btn{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:10px 0;
  background:transparent;
  border:0;
  font-weight:600;
  font-size:1rem;
  cursor:pointer;
}
.acc-foot-acc-ic{display:inline-flex; align-items:center; justify-content:center; width:20px; height:20px}
.acc-foot-acc-ic::before{content:"–"; font-weight:900; font-size:1.2rem; line-height:1; color:#0b1220}
.acc-foot-acc-btn[aria-expanded="false"] .acc-foot-acc-ic::before{content:"+"}
.acc-foot-acc-panel{padding:8px 0 12px 0}
.acc-footer-contact{list-style:none; padding:0; margin:10px 0 0 0; display:grid; gap:8px}
.acc-footer-contact li{display:flex; gap:10px; align-items:center}
.acc-footer-contact svg{width:16px; height:16px; fill:#0b1220; opacity:.85}
.acc-footer-note{margin:12px 0 0 0; color:#475569; font-size:.95rem; font-weight:400; line-height:1.5}
.acc-footer-links{list-style:none; padding:0; margin:0}
.acc-footer-links a{text-decoration:none; display:block; padding:6px 0; font-weight:400; line-height:1.45}

@media (max-width: 980px){
  .acc-foot-acc-btn{border-top:1px solid rgba(15,23,42,.08)}
  .acc-footer-col:first-child .acc-foot-acc-btn{border-top:0}
}
@media (min-width: 981px){
  .acc-foot-acc-btn{cursor:default}
  .acc-foot-acc-ic{display:none}
  .acc-foot-acc-panel{display:block !important}
}



/* === Visibility helpers === */
@media (min-width: 981px){
  .acc-only-mobile{display:none !important}
}
@media (max-width: 980px){
  .acc-only-mobile{display:inline-flex !important}
}

/* Force desktop to show inline menu and hide any button-style menu */
@media (min-width: 981px){
  .acc-nav-desktop{display:block !important}
  .acc-menu-btn{display:none !important}
}


/* Desktop menu underline hover */
.acc-nav-desktop a{position:relative}
.acc-nav-desktop a::after{content:''; position:absolute; left:0; right:0; bottom:-6px; height:2px; background:currentColor; opacity:.55; transform:scaleX(0); transform-origin:left; transition:transform .18s ease}
.acc-nav-desktop a:hover::after,.acc-nav-desktop .current-menu-item>a::after,.acc-nav-desktop .current-menu-ancestor>a::after{transform:scaleX(1)}
.acc-footer-menu a:hover,.acc-footer-links a:hover{text-decoration:underline}


/* Typography vars from Customizer */
:root{
  --acc-ff-body:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  --acc-ff-headings:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  --acc-ff-topbar:inherit;
  --acc-ff-header:inherit;
  --acc-ff-footer:inherit;

  --acc-fw-body:400;
  --acc-fw-headings:600;
  --acc-fw-menu:500;

  --acc-fs-body:16px;
  --acc-fs-topbar:14px;
  --acc-fs-header:16px;
  --acc-fs-footer:14px;
  --acc-fs-single-post:16px;
  --acc-fs-single-product:16px;

  --acc-h1:22px;
  --acc-h2:20px;
  --acc-h3:18px;
  --acc-h4:18px;
  --acc-h5:16px;
  --acc-h6:16px;

  --acc-ff-single-post:inherit;
  --acc-ff-single-post-headings:inherit;
  --acc-ff-single-product:inherit;
  --acc-ff-single-product-headings:inherit;
}

body{
  font-family:var(--acc-ff-body);
  font-size:var(--acc-fs-body);
  font-weight:var(--acc-fw-body);
}
.acc-topbar{font-family:var(--acc-ff-topbar); font-size:var(--acc-fs-topbar)}
.acc-header{font-family:var(--acc-ff-header); font-size:var(--acc-fs-header)}
.acc-footer{font-family:var(--acc-ff-footer); font-size:var(--acc-fs-footer)}

h1,h2,h3,h4,h5,h6{font-family:var(--acc-ff-headings); font-weight:var(--acc-fw-headings)}
h1{font-size:var(--acc-h1)}
h2{font-size:var(--acc-h2)}
h3{font-size:var(--acc-h3)}
h4{font-size:var(--acc-h4)}
h5{font-size:var(--acc-h5)}
h6{font-size:var(--acc-h6)}

/* Prevent “over-bold” look */
.acc-menu,
.acc-icon-btn,
.acc-search-btn,
.acc-topbar-link,
.acc-mobile-menu a,
.acc-foot-acc-btn{
  font-weight:var(--acc-fw-menu);
}

/* Single blog post typography */
.single-post .acc-post-content,
.single-post .entry-content{
  font-size:var(--acc-fs-single-post);
  font-family:var(--acc-ff-single-post);
}
.single-post .acc-post-content h1,
.single-post .acc-post-content h2,
.single-post .acc-post-content h3,
.single-post .acc-post-content h4,
.single-post .acc-post-content h5,
.single-post .acc-post-content h6,
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6{
  font-family:var(--acc-ff-single-post-headings);
}

/* Single product typography */
.single-product .summary,
.single-product .woocommerce-product-details__short-description{
  font-size:var(--acc-fs-single-product);
  font-family:var(--acc-ff-single-product);
}
.single-product .summary h1,
.single-product .summary h2,
.single-product .summary h3,
.single-product .summary h4,
.single-product .summary h5,
.single-product .summary h6,
.single-product .woocommerce-tabs h1,
.single-product .woocommerce-tabs h2,
.single-product .woocommerce-tabs h3,
.single-product .woocommerce-tabs h4,
.single-product .woocommerce-tabs h5,
.single-product .woocommerce-tabs h6{
  font-family:var(--acc-ff-single-product-headings);
}



.acc-grid--no-sidebar{grid-template-columns:1fr !important; grid-template-areas:"main" !important}
.acc-grid--no-sidebar .acc-col-main{max-width:100%}


/* === WooCommerce: Product cards (Shop / Category) === */
.woocommerce ul.products{
  margin:0;
  padding:0;
  /* Ensure equal-sized product cards */
  display:grid;
  grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));
  gap:22px;
}
.woocommerce ul.products li.product{
  list-style:none;
  background:#fff;
  border:1px solid var(--acc-border);
  border-radius:16px;
  padding:14px;
  display:flex;
  flex-direction:column;
  height:100%;
  box-shadow:0 1px 0 rgba(2,6,23,.03);
  transition:transform .12s ease, box-shadow .12s ease;
}
.woocommerce ul.products li.product:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(2,6,23,.08);
}
.woocommerce ul.products li.product a{color:inherit; text-decoration:none}
.woocommerce ul.products li.product a img{
  width:100%;
  height:190px;
  object-fit:contain;
  margin:0 0 10px 0;
  background:var(--acc-soft2);
  border-radius:14px;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{
  display:flex;
  flex-direction:column;
  flex:1;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-family:var(--acc-ff-headings);
  font-weight:400;
  font-size:1rem;
  margin:6px 0 8px;
  line-height:1.25;
  display:block;
  /* Keep all cards equal height even with long titles */
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  min-height:2.6em;
}
.woocommerce ul.products li.product .price{color:#334155; font-weight:600; margin:0 0 10px}
.woocommerce ul.products li.product .button{
  width:100%;
  text-align:center;
  border-radius:12px;
  border:1px solid var(--acc-border);
  background:var(--acc-soft2);
  color:var(--acc-accent);
  font-weight:var(--acc-fw-menu);
  padding:10px 12px;
  margin-top:auto;
}
.woocommerce ul.products li.product .button:hover{background:#fff}

@media (max-width: 980px){
  .woocommerce ul.products li.product a img{height:160px}
}


/* === Single product: Quick Details toggle (below Add to Cart + Category) === */
.acc-quick-details{margin-top:10px}
.acc-qd-btn{
  width:100%;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  padding:12px 14px;
  border:1px solid var(--acc-border);
  border-radius:14px;
  background:var(--acc-soft2);
  cursor:pointer;
  font-weight:var(--acc-fw-menu);
}
.acc-qd-ic::before{content:'+'; font-weight:900; font-size:1.1rem; line-height:1; color:#0b1220}
.acc-qd-btn[aria-expanded="true"] .acc-qd-ic::before{content:'–'}
.acc-qd-panel{border:1px solid var(--acc-border); border-radius:14px; margin-top:8px; background:#fff}
.acc-qd-content{padding:12px 14px; color:#334155}


/* =========================================================
   Updates (Jan 2026): categories dropdown, shop sidebar drawer,
   typography tweaks, product badge + card refinements
   ========================================================= */

/* 1) Categories dropdown: smaller on desktop + not-bold links */
.acc-cats-panel .acc-cat-link,
.acc-cats-panel .acc-depth-0 > li > .acc-cat-link{
  font-weight:400 !important;
}
@media (min-width: 981px){
  .acc-cats-panel{width:320px}
  .acc-cats-panel .acc-container{padding:10px}
  .acc-cats-body{max-height:380px}
}

/* 2) Mobile shop/category sidebar: "Show" button + off-canvas drawer */
.acc-shop-filters-bar{margin:0 0 12px}
.acc-filter-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:999px;
  border:1px solid var(--acc-border);
  background:var(--acc-soft2);
  cursor:pointer;
  font-weight:600;
}
.acc-filter-btn .acc-ic svg{width:18px;height:18px;fill:currentColor}
.acc-filter-label{font-size:.95rem}

@media (max-width: 980px){
  /* Keep main content layout clean (sidebar becomes fixed drawer). */
  .acc-is-woocommerce .acc-grid{
    grid-template-columns:1fr !important;
    grid-template-areas:"main" !important;
  }

  .acc-shop-sidebar{
    position:fixed;
    inset:0 0 0 auto;
    width:min(360px, 92vw);
    height:100vh;
    background:#fff;
    border-left:1px solid var(--acc-border);
    box-shadow:var(--acc-shadow);
    z-index:120;
    padding:14px;
    overflow:auto;
    transform:translateX(110%);
    transition:transform .18s ease;
  }
  body.acc-shop-sidebar-open .acc-shop-sidebar{transform:translateX(0)}
  .acc-shop-sidebar-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
  }

  .acc-shop-sidebar-overlay[hidden]{display:none}
  .acc-shop-sidebar-overlay{
    position:fixed;
    inset:0;
    background:rgba(2,6,23,.45);
    z-index:110;
    opacity:0;
    transition:opacity .18s ease;
  }
  body.acc-shop-sidebar-open .acc-shop-sidebar-overlay{opacity:1}
}

/* 3) Woo headings / titles: smaller + less bold */
.woocommerce-products-header__title,
.woocommerce .page-title{
  font-weight:500;
  letter-spacing:-0.01em;
  font-size:1.8rem;
}
@media (max-width: 980px){
  .woocommerce-products-header__title,
  .woocommerce .page-title{font-size:1.4rem}
}

/* 4) Single product title: not bold */
.single-product .product_title,
.single-product h1.product_title{
  font-weight:500 !important;
}

/* 5) Product cards: badge + no image shadow + cart icon color */
.woocommerce ul.products li.product{position:relative}

/* LAB TESTED badge (image; configurable in Customizer) */
.acc-lab-tested{
  position:absolute;
  top:6px;
  right:6px;
  z-index:6;
  pointer-events:none;
}
.acc-lab-tested__inner{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  padding:0;
  border-radius:0;
  box-shadow:none;
}
.acc-lab-tested__img{
  width:46px;
  height:auto;
  display:block;
}
@media (max-width: 980px){
  .acc-lab-tested__img{width:38px}
}
.acc-lab-tested--single{top:14px;right:14px}

/* Remove any image shadow/background */
.woocommerce ul.products li.product a img{
  box-shadow:none !important;
  filter:none !important;
  background:transparent !important;
}

/* Shop loop button must be "Shop Now" (not cart icon) with off-white background */
.woocommerce ul.products li.product .button{
  background:var(--acc-soft2) !important; /* off white */
  color:var(--acc-primary) !important;
  border:1px solid var(--acc-border) !important;
  font-size:.95rem !important;
  font-weight:600 !important;
}

/* Product title: normal weight + readable size */
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-weight:400 !important;
  font-size:1rem !important;
}

/* 6) Footer: reduce menu item spacing + bitcoin icon sizing */
.acc-footer-menu a,
.acc-footer-links a{padding:4px 0}
.acc-foot-bitcoin{height:16px;width:auto;max-height:16px;object-fit:contain;display:inline-block;vertical-align:middle}


/* Shop sidebar widget titles: smaller + less bold */
.acc-col-side .widget-title,
.woocommerce .widget_price_filter .widget-title{
  font-size:.95rem !important;
  font-weight:500 !important;
  line-height:1.25 !important;
}

/* Single product sidebar: categories only (hide price filter) */
body.single-product .widget_price_filter{display:none !important;}


/* Single product: Add to Cart button (professional + icon) */
.single-product form.cart .single_add_to_cart_button{
  background:#2f9fb4;
  border:0;
  border-radius:14px;
  padding:14px 18px;
  font-weight:600;
  color:#fff;
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-transform:none;
}
.single-product form.cart .single_add_to_cart_button:hover{filter:brightness(.98)}
.single-product form.cart .single_add_to_cart_button:focus{outline:2px solid rgba(47,159,180,.35); outline-offset:2px}
.single-product form.cart .single_add_to_cart_button::before{
  content:"";
  width:18px;
  height:18px;
  background-color:#fff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM7.2 14h9.9c.8 0 1.5-.5 1.8-1.2l2.7-6.1c.2-.5-.1-1.1-.7-1.1H6.1L5.4 2H2v2h2l3 12.3c.1.4.5.7.9.7z'/%3E%3C/svg%3E") no-repeat center / contain;
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM7.2 14h9.9c.8 0 1.5-.5 1.8-1.2l2.7-6.1c.2-.5-.1-1.1-.7-1.1H6.1L5.4 2H2v2h2l3 12.3c.1.4.5.7.9.7z'/%3E%3C/svg%3E") no-repeat center / contain;
}


/* Footer mini contact block (as requested) */
.acc-foot-mini-contact{
  display:flex;
  flex-direction:column;
  gap:2px;
  font-size:.92rem;
  color:#475569;
  line-height:1.35;
}
@media (min-width: 981px){
  .acc-foot-mini-contact{text-align:right; margin-left:auto}
}
@media (max-width: 980px){
  .acc-footer-bottom{justify-content:center}
  .acc-foot-mini-contact{text-align:center; width:100%}
}

/* Ensure single product badge positions correctly */
.single-product .woocommerce-product-gallery{position:relative;}

/* =========================================================
   Fixes: Shop loop button + equal product cards + badge sizing
   ========================================================= */

/* Enforce a stable product grid and remove legacy float layout.
   Some plugins/templates can shrink the UL; force full width + stretch. */
.woocommerce ul.products,
.woocommerce-page ul.products{
  width:100% !important;
  max-width:none !important;
  display:grid !important;
  gap:22px !important;
  margin:0 !important;
  padding:0 !important;
  justify-items:stretch !important;
  align-items:stretch !important;
}
@media (min-width: 1200px){
  .woocommerce ul.products,
  .woocommerce-page ul.products{grid-template-columns:repeat(4, minmax(0, 1fr)) !important;}
}
@media (min-width: 760px) and (max-width: 1199px){
  .woocommerce ul.products,
  .woocommerce-page ul.products{grid-template-columns:repeat(3, minmax(0, 1fr)) !important;}
}
@media (max-width: 759px){
  .woocommerce ul.products,
  .woocommerce-page ul.products{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;}
}
.woocommerce ul.products::before,
.woocommerce ul.products::after{display:none !important;}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  position:relative !important;
  float:none !important;
  width:auto !important;
  max-width:none !important;
  min-width:0 !important;
  margin:0 !important;
  height:100% !important;
  display:flex !important;
  flex-direction:column !important;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{
  display:flex !important;
  flex-direction:column !important;
  flex:1 !important;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img{
  height:180px !important;
  object-fit:contain !important;
  background:#fff !important;
}

/* Product titles: keep equal height */
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  min-height:2.6em !important;
}

/* Loop button: always text "Shop Now" with off-white background */
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .acc-shopnow-loop{
  width:100% !important;
  margin-top:auto !important;
  background:var(--acc-soft2) !important;
  color:var(--acc-primary) !important;
  border:1px solid var(--acc-border) !important;
  border-radius:12px !important;
  padding:11px 12px !important;
  text-align:center !important;
  font-weight:600 !important;
}
/* If any plugin injects an SVG icon inside the loop button, hide it */
.woocommerce ul.products li.product .button svg,
.woocommerce ul.products li.product .acc-shopnow-loop svg{display:none !important;}

/* Lab tested badge: smaller + top-left */
.acc-lab-tested{
  top:12px !important;
  left:12px !important;
  right:auto !important;
}
.acc-lab-tested__img{width:56px !important;}
@media (max-width: 980px){
  .acc-lab-tested__img{width:48px !important;}
}
