.shop-banner{background-image:linear-gradient(321deg,#2c3529,#2d362a 18%,#252b1f 44%,#323b2d 61%,#2c3529);height:240px;overflow:hidden}.shop-banner-inner{justify-content:space-between;align-items:flex-end;max-width:1360px;height:100%;margin:0 auto;padding:0 20px;display:flex;position:relative}.shop-banner-vial{align-items:flex-end;height:100%;display:flex}.shop-banner-title{color:#fff;letter-spacing:-1px;margin:0;font-size:clamp(36px,5vw,60px);font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.shop-products{background:var(--bg);padding:64px 0 80px}.shop-products-inner{max-width:1320px;margin:0 auto;padding:0 20px}.shop-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.shop-card{background:var(--white);border:1px solid #e4e4e4;border-radius:16px;flex-direction:column;display:flex;overflow:hidden}.shop-card-img{background:#f5f5f5;flex-shrink:0;height:300px;position:relative}.shop-card-body{flex-direction:column;flex:1;padding:20px 20px 24px;display:flex}.shop-card-name{color:var(--dark3);flex:1;margin:0 0 20px;font-size:16px;font-weight:700;line-height:1.45}.shop-card-price-row{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:16px;display:flex}.shop-card-price-label{color:var(--body);font-size:13px;font-weight:500}.shop-card-price{color:var(--dark3);font-size:22px;font-weight:800}.shop-card-cta{text-align:center;background:var(--dark3);color:#fff;border-radius:8px;padding:13px;font-size:14px;font-weight:600;text-decoration:none;transition:opacity .2s;display:block}.shop-card-cta:hover{opacity:.85}@media (max-width:900px){.shop-grid{grid-template-columns:1fr 1fr}.shop-banner{height:180px}}@media (max-width:600px){.shop-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}
