.content-wrapper {
    box-shadow: 0rem 0rem 0.2rem 0.1rem rgba(0, 0, 0, 0.1);
}
.sidebar-nav-item {
    border-bottom: 1px solid #efefef;
}

.sidebar-nav-item-title {
    position: relative;
    font-size: 0.8rem;
    font-weight: bold;
    display: block;
    cursor: pointer;
    padding: 0.4rem 0rem;
    transition: 0.4s;
}
.sidebar-nav-item-title i {
    position: absolute;
    left: 0rem;
    top: 0.6rem;
}

.sidebar-nav-sub-wrapper {
}
.sidebar-nav-sub-item-title {
    padding: 0.3rem 1rem 0.3rem 0.6rem;
    font-size: 0.75rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #333333;
    margin-bottom: 0.1rem;
    transition: 0.4s;
}
.sidebar-nav-sub-item-title a {
    text-decoration: none;
    color: inherit;
}
.sidebar-nav-sub-item-title i {
    color: #999999;
}
.main-product-wrapper>section {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border: 1px solid #efefef;
}
.product {
    height: 100%;
    position: relative;
    border-radius: 0.25rem;
    background-color: #FFFFFF;
    transition: 0.4s;
}
.product-add-to-cart {
    position: absolute;
    top: 0.4rem;
    right: 0;
    padding: 0.2rem;
}
.product-add-to-favorite {
    position: absolute;
    top: 2.6rem;
    right: 0;
    padding: 0.2rem;
}
.product-add-to-cart a {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.2rem 0.4rem 0rem 0.4rem;
    color: rgba(0, 0, 0, 1);
    box-shadow: 0rem 0rem 0.4rem 0.1rem rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    transition: 0.4s;
}
.product-add-to-favorite a {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 0.2rem 0.4rem 0rem 0.4rem;
    color: rgba(0, 0, 0, 1);
    box-shadow: 0rem 0rem 0.4rem 0.1rem rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    transition: 0.4s;
}
.product-link {
    text-decoration: none;
    display: block;
    color: #000000;
    padding: 0.6rem;
}
a.product-link:hover {
    background: antiquewhite;
}
.product-image {
    display: flex;
    justify-content: center;
    justify-items: center;
    max-height: 170px;
    overflow: hidden;
    margin-bottom: 1rem;
    padding: 0rem;
}
.product-image img {
    display: block;
    width: 100%;
    max-width: 240px;
    border-radius: 0.25rem;
}

.product-name {
    /* text-align: center; */
    padding: 0rem;
    margin-bottom: 1rem;
    line-height: 1.5rem;
    height: 3rem;
    overflow: hidden;
}
.product-name * {
    font-size: 0.8rem;
    text-decoration: none;
    line-height: 1.5rem;
}
.product-price-wrapper {
    height: 3.2rem;
    justify-items: center;
}
.product-price {
    padding: 0rem;
    font-size: 0.8rem;
    text-align: left;
}
.category-h1{
    font-weight: bold;
    font-size: 18px;
}
.btn-pink {
  background-color: #ff66a6;
  color: white;
}
.btn-pink:hover {
  background-color: #ff4991;
}
.text-pink {
  color: #ff66a6;
}
