/*
Theme Name: Thelitloom
Author: Himansshu
Version: 1.0
*/



/* Tablet */
@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 28px;
    }

    .hero-content {
        text-align: center;
    }

    .hero-content h1 {
        font-size: 48px;
        max-width: 100%;
    }

    .hero-content p {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .stats-row {
        justify-content: center;
    }

    .stat-box h3 {
        font-size: 30px;
    }

    .section-title {
        font-size: 38px;
    }

    .product-image-wrap {
        min-height: 230px;
    }

    .dress-label {
        font-size: 24px;
    }

    .small-card,
    .large-card {
        height: 230px;
    }

   
}

/* Mobile */
@media (max-width: 575.98px) {
    .announcement-bar {
        font-size: 10px;
        padding: 7px 30px 7px 10px;
    }

    .site-logo {
        font-size: 1.6rem;
    }

    .hero-content {
        text-align: left;
    }

    .hero-content h1 {
        font-size: 36px;
        max-width: 280px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .shop-btn {
        width: 100%;
        max-width: 100%;
    }

    .stats-row .col-4 {
        width: 50%;
    }

    .stats-row .col-4:last-child {
        width: 100%;
    }

    .stat-box h3 {
        font-size: 24px;
    }

    .stat-box p {
        font-size: 12px;
    }

    .star-1 {
        font-size: 28px;
        top: 10%;
        right: 6%;
    }

    .star-2 {
        font-size: 18px;
        left: 6%;
        top: 48%;
    }

    .brand-logo {
        max-height: 22px;
    }

    .section-title {
        font-size: 32px;
        margin-bottom: 24px;
    }

    .product-image-wrap {
        min-height: 170px;
        padding: 16px;
        border-radius: 16px;
    }

    .product-image-wrap img {
        max-height: 130px;
    }

    .product-title {
        font-size: 14px;
    }

    .product-rating {
        font-size: 12px;
    }

    .current-price {
        font-size: 20px;
    }

    .old-price {
        font-size: 14px;
    }

    .view-all-btn {
        width: 100%;
        max-width: 220px;
    }

    .browse-box {
        padding: 25px 15px;
        border-radius: 20px;
    }

    .dress-card {
        height: 220px;
    }

    .dress-label {
        font-size: 22px;
        top: 15px;
        left: 15px;
    }

    /* .happycustomers-section .col-12:nth-child(n+2) {
        display: none;
    } */

    .feedback-card {
        width: 100%;
    }

    

}

/*********** categorypage css *****************/
/*********** CATEGORY PAGE CSS *****************/

.page-wrapper {
    background-color: #fff;
    padding: 10px 0 60px;
}

.main-content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin: 30px auto;
    max-width: 1300px;
    padding: 0 15px;
}

/* =========================
   LEFT SIDEBAR
========================= */
.Left-Sidebar {
    display: flex;
    flex-direction: column;
    width: 295px;
    flex-shrink: 0;
    background-color: #fff;
    padding: 20px 24px;
    border: 2px solid #0000001A;
    border-radius: 21px;
    margin-top: 17px;
    transition: left 0.3s ease;
    z-index: 9999;
}

.heading {
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
}

.heading h5,
.price-heading h5,
.color-heading h5,
.size-heading h5 {
    margin: 0;
}

.heading span i {
    color: #00000066;
}

.Category-Filter-Section ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.Category-Filter-Section ul li {
    list-style: none;
}

.Category-Filter-Section ul li a {
    text-decoration: none;
}

.Category-Filter-Section ul li a span {
    font-size: 16px;
    color: #00000099;
}

/* =========================
   PRICE
========================= */
.price-heading {
    padding: 0;
}

/* =========================
   COLORS
========================= */
.color-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.color-circle {
    margin-top: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.color-circle.active {
    border: 2px solid #000;
}

.green {
    background: green;
}

.red {
    background: red;
}

.yellow {
    background: yellow;
}

.orange {
    background: orange;
}

.blue {
    background: blue;
}

.purple {
    background: purple;
}

.pink {
    background: pink;
}

.black {
    background: black;
}

/* =========================
   SIZE
========================= */
.size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.size-btn {
    border: none;
    background: #f3f3f3;
    padding: 8px 14px;
    border-radius: 20px;
    margin: 0;
    font-size: 13px;
    cursor: pointer;
}

.size-btn.active {
    background: #000;
    color: #fff;
}

.apply-btn {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
}

/* =========================
   RIGHT PRODUCT SECTION
========================= */
.Right-Product-Section {
    flex: 1;
    min-width: 0;
}

.product-top-bar h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.product-card {
    background: #fff;
    border-radius: 20px;
    transition: 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-img {
    background: #f5f5f5;
    border-radius: 20px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 15px;
}

.product-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-card h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    
}
.product-card h6 a {
    
    color: black;
}

.rating {
    font-size: 14px;
    color: #f5a623!important;
    margin-bottom: 8px!important;
}

.rating span {
    color: #777;
    margin-left: 6px;
}

.price {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.price del {
    color: #999;
    font-size: 18px;
    margin-left: 8px;
}

.discount {
    background: #ffe5e5;
    color: #ff4d4d;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 20px;
    margin-left: 8px;
}

/* =========================
   PAGINATION
========================= */
.pagination-box {
    border-top: 1px solid #eee;
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 15px;
}

.page-btn {
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 18px;
    border-radius: 30px;
    cursor: pointer;
}

.page-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.page-numbers span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    cursor: pointer;
}

.page-numbers span.active {
    background: #000;
    color: #fff;
}

/* =========================
   MOBILE FILTER BUTTONS
========================= */
.mobile-filter-btn,
.close-filter-btn {
    border: none;
    background: #f2f2f2;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
}

.close-filter-btn {
    background: transparent;
    width: auto;
    height: auto;
    font-size: 20px;
    color: #000;
}

.filter-overlay {
    display: none;
}

/* =========================
   RESPONSIVE
========================= */

/* laptop */
@media (max-width: 1199px) {
    .main-content {
        gap: 20px;
    }

    .Left-Sidebar {
        width: 260px;
        padding: 18px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .product-img {
        height: 250px;
    }

    .product-top-bar {
        flex-wrap: wrap;
        gap: 12px;
    }
}

/* tablet */
@media (max-width: 991px) {
    .main-content {
        flex-direction: column;
    }

    .Left-Sidebar {
        width: 100%;
        margin-top: 0;
    }

    .Right-Product-Section {
        width: 100%;
    }

    .product-top-bar {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .product-top-bar h2 {
        font-size: 28px;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* mobile */
@media (max-width: 767px) {
    .page-wrapper {
        padding: 10px 0 40px;
    }

    .main-content {
        margin: 20px auto;
        padding: 0 12px;
    }

    .product-top-bar {
        flex-wrap: wrap;
        gap: 12px;
    }

    .product-top-bar h2 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .product-top-bar>div:first-child {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        gap: 4px;
    }

    .product-top-bar .d-flex.align-items-center.gap-3 {
        flex-direction: row;
        align-items: center !important;
        gap: 10px !important;
    }

    .mobile-filter-btn {
        display: inline-flex;
    }

    .close-filter-btn {
        display: inline-flex;
    }

    .Left-Sidebar {
        position: fixed;
        top: 76px;
        left: -100%;
        width: 82%;
        max-width: 320px;
        height: 100vh;
        overflow-y: auto;
        background: #fff;
        margin-top: 0;
        padding: 16px;
        border-radius: 0 20px 20px 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }

    .Left-Sidebar.active {
        left: 0;
    }

    .filter-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s ease;
        display: block;
    }

    .filter-overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .product-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .product-img {
        height: 220px;
    }

    .product-card h6 {
        font-size: 16px;
    }

    .price {
        font-size: 20px;
    }

    .pagination-box {
        flex-direction: column;
        align-items: center !important;
    }

    .page-btn {
        width: 100%;
        max-width: 220px;
        text-align: center;
    }

    .sort-box {
        font-size: 14px;
    }
}

/* small mobile */
@media (max-width: 480px) {

    .heading h5,
    .price-heading h5,
    .color-heading h5,
    .size-heading h5 {
        font-size: 16px;
    }

    .Category-Filter-Section ul li a span {
        font-size: 14px;
    }

    .size-btn {
        font-size: 12px;
        padding: 7px 12px;
    }

    .product-img {
        height: 200px;
    }

    .rating {
        font-size: 13px;
    }

    .price {
        font-size: 18px;
    }

    .price del {
        font-size: 15px;
    }

    .discount {
        font-size: 11px;
        padding: 3px 7px;
    }
}

/* desktop reset */
@media (min-width: 768px) {

    .mobile-filter-btn,
    .close-filter-btn {
        display: none !important;
    }

    .filter-overlay {
        display: none !important;
    }

    .Left-Sidebar {
        position: static;
        height: auto;
        box-shadow: none;
    }
}
