.size-title{font-size:13px;margin-bottom:8px}
.sizes{display:flex;gap:7px;overflow:hidden;margin-bottom:16px}
.size{flex:0 0 48px;height:40px;border:1px solid var(--line);border-radius:6px;background:#fff}
.size:hover{border-color:var(--orange)}
.size.active{border:2px solid var(--orange);color:var(--orange);font-weight:700}
.cta-row{display:grid;grid-template-columns:1fr 52px;gap:8px}
.add-cart{height:52px;border-radius:7px;background:var(--orange);color:#fff;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center}
.add-cart:hover{background:var(--pink)}
.add-cart small{font-size:10px;font-weight:400;margin-top:1px}
.favorite{height:52px;border:1px solid var(--line);border-radius:7px;background:#fff;font-size:29px;color:var(--orange)}
.favorite.active{background:#fff0e5}
