.merchPage{color:#111;background:#f6f6f6;min-height:100vh;font-family:Arial,Helvetica,sans-serif}.merchNav{background:#fff;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;min-height:92px;padding:22px 5vw;display:flex}.merchLogo img{width:190px;height:auto;display:block}.merchNavLinks{align-items:center;gap:28px;display:flex}.merchNavLinks a{color:#111;text-transform:uppercase;font-size:13px;font-weight:900;text-decoration:none}.merchHero{padding:70px 5vw 35px}.merchHero p{color:#d60000;text-transform:uppercase;letter-spacing:2px;margin:0 0 14px;font-weight:950}.merchHero h1{text-transform:uppercase;margin:0 0 22px;font-size:clamp(44px,8vw,92px);font-weight:950;line-height:.95}.merchHero span{color:#333;max-width:760px;font-size:22px;line-height:1.5;display:block}.merchGrid{grid-template-columns:repeat(3,1fr);gap:28px;padding:30px 5vw 80px;display:grid}.productCard{background:#fff;border:1px solid #eaeaea;border-radius:22px;overflow:hidden;box-shadow:0 20px 55px #00000014}.productImage{background-color:#f1f1f1;background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:340px}.productInfo{padding:28px}.productInfo h2{text-transform:uppercase;margin:0 0 12px;font-size:30px;font-weight:950;line-height:1}.productInfo p{color:#333;margin:0 0 22px;font-size:16px;line-height:1.45}.sizeSelect{flex-direction:column;gap:8px;margin-bottom:22px;font-weight:900;display:flex}.sizeSelect select{border:1px solid #d7d7d7;border-radius:8px;min-height:52px;padding:0 14px;font-size:16px}.productBottom{justify-content:space-between;align-items:center;gap:18px;display:flex}.productBottom strong{color:#d60000;font-size:22px;font-weight:950}.buyerPanel{background:#fff;border:1px solid #eaeaea;border-radius:22px;width:min(100% - 40px,1180px);margin:10px auto 24px;padding:28px;box-shadow:0 18px 55px #0000000f}.buyerPanel h2{text-transform:uppercase;margin:0 0 20px;font-size:28px;font-weight:950;line-height:1}.buyerGrid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.buyerGrid label{flex-direction:column;gap:8px;font-weight:900;display:flex}.buyerGrid input{border:1px solid #d7d7d7;border-radius:8px;min-height:54px;padding:0 14px;font-size:16px}.deliveryGrid{grid-template-columns:.8fr 1.2fr;gap:18px;margin-top:18px;display:grid}.deliveryGrid label{flex-direction:column;gap:8px;font-weight:900;display:flex}.deliveryGrid select,.deliveryGrid textarea{border:1px solid #d7d7d7;border-radius:8px;padding:14px;font-family:inherit;font-size:16px}.deliveryGrid select{min-height:54px}@media (max-width:800px){.deliveryGrid{grid-template-columns:1fr}}.buyBtn{color:#fff;text-transform:uppercase;background:#d60000;border-radius:8px;justify-content:center;align-items:center;min-height:50px;padding:0 22px;font-size:13px;font-weight:950;text-decoration:none;display:inline-flex}@media (max-width:980px){.merchGrid{grid-template-columns:repeat(2,1fr)}.merchNavLinks{display:none}.buyerGrid{grid-template-columns:1fr}}@media (max-width:640px){.merchHero{padding-top:48px}.merchGrid{grid-template-columns:1fr}.productImage{min-height:300px}.productBottom{flex-direction:column;align-items:stretch}.buyBtn{width:100%}}
