/* Detail produktu - mnozstvi + tlacitko do kosiku (responzivni fix) */
.type-detail .content-wrapper-in main .add-to-cart{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;}
.type-detail .content-wrapper-in main .add-to-cart .quantity{display:flex;align-items:center;flex:0 0 auto;width:130px;min-width:0;margin:0;padding:0;box-sizing:border-box;overflow:hidden;}
.type-detail .content-wrapper-in main .add-to-cart .quantity label{display:block;order:2;flex:1 1 auto;min-width:0;margin:0;}
.type-detail .content-wrapper-in main .add-to-cart .quantity input.amount{width:100%;min-width:0;height:44px;padding:0 2px;text-align:center;box-sizing:border-box;}
.type-detail .content-wrapper-in main .add-to-cart .quantity .decrease,
.type-detail .content-wrapper-in main .add-to-cart .quantity .increase{position:static;flex:0 0 34px;width:34px;height:44px;}
.type-detail .content-wrapper-in main .add-to-cart .quantity .decrease{order:1;}
.type-detail .content-wrapper-in main .add-to-cart .quantity .increase{order:3;}
.type-detail .content-wrapper-in main .add-to-cart-button{flex:1 1 auto;width:auto;min-width:0;max-width:303px;}
@media (max-width:767px){
.type-detail .p-info-wrapper .add-to-cart{gap:1rem;}
.type-detail .content-wrapper-in main .add-to-cart .quantity{width:120px;}
.type-detail .content-wrapper-in main .add-to-cart-button{max-width:none;}
}
