/* ––– мобільний вигляд ––– */
@media (max-width: 768px) {
    .menu {
        display: none;
    }

    .mob-tiles {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        padding: 12px 0px 12px 0px;
        list-style: none;
    }

    .mob-tiles li a {
        display: flex;
        flex-direction: column;
        align-items: left;
        text-decoration: none;
    }

    .mob-tiles img {
        width: 100%;
        aspect-ratio: 1/1;
        object-fit: cover;
        border-radius: 4px;
    }

    .mob-tiles span {
        margin-top: 4px;
        font-size: 14px;
        font-weight: 500;
        color: #010202;
        text-align: left;
    }

    .menu__contacts {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .menu__contacts li {
        display: block !important;
    }

    .menu__contacts-title {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        opacity: 0.36;
        margin: 0;
        font-family: "Inter Regular";
    }

    .menu__contacts-phone {
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
        color: #000;
        text-decoration: none;
        font-family: "Inter Regular";
    }

    .menu__social {
        list-style: none;
        display: flex;
        gap: 20px;
        padding: 4px 0 0;
        margin: 0;
    }

    .menu__social a {
        font-size: 26px;
        color: #7d8c27;
    }

    .menu__social a:hover {
        opacity: .7;
    }

    .show-mobile-only {
        display: block !important;
    }

    .show-desktop-only {
        display: none !important;
    }

}

/* ––– десктоп ––– */
@media (min-width: 769px) {
    .mob-tiles {
        display: none;
    }

    .show-mobile-only {
        display: none !important;
    }

    .show-desktop-only {
        display: block !important;
    }
}

.opacity-05 {
    opacity: 0.5;
}


/** Блок "На жаль цієї квітки немає */
.no-prds {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(215, 202, 186, 0.36);
    font-size: 20px;
    font-weight: 400;
    /* margin-top: 40px; */
    font-family: "eukraine_regular", sans-serif;
}
.flo-pr {
    margin-top: 0px;
    display: flex !important;
    flex-direction: column;
    gap: 20px;
}

.search__body2 .flo-pr {
    margin-top: 25px;
}

.flo-pr__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    font-family: "eukraine_regular", sans-serif;
}

.flo-pr__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.flo-pr__chip {
    display: inline-flex;
    height: 40px;
    align-items: center;
    padding: 6px 16px;
    border-radius: 100px;
    border: 1px solid #D7CABA;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    transition: background-color .2s ease, transform .2s ease;
}
.flo-pr__chip:hover {
    background-color: #FD69B829;
    border-color: rgba(253, 105, 184, 1);
}

/* Промо-блок */
.look-another {
    margin: 24px 0 10px;
    width: 100%;
}

.look-another__card {
    background-color: #FFDDE1;
    background-repeat: no-repeat;
    background-position: center;
    background-size:  90% 90%;
    border-radius: 16px;
    height: 320px;
    padding: 48px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
    background-image: url(/catalog/view/theme/flolux/image/flower2.svg);
}

.look-another__title {
    margin: 0;
    font-size: 32px;
    line-height: 1.24;
    max-width: 650px;
    text-align: center;
}

.look-another__btn {
    display: inline-block;
    padding: 18px 45px;
    border-radius: 51px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    font-size: 18px;
    text-decoration: none;
    margin-top: 10px;
}

/* Мобільна адаптація */
@media (max-width:767px) {
    .no-prds {
        font-size: 14px;
        font-weight: 400;
        margin-top: 10px;
    }
    .flo-pr__list {
        display: block;
    }

    .flo-pr {
        margin-top: 10px;
    }

    .container_product_show {
        margin-top: 0px;
    }

    .flo-pr__title {
        font-size: 16px;
        font-weight: 600;
    }

    .flo-pr__chip {
        display: block;
        padding: 6px 0;
        background: transparent;
        border: none;
        border-radius: 0;
        color: rgba(1, 2, 2, 0.48);
        font-size: 16px;
        height: 20px;
    }

    .flo-pr__chip:hover {
        transform: none;
        text-decoration: underline;
        background: transparent;
    }

    .look-another__card {
        min-height: 250px;
        padding: 30px 60px;
        border-radius: 12px;
    }

    .look-another__title {
        font-size: 18px;
        line-height: 1.3;
    }

    .look-another__btn {
        font-size: 14px;
        padding: 0px 28px;
        height: 41px;
        display: flex;
        align-items: center;
        margin-top: 5px;
    }
}
/** Блок "На жаль цієї квітки немає" кінець*/

/** Блок "Рожеві пункти" на сторінці продукту */
@media (min-width:767px) {
    .pink-punkts {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 7px;
        margin-bottom: 24px;
    }

    .pink-punkt {
        display: flex;
        gap: 10px;
        font-size: 16px;
        font-family: "eukraine_regular", sans-serif;
        line-height: 130%;
        cursor: pointer;
    }
    .pink-punkt:hover {
        color: #7d8c27;
    }
}
/** Блок "Рожеві пункти" на сторінці продукту кінець */

.header .link__button,
.popup__product_one .link__button {
    background: transparent;
    border: 1px solid black;
}

.header .link__button.active,
.popup__product_one .link__button.active {
    background: #fff !important;
    border: none ! important;
}

.selected {
    flex-wrap: wrap;
    gap: 6px;
}

.selected__filter,
.selected__filter_clear {
    display: flex;
    white-space: nowrap;
}


.header .cart{
    transition:.5s;
    position:fixed;
    right:0;
    top:132px;
    bottom:0;
    background:#F9EEE1;
    padding:40px;
    opacity:0;
    display:none;
    flex-direction:column;
    box-sizing:border-box;
}

.header .cart.is-open{ display:flex; opacity:1; }

.header .cart .cart__wrapper{
    display:flex;
    flex-direction:column;
    height:100%;
    width: 480px;
    min-height:0;
}

/* 50%: заголовок + список товарів */
.header .cart__main{
    flex:1 1 50%;
    min-height:0;
    display:flex;
    flex-direction:column;
    overflow: auto;
}
.header .cart__main .product{
    flex:1 1 auto;
    min-height:0;
    padding-right: 16px;
}

/* 25%: кроссейл */
.header .cart__upsell{
    flex:0 0 25%;
    min-height:0;
    overflow:hidden;
    padding-top:12px;
}
.header .cart__upsell .slider__gift,
.header .cart__upsell .slider__gift .slider{
    height:100%;
    max-width:100%;
}

/* 25%: підсумок/кнопки */
.header .cart__summary{
    flex:0 0 25%;
    min-height:0;
    display:flex;
    align-items:stretch;
}
.header .cart__summary .receipt {
    width:100%;
    max-width:100%;
    display:flex;
    flex-direction:column;
    gap:calc(20%);
}
/* */

.header.mobile .cart .cart__top {
    flex: 0 0 50% !important;
    max-height: 50vh;
}
.header.mobile .cart .end__blocks {
    flex: 0 0 48% !important;
    max-height: 48vh;
    padding-top: 35px;
}
.header .mobile .cart .cart__top .product {
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: auto !important;
}
.header.mobile .cart .end__blocks .slider__gift {
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: auto !important;
    flex: 0 0 50% !important;
    max-height: 50vh;
}

.header.mobile .cart .end__blocks .receipt {
    min-height: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: auto !important;
    flex: 0 0 50% !important;
    max-height: 50vh;
}

.header .end__blocks .receipt{
    width:100%;
    max-width:100%;
    display:flex;
    flex-direction:column;
    gap:calc(20%);
}

.header .slider__gift {
    margin-bottom: 0;
    margin-top: 0;
}

.header .cart .title {
    position: sticky;
    background: #F9EEE1;
    z-index: 10;
    top: 0;
}

.header .slider__gift {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.header .slider__gift_title {
    display: inherit;
    align-items: center;
}
.header .slider__gift_title p {
    flex: 1;
}
.header .slider__gift .slider__gift_buttons {
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .header .cart {
        top: 0;
    }

    .header.mobile .cart {
        overflow: hidden;
    }
}