/**
Theme Name: Marsa 
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: marsa
Template: astra
*/


/* =====================================
   MARSA FILTER WRAPPER
===================================== */

.marsa-filter-form {
    background: #ffffff;
    padding: 25px;
    border: 1px solid #ececec;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    max-width: 320px;
}

.marsa-filter-section {
    margin-bottom: 22px;
}

.marsa-filter-form label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    color: #222;
}


/* =====================================
   SELECT DROPDOWNS
===================================== */

.marsa-filter-form select {
    width: 100%;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    transition: all 0.2s ease;
}

.marsa-filter-form select:focus {
    border-color: #D4AF37;
    outline: none;
    box-shadow: 0 0 0 2px rgba(212,175,55,0.15);
}


/* =====================================
   PRICE SLIDER
===================================== */

#price-slider {
    margin-top: 12px;
    margin-bottom: 8px;
}

/* Gold active range */
.marsa-filter-form .noUi-connect {
    background: linear-gradient(90deg, #C6A75E, #D4AF37) !important;
}

/* Slider track */
.marsa-filter-form .noUi-target {
    background: #eeeeee !important;
    border: none !important;
    height: 6px;
    border-radius: 3px;
}

/* Handles */
.marsa-filter-form .noUi-handle {
    width: 18px;
    height: 18px;
    top: -6px;
    border-radius: 50%;
    border: 2px solid #D4AF37 !important;
    background: #ffffff !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
    cursor: pointer;
}

.marsa-filter-form .noUi-handle:before,
.marsa-filter-form .noUi-handle:after {
    display: none !important;
}


/* =====================================
   PRIMARY BUTTON (PRIMENI)
===================================== */

.marsa-filter-form button {
    width: 100%;
    padding: 12px;
    background: linear-gradient(90deg, #C6A75E, #D4AF37);
    border: none;
    border-radius: 6px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
    transition: all 0.2s ease;
}

.marsa-filter-form button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


/* =====================================
   RESET BUTTON
===================================== */

.marsa-filter-form a {
    display: block !important;
    width: 100%;
    margin-top: 12px;
    padding: 12px !important;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    border-radius: 6px;
    background: #f7f7f7 !important;
    border: 1px solid #e0e0e0 !important;
    color: #444 !important;
    text-decoration: none !important;
    transition: all 0.25s ease;
}

.marsa-filter-form a:hover {
    background: #ffffff !important;
    border-color: #D4AF37 !important;
    color: #D4AF37 !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
}


/* =====================================
   PANEL HEADER (MOBILE)
===================================== */

.marsa-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.marsa-filter-header span {
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.marsa-filter-close {
    background: none;
    border: none;
    font-weight: 600;
    cursor: pointer;
    color: #D4AF37;
    letter-spacing: 1px;
    transition: color 0.2s ease;
}

.marsa-filter-close:hover {
    color: #000;
}


/* =====================================
   MOBILE SYSTEM
===================================== */

@media (max-width: 768px) {

    .marsa-filter-toggle {
        position: fixed;
        right: 0;
        top: 45%;
        transform: translateY(-50%);
        writing-mode: vertical-rl;
        text-orientation: mixed;
        background: linear-gradient(180deg, #C6A75E, #D4AF37);
        color: #000;
        border: none;
        padding: 16px 8px;
        font-weight: 600;
        letter-spacing: 2px;
        cursor: pointer;
        z-index: 9999;
        border-radius: 8px 0 0 8px;
        box-shadow: -3px 3px 12px rgba(0,0,0,0.15);
    }

    .marsa-filter-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.45);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 9997;
    }

    .marsa-filter-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .marsa-filter-panel {
        position: fixed;
        top: 0;
        right: -100%;
        width: 85%;
        max-width: 380px;
        height: 100%;
        background: #ffffff;
        box-shadow: -6px 0 30px rgba(0,0,0,0.2);
        padding: 24px;
        overflow-y: auto;
        transition: right 0.35s ease;
        z-index: 9998;
    }

    .marsa-filter-panel.active {
        right: 0;
    }

    .marsa-filter-form {
        max-width: 100%;
        padding: 0;
        border: none;
        box-shadow: none;
    }
}


/* =====================================
   DESKTOP BEHAVIOR
===================================== */

@media (min-width: 769px) {

    .marsa-filter-toggle,
    .marsa-filter-overlay {
        display: none !important;
    }

    .marsa-filter-panel {
        position: relative;
        right: 0;
        width: 100%;
        max-width: 320px;
        height: auto;
        padding: 0;
        box-shadow: none;
        overflow: visible;
    }
}
/* Hide slide header on desktop */

@media (min-width: 769px) {
    .marsa-filter-header {
        display: none;
    }
}






.marsa-product-info {
    margin: 20px 0;
}

.marsa-info-toggle {
    width: 100%;
    padding: 14px 18px;

    background: transparent;
    border: 2px solid #D4AF37;
    border-radius: 6px;

    color: #222;
    font-weight: 600;

    cursor: pointer;

    display: flex;
    justify-content: space-between;
    align-items: center;

    transition: all 0.25s ease;
}

.marsa-info-toggle:hover {
    background: #f7f7f7;
	color:  color: #222;
}

.marsa-info-arrow {
    transition: transform 0.3s ease;
}

/* Rotate arrow when open */
.marsa-product-info.open .marsa-info-arrow {
    transform: rotate(180deg);
}


.marsa-info-content {
    display: none;
    padding: 15px;
    border: 1px solid #eee;
    border-top: none;
    background: #fff;
}