.elementor-664 .elementor-element.elementor-element-c955915:not(.elementor-motion-effects-element-type-background), .elementor-664 .elementor-element.elementor-element-c955915 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://peonia.com.pl/wp-content/uploads/2021/11/image-2.jpg");background-position:0px 0px;background-repeat:no-repeat;background-size:cover;}.elementor-664 .elementor-element.elementor-element-c955915 > .elementor-background-overlay{background-color:#BCBCBC75;opacity:0.37;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-664 .elementor-element.elementor-element-c955915 > .elementor-container{min-height:426px;}.elementor-664 .elementor-element.elementor-element-c955915{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:-110px;margin-bottom:0px;}.elementor-664 .elementor-element.elementor-element-f261fa0 > .elementor-element-populated{margin:70px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-664 .elementor-element.elementor-element-6ffdeca{text-align:center;}.elementor-664 .elementor-element.elementor-element-6ffdeca .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:60px;font-weight:400;line-height:1.3em;color:#222222;}.elementor-664 .elementor-element.elementor-element-3062744{--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-664 .elementor-element.elementor-element-3062744.e-con{--flex-grow:0;--flex-shrink:0;}body.elementor-page-664:not(.elementor-motion-effects-element-type-background), body.elementor-page-664 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-664 .elementor-element.elementor-element-3062744{--width:99.357%;}}@media(max-width:1024px){.elementor-664 .elementor-element.elementor-element-c955915 > .elementor-container{min-height:289px;}.elementor-664 .elementor-element.elementor-element-c955915:not(.elementor-motion-effects-element-type-background), .elementor-664 .elementor-element.elementor-element-c955915 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-212px 0px;}.elementor-664 .elementor-element.elementor-element-f261fa0 > .elementor-element-populated{margin:90px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-664 .elementor-element.elementor-element-6ffdeca .elementor-heading-title{font-size:50px;}}@media(max-width:767px){.elementor-664 .elementor-element.elementor-element-c955915 > .elementor-container{min-height:355px;}.elementor-664 .elementor-element.elementor-element-c955915:not(.elementor-motion-effects-element-type-background), .elementor-664 .elementor-element.elementor-element-c955915 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:-711px 0px;}.elementor-664 .elementor-element.elementor-element-6ffdeca .elementor-heading-title{font-size:50px;}}/* Start custom CSS for html, class: .elementor-element-10fe775 */body {
    font-family: "Montserrat", sans-serif;
    color: #333;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.pricing-page {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px 80px;
}

.cennik-section {
    margin-bottom: 80px;
}

.cennik-section h2 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
}

.cennik-section p.section-intro {
    font-size: 16px;
    margin: 0 auto 35px;
    color: #555;
    max-width: 900px;
    text-align: center;
}

/* KARTA ZABIEGU */
.treatment-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ececec;
}

.treatment-content {
    flex: 1;
}

.treatment-item img {
    width: 260px;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.treatment-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.treatment-content p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #555;
}

.treatment-variants {
    margin-top: 12px;
}

.treatment-variants div {
    margin-bottom: 6px;
    font-size: 15px;
}

.treatment-variants span.price {
    float: right;
    font-weight: 600;
    color: #c77a63;
}

/* CZYSZCZENIE FLOATÓW W WIERSZACH */
.treatment-variants div::after {
    content: "";
    display: block;
    clear: both;
}

/* MOBILE */
@media (max-width: 768px) {
    .treatment-item {
        flex-direction: column;
    }

    .treatment-item img {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .cennik-section h2 {
        font-size: 26px;
    }
}/* End custom CSS */