:root{--sh-bg: #f8f6ea;--sh-card: #ffffff;--sh-border: #e8e0d0;--sh-text: #1a1a1a;--sh-muted: #888;--sh-accent: #CC5500;--sh-dark: #1a1a1a;--sh-radius: 12px;--sh-shadow: 0 2px 8px rgba(0,0,0,.06);--sh-ch: 60px}#sh-filters{padding:10px 16px 6px;background:var(--sh-bg);border-bottom:1px solid var(--sh-border);display:flex;flex-wrap:wrap;gap:4px 24px;align-items:center}.sh-filter-row{display:flex;align-items:center;gap:10px;margin-bottom:8px;flex-wrap:wrap}@media (max-width: 600px){.sh-filter-row{flex-direction:column;align-items:flex-start;gap:6px}.sh-pills{flex-wrap:wrap!important;width:100%}}.sh-filter-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--sh-muted);white-space:nowrap;flex-shrink:0}.sh-pills{display:flex;gap:6px;flex-wrap:wrap}.sh-pill{padding:8px 16px;border-radius:999px;border:1.5px solid var(--sh-border);background:var(--sh-card);color:var(--sh-text);font-size:13px;font-weight:500;cursor:pointer;transition:all .12s;font-family:inherit;min-height:44px;display:inline-flex;align-items:center;white-space:nowrap}.sh-pill:hover{background:#f0e8dc;border-color:var(--sh-accent)}.sh-pill--on{background:var(--sh-dark);border-color:var(--sh-dark);color:#fff}.wbs-kit-summary{display:flex;align-items:center;gap:8px;padding:8px 16px;font-size:13px;background:linear-gradient(135deg,#c50,#ff7a1a);color:#fff;flex-wrap:wrap;font-weight:500}.wbs-kit-summary__name{font-weight:800;color:#fff;font-size:15px}.wbs-story-section{padding:16px 0 4px}.wbs-story-hook{background:linear-gradient(135deg,#fff9f0,#fff);border:1px solid #e8dfd3;border-radius:10px;padding:16px 18px}.wbs-story-hook-emoji{font-size:28px;margin-bottom:8px;display:block}.wbs-story-hook-title{font-size:16px;font-weight:800;color:#1a1a1a;line-height:1.3;margin-bottom:6px}.wbs-story-hook-desc{font-size:13px;color:#5a4a3a;line-height:1.5;margin:0}.wbs-tiers-header{padding:16px 0 4px}.wbs-tiers-title{font-size:15px;font-weight:800;color:#1a1a1a;margin:0 0 2px}.wbs-tiers-subtitle{font-size:12px;color:#888;margin:0}.wbs-kit-summary__dot{color:#ffffff80}#sh-main{margin:0;padding:16px 16px 24px}.wbs-tier-row{margin:0 0 20px}.wbs-tier-row--featured{background:#cc55000a;padding:16px 0;border-radius:12px}.wbs-tier-row__header{display:flex;align-items:center;justify-content:space-between;padding:0 16px 8px;gap:12px}.wbs-tier-row__title{font-size:16px;font-weight:800;color:#1a1a1a;margin:0}.wbs-tier-row__badge{display:inline-block;background:#c50;color:#fff;font-size:11px;font-weight:700;padding:2px 8px;border-radius:10px;margin-left:8px;vertical-align:middle}.wbs-tier-row__subtitle{font-size:12px;color:#888;margin:2px 0 0}.wbs-tier-row__total{font-weight:700;color:#c50}.wbs-tier-cta-group{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.wbs-tier-row__cart-btn{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;background:#febd69;color:#0f1111;font-size:11px;font-weight:700;border-radius:4px;text-decoration:none;white-space:nowrap;transition:background .15s;flex-shrink:0;font-family:inherit}.wbs-tier-row__cart-btn:hover{background:#e68900;color:#111}.wbs-tier-editorial{font-size:14px;line-height:1.6;color:#4a3a2a;padding:0 16px 8px;margin:0}.wbs-products{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:4px 0 16px}@media (max-width: 640px){.wbs-products{grid-template-columns:repeat(2,1fr);gap:8px}}.sh-card{background:var(--sh-card);border-radius:8px;border:1px solid var(--sh-border);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s,transform .15s;cursor:pointer}.sh-card:hover{box-shadow:0 4px 16px #0000001f;transform:translateY(-2px)}.sh-card-img{width:100%;height:100px;background:#fff;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.sh-card-img img{width:100%;height:100%;object-fit:contain;padding:6px}.sh-card-info{padding:8px;display:flex;flex-direction:column;gap:2px;flex:1}.sh-card-role{font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#c50}.sh-card-name{font-size:11px;font-weight:600;color:var(--sh-text);line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sh-card-why{display:none}.sh-card-rating{font-size:10px;color:#de7921;letter-spacing:-1px}.sh-card-rating-count{font-size:9px;color:#007185;margin-left:2px}.sh-price-row{display:flex;align-items:center;gap:4px;margin-top:2px}.sh-card-price{font-size:14px;font-weight:800;color:#0f1111}.sh-price-note{font-size:9px;color:#999;display:block}.sh-cb{width:15px;height:15px;cursor:pointer;accent-color:#CC5500;flex-shrink:0}.sh-card-link{display:inline-block;margin-top:4px;font-size:10px;font-weight:600;color:#007185;text-decoration:none}.sh-card-link:hover{text-decoration:underline;color:#c7511f}.sh-share-btn{display:inline-flex;align-items:center;gap:3px;padding:5px 10px;border:1px solid #ddd;border-radius:4px;background:transparent;color:#555;font-size:11px;font-weight:600;cursor:pointer;font-family:inherit;white-space:nowrap}.sh-share-btn:hover{background:#fff3eb}.wbs-related-guide{margin:4px 0 8px}.wbs-related-guide a{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#fff;border:1px solid #e8dfd3;border-radius:8px;text-decoration:none;color:inherit;transition:box-shadow .15s}.wbs-related-guide a:hover{box-shadow:0 2px 8px #00000014}.wbs-related-guide-icon{font-size:24px;flex-shrink:0}.wbs-related-guide-text{flex:1;min-width:0}.wbs-related-guide-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#c50}.wbs-related-guide-title{font-size:13px;font-weight:700;color:#1a1a1a;line-height:1.3}.wbs-related-guide-cta{font-size:11px;color:#007185;font-weight:600;flex-shrink:0}.wbs-plan-section{margin:8px 0 16px;background:#f8f6ea;border:1px solid #e8dfd3;border-radius:8px}.wbs-plan-toggle{padding:10px 14px;cursor:pointer;font-size:13px;font-weight:700;color:#c50;list-style:none;display:flex;align-items:center;gap:6px}.wbs-plan-toggle::-webkit-details-marker{display:none}.wbs-plan-section[open] .wbs-plan-toggle span:first-letter{content:"▼"}.wbs-plan-timeline{padding:0 14px 14px}.wbs-plan-step{display:flex;gap:10px;padding:8px 0;border-bottom:1px solid #e8e0d0;font-size:12px;line-height:1.4;align-items:flex-start}.wbs-plan-step:last-child{border-bottom:none}.wbs-plan-step-icon{font-size:16px;flex-shrink:0;width:24px;text-align:center}.wbs-plan-step-text{flex:1}.wbs-plan-step-time{font-weight:700;color:#c50;font-size:11px;margin-bottom:2px}.wbs-plan-step-desc{color:#4a3a2a}#sh-cart-bar{position:sticky;top:0;z-index:200;height:36px;background:#232f3e;color:#fff;display:flex;align-items:center;gap:10px;padding:0 16px;font-size:12px}#sh-cart-summary{flex:1;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.sh-cart-cta{display:inline-flex;align-items:center;padding:4px 12px;background:#febd69;color:#0f1111;font-weight:700;font-size:11px;border-radius:4px;text-decoration:none;white-space:nowrap;flex-shrink:0;font-family:inherit}.sh-cart-cta:hover{background:#f3a847;color:#0f1111}.sh-cart-cta--dim{opacity:.5;pointer-events:none}.wbs-mobile-drawer__cta{display:none;padding:8px 14px;background:#f90;color:#111;font-weight:700;font-size:12px;border-radius:8px;text-decoration:none;white-space:nowrap;flex-shrink:0;font-family:inherit}@media (min-width: 768px){#sh-main{padding:16px 24px 24px}#sh-filters{padding-left:24px;padding-right:24px}.wbs-kit-summary{padding:10px 24px}.sh-card-img{height:120px}}@media (min-width: 1100px){#sh-main{padding:16px 40px 24px}#sh-filters{padding-left:40px;padding-right:40px}.wbs-kit-summary{padding:10px 40px}.sh-card-img{height:140px}.sh-card-info{padding:10px}}@media (min-width: 1600px){#sh-main{padding:16px 60px 24px}#sh-filters{padding-left:60px;padding-right:60px}.wbs-kit-summary{padding:10px 64px}.sh-card-img{height:160px}.sh-card-info{padding:12px}.sh-card-name{font-size:13px}}
