.elementor-kit-49333{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#2E2E38;--e-global-color-accent:#8ED1FC;--e-global-color-df4f85d:#8ED1FC;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-49333 e-page-transition{background-color:#FFBC7D;}.elementor-kit-49333 a{color:#55B7F7;}.elementor-kit-49333 a:hover{color:#8ED1FC;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Увеличить поле количества на всех страницах товара */
.single-product div.product form.cart .quantity input[type="number"].qty,
.elementor .woocommerce div.product form.cart .quantity input.qty {
  width: 100px !important;   /* поставь 160–180px, если надо шире */
  max-width: none !important;
  box-sizing: border-box;
  text-align: center;         /* опционально */
}

/* Если контейнер qty в флекс-рядке сжимается */
.elementor-widget-woocommerce-product-add-to-cart .quantity,
.single-product div.product form.cart .quantity {
  flex: 0 0 auto;
}/* End custom CSS */