/* .product-cards {
    padding: 50px 0px;
} */
.product-slider-wrap {
    position: relative;
}
.slide {
    background-image: url(../images/products-page-banner.png);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slide p {
    color: #fff;
    text-align: center;
    font-family: TROS;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    /* vertical-align: middle; */
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.slide p span {
    color: #e31c2c;
}
.paginator-center {
    position: absolute;
    right: 0px;
    top: 90%;
}
.product-cards .product-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    background-color: #fff;
    padding: 5px;
    gap: 10px;
    position: relative;
    cursor: pointer;
    border: 1px solid #ec1e2e;
}
.product-card-content {
    padding: 0px 12px 18px 16px;
}
.product-card-content button {
    background-color: #0f0f14;
    border: 1px solid #ec1e2e;
    color: #fff;
    text-align: center;
    font-family: TROS;
    font-size: 14px;
    font-style: normal;
    font-weight: lighter;
    line-height: normal;
    text-transform: uppercase;
    width: 155px;
    height: 45px;
    border-radius: 6px;
    transition: all 0.5s ease;
    letter-spacing: 1px;
}
/* .product-cards .product-cards-header h2 {
    color: #fff;
    font-family: TROS;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
} */
.product-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
    background-color: #ededed;
}
.product-card h3 {
    color: #101326;
    font-family: TROS;
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
}

.product-card p {
    color: #667085;
    font-family: TROS;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 10px 0px;
}
.description {
    font-family: Gilroy-Bold !important;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}
.product-card .price {
    color: #e31c2c;
    font-family: TROS;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* .product-card .price span {
    color: #667085;
    font-family: TROS;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
} */
.product-card .btn-shop {
    display: flex;
    padding: 12px 14.535px 16.623px 14.088px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #000;
    font-size: 32px;
    width: 80px;
}
.product-card .btn-shop a {
    color: #fff;
    text-decoration: none;
}
.btn-shop-wrapper {
    position: absolute;
    top: -6px;
    right: -1px;
    background: #efefef;
    border-left: 10px solid #fff;
    border-bottom: 10px solid #fff;
    padding: 10px;
    border-radius: 15px;
}

.product-cards .product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.product-cards .product-card:hover .btn-shop {
    background: #e31c2c;
}
/* .main {
    width: 100%;
    max-width: 450px;
    margin: 20px auto;
    text-align: center;
} */

form {
    width: 100%;
    height: 50px;
    position: relative;
}
.more-btn button {
    background-color: #0f0f14;
    border: 1px solid #ec1e2e;
    color: #fff;
    text-align: center;
    font-family: TROS;
    font-size: 16px;
    font-style: normal;
    margin-top: 5rem;
    font-weight: lighter;
    line-height: normal;
    text-transform: uppercase;
    padding: 13px 23px;
    border-radius: 10px;
    transition: all 0.5s ease;
    letter-spacing: 1px;
}

a.search-button {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 25px;
    background-color: #fff;
    text-decoration: none;
    background: #000;
}
a.search-button .icon {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 14px;
    cursor: pointer;
    left: 14px;
    background-color: #000;
    border-radius: 8px;
    border: 2px solid #fff;
    transition: all 0.6s ease;
}
a.search-button .icon:after {
    width: 12px;
    height: 2px;
    display: block;
    cursor: pointer;
    content: "";
    position: absolute;
    bottom: -5px;
    right: -8px;
    background-color: #fff;
    transform: rotate(45deg);
    transition: all 0.6s ease;
}

a.search-button .clear {
    width: 100%;
    height: 100%;
    line-height: 12px;
    display: block;
    text-align: center;
    color: #607d8b;
    cursor: pointer;
    font-size: 0;
    transition: all 0.6s ease;
}
a.search-button.typed .icon {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    border-width: 6px;
    cursor: pointer;
    top: -7px;
    left: -6px;
}
a.search-button.typed .icon:after {
    width: 52px;
    height: 8px;
    bottom: -20px;
    right: -30px;
}
a.search-button.typed .icon .clear {
    line-height: 47px;
    font-size: 22px;
}

.search-bar-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
    /* background: rgb(17, 17, 17);
    background: linear-gradient(
        90deg,
        rgba(17, 17, 17, 1) 35%,
        rgba(227, 28, 44, 1) 100%
    ); */
}
button {
    cursor: pointer;
}
.search-bar-sec .bar-btns-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.search-bar-sec .bar-btns-wrapper p {
    border-radius: 38px;
    background: #fff;
    padding: 10px 20px;
    margin: 0px;
}
.search-bar-sec .bar-btns-wrapper p a {
    color: #000;
    text-align: center;
    font-family: TROS;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    line-height: 24px;
    margin: 0px;
}
.search-bar-sec .bar-btns-wrapper p:first-child {
    border-radius: 38px;
    background: #000;
    padding: 10px 20px;
    line-height: 24px;
    margin: 0px;
}
.search-bar-sec .bar-btns-wrapper p:first-child a {
    color: #fff;
    text-align: center;
    font-family: TROS;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    line-height: 24px;
    margin: 0px;
}
@media (max-width: 786px) {
    .banner {
        margin-top: 90px;
    }
    .product-cards .product-cards-header h2 {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }
    .slide p {
        font-size: 28px;
        line-height: 34px;
    }
}

.bar-btns-wrapper {
     a button{
        background-color: #0f0f14;
        border: 1px solid #ec1e2e;
        color: #fff;
        text-align: center;
        font-family: TROS;
        font-size: 14px;
        font-style: normal;
        font-weight: lighter;
        line-height: normal;
        text-transform: uppercase;
        border-radius: 6px;
        transition: all 0.5s ease;
        letter-spacing: 1px;
        width: 92%;
        height: 40px;
    }
}


.category-card-img{
    img{
        object-fit: contain;
    }
}

.category-card-content{
    padding: 20px;
    /* h3{
        font-size: 16px;
    } */
}