/* SPOO HUBS - premium storefront styles */
:root{
  --sppo-ink:#0f172a;--sppo-ink-soft:#475569;--sppo-line:#e6e8ee;--sppo-bg:#ffffff;
  --sppo-surface:#f6f7fb;--sppo-brand:#0b6b5b;--sppo-brand-dark:#084d42;--sppo-accent:#f0a202;
  --sppo-radius:16px;--sppo-radius-sm:10px;--sppo-shadow:0 10px 30px rgba(15,23,42,.08);
  --sppo-max:1200px;
}
.sppo-body{color:var(--sppo-ink);background:var(--sppo-bg);}
.sppo-container{width:100%;max-width:var(--sppo-max);margin:0 auto;padding:0 20px;}
.sppo-skip-link:focus{position:fixed;left:16px;top:16px;z-index:999;clip:auto;width:auto;height:auto;padding:10px 16px;background:#fff;border-radius:8px;box-shadow:var(--sppo-shadow);}
a{color:inherit;}
img{max-width:100%;height:auto;}

/* Buttons */
.sppo-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:46px;padding:.75rem 1.4rem;border-radius:999px;font-weight:600;text-decoration:none;border:1px solid transparent;transition:transform .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease;}
.sppo-btn--primary{background:var(--sppo-brand);color:#fff;}
.sppo-btn--primary:hover{background:var(--sppo-brand-dark);color:#fff;}
.sppo-btn--dark{background:var(--sppo-ink);color:#fff;}
.sppo-btn--ghost{background:transparent;color:var(--sppo-ink);border-color:var(--sppo-line);}
.sppo-btn--ghost:hover{border-color:var(--sppo-ink);}
.sppo-btn--sm{min-height:38px;padding:.45rem 1rem;font-size:.875rem;}
.sppo-btn:active{transform:scale(.98);}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--sppo-accent);outline-offset:2px;}

/* Header */
.sppo-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--sppo-line);}
.sppo-header__bar{background:var(--sppo-ink);color:#fff;font-size:.8rem;}
.sppo-header__promo{margin:0;padding:.5rem 20px;text-align:center;}
.sppo-header__inner{display:flex;align-items:center;gap:1.25rem;padding-top:.75rem;padding-bottom:.75rem;}
.sppo-brand__link{display:flex;align-items:center;gap:.7rem;text-decoration:none;}
.sppo-brand__mark{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--sppo-brand);color:#fff;font-weight:800;letter-spacing:.02em;}
.sppo-brand__text{display:flex;flex-direction:column;line-height:1.1;}
.sppo-brand__name{font-weight:800;font-size:1.15rem;letter-spacing:.04em;}
.sppo-brand__tag{font-size:.72rem;color:var(--sppo-ink-soft);}
.sppo-header__search{flex:1;max-width:620px;}
.sppo-search{display:flex;align-items:center;gap:.5rem;background:var(--sppo-surface);border:1px solid var(--sppo-line);border-radius:999px;padding:.35rem .35rem .35rem 1rem;}
.sppo-search__input{flex:1;border:0;background:transparent;font-size:.95rem;min-height:38px;}
.sppo-search__input:focus{outline:none;}
.sppo-search__submit{display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:999px;background:var(--sppo-brand);color:#fff;cursor:pointer;}
.sppo-header__actions{display:flex;align-items:center;gap:.35rem;margin-left:auto;}
.sppo-iconbtn{position:relative;display:inline-flex;align-items:center;gap:.45rem;min-height:44px;padding:.4rem .7rem;border:0;background:transparent;border-radius:12px;text-decoration:none;color:var(--sppo-ink);cursor:pointer;}
.sppo-iconbtn:hover{background:var(--sppo-surface);}
.sppo-iconbtn svg{width:22px;height:22px;}
.sppo-iconbtn__label{font-size:.9rem;font-weight:600;}
.sppo-cart__badge{position:absolute;top:2px;right:2px;}
.sppo-cart__count{display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--sppo-accent);color:#1b1b1b;font-size:.72rem;font-weight:700;}
.sppo-searchtoggle,.sppo-burger{display:none;}
.sppo-burger__bars{display:grid;gap:5px;}
.sppo-burger__bars i{display:block;width:22px;height:2px;background:currentColor;border-radius:2px;transition:transform .2s ease,opacity .2s ease;}
.sppo-burger[aria-expanded="true"] .sppo-burger__bars i:nth-child(1){transform:translateY(7px) rotate(45deg);}
.sppo-burger[aria-expanded="true"] .sppo-burger__bars i:nth-child(2){opacity:0;}
.sppo-burger[aria-expanded="true"] .sppo-burger__bars i:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
.sppo-mobile-search{padding:.5rem 0 .9rem;border-top:1px solid var(--sppo-line);}
.sppo-nav{border-top:1px solid var(--sppo-line);}
.sppo-nav__list{display:flex;gap:1.5rem;list-style:none;margin:0;padding:.7rem 0;}
.sppo-nav__list a{text-decoration:none;font-weight:600;font-size:.95rem;padding:.25rem 0;border-bottom:2px solid transparent;transition:border-color .18s ease,color .18s ease;}
.sppo-nav__list a:hover{color:var(--sppo-brand);border-bottom-color:var(--sppo-brand);}

/* Hero */
.sppo-hero{background:linear-gradient(135deg,#0b6b5b 0%,#0f172a 100%);color:#fff;}
.sppo-hero__inner{padding:clamp(3.5rem,9vw,7rem) 20px;text-align:center;}
.sppo-hero__eyebrow{margin:0 0 1rem;letter-spacing:.22em;text-transform:uppercase;font-size:.75rem;opacity:.85;}
.sppo-hero__title{margin:0;font-size:clamp(2.75rem,8vw,5.5rem);line-height:1;letter-spacing:.02em;font-weight:800;}
.sppo-hero__sub{margin:1rem 0 2rem;font-size:clamp(1.05rem,2.4vw,1.5rem);opacity:.9;}
.sppo-hero__cta{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;}
.sppo-hero .sppo-btn--ghost{color:#fff;border-color:rgba(255,255,255,.5);}
.sppo-hero .sppo-btn--ghost:hover{background:rgba(255,255,255,.12);border-color:#fff;}

/* Sections */
.sppo-section{padding:clamp(2.5rem,6vw,4.5rem) 0;}
.sppo-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.75rem;flex-wrap:wrap;}
.sppo-h1{font-size:clamp(1.9rem,4vw,2.6rem);font-weight:800;margin:0;}
.sppo-h2{font-size:clamp(1.5rem,3.2vw,2.1rem);font-weight:800;margin:0;}
.sppo-h3{font-size:1.05rem;font-weight:700;margin:0 0 .35rem;}
.sppo-kicker{margin:0 0 .3rem;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;color:var(--sppo-brand);font-weight:700;}
.sppo-link{font-weight:600;color:var(--sppo-brand);text-decoration:none;}
.sppo-link:hover{text-decoration:underline;}
.sppo-empty{padding:2rem;background:var(--sppo-surface);border-radius:var(--sppo-radius);text-align:center;color:var(--sppo-ink-soft);}

/* Categories */
.sppo-cats__grid{list-style:none;margin:0;padding:0;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));}
.sppo-cats__item a{display:block;padding:1rem;background:#fff;border:1px solid var(--sppo-line);border-radius:var(--sppo-radius);text-align:center;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease;}
.sppo-cats__item a:hover{transform:translateY(-3px);box-shadow:var(--sppo-shadow);}
.sppo-cats__media{display:grid;place-items:center;aspect-ratio:1;border-radius:12px;background:var(--sppo-surface);overflow:hidden;margin-bottom:.7rem;}
.sppo-cats__media img{width:100%;height:100%;object-fit:cover;}
.sppo-cats__initial{font-size:2rem;font-weight:800;color:var(--sppo-brand);}
.sppo-cats__name{display:block;font-weight:700;}
.sppo-cats__count{display:block;font-size:.8rem;color:var(--sppo-ink-soft);}

/* Product loop */
.woocommerce ul.products,ul.products{display:grid !important;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin:0;padding:0;list-style:none;}
ul.products::before,ul.products::after{display:none !important;}
.woocommerce ul.products li.product,ul.products li.product{width:auto !important;float:none !important;margin:0 !important;background:#fff;border:1px solid var(--sppo-line);border-radius:var(--sppo-radius);padding:1rem;text-align:left;transition:transform .18s ease,box-shadow .18s ease;}
ul.products li.product:hover{transform:translateY(-4px);box-shadow:var(--sppo-shadow);}
ul.products li.product img{border-radius:var(--sppo-radius-sm);margin-bottom:.85rem;aspect-ratio:1;object-fit:cover;}
ul.products li.product .woocommerce-loop-product__title{font-size:1rem !important;font-weight:700;padding:0 !important;margin:0 0 .35rem;}
ul.products li.product .price{color:var(--sppo-ink) !important;font-weight:700;display:block;margin-bottom:.6rem;}
ul.products li.product .price del{color:var(--sppo-ink-soft);font-weight:400;margin-right:.4rem;}
ul.products li.product .price ins{background:transparent;color:var(--sppo-brand);text-decoration:none;}
ul.products li.product .star-rating{margin:.2rem 0 .5rem;font-size:.8rem;}
ul.products li.product .button,ul.products li.product .added_to_cart{display:inline-flex;align-items:center;justify-content:center;min-height:38px;margin:.25rem .35rem .25rem 0 !important;padding:.45rem 1rem !important;border-radius:999px !important;background:var(--sppo-brand) !important;color:#fff !important;font-size:.875rem !important;font-weight:600 !important;text-decoration:none;}
ul.products li.product .button:hover{background:var(--sppo-brand-dark) !important;}
ul.products li.product .sppo-btn--ghost{background:transparent !important;color:var(--sppo-ink) !important;border:1px solid var(--sppo-line);}
span.onsale{background:var(--sppo-accent) !important;color:#1b1b1b !important;border-radius:999px !important;}

/* Deals */
.sppo-deals{background:var(--sppo-surface);}
.sppo-section__head--deals{align-items:center;}

/* Why + trust */
.sppo-why__list{list-style:none;margin:1.75rem 0 0;padding:0;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));}
.sppo-why__item{padding:1.4rem;border:1px solid var(--sppo-line);border-radius:var(--sppo-radius);background:#fff;}
.sppo-why__item p{margin:0;color:var(--sppo-ink-soft);font-size:.92rem;}
.sppo-trust{background:var(--sppo-ink);color:#fff;padding:1.5rem 0;}
.sppo-trust__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1rem 2.5rem;justify-content:center;font-weight:600;font-size:.95rem;}

/* Shop */
.sppo-shop{padding:2rem 20px 3rem;}
.sppo-shop__tools{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;margin-bottom:1.25rem;}
.sppo-shop__tools .sppo-search{flex:1;min-width:240px;}
.sppo-shop__filters ul{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.75rem;padding:0;}
.sppo-chip{display:inline-block;padding:.45rem 1rem;border-radius:999px;border:1px solid var(--sppo-line);text-decoration:none;font-size:.875rem;font-weight:600;}
.sppo-chip.is-active,.sppo-chip:hover{background:var(--sppo-brand);color:#fff;border-color:var(--sppo-brand);}
.woocommerce-pagination ul{display:flex;gap:.4rem;list-style:none;padding:0;margin:2rem 0 0;justify-content:center;border:0 !important;}
.woocommerce-pagination a,.woocommerce-pagination span{display:grid;place-items:center;min-width:40px;height:40px;border-radius:10px;border:1px solid var(--sppo-line);text-decoration:none;}
.woocommerce-pagination .current{background:var(--sppo-brand);color:#fff;border-color:var(--sppo-brand);}

/* Single product */
.sppo-single-product{padding:2rem 20px 3rem;}
.single-product div.product .product_title{font-size:clamp(1.6rem,3.5vw,2.3rem);font-weight:800;}
.single-product div.product .price{font-size:1.4rem;font-weight:700;color:var(--sppo-ink);}
.single-product div.product .price ins{background:transparent;color:var(--sppo-brand);text-decoration:none;}
.single-product .quantity input{min-height:44px;border-radius:10px;border:1px solid var(--sppo-line);padding:0 .5rem;}
.single-product .single_add_to_cart_button{min-height:46px;border-radius:999px !important;background:var(--sppo-brand) !important;color:#fff !important;font-weight:700 !important;padding:0 1.6rem !important;}
.sppo-buy-now{margin-left:.5rem;}
.woocommerce-tabs ul.tabs{padding:0 !important;border-bottom:1px solid var(--sppo-line);}
.woocommerce-tabs ul.tabs li{border-radius:10px 10px 0 0 !important;}
.sppo-share{margin-top:2.5rem;border-top:1px solid var(--sppo-line);padding-top:1.5rem;}
.sppo-share__title{font-size:1.05rem;font-weight:700;margin:0 0 .75rem;}
.sppo-share__list{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;}
.sppo-share__link{display:inline-block;padding:.45rem 1rem;border:1px solid var(--sppo-line);border-radius:999px;font-size:.85rem;text-decoration:none;}
.sppo-share__link:hover{border-color:var(--sppo-ink);}

/* Cart / checkout / account polish */
.woocommerce-cart table.cart img{width:72px;border-radius:10px;}
.woocommerce table.shop_table{border-radius:var(--sppo-radius);border-color:var(--sppo-line);}
.woocommerce .cart_totals,.woocommerce-checkout .woocommerce-checkout-review-order{background:var(--sppo-surface);border-radius:var(--sppo-radius);padding:1.25rem;}
.woocommerce #respond input#submit,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button,.woocommerce button.button.alt{border-radius:999px !important;background:var(--sppo-brand) !important;color:#fff !important;font-weight:600 !important;min-height:44px;}
.woocommerce .button:hover{background:var(--sppo-brand-dark) !important;}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container .select2-selection--single{min-height:46px;border-radius:10px;border:1px solid var(--sppo-line);padding:.5rem .75rem;}
.woocommerce-MyAccount-navigation ul{list-style:none;padding:0;margin:0;display:grid;gap:.35rem;}
.woocommerce-MyAccount-navigation a{display:block;padding:.65rem .9rem;border-radius:10px;text-decoration:none;background:var(--sppo-surface);}
.woocommerce-MyAccount-navigation .is-active a{background:var(--sppo-brand);color:#fff;}

/* Footer */
.sppo-footer{background:#0b1220;color:#cbd5e1;margin-top:3rem;}
.sppo-footer__grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding-top:3rem;padding-bottom:2.5rem;}
.sppo-footer__logo{margin:0;color:#fff;font-size:1.35rem;font-weight:800;letter-spacing:.05em;}
.sppo-footer__tag{margin:.4rem 0 1rem;font-size:.9rem;}
.sppo-footer__title{color:#fff;font-size:1rem;font-weight:700;margin:0 0 .9rem;}
.sppo-footer__list,.sppo-social{list-style:none;margin:0;padding:0;display:grid;gap:.55rem;}
.sppo-social{grid-auto-flow:column;justify-content:start;gap:1rem;}
.sppo-footer a{color:#cbd5e1;text-decoration:none;font-size:.92rem;}
.sppo-footer a:hover{color:#fff;text-decoration:underline;}
.sppo-footer__bottom{border-top:1px solid rgba(255,255,255,.12);padding:1rem 0;font-size:.85rem;}
.sppo-footer__bottom p{margin:0;}

/* Mobile bottom nav */
.sppo-mobilenav{display:none;position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;border-top:1px solid var(--sppo-line);padding-bottom:env(safe-area-inset-bottom);}
.sppo-mobilenav ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,1fr);}
.sppo-mobilenav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;min-height:56px;text-decoration:none;font-size:.7rem;font-weight:600;color:var(--sppo-ink);}
.sppo-mobilenav svg{width:21px;height:21px;}
.sppo-mobilenav a:active{color:var(--sppo-brand);}

@media (max-width:1024px){
  .sppo-iconbtn__label{display:none;}
}
@media (max-width:860px){
  .sppo-header__search{display:none;}
  .sppo-searchtoggle,.sppo-burger{display:inline-flex;}
  .sppo-brand__tag{display:none;}
  .sppo-nav{display:none;}
  .sppo-nav.is-open{display:block;}
  .sppo-nav__list{flex-direction:column;gap:0;}
  .sppo-nav__list li{border-bottom:1px solid var(--sppo-line);}
  .sppo-nav__list a{display:block;padding:.85rem 0;}
  .sppo-mobilenav{display:block;}
  .sppo-body{padding-bottom:calc(60px + env(safe-area-inset-bottom));}
  .sppo-trust__list{gap:.75rem 1.25rem;font-size:.85rem;}
}
@media (max-width:520px){
  ul.products{grid-template-columns:repeat(2,1fr) !important;gap:.85rem;}
  ul.products li.product{padding:.7rem;}
  ul.products li.product .button{width:100%;}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none !important;transition:none !important;}
}
