.elementor-680 .elementor-element.elementor-element-49e4d6f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-680 .elementor-element.elementor-element-693ff50{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-680 .elementor-element.elementor-element-b192535 .elementor-heading-title{font-size:31px;}.woocommerce .elementor-680 .elementor-element.elementor-element-0833b3f .woocommerce-product-details__short-description{font-size:13px;}.elementor-680 .elementor-element.elementor-element-7413f2a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-680 .elementor-element.elementor-element-b192535 .elementor-heading-title{font-size:23px;}.woocommerce .elementor-680 .elementor-element.elementor-element-bcabcfb .woocommerce-product-details__short-description{font-size:12px;}}@media(min-width:768px){.elementor-680 .elementor-element.elementor-element-49e4d6f{--content-width:1038px;}.elementor-680 .elementor-element.elementor-element-693ff50{--width:67%;}.elementor-680 .elementor-element.elementor-element-7413f2a{--width:50%;}}/* Start custom CSS *//* ===============================
   FIX QUANTITY DESIGN
=============================== */

.lc-qty-box {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #FFFDF8 !important;
    border: 1px solid #E6DFCF !important;
    border-radius: 6px;
    padding: 10px 15px;
}

/* Quantity number */
.lc-qty-input {
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    font-size: 18px !important;
    font-weight: 600;
    color: #1E1E1E !important; /* FIX: visible text */
    background: transparent !important;
    border: none !important;
    outline: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* REMOVE arrows */
.lc-qty-input::-webkit-outer-spin-button,
.lc-qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Minus & Plus buttons */
.lc-qty-btn {
    width: 40px !important;
    height: 40px !important;
    background: #C6A85C !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: bold;
    border: none !important;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hover effect */
.lc-qty-btn:hover {
    background: #AC8859 !important;
}

/* Label */
.lc-qty-title {
    font-size: 14px;
    font-weight: 600;
    color: #1E1E1E !important;
    margin-bottom: 8px;
}/* End custom CSS */