/*
Theme Name: Chris Cakes Child
Template: astra
Author: Anda
Description: Theme custom untuk toko roti Chris Cakes (WooCommerce)
Version: 4.11.16
Text Domain: chris-cakes
*/
/* =======================================
   GLOBAL & VARIABLES
======================================= */

:root {
    --cc-bg: #FFF9F2;
    --cc-bg-alt: #F7E6D5;
    --cc-primary: #FFA45B;
    --cc-primary-dark: #FF8B30;
    --cc-text-main: #4E342E;
    --cc-accent-green: #A4C9A8;
    --cc-border-soft: #E6D5C5;
    --cc-radius-lg: 24px;
    --cc-radius-md: 16px;
    --cc-radius-pill: 999px;
    --cc-shadow-soft: 0 10px 30px rgba(0, 0, 0, 0.06);
    --cc-shadow-card: 0 12px 20px rgba(0, 0, 0, 0.05);
    --cc-max-width: 1200px;
}
/* Reset ringan & base */
body {
    background-color: var(--cc-bg);
    color: var(--cc-text-main);
    font-family: -apple-system, BlinkMacSystemFont, "Nunito", system-ui, sans-serif;
    margin: 0;
}

a {
    color: var(--cc-primary-dark);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Container & section */

.cc-section {
    padding: 60px 16px;
}

.cc-section > .cc-section-header,
.cc-section > .cc-story-inner,
.cc-section > .cc-reviews-grid,
.cc-section > .cc-gallery-grid,
.cc-section > .cc-final-cta-inner {
    max-width: var(--cc-max-width);
    margin: 0 auto;
}

.cc-section-header {
    text-align: center;
    margin-bottom: 40px;
}

.cc-section-header h2 {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    margin-bottom: 8px;
}

.cc-section-header p {
    font-size: 16px;
    opacity: 0.9;
}

/* Buttons */

.cc-btn-primary,
.cc-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: var(--cc-radius-pill);
    font-weight: 600;
    font-size: 15px;
    border: none; /* <— TIDAK ADA BORDER */
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none;
}

.cc-btn-primary {
    background-color: var(--cc-primary);
    color: #ffffff;
    box-shadow: 0 8px 16px rgba(255, 164, 91, 0.35);
}

.cc-btn-primary:hover {
    background-color: var(--cc-primary-dark);
    box-shadow: 0 10px 20px rgba(255, 139, 48, 0.40);
    transform: translateY(-1px);
}

.cc-btn-secondary {
    background-color: transparent;
    border: 1px solid var(--cc-primary); /* jika mau outline tipis */
    color: var(--cc-primary-dark);
}

.cc-btn-secondary:hover {
    background-color: rgba(255, 164, 91, 0.08);
}
/* Helper */

.cc-center {
    text-align: center;
}

/* =======================================
   HERO
======================================= */

.cc-hero {
    padding: 80px 16px 60px;
}

.cc-hero-inner {
    max-width: var(--cc-max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
}

.cc-hero-content h1 {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 16px;
}

.cc-hero-content p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: 480px;
}

.cc-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cc-hero-image img {
    width: 100%;
    border-radius: var(--cc-radius-lg);
    box-shadow: var(--cc-shadow-soft);
    object-fit: cover;
    max-height: 420px;
}

/* =======================================
   SIGNATURE PRODUCTS (WooCommerce)
======================================= */

.cc-signature-products {
    background-color: #FFFFFF;
}

.cc-products-grid {
    max-width: var(--cc-max-width);
    margin: 0 auto;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.cc-product-card {
    background-color: #FFFFFF;
    border-radius: var(--cc-radius-md);
    box-shadow: var(--cc-shadow-card);
    padding: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cc-product-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    margin-bottom: 12px;
}

.cc-product-title {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    margin: 4px 0 6px;
}

.cc-product-title a {
    color: var(--cc-text-main);
    text-decoration: none;
}

.cc-product-title a:hover {
    text-decoration: underline;
}

.cc-product-price {
    color: var(--cc-primary-dark);
    font-weight: 600;
    margin-bottom: 4px;
}

/* WooCommerce rating HTML */
.cc-product-rating .star-rating {
    display: inline-block;
    margin-bottom: 8px;
}

.cc-product-actions {
    margin-top: auto;
}

.cc-product-actions .button {
    width: 100%;
    border-radius: var(--cc-radius-pill);
    padding: 10px 16px;
    font-weight: 600;
    font-size: 14px;
    background-color: var(--cc-primary);
    border: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.cc-product-actions .button:hover {
    background-color: var(--cc-primary-dark);
    transform: translateY(-1px);
}

/* =======================================
   STORY
======================================= */

.cc-story {
    background-color: var(--cc-bg-alt);
}

.cc-story-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: center;
}

.cc-story-image img {
    width: 100%;
    border-radius: var(--cc-radius-lg);
    box-shadow: var(--cc-shadow-soft);
    object-fit: cover;
}

.cc-story-content h2 {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    margin-bottom: 12px;
}

.cc-story-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.cc-story-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cc-story-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
    font-size: 15px;
}

.cc-story-list li::before {
    content: "•";
    position: absolute;
    left: 8px;
    top: 0;
    color: var(--cc-accent-green);
    font-size: 20px;
}

/* =======================================
   REVIEWS
======================================= */

.cc-reviews {
    background-color: #FFFFFF;
}

.cc-reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.cc-review-card {
    background-color: var(--cc-bg);
    border-radius: var(--cc-radius-md);
    padding: 20px;
    box-shadow: var(--cc-shadow-soft);
    font-size: 14px;
}

.cc-review-stars {
    color: #FFC107;
    font-size: 18px;
    margin-bottom: 8px;
}

.cc-review-name {
    margin-top: 12px;
    font-weight: 600;
    font-size: 13px;
    opacity: 0.85;
}

/* =======================================
   MINI GALLERY
======================================= */

.cc-mini-gallery {
    background-color: var(--cc-bg-alt);
}

.cc-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 24px;
}

.cc-gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: var(--cc-radius-md);
    box-shadow: var(--cc-shadow-soft);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cc-gallery-item img:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

/* =======================================
   FINAL CTA
======================================= */

.cc-final-cta {
    background: linear-gradient(135deg, var(--cc-primary) 0%, var(--cc-bg-alt) 100%);
    color: #3E2723;
}

.cc-final-cta-inner {
    text-align: center;
    padding: 40px 16px;
}

.cc-final-cta-inner h2 {
    font-family: "Playfair Display", serif;
    font-size: 28px;
    margin-bottom: 8px;
}

.cc-final-cta-inner p {
    margin-bottom: 16px;
}

/* =======================================
   ABOUT / TENTANG KAMI PAGE
======================================= */

.cc-about-hero {
    padding: 80px 16px 40px;
    background-color: #FFFFFF;
}

.cc-about-hero-inner {
    max-width: var(--cc-max-width);
    margin: 0 auto;
    text-align: center;
}

.cc-about-hero-inner h1 {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    margin-bottom: 12px;
}

.cc-about-hero-inner p {
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.cc-about-content {
    max-width: var(--cc-max-width);
    margin: 0 auto;
    padding: 40px 16px 60px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 40px;
}

.cc-about-text h2 {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    margin-bottom: 12px;
}

.cc-about-text p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.cc-about-list {
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
}

.cc-about-list li {
    margin-bottom: 6px;
    font-size: 14px;
}

.cc-about-image img {
    width: 100%;
    border-radius: var(--cc-radius-lg);
    box-shadow: var(--cc-shadow-soft);
    object-fit: cover;
}

/* =======================================
   KONTAK PAGE
======================================= */

.cc-contact {
    padding: 60px 16px 80px;
}

.cc-contact-inner {
    max-width: var(--cc-max-width);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 40px;
}

.cc-contact-info h1 {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    margin-bottom: 12px;
}

.cc-contact-info p {
    margin-bottom: 16px;
    line-height: 1.6;
}

.cc-contact-details {
    margin-top: 12px;
    font-size: 14px;
}

.cc-contact-details div {
    margin-bottom: 8px;
}

.cc-contact-form form {
    background-color: #FFFFFF;
    border-radius: var(--cc-radius-md);
    padding: 24px;
    box-shadow: var(--cc-shadow-soft);
}

.cc-contact-form label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
}

.cc-contact-form input,
.cc-contact-form textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--cc-border-soft);
    padding: 10px 12px;
    font-size: 14px;
    margin-bottom: 14px;
    font-family: inherit;
}

.cc-contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

/* =======================================
   ORDER TRACKING PAGE
======================================= */

.cc-order-tracking {
    padding: 60px 16px 80px;
}

.cc-order-tracking-inner {
    max-width: 640px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border-radius: var(--cc-radius-md);
    box-shadow: var(--cc-shadow-soft);
    padding: 24px 20px 28px;
}

.cc-order-tracking-inner h1 {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    margin-bottom: 8px;
}

.cc-order-tracking-inner p {
    font-size: 14px;
    margin-bottom: 18px;
}

.cc-order-tracking-form label {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 600;
}

.cc-order-tracking-form input {
    width: 100%;
    border-radius: 8px;
    border: 1px solid var(--cc-border-soft);
    padding: 10px 12px;
    font-size: 14px;
    margin-bottom: 12px;
    font-family: inherit;
}

.cc-order-tracking-result {
    margin-top: 20px;
    padding-top: 12px;
    border-top: 1px solid #F1E3D5;
    font-size: 14px;
}

.cc-order-status-label {
    font-weight: 600;
    margin-right: 4px;
}

.cc-order-status-value {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    background-color: var(--cc-bg-alt);
    font-size: 12px;
}

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

@media (max-width: 1024px) {
    .cc-hero-inner {
        grid-template-columns: minmax(0, 1fr);
    }

    .cc-story-inner,
    .cc-about-content,
    .cc-contact-inner {
        grid-template-columns: minmax(0, 1fr);
    }

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

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

@media (max-width: 768px) {
    .cc-hero {
        padding-top: 60px;
    }

    .cc-hero-content h1 {
        font-size: 32px;
    }

    .cc-products-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .cc-gallery-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .cc-reviews-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .cc-section {
        padding: 40px 16px;
    }
}
/* =======================================
   HEADER & NAVIGATION (Chris Cakes)
======================================= */

/* Header wrapper */
.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #FFF9F2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

/* Inner container agar sejajar dengan konten */
.header > .header-inner {
    width: 100%;
    max-width: 1200px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo */
.header .logo-container {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.header .logo-text {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    color: #4E342E;
}

/* Menu utama (desktop) */
.main-menu .menu {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu .menu > li > a {
    font-size: 15px;
    font-weight: 500;
    color: #4E342E;
    text-decoration: none;
    padding: 8px 0;
    position: relative;
}

/* Hover & active underline */
.main-menu .menu > li > a:hover,
.main-menu .menu > li.current-menu-item > a,
.main-menu .menu > li.current_page_item > a {
    color: #FF8B30;
}

.main-menu .menu > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #FFA45B;
    transition: width 0.2s ease;
}

.main-menu .menu > li > a:hover::after,
.main-menu .menu > li.current-menu-item > a::after,
.main-menu .menu > li.current_page_item > a::after {
    width: 100%;
}

/* =======================================
   BURGER BUTTON & MOBILE MENU
======================================= */

/* Default: burger hidden di desktop */
.menu-toggle {
    display: none;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.menu-toggle:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width: 768px) {
    /* Header padding lebih kecil */
    .header > .header-inner {
        padding: 0 16px;
    }

    /* Tampilkan burger, sembunyikan menu default */
    .menu-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        width: 36px;
        height: 36px;
        border-radius: 999px;
        background-color: rgba(255, 164, 91, 0.10); /* lingkaran krem-oranye lembut */
    }

    .menu-toggle span {
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 2px;
        background-color: #4E342E; /* coklat */
        transition: transform 0.22s ease, opacity 0.22s ease;
    }

    /* Animasi burger → X */
    .menu-toggle.is-open span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }
    .menu-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle.is-open span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    /* Menu jadi dropdown */
    .main-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #FFF9F2;
        box-shadow: 0 6px 16px rgba(0,0,0,0.08);
        padding: 10px 16px 14px;
        display: none;
        z-index: 900;
    }

    .main-menu .menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    /* Ketika .main-menu--open ditambahkan oleh JS, menu tampil */
    .main-menu.main-menu--open {
        display: block;
        animation: cc-fade-in 0.2s ease-out forwards;
    }
}

/* Hapus margin body default & garis hr */
body {
    margin: 0;
}

hr {
    border: none;
}
/* =======================================
   ANIMASI HALUS
======================================= */

/* Keyframes fade-in ke atas */
@keyframes cc-fade-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Keyframes fade-in sederhana */
@keyframes cc-fade-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Hero: muncul pelan dari bawah */
.cc-hero-inner {
    animation: cc-fade-up 0.7s ease-out forwards;
}

/* Image hero sedikit delay untuk terasa dinamis */
.cc-hero-image img {
    opacity: 0;
    animation: cc-fade-up 0.8s ease-out forwards;
    animation-delay: 0.15s;
}

/* Section lain: animasi saat page load (sederhana, tidak on-scroll dulu) */
.cc-section-header,
.cc-story-inner,
.cc-reviews-grid,
.cc-gallery-grid,
.cc-final-cta-inner {
    opacity: 0;
    animation: cc-fade-up 0.7s ease-out forwards;
    animation-delay: 0.2s;
}
/* =======================================
   FIX BURGER HOVER / ACTIVE COLOR
======================================= */

/* Berlaku di semua state */
.menu-toggle,
.menu-toggle:hover,
.menu-toggle:active,
.menu-toggle:focus {
    background-color: rgba(255, 164, 91, 0.10); /* krem-oranye lembut */
    border: none;
    color: inherit;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent; /* hilangkan flash biru di mobile */
}

/* Pastikan hanya di mobile tombol ini kelihatan sebagai lingkaran */
@media (max-width: 768px) {
    .menu-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        width: 36px;
        height: 36px;
        border-radius: 999px;
    }

    .menu-toggle span {
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 2px;
        background-color: #4E342E; /* garis selalu coklat */
        transition: transform 0.22s ease, opacity 0.22s ease;
    }
}
/* =======================================
   HEADER DESKTOP – ELEGANT MINIMAL
======================================= */

/* Bar header tipis, tanpa shadow berlebihan */
.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #FFF9F2;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
    display: flex;
    justify-content: center;
    padding: 8px 0; /* lebih tipis */
}

/* Inner container sejajar dengan konten */
.header > .header-inner {
    width: 100%;
    max-width: 1200px;
    padding: 0 48px; /* sedikit lebih ke tengah */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo sedikit lebih kecil, seperti contoh */
.header .logo-container {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.header .logo-text {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    color: #4E342E;
}

/* Menu desktop: sejajar di kanan, dekat logo */
.main-menu {
    margin-left: 40px; /* jarak kecil dari logo */
    flex: 1;
}

.main-menu .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* rata kanan */
    gap: 32px; /* jarak antar item seperti contoh */
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Link menu elegan */
.main-menu .menu > li > a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #4E342E;
    text-decoration: none;
    padding: 10px 0;
    position: relative;
}

/* Warna active/hover seperti contoh: teks oranye + garis bawah */
.main-menu .menu > li > a:hover,
.main-menu .menu > li.current-menu-item > a,
.main-menu .menu > li.current_page_item > a {
    color: #FF8B30;
}

.main-menu .menu > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background-color: #FFA45B;
    transition: width 0.2s ease;
}

.main-menu .menu > li > a:hover::after,
.main-menu .menu > li.current-menu-item > a::after,
.main-menu .menu > li.current_page_item > a::after {
    width: 100%;
}

/* =======================================
   HEADER MOBILE – KEEP BURGER CLEAN
======================================= */

@media (max-width: 768px) {
    .header > .header-inner {
        padding: 0 16px;
    }

    /* Sembunyikan menu horizontal, tampilkan burger */
    .main-menu .menu {
        justify-content: flex-start;
        gap: 6px;
    }

    .menu-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        width: 36px;
        height: 36px;
        border-radius: 999px;
        border: none;
        background-color: rgba(255, 164, 91, 0.10);
        padding: 0;
        margin-left: 12px;
        cursor: pointer;
        outline: none;
        box-shadow: none;
        -webkit-tap-highlight-color: transparent;
    }

    .menu-toggle span {
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 2px;
        background-color: #4E342E;
        transition: transform 0.22s ease, opacity 0.22s ease;
    }

    .menu-toggle.is-open span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .menu-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.is-open span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    /* Dropdown menu */
    .main-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #FFF9F2;
        box-shadow: 0 6px 16px rgba(0,0,0,0.08);
        padding: 10px 16px 14px;
        display: none;
        z-index: 900;
        margin-left: 0; /* reset margin-left di mobile */
        flex: 0;
    }

    .main-menu .menu {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .main-menu.main-menu--open {
        display: block;
        animation: cc-fade-in 0.2s ease-out forwards;
    }
}
/* =======================================
   HEADER LAYOUT – MIRIP THE HARVEST
======================================= */

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #FFF9F2;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
    display: flex;
    justify-content: center;
    padding: 8px 0;
}

.header > .header-inner {
    width: 100%;
    max-width: 1200px;
    padding: 0 32px;
    display: flex;
    align-items: center;
}

/* KIRI: logo + teks, dengan sedikit ruang ke menu */
.header-left {
    display: flex;
    align-items: center;
    margin-right: 32px; /* DEKATKAN menu dengan logo: kecilkan kalau mau */
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.logo-text {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    color: #4E342E;
}

/* TENGAH: menu menempel relatif dekat logo */
.main-menu {
    flex: 1 1 auto;
}

.main-menu .menu {
    display: flex;
    align-items: center;
    gap: 28px; /* jarak antar item */
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu .menu > li > a {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #4E342E;
    text-decoration: none;
    padding: 10px 0;
    position: relative;
}

/* Hover & active underline */
.main-menu .menu > li > a:hover,
.main-menu .menu > li.current-menu-item > a,
.main-menu .menu > li.current_page_item > a {
    color: #FF8B30;
}

.main-menu .menu > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background-color: #FFA45B;
    transition: width 0.2s ease;
}

.main-menu .menu > li > a:hover::after,
.main-menu .menu > li.current-menu-item > a::after,
.main-menu .menu > li.current_page_item > a::after {
    width: 100%;
}

/* KANAN: Cart + Auth buttons */
.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 24px;
}

/* Cart pill */
.cc-header-cart {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 999px;
    background-color: #EFF4FA; /* biru muda lembut */
    color: #455A64;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.cc-header-cart-icon {
    font-size: 14px;
}

.cc-header-cart-count {
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    background-color: #FFA45B;
    color: #fff;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Masuk/Daftar pill – warna utama */
.cc-header-auth {
    display: inline-flex;
    align-items: center;
    padding: 6px 18px;
    border-radius: 999px;
    background-color: #FFA45B;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(255,164,91,0.35);
}

.cc-header-auth:hover {
    background-color: #FF8B30;
    color: #fff;
}

/* Burger button – hanya mobile, tetap seperti sebelumnya tapi rapat dengan actions */
.menu-toggle {
    display: none;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

/* =======================================
   MOBILE HEADER
======================================= */

@media (max-width: 768px) {
    .header > .header-inner {
        padding: 0 16px;
    }

    /* Kompres layout: menu horizontal disembunyikan, actions disederhanakan */
    .main-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #FFF9F2;
        box-shadow: 0 6px 16px rgba(0,0,0,0.08);
        padding: 10px 16px 14px;
        display: none;
        z-index: 900;
        flex: 0;
    }

    .main-menu .menu {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .main-menu.main-menu--open {
        display: block;
        animation: cc-fade-in 0.2s ease-out forwards;
    }

    /* Tunjukkan burger */
    .menu-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        width: 32px;
        height: 32px;
        border-radius: 999px;
        background-color: rgba(255, 164, 91, 0.10);
        -webkit-tap-highlight-color: transparent;
    }

    .menu-toggle span {
        display: block;
        width: 18px;
        height: 2px;
        border-radius: 2px;
        background-color: #4E342E;
        transition: transform 0.22s ease, opacity 0.22s ease;
    }

    .menu-toggle.is-open span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }
    .menu-toggle.is-open span:nth-child(2) {
        opacity: 0;
    }
    .menu-toggle.is-open span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    /* Di mobile, kecilkan sedikit tombol Cart & Auth */
    .cc-header-cart {
        padding: 4px 10px;
        font-size: 12px;
    }

    .cc-header-auth {
        padding: 4px 12px;
        font-size: 12px;
        box-shadow: none;
    }

    .header-actions {
        gap: 8px;
        margin-left: 8px;
    }
}
/* =======================================
   SHOP PAGE – PRODUCT GRID
======================================= */

/* Wrapper utama WooCommerce */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    font-size: 13px;
    color: #6D4C41;
}

.woocommerce .woocommerce-ordering select {
    border-radius: 999px;
    border: 1px solid #E6D5C5;
    padding: 6px 28px 6px 12px;
    font-size: 13px;
}

/* Grid produk */
.woocommerce ul.products {
    margin: 24px 0 40px;
}

.woocommerce ul.products li.product {
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.04);
    padding: 16px;
    text-align: left;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0,0,0,0.06);
}

/* Image produk */
.woocommerce ul.products li.product a img {
    border-radius: 12px;
    margin-bottom: 12px;
}

/* Nama produk */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    color: #4E342E;
    margin-bottom: 4px;
}

/* Harga */
.woocommerce ul.products li.product .price {
    color: #FF8B30;
    font-weight: 600;
    margin-bottom: 6px;
}

/* Rating bintang */
.woocommerce ul.products li.product .star-rating {
    margin-bottom: 8px;
}

/* Tombol Add to Cart */
.woocommerce ul.products li.product .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: #FFA45B;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 18px;
    border: none;
    text-transform: none;
    box-shadow: 0 6px 14px rgba(255,164,91,0.35);
    transition: background-color 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #FF8B30;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 9px 18px rgba(255,139,48,0.40);
}
/* =======================================
   CHECKOUT PAGE
======================================= */

/* Wrapper checkout */
.woocommerce-checkout {
    max-width: 960px;
    margin: 32px auto 60px;
    padding: 0 16px;
}

/* Layout: billing + order review */
.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 32px;
}

@media (max-width: 768px) {
    .woocommerce-checkout form.checkout {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* Field billing */
.woocommerce-billing-fields__field-wrapper .form-row {
    margin-bottom: 12px;
}

.woocommerce form .form-row label {
    font-size: 13px;
    font-weight: 600;
    color: #5D4037;
    margin-bottom: 3px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
    border-radius: 10px;
    border: 1px solid #E6D5C5;
    padding: 9px 11px;
    font-size: 14px;
}

/* Order review card */
#order_review {
    background-color: #FFFFFF;
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.05);
    padding: 18px 18px 14px;
}

#order_review_heading {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    margin-bottom: 10px;
}

/* Table ringkasan */
.woocommerce-checkout-review-order-table {
    font-size: 14px;
}

/* Tombol Place Order */
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    width: 100%;
    border-radius: 999px;
    background-color: #FFA45B;
    padding: 11px 20px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 8px 18px rgba(255,164,91,0.35);
}

.woocommerce #payment #place_order:hover {
    background-color: #FF8B30;
}/* Sudah ada, tambahkan kecil: */
.cc-order-tracking-inner h1 {
    margin-bottom: 4px;
}

.cc-order-tracking-inner p {
    margin-bottom: 12px;
}

/* Status badge warna berbeda utk status tertentu (opsional, simple) */
.cc-order-status-value {
    background-color: #F7E6D5;
}

.cc-order-status-value.cc-status-processing {
    background-color: #FFF3CD;
    color: #856404;
}

.cc-order-status-value.cc-status-completed {
    background-color: #D4EDDA;
    color: #155724;
}
/* =======================================
   SHOP PAGE – SEARCH & SORT BAR
======================================= */

/* Bungkus search + sorting jadi satu bar rapi */
.woocommerce .woocommerce-products-header,
.woocommerce .woocommerce-notices-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Container search + sorting (di atas grid) */
.woocommerce .woocommerce-products-header + .woocommerce { /* fallback jika theme bungkus beda */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Search form WooCommerce */
.woocommerce-product-search {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 0 8px;
}

.woocommerce-product-search input.search-field {
    flex: 1;
    border-radius: 999px;
    border: 1px solid #E6D5C5;
    padding: 8px 14px;
    font-size: 14px;
    color: #4E342E;
    box-shadow: none;
}

/* Tombol Search – ganti biru */
.woocommerce-product-search button,
.woocommerce-product-search input[type="submit"] {
    border-radius: 999px;
    background-color: #FFA45B;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 18px;
    box-shadow: 0 6px 14px rgba(255,164,91,0.35);
}

.woocommerce-product-search button:hover,
.woocommerce-product-search input[type="submit"]:hover {
    background-color: #FF8B30;
}

/* Dropdown sorting */
.woocommerce .woocommerce-ordering {
    margin: 8px 0 16px;
}

.woocommerce .woocommerce-ordering select {
    border-radius: 999px;
    border: 1px solid #E6D5C5;
    padding: 6px 28px 6px 12px;
    font-size: 13px;
    background-color: #FFF9F2;
}
/* =======================================
   SHOP PAGE – PRODUCT CARD STYLE
======================================= */

/* Grid wrapper */
.woocommerce ul.products {
    max-width: 1200px;
    margin: 12px auto 48px;
    padding: 0 16px;
}

/* Kartu produk */
.woocommerce ul.products li.product {
    background-color: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.04);
    padding: 16px;
    text-align: left;
    overflow: hidden;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 30px rgba(0,0,0,0.06);
}

/* Gambar produk */
.woocommerce ul.products li.product a img {
    border-radius: 12px;
    margin-bottom: 12px;
    background-color: #FFF4E6; /* placeholder warna krem jika belum ada gambar */
}

/* Nama produk */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    color: #4E342E;
    margin-bottom: 4px;
}

/* Harga */
.woocommerce ul.products li.product .price {
    color: #FF8B30;
    font-weight: 600;
    margin-bottom: 6px;
}

/* Rating */
.woocommerce ul.products li.product .star-rating {
    margin-bottom: 8px;
}

/* Tombol Add to cart – override semua warna biru */
.woocommerce ul.products li.product .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: #FFA45B;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    border: none;
    text-transform: none;
    box-shadow: 0 6px 14px rgba(255,164,91,0.35);
    transition: background-color 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #FF8B30;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 9px 18px rgba(255,139,48,0.40);
}
.woocommerce .woocommerce-result-count {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    font-size: 13px;
    color: #6D4C41;
}
@media (min-width: 769px) {
    .woocommerce ul.products.columns-4 li.product {
        width: 23%;
    }
}

@media (max-width: 768px) {
    .woocommerce ul.products li.product {
        width: 100% !important;
        margin-bottom: 16px;
    }
}
/* =======================================
   WOOCOMMERCE MESSAGES – ADD TO CART
======================================= */

/* Kotak notifikasi (Added to cart, dll.) */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    max-width: 1200px;
    margin: 16px auto 24px;
    padding: 12px 18px;
    border-radius: 16px;
    border: 1px solid #E6D5C5;       /* garis krem */
    background-color: #FFF9F2;        /* krem lembut */
    box-shadow: 0 8px 18px rgba(0,0,0,0.04);
    color: #4E342E;
}

/* Hapus border biru bawaan */
.woocommerce-message {
    border-top-color: #FFA45B;
}

/* Ikon check / dot di kiri (kalau ada) */
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    color: #FFA45B; /* oranye hangat */
}

/* Tombol di dalam notice: 'View cart', dsb. */
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
    float: right;                      /* tetap di kanan */
    border-radius: 999px;
    background-color: #FFA45B;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
    box-shadow: 0 6px 14px rgba(255,164,91,0.35);
    text-transform: none;
}

.woocommerce-message .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover {
    background-color: #FF8B30;
    color: #fff;
}
/* =======================================
   GLOBAL WOO BUTTONS – OVERRIDE BLUE
======================================= */

/* Semua tombol utama WooCommerce */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
    border-radius: 999px !important;
    background-color: #FFA45B !important;
    border: 1px solid #FFA45B !important;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 20px;
    text-transform: none;
    box-shadow: 0 6px 14px rgba(255,164,91,0.35);
}

/* Hover state */
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
    background-color: #FF8B30 !important;
    border-color: #FF8B30 !important;
    color: #ffffff !important;
    box-shadow: 0 9px 18px rgba(255,139,48,0.40);
    transform: translateY(-1px);
}

/* Notice WooCommerce (add to cart, coupon, dll.) */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    max-width: 1200px;
    margin: 16px auto 24px;
    padding: 12px 18px;
    border-radius: 16px;
    border: 1px solid #E6D5C5 !important;       /* garis krem lembut */
    background-color: #FFF9F2 !important;        /* krem */
    box-shadow: 0 8px 18px rgba(0,0,0,0.04);
    color: #4E342E;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    color: #FFA45B !important;
}
/* =======================================
   CHECKOUT LAYOUT – GRID 2 KOLOM
======================================= */

.woocommerce-checkout {
    max-width: 960px;
    margin: 32px auto 60px;
    padding: 0 16px;
}

/* Desktop: 2 kolom */
.woocommerce-checkout form.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 32px;
}

/* Mobile/tablet: 1 kolom stack */
@media (max-width: 640px) {
    .woocommerce-checkout form.checkout {
        grid-template-columns: minmax(0, 1fr);
    }
}
/* =======================================
   HOMEPAGE – SIGNATURE PRODUCTS BUTTON
======================================= */

.cc-product-card .button,
.cc-product-actions .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background-color: #FFA45B !important;
    border: 1px solid #FFA45B !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px;
    text-transform: none;
    box-shadow: 0 6px 14px rgba(255,164,91,0.35);
    transition: background-color 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
}

.cc-product-card .button:hover,
.cc-product-actions .button:hover {
    background-color: #FF8B30 !important;
    border-color: #FF8B30 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 9px 18px rgba(255,139,48,0.40);
}
/* =======================================
   BACK TO TOP BUTTON
======================================= */

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background-color: #FFA45B; /* oranye brand */
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 14px rgba(0,0,0,0.18);
    cursor: pointer;
    transition: background-color 0.18s ease, transform 0.12s ease, box-shadow 0.18s ease;
    z-index: 900;
}

.scroll-to-top span {
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
}

/* Hover state */
.scroll-to-top:hover {
    background-color: #FF8B30;
    transform: translateY(-1px);
    box-shadow: 0 9px 18px rgba(0,0,0,0.22);
}
/* =======================================
   PRODUCT BADGE (BEST SELLER, dll.)
======================================= */

.woocommerce ul.products li.product {
    position: relative; /* supaya badge bisa absolute di dalam card */
}

/* Badge umum */
.cc-badge {
    position: absolute;
    top: 14px;
    left: 18px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background-color: #A4C9A8;
    color: #1B5E20;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

/* Varian warna untuk Best Seller */
.cc-badge-best {
    background-color: #FFE0B2;
    color: #E65100;
}
/* =======================================
   SOCIAL STRIP – INSTAGRAM & WHATSAPP
======================================= */

.cc-social-strip {
    padding-top: 32px;
    padding-bottom: 40px;
    background-color: #FFF9F2;
}

.cc-social-strip-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 16px 24px;
    border-radius: 999px;
    border: 1px solid #E6D5C5;
    background-color: #FFFFFF;
    box-shadow: 0 8px 18px rgba(0,0,0,0.03);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
}

/* Item IG / WA */
.cc-social-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.cc-social-icon {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/* Warna khusus IG & WA (bisa diganti SVG nanti) */
.cc-social-icon-ig {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.cc-social-icon-wa {
    background-color: #25D366;
}

/* Teks */
.cc-social-text {
    display: flex;
    flex-direction: column;
}

.cc-social-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6D4C41;
}

.cc-social-handle {
    font-size: 14px;
    color: #4E342E;
}

/* Hover halus */
.cc-social-item:hover .cc-social-handle {
    color: #FF8B30;
}

/* Responsive */
@media (max-width: 600px) {
    .cc-social-strip-inner {
        flex-direction: column;
        gap: 16px;
        border-radius: 24px;
    }
}
/* =======================================
   HILANGKAN GARIS BIRU (FOCUS OUTLINE)
   UNTUK BUTTON & LINK
======================================= */

/* Semua tombol dan link */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
a {
    outline: none;
}

/* Saat fokus atau aktif (keyboard/mouse) */
button:focus,
button:active,
input[type="button"]:focus,
input[type="button"]:active,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="reset"]:focus,
input[type="reset"]:active,
a:focus,
a:active {
    outline: none;
    box-shadow: none;
}

/* Hilangkan tap highlight biru di mobile */
button,
a {
    -webkit-tap-highlight-color: transparent;
}
/* =======================================
   FINAL OVERRIDE ASTRA BUTTON BLUE BORDER
======================================= */

/* Matikan border/outline/box-shadow biru di ast-custom-button */
a.ast-custom-button,
.ast-custom-button,
a.ast-custom-button:focus,
a.ast-custom-button:active,
.ast-custom-button:focus,
.ast-custom-button:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

/* Untuk tombol hero kita yang pakai cc-btn-primary + ast-custom-button,
   kembalikan border oranye yang diinginkan */
.cc-btn-primary.ast-custom-button,
.cc-btn-primary.ast-custom-button:focus,
.cc-btn-primary.ast-custom-button:active {
    border-width: 0 !important;           /* kalau tidak perlu border garis */
    outline: none !important;
    box-shadow: 0 8px 16px rgba(255,164,91,0.35) !important;
}
/* =======================================
   BUTTON-LIKE LINKS – NO UNDERLINE
======================================= */

/* Semua link yang tampil sebagai tombol */
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-product-card .button,
.cc-product-actions .button,
.cc-product-card .button:hover,
.cc-product-actions .button:hover,
.woocommerce a.button,
.woocommerce a.button:hover,
.woocommerce button.button,
.woocommerce button.button:hover,
.woocommerce input.button,
.woocommerce input.button:hover,
.cc-header-auth,
.cc-header-auth:hover,
.cc-header-cart,
.cc-header-cart:hover,
.menu-toggle,
.menu-toggle:hover {
    text-decoration: none !important;
}
