body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
}

.content {
    width: 1000px;
    margin: auto;
}

.header-sec {
    padding: 20px;
}

.header-sec h1 {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    line-height: 1;
}

.divider {
    color: white;
    background-color: #19265b;
    text-align: center;
    font-size: 50px;
    padding: 10px;
    font-weight: 900;
}

.divider::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
    border-top: 27px solid #19265b;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(100%);
}

.divider-container {
    position: relative;
}

.product-sec {
    padding: 50px;
    padding-bottom: 20px;
}

.product-box {
    border-radius: 20px;
    border: 2px black solid;
    width: 100%;
    margin: auto;
    height: 607px;
    overflow: hidden;
}

.product-box-header {
    color: white;
    background-color: black;
    border-radius: 9px 9px 0px 0px;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}

.product-box-header::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid black;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(100%);
}

.p-relative {
    position: relative;
}

.product-box-header h4 {
    line-height: 1;
    margin-bottom: 7px;
    font-size: 25px;
}

.product-box-header p {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 20px;
}

.prod-img {
    width: 100%;

}

.prod-price {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    line-height: 1;
}

.per-bottle {
    font-size: 30px;
    font-weight: 500;
    opacity: 0.8;
}

.card-logo {
    margin-top: 10px;
    width: 100%;
}

.retail {
    font-size: 25px;
    font-weight: 900;
    color: rgb(80, 78, 78);
    opacity: 0.8;
}

.total-price {
    font-size: 25px;
    color: black;
    font-weight: 900;
}

del {
    color: red;
}

.best-tag {
    background-color: #fdd303;
    position: absolute;
    top: 15px;
    left: -38px;
    color: black;
    font-size: 16px;
    width: 50%;
    transform: rotate(-32deg);
    font-weight: 600;
    text-align: center;
}

.active-prod .product-box-header {
    background-color: #f57a2c;
    margin-bottom: 74px;
}

.product-box:hover .product-box-header {
    background-color: #f57a2c;
}

.active-prod .product-box-header::after {
    border-top: 20px solid #f57a2c;
}

.product-box:hover .product-box-header::after {
    border-top: 20px solid #f57a2c;
}

.active-prod .product-box-header::after {
    border-top: 20px solid #f57a2c;
}

.product-box:hover {
    border: 2px #f57a2c solid !important;
    background-color: #fff8f0;
    cursor: pointer;
}

.active-prod {
    border: 2px #f57a2c solid !important;
    background-color: #fff8f0;
    height: 650px;
}

.money-back-container {
    border-radius: 20px;
    border: 2px solid #19265b;
    padding: 20px 50px;
    margin-bottom: 20px;
}

.money-back-container img {
    width: 100%;
    max-width: 500px;
}

.money-back-container h4 {
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
    font-weight: 900;
}

.money-back-container p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.testi-box-v1 {
    background-color: #19265b;
    color: white;
    font-size: 20px;
    padding: 20px;
    border-radius: 20px;
    min-height: 745px;
    margin-bottom: 20px;
}

.testi-profile {
    width: 100%;
    margin-bottom: 16px;
}

.star {
    width: 100%;
    max-width: 150px;
}

.testi-box-v2 {
    border: 2px solid #19265b;
    color: black;
    font-size: 20px;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.prd3 {
    width: 100%;
}

.powered-sec {
    background-image: url(https://d1eyz2a6ch1vhl.cloudfront.net/2025/zen-ultima/bg-gray-fancy.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 500px;
    padding-top: 80px;
    margin-top: -30px;
}

.powered-sec h3 {
    font-size: 30px;
    font-weight: 900;
}

.powered-sec li {
    font-size: 20px;
    font-weight: 500;
}

.powered-sec li::before {
    content: "";
    background: url('https://d1eyz2a6ch1vhl.cloudfront.net/2025/zen-ultima/Sike2.png') no-repeat center center;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
}

.powered-sec ul li {
    list-style: none;
    position: relative;
    padding-left: 50px;
    margin-bottom: 16px;
}

.faqs-sec {
    margin-bottom: 20px;
}

.accordion-item {
    margin-bottom: 20px;
    border-radius: 20px !important;
    background-color: #f1f1f1;
}

.accordion-button {
    background-color: #19265b;
    color: white;
    border-radius: 20px !important;
    font-size: 25px;
}

.accordion-header {
    border-radius: 20px;
}

.accordion-button:not(.collapsed) {
    color: white !important;
    background-color: #19265b !important;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    font-size: 20px;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFFFFF' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

footer {
    background-color: #19265b;
    padding-top: 30px;
    padding-bottom: 50px;
}

footer a {
    color: white;
    font-size: 18px;
    text-decoration: none;
}

.footer-container {
    display: flex;
    justify-content: space-between;
}

a {
    text-decoration: none;
    color: unset;
}

@media only screen and (max-width: 600px) {
    .content {
        width: 100%;
    }

    .header-sec h1 {
        font-size: 30px;
    }

    .divider {
        font-size: 25px;
    }

    .product-sec {
        padding: 20px;
        padding-top: 50px;
    }

    .product-box {
        margin-bottom: 20px;
    }

    .testi-box-v1 {
        font-size: 16px;
        min-height: unset;
    }

    .testi-profile {
        max-width: 200px;
    }

    .testi-box-v2 {
        font-size: 16px;
    }

    .powered-sec {
        height: unset;
        padding-top: 80px;
        margin-top: -40px;
    }

    .money-back-container {
        padding: 20px 20px;

    }

    .footer-container {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    footer {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    footer a {
        font-size: 16px;
    }
}