

/* Start:/local/templates/cvetoland/template_styles.css?177904384558269*/
/* Sticky footer: при короткой странице футер внизу экрана */
html {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
}
body > main {
    flex: 1 0 auto;
    width: 100%;
}
body > footer {
    flex-shrink: 0;
}

.logo img {
    width: 210px;
}

.info-footer h3 a{
    color: #000;
    font-weight: 600;
}

html .slide1 .carousel-caption h1, html .slide2 .carousel-caption h1{
    font-weight: 800;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    background-color: #e9e9e9 !important;
    border-color: #e9e9e9 !important;
    color: #000 !important;
}

.list-group-item.active a, .list-group-item.active:focus a, .list-group-item.active:hover a{
    color: #000 !important;
}

.catalog-smart-filter .list-group{
    background-color: #fff;
    border: 1px solid #ddd;
}

.catalog-smart-filter .list-3 .list-group-item{
    border-left: none;
    border-right: none;
    border-top: none;
}

.sidebar .list-group.list-1{
    padding-bottom: 0;
}

.list-group.bx-filter-price-group{
    border: none;
}

.bx-filter .bx-filter-section{
    padding-top: 0;
}

.smartfilter{
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.show-side span{
    margin-left: 0 !important;
    background: #f4f4f4 !important;
}

html .catalog-page .catalog-toolbar .show-select .select-options{
    width: fit-content;
}

html .catalog-page .catalog-toolbar .show-select .select-styled{
    width: auto;
    text-align: left;
}

html .select-options li{
    text-align: left;
}

/* Шапка: меню по центру между логотипом и иконками (desktop) */
@media (min-width: 992px) {
    #header-v3 > .row {
        position: relative;
        display: flex;
        align-items: center;
    }

    #header-v3 .logo {
        flex: 0 0 auto;
        z-index: 3;
    }

    #header-v3 .menu-mobile {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: auto;
        max-width: calc(100% - 420px);
        padding-left: 0;
        padding-right: 0;
        z-index: 2;
    }

    #header-v3 .menu-mobile .navbar-collapse {
        padding: 0;
    }

    #header-v3 .menu-main.navbar-nav {
        float: none;
        margin: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 20px;
    }

    #header-v3 .menu-main.navbar-nav > li {
        float: none;
    }

    #header-v3 > .row > .col-lg-3 {
        margin-left: auto;
        flex: 0 0 auto;
        z-index: 3;
    }

    #header-v3 .icon-menu {
        float: right;
    }
}

.product-detail--ig .product-content .detail h1{
    font-weight: 800;
    font-size: 32px;
}

html ul.breadcrumb{
    background: transparent !important;
}

html .product-detail--ig .product-content .detail .prince{
    font-size: 28px;
    font-weight: 800;
}

.product-content .detail .product-detail__detail-text p:last-child{
    padding-bottom: 0;
}

.product-detail__detail-text{
    padding-top: 20px;
}

/* Корзина: счётчик на иконке корзины */
header .cart-menu__icon-link {
    position: relative;
}
header .cart-menu__icon-link::after {
    content: attr(data-cart-count);
    position: absolute;
    top: -4px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: #111;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
    pointer-events: none;
}
header .cart-menu__icon-link:not([data-cart-count])::after,
header .cart-menu__icon-link[data-cart-count="0"]::after {
    display: none;
}

/* Избранное: счётчик на иконке в шапке */
header .wishlist-menu__icon-link {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #333;
    padding: 6px 4px;
}
header .wishlist-menu__icon-link:hover {
    color: #111;
}
header .wishlist-menu__icon-link::after {
    content: attr(data-wishlist-count);
    position: absolute;
    top: -4px;
    right: -6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 9px;
    background: #111;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
    pointer-events: none;
}
header .wishlist-menu__icon-link:not([data-wishlist-count])::after,
header .wishlist-menu__icon-link[data-wishlist-count="0"]::after {
    display: none;
}

.catalog-card__wishlist.is-active,
.pdp-summary__wishlist.is-active {
    color: #c41e3a;
}
.catalog-card__wishlist.is-active {
    background: #fff;
}
.pdp-summary__wishlist.is-active {
    border-color: #c41e3a;
    background: #fff5f6;
}

/* Страница избранного */
.wishlist-page {
    padding-bottom: 48px;
}
.wishlist-page__empty {
    margin: 24px 0 0;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: #666;
}

header .icon-menu::before {
    display: none !important;
}

.product-flower .product-title-flower .add-cart,
.product-flower .product-card__actions {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 12px;
}
/* Карточка catalog.item — глобально (каталог, «Смотрите так же», др.) */
.product-flower {
    padding-bottom: 40px;
    transition: all 0.5s ease-in-out;
}
.product-flower .product-title-flower {
    text-align: center;
    padding-bottom: 20px;
}
.product-flower .product-title-flower h5 {
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.35;
}
.product-flower .product-title-flower h5 a {
    font-family: 'Manrope', 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
.product-flower .product-title-flower h5 a:hover {
    text-decoration: none;
    color: pink;
}
.product-flower .product-title-flower .p-title {
    display: none;
}
.product-flower .product-title-flower .product-sku {
    margin: 0 0 6px;
    font-size: 13px;
    color: #888;
}
.product-flower .product-title-flower .product-card__price-row {
    padding-top: 5px;
}
.product-flower .product-title-flower .prince,
.product-flower .product-title-flower .product-card__price-row .prince {
    font-family: 'Manrope', 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}
.product-flower .product-title-flower .prince .strike,
.product-flower .product-title-flower .product-card__price-old {
    font-size: 14px;
    font-weight: 400;
    color: #d3d3d3;
    margin-left: 10px;
    text-decoration: line-through;
}
.product-flower .product-image-flower {
    position: relative;
    transition: all 0.5s ease;
}
.product-flower .product-image-flower:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}


.catalog-smart-filter--aside .bx-filter-param-label.is-filter-focused {
    outline: 2px solid #1a1a1a;
    outline-offset: 3px;
    border-radius: 6px;
}

header .icon-menu .cart-menu .dropdown-menu {
    min-width: 340px;
    padding: 20px 18px 16px;
    border: none;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
    margin-top: 12px;
}
header .icon-menu .cart-menu .cart-1 {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    clear: both;
    float: none;
}
header .icon-menu .cart-menu .img-cart {
    width: 64px;
    flex-shrink: 0;
    float: none;
}
header .icon-menu .cart-menu .img-cart img {
    border-radius: 10px;
    width: 64px;
    height: 64px;
    object-fit: cover;
}
header .icon-menu .cart-menu .info-cart {
    float: none;
    padding-left: 0;
    flex: 1;
    min-width: 0;
}
header .icon-menu .cart-menu .info-cart h1 {
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
header .icon-menu .cart-menu .info-cart .number {
    padding-right: 12px;
    color: #888;
}
header .icon-menu .cart-menu .total {
    padding: 12px 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    border-top: 1px solid #f0f0f0;
    margin-top: 4px;
}
header .icon-menu .cart-menu .total span:last-child {
    margin-right: 0;
    font-weight: 700;
}
    text-align: center;
    padding-top: 4px;
}
header .icon-menu .cart-menu #div-cart-menu a {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 999px;
}
header .icon-menu .cart-menu .cart-empty-msg {
    text-align: center;
    color: #888;
    padding: 20px 0;
    margin: 0;
}

/* Карточка товара */
.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 10px;
}
.product-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}
.tag-new { background: #4CAF50; color: #fff; }
.tag-free-delivery { background: #2196F3; color: #fff; }
.tag-hit { background: #FF5722; color: #fff; }
.product-card__image-wrap { position: relative; }
.product-card__wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    border: none;
    background: rgba(255,255,255,0.92);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.product-card__discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 3;
    background: #e53935;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 4px;
}
.product-image-flower .product-icon-flower { display: none !important; }
.product-flower:not(.catalog-card) .product-card__actions .btn-cart-fixed,
.product-flower:not(.catalog-card) .btn-cart-fixed {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    background: #000;
    color: #fff !important;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    border: none;
    width: 100%;
    max-width: none;
    font-weight: 500;
}
.product-flower:not(.catalog-card) .product-card__actions .btn-cart-fixed:hover,
.product-flower:not(.catalog-card) .btn-cart-fixed:hover { background: #333; color: #fff !important; }
.product-flower .product-card__actions .btn-cart-fixed.added,
.product-flower .btn-cart-fixed.added { background: #4CAF50; }
.product-flower .product-card__actions .btn-cart-fixed.loading,
.product-flower .btn-cart-fixed.loading { opacity: 0.6; pointer-events: none; }
.btn-cart-fixed__spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: laba-spin 0.7s linear infinite;
}
@keyframes laba-spin { to { transform: rotate(360deg); } }
.laba-cart-toast {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 10050;
    background: #222;
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.25s, transform 0.25s;
    pointer-events: none;
}
.laba-cart-toast.is-visible { opacity: 1; transform: translateY(0); }

/* Mini-cart popup */
header .icon-menu .cart-menu .dropdown-menu { padding: 0; border: none; border-radius: 12px; overflow: hidden; min-width: 320px; box-shadow: 0 16px 48px rgba(0,0,0,.12); }
.mini-cart { padding: 16px; }
.mini-cart__list { list-style: none; margin: 0 0 12px; padding: 0; max-height: 280px; overflow-y: auto; }
.mini-cart__item { display: flex; gap: 12px; padding: 10px 0; border-bottom: 1px solid #f2f2f2; }
.mini-cart__item:last-child { border-bottom: 0; }
.mini-cart__thumb { flex: 0 0 56px; width: 56px; height: 56px; border-radius: 8px; overflow: hidden; }
.mini-cart__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mini-cart__body { flex: 1; min-width: 0; }
.mini-cart__name { display: block; font-size: 14px; font-weight: 600; color: #111; margin-bottom: 4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-decoration: none; }
.mini-cart__name:hover { color: #111; text-decoration: none; }
.mini-cart__meta { display: flex; justify-content: space-between; font-size: 13px; color: #666; }
.mini-cart__price { font-weight: 600; color: #111; }
.mini-cart__total { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; font-size: 15px; border-top: 1px solid #eee; margin-bottom: 12px; }
.mini-cart__total strong { font-size: 17px; }
.mini-cart__checkout { display: block; width: 100%; text-align: center; padding: 12px 16px; background: #111; color: #fff !important; border-radius: 5px; font-weight: 500; text-decoration: none !important; }
.mini-cart__checkout:hover { background: #333; color: #fff !important; }

/* Кнопка в корзину */
.product-card__actions { width: 100%; }
.product-card__actions .btn-cart-fixed { width: 100%; max-width: none; border-radius: 5px; box-sizing: border-box; }

/* Карточка: одинаковая высота фото + hover-слайдер */
.product-card__media { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: #f7f7f7; }
.product-card__image-link { display: block; width: 100%; height: 100%; }
.product-card__slides { position: relative; width: 100%; height: 100%; }
.product-card__slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .35s ease; }
.product-card__slide.is-active { opacity: 1; z-index: 1; }
.product-card__dots { position: absolute; bottom: 10px; left: 0; right: 0; z-index: 2; display: flex; justify-content: center; gap: 5px; pointer-events: none; }
.product-card__dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.55); transition: background .2s, transform .2s; }
.product-card__dot.is-active { background: #fff; transform: scale(1.15); }
.product-card__image-wrap > a.product-card__image-link:only-child img { width: 100%; }

/* Hover-зоны на изображении карточки */
.product-card__image-link { position: relative; display: block; width: 100%; height: 100%; }
.product-card__zones {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}
.product-card__zone {
    flex: 1 1 0;
    min-width: 0;
    height: 100%;
    cursor: pointer;
}
.product-card__dots {
    pointer-events: none !important;
}

/* Попап корзины: убрать чёрный фон с ссылок (переопределение style-flower) */
header .icon-menu .cart-menu .dropdown-menu .mini-cart a.mini-cart__thumb,
header .icon-menu .cart-menu .dropdown-menu .mini-cart a.mini-cart__name {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    color: #111 !important;
    padding: 0 !important;
    font-family: 'Manrope', 'Poppins', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
header .icon-menu .cart-menu .dropdown-menu .mini-cart a.mini-cart__name:hover {
    color: #111 !important;
    background: transparent !important;
}
header .icon-menu .cart-menu .dropdown-menu .mini-cart a.mini-cart__checkout {
    background-color: #111 !important;
    background-image: none !important;
    color: #fff !important;
    padding: 12px 16px !important;
}
header .icon-menu .cart-menu .dropdown-menu .mini-cart a.mini-cart__checkout:hover {
    background-color: #333 !important;
    color: #fff !important;
}
header .icon-menu .cart-menu .dropdown-menu .mini-cart .mini-cart__thumb img {
    display: block;
    background: transparent !important;
}

/* Каталог: заголовок и крошки */
.catalog-section-header {
    padding: 24px 0 8px;
}
.catalog-section-header .menu-breadcrumb {
    margin-bottom: 12px;
}
.catalog-section-header__title {
    margin: 0 0 16px;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #262626;
}

/* Каталог: панель и сортировка в одну строку */
.catalog-toolbar__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: nowrap;
    width: 100%;
}
.catalog-toolbar__side {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 0 1 auto;
    min-width: 0;
}
.catalog-sort {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    flex: 1 1 auto;
    min-width: 0;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.catalog-sort__label {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    flex-shrink: 0;
}
.catalog-sort__list {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.catalog-sort__item {
    flex-shrink: 0;
}
.catalog-sort__link {
    display: inline;
    padding: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #888;
    text-decoration: none !important;
    border: none;
    border-radius: 0;
    background: transparent;
    transition: color 0.2s;
    white-space: nowrap;
}
.catalog-sort__link:hover {
    color: #262626;
    background: transparent;
}
.catalog-sort__link.is-active {
    color: #262626;
    font-weight: 600;
    border: none;
    background: transparent;
}
@media (max-width: 767px) {
    .catalog-toolbar__row {
        flex-direction: column;
        align-items: flex-start;
    }
    .catalog-sort {
        justify-content: flex-start;
        flex-wrap: wrap;
        white-space: normal;
    }
}

/* Детальная: кнопка как в листинге */
.product-detail--ig .product-card__actions .btn-cart-fixed,
.product-detail--ig .btn-cart-fixed {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    background: #000;
    color: #fff !important;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-decoration: none !important;
    border: none;
    font-weight: 500;
    max-width: 280px;
}
.product-detail--ig .product-card__actions .btn-cart-fixed:hover,
.product-detail--ig .btn-cart-fixed:hover { background: #333; color: #fff !important; }
.product-detail--ig .btn-cart-fixed.added { background: #4CAF50; }
.product-detail--ig .btn-cart-fixed.loading { opacity: 0.6; pointer-events: none; }


.menu-breadcrumb{
    padding: 0;
    border-top: 0;
}

html ul.breadcrumb{
    margin-bottom: 0 !important;
}

.bx-filter .bx-filter-button-box{
    padding: 0;
}

.catalog-smart-filter--aside .bx-filter-price-group.list-4{
    padding-bottom: 0;
    margin-bottom: 0;
}

html .container.catalog-page{
    padding-top: 0;
}

html .product-title-flower h5{
    text-align: left;
    margin-top: 10px !important;
}

html .product-card__price-row{
    text-align: left;
}

.content .content-flower .product-flower .product-title-flower .prince{
    padding-top: 0;
}

.product-detail--ig .product-card__actions .btn-cart-fixed, .product-detail--ig .btn-cart-fixed{
    min-width: 100%;
}

.product-content .detail .add-cart .btn-add-cart{
    font-size: 18px;
    font-family: 'Manrope', 'Poppins', sans-serif;
    width: fit-content;
    min-width: auto;
}

html .product-detail--ig,
html .product-detail--ig .menu-breadcrumb,
html .related--also
{
    background-color: transparent;
}

html .related--also{
    border-top: 0;
}

html .product-detail__col-gallery{
    padding-top: 15px;
}

html .pd-gallery__thumbs{
    padding: 8px 0;
}
/* Шапка: убрать декоративные черточки под пунктами меню */
header .menu-main > li > figure,
header .menu-main li > figure {
    display: none !important;
}

/* Мини-корзина: клик — в корзину, hover — превью */
header .icon-menu .cart-menu--hover {
    position: relative;
}
header .icon-menu .cart-menu__icon-link {
    display: inline-block;
    padding: 8px 10px;
}
header .icon-menu .cart-menu--hover > .dropdown-menu {
    display: none;
    left: auto;
    right: 0;
    margin-top: 8px;
}
header .icon-menu .cart-menu--hover:hover > .dropdown-menu,
header .icon-menu .cart-menu--hover:focus-within > .dropdown-menu {
    display: block;
}

/* === Basket checkout button === */
.basket-page .basket-checkout-block-btn {
    padding-left: 0 !important;
}

/* === Header top bar === */
.site-top-bar {
    background: #f3f3f3;
    color: #111;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 13px;
    line-height: 1.4;
}
.site-top-bar a {
    color: #111;
    text-decoration: none;
}
.site-top-bar a:hover {
    color: #333;
}
.site-top-bar__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px 24px;
    padding: 8px 0;
}
.site-top-bar__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.site-top-bar__item i {
    opacity: 0.75;
    font-size: 12px;
}
.site-top-bar__social {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}
.site-top-bar__social-label {
    opacity: 0.8;
    margin-right: 4px;
}
.site-top-bar .social a {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
}
.site-top-bar .social a:hover {
    opacity: 1;
}

/* === Header icons alignment === */
#header-v3 .icon-menu--header {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end;
    gap: 16px;
    margin: 0;
    padding: 0;
    float: none !important;
    height: 100%;
    min-height: 48px;
}
#header-v3 .icon-menu--header > li,
#header-v3 .icon-menu--header .icon-menu__item,
#header-v3 .icon-menu--header .cart-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}
#header-v3 .icon-menu--header .icon-menu__link,
#header-v3 .icon-menu--header #input-search a,
#header-v3 .icon-menu--header .cart-menu__icon-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 0;
    padding: 4px;
}
#header-v3 .icon-menu--header #search-img,
#header-v3 .icon-menu--header .cart-menu__icon-link img {
    display: block;
    width: 34px;
    height: 34px;
    object-fit: contain;
}

/* === Catalog / blog images 5px radius === */
.product-flower .product-image-flower img,
.product-flower .product-image-flower a,
.product-flower .product-card__media img {
    border-radius: 5px;
}
.content-flower .product-flower .product-image-flower {
    border-radius: 5px;
    overflow: hidden;
}

/* === list-group 5px radius === */
.list-group,
.sidebar .list-group,
.bx-filter .list-group,
.catalog-smart-filter .list-group {
    border-radius: 5px;
    overflow: hidden;
}
.list-group-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.list-group-item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* === Search overlay fix === */
#header-search-popup.content-search .container-100 form {
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 16px;
    max-width: 850px;
    margin: 0 auto;
}
#header-search-popup.content-search .container-100 form input.control-search,
#header-search-popup.content-search .container-100 form .js-header-search-input {
    flex: 1;
    width: auto;
    position: static;
}
#header-search-popup.content-search .container-100 form .button_search {
    position: static !important;
    top: auto !important;
    right: auto !important;
    flex: 0 0 auto;
    margin: 0;
}
#header-search-popup .header-search-results {
    display: none !important;
}

/* === Search results page === */
.catalog-search-page {
    padding: 40px 0 64px;
    background: #fff;
}
.catalog-search-page__form {
    max-width: 720px;
    margin: 0 auto 36px;
}
.catalog-search-page__form-label {
    display: block;
    margin: 0 0 10px;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
}
.catalog-search-page__form-row {
    display: flex;
    align-items: stretch;
    gap: 12px;
}
.catalog-search-page__input {
    flex: 1 1 auto;
    min-width: 0;
    height: 52px;
    padding: 0 18px;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: #111;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    outline: none;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    -webkit-appearance: none;
    appearance: none;
}
.catalog-search-page__input::placeholder {
    color: #aaa;
}
.catalog-search-page__input:focus {
    background: #fff;
    border-color: #111;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, 0.08);
}
.catalog-search-page__submit {
    flex: 0 0 auto;
    height: 52px;
    padding: 0 28px;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #111;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}
.catalog-search-page__submit:hover {
    background: #333;
}
.catalog-search-page__submit:active {
    transform: scale(0.98);
}
.catalog-search-page__grid {
    margin: 0;
}
.catalog-search-page__grid.content-flower {
    padding-top: 0;
}
.catalog-search-page__empty {
    padding: 40px 0 20px;
    text-align: center;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width: 575px) {
    .catalog-search-page {
        padding: 28px 0 48px;
    }
    .catalog-search-page__form-row {
        flex-direction: column;
    }
    .catalog-search-page__submit {
        width: 100%;
    }
}

/* === Blog === */
.news-page-header {
    margin-bottom: 24px;
}
.news-page-header .catalog-section-header__title {
    margin: 12px 0 0;
}
.content-blog .product-blog img {
    border-radius: 5px;
}
.content-blog .product-blog h2 a {
    font-family: 'Manrope', sans-serif;
    color: #111;
}
/* === News cards (home + /news/) === */
.news-cards-section {
    padding: 48px 0 64px;
}
.news-cards-section--home {
    padding-top: 24px;
}
.news-cards-section__title {
    font-family: 'Playfair Display', 'Abril Fatface', serif;
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 400;
    color: #111;
    text-align: center;
    margin: 0 0 36px;
}
.news-cards-section__empty {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: #666;
    text-align: center;
    padding: 32px 0;
}
.news-cards-grid {
    display: grid;
    gap: 20px;
}
.news-cards-grid--home {
    grid-template-columns: repeat(3, 1fr);
}
.news-cards-grid--list {
    grid-template-columns: 1fr;
    gap: 16px;
}
.news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.news-card__media {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
    background: #f3f3f3;
}
.news-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}
.news-card:hover .news-card__image {
    transform: scale(1.03);
}
.news-card__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 22px 22px;
}
.news-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    margin-bottom: 10px;
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    color: #888;
}
.news-card__meta i {
    margin-right: 4px;
    color: #aaa;
}
.news-card__date {
    display: inline-flex;
    align-items: center;
}
.news-card__section {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 999px;
    background: #f5f5f5;
    color: #555;
    font-size: 12px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}
a.news-card__section:hover {
    background: #111;
    color: #fff;
    text-decoration: none;
}
.news-card__title {
    font-family: 'Playfair Display', 'Abril Fatface', serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 10px;
}
.news-card__title a {
    color: #111;
    text-decoration: none;
    transition: color 0.2s ease;
}
.news-card__title a:hover {
    color: #c45c8a;
    text-decoration: none;
}
.news-card__preview {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 14px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    max-height: calc(1.55em * 2);
    color: #444;
    word-break: break-word;
}
.news-card__link {
    margin-top: auto;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
}
.news-card__link:hover {
    color: #c45c8a;
    text-decoration: none;
}
.news-card--list {
    flex-direction: row;
    min-height: 200px;
}
.news-card--list .news-card__media {
    flex: 0 0 280px;
    width: 280px;
    aspect-ratio: auto;
    min-height: 200px;
}
.news-card--list .news-card__body {
    flex: 1;
    padding: 24px 28px;
}
.news-card--list .news-card__title {
    font-size: 22px;
}
.news-cards-pager {
    margin-top: 32px;
    text-align: center;
}

@media (max-width: 991px) {
    .news-cards-grid--home {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-card--list {
        flex-direction: column;
    }
    .news-card--list .news-card__media {
        flex: none;
        width: 100%;
        min-height: 0;
        aspect-ratio: 16 / 10;
    }
}
@media (max-width: 575px) {
    .news-cards-grid--home {
        grid-template-columns: 1fr;
    }
}

/* === Reviews grid (home + about) === */
.reviews-grid-section {
    padding: 56px 0 72px;
}
.reviews-grid-section__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 40px;
}
.reviews-grid-section__title {
    font-family: 'Playfair Display', 'Abril Fatface', serif;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 400;
    color: #111;
    margin: 0 0 8px;
}
.reviews-grid-section__lead {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: #666;
    margin: 0;
}
.reviews-grid-section__lead:empty {
    display: none;
}
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.review-card {
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 24px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.review-card__head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
}
.review-card__source {
    width: 110px;
    height: 55px;
    object-fit: contain;
    object-position: left center;
    align-self: flex-start;
    flex-shrink: 0;
}
.review-card__stars {
    color: #f5a623;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1;
    white-space: nowrap;
}
.review-card__text {
    flex: 1;
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    line-height: 1.55;
    color: #222;
    margin: 0 0 16px;
}
.review-card__text p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.review-card__author {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    margin: 0;
    margin-top: auto;
}

@media (max-width: 1199px) {
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 575px) {
    .reviews-grid {
        grid-template-columns: 1fr;
    }
    .reviews-grid-section {
        padding: 40px 0 56px;
    }
}
/* === Show-item from iblock === */
.show-img .show-item figure img {
    border-radius: 5px;
}

@media (max-width: 991px) {
    .site-top-bar__inner {
        justify-content: center;
    }
    .site-top-bar__item--address,
    .site-top-bar__item--hours {
        white-space: normal;
    }
}

/* News page: sidebar как в каталоге */
.news-page.catalog-page .sidebar {
    overflow: visible;
}
.news-page.catalog-page .sidebar #mysidebar {
    overflow: visible;
}
.news-page .news-sidebar-sections {
    margin-bottom: 20px;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}
/* Сайдбар в сетке: сброс clear из style-post (первый col-lg-3 в row) */
@media (min-width: 768px) {
    .news-page.catalog-page .row > .sidebar.col-lg-3:first-child,
    .news-page.catalog-page .row > .sidebar.col-md-3:first-child {
        clear: none !important;
    }
}

@media (min-width: 992px) {
    .news-page.catalog-page .sidebar,
    .news-page.catalog-page .sidebar #mysidebar {
        position: static;
        right: auto;
        left: auto;
        width: auto;
        height: auto;
        max-height: none;
        padding: 0 15px;
        box-shadow: none;
        background: transparent;
    }
}
.news-page__list,
.news-page__article {
    padding-bottom: 48px;
}

/* === Catalog sidebar (sections + filter) === */
.catalog-page .sidebar {
    overflow: visible;
}

.catalog-page .sidebar #mysidebar {
    overflow: visible;
}

.catalog-page .smartfilter {
    display: flex;
    flex-direction: column;
    overflow: visible;
}

.catalog-page .catalog-sidebar-filter__footer {
    position: relative;
    z-index: 2;
}

/* Catalog cards override legacy flower margins */
.content-flower .catalog-card.product-flower {
    height: auto;
}

.content-flower .catalog-card .product-title-flower {
    padding: 0;
    background: transparent;
    border: none;
}

.content-flower .catalog-card .prince {
    padding: 0;
    border: none;
    text-align: left;
}


/* Catalog card — left align, no legacy center */
.content-flower .catalog-card.product-flower .product-title-flower {
    text-align: left !important;
    padding-bottom: 12px;
}

.content-flower .catalog-card .catalog-card__title,
.content-flower .catalog-card h3.catalog-card__title {
    text-align: left !important;
}

.content-flower .catalog-card .product-card__price-row,
.content-flower .catalog-card .catalog-card__price {
    text-align: left !important;
    justify-content: flex-start !important;
}

.content-flower .catalog-card .prince,
.content-flower .catalog-card .catalog-card__price-current {
    text-align: left !important;
    display: inline-block;
}

/* Filter in sidebar — override flower */
.catalog-page .sidebar .catalog-sidebar-filter .list-group .list-group-item:first-child {
    font-size: 11px !important;
    color: #999 !important;
    padding: 10px 20px 6px !important;
}

.catalog-page .sidebar .catalog-sidebar-filter .list-3 .list-item-3 span {
    float: none !important;
}

html .list-group-item{
    border: none;
}

html .bx-filter-parameters-box input[type="checkbox"]{
    width: fit-content;
}

html .catalog-card__price{
    margin-top: 0;
}
html .catalog-card__title{
    margin-top: 8px;
}

html .catalog-sidebar-filter .btn-filter--apply{
    right: 0;
}
html .catalog-sidebar-filter .btn-filter--reset{
    right: 0;
    top: 64px;
}

html .catalog-sidebar-sections {
    margin-top: 29px;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
/* Catalog card: не растягивать по высоте колонки */
.content-flower .catalog-card.product-flower,
.content-flower .catalog-card {
    height: auto !important;
    min-height: 0 !important;
}

.content-flower .catalog-card .catalog-card__inner {
    height: auto !important;
}

.content-flower .catalog-card .catalog-card__body,
.content-flower .catalog-card .product-title-flower {
    flex: none !important;
    height: auto !important;
    min-height: 0 !important;
}

/* Вид «список» — flex только там */
.content-flower.catalog-products-view--line .catalog-card.product-flower {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.content-flower.catalog-products-view--line .catalog-card .product-title-flower {
    flex: 1;
    padding-left: 20px;
}

.catalog-page .sidebar .catalog-sidebar-filter .list-group .list-group-item {
    padding: 6px 0 !important;
}

.catalog-page .sidebar .catalog-sidebar-filter .list-group > .list-group-item:first-child {
    padding: 10px 0 6px !important;
}

.catalog-sidebar-sections__item.is-active > .catalog-sidebar-sections__link {
    background: #f3f3f3 !important;
    color: #111 !important;
    padding-left: 12px !important;
}

/* === Home category tabs === */
.home-category__title {
    text-align: center;
    margin-bottom: 24px;
}
.home-category__tabs {
    margin-bottom: 28px;
}
.home-category__panes .tab-pane {
    padding-top: 8px;
}
.home-category__grid {
    display: flex;
    flex-wrap: wrap;
}
.home-category .catalog-card {
    margin-bottom: 24px;
}
.catalog-page-reviews {
    margin-top: 48px;
    padding-top: 8px;
}
.pdp-reviews {
    margin-top: 56px;
}
html header{
    padding: 5px 0;
}
header .menu-main::before{
    display: none;
}
html #header-v3 .menu-main.navbar-nav{
    padding-top: 0;
}
html .category .menu-category{
    padding-top: 30px;
}

html .img-link{
    padding-top: 50px;
}
/* === Gallery (img-link, IB 8 — home + about) === */
.img-link--gallery {
    padding-top: 50px;
    padding-bottom: 80px;
}
/* Сброс legacy style-homev3 (.img-insta / opacity на img) */
.img-link.img-link--gallery .colum-img:hover img,
.img-link.img-link--gallery .colum-img .img-insta {
    opacity: 1 !important;
    visibility: hidden !important;
    transform: none !important;
}
.img-link--gallery .img-link__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    margin: 0;
}
.img-link--gallery .img-link__item {
    position: relative;
    width: 220px;
    height: 220px;
    flex: 0 0 220px;
    padding: 0;
    overflow: hidden;
}
.img-link--gallery .img-link__thumb {
    display: block;
    width: 220px;
    height: 220px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: #f3f3f3;
}
.img-link--gallery .img-link__thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0);
    transition: background 0.3s ease;
    pointer-events: none;
    z-index: 1;
    border-radius: inherit;
}
.img-link--gallery .img-link__thumb img {
    width: 220px;
    height: 220px;
    max-width: none;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform 0.35s ease;
    opacity: 1 !important;
}
.img-link--gallery .img-link__thumb .img-link__zoom {
    transition: opacity 0.3s ease, transform 0.3s ease;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    pointer-events: none;
    z-index: 2;
    border-radius: inherit;
    background: transparent;
}
.img-link--gallery .img-link__thumb .img-link__zoom i {
    font-size: 28px;
    line-height: 1;
}
.img-link--gallery .img-link__item:hover .img-link__thumb::after {
    background: rgba(255, 255, 255, 0.45);
}
.img-link--gallery .img-link__item:hover .img-link__thumb .img-link__zoom {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.img-link--gallery .img-link__item:hover .img-link__thumb img {
    transform: scale(1.02);
}
@media (max-width: 767px) {
    .img-link--gallery {
        padding-bottom: 48px;
    }
    .img-link--gallery .img-link__grid {
        gap: 6px;
    }
    .img-link--gallery .img-link__thumb .img-link__zoom {
        visibility: visible;
        opacity: 1;
        transform: none;
    }
    .img-link--gallery .img-link__thumb::after {
        background: rgba(255, 255, 255, 0.35);
    }
}


/* === About page (/about/) === */
.about-page-wrap {
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #222;
}
.about-page {
    padding: 48px 0 0;
    margin-bottom: 140px;
}
.about-page__header {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.about-page__title {
    margin: 0 0 20px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 36px;
    font-weight: 600;
    color: #111;
}
.about-page__lead {
    margin: 0;
    font-size: 17px;
    line-height: 1.7;
    color: #444;
}
.about-page-wrap .reviews-grid-section {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 140px;
}
.about-page-wrap .reviews-grid-section__header {
    margin-bottom: 48px;
}
.about-page-wrap .img-link--gallery {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 140px;
}
.about-page-wrap .news-cards-section--home {
    padding-top: 48px;
    padding-bottom: 120px;
}
/* Заголовок «Последние новости» — как на главной (.news-cards-section__title) */
@media (max-width: 767px) {
    .about-page {
        padding-top: 32px;
        margin-bottom: 96px;
    }
    .about-page__title {
        font-size: 28px;
    }
    .about-page__lead {
        font-size: 16px;
    }
    .about-page-wrap .reviews-grid-section {
        margin-bottom: 96px;
    }
    .about-page-wrap .img-link--gallery {
        margin-bottom: 96px;
    }
    .about-page-wrap .news-cards-section--home {
        padding-top: 32px;
        padding-bottom: 88px;
    }
}

/* === Delivery page (/about/delivery/) === */
.delivery-page {
    padding: 48px 0 72px;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #222;
}
.delivery-page__header {
    max-width: 720px;
    margin: 0 auto 32px;
    text-align: center;
}
.delivery-page__title {
    margin: 0 0 16px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 36px;
    font-weight: 600;
    color: #111;
}
.delivery-page__lead {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: #555;
}
.delivery-page__note {
    max-width: 720px;
    margin: 0 auto 24px;
    padding: 14px 18px;
    background: #f3f3f3;
    border-radius: 8px;
    font-size: 14px;
    line-height: 1.5;
    color: #444;
}
.delivery-page__note p {
    margin: 0;
}
.delivery-page__table-wrap {
    max-width: 880px;
    margin: 0 auto 40px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.delivery-page__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
}
.delivery-page__table thead th {
    padding: 14px 18px;
    text-align: left;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #666;
    background: #fafafa;
    border-bottom: 1px solid #e8e8e8;
}
.delivery-page__table tbody th[scope="row"] {
    padding: 14px 18px;
    font-weight: 600;
    color: #111;
    text-align: left;
    background: #fff;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
}
.delivery-page__table tbody td {
    padding: 14px 18px;
    border-bottom: 1px solid #eee;
    color: #333;
}
.delivery-page__table tbody tr:last-child th,
.delivery-page__table tbody tr:last-child td {
    border-bottom: none;
}
.delivery-page__table tbody tr:hover td,
.delivery-page__table tbody tr:hover th[scope="row"] {
    background: #fafafa;
}
.delivery-page__info {
    max-width: 880px;
    margin: 0 auto 32px;
}
.delivery-page__subtitle {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
}
.delivery-page__list {
    margin: 0;
    padding-left: 1.2em;
    font-size: 15px;
    line-height: 1.65;
    color: #444;
}
.delivery-page__list li + li {
    margin-top: 8px;
}
.delivery-page__list a {
    color: #111;
    text-decoration: underline;
}
.delivery-page__contact {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    color: #555;
}
.delivery-page__contact a {
    color: #111;
    font-weight: 600;
    text-decoration: none;
}
.delivery-page__contact a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .delivery-page {
        padding: 32px 0 48px;
    }
    .delivery-page__title {
        font-size: 28px;
    }
    .delivery-page__table thead th,
    .delivery-page__table tbody th[scope="row"],
    .delivery-page__table tbody td {
        padding: 12px 14px;
        font-size: 14px;
    }
    .delivery-page__info .col-md-6 + .col-md-6 {
        margin-top: 24px;
    }
}


html .news-page #mysidebar{
    padding-left: 0 !important;
    width: 300px !important;
}

html .news-article__footer{
    background-color: transparent;;
}
html .news-article__share .product-detail-share__label{
    padding-top: 16px !important;
}


/* === Contacts page === */

/* Контакты: контент на всю высоту main */
body > main .contacts-page {
    flex: 1;
    display: flex;
    flex-direction: column;
}
body > main .contacts-page > .container {
    flex: 1;
    display: flex;
    flex-direction: column;
}
body > main .contacts-page .contacts-page__grid {
    flex: 1;
}

.contacts-page {
    padding: 48px 0 64px;
    background: #fff;
}
.contacts-page__header {
    max-width: 720px;
    margin: 0 auto 36px;
    text-align: center;
}
.contacts-page__title {
    margin: 0 0 12px;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #262626;
}
.contacts-page__lead {
    margin: 0;
    font-size: 16px;
    line-height: 1.65;
    color: #555;
}
.contacts-page__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.contacts-page__grid::before,
.contacts-page__grid::after {
    display: none;
}
.contacts-page__info,
.contacts-page__map-col {
    display: flex;
    flex-direction: column;
    float: none;
}
.contacts-page__card {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 420px;
    padding: 32px 32px 28px;
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 12px;
    box-sizing: border-box;
}
.contacts-page__sections {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.contacts-page__block {
    margin: 0;
}
.contacts-page__subtitle {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
}
.contacts-page__subtitle + .contacts-page__subtitle {
    margin-top: 0;
}
.contacts-page__phones {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contacts-page__phones li + li {
    margin-top: 6px;
}
.contacts-page__phone {
    font-size: 20px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    transition: color 0.2s ease;
}
.contacts-page__phone:hover {
    color: #666;
    text-decoration: none;
}
.contacts-page__address,
.contacts-page__hours {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    font-size: 16px;
    line-height: 1.55;
    color: #333;
}
.contacts-page__address span,
.contacts-page__hours span {
    flex: 1;
}
.contacts-page__address i,
.contacts-page__hours i {
    margin-top: 3px;
    color: #999;
    font-size: 16px;
    width: 18px;
    text-align: center;
    flex-shrink: 0;
}
.contacts-page__route-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 28px;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #111;
    border-radius: 8px;
    text-decoration: none;
    flex-shrink: 0;
    align-self: flex-start;
    transition: background 0.2s ease, transform 0.15s ease;
}
.contacts-page__route-btn:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}
.contacts-page__map-col {
    margin-top: 24px;
}
.contacts-page__map {
    flex: 1 1 auto;
    width: 100%;
    min-height: 420px;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f3f3;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}

/* Yandex map: кастомная метка */
.contacts-map-pin {
    position: relative;
    width: 44px;
    height: 44px;
    margin: -44px 0 0 -22px;
    cursor: pointer;
}
.contacts-map-pin__dot {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    background: #111;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    z-index: 2;
}
.contacts-map-pin__ring {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 36px;
    margin: -18px 0 0 -18px;
    background: rgba(17, 17, 17, 0.12);
    border-radius: 50%;
    animation: contacts-pin-pulse 2s ease-out infinite;
}
@keyframes contacts-pin-pulse {
    0% { transform: scale(0.6); opacity: 0.8; }
    70% { transform: scale(1.2); opacity: 0; }
    100% { transform: scale(1.2); opacity: 0; }
}

/* Yandex map: кастомный балун */
.contacts-map-balloon {
    position: relative;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
}
.contacts-map-balloon__arrow {
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
    background: #fff;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    transform: rotate(45deg);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.06);
}
.contacts-map-balloon__panel {
    position: relative;
    min-width: 300px;
    max-width: 360px;
    padding: 22px 24px 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.14);
}
.contacts-map-balloon__close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 26px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    transition: color 0.2s ease;
}
.contacts-map-balloon__close:hover {
    color: #111;
}
.contacts-map-balloon__title {
    margin: 0 36px 14px 0;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.02em;
}
.contacts-map-balloon__body {
    font-size: 16px;
    line-height: 1.55;
    color: #444;
}
.contacts-map-balloon__address {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
}
.contacts-map-balloon__hours {
    margin: 0 0 16px;
    font-size: 15px;
    color: #666;
}
.contacts-map-balloon__phones {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.contacts-map-balloon__phone {
    font-size: 17px;
    font-weight: 600;
    color: #111 !important;
    text-decoration: none !important;
}
.contacts-map-balloon__phone:hover {
    color: #666 !important;
}

@media (min-width: 992px) {
    .contacts-page__map-col {
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .contacts-page {
        padding: 32px 0 48px;
    }
    .contacts-page__title {
        font-size: 26px;
    }
    .contacts-page__card {
        min-height: 0;
    }
    .contacts-page__map {
        min-height: 320px;
        height: 320px;
        flex: 0 0 320px;
    }
}


/* Кастомное оформление заказа */
.order-custom-page {
    padding: 32px 0 64px;
}
.order-custom-page__title {
    margin: 0 0 24px;
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 34px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #111;
}
.order-custom__layout {
    align-items: flex-start;
}
.order-custom__card {
    margin-bottom: 16px;
    padding: 20px;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.03);
}
.order-custom__card-title {
    margin: 0 0 14px;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #111;
}
.order-custom__label {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #8a8a8a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.order-custom__label span {
    color: #c41e3a;
}
.order-custom__input,
.order-custom__textarea {
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    min-height: 44px;
    box-shadow: none;
    font-size: 14px;
}
.order-custom__textarea {
    min-height: 96px;
    resize: vertical;
}
.order-custom__input:focus,
.order-custom__textarea:focus {
    border-color: #111;
    outline: none;
    box-shadow: none;
}
.order-custom__options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.order-custom__option {
    display: block;
    margin: 0;
    border: 1px solid #e9e9e9;
    border-radius: 10px;
    padding: 12px 14px;
    cursor: pointer;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.order-custom__option:hover {
    border-color: #d7d7d7;
}
.order-custom__option.is-selected {
    border-color: #111;
    box-shadow: 0 0 0 1px #111;
}
.order-custom__option input {
    margin-right: 8px;
}
.order-custom__option input:checked + .order-custom__option-body {
    color: #111;
}
.order-custom__option input:checked + .order-custom__option-body .order-custom__option-head strong {
    color: #111;
}
.order-custom__option-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.order-custom__option-price {
    white-space: nowrap;
    font-weight: 700;
    color: #111;
}
.order-custom__option-desc {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.35;
    color: #777;
}
.order-custom__warning {
    margin-top: 12px;
    padding: 12px 14px;
    border: 1px solid #f0e0b0;
    border-radius: 8px;
    background: #fff8e6;
    color: #6b5200;
    font-size: 14px;
}
.order-custom__checkbox {
    display: flex;
    gap: 10px;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #444;
}
.order-custom__checkbox input {
    margin-top: 3px;
}
.order-custom__sidebar-wrap {
    position: sticky;
    top: 24px;
}
.order-custom__sidebar {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.03);
    padding: 18px;
}
.order-custom__sidebar-title {
    margin: 0 0 10px;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-weight: 800;
}
.order-custom__products {
    margin-bottom: 6px;
}
.order-custom__product {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}
.order-custom__product:last-child {
    border-bottom: none;
}
.order-custom__product-name {
    font-size: 14px;
    color: #222;
    line-height: 1.35;
}
.order-custom__product-meta {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 13px;
    color: #666;
}
.order-custom__totals {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #ececec;
}
.order-custom__total-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 14px;
}
.order-custom__total-row--final {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ececec;
    font-size: 18px;
    font-weight: 800;
}
.order-custom__submit {
    width: 100%;
    margin-top: 12px;
    border: none;
    border-radius: 8px;
    padding: 14px 18px;
    background: #111;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: opacity 0.2s ease, background 0.2s ease;
}
.order-custom__submit:hover:not(:disabled) {
    background: #2c2c2c;
}
.order-custom__submit:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}
.order-custom__errors,
.order-custom__success {
    margin-top: 12px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
}
.order-custom__errors {
    background: #fff0f0;
    color: #b42318;
    border: 1px solid #f3c5c5;
}
.order-custom__success {
    background: #ecfdf3;
    color: #067647;
    border: 1px solid #b7ebd0;
}
.order-custom__empty {
    margin: 0;
    color: #777;
    font-size: 14px;
}
@media (max-width: 1199px) {
    .order-custom__options {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 991px) {
    .order-custom__sidebar-wrap {
        position: static;
        margin-top: 20px;
    }
    .order-custom__card {
        padding: 16px;
    }
    .order-custom-page__title {
        font-size: 28px;
    }
}

/* End */
/* /local/templates/cvetoland/template_styles.css?177904384558269 */
