body {
    position: relative;
    height: 100%;
    background-color: #323232;
    font-family: Helvetica Neue, Helvetica;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    padding: 5% 0;
    box-sizing: border-box;
}

.swiper-slide {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    background-color: #323232;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    padding: 5%;
    text-align: center;
    box-sizing: border-box;
}

.icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.icons i {
    font-size: 20px;
    color: #C798F1;
}

.icons img {
    max-width: 120px;
}

.product-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product-txt {
    text-align: center;
    margin-bottom: 20px;
}

.product-txt span {
    font-size: 25px;
    color: #C798F1;
    font-weight: bold;
}

.product-txt h3 {
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.product-txt p {
    font-size: 14px;
    color: #C4C4C4;
}

.product-img img {
    max-width: 120px;
}

.btn-1 {
    display: inline-block;
    padding: 13px 30px;
    border: 1px solid #C798F1;
    border-radius: 25px;
    color: #FFB900;
    text-decoration: none;
    margin-top: 20px;
}
