:root {
    --primary: #2D5A4C;
    --secondary: #E8F0ED;
    --accent: #F4A261;
    --background-main: #F9FBFA;
    --background-secondary: #FFFFFF;
    --text-primary-light: #1A2E28;
    --text-secondary-light: #5C716A;
    --border-color: #DDE7E3;
    --hover-state: #24493D;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--background-main);
    color: var(--text-primary-light);
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.text-muted {
    color: #5C716A !important;
}

.transition-smooth {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bento-card {
    border-radius: 24px;
    border: 1px solid var(--border-color);
    background: var(--background-secondary);
}

.btn-pill {
    border-radius: 9999px;
    transition: all 0.3s ease;
}

.glass-nav {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border-color);
}

/* ===== header ===== */
.zen-header .js-dropdown-menu.active {
    display: block;
}

.zen-header .js-mobile-menu.active {
    transform: translateX(0);
}

.zen-header .js-dropdown-trigger i {
    transition: transform 0.2s ease;
}

.zen-header .js-dropdown-trigger[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.zen-header a,
.zen-header button {
    -webkit-tap-highlight-color: transparent;
}

/* ===== hero ===== */
.zenavo-hero .animate-spin-slow {
    animation: spin 20s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.zenavo-hero .zenavo-hero-visual::before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(244, 162, 97, 0.2) 0%, transparent 70%);
    z-index: -1;
}

.zenavo-hero .container {
    max-width: 1200px;
}

/* ===== features ===== */
.zen-features .container {
    max-width: 1280px;
}

.zen-features .zen-feature-card {
    box-shadow: 0 4px 20px -5px rgba(45, 90, 76, 0.05);
}

.zen-features h2,
.zen-features h3 {
    color: #2D5A4C !important;
}

/* ===== popular_products ===== */
.popular-products .product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.popular-products .product-card:hover {
    transform: translateY(-5px);
}

.popular-products .btnAddCart {
    width: 44px;
    height: 44px;
    cursor: pointer;
    border: none;
    outline: none;
}

.popular-products .btnAddCart i {
    font-size: 20px;
}

/* ===== testimonials ===== */
.zen-testimonials .zen-testimonial-card {
    box-shadow: 0 4px 20px rgba(45, 90, 76, 0.04);
    transition: all 0.3s ease;
}

.zen-testimonials .zen-testimonial-card:hover {
    border-color: #2D5A4C;
    box-shadow: 0 10px 30px rgba(45, 90, 76, 0.08);
}

/* ===== footer ===== */
.zenavo-footer {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.zenavo-footer h3 {
    font-family: 'Inter', sans-serif;
}

/* ===== RESPONSIVE FIXES ===== */

/* Fix horizontal scroll on mobile */
@media (max-width: 767px) {
    html, body {
        overflow-x: hidden;
        max-width: 100vw;
    }

    .zen-detail-page .max-w-7xl {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .zen-comment-wrapper .flex.items-center.gap-6 {
        flex-wrap: wrap;
        gap: 12px;
    }

    .zen-comment-wrapper .flex.items-center.justify-between {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .zen-comment-wrapper .flex.items-center.justify-between > div:last-child {
        margin-left: 0;
    }

    .js-comments-list .zen-comment-wrapper {
        overflow: hidden;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .js-comments-list .zen-comment-wrapper p {
        word-break: break-word;
    }

    .zen-comment-wrapper .flex.items-start.gap-4 {
        gap: 12px;
    }

    .zen-avatar {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 14px;
    }

    .zen-comment-wrapper span.text-xs {
        margin-left: 0 !important;
        white-space: nowrap;
    }

    .zen-detail-page .flex.border-b {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100%;
    }

    .zen-detail-page .js-tab-trigger {
        padding: 12px 16px;
        font-size: 13px;
    }

    .zen-detail-page .grid.grid-cols-1 {
        gap: 24px;
    }

    .zen-detail-page .lg\:col-span-1 > div {
        position: static !important;
    }

    .blog-content-wrapper .max-w-3xl {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .comments-section .zen-comment-wrapper .flex.items-center.gap-6 {
        flex-wrap: wrap;
        gap: 8px;
        justify-content: flex-start;
    }

    .comments-section .zen-comment-wrapper .flex.items-center.gap-6 > span {
        margin-left: 0 !important;
        width: 100%;
        text-align: left;
    }
}

.zenavo-footer a {
    text-decoration: none;
}

.zenavo-disclaimer {
    transition: border-color 0.3s ease;
}

.zenavo-disclaimer:hover {
    border-color: rgba(244, 162, 97, 0.4);
}

@media (max-width: 767px) {
    .zenavo-footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .zenavo-footer .grid {
        gap: 32px;
    }

    .zenavo-footer-contacts ul li {
        margin-bottom: 12px;
    }
}

/* ===== PAGE: privacy ===== */
.policy-content .zenavo-privacy h2 { color: #1A2E28; margin-top: 32px; border-bottom: 1px solid #DDE7E3; padding-bottom: 12px; } .policy-content .zenavo-privacy p { line-height: 1.8; margin-bottom: 16px; } .policy-content .zenavo-privacy ul li i, .policy-content .zenavo-privacy ol li { margin-bottom: 8px; } .policy-content .zenavo-privacy a:hover { color: #24493D; }

/* ===== PAGE: terms ===== */
.policy-wrapper { padding: 40px 20px; background-color: #F9FBFA; } .policy-content { max-width: 800px; margin: 0 auto; background: #FFFFFF; padding: 40px; border-radius: 24px; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); } .policy-content h1, .policy-content h2, .policy-content h3 { font-family: 'Inter', sans-serif; color: #1A2E28; line-height: 1.2; } .policy-content p, .policy-content li { font-family: 'Plus Jakarta Sans', sans-serif; color: #5C716A; line-height: 1.6; margin-bottom: 1rem; } .policy-content .policy-list { list-style: none; padding-left: 0; } .policy-content a { color: #2D5A4C; transition: color 0.3s ease; } .policy-content a:hover { color: #24493D; } @media (max-width: 768px) { .policy-wrapper { padding: 20px 15px; } .policy-content { padding: 24px; } }

/* ===== PAGE: disclaimer ===== */
.policy-wrapper { padding: 40px 20px; background-color: #F9FBFA; } .policy-content { max-width: 800px; margin: 0 auto; color: #1A2E28; font-family: 'Plus Jakarta Sans', sans-serif; line-height: 1.8; } .policy-content h2 { margin-top: 32px; margin-bottom: 16px; color: #2D5A4C; font-family: 'Inter', sans-serif; font-weight: 600; text-[16px] md:text-[32px]; line-height: 1.2; } .policy-content p { margin-bottom: 20px; font-size: 14px; md:font-size: 16px; color: #5C716A; } .policy-content ul { margin-bottom: 24px; padding-left: 0; list-style-type: none; } .policy-content li { position: relative; margin-bottom: 12px; font-size: 14px; md:font-size: 16px; color: #5C716A; } .policy-content strong { color: #1A2E28; font-weight: 600; }

/* ===== PAGE: refound ===== */
.policy-wrapper{background-color:#F9FBFA;min-height:100vh;}.policy-content .zen-policy-container{font-family:'Plus Jakarta Sans',sans-serif;color:#1A2E28;}.policy-content h2,.policy-content h3{font-family:'Inter',sans-serif;color:#2D5A4C;line-height:1.2;}.policy-content p{line-height:1.6;margin-bottom:1rem;}.policy-content ul li{font-size:14px;line-height:1.5;}@media(min-width:768px){.policy-content ul li{font-size:16px;}}.policy-content .section-group{margin-bottom:2rem;}

/* ===== PAGE: delivery ===== */
.policy-wrapper { background-color: #F9FBFA; padding: 40px 20px; min-height: 100vh; } .policy-content { max-width: 800px; margin: 0 auto; background: #FFFFFF; padding: 40px; border-radius: 24px; box-shadow: 0 4px 20px rgba(0,0,0,0.02); } .dv-list li span { color: #5C716A; line-height: 1.6; } .dv-section p { color: #5C716A; } @media (max-width: 768px) { .policy-content { padding: 24px; } .policy-wrapper { padding: 20px 10px; } }

/* ===== PAGE: cookies ===== */
.policy-wrapper { padding: 40px 20px; max-width: 1000px; margin: 0 auto; background-color: #F9FBFA; } .policy-content { background: #FFFFFF; border-radius: 24px; padding: 32px; border: 1px solid #DDE7E3; color: #1A2E28; font-family: 'Plus Jakarta Sans', sans-serif; } .policy-section { margin-bottom: 32px; } .policy-content h2 { font-family: 'Inter', sans-serif; font-size: 16px; font-weight: 600; color: #2D5A4C; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.05em; } @media (min-width: 768px) { .policy-content h2 { font-size: 24px; } } .policy-content h3 { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600; color: #1A2E28; margin-top: 20px; margin-bottom: 12px; } @media (min-width: 768px) { .policy-content h3 { font-size: 18px; } } .policy-content p { font-size: 14px; line-height: 1.6; color: #5C716A; margin-bottom: 16px; } @media (min-width: 768px) { .policy-content p { font-size: 16px; } } .policy-content ul { padding-left: 20px; margin-bottom: 16px; list-style-type: none; } .policy-content ul li { position: relative; font-size: 14px; color: #5C716A; margin-bottom: 12px; line-height: 1.5; } @media (min-width: 768px) { .policy-content ul li { font-size: 16px; } } .policy-content a { color: #2D5A4C; text-decoration: none; border-bottom: 1px solid #2D5A4C; transition: opacity 0.3s ease; } .policy-content a:hover { opacity: 0.7; }

/* ===== PAGE: about ===== */
.zen-about-content { font-family: 'Plus Jakarta Sans', sans-serif; }
.zen-about-content h1, .zen-about-content h2, .zen-about-content h3 { font-family: 'Inter', sans-serif; }
.zen-about-content .object-fit-cover { object-fit: cover; }
.zen-about-content .shadow-sm { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); }

/* ===== PAGE: contact ===== */
.contact-info-section .contact-item { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05); }.contact-info-section .icon-wrapper { flex-shrink: 0; }.contact-info-section .map-container iframe { border: 0; filter: contrast(1.05) saturate(0.85); }.contact-info-section .contact-item:hover { transform: translateY(-2px); }

/* ===== PAGE: catalog ===== */
.catalog-grid .js-product-card{box-shadow:0 10px 30px -15px rgba(45,90,76,0.1)}.catalog-grid select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.catalog-grid .line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}

/* ===== PAGE: blog ===== */
.blog-list-section .js-filter-btn.active {
  background-color: #2D5A4C;
  color: #FFFFFF;
  border-color: #2D5A4C;
}
.blog-list-section .js-post-card {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog-list-section .js-post-card img {
  transition: transform 0.5s ease;
}
.blog-list-section .js-post-card:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .blog-list-section .js-filter-btn {
    font-size: 13px;
    padding: 6px 16px;
  }
}

/* ===== PAGE: cart ===== */
.cart-checkout-section { font-family: 'Plus Jakarta Sans', sans-serif; }
.cart-checkout-section h1, .cart-checkout-section h2 { font-family: 'Inter', sans-serif; }
.cart-checkout-section .js-cart-item-row:not(:last-child) { border-bottom: 1px solid #DDE7E3; }
.cart-checkout-section .js-input-name::placeholder, .cart-checkout-section .js-input-email::placeholder, .cart-checkout-section .js-input-address::placeholder { color: #A0AEC0; opacity: 1; }
.cart-checkout-section .js-cart-items-container { min-height: 300px; }

.zen-comment-wrapper {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.zen-avatar {
    width: 48px;
    height: 48px;
    min-width: 48px;
    object-fit: cover;
    font-family: 'Inter', sans-serif;
}

.zen-comment-wrapper h4 {
    font-family: 'Inter', sans-serif;
}

.zen-comment-wrapper p {
    color: #5C716A;
    contrast: 4.5;
}

.zen-avatar-sm {
    width: 36px;
    height: 36px;
    min-width: 36px;
    object-fit: cover;
}

.zen-reply-block p {
    line-height: 1.5;
    color: #5C716A;
}

.zen-reply-block h5 {
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.01em;
}


/* ===== PAGE TEMPLATE: catalog ===== */
.zen-header .js-dropdown-menu.active {
    display: block;
}

.zen-header .js-mobile-menu.active {
    transform: translateX(0);
}

.zen-header .js-dropdown-trigger i {
    transition: transform 0.2s ease;
}

.zen-header .js-dropdown-trigger[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.zenavo-footer a {
    text-decoration: none;
}

.zenavo-disclaimer {
    transition: border-color 0.3s ease;
}

.zenavo-disclaimer:hover {
    border-color: rgba(244, 162, 97, 0.4);
}

@media (max-width: 767px) {
    .zenavo-footer .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .zenavo-footer .grid {
        gap: 32px;
    }
}

.zen-detail-page h1,
.zen-detail-page h2,
.zen-detail-page h3 {
    font-family: 'Inter', sans-serif;
    color: #1A2E28;
}

.js-tab-trigger.active {
    color: #2D5A4C;
    border-bottom: 2px solid #2D5A4C;
}

.js-like-btn.active {
    color: #2D5A4C;
}

.js-like-btn.active i {
    font-weight: bold;
}

/* ===== PAGE TEMPLATE: blog ===== */
.zen-header .js-dropdown-menu.active {
    display: block;
}

.zen-header .js-mobile-menu.active {
    transform: translateX(0);
}

.zen-header .js-dropdown-trigger i {
    transition: transform 0.2s ease;
}

.zen-header .js-dropdown-trigger[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.blog-content-wrapper p {
    margin-bottom: 1.5rem;
}

.blog-content-wrapper strong {
    color: #2D5A4C;
}

.blog-content-wrapper h2 {
    color: #2D5A4C;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

#js-comment-form input::placeholder,
#js-comment-form textarea::placeholder {
    color: #5C716A;
    opacity: 0.7;
}

.zenavo-footer {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.zenavo-footer h3 {
    font-family: 'Inter', sans-serif;
}