.st-wrap{max-width:1120px;margin:0 auto;padding:32px 18px 64px}
.st-store,.st-single{--st-c:var(--ir-primary,#1E7A6E);--st-line:#e6e8eb;--st-dim:#6b7280;color:#1f2328}

/* Hero */
.st-hero{text-align:center;margin-bottom:26px}
.st-hero-title{font-size:34px;line-height:1.2;margin:0 0 8px}
.st-hero-sub{color:var(--st-dim);font-size:16px;margin:0}

/* Filter */
.st-filter{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:28px}
.st-filter-btn{display:inline-block;padding:7px 16px;border:1px solid var(--st-line);border-radius:999px;font-size:14px;text-decoration:none;color:#374151;background:#fff;transition:.15s}
.st-filter-btn:hover{border-color:var(--st-c);color:var(--st-c)}
.st-filter-btn.is-active{background:var(--st-c);border-color:var(--st-c);color:#fff}
.st-filter-btn--all{border-color:var(--st-c);color:var(--st-c);font-weight:600}
.st-filter-btn--all:hover{background:var(--st-c);color:#fff}
.st-allbtn{display:flex;justify-content:center;margin-top:12px}
.st-allbtn .st-filter-btn--all{padding:11px 26px;font-size:15px}

/* Section */
.st-section{margin-bottom:40px}
.st-section-title{font-size:19px;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid var(--st-line)}
.st-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;border-bottom:1px solid var(--st-line);padding-bottom:8px;margin-bottom:8px}
.st-section-title--flush{margin:0;padding:0;border:0}
.st-section-title--flush a{color:inherit;text-decoration:none}
.st-section-title--flush a:hover{color:var(--st-c)}
.st-section-more{font-size:13px;font-weight:600;color:var(--st-c);text-decoration:none;white-space:nowrap}
.st-section-desc{font-size:14px;color:var(--st-dim);margin:0 0 14px;line-height:1.6}
.st-empty{color:var(--st-dim)}

/* Grid */
.st-grid{display:grid;gap:20px}
.st-grid--1{grid-template-columns:minmax(0,380px)}
.st-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.st-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.st-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(max-width:900px){.st-grid--3,.st-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.st-grid{grid-template-columns:1fr!important}}

/* Card */
.st-card{border:1px solid var(--st-line);border-radius:12px;overflow:hidden;background:#fff;transition:.18s}
.st-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-2px)}
.st-card-link{display:block;text-decoration:none;color:inherit;height:100%}
.st-card-img{position:relative;aspect-ratio:16/9;background:#f3f4f6}
.st-card-img img{width:100%;height:100%;object-fit:cover;display:block}
.st-badge{position:absolute;top:10px;left:10px;background:var(--st-c);color:#fff;font-size:11px;font-weight:700;padding:4px 9px;border-radius:5px;letter-spacing:.3px}
.st-badge--new{left:auto;right:10px;background:#c0392b}
.st-badge-row{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}
.st-badge--inline{position:static;display:inline-block}
.st-filter--collection{margin-bottom:14px}
.st-filter--collection .st-filter-btn{font-weight:600}
.st-filter--cat .st-filter-btn{font-size:13px;padding:5px 13px}
.st-card-body{padding:16px}
.st-type{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--st-c);margin-bottom:6px}
.st-card-title{font-size:17px;line-height:1.35;margin:0 0 6px}
.st-card-excerpt{font-size:13.5px;line-height:1.55;color:var(--st-dim);margin:0 0 10px}
.st-card-meta{display:flex;gap:10px;flex-wrap:wrap;font-size:12px;color:var(--st-dim);margin-top:8px}
.st-meta-low{color:#c0392b;font-weight:600}
.st-card-cta{display:inline-block;margin-top:12px;font-size:13px;font-weight:600;color:var(--st-c)}

/* Price */
.st-price{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;margin-top:6px}
.st-price-now{font-size:19px;font-weight:700;color:#111}
.st-price-unit{font-size:13px;font-weight:500;color:var(--st-dim)}
.st-price-old{font-size:13px;color:#9ca3af;text-decoration:line-through}
.st-price-note{font-size:12px;color:var(--st-dim);width:100%}
.st-disc{background:#c0392b;color:#fff;font-size:11px;font-weight:700;padding:2px 7px;border-radius:4px}

/* Single */
.st-crumb{font-size:13px;color:var(--st-dim);margin-bottom:18px;display:flex;gap:6px;flex-wrap:wrap}
.st-crumb a{color:var(--st-dim);text-decoration:none}
.st-crumb a:hover{color:var(--st-c)}
.st-crumb-current{color:#111}
.st-single-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:36px;align-items:start}
@media(max-width:900px){.st-single-grid{grid-template-columns:1fr;gap:24px}}
.st-single-img{border-radius:14px;overflow:hidden;margin-bottom:20px;background:#f3f4f6}
.st-single-img img{width:100%;height:auto;display:block}
.st-single-title{font-size:30px;line-height:1.25;margin:6px 0 10px}
.st-single-headline{font-size:17px;color:var(--st-dim);margin:0 0 20px;line-height:1.6}
.st-content{font-size:16px;line-height:1.75}
.st-content h2{font-size:22px;margin:28px 0 10px}
.st-content h3{font-size:18px;margin:22px 0 8px}
.st-content ul,.st-content ol{padding-left:22px}
.st-content img{max-width:100%;height:auto;border-radius:10px}
/* WordPress mengubah emoji jadi <img>. Aturan gambar di atas menimpa ukuran
   bawaannya, jadi emoji dikembalikan ke tinggi satu baris teks. */
.st-store img.emoji,.st-store img.wp-smiley,
.st-single img.emoji,.st-single img.wp-smiley{display:inline-block;width:1em;height:1em;max-width:1em;margin:0 .07em;padding:0;vertical-align:-.1em;border:0;border-radius:0;box-shadow:none;background:none}

/* Buy box */
.st-buy{position:sticky;top:24px}
.st-buy-inner{border:1px solid var(--st-line);border-radius:14px;padding:20px;background:#fff;box-shadow:0 4px 18px rgba(0,0,0,.05)}
.st-buy .st-price{margin-bottom:12px}
.st-buybox{margin:24px 0}
.st-buybox--center{margin-left:auto;margin-right:auto}
.st-buy-title{font-size:17px;line-height:1.35;margin:0 0 10px}
@media(max-width:560px){.st-buybox{max-width:100%!important}}
.st-sold{font-size:13px;color:var(--st-dim);margin:6px 0 0}
.st-btn{display:block;text-align:center;background:var(--st-c);color:#fff;font-weight:700;font-size:15px;padding:14px 18px;border-radius:10px;text-decoration:none;margin-top:14px;line-height:1.4;transition:.15s}
.st-btn:hover{filter:brightness(.93);color:#fff}
.st-btn--ghost{background:transparent;color:var(--st-c);border:1px solid var(--st-c);font-weight:600;font-size:14px;padding:11px 16px}
.st-btn--ghost:hover{background:rgba(0,0,0,.03);color:var(--st-c)}
.st-btn--off{background:#e5e7eb;color:#6b7280;cursor:not-allowed}
.st-secure{font-size:12px;color:var(--st-dim);text-align:center;margin:12px 0 0}
.st-related{margin-top:48px}
@media(max-width:900px){
  /* Di layar kecil kolomnya jadi bertumpuk, jadi kotak beli tidak perlu sticky
     dan blok "Produk lain" butuh jarak sendiri dari kotak di atasnya. */
  .st-buy{position:static}
  .st-single-grid{margin-bottom:0}
  .st-related{margin-top:36px}
  .st-single-title{font-size:26px}
  .st-wrap{padding:24px 16px 48px}
}

/* Timer */
.st-timer{background:#fff4e5;border:1px solid #ffd8a8;color:#a35200;font-size:13px;font-weight:600;padding:9px 12px;border-radius:8px;margin-bottom:10px;text-align:center}
.st-timer--ended{background:#f3f4f6;border-color:#e5e7eb;color:#6b7280}

/* Pagination */
.st-pagination{display:flex;gap:6px;justify-content:center;margin-top:8px}
.st-page{min-width:38px;text-align:center;padding:8px 10px;border:1px solid var(--st-line);border-radius:8px;text-decoration:none;color:#374151;font-size:14px}
.st-page.is-active{background:var(--st-c);border-color:var(--st-c);color:#fff}
