/* Стиль для компьютеров (min-width: 768px) */
@media (min-width: 767px) {
    .max-350 {
        max-width: 350px;
    }

    .bg-honey-menu {
        background: rgba(0, 0, 0, 0);
    }
}

/* Стиль для мобильных устройств (max-width: 767px) */
@media (max-width: 767px) {
    .max-250 {
        width: 100%;
    }

    .bg-honey-menu {
        background: linear-gradient(to top left, #EE8619 0%, #C85409 100%);
    }
}

a {
    text-decoration: none;
    color: #FFF;
}

#basket a {
    text-decoration: none;
    color: #000;
}

.nav-item a, .link:hover {
    color: #fff;
}

.nav-item a:hover, .link {
    color: #fddb05;
}

.bg-honey {
    background: linear-gradient(to top left, #EE8619 0%, #C85409 100%);
}

.bg-honey-text {
    background: linear-gradient(to top left, #EE8619 0%, #C85409 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*.bg-honey::before {
    content: "";
    position: absolute;
    background-image: url(https://live.themewild.com/honey/assets/img/shape/01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .08;
    z-index: -1;
}*/

.text-yellow {
    color: #fddb05;
}

.text-brown {
    color: #B83907;
}

.about-area {
    position: relative;
    display: block;
}

.about-left {
    position: relative;
    z-index: 1;
}

.about-left::before{
    content: "";
    position: absolute;
    border: 10px solid #B83907;
    border-radius: 50px;
    width: 60%;
    height: 100%;
    z-index: -1;
}

.about-img img {
    border-radius: 18px;
    max-width: 100%;
}

.about-experience {
    border: 8px solid #ffff;
    background: #B83907;
    position: absolute;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    left: 0px;
    top: 50px;
    text-align: center;
    padding: 20px;
}

.about-experience h1 {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
}

.about-experience .about-experience-text {
    color: #fff;
    font-weight: 500;
    line-height: 1.2 !important;
}

.about-right {
    position: relative;
    display: block;
}

.about-list-wrapper {
    position: relative;
    display: block;
    margin-top: 10px;
}

.about-list {
    position: relative;
    display: block;
}

.about-list li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.about-list li .about-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.about-list li .about-icon span {
    font-size: 20px;
    color: #B83907;
}

.about-list-text p {
    margin-bottom: 0px;
}

@media all and (max-width: 991px) {
    .about-left {
        margin-bottom: 60px;
    }

    .about-experience {
        bottom: -20px;
    }
}

.container-white {
    padding-top: 100px;
    padding-bottom: 100px;
}

.map-frame {
    width: 100%;
    min-height: 450px;
}

.banner {
    overflow: hidden;
}

.banner__content {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* SVG-переходы между секциями: лёгкое перекрытие + z-index, чтобы убрать субпиксельные щели на мобильных */
.banner-svg {
    position: relative;
    z-index: 2;
    line-height: 0;
    font-size: 0;
}

.banner-svg svg {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}

/* Волна вверху оранжевого блока (после светлой секции) */
.banner-svg--up {
    top: -1px;
    margin-top: -1px;
}

/* Волна внизу оранжевого блока (перед светлой секцией) */
.banner-svg--down {
    top: 2px;
}

/* Нижняя волна перед футером (contacts → белый блок) */
.banner-svg--footer {
    top: -1px;
    margin-bottom: -1px;
}

@media (max-width: 767px) {
    .banner-svg--up {
        top: -2px;
        margin-top: -2px;
    }

    .banner-svg--down {
        top: 2px;
    }

    .banner-svg--footer {
        top: -1px;
        margin-bottom: -1px;
    }
}

.banner svg {
    width: 100%;
    fill: url(#header-shape-gradient) #fff;
}

#header-shape-gradient {
    --color-stop: #EE8619;
    --color-bot: #C85409;
}

.svg-rotate {
    transform: rotate(180deg);
}

.img-contacts {
    width: 100%;
    border-radius: 15px;
    max-height: 340px;
    object-fit: cover;
}

/* shop item */

.shop-item-wrapper .shop-item{
    box-shadow: 0 1px 80px 12px rgb(26 40 68 / 6%);
}

.shop-item {
    margin-bottom: 25px;
    background: #fff;
    border-radius: 15px;
    border: 2px solid #fbf5f0;
}

.shop-item-info {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.shop-item-title {
    color: #30180D;
    transition: all .5s ease-in-out;
    font-size: 1.3rem;
}

.shop-item-title:hover {
    color: #B83907;
}

.shop-item-price {
    font-size: 18px;
    color: #B83907;
    font-weight: 700;
    margin-top: 5px;
}

.shop-item-price del {
    color: #7a8a9e;
    margin-right: 10px;
    font-weight: 500;
}

.shop-item-img {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 5px;
}

.shop-item-img img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.card-img-top {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 15px;
}

.shop-item-img::before {
    content: "";
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(to right, #EE8619 0%, #C85409 100%);
    z-index: 2;
    transform: scale(0.9);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear 0s;
}

.shop-item:hover .shop-item-img::before {
    transform: scale(1);
    visibility: visible;
    opacity: 0.7;
}

.shop-item-sale {
    position: absolute;
    padding: 2px 14px;
    border-radius: 10px;
    text-align: center;
    right: 10px;
    top: 10px;
    font-size: 16px;
    color: #fff;
    background: #B83907;
    z-index: 2;
}

.shop-item-meta {
    position: absolute;
    top: 90px;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 3;
    transition: all .5s ease-in-out;
}

.shop-item-meta a, .shop-item-meta button {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 43px;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    color: #B83907;
    margin-bottom: 15px;
    font-size: 18px;
    border: none;
}

.shop-item-meta a:hover, .shop-item-meta button:hover {
    background: #B83907;
    color: #fff;
}

.shop-item:hover .shop-item-meta {
    left: 20px;
    visibility: visible;
    opacity: 1;
}

.shop-cart-btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s linear 0s;
}

.shop-item-btn {
    background: #30180D;
    color: #fff;
    padding: 10px 25px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
}

.shop-item-btn:hover {
    background: #fff;
    color: #B83907;
}

.shop-item-btn i {
    margin-right: 5px;
}

.shop-item:hover .shop-cart-btn {
    bottom: 60px;
    visibility: visible;
    opacity: 1;
}

.shop-item-rate {
    color: #FAB319;
    margin-bottom: 5px;
}

.quantity {
    max-width: 4rem;
}

.order-btn {
    color: #ffc107;
}

.list-group-item.active {
    background-color: #da6c11;
    border-color: #da6c11;
}

/* Футер: убираем тонкую полоску между SVG-волной и блоком © (зазор у inline/svg) */
.svg-border-waves {
    line-height: 0;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
}

.svg-border-waves svg.wave {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: -8px;
    vertical-align: top;
}

.footer-area {
    position: relative;
    z-index: 10;
    background-color: #fff;
    top: -1px;
    padding-top: 12px;
}

@media (max-width: 767px) {
    .footer-area {
        top: -2px;
    }
}

.footer-area .copyright {
    background-color: #fff;
}

/* Личный кабинет: фиксированная рабочая область, единый стиль вкладок */
.lk-workspace-row {
    align-items: stretch;
}

.lk-panels-shell {
    min-height: 420px;
    height: 55vh;
    max-height: 720px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.lk-panel {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 1rem 1.25rem;
}

.lk-tab-label-wrap {
    gap: 0.5rem;
}

.lk-tab-icon {
    width: 1.25rem;
    text-align: center;
}

.lk-tab-end-slot {
    min-width: 2.75rem;
    height: 1.5rem;
}

.lk-nav .list-group-item.active {
    background: linear-gradient(to top left, #EE8619 0%, #C85409 100%);
    border-color: rgba(0, 0, 0, 0.08);
    color: #fff;
}

.lk-nav .list-group-item.active .text-muted {
    color: rgba(255, 255, 255, 0.85) !important;
}

.lk-nav .list-group-item.active .badge {
    background-color: rgba(255, 255, 255, 0.25) !important;
    color: #fff;
}

/* Глобальные ссылки на сайте белые — в ЛК нужен обычный цвет текста */
.lk-page .lk-tab-link:not(.active) {
    color: #212529;
}
