.footer-heading {
    margin-bottom: 24px;
    font-size: 25px;
    border-bottom: 1px solid #9e9e9e;
    padding-bottom: 10px;
    font-weight: 600;
    color: #bb2129;
}

.custom__footer {
    background: #FFF7ED;
    margin-bottom: -20px;
}

form textarea.style-stroke,
form input[type="text"].style-stroke,
form input[type="password"].style-stroke,
form input[type="datetime"].style-stroke,
form input[type="datetime-local"].style-stroke,
form input[type="date"].style-stroke,
form input[type="month"].style-stroke,
form input[type="time"].style-stroke,
form input[type="week"].style-stroke,
form input[type="number"].style-stroke,
form input[type="email"].style-stroke,
form input[type="url"].style-stroke,
form input[type="search"].style-stroke,
form input[type="tel"].style-stroke,
form input[type="color"].style-stroke {
    border-color: #bb2129;
    background-color: transparent;
}
.tf-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 40px;
    position: relative;
    background-color: #bb2129;
    color: var(--white);
    border-radius: 999px;
    font-weight: 600;
    border: 2.5px solid #bb2129;
}

h4.menu-heading {
    font-size: clamp(18px, 3vw, 18px);
    line-height: clamp(26px, 4vw, 32px);
}
.mega-menu {
    width: 100%;
    left: 0;
    padding: 56px 0px;
    max-height: calc(100vh + 70px);
    overflow: auto;
    background: #fafafa;
}

.bestseller__section .card-product.style-5 {
    border: 1px solid #ef7f1b38;
    padding-bottom: 15px !important;
    background: #f5f5f5;
    border-radius: 10px;
}
.bestseller__section .card-product.style-5:hover {
    border: 1px solid #ef7f1b;
    padding-bottom: 15px !important;
    background: #f5f5f5;
    border-radius: 10px;
}
.card-product_info .name-product a {
    min-height: unset;
}
.collection__sale__Section .box-image_V03 .box-image_content {
    bottom: 32px;
    right: 46px;
    left: 46px;
    width: 80%;
}

.supplier-name {
    font-size: 18px;
    font-weight: 700;
    color: #ae2220;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.supplier-category {
    font-size: 16px;
    color: #000000;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s-intro .brand-name {
    font-size: clamp(60px, 8vw, 258px);
    line-height: clamp(86px, 20vw, 310px);
    font-weight: 500;
    color: var(--black);
}