.elementor-kit-5{--e-global-color-primary:#E29737;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#CA0B1E;--e-global-color-fe2373f:#FFFFFF;--e-global-color-de4dbfa:#000000;--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-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-accent );}.elementor-kit-5 a:hover{color:var( --e-global-color-de4dbfa );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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 .price
 {color:#D6082C !important;}
.single-product .woocommerce-breadcrumb {margin-top:20px;}
.single-product .onsale {background-color:#D6082C !important;}
/* Show the Clear link but make it pretty */
.reset_variations {
    display: none !important;
    visibility: visible !important;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    text-decoration: underline;
    cursor: pointer;
    transition: 0.3s;
}

.reset_variations:hover {
    color: #D6082C; /* Match your brand purple */
}

/* Button styles (keep these from before) */
.custom-variation-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 5px;
}

.variation-button {
    padding: 0px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 0px;
    background: #fff;
    cursor: pointer;
    font-weight: 600;
    transition: 0.3s;
}

.variation-button.active {
    background-color: #D6082C;
    border-color: #D6082C;
    color: #fff;
}

/* number .elementor-kit-5 */
/* Hide default browser number arrows */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

/* Style the quantity container */
.quantity {
    display: flex !important;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 30px; /* Matching your "cute" pill style */
    overflow: hidden;
    width: fit-content;
    background: #fff;
}

/* Style the Plus/Minus buttons */
.qty-btn {
    background: #f7f7f7;
    border: none;
    width: 40px;
    height: 45px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #555;
    transition: 0.3s;
}

.qty-btn:hover {
    background: #D6082C; /* Match your brand purple */
    color: #fff;
}

/* Style the number input in the middle */
.quantity .qty {
    width: 50px !important;
    height: 45px !important;
    border: none !important;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    background: transparent;
}
/* Add to cart button */
.woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 4px 10px 0;
}
.single_add_to_cart_button {background-color: #c40000 !important;
    color: #fff;
    border-radius: 50px !important;
    padding: 10px 14px !important;
    text-transform: uppercase;}/* End custom CSS */