body {
    font-family: "Archivo", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: .5px;
    font-weight: 400;
    color: #020202;
}

h1 {
    font-size: 20px;
    text-transform: uppercase;
}

.img-demo {
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
}

.img-product {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: fill;
    width: 100%;
}

.item {

    border: 1px solid rgb(0, 0, 0, 0.1);
    border-radius: 16px;
}

.photo {
    position: relative;
}

.category {
    background-color: rgb(8, 102, 255, 0.8);
    border-start-end-radius: 16px;
    padding: 4px 8px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
}


.category_2 {
    background-color: rgb(0, 181, 33, 0.8);
}

.category>.name {
    color: white;
    margin-left: 4px;
}

.item>.title {
    padding: 8px;
    padding-bottom: 16px;
    font-weight: bold;
    font-size: 16px;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99;
  }
.product-info {
	!margin-top:0px;
}