.productCard {

    border: none;
    padding: 0;
    margin: 1.66%;
    display: flex;
    flex-direction: column;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;

}

.productBtn {

    margin-left: auto; 
    margin-right: auto; 
    background-color: rgb(9, 200, 175); 
    display: block; 
    width: fit-content; 
    border: none;
    transition: 1s all;

}

.productBtn:hover {

    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    color: black;
    border: 1px solid black;

}

.imgCard div {

    opacity: 0;
    transition: 0.5s all;
    height: auto !important;

}

.imgCard {

    border: none;
    padding: 0;
    max-height: 395px;
    height: fit-content !important;
    margin-top: auto;
    margin-bottom: auto;

}

.imgCard div img {

    border-radius: 14px;
    margin-top: auto;
    margin-bottom: auto;
    max-height: 395px;
    max-width: 100%;
    width: auto !important;
    margin-left: auto;
    margin-right: auto;
    height: 395px;

}

.imgCard:hover div {

    opacity: 1;

}


.categoryBtn {

    background-color: rgb(9, 181, 200); 
    display: block; 
    width: fit-content; 
    border: 1px solid rgb(9, 181, 200); ;
    transition: 1s all;
    margin-right: 10px;

}

.categoryBtn:hover {

    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    color: black;
    border: 1px solid black;

}

.attrBtn {

    background-color: rgb(9, 200, 165); 
    display: block; 
    width: fit-content; 
    border: 1px solid rgb(9, 200, 146); ;
    transition: 1s all;
    margin-right: 10px;
    margin-left: 10px;

}

.attrBtn:hover {

    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    color: black;
    border: 1px solid black;

}

::-webkit-scrollbar {
    width: 6px;
    height: 12px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}


::-webkit-scrollbar-thumb {
  background: #31e2e8;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #09edbf;
}

.sectionMobile {

    display: none;
    padding-left: 2%;
    padding-right: 2%;
    margin-top: 10px;

}

@media (min-width: 1301px) and (max-width: 1600px) {
    
.imgCard div img {

    height: 325px;

}

}

@media (min-width: 701px) and (max-width: 1300px) {
    
.imgCard div img {

    height: 295px;

}

}

@media (min-width: 0px) and (max-width: 700px) {
    
.imgCard div img {

    height: 255px;

}

}

@media (min-width: 0px) and (max-width: 1300px) {
    

.sectionMenu {

    display: none;

}

.mainSection {

    width: 100% !important;
    padding: 0%;

}

.sectionMobile {

    display: flex;

}

::-webkit-scrollbar {
    height: 6px;
}

}

@media (min-width: 400px) and (max-width: 900px) {

.swiperCustomDiv {

    padding-left: 0%; 
    padding-right: 0%;

}

.productCard {

    width: 40% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;

}

}

@media (min-width: 0px) and (max-width: 400px) {

.swiperCustomDiv {

    padding-left: 0% !important; 
    padding-right: 0% !important;

}

.productCard {

    width: 80% !important;
    margin-left: 10% !important;
    margin-right: 10% !important;

}

}
