.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#CE6161;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-size:60px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:35px;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:1px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;gap:0px;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ========================================
   LIKEFOOD GLOBAL STYLES
======================================== */

/* Import Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@300;400;600;700&family=Newsreader:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@400;500;700&display=swap');

/* CSS Variables */
:root {
    --primary: #8B4513;
    --primary-dark: #654321;
    --accent: #D4A574;
    --accent-light: #E8D5C4;
    --dark: #2C1810;
    --gray: #8B7B6B;
    --light-bg: #FAF8F6;
    
    --font-display: 'Crimson Pro', serif;
    --font-body: 'Newsreader', serif;
    --font-sans: 'DM Sans', sans-serif;
    
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Global Typography */
.elementor-heading-title {
    font-family: var(--font-display) !important;
    letter-spacing: -0.5px;
}

.elementor-text-editor p,
.elementor-widget-text-editor {
    font-family: var(--font-body) !important;
    line-height: 1.7;
}

.elementor-button {
    font-family: var(--font-sans) !important;
    transition: var(--transition) !important;
    letter-spacing: 0.5px;
}

/* Smooth Transitions */
.elementor-widget,
.elementor-image img,
.elementor-icon-box-wrapper {
    transition: var(--transition);
}

/* Hover Effects - Cards */
.elementor-widget:hover {
    transform: translateY(-5px);
}

/* Hover Effects - Buttons */
.elementor-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(212,165,116,0.5) !important;
}

/* Hover Effects - Images */
.elementor-image:hover img {
    transform: scale(1.05);
}

/* Custom Cursor (Optional) */
* {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20"><circle cx="10" cy="10" r="8" fill="none" stroke="%238B4513" stroke-width="2"/></svg>'), auto;
}

a:hover, 
button:hover,
.elementor-button:hover {
    cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><circle cx="12" cy="12" r="10" fill="%23D4A574"/></svg>'), pointer;
}

/* Scroll Reveal Animation */
.elementor-widget {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.elementor-widget.animated {
    opacity: 1;
    transform: translateY(0);
}

/* Product Cards Enhancement */
.woocommerce ul.products li.product,
.elementor-widget-woocommerce-products .product {
    border-radius: 15px;
    overflow: hidden;
    transition: var(--transition);
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* Category Cards */
.elementor-image-box-wrapper {
    border-radius: 20px;
    overflow: hidden;
    transition: var(--transition);
}

.elementor-image-box-wrapper:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* Icon Boxes */
.elementor-icon-box-icon {
    transition: var(--transition);
}

.elementor-icon-box-wrapper:hover .elementor-icon-box-icon {
    transform: scale(1.1);
}

/* Buttons Enhancement */
.elementor-button-wrapper .elementor-button {
    border-radius: 50px;
    padding: 18px 45px;
    font-weight: 600;
    text-transform: none;
}

/* Forms Enhancement */
.elementor-field-group input,
.elementor-field-group textarea {
    border-radius: 10px;
    border: 2px solid var(--accent-light);
    padding: 15px 20px;
    transition: var(--transition);
    font-family: var(--font-body);
}

.elementor-field-group input:focus,
.elementor-field-group textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(139,69,19,0.1);
}

/* Testimonial Cards */
.elementor-testimonial-wrapper {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    transition: var(--transition);
}

.elementor-testimonial-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

/* Section Spacing */
.elementor-section {
    padding: 100px 20px;
}

@media (max-width: 768px) {
    .elementor-section {
        padding: 60px 20px;
    }
}

/* Mobile Menu Enhancement */
@media (max-width: 1024px) {
    .elementor-nav-menu--dropdown {
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
}
```/* End custom CSS */