header {
    display: flex;
    padding: 24px 32px;
    position: relative;
}

.menu-section {
    padding: 0 15px;
}

.menu-section h1 {
    font-size: 19px;
    color: #372E52;
    font-weight: 600;
}

header h1 {
    font-size: 19px;
    color: #372E52;
    font-weight: 600;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

}

header a {
    color: #372E52;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
}

.kategory-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 106px;
    background-color: #E7E8EA;
    color: white;
    font-size: 24px;
    font-weight: 600;
    border-radius: 10px;
    padding: 0 32px 0 27px;
}

.kategory-banner h3 {
    color: #372E52;
    font-size: 16px;
    font-weight: 600;
}

h2 {
    font-size: 16px;
    font-weight: 500;
    color: #372E52;
}

.image-banner img {
    width: 100%;
}

.image-banner {
    width: 100%;
}

.product-card-img img {
    width: 100%;
}

.product-card p {
    margin-bottom: 0;
    font-size: 14px;
    color: #372E52;

}

.product-card span {
    font-size: 15px;
    font-weight: 700;
    color: #372E52;
}

.product-card-img {
    margin-bottom: 10px;
    position: relative;
}

.review-btn {
    background-color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
}

.product-card-img .review-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.product-card-img .review-btn img {
    width: 16px;
}

.product-img {
    width: 100%;
}

.product-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.select-color {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.color-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

#gray {
    background-color: #DFDFDF;
    border: 1px solid #70707033;
}

#bej {
    background-color: #FFF8E3;
    border: 1px solid #70707033;
}

#bronz {
    background-color: #D4904C;
    border: 1px solid #70707033;
}

#brown {
    background-color: #7D3829;
    border: 1px solid #70707033;
}

.select-size {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.size-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #70707033;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #372E52;
    font-size: 16px;
    font-weight: 700;
}

.size-btn.active {
    color: #F8F8F8;
    background-color: #372E52;
}

.product-detail {
    padding: 35px 30px 10px 30px;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 20px 20px 0 0;

}

.product-detail h2 {
    font-weight: 600;
    color: #372E52;
}

.product-detail .btn-secondary {
    width: 100%;
    background-color: #372E52;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    height: 66px;
    border-radius: 10px;
}