@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Julius+Sans+One&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body,
html {
    overflow-x: none !important;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}



.sale-sec {
    padding-top: 81px;
    padding-bottom: 83px;
}

.sale-head {
    margin-bottom: 96px;
}

.head-card {
    text-align: center;
    display: block;
}

.head-card > p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000000;
}

.head-card > img {
    width: 100%;
    object-fit: contain;
}



.search {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    max-width: 270px;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding: 14px 17px 14px 21px;
    margin-bottom: 37px;
}

.search .sale-input {
    border: none;
    background: transparent;
}

.accordion {
    --bs-accordion-border-color: none !important;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem #ffffff;

}


.accordion-item {
    background-color : transparent !important;
}
.accordion-header {
  
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1C1C1C;
    background:  transparent !important;
}

.accordion>h2 {
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.underline {
    max-width: 100%;
    height: 1px;
    background-color: #A3A3A3;
    margin-bottom: 24px;
}



.accordion-button {
    color: #1C1C1C !important;
    padding: 12px 0;
     
}


.accordion-button:not(.collapsed) {
    background: none !important;
}

.accordion-button:focus {
    background: none !important;
    box-shadow: none !important;
}
.accordion-item{
 border-bottom: 1px solid #A3A3A3 !important;
}
.accordion-collapse{
    margin-top: 20px;
}

label {
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

label>input {
    margin-right: 10px;
}

#range {
    width: 100% !important;
}

.sale-bottom-right {
    padding-top: 14px;
}

.sale-bottom-right-top {
    justify-content: end;
    align-items: center;
    gap: 23px;
}


.sale-item {
    padding: 13px 15px;
    background-color: #E5E4E2;
    border-radius: 5px;
}

.sale-bottom-right-top>p,
.sale-item>a{
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
}

.dropdown-toggle::after {
    margin-left: 201px;
}


.product-card>div {
    height: fit-content;
}

.product-card>div>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-card>p:nth-child(2){
    font-family: "Nunito Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    justify-content: space-between;
    color: #454545;
}
.product-card>p:nth-child(3){
        font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.product-price>p{
            font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.product-price>p:first-child{
    text-decoration: line-through;
}


@media screen and (max-width: 1200px) {
    .sale-head {
        margin-bottom: 70px;
    }

    .head-card > p {
        font-size: 16px;
    }
}

/* ======= 1024px ======= */
@media screen and (max-width: 1024px) {
    .sale-head {
        margin-bottom: 60px;
    }

    .head-card > p {
        font-size: 15px;
    }
}

/* ======= 992px ======= */
@media screen and (max-width: 992px) {
    .sale-head {
        margin-bottom: 50px;
    }

    .head-card {
        margin-bottom: 20px;
    }

    .head-card > p {
        font-size: 15px;
    }
}

/* ======= 768px ======= */
@media screen and (max-width: 768px) {
    .sale-head .row {
        justify-content: center;
    }

    .head-card {
        margin-bottom: 20px;
    }

    .head-card > p {
        font-size: 14px;
    }
}

/* ======= 576px ======= */
@media screen and (max-width: 576px) {
    .sale-head .row {
        justify-content: center;
    }

    .head-card {
        width: 140px;
        margin: 0 auto 20px auto;
    }

    .head-card > img {
        width: 100%;
    }

    .head-card > p {
        font-size: 13px;
    }

    .sale-head {
        margin-bottom: 40px;
    }

    .sale-sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}