.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#B01072;--e-global-color-799f4a6:#000000;--e-global-color-e409f70:#FFFFFF;--e-global-color-add6d43:#FBE7EF;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--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-section.elementor-section-boxed > .elementor-container{max-width:1420px;}.e-con{--container-max-width:1420px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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);}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.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 */#sticky-atc-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.12);
    z-index: 99999;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

#sticky-atc-bar.sticky-atc-visible {
    transform: translateY(0);
}

.sticky-atc-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    max-width: 1200px;
    margin: 0 auto;
    gap: 15px;
}

.sticky-atc-product {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.sticky-atc-product img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.sticky-atc-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sticky-atc-title {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
}

.sticky-atc-price {
    font-size: 13px;
    color: #B01072;
}

.sticky-atc-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.sticky-qty {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.sticky-qty-minus, .sticky-qty-plus {
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.sticky-qty-input {
    width: 36px;
    text-align: center;
    border: none;
    -moz-appearance: textfield;
}

.sticky-add-btn {
    background: #B01072;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.sticky-add-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

@media (max-width: 480px) {
    .sticky-atc-title {
        max-width: 90px;
    }
    .sticky-add-btn {
        padding: 10px 14px;
        font-size: 13px;
    }
}/* End custom CSS */