/* ========== 2. Hero ========== */

.first-page img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.gift-row {
    display: flex;
    justify-content: start;
    margin-left: 90px;
    margin-top: 70px;
    gap: 40px;
}

.gift-row .left {
    flex-shrink: 0;
}

.gift-row .center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-width: 250px;
}

.line {
    border-bottom: #000 1px solid;
    margin-top: 35px;
    margin-left: 90px;
    margin-right: 90px;
}

/* ========== 6. Products ========== */
.products {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 50px;
}

.product {
    width: 400px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}

.product img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    margin-bottom: 15px;
    padding: 10px;
}