.elementor-68 .elementor-element.elementor-element-e10aa24{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-68 .elementor-element.elementor-element-e10aa24 .wdb-image-hover{background-image:url( https://firasa.pk/wp-content/plugins/elementor/assets/images/placeholder.png );}.elementor-68 .elementor-element.elementor-element-de08e09 > .elementor-widget-container{margin:-67px 0px 0px 0px;padding:-21px 0px 0px 0px;}.elementor-68 .elementor-element.elementor-element-de08e09.elementor-element{--align-self:center;}.elementor-68 .elementor-element.elementor-element-de08e09{z-index:999;--divider-style:solid;--subtotal-divider-style:solid;--elementor-remove-from-cart-button:none;--remove-from-cart-button:block;--toggle-button-text-color:#152B28;--toggle-button-icon-color:#152B28;--toggle-button-hover-text-color:#D1AA67;--toggle-button-icon-hover-color:#D1AA67;--toggle-button-border-radius:50px;--cart-border-style:none;--cart-footer-layout:1fr 1fr;--products-max-height-sidecart:calc(100vh - 240px);--products-max-height-minicart:calc(100vh - 385px);}.elementor-68 .elementor-element.elementor-element-de08e09 .widget_shopping_cart_content{--subtotal-divider-left-width:0;--subtotal-divider-right-width:0;}@media(max-width:767px){.elementor-68 .elementor-element.elementor-element-de08e09 > .elementor-widget-container{margin:-14px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-68 .elementor-element.elementor-element-de08e09.elementor-element{--align-self:center;}}/* Start custom CSS for html, class: .elementor-element-6dc731e *//* FIRASA HEADER - CSS */
/* Add this CSS in Elementor > Custom CSS or Appearance > Customize > Additional CSS */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

/* ============================================ */
/* ANNOUNCEMENT BAR */
/* ============================================ */

.firasa-announcement-bar {
    background: #152B28;
    color: #D1AA67;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    z-index: 1001;
}

.firasa-announcement-content {
    overflow: hidden;
    white-space: nowrap;
}

.firasa-announcement-text {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    animation: firasa-scroll 40s linear infinite;
}

@keyframes firasa-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.firasa-announcement-close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #D1AA67;
    font-size: 18px;
    cursor: pointer;
    padding: 5px 10px;
    transition: opacity 0.3s ease;
}

.firasa-announcement-close:hover {
    opacity: 0.7;
}

.firasa-announcement-hidden {
    display: none;
}

/* ============================================ */
/* MAIN HEADER */
/* ============================================ */

.firasa-header {
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.firasa-header-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

/* Sticky Header State */
.firasa-header-sticky {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.firasa-header-sticky .firasa-header-container {
    padding: 10px 20px;
}

.firasa-header-sticky .firasa-logo img {
    height: 40px;
}

.firasa-header-sticky .firasa-mobile-categories {
    display: none;
}

/* ============================================ */
/* LOGO */
/* ============================================ */

.firasa-logo {
    flex: 0 0 auto;
}

.firasa-logo a {
    display: block;
    line-height: 0;
}

.firasa-logo img {
    height: 50px;
    width: auto;
    transition: height 0.3s ease;
}

/* ============================================ */
/* DESKTOP NAVIGATION */
/* ============================================ */

.firasa-nav-desktop {
    flex: 1;
    display: none;
}

.firasa-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 40px;
    justify-content: center;
}

.firasa-nav-menu a {
    color: #152B28;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    position: relative;
}

.firasa-nav-menu a:hover {
    color: #D1AA67;
}

.firasa-nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #D1AA67;
    transition: width 0.3s ease;
}

.firasa-nav-menu a:hover::after {
    width: 100%;
}

/* ============================================ */
/* HEADER ACTIONS */
/* ============================================ */

.firasa-header-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.firasa-action-icon {
    background: transparent;
    border: none;
    color: #152B28;
    cursor: pointer;
    padding: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.firasa-action-icon:hover {
    color: #D1AA67;
    transform: scale(1.1);
}

.firasa-cart-placeholder {
    position: relative;
}

/* ============================================ */
/* MOBILE MENU TOGGLE */
/* ============================================ */

.firasa-mobile-menu-toggle {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.firasa-hamburger-line {
    width: 25px;
    height: 2px;
    background: #152B28;
    transition: all 0.3s ease;
}

.firasa-mobile-menu-toggle:hover .firasa-hamburger-line {
    background: #D1AA67;
}

/* ============================================ */
/* MOBILE CATEGORIES (BELOW HEADER) */
/* ============================================ */

.firasa-mobile-categories {
    border-top: 1px solid rgba(21, 43, 40, 0.1);
    padding: 12px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.firasa-mobile-categories::-webkit-scrollbar {
    display: none;
}

.firasa-category-scroll {
    display: flex;
    gap: 12px;
    padding: 0 20px;
    white-space: nowrap;
}

.firasa-category-pill {
    background: rgba(209, 170, 103, 0.1);
    color: #152B28;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.firasa-category-pill:hover,
.firasa-category-pill.active {
    background: #D1AA67;
    color: #152B28;
}

/* ============================================ */
/* MOBILE MENU DRAWER */
/* ============================================ */

.firasa-mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 85%;
    max-width: 400px;
    height: 100%;
    background: #ffffff;
    z-index: 2000;
    transition: left 0.4s ease;
    overflow-y: auto;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
}

.firasa-mobile-menu.active {
    left: 0;
}

.firasa-mobile-menu-header {
    background: #152B28;
    color: #ffffff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.firasa-mobile-menu-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}

.firasa-mobile-menu-close {
    background: transparent;
    border: none;
    color: #D1AA67;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.firasa-mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.firasa-mobile-nav li {
    border-bottom: 1px solid rgba(21, 43, 40, 0.1);
}

.firasa-mobile-nav a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 18px 20px;
    color: #152B28;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.firasa-mobile-nav a:hover {
    background: rgba(209, 170, 103, 0.1);
    color: #D1AA67;
    padding-left: 30px;
}

.firasa-menu-icon {
    font-size: 20px;
    width: 24px;
    text-align: center;
}

.firasa-menu-divider {
    height: 10px;
    background: rgba(21, 43, 40, 0.05);
    border: none;
}

.firasa-mobile-menu-footer {
    padding: 30px 20px;
    border-top: 1px solid rgba(21, 43, 40, 0.1);
}

.firasa-mobile-social {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.firasa-mobile-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(209, 170, 103, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D1AA67;
    transition: all 0.3s ease;
}

.firasa-mobile-social a:hover {
    background: #D1AA67;
    color: #152B28;
}

.firasa-mobile-contact {
    text-align: center;
    margin: 0;
}

.firasa-mobile-contact a {
    color: #152B28;
    font-weight: 500;
    text-decoration: none;
}

/* ============================================ */
/* SEARCH OVERLAY */
/* ============================================ */

.firasa-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 43, 40, 0.95);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.firasa-search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.firasa-search-container {
    width: 90%;
    max-width: 700px;
    position: relative;
}

.firasa-search-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: transparent;
    border: none;
    color: #D1AA67;
    font-size: 36px;
    cursor: pointer;
}

.firasa-search-form {
    position: relative;
    margin-bottom: 30px;
}

.firasa-search-input {
    width: 100%;
    padding: 20px 60px 20px 20px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    color: #152B28;
}

.firasa-search-input:focus {
    outline: 3px solid #D1AA67;
}

.firasa-search-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #D1AA67;
    border: none;
    padding: 10px;
    border-radius: 6px;
    cursor: pointer;
    color: #152B28;
    display: flex;
    align-items: center;
    justify-content: center;
}

.firasa-search-suggestions {
    text-align: center;
}

.firasa-suggestions-title {
    color: #D1AA67;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.firasa-suggestion-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 8px 16px;
    margin: 5px;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.firasa-suggestion-tag:hover {
    background: #D1AA67;
    color: #152B28;
}

/* ============================================ */
/* OVERLAY */
/* ============================================ */

.firasa-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.firasa-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* ============================================ */
/* RESPONSIVE - DESKTOP */
/* ============================================ */

@media (min-width: 1024px) {
    .firasa-mobile-menu-toggle {
        display: none;
    }

    .firasa-nav-desktop {
        display: block;
    }

    .firasa-mobile-categories {
        display: none;
    }

    .firasa-header-container {
        padding: 20px 40px;
    }

    .firasa-logo img {
        height: 60px;
    }

    .firasa-header-sticky .firasa-logo img {
        height: 45px;
    }
}

/* ============================================ */
/* RESPONSIVE - TABLET */
/* ============================================ */

@media (max-width: 1023px) and (min-width: 768px) {
    .firasa-logo img {
        height: 45px;
    }

    .firasa-mobile-categories {
        display: block;
    }
}

/* ============================================ */
/* RESPONSIVE - MOBILE */
/* ============================================ */

@media (max-width: 767px) {
    .firasa-announcement-text {
        font-size: 11px;
    }

    .firasa-header-container {
        padding: 12px 15px;
    }

    .firasa-logo img {
        height: 60px;
    }

    .firasa-header-sticky .firasa-logo img {
        height: 35px;
    }

    .firasa-action-icon svg {
        width: 20px;
        height: 20px;
    }

    .firasa-mobile-categories {
        padding: 10px 0;
    }

    .firasa-category-scroll {
        padding: 0 15px;
        gap: 10px;
    }

    .firasa-category-pill {
        padding: 6px 16px;
        font-size: 12px;
    }
}

/* ============================================ */
/* WOOCOMMERCE CART WIDGET POSITIONING */
/* ============================================ */

/* This positions the Elementor Menu Cart widget */
.firasa-cart-placeholder .elementor-widget-woocommerce-menu-cart {
    position: relative;
}

.firasa-cart-placeholder .elementor-menu-cart__toggle {
    color: #152B28 !important;
    transition: color 0.3s ease;
}

.firasa-cart-placeholder .elementor-menu-cart__toggle:hover {
    color: #D1AA67 !important;
}

.firasa-cart-placeholder .elementor-menu-cart__toggle .elementor-button-icon {
    color: #152B28 !important;
}

.firasa-cart-placeholder .elementor-menu-cart__toggle:hover .elementor-button-icon {
    color: #D1AA67 !important;
}

/* Cart count badge */
.firasa-cart-placeholder .elementor-menu-cart__toggle-count {
    background: #D1AA67 !important;
    color: #152B28 !important;
    font-family: 'Montserrat', sans-serif;
}/* End custom CSS */