.section-banners {
    padding-top: 30px;
    padding-bottom: 0px;
}

.section-banners .section-one .section-banner {
    margin-right: 0px;
}

.section-banners .section-one img {
    border-radius: 10px;
}

.section-banners .section-two img {
    border-radius: 10px;
}

.section-products .title {
    font-size: 33px;
    font-weight: bolder;
    margin-bottom: 16px;
    text-transform: uppercase;
    text-align: center;
}

.section-products .section-product {
    display: block;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0); 
    padding-bottom: 16px;
}

.section-products .section-product:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1); 
  transform: translateY(-4px);
}

.section-products .section-product .section-image {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

.section-products .section-product .section-image .new {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    outline: none;
    border: none;
    background-color: black;
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
}

.section-products .section-product .section-image .quantity {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    outline: none;
    border: none;
    background-color: black;
    color: white;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 55px;
    left: 0px;
}

.section-products .section-product .section-image .freeship {
    position: absolute;
    bottom: 0px;
    left: 0px;  
    object-fit: contain;
}

.section-products .section-product p {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    color: black;
}

.section-products .section-product .brand {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-products .section-product .desc {
    font-size: 15px;
    height: 80px;
    margin-bottom: 10px;
}

.section-products .section-product .section-price {
    text-align: center;
    margin-bottom: 10px;
}

.section-products .section-product .section-price .old-price {
    color: grey;
    font-weight: normal;
    text-decoration: line-through;
}

.section-products .section-product .section-price .new-price {
    color: black;
    font-weight: bold;
    margin-left: 8px;
    margin-right: 8px;
}

.section-products .section-product .section-price .discount {
    display: inline-block;
    text-align: center;
    background-color: #d32f2f; 
    color: white;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 6px 4px 4px 6px;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 20% 100%, 8% 50%);
}

.section-products .section-product .section-stars {
    text-align: center;
}

.section-products .section-product .section-stars .quantity {
    color: black;
    margin-left: 6px;
}

.img-gif {
    border-radius: 10px;
}

.section-brands {
    padding-bottom: 0px;
}

.section-brands .section-brand img {
    border-radius: 10px;
}

.section-promotions {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section-promotions img {
    border-radius: 10px;
}

.section-search {
    padding-top: 10px;
}

.section-search .title {
    font-size: 33px;
    font-weight: bolder;
    margin-bottom: 28px;
    text-transform: uppercase;
    text-align: center;
}

.section-search button {
    border-radius: 36px;
    outline: none;
    border: none;
    background-color: #fefae0;
    padding: 12px 20px;
    color: black;
}

.section-search button:hover {
    color: black;
    font-weight: bold;
    background-color: #fefae0;
}

.section-bottom {
    padding-top: 0px;
}

.section-bottom img {
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.section-bottom img:hover {
    transform: translateY(-8px);
}