/*
 * Sanum.Store Storefront V5
 * Plugin-owned, theme-independent marketplace UI.
 * Visual direction: modern Dutch mass retail patterns without copying a single brand.
 */
:root{
  --ssb5-blue:#0875e1;
  --ssb5-blue-dark:#075db2;
  --ssb5-navy:#102a43;
  --ssb5-yellow:#ffd43b;
  --ssb5-orange:#ff8a00;
  --ssb5-green:#159947;
  --ssb5-red:#d92d20;
  --ssb5-ink:#17212b;
  --ssb5-muted:#627386;
  --ssb5-line:#dfe6ed;
  --ssb5-soft:#f5f7fa;
  --ssb5-soft-blue:#eef6ff;
  --ssb5-white:#fff;
  --ssb5-radius:16px;
  --ssb5-shadow:0 7px 26px rgba(16,42,67,.09);
  --ssb5-shadow-lg:0 20px 54px rgba(16,42,67,.14);
}
html{scroll-behavior:smooth}
body.sanum-store-site.ssb-storefront-v5{margin:0!important;background:#fff!important;color:var(--ssb5-ink)!important;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;font-size:15px!important;line-height:1.55!important;-webkit-font-smoothing:antialiased}
body.sanum-store-site.ssb-storefront-v5 *,body.sanum-store-site.ssb-storefront-v5 *:before,body.sanum-store-site.ssb-storefront-v5 *:after{box-sizing:border-box}
body.sanum-store-site.ssb-storefront-v5 a{color:inherit;text-decoration:none}
body.sanum-store-site.ssb-storefront-v5 img{max-width:100%;height:auto}
body.sanum-store-site.ssb-storefront-v5 button,body.sanum-store-site.ssb-storefront-v5 input,body.sanum-store-site.ssb-storefront-v5 select,body.sanum-store-site.ssb-storefront-v5 textarea{font:inherit}
body.sanum-store-site.ssb-storefront-v5 .ssb-container{width:min(1280px,calc(100% - 40px))!important;max-width:none!important;margin:0 auto!important;padding:0!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-main{min-height:45vh}
body.sanum-store-site.ssb-storefront-v5 .ssb-section{padding:48px 0!important;margin:0!important}
body.sanum-store-site.ssb-storefront-v5 .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-skip{position:fixed;left:12px;top:-80px;z-index:99999;padding:10px 14px;background:#fff;border-radius:8px;box-shadow:var(--ssb5-shadow);font-weight:800}
body.sanum-store-site.ssb-storefront-v5 .ssb-skip:focus{top:12px}

/* Buttons */
body.sanum-store-site.ssb-storefront-v5 .ssb-button,
body.sanum-store-site.ssb-storefront-v5 .button,
body.sanum-store-site.ssb-storefront-v5 button.button,
body.sanum-store-site.ssb-storefront-v5 input.button,
body.sanum-store-site.ssb-storefront-v5 .woocommerce a.button,
body.sanum-store-site.ssb-storefront-v5 .woocommerce button.button,
body.sanum-store-site.ssb-storefront-v5 .woocommerce input.button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:10px 18px!important;border:0!important;border-radius:10px!important;background:var(--ssb5-blue)!important;color:#fff!important;font-weight:800!important;line-height:1.2!important;box-shadow:none!important;text-shadow:none!important;transition:.18s ease!important;cursor:pointer!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-button:hover,
body.sanum-store-site.ssb-storefront-v5 .button:hover,
body.sanum-store-site.ssb-storefront-v5 .woocommerce a.button:hover,
body.sanum-store-site.ssb-storefront-v5 .woocommerce button.button:hover{background:var(--ssb5-blue-dark)!important;transform:translateY(-1px)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-link-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 16px;border:1px solid #bed4e9;border-radius:10px;background:#fff;color:var(--ssb5-blue-dark);font-weight:800}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-link-button.light{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.12);color:#fff}

/* Top bar */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-topbar{background:#eef6ff;border-bottom:1px solid #dbeafa;color:#35516d;font-size:12px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-topbar-points,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-topbar-links{display:flex;align-items:center;gap:24px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-topbar-points span{white-space:nowrap}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-topbar-links a{font-weight:800;color:#27445f}

/* Main header */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-header{position:relative;z-index:90;background:#fff;border-bottom:1px solid var(--ssb5-line)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-header-main{min-height:82px;display:grid;grid-template-columns:190px minmax(360px,1fr) auto;align-items:center;gap:28px}
body.sanum-store-site.ssb-storefront-v5 .ssb-logo{display:inline-flex;align-items:center;min-width:0}
body.sanum-store-site.ssb-storefront-v5 .ssb-logo-image{display:block!important;width:auto!important;height:auto!important;max-width:175px!important;max-height:54px!important;object-fit:contain!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-search{display:grid!important;grid-template-columns:1fr 52px!important;align-items:stretch!important;width:100%!important;max-width:none!important;height:48px!important;margin:0!important;border:2px solid var(--ssb5-blue)!important;border-radius:12px!important;overflow:hidden!important;background:#fff!important;box-shadow:0 3px 14px rgba(8,117,225,.08)!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-search input[type=search]{width:100%!important;height:44px!important;min-height:0!important;padding:0 17px!important;border:0!important;outline:0!important;background:#fff!important;color:var(--ssb5-ink)!important;box-shadow:none!important;font-size:15px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-search input[type=search]::placeholder{color:#8a9aab}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-search button{width:52px!important;height:46px!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:var(--ssb5-blue)!important;color:#fff!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-search button svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-header-actions{display:flex!important;align-items:center!important;gap:19px!important;margin:0!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-action{position:relative;display:flex!important;align-items:center!important;gap:9px!important;min-width:0!important;padding:5px 0!important;color:var(--ssb5-ink)!important;background:none!important;border:0!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-action>svg,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-cart-icon>svg{width:27px;height:27px;fill:none;stroke:var(--ssb5-navy);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-action span:not(.ssb-v5-cart-icon){display:flex;flex-direction:column;line-height:1.1;white-space:nowrap}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-action small{font-size:11px;color:var(--ssb5-muted);font-weight:500}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-action b{font-size:13px;color:var(--ssb5-ink);font-weight:800}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-cart-icon{position:relative;display:inline-flex}
body.sanum-store-site.ssb-storefront-v5 .ssb-cart-count{position:absolute!important;right:-9px!important;top:-9px!important;display:grid!important;place-items:center!important;min-width:19px!important;height:19px!important;padding:0 5px!important;border:2px solid #fff!important;border-radius:999px!important;background:var(--ssb5-yellow)!important;color:#342900!important;font-size:10px!important;font-weight:900!important;line-height:1!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-mobile-toggle{display:none!important}

/* Navigation */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-nav-shell{background:var(--ssb5-navy);color:#fff}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-nav-row{height:50px;display:grid;grid-template-columns:220px 1fr auto;align-items:stretch;gap:14px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-trigger{display:flex!important;align-items:center!important;gap:9px!important;width:100%!important;height:50px!important;min-height:0!important;padding:0 15px!important;border:0!important;border-radius:0!important;background:var(--ssb5-blue)!important;color:#fff!important;font-weight:850!important;box-shadow:none!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-trigger svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-trigger b{margin-left:auto;font-size:16px;transition:.2s}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-trigger[aria-expanded=true] b{transform:rotate(180deg)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-primary-nav{display:flex!important;align-items:stretch!important;gap:0!important;position:static!important;max-height:none!important;overflow:visible!important;background:transparent!important;box-shadow:none!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-primary-nav>a{display:flex;align-items:center;justify-content:center;padding:0 13px;color:#fff!important;font-size:13px;font-weight:750;white-space:nowrap;transition:.15s}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-primary-nav>a:hover{background:rgba(255,255,255,.1)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-service-link{display:flex;align-items:center;white-space:nowrap;color:#dbe9f7;font-size:12px;font-weight:700}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-panel{position:absolute;left:0;right:0;top:100%;z-index:120;background:#fff;border-bottom:1px solid var(--ssb5-line);box-shadow:var(--ssb5-shadow-lg)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-panel[hidden]{display:none!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-panel-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:22px 0 26px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-panel-grid>a{display:flex;align-items:center;gap:11px;min-width:0;padding:11px;border-radius:12px;border:1px solid transparent}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-panel-grid>a:hover{border-color:#cfe4f8;background:#f6fbff}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-panel-grid>a>span{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:10px;background:#eaf4ff;color:var(--ssb5-blue);font-size:17px;font-weight:900}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-panel-grid>a>div{display:flex;flex-direction:column;min-width:0}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-panel-grid strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-panel-grid small{color:var(--ssb5-muted);font-size:10px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-panel-grid .ssb-v5-category-all>span{background:var(--ssb5-yellow);color:#4b3d00}

/* Home stage */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-home-stage{padding:24px 0 18px;background:var(--ssb5-soft)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-stage-grid{display:grid;grid-template-columns:218px minmax(0,1fr) 284px;gap:16px;align-items:stretch}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-rail{min-height:438px;padding:9px 0;background:#fff;border:1px solid var(--ssb5-line);border-radius:14px;box-shadow:0 4px 14px rgba(16,42,67,.04);overflow:hidden}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-rail-title{display:flex;align-items:center;justify-content:space-between;padding:9px 13px 10px;border-bottom:1px solid #edf1f5}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-rail-title span{font-size:13px;font-weight:900}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-rail-title a{color:var(--ssb5-blue);font-size:11px;font-weight:800}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-rail>a{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:41px;padding:5px 12px;border-bottom:1px solid #f3f5f7;font-size:12px;color:#334a5e}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-rail>a:hover{background:#f6fbff;color:var(--ssb5-blue-dark)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-rail>a strong{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-rail-dot{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#eef6ff;color:var(--ssb5-blue);font-size:11px;font-weight:900}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-rail>a>b{color:#9aaaBA;font-size:18px;font-weight:400}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-card{position:relative;min-height:438px;overflow:hidden;border-radius:16px;background:linear-gradient(118deg,#0875e1 0%,#0a6ccd 45%,#154a83 100%);color:#fff;box-shadow:0 10px 30px rgba(8,82,149,.16)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-card:before{content:"";position:absolute;width:440px;height:440px;right:-150px;top:-170px;border-radius:50%;background:rgba(255,255,255,.09)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-card:after{content:"";position:absolute;width:300px;height:300px;right:45px;bottom:-180px;border-radius:50%;background:rgba(255,212,59,.16)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-copy{position:relative;z-index:3;width:61%;padding:48px 0 40px 45px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-kicker{display:inline-flex;align-items:center;min-height:27px;padding:5px 10px;border-radius:999px;background:#e7f4ff;color:#075db2;font-size:11px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-card .ssb-v5-kicker{background:rgba(255,255,255,.15);color:#fff}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-copy h1{margin:17px 0 14px!important;color:#fff!important;font-size:clamp(38px,4vw,58px)!important;line-height:1.02!important;letter-spacing:-.04em!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-copy h1 em{color:var(--ssb5-yellow);font-style:normal}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-copy>p{max-width:540px;margin:0 0 22px;color:#e6f1fb;font-size:15px;line-height:1.65}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-card .ssb-button{background:var(--ssb5-yellow)!important;color:#3d3300!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-card .ssb-v5-link-button{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.1);color:#fff}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-meta{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px;color:#eaf5ff;font-size:11px;font-weight:750}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-products{position:absolute;z-index:2;right:20px;top:36px;width:39%;height:360px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-product{position:absolute;display:grid;place-items:center;width:154px;height:154px;padding:16px;border-radius:24px;background:#fff;box-shadow:0 18px 44px rgba(0,0,0,.2);overflow:hidden;transform:rotate(-3deg)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-product img{width:100%;height:100%;object-fit:contain}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-product>span{font-size:42px;color:var(--ssb5-blue);font-weight:900}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-product.p1{right:48px;top:0;z-index:3}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-product.p2{left:0;top:126px;z-index:2;transform:rotate(4deg)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-product.p3{right:20px;bottom:0;width:135px;height:135px;z-index:1;transform:rotate(7deg)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-stage-side{display:grid;grid-template-rows:1fr 1fr;gap:16px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-promo-card{position:relative;display:flex;align-items:stretch;overflow:hidden;min-height:0;padding:24px;border-radius:16px;box-shadow:0 7px 22px rgba(16,42,67,.07)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-promo-card>div{position:relative;z-index:2;width:66%;display:flex;flex-direction:column;align-items:flex-start}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-promo-card span{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-promo-card h2{margin:8px 0 12px!important;font-size:21px!important;line-height:1.15!important;letter-spacing:-.025em!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-promo-card b{margin-top:auto;font-size:12px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-promo-deal{background:#fff3cc;color:#493800}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-promo-deal img{position:absolute;right:-15px;bottom:8px;width:115px;height:115px;object-fit:contain;filter:drop-shadow(0 11px 12px rgba(80,54,0,.14))}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-promo-business{background:#112d47;color:#fff}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-promo-business h2{color:#fff!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-promo-business .ssb-v5-promo-mark{position:absolute;right:-9px;bottom:-18px;color:rgba(255,255,255,.1);font-size:70px;font-weight:950;letter-spacing:-.08em}

/* USP */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-usp-strip{background:#fff;border-bottom:1px solid var(--ssb5-line)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-usp-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:82px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-usp-grid>div{display:flex;align-items:center;gap:12px;padding:15px 22px;border-right:1px solid #edf1f5}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-usp-grid>div:last-child{border-right:0}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-usp-grid>div>b{display:grid;place-items:center;flex:0 0 35px;width:35px;height:35px;border-radius:50%;background:#e8f4ff;color:var(--ssb5-blue);font-size:15px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-usp-grid span{display:flex;flex-direction:column;line-height:1.25}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-usp-grid strong{font-size:12px;font-weight:850}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-usp-grid small{margin-top:3px;color:var(--ssb5-muted);font-size:10px}

/* Section headings */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:0 0 20px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-section-head>div{display:flex;flex-direction:column;gap:3px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-section-head span{color:var(--ssb5-blue-dark);font-size:11px;font-weight:850;text-transform:uppercase;letter-spacing:.04em}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-section-head h2{margin:0!important;color:var(--ssb5-ink)!important;font-size:30px!important;line-height:1.12!important;letter-spacing:-.03em!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-section-head>a{color:var(--ssb5-blue);font-size:12px;font-weight:850;white-space:nowrap}

/* Categories */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-section{background:#fff}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-card{display:grid;grid-template-columns:64px minmax(0,1fr);grid-template-rows:auto auto;gap:2px 12px;align-items:center;min-height:90px;padding:12px;border:1px solid var(--ssb5-line);border-radius:14px;background:#fff;transition:.18s}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-card:hover{border-color:#b8d5ef;box-shadow:0 7px 18px rgba(16,42,67,.07);transform:translateY(-2px)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-image{grid-row:1/3;display:grid;place-items:center;width:64px;height:64px;border-radius:12px;background:#f5f8fb;overflow:hidden}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-image img{width:100%;height:100%;object-fit:contain;padding:5px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-image span{font-size:25px;color:var(--ssb5-blue);font-weight:950}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-card strong{align-self:end;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:850}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-card small{align-self:start;color:var(--ssb5-muted);font-size:10px}

/* Product sections/cards */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-soft-section{background:var(--ssb5-soft)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-deal-section{background:#fffaf0}
body.sanum-store-site.ssb-storefront-v5 ul.products,
body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:12px!important;margin:0!important;padding:0!important;list-style:none!important;float:none!important;width:100%!important}
body.sanum-store-site.ssb-storefront-v5 ul.products:before,body.sanum-store-site.ssb-storefront-v5 ul.products:after{display:none!important}
body.sanum-store-site.ssb-storefront-v5 ul.products li.product,
body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid .product{position:relative!important;float:none!important;width:auto!important;min-width:0!important;margin:0!important;padding:12px 12px 14px!important;border:1px solid var(--ssb5-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;transition:.18s ease!important}
body.sanum-store-site.ssb-storefront-v5 ul.products li.product:hover,
body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid .product:hover{border-color:#b8d2e9!important;box-shadow:0 10px 28px rgba(16,42,67,.09)!important;transform:translateY(-2px)!important}
body.sanum-store-site.ssb-storefront-v5 ul.products li.product a.woocommerce-LoopProduct-link,
body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid .product a.woocommerce-LoopProduct-link{display:flex!important;flex-direction:column!important;min-width:0!important;flex:1 1 auto!important}
body.sanum-store-site.ssb-storefront-v5 ul.products li.product a img,
body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid .product a img{display:block!important;width:100%!important;height:190px!important;margin:0 0 11px!important;padding:6px!important;object-fit:contain!important;background:#fff!important;border-radius:10px!important}
body.sanum-store-site.ssb-storefront-v5 ul.products li.product .woocommerce-loop-product__title,
body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid .woocommerce-loop-product__title{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;min-height:38px!important;margin:0 0 8px!important;padding:0!important;color:#253646!important;font-size:13px!important;line-height:1.4!important;font-weight:650!important;letter-spacing:0!important}
body.sanum-store-site.ssb-storefront-v5 ul.products li.product .price,
body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid .price{display:flex!important;align-items:baseline!important;gap:6px!important;flex-wrap:wrap!important;min-height:28px!important;margin:auto 0 9px!important;color:#111!important;font-size:20px!important;font-weight:900!important;line-height:1.1!important}
body.sanum-store-site.ssb-storefront-v5 ul.products li.product .price del,
body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid .price del{color:#8997a6!important;font-size:12px!important;font-weight:500!important;opacity:1!important}
body.sanum-store-site.ssb-storefront-v5 ul.products li.product .price ins,
body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid .price ins{color:#d92d20!important;text-decoration:none!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 ul.products li.product .onsale,
body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid .onsale{position:absolute!important;z-index:3!important;left:10px!important;right:auto!important;top:10px!important;min-width:0!important;min-height:0!important;margin:0!important;padding:5px 8px!important;border-radius:7px!important;background:#e6352b!important;color:#fff!important;font-size:10px!important;line-height:1!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 ul.products li.product>.button,
body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid .product>.button,
body.sanum-store-site.ssb-storefront-v5 ul.products li.product .add_to_cart_button{width:100%!important;min-height:39px!important;margin:0!important;padding:8px 10px!important;border-radius:9px!important;font-size:12px!important}
body.sanum-store-site.ssb-storefront-v5 ul.products li.product .added_to_cart{margin-top:7px;color:var(--ssb5-blue);font-size:11px;font-weight:800;text-align:center}
body.sanum-store-site.ssb-storefront-v5 .star-rating{font-size:11px!important;color:#f5a400!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-price-unavailable{font-size:12px!important;color:#a63d35!important}

/* Business band */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-band{padding:54px 0;background:linear-gradient(115deg,#102a43,#143c62);color:#fff}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);align-items:center;gap:60px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-grid h2{margin:12px 0!important;color:#fff!important;font-size:38px!important;line-height:1.08!important;letter-spacing:-.035em!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-grid p{max-width:720px;margin:0 0 22px;color:#d7e4ef;font-size:15px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-stats>div{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:120px;padding:15px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(255,255,255,.07);text-align:center}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-stats strong{color:var(--ssb5-yellow);font-size:31px;font-weight:950}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-stats span{color:#dbe6ef;font-size:11px}

/* Advice */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-advice-section{background:#fff}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-advice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-advice-grid article{overflow:hidden;border:1px solid var(--ssb5-line);border-radius:15px;background:#fff}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-advice-image{display:grid;place-items:center;height:185px;background:linear-gradient(135deg,#edf6ff,#e7eef5);overflow:hidden;color:var(--ssb5-blue);font-weight:900}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-advice-image img{width:100%;height:100%;object-fit:cover}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-advice-grid article>div{padding:18px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-advice-grid h3{margin:0 0 8px!important;font-size:18px!important;line-height:1.25!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-advice-grid p{margin:0 0 12px;color:var(--ssb5-muted);font-size:13px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-advice-grid article>div>a{color:var(--ssb5-blue);font-size:12px;font-weight:850}

/* Page headers */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-page-hero,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-head,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-woo-head{padding:22px 0 27px!important;background:linear-gradient(180deg,#f8fbfe,#fff)!important;border-bottom:1px solid #e9eef3!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-breadcrumb-line{display:flex;align-items:center;flex-wrap:wrap;gap:8px;min-height:22px;margin-bottom:13px;color:#718096;font-size:11px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-breadcrumb-line a{color:#60778c}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-breadcrumb-line strong{color:#334b60;font-weight:700}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-breadcrumb-line .woocommerce-breadcrumb{margin:0!important;color:#718096!important;font-size:11px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-breadcrumb-line .woocommerce-breadcrumb a{color:#60778c!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-page-heading{max-width:880px}
body.sanum-store-site.ssb-storefront-v5 .ssb-eyebrow{display:block;margin-bottom:5px;color:var(--ssb5-blue);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-page-heading h1,
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-title-row h1,
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-woo-head h1{margin:0!important;color:var(--ssb5-ink)!important;font-size:34px!important;line-height:1.12!important;letter-spacing:-.035em!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-page-heading p,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-title-row p{max-width:760px;margin:7px 0 0;color:var(--ssb5-muted);font-size:14px}

/* Generic pages/forms */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-page-content-section{background:var(--ssb5-soft)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-content-card,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-reading-card,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-woo-card{padding:30px;border:1px solid var(--ssb5-line);border-radius:16px;background:#fff;box-shadow:0 5px 18px rgba(16,42,67,.04)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-reading-card{max-width:930px;margin:0 auto}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-content-card h2,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-reading-card h2{margin:30px 0 10px!important;font-size:25px!important;line-height:1.2!important;font-weight:900!important;letter-spacing:-.025em!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-content-card h2:first-child,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-reading-card h2:first-child{margin-top:0!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-content-card h3,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-reading-card h3{margin:22px 0 8px!important;font-size:19px!important;font-weight:850!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-content-card p,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-reading-card p{color:#4e6174}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-content-card a:not(.button):not(.ssb-button),body.sanum-store-site.ssb-storefront-v5 .ssb-v5-reading-card a:not(.button):not(.ssb-button){color:var(--ssb5-blue);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-content-sidebar{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-content-sidebar>aside{display:grid;gap:14px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-side-info{padding:22px;border:1px solid var(--ssb5-line);border-radius:15px;background:#fff}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-side-info>span{color:var(--ssb5-blue);font-size:10px;font-weight:900;text-transform:uppercase}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-side-info h3{margin:6px 0 9px!important;font-size:19px!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-side-info p{color:var(--ssb5-muted);font-size:13px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-side-info a{display:block;margin-top:8px;color:var(--ssb5-blue);font-size:12px;font-weight:800}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-page-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px;align-items:start}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-aside{position:sticky;top:18px;padding:28px;border-radius:16px;background:var(--ssb5-navy);color:#fff}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-aside>span{display:inline-grid;place-items:center;width:52px;height:52px;border-radius:13px;background:var(--ssb5-yellow);color:#423600;font-weight:950}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-aside h3{margin:17px 0 12px!important;color:#fff!important;font-size:23px!important;line-height:1.15!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-aside ul{padding-left:18px;color:#dce8f3;font-size:13px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-aside li{margin:7px 0}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-aside .ssb-button{margin-top:12px;background:var(--ssb5-yellow)!important;color:#433700!important}

body.sanum-store-site.ssb-storefront-v5 .ssb-form{display:grid!important;gap:17px!important;margin:20px 0 0!important;padding:0!important;background:none!important;border:0!important;box-shadow:none!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:15px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-form label{display:grid!important;gap:6px!important;margin:0!important;color:#34495c!important;font-size:12px!important;font-weight:800!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-form input:not([type=checkbox]):not([type=radio]),body.sanum-store-site.ssb-storefront-v5 .ssb-form select,body.sanum-store-site.ssb-storefront-v5 .ssb-form textarea,
body.sanum-store-site.ssb-storefront-v5 .ssb-track-form input{width:100%!important;min-height:46px!important;padding:10px 12px!important;border:1px solid #cfd9e3!important;border-radius:9px!important;background:#fff!important;color:var(--ssb5-ink)!important;box-shadow:none!important;outline:none!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-form textarea{min-height:130px!important;resize:vertical}
body.sanum-store-site.ssb-storefront-v5 .ssb-form input:focus,body.sanum-store-site.ssb-storefront-v5 .ssb-form textarea:focus,body.sanum-store-site.ssb-storefront-v5 .ssb-form select:focus{border-color:var(--ssb5-blue)!important;box-shadow:0 0 0 3px rgba(8,117,225,.1)!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-check{display:flex!important;grid-template-columns:none!important;align-items:flex-start!important;gap:9px!important;font-weight:500!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-check input{margin-top:3px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-form-notice{padding:13px 15px;border-radius:10px;background:#edf8f1;color:#176738}
body.sanum-store-site.ssb-storefront-v5 .ssb-form-notice.error{background:#fff1f0;color:#a9362c}

/* Shop */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-title-row{display:flex;align-items:end;justify-content:space-between;gap:20px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-help-chip{display:inline-flex;align-items:center;min-height:34px;padding:6px 11px;border:1px solid #cfe0ef;border-radius:999px;background:#fff;color:var(--ssb5-blue);font-size:11px;font-weight:800}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-section{padding-top:28px!important;background:#fff}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:22px;align-items:start}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-sidebar{display:grid;gap:14px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-sidebar-card{overflow:hidden;border:1px solid var(--ssb5-line);border-radius:13px;background:#fff}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-sidebar-title{display:flex;align-items:center;justify-content:space-between;padding:14px;border-bottom:1px solid #edf1f4}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-sidebar-title strong{font-size:13px;font-weight:900}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-sidebar-title a{color:var(--ssb5-blue);font-size:10px;font-weight:800}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-sidebar-card nav a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 13px;border-bottom:1px solid #f2f4f6;color:#43586b;font-size:11px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-sidebar-card nav a:last-child{border-bottom:0}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-sidebar-card nav a:hover{background:#f7fbff;color:var(--ssb5-blue)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-sidebar-card nav small{color:#91a0af}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-sidebar-help{padding:18px;border-radius:13px;background:#eef6ff;color:#274967}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-sidebar-help strong{font-size:13px;font-weight:900}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-sidebar-help p{margin:6px 0 9px;font-size:11px;color:#54728c}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-sidebar-help a{color:var(--ssb5-blue);font-size:11px;font-weight:850}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-results ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;min-height:50px!important;margin:0 0 14px!important;padding:0 0 10px!important;border-bottom:1px solid #edf1f4!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-toolbar .woocommerce-result-count{float:none!important;margin:0!important;color:var(--ssb5-muted)!important;font-size:11px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-toolbar .woocommerce-ordering{float:none!important;margin:0!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-toolbar select{min-height:38px;padding:7px 34px 7px 10px;border:1px solid #d4dde6;border-radius:8px;background:#fff;color:#334b60;font-size:11px}

/* Existing filter module modernized */
body.sanum-store-site.ssb-storefront-v5 .ssb-context-chips{margin:0 0 12px!important;padding:12px!important;border:1px solid var(--ssb5-line)!important;border-radius:12px!important;background:#f8fbfe!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-context-chips>strong{display:block;margin-bottom:8px;font-size:11px}
body.sanum-store-site.ssb-storefront-v5 .ssb-context-chips>div{display:flex;flex-wrap:wrap;gap:7px}
body.sanum-store-site.ssb-storefront-v5 .ssb-context-chips a{display:flex!important;align-items:center!important;gap:5px!important;padding:6px 9px!important;border:1px solid #d7e3ed!important;border-radius:999px!important;background:#fff!important;color:#35516b!important;font-size:10px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-context-chips a small{color:#8b99a8}
body.sanum-store-site.ssb-storefront-v5 .ssb-shop-filters{margin:0 0 18px!important;padding:14px!important;border:1px solid var(--ssb5-line)!important;border-radius:12px!important;background:#fff!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-filter-grid{display:grid!important;grid-template-columns:1.2fr 1.2fr .8fr .7fr .7fr auto auto!important;gap:9px!important;align-items:end!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-filter-field{display:grid!important;gap:5px!important;margin:0!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-filter-field>span{font-size:9px!important;font-weight:850!important;text-transform:uppercase!important;color:#6d7e8e!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-filter-field select,body.sanum-store-site.ssb-storefront-v5 .ssb-filter-field input,body.sanum-store-site.ssb-storefront-v5 .ssb-filter-picker summary{min-height:38px!important;padding:7px 9px!important;border:1px solid #d4dde6!important;border-radius:8px!important;background:#fff!important;color:#334b60!important;font-size:10px!important;box-shadow:none!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-filter-submit,body.sanum-store-site.ssb-storefront-v5 .ssb-filter-reset{min-height:38px!important;padding:7px 11px!important;font-size:10px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-filter-reset{background:#eef2f6!important;color:#40576c!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-filter-picker-wrap{position:relative}
body.sanum-store-site.ssb-storefront-v5 .ssb-filter-popover{position:absolute;z-index:80;top:calc(100% + 6px);left:0;min-width:290px;max-height:360px;padding:10px;border:1px solid var(--ssb5-line);border-radius:11px;background:#fff;box-shadow:var(--ssb5-shadow-lg);overflow:auto}

/* Single product */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-main{padding-top:22px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell>.product{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(380px,.8fr)!important;gap:48px!important;margin:0!important;padding:0!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell>.product:before,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell>.product:after{display:none!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell div.product div.images,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell div.product div.summary{float:none!important;width:auto!important;margin:0!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .woocommerce-product-gallery{padding:18px;border:1px solid var(--ssb5-line);border-radius:16px;background:#fff}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .woocommerce-product-gallery__image img{max-height:520px;object-fit:contain}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .summary{padding:6px 0!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .product_title{margin:0 0 13px!important;color:var(--ssb5-ink)!important;font-size:30px!important;line-height:1.18!important;letter-spacing:-.03em!important;font-weight:850!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .summary .price{margin:10px 0 13px!important;color:#111!important;font-size:30px!important;line-height:1.1!important;font-weight:950!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .summary .price ins{color:var(--ssb5-red)!important;text-decoration:none!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .woocommerce-product-details__short-description{margin:14px 0;color:#51677b;font-size:13px;line-height:1.65}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell form.cart{display:flex!important;align-items:stretch!important;gap:9px!important;margin:20px 0!important;padding:18px!important;border:1px solid #dfe8ef!important;border-radius:13px!important;background:#f8fbfe!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .quantity .qty{width:72px!important;min-height:46px!important;border:1px solid #cfd9e3!important;border-radius:8px!important;background:#fff!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .single_add_to_cart_button{flex:1!important;min-height:46px!important;font-size:14px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .product_meta{margin-top:16px!important;padding-top:14px!important;border-top:1px solid #edf1f4!important;color:#718294!important;font-size:10px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .product_meta>span{display:block;margin:4px 0}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .woocommerce-tabs{grid-column:1/-1;margin-top:22px!important;padding-top:0!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .woocommerce-tabs ul.tabs{display:flex!important;gap:4px!important;margin:0!important;padding:0!important;border-bottom:1px solid var(--ssb5-line)!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .woocommerce-tabs ul.tabs:before{display:none!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .woocommerce-tabs ul.tabs li{margin:0!important;padding:0!important;border:0!important;background:transparent!important;border-radius:0!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .woocommerce-tabs ul.tabs li a{padding:12px 15px!important;color:#607385!important;font-size:12px!important;font-weight:800!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .woocommerce-tabs ul.tabs li.active a{color:var(--ssb5-blue)!important;border-bottom:2px solid var(--ssb5-blue)!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .woocommerce-Tabs-panel{padding:24px 0!important;color:#4d6072!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .related.products,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .upsells.products{grid-column:1/-1;margin-top:20px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .related.products h2,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .upsells.products h2{font-size:26px!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:28px;padding:16px;border:1px solid var(--ssb5-line);border-radius:14px;background:#f8fbfe}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-trust>div{display:flex;align-items:center;gap:10px;min-width:0}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-trust>div>b{display:grid;place-items:center;flex:0 0 33px;width:33px;height:33px;border-radius:50%;background:#e7f3ff;color:var(--ssb5-blue)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-trust span{display:flex;flex-direction:column;line-height:1.25}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-trust strong{font-size:11px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-trust small{margin-top:2px;color:#6c7f90;font-size:9px}

/* Woo cart / checkout / account */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-woo-content{background:var(--ssb5-soft)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-woo-card{padding:26px}
body.sanum-store-site.ssb-storefront-v5 .woocommerce{font-size:13px;color:#394e61}
body.sanum-store-site.ssb-storefront-v5 .woocommerce table.shop_table{border:1px solid var(--ssb5-line)!important;border-radius:12px!important;border-collapse:separate!important;overflow:hidden!important;background:#fff!important}
body.sanum-store-site.ssb-storefront-v5 .woocommerce table.shop_table th{padding:12px!important;background:#f7f9fb!important;color:#43566a!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.03em!important}
body.sanum-store-site.ssb-storefront-v5 .woocommerce table.shop_table td{padding:13px!important;border-color:#edf1f4!important}
body.sanum-store-site.ssb-storefront-v5 .woocommerce table.shop_table img{width:64px!important;border-radius:8px!important}
body.sanum-store-site.ssb-storefront-v5 .woocommerce .cart-collaterals .cart_totals{float:none!important;width:100%!important;max-width:440px!important;margin-left:auto!important;padding:20px!important;border:1px solid var(--ssb5-line)!important;border-radius:13px!important;background:#fff!important}
body.sanum-store-site.ssb-storefront-v5 .woocommerce .cart-collaterals .cart_totals h2{margin-top:0!important;font-size:21px!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .woocommerce form.checkout{display:grid!important;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr)!important;gap:28px!important}
body.sanum-store-site.ssb-storefront-v5 .woocommerce form.checkout #customer_details,body.sanum-store-site.ssb-storefront-v5 .woocommerce form.checkout #order_review_heading,body.sanum-store-site.ssb-storefront-v5 .woocommerce form.checkout #order_review{float:none!important;width:auto!important}
body.sanum-store-site.ssb-storefront-v5 .woocommerce form.checkout #customer_details{grid-row:1/3}
body.sanum-store-site.ssb-storefront-v5 .woocommerce form.checkout #order_review_heading{grid-column:2;margin:0!important;padding:0 0 8px!important;font-size:20px!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .woocommerce form.checkout #order_review{grid-column:2;padding:18px;border:1px solid var(--ssb5-line);border-radius:13px;background:#fff}
body.sanum-store-site.ssb-storefront-v5 .woocommerce form .form-row label{color:#43596c!important;font-size:11px!important;font-weight:800!important}
body.sanum-store-site.ssb-storefront-v5 .woocommerce form .form-row input.input-text,body.sanum-store-site.ssb-storefront-v5 .woocommerce form .form-row textarea,body.sanum-store-site.ssb-storefront-v5 .woocommerce form .form-row select{min-height:44px!important;padding:9px 11px!important;border:1px solid #cfd9e3!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important}
body.sanum-store-site.ssb-storefront-v5 .woocommerce .woocommerce-info,body.sanum-store-site.ssb-storefront-v5 .woocommerce .woocommerce-message,body.sanum-store-site.ssb-storefront-v5 .woocommerce .woocommerce-error{margin:0 0 16px!important;padding:13px 15px 13px 42px!important;border:1px solid #cfe2f4!important;border-top:0!important;border-radius:10px!important;background:#f4faff!important;color:#36546e!important}
body.sanum-store-site.ssb-storefront-v5 .woocommerce .woocommerce-error{border-color:#f2c6c1!important;background:#fff5f4!important;color:#873e37!important}
body.sanum-store-site.ssb-storefront-v5 .woocommerce-MyAccount-navigation{float:left!important;width:220px!important;padding:8px!important;border:1px solid var(--ssb5-line)!important;border-radius:12px!important;background:#fff!important}
body.sanum-store-site.ssb-storefront-v5 .woocommerce-MyAccount-navigation ul{margin:0!important;padding:0!important;list-style:none!important}
body.sanum-store-site.ssb-storefront-v5 .woocommerce-MyAccount-navigation li a{display:block!important;padding:9px 10px!important;border-radius:8px!important;color:#496074!important;font-size:11px!important;font-weight:700!important}
body.sanum-store-site.ssb-storefront-v5 .woocommerce-MyAccount-navigation li.is-active a,body.sanum-store-site.ssb-storefront-v5 .woocommerce-MyAccount-navigation li a:hover{background:#eef6ff!important;color:var(--ssb5-blue)!important}
body.sanum-store-site.ssb-storefront-v5 .woocommerce-MyAccount-content{float:right!important;width:calc(100% - 244px)!important;padding:20px!important;border:1px solid var(--ssb5-line)!important;border-radius:12px!important;background:#fff!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-checkout-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0 0 18px;padding:10px;border-radius:12px;background:#f7f9fb}
body.sanum-store-site.ssb-storefront-v5 .ssb-checkout-progress-step{display:flex;align-items:center;gap:8px;opacity:.58}
body.sanum-store-site.ssb-storefront-v5 .ssb-checkout-progress-step.is-current,body.sanum-store-site.ssb-storefront-v5 .ssb-checkout-progress-step.is-done{opacity:1}
body.sanum-store-site.ssb-storefront-v5 .ssb-checkout-progress-step>b{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#dce5ed;color:#4f6477;font-size:11px}
body.sanum-store-site.ssb-storefront-v5 .ssb-checkout-progress-step.is-current>b,body.sanum-store-site.ssb-storefront-v5 .ssb-checkout-progress-step.is-done>b{background:var(--ssb5-blue);color:#fff}
body.sanum-store-site.ssb-storefront-v5 .ssb-checkout-progress-step span{display:flex;flex-direction:column;font-size:10px;font-weight:850}
body.sanum-store-site.ssb-storefront-v5 .ssb-checkout-progress-step small{color:#7f8e9c;font-size:8px;font-weight:500}

/* Blog */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-blog-card{overflow:hidden;border:1px solid var(--ssb5-line);border-radius:15px;background:#fff}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-blog-image{display:grid;place-items:center;height:205px;background:linear-gradient(135deg,#edf6ff,#e8eef4);overflow:hidden;color:var(--ssb5-blue);font-weight:900}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-blog-image img{width:100%;height:100%;object-fit:cover}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-blog-card>div{padding:19px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-blog-label{display:block;margin-bottom:7px;color:var(--ssb5-blue);font-size:9px;font-weight:900;text-transform:uppercase}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-blog-card h2{margin:0 0 9px!important;font-size:20px!important;line-height:1.22!important;font-weight:900!important;letter-spacing:-.02em!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-blog-card p{margin:0 0 13px;color:var(--ssb5-muted);font-size:12px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-text-link{color:var(--ssb5-blue)!important;font-size:11px;font-weight:850}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-pagination{margin-top:28px;text-align:center}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-article-head{padding:34px 0 28px;background:linear-gradient(180deg,#f6fbff,#fff)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-article-head h1{max-width:930px;margin:11px 0 10px!important;font-size:45px!important;line-height:1.06!important;letter-spacing:-.04em!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-article-head p{max-width:780px;margin:0;color:var(--ssb5-muted);font-size:16px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-article-cover{height:430px;margin:0 0 -15px;border-radius:18px;overflow:hidden;background:#eef3f7}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-article-cover img{width:100%;height:100%;object-fit:cover}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-article-layout{display:grid;grid-template-columns:minmax(0,800px) 280px;justify-content:center;gap:50px;align-items:start}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-article-content{font-size:15px;line-height:1.78;color:#3f5264}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-article-content h2{margin:34px 0 11px!important;color:var(--ssb5-ink)!important;font-size:27px!important;line-height:1.2!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-article-content h3{margin:27px 0 8px!important;color:var(--ssb5-ink)!important;font-size:20px!important;font-weight:850!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-article-content a{color:var(--ssb5-blue);text-decoration:underline;text-underline-offset:2px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-article-aside{position:sticky;top:18px;display:grid;gap:8px;padding:19px;border:1px solid var(--ssb5-line);border-radius:13px;background:#fff}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-article-aside strong{margin-bottom:4px;font-size:12px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-article-aside a{padding:8px 0;border-bottom:1px solid #edf1f4;color:var(--ssb5-blue);font-size:11px;font-weight:800}

/* 404 */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-404{background:var(--ssb5-soft)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-404-card{max-width:720px;margin:40px auto;padding:50px 44px;border:1px solid var(--ssb5-line);border-radius:20px;background:#fff;text-align:center;box-shadow:var(--ssb5-shadow)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-404-card>span{display:block;color:#c8d8e6;font-size:86px;line-height:1;font-weight:950;letter-spacing:-.06em}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-404-card h1{margin:10px 0!important;font-size:31px!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-404-card p{color:var(--ssb5-muted)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-404-search{display:grid;grid-template-columns:1fr auto;gap:8px;margin:22px 0}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-404-search input{min-height:47px;padding:10px 13px;border:1px solid #cfd9e3;border-radius:9px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-404-search button{border-radius:9px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-404-card>div:last-child{display:flex;justify-content:center;gap:8px}

/* Footer */
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer{margin:0!important;padding:0!important;background:#0f263b!important;color:#d3deE8!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-newsletter{padding:30px 0;background:#eef6ff;color:var(--ssb5-ink);border-top:1px solid #dce9f4}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-newsletter-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.8fr);align-items:center;gap:50px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-newsletter-inner span{color:var(--ssb5-blue);font-size:10px;font-weight:900;text-transform:uppercase}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-newsletter-inner h2{margin:4px 0!important;font-size:25px!important;line-height:1.15!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-newsletter-inner p{margin:0;color:#607487;font-size:12px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-newsletter .ssb-newsletter-form{display:flex!important;gap:8px!important;margin:0!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-newsletter .ssb-newsletter-form input{flex:1!important;min-width:0!important;min-height:44px!important;padding:9px 12px!important;border:1px solid #cddae5!important;border-radius:9px!important;background:#fff!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-main{display:grid;grid-template-columns:minmax(250px,1.35fr) repeat(4,minmax(130px,.7fr));gap:42px;padding-top:48px!important;padding-bottom:35px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-brand .ssb-logo-image{max-width:165px!important;max-height:50px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-brand>p{max-width:310px;margin:16px 0;color:#9fb0bf;font-size:11px;line-height:1.65}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-contact{display:flex;flex-direction:column;gap:4px;margin:12px 0 17px;font-size:11px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-contact a{color:#fff!important;font-weight:700}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-contact span{color:#8fa2b4}
body.sanum-store-site.ssb-storefront-v5 .ssb-social-links{display:flex;flex-wrap:wrap;gap:6px}
body.sanum-store-site.ssb-storefront-v5 .ssb-social-link{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;border-radius:8px!important;background:rgba(255,255,255,.08)!important;color:#fff!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-social-label{display:none!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-col{display:flex;flex-direction:column;gap:7px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-col h3{margin:0 0 7px!important;color:#fff!important;font-size:12px!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-col a{color:#aab9c6!important;font-size:10px!important;line-height:1.4!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-col a:hover{color:#fff!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding-top:20px!important;padding-bottom:20px!important;border-top:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-trust>div{display:flex;flex-direction:column;padding:0 24px;border-right:1px solid rgba(255,255,255,.09)}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-trust>div:first-child{padding-left:0}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-trust>div:last-child{border-right:0}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-trust strong{color:#fff;font-size:10px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-trust span{margin-top:2px;color:#8297a9;font-size:9px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-legal{display:flex;align-items:center;justify-content:space-between;gap:25px;min-height:72px;color:#8295a7;font-size:9px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-legal>div{display:flex;flex-wrap:wrap;gap:14px}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-legal a{color:#9eafbd!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-legal p{margin:0;text-align:right}

/* Cookie */
body.sanum-store-site.ssb-storefront-v5 .ssb-cookie{position:fixed!important;z-index:9999!important;left:20px!important;bottom:20px!important;width:min(430px,calc(100% - 40px))!important;padding:16px!important;border:1px solid var(--ssb5-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:var(--ssb5-shadow-lg)!important;color:#41566a!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-cookie p{margin:0 0 11px!important;font-size:11px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-cookie p strong{display:block;margin-bottom:4px;color:var(--ssb5-ink);font-size:13px}
body.sanum-store-site.ssb-storefront-v5 .ssb-cookie>div{display:flex;gap:7px}
body.sanum-store-site.ssb-storefront-v5 .ssb-cookie button{min-height:36px!important;padding:7px 10px!important;font-size:10px!important}

/* Hide legacy decorative media blocks on the V5 storefront. They caused mismatched imagery. */
body.sanum-store-site.ssb-storefront-v5 .ssb-page-media,
body.sanum-store-site.ssb-storefront-v5 .ssb-inline-media-banner,
body.sanum-store-site.ssb-storefront-v5 .ssb-brand-video-band,
body.sanum-store-site.ssb-storefront-v5 .ssb-media-video-band,
body.sanum-store-site.ssb-storefront-v5 .ssb-global-service-band{display:none!important}

/* Responsive */
@media(max-width:1180px){
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-header-main{grid-template-columns:165px minmax(280px,1fr) auto;gap:18px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-action span:not(.ssb-v5-cart-icon){display:none}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-stage-grid{grid-template-columns:200px minmax(0,1fr) 250px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-copy{width:64%;padding-left:34px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-product{width:130px;height:130px}
  body.sanum-store-site.ssb-storefront-v5 ul.products,body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-results ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-filter-grid{grid-template-columns:1fr 1fr .8fr .7fr .7fr;}
  body.sanum-store-site.ssb-storefront-v5 .ssb-filter-submit,body.sanum-store-site.ssb-storefront-v5 .ssb-filter-reset{width:100%}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-main{grid-template-columns:minmax(240px,1.3fr) repeat(2,1fr);gap:34px}
}
@media(max-width:960px){
  body.sanum-store-site.ssb-storefront-v5 .ssb-container{width:min(100% - 28px,1280px)!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-topbar-points span:nth-child(n+2){display:none}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-header-main{grid-template-columns:auto 150px 1fr auto;min-height:70px;gap:13px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-mobile-toggle{display:flex!important;flex-direction:column!important;justify-content:center!important;gap:4px!important;width:38px!important;height:38px!important;min-height:0!important;padding:8px!important;border:1px solid var(--ssb5-line)!important;border-radius:9px!important;background:#fff!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-mobile-toggle span{display:block;width:20px;height:2px;background:var(--ssb5-navy);border-radius:2px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-search{height:44px!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-search input[type=search]{height:40px!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-search button{height:42px!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-nav-row{grid-template-columns:200px 1fr;height:48px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-trigger{height:48px!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-primary-nav{display:none!important;position:absolute!important;top:100%!important;left:14px!important;right:14px!important;z-index:150!important;flex-direction:column!important;align-items:stretch!important;padding:8px!important;border-radius:12px!important;background:#fff!important;box-shadow:var(--ssb5-shadow-lg)!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-primary-nav.is-open{display:flex!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-primary-nav>a{justify-content:flex-start!important;min-height:42px!important;padding:0 11px!important;border-radius:8px!important;color:#263d52!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-primary-nav>a:hover{background:#eef6ff!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-service-link{justify-self:end}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-panel-grid{grid-template-columns:repeat(3,1fr)}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-stage-grid{grid-template-columns:1fr 280px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-rail{display:none}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-copy{width:63%}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-products{right:8px;width:42%}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-usp-grid{grid-template-columns:repeat(2,1fr)}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-usp-grid>div:nth-child(2){border-right:0}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-grid{grid-template-columns:repeat(3,1fr)}
  body.sanum-store-site.ssb-storefront-v5 ul.products,body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-layout{grid-template-columns:1fr}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-sidebar{display:none}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-results ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell>.product{grid-template-columns:1fr 1fr!important;gap:28px!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-trust{grid-template-columns:repeat(2,1fr)}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-content-sidebar,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-page-grid{grid-template-columns:1fr}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-aside{position:static}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-blog-grid,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-advice-grid{grid-template-columns:repeat(2,1fr)}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-article-layout{grid-template-columns:1fr;gap:24px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-article-aside{position:static}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-grid{grid-template-columns:1fr;gap:26px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-newsletter-inner{grid-template-columns:1fr;gap:16px}
}
@media(max-width:720px){
  body.sanum-store-site.ssb-storefront-v5 .ssb-section{padding:35px 0!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-topbar-inner{min-height:31px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-topbar-links a:first-child{display:none}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-header-main{grid-template-columns:auto 1fr auto;grid-template-areas:"toggle logo actions" "search search search";min-height:0;padding:10px 0 12px!important;gap:9px 11px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-mobile-toggle{grid-area:toggle}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-header-main>.ssb-logo{grid-area:logo;justify-self:start}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-search{grid-area:search}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-header-actions{grid-area:actions;gap:14px!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-logo-image{max-width:145px!important;max-height:42px!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-header-actions .ssb-v5-action:first-child{display:none!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-nav-row{grid-template-columns:1fr auto;gap:8px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-trigger{justify-content:flex-start!important;max-width:190px!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-panel-grid{grid-template-columns:repeat(2,1fr)}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-stage-grid{grid-template-columns:1fr}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-stage-side{grid-template-columns:1fr 1fr;grid-template-rows:none}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-card{min-height:430px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-copy{width:66%;padding:34px 0 30px 27px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-copy h1{font-size:38px!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-products{right:-12px;top:52px;width:39%;height:315px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-product{width:105px;height:105px;padding:9px;border-radius:18px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-product.p2{top:108px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-grid{grid-template-columns:repeat(2,1fr)}
  body.sanum-store-site.ssb-storefront-v5 ul.products,body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-results ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.sanum-store-site.ssb-storefront-v5 ul.products li.product a img,body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid .product a img{height:165px!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-section-head{align-items:flex-start}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-section-head h2{font-size:25px!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell>.product{display:block!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .summary{padding-top:24px!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-shell .product_title{font-size:25px!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-form-grid{grid-template-columns:1fr!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-filter-grid{grid-template-columns:1fr 1fr!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-blog-grid,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-advice-grid{grid-template-columns:1fr}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-article-head h1{font-size:35px!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-article-cover{height:300px}
  body.sanum-store-site.ssb-storefront-v5 .woocommerce form.checkout{display:block!important}
  body.sanum-store-site.ssb-storefront-v5 .woocommerce form.checkout #order_review_heading{margin-top:26px!important}
  body.sanum-store-site.ssb-storefront-v5 .woocommerce-MyAccount-navigation,body.sanum-store-site.ssb-storefront-v5 .woocommerce-MyAccount-content{float:none!important;width:100%!important}
  body.sanum-store-site.ssb-storefront-v5 .woocommerce-MyAccount-content{margin-top:14px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-main{grid-template-columns:1fr 1fr;gap:30px 24px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-brand{grid-column:1/-1}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-trust{grid-template-columns:1fr;gap:12px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-trust>div{padding:0!important;border:0!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-legal{align-items:flex-start;flex-direction:column;padding:20px 0!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-legal p{text-align:left}
}
@media(max-width:480px){
  body.sanum-store-site.ssb-storefront-v5 .ssb-container{width:min(100% - 20px,1280px)!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-service-link{display:none}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-nav-row{grid-template-columns:1fr}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-trigger{max-width:none!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-panel-grid{grid-template-columns:1fr}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-stage-side{grid-template-columns:1fr}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-card{min-height:500px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-copy{width:100%;padding:28px 22px 210px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-products{left:22px;right:22px;top:auto;bottom:12px;width:auto;height:190px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-product{width:100px;height:100px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-product.p1{right:23px;top:0}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-product.p2{left:20px;top:52px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-hero-product.p3{right:95px;bottom:0;width:90px;height:90px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-usp-grid{grid-template-columns:1fr}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-usp-grid>div{border-right:0;border-bottom:1px solid #edf1f5}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-card{grid-template-columns:54px minmax(0,1fr);min-height:76px;padding:9px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-category-image{width:54px;height:54px}
  body.sanum-store-site.ssb-storefront-v5 ul.products li.product a img,body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid .product a img{height:135px!important}
  body.sanum-store-site.ssb-storefront-v5 ul.products li.product,body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid .product{padding:8px 8px 10px!important}
  body.sanum-store-site.ssb-storefront-v5 ul.products li.product .woocommerce-loop-product__title,body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid .woocommerce-loop-product__title{font-size:11px!important;min-height:32px!important}
  body.sanum-store-site.ssb-storefront-v5 ul.products li.product .price,body.sanum-store-site.ssb-storefront-v5 .ssb-product-grid .price{font-size:17px!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-product-trust{grid-template-columns:1fr}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-content-card,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-reading-card,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-woo-card{padding:20px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-page-heading h1,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-shop-title-row h1,body.sanum-store-site.ssb-storefront-v5 .ssb-v5-woo-head h1{font-size:28px!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-grid h2{font-size:30px!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-stats{grid-template-columns:repeat(3,1fr);gap:6px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-business-stats>div{min-height:90px;padding:10px 6px}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-newsletter .ssb-newsletter-form{display:grid!important;grid-template-columns:1fr!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-main{grid-template-columns:1fr}
  body.sanum-store-site.ssb-storefront-v5 .ssb-v5-footer-brand{grid-column:auto}
}

/* Marketplace, service and extended account components */
body.sanum-store-site.ssb-storefront-v5 .ssb-prose,
body.sanum-store-site.ssb-storefront-v5 .ssb-marketplace-box,
body.sanum-store-site.ssb-storefront-v5 .ssb-account-panel{padding:22px!important;border:1px solid var(--ssb5-line)!important;border-radius:14px!important;background:#fff!important;box-shadow:none!important;color:#465b6e!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-prose h2,
body.sanum-store-site.ssb-storefront-v5 .ssb-account-panel h2{margin:0 0 11px!important;color:var(--ssb5-ink)!important;font-size:22px!important;line-height:1.2!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-prose h3,
body.sanum-store-site.ssb-storefront-v5 .ssb-account-panel h3,
body.sanum-store-site.ssb-storefront-v5 .ssb-marketplace-box h3{margin:0 0 10px!important;color:var(--ssb5-ink)!important;font-size:17px!important;font-weight:850!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-prose p,
body.sanum-store-site.ssb-storefront-v5 .ssb-account-panel p,
body.sanum-store-site.ssb-storefront-v5 .ssb-marketplace-box p{font-size:12px!important;line-height:1.65!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-prose a,body.sanum-store-site.ssb-storefront-v5 .ssb-account-panel a,body.sanum-store-site.ssb-storefront-v5 .ssb-marketplace-box a{color:var(--ssb5-blue)}
body.sanum-store-site.ssb-storefront-v5 .ssb-content-grid{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr)!important;gap:18px!important;align-items:start!important;margin-bottom:28px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-section-head{display:flex!important;align-items:end!important;justify-content:space-between!important;margin:35px 0 17px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-section-head h2{margin:0!important;font-size:27px!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-profile-hero{padding:32px 0!important;background:linear-gradient(120deg,#102a43,#154a76)!important;color:#fff!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-profile-hero h1{margin:7px 0!important;color:#fff!important;font-size:36px!important;line-height:1.1!important;font-weight:900!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-profile-hero p{margin:0;color:#dce8f2!important;font-size:13px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-profile-hero .ssb-eyebrow{color:#a9d6ff!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-rating{display:flex!important;align-items:center!important;gap:10px!important;margin-top:15px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-rating strong{display:inline-flex;padding:6px 9px;border-radius:8px;background:var(--ssb5-yellow);color:#403400;font-size:12px}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-rating span{font-size:11px;color:#e6f1fa}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-reviews{margin-top:28px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-review{padding:16px 0;border-bottom:1px solid #edf1f4}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-review:last-child{border-bottom:0}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-review>div{display:flex;align-items:center;justify-content:space-between;gap:12px}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-review>div strong{color:#f1a300;font-size:12px}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-review>div span{color:var(--ssb5-green);font-size:9px;font-weight:800}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-review h3{margin:7px 0 4px!important;font-size:14px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-review small{color:#8a99a7;font-size:9px}
body.sanum-store-site.ssb-storefront-v5 details.ssb-marketplace-box{padding:0!important;overflow:hidden}
body.sanum-store-site.ssb-storefront-v5 details.ssb-marketplace-box>summary{padding:14px 16px;cursor:pointer;font-weight:850;color:#334b60;background:#f8fafc}
body.sanum-store-site.ssb-storefront-v5 details.ssb-marketplace-box>form,body.sanum-store-site.ssb-storefront-v5 details.ssb-marketplace-box>div{padding:16px}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-grid label{display:grid;gap:5px;color:#53687a;font-size:10px;font-weight:800}
body.sanum-store-site.ssb-storefront-v5 .ssb-seller-grid input,body.sanum-store-site.ssb-storefront-v5 .ssb-seller-grid select{min-height:41px;padding:8px 10px;border:1px solid #cfd9e3;border-radius:8px;background:#fff}
body.sanum-store-site.ssb-storefront-v5 .ssb-account-panel table,body.sanum-store-site.ssb-storefront-v5 .ssb-marketplace-box table{width:100%;border-collapse:collapse}
body.sanum-store-site.ssb-storefront-v5 .ssb-account-panel th,body.sanum-store-site.ssb-storefront-v5 .ssb-account-panel td,body.sanum-store-site.ssb-storefront-v5 .ssb-marketplace-box th,body.sanum-store-site.ssb-storefront-v5 .ssb-marketplace-box td{padding:9px;border-bottom:1px solid #edf1f4;text-align:left;font-size:10px}
body.sanum-store-site.ssb-storefront-v5 .ssb-account-panel th,body.sanum-store-site.ssb-storefront-v5 .ssb-marketplace-box th{background:#f7f9fb;color:#607385;text-transform:uppercase;font-size:9px}
@media(max-width:760px){
  body.sanum-store-site.ssb-storefront-v5 .ssb-content-grid{grid-template-columns:1fr!important}
  body.sanum-store-site.ssb-storefront-v5 .ssb-seller-grid{grid-template-columns:1fr!important}
}

/* V5.0.1 performance: below-the-fold sections do not need layout/paint until nearby. */
@supports (content-visibility:auto){
  .ssb-storefront-v5 .ssb-v5-product-section,
  .ssb-storefront-v5 .ssb-v5-business-band,
  .ssb-storefront-v5 .ssb-v5-advice-section{content-visibility:auto;contain-intrinsic-size:1px 720px}
}
