.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ca804c0 *//* =========================
   PRANSHU STORE HEADER
========================= */

.ps-header {
    width: 100%;
    background: #ffffff;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    z-index: 9999;
    font-family: Arial, Helvetica, sans-serif;
}

.ps-header-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

/* LOGO */

.ps-logo {
    text-decoration: none !important;
    font-size: 24px;
    font-weight: 800;
    color: #1E3A8A !important;
    white-space: nowrap;
}

.ps-logo span {
    color: #FBBF24;
}

/* NAVIGATION */

.ps-nav {
    display: flex;
    align-items: center;
    gap: 22px;
}

.ps-nav a {
    color: #222222 !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}

.ps-nav a:hover {
    color: #1E3A8A !important;
}

/* SALE */

.ps-nav .ps-sale {
    background: #FBBF24;
    color: #111111 !important;
    padding: 8px 14px;
    border-radius: 5px;
    font-weight: 700;
}

.ps-nav .ps-sale:hover {
    background: #1E3A8A;
    color: #ffffff !important;
}

/* DROPDOWN */

.ps-dropdown {
    position: relative;
}

.ps-dropdown > a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.ps-dropdown-menu {
    position: absolute;
    top: 35px;
    left: 0;
    min-width: 200px;
    background: #ffffff;
    padding: 10px 0;
    border-radius: 8px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
}

.ps-dropdown:hover .ps-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ps-dropdown-menu a {
    display: block;
    padding: 11px 18px;
    font-size: 14px;
}

.ps-dropdown-menu a:hover {
    background: #f5f7fb;
    color: #1E3A8A !important;
}

/* RIGHT ACTIONS */

.ps-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* SEARCH */

.ps-search {
    display: flex;
    align-items: center;
    border: 1px solid #dddddd;
    border-radius: 25px;
    overflow: hidden;
    background: #ffffff;
}

.ps-search input[type="search"] {
    width: 170px;
    border: none !important;
    outline: none !important;
    padding: 10px 12px;
    font-size: 13px;
    box-shadow: none !important;
}

.ps-search button {
    border: none;
    background: transparent;
    padding: 8px 13px;
    font-size: 20px;
    cursor: pointer;
    color: #1E3A8A;
}

/* ICONS */

.ps-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f7fb;
    text-decoration: none !important;
    font-size: 20px;
    transition: 0.3s;
}

.ps-icon:hover {
    background: #1E3A8A;
    color: #ffffff !important;
}

/* MOBILE */

@media (max-width: 1000px) {

    .ps-header-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .ps-nav {
        order: 3;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
    }

    .ps-search input[type="search"] {
        width: 130px;
    }
}

@media (max-width: 600px) {

    .ps-header-container {
        padding: 12px 15px;
        gap: 12px;
    }

    .ps-logo {
        font-size: 20px;
    }

    .ps-nav {
        gap: 12px;
    }

    .ps-nav a {
        font-size: 13px;
    }

    .ps-search {
        display: none;
    }

    .ps-icon {
        width: 36px;
        height: 36px;
    }
}/* End custom CSS */