/* Local fonts — paths relative to this stylesheet (css/) */
@font-face {
    font-family: "FzPoppins";
    src: url("../fonts/FzPoppins/FZ%20Poppins-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FzPoppins";
    src: url("../fonts/FzPoppins/FZ%20Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FzPoppins";
    src: url("../fonts/FzPoppins/FZ%20Poppins-Italic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "FzPoppins";
    src: url("../fonts/FzPoppins/FZ%20Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FzPoppins";
    src: url("../fonts/FzPoppins/FZ%20Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FzPoppins";
    src: url("../fonts/FzPoppins/FZ%20Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Josefin Sans";
    src: url("../fonts/Josefin_Sans/JosefinSans-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Josefin Sans";
    src: url("../fonts/Josefin_Sans/JosefinSans-Italic-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 700;
    font-style: italic;
    font-display: swap;
}

:root {
    --font-poppins: "FzPoppins", sans-serif;
    --font-josefin: "Josefin Sans", sans-serif;
    --color-white: #ffffff;
    --color-black: #003521;
    --color-black-light: #484647;
    --color-green: #129756;
    --color-yellow-gold: #F3E4DC;
    --color-brown: #999999;
    --color-gray: #9BB0B6;
    --color-gradient: linear-gradient(90deg, #D1AE48 0%, #F6E178 28%, #A97112 57%, #E7D374 100%);
    --footer-emerald: #006f45;
    --footer-bg-main: #dfeaef;
    --footer-border-pale: #efefef;
    --footer-rule: #e2e2e2;
    --hero-slider-teal: #7ba89f;
    --color-price: #c9a227;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: var(--color-green);
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: var(--color-green);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #4facfe, #00f2fe);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #43e97b, #38f9d7);
}

body {
    font-family: var(--font-poppins);
    background-color: var(--color-white);
    color: var(--color-black-light);
    font-size: 1rem;
    top: 0 !important;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    color: var(--color-black);
    outline: 0 none;
    text-decoration: none;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: 0 none;
}

img {
    border-style: none;
    height: auto;
    vertical-align: middle;
}

hr {
    clear: both;
}

section,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
summary {
    display: block;
}

address {
    font-style: italic;
}

table {
    background-color: transparent;
    width: 100%;
    border-spacing: 0;
}

table thead th {
    color: #333;
}

table tr td {
    border-top: 1px solid #dddddd;
}

table tr td,
table tr th {
    padding: 10px;
}

table tr td:first-child,
table tr th:first-child {
    padding-left: 0px;
}

table tr td:last-child,
table tr th:last-child {
    padding-right: 0px;
}

@media only screen and (max-width: 360px) {
    table tr td {
        word-break: break-all;
    }
}

p,
address,
pre,
hr,
ul,
ol,
dl,
dd,
table {
    margin: 0 0 15px;
}


.container-fluid {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.grecaptcha-badge {
    display: none !important;
}

.text__label {
    font-family: var(--font-josefin);
    font-weight: 400;
    font-size: 1rem;
    text-align: center;
    background: var(--color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.text__title {
    font-family: var(--font-josefin);
    font-weight: 700;
    font-size: 1.25rem;
    text-transform: uppercase;
    color: var(--color-green);
}

.banner_sec__inner {
    width: 100%;
    overflow: hidden;
}
.banner_section img {
    width: 100%;
    object-fit: cover;
}


/* Carousel navigation */
.carousel__nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.carousel__nav-btn {
    position: absolute;
    border: none;
    color: var(--color-white);
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s ease;
}
.carousel__nav-btn i {
    font-size: 2rem;
}
.carousel__nav-btn.prev {
    left: 5px;
}

.carousel__nav-btn.next {
    right: 5px;
}

.carousel__nav-btn:hover {
    color: var(--color-green);
}


/** Line-clamp **/
.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/** Maintenance **/
.maintenance {
    width: 100%;
    background-color: #ffcc00;
    color: #000;
    text-align: center;
    padding: 10px 0px;
    z-index: 10000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 0.85rem;
}

/** Header  **/
.header.site-header {
    position: relative;
    background-color: var(--color-white);
}

.site-header__wrap {
    width: 100%;
}

.site-header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5.5rem;
    min-height: 5.3125rem;
}

.site-header__left {
    display: flex;
    align-items: center;
    gap: 3.625rem;
    flex: 1 1 auto;
    min-width: 0;
}

.site-header__search {
    display: flex;
    align-items: center;
    gap: 1.375rem;
    padding: 0.5rem 1.25rem;
    min-height: 2.75rem;
    flex: 1 1 auto;
    max-width: 27.375rem;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 62.4375rem;
    background-color: #f4f4f4;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-header__search:hover {
    background-color: #ececec;
}

.site-header__search:focus-within {
    background-color: #ececec;
    border-color: rgba(18, 151, 86, 0.35);
    box-shadow: 0 0 0 0.125rem rgba(18, 151, 86, 0.12);
}

.site-header__search-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    color: var(--color-green);
    font-size: 1.125rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease, transform 0.15s ease;
}

.site-header__search-btn:hover {
    color: var(--color-green);
}

.site-header__search-btn:focus-visible {
    outline: 0.125rem solid var(--color-green);
    outline-offset: 0.125rem;
    border-radius: 0.25rem;
}

.site-header__search-btn:active {
    transform: scale(0.94);
}

.site-header__search-btn i {
    pointer-events: none;
}

.site-header__search-input {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    font-family: var(--font-josefin), sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    color: var(--color-black-light);
    padding-top: 5px;
}

.site-header__search-input::placeholder {
    color: #999999;
    opacity: 1;
}

.site-header__search-input:focus {
    outline: none;
}


.site-header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
}

.site-header__hotline {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
    text-decoration: none;
    color: inherit;
}

.site-header__hotline-icon {
    display: block;
    flex-shrink: 0;
    border-radius: 0.25rem;
}

.site-header__hotline-body {
    display: flex;
    flex-direction: column;
    gap: 0.1875rem;
}

.site-header__hotline-label {
    font-family: var(--font-josefin), sans-serif;
    font-size: 0.9375rem;
    line-height: 1.33;
    color: var(--color-black-light);
}

.site-header__hotline-number {
    font-family: var(--font-josefin), sans-serif;
    font-weight: 500;
    font-size: 1.15625rem;
    line-height: 1;
    color: var(--color-green);
}

.site-header__follow {
    display: flex;
    flex-direction: column;
    gap: 0.1875rem;
    min-width: 6.5rem;
}

.site-header__follow-label {
    font-family: var(--font-josefin), sans-serif;
    font-size: 0.9375rem;
    line-height: 1.33;
    color: var(--color-black-light);
}

.site-header__follow-list {
    display: flex;
    align-items: center;
    gap: 0.875rem;
    list-style: none;
    margin: 0;
    padding: 0;
    min-height: 0.875rem;
}

.site-header__follow-link {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.site-header__follow-link img {
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    object-fit: cover;
}

.site-header__tools {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.site-header__cart.menu__icon {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    border-radius: 1.375rem;
    background-color: var(--color-yellow-gold);
    border: none;
    padding: 0;
}

.site-header__cart.menu__icon:hover {
    transform: none;
    color: inherit;
}

.site-header__cart-icon {
    pointer-events: none;
}

.site-header__cart .menu__cart-count.site-header__cart-count {
    top: -0.125rem;
    right: -0.125rem;
    background-color: #dfb178;
    color: var(--color-white);
    border: 1px solid #daa35e;
    font-family: var(--font-poppins), sans-serif;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.25;
    padding: 0.125rem 0.25rem;
    min-width: 1.25rem;
    box-shadow: none;
}
.skiptranslate {
    display: none !important;
}

/* Google Translate */
.site-header__lang--gtranslate {
    position: relative;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: auto;
    min-height: 2.75rem;
    flex-shrink: 0;
}

.site-header__lang-gadget {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    pointer-events: none;
}

.site-header__lang-gadget #google_language_translator {
    position: absolute;
    left: 0;
    top: 0;
}

.site-header__lang-gadget .goog-te-gadget,
.site-header__lang-gadget .goog-te-gadget-simple,
.site-header__lang-gadget select.goog-te-combo {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
}

.site-header__lang-custom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0;
}

.site-header__lang-flags {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.site-header__lang-flag-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0.25rem;
    border: none;
    border-radius: 0.25rem;
    background: transparent;
    cursor: pointer;
    line-height: 0;
    transition: border-color 0.2s ease, opacity 0.2s ease;
}

.site-header__lang-flag-btn:hover {
    opacity: 0.88;
}

.site-header__lang-flag-btn--active {
    border-color: var(--color-green);
}


.site-header__lang-flag-img {
    display: block;
    width: 22px;
    height: 15px;
    object-fit: cover;
    border-radius: 0.125rem;
}

/* menu */
.mobile-menu,
.mobile-header,
.mobile-menu-overlay {
    display: none;
}

.nav-menu-bar.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Nav Menu Bar */
.nav-menu-bar {
    background-color: var(--color-green);
    position: relative;
    z-index: 100;
}

.nav-menu-bar__inner {
    display: flex;
    align-items: center;
    gap: 2.3125rem;
    padding: 0.5625rem 0;
}

.nav-menu-bar__category {
    position: relative;
    flex-shrink: 0;
}

.nav-menu-bar__category-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.6875rem 1.5rem;
    background-color: #0B7442;
    border: none;
    border-radius: 3.125rem;
    color: #fff;
    font-family: var(--font-josefin), sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease;
}

.nav-menu-bar__category-btn:hover {
    background-color: #096638;
}

.nav-menu-bar__category-icon {
    flex-shrink: 0;
    width: 1.07rem;
    height: 1.25rem;
}

/* Category dropdown */
.nav-menu-bar__dropdown {
    position: absolute;
    top: calc(100% + 0.625rem);
    left: 0;
    min-width: 36rem;
    max-width: min(48rem, calc(100vw - 2rem));
    background-color: var(--color-white);
    border-radius: 0.1875rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.12);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.5rem);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.nav-menu-bar__dropdown--open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-menu-bar__dropdown-inner {
    display: flex;
    align-items: stretch;
    column-gap: 0.875rem;
    padding: 1.25rem 0.625rem;
}

.nav-menu-bar__level1 {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 14.0625rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6875rem;
}

.nav-menu-bar__level1-item a {
    display: block;
    padding: 0.625rem 0.9375rem;
    font-family: var(--font-poppins), sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.0625;
    color: #000C07;
    text-decoration: none;
    transition: color 0.2s ease, font-weight 0.2s ease;
}

.nav-menu-bar__level1-item--active a,
.nav-menu-bar__level1-item:hover a {
    color: #12A95C;
    font-weight: 500;
}

.nav-menu-bar__divider {
    width: 0.125rem;
    align-self: stretch;
    flex-shrink: 0;
    background: linear-gradient(180deg, #D1AE48, #F6E178, #A97112, #E7D374);
    border-radius: 0.0625rem;
}

.nav-menu-bar__mega-right {
    display: flex;
    align-items: stretch;
    column-gap: 0.875rem;
    flex: 1;
    min-width: 0;
}

.nav-menu-bar__mega-right:not(.nav-menu-bar__mega-right--with-level3) .nav-menu-bar__divider--after-level2,
.nav-menu-bar__mega-right:not(.nav-menu-bar__mega-right--with-level3) .nav-menu-bar__level3-wrapper {
    display: none;
}

.nav-menu-bar__level2-wrapper {
    flex: 0 0 auto;
    width: 13.5rem;
    min-width: 0;
}

.nav-menu-bar__level2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    flex-direction: column;
    gap: 0.25rem;
}

.nav-menu-bar__level2--active {
    display: flex;
}

.nav-menu-bar__level2-item a {
    display: block;
    padding: 0.625rem 0.9375rem;
    font-family: var(--font-poppins), sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.1333;
    color: #000C07;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.nav-menu-bar__level2-item a:hover {
    color: #12A95C;
}

.nav-menu-bar__level2-item--active a,
.nav-menu-bar__level2-item--active a:hover {
    color: #12A95C;
    font-weight: 500;
}

.nav-menu-bar__level3-wrapper {
    flex: 1;
    min-width: 11rem;
    min-height: 0;
    position: relative;
    overflow: hidden;
}

.nav-menu-bar__divider--after-level2,
.nav-menu-bar__level3-wrapper {
    opacity: 0;
    transform: translateX(-0.75rem);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.nav-menu-bar__mega-right--with-level3.nav-menu-bar__mega-right--level3-visible .nav-menu-bar__divider--after-level2,
.nav-menu-bar__mega-right--with-level3.nav-menu-bar__mega-right--level3-visible .nav-menu-bar__level3-wrapper {
    opacity: 1;
    transform: translateX(0);
}

.nav-menu-bar__level3 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    flex-direction: column;
    gap: 0.25rem;
}

.nav-menu-bar__level3--active {
    display: flex;
    animation: menuLevel3FadeIn 0.25s ease forwards;
}

@keyframes menuLevel3FadeIn {
    from {
        opacity: 0;
        transform: translateY(0.375rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav-menu-bar__level3-item a {
    display: block;
    padding: 0.625rem 0.9375rem;
    font-family: var(--font-poppins), sans-serif;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.1333;
    color: #000C07;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.nav-menu-bar__level3-item a:hover {
    color: #12A95C;
}

/* Nav menu bar links */
.nav-menu-bar__links {
    display: flex;
    align-items: center;
    gap: 2.3125rem;
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.nav-menu-bar__links-item a {
    font-family: var(--font-josefin), sans-serif;
    font-weight: 600;
    font-size: 1.1875rem;
    line-height: 1.25;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.nav-menu-bar__links-item a:hover {
    opacity: 0.8;
}

.nav-menu-bar__links-item--active a {
    opacity: 1;
    text-decoration: underline;
    text-underline-offset: 0.25rem;
    text-decoration-thickness: 0.125rem;
}

.nav-menu-bar__links-item--active a:hover {
    opacity: 0.9;
}

.menu__icons {
    display: flex;
    gap: 6px;
    align-items: center;
}

.menu__icon {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 30px;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    cursor: pointer;
}

.menu__icon i {
    pointer-events: none;
}

.menu__cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #ff4d4f;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 20px;
    font-weight: bold;
    min-width: 18px;
    text-align: center;
    line-height: 1;
    box-shadow: 0 0 0 2px #fff;
    transition: transform 0.2s ease;
}

.menu__icon--cart:hover .menu__cart-count {
    transform: scale(1.08);
}

.menu-style-one {
    padding: 10px 0;
}

.menu-style-two {
    padding: 10px 0;
    display: none;
}

/* Slider show */
.slideshow {
    position: relative;
    z-index: 1;
}

.hero-slider__slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.hero-slider__bg {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-slider__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-slider__inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    min-height: 42.25rem;
    box-sizing: border-box;
}
.hero-slider__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: min(52.25rem, 100%);
    max-width: 52.25rem;
    min-height: 21.875rem;
    padding: 2.5rem 2rem;
    box-sizing: border-box;
    isolation: isolate;
    display: none;
}

.hero-slider__content::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    border-radius: 11.375rem;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(255, 255, 255, 0.05) 40%,
        rgba(0, 0, 0, 0.25) 100%
    );
    pointer-events: none;
}

.hero-slider__content::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: 11.375rem;
    background: 
        radial-gradient(
            circle at center,
            rgba(255,255,255,0.15) 0%,
            rgba(255,255,255,0.05) 40%,
            rgba(255,255,255,0.02) 100%
        );
    box-shadow: 
        inset 0 0 40px rgba(255,255,255,0.08),
        inset 0 0 80px rgba(255,255,255,0.05),
        0 10px 40px rgba(217,217,217,0.1);

    border: 1px solid rgba(255,255,255,0.08);
}
.hero-slider__logo,
.hero-slider__title,
.hero-slider__subtitle {
    position: relative;
    z-index: 1;
}

.hero-slider__logo {
    display: block;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.hero-slider__title {
    font-family: var(--font-josefin), sans-serif;
    font-weight: 700;
    font-size: clamp(1.75rem, 4.5vw, 4rem);
    line-height: 1.7;
    letter-spacing: -0.05em;
    color: var(--color-white);
    text-transform: uppercase;
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
    margin: 0;
}

.hero-slider__subtitle {
    font-family: var(--font-poppins), sans-serif;
    font-weight: 600;
    font-size: clamp(1rem, 2.2vw, 2rem);
    line-height: 1.35;
    color: var(--color-white);
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
    margin: 1.25rem 0 0;
}


.slideshow .slider-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
    pointer-events: none;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
}

.slider-btn {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    pointer-events: auto;
    color: var(--color-white);
    background: transparent;
}

.slider-btn:focus-visible {
    outline: 0.125rem solid var(--color-white);
    outline-offset: 0.125rem;
}

.slider-btn i {
    font-size: 2rem;
    pointer-events: none;
}

/* Categories hot section*/
.categories-hot {
    padding: 6.75rem 0 3.75rem;
}

.categories-hot__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9375rem;
    margin-bottom: 2.5rem;
}

.categories-hot__list {
    display: flex;
    gap: 0.9375rem;
    justify-content: center;
}

.categories-hot__wrapper {
    position: relative;
}


.categories-hot__card {
    display: block;
    position: relative;
    border-radius: 0.3125rem;
    overflow: hidden;
    height: 15.625rem;
}


.categories-hot__card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.categories-hot__card:hover .categories-hot__card-img,
.categories-hot__card:focus-visible .categories-hot__card-img {
    transform: scale(1.05);
}

.categories-hot__card-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-50% + 0.75rem));
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--color-white);
    border-radius: 3.125rem;
    padding: 0.5rem 1.8125rem 0.5rem 1.375rem;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.3s ease;
    z-index: 2;
    pointer-events: none;
}

.categories-hot__card-img:hover ~ .categories-hot__card-badge,
.categories-hot__card:focus-visible .categories-hot__card-badge {
    opacity: 1;
    transform: translate(-50%, -50%);
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
}

@media (hover: none) {
    .categories-hot__card-badge {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.categories-hot__card-badge i {
    font-size: 1.5rem;
    color: #12A95C;
    flex-shrink: 0;
}

.categories-hot__card-badge > span {
    font-weight: 600;
    font-size: 1.25rem;
    color: #12A95C;
}

@media (prefers-reduced-motion: reduce) {
    .categories-hot__card::before,
    .categories-hot__card-img,
    .categories-hot__card-badge {
        transition: none;
    }
}

/** Product Best Seller **/
.product-best-seller {
    padding: 3.75rem 0;
}

.product-best-seller__header {
    display: flex;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.product-best-seller__title {
    font-family: var(--font-josefin);
    font-weight: 700;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--color-green);
    letter-spacing: 0.1em;
    margin: 0;
}

.product-best-seller__wrapper {
    position: relative;
}

/** Product Card (reusable) **/
.product-card {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.product-card__img {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0.1875rem;
}

.product-card__img img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-card:hover .product-card__img img {
    transform: scale(1.08);
}

.product-card__info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-card__name {
    font-weight: 700;
    font-size: 0.8125rem;
    line-height: 1.3;
    color: var(--color-black);
    text-decoration: none;
    margin: 0;
    min-height: 2.125rem;
    transition: color 0.2s ease;
}

.product-card__name:hover {
    color: var(--color-green);
}

.product-card__price {
    display: flex;
    align-items: center;
    gap: 0.6875rem;
}

.product-card__current-price {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.1;
    color: var(--color-green);
}

.product-card__old-price {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25;
    color: var(--color-gray);
    text-decoration: line-through;
    font-style: italic;
}

.product-card__actions {
    display: flex;
    align-items: center;
    gap: 0.4375rem;
}

.product-card__actions cnt-add-to-cart {
    display: contents;
}

.product-card__buy-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.25rem;
    background-color: var(--color-green);
    border: none;
    border-radius: 4.375rem;
    font-family: var(--font-josefin);
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    color: var(--color-white);
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.product-card__buy-btn:hover {
    background-color: #0B7442;
    color: var(--color-white);
}

.product-card__buy-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}
.product-card__cart-btn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.product-card__cart-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background-color: #F6FAFE;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.product-card__cart-btn:hover {
    background-color: #e8f0f8;
}

.product-card__cart-btn svg {
    width: 1.25rem;
    height: 1.25rem;
}

/* Product Categories Hot */
.product-categories-hot {
    padding: 3.75rem 0;
}

.product-categories-hot__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    margin-bottom: 2.8125rem;
}

.product-categories-hot__titles {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 0.9375rem;
}

.product-categories-hot__see-all {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.28;
    color: #000C07;
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-categories-hot__see-all:hover {
    color: var(--color-green);
}

.product-categories-hot__see-all-icon {
    font-size: 0.9375rem;
}

.product-categories-hot__main {
    display: flex;
    align-items: stretch;
    gap: 0.9375rem;
}

.product-categories-hot__banner {
    flex: 0 0 19.25rem;
    max-width: 19.25rem;
    display: block;
    border-radius: 0.3125rem;
    overflow: hidden;
    align-self: stretch;
}

.product-categories-hot__banner-img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.product-categories-hot__slider {
    position: relative;
    flex: 1;
    min-width: 0;
    min-height: 24.5rem;
}

.product-categories-hot__slider .carousel__nav {
    padding-left: 0;
    padding-right: 0;
}

/* Flower Shelf Image*/
.flower-shelf-image {
    padding: 3.75rem 0;
}


.flower-shelf-image__header {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-bottom: 2.5rem;
}

.flower-shelf-image__titles {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.9375rem;
}

.flower-shelf-image__see-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.28;
    color: #000C07;
    transition: color 0.2s ease;
    margin-top: 2.5rem;
    width: 100%;
}

.flower-shelf-image__see-all:hover {
    color: var(--color-green);
}

.flower-shelf-image__see-all-icon {
    font-size: 1rem;
}

.flower-shelf-image__carousel {
    position: relative;
    overflow: hidden;
}

.flower-shelf-image__fade {
    position: absolute;
    top: 0;
    bottom: 0;
    width: clamp(3.5rem, 11vw, 7.5rem);
    z-index: 2;
    pointer-events: none;
}

.flower-shelf-image__fade--left {
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.83) 76.4%, rgba(255, 255, 255, 0.00) 100%);
}

.flower-shelf-image__fade--right {
    right: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.83) 76.4%, rgba(255, 255, 255, 0.00) 100%);
}

.flower-shelf-image__nav {
    z-index: 3;
}

.flower-shelf-image__item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0.3125rem;
    outline: none;
    flex-shrink: 0;
}

.flower-shelf-image__item:focus-visible {
    outline: 0.125rem solid var(--color-green);
    outline-offset: 0.125rem;
}

.flower-shelf-image__item img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

/* Fruit Basket Section */
.fruit-basket {
    padding: 3.75rem 0;
}

.fruit-basket__header {
    display: flex;
    align-items: flex-end;
    justify-content: start;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
}

.fruit-basket__titles {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.9375rem;
}

.fruit-basket__heading {
    font-family: var(--font-josefin);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 0.96;
    text-transform: uppercase;
    color: var(--color-green);
    margin: 0;
    text-align: left;
    align-self: stretch;
}

.fruit-basket__see-all {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.28;
    color: #000C07;
    transition: color 0.2s ease;
    width: 100%;
    justify-content: end;
}

.fruit-basket__see-all:hover {
    color: var(--color-green);
}

.fruit-basket__see-all-icon {
    font-size: 1rem;
}

.fruit-basket__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 20rem));
    gap: 0.125rem;
    justify-content: center;
    margin: 2.5rem 0;
}

.fruit-basket__cell {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 0.125rem;
    outline: none;
}

.fruit-basket__cell:focus-visible {
    outline: 0.125rem solid var(--color-green);
    outline-offset: 0.125rem;
}

.fruit-basket__cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.fruit-basket__cell:hover img {
    transform: scale(1.05);
}
/* Floating contact */
.floating-contact {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    z-index: 999;
}

.floating-contact a {
    width: 45px;
    height: 45px;
    background-color: #007bff;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    font-size: 20px;
}

.scroll-circle {
    position: fixed;
    right: 20px;
    bottom: 140px;
    width: 50px;
    height: 50px;
    z-index: 999;
    cursor: pointer;
}

.scroll-circle svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.scroll-circle .bg {
    fill: none;
    stroke: #e6e6e6;
    stroke-width: 5;
}

.scroll-circle .progress {
    fill: none;
    stroke: #007bff;
    stroke-width: 5;
    stroke-dasharray: 163.36;
    stroke-dashoffset: 163.36;
    transition: stroke-dashoffset 0.2s linear;
}

.scroll-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #007bff;
    font-size: 16px;
    pointer-events: none;
}

.contact-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 15px 0px;
    background: #fff;
}

.contact-btn {
    background: #ffd700;
    padding: 8px 15px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

/** Footer **/
.footer {
    margin-top: auto;
}

.footer__top {
    background-color: var(--color-white);
    border-top: 0.125rem solid var(--footer-border-pale);
}

.footer__top-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem 2rem;
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
}

.footer__contact {
    display: inline-flex;
    align-items: center;
    gap: 0.6875rem;
    max-width: 100%;
    text-decoration: none;
    color: inherit;
}

.footer__contact-icon {
    display: block;
    flex-shrink: 0;
    width: 3.4375rem;
    height: 3.125rem;
    object-fit: contain;
}

.footer__contact-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 3.4375rem;
    height: 3.4375rem;
    font-size: 1.5rem;
    color: var(--footer-emerald);
}

.footer__contact-text {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.footer__contact-label {
    font-family: var(--font-josefin), sans-serif;
    font-weight: 400;
    font-size: 1.09375rem;
    line-height: 1.49;
    color: var(--footer-emerald);
}

.footer__contact--email .footer__contact-label {
    color: var(--color-black-light);
}

.footer__contact-strong {
    font-family: var(--font-josefin), sans-serif;
    font-weight: 500;
    font-size: 1.3125rem;
    line-height: 1.1;
    color: var(--footer-emerald);
    word-break: break-word;
}

.footer__follow {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.footer__follow-title {
    font-family: var(--font-josefin), sans-serif;
    font-weight: 400;
    font-size: 1.09375rem;
    line-height: 1.4;
    color: var(--color-black-light);
}

.footer__follow-title--muted {
    font-size: 1rem;
    line-height: 1.53;
}

.footer__social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.footer__social-link:hover {
    opacity: 0.85;
}

.footer__social-link img {
    display: block;
    object-fit: cover;
}
.footer__bottom .footer__social-link img {
    filter: brightness(0) invert(1);
}

.footer__payment {
    flex-shrink: 0;
    line-height: 0;
}

.footer__payment img {
    display: block;
    max-width: 100%;
    height: auto;
}

.footer__bottom {
    background-color: var(--color-green);
}

.footer__policies {
    background-color: var(--color-gray);
    border-top: 1px solid var(--footer-rule);
    border-bottom: 1px solid var(--footer-rule);
}

.footer__policies-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.25rem 5rem;
    min-height: 2.1875rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.footer__policy-link {
    font-family: var(--font-poppins), sans-serif;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.59;
    text-decoration: none;
    text-align: center;
    background: linear-gradient(127deg, #ffffff 0%, #f1f0f8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: opacity 0.2s ease;
}
.footer__policy-link:hover {
    color: var(--color-green);
    text-decoration: underline;
    transition: color 0.2s ease;
}

@supports not (background-clip: text) {
    .footer__policy-link {
        color: #ffffff;
    }
}

.footer__policy-link:hover {
    opacity: 0.88;
}

.footer__body {
    display: grid;
    grid-template-columns: minmax(0, 16.75rem) minmax(0, 1fr) minmax(0, 16.75rem);
    align-items: center;
    gap: 1.5rem 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.footer__body--no-brand {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.footer__body--no-brand .footer__col--social {
    grid-column: 1;
}

.footer__body--no-brand .footer__col--meta {
    grid-column: 2;
}

.footer__col--brand {
    justify-self: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.footer__col--social {
    justify-self: start;
    text-align: left;
}

.footer__bottom .footer__follow-title--muted {
    color: #ffffff;
}

.footer__brand {
    display: inline-block;
    line-height: 0;
}

.footer__brand img {
    display: block;
    max-width: 8.25rem;
    height: auto;
    filter: brightness(0) invert(1);
}

.footer__col--meta {
    justify-self: end;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
}

.footer__bct {
    display: block;
    line-height: 0;
}

.footer__bct img {
    display: block;
    width: 9.375rem;
    max-width: 100%;
    height: auto;
}

.footer__copyright {
    margin: 0;
    max-width: 26rem;
    font-weight: 400;
    font-size: 0.9rem;
    line-height: 1.5;
    color: var(--color-white);
}

.footer__copyright a {
    color: inherit;
    text-decoration: underline;
}

.footer__copyright a:hover {
    opacity: 0.9;
}

@media (max-width: 48rem) {
    .footer__body {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
        gap: 1.25rem;
    }

    .footer__col--social {
        justify-self: center;
        text-align: center;
    }

    .footer__col--meta {
        justify-self: center;
        text-align: center;
        align-items: center;
    }
}

.footer__extra {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer__extra-inner {
    font-size: 0.75rem;
    line-height: 1.6;
    color: #555555;
}

.footer__extra-inner a {
    color: var(--footer-emerald);
}

/** Pagination (legacy .pagination — not used by pagination-custom) **/
.pagination {
    display: flex;
    text-align: center;
    margin-top: 15px;
    list-style: none;
    justify-content: center;
}

.pagination a {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.125rem 0.1875rem;
    color: var(--color-black, #333);
    background: #eee;
    border: 1px solid rgba(161, 161, 161, 0.4);
    font-size: 0.75rem;
    padding: 0.1875rem 0.625rem 0.3125rem;
    border-radius: 2px;
    text-decoration: none;
}

.pagination a:hover {
    background: #ccc;
}

/** Button loading **/
.btn-loading {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-loading.is-loading {
    pointer-events: none;
    opacity: 0.7;
}

.btn-loading span {
    display: none;
}

.btn-loading.is-loading span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-right-color: transparent;
    animation: spinLoading 0.75s linear infinite;
}

@keyframes spinLoading {
    100% {
        transform: rotate(360deg);
    }
}

/** Notify **/
.notyf {
    padding: 15px;
    z-index: 9999999999 !important;
}

.notyf__message {
    white-space: nowrap;
}

.notyf__toast {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 12px 20px 12px;
    font-size: 14px;
    font-weight: 500;
    max-width: 100%;
}

.notyf__ripple {
    opacity: 0.12;
}

.notyf__wrapper {
    padding: 4px 8px;
}

.notyf__dismiss-btn {
    background: transparent;
    opacity: 1;
    cursor: pointer;
    height: 26px;
    width: 26px;
    border-radius: 4px !important;
}

.notyf__dismiss {
    height: 26px;
    width: 26px;
    border-radius: 4px !important;
}

/** Partner **/
.partner {
    padding: 2rem 0;
}
.partner__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.9375rem;
    margin-bottom: 1.5rem;
}
.partner__header .text__title {
    text-align: center;
}

.partner-wrapper {
    padding: 10px 0;
}

.partner-item {
    transition: transform 0.3s ease;
}

.partner-item a {
    display: inline-block;
}

.partner-item img {
    width: 100%;
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.partner-item:hover img {
    transform: scale(1.05);
}

.partner-wrapper {
    position: relative;
}


/** Menu mobile **/
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    display: block;
}

.mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -82%;
    width: 82%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    transition: left 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
}

.mobile-logo {
    max-width: 150px;
}

.mobile-logo img {
    max-width: 100%;
    height: auto;
}

.mobile-header-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mobile-menu-close {
    background: none;
    border: none;
    color: var(--text-color-black);
    font-size: 18px;
    font-size: 18px;
    font-size: 18px;
    font-size: 18px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.mobile-search {
    overflow: hidden;
    position: relative;
}

.mobile-search form {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: flex-end;
    border: var(--text-color-red) dashed 1px;
    border-radius: 20px;
}

.mobile-search input {
    width: 100px;
    padding: 8px 10px;
    outline: none;
    font-size: 14px;
    border: none;
}

.mobile-search button {
    color: var(--text-color-white);
    border: none;
}

.mobile-search-submit-text {
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1;
}

.mobile-search.active button {
    background: var(--main-background);
}

.mobile-search.active button i {
    filter: brightness(0) saturate(100%) invert(24%) sepia(94%) saturate(7465%) hue-rotate(0deg) brightness(91%) contrast(122%);
    color: var(--text-color-red);
}

.mobile-search.active button .mobile-search-submit-text {
    color: var(--text-color-red);
}

.mobile-search input::placeholder {
    color: var(--text-color-red);
    font-weight: 500;
    font-size: 16px;
}

.mobile-header .mobile-search {
    flex: 1;
    margin-right: 10px;
}




.mobile-nav {
    padding-bottom: 10px;
    flex: 1;
    background: #f8f9fa;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-item:not(:first-child) {
    border-top: 1px solid #ebebeb;
}

.mobile-menu-item a {
    display: flex;
    align-items: center;
    padding: 15px;
    color: var(--text-color-black);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.mobile-menu-item.active > a,
.mobile-menu-item.active .mobile-menu-item__link {
    color: var(--text-color-black);
}

.mobile-menu-item i {
    margin-right: 6px;
    width: 16px;
    text-align: center;
    font-size: 14px;
}

.mobile-menu-item__row {
    display: flex;
    align-items: stretch;
    min-height: 3.125rem;
}

.mobile-menu-item__link {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 0.9375rem;
    color: var(--text-color-black);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
}

.mobile-submenu-expand {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    min-height: 3rem;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    color: #888;
}

.mobile-submenu-expand:focus-visible {
    outline: 0.125rem solid var(--color-green);
    outline-offset: -0.125rem;
}

.mobile-social {
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 15px;
    border-top: 1px solid #ebebeb;
}

.mobile-social-link {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    border-radius: 50%;
    color: var(--text-color-black);
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.mobile-social-link:hover {
    background-color: var(--background-blue);
    color: #fff;
}

.mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
    display: none;
}

.mobile-menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    min-width: 3rem;
    min-height: 2.75rem;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-toggle span {
    font-size: 0.8125rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--text-color-black);
}

.mobile-header-logo {
    max-width: 140px;
}

.mobile-header-logo img {
    max-width: 100%;
    height: auto;
}

.mobile-header-actions {
    display: flex;
}

.mobile-search-toggle {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile Language Section */
.mobile-language-section {
    border-top: 1px solid #ddd;
    padding: 15px;
    margin-top: auto;
    background-color: #f8f9fa;
}

.mobile-language-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 550;
    color: var(--text-color-black);
}

.mobile-menu-list > .mobile-language-section {
    list-style: none;
    width: 100%;
}

.mobile-language-options {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.mobile-lang-btn {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #f4f4f4;
    border: none;
    border-radius: 62.4375rem;
    text-decoration: none;
    color: var(--text-color-black);
    font-family: var(--font-josefin), sans-serif;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.mobile-lang-btn:hover,
.mobile-lang-btn:focus-visible {
    background-color: #e8e8e8;
}

.mobile-lang-btn:focus-visible {
    outline: 0.125rem solid var(--color-green);
    outline-offset: 0.125rem;
}

.mobile-lang-btn .flag-icon {
    width: 24px;
    height: 16px;
    margin-right: 12px;
    border-radius: 2px;
    object-fit: cover;
    border: 1px solid #ddd;
}

.mobile-lang-btn span {
    flex: 1;
    font-weight: 500;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mobile-menu-footer {
    padding: 15px;
    background: #f8f8f8;
    border-top: 1px solid #ddd;
    font-size: 14px;
}

.mobile-menu-footer .support-info {
    display: flex;
    justify-content: start;
    flex-direction: column;
    gap: 4px;
}

.mobile-menu-footer .support-info p {
    margin: 5px 0;
    color: #333;
}

.mobile-menu-footer .support-info a {
    color: #007bff;
    text-decoration: none;
}

/* MenuMobile submenu */
.mobile-has-submenu {
    position: relative;
}

.mobile-submenu-item__row {
    display: flex;
    align-items: stretch;
    min-height: 2.75rem;
}

.mobile-submenu-item__link {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 0.75rem 0.9375rem;
    font-size: 0.875rem;
    text-decoration: none;
    color: var(--text-color-black);
    transition: background-color 0.3s ease, color 0.3s ease;
    border-left: 3px solid transparent;
}

.mobile-submenu-item__link--solo {
    width: 100%;
    box-sizing: border-box;
}

.mobile-menu-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-submenu-arrow {
    display: inline-block;
    width: 0.375rem;
    height: 0.375rem;
    margin: 0;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.mobile-submenu-arrow.rotated {
    transform: rotate(225deg);
}

.mobile-menu-item .active-span {
    font-weight: 600;
}

.mobile-submenu {
    max-height: 0;
    overflow: hidden;
    background-color: #fafafa;
    border-radius: 8px;
    padding: 0;
    transition: 0.2s all;
    margin: 0;
}

.mobile-submenu.active {
    max-height: 800px;
    padding: 4px 0;
}

.mobile-submenu-item {
    list-style: none;
}

.mobile-submenu-level-3 {
    background-color: #f9f9f9;
    padding-left: 10px;
}

.mobile-submenu-level-3 .mobile-submenu-item__link,
.mobile-submenu-level-3 .mobile-submenu-item__link--solo {
    font-size: 0.875rem;
}

.mobile-submenu-level-4 {
    background-color: #f9f9f9;
    padding-left: 20px;
}

.mobile-submenu-level-4 .mobile-submenu-item__link,
.mobile-submenu-level-4 .mobile-submenu-item__link--solo {
    font-size: 0.875rem;
}

.mobile-submenu-level-5 {
    background-color: #f9f9f9;
    padding-left: 30px;
}

.mobile-submenu-level-5 .mobile-submenu-item__link,
.mobile-submenu-level-5 .mobile-submenu-item__link--solo {
    font-size: 0.875rem;
}

/** Static page **/
.static-main {
    padding-top: 10px;
    padding-bottom: 30px;
}

.title-main {
    font-size: 28px;
    color: #e60023;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    margin: 16px 0;
}

.contact-page .title-main {
    color: var(--footer-emerald, #006f45);
    font-family: var(--font-josefin), sans-serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/** Breadcrumb **/

.breadcrumb-nav {
    margin: 16px 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 8px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    font-size: 0.95rem;
    color: #333;
}

.breadcrumb-link {
    color: #333;
    text-decoration: none;
    padding: 0.3rem 0.5rem;
    border-radius: 4px;
    transition: color 0.2s ease-in-out;
}

.breadcrumb-link:hover {
    color: #e63946;
    background-color: transparent;
}

.breadcrumb-current {
    font-weight: bold;
    color: #333;
    padding: 0.3rem 0.5rem;
}

.breadcrumb-separator {
    margin: 0 0.5rem;
    color: #999;
}

/** Empty data **/
.empty-state {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 24px;
}

.empty-content i {
    font-size: 64px;
    color: #ddd;
    margin-bottom: 20px;
}

.empty-content h3 {
    color: #666;
    margin-bottom: 10px;
}

.empty-content p {
    color: #999;
    margin-bottom: 30px;
}

.empty-content a {
    color: #333;
}

/** Phone fixed **/
.fixed-social {
    position: fixed;
    bottom: 4rem;
    right: 0.25rem;
    padding: 0.5rem;
    z-index: 1000;
}

.fixed-social .link-item {
    position: relative;
    margin-bottom: 0.625rem;
}

.fixed-social .link-item span {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0.625rem;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 0;
    font-size: 3.75rem;
    border: 3px solid var(--color-green);
    border-right: 0;
}

.fixed-social .social-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 0.625rem;
    background-color: var(--color-green);
    border-radius: 50%;
    font-size: 1.5rem;
    color: white;
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.social-button svg {
    width: 24px;
    height: 24px;
}

.fixed-social .social-button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.fixed-social .social-button img {
    width: 1.75rem;
    height: auto;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(28, 146, 22, 0.7);
        box-shadow: 0 0 0 0 rgba(22, 146, 59, 0.7);
    }

    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-box-shadow: 0 0 0 10px rgba(146, 22, 30, 0);
        box-shadow: 0 0 0 10px rgba(146, 22, 30, 0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(146, 22, 30, 0);
        box-shadow: 0 0 0 0 rgba(146, 22, 30, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(32, 146, 22, 0.7);
        box-shadow: 0 0 0 0 rgba(22, 146, 59, 0.7);
    }

    70% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        -webkit-box-shadow: 0 0 0 10px rgba(146, 22, 30, 0);
        box-shadow: 0 0 0 10px rgba(146, 22, 30, 0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 rgba(146, 22, 30, 0);
        box-shadow: 0 0 0 0 rgba(146, 22, 30, 0);
    }
}

.pulse-1 {
    -webkit-animation: pulse 0.8s infinite;
    animation: pulse 0.8s infinite;
}

.pulse-2 {
    -webkit-animation: pulse 1.2s infinite 0.2s;
    animation: pulse 1.2s infinite 0.2s;
}

.pulse-3 {
    -webkit-animation: pulse 1.5s infinite 0.4s;
    animation: pulse 1.5s infinite 0.4s;
}

.pulse-4 {
    -webkit-animation: pulse 1.7s infinite 0.1s;
    animation: pulse 1.7s infinite 0.1s;
}

.link-item-phone {
    position: relative;
}

.phone-sub {
    position: absolute;
    right: calc(100% + 12px);
    min-width: 150px;
    max-width: 250px;
    background-color: var(--color-green);
    border-radius: 6px;
    bottom: 0px;
    transform-origin: bottom right;
    transform: scale(0);
    transition: 0.3s all;
}

.phone-sub.open {
    transform: scale(1);
}

.phone-sub-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 5px;
    border-bottom: 1px solid #e3e3e3;
    color: #fff;
}

.phone-sub-item:last-child {
    border-bottom: 0px;
}

.phone-sub-item i {
    color: #fff;
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.phone-sub-item .icon {
    color: var(--color-01);
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.phone-sub-item .icon svg {
    fill: var(--color-01);
}

.phone-sub-item:hover {
    span:not(.icon) {
        opacity: 0.6;
    }
}

/** Google Translate (customer) **/
.goog-te-banner-frame,
iframe.goog-te-banner-frame {
    display: none !important;
}

#google_language_translator {
    clear: both;
    width: auto !important;
    text-align: right;
}

/** Go top **/
.go-top {
    position: fixed;
    bottom: 15px;
    right: 12px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 400ms linear;
    background: transparent;
}

.go-top.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.go-top::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f077";
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 900;
    color: var(--color-green);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 400ms linear;
}

.go-top svg path {
    fill: none;
}

.go-top svg.progress-circle path {
    stroke: var(--color-green);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 400ms linear;
}

/** CSS Content **/

.content-center-v1 {
    font-size: 16px;
    line-height: 1.8;
    color: #3a3a3a;
    margin-bottom: 1rem;
}

.content-center-v1 img {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 1rem;
}

.content-center-v1 p {
    word-spacing: 1.5px;
    text-align: justify;
    margin-bottom: 1rem;
}

.content-center-v1 p img {
    margin-bottom: 0px;
}

.content-center-v1 a:hover {
    text-decoration: underline;
}

.content-center-v1 ul,
.content-center-v1 ol {
    margin-left: 17px;
    margin-bottom: 1rem;
}

.content-center-v1 ul:last-child,
.content-center-v1 ol:last-child {
    margin-bottom: 0;
}

.coppy_right {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    transition: color 0.3s ease, text-shadow 0.3s ease, transform 0.3s ease;
    display: inline-block;
}

.coppy_right:hover {
    color: #0800e6;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(1, 129, 248, 0.7);
    transform: translateY(-2px);
}