/* external: https://cdn-vexar.lon1.digitaloceanspaces.com/uploads/templates/sections/84cb98cb-d206-44d2-8584-aa7a4859b782/style.css?v=1755950637 */
.vxr_header2_main_box {
background: #ffffff;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.vxr_header2_main_box .vxr_h2_container {
max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Top Header */
.vxr_header2_main_box .vxr_h2_top_header {
background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0;
}

.vxr_header2_main_box .vxr_h2_top_header .vxr_h2_container {
display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.vxr_header2_main_box .vxr_h2_logo_text {
font-size: 28px;
    font-weight: 700;
    color: #49ABF6;
    text-decoration: none;
}

.vxr_header2_main_box .vxr_h2_search_container {
flex: 1;
    max-width: 500px;
    min-width: 300px;
}

.vxr_header2_main_box .vxr_h2_search_form {
position: relative;
    display: flex;
    background: #f8f9fa;
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.vxr_header2_main_box .vxr_h2_search_form:focus-within {
box-shadow: 0 0 0 3px rgba(32, 178, 170, 0.1);
    background: #ffffff;
    border: 1px solid #49ABF6;
}

.vxr_header2_main_box .vxr_h2_search_input {
flex: 1;
    padding: 12px 20px;
    margin: 0;
    border: none;
    background: transparent;
    font-size: 14px;
    outline: none;
}

.vxr_header2_main_box .vxr_h2_search_btn {
padding: 12px 20px;
    background: #49ABF6;
    border: none;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease;
}

.vxr_header2_main_box .vxr_h2_search_btn:hover {
background: #1a9ea3;
}

.vxr_header2_main_box .vxr_h2_top_info {
display: flex;
    align-items: center;
    gap: 30px;
}

.vxr_header2_main_box .vxr_h2_delivery,
.vxr_header2_main_box .vxr_h2_payment {
display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 14px;
}

.vxr_header2_main_box .vxr_h2_delivery svg,
.vxr_header2_main_box .vxr_h2_payment svg {
color: #49ABF6;
}

.vxr_header2_main_box .vxr_h2_contact {
display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: right;
}

.vxr_header2_main_box .vxr_h2_phone {
display: flex;
    align-items: center;
    gap: 8px;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}

.vxr_header2_main_box .vxr_h2_phone svg {
color: #49ABF6;
}

.vxr_header2_main_box .vxr_h2_hours {
color: #666;
    font-size: 12px;
}

/* Main Navigation */
.vxr_header2_main_box .vxr_h2_main_nav {
background: #f8f9fa;
    padding: 0;
}

.vxr_header2_main_box .vxr_h2_main_nav .vxr_h2_container {
display: flex;
    align-items: center;
    gap: 40px;
}

.vxr_header2_main_box .vxr_h2_menu_toggle {
background: #49ABF6;
    color: white;
    border: none;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.vxr_header2_main_box .vxr_h2_menu_toggle:hover {
background: #1a9ea3;
}

.vxr_header2_main_box .vxr_h2_hamburger {
display: flex;
    flex-direction: column;
    gap: 3px;
}

.vxr_header2_main_box .vxr_h2_hamburger span {
width: 18px;
    height: 2px;
    background: white;
    transition: all 0.3s ease;
}

.vxr_header2_main_box .vxr_h2_nav_menu {
display: flex;
    gap: 30px;
    align-items: center;
}

.vxr_header2_main_box .vxr_h2_nav_item {
color: #333;
    text-decoration: none;
    padding: 20px 0;
    font-weight: 500;
    position: relative;
    transition: color 0.3s ease;
}

.vxr_header2_main_box .vxr_h2_nav_item:hover {
color: #49ABF6;
}

.vxr_header2_main_box .vxr_h2_nav_item::after {
content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #49ABF6;
    transition: width 0.3s ease;
}

.vxr_header2_main_box .vxr_h2_nav_item:hover::after {
width: 100%;
}

/* Hero Section */
.vxr_header2_main_box .vxr_h2_hero_section {
padding: 30px 0;
    background: #ffffff;
}

.vxr_header2_main_box .vxr_h2_hero_content {
display: grid;
    grid-template-columns: 1fr 300px;
    gap: 30px;
}

.vxr_header2_main_box .vxr_h2_slider_container {
position: relative;
    min-width: 100%;
}

.vxr_header2_main_box .vxr_h2_slide {
position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.vxr_header2_main_box .vxr_h2_slide_content {
position: absolute;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
    z-index: 2;
    color: white;
    max-width: 400px;
}

.vxr_header2_main_box .vxr_h2_slide_title {
font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.vxr_header2_main_box .vxr_h2_slide_text {
font-size: 16px;
    margin-bottom: 25px;
    opacity: 0.9;
    line-height: 1.5;
}

.vxr_header2_main_box .vxr_h2_slide_btn {
background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 2px solid white;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.vxr_header2_main_box .vxr_h2_slide_btn:hover {
background: white;
    color: #49ABF6;
}

.vxr_header2_main_box .vxr_h2_slide_bg {
position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    opacity: 0.3;
    background-size: cover;
    background-position: center;
}

.vxr_header2_main_box .vxr_h2_slide_bg_1 {
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="rgba(255,255,255,0.1)"/></svg>');
}

.vxr_header2_main_box .vxr_h2_slide_bg_2 {
background: linear-gradient(45deg, rgba(255,255,255,0.1), transparent);
}

.vxr_header2_main_box .vxr_h2_slide_bg_3 {
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect x="20" y="20" width="60" height="60" fill="rgba(255,255,255,0.1)"/></svg>');
}

/* Product of the Day */
.vxr_header2_main_box .vxr_h2_product_day {
background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vxr_header2_main_box .vxr_h2_product_day:hover {
transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.vxr_header2_main_box .vxr_h2_pod_header {
text-align: center;
    margin-bottom: 20px;
}

.vxr_header2_main_box .vxr_h2_pod_title {
background: linear-gradient(135deg, #49ABF6, #48D1CC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.vxr_header2_main_box .vxr_h2_pod_image {
margin-bottom: 20px;
}

.vxr_header2_main_box .vxr_h2_pod_image img {
width: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.vxr_header2_main_box .vxr_h2_pod_name {
font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

.vxr_header2_main_box .vxr_h2_pod_price {
display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.vxr_header2_main_box .vxr_h2_pod_current_price {
font-size: 20px;
    font-weight: 700;
    color: #49ABF6;
}

.vxr_header2_main_box .vxr_h2_pod_old_price {
font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.vxr_header2_main_box .vxr_h2_pod_discount {
background: #ff4757;
    color: white;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 12px;
}

.vxr_header2_main_box .vxr_h2_pod_btn {
width: 100%;
    background: linear-gradient(135deg, #49ABF6, #48D1CC);
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vxr_header2_main_box .vxr_h2_pod_btn:hover {
transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(32, 178, 170, 0.3);
}

/* Full Screen Menu Overlay */
.vxr_header2_main_box .vxr_h2_menu_overlay {
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.vxr_header2_main_box .vxr_h2_menu_overlay.vxr_h2_menu_active {
opacity: 1;
    visibility: visible;
}

.vxr_header2_main_box .vxr_h2_menu_close {
position: absolute;
    top: 30px;
    right: 30px;
    z-index: 100;
    width: 50px;
    height: 50px;
    background: #49ABF6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: white;
    transition: all 0.3s ease;
}

.vxr_header2_main_box .vxr_h2_menu_close:hover {
transform: rotate(90deg) scale(1.1);
    background: #1a9ea3;
}

.vxr_header2_main_box .vxr_h2_menu_content {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1000px;
}

.vxr_header2_main_box .vxr_h2_menu_categories {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 50px;
    padding: 40px;
}

.vxr_header2_main_box .vxr_h2_menu_column {
text-align: center;
}

.vxr_header2_main_box .vxr_h2_menu_column_title {
font-size: 20px;
    font-weight: 700;
    color: #49ABF6;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #49ABF6;
    display: inline-block;
}

.vxr_header2_main_box .vxr_h2_menu_column a {
display: block;
    color: #333;
    text-decoration: none;
    padding: 8px 0;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
}

.vxr_header2_main_box .vxr_h2_menu_column a:hover {
color: #49ABF6;
    transform: translateX(5px);
}

.vxr_header2_main_box .vxr_h2_menu_column a::before {
content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    width: 0;
    height: 2px;
    background: #49ABF6;
    transition: width 0.3s ease;
    transform: translateY(-50%);
}

.vxr_header2_main_box .vxr_h2_menu_column a:hover::before {
width: 15px;
}

/* Owl Carousel Custom Styles */
.vxr_header2_main_box .owl-nav {
position: absolute;
    top: 77%;
    width: 94%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    transform: translateY(-50%);
    pointer-events: none;
}

.vxr_header2_main_box .owl-nav button {
width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    color: #49ABF6;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.vxr_header2_main_box .owl-nav button:hover {
background: #0087d94d !important;
    transform: scale(1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.vxr_header2_main_box .owl-nav button span {
font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.vxr_header2_main_box .owl-dots {
text-align: center;
    margin-top: 20px;
}

.vxr_header2_main_box .owl-dot {
width: 12px;
    height: 12px;
    background: rgba(32, 178, 170, 0.3);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.vxr_header2_main_box .open_main_menu {
display: none;
}

/* Responsive Design */
@media screen and (max-width: 1024px) {
.vxr_header2_main_box .vxr_h2_hero_content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .vxr_header2_main_box .vxr_h2_product_day {
        max-width: 400px;
        margin: 0 auto;
    }

    .vxr_header2_main_box .vxr_h2_top_info {
        gap: 20px;
    }
}

@media screen and (max-width: 790px) {
    .vxr_header2_main_box .vxr_h2_main_nav .vxr_h2_container{
        display: grid;
        grid-template-columns: 200px 1fr;
    }
    .vxr_header2_main_box .open_main_menu{
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIGQ9Ik0xMyAxOEg1Yy0uNiAwLTEtLjQtMS0xcy40LTEgMS0xaDhjLjYgMCAxIC40IDEgMXMtLjQgMS0xIDF6TTE5IDEzSDVjLS42IDAtMS0uNC0xLTFzLjQtMSAxLTFoMTRjLjYgMCAxIC40IDEgMXMtLjQgMS0xIDF6TTE5IDhoLThjLS42IDAtMS0uNC0xLTFzLjQtMSAxLTFoOGMuNiAwIDEgLjQgMSAxcy0uNCAxLTEgMXoiIGZpbGw9IiMzMzMzMzMiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiPjwvcGF0aD48L2c+PC9zdmc+) no-repeat center center;
        background-size: 48px;
        display: block;
        width: 48px;
        height: 48px;
    }
    .vxr_header2_main_box .vxr_h2_nav_menu {
        background: #fff;
        display: grid;
        width: 100%;
        height: 100vh;
        text-align: center;
        overflow-y: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        display: none;
    }

    .vxr_header2_main_box .vxr_h2_nav_menu .vxr_h2_close_menu{
        background: url(https://cdn.vexar.io/uploads/static/close_black.svg) no-repeat center center;
        background-size: 40px;
        display: block;
        width: 40px;
        height: 40px;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 110;
        opacity: .5;
        display: none;
    }

    .vxr_header2_main_box .vxr_h2_nav_menu .vxr_h2_close_menu:hover{
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .vxr_header2_main_box .vxr_h2_top_header .vxr_h2_container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .vxr_header2_main_box .vxr_h2_search_container {
        order: -1;
        width: 100%;
        max-width: none;
        min-width: auto;
    }

    .vxr_header2_main_box .vxr_h2_top_info {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .vxr_header2_main_box .vxr_h2_delivery,
    .vxr_header2_main_box .vxr_h2_payment {
        font-size: 12px;
    }

    .vxr_header2_main_box .vxr_h2_contact {
        text-align: center;
    }

    .vxr_header2_main_box .vxr_h2_main_nav .vxr_h2_container {
        flex-direction: column;
        gap: 0;
    }

    .vxr_header2_main_box .vxr_h2_menu_toggle {
        width: 100%;
        justify-content: center;
        border-radius: 0;
    }

    .vxr_header2_main_box .vxr_h2_nav_menu {
        display: none;
    }

    .vxr_header2_main_box .vxr_h2_slide_content {
        left: 30px;
        right: 30px;
        max-width: none;
    }

    .vxr_header2_main_box .vxr_h2_slide_title {
        font-size: 28px;
    }

    .vxr_header2_main_box .vxr_h2_slide_text {
        font-size: 14px;
    }

    .vxr_header2_main_box .vxr_h2_menu_categories {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 30px;
        padding: 20px;
    }

    .vxr_header2_main_box .vxr_h2_menu_column_title {
        font-size: 18px;
    }

    .vxr_header2_main_box .vxr_h2_menu_column a {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .vxr_header2_main_box .vxr_h2_container {
        padding: 0 15px;
    }

    .vxr_header2_main_box .vxr_h2_slide {
        height: 300px;
    }

    .vxr_header2_main_box .vxr_h2_slide_title {
        font-size: 24px;
    }

    .vxr_header2_main_box .vxr_h2_slide_text {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .vxr_header2_main_box .vxr_h2_slide_btn {
        padding: 10px 20px;
        font-size: 14px;
    }

    .vxr_header2_main_box .vxr_h2_product_day {
        padding: 20px;
    }

    .vxr_header2_main_box .vxr_h2_menu_categories {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .vxr_header2_main_box .vxr_h2_menu_close {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
}

/* Animation Classes */
.vxr_header2_main_box .vxr_h2_fade_in {
animation: vxr_h2_fadeIn 0.6s ease-out;
}

.vxr_header2_main_box .vxr_h2_slide_up {
animation: vxr_h2_slideUp 0.6s ease-out;
}

@keyframes vxr_h2_fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes vxr_h2_slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Focus states for accessibility */
.vxr_header2_main_box .vxr_h2_search_input:focus,
.vxr_header2_main_box .vxr_h2_search_btn:focus,
.vxr_header2_main_box .vxr_h2_menu_toggle:focus,
.vxr_header2_main_box .vxr_h2_nav_item:focus,
.vxr_header2_main_box .vxr_h2_slide_btn:focus,
.vxr_header2_main_box .vxr_h2_pod_btn:focus {
outline: 2px solid #49ABF6;
    outline-offset: 2px;
}

.vxr_header2_main_box .vxr_h2_menu_close:focus {
outline: 2px solid white;
    outline-offset: 2px;
}