:root {
    --pb-shop-navy: #0b2346;
    --pb-shop-red: #d62828;
    --pb-shop-gold: #d6a11d;
    --pb-shop-ink: #16191f;
    --pb-shop-muted: #626976;
    --pb-shop-paper: #ffffff;
    --pb-shop-soft: #f5f7fa;
    --pb-shop-line: #e3e7ec;
}

.pb-shop{max-width:1240px;margin:0 auto;padding:28px 18px 56px;color:var(--pb-shop-ink);box-sizing:border-box}.pb-shop *{box-sizing:border-box}.pb-shop__hero{border-bottom:1px solid var(--pb-shop-line);padding:10px 0 28px;margin-bottom:30px}.pb-shop__kicker{display:inline-block;font-size:12px;line-height:1.2;font-weight:800;letter-spacing:.15em;color:var(--pb-shop-red);margin-bottom:10px}.pb-shop__title{font-size:clamp(34px,5vw,64px);line-height:.98;letter-spacing:-.035em;margin:0 0 14px;color:var(--pb-shop-navy)}.pb-shop__intro{font-size:clamp(17px,2vw,21px);line-height:1.55;max-width:780px;margin:0;color:var(--pb-shop-muted)}.pb-shop__store-link{display:inline-flex;gap:6px;align-items:center;margin-top:18px;font-weight:700;text-decoration:none;color:var(--pb-shop-navy)}.pb-shop__store-link:hover{text-decoration:underline}.pb-shop__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.pb-product-card{border:1px solid var(--pb-shop-line);background:var(--pb-shop-paper);border-radius:16px;overflow:hidden;box-shadow:0 8px 28px rgba(11,35,70,.06);display:flex;flex-direction:column;min-width:0}.pb-product-card__media{position:relative;display:block;aspect-ratio:4/5;background:linear-gradient(145deg,#eef1f5,#fff);overflow:hidden;text-decoration:none}.pb-product-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.pb-product-card:hover .pb-product-card__media img{transform:scale(1.02)}.pb-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;font-size:28px;line-height:1.05;letter-spacing:.08em;font-weight:900;color:var(--pb-shop-navy)}.pb-product-card__badge{position:absolute;left:14px;top:14px;background:var(--pb-shop-gold);color:#111;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900;letter-spacing:.08em;box-shadow:0 2px 10px rgba(0,0,0,.12)}.pb-product-card__body{padding:20px;display:flex;flex:1;flex-direction:column}.pb-product-card__subtitle{font-size:12px;line-height:1.35;color:var(--pb-shop-red);font-weight:800;letter-spacing:.04em;text-transform:uppercase;margin-bottom:8px}.pb-product-card__title{font-size:23px;line-height:1.12;margin:0 0 10px}.pb-product-card__title a{color:var(--pb-shop-navy);text-decoration:none}.pb-product-card__title a:hover{text-decoration:underline}.pb-product-card__excerpt{font-size:15px;line-height:1.5;color:var(--pb-shop-muted);margin:0 0 20px}.pb-product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.pb-product-card__price{font-size:21px;font-weight:900;color:var(--pb-shop-ink);white-space:nowrap}.pb-shop-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--pb-shop-navy);color:#fff!important;text-decoration:none!important;border:0;border-radius:8px;padding:12px 16px;font-weight:800;line-height:1.1;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.pb-shop-button:hover{background:#071a35;transform:translateY(-1px);box-shadow:0 6px 18px rgba(11,35,70,.16)}.pb-shop-button--secondary{background:#eef2f7;color:var(--pb-shop-navy)!important}.pb-shop-button--secondary:hover{background:#e3e9f1}.pb-shop-button--large{padding:15px 22px;font-size:17px}.pb-shop__fulfillment-note{margin:30px 0 0;padding-top:20px;border-top:1px solid var(--pb-shop-line);font-size:13px;color:var(--pb-shop-muted)}.pb-shop__empty{padding:34px;border:1px dashed #c7ced8;border-radius:14px;background:var(--pb-shop-soft);display:flex;flex-direction:column;gap:6px;color:var(--pb-shop-muted)}.pb-shop__empty strong{color:var(--pb-shop-navy);font-size:20px}.pb-product-purchase{margin:30px 0 10px;padding:24px;border:1px solid var(--pb-shop-line);border-left:5px solid var(--pb-shop-gold);border-radius:12px;background:var(--pb-shop-soft)}.pb-product-purchase__badge{display:inline-block;background:var(--pb-shop-gold);color:#111;font-size:11px;font-weight:900;letter-spacing:.08em;padding:6px 9px;border-radius:999px;margin-bottom:10px}.pb-product-purchase__subtitle{font-size:14px;font-weight:800;color:var(--pb-shop-navy);margin-bottom:8px}.pb-product-purchase__price{font-size:28px;font-weight:900;color:var(--pb-shop-ink);margin:2px 0 15px}.pb-product-purchase__action{margin:4px 0}.pb-product-purchase__note{font-size:12px;color:var(--pb-shop-muted);margin:12px 0 0}.pb-product-purchase__coming{font-weight:700;color:var(--pb-shop-muted)}

@media(max-width:900px){.pb-shop__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.pb-shop{padding-left:14px;padding-right:14px}.pb-shop__grid{grid-template-columns:1fr;gap:18px}.pb-product-card__footer{align-items:stretch;flex-direction:column}.pb-shop-button{width:100%}.pb-product-card__price{font-size:20px}.pb-shop__title{font-size:40px}}
