.shop-page-filters {
    display: flex;
    gap: 30px;
    padding: 60px 20px;
    background: #ffffff;
    max-width: 1380px;
    margin: auto;
}

/* LEFT SIDEBAR */
.filter-sidebar {
    width: 25%;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 12px;
    height: fit-content;
}

.filter-sidebar h4 {
    font-size: 16px;
    margin: 20px 0 10px;
}

/* PRODUCT GRID */
.product-grid-wrap {
    flex: 1;
}
.product-grid {    
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Filter Head */
.filter-box-head {
    display: flex;
    margin: 20px 0 10px;
    justify-content: space-between;
}

.filter-box-head h4 {
    margin: 0;
}

/* LABEL */
.filter-sidebar label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px;
}

/* HIDE DEFAULT RADIO */
.filter-sidebar input[type="radio"] {
    display: none;
}

/* TEXT WRAPPER */
.filter-sidebar label span {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-left: 26px;
}

/* OUTER CIRCLE */
.filter-sidebar label span::before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background: #fff;
    transition: all 0.2s ease;
}

/* INNER DOT (checked state) */
.filter-sidebar input[type="radio"]:checked + span::before {
    border-color: var(--e-global-color-e58b8c0);;
    background: var(--e-global-color-e58b8c0);;
    box-shadow: inset 0 0 0 4px #fff;
}
.filter-sidebar input[type="radio"]:checked + span {
    color: var(--e-global-color-e58b8c0);;
    font-weight: 600;
}

/* OPTIONAL HOVER */
.filter-sidebar label:hover input:not(:disabled) + span::before {
    border-color: var(--e-global-color-e58b8c0);;
}
.filter-sidebar input:disabled + span {
    cursor: default;
    opacity: 0.5;
}


/* FIX STRUCTURE */
.filter-sidebar label span {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* RESET LINK */
.filter-reset {
    display: inline-block;    
    font-size: 13px;
    color: var(--e-global-color-e58b8c0);;
    cursor: pointer;
}

.filter-reset:hover{
    text-decoration: underline;
}

/* Price Slider */
#price-slider {
    margin: 20px 0;
}

.noUi-connect {
    background: var(--e-global-color-e58b8c0);;
}

.noUi-handle {
    border-radius: 50%;
    background: #fff;
    border: 2px solid var(--e-global-color-e58b8c0);;
    box-shadow: none;
}

/* CARD LAYOUT */
.product-card {
    display: flex;
    gap: 25px;
    padding: 20px 20px 15px 20px;
    background: #fff;
    border-radius: 10px;
    border: solid 1px #cfcfcf;
}

/* IMAGE */
.product-card .product-image img {
    width: 100%;
    height: 291px;
    object-fit: cover;
    border-radius: 10px;
    background: #f2f2f2;
}

.product-image {
    width: 33%;
}
.product-content {
    width: 67% !important;
}

button.archive-color-btn {
    display: grid;
    justify-items: anchor-center;
    border: none;
    background: white;
    border-radius: 10px;
    padding: 8px 8px 2px 8px;
	color: black;
	font-size: 14px;
}

.archive-color-options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
    width: 100%;
}

button.archive-color-btn.active {
    background: #122b47;
	color: white;
}

button.archive-color-btn:hover {
    background: #122b47;
	color: white;
}

.gold-swatch {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--swatch-color);
    border: 1px solid #ddd;
    display: inline-block;
    margin-right: 0px !important;
}

.archive-wishlist .tinvwl_add_to_wishlist_button {
    background: #fff;
    border-radius: 6px !important;
    width: 37px !important;
    height: 37px !important;
}

.card-point {
    display: flex;
    gap: 10px;
	align-items: center;
}
.card-point img {
    width: 30px;
    height: auto;
}
.card-point p {
    color: #C69A39;
    font-size: 16px;
    margin: 0px;
}



/* CONTENT */
.product-card .product-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* TITLE */
.product-card .product-content h4 {
    margin: 0 0 10px;
    font-size: 24px;
    color: black;
}

/* META */
.product-card .meta-group {
    margin-bottom: 6px;
}

.product-card .meta-group .label {
    font-weight: 500;
    margin-right: 6px;
}

/* CHIPS */
.product-card .chip {
    display: inline-block;
    padding: 4px 10px;
    margin-right: 6px;
    margin-bottom: 6px;
    font-size: 12px;
    background: #f1f1f1;
    border-radius: 6px;
}

/* VARIANT GRID */
.product-card .variant-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.product-card .variant {
    padding: 6px 10px;
    background: #eee;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
}

.product-card .variant.active {
    background: #1f2a44;
    color: #fff;
}

/* BOTTOM */
.product-card .product-bottom {
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    gap: 15px;
	margin-bottom: 5px;
}

/* COLORS */
.product-card .color-options {
    display: flex;
    gap: 8px;
}

.product-card .color {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ccc;
    cursor: pointer;
}

.product-card .color.white { background: #eee; }
.product-card .color.yellow { background: gold; }
.product-card .color.rose { background: #d9a5a0; }

.product-card .color.active {
    border-color: #1f2a44;
}

/* BUTTON */
.product-card .buy-btn {
    background-color: transparent;
    padding: 14px 50px 14px 50px;
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    background-image: linear-gradient(160deg, #DAB34B 0%, #B69336 100%);
    border-style: none;
    color: #000000;
    border-radius: 100px 100px 100px 100px;
}

.product-top p
 {
    font-size: 20px;
    color: #d0aa45;
	font-weight: 500;
}

.product-card .buy-btn:hover {
    background: #b8962e; /* slightly darker gold (optional for better UX) */
    color: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* BADGES */
.product-card .badges {
    font-size: 12px;
    color: #666;
    width: 100%;
    margin-top: 8px;
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
}

/* Pagination */
.devyam-shop-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.devyam-shop-pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 14px;
    background: #fff;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
}

.devyam-shop-pagination .page-numbers:hover {
    background: #d4af37;
    color: #fff;
}

.devyam-shop-pagination .current {
    background: #1f2a44;
    color: #fff;
    font-weight: 600;
}

.devyam-shop-pagination .prev,
.devyam-shop-pagination .next {
    font-weight: 600;
}





/* ////////////// */
/* ===================== */
/* MOBILE FILTER DRAWER */
/* ===================== */

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

.mobile-filter-bar,
.filter-overlay {
    display: none;
}

@media (max-width: 768px) {
	
	button.gold-color-btn {
		padding: 10px 10px 6px 10px !important;
	}
	
	.product-card .badges {
		font-size: 12px;
		color: #666;
		width: 100%;
		margin-top: 8px;
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2, minmax(100px, 1fr));
	}
	
	.product-card .product-content h4 {
		margin: 0 0 10px;
		font-size: 22px;
		color: black;
	}

    /* Layout */
    .shop-page-filters {
        flex-direction: column;
    }

    /* Sticky Filter Bar */
    .mobile-filter-bar {
        display: block;
        position: sticky;
        top: 0;
        z-index: 100;
        background: #f8f8f8;
        padding: 10px 0;
    }

    .mobile-filter-btn {
        width: 100%;
        padding: 12px;
        background: #1f2a44;
        color: #fff;
        border: none;
        border-radius: 8px;
        font-size: 14px;
    }

    /* Overlay */
    .filter-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease;
        z-index: 998;
    }

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

    /* Sidebar → Drawer */
    .filter-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 85%;
        max-width: 320px;
        height: 100%;
        background: #fff;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 999;
        overflow-y: auto;
        border-radius: 0;
    }

    .filter-sidebar.active {
        transform: translateX(0);        
    }

    .mobile-filter-header {
        display: flex;
        justify-content: space-between;
    }
}