.store-body .quantity-label{width:140px;max-width:none;flex:0 0 140px;display:flex;flex-direction:column;gap:7px}
.store-body .quantity-caption{margin:0;font-size:11px;line-height:1.4}
.store-body .quantity-control{display:flex;align-items:stretch;width:100%;height:46px;border:1px solid #d9cbbd;border-radius:9px;background:#fff;overflow:hidden;box-sizing:border-box}
.store-body .quantity-control:focus-within{border-color:#842b32;box-shadow:0 0 0 2px #842b3214}
.store-body .quantity-control input{flex:1 1 0;min-width:0;width:44px;min-height:44px;height:44px;padding:0 2px;border:0;border-radius:0;background:transparent;text-align:center;font-size:16px;font-weight:600;font-variant-numeric:tabular-nums;box-shadow:none;outline:0;appearance:textfield;-moz-appearance:textfield}
.store-body .quantity-control input::-webkit-inner-spin-button,.store-body .quantity-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
.store-body .quantity-control button{display:grid;place-items:center;flex:0 0 44px;width:44px;min-width:44px;height:44px;padding:0;border:0;border-radius:0;background:#fbf8f5;color:#842b32;font-size:23px;font-weight:400;line-height:1;cursor:pointer;transition:background .15s ease}
.store-body .quantity-control button[hidden]{display:none}
.store-body .quantity-control button:disabled{color:#b8afa7;background:#fcfaf8;cursor:default}
.store-body .quantity-control button:focus-visible{outline:2px solid #842b32;outline-offset:-3px}
.store-body .quantity-control button:not(:disabled):active{background:#eadad4}
@media(hover:hover){.store-body .quantity-control button:not(:disabled):hover{background:#f1e4de}}
@media(max-width:767px){
 .store-body .product-detail{grid-template-columns:minmax(0,1fr)}
 .store-body .product-gallery,.store-body .product-info{min-width:0}
 .store-body .quantity-caption{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
 .store-body .quantity-label,.store-body>.purchase-row .quantity-label{width:134px;max-width:134px;flex:0 0 134px;gap:0}
 .store-body>.purchase-row{align-items:center;gap:10px}
 .store-body>.purchase-row .quantity-control input{width:44px;height:44px;min-height:44px;padding:0 2px;border-radius:0}
 .store-body .cart-item>div:last-child{flex-wrap:wrap;row-gap:12px}
}
@media(max-width:359px){.store-body>.purchase-row>.button{font-size:12px;padding-inline:8px}.store-body>.purchase-row>.button svg{display:none}}
@media(prefers-reduced-motion:reduce){.store-body .quantity-control button{transition:none}}
