/* EvoUpak 2026 theme override */
:root {
    --evo-brown: #5a260b;
    --evo-brown-2: #7a3d14;
    --evo-gold: #c78a3b;
    --evo-cream: #fff7e9;
    --evo-beige: #f5e4c8;
    --evo-ink: #32180c;
    --evo-muted: #786559
}

body {
    background: #fffdfa;
    color: var(--evo-ink);
    font-family: Inter, Arial, sans-serif
}

.container {
    max-width: 1380px
}

.sun-top {
    background: var(--evo-brown) !important
}

.sun-top a:hover {
    color: #f4c987 !important
}

.sun-header {
    background: #fffaf1 !important;
    border-bottom: 1px solid #ead1ad !important;
    padding: 18px 0 !important
}

.sun-logo img {
    width: 285px !important;
    max-height: 92px !important;
    object-fit: contain
}

.sun-search {
    border-color: #d9b985 !important;
    border-radius: 10px !important
}

.sun-search button {
    color: var(--evo-brown) !important
    background: none;
}

.sun-hours i, .sun-cart, .sun-mobile-contact a {
    color: var(--evo-brown) !important
}

.evo-nav {
    background: linear-gradient(90deg, #542408, #7a3b12);
    box-shadow: 0 8px 24px rgba(80, 34, 8, .18)
}

.evo-nav__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0
}

.evo-nav a {
    padding: 16px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border-right: 1px solid rgba(255, 255, 255, .12)
}

.evo-nav a:hover {
    background: rgba(255, 255, 255, .1);
    color: #ffd99e
}

.evo-hero {
    background: radial-gradient(circle at 75% 40%, #fff6e6 0, #f5d7ab 55%, #fff8ed 100%);
    overflow: hidden
}

.evo-hero__inner {
    min-height: 520px;
    display: grid;
    grid-template-columns:1fr 1.15fr;
    align-items: center;
    gap: 30px
}

.evo-hero h1 {
    font-size: 56px;
    line-height: 1.05;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 16px
}

.evo-hero h1 span {
    display: block;
    font-size: .58em
}

.evo-hero__lead {
    font-size: 18px;
    color: var(--evo-muted);
    max-width: 620px
}

.evo-hero__image img {
    width: 100%;
    max-height: 480px;
    object-fit: contain
}

.evo-features {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 18px;
    margin: 28px 0
}

.evo-feature {
    display: flex;
    gap: 12px;
    align-items: center
}

.evo-feature i {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #f6dfbd;
    color: #8a4a16;
    font-size: 22px
}

.evo-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #6b2e0c, #8b4b18);
    color: #fff !important;
    padding: 15px 28px;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 9px 24px rgba(91, 40, 10, .18)
}

.evo-strip {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 18px;
    padding: 24px 0
}

.evo-strip__item {
    background: #fff8ed;
    border: 1px solid #f0dfc7;
    border-radius: 12px;
    padding: 18px;
    text-align: center;
    font-weight: 600
}

.evo-section {
    padding: 62px 0
}

.evo-title {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 28px
}

.evo-category-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 20px
}

.evo-category-card {
    display: block;
    padding: 26px;
    border: 1px solid #eadbc8;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(70, 34, 13, .06);
    color: var(--evo-ink);
    text-decoration: none
}

.evo-category-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(70, 34, 13, .12);
    color: var(--evo-brown)
}

.evo-category-card h3 {
    font-size: 19px;
    margin: 14px 0 6px
}

.evo-category-card i {
    font-size: 32px;
    color: var(--evo-gold)
}

.evo-wholesale {
    background: linear-gradient(135deg, #5b270b, #824718);
    color: #fff;
    border-radius: 20px;
    padding: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.evo-wholesale h2 {
    margin: 0 0 8px
}

.evo-page-shell {
    padding: 45px 0
}

.evo-content-card {
    background: #fff;
    border: 1px solid #eadbc8;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 10px 35px rgba(70, 34, 13, .06)
}

footer {
    background: #fffaf1 !important;
    color: #5a260b !important
}
footer .me-1, footer .btn  {
    color: #fff !important
}
footer .social-footer{
    background-color: var(--evo-brown) !important;
    color: #fff!important;
}
.footer-link, footer a {
    color: #222 !important
}

.mobile-bottom-nav {
    background: #fff8ec !important;
    border-top-color: #dfc39a !important
}

.button, .btn-primary {
    background-color: var(--evo-brown) !important;
    border-color: var(--evo-brown) !important
}

@media (max-width: 991px) {
    .evo-nav {
        display: none
    }

    .evo-hero__inner {
        grid-template-columns:1fr;
        min-height: auto;
        padding: 45px 0
    }

    .evo-hero h1 {
        font-size: 43px
    }

    .evo-hero__image {
        order: -1
    }

    .evo-hero__image img {
        max-height: 300px
    }

    .evo-strip {
        grid-template-columns:repeat(2, 1fr)
    }

    .evo-category-grid {
        grid-template-columns:repeat(2, 1fr)
    }

    .sun-logo img {
        width: 210px !important
    }
}

@media (max-width: 575px) {
    .evo-hero h1 {
        font-size: 34px
    }

    .evo-features {
        grid-template-columns:1fr
    }

    .evo-strip, .evo-category-grid {
        grid-template-columns:1fr
    }

    .evo-wholesale {
        padding: 28px 20px;
        display: block
    }

    .evo-wholesale .evo-btn {
        margin-top: 20px
    }

    .evo-section {
        padding: 38px 0
    }

    .evo-title {
        font-size: 27px
    }

    .evo-content-card {
        padding: 22px 16px
    }
}
.sun-hero {
    position: relative;
    overflow: hidden;
    background: #f8eddd;
}

.sun-hero .carousel-item {
    background:
            radial-gradient(
                    circle at 78% 45%,
                    rgba(255, 255, 255, 0.75) 0,
                    rgba(255, 255, 255, 0) 38%
            ),
            linear-gradient(
                    110deg,
                    #f9efe1 0%,
                    #f5e5d0 52%,
                    #ead1ad 100%
            );
}

.sun-hero__slide {
    position: relative;
    min-height: 510px;
    display: flex;
    align-items: center;
    padding: 55px 0 70px;
    overflow: hidden;
}

.sun-hero__slide::before {
    position: absolute;
    top: -150px;
    right: -100px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    content: "";
}

.sun-hero__content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    padding-left: 35px;
}

.sun-hero__label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    margin-bottom: 18px;
    padding: 7px 15px;
    border: 1px solid rgba(126, 67, 20, 0.25);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.45);
    color: #814713;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.sun-hero__title {
    max-width: 590px;
    margin: 0 0 20px;
    color: #4b2109;
    font-size: clamp(38px, 5vw, 68px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.sun-hero__text {
    max-width: 540px;
    margin: 0 0 30px;
    color: #6c4b32;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
}

.sun-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.sun-hero__button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 13px 25px;
    border: 1px solid #6d3008;
    border-radius: 8px;
    background: linear-gradient(180deg, #854713, #642b07);
    box-shadow: 0 10px 24px rgba(94, 41, 7, 0.17);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition:
            transform 0.2s ease,
            box-shadow 0.2s ease,
            background-color 0.2s ease;
}

.sun-hero__button:hover {
    background: linear-gradient(180deg, #965218, #713309);
    box-shadow: 0 12px 28px rgba(94, 41, 7, 0.24);
    color: #fff;
    transform: translateY(-2px);
}

.sun-hero__button i {
    font-size: 17px;
}

.sun-hero__link {
    position: relative;
    padding-bottom: 4px;
    color: #714019;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.sun-hero__link::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: currentColor;
    content: "";
    transition: transform 0.2s ease;
    transform-origin: left;
}

.sun-hero__link:hover {
    color: #4f2308;
}

.sun-hero__link:hover::after {
    transform: scaleX(0.55);
}

.sun-hero__image {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 390px;
    align-items: center;
    justify-content: center;
    padding: 15px 50px 15px 20px;
}

.sun-hero__image::before {
    position: absolute;
    z-index: -1;
    bottom: 16px;
    left: 50%;
    width: 75%;
    height: 35px;
    border-radius: 50%;
    background: rgba(87, 39, 8, 0.18);
    filter: blur(18px);
    content: "";
    transform: translateX(-50%);
}

.sun-hero__image img {
    display: block;
    width: 100%;
    max-width: 540px;
    max-height: 390px;
    object-fit: contain;
    filter: drop-shadow(0 20px 20px rgba(83, 40, 11, 0.14));
}

/* Стрелки */

.sun-hero .carousel-control-prev,
.sun-hero .carousel-control-next {
    width: 70px;
    opacity: 1;
}

.sun-hero__arrow {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(109, 48, 8, 0.18);
    border-radius: 50%;
    background: rgba(255, 251, 244, 0.78);
    color: #693008;
    font-size: 19px;
    backdrop-filter: blur(5px);
    transition:
            background-color 0.2s ease,
            color 0.2s ease,
            transform 0.2s ease;
}

.sun-hero .carousel-control-prev:hover .sun-hero__arrow,
.sun-hero .carousel-control-next:hover .sun-hero__arrow {
    background: #6b3008;
    color: #fff;
    transform: scale(1.06);
}

/* Индикаторы */

.sun-hero .carousel-indicators {
    bottom: 20px;
    gap: 7px;
    margin-bottom: 0;
}

.sun-hero .carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background: #845027;
    opacity: 0.35;
    transition:
            width 0.2s ease,
            border-radius 0.2s ease,
            opacity 0.2s ease;
}

.sun-hero .carousel-indicators .active {
    width: 28px;
    border-radius: 10px;
    opacity: 1;
}

/* Анимация контента */

.sun-hero .carousel-item .sun-hero__label,
.sun-hero .carousel-item .sun-hero__title,
.sun-hero .carousel-item .sun-hero__text,
.sun-hero .carousel-item .sun-hero__buttons,
.sun-hero .carousel-item .sun-hero__image {
    opacity: 0;
    transform: translateY(18px);
}

.sun-hero .carousel-item.active .sun-hero__label,
.sun-hero .carousel-item.active .sun-hero__title,
.sun-hero .carousel-item.active .sun-hero__text,
.sun-hero .carousel-item.active .sun-hero__buttons,
.sun-hero .carousel-item.active .sun-hero__image {
    opacity: 1;
    transform: translateY(0);
}

.sun-hero .carousel-item.active .sun-hero__label {
    transition: 0.45s ease 0.1s;
}

.sun-hero .carousel-item.active .sun-hero__title {
    transition: 0.5s ease 0.18s;
}

.sun-hero .carousel-item.active .sun-hero__text {
    transition: 0.5s ease 0.26s;
}

.sun-hero .carousel-item.active .sun-hero__buttons {
    transition: 0.5s ease 0.34s;
}

.sun-hero .carousel-item.active .sun-hero__image {
    transition: 0.65s ease 0.18s;
}

/* Планшеты */

@media (max-width: 991.98px) {
    .sun-hero__slide {
        min-height: auto;
        padding: 48px 0 55px;
    }

    .sun-hero__content {
        max-width: 100%;
        padding: 0 45px;
        text-align: center;
    }

    .sun-hero__label {
        margin-right: auto;
        margin-left: auto;
    }

    .sun-hero__title,
    .sun-hero__text {
        margin-right: auto;
        margin-left: auto;
    }

    .sun-hero__buttons {
        justify-content: center;
    }

    .sun-hero__image {
        min-height: 280px;
        margin-top: 20px;
        padding: 0 50px;
    }

    .sun-hero__image img {
        max-height: 290px;
    }
}

/* Телефоны */

@media (max-width: 767.98px) {
    .sun-hero__slide {
        padding: 38px 0 50px;
    }

    .sun-hero__content {
        padding: 0 35px;
    }

    .sun-hero__label {
        min-height: 30px;
        margin-bottom: 14px;
        padding: 6px 11px;
        font-size: 10px;
    }

    .sun-hero__title {
        margin-bottom: 16px;
        font-size: 38px;
        line-height: 1.04;
    }

    .sun-hero__text {
        margin-bottom: 23px;
        font-size: 15px;
        line-height: 1.5;
    }

    .sun-hero__buttons {
        flex-direction: column;
        gap: 15px;
    }

    .sun-hero__button {
        width: 100%;
        max-width: 290px;
    }

    .sun-hero__image {
        min-height: 220px;
        margin-top: 25px;
        padding: 0 45px;
    }

    .sun-hero__image img {
        max-height: 225px;
    }

    .sun-hero .carousel-control-prev,
    .sun-hero .carousel-control-next {
        width: 42px;
    }

    .sun-hero__arrow {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }
}

@media (max-width: 420px) {
    .sun-hero__content {
        padding: 0 27px;
    }

    .sun-hero__title {
        font-size: 32px;
    }

    .sun-hero__image {
        padding: 0 30px;
    }
}
/* Общая секция слайдера */

.sun-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f8eddd;
}

.sun-hero .carousel,
.sun-hero .carousel-inner,
.sun-hero .carousel-item {
    width: 100%;
}

.sun-hero .carousel-inner {
    overflow: hidden;
}

.sun-hero .carousel-item {
    min-height: 520px;
    background:
            radial-gradient(
                    circle at 72% 42%,
                    rgba(255, 255, 255, 0.8) 0,
                    rgba(255, 255, 255, 0.45) 22%,
                    rgba(255, 255, 255, 0) 48%
            ),
            linear-gradient(
                    110deg,
                    #fbf1e3 0%,
                    #f5e5d0 58%,
                    #efd8b7 100%
            );
}

.sun-hero__slide {
    position: relative;
    display: flex;
    min-height: 520px;
    align-items: center;
    padding: 60px 0 75px;
}

/* Контент */

.sun-hero__content {
    position: relative;
    z-index: 3;
    max-width: 590px;
}

.sun-hero__label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 8px 16px;
    border: 1px solid #dfbd91;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.55);
    color: #88470f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.sun-hero__title {
    max-width: 570px;
    margin: 0 0 20px;
    color: #4d2109;
    font-size: clamp(46px, 4.2vw, 72px);
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.035em;
}

.sun-hero__text {
    max-width: 530px;
    margin: 0 0 30px;
    color: #714519;
    font-size: 18px;
    line-height: 1.55;
}

.sun-hero__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.sun-hero__button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 14px 26px;
    border-radius: 8px;
    background: #7d390b;
    box-shadow: 0 10px 25px rgba(92, 41, 8, 0.18);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.2s ease;
}

.sun-hero__button:hover {
    background: #5f2907;
    color: #fff;
    transform: translateY(-2px);
}

.sun-hero__link {
    padding-bottom: 3px;
    border-bottom: 1px solid currentColor;
    color: #7d390b;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.sun-hero__link:hover {
    color: #4d2109;
}

/* Изображение */

.sun-hero__image {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 390px;
    align-items: center;
    justify-content: center;
}

.sun-hero__image::before {
    position: absolute;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.36);
    content: "";
}

.sun-hero__image::after {
    position: absolute;
    z-index: -1;
    bottom: 28px;
    left: 50%;
    width: 70%;
    height: 35px;
    border-radius: 50%;
    background: rgba(85, 39, 8, 0.2);
    filter: blur(20px);
    content: "";
    transform: translateX(-50%);
}

.sun-hero__image img {
    position: relative;
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 390px;
    object-fit: contain;
    filter: drop-shadow(0 18px 18px rgba(84, 39, 10, 0.18));
}

/* Стрелки */

.sun-hero .carousel-control-prev,
.sun-hero .carousel-control-next {
    z-index: 10;
    width: 70px;
    opacity: 1;
}

.sun-hero .carousel-control-prev {
    left: 12px;
}

.sun-hero .carousel-control-next {
    right: 12px;
}

.sun-hero__arrow {
    display: flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2c49e;
    border-radius: 50%;
    background: rgba(255, 251, 244, 0.9);
    color: #71340b;
    font-size: 20px;
    box-shadow: 0 5px 18px rgba(89, 39, 7, 0.09);
}

.sun-hero .carousel-control-prev:hover .sun-hero__arrow,
.sun-hero .carousel-control-next:hover .sun-hero__arrow {
    background: #71340b;
    color: #fff;
}

/* Индикаторы */

.sun-hero .carousel-indicators {
    right: auto;
    bottom: 22px;
    left: 50%;
    z-index: 15;
    gap: 7px;
    width: auto;
    margin: 0;
    transform: translateX(-50%);
}

.sun-hero .carousel-indicators button {
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #8d5a31;
    opacity: 0.35;
}

.sun-hero .carousel-indicators button.active {
    width: 30px;
    border-radius: 10px;
    opacity: 1;
}

/* Планшеты */

@media (max-width: 991.98px) {
    .sun-hero .carousel-item,
    .sun-hero__slide {
        min-height: auto;
    }

    .sun-hero__slide {
        padding: 50px 0 65px;
    }

    .sun-hero__content {
        max-width: 100%;
        text-align: center;
    }

    .sun-hero__title,
    .sun-hero__text {
        margin-right: auto;
        margin-left: auto;
    }

    .sun-hero__buttons {
        justify-content: center;
    }

    .sun-hero__image {
        min-height: 290px;
        margin-top: 35px;
    }

    .sun-hero__image::before {
        width: 350px;
        height: 350px;
    }

    .sun-hero__image img {
        max-height: 290px;
    }
}

/* Мобильные */

@media (max-width: 767.98px) {
    .sun-hero__slide {
        padding: 38px 20px 55px;
    }

    .sun-hero__label {
        margin-bottom: 15px;
        padding: 7px 12px;
        font-size: 10px;
    }

    .sun-hero__title {
        margin-bottom: 16px;
        font-size: 38px;
        line-height: 1.04;
    }

    .sun-hero__text {
        margin-bottom: 24px;
        font-size: 15px;
    }

    .sun-hero__buttons {
        flex-direction: column;
        gap: 15px;
    }

    .sun-hero__button {
        width: 100%;
        max-width: 290px;
    }

    .sun-hero__image {
        min-height: 220px;
        margin-top: 30px;
    }

    .sun-hero__image::before {
        width: 260px;
        height: 260px;
    }

    .sun-hero__image img {
        max-height: 220px;
    }

    .sun-hero .carousel-control-prev,
    .sun-hero .carousel-control-next {
        width: 42px;
    }

    .sun-hero .carousel-control-prev {
        left: 2px;
    }

    .sun-hero .carousel-control-next {
        right: 2px;
    }

    .sun-hero__arrow {
        width: 34px;
        height: 34px;
        font-size: 15px;
    }
}