.fotobox-section {
    text-align: center;
}

.italic-normal {
    font-style: italic;
    font-weight: normal;
}

.buy-btn {
    margin-top: 50px;
    background-color: white;
    color: #a68c00;
    border: 2px solid #a68c00;
    padding: 6px 20px;
    font-size: 16px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.buy-btn:hover {
    color: white;
    background-color: #a68c00;
}

.section-1 {
    background-size: cover;
    background-position: center;
    color: white;
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-1 h1 {
    font-size: 40px;
    margin: 0px;
}

.section-1 h2 {
    font-size: 48px;
    font-weight: bold;
    margin: 20px;
}

.break-word {
    display: none;
}

.section-1 p {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-1-buy-btn {
    background-color: #a68c00;
    color: white;
    border: none;
}

.section-1-buy-btn:hover {
    background-color: white;
    color: #a68c00;
}

.section-2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.gift {
    margin: 40px;
    text-align: center;
}

.gift img {
    width: 200px;
    height: auto;
}

.gift-title {
    font-size: 24px;
    font-style: italic;
}

.section-3 {
    background-color: rgb(164, 0, 0);
    color: white;
    padding: 30px;
}

.product-slide {
    display: flex;
}

.product-image {
    align-content: center;
}

.product-image img {
    max-width: 450px;
    border-radius: 20px;
}

.product-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.product-text h2 {
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 0px;    
}

.product-text p {
    font-size: 16px;
    line-height: 1.6;
}

.section-3-buy-btn {
    background-color: rgb(164, 0, 0);
    color: white;
    border: 2px solid white;
    width: min-content;
}

.section-3-buy-btn:hover {
    color: rgb(164, 0, 0);
    background-color: white;
}

#product-carousel .splide__pagination {
    bottom: -20px;
}

#product-carousel .splide__pagination__page {
    height: 10px;
    width: 10px;
    margin: 10px;
    opacity: 1;
    background: #00c600;
}

#product-carousel .splide__pagination__page.is-active {
    background: white;
}

.section-4 {
    margin-bottom: 40px;
}

.section-4-title {
    margin-top: 50px;
    font-size: 36px;
}

.section-4-subtitle {
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 40px;
}

.section-4 .steps {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.step p {
    font-style: italic;
}

.section-4 .buy-btn {
    margin-top: 20px;
}

.section-5 {
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgb(164, 0, 0);
    opacity: 0.9;
    color: white;
    padding: 50px;
}

.section-5-title {
    margin-top: 0px;
}

.reviews-desktop {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.reviews-desktop img {
    width: 250px;
}

.section-6 {
    padding: 40px 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #eaeaea;
    margin-bottom: -50px;
}

.section-6-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100px;
}

.section-6-icon img {
    width: 70px;
    height: auto;
}

.section-6-icon-title {
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
}

.section {
    margin: 30px 0px;
}

.section h2 {
    font-weight: normal;
    font-style: italic;
}

@media (max-width: 991px) {
    .section-1 {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .break-word {
        display: block;
    }

    .section-2, .section-4 .steps {
        flex-direction: column;
        align-items: center;
    }

    .section-2 {
        margin-bottom: 30px;
    }

    .section-2 .buy-btn {
        margin-top: 0px;
    }

    .gift {
        margin: 10px 0px;
    }

    .product-slide {
        flex-direction: column;
    }

    .product-image img {
        max-width: 350px;
        margin-bottom: 20px;
    }

    .reviews-desktop {
        display: none;
    }

    #review-carousel .splide__slide img {
        width: 350px;
        height: auto;
    }

    #review-carousel .splide__pagination {
        bottom: -40px;
    }
    
    #review-carousel .splide__pagination__page {
        height: 10px;
        width: 10px;
        margin: 10px;
        opacity: 1;
        background: #00c600;
    }
    
    #review-carousel .splide__pagination__page.is-active {
        background: white;
    }

    .section-6 {
        flex-direction: column;
    }

    .section-6-icon {
        margin: 10px;
        width: max-content;
    }
}

@media (max-width: 520px) {
    #review-carousel .splide__slide img {
        width: 100%;
    }
}