@media screen and (max-width: 989.98px){.quantity-selector__list{gap:.5rem}}@media screen and (max-width: 989.98px){.quantity-selector__item{min-width:30%;margin-inline:auto}}@media screen and (max-width: 575.98px){.quantity-selector__item{width:100%}}.quantity-selector__label{gap:5px;padding:1rem;border-radius:10px;border:2px solid silver;box-shadow:none}@media screen and (max-width: 749.98px){.quantity-selector__label{padding:15px 5px 5px;height:-webkit-fill-available;height:-moz-available;height:stretch}}.quantity-selector input[type=radio]:checked+.quantity-selector__label{background:#ffcc37;border-color:#222;box-shadow:0 2px 0 #222}.quantity-selector input[type=radio]:checked+.quantity-selector__label .quantity-selector__shipping{color:gray}.quantity-selector__quantity{font-size:32px;font-weight:700;line-height:1}@media screen and (max-width: 749.98px){.quantity-selector__quantity{font-size:24px}}.quantity-selector__unit{font-size:20px;line-height:1}.quantity-selector__price{font-size:24px;font-weight:700;line-height:1}@media screen and (min-width: 750px){.quantity-selector__price{margin-top:15px}}.quantity-selector__badge{font-size:10px;color:#ffcc37;padding:3px;width:100%;gap:3px;border-radius:50px;top:0;left:50%;transform:translate(-50%, -50%);background-color:#222}@media screen and (min-width: 576px){.quantity-selector__badge{font-size:12px;min-width:80%;padding:3px 10px}}@media screen and (min-width: 1200px){.quantity-selector__badge{min-width:70%}}.quantity-selector__shipping{font-weight:700;color:green}