/*
Theme Name: StyleNeo
Theme URI: https://styleneo.in/
Author: StyleNeo
Description: Lightweight, mobile-first custom WooCommerce-ready theme for StyleNeo personalized printing store.
Version: 0.1.9
Requires at least: 6.4
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: styleneo
*/
:root{
 --sn-primary:#171717;
 --sn-accent:#d87835;
 --sn-bg:#ffffff;
 --sn-soft:#f7f7f5;
 --sn-border:#e7e7e7;
 --sn-text:#202020;
 --sn-muted:#6b6b6b;
 --sn-radius:10px;
 --sn-container:1200px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--sn-bg);color:var(--sn-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
.sn-container{width:min(calc(100% - 32px),var(--sn-container));margin-inline:auto}
.sn-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--sn-border)}
.sn-header-inner{min-height:76px;display:flex;align-items:center;gap:28px}
.sn-logo{display:flex;align-items:center;flex:0 0 190px;width:190px;max-width:190px;overflow:hidden}
.sn-logo .custom-logo-link{display:flex;align-items:center;max-width:190px;width:190px}
.sn-logo .custom-logo,.sn-logo img{display:block!important;width:auto!important;height:auto!important;max-width:180px!important;max-height:52px!important;object-fit:contain}
.sn-logo-text{font-weight:850;font-size:24px;letter-spacing:-.035em;white-space:nowrap}
.sn-logo-text{font-weight:850;font-size:24px;letter-spacing:-.035em}
.sn-nav{display:flex;align-items:center;gap:20px;margin-left:auto;white-space:nowrap}
.sn-nav>a,.sn-nav-dropdown-toggle{font-size:14px;font-weight:650;color:var(--sn-text);line-height:1.2}
.sn-nav>a:hover,.sn-nav-dropdown-toggle:hover{color:var(--sn-accent)}
.sn-customize{background:var(--sn-primary);color:#fff!important;padding:11px 17px;border-radius:999px}
.sn-customize:hover{background:var(--sn-accent)}
.sn-nav-dropdown{position:relative}
.sn-nav-dropdown-toggle{appearance:none;-webkit-appearance:none;background:transparent!important;border:0!important;outline:0;padding:8px 0;cursor:pointer;box-shadow:none!important}
.sn-category-menu{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);width:230px;padding:8px;background:#fff;border:1px solid var(--sn-border);border-radius:12px;box-shadow:0 16px 40px rgba(0,0,0,.12);display:none;z-index:200}
.sn-nav-dropdown:hover .sn-category-menu,.sn-nav-dropdown:focus-within .sn-category-menu{display:grid}
.sn-category-menu a,.sn-menu-empty{display:block;padding:10px 12px;font-size:14px;border-radius:8px}.sn-menu-empty{color:var(--sn-muted)}
.sn-category-menu a:hover{background:var(--sn-soft);color:var(--sn-accent)}
.sn-header-tools{display:flex;align-items:center;gap:12px;margin-left:6px;flex:0 0 auto}
.sn-tool{font-size:14px;font-weight:650;white-space:nowrap}
.sn-tool:hover{color:var(--sn-accent)}
.sn-icon-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px}
.sn-icon-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.sn-icon-link:hover{color:var(--sn-accent)}
.sn-cart-count{position:absolute;right:-7px;top:-5px;display:inline-flex;min-width:18px;height:18px;align-items:center;justify-content:center;border-radius:50%;background:var(--sn-accent);color:#fff;font-size:10px;font-weight:700;padding:0 4px}
.sn-menu-toggle{display:none;background:none;border:0;width:40px;height:40px;padding:8px;cursor:pointer}
.sn-menu-toggle span{display:block;height:2px;background:var(--sn-primary);margin:5px 0;border-radius:2px}
.sn-main{min-height:60vh}
.sn-hero{padding:72px 0;background:var(--sn-soft)}
.sn-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}
.sn-kicker{font-size:13px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--sn-accent)}
.sn-hero h1{font-size:clamp(42px,6vw,72px);line-height:1.02;margin:12px 0 20px;letter-spacing:-.04em}
.sn-hero p{font-size:18px;color:var(--sn-muted);max-width:600px}
.sn-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.sn-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 21px;border-radius:999px;font-weight:750;border:1px solid var(--sn-primary)}
.sn-btn-primary{background:var(--sn-primary);color:#fff}
.sn-btn-secondary{background:#fff}
.sn-section{padding:64px 0}
.sn-section h2{font-size:34px;line-height:1.15;margin:0 0 10px}
.sn-section-intro{color:var(--sn-muted);margin:0 0 30px}
.sn-grid{display:grid;gap:20px}
.sn-grid-4{grid-template-columns:repeat(4,1fr)}
.sn-card{border:1px solid var(--sn-border);border-radius:var(--sn-radius);overflow:hidden;background:#fff}
.sn-card-body{padding:18px}
.sn-card h3{margin:0 0 6px;font-size:18px}
.sn-muted{color:var(--sn-muted)}
.sn-footer{background:var(--sn-primary);color:#fff;padding:52px 0 24px}
.sn-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:32px}
.sn-footer a{opacity:.85}
.sn-footer a:hover{opacity:1;color:#fff}
.sn-footer-bottom{margin-top:36px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18);font-size:13px;opacity:.75}
.sn-mobile-nav{display:none}
.woocommerce .site-main,.woocommerce-page .site-main{padding-top:40px;padding-bottom:60px}
.woocommerce ul.products li.product{border:1px solid var(--sn-border);border-radius:var(--sn-radius);padding:14px}
.woocommerce ul.products li.product a.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button{border-radius:999px;background:var(--sn-primary);color:#fff}
.woocommerce a.button:hover,.woocommerce button.button:hover{background:var(--sn-accent);color:#fff}
@media(max-width:900px){
 .sn-nav,.sn-header-tools .sn-tool{display:none}
 .sn-menu-toggle{display:block;margin-left:auto}
 .sn-mobile-nav{padding:12px 0 18px;border-top:1px solid var(--sn-border)}
 .sn-mobile-nav.is-open{display:block}
 .sn-mobile-nav a,.sn-mobile-nav summary{display:block;padding:10px 0;font-weight:650;cursor:pointer}
 .sn-mobile-nav details{border-bottom:1px solid var(--sn-border);padding-bottom:4px}
 .sn-mobile-nav summary{list-style:none}
 .sn-mobile-nav summary::-webkit-details-marker{display:none}
 .sn-mobile-categories{padding:0 0 6px 14px}
 .sn-mobile-categories a{font-size:14px;font-weight:550}
 .sn-hero-grid{grid-template-columns:1fr;gap:28px}
 .sn-grid-4{grid-template-columns:repeat(2,1fr)}
 .sn-footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
 .sn-container{width:min(calc(100% - 24px),var(--sn-container))}
 .sn-header-inner{min-height:64px;gap:12px}
 .sn-logo{flex-basis:150px;width:150px;max-width:150px}
 .sn-logo .custom-logo-link{width:150px;max-width:150px}
 .sn-logo .custom-logo,.sn-logo img{max-height:40px!important;max-width:145px!important}
 .sn-hero{padding:52px 0}
 .sn-hero h1{font-size:42px}
 .sn-section{padding:48px 0}
 .sn-grid-4{grid-template-columns:1fr}
 .sn-footer-grid{grid-template-columns:1fr}
}

/* StyleNeo 0.1.4 header hardening */
.sn-header .sn-header-inner{position:relative;display:grid;grid-template-columns:190px minmax(0,1fr) auto;align-items:center;gap:24px;min-height:72px}
.sn-header .sn-logo{display:flex!important;align-items:center!important;width:190px!important;max-width:190px!important;min-width:0!important;overflow:visible!important}
.sn-header .sn-logo .custom-logo-link{display:flex!important;align-items:center!important;width:180px!important;max-width:180px!important;min-width:0!important}
.sn-header .sn-logo .custom-logo{display:block!important;width:auto!important;max-width:180px!important;height:auto!important;max-height:48px!important;object-fit:contain!important}
.sn-header .sn-nav{min-width:0!important;justify-content:flex-end!important;gap:18px!important;margin-left:0!important}
.sn-header .sn-nav-dropdown{position:relative!important;display:block!important}
.sn-header .sn-nav-dropdown-toggle{display:inline-flex!important;align-items:center!important;gap:5px!important;background:transparent!important;border:0!important;padding:8px 0!important;font-size:14px!important;font-weight:650!important;line-height:1.2!important;white-space:nowrap!important}
.sn-header .sn-category-menu{display:none!important;position:absolute!important;top:calc(100% + 10px)!important;left:50%!important;transform:translateX(-50%)!important;width:235px!important;padding:8px!important;margin:0!important;background:#fff!important;border:1px solid var(--sn-border)!important;border-radius:12px!important;box-shadow:0 16px 40px rgba(0,0,0,.12)!important;z-index:9999!important;grid-template-columns:1fr!important}
.sn-header .sn-nav-dropdown:hover .sn-category-menu,.sn-header .sn-nav-dropdown:focus-within .sn-category-menu,.sn-header .sn-nav-dropdown.is-open .sn-category-menu{display:grid!important}
.sn-header .sn-category-menu a{display:block!important;width:100%!important;padding:10px 12px!important;margin:0!important;border-radius:8px!important;font-size:14px!important;line-height:1.35!important;white-space:nowrap!important}
.sn-header .sn-category-menu a:hover{background:var(--sn-soft)!important;color:var(--sn-accent)!important}
.sn-header .sn-header-tools{justify-content:flex-end!important;gap:10px!important;margin-left:0!important}
@media(max-width:1100px){
 .sn-header .sn-header-inner{grid-template-columns:165px minmax(0,1fr) auto;gap:14px}
 .sn-header .sn-logo,.sn-header .sn-logo .custom-logo-link{width:160px!important;max-width:160px!important}
 .sn-header .sn-logo .custom-logo{max-width:155px!important}
 .sn-header .sn-nav{gap:12px!important}
 .sn-header .sn-nav>a,.sn-header .sn-nav-dropdown-toggle,.sn-header .sn-tool{font-size:13px!important}
}
@media(max-width:900px){
 .sn-header .sn-header-inner{display:flex;min-height:64px}
 .sn-header .sn-logo,.sn-header .sn-logo .custom-logo-link{width:150px!important;max-width:150px!important}
 .sn-header .sn-logo .custom-logo{max-width:145px!important;max-height:40px!important}
 .sn-header .sn-header-tools{display:none!important}
 .sn-header .sn-nav{display:none!important}
}


/* StyleNeo 0.1.6: final header + hero presentation */
.sn-header .sn-header-inner{display:flex!important;align-items:center!important;min-height:76px!important;gap:22px!important;flex-wrap:nowrap!important}
.sn-header .sn-logo{flex:0 0 180px!important;width:180px!important;max-width:180px!important;height:58px!important;display:flex!important;align-items:center!important;overflow:hidden!important}
.sn-header .sn-logo .custom-logo-link{display:flex!important;align-items:center!important;width:180px!important;max-width:180px!important;height:58px!important}
.sn-header .sn-logo img.custom-logo,.sn-header .sn-logo .custom-logo-link img{display:block!important;width:auto!important;height:auto!important;max-width:178px!important;max-height:52px!important;object-fit:contain!important}
.sn-header .sn-nav{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:20px!important;flex:1 1 auto!important;min-width:0!important;margin:0!important}
.sn-header .sn-header-tools{display:flex!important;align-items:center!important;gap:10px!important;flex:0 0 auto!important;margin:0!important}
.sn-header .sn-nav>a,.sn-header .sn-nav-dropdown-toggle,.sn-header .sn-tool{white-space:nowrap!important}
.sn-header .sn-nav-dropdown{position:relative!important}
.sn-header .sn-category-menu{top:calc(100% + 12px)!important}

.sn-hero{padding:78px 0 84px!important;background:linear-gradient(180deg,#f7f7f5 0%,#f3f2ef 100%)!important;overflow:hidden}
.sn-hero-grid{grid-template-columns:minmax(0,1fr) minmax(420px,.9fr)!important;gap:64px!important}
.sn-hero-copy{max-width:620px}
.sn-hero h1{font-size:clamp(46px,5.6vw,76px)!important;line-height:.98!important;letter-spacing:-.055em!important;margin:14px 0 22px!important}
.sn-hero p{font-size:18px!important;line-height:1.65!important;max-width:560px!important}
.sn-hero .sn-actions{margin-top:30px!important}
.sn-hero-visual{position:relative;min-height:430px;border-radius:28px;background:radial-gradient(circle at 72% 28%,rgba(216,120,53,.18),transparent 32%),linear-gradient(145deg,#eceae6,#f9f9f7);border:1px solid #e3e0da;display:flex;align-items:center;justify-content:center;overflow:hidden}
.sn-hero-visual:before{content:"";position:absolute;width:330px;height:330px;border-radius:50%;background:#fff;box-shadow:0 20px 70px rgba(0,0,0,.08);right:8%;top:8%}
.sn-shirt{position:relative;z-index:2;width:250px;height:300px;background:#fff;clip-path:polygon(24% 0,39% 10%,61% 10%,76% 0,100% 23%,83% 40%,72% 29%,72% 100%,28% 100%,28% 29%,17% 40%,0 23%);filter:drop-shadow(0 24px 20px rgba(0,0,0,.18));display:flex;align-items:center;justify-content:center}
.sn-shirt-print{width:118px;height:118px;border-radius:14px;border:3px solid var(--sn-accent);display:flex;align-items:center;justify-content:center;text-align:center;font-weight:850;font-size:19px;line-height:1.05;letter-spacing:-.03em;transform:rotate(-3deg);background:rgba(255,255,255,.75)}
.sn-shirt-print span{display:block}
.sn-float{position:absolute;z-index:3;background:#fff;border:1px solid #e5e2dc;border-radius:14px;padding:12px 15px;box-shadow:0 14px 35px rgba(0,0,0,.10);font-size:12px;font-weight:750;line-height:1.25}
.sn-float strong{display:block;font-size:13px;margin-bottom:3px}.sn-float-a{left:7%;bottom:13%}.sn-float-b{right:6%;bottom:8%}
.sn-hero-badge{position:absolute;left:7%;top:12%;z-index:3;background:var(--sn-primary);color:#fff;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.sn-hero-note{margin-top:18px;font-size:12px!important;color:#777!important}
@media(max-width:1100px){
 .sn-header .sn-header-inner{gap:14px!important}.sn-header .sn-logo{flex-basis:155px!important;width:155px!important;max-width:155px!important}.sn-header .sn-logo .custom-logo-link{width:155px!important;max-width:155px!important}.sn-header .sn-logo img.custom-logo,.sn-header .sn-logo .custom-logo-link img{max-width:153px!important;max-height:46px!important}.sn-header .sn-nav{gap:13px!important}.sn-header .sn-header-tools{gap:7px!important}.sn-hero-grid{gap:38px!important}.sn-hero-visual{min-height:390px}
}
@media(max-width:900px){
 .sn-header .sn-header-inner{display:flex!important}.sn-header .sn-logo{flex:0 0 150px!important;width:150px!important;max-width:150px!important}.sn-header .sn-logo .custom-logo-link{width:150px!important;max-width:150px!important}.sn-header .sn-logo img.custom-logo,.sn-header .sn-logo .custom-logo-link img{max-width:148px!important;max-height:42px!important}.sn-hero-grid{grid-template-columns:1fr!important}.sn-hero-copy{max-width:none}.sn-hero-visual{min-height:420px}.sn-shirt{width:230px;height:280px}
}
@media(max-width:560px){.sn-hero{padding:54px 0 60px!important}.sn-hero h1{font-size:44px!important}.sn-hero p{font-size:16px!important}.sn-hero-visual{min-height:340px;border-radius:22px}.sn-shirt{width:185px;height:225px}.sn-shirt-print{width:88px;height:88px;font-size:15px}.sn-float{padding:9px 11px;font-size:10px}.sn-float strong{font-size:11px}.sn-hero-badge{font-size:9px;padding:7px 10px}}


/* StyleNeo 0.1.7 — final header structure fix */
.sn-header .sn-header-inner{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  min-height:74px!important;
  gap:18px!important;
  flex-wrap:nowrap!important;
}
.sn-header .sn-logo{
  flex:0 0 190px!important;
  width:190px!important;
  max-width:190px!important;
  height:56px!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
  margin:0!important;
}
.sn-header .sn-logo .custom-logo-link{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:100%!important;
  max-width:100%!important;
  height:56px!important;
  margin:0!important;
}
.sn-header .sn-logo .custom-logo,
.sn-header .sn-logo img.custom-logo{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:190px!important;
  max-height:50px!important;
  object-fit:contain!important;
}
.sn-header .sn-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:18px!important;
  flex:1 1 auto!important;
  min-width:0!important;
  margin:0!important;
  white-space:nowrap!important;
}
.sn-header .sn-nav>a,
.sn-header .sn-nav-dropdown-toggle{
  font-size:14px!important;
}
.sn-header .sn-customize{padding:11px 16px!important;}
.sn-header .sn-header-tools{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:9px!important;
  flex:0 0 auto!important;
  margin:0!important;
}
.sn-header .sn-tool{font-size:14px!important;}
@media(max-width:1180px){
  .sn-header .sn-header-inner{gap:12px!important;}
  .sn-header .sn-logo{flex-basis:165px!important;width:165px!important;max-width:165px!important;}
  .sn-header .sn-logo .custom-logo{max-width:165px!important;max-height:46px!important;}
  .sn-header .sn-nav{gap:12px!important;}
  .sn-header .sn-nav>a,.sn-header .sn-nav-dropdown-toggle,.sn-header .sn-tool{font-size:13px!important;}
  .sn-header .sn-header-tools{gap:6px!important;}
}
@media(max-width:980px){
  .sn-header .sn-header-inner{gap:10px!important;}
  .sn-header .sn-logo{flex-basis:145px!important;width:145px!important;max-width:145px!important;}
  .sn-header .sn-logo .custom-logo{max-width:145px!important;max-height:42px!important;}
  .sn-header .sn-nav{gap:9px!important;}
  .sn-header .sn-header-tools{gap:4px!important;}
}
@media(max-width:900px){
  .sn-header .sn-header-inner{min-height:64px!important;}
  .sn-header .sn-logo{flex:0 0 150px!important;width:150px!important;max-width:150px!important;height:46px!important;}
  .sn-header .sn-logo .custom-logo-link{height:46px!important;}
  .sn-header .sn-logo .custom-logo{max-width:145px!important;max-height:40px!important;}
}


/* StyleNeo 0.1.8 — definitive header sizing and logo markup fix */
.sn-header .sn-header-inner{
  min-height:68px!important;
  height:68px!important;
  gap:20px!important;
}
.sn-header .sn-logo{
  flex:0 0 150px!important;
  width:150px!important;
  max-width:150px!important;
  height:48px!important;
  margin:0!important;
  padding:0!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
}
.sn-header .sn-logo .custom-logo-link{
  width:auto!important;
  max-width:150px!important;
  height:auto!important;
  max-height:48px!important;
  display:flex!important;
  align-items:center!important;
  margin:0!important;
  padding:0!important;
}
.sn-header .sn-logo .custom-logo-link img,
.sn-header .sn-logo img.custom-logo{
  width:auto!important;
  height:auto!important;
  max-width:145px!important;
  max-height:42px!important;
  object-fit:contain!important;
  display:block!important;
}
.sn-header .sn-nav{gap:16px!important;}
.sn-header .sn-header-tools{gap:8px!important;}
.sn-header .sn-nav>a,.sn-header .sn-nav-dropdown-toggle,.sn-header .sn-tool{font-size:13px!important;}
.sn-header .sn-customize{padding:10px 15px!important;}
@media(max-width:1180px){
 .sn-header .sn-header-inner{min-height:64px!important;height:64px!important;gap:14px!important}
 .sn-header .sn-logo{flex-basis:135px!important;width:135px!important;max-width:135px!important;height:44px!important}
 .sn-header .sn-logo .custom-logo-link{max-width:135px!important;max-height:44px!important}
 .sn-header .sn-logo .custom-logo-link img,.sn-header .sn-logo img.custom-logo{max-width:130px!important;max-height:38px!important}
 .sn-header .sn-nav{gap:11px!important}
 .sn-header .sn-header-tools{gap:5px!important}
}
@media(max-width:900px){
 .sn-header .sn-header-inner{height:62px!important;min-height:62px!important}
 .sn-header .sn-logo{flex-basis:140px!important;width:140px!important;max-width:140px!important;height:42px!important}
 .sn-header .sn-logo .custom-logo-link{max-width:140px!important;max-height:42px!important}
 .sn-header .sn-logo .custom-logo-link img,.sn-header .sn-logo img.custom-logo{max-width:135px!important;max-height:38px!important}
}


/* StyleNeo 0.1.9 — mobile-first header and real WordPress page links */
.sn-header .sn-mobile-nav{
  box-sizing:border-box!important;
  width:100%!important;
  background:#fff!important;
}
.sn-header .sn-menu-toggle{
  flex:0 0 40px!important;
  margin-left:auto!important;
  position:relative!important;
  z-index:10001!important;
}
@media(max-width:900px){
  .sn-header .sn-header-inner{
    height:64px!important;
    min-height:64px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
  }
  .sn-header .sn-logo{
    flex:1 1 auto!important;
    width:auto!important;
    max-width:calc(100% - 52px)!important;
    height:46px!important;
    overflow:hidden!important;
  }
  .sn-header .sn-logo .custom-logo-link{
    width:auto!important;
    max-width:100%!important;
    height:46px!important;
  }
  .sn-header .sn-logo .custom-logo-link img,
  .sn-header .sn-logo img.custom-logo{
    max-width:145px!important;
    max-height:40px!important;
    width:auto!important;
    height:auto!important;
  }
  .sn-header .sn-nav,
  .sn-header .sn-header-tools{
    display:none!important;
  }
  .sn-header .sn-menu-toggle{
    display:block!important;
    width:40px!important;
    height:40px!important;
    padding:8px!important;
    margin:0!important;
    border:0!important;
    background:transparent!important;
  }
  .sn-header .sn-mobile-nav{
    display:none;
    padding:10px 0 18px!important;
    border-top:1px solid var(--sn-border)!important;
  }
  .sn-header .sn-mobile-nav.is-open{
    display:block!important;
  }
  .sn-header .sn-mobile-nav a,
  .sn-header .sn-mobile-nav summary{
    min-height:44px!important;
    display:flex!important;
    align-items:center!important;
    padding:10px 4px!important;
    font-size:15px!important;
    line-height:1.35!important;
  }
  .sn-header .sn-mobile-nav .sn-customize{
    display:flex!important;
    justify-content:center!important;
    margin:4px 0!important;
    padding:12px 16px!important;
  }
  .sn-header .sn-mobile-nav details{
    border-bottom:1px solid var(--sn-border)!important;
    padding-bottom:4px!important;
  }
  .sn-header .sn-mobile-nav summary{
    list-style:none!important;
    cursor:pointer!important;
    font-weight:700!important;
  }
  .sn-header .sn-mobile-nav summary::-webkit-details-marker{display:none!important;}
  .sn-header .sn-mobile-categories{
    padding:0 0 6px 14px!important;
  }
  .sn-header .sn-mobile-categories a{
    min-height:40px!important;
    font-size:14px!important;
    font-weight:550!important;
  }
}
@media(max-width:560px){
  .sn-header .sn-container{
    width:min(calc(100% - 24px),var(--sn-container));
  }
  .sn-header .sn-header-inner{
    height:62px!important;
    min-height:62px!important;
  }
  .sn-header .sn-logo{
    max-width:calc(100% - 48px)!important;
  }
  .sn-header .sn-logo .custom-logo-link img,
  .sn-header .sn-logo img.custom-logo{
    max-width:135px!important;
    max-height:38px!important;
  }
}

/* Keep long policy pages readable on phones. */
.sn-main .sn-section article,
.sn-main article{
  max-width:900px;
  margin-inline:auto;
}
.sn-main article p,
.sn-main article li{
  overflow-wrap:anywhere;
}
.sn-footer-grid p{margin:0 0 8px!important;}
@media(max-width:560px){
  .sn-footer{padding-top:40px!important;}
  .sn-footer-grid{gap:24px!important;}
  .sn-footer-grid h2{font-size:22px!important;}
  .sn-footer-grid h3{font-size:17px!important;}
}
