body {
    overflow-x: hidden;
}
.navbar ul li:nth-child(6) a {
    color: #fad565 ;
}

.row h2 {
    color: #fad565;
    text-align: center;
    font-size: 30px;
}
.row p{
    text-align: center;
    padding-bottom: 25px;
    color:white;
    font-size: large;
}
.filter-container {
    width: 400px; /* or your preferred width */
    box-sizing: border-box;
    padding: 24px 16px 24px 16px;
    background-color: #333 !important;
    margin-left: 3%;
    border: 4px solid black !important;
    border-radius: 5px;
    height: 840px;
    padding: 20px;
    margin-top: -2px;
}
.filter-title{
    background-color: #333 !important;
}
.filter-container {
    width: 350px;
    padding: 20px;
    background-color:#333 !important ;
}
.filter-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: white !important;
}
.price-display {
    margin-bottom: 10px;
}
.price-slider {
    width: 100%;
    margin-bottom: 20px;
    -webkit-appearance: none;
    appearance: none;
    height: 4px;
    background:#fad565 !important;
    outline: none;
    opacity: 0.7;
    transition: opacity .2s;
}
.price-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: white !important;
    cursor: pointer;
    border-radius: 50%;
}
.price-slider::-moz-range-thumb {
    width: 20px;
    height: 10px;
    background: #d4af37;
    cursor: pointer;
    border-radius: 50%;
}
.price1{
    background: #333 !important;
    margin-bottom: 5px;
    color: #ffd700 !important;
}
.filter-title p{
    background-color: #333 !important;
}
.filter-button {
    display: block;
    width: 40%;
    padding:8px;
    color: black !important;
    border: 10%;
    border-radius: 0; /* Changed from 2px to 0 for square corners */
    border-color: #fad565 !important;
    cursor: pointer;
    background-color:#fad565 !important;
    margin-bottom:20px;
}
.product1 {
    width: 300px;
    padding: 20px;
    background-color: #333 !important;
    margin-top:10px;
}
.product1 h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color:white !important;
    background-color: #333 !important;
}
.filter-option {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #444;
    background-color: #333 !important;
}
.filter-option span{
    background-color: #333 !important;
}
.filter-option:last-child {
    border-bottom: none;
}
.filter-section h3{
    background-color: #333 !important;
}
.collection-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    background-color: #333 !important;
}
.title {
    font-size: 2em;
    margin-bottom: 20px;
    background-color: transparent !important;
}
.button-container6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    background-color: #333 !important;
}
.button-container{
    background-color: #333 !important;
}
.button {
    background-color: gray !important; /* Gold color */
    color: whitesmoke !important; /* Black text color */
    padding: 15px 30px;
    border: none;
    font-size: 1em;
    cursor: pointer;
    text-align: center;
    line-height: 1%;
    margin: 5px 0;
}
.button:hover {
    background-color: #fad565 !important;
    color: black !important;
}
.names{
    background-color: transparent !important;
}


.names h1{
margin-top: 5px;
font-size: 20px;
padding-top: 5px;
padding-left: 80px;
margin-top: -170%;
margin-right: -400%;
margin-left: 480px;
background-color: transparent;
}

.gallery-row-top {
     display: flex;
    justify-content: space-around;
    padding: 0 15%;
    padding-top: 45px;
    margin-left:35%;
    margin-top: -60%;
    gap: 30px; /* space between rows */
    padding: 30px

}

.gallery-row-top {
    display: flex;
    flex-direction: column;
    gap: 30px; /* space between rows */
    padding: 30px;
    margin-left: 0; /* Remove the problematic margin-left: 35% */
    margin-top: 0; /* Remove the problematic margin-top: -60% */
    width: 100%;
    box-sizing: border-box;
}

.gallery-item {
    display: flex;
    justify-content: center;
    gap: 30px; /* space between products in a row */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.product {
    background-color: #1e1e1e;
    border-radius: 0;
    padding: 20px;
    width: 250px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product:hover {
    box-shadow: 0 8px 16px rgba(255, 215, 0, 0.3); /* subtle gold glow */
    border: 2px solid #ffd700 ; /* Gold border on hover */
}

.product img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    margin-bottom: 10px;
    border-radius: 0; /* Remove any border-radius from images */
}

.product-name {
    font-size: 18px;
    color: #f1f1f1;
    font-weight: bold;
    margin: 10px 0 5px;
}

.price {
    font-size: 16px;
    color: #ffd700;
    margin-bottom: 10px;
}

a {
    color: #00bfff;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: none;
}

.select-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #fad565 !important;
    color: #23201e !important;
    border: 1px solid #fad565;
    font-family: 'Jost', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 200px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 0;
    transition: color 0.3s;
    margin: 0 auto;
    outline: none;
    text-decoration: none !important;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%) translateY(0) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* Button background animation */
.select-button::before,
.select-button::after {
    content: '';
    position: absolute;
    top: 0;
    width: 58%;
    height: 100%;
    background: #23201e;
    z-index: 2;
    pointer-events: none;
    opacity: 1;
    transition: transform 0.5s cubic-bezier(.77,0,.18,1);
    transform: skewX(-18deg);
}

.select-button::before {
    left: -8px;
    transform: translateX(-100%) skewX(-18deg);
}

.select-button::after {
    right: -8px;
    transform: translateX(100%) skewX(-18deg);
}

.select-button:hover::before,
.select-button:focus::before {
    transform: translateX(0) skewX(-18deg);
}

.select-button:hover::after,
.select-button:focus::after {
    transform: translateX(0) skewX(-18deg);
}

.select-button span {
    position: relative;
    z-index: 3;
    color: #111;
    background: transparent !important;
    transition: color 0.3s;
}

.select-button:hover,
.select-button:focus {
    color: #23201e !important;
    text-decoration: none !important;
}

.select-button:hover span,
.select-button:focus span {
    color: #fff !important;
    z-index: 3;
}

/* Always show the select button */
.select-button {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) !important;
}

.select-button:hover {
    background-color: #e6c757 !important;
    transform: translateX(-50%) translateY(-2px) !important;
}

/* Initial state: white text, no border */
.pagination {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: center;
    padding-left: 500px;
    margin-top: 3%;
}

.pagination a {
    text-decoration: none;
    color: #fff;
    background-color: #444 !important;
    display: inline-block;
    width: 40px; /* Set equal width */
    height: 40px; /* Set equal height */
    line-height: 40px; /* Center text vertically */
    text-align: center; /* Center text horizontally */
    margin: 7px;
    border-radius: 50%; /* Make it perfectly round */
    transition: background-color 0.3s;
}

.pagination a.selected {
    background-color: #fff !important;
    color: #222;
}

.pagination a:hover {
    background-color: #fad565 !important;
}

.pagination span {
    color: #fff;
    width: 40px; /* Match the size of the buttons */
    height: 40px; /* Match the size of the buttons */
    line-height: 40px; /* Center text vertically */
    text-align: center; /* Center text horizontally */
    display: inline-block;
    border-radius: 50%; /* Make it perfectly round */
}

/* New pagination styles */
.pagination-circle {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent;
    justify-content: flex-end; /* Move to right */
}

.pagination-circle li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-circle a,
.pagination-circle span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s, border 0.2s;
}

.pagination-circle li.active span {
    background: #fad565 !important;
    color: #fff !important;
    border: 1px solid #fad565 !important;
}

.pagination-circle a:hover,
.pagination-circle li:not(.active):not(.disabled):hover > a {
    background: #fad565 !important;
    color: #fff !important;
    border: 1px solid #fad565 !important;
}

.pagination-circle li.disabled span {
    opacity: 0.5;
    cursor: not-allowed;
    border: 1px solid #fff;
}

.pagination-circle li.dots span {
    background: transparent;
    border: none;
    color: #fff;
    width: auto;
    height: auto;
    font-size: 1.2rem;
    padding: 0 8px;
    background: #fad565 !important;
    color: #000 !important;
}

/* Wrapper for pagination */
.pagination-wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding-right: 36vw; /* Adjust this value for "right-center" effect */
    margin-top: 32px;
    margin-bottom: 32px;
}

/* Responsive styles for pagination */
@media (max-width: 991px) {
    .pagination {
        padding-left: 0;
        font-size: 16px;
    }
    .pagination-wrapper {
        padding-right: -20vw;
    }
}

@media (max-width: 600px) {
    .pagination {
        padding-left: 0;
        font-size: 13px;
        flex-wrap: wrap;
        gap: 4px;
    }
    .pagination a,
    .pagination span {
        width: 28px;
        height: 28px;
        line-height: 28px;
        margin: 2px;
        font-size: 13px;
    }
    .pagination-wrapper {
        padding-right: 10px;
    }
    .pagination-circle a,
    .pagination-circle span {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }
    .pagination-circle {
        gap: 6px;
    }
}

.sarees-gallery {
    display: flex;
    width: 100vw; /* Full viewport width */
    max-width: 100vw;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    height: 200px; /* Increased height */
    overflow: hidden;
    background:transparent !important; /* Optional: for contrast */
    position: relative;
    box-sizing: border-box;
}

.saree-item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: top;
    transition: filter 0.3s ease;
    padding: 6px;
}

.saree-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    text-align: center;
    transition: opacity 0.5s ease;
    font-weight: bold;
    background-color: transparent !important;

}

.saree-item:not(:hover) {
    filter: blur(1px) brightness(50%);
}

.saree-item:hover {
    filter: none;
    z-index: 3;
}

/* Responsive styles for sarees-gallery */
@media (max-width: 900px) {
    .sarees-gallery {
        height: 100px;
        margin-top: 40px;
    }
    .saree-item span {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .sarees-gallery {
        flex-direction: column;
        height: auto;
        margin-top: 20px;
        gap: 10px;
    }
    .saree-item {
        min-height: 80px;
        padding: 4px;
    }
    .saree-item span {
        font-size: 13px;
    }
}
.navbars {
    width: 100%; /* Ensure the navbar spans the full width */
    overflow: hidden;
    padding: 15px;
    color: white;
    margin-top: 10px;
    position: relative;
    background-color: black;
    overflow-x: hidden;
}

.navbars::before,
.navbars::after {
    content: '';
    display: block;
    height: 2px; /* Thickness of the line */
    background-color:#fad565; /* Color of the line */
    width: 100%;
    position: absolute;
    left: 0;
}

.navbars::before {
    top: 0; /* Line above the navbar */
}

.navbars::after {
    bottom: 0; /* Line below the navbar */
}

.horizontal-scroll {
    display: inline-block;
    white-space: nowrap;
    animation: scroll 15s linear infinite;
    animation: scroll 15s linear infinite;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    white-space: nowrap;
}

li {
    display: inline-block;
    margin-right: 10px;
    font-size: 22px;
}

a {
    text-decoration: none;
    color: white;
}

.divider {
    color: white;
    font-size: 24px;
    margin-right: 10px;
}
@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.image-container {
    position: relative;
}
.out-of-stock-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(220, 53, 69, 0.7);
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 1.1rem;
    z-index: 2;
    pointer-events: none;
    text-align: center;
}
.product-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px 0;
    margin: 0; /* Remove problematic margins */
}

.product-gallery1 {
    display: flex;
    justify-content: space-around;
    padding: 0 15%;
    padding-top: 45px;
    margin-left:35%;
    gap: 30px; /* space between rows */
    padding: 30px
}

.product,
.product2 {
    background-color: #1e1e1e;
    border-radius: 0;
    padding: 20px;
    width: 250px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Remove static border on hover, keep only animation */
.product:hover,
.product2:hover {
    border-color: transparent;
    box-shadow: 0 8px 16px rgba(255, 215, 0, 0.3);
}

/* Animated border: bottom-left L and top-right reverse L */
.product::before,
.product2::before,
.product::after,
.product2::after {
    content: '';
    position: absolute;
    pointer-events: none;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
}

/* Bottom-left L (grows up, then right) */
.product::before,
.product2::before {
    left: -2px;
    bottom: -2px;
    width: 0;
    height: 0;
    border-left: 2px solid #fad565;
    border-bottom: 2px solid #fad565;
    transition:
        height 0.25s cubic-bezier(.77,0,.18,1),
        width 0.25s cubic-bezier(.77,0,.18,1) 0.25s;
}

/* Top-right reverse L (grows down, then left) */
.product::after,
.product2::after {
    right: -2px;
    top: -2px;
    width: 0;
    height: 0;
    border-top: 2px solid #fad565;
    border-right: 2px solid #fad565;
    transition:
        height 0.25s cubic-bezier(.77,0,.18,1),
        width 0.25s cubic-bezier(.77,0,.18,1) 0.25s;
}

/* Show animated border on hover */
.product:hover::before,
.product2:hover::before,
.product:hover::after,
.product2:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Animate to full border on hover */
.product:hover::before,
.product2:hover::before {
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    transition:
        height 0.25s cubic-bezier(.77,0,.18,1),
        width 0.25s cubic-bezier(.77,0,.18,1) 0.25s;
}
.product:hover::after,
.product2:hover::after {
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    transition:
        height 0.25s cubic-bezier(.77,0,.18,1),
        width 0.25s cubic-bezier(.77,0,.18,1) 0.25s;
}

.product-image-container {
    position: relative;
    width: 100%;
    aspect-ratio: 3/4;
    border-radius: 0; /* Changed from 18px to 0 for square corners */
    overflow: hidden;
    background: #23201E;
    min-height: 240px;
    margin-bottom: 16px;
}

.product-image-container .variant-image {
    z-index: 2;
}

.product img,
.product2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0; /* Remove any border-radius from images */
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.variant-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0; /* Changed from 16px to 0 for square corners */
    opacity: 0;
    transform: scale(1.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}

.product:hover .variant-image,
.product2:hover .variant-image {
    opacity: 1;
    transform: scale(1);
}

.product:hover img:not(.variant-image),
.product2:hover img:not(.variant-image) {
    opacity: 0;
    transform: scale(1.05);
}

.product p,
.product2 p {
    color: white;
    font-size: 20px;
    font-family: sans-serif;
    transition: color 0.3s ease;
    margin-top: 16px; /* Add spacing above the product name */
    margin-bottom: 8px; /* Add spacing below the product name */
}

.product .price,
.product2 .price {
    color: #fff !important;
    font-weight: bold;
    z-index: 10;
    position: relative;
    background: #1e1e1e !important;
    display: block;
    margin-bottom: 60px !important; /* Add enough space above the button */
}

/* For products without the product-image-container class */
.product img:not(.variant-image),
.product2 img:not(.variant-image) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: 16px; /* Add spacing below regular images */
}

.product:hover p:not(.price),
.product2:hover p:not(.price) {
    color: #fad565;
}

.select-button {
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #fad565 !important;
    color: black;
    font-size: 12px;
    border: none;
    cursor: pointer;
    border-radius: 0; /* Changed from 4px to 0 for square corners */
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
}

/* Always show the select button */
.select-button {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(-50%) translateY(0) !important;
}

.select-button:hover {
    background-color: #e6c757 !important;
    transform: translateX(-50%) translateY(-2px) !important;
}

/* Update the shop main container */
.shop-main-container {
    display: flex;
    gap: 20px;
    align-items: flex-start; /* Align items to top */
    padding-top: 20px; /* Add some top padding */
}

.content-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 600px;
    margin-top: -50px; /* Move upwards */
}

/* Ensure products container has proper layout */
.products-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 24px;
    padding: 20px 0;
}

.product, .product2 {
    flex: 0 1 calc(33.333% - 16px); /* 3 items per row with gap */
    box-sizing: border-box;
    min-width: 250px;
    max-width: none; /* Remove max-width constraint */
}

/* Responsive styles */
@media (max-width: 991px) {
    .filter-container {
        width: 100% !important;
        margin-left: 0 !important;
        height: auto !important;
        margin-top: 10px !important;
    }
    .product1 {
        width: 100% !important;
        padding: 10px !important;
    }
    .collection-container {
        width: 100% !important;
        padding: 10px !important;
    }
    .button-container6 {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
}

@media (max-width: 600px) {
    .row h2 {
        font-size: 20px !important;
    }
    .row p {
        font-size: 16px !important;
    }
    .filter-container {
        width: 100% !important;
        padding: 8px !important;
        height: auto !important;
    }
    .product1 {
        width: 100% !important;
        padding: 8px !important;
    }
    .collection-container {
        width: 100% !important;
        padding: 8px !important;
    }
    .title {
        font-size: 1.2em !important;
    }
    .button {
        padding: 10px 10px !important;
        font-size: 0.9em !important;
    }
    .button-container6 {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }
}

@media (max-width: 1200px) {
    .product-gallery,
    .product-gallery1 {
        margin-left: 0;
        padding: 20px 2vw;
        gap: 20px;
    }
}

@media (max-width: 900px) {
    .product-gallery,
    .product-gallery1 {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        margin-top: 0;
        padding: 10px 1vw;
        gap: 20px;
    }
    .product,
    .product2 {
        width: 90vw;
        max-width: 350px;
        margin: 0 auto 20px auto;
    }
    .shop-main-container {
        flex-direction: column;
        gap: 20px;
        padding: 10px 0 0 0;
    }
    .filter-container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .product-gallery,
    .product-gallery1 {
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        margin-top: 0;
        padding: 5px 0;
        gap: 15px;
    }
    .product,
    .product2 {
        width: 98vw;
        max-width: 99vw;
        padding: 0 0 50px 0;
    }
    .product-image-container {
        min-height: 140px;
    }
    .product p,
    .product2 p {
        font-size: 16px;
    }
    .select-button {
        font-size: 11px;
        padding: 6px 10px;
    }
}

.breadcrumb-home {
    color: #fff !important;
    text-decoration: none !important;
}

