:root{
  --wsp-primary:#0d6efd;
  --wsp-primary-dark:#084fb7;
  --wsp-dark:#111827;
  --wsp-muted:#6b7280;
  --wsp-border:#e5e7eb;
  --wsp-bg:#ffffff;
  --wsp-soft:#f6f8fb;
  --wsp-radius:16px;
  --wsp-radius-sm:10px;
  --wsp-container:1380px;
  --wsp-shadow:0 18px 45px rgba(15,23,42,.12);
  --wsp-transition:.22s ease;
}
*{box-sizing:border-box}
body{margin:0;color:var(--wsp-dark);background:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}.wsp-container{width:min(var(--wsp-container),calc(100% - 32px));margin-inline:auto}.wsp-main{min-height:60vh}.wsp-btn,.button,.wp-element-button,.single_add_to_cart_button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:12px 20px;background:var(--wsp-primary);color:#fff;font-weight:700;cursor:pointer;transition:var(--wsp-transition)}.wsp-btn:hover,.button:hover,.wp-element-button:hover{background:var(--wsp-primary-dark);color:#fff}.wsp-btn--light{background:#fff;color:var(--wsp-dark)}

.wsp-topbar{background:var(--wsp-dark);color:#fff;font-size:13px}.wsp-topbar__inner{min-height:38px;display:flex;justify-content:space-between;align-items:center;gap:24px}.wsp-topbar__left,.wsp-topbar__right{display:flex;gap:22px;align-items:center;flex-wrap:wrap}.wsp-topbar a{color:#fff;font-weight:800}.wsp-topbar__badge{color:#dbeafe;font-weight:800}.wsp-header{position:sticky;top:0;z-index:1000;background:#fff;box-shadow:0 1px 0 rgba(17,24,39,.08)}.wsp-header-main{background:#fff}.wsp-header-main__inner{min-height:84px;display:grid;grid-template-columns:210px 170px minmax(320px,1fr) 245px;align-items:center;gap:24px}.wsp-logo{min-width:0}.wsp-logo img{max-height:54px;width:auto}.wsp-logo-text{font-weight:900;font-size:28px;letter-spacing:-.05em;white-space:nowrap}.wsp-icon-btn{width:46px;height:46px;border:1px solid var(--wsp-border);border-radius:14px;background:#fff;display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px}.wsp-icon-btn span{width:20px;height:2px;background:var(--wsp-dark);display:block;border-radius:2px}.wsp-category-nav{min-width:0}.wsp-category-nav .menu,.wsp-category-menu{list-style:none;margin:0;padding:0}.wsp-category-menu>li>a{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:12px 16px;background:var(--wsp-dark);color:#fff;border-radius:14px;font-weight:900}.wsp-category-menu>li>a:before{content:'☰';margin-right:9px}.wsp-product-search{min-width:0}.wsp-product-search form,.wsp-product-search .woocommerce-product-search,.wsp-mobile-panel__search form{display:flex;width:100%;height:50px;border:1px solid var(--wsp-border);border-radius:14px;overflow:hidden;background:var(--wsp-soft)}.wsp-product-search input[type="search"],.wsp-mobile-panel__search input[type="search"]{flex:1;border:0;background:transparent;padding:0 18px;outline:0;min-width:0;font-size:15px}.wsp-product-search button,.wsp-mobile-panel__search button{border:0;background:var(--wsp-primary);color:#fff;font-weight:900;padding:0 22px;cursor:pointer}.wsp-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:0}.wsp-action{position:relative;display:flex;align-items:center;gap:7px;padding:10px 9px;border-radius:14px;transition:var(--wsp-transition);font-weight:800;font-size:14px;white-space:nowrap}.wsp-action:hover{background:var(--wsp-soft)}.wsp-action__icon{font-size:21px;line-height:1}.wsp-cart-count{position:absolute;top:2px;right:1px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:var(--wsp-primary);color:#fff;font-size:11px;line-height:19px;text-align:center}.wsp-cart-wrap{position:relative}.wsp-mini-cart{position:absolute;right:0;top:calc(100% + 14px);width:min(390px,calc(100vw - 32px));background:#fff;border:1px solid var(--wsp-border);border-radius:var(--wsp-radius);box-shadow:var(--wsp-shadow);padding:16px;opacity:0;visibility:hidden;transform:translateY(8px);transition:var(--wsp-transition)}.wsp-cart-wrap:hover .wsp-mini-cart{opacity:1;visibility:visible;transform:none}.wsp-mini-cart__head{display:flex;justify-content:space-between;gap:12px;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid var(--wsp-border)}.wsp-mini-cart ul{list-style:none;margin:0;padding:0}.wsp-mini-cart .woocommerce-mini-cart-item{display:flex;gap:10px;margin-bottom:12px}.wsp-mini-cart .woocommerce-mini-cart__buttons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.wsp-main-nav{border-top:1px solid var(--wsp-border);border-bottom:1px solid var(--wsp-border);background:#fff}.wsp-main-nav__inner{min-height:48px;display:flex;align-items:center}.wsp-main-menu{display:flex;gap:30px;align-items:center;list-style:none;margin:0;padding:0;width:100%}.wsp-main-menu a{display:flex;align-items:center;min-height:48px;font-weight:800;color:#374151}.wsp-main-menu a:hover{color:var(--wsp-primary)}
.wsp-mobile-panel{position:fixed;inset:0 auto 0 0;width:min(380px,88vw);background:#fff;z-index:1200;transform:translateX(-105%);transition:var(--wsp-transition);box-shadow:var(--wsp-shadow);padding:18px;display:flex;flex-direction:column;gap:18px}.mobile-menu-open .wsp-mobile-panel{transform:none}.wsp-mobile-panel__head{display:flex;justify-content:space-between;align-items:center}.wsp-mobile-panel__head button{border:0;background:var(--wsp-soft);width:38px;height:38px;border-radius:10px;font-size:26px}.wsp-mobile-menu{list-style:none;margin:0;padding:0;display:grid;gap:4px}.wsp-mobile-menu a{display:block;padding:13px 10px;border-radius:10px;font-weight:800}.wsp-mobile-menu a:hover{background:var(--wsp-soft)}.wsp-overlay{position:fixed;inset:0;background:rgba(17,24,39,.55);z-index:1100;opacity:0;visibility:hidden;transition:var(--wsp-transition)}.mobile-menu-open .wsp-overlay{opacity:1;visibility:visible}
.wsp-hero{background:linear-gradient(135deg,#111827,#1f4ed8);color:#fff;padding:82px 0}.wsp-hero__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.wsp-hero h1{font-size:clamp(36px,5vw,68px);line-height:1;margin:0 0 18px;letter-spacing:-.06em}.wsp-hero p{font-size:20px;color:rgba(255,255,255,.82);max-width:620px}.wsp-section{padding:64px 0}.wsp-section__head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:26px}.wsp-section h2{font-size:34px;letter-spacing:-.04em;margin:0}.wsp-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.wsp-card,.product{background:#fff;border:1px solid var(--wsp-border);border-radius:var(--wsp-radius);padding:16px;box-shadow:0 8px 24px rgba(15,23,42,.04);transition:var(--wsp-transition)}.wsp-card:hover,.product:hover{transform:translateY(-3px);box-shadow:var(--wsp-shadow)}.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;list-style:none;margin:0;padding:0}.woocommerce-loop-product__title{font-size:16px;margin:12px 0 6px}.price{font-weight:900;color:var(--wsp-dark);font-size:18px}.woocommerce-result-count,.woocommerce-ordering{margin:0 0 20px}.wsp-shop-layout{display:grid;grid-template-columns:280px 1fr;gap:30px}.wsp-shop-sidebar{background:var(--wsp-soft);border-radius:var(--wsp-radius);padding:18px;align-self:start}.wsp-footer{background:#0b1220;color:#fff;margin-top:70px}.wsp-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;padding:48px 0}.wsp-footer a,.wsp-footer p{color:rgba(255,255,255,.78)}.wsp-footer ul{list-style:none;margin:0;padding:0}.wsp-footer__bottom{border-top:1px solid rgba(255,255,255,.12);padding:16px 0;color:rgba(255,255,255,.7)}
@media (max-width:1100px){.wsp-header-main__inner{grid-template-columns:auto auto 1fr auto}.wsp-category-nav{display:none}.wsp-action__text{display:none}.wsp-grid,.products{grid-template-columns:repeat(3,minmax(0,1fr))}.wsp-shop-layout{grid-template-columns:1fr}.wsp-shop-sidebar{display:none}}@media (max-width:760px){.wsp-topbar{display:none}.wsp-icon-btn{display:flex}.wsp-header-main__inner{grid-template-columns:auto 1fr auto;padding:12px 0}.wsp-product-search{display:none}.wsp-main-nav{display:none}.wsp-actions .wsp-action:not(.wsp-cart-link){display:none}.wsp-logo{text-align:center}.wsp-logo-text{font-size:21px}.wsp-hero{padding:54px 0}.wsp-hero__grid{grid-template-columns:1fr}.wsp-grid,.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.wsp-footer__grid{grid-template-columns:1fr}.wsp-section{padding:42px 0}}@media (max-width:460px){.wsp-grid,.products{grid-template-columns:1fr}.wsp-hero h1{font-size:38px}}
@media (max-width:1240px){.wsp-header-main__inner{grid-template-columns:185px 145px minmax(260px,1fr) 210px;gap:16px}.wsp-action__text{display:none}.wsp-actions{gap:2px}.wsp-action{padding:10px}.wsp-main-menu{gap:22px}}
@media (max-width:980px){.wsp-header-main__inner{grid-template-columns:auto 190px minmax(240px,1fr) auto}.wsp-icon-btn{display:flex}.wsp-category-nav{display:none}.wsp-logo-text{font-size:24px}.wsp-action__text{display:none}.wsp-main-nav{display:none}}
@media (max-width:720px){.wsp-topbar{display:none}.wsp-header-main__inner{min-height:68px;grid-template-columns:48px 1fr 54px;gap:10px}.wsp-product-search{display:none}.wsp-actions .wsp-action:not(.wsp-cart-link){display:none}.wsp-actions{justify-content:flex-end}.wsp-logo{text-align:center}.wsp-logo img{margin-inline:auto;max-height:42px}.wsp-logo-text{font-size:21px}.wsp-cart-link{padding:10px 8px}.wsp-header-main{border-bottom:1px solid var(--wsp-border)}}

/* v0.4 Home page */
.wsp-home-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 78% 18%,rgba(59,130,246,.42),transparent 34%),linear-gradient(135deg,#0b1220 0%,#111827 48%,#1d4ed8 100%);color:#fff;padding:86px 0 76px}.wsp-home-hero:after{content:'';position:absolute;inset:auto -10% -45% 45%;height:420px;background:rgba(255,255,255,.08);filter:blur(50px);border-radius:999px}.wsp-home-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:48px;align-items:center}.wsp-eyebrow,.wsp-section-kicker{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.11em;font-size:12px;font-weight:900;color:var(--wsp-primary)}.wsp-home-hero .wsp-eyebrow{color:#bfdbfe;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px 12px;margin-bottom:18px}.wsp-home-hero h1{font-size:clamp(38px,5vw,72px);line-height:.96;letter-spacing:-.07em;margin:0 0 18px;max-width:820px}.wsp-home-hero p{font-size:20px;color:rgba(255,255,255,.82);max-width:650px;margin:0}.wsp-home-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.wsp-btn--ghost{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.24);color:#fff}.wsp-btn--ghost:hover{background:rgba(255,255,255,.18)}.wsp-home-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:34px;max-width:700px}.wsp-home-hero__stats span{display:block;padding:16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);border-radius:16px;color:rgba(255,255,255,.78)}.wsp-home-hero__stats strong{display:block;color:#fff;font-size:20px}.wsp-home-hero__visual{display:flex;justify-content:center}.wsp-hero-product-card{width:min(440px,100%);padding:24px;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:rgba(255,255,255,.1);box-shadow:0 30px 80px rgba(0,0,0,.28);backdrop-filter:blur(10px);position:relative}.wsp-sale-badge{position:absolute;top:22px;right:22px;background:#f97316;color:#fff;border-radius:999px;padding:7px 12px;font-weight:900}.wsp-hero-product-card__image{height:250px;border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,.06));display:flex;align-items:center;justify-content:center;font-size:38px;font-weight:1000;letter-spacing:-.07em;color:rgba(255,255,255,.5)}.wsp-hero-product-card h2{font-size:28px;margin:20px 0 8px}.wsp-hero-product-card p{font-size:16px;margin:0;color:rgba(255,255,255,.76)}.wsp-hero-price{font-size:30px;font-weight:1000;margin-top:18px}.wsp-section--tight{padding:34px 0}.wsp-section--soft,.wsp-section--categories{background:var(--wsp-soft)}.wsp-link{font-weight:900;color:var(--wsp-primary)}.wsp-category-showcase{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.wsp-category-tile{background:#fff;border:1px solid var(--wsp-border);border-radius:20px;padding:18px;display:grid;grid-template-columns:74px 1fr;grid-template-rows:auto auto;column-gap:16px;align-items:center;transition:var(--wsp-transition)}.wsp-category-tile:hover{transform:translateY(-3px);box-shadow:var(--wsp-shadow)}.wsp-category-tile__image{grid-row:span 2;width:74px;height:74px;border-radius:18px;background:var(--wsp-soft);display:flex;align-items:center;justify-content:center;overflow:hidden}.wsp-category-tile__image span{font-size:30px;font-weight:1000;color:var(--wsp-primary)}.wsp-category-tile__image img{width:100%;height:100%;object-fit:cover}.wsp-category-tile__title{font-size:17px;font-weight:1000;line-height:1.2}.wsp-category-tile small{color:var(--wsp-muted);font-weight:700}.wsp-empty,.wsp-notice{grid-column:1/-1;background:#fff;border:1px dashed var(--wsp-border);border-radius:16px;padding:22px;color:var(--wsp-muted);font-weight:800}.wsp-promo-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:22px}.wsp-promo-card{min-height:220px;border-radius:24px;border:1px solid var(--wsp-border);background:linear-gradient(135deg,#eef5ff,#fff);padding:30px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;position:relative}.wsp-promo-card:after{content:'';position:absolute;right:-45px;top:-45px;width:170px;height:170px;border-radius:999px;background:rgba(13,110,253,.13)}.wsp-promo-card--dark{background:linear-gradient(135deg,#111827,#1d4ed8);color:#fff}.wsp-promo-card span{font-weight:900;text-transform:uppercase;letter-spacing:.1em;font-size:12px;color:var(--wsp-primary)}.wsp-promo-card--dark span{color:#bfdbfe}.wsp-promo-card h2{font-size:36px;margin:8px 0 6px}.wsp-promo-card p{margin:0;color:var(--wsp-muted);font-weight:700}.wsp-promo-card--dark p{color:rgba(255,255,255,.78)}.wsp-benefits-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.wsp-benefit{background:#fff;border:1px solid var(--wsp-border);border-radius:20px;padding:24px}.wsp-benefit span{font-size:34px}.wsp-benefit h3{margin:12px 0 6px;font-size:19px}.wsp-benefit p{margin:0;color:var(--wsp-muted)}.wsp-newsletter{background:linear-gradient(135deg,#0b1220,#1d4ed8);color:#fff;border-radius:28px;padding:36px;display:grid;grid-template-columns:1fr minmax(300px,520px);gap:28px;align-items:center}.wsp-newsletter h2{font-size:40px;margin:8px 0}.wsp-newsletter p{margin:0;color:rgba(255,255,255,.76)}.wsp-newsletter .wsp-section-kicker{color:#bfdbfe}.wsp-newsletter-form{height:56px;display:flex;background:#fff;border-radius:999px;overflow:hidden;padding:5px}.wsp-newsletter-form input{flex:1;border:0;outline:0;padding:0 18px;min-width:0}.wsp-newsletter-form button{border:0;border-radius:999px;background:var(--wsp-primary);color:#fff;padding:0 22px;font-weight:900;cursor:pointer}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:none!important;width:auto!important;margin:0!important}.woocommerce .products ul,.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin:0!important}.woocommerce ul.products li.product .button{margin-top:12px}.woocommerce-loop-product__title{font-weight:900!important;color:var(--wsp-dark)}.woocommerce ul.products li.product a img{border-radius:14px;background:var(--wsp-soft)}
@media (max-width:1100px){.wsp-home-hero__grid{grid-template-columns:1fr}.wsp-home-hero__visual{justify-content:flex-start}.wsp-category-showcase,.wsp-benefits-grid,.woocommerce .products ul,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}.wsp-newsletter{grid-template-columns:1fr}.wsp-promo-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.wsp-home-hero{padding:54px 0}.wsp-home-hero__stats,.wsp-category-showcase,.wsp-benefits-grid,.woocommerce .products ul,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.wsp-category-tile{grid-template-columns:58px 1fr}.wsp-category-tile__image{width:58px;height:58px}.wsp-promo-grid{grid-template-columns:1fr}.wsp-newsletter{padding:24px;border-radius:22px}.wsp-newsletter-form{height:auto;border-radius:18px;display:grid;padding:6px}.wsp-newsletter-form input{min-height:46px}.wsp-newsletter-form button{min-height:46px}}@media (max-width:480px){.wsp-home-hero__stats,.wsp-category-showcase,.wsp-benefits-grid,.woocommerce .products ul,.woocommerce ul.products{grid-template-columns:1fr}.wsp-promo-card{min-height:190px}.wsp-home-hero h1{font-size:40px}}

/* v0.5 Premium product cards */
.woocommerce ul.products li.product.wsp-product-card,
ul.products li.product.wsp-product-card,
.wsp-product-card{
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--wsp-border);
  border-radius:22px;
  padding:0!important;
  box-shadow:0 10px 28px rgba(15,23,42,.05);
  transition:var(--wsp-transition);
}
.woocommerce ul.products li.product.wsp-product-card:hover,
ul.products li.product.wsp-product-card:hover,
.wsp-product-card:hover{
  transform:translateY(-5px);
  box-shadow:0 22px 55px rgba(15,23,42,.14);
  border-color:rgba(13,110,253,.28);
}
.wsp-product-card__media{
  position:relative;
  background:linear-gradient(180deg,#f8fafc,#fff);
  padding:16px 16px 0;
}
.wsp-product-card__image{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:1/1;
  overflow:hidden;
  border-radius:18px;
  background:var(--wsp-soft);
}
.woocommerce ul.products li.product .wsp-product-card__image img,
.wsp-product-card__image img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:16px;
  margin:0!important;
  border-radius:18px!important;
  transition:var(--wsp-transition);
}
.wsp-product-card__img--hover{
  position:absolute;
  inset:0;
  opacity:0;
  transform:scale(1.04);
}
.wsp-product-card:hover .wsp-product-card__img--main{
  opacity:0;
  transform:scale(.98);
}
.wsp-product-card:hover .wsp-product-card__img--hover{
  opacity:1;
  transform:scale(1);
}
.wsp-product-card__badges{
  position:absolute;
  left:26px;
  top:26px;
  z-index:3;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:7px;
}
.wsp-badge{
  display:inline-flex;
  min-height:26px;
  align-items:center;
  border-radius:999px;
  padding:5px 10px;
  color:#fff;
  font-size:12px;
  line-height:1;
  font-weight:1000;
  box-shadow:0 8px 18px rgba(15,23,42,.12);
}
.wsp-badge--sale{background:#ef4444}.wsp-badge--new{background:#0d6efd}
.wsp-product-card__quick{
  position:absolute;
  right:26px;
  top:26px;
  z-index:3;
  display:grid;
  gap:8px;
  opacity:0;
  transform:translateX(8px);
  transition:var(--wsp-transition);
}
.wsp-product-card:hover .wsp-product-card__quick{opacity:1;transform:none}
.wsp-quick-btn{
  width:38px;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:12px;
  border:1px solid var(--wsp-border);
  background:#fff;
  font-size:18px;
  box-shadow:0 10px 22px rgba(15,23,42,.1);
}
.wsp-quick-btn:hover{background:var(--wsp-primary);color:#fff;border-color:var(--wsp-primary)}
.wsp-product-card__body{padding:16px 18px 18px}
.wsp-product-card__sku{
  margin-bottom:7px;
  color:var(--wsp-muted);
  font-size:12px;
  line-height:1;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title.wsp-product-card__title,
.wsp-product-card__title{
  min-height:44px;
  margin:0 0 8px!important;
  padding:0!important;
  font-size:16px!important;
  line-height:1.35;
  font-weight:1000!important;
  letter-spacing:-.02em;
}
.wsp-product-card__title a:hover{color:var(--wsp-primary)}
.wsp-product-card__rating{min-height:22px;margin-bottom:8px}
.woocommerce .star-rating{font-size:13px;color:#f59e0b}
.wsp-product-card__bottom{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:10px;
  margin:8px 0 14px;
}
.woocommerce ul.products li.product .price,
.wsp-product-card__price .price{
  display:block;
  margin:0!important;
  color:var(--wsp-dark)!important;
  font-size:20px!important;
  font-weight:1000!important;
}
.woocommerce ul.products li.product .price del{display:block;color:var(--wsp-muted)!important;font-size:13px!important;font-weight:800!important;opacity:.75}.woocommerce ul.products li.product .price ins{text-decoration:none}.wsp-stock{display:inline-flex;white-space:nowrap;border-radius:999px;padding:5px 9px;font-size:12px;line-height:1;font-weight:900}.wsp-stock--in{background:#dcfce7;color:#166534}.wsp-stock--out{background:#fee2e2;color:#991b1b}.wsp-product-card__cart .button,
.woocommerce ul.products li.product .wsp-product-card__cart .button{
  width:100%;
  min-height:46px;
  margin:0!important;
  border-radius:14px;
  padding:12px 14px;
  font-size:14px;
  font-weight:1000;
}
.woocommerce ul.products li.product .added_to_cart{
  display:flex;
  justify-content:center;
  margin-top:8px;
  font-weight:900;
  color:var(--wsp-primary);
}
.woocommerce ul.products li.product .onsale{display:none!important}
.woocommerce .products ul,
.woocommerce ul.products,
ul.products{
  align-items:stretch;
}
.woocommerce ul.products li.product.wsp-product-card{display:flex;flex-direction:column}.wsp-product-card__body{display:flex;flex:1;flex-direction:column}.wsp-product-card__cart{margin-top:auto}
@media (max-width:760px){.wsp-product-card__quick{opacity:1;transform:none}.wsp-product-card__body{padding:14px}.wsp-product-card__bottom{display:block}.wsp-stock{margin-top:7px}.woocommerce ul.products li.product .price,.wsp-product-card__price .price{font-size:18px!important}.wsp-product-card__image img{padding:12px}}

/* v0.6 premium category cards */
.wsp-category-showcase--premium{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.wsp-category-card{position:relative;min-height:230px;border-radius:24px;overflow:hidden;background:#fff;border:1px solid var(--wsp-border);box-shadow:0 14px 34px rgba(15,23,42,.07);isolation:isolate;display:flex;align-items:flex-end;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.wsp-category-card:hover{transform:translateY(-5px);box-shadow:0 24px 55px rgba(15,23,42,.16);border-color:rgba(13,110,253,.28)}
.wsp-category-card__media{position:absolute;inset:0;display:block;background:linear-gradient(135deg,#f8fafc,#eef5ff)}
.wsp-category-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease,filter .35s ease}
.wsp-category-card:hover .wsp-category-card__media img{transform:scale(1.06);filter:saturate(1.08)}
.wsp-category-card__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.04) 0%,rgba(2,6,23,.18) 42%,rgba(2,6,23,.72) 100%);z-index:1;transition:background .25s ease}
.wsp-category-card:hover .wsp-category-card__overlay{background:linear-gradient(180deg,rgba(13,110,253,.06) 0%,rgba(13,110,253,.24) 45%,rgba(2,6,23,.82) 100%)}
.wsp-category-card__content{position:relative;z-index:2;display:flex;flex-direction:column;gap:4px;padding:22px 54px 22px 22px;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.28)}
.wsp-category-card__content strong{font-size:21px;line-height:1.15;font-weight:1000;letter-spacing:-.02em}
.wsp-category-card__content small{font-size:13px;font-weight:900;opacity:.88}
.wsp-category-card__arrow{position:absolute;right:20px;bottom:22px;z-index:2;width:34px;height:34px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.18);color:#fff;font-weight:1000;backdrop-filter:blur(8px);transition:transform .25s ease,background .25s ease}
.wsp-category-card:hover .wsp-category-card__arrow{transform:translateX(4px);background:var(--wsp-primary)}
.wsp-category-card__fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--wsp-primary);background:radial-gradient(circle at 70% 20%,rgba(13,110,253,.18),transparent 34%),linear-gradient(135deg,#f8fafc,#eaf2ff)}
.wsp-category-card__fallback svg{width:86px;height:86px}
@media (max-width:1100px){.wsp-category-showcase--premium{grid-template-columns:repeat(3,minmax(0,1fr))}.wsp-category-card{min-height:220px}}
@media (max-width:760px){.wsp-category-showcase--premium{grid-template-columns:repeat(2,minmax(0,1fr))}.wsp-category-card{min-height:210px}}
@media (max-width:480px){.wsp-category-showcase--premium{grid-template-columns:1fr}.wsp-category-card{min-height:220px}}


/* v0.9.2 Header navigation dropdown fix */
.wsp-main-menu,
.wsp-category-menu,
.wsp-mobile-menu{
  list-style:none;
  margin:0;
  padding:0;
}
.wsp-main-menu li,
.wsp-category-menu li{
  position:relative;
}
.wsp-main-menu > li{
  display:flex;
  align-items:center;
}
.wsp-main-menu > li > a{
  position:relative;
  gap:6px;
  white-space:nowrap;
}
.wsp-main-menu .menu-item-has-children > a::after,
.wsp-category-menu .menu-item-has-children > a::after{
  content:'▾';
  display:inline-block;
  margin-left:7px;
  font-size:10px;
  line-height:1;
  opacity:.68;
  transform:translateY(1px);
}
.wsp-main-menu .sub-menu,
.wsp-category-menu .sub-menu{
  position:absolute;
  top:100%;
  left:0;
  z-index:1050;
  min-width:230px;
  margin:0;
  padding:10px;
  list-style:none;
  background:#fff;
  border:1px solid var(--wsp-border);
  border-radius:16px;
  box-shadow:var(--wsp-shadow);
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:var(--wsp-transition);
}
.wsp-main-menu .sub-menu .sub-menu,
.wsp-category-menu .sub-menu .sub-menu{
  top:-10px;
  left:calc(100% + 10px);
}
.wsp-main-menu li:hover > .sub-menu,
.wsp-main-menu li:focus-within > .sub-menu,
.wsp-category-menu li:hover > .sub-menu,
.wsp-category-menu li:focus-within > .sub-menu{
  opacity:1;
  visibility:visible;
  transform:none;
}
.wsp-main-menu .sub-menu a,
.wsp-category-menu .sub-menu a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:0;
  padding:11px 12px;
  border-radius:10px;
  color:var(--wsp-dark);
  font-size:14px;
  font-weight:800;
  line-height:1.25;
  white-space:nowrap;
}
.wsp-main-menu .sub-menu a:hover,
.wsp-category-menu .sub-menu a:hover{
  background:var(--wsp-soft);
  color:var(--wsp-primary);
}
.wsp-category-menu > li > .sub-menu{
  top:calc(100% + 10px);
}
.wsp-category-menu > li > a{
  white-space:nowrap;
}
.wsp-category-menu .sub-menu .menu-item-has-children > a::after,
.wsp-main-menu .sub-menu .menu-item-has-children > a::after{
  content:'›';
  margin-left:18px;
  font-size:16px;
  transform:none;
}

@media (max-width:980px){
  .wsp-main-menu .sub-menu,
  .wsp-category-menu .sub-menu{
    position:static;
    min-width:0;
    box-shadow:none;
    border:0;
    border-radius:0;
    padding:0 0 0 14px;
    opacity:1;
    visibility:visible;
    transform:none;
    background:transparent;
  }
}

@media (max-width:760px){
  .wsp-mobile-menu{
    display:block;
  }
  .wsp-mobile-menu li{
    position:relative;
    border-bottom:1px solid var(--wsp-border);
  }
  .wsp-mobile-menu li:last-child{
    border-bottom:0;
  }
  .wsp-mobile-menu a{
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:46px;
    padding:12px 10px;
  }
  .wsp-mobile-menu .sub-menu{
    position:static;
    display:block;
    margin:0;
    padding:0 0 8px 14px;
    list-style:none;
    background:transparent;
    border:0;
    box-shadow:none;
  }
  .wsp-mobile-menu .sub-menu a{
    min-height:40px;
    padding:9px 10px;
    color:var(--wsp-muted);
    font-size:14px;
    font-weight:800;
  }
  .wsp-mobile-menu .sub-menu .sub-menu{
    padding-left:16px;
  }
  .wsp-mobile-menu .menu-item-has-children > a::after{
    content:'▾';
    margin-left:8px;
    font-size:11px;
    color:var(--wsp-muted);
  }
}


/* v1.0 Design Refresh - modern typography and lighter visual weight */
:root{
  --wsp-primary-dark:var(--wsp-primary-hover);
  --wsp-dark:var(--wsp-secondary);
  --wsp-muted:var(--wsp-text-muted);
  --wsp-soft:var(--wsp-surface);
}
body{
  color:var(--wsp-text);
  font-family:var(--wsp-font-base);
  font-size:var(--wsp-base-font-size,16px);
  font-weight:400;
  line-height:1.68;
  letter-spacing:-.01em;
}
.wsp-logo-text{font-weight:700;font-size:27px;letter-spacing:-.045em;}
.wsp-topbar{font-size:13px;letter-spacing:0;}
.wsp-topbar a,
.wsp-topbar__badge{font-weight:500;}
.wsp-header-main__inner{min-height:82px;gap:28px;}
.wsp-category-menu>li>a{font-weight:600;letter-spacing:-.01em;border-radius:13px;}
.wsp-main-menu{gap:32px;}
.wsp-main-menu a{font-weight:500;font-size:15px;letter-spacing:.005em;color:#374151;}
.wsp-main-menu .sub-menu a,
.wsp-category-menu .sub-menu a{font-weight:500;font-size:14px;letter-spacing:0;}
.wsp-action{font-weight:500;font-size:14px;color:#374151;}
.wsp-action__icon{font-size:20px;}
.wsp-product-search input[type="search"],
.wsp-mobile-panel__search input[type="search"]{font-weight:400;color:var(--wsp-text);}
.wsp-product-search button,
.wsp-mobile-panel__search button{font-weight:500;}
.wsp-btn,.button,.wp-element-button,.single_add_to_cart_button,
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{font-weight:500!important;letter-spacing:-.005em;border-radius:12px;}
.wsp-hero h1,
.wsp-home-hero h1{font-weight:700;letter-spacing:-.055em;line-height:1.02;}
.wsp-hero p,
.wsp-home-hero p{font-weight:400;line-height:1.75;}
.wsp-section h2{font-weight:650;letter-spacing:-.04em;color:var(--wsp-text);}
.wsp-section__head p{font-weight:400;color:var(--wsp-text-muted);}
.wsp-card h3,
.wsp-benefit strong,
.wsp-promo-card h3{font-weight:600;letter-spacing:-.025em;}
.wsp-badge{font-weight:600;letter-spacing:.01em;}
.wsp-product-card__sku{font-weight:500;letter-spacing:.055em;}
.woocommerce ul.products li.product .woocommerce-loop-product__title.wsp-product-card__title,
.wsp-product-card__title{font-weight:600!important;letter-spacing:-.02em;}
.woocommerce ul.products li.product .price,
.wsp-product-card__price .price{font-weight:700!important;letter-spacing:-.03em;}
.woocommerce ul.products li.product .price del{font-weight:400!important;}
.wsp-stock{font-weight:500;}
.wsp-product-card__cart .button,
.woocommerce ul.products li.product .wsp-product-card__cart .button{font-weight:500!important;}
.woocommerce ul.products li.product .added_to_cart{font-weight:500;}
.wsp-category-card__content strong{font-weight:650;letter-spacing:-.025em;}
.wsp-category-card__content small{font-weight:400;}
.wsp-category-card__arrow{font-weight:500;}
.wsp-mobile-menu a{font-weight:500;}
.wsp-mobile-menu .sub-menu a{font-weight:400;}
.wsp-newsletter h2{font-weight:650;letter-spacing:-.04em;}
.wsp-newsletter-form button{font-weight:500;}
@media (max-width:760px){.wsp-main-menu a,.wsp-action{font-size:14px}.wsp-logo-text{font-size:24px}}


/* v1.0.1 Hero image + product fallbacks */
.wsp-home-hero--image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 560px;
    display: flex;
    align-items: center;
}

.wsp-home-hero--image .wsp-home-hero__grid {
    grid-template-columns: minmax(0, 620px) 1fr;
}

.wsp-home-hero--image .wsp-home-hero__content {
    max-width: 680px;
}

.wsp-home-hero--image .wsp-home-hero__content h1,
.wsp-home-hero--image .wsp-home-hero__content p,
.wsp-home-hero--image .wsp-home-hero__stats,
.wsp-home-hero--image .wsp-eyebrow {
    color: #fff;
}

.wsp-home-hero--image .wsp-home-hero__stats span {
    background: rgba(255,255,255,.12);
    border-color: rgba(255,255,255,.22);
    color: #fff;
    backdrop-filter: blur(10px);
}

.wsp-empty-products {
    padding: 32px;
    text-align: center;
    border: 1px dashed rgba(17, 24, 39, .18);
    background: var(--wsp-surface, #f8fafc);
}

.wsp-empty-products h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 650;
}

.wsp-empty-products p {
    max-width: 620px;
    margin: 0 auto 20px;
    color: var(--wsp-text-muted, #6b7280);
}

.wsp-admin-note-front {
    margin: 0 0 18px;
    padding: 12px 16px;
    border-radius: var(--wsp-radius-sm, 10px);
    background: rgba(245, 158, 11, .12);
    color: #92400e;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .wsp-home-hero--image {
        min-height: 520px;
        background-position: center right;
    }
    .wsp-home-hero--image .wsp-home-hero__grid {
        grid-template-columns: 1fr;
    }
}


/* v1.0.2 Hero featured product restore */
.wsp-home-hero--image .wsp-home-hero__visual {
    justify-content: flex-end;
}

.wsp-home-hero--image .wsp-hero-product-card {
    background: rgba(7, 18, 38, .58);
    border-color: rgba(255,255,255,.22);
    box-shadow: 0 34px 90px rgba(0,0,0,.34);
}

.wsp-hero-product-card__image img,
.wsp-hero-product-card__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.wsp-hero-product-card--real .wsp-hero-product-card__image {
    background: rgba(255,255,255,.92);
    padding: 18px;
}

.wsp-hero-product-card h2 a {
    color: inherit;
    text-decoration: none;
}

.wsp-hero-product-card h2 a:hover {
    color: #bfdbfe;
}

.wsp-hero-price del {
    display: block;
    font-size: 16px;
    font-weight: 400;
    opacity: .72;
}

.wsp-hero-price ins {
    text-decoration: none;
}

@media (max-width: 768px) {
    .wsp-home-hero--image .wsp-home-hero__visual {
        justify-content: flex-start;
    }
}


/* v1.0.3 Hero featured product compact horizontal card */
.wsp-home-hero__visual {
    align-items: center;
}

.wsp-hero-product-card {
    color: #fff;
}

.wsp-hero-product-card--real {
    width: min(520px, 100%);
    display: grid;
    grid-template-columns: 168px 1fr;
    gap: 18px;
    align-items: center;
    padding: 18px;
    min-height: 190px;
    border-radius: 24px;
    background: rgba(7, 18, 38, .72);
    border: 1px solid rgba(255,255,255,.24);
    box-shadow: 0 26px 70px rgba(0,0,0,.34);
    backdrop-filter: blur(14px);
}

.wsp-hero-product-card--real .wsp-sale-badge {
    top: 14px;
    right: 14px;
    z-index: 2;
    font-size: 12px;
    font-weight: 650;
    padding: 6px 10px;
}

.wsp-hero-product-card--real .wsp-hero-product-card__image {
    height: 154px;
    min-height: 154px;
    border-radius: 18px;
    background: rgba(255,255,255,.96);
    padding: 12px;
    box-shadow: inset 0 0 0 1px rgba(15,23,42,.06);
}

.wsp-hero-product-card--real h2 {
    margin: 0 0 8px;
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.18;
    letter-spacing: -.035em;
    font-weight: 650;
    color: #fff;
}

.wsp-hero-product-card--real h2 a {
    color: #fff !important;
}

.wsp-hero-product-card--real h2 a:hover {
    color: #dbeafe !important;
}

.wsp-hero-product-card--real p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,.78) !important;
}

.wsp-hero-product-card--real .wsp-hero-price {
    margin: 0;
    font-size: 23px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
}

.wsp-hero-product-card--real .wsp-hero-price .amount,
.wsp-hero-product-card--real .wsp-hero-price bdi,
.wsp-hero-product-card--real .wsp-hero-price ins,
.wsp-hero-product-card--real .wsp-hero-price del {
    color: #fff;
}

.wsp-hero-product-card--real .wsp-hero-price del {
    color: rgba(255,255,255,.62);
    font-size: 14px;
    margin-bottom: 4px;
}

.wsp-hero-product-card--real .wsp-hero-product-card__content {
    min-width: 0;
    padding-right: 18px;
}

@media (max-width: 900px) {
    .wsp-hero-product-card--real {
        grid-template-columns: 138px 1fr;
        width: 100%;
    }
    .wsp-hero-product-card--real .wsp-hero-product-card__image {
        height: 132px;
        min-height: 132px;
    }
}

@media (max-width: 520px) {
    .wsp-hero-product-card--real {
        grid-template-columns: 112px 1fr;
        gap: 14px;
        padding: 14px;
        border-radius: 20px;
    }
    .wsp-hero-product-card--real .wsp-hero-product-card__image {
        height: 108px;
        min-height: 108px;
        border-radius: 14px;
    }
    .wsp-hero-product-card--real h2 {
        font-size: 17px;
    }
    .wsp-hero-product-card--real .wsp-hero-price {
        font-size: 19px;
    }
}


/* v1.0.4 Hero controls */
.wsp-home-hero--no-product .wsp-home-hero__grid {
    grid-template-columns: minmax(0, 760px);
}

.wsp-home-hero--no-product .wsp-home-hero__content {
    max-width: 760px;
}

.wsp-home-hero__actions .wsp-btn {
    min-height: 48px;
}

.wsp-home-hero--image .wsp-btn--light {
    background: #fff;
    color: #0f172a;
}

.wsp-home-hero--image .wsp-btn--light:hover {
    background: #e0f2fe;
    color: #0f172a;
}

.wsp-home-hero--image .wsp-btn--ghost {
    color: #fff;
}

.wsp-home-hero--image .wsp-home-hero__content p {
    text-shadow: 0 1px 18px rgba(0,0,0,.28);
}

@media (max-width: 1100px) {
    .wsp-home-hero--no-product .wsp-home-hero__grid {
        grid-template-columns: 1fr;
    }
}

/* v1.0.5 Promo + New Products module */
.wsp-promo-grid--products{
    grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);
    align-items:stretch;
}
.wsp-promo-card--campaign{
    min-height:360px;
    color:#fff;
    background:linear-gradient(135deg,#111827,#1d4ed8);
    isolation:isolate;
    padding:0;
}
.wsp-promo-card--campaign:after{display:none;}
.wsp-promo-card__bg,
.wsp-promo-card__overlay{
    position:absolute;
    inset:0;
    border-radius:inherit;
}
.wsp-promo-card__bg{
    background-size:cover;
    background-position:center;
    transform:scale(1.03);
    transition:transform .45s ease;
    z-index:-2;
}
.wsp-promo-card--campaign:hover .wsp-promo-card__bg{transform:scale(1.08);}
.wsp-promo-card__overlay{
    background:linear-gradient(90deg,rgba(2,6,23,.88),rgba(2,6,23,.52),rgba(29,78,216,.22));
    z-index:-1;
}
.wsp-promo-card__content{
    position:relative;
    min-height:360px;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:34px;
    max-width:650px;
}
.wsp-promo-kicker{
    display:inline-flex;
    width:max-content;
    align-items:center;
    border-radius:999px;
    padding:7px 11px;
    background:rgba(255,255,255,.12);
    color:#bfdbfe!important;
    border:1px solid rgba(255,255,255,.18);
    font-size:12px;
    line-height:1;
    letter-spacing:.11em;
    text-transform:uppercase;
    font-weight:600!important;
}
.wsp-promo-card__content strong{
    display:block;
    margin:16px 0 8px;
    font-size:clamp(32px,4vw,52px);
    line-height:1;
    letter-spacing:-.055em;
    font-weight:650;
    color:#fff;
}
.wsp-promo-card__content em{
    display:block;
    max-width:560px;
    color:rgba(255,255,255,.82);
    font-style:normal;
    font-size:16px;
    line-height:1.65;
}
.wsp-promo-product{
    margin-top:18px;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
    color:rgba(255,255,255,.88);
    font-weight:500;
}
.wsp-promo-product b{
    color:#fff;
    font-weight:650;
}
.wsp-promo-button{
    margin-top:24px;
    display:inline-flex;
    width:max-content;
    align-items:center;
    border-radius:999px;
    padding:13px 18px;
    background:#fff;
    color:var(--wsp-primary);
    font-weight:600;
}
.wsp-new-products-card{
    min-height:360px;
    background:#fff;
    border:1px solid var(--wsp-border);
    border-radius:24px;
    padding:24px;
    box-shadow:var(--wsp-shadow-sm);
}
.wsp-new-products-card__head{
    margin-bottom:18px;
}
.wsp-new-products-card__head .wsp-promo-kicker{
    color:var(--wsp-primary)!important;
    background:var(--wsp-soft);
    border-color:var(--wsp-border);
}
.wsp-new-products-card__head p{
    margin:12px 0 0;
    color:var(--wsp-muted);
    line-height:1.55;
}
.wsp-new-products-list{
    display:grid;
    gap:12px;
}
.wsp-new-product{
    display:grid;
    grid-template-columns:82px 1fr;
    gap:14px;
    align-items:center;
    padding:10px;
    border:1px solid var(--wsp-border);
    border-radius:18px;
    background:#fff;
    transition:var(--wsp-transition);
}
.wsp-new-product:hover{
    transform:translateY(-2px);
    box-shadow:var(--wsp-shadow-sm);
}
.wsp-new-product__image{
    width:82px;
    height:82px;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    background:var(--wsp-soft);
}
.wsp-new-product__image img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.wsp-new-product__body strong{
    display:block;
    color:var(--wsp-dark);
    font-size:15px;
    font-weight:550;
    line-height:1.25;
    margin-bottom:6px;
}
.wsp-new-product__body span{
    color:var(--wsp-primary);
    font-weight:650;
}
@media (max-width:980px){
    .wsp-promo-grid--products{grid-template-columns:1fr;}
    .wsp-promo-card__content,.wsp-promo-card--campaign{min-height:320px;}
}
@media (max-width:560px){
    .wsp-promo-card__content{padding:24px;}
    .wsp-new-products-card{padding:18px;}
    .wsp-new-product{grid-template-columns:68px 1fr;}
    .wsp-new-product__image{width:68px;height:68px;}
}


/* v1.0.6 Newsletter readability refresh */
.wsp-section--newsletter{
    padding-top:48px;
    padding-bottom:64px;
}
.wsp-newsletter{
    position:relative;
    overflow:hidden;
    isolation:isolate;
    background:
        radial-gradient(circle at 92% 16%, rgba(255,255,255,.20), transparent 28%),
        linear-gradient(135deg, #0f172a 0%, #1e3a8a 52%, var(--wsp-primary) 100%);
    color:#fff;
    border:1px solid rgba(255,255,255,.16);
    box-shadow:0 24px 70px rgba(15,23,42,.22);
}
.wsp-newsletter:before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(90deg, rgba(15,23,42,.78) 0%, rgba(15,23,42,.42) 52%, rgba(15,23,42,.20) 100%);
    z-index:-1;
}
.wsp-newsletter__content{
    max-width:680px;
}
.wsp-newsletter .wsp-section-kicker{
    color:#dbeafe;
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.18);
    border-radius:999px;
    padding:7px 12px;
    font-weight:600;
    letter-spacing:.08em;
}
.wsp-newsletter h2{
    color:#fff;
    font-size:clamp(30px,4vw,46px);
    line-height:1.08;
    font-weight:650;
    letter-spacing:-.045em;
    margin:16px 0 12px;
    text-wrap:balance;
}
.wsp-newsletter p{
    color:rgba(255,255,255,.88);
    font-size:17px;
    line-height:1.65;
    font-weight:400;
    max-width:620px;
}
.wsp-newsletter-form{
    min-height:62px;
    height:auto;
    background:rgba(255,255,255,.98);
    border:1px solid rgba(255,255,255,.28);
    box-shadow:0 18px 45px rgba(15,23,42,.20);
}
.wsp-newsletter-form input{
    color:#111827;
    font-size:15px;
    font-weight:400;
    background:#fff;
}
.wsp-newsletter-form input::placeholder{
    color:#6b7280;
    opacity:1;
}
.wsp-newsletter-form input:focus{
    box-shadow:inset 0 0 0 2px rgba(37,99,235,.18);
}
.wsp-newsletter-form button{
    background:var(--wsp-primary);
    color:#fff;
    font-size:15px;
    font-weight:600;
    letter-spacing:.01em;
    padding:0 26px;
    transition:transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.wsp-newsletter-form button:hover{
    transform:translateY(-1px);
    background:var(--wsp-primary-hover, var(--wsp-primary));
    box-shadow:0 10px 22px rgba(37,99,235,.28);
}
.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;
}
@media (max-width:760px){
    .wsp-newsletter{
        padding:28px;
        gap:22px;
    }
    .wsp-newsletter p{
        font-size:16px;
    }
    .wsp-newsletter-form{
        border-radius:18px;
        gap:6px;
    }
    .wsp-newsletter-form input{
        border-radius:14px;
        padding:0 14px;
    }
    .wsp-newsletter-form button{
        border-radius:14px;
    }
}

/* v1.1 Premium Footer */
.wsp-footer-trust{
  margin-top:72px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);
  border-top:1px solid rgba(15,23,42,.06);
  border-bottom:1px solid rgba(15,23,42,.06);
}
.wsp-footer-trust__grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  padding:24px 0;
}
.wsp-footer-trust__item{
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
  padding:18px;
  background:#fff;
  border:1px solid rgba(15,23,42,.07);
  border-radius:18px;
  box-shadow:0 10px 28px rgba(15,23,42,.045);
}
.wsp-footer-trust__icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:15px;
  background:rgba(37,99,235,.08);
  color:var(--wsp-primary);
}
.wsp-footer-trust__icon svg{width:23px;height:23px;stroke:currentColor}
.wsp-footer-trust__item strong{
  display:block;
  color:#111827;
  font-size:15px;
  font-weight:650;
  line-height:1.25;
}
.wsp-footer-trust__item small{
  display:block;
  margin-top:3px;
  color:#64748b;
  font-size:13px;
  line-height:1.35;
  font-weight:400;
}
.wsp-footer{
  margin-top:0;
  background:#fff;
  color:#1f2937;
  border-top:0;
}
.wsp-footer .wsp-container{max-width:var(--wsp-container)}
.wsp-footer__top{
  display:grid;
  grid-template-columns:minmax(260px,1.45fr) repeat(3,minmax(160px,1fr));
  gap:42px;
  padding:58px 0 42px;
}
.wsp-footer__brand p,
.wsp-footer p{
  color:#64748b;
  font-size:15px;
  line-height:1.7;
  font-weight:400;
}
.wsp-footer__logo{
  display:inline-flex;
  margin-bottom:14px;
  color:#0f172a!important;
  font-size:28px;
  line-height:1;
  font-weight:750;
  letter-spacing:-.04em;
  text-decoration:none;
}
.wsp-footer__logo:hover{color:var(--wsp-primary)!important}
.wsp-footer__col h3{
  margin:0 0 16px;
  color:#0f172a;
  font-size:14px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.wsp-footer-menu,
.wsp-footer ul{
  margin:0;
  padding:0;
  list-style:none;
}
.wsp-footer-menu li{margin:0 0 10px}
.wsp-footer a,
.wsp-footer-menu a,
.wsp-footer-menu span{
  color:#475569!important;
  text-decoration:none;
  font-size:15px;
  line-height:1.45;
  font-weight:450;
  transition:color .2s ease,transform .2s ease;
}
.wsp-footer-menu a:hover,
.wsp-footer__contact a:hover{
  color:var(--wsp-primary)!important;
}
.wsp-footer__contact p{
  margin:0 0 14px;
  display:grid;
  gap:4px;
}
.wsp-footer__contact strong{
  color:#0f172a;
  font-size:13px;
  line-height:1.2;
  font-weight:650;
}
.wsp-footer__contact span,
.wsp-footer__contact a{
  color:#64748b!important;
  font-size:15px;
  font-weight:400;
}
.wsp-footer__social{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:22px;
}
.wsp-footer__social a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:8px 12px;
  border:1px solid rgba(15,23,42,.08);
  border-radius:999px;
  background:#f8fafc;
  color:#334155!important;
  font-size:13px;
  font-weight:550;
}
.wsp-footer__social a:hover{
  background:var(--wsp-primary);
  border-color:var(--wsp-primary);
  color:#fff!important;
}
.wsp-footer__bottom{
  display:grid;
  grid-template-columns:1fr auto auto;
  align-items:center;
  gap:22px;
  padding:20px 0;
  border-top:1px solid rgba(15,23,42,.08);
  color:#64748b;
  font-size:14px;
  font-weight:400;
}
.wsp-footer__payments{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  justify-content:center;
}
.wsp-footer__payments span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 10px;
  border:1px solid rgba(15,23,42,.1);
  border-radius:8px;
  background:#fff;
  color:#334155;
  font-size:12px;
  font-weight:650;
  letter-spacing:.02em;
}
.wsp-footer__powered{
  color:#94a3b8;
  font-size:13px;
  white-space:nowrap;
}
@media (max-width:1100px){
  .wsp-footer-trust__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .wsp-footer__top{grid-template-columns:1fr 1fr;gap:34px}
}
@media (max-width:760px){
  .wsp-footer-trust{margin-top:48px}
  .wsp-footer-trust__grid{grid-template-columns:1fr;padding:18px 0}
  .wsp-footer__top{grid-template-columns:1fr;padding:42px 0 28px;gap:28px}
  .wsp-footer__bottom{grid-template-columns:1fr;text-align:center;justify-items:center;gap:14px}
  .wsp-footer__social{justify-content:flex-start}
}


/* v1.1.1 Footer Dark Style Manager */
.wsp-footer-trust{
  background:var(--wsp-footer-trust-bg)!important;
  border-top:0!important;
  border-bottom:0!important;
  color:var(--wsp-footer-text)!important;
  position:relative;
}
.wsp-footer-trust::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:3px;
  background:var(--wsp-primary);
}
.wsp-footer-trust__item{
  background:rgba(255,255,255,.055)!important;
  border-color:rgba(255,255,255,.09)!important;
  box-shadow:none!important;
}
.wsp-footer-trust__icon{
  background:rgba(255,255,255,.08)!important;
  color:var(--wsp-primary)!important;
}
.wsp-footer-trust__item strong{color:var(--wsp-footer-heading)!important}
.wsp-footer-trust__item small{color:var(--wsp-footer-text)!important}
.wsp-footer{
  background:var(--wsp-footer-bg)!important;
  color:var(--wsp-footer-text)!important;
}
.wsp-footer__brand p,
.wsp-footer p,
.wsp-footer__contact span,
.wsp-footer__contact a{
  color:var(--wsp-footer-text)!important;
}
.wsp-footer__logo,
.wsp-footer__col h3,
.wsp-footer__contact strong{
  color:var(--wsp-footer-heading)!important;
}
.wsp-footer a,
.wsp-footer-menu a,
.wsp-footer-menu span{
  color:var(--wsp-footer-link)!important;
}
.wsp-footer__logo:hover,
.wsp-footer-menu a:hover,
.wsp-footer__contact a:hover{
  color:var(--wsp-footer-hover)!important;
}
.wsp-footer__social a{
  background:rgba(255,255,255,.06)!important;
  border-color:rgba(255,255,255,.1)!important;
  color:var(--wsp-footer-link)!important;
}
.wsp-footer__social a:hover{
  background:var(--wsp-footer-hover)!important;
  border-color:var(--wsp-footer-hover)!important;
  color:#fff!important;
}
.wsp-footer__bottom{
  background:var(--wsp-footer-bottom-bg)!important;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding-left:max(20px,calc((100vw - var(--wsp-container)) / 2));
  padding-right:max(20px,calc((100vw - var(--wsp-container)) / 2));
  border-top:1px solid rgba(255,255,255,.08)!important;
  color:var(--wsp-footer-text)!important;
}
.wsp-footer__payments span{
  background:rgba(255,255,255,.06)!important;
  border-color:rgba(255,255,255,.12)!important;
  color:var(--wsp-footer-heading)!important;
}
.wsp-footer__powered{color:rgba(203,213,225,.72)!important}

/* v1.1.2 Product Card Refresh - larger product images */
.woocommerce ul.products li.product.wsp-product-card,
ul.products li.product.wsp-product-card,
.wsp-product-card{
  border-radius:24px;
}

.wsp-product-card__media{
  padding:10px 10px 0;
  background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);
}

.wsp-product-card__image{
  aspect-ratio:4/5;
  border-radius:20px;
  background:#f8fafc;
}

.woocommerce ul.products li.product .wsp-product-card__image img,
.wsp-product-card__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  padding:0;
  border-radius:20px!important;
}

.wsp-product-card:hover .wsp-product-card__img--main{
  opacity:.92;
  transform:scale(1.04);
}

.wsp-product-card:hover .wsp-product-card__img--hover{
  opacity:1;
  transform:scale(1.04);
}

.wsp-product-card__badges{
  left:18px;
  top:18px;
}

.wsp-badge{
  min-height:24px;
  padding:6px 11px;
  font-size:11px;
  font-weight:700;
  letter-spacing:.035em;
}

.wsp-product-card__quick{
  right:18px;
  top:18px;
}

.wsp-product-card__body{
  padding:15px 18px 18px;
}

.wsp-product-card__sku{
  margin-bottom:8px;
  font-size:11px;
  font-weight:500;
  color:#64748b;
  letter-spacing:.08em;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title.wsp-product-card__title,
.wsp-product-card__title{
  min-height:auto;
  margin-bottom:10px!important;
  font-size:17px!important;
  line-height:1.28;
  font-weight:600!important;
  color:#0f172a;
}

.wsp-product-card__rating{
  min-height:18px;
  margin-bottom:8px;
}

.wsp-product-card__bottom{
  margin:6px 0 14px;
}

.woocommerce ul.products li.product .price,
.wsp-product-card__price .price{
  font-size:20px!important;
  font-weight:700!important;
}

.wsp-product-card__cart .button,
.woocommerce ul.products li.product .wsp-product-card__cart .button{
  min-height:44px;
  border-radius:13px;
  font-weight:600!important;
}

@media (min-width:1200px){
  .woocommerce ul.products,
  ul.products{
    gap:26px;
  }
}

@media (max-width:760px){
  .wsp-product-card__media{padding:8px 8px 0;}
  .wsp-product-card__image{aspect-ratio:4/5;}
  .woocommerce ul.products li.product .wsp-product-card__image img,
  .wsp-product-card__image img{padding:0;}
  .wsp-product-card__badges{left:14px;top:14px;}
  .wsp-product-card__quick{right:14px;top:14px;}
  .woocommerce ul.products li.product .woocommerce-loop-product__title.wsp-product-card__title,
  .wsp-product-card__title{font-size:16px!important;}
}


/* v1.2 Shop Engine */
.wsp-shop-hero{
  position:relative;
  overflow:hidden;
  padding:54px 0 42px;
  background:
    radial-gradient(circle at 82% 18%, rgba(37,99,235,.16), transparent 30%),
    linear-gradient(135deg, #f8fafc 0%, #eef4ff 100%);
  border-bottom:1px solid var(--wsp-border);
}
.wsp-shop-hero__inner{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:end;
  gap:28px;
}
.wsp-breadcrumb,
.woocommerce-breadcrumb.wsp-breadcrumb{
  margin:0 0 18px!important;
  color:var(--wsp-muted)!important;
  font-size:14px!important;
  font-weight:500;
}
.wsp-shop-hero h1{
  margin:0 0 12px;
  font-size:clamp(40px, 5vw, 68px);
  line-height:.95;
  letter-spacing:-.065em;
  color:var(--wsp-dark);
}
.wsp-shop-hero p:not(.wsp-eyebrow){
  max-width:700px;
  margin:0;
  color:#475569;
  font-size:18px;
  line-height:1.7;
}
.wsp-eyebrow{
  margin:0 0 10px;
  color:var(--wsp-primary);
  font-size:13px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.wsp-shop-hero__badge{
  min-width:170px;
  padding:20px 22px;
  border:1px solid rgba(37,99,235,.16);
  border-radius:22px;
  background:rgba(255,255,255,.78);
  box-shadow:0 18px 45px rgba(15,23,42,.08);
  text-align:center;
  backdrop-filter:blur(10px);
}
.wsp-shop-hero__badge strong{
  display:block;
  color:var(--wsp-primary);
  font-size:42px;
  line-height:1;
  font-weight:700;
  letter-spacing:-.06em;
}
.wsp-shop-hero__badge span{
  display:block;
  margin-top:7px;
  color:#64748b;
  font-size:13px;
  font-weight:600;
}
.wsp-shop-section{padding:42px 0 74px;background:#fff}.wsp-shop-shell{display:grid;grid-template-columns:300px minmax(0,1fr);gap:30px;align-items:start}.wsp-shop-filter{position:sticky;top:146px;display:grid;gap:18px;align-self:start}.wsp-shop-filter__head{display:none}.wsp-widget{margin:0!important;padding:20px;border:1px solid var(--wsp-border);border-radius:22px;background:#fff;box-shadow:0 12px 32px rgba(15,23,42,.045)}.wsp-widget__title{margin:0 0 16px;color:var(--wsp-dark);font-size:17px;font-weight:700;letter-spacing:-.025em}.wsp-shop-categories{display:grid;gap:5px;list-style:none;margin:0;padding:0}.wsp-shop-categories a{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:11px 12px;border-radius:14px;color:#334155;font-size:15px;font-weight:550;transition:var(--wsp-transition)}.wsp-shop-categories a:hover{background:#f1f5f9;color:var(--wsp-primary)}.wsp-shop-categories em{min-width:28px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#eef4ff;color:var(--wsp-primary);font-size:12px;font-style:normal;font-weight:700}.wsp-price-filter{display:grid;gap:14px}.wsp-price-filter__row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.wsp-price-filter label{display:grid;gap:6px;color:#64748b;font-size:12px;font-weight:650;text-transform:uppercase;letter-spacing:.05em}.wsp-price-filter input{width:100%;height:44px;border:1px solid var(--wsp-border);border-radius:14px;padding:0 12px;background:#f8fafc;color:var(--wsp-dark);font-size:14px;font-weight:550;outline:0}.wsp-price-filter input:focus{border-color:var(--wsp-primary);background:#fff;box-shadow:0 0 0 4px rgba(37,99,235,.10)}.wsp-btn--full{width:100%}.wsp-shop-content{min-width:0}.wsp-shop-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;padding:12px 14px;border:1px solid var(--wsp-border);border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.04)}.wsp-shop-toolbar__count{color:#64748b;font-size:14px;font-weight:550}.wsp-shop-toolbar__count .woocommerce-result-count{margin:0!important}.wsp-shop-toolbar__actions{display:flex;align-items:center;justify-content:flex-end;gap:9px;min-width:0}.wsp-view-label{color:#64748b;font-size:13px;font-weight:650}.wsp-view-btn{width:40px;height:40px;border:1px solid var(--wsp-border);border-radius:13px;background:#fff;color:#64748b;font-size:18px;line-height:1;cursor:pointer;transition:var(--wsp-transition)}.wsp-view-btn:hover,.wsp-view-btn.is-active{border-color:var(--wsp-primary);background:var(--wsp-primary);color:#fff}.wsp-shop-toolbar .woocommerce-ordering{margin:0!important}.wsp-shop-toolbar .orderby{height:40px;min-width:210px;border:1px solid var(--wsp-border);border-radius:13px;background:#f8fafc;color:#334155;padding:0 38px 0 12px;font-size:14px;font-weight:550;outline:0}.wsp-shop-toolbar .orderby:focus{border-color:var(--wsp-primary);background:#fff;box-shadow:0 0 0 4px rgba(37,99,235,.10)}.wsp-shop-content .products,.woocommerce .wsp-shop-content ul.products{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.wsp-shop-pagination{display:flex;justify-content:center;margin-top:38px}.woocommerce nav.woocommerce-pagination ul{display:flex;gap:8px;border:0!important;margin:0!important}.woocommerce nav.woocommerce-pagination ul li{border:0!important}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:42px;height:42px;display:flex!important;align-items:center;justify-content:center;border:1px solid var(--wsp-border);border-radius:13px;background:#fff;color:#334155;font-weight:650}.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover{border-color:var(--wsp-primary);background:var(--wsp-primary);color:#fff}.wsp-filter-toggle{display:none;width:100%;height:48px;margin-bottom:18px;border:1px solid var(--wsp-border);border-radius:16px;background:var(--wsp-dark);color:#fff;font-size:15px;font-weight:700;cursor:pointer}.wsp-filter-overlay{position:fixed;inset:0;z-index:1190;background:rgba(15,23,42,.55);opacity:0;visibility:hidden;transition:var(--wsp-transition)}.shop-filter-open .wsp-filter-overlay{opacity:1;visibility:visible}.wsp-empty-shop{padding:38px;border:1px dashed var(--wsp-border);border-radius:22px;background:#f8fafc;text-align:center}.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background-color:var(--wsp-primary)}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{background-color:#e2e8f0}.wsp-widget ul{list-style:none;margin:0;padding:0}.wsp-widget li{margin:0 0 8px}.wsp-widget a{color:#334155;font-weight:550}.wsp-widget a:hover{color:var(--wsp-primary)}
@media (max-width:1180px){.wsp-shop-shell{grid-template-columns:260px minmax(0,1fr);gap:22px}.wsp-shop-content .products,.woocommerce .wsp-shop-content ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}.wsp-shop-toolbar{align-items:flex-start;flex-direction:column}.wsp-shop-toolbar__actions{width:100%;justify-content:space-between}.wsp-shop-toolbar .orderby{min-width:190px}}
@media (max-width:860px){.wsp-shop-hero{padding:38px 0 32px}.wsp-shop-hero__inner{grid-template-columns:1fr}.wsp-shop-hero__badge{display:none}.wsp-shop-shell{display:block}.wsp-filter-toggle{display:flex;align-items:center;justify-content:center;gap:9px}.wsp-shop-filter{position:fixed;inset:0 auto 0 0;z-index:1200;width:min(380px,88vw);overflow:auto;padding:18px;background:#f8fafc;transform:translateX(-105%);transition:var(--wsp-transition);box-shadow:var(--wsp-shadow)}.shop-filter-open .wsp-shop-filter{transform:none}.wsp-shop-filter__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.wsp-shop-filter__head h2{margin:0;font-size:24px;letter-spacing:-.04em}.wsp-shop-filter__head button{width:42px;height:42px;border:0;border-radius:14px;background:#fff;font-size:28px;line-height:1;box-shadow:0 8px 22px rgba(15,23,42,.08)}.wsp-shop-toolbar__actions{display:grid;grid-template-columns:auto 40px 40px 1fr}.wsp-shop-toolbar .orderby{width:100%;min-width:0}.wsp-shop-content .products,.woocommerce .wsp-shop-content ul.products{gap:16px}.wsp-shop-hero h1{font-size:42px}.wsp-shop-hero p:not(.wsp-eyebrow){font-size:16px}}
@media (max-width:540px){.wsp-shop-toolbar__actions{grid-template-columns:1fr 40px 40px}.wsp-view-label{display:none}.wsp-shop-content .products,.woocommerce .wsp-shop-content ul.products{grid-template-columns:1fr}.wsp-price-filter__row{grid-template-columns:1fr}.wsp-shop-toolbar{padding:12px}.wsp-shop-toolbar .woocommerce-ordering{grid-column:1 / -1;width:100%}.wsp-shop-hero h1{font-size:36px}}

/* v1.2.1 Shop sidebar cleanup and compact filters */
.wsp-shop-section,
.wsp-shop-section *{
  box-sizing:border-box;
}
.wsp-shop-section{
  overflow-x:hidden;
}
.wsp-shop-hero{
  padding:48px 0 42px;
}
.wsp-shop-hero h1{
  font-size:clamp(44px,5vw,68px);
}
.wsp-shop-shell{
  grid-template-columns:minmax(230px,280px) minmax(0,1fr);
  gap:26px;
}
.wsp-shop-filter{
  gap:14px;
}
.wsp-widget{
  padding:16px!important;
  border-radius:20px;
}
.wsp-widget__title{
  margin-bottom:12px;
  font-size:15px;
  font-weight:650;
}
.wsp-shop-search{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  align-items:center;
}
.wsp-shop-search input{
  width:100%;
  min-width:0;
  height:42px;
  border:1px solid var(--wsp-border);
  border-radius:14px;
  padding:0 12px;
  background:#f8fafc;
  color:var(--wsp-dark);
  font-size:14px;
  font-weight:450;
  outline:0;
}
.wsp-shop-search input:focus{
  border-color:var(--wsp-primary);
  background:#fff;
  box-shadow:0 0 0 4px rgba(37,99,235,.10);
}
.wsp-shop-search button{
  height:42px;
  border:0;
  border-radius:14px;
  padding:0 16px;
  background:var(--wsp-primary);
  color:#fff;
  font-size:14px;
  font-weight:600;
  cursor:pointer;
}
.wsp-shop-categories{
  gap:2px;
}
.wsp-shop-categories__item{
  margin:0!important;
}
.wsp-shop-categories__parent,
.wsp-shop-categories a{
  min-height:38px;
  padding:9px 10px;
  font-size:14px;
  font-weight:500;
}
.wsp-shop-subcategories{
  list-style:none;
  margin:2px 0 6px 10px;
  padding:0 0 0 10px;
  border-left:1px solid #e5e7eb;
}
.wsp-shop-subcategories a{
  min-height:32px;
  padding:7px 9px;
  color:#64748b;
  font-size:13px;
}
.wsp-shop-subcategories em{
  min-width:24px;
  height:21px;
  font-size:11px;
}
.wsp-price-filter input{
  height:40px;
  font-size:13px;
}
.wsp-price-filter .wsp-btn{
  min-height:42px;
  font-size:14px;
  font-weight:600;
}
.wsp-shop-content,
.wsp-shop-toolbar,
.wsp-shop-content .products,
.woocommerce .wsp-shop-content ul.products{
  min-width:0;
  max-width:100%;
}
.wsp-shop-toolbar{
  padding:12px;
  border-radius:18px;
}
.wsp-shop-toolbar .orderby{
  min-width:190px;
  max-width:100%;
}
.woocommerce .wsp-shop-content ul.products li.product,
.wsp-shop-content ul.products li.product{
  min-width:0;
}
@media (max-width:1180px){
  .wsp-shop-shell{grid-template-columns:240px minmax(0,1fr)}
  .wsp-shop-search{grid-template-columns:1fr}
  .wsp-shop-search button{width:100%}
}
@media (max-width:860px){
  .wsp-shop-hero{padding:30px 0 26px}
  .wsp-shop-filter{gap:12px}
  .wsp-widget{padding:15px!important}
  .wsp-shop-search{grid-template-columns:1fr auto}
}


/* v1.2.2 Shop layout polish + real grid/list view */
body.post-type-archive-product .wsp-shop-hero,
body.tax-product_cat .wsp-shop-hero{
  display:none;
}
.wsp-shop-section{
  padding-top:26px;
}
.wsp-shop-shell{
  grid-template-columns:280px minmax(0,1fr)!important;
  gap:24px!important;
  align-items:start!important;
}
.wsp-shop-filter{
  position:static!important;
  top:auto!important;
  margin:0!important;
  align-self:start!important;
}
.wsp-shop-content{
  padding:0!important;
  margin:0!important;
}
.wsp-shop-toolbar{
  margin-top:0!important;
  margin-bottom:20px!important;
  min-height:78px;
}
.wsp-shop-toolbar__count{
  color:#475569;
  font-size:14px;
  font-weight:600;
}
.wsp-view-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.woocommerce .wsp-shop-content ul.products,
.wsp-shop-content ul.products{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:22px!important;
  width:100%!important;
  margin:0!important;
  padding:0!important;
}
.woocommerce .wsp-shop-content ul.products li.product,
.wsp-shop-content ul.products li.product{
  width:auto!important;
  float:none!important;
  margin:0!important;
  clear:none!important;
}
.wsp-shop-content.is-list-view ul.products,
.woocommerce .wsp-shop-content.is-list-view ul.products{
  grid-template-columns:1fr!important;
  gap:16px!important;
}
.wsp-shop-content.is-list-view ul.products li.product .wsp-product-card,
.woocommerce .wsp-shop-content.is-list-view ul.products li.product .wsp-product-card{
  display:grid!important;
  grid-template-columns:210px minmax(0,1fr);
  gap:18px;
  align-items:center;
  min-height:220px;
}
.wsp-shop-content.is-list-view .wsp-product-card__image{
  aspect-ratio:1/1!important;
  min-height:190px;
}
.wsp-shop-content.is-list-view .wsp-product-card__body{
  padding-top:0!important;
}
.wsp-shop-content.is-list-view .wsp-product-card__title{
  font-size:20px!important;
  line-height:1.25!important;
}
.wsp-shop-content.is-list-view .wsp-product-card__button,
.wsp-shop-content.is-list-view .button{
  max-width:260px;
}
.wsp-shop-search{
  grid-template-columns:1fr!important;
}
.wsp-shop-search button{
  width:100%;
}
@media (max-width:1180px){
  .wsp-shop-shell{grid-template-columns:250px minmax(0,1fr)!important;gap:20px!important;}
  .woocommerce .wsp-shop-content ul.products,
  .wsp-shop-content ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:860px){
  body.post-type-archive-product .wsp-shop-hero,
  body.tax-product_cat .wsp-shop-hero{display:block;}
  .wsp-shop-section{padding-top:22px;}
  .wsp-shop-shell{display:block!important;}
  .wsp-shop-filter{position:fixed!important;top:0!important;margin:0!important;}
  .wsp-shop-toolbar{min-height:0;}
  .wsp-shop-toolbar__actions{width:100%;}
  .wsp-shop-content.is-list-view ul.products li.product .wsp-product-card,
  .woocommerce .wsp-shop-content.is-list-view ul.products li.product .wsp-product-card{
    grid-template-columns:150px minmax(0,1fr);
    min-height:170px;
  }
  .wsp-shop-content.is-list-view .wsp-product-card__image{min-height:150px;}
}
@media (max-width:540px){
  .woocommerce .wsp-shop-content ul.products,
  .wsp-shop-content ul.products{grid-template-columns:1fr!important;}
  .wsp-shop-content.is-list-view ul.products li.product .wsp-product-card,
  .woocommerce .wsp-shop-content.is-list-view ul.products li.product .wsp-product-card{
    grid-template-columns:1fr;
  }
}

/* v1.2.3 Shop category accordion */
.wsp-shop-categories__row{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:6px;
}
.wsp-shop-categories__row .wsp-shop-categories__parent{
  min-width:0;
}
.wsp-shop-categories__toggle{
  width:34px;
  height:34px;
  border:1px solid var(--wsp-border);
  border-radius:12px;
  background:#f8fafc;
  color:#64748b;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:var(--wsp-transition);
  flex:0 0 auto;
}
.wsp-shop-categories__toggle:hover{
  border-color:var(--wsp-primary);
  background:#eef4ff;
  color:var(--wsp-primary);
}
.wsp-shop-categories__toggle span{
  display:block;
  transform:rotate(-90deg);
  font-size:16px;
  line-height:1;
  transition:transform .22s ease;
}
.wsp-shop-categories__item.is-open > .wsp-shop-categories__row .wsp-shop-categories__toggle span{
  transform:rotate(0deg);
}
.wsp-shop-subcategories{
  display:none;
  overflow:hidden;
}
.wsp-shop-categories__item.is-open > .wsp-shop-subcategories{
  display:block;
}
.wsp-shop-subcategories li.is-current > a,
.wsp-shop-categories__item.is-open > .wsp-shop-categories__row > .wsp-shop-categories__parent{
  background:#f1f5f9;
  color:var(--wsp-primary);
}


/* v1.2.4 List view and mini cart polish */
.wsp-shop-content.is-list-view ul.products,
.woocommerce .wsp-shop-content.is-list-view ul.products{
  grid-template-columns:1fr!important;
  gap:14px!important;
}

.wsp-shop-content.is-list-view ul.products li.product.wsp-product-card,
.woocommerce .wsp-shop-content.is-list-view ul.products li.product.wsp-product-card{
  display:grid!important;
  grid-template-columns:170px minmax(0,1fr)!important;
  align-items:center!important;
  gap:18px!important;
  min-height:0!important;
  padding:12px!important;
  overflow:hidden!important;
}

.wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__media,
.woocommerce .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__media{
  width:170px!important;
  min-width:170px!important;
  padding:0!important;
  background:transparent!important;
}

.wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__image,
.woocommerce .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__image{
  width:170px!important;
  height:170px!important;
  min-height:0!important;
  aspect-ratio:1/1!important;
  border-radius:18px!important;
}

.wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__image img,
.woocommerce .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  padding:0!important;
}

.wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__body,
.woocommerce .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__body{
  min-width:0!important;
  padding:0 6px 0 0!important;
}

.wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__title,
.woocommerce .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__title{
  min-height:0!important;
  font-size:18px!important;
  line-height:1.25!important;
  margin-bottom:8px!important;
}

.wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__quick{
  display:none!important;
}

.wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__badges{
  left:10px!important;
  top:10px!important;
}

.wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__cart .button,
.woocommerce .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__cart .button{
  width:auto!important;
  min-width:190px!important;
  max-width:240px!important;
}

/* Compact WooCommerce mini cart */
.wsp-mini-cart{
  width:min(420px,calc(100vw - 28px))!important;
  padding:18px!important;
  border-radius:22px!important;
}
.wsp-mini-cart__head{
  align-items:center!important;
  margin-bottom:14px!important;
  padding-bottom:12px!important;
}
.wsp-mini-cart__head strong{
  font-size:18px!important;
  line-height:1.2!important;
}
.wsp-mini-cart__head span{
  font-size:15px!important;
  font-weight:700!important;
  color:var(--wsp-dark)!important;
}
.wsp-mini-cart .woocommerce-mini-cart{
  display:grid!important;
  gap:12px!important;
  max-height:390px!important;
  overflow:auto!important;
  padding-right:4px!important;
}
.wsp-mini-cart .woocommerce-mini-cart-item{
  position:relative!important;
  display:grid!important;
  grid-template-columns:22px 72px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:start!important;
  margin:0!important;
  padding:0 0 12px!important;
  border-bottom:1px solid var(--wsp-border)!important;
  font-size:14px!important;
  line-height:1.35!important;
}
.wsp-mini-cart .woocommerce-mini-cart-item:last-child{
  border-bottom:0!important;
  padding-bottom:0!important;
}
.wsp-mini-cart .woocommerce-mini-cart-item > a.remove,
.wsp-mini-cart .remove_from_cart_button{
  grid-column:1!important;
  grid-row:1!important;
  position:static!important;
  width:22px!important;
  height:22px!important;
  min-width:22px!important;
  border-radius:999px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-top:24px!important;
  color:#64748b!important;
  background:#f8fafc!important;
  font-size:16px!important;
  line-height:1!important;
  text-decoration:none!important;
}
.wsp-mini-cart .woocommerce-mini-cart-item > a:not(.remove){
  grid-column:2 / 4!important;
  display:grid!important;
  grid-template-columns:72px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:start!important;
  color:var(--wsp-dark)!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1.35!important;
  text-decoration:none!important;
}
.wsp-mini-cart .woocommerce-mini-cart-item img{
  grid-column:1!important;
  width:72px!important;
  height:72px!important;
  min-width:72px!important;
  object-fit:cover!important;
  border-radius:12px!important;
  margin:0!important;
  float:none!important;
}
.wsp-mini-cart .woocommerce-mini-cart-item .quantity{
  grid-column:3!important;
  display:block!important;
  margin-top:6px!important;
  color:#475569!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.3!important;
}
.wsp-mini-cart .woocommerce-mini-cart__total{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:12px!important;
  margin:14px 0 12px!important;
  padding-top:12px!important;
  border-top:1px solid var(--wsp-border)!important;
  font-size:15px!important;
}
.wsp-mini-cart .woocommerce-mini-cart__buttons{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
  margin:0!important;
}
.wsp-mini-cart .woocommerce-mini-cart__buttons .button{
  min-height:42px!important;
  padding:10px 12px!important;
  border-radius:14px!important;
  font-size:13px!important;
  font-weight:700!important;
}

@media (max-width:860px){
  .wsp-shop-content.is-list-view ul.products li.product.wsp-product-card,
  .woocommerce .wsp-shop-content.is-list-view ul.products li.product.wsp-product-card{
    grid-template-columns:130px minmax(0,1fr)!important;
    gap:14px!important;
  }
  .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__media,
  .woocommerce .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__media,
  .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__image,
  .woocommerce .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__image{
    width:130px!important;
    min-width:130px!important;
    height:130px!important;
  }
}
@media (max-width:540px){
  .wsp-shop-content.is-list-view ul.products li.product.wsp-product-card,
  .woocommerce .wsp-shop-content.is-list-view ul.products li.product.wsp-product-card{
    grid-template-columns:110px minmax(0,1fr)!important;
    gap:12px!important;
    padding:10px!important;
  }
  .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__media,
  .woocommerce .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__media,
  .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__image,
  .woocommerce .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__image{
    width:110px!important;
    min-width:110px!important;
    height:110px!important;
  }
  .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__title,
  .woocommerce .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__title{
    font-size:15px!important;
  }
  .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__cart .button,
  .woocommerce .wsp-shop-content.is-list-view li.product.wsp-product-card .wsp-product-card__cart .button{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}

/* Cart Engine v1.3.0 */
.wsp-cart-page{
  padding:56px 0 80px;
  background:linear-gradient(180deg,#f8fafc 0%,#fff 34%);
}
.wsp-cart-hero{
  margin-bottom:28px;
  padding:34px 0 10px;
}
.wsp-cart-hero h1{
  margin:8px 0 8px;
  font-size:clamp(34px,5vw,64px);
  line-height:1.05;
  letter-spacing:-.04em;
  color:var(--wsp-dark,#111827);
}
.wsp-cart-hero p{
  max-width:720px;
  margin:0;
  color:var(--wsp-muted,#64748b);
  font-size:18px;
  line-height:1.65;
}
.wsp-cart-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:28px;
  align-items:start;
}
.wsp-cart-items,
.wsp-cart-summary__inner,
.wsp-empty-cart{
  border:1px solid var(--wsp-border,#e5e7eb);
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 50px rgba(15,23,42,.06);
}
.wsp-cart-items{
  overflow:hidden;
}
.wsp-cart-items__head,
.wsp-cart-item{
  display:grid;
  grid-template-columns:minmax(280px,1fr) 120px 150px 130px;
  gap:18px;
  align-items:center;
}
.wsp-cart-items__head{
  padding:18px 22px;
  background:#f8fafc;
  color:#64748b;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  border-bottom:1px solid var(--wsp-border,#e5e7eb);
}
.wsp-cart-item{
  padding:22px;
  border-bottom:1px solid var(--wsp-border,#e5e7eb);
}
.wsp-cart-item:last-of-type{
  border-bottom:0;
}
.wsp-cart-item__product{
  display:grid;
  grid-template-columns:112px minmax(0,1fr);
  gap:18px;
  align-items:center;
}
.wsp-cart-item__image,
.wsp-cart-item__image a{
  display:block;
  width:112px;
  height:112px;
  border-radius:20px;
  overflow:hidden;
  background:#f8fafc;
}
.wsp-cart-item__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.wsp-cart-item__details h2{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.35;
  letter-spacing:-.02em;
}
.wsp-cart-item__details h2 a{
  color:var(--wsp-dark,#111827);
  text-decoration:none;
}
.wsp-cart-item__details h2 a:hover{
  color:var(--wsp-primary,#ef1d2d);
}
.wsp-cart-item__details .variation{
  display:flex;
  flex-wrap:wrap;
  gap:6px 12px;
  margin:0 0 8px;
  color:#64748b;
  font-size:13px;
}
.wsp-cart-item__details .variation dt,
.wsp-cart-item__details .variation dd{
  margin:0;
}
.wsp-cart-item__details .variation dt{
  font-weight:700;
}
.wsp-cart-item__sku{
  display:block;
  margin:0 0 8px;
  color:#94a3b8;
  font-size:12px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.wsp-cart-remove{
  display:inline-flex!important;
  align-items:center;
  gap:6px;
  margin-top:4px;
  color:#ef4444!important;
  background:transparent!important;
  font-size:13px!important;
  font-weight:700!important;
  text-decoration:none!important;
}
.wsp-cart-item__price,
.wsp-cart-item__subtotal{
  color:var(--wsp-dark,#111827);
  font-size:16px;
  font-weight:800;
}
.wsp-cart-item__subtotal{
  color:var(--wsp-primary,#ef1d2d);
}
.wsp-qty-control{
  display:inline-grid;
  grid-template-columns:42px 56px 42px;
  align-items:center;
  height:46px;
  border:1px solid var(--wsp-border,#e5e7eb);
  border-radius:16px;
  overflow:hidden;
  background:#fff;
}
.wsp-qty-control__btn{
  height:46px;
  border:0;
  background:#f8fafc;
  color:var(--wsp-dark,#111827);
  cursor:pointer;
  font-size:20px;
  font-weight:800;
}
.wsp-qty-control__btn:hover{
  background:var(--wsp-primary,#ef1d2d);
  color:#fff;
}
.wsp-qty-control .qty{
  width:56px!important;
  height:46px!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  text-align:center!important;
  font-weight:800!important;
  color:var(--wsp-dark,#111827)!important;
  -moz-appearance:textfield;
}
.wsp-qty-control .qty::-webkit-outer-spin-button,
.wsp-qty-control .qty::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}
.wsp-cart-actions{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:20px 22px;
  background:#f8fafc;
  border-top:1px solid var(--wsp-border,#e5e7eb);
}
.wsp-cart-coupon{
  display:flex;
  gap:10px;
  max-width:430px;
  width:100%;
}
.wsp-cart-coupon input{
  flex:1;
  height:48px;
  border:1px solid var(--wsp-border,#e5e7eb);
  border-radius:16px;
  padding:0 16px;
  background:#fff;
}
.wsp-cart-actions .wsp-btn,
.wsp-cart-actions .button{
  min-height:48px!important;
  border-radius:16px!important;
  padding:12px 18px!important;
  font-weight:800!important;
}
.wsp-btn--outline{
  background:#fff!important;
  color:var(--wsp-primary,#ef1d2d)!important;
  border:1px solid var(--wsp-primary,#ef1d2d)!important;
}
.wsp-btn--dark{
  background:#111827!important;
  color:#fff!important;
  border:1px solid #111827!important;
}
.wsp-cart-summary{
  position:sticky;
  top:24px;
}
.wsp-cart-summary__inner{
  padding:24px;
}
.wsp-cart-summary__inner h2{
  margin:0 0 18px;
  font-size:24px;
  line-height:1.2;
  letter-spacing:-.03em;
}
.wsp-cart-summary .cart_totals{
  float:none!important;
  width:100%!important;
}
.wsp-cart-summary .cart_totals h2{
  display:none;
}
.wsp-cart-summary table.shop_table{
  width:100%;
  border:0!important;
  margin:0 0 18px!important;
  border-collapse:collapse;
}
.wsp-cart-summary table.shop_table th,
.wsp-cart-summary table.shop_table td{
  border:0!important;
  border-bottom:1px solid var(--wsp-border,#e5e7eb)!important;
  padding:14px 0!important;
  color:#475569;
  font-size:15px;
  vertical-align:top;
}
.wsp-cart-summary table.shop_table th{
  text-align:left;
  font-weight:800;
}
.wsp-cart-summary table.shop_table td{
  text-align:right;
  font-weight:700;
}
.wsp-cart-summary .order-total th,
.wsp-cart-summary .order-total td{
  color:var(--wsp-dark,#111827)!important;
  font-size:20px!important;
  border-bottom:0!important;
}
.wsp-cart-summary .wc-proceed-to-checkout{
  padding:0!important;
  margin:18px 0 0!important;
}
.wsp-cart-summary .wc-proceed-to-checkout .checkout-button{
  display:flex!important;
  align-items:center;
  justify-content:center;
  width:100%!important;
  min-height:56px!important;
  border-radius:18px!important;
  background:var(--wsp-primary,#ef1d2d)!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:900!important;
  text-decoration:none!important;
  box-shadow:0 16px 34px rgba(239,29,45,.22)!important;
}
.wsp-empty-cart-page{
  padding:80px 0;
  background:linear-gradient(180deg,#f8fafc,#fff);
}
.wsp-empty-cart{
  max-width:720px;
  margin:0 auto;
  padding:56px 28px;
  text-align:center;
}
.wsp-empty-cart__icon{
  display:inline-flex;
  width:92px;
  height:92px;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
  border-radius:28px;
  background:#fff1f2;
  font-size:42px;
}
.wsp-empty-cart h1{
  margin:0 0 12px;
  font-size:clamp(34px,5vw,56px);
  letter-spacing:-.04em;
}
.wsp-empty-cart p:not(.wsp-eyebrow){
  max-width:520px;
  margin:0 auto 24px;
  color:#64748b;
  font-size:18px;
  line-height:1.7;
}
@media (max-width:1120px){
  .wsp-cart-layout{
    grid-template-columns:1fr;
  }
  .wsp-cart-summary{
    position:static;
  }
}
@media (max-width:820px){
  .wsp-cart-items__head{
    display:none;
  }
  .wsp-cart-item{
    grid-template-columns:1fr;
    gap:14px;
  }
  .wsp-cart-item__price,
  .wsp-cart-item__quantity,
  .wsp-cart-item__subtotal{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
  }
  .wsp-cart-item__price::before,
  .wsp-cart-item__quantity::before,
  .wsp-cart-item__subtotal::before{
    content:attr(data-title);
    color:#64748b;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.08em;
  }
  .wsp-cart-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .wsp-cart-coupon{
    max-width:none;
  }
}
@media (max-width:560px){
  .wsp-cart-page{
    padding:32px 0 56px;
  }
  .wsp-cart-item__product{
    grid-template-columns:88px minmax(0,1fr);
    gap:14px;
  }
  .wsp-cart-item__image,
  .wsp-cart-item__image a{
    width:88px;
    height:88px;
    border-radius:16px;
  }
  .wsp-cart-coupon{
    flex-direction:column;
  }
}


/* v1.3.1 Page template and WooCommerce page wrapper fix */
.wsp-page-main{min-height:60vh;}
.wsp-page{padding:56px 0;}
.wsp-page--cart,.wsp-page--checkout,.wsp-page--account{padding:0;}
.wsp-page-header{margin-bottom:24px;}
.wsp-page-header h1{margin:0;font-size:clamp(32px,4vw,56px);letter-spacing:-.04em;}
.wsp-page-content{color:var(--wsp-text);}
.wsp-page-content--full{width:100%;}
.wsp-page-content > *:first-child{margin-top:0;}
.wsp-page-content > *:last-child{margin-bottom:0;}


/* v1.3.2 WooCommerce page centering and block fallback */
.wsp-page--cart,
.wsp-page--checkout,
.wsp-page--account{
  background:linear-gradient(180deg,#f8fafc 0%,#fff 32%);
}

.wsp-page-content--full{
  width:min(var(--wsp-container,1360px), calc(100% - 32px));
  margin-inline:auto;
}

.wsp-page-content--full > .woocommerce,
.wsp-page-content--full > .wp-block-woocommerce-cart,
.wsp-page-content--full > .wp-block-woocommerce-checkout,
.wsp-page-content--full > .woocommerce-account{
  width:100%;
  max-width:100%;
  margin-inline:auto;
}

body.woocommerce-cart .wsp-page-content--full,
body.woocommerce-checkout .wsp-page-content--full,
body.woocommerce-account .wsp-page-content--full{
  padding:46px 0 72px;
}

body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce,
body.woocommerce-account .woocommerce{
  max-width:var(--wsp-container,1360px);
  margin-inline:auto;
}

/* WooCommerce Cart Block fallback - used when the page contains the block instead of shortcode. */
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout{
  font-family:var(--wsp-font-body,inherit);
}

.wp-block-woocommerce-cart .wc-block-cart,
.wp-block-woocommerce-checkout .wc-block-checkout{
  width:100%;
}

.wp-block-woocommerce-cart .wc-block-cart__main,
.wp-block-woocommerce-checkout .wc-block-checkout__main,
.wp-block-woocommerce-cart .wc-block-cart__sidebar,
.wp-block-woocommerce-checkout .wc-block-checkout__sidebar{
  border:1px solid var(--wsp-border,#e5e7eb);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 50px rgba(15,23,42,.06);
  padding:22px;
}

.wp-block-woocommerce-cart .wc-block-cart-items__row{
  padding:20px 0!important;
}

.wp-block-woocommerce-cart .wc-block-cart-item__image img{
  width:96px!important;
  max-width:96px!important;
  height:96px!important;
  object-fit:cover;
  border-radius:16px;
}

.wp-block-woocommerce-cart .wc-block-components-product-name,
.wp-block-woocommerce-checkout .wc-block-components-product-name{
  color:var(--wsp-dark,#111827);
  font-weight:650;
  text-decoration:none;
}

.wp-block-woocommerce-cart .wc-block-components-button,
.wp-block-woocommerce-checkout .wc-block-components-button{
  border-radius:18px!important;
  background:var(--wsp-primary,#ef1d2d)!important;
  color:#fff!important;
  min-height:54px!important;
  font-weight:800!important;
  box-shadow:0 16px 34px rgba(239,29,45,.18)!important;
}

/* Classic shortcode fallback polish. */
.woocommerce-cart-form,
.cart-collaterals,
.woocommerce-checkout,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{
  box-sizing:border-box;
}

body.woocommerce-cart:not(.wsp-custom-cart) .woocommerce-cart-form,
body.woocommerce-cart:not(.wsp-custom-cart) .cart-collaterals{
  border:1px solid var(--wsp-border,#e5e7eb);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 50px rgba(15,23,42,.06);
  padding:22px;
}

@media (max-width:900px){
  .wsp-page-content--full{width:min(100% - 24px, var(--wsp-container,1360px));}
  body.woocommerce-cart .wsp-page-content--full,
  body.woocommerce-checkout .wsp-page-content--full,
  body.woocommerce-account .wsp-page-content--full{padding:28px 0 56px;}
  .wp-block-woocommerce-cart .wc-block-cart__main,
  .wp-block-woocommerce-checkout .wc-block-checkout__main,
  .wp-block-woocommerce-cart .wc-block-cart__sidebar,
  .wp-block-woocommerce-checkout .wc-block-checkout__sidebar{padding:16px;border-radius:20px;}
}

/* v1.4 Single Product Page */
.wsp-single-product{
  padding:34px 0 76px;
}
.wsp-single__breadcrumb{
  margin:0 0 20px;
  color:var(--wsp-muted);
  font-size:14px;
  font-weight:600;
}
.wsp-single__breadcrumb a{color:var(--wsp-muted)}
.wsp-single__breadcrumb a:hover{color:var(--wsp-primary)}
.wsp-single__grid{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(380px,.98fr);
  gap:34px;
  align-items:start;
}
.wsp-single__gallery,
.wsp-single__summary,
.wsp-single__tabs,
.wsp-single__related{
  background:#fff;
  border:1px solid var(--wsp-border);
  border-radius:26px;
  box-shadow:0 14px 34px rgba(15,23,42,.055);
}
.wsp-single__gallery{padding:18px;position:sticky;top:150px}
.wsp-single__main-image{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  background:linear-gradient(180deg,#f8fafc,#eef2f7);
  aspect-ratio:1/1;
  display:flex;
  align-items:center;
  justify-content:center;
}
.wsp-single__main-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:18px;
}
.wsp-single__badges{
  position:absolute;
  top:18px;
  left:18px;
  z-index:3;
  display:flex;
  flex-direction:column;
  gap:8px;
  align-items:flex-start;
}
.wsp-single__thumbs{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:10px;
  margin-top:14px;
}
.wsp-single__thumb{
  border:1px solid var(--wsp-border);
  background:#fff;
  border-radius:14px;
  padding:5px;
  aspect-ratio:1/1;
  cursor:pointer;
  overflow:hidden;
  transition:var(--wsp-transition);
}
.wsp-single__thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px}
.wsp-single__thumb:hover,
.wsp-single__thumb.is-active{border-color:var(--wsp-primary);box-shadow:0 8px 20px rgba(15,23,42,.08)}
.wsp-single__summary{padding:30px}
.wsp-single__eyebrow{
  color:var(--wsp-primary);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:12px;
  line-height:1;
  font-weight:800;
  margin-bottom:12px;
}
.wsp-single__title{
  margin:0 0 12px;
  font-size:clamp(30px,3.2vw,48px);
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:700;
  color:var(--wsp-dark);
}
.wsp-single__rating{margin:0 0 14px;min-height:22px}
.wsp-single__price{margin:0 0 18px}
.wsp-single__price .price,
.wsp-single__price p.price{
  color:var(--wsp-dark)!important;
  font-size:34px!important;
  line-height:1;
  font-weight:700!important;
  margin:0!important;
}
.wsp-single__price del{font-size:18px;color:var(--wsp-muted)!important;opacity:.75;margin-right:8px}
.wsp-single__price ins{text-decoration:none;color:var(--wsp-primary)}
.wsp-single__excerpt{
  color:#475569;
  font-size:16px;
  line-height:1.75;
  margin:0 0 20px;
}
.wsp-single__excerpt p{margin:0}
.wsp-single__meta-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0 0 20px;
}
.wsp-single__meta-card{
  background:var(--wsp-soft);
  border:1px solid var(--wsp-border);
  border-radius:16px;
  padding:13px 14px;
  display:grid;
  gap:4px;
}
.wsp-single__meta-card span{
  font-size:12px;
  color:var(--wsp-muted);
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.wsp-single__meta-card strong{font-size:15px;color:var(--wsp-dark);font-weight:700}
.wsp-single__meta-card .is-in-stock{color:#15803d}.wsp-single__meta-card .is-out-stock{color:#b91c1c}
.wsp-single__cart-box{
  border-top:1px solid var(--wsp-border);
  border-bottom:1px solid var(--wsp-border);
  padding:22px 0;
  margin:0 0 18px;
}
.wsp-single__cart-box form.cart{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
  margin:0!important;
}
.wsp-single__cart-box .quantity{
  min-width:120px;
  height:52px;
  border:1px solid var(--wsp-border);
  border-radius:16px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.wsp-single__cart-box .quantity input.qty{
  width:100%;
  height:52px;
  border:0;
  background:transparent;
  text-align:center;
  font-size:18px;
  font-weight:700;
  color:var(--wsp-dark);
}
.wsp-single__cart-box .single_add_to_cart_button{
  flex:1;
  min-width:220px;
  min-height:54px;
  border-radius:16px;
  font-size:16px;
  font-weight:700;
}
.wsp-single__cart-box table.variations{
  width:100%;
  margin:0 0 14px;
  border:0;
}
.wsp-single__cart-box table.variations th,
.wsp-single__cart-box table.variations td{
  display:block;
  padding:0 0 8px;
  border:0;
  text-align:left;
}
.wsp-single__cart-box table.variations label{font-weight:700;color:var(--wsp-dark)}
.wsp-single__cart-box table.variations select{
  width:100%;
  min-height:50px;
  border:1px solid var(--wsp-border);
  border-radius:14px;
  padding:0 14px;
  background:#fff;
  color:var(--wsp-dark);
  font-weight:600;
}
.wsp-single__cart-box .reset_variations{display:inline-flex;margin-top:5px;color:var(--wsp-muted);font-weight:700;font-size:13px}
.wsp-single__trust{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
}
.wsp-single__trust div{
  background:#fff;
  border:1px solid var(--wsp-border);
  border-radius:16px;
  padding:12px;
}
.wsp-single__trust strong{display:block;font-size:13px;line-height:1.25;font-weight:800;color:var(--wsp-dark)}
.wsp-single__trust span{display:block;margin-top:4px;font-size:12px;line-height:1.35;color:var(--wsp-muted);font-weight:600}
.wsp-single__tabs{
  margin-top:30px;
  padding:26px;
}
.wsp-single__tabs .woocommerce-tabs ul.tabs{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  list-style:none!important;
  padding:0!important;
  margin:0 0 20px!important;
  border-bottom:1px solid var(--wsp-border);
}
.wsp-single__tabs .woocommerce-tabs ul.tabs::before{display:none!important}
.wsp-single__tabs .woocommerce-tabs ul.tabs li{
  border:0!important;
  background:transparent!important;
  margin:0!important;
  padding:0!important;
}
.wsp-single__tabs .woocommerce-tabs ul.tabs li::before,
.wsp-single__tabs .woocommerce-tabs ul.tabs li::after{display:none!important}
.wsp-single__tabs .woocommerce-tabs ul.tabs li a{
  display:flex!important;
  padding:12px 16px!important;
  border-radius:14px 14px 0 0;
  color:var(--wsp-muted)!important;
  font-weight:800!important;
}
.wsp-single__tabs .woocommerce-tabs ul.tabs li.active a{
  background:var(--wsp-primary)!important;
  color:#fff!important;
}
.wsp-single__tabs .woocommerce-Tabs-panel{
  color:#334155;
  line-height:1.75;
}
.wsp-single__tabs h2{font-size:26px;letter-spacing:-.03em;margin-top:0}
.wsp-single__related{margin-top:30px;padding:26px}
.wsp-single__related > h2,
.wsp-single__related .related > h2{
  margin:0 0 20px;
  font-size:30px;
  letter-spacing:-.04em;
  font-weight:700;
}
@media (max-width:1100px){
  .wsp-single__grid{grid-template-columns:1fr;gap:22px}
  .wsp-single__gallery{position:relative;top:auto}
}
@media (max-width:760px){
  .wsp-single-product{padding:22px 0 54px}
  .wsp-single__summary,.wsp-single__tabs,.wsp-single__related{padding:20px;border-radius:22px}
  .wsp-single__gallery{padding:12px;border-radius:22px}
  .wsp-single__thumbs{grid-template-columns:repeat(4,minmax(0,1fr))}
  .wsp-single__meta-grid,.wsp-single__trust{grid-template-columns:1fr}
  .wsp-single__cart-box form.cart{display:grid;grid-template-columns:1fr;align-items:stretch}
  .wsp-single__cart-box .quantity,.wsp-single__cart-box .single_add_to_cart_button{width:100%;min-width:0}
}

/* v1.4.1 - Sale price transparency */
.wsp-price-history{
  margin-top:8px;
  color:#64748b;
  font-size:13px;
  line-height:1.45;
}
.wsp-price-history strong{
  color:var(--wsp-dark);
  font-weight:600;
  white-space:nowrap;
}
.wsp-price-history--single{
  display:inline-flex;
  flex-wrap:wrap;
  align-items:center;
  gap:4px;
  padding:10px 12px;
  background:#f8fafc;
  border:1px solid var(--wsp-border);
  border-radius:12px;
}
.wsp-price-history--card{
  font-size:11px;
  margin-top:6px;
  max-width:210px;
}
.wsp-price-history--card strong{
  display:inline-block;
}


/* v1.4.2 - 30-day lowest price notice */
.wsp-price-history{
  margin-top:8px;
  display:block;
  color:#64748b;
  font-size:12px;
  line-height:1.35;
  font-weight:500;
}
.wsp-price-history strong{
  color:#0f172a;
  font-weight:700;
}
.wsp-price-history--single{
  margin-top:10px;
  padding:10px 12px;
  border:1px solid #e2e8f0;
  border-radius:12px;
  background:#f8fafc;
  font-size:13px;
}
.wsp-price-history--card{
  max-width:100%;
}


/* v1.4.3 - visible 30-day lowest price notice */
.wsp-price-history{
  display:block;
  margin-top:8px;
  padding:9px 11px;
  border-radius:12px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  color:#475569;
  font-size:13px;
  font-weight:500;
  line-height:1.45;
}
.wsp-price-history strong{color:#0f172a;font-weight:700}
.wsp-price-history--single{margin-top:12px;font-size:14px;background:#fff7ed;border-color:#fed7aa;color:#9a3412}
.wsp-price-history--single strong{color:#7c2d12}
.wsp-product-card__price .wsp-price-history + .wsp-price-history,
.wsp-single__price .wsp-price-history + .wsp-price-history{display:none}

/* v1.4.5 - Price Engine */
.wsp-price-engine{
    display:flex;
    flex-direction:column;
    gap:8px;
    color:var(--wsp-text, #111827);
}

.wsp-price-engine__current{
    display:flex;
    flex-direction:column;
    gap:4px;
}

.wsp-price-engine__current span,
.wsp-price-engine__row span{
    color:var(--wsp-muted, #6b7280);
    font-size:15px;
    font-weight:400;
}

.wsp-price-engine__current strong{
    color:var(--wsp-text, #111827);
    font-size:34px;
    line-height:1.05;
    font-weight:700;
    letter-spacing:-.03em;
}

.wsp-price-engine__row{
    display:flex;
    align-items:baseline;
    flex-wrap:wrap;
    gap:8px;
    font-size:16px;
}

.wsp-price-engine__row strong{
    color:var(--wsp-text, #111827);
    font-weight:600;
}

.wsp-price-engine__row em{
    color:var(--wsp-danger, #ef233c);
    font-style:normal;
    font-weight:700;
}

.wsp-price-engine__lowest{
    margin-top:-2px;
}

.wsp-price-engine__saving{
    display:inline-flex;
    align-self:flex-start;
    margin-top:4px;
    padding:7px 12px;
    border-radius:999px;
    background:rgba(22,163,74,.1);
    color:#15803d;
    font-size:14px;
    font-weight:600;
}

.wsp-price-engine--card{
    gap:4px;
}

.wsp-price-engine--card .wsp-price-engine__current strong{
    font-size:21px;
    letter-spacing:-.02em;
}

.wsp-price-engine--card .wsp-price-engine__row{
    gap:6px;
    font-size:12px;
    line-height:1.35;
}

.wsp-price-engine--card .wsp-price-engine__row span{
    font-size:12px;
}

.wsp-price-engine--card .wsp-price-engine__lowest{
    display:block;
    color:var(--wsp-muted, #6b7280);
}

.wsp-price-engine--card .wsp-price-engine__lowest span,
.wsp-price-engine--card .wsp-price-engine__lowest strong{
    display:inline;
}

@media (max-width: 640px){
    .wsp-price-engine__current strong{
        font-size:28px;
    }

    .wsp-price-engine__row{
        font-size:14px;
    }
}

/* v1.4.6 - Price Engine readable layout */
.wsp-price-engine{
    margin:20px 0 26px;
    padding:0;
    display:grid;
    gap:14px;
    max-width:560px;
}

.wsp-price-engine__current{
    display:grid;
    gap:8px;
}

.wsp-price-engine__current-label{
    color:#64748b;
    font-size:16px;
    line-height:1.3;
    font-weight:600;
}

.wsp-price-engine__current strong{
    display:block;
    color:#111827;
    font-size:48px;
    line-height:.95;
    font-weight:800;
    letter-spacing:-.045em;
}

.wsp-price-engine__line{
    display:grid;
    grid-template-columns:minmax(190px, 1fr) auto;
    align-items:center;
    gap:16px;
    padding:14px 0;
    border-top:1px solid rgba(148,163,184,.28);
}

.wsp-price-engine__label{
    color:#64748b;
    font-size:16px;
    line-height:1.35;
    font-weight:600;
}

.wsp-price-engine__value{
    display:inline-flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    color:#111827;
    font-size:20px;
    font-weight:700;
    white-space:nowrap;
}

.wsp-price-engine__regular del{
    color:#64748b;
    text-decoration-thickness:2px;
    text-decoration-color:#ef4444;
    opacity:1;
}

.wsp-price-engine__regular em{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:30px;
    padding:5px 12px;
    border-radius:999px;
    background:#dc2626;
    color:#fff;
    font-size:14px;
    line-height:1;
    font-style:normal;
    font-weight:800;
}

.wsp-price-engine__lowest{
    grid-template-columns:1fr auto;
    background:#f8fafc;
    border:1px solid #e2e8f0;
    border-radius:16px;
    padding:14px 16px;
}

.wsp-price-engine__lowest .wsp-price-engine__label{
    color:#475569;
    max-width:320px;
}

.wsp-price-engine__lowest .wsp-price-engine__value strong{
    color:#334155;
    font-size:19px;
    font-weight:750;
}

.wsp-price-engine__saving{
    width:100%;
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:2px;
    padding:13px 16px;
    border-radius:16px;
    background:#ecfdf5;
    border:1px solid #bbf7d0;
    color:#15803d;
    font-size:17px;
    line-height:1.3;
    font-weight:800;
    box-sizing:border-box;
}

.wsp-price-engine__saving-icon{
    flex:0 0 24px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:24px;
    height:24px;
    border-radius:999px;
    background:#16a34a;
    color:#fff;
    font-size:15px;
}

.wsp-price-engine__saving-text{
    display:inline-flex;
    align-items:baseline;
    gap:4px;
    min-width:0;
}

.wsp-price-engine__saving .amount,
.wsp-price-engine__saving .woocommerce-Price-amount{
    color:#15803d;
    font-weight:900;
}

.wsp-price-engine--card{
    margin:10px 0 0;
    gap:7px;
}

.wsp-price-engine--card .wsp-price-engine__current-label{display:none}
.wsp-price-engine--card .wsp-price-engine__current strong{
    font-size:22px;
    line-height:1.1;
}
.wsp-price-engine--card .wsp-price-engine__line{
    display:flex;
    justify-content:space-between;
    gap:8px;
    padding:6px 0;
}
.wsp-price-engine--card .wsp-price-engine__label{
    font-size:12px;
}
.wsp-price-engine--card .wsp-price-engine__value{
    font-size:13px;
}
.wsp-price-engine--card .wsp-price-engine__regular em{
    min-height:22px;
    padding:4px 8px;
    font-size:11px;
}
.wsp-price-engine--card .wsp-price-engine__lowest{
    display:none;
}
.wsp-price-engine--card .wsp-price-engine__saving{
    display:none;
}

@media (max-width: 640px){
    .wsp-price-engine__current strong{font-size:40px}
    .wsp-price-engine__line{grid-template-columns:1fr;gap:6px;align-items:start}
    .wsp-price-engine__value{justify-content:flex-start;font-size:18px}
    .wsp-price-engine__lowest{grid-template-columns:1fr;gap:8px}
}

/* v1.5.0 - Variable Price Engine */
.wsp-price-engine--variable{
    gap:10px;
}
.wsp-price-engine__range strong{
    display:block;
    color:#111827;
    font-size:38px;
    line-height:1;
    font-weight:800;
    letter-spacing:-.035em;
}
.wsp-price-engine__hint{
    margin:0;
    color:#64748b;
    font-size:14px;
    line-height:1.55;
    max-width:460px;
}
.wsp-price-engine--variation{
    animation:wspPriceFade .18s ease-out;
}
@keyframes wspPriceFade{
    from{opacity:.55;transform:translateY(4px)}
    to{opacity:1;transform:translateY(0)}
}
.wsp-price-engine--card.wsp-price-engine--variable .wsp-price-engine__range strong{
    font-size:20px;
    line-height:1.15;
}
.wsp-price-engine--card.wsp-price-engine--variable .wsp-price-engine__hint,
.wsp-price-engine--card.wsp-price-engine--variable .wsp-price-engine__current-label{
    display:none;
}
.wsp-single .woocommerce-variation-price{display:none!important;}

/* v1.5.1 - Variable variation price readability */
.wsp-price-engine--variation{
    margin:18px 0 26px;
    padding:0;
    max-width:620px;
}
.wsp-price-engine--variation .wsp-price-engine__current-label{
    display:block;
    color:#64748b;
    font-size:17px;
    font-weight:650;
    margin-bottom:6px;
}
.wsp-price-engine--variation .wsp-price-engine__current strong,
.wsp-price-engine--variation .wsp-price-engine__current .amount,
.wsp-price-engine--variation .wsp-price-engine__current bdi{
    color:#111827!important;
    font-size:48px!important;
    line-height:.98!important;
    font-weight:850!important;
    letter-spacing:-.045em!important;
    text-decoration:none!important;
}
.wsp-price-engine--variation .wsp-price-engine__current del,
.wsp-price-engine--variation .wsp-price-engine__current del .amount,
.wsp-price-engine--variation .wsp-price-engine__current del bdi{
    text-decoration:none!important;
}
.wsp-price-engine--variation .wsp-price-engine__lowest{
    display:grid!important;
}
.wsp-single__cart-box .woocommerce-variation-price,
.single_variation .woocommerce-variation-price{
    display:none!important;
}
@media (max-width:640px){
    .wsp-price-engine--variation .wsp-price-engine__current strong,
    .wsp-price-engine--variation .wsp-price-engine__current .amount,
    .wsp-price-engine--variation .wsp-price-engine__current bdi{
        font-size:40px!important;
    }
}

/* v1.5.2 - Related products layout fix */
.wsp-single,
.wsp-single-product{
  min-width:0;
  overflow-x:hidden;
}

.wsp-single__related{
  width:100%;
  max-width:100%;
  overflow:hidden;
  box-sizing:border-box;
}

.wsp-single__related .related,
.wsp-single__related .related.products{
  width:100%;
  max-width:100%;
  display:block;
  clear:both;
}

.wsp-single__related .related::before,
.wsp-single__related .related::after,
.wsp-single__related .related.products::before,
.wsp-single__related .related.products::after{
  content:"";
  display:table;
  clear:both;
}

.woocommerce .wsp-single__related ul.products,
.woocommerce-page .wsp-single__related ul.products,
.wsp-single__related ul.products{
  float:none!important;
  width:100%!important;
  max-width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:22px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
  clear:both!important;
}

.woocommerce .wsp-single__related ul.products li.product,
.woocommerce-page .wsp-single__related ul.products li.product,
.wsp-single__related ul.products li.product{
  float:none!important;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  clear:none!important;
  display:block!important;
}

.wsp-single__related .wsp-product-card,
.woocommerce .wsp-single__related ul.products li.product.wsp-product-card,
.woocommerce-page .wsp-single__related ul.products li.product.wsp-product-card{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  box-sizing:border-box;
}

.wsp-single__related .wsp-product-card__media,
.wsp-single__related .wsp-product-card__image,
.wsp-single__related ul.products li.product a img{
  width:100%!important;
  max-width:100%!important;
}

@media (max-width:1180px){
  .woocommerce .wsp-single__related ul.products,
  .woocommerce-page .wsp-single__related ul.products,
  .wsp-single__related ul.products{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

@media (max-width:860px){
  .woocommerce .wsp-single__related ul.products,
  .woocommerce-page .wsp-single__related ul.products,
  .wsp-single__related ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:16px!important;
  }
}

@media (max-width:540px){
  .woocommerce .wsp-single__related ul.products,
  .woocommerce-page .wsp-single__related ul.products,
  .wsp-single__related ul.products{
    grid-template-columns:1fr!important;
  }
}

/* v1.6 - Account PRO, WooCommerce notices and HR compliance pages */
.woocommerce-account .wsp-page-content--full,
.woocommerce-cart .wsp-page-content--full,
.woocommerce-checkout .wsp-page-content--full{
  width:min(100% - 48px,var(--wsp-container,1400px));
  margin:0 auto;
  padding:42px 0 76px;
}

.woocommerce-account .woocommerce{
  display:grid;
  grid-template-columns:280px minmax(0,1fr);
  gap:28px;
  align-items:start;
}

.wsp-account-nav{
  position:sticky;
  top:20px;
  border:1px solid var(--wsp-border,#e5e7eb);
  border-radius:24px;
  background:#fff;
  box-shadow:0 18px 45px rgba(15,23,42,.06);
  padding:14px;
}
.wsp-account-nav ul{list-style:none;margin:0;padding:0;display:grid;gap:6px}
.wsp-account-nav li{list-style:none;margin:0;padding:0}
.wsp-account-nav a{
  display:flex;
  align-items:center;
  gap:10px;
  padding:13px 14px;
  border-radius:16px;
  color:var(--wsp-dark,#111827);
  text-decoration:none;
  font-weight:600;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.wsp-account-nav a:hover,
.wsp-account-nav .is-active a{
  background:rgba(239,29,45,.09);
  color:var(--wsp-primary,#ef1d2d);
  transform:translateX(2px);
}
.wsp-account-nav__icon{width:24px;display:inline-flex;justify-content:center}
.woocommerce-account .woocommerce-MyAccount-content{
  min-width:0;
  border:1px solid var(--wsp-border,#e5e7eb);
  border-radius:28px;
  background:#fff;
  box-shadow:0 18px 50px rgba(15,23,42,.06);
  padding:28px;
}
.wsp-account-hero{
  border-radius:24px;
  background:linear-gradient(135deg,#0f172a,#1e293b 56%,var(--wsp-primary,#ef1d2d));
  color:#fff;
  padding:32px;
  margin-bottom:22px;
  overflow:hidden;
  position:relative;
}
.wsp-account-hero:after{content:'';position:absolute;right:-70px;top:-70px;width:190px;height:190px;border-radius:999px;background:rgba(255,255,255,.13)}
.wsp-account-hero__eyebrow{display:inline-flex;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;color:#fecdd3;margin-bottom:8px}
.wsp-account-hero h1{margin:0 0 8px;font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.04em;color:#fff}
.wsp-account-hero p{margin:0;max-width:720px;color:rgba(255,255,255,.82);font-size:17px;line-height:1.65}
.wsp-account-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px}
.wsp-account-card{display:flex;flex-direction:column;gap:6px;min-height:142px;border:1px solid var(--wsp-border,#e5e7eb);border-radius:22px;background:#f8fafc;padding:20px;text-decoration:none;color:var(--wsp-dark,#111827);transition:.22s ease}
.wsp-account-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(15,23,42,.08);border-color:rgba(239,29,45,.28)}
.wsp-account-card span{font-size:26px}.wsp-account-card strong{font-size:17px}.wsp-account-card small{color:#64748b;line-height:1.45}
.wsp-account-note{border-radius:20px;background:#f8fafc;border:1px solid var(--wsp-border,#e5e7eb);padding:20px;color:#475569;line-height:1.7}.wsp-account-note a{color:var(--wsp-primary,#ef1d2d);font-weight:700}

.wsp-wc-notice,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error{
  width:min(100% - 48px,var(--wsp-container,1400px));
  margin:18px auto!important;
  border:1px solid var(--wsp-border,#e5e7eb)!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 14px 40px rgba(15,23,42,.06)!important;
  padding:16px 18px!important;
  color:var(--wsp-dark,#111827)!important;
  display:flex;
  align-items:center;
  gap:14px;
  list-style:none!important;
}
.wsp-wc-notice--success,.woocommerce-message{border-color:#bbf7d0!important;background:#f0fdf4!important}.wsp-wc-notice--error,.woocommerce-error{border-color:#fecaca!important;background:#fef2f2!important}.wsp-wc-notice--info,.woocommerce-info{border-color:#bfdbfe!important;background:#eff6ff!important}
.wsp-wc-notice__icon{width:34px;height:34px;flex:0 0 34px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#16a34a;color:#fff;font-weight:900}.wsp-wc-notice--info .wsp-wc-notice__icon{background:#2563eb}.wsp-wc-notice--error .wsp-wc-notice__icon{background:#dc2626}
.wsp-wc-notice p{margin:0}.woocommerce-message .button,.woocommerce-info .button{margin-left:auto!important;border-radius:14px!important;background:var(--wsp-primary,#ef1d2d)!important;color:#fff!important;padding:10px 16px!important;text-decoration:none!important;font-weight:800!important}

.wsp-legal-page{max-width:900px;margin:0 auto;padding:10px 0 70px;color:#334155;line-height:1.78;font-size:17px}.wsp-legal-page h2{color:var(--wsp-dark,#111827);font-size:clamp(32px,4vw,52px);line-height:1.06;margin:0 0 22px;letter-spacing:-.05em}.wsp-legal-page p{margin:0 0 16px}.wsp-legal-page strong{color:var(--wsp-dark,#111827)}

/* footer now has one extra legal column */
.wsp-footer__top{grid-template-columns:minmax(240px,1.4fr) repeat(4,minmax(145px,1fr));}
@media (max-width:1200px){.wsp-footer__top{grid-template-columns:1fr 1fr 1fr}}
@media (max-width:900px){.woocommerce-account .woocommerce{grid-template-columns:1fr}.wsp-account-nav{position:relative;top:auto}.wsp-account-nav ul{grid-template-columns:repeat(2,minmax(0,1fr))}.wsp-account-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.woocommerce-account .wsp-page-content--full,.woocommerce-cart .wsp-page-content--full,.woocommerce-checkout .wsp-page-content--full{width:min(100% - 24px,var(--wsp-container,1400px));padding:26px 0 56px}.woocommerce-account .woocommerce-MyAccount-content{padding:18px;border-radius:22px}.wsp-account-hero{padding:24px}.wsp-account-nav ul,.wsp-account-cards{grid-template-columns:1fr}.wsp-wc-notice,.woocommerce-message,.woocommerce-info,.woocommerce-error{width:min(100% - 24px,var(--wsp-container,1400px));align-items:flex-start}.woocommerce-message .button,.woocommerce-info .button{margin-left:0!important;margin-top:10px!important}.wsp-footer__top{grid-template-columns:1fr}}

/* v1.6.1 - Order Received / Thank You page */
.woocommerce-order-received .wsp-page-content--full{
  width:min(100% - 48px,var(--wsp-container,1400px));
  margin:0 auto;
  padding:44px 0 84px;
}
.wsp-order-received{display:grid;gap:28px;color:var(--wsp-dark,#111827)}
.wsp-order-received__hero,
.wsp-order-received__card{
  position:relative;
  overflow:hidden;
  border-radius:32px;
  background:linear-gradient(135deg,#0f172a,#1e293b 62%,var(--wsp-primary,#ef1d2d));
  color:#fff;
  padding:42px;
  box-shadow:0 24px 70px rgba(15,23,42,.16);
}
.wsp-order-received__hero:after,
.wsp-order-received__card:after{content:'';position:absolute;right:-80px;top:-90px;width:240px;height:240px;border-radius:999px;background:rgba(255,255,255,.12)}
.wsp-order-received__icon{width:58px;height:58px;border-radius:999px;background:#16a34a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:900;margin-bottom:16px;box-shadow:0 14px 32px rgba(22,163,74,.32)}
.wsp-order-received__icon--failed{background:#dc2626;box-shadow:0 14px 32px rgba(220,38,38,.28)}
.wsp-order-received__eyebrow{display:inline-flex;margin-bottom:8px;text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;color:#fecdd3}
.wsp-order-received h1{margin:0 0 10px;font-size:clamp(34px,5vw,64px);line-height:.98;letter-spacing:-.055em;color:#fff}
.wsp-order-received__hero p,
.wsp-order-received__card p{max-width:760px;margin:0;color:rgba(255,255,255,.84);font-size:18px;line-height:1.7}
.wsp-order-received__grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:24px;align-items:start}
.wsp-order-received__main{display:grid;gap:20px;min-width:0}
.wsp-order-received__side{display:grid;gap:18px;position:sticky;top:118px;min-width:0}
.wsp-order-summary-card,
.wsp-order-total-card,
.wsp-order-help-card{
  border:1px solid var(--wsp-border,#e5e7eb);
  border-radius:26px;
  background:#fff;
  box-shadow:0 18px 50px rgba(15,23,42,.06);
  padding:24px;
}
.wsp-order-summary-card h2,
.wsp-order-total-card h2,
.wsp-order-help-card h2{margin:0 0 18px;font-size:22px;line-height:1.15;letter-spacing:-.03em;color:var(--wsp-dark,#111827)}
.wsp-order-meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.wsp-order-meta{border-radius:18px;background:#f8fafc;border:1px solid rgba(15,23,42,.06);padding:16px;min-width:0}
.wsp-order-meta span{display:block;margin-bottom:6px;color:#64748b;font-size:13px;font-weight:700}
.wsp-order-meta strong{display:block;color:var(--wsp-dark,#111827);font-size:17px;line-height:1.25;word-break:break-word}
.wsp-order-items{display:grid;gap:14px}
.wsp-order-item{display:grid;grid-template-columns:78px minmax(0,1fr) auto;gap:16px;align-items:center;border:1px solid rgba(15,23,42,.07);border-radius:20px;background:#fff;padding:12px}
.wsp-order-item__image{width:78px;height:78px;border-radius:16px;background:#f8fafc;overflow:hidden;display:flex;align-items:center;justify-content:center}
.wsp-order-item__image img{width:100%;height:100%;object-fit:cover}
.wsp-order-item__content{display:grid;gap:5px;min-width:0}
.wsp-order-item__content strong{font-size:16px;color:var(--wsp-dark,#111827);line-height:1.3}
.wsp-order-item__content span{color:#64748b;font-size:14px;font-weight:600}
.wsp-order-item__total{font-size:17px;font-weight:800;color:var(--wsp-dark,#111827);white-space:nowrap;text-align:right}
.wsp-order-totals{display:grid;gap:0;border-top:1px solid rgba(15,23,42,.08)}
.wsp-order-total-row{display:flex;justify-content:space-between;gap:14px;padding:13px 0;border-bottom:1px solid rgba(15,23,42,.08);color:#475569;font-weight:650}
.wsp-order-total-row strong{text-align:right;color:var(--wsp-dark,#111827)}
.wsp-order-total-row--order_total{align-items:flex-end;padding-top:18px}.wsp-order-total-row--order_total span{font-size:16px;color:var(--wsp-dark,#111827)}.wsp-order-total-row--order_total strong{font-size:24px;color:var(--wsp-primary,#ef1d2d)}
.wsp-order-help-card{background:#f8fafc}.wsp-order-help-card p{margin:0 0 14px;color:#64748b;line-height:1.65}.wsp-order-help-card__links{display:grid;gap:8px}.wsp-order-help-card__links a{color:var(--wsp-dark,#111827);font-weight:800;text-decoration:none}.wsp-order-help-card__links a:hover{color:var(--wsp-primary,#ef1d2d)}
.wsp-order-received__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}.wsp-order-received__card .wsp-order-received__actions{max-width:430px;margin-top:24px}.wsp-order-received__actions .wsp-btn{width:100%;border-radius:16px;min-height:48px;text-align:center}.wsp-order-received__actions .wsp-btn--outline{background:#fff;color:var(--wsp-dark,#111827);border:1px solid var(--wsp-border,#e5e7eb)}
@media (max-width:1100px){.wsp-order-received__grid{grid-template-columns:1fr}.wsp-order-received__side{position:relative;top:auto}.wsp-order-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:640px){.woocommerce-order-received .wsp-page-content--full{width:min(100% - 24px,var(--wsp-container,1400px));padding:26px 0 60px}.wsp-order-received__hero,.wsp-order-received__card{padding:28px;border-radius:24px}.wsp-order-summary-card,.wsp-order-total-card,.wsp-order-help-card{padding:18px;border-radius:22px}.wsp-order-meta-grid{grid-template-columns:1fr}.wsp-order-item{grid-template-columns:64px minmax(0,1fr);gap:12px}.wsp-order-item__image{width:64px;height:64px}.wsp-order-item__total{grid-column:2;text-align:left}.wsp-order-received__actions{grid-template-columns:1fr}}



/* Withdrawal page template */
.wsp-withdrawal-page{background:#f8fafc;color:var(--wsp-dark,#111827)}
.wsp-withdrawal-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#0f172a 0%,#1e293b 58%,var(--wsp-primary,#ef1d2d) 160%);color:#fff;padding:70px 0 54px}
.wsp-withdrawal-hero:after{content:"";position:absolute;inset:auto -10% -45% 45%;height:320px;background:radial-gradient(circle,rgba(255,255,255,.16),transparent 65%);pointer-events:none}
.wsp-withdrawal-hero__inner{max-width:860px;position:relative;z-index:1}
.wsp-withdrawal-kicker{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:7px 13px;margin-bottom:18px;background:rgba(255,255,255,.08);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.86)}
.wsp-withdrawal-hero h1{margin:0 0 16px;font-size:clamp(36px,5vw,64px);line-height:1;letter-spacing:-.055em;color:#fff}
.wsp-withdrawal-hero p{margin:0;max-width:760px;color:rgba(255,255,255,.86);font-size:18px;line-height:1.7}
.wsp-withdrawal-main{padding:42px 0 76px}
.wsp-withdrawal-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:24px;align-items:start}
.wsp-withdrawal-side{display:grid;gap:18px;position:sticky;top:118px;min-width:0}
.wsp-withdrawal-card,.wsp-withdrawal-faq{border:1px solid rgba(15,23,42,.08);border-radius:28px;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.06);padding:26px;min-width:0}
.wsp-withdrawal-card__head{display:flex;gap:16px;align-items:flex-start;margin-bottom:22px;padding-bottom:20px;border-bottom:1px solid rgba(15,23,42,.08)}
.wsp-withdrawal-card__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:rgba(239,29,45,.1);font-size:24px;flex:0 0 auto}
.wsp-withdrawal-card h2,.wsp-withdrawal-faq h2{margin:0 0 12px;font-size:24px;line-height:1.15;letter-spacing:-.035em;color:var(--wsp-dark,#111827)}
.wsp-withdrawal-card__head h2{margin:0 0 6px}
.wsp-withdrawal-card p{margin:0;color:#64748b;line-height:1.65}
.wsp-withdrawal-shortcode .wsp-cw-wrap,.wsp-withdrawal-shortcode .wsp-cw-form{max-width:none;margin:0;padding:0;background:transparent;border:0;box-shadow:none}
.wsp-withdrawal-shortcode input[type="text"],.wsp-withdrawal-shortcode input[type="email"],.wsp-withdrawal-shortcode input[type="tel"],.wsp-withdrawal-shortcode textarea,.wsp-withdrawal-shortcode select{width:100%;min-height:48px;border:1px solid #dbe3ef;border-radius:14px;background:#fff;padding:12px 14px;color:#0f172a;font:inherit;box-shadow:none;outline:none}
.wsp-withdrawal-shortcode textarea{min-height:120px;resize:vertical}
.wsp-withdrawal-shortcode input:focus,.wsp-withdrawal-shortcode textarea:focus,.wsp-withdrawal-shortcode select:focus{border-color:var(--wsp-primary,#ef1d2d);box-shadow:0 0 0 4px rgba(239,29,45,.10)}
.wsp-withdrawal-shortcode label{display:block;margin:0 0 7px;color:#334155;font-size:14px;font-weight:750}
.wsp-withdrawal-shortcode button,.wsp-withdrawal-shortcode .button,.wsp-withdrawal-shortcode input[type="submit"]{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border:0;border-radius:14px;background:var(--wsp-primary,#ef1d2d);color:#fff !important;padding:0 22px;font-weight:800;text-decoration:none;cursor:pointer;transition:.2s ease}
.wsp-withdrawal-shortcode button:hover,.wsp-withdrawal-shortcode .button:hover,.wsp-withdrawal-shortcode input[type="submit"]:hover{transform:translateY(-1px);filter:brightness(.96)}
.wsp-withdrawal-plugin-missing{border:1px dashed #f59e0b;border-radius:18px;background:#fffbeb;padding:18px;color:#92400e}
.wsp-withdrawal-steps{counter-reset:step;display:grid;gap:14px;margin:18px 0 0;padding:0;list-style:none}
.wsp-withdrawal-steps li{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;padding:14px;border-radius:18px;background:#f8fafc;border:1px solid rgba(15,23,42,.06)}
.wsp-withdrawal-steps span{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--wsp-primary,#ef1d2d);color:#fff;font-weight:900;grid-row:1/3}
.wsp-withdrawal-steps strong{display:block;color:#0f172a;font-size:15px;line-height:1.2}
.wsp-withdrawal-steps em{display:block;color:#64748b;font-size:13px;font-style:normal;line-height:1.45}
.wsp-withdrawal-contact{display:grid;gap:10px;margin-top:16px}
.wsp-withdrawal-contact a,.wsp-withdrawal-contact span{display:flex;align-items:center;gap:8px;min-height:40px;border-radius:14px;background:#f8fafc;border:1px solid rgba(15,23,42,.06);padding:10px 12px;color:#0f172a;text-decoration:none;font-weight:750;word-break:break-word}
.wsp-withdrawal-contact a:hover{color:var(--wsp-primary,#ef1d2d)}
.wsp-withdrawal-faq{margin-top:24px}
.wsp-withdrawal-faq h2{margin-bottom:18px}
.wsp-withdrawal-faq details{border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fff;margin-bottom:12px;overflow:hidden}
.wsp-withdrawal-faq summary{cursor:pointer;padding:16px 18px;color:#0f172a;font-weight:850;list-style:none}
.wsp-withdrawal-faq summary::-webkit-details-marker{display:none}
.wsp-withdrawal-faq summary:after{content:"+";float:right;color:var(--wsp-primary,#ef1d2d);font-weight:900}
.wsp-withdrawal-faq details[open] summary:after{content:"−"}
.wsp-withdrawal-faq details p{margin:0;padding:0 18px 18px;color:#64748b;line-height:1.7}
@media (max-width:1100px){.wsp-withdrawal-grid{grid-template-columns:1fr}.wsp-withdrawal-side{position:relative;top:auto;grid-template-columns:1fr 1fr}}
@media (max-width:760px){.wsp-withdrawal-hero{padding:48px 0 40px}.wsp-withdrawal-main{padding:24px 0 54px}.wsp-withdrawal-card,.wsp-withdrawal-faq{border-radius:22px;padding:18px}.wsp-withdrawal-side{grid-template-columns:1fr}.wsp-withdrawal-card__head{gap:12px}.wsp-withdrawal-card__icon{width:42px;height:42px;border-radius:14px}.wsp-withdrawal-card h2,.wsp-withdrawal-faq h2{font-size:21px}}


/* v2.0 UI Polish - hero, product cards, single product */
:root{
  --wsp-ui-card-gap:18px;
}

/* Home hero readability */
.wsp-home-hero--image::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(2,6,23,.72) 0%,rgba(2,6,23,.52) 45%,rgba(2,6,23,.28) 100%);
  pointer-events:none;
}
.wsp-home-hero--image .wsp-container{position:relative;z-index:2;}
.wsp-home-hero--image .wsp-home-hero__content,
.wsp-home-hero--image .wsp-home-hero__content *{text-shadow:0 2px 18px rgba(0,0,0,.34);}
.wsp-home-hero--image .wsp-home-hero__content h1{color:#fff;font-weight:750;}
.wsp-home-hero--image .wsp-home-hero__content p{color:rgba(255,255,255,.92);font-size:clamp(17px,1.35vw,20px);line-height:1.65;}
.wsp-home-hero--image .wsp-eyebrow{color:#fff!important;background:rgba(239,35,50,.88);border-color:rgba(255,255,255,.24);}
.wsp-hero-product-card--real{background:rgba(8,15,31,.78)!important;border-color:rgba(255,255,255,.18)!important;}
.wsp-hero-product-card--real .wsp-hero-price,
.wsp-hero-product-card--real .wsp-hero-price *{color:#fff!important;text-shadow:none!important;}
.wsp-hero-product-card--real .wsp-hero-price .wsp-price-compliance,
.wsp-hero-product-card--real .wsp-hero-price .wsp-price-compliance *{color:#fff!important;}
.wsp-hero-product-card--real .wsp-hero-price .wsp-price-compliance__current-price,
.wsp-hero-product-card--real .wsp-hero-price .amount{font-size:32px!important;line-height:1!important;font-weight:800!important;white-space:nowrap;}
.wsp-hero-product-card--real .wsp-hero-price .wsp-price-compliance__discount{color:#ff3b48!important;font-weight:800!important;}

/* Product cards: compact and aligned */
.wsp-product-card__body{padding:14px 18px 18px!important;gap:0;}
.wsp-product-card__sku{margin-bottom:8px!important;font-size:11px!important;line-height:1.2;}
.wsp-product-card__title{min-height:50px!important;margin-bottom:14px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.wsp-product-card__rating{display:none!important;}
.wsp-product-card__bottom{display:block!important;margin:0 0 16px!important;}
.wsp-product-card__price{min-height:0;}
.wsp-product-card__price .price,
.wsp-product-card__price .amount,
.wsp-product-card__price bdi,
.wsp-product-card__price .wsp-price-compliance__current-price{
  white-space:nowrap!important;
}
.wsp-product-card__price .price{font-size:24px!important;line-height:1.1!important;font-weight:700!important;}
.wsp-product-card__price del,
.wsp-product-card__price ins{display:inline!important;}
.wsp-product-card__price ins{text-decoration:none!important;}
.wsp-product-card__price .wsp-price-compliance{
  margin-top:0!important;
  font-size:15px!important;
  line-height:1.45!important;
}
.wsp-product-card__price .wsp-price-compliance__label{font-size:15px!important;font-weight:500!important;margin-bottom:4px!important;}
.wsp-product-card__price .wsp-price-compliance__current-price{font-size:32px!important;line-height:1!important;font-weight:800!important;margin:0 0 12px!important;display:block!important;}
.wsp-product-card__price .wsp-price-compliance__regular,
.wsp-product-card__price .wsp-price-compliance__lowest{
  display:block!important;
  margin:4px 0!important;
  font-size:15px!important;
  line-height:1.45!important;
}
.wsp-product-card__price .wsp-price-compliance__regular strong,
.wsp-product-card__price .wsp-price-compliance__lowest strong{font-weight:800!important;white-space:nowrap!important;}
.wsp-product-card__price .wsp-price-compliance__discount{color:#ef233c!important;font-weight:800!important;white-space:nowrap!important;}
.wsp-product-card__price .wsp-price-compliance__lowest .wsp-price-compliance__discount{display:none!important;}
.wsp-product-card .wsp-stock{display:none!important;}
.wsp-product-card__cart{margin-top:auto!important;}
.wsp-product-card__cart .button{min-height:48px!important;border-radius:16px!important;}

/* Single product: tighter layout and larger gallery */
.wsp-single-product{padding:18px 0 64px!important;}
.wsp-single__breadcrumb{margin:0 0 14px!important;padding:0!important;font-size:13px!important;}
.wsp-single__grid{
  grid-template-columns:minmax(0,1.18fr) minmax(420px,.82fr)!important;
  gap:28px!important;
  align-items:start!important;
}
.wsp-single__gallery{padding:14px!important;top:118px!important;}
.wsp-single__main-image{
  aspect-ratio:4/5!important;
  min-height:620px!important;
  background:#f7f9fc!important;
}
.wsp-single__main-image img,
.wsp-single__image{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  padding:8px!important;
}
.wsp-single__thumbs{grid-template-columns:repeat(7,minmax(0,1fr))!important;margin-top:12px!important;}
.wsp-single__summary{padding:28px!important;}
.wsp-single__eyebrow{margin-bottom:10px!important;font-size:11px!important;}
.wsp-single__title{font-size:clamp(34px,3.2vw,54px)!important;line-height:1.04!important;margin-bottom:18px!important;}
.wsp-single__price{margin:0 0 20px!important;}
.wsp-single__price .wsp-price-compliance__current-price,
.wsp-single__price .price,
.wsp-single__price .amount,
.wsp-single__price bdi{white-space:nowrap!important;}
.wsp-single__excerpt{font-size:17px!important;line-height:1.7!important;margin-bottom:20px!important;}
.wsp-single__meta-grid{margin-bottom:18px!important;}
.wsp-single__cart-box{padding:18px 0!important;margin-bottom:16px!important;}

/* Product tabs: readable and compact */
.wsp-single__tabs{margin-top:26px!important;padding:24px!important;}
.wsp-single__tabs .woocommerce-tabs ul.tabs{gap:8px!important;margin-bottom:18px!important;}
.wsp-single__tabs .woocommerce-tabs ul.tabs li a{font-size:15px!important;font-weight:650!important;padding:11px 15px!important;}
.wsp-single__tabs .woocommerce-Tabs-panel{font-size:16px!important;line-height:1.75!important;color:#334155!important;}
.wsp-single__tabs .woocommerce-Tabs-panel h2{font-size:24px!important;margin:0 0 12px!important;}
.wsp-single__related{margin-top:26px!important;}

/* Avoid theme/plugin horizontal overflow */
html,body{max-width:100%;overflow-x:hidden;}
.wsp-container{box-sizing:border-box;}

@media (max-width:1200px){
  .wsp-single__grid{grid-template-columns:1fr!important;}
  .wsp-single__gallery{position:relative!important;top:auto!important;}
  .wsp-single__main-image{min-height:520px!important;aspect-ratio:1/1!important;}
}
@media (max-width:760px){
  .wsp-single-product{padding:14px 0 46px!important;}
  .wsp-single__main-image{min-height:360px!important;}
  .wsp-single__summary,.wsp-single__tabs,.wsp-single__related{padding:18px!important;}
  .wsp-home-hero--image::before{background:rgba(2,6,23,.66);}
  .wsp-product-card__price .wsp-price-compliance__current-price{font-size:28px!important;}
}

/* v2.0.2 - Safe My Account Orders UI + footer legal link */
.wsp-account-orders{
  display:grid;
  gap:20px;
}
.wsp-account-orders__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:22px;
  border:1px solid var(--wsp-border,#e5e7eb);
  border-radius:24px;
  background:linear-gradient(180deg,#fff,#f8fafc);
}
.wsp-account-orders__eyebrow{
  display:block;
  margin-bottom:6px;
  color:var(--wsp-primary,#ef1d2d);
  font-size:12px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.wsp-account-orders__head h2{
  margin:0;
  color:var(--wsp-dark,#111827);
  font-size:clamp(28px,3vw,42px);
  line-height:1.05;
  letter-spacing:-.04em;
}
.wsp-account-orders__shop,
.wsp-order-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:999px;
  background:var(--wsp-primary,#ef1d2d);
  color:#fff!important;
  text-decoration:none!important;
  font-weight:800;
  white-space:nowrap;
  border:0;
}
.wsp-account-orders__shop{
  background:#111827;
}
.wsp-orders-list{
  display:grid;
  gap:14px;
}
.wsp-order-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  padding:20px;
  border:1px solid var(--wsp-border,#e5e7eb);
  border-radius:24px;
  background:#fff;
  box-shadow:0 14px 38px rgba(15,23,42,.05);
}
.wsp-order-card__main{
  display:grid;
  grid-template-columns:150px minmax(0,1fr);
  gap:18px;
  align-items:center;
  min-width:0;
}
.wsp-order-card__number span,
.wsp-order-card__meta span{
  display:block;
  margin-bottom:5px;
  color:#64748b;
  font-size:13px;
  font-weight:700;
}
.wsp-order-card__number strong{
  color:var(--wsp-dark,#111827);
  font-size:26px;
  line-height:1;
  letter-spacing:-.03em;
}
.wsp-order-card__meta{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  min-width:0;
}
.wsp-order-card__meta strong{
  color:var(--wsp-dark,#111827);
  font-size:15px;
  line-height:1.35;
}
.wsp-order-status{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  align-items:center;
  min-height:30px;
  padding:5px 12px;
  border-radius:999px;
  background:#fef3c7;
  color:#92400e!important;
  font-weight:800!important;
}
.wsp-order-status--completed{background:#dcfce7;color:#166534!important;}
.wsp-order-status--processing{background:#dbeafe;color:#1d4ed8!important;}
.wsp-order-status--cancelled,.wsp-order-status--failed{background:#fee2e2;color:#b91c1c!important;}
.wsp-order-card__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:flex-end;
}
.wsp-order-btn--view{
  background:#111827;
}
.wsp-order-btn--cancel{
  background:#fff!important;
  color:#b91c1c!important;
  border:1px solid #fecaca;
}
.wsp-order-btn--shop{
  width:max-content;
  margin-top:10px;
}
.wsp-orders-empty{
  padding:30px;
  border:1px solid var(--wsp-border,#e5e7eb);
  border-radius:24px;
  background:#fff;
}
.wsp-orders-empty h3{margin:0 0 8px;color:var(--wsp-dark,#111827);font-size:28px;letter-spacing:-.03em;}
.wsp-orders-empty p{margin:0;color:#64748b;line-height:1.6;}
.wsp-orders-pagination{
  display:flex;
  gap:12px;
  justify-content:flex-end;
}
@media (max-width:1100px){
  .wsp-order-card{grid-template-columns:1fr;align-items:start;}
  .wsp-order-card__actions{justify-content:flex-start;}
}
@media (max-width:780px){
  .wsp-account-orders__head{align-items:flex-start;flex-direction:column;}
  .wsp-order-card__main{grid-template-columns:1fr;}
  .wsp-order-card__meta{grid-template-columns:1fr;}
  .wsp-order-card__actions{display:grid;grid-template-columns:1fr;}
  .wsp-order-btn{width:100%;}
}


/* v2.0.3 Promo readability + smart homepage anchors */
.wsp-promo-card--campaign{
    min-height:420px;
}
.wsp-promo-card__overlay{
    background:linear-gradient(90deg,rgba(2,6,23,.80) 0%,rgba(2,6,23,.62) 44%,rgba(2,6,23,.25) 100%)!important;
}
.wsp-promo-card__content{
    justify-content:center;
    padding:42px 46px;
    max-width:720px;
}
.wsp-promo-card__content strong{
    color:#fff!important;
    text-shadow:0 3px 18px rgba(0,0,0,.42);
}
.wsp-promo-card__content em{
    color:rgba(255,255,255,.94)!important;
    font-weight:700;
    letter-spacing:.02em;
    max-width:640px;
    text-shadow:0 2px 14px rgba(0,0,0,.40);
}
.wsp-promo-product{
    display:block;
    margin-top:22px;
    color:#fff!important;
    text-shadow:0 2px 12px rgba(0,0,0,.45);
}
.wsp-promo-product > b,
.wsp-promo-product .price,
.wsp-promo-product .amount,
.wsp-promo-product .wsp-price-compliance,
.wsp-promo-product .wsp-price-card,
.wsp-promo-product .wsp-price-card *{
    color:#fff!important;
    opacity:1!important;
}
.wsp-promo-product .wsp-current-price,
.wsp-promo-product .wsppc-current-price{
    font-size:34px!important;
    line-height:1.05!important;
    font-weight:800!important;
}
.wsp-promo-product .wsppc-discount,
.wsp-promo-product .wsp-discount{
    color:#ef4444!important;
}
.wsp-promo-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:center;
    margin-top:26px;
}
.wsp-promo-actions .wsp-promo-button{
    margin-top:0;
    background:#fff;
    color:#ef1d2f!important;
    box-shadow:0 16px 34px rgba(0,0,0,.18);
}
.wsp-promo-secondary{
    display:inline-flex;
    align-items:center;
    min-height:44px;
    border-radius:999px;
    padding:0 16px;
    background:rgba(255,255,255,.12);
    color:#fff!important;
    border:1px solid rgba(255,255,255,.22);
    font-size:13px!important;
    font-weight:800!important;
    letter-spacing:.06em!important;
}
#wsp-akcija,#wsp-izdvojeni,#wsp-novi,#wsp-najprodavanije{
    scroll-margin-top:120px;
}
@media (max-width:760px){
    .wsp-promo-card--campaign{min-height:360px;}
    .wsp-promo-card__content{padding:28px;}
    .wsp-promo-card__content strong{font-size:36px;}
}


/* v2.0.4: Shop/product-card layout polish */
body.woocommerce-shop .wsp-shop-section,
body.post-type-archive-product .wsp-shop-section,
body.tax-product_cat .wsp-shop-section{
  padding-top:32px!important;
}
@media (min-width: 1025px){
  .wsp-shop-shell{
    grid-template-columns:280px minmax(0,1fr)!important;
    gap:24px!important;
  }
  .woocommerce .wsp-shop-content ul.products,
  .wsp-shop-content ul.products{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:24px!important;
  }
}
.wsp-shop-content .wsp-product-card,
.woocommerce .wsp-shop-content ul.products li.product.wsp-product-card,
ul.products li.product.wsp-product-card{
  display:flex!important;
  flex-direction:column!important;
  min-width:0!important;
  overflow:hidden!important;
}
.wsp-shop-content .wsp-product-card__media,
.woocommerce .wsp-shop-content .wsp-product-card__media{
  padding:12px 12px 0!important;
}
.wsp-shop-content .wsp-product-card__image,
.woocommerce .wsp-shop-content .wsp-product-card__image{
  aspect-ratio:1 / 1.18!important;
  min-height:0!important;
  height:auto!important;
  border-radius:20px!important;
}
.wsp-shop-content .wsp-product-card__image img,
.woocommerce .wsp-shop-content .wsp-product-card__image img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  padding:0!important;
}
.wsp-shop-content .wsp-product-card__body,
.woocommerce .wsp-shop-content .wsp-product-card__body{
  display:flex!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  padding:16px 18px 18px!important;
}
.wsp-shop-content .wsp-product-card__sku{
  margin:0 0 8px!important;
  color:#64748b!important;
  font-size:11px!important;
  line-height:1.25!important;
  letter-spacing:.08em!important;
  font-weight:600!important;
}
.wsp-shop-content .wsp-product-card__title,
.woocommerce .wsp-shop-content ul.products li.product .woocommerce-loop-product__title.wsp-product-card__title{
  min-height:56px!important;
  max-height:56px!important;
  margin:0 0 14px!important;
  color:#0f172a!important;
  font-size:17px!important;
  line-height:1.28!important;
  font-weight:700!important;
  letter-spacing:-.025em!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}
.wsp-shop-content .wsp-product-card__title a{
  color:inherit!important;
}
.wsp-shop-content .wsp-product-card__bottom{
  margin:0 0 16px!important;
  min-height:0!important;
}
.wsp-shop-content .wsp-product-card__price{
  min-height:0!important;
  color:#0f172a!important;
}
.wsp-shop-content .wsp-product-card__cart{
  margin-top:auto!important;
}
.wsp-shop-content .wsp-product-card__cart .button,
.woocommerce .wsp-shop-content ul.products li.product .wsp-product-card__cart .button{
  width:100%!important;
  min-height:52px!important;
  border-radius:16px!important;
  font-size:15px!important;
  font-weight:700!important;
}
.wsp-shop-toolbar{
  margin-bottom:24px!important;
}
@media (max-width: 1180px) and (min-width: 769px){
  .wsp-shop-shell{grid-template-columns:250px minmax(0,1fr)!important;gap:20px!important;}
  .woocommerce .wsp-shop-content ul.products,
  .wsp-shop-content ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width: 768px){
  .wsp-shop-content .wsp-product-card__title,
  .woocommerce .wsp-shop-content ul.products li.product .woocommerce-loop-product__title.wsp-product-card__title{
    min-height:auto!important;
    max-height:48px!important;
    font-size:16px!important;
  }
  .wsp-shop-content .wsp-product-card__image,
  .woocommerce .wsp-shop-content .wsp-product-card__image{
    aspect-ratio:1 / 1.08!important;
  }
}


/* v2.0.5: manual promo product + readable campaign price block */
.wsp-promo-card--campaign{
    min-height:420px!important;
}
.wsp-promo-card__overlay{
    background:linear-gradient(90deg,rgba(2,6,23,.78) 0%,rgba(2,6,23,.54) 48%,rgba(2,6,23,.18) 100%)!important;
}
.wsp-promo-card__content{
    justify-content:center!important;
    gap:0;
    max-width:690px!important;
}
.wsp-promo-product{
    margin-top:22px!important;
    display:grid!important;
    gap:8px!important;
    max-width:520px!important;
}
.wsp-promo-product__name{
    color:#ef4444!important;
    font-size:14px!important;
    line-height:1.2!important;
    letter-spacing:.12em!important;
    text-transform:uppercase!important;
    font-weight:900!important;
    text-shadow:0 2px 12px rgba(0,0,0,.35)!important;
}
.wsp-promo-product__price,
.wsp-promo-product__price *{
    color:#fff!important;
    opacity:1!important;
    text-shadow:0 3px 18px rgba(0,0,0,.55)!important;
}
.wsp-promo-product__price .wsppc-price-card,
.wsp-promo-product__price .wsp-price-compliance,
.wsp-promo-product__price .wsp-price-card{
    display:grid!important;
    gap:6px!important;
}
.wsp-promo-product__price .wsppc-current-label,
.wsp-promo-product__price .wsp-current-label,
.wsp-promo-product__price .wsppc-regular-label,
.wsp-promo-product__price .wsp-regular-label,
.wsp-promo-product__price .wsppc-lowest-label,
.wsp-promo-product__price .wsp-lowest-label{
    color:rgba(255,255,255,.78)!important;
    font-size:13px!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
    font-weight:800!important;
}
.wsp-promo-product__price .wsppc-current-price,
.wsp-promo-product__price .wsp-current-price,
.wsp-promo-product__price .amount{
    color:#fff!important;
    font-size:34px!important;
    line-height:1!important;
    font-weight:900!important;
    white-space:nowrap!important;
}
.wsp-promo-product__price .wsppc-regular,
.wsp-promo-product__price .wsp-regular,
.wsp-promo-product__price .wsppc-lowest,
.wsp-promo-product__price .wsp-lowest{
    color:rgba(255,255,255,.94)!important;
    font-size:15px!important;
    line-height:1.35!important;
    font-weight:700!important;
}
.wsp-promo-product__price .wsppc-discount,
.wsp-promo-product__price .wsp-discount{
    color:#ff2d3d!important;
    font-weight:900!important;
}
@media (max-width:760px){
    .wsp-promo-card__content{padding:26px!important;}
    .wsp-promo-product__price .wsppc-current-price,
    .wsp-promo-product__price .wsp-current-price,
    .wsp-promo-product__price .amount{font-size:30px!important;}
}
