body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: .3s ease;
}

.product__name {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}

.single__product-wrapp {
    padding: 3rem 0;
}

.brand__name {
    color: #F9B84C;
    font-weight: 600;
}

.featured__text {
    font-size: 20px;
}

.product__desc {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 300;
}

.product__reviews {
    color: #999999;
}

.product__reviews i {
    color: #FFAB00;
}

.product__reviews span {
    margin-right: 10px;
}

.cart__quantity {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

.cart__wrapp .number {
    background: #CFCFCF;
    border-radius: 10px;
    padding: 14px;
    display: flex;
    align-items: center;
    max-width: 110px;
}

.cart__wrapp .number input {
    display: inline-block;
    background: transparent;
    border: 0;
    outline: none;
    width: 60%;
    text-align: center;
}

.cart__wrapp .number span {
    flex: 1;
    text-align: center;
    cursor: pointer;
}

.cart__btn {
    background: linear-gradient(#FE5B25, #F99914);
    color: #fff;
    padding: 1rem 2rem;
    display: inline-block;
    border-radius: 12px;
    text-decoration: none;
}

.cart__btn:hover {
    background: linear-gradient(#F99914, #FE5B25);
    color: #fff;
    box-shadow: 0 0 15px #F99914;
}

.wishlist-btn {
    color: #000000;
}

.wishlist-btn:hover {
    color: #F99914;
}

.product__inventory-info {
    padding: 0;
    list-style: none;
}

.product__inventory-info li {
    color: #5A5A5A;
    margin: 10px 0;
    font-size: 14px;
}

.featured__image img {
    margin: auto;
}

.product-nav .followed__image {
    padding: 8px;
}

.product-nav {
    max-width: 535px;
    margin: auto;
}

.product-nav .followed__image img {
    width: 100%;
}


.featured__image img {
    margin: auto;
}

.product-nav .followed__image {
    padding: 8px;
}

.product-nav {
    max-width: 535px;
    margin: auto;
}

.product-nav .followed__image img {
    width: 100%;
}

.section__title h2 {
    text-transform: capitalize;
}

#popular-items {
    margin: 3rem 0;
}

.item__card {
    position: relative;
    overflow: hidden;
    padding: 2rem;
}

.item__card img {
    width: 100%;
}

.item__name {
    font-size: 26px;
    color: #000;
}

.card__description {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.item__price {
    color: #F9B84C;
    font-size: 30px;
}

.item__desc {
    color: #B8B8B8;
    font-size: 14px;
}