.front-inner-header .menu-area,
.front-inner-header .menu-area .menu-wrap,
.front-inner-header .menu-area.sticky-menu {
    background: #2E1B16 !important;
}

.front-inner-header .menu-area .menu-wrap {
    border-radius: 0 !important;
}

.scroll-top {
    display: none !important;
}

.front-image-placeholder {
    min-height: 180px;
    display: grid;
    place-items: center;
    background: #F3F4F6;
    color: #94A3B8;
    border: 1px dashed rgba(148, 163, 184, .55);
}

.front-image-placeholder i {
    font-size: 34px;
}

.front-banner-placeholder {
    position: absolute;
    inset: 0;
    min-height: 100%;
    background: rgba(15, 23, 42, .2);
    color: rgba(255, 255, 255, .75);
}

.category-item .front-image-placeholder {
    width: 70px;
    height: 70px;
    min-height: 70px;
    border-radius: 50%;
    margin: 0 auto 12px;
}

.product-thumb-three .front-image-placeholder,
.team-thumb .front-image-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 220px;
}

.testimonial-avatar .front-image-placeholder {
    width: 64px;
    height: 64px;
    min-height: 64px;
    border-radius: 50%;
}

.front-about-clean {
    background: #F8FAFC !important;
}

.front-about-clean .accordion-item {
    background: #FFFFFF;
}

.front-about-clean .section-title .title,
.front-about-clean .accordion-button {
    color: #1F2937;
}

.product-item-three {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 18px;
    box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
    overflow: hidden;
    height: calc(100% - 30px);
}

.product-thumb-three {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #F8FAFC;
}

.product-thumb-three .batch {
    left: 12px !important;
    top: 12px !important;
    border-radius: 999px !important;
    background: #16A34A !important;
    color: #FFFFFF !important;
    padding: 7px 11px !important;
    line-height: 1 !important;
}

.product-thumb-three .batch i {
    color: #FFFFFF !important;
}

.product-content-three .tag,
.product-content-three .tag:hover {
    color: #64748B !important;
}

.front-product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .25s ease, transform .25s ease;
}

.front-product-img.hover {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.product-thumb-three:hover .front-product-img.primary {
    opacity: 0;
    transform: scale(1.03);
}

.product-thumb-three:hover .front-product-img.hover {
    opacity: 1;
    transform: scale(1.04);
}

.shop-product-image .front-product-img.hover {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.shop-product-image:hover .front-product-img.primary {
    opacity: 0;
    transform: scale(1.03);
}

.shop-product-image:hover .front-product-img.hover {
    opacity: 1;
    transform: scale(1.04);
}

.product-content-three {
    padding: 18px;
}

.product-content-three .title {
    min-height: 48px;
    margin-bottom: 10px;
}

.front-product-price {
    display: grid;
    gap: 2px;
    margin: 8px 0 14px;
}

.front-product-price span,
.front-product-price small,
.front-product-price em {
    color: #64748B;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.front-product-price strong {
    color: #15803D;
    font-size: 24px;
    line-height: 1.05;
}

.front-product-price strong small {
    color: #15803D;
    font-size: 12px;
    font-weight: 800;
}

.front-product-price small {
    color: #15803D;
}

.front-product-btn {
    width: 100%;
    min-height: 44px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #16A34A;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.front-product-btn:hover {
    background: #15803D;
}

.front-featured-carousel {
    margin: 0 -12px;
}

.front-featured-carousel .slick-track {
    display: flex;
}

.front-featured-carousel .slick-slide {
    height: auto;
    padding: 0 12px;
}

.front-featured-carousel .slick-slide > div,
.front-featured-slide {
    height: 100%;
}

.front-featured-carousel .product-item-three {
    display: flex;
    flex-direction: column;
}

.front-featured-carousel .product-content-three {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.front-featured-carousel .front-product-btn {
    margin-top: auto;
}

.testimonial-avatar .thumb {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial-avatar .thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.front-audev-credit,
.front-audev-credit a {
    color: #FFFFFF !important;
}

.front-footer-pro {
    background: #15100D;
    color: #E7DED6;
    padding: 48px 0 24px;
}

.front-footer-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.front-footer-logo {
    display: inline-flex;
    max-width: 188px;
    margin-bottom: 16px;
}

.front-footer-logo img {
    max-height: 64px;
    width: auto;
}

.front-footer-hero p {
    max-width: 650px;
    margin: 0;
    color: #D9CEC5;
    font-size: 17px;
    line-height: 1.55;
}

.front-footer-whatsapp {
    min-height: 50px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 22px;
    background: #16A34A;
    color: #FFFFFF !important;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}

.front-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    padding: 28px 0;
    text-align: left;
}

.front-footer-card {
    min-height: 100%;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    background: rgba(255, 255, 255, .035);
}

.front-footer-card h3,
.front-footer-card h4 {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 10px;
}

.front-footer-card p,
.front-footer-card li,
.front-footer-card a {
    color: #D9CEC5;
    font-size: 14px;
    line-height: 1.65;
}

.front-footer-card .footer-social ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.front-footer-card .footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, .08);
    color: #FFFFFF;
}

.front-security-list {
    display: grid;
    gap: 8px;
}

.front-security-list span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #DCFCE7;
    font-weight: 750;
}

@media (max-width: 767px) {
    .front-category-carousel.slick-initialized {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .front-category-carousel.slick-initialized .slick-list {
        overflow: hidden;
    }

    .front-category-carousel.slick-initialized .col {
        padding-left: 8px;
        padding-right: 8px;
    }

    .front-category-carousel.slick-initialized .slick-track {
        display: flex;
        align-items: stretch;
    }

    .front-category-carousel.slick-initialized .slick-slide {
        float: none;
        flex: 0 0 auto;
        height: auto;
        opacity: .68;
        transform: scale(.94);
        transition: opacity .22s ease, transform .22s ease;
    }

    .front-category-carousel.slick-initialized .slick-center {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 767px) {
    .front-footer-address {
        display: none;
    }
}

.front-footer-bottom-pro {
    display: grid;
    justify-content: center;
    gap: 24px;
    align-items: center;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 20px;
}

.front-footer-bottom-pro p {
    margin: 0 0 6px;
    color: #FFFFFF;
}

.front-audev-credit {
    text-align: center;
}

.front-footer-simple {
    display: grid;
    gap: 20px;
}

.front-footer-simple-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 18px;
}

.front-footer-simple-top p {
    color: #D9CEC5;
    margin: 0;
    flex: 1;
}

.header-btn .btn,
.shop-empty .btn,
.cart-summary .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.header-btn .btn {
    background: #16A34A !important;
    border-color: #16A34A !important;
    color: #FFFFFF !important;
}

.front-account-action a,
.front-account-action button {
    border: 0;
    background: transparent;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}

.mobile-account-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    min-height: 48px;
    padding: 0 15px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background: #F8FAFC;
    color: #2E1B16;
    font-weight: 800;
}

.mobile-account-link:hover {
    color: #15803D;
}

.front-mobile-menu-actions {
    display: grid;
    gap: 8px;
    padding: 22px 25px 16px;
}

.front-mobile-menu-actions .mobile-account-link.is-service {
    color: #FFFFFF;
    border-color: #16A34A;
    background: #16A34A;
}

.front-simple-trust.no-icon {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
}

.front-mobile-header-actions {
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: 6px;
}

.front-mobile-header-actions .front-mobile-tool {
    position: relative;
    width: 52px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    color: #FFFFFF;
    background: transparent;
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 0;
    text-decoration: none;
}

.front-mobile-header-actions .front-mobile-tool i {
    font-size: 16px;
}

.front-mobile-header-actions .front-mobile-tool small {
    color: rgba(255, 255, 255, .8);
    font-size: 9px;
    font-weight: 700;
    line-height: 1;
}

.menu-area .front-mobile-header-actions .mobile-nav-toggler {
    display: inline-flex;
    float: none;
    margin: 0;
    font-size: inherit;
    cursor: pointer;
}

.front-mobile-header-actions [data-cart-count] {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 9px;
    background: #16A34A;
    color: #FFFFFF;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
}

@media (max-width: 767px) {
    .front-simple-trust {
        text-align: right;
        line-height: 1.2;
    }

    .front-simple-trust.no-icon {
        align-items: flex-end;
    }

    .front-simple-trust span {
        font-size: 12px;
    }

    .front-simple-trust strong {
        display: block;
        margin-top: 3px;
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .menu-wrap .logo img {
        max-width: 160px;
        max-height: 44px;
        width: auto;
    }

    .front-mobile-header-actions {
        gap: 4px;
    }

    .front-mobile-header-actions .front-mobile-tool {
        width: 46px;
        height: 46px;
    }

}

.front-account-modal[hidden] {
    display: none;
}

.front-account-modal {
    position: fixed;
    inset: 0;
    z-index: 1800;
    display: grid;
    place-items: center;
    padding: 18px;
}

.front-account-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, .64);
}

.front-account-dialog {
    position: relative;
    width: min(430px, 100%);
    border-radius: 18px;
    background: #FFFFFF;
    padding: 32px;
    box-shadow: 0 25px 70px rgba(15, 23, 42, .28);
    text-align: center;
}

.front-account-dialog h2 {
    color: #111827;
    font-size: 25px;
    margin: 12px 0 8px;
}

.front-account-dialog p,
.front-account-dialog > small {
    color: #64748B;
}

.front-account-error {
    display: block;
    margin-top: 12px;
    border-radius: 10px;
    background: #FEF3C7;
    color: #92400E;
    padding: 10px;
    font-size: 13px;
    font-weight: 800;
}

.front-account-dialog form {
    display: grid;
    gap: 8px;
    margin: 22px 0 14px;
    text-align: left;
}

.front-account-dialog label {
    color: #64748B;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.front-account-dialog label small {
    text-transform: none;
}

.front-account-dialog input {
    width: 100%;
    height: 50px;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 0 14px;
}

.front-account-dialog .btn {
    margin-top: 10px;
    width: 100%;
    min-height: 50px;
}

.front-account-dialog .checkout-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #16A34A;
    color: #FFFFFF;
    border-radius: 12px;
}

.front-account-icon {
    color: #16A34A;
    font-size: 42px;
}

.front-account-close {
    position: absolute;
    right: 13px;
    top: 13px;
    border: 0;
    background: #F1F5F9;
    color: #64748B;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.account-modal-open {
    overflow: hidden;
}

.header-btn .btn:hover {
    background: #15803D !important;
    border-color: #15803D !important;
}

.floating-whatsapp-widget {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1200;
}

.floating-whatsapp-chat {
    border: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #FFFFFF;
    color: #102A1C;
    border-radius: 999px;
    padding: 10px 10px 10px 18px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .22);
    text-decoration: none;
    cursor: pointer;
}

.floating-whatsapp-chat:hover {
    color: #102A1C;
}

.floating-whatsapp-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.floating-whatsapp-text strong {
    color: #111827;
    font-size: 13px;
    font-weight: 950;
}

.floating-whatsapp-text small {
    color: #64748B;
    font-size: 11px;
    font-weight: 800;
}

.floating-whatsapp-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #22C55E;
    color: #FFFFFF;
    font-size: 25px;
    box-shadow: 0 0 0 8px rgba(34, 197, 94, .14);
    animation: whatsappPulse 1.7s ease-in-out infinite;
}

@keyframes whatsappPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 8px rgba(34, 197, 94, .14), 0 0 0 0 rgba(34, 197, 94, .34);
    }
    50% {
        transform: scale(1.06);
        box-shadow: 0 0 0 8px rgba(34, 197, 94, .10), 0 0 0 13px rgba(34, 197, 94, 0);
    }
}

.floating-whatsapp-panel {
    position: absolute;
    right: 0;
    bottom: 76px;
    width: min(330px, calc(100vw - 28px));
    padding: 18px;
    border: 1px solid #DCFCE7;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0 22px 60px rgba(15, 23, 42, .2);
    opacity: 0;
    transform: translateY(12px) scale(.96);
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
}

.floating-whatsapp-widget.is-open .floating-whatsapp-panel {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.floating-whatsapp-panel strong {
    display: block;
    color: #111827;
    font-size: 18px;
    line-height: 1.2;
    padding-right: 34px;
}

.floating-whatsapp-panel > span {
    display: block;
    margin: 6px 0 12px;
    color: #64748B;
    font-size: 13px;
    font-weight: 700;
}

.floating-whatsapp-panel textarea {
    width: 100%;
    min-height: 86px;
    padding: 12px;
    border: 1px solid #D1FAE5;
    border-radius: 14px;
    background: #F8FAFC;
    color: #111827;
    resize: vertical;
    outline: none;
}

.floating-whatsapp-panel textarea:focus {
    border-color: #22C55E;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
}

.floating-whatsapp-panel form button {
    width: 100%;
    min-height: 46px;
    margin-top: 10px;
    border: 0;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #16A34A;
    color: #FFFFFF;
    font-weight: 900;
}

.floating-whatsapp-close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #F1F5F9;
    color: #64748B;
}

@media (max-width: 991px) {
    .front-footer-hero,
    .front-footer-bottom-pro {
        grid-template-columns: 1fr;
        display: grid;
    }

    .front-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .floating-whatsapp-widget {
        right: 14px;
        bottom: 14px;
    }

    .floating-whatsapp-chat {
        padding-left: 12px;
    }

    .floating-whatsapp-text {
        display: none;
    }

    .floating-whatsapp-panel {
        right: -2px;
        bottom: 68px;
    }

    .front-footer-grid {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .front-footer-hero,
    .front-footer-bottom-pro {
        grid-template-columns: 1fr;
        display: grid;
    }

    .front-footer-whatsapp {
        width: 100%;
    }

    .front-footer-simple-top {
        align-items: flex-start;
        flex-direction: column;
    }

    .front-footer-pro {
        padding-bottom: 24px;
    }
}
