/* body {
    background: #fbf7f1;
    color: #213b5a;
} */

/* .container {
    max-width: 1240px;
} */

.tf-top-bar {
    background: #fff;
    border-bottom: 1px solid #eef1eb;
}

.tf-top-bar_wrap {
    min-height: 34px;
}

.top-bar-text,
.tf-languages a {
    font-size: 11px;
    color: #203a59;
}

.top-bar-shop {
    color: #6ebf8a;
    margin-left: 6px;
}

.header-default {
    background: #fff;
}

.wrapper-header {
    min-height: 66px;
}

.site-main-logo {
    width: 118px;
    height: auto;
}

.item-link {
    font-size: 12px;
    color: #203a59;
}

.header-icon-set .nav-icon-item {
    color: #203a59;
    font-size: 15px;
}

.mobile-menu-toggle {
    border: 0;
    background: transparent;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
}

.mobile-menu-toggle span {
    width: 24px;
    height: 2px;
    background: #1f3c2c;
    display: block;
}

.mobile-menu-links {
    display: grid;
    gap: 12px;
}

.mobile-menu-links a {
    color: #1f3c2c;
    text-decoration: none;
    font-weight: 600;
}

.herbs-hero-shell .tf-sw-slideshow {
    overflow: hidden;
}

.herbs-hero-shell .wrap-slider {
    height: 520px;
    border-radius: 20px;
    overflow: hidden;
    background: radial-gradient(circle at left center, #8fe179 0%, #c9f0bd 36%, #edf7e8 100%);
}

.herbs-hero-shell .wrap-slider img {
    position: absolute;
    top: 50%;
    right: 70px;
    width: 40%;
    height: 82%;
    object-fit: contain;
    transform: translateY(-50%);
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.18));
}

.herbs-hero-shell .wrap-slider.row-end img {
    right: 55px;
}

.herbs-hero-shell .wrap-slider .box-content {
    z-index: 2;
}

.herbs-hero-shell .wrap-slider .box-content .container {
    max-width: 1240px;
    padding-left: 56px;
}

.herbs-hero-shell .wrap-slider .box-content .heading {
    max-width: 440px;
    margin-bottom: 14px;
    font-size: 54px;
    line-height: 1.05;
    color: #213b5a;
}

.herbs-hero-shell .wrap-slider .box-content p {
    max-width: 360px;
    margin-bottom: 24px;
    font-size: 13px;
    line-height: 1.65;
    color: #213b5a;
}

.herbs-hero-shell .wrap-pagination {
    bottom: 22px;
}

.herbs-hero-shell .sw-pagination-slider {
    gap: 10px;
}

.herbs-hero-shell .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #203a59;
    opacity: 0.32;
}

.herbs-hero-shell .swiper-pagination-bullet-active {
    opacity: 1;
}

.section-shell {
    padding: 48px 0;
}

.herbs-category-shell {
    padding-top: 34px;
    padding-bottom: 18px;
}

.herbs-category-shell .flat-title {
    margin-bottom: 26px;
}

.herbs-category-shell .title {
    font-size: 22px;
    color: #213b5a;
}

.herbs-category-shell .box-sw-navigation {
    position: static;
}

.herbs-category-shell .collection-item-circle.has-bg-2 {
    padding: 18px 10px;
    border-radius: 4px;
    background: #f3f3f1;
}

.herbs-category-shell .collection-item-circle .collection-image {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.herbs-category-shell .collection-item-circle .collection-image img {
    max-width: 100%;
    max-height: 72px;
    object-fit: contain;
}

.herbs-category-shell .collection-content .title {
    color: #203a59;
    font-size: 12px;
    line-height: 1.45;
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 24px;
    gap: 20px;
}

.section-heading h2 {
    margin: 0;
    font-size: 22px;
    color: #213b5a;
}

.section-mini-icon {
    color: #9aa8a1;
    font-size: 18px;
}

.category-tile {
    background: #fff;
    border-radius: 8px;
    padding: 14px 10px;
    height: 100%;
    border: 1px solid #edf0eb;
}

.category-tile img {
    width: 100%;
    height: 60px;
    object-fit: contain;
}

.category-tile h4 {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.4;
}

.promo-card {
    min-height: 205px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: end;
    padding: 28px;
}

.promo-card img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 54%;
    height: 100%;
    object-fit: cover;
}

.promo-copy {
    position: relative;
    z-index: 2;
    max-width: 220px;
}

.promo-copy span,
.discover-copy span,
.trust-heading span {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #5b6d83;
    margin-bottom: 10px;
}

.promo-copy h3 {
    font-size: 30px;
    line-height: 1.15;
    margin-bottom: 18px;
}

.promo-card-left {
    background: #ffc861;
}

.promo-card-right {
    background: #f4f4f2;
}

.products-filter {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.products-filter a {
    color: #7b8b82;
    font-size: 12px;
}

.popular-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.card-product.style-9 {
    background: #fff;
    border-radius: 12px;
    /* padding: 12px; */
    border: 1px solid #edf0eb;
    height: 100%;
}

.card-product-info {
    padding: 0 2px;
}

.card-product .product-img {
    display: block;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.card-product .product-img img {
    width: 100%;
    /* height: 220px; */
    object-fit: contain;
}

.product-name {
    display: block;
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.5;
    min-height: 40px;
    color: #203a59;
}

.price {
    font-size: 22px;
    color: #203a59;
}

.product-card-actions {
    display: flex;
    justify-content: flex-end;
}

.cart-round-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 0;
    background: #79c48f;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.cart-round-btn span {
    position: relative;
    top: -1px;
}

.tf-btn.btn-outline {
    border: 1px solid #1f3c2c;
    color: #1f3c2c;
    background: transparent;
}

.trust-panel {
    background: #fff1b5;
    border-radius: 10px;
    padding: 46px 34px;
}

.trust-heading h2 {
    font-size: 18px;
    margin-top: 10px;
    color: #213b5a;
}

.trust-heading span {
    color: #203a59;
}

.trust-item {
    text-align: center;
}

.trust-item h4 {
    font-size: 16px;
    margin-bottom: 8px;
}

.trust-item p {
    font-size: 11px;
    max-width: 260px;
    margin: 0 auto;
}

.trust-icon {
    width: 68px;
    height: 68px;
    border: 1px solid #1f3c2c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 24px;
}

.discover-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 40px;
    align-items: center;
}

.discover-collage {
    position: relative;
    min-height: 430px;
}

.discover-img {
    position: absolute;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 20px 50px rgba(42, 62, 48, 0.12);
}

.discover-img-1 {
    left: 0;
    top: 0;
    width: 62%;
    height: 120px;
}

.discover-img-2 {
    left: 42px;
    top: 52px;
    width: 58%;
    height: 260px;
}

.discover-img-3 {
    left: 150px;
    bottom: 0;
    width: 40%;
    height: 155px;
}

.discover-copy h2 {
    font-size: 28px;
    line-height: 1.12;
    margin-bottom: 18px;
    color: #213b5a;
}

.discover-copy p {
    max-width: 480px;
    margin-bottom: 22px;
    color: #66756a;
    font-size: 12px;
}

.page-shell,
.account-shell,
.cart-shell,
.checkout-shell,
.admin-shell-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 16px 40px rgba(42, 62, 48, 0.08);
}

.admin-sidebar {
    background: linear-gradient(180deg, #163021, #244835);
}

.admin-sidebar a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    gap: 16px;
}

.admin-stat {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
/* 
.footer-wrap {
    background: #fff;
}

.footer .footer-body {
    padding-top: 34px;
}

.footer-main-row {
    padding-top: 12px;
    padding-bottom: 18px;
}



.footer .footer-infor ul,
.footer .tf-social-icon,
.footer .footer-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-infor ul li + li,
.footer .footer-menu-list li + li {
    margin-top: 4px;
}


.footer-menu_item {
    font-size: 11px;
    color: #203a59;
    line-height: 1.8;
}

.footer .footer-infor ul li p a,
.footer .footer-menu_item a,
.footer .footer-menu-list li a,
.footer .footer-menu_item {
    color: #203a59;
}

.footer h6 {
    font-size: 13px;
    color: #203a59;
    margin-bottom: 12px;
}

.footer .footer-heading-moblie {
    display: none;
}

.footer .footer-infor .tf-btn.btn-line {
    margin-top: 8px;
    margin-bottom: 14px;
    padding-left: 0;
}

.footer .footer-bottom {
    border-top: 1px solid #eef1eb;
}

.footer .footer-bottom .footer-bottom-wrap {
    min-height: 66px;
}

.footer .tf-payment {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
    .footer .tf-payment img {
    height: 14px;
    width: auto;
} 
*/

.footer-logo-img {
    width: 180px;
    height: auto;
}

@media (min-width: 768px) {
    .logo-header img {
        width: 70% !important;
    }
}

@media (max-width: 991px) {
    .herbs-hero-shell .wrap-slider {
        height: 440px;
    }

    .herbs-hero-shell .wrap-slider .box-content .container {
        padding-left: 32px;
    }

    .herbs-hero-shell .wrap-slider .box-content .heading {
        font-size: 40px;
        max-width: 360px;
    }

    .herbs-hero-shell .wrap-slider img {
        right: 26px;
        width: 42%;
        height: 74%;
    }

    .popular-grid,
    .discover-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .herbs-hero-shell .wrap-slider {
        height: 500px;
        border-radius: 16px;
    }

    .herbs-hero-shell .wrap-slider .box-content {
        top: 34px;
        transform: none;
    }

    .herbs-hero-shell .wrap-slider .box-content .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .herbs-hero-shell .wrap-slider .box-content .heading {
        font-size: 30px;
        max-width: 220px;
    }

    .herbs-hero-shell .wrap-slider .box-content p {
        max-width: 210px;
        font-size: 12px;
        margin-bottom: 18px;
    }

    .herbs-hero-shell .wrap-slider img {
        top: auto;
        right: 10px;
        bottom: 14px;
        width: 62%;
        height: 58%;
        transform: none;
    }

    .site-main-logo {
        width: 98px;
    }

    .section-heading {
        flex-direction: column;
        align-items: start;
    }

    .promo-card img {
        width: 50%;
    }

    .popular-grid,
    .discover-grid {
        grid-template-columns: 1fr;
    }

    .discover-collage {
        min-height: 360px;
    }

    .discover-copy h2 {
        font-size: 34px;
    }

    .footer .footer-heading-desktop {
        display: none;
    }

    .footer .footer-heading-moblie {
        display: block;
    }

    .footer .footer-bottom .footer-bottom-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
}
