#tm-home-shop{--shop-bg:#0c0b0a;--shop-surface:#171511;--shop-gold:#ffd45a;--shop-text:#f4eee5;--shop-muted:#cec6b8;box-sizing:border-box;width:calc(100% - 2rem);max-width:1200px;margin:3rem auto;padding:clamp(1.25rem,4vw,3rem);background:var(--shop-bg);color:var(--shop-text);border:1px solid #594c2b;border-radius:12px;overflow:visible}#tm-home-shop *,#tm-home-shop *::before,#tm-home-shop *::after{box-sizing:border-box}#tm-home-shop .tm-shop-heading{display:grid;grid-template-columns:1.1fr 1fr;gap:2rem;align-items:end;margin-bottom:2rem}#tm-home-shop .tm-shop-kicker{color:var(--shop-gold)!important;font-family:inherit;font-size:.875rem;line-height:1.5;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .75rem}#tm-home-shop h2{font-size:clamp(2rem,5vw,3.8rem);line-height:1.08;color:var(--shop-gold)!important;margin:0;letter-spacing:-.035em}#tm-home-shop p{font-size:1rem;line-height:1.7;color:var(--shop-muted)!important;margin:0}#tm-home-shop .tm-shop-group{margin-top:2.5rem}#tm-home-shop .tm-shop-category{border-top:1px solid #504631;padding-top:2rem}#tm-home-shop .tm-shop-group-heading{display:flex;gap:1rem;align-items:baseline;justify-content:space-between;flex-wrap:wrap;margin-bottom:1.25rem}#tm-home-shop h3{color:var(--shop-text)!important;font-size:clamp(1.25rem,2.5vw,1.7rem);line-height:1.3;margin:0}#tm-home-shop .tm-shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;list-style:none!important;padding:0!important;margin:0!important}#tm-home-shop .tm-shop-card{min-width:0;padding:0;margin:0;list-style:none!important;border:1px solid #504631;border-radius:8px;background:var(--shop-surface);transition:border-color .15s ease}#tm-home-shop .tm-shop-card:hover{border-color:var(--shop-gold)}#tm-home-shop .tm-shop-product{display:flex;flex-direction:column;height:100%;color:var(--shop-text)!important;text-decoration:none!important;border-radius:8px;overflow:hidden}#tm-home-shop .tm-shop-image{display:flex;align-items:center;justify-content:center;aspect-ratio:4/5;background:#100f0e;overflow:hidden}#tm-home-shop .tm-shop-image img{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;margin:0!important;border-radius:0!important;box-shadow:none!important}#tm-home-shop .tm-shop-copy{display:flex;flex:1;flex-direction:column;gap:.8rem;padding:1.15rem}#tm-home-shop .tm-shop-name{display:block;font-size:1.125rem;line-height:1.4;font-weight:800;color:var(--shop-text)!important;overflow-wrap:anywhere}#tm-home-shop .tm-shop-price{display:block;color:var(--shop-gold)!important;font-size:1rem;line-height:1.5;font-weight:700}#tm-home-shop .tm-shop-price *{color:inherit!important}#tm-home-shop .tm-shop-price del{color:var(--shop-muted)!important;font-weight:400}#tm-home-shop .tm-shop-price ins{background:transparent!important;text-decoration:none}#tm-home-shop .tm-shop-status{align-self:flex-start;color:var(--shop-muted);font-size:.875rem;line-height:1.5}#tm-home-shop .tm-shop-detail{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-top:auto;min-height:44px;border-top:1px solid #504631;padding-top:.65rem;font-size:.9375rem;line-height:1.4;font-weight:800;color:var(--shop-gold)!important}#tm-home-shop .tm-shop-text-link{display:inline-flex;align-items:center;gap:.5rem;min-height:44px;font-size:.9375rem;font-weight:700;color:var(--shop-gold)!important;text-decoration:underline;text-underline-offset:.25em}#tm-home-shop a:focus-visible{outline:3px solid #65edff!important;outline-offset:4px!important}#tm-home-shop .tm-shop-empty{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:1.5rem;border-top:1px solid #504631}#tm-home-shop .tm-shop-button{display:inline-flex;align-items:center;justify-content:center;gap:1rem;min-height:48px;flex-shrink:0;padding:.8rem 1.2rem;background:var(--shop-gold);color:#080807!important;border:1px solid var(--shop-gold);border-radius:4px;font-size:1rem;line-height:1.4;font-weight:800;text-decoration:none!important;text-align:center}@media(max-width:980px){#tm-home-shop .tm-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){#tm-home-shop .tm-shop-heading{grid-template-columns:1fr;gap:1rem}#tm-home-shop .tm-shop-empty{align-items:stretch;flex-direction:column}}@media(max-width:620px){#tm-home-shop{width:calc(100% - 1rem);margin:2rem auto;padding:1.25rem}#tm-home-shop .tm-shop-grid{grid-template-columns:1fr}#tm-home-shop .tm-shop-image{max-height:460px}#tm-home-shop .tm-shop-group-heading{align-items:flex-start;flex-direction:column;gap:.25rem}}@media(prefers-reduced-motion:reduce){#tm-home-shop .tm-shop-card{transition:none}}