.custom-quantity-buttons{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px 8px}@media screen and (min-width: 750px){.custom-quantity-buttons{gap:32px 16px}}@media screen and (min-width: 990px){.custom-quantity-buttons{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 1200px){.custom-quantity-buttons{grid-template-columns:repeat(3, 1fr)}}.custom-quantity-radio:checked+.custom-quantity-button{background-color:#f1e8cf;outline:2px solid #531d25}.custom-quantity-radio:checked+.custom-quantity-button .custom-quantity-button__decorate-select{border-color:#531d25;background-color:#fff}.custom-quantity-radio:checked+.custom-quantity-button .custom-quantity-button__decorate-select:before{display:block}.custom-quantity-button{position:relative;display:block;text-align:center;background:#fff;box-shadow:0px 4px 5px 0px rgba(0,0,0,.1019607843);outline:1px solid #d4d9dc;border-radius:16px;transition:background 150ms;cursor:pointer}.custom-quantity-button__content-holder{display:flex;flex-direction:column;gap:8px;padding:12px 16px}.custom-quantity-button__header{font-family:var(--font-family--dm-sans);font-size:16px;font-weight:400;letter-spacing:0;line-height:1.2;padding:0 12px}@media screen and (min-width: 414px){.custom-quantity-button__header{font-size:20px;padding:0 14px}}@media screen and (min-width: 750px){.custom-quantity-button__header{font-size:24px}}.custom-quantity-button__price{display:inline-flex;justify-content:center;align-items:center;flex-wrap:wrap;font-family:var(--font-family--dm-sans);font-size:16px;font-weight:700;letter-spacing:0;line-height:1.5}@media screen and (min-width: 750px){.custom-quantity-button__price{font-size:20px}}.custom-quantity-button__price small{font-family:var(--font-family--poppins);font-size:10px;font-weight:400;letter-spacing:-3%}.custom-quantity-button__label-discount{position:absolute;top:0;left:50%;display:inline-flex;align-items:center;width:-moz-max-content;width:max-content;min-height:20px;padding:2px 12px;font-family:var(--font-family--poppins);font-size:12px;font-weight:600;letter-spacing:0;line-height:1.25;color:#fff;background:#531d25;border-radius:16px 16px 0 0;transform:translate(-50%, -100%)}@media screen and (min-width: 750px){.custom-quantity-button__label-discount{padding:2px 20px}}.custom-quantity-button__label-popular{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:2px 4px;font-family:var(--font-family--poppins);font-size:12px;font-weight:600;letter-spacing:0;line-height:1.3;color:#fff;background:linear-gradient(90deg, #ab9861 0%, #d3c089 53.37%, #ab9861 99.52%);border-radius:0 0 14px 14px}@media screen and (min-width: 750px){.custom-quantity-button__label-popular{font-size:12px}}.custom-quantity-button__decorate-select{position:absolute;top:13px;left:12px;display:block;width:16px;height:16px;border-radius:50%;border:1px solid #d4d9dc}@media screen and (min-width: 414px){.custom-quantity-button__decorate-select{top:16px}}@media screen and (min-width: 750px){.custom-quantity-button__decorate-select{top:18px}}.custom-quantity-button__decorate-select:before{content:"";position:absolute;top:-3px;right:-5px;display:none;width:16px;height:14px;background-image:url("./icon-check-gradient.svg");background-position:center center;background-size:cover;background-repeat:no-repeat}