
.ciwo-shop-page{max-width:1200px;margin:0 auto}
.ciwo-shop-page section{margin:2.5rem 0}
.ciwo-shop-page h2{margin-bottom:1rem}
.ciwo-shop-grid{display:grid;gap:24px;align-items:stretch}
.ciwo-shop-grid-item{min-width:0;height:100%}
.ciwo-shop-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.ciwo-shop-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.ciwo-shop-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.ciwo-affiliate-disclosure{margin-top:18px;opacity:.78}
.ciwo-shop-faq-item{padding:18px 0;border-bottom:1px solid rgba(0,0,0,.12)}
.ciwo-shop-faq-item h3{margin:0 0 8px}
.ciwo-shop-related ul{columns:2;gap:28px}
.ciwo-shop-breadcrumbs{font-size:.9rem;margin:0 0 1.5rem;opacity:.82}
.ciwo-shop-breadcrumbs span{padding:0 .4rem}
.ciwo-shop-archive-nav{max-width:1200px;margin:2rem auto}
.ciwo-shop-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.ciwo-shop-category-card{display:flex;flex-direction:column;gap:8px;padding:22px;border:1px solid rgba(0,0,0,.12);border-radius:12px;text-decoration:none}
@media (max-width: 900px){
  .ciwo-shop-cols-4,.ciwo-shop-cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}
  .ciwo-shop-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 600px){
  .ciwo-shop-grid,.ciwo-shop-cols-2,.ciwo-shop-cols-3,.ciwo-shop-cols-4{grid-template-columns:1fr}
  .ciwo-shop-related ul{columns:1}
  .ciwo-shop-category-grid{grid-template-columns:1fr}
}

.ciwo-shop-products-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:1rem;
}
.ciwo-shop-products-heading h2{margin-bottom:0}
.ciwo-shop-product-count{margin:0;opacity:.72;font-size:.95rem}
.ciwo-shop-pagination{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:8px;
  margin:32px 0 18px;
}
.ciwo-shop-page-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:42px;
  min-height:42px;
  padding:8px 13px;
  border:1px solid rgba(0,0,0,.18);
  border-radius:8px;
  text-decoration:none;
  font-weight:600;
}
.ciwo-shop-page-link:hover{border-color:currentColor}
.ciwo-shop-page-link.is-current{
  background:#111;
  color:#fff;
  border-color:#111;
}
.ciwo-shop-prev,.ciwo-shop-next{min-width:auto}
.ciwo-shop-page-ellipsis{padding:0 4px}
@media (max-width:600px){
  .ciwo-shop-products-heading{display:block}
  .ciwo-shop-product-count{margin-top:6px}
  .ciwo-shop-prev,.ciwo-shop-next{width:100%}
}

/* v1.2.0 Storefront */
.ciwo-storefront{max-width:1180px;margin:0 auto;padding:10px 0 36px}
.ciwo-store-hero{text-align:center;padding:46px 24px 38px;margin-bottom:28px;border-radius:18px;background:linear-gradient(135deg,#111 0%,#262626 100%);color:#fff}
.ciwo-store-hero-compact{padding:34px 24px}
.ciwo-store-eyebrow{font-size:.78rem;font-weight:800;letter-spacing:.16em;margin:0 0 8px;opacity:.75}
.ciwo-store-hero h1,.ciwo-store-hero h2{color:#fff;margin:0 0 12px}
.ciwo-store-hero h1{font-size:clamp(2rem,5vw,3.6rem)}
.ciwo-store-lead{max-width:760px;margin:0 auto;font-size:1.08rem;line-height:1.7;opacity:.9}
.ciwo-store-section-heading{text-align:center;margin:30px 0 22px}
.ciwo-store-section-heading p{font-size:.78rem;font-weight:800;letter-spacing:.14em;margin:0 0 4px;opacity:.6}
.ciwo-store-section-heading h2{margin:0}
.ciwo-store-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.ciwo-store-card{border:1px solid rgba(0,0,0,.11);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.06);display:flex;flex-direction:column}
.ciwo-store-card-image{display:block;aspect-ratio:16/9;background:#171717;overflow:hidden}
.ciwo-store-card-image img{width:100%;height:100%;object-fit:cover;display:block}
.ciwo-store-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:18px;background:linear-gradient(135deg,#151515,#343434)}
.ciwo-store-placeholder span{font-size:.8rem;letter-spacing:.18em;opacity:.6}
.ciwo-store-placeholder strong{font-size:1.5rem;margin-top:6px}
.ciwo-store-card-body{padding:22px;display:flex;flex:1;flex-direction:column}
.ciwo-store-card-body h3{margin:0 0 9px;font-size:1.35rem}

.ciwo-store-card-body p{line-height:1.6}
.ciwo-store-count{font-size:.86rem;opacity:.6;margin-top:auto}
.ciwo-store-button{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding:11px 15px;border-radius:8px;background:#111;color:#fff!important;text-decoration:none!important;font-weight:700}
.ciwo-store-button:hover{opacity:.88}
.ciwo-store-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:42px;border-radius:14px;overflow:hidden;background:#ddd}
.ciwo-store-trust div{background:#f6f6f6;padding:20px;text-align:center}
.ciwo-store-trust strong,.ciwo-store-trust span{display:block}
.ciwo-store-trust span{font-size:.9rem;margin-top:5px;opacity:.68}
.ciwo-store-breadcrumb{display:flex;gap:9px;align-items:center;margin:0 0 18px;font-size:.92rem}
.ciwo-store-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.ciwo-store-guide-card{border:1px solid rgba(0,0,0,.12);border-radius:14px;padding:22px;background:#fff}
@media(max-width:850px){.ciwo-store-grid,.ciwo-store-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.ciwo-store-grid,.ciwo-store-guide-grid,.ciwo-store-trust{grid-template-columns:1fr}.ciwo-store-hero{padding:34px 18px}.ciwo-storefront{padding-left:4px;padding-right:4px}}

/* v1.2.2 storefront refinements */
.ciwo-storefront *{box-sizing:border-box}
.ciwo-storefront a{transition:opacity .15s ease,transform .15s ease,box-shadow .15s ease}
.ciwo-store-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(0,0,0,.10)}
.ciwo-store-card-body h3 a{color:inherit}
.ciwo-store-section{margin-top:28px}
.ciwo-store-empty{padding:36px 24px;border:1px dashed rgba(0,0,0,.2);border-radius:14px;text-align:center;background:#fafafa}
.ciwo-store-breadcrumb a{text-decoration:none;font-weight:700}
.ciwo-storefront .ciwo-store-button{color:#fff}

/* v1.2.4 category-card navigation cleanup */
.ciwo-store-card-body h3{
  text-decoration:none;
  color:inherit;
}
.ciwo-store-card-image{
  cursor:default;
}

/* v1.2.5 storefront continuity */
.ciwo-storefront-product-page{
  max-width:1180px;
  margin:0 auto;
}
.ciwo-shop-singular .ciwo-shop-breadcrumbs{
  margin:0 0 22px;
  font-size:.95rem;
}
.ciwo-shop-singular .ciwo-shop-breadcrumbs a{
  text-decoration:none;
  font-weight:700;
}
.ciwo-shop-singular .ciwo-shop-breadcrumbs span[aria-current="page"]{
  font-weight:600;
  opacity:.78;
}
.ciwo-shop-singular .entry-title{
  margin-bottom:.35rem;
}
