.elementor-8119 .elementor-element.elementor-element-e4bb849{--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;--justify-content:space-between;--flex-wrap:wrap;--padding-top:180px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}.elementor-8119 .elementor-element.elementor-element-f77a40f{--display:flex;}.elementor-8119 .elementor-element.elementor-element-9d51d4a{text-align:center;}.elementor-8119 .elementor-element.elementor-element-9d51d4a .elementor-heading-title{color:#C44E3F;}.elementor-8119 .elementor-element.elementor-element-b39b359{text-align:center;font-family:"Raleway", Sans-serif;}.elementor-8119 .elementor-element.elementor-element-cafa57c{text-align:center;}.elementor-8119 .elementor-element.elementor-element-cafa57c .elementor-heading-title{color:#C44E3F;}.elementor-8119 .elementor-element.elementor-element-7b72d24{width:var( --container-widget-width, 35% );max-width:35%;--container-widget-width:35%;--container-widget-flex-grow:0;}.elementor-8119 .elementor-element.elementor-element-7b72d24 > .elementor-widget-container{border-radius:12px 12px 12px 12px;}.elementor-8119 .elementor-element.elementor-element-7b72d24 .elementor-wrapper{--video-aspect-ratio:0.5625;}.elementor-8119 .elementor-element.elementor-element-7e1b0c3 .cart button, .elementor-8119 .elementor-element.elementor-element-7e1b0c3 .cart .button{transition:all 0.2s;}.elementor-8119 .elementor-element.elementor-element-7e1b0c3 .quantity .qty{transition:all 0.2s;}.elementor-8119 .elementor-element.elementor-element-394a842{width:100%;max-width:100%;}body.elementor-page-8119:not(.elementor-motion-effects-element-type-background), body.elementor-page-8119 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );background-image:url("https://studiodaisy.pl/wp-content/uploads/2026/01/serduszka-scaled.webp");background-position:top center;background-repeat:repeat-x;background-size:1700px auto;}@media(max-width:767px){.elementor-8119 .elementor-element.elementor-element-e4bb849{--padding-top:99px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}.elementor-8119 .elementor-element.elementor-element-7b72d24{width:100%;max-width:100%;}body.elementor-page-8119:not(.elementor-motion-effects-element-type-background), body.elementor-page-8119 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:1450px auto;}}@media(min-width:768px){.elementor-8119 .elementor-element.elementor-element-f77a40f{--width:60%;}}@media(min-width:2560px){body.elementor-page-8119:not(.elementor-motion-effects-element-type-background), body.elementor-page-8119 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-size:1700px auto;}}/* Start custom CSS for woocommerce-product-add-to-cart, class: .elementor-element-7e1b0c3 *//* 1. HIDE PAYU & DEFAULT QUANTITY */
.payu-mini-installments-widget,
#payu-installment-widget,
div[id^="payu"],
.quantity {
    display: none !important;
}

/* 2. STICKY FOOTER - 1140px & ROUNDED */
.sd-sticky-footer {
    position: fixed;
    bottom: 0;
    left: 50%; /* Center relative to screen */
    transform: translateX(-50%); /* Perfect centering */
    width: 100%;
    max-width: 1140px; /* Restrict width */
    background: #fff;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
    padding: 15px 30px;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 20px; /* Rounded Top Corners */
    border-top-right-radius: 20px;
    border: 1px solid #f0f0f0;
    border-bottom: none;
}

/* Mobile Adjustment for Footer */
@media (max-width: 767px) {
    .sd-sticky-footer {
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 0 !important; /* Full width on phone looks better square */
    }
}

/* Price Summary Styling */
.sd-price-summary {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    display: flex;
    flex-direction: column;
}
.sd-price-summary span {
    font-size: 13px;
    color: #888;
    font-weight: normal;
}

/* 3. BUTTONS - PERFECT CIRCLES */
.sd-btn-minus, .sd-btn-plus {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important; /* Prevents squishing */
    border-radius: 50% !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    line-height: 1 !important;
    border: none !important;
    font-size: 18px !important;
    cursor: pointer;
    transition: 0.2s;
}

.sd-btn-minus {
    background: #f1f1f1 !important;
    color: #333 !important;
}
.sd-btn-plus {
    background: #ffdde1 !important;
    color: #d6336c !important;
}
.sd-btn-minus:hover, .sd-btn-plus:hover {
    transform: scale(1.1);
}

/* 4. GRID & LAYOUT */
.sd-injector-wrapper { margin-bottom: 20px; }

.sd-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 15px;
    margin-bottom: 20px; 
}
@media(min-width: 768px) {
    .sd-grid-container { grid-template-columns: repeat(5, 1fr); }
}

.sd-card-item {
    text-align: center;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
    transition: transform 0.2s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sd-card-item:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }

.sd-image-wrapper img {
    border-radius: 4px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    margin-bottom: 10px !important;
}

.sd-controls {
    display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: auto;
}

.sd-qty-input {
    width: 40px; text-align: center; border: none; font-weight: bold;
    font-size: 16px; background: transparent; pointer-events: none;
    padding: 0; margin: 0; height: auto; color: #333;
}

.sd-card-name { font-size: 12px; color: #777; margin-top: 8px; }

/* Progress Bar */
.sd-progress-wrapper { margin-bottom: 80px; } /* Space for footer */
.sd-progress-text { font-size: 14px; text-align: center; margin-bottom: 8px; font-weight: 600; color: #d6336c; }
.sd-progress-bg { background: #f0f0f0; height: 10px; border-radius: 5px; overflow: hidden; }
.sd-progress-fill { background: linear-gradient(90deg, #ff9a9e 0%, #fecfef 99%, #fecfef 100%); height: 100%; width: 0%; transition: width 0.3s ease; }

/* Force Add to Cart Button Style in Footer */
.sd-sticky-footer .single_add_to_cart_button {
    margin: 0 !important;
    border-radius: 50px !important;
    padding: 12px 35px !important;
    background-color: #000 !important;
    color: #fff !important;
    font-weight: bold !important;
    text-transform: uppercase;
    border: none !important;
    font-size: 14px !important;
}

/* Ensure body padding so content isn't hidden */
body { padding-bottom: 120px !important; }/* End custom CSS */