/*SWIPER*/
@media (min-width: 768px) {
#carousel .swiper {
    padding: 10px 0;
}}
#carousel .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}
#carousel .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 8px !important;
}
#carousel .swiper-slide a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
}
#carousel .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}
#carousel .extended-banner-texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    row-gap: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 2;
    text-align: left;
}
#carousel .extended-banner-texts > * {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0;
}
#carousel .extended-banner-title {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    background: none;
    border: none;
    box-shadow: none;
    text-align: left;
    line-height: 24px;
}
#carousel .extended-banner-text {
    color: #000;
    line-height: 1.5;
    border: none;
    background: none;
    max-width: 100%;
    font-size: 16px;
    box-shadow: none;
    text-align: left;
    font-weight: 400;
}
#carousel .extended-banner-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-tertiary);
    color: white;
    min-height: 44px;
    padding: 8px 28px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    transition: all 0.3s ease;
    height: initial;
    border: none;
    margin-top: 0;
}
#carousel .extended-banner-link:hover {
    background-color: var(--color-tertiary);
    color: white;
}
#carousel .text-dark .extended-banner-link {
    background-color: var(--color-tertiary);
    color: white;
}
#carousel .text-dark .extended-banner-link:hover {
    background-color: var(--color-tertiary);
    color: white;
}
#carousel .swiper-button-prev,
#carousel .swiper-button-next {
    color: var(--color-primary);
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
#carousel .swiper-button-prev, #carousel .swiper-button-next {
    display: flex !important;
}}
.homepage-box.before-carousel {
    background-color: transparent !important;
}
#carousel .swiper-button-prev {
    left: 10px;
}
#carousel .swiper-button-next {
    right: 10px;
}
#carousel .swiper-button-prev:after,
#carousel .swiper-button-next:after {
    font-size: 18px;
}
#carousel .extended-banner-texts.text-light .extended-banner-title,
#carousel .extended-banner-texts.text-light .extended-banner-text {
    color: #fff;
}
#carousel .swiper-slide {
    border-radius: 20px;
}
@media (max-width: 1024px) {
#carousel .extended-banner-text,
#carousel .extended-banner-title {
    margin: 0px 5px;
}}
@media (max-width: 767px) {
#carousel .swiper-button-prev,
#carousel .swiper-button-next {
    width: 35px;
    height: 35px;
}
#carousel .extended-banner-link {
    min-height: 40px;
    padding: 8px 24px;
}}
@media (max-width: 480px) {
#carousel .swiper-button-prev,
#carousel .swiper-button-next {
    display: none;
}
#carousel .swiper::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 21px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
    z-index: 1;
}}
@media (max-width: 320px) {
#carousel .extended-banner-text,
#carousel .extended-banner-title {
    margin: 0px 2px;
}}
#carousel .swiper-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}
.products-block>div .p>a img {
    mix-blend-mode: darken;
    border-radius: 8px;
}
.products-block .p>a {
    background-color: #fff5f7;
    border-radius: 8px;
}
#footer, .p-to-cart-block{
    background-color: #fff5f7;
}
.p-to-cart-block .add-to-cart-button, a#continue-order-button, button#orderFormButton, button#submit-order {
    color: #fff !important;
}
ol.cart-header li.active strong:before {
    color: #fff;
    font-weight: bold;
}
ol.cart-header li.completed a:before {
		color: #fff;
}
#footer a {
    color: #000;
}
img.benefitBanner__img {
    width: 50px;
}
.benefitBanner__picture {
    flex: 0 0 50px;
    max-width: 50px;
}
@media (min-width: 768px) {
.navigation-buttons a[data-target=search], body.ordering-process .navigation-buttons a[data-target=search] {
    display: inline-block;
}
.navigation-buttons a[data-target=search]:before {
    font-size: 24px;
}
.search {
    display: none;
}
body.user-action-visible.search-window-visible .search {
		display: block;
}}
@media (max-width: 768px) {
.container.navigation-wrapper .site-name {
    flex: 0 1 160px;
}}
.top-navigation-bar {
    background-color: #fff5f7;
    border-color: #fff5f7;
}
span.cart-price.visible-lg-inline-block {
    font-weight: 600;
    color: var(--color-primary);
}
.overall-wrapper {
    background-image: url(/user/documents/upload/bubbles.png);
    background-size: cover;
}
@media (max-width: 768px) {
#content-wrapper {
    background-image: url(/user/documents/upload/bubbles.png);
    background-size: cover;
}}
.navigation-buttons a[data-target=navigation]:before {
    color: var(--color-primary);
}
.contact-box ul li>span:before {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-primary);
}
body.is-homepage .header-bottom {
    display: none !important;
}


@media (min-width: 992px) {
.plus-gallery-wrap {
    display: flex;
}}
.plus-gallery-item, .ui-menu {
    border-color: transparent;
}
.plus-gallery-item {
    height: auto !important;
}
@media (max-width: 992px) {
.plus-gallery-item {
    width: calc(50% - 5px) !important;
    margin: 0;
}
.plus-gallery-wrap {
    flex-wrap: wrap;
    gap: 10px;
}}
.plus-gallery-item img {
    top: unset !important;
    transform: unset;
}
a#site-agree-button {
    background-color: #4caf50;
    border-color: #4caf50;
    color: #fff;
    font-weight: 400;
}
.site-agreement-buttons a.btn.btn-sm.btn-default {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
    font-weight: 400;
}
.slider-wrapper {
    display: none;
}
#signature a.image img {
    display: none;
}
a.social-icon {
    background-color: #e64c85;
    border-color: #e64c85;
}
a.social-icon:before {
    color: #fff;
}
a.social-icon:hover {
    background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
}
.contact-box ul li>span.tel {
    padding-left: 50px;
    background-image: url(/user/documents/upload/jezkova.png);
    background-position: center left;
    background-size: 45px;
    background-repeat: no-repeat;
    margin: 5px 0;
}
.contact-box ul li>span.cellphone {
    padding-left: 50px;
    background-image: url(/user/documents/upload/vyborna.png);
    background-position: center left;
    background-size: 45px;
    background-repeat: no-repeat;
    margin: 5px 0;
}
.contact-box ul li>span::before {
    display: none;
}
span.contact-image-bubliny {
    display: block;
    font-weight: bold;
}