body {
    font-family: "Poppins", serif !important;
    background-image: url(/homepage/assets/images/body-bg.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.topfold h1 {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}

.accent {
    color: #FF9615 !important;
}


.custom-button {
    border-radius: 29px;
    background: linear-gradient(180deg, #40FFFF 0%, #4EB2FD 100%);
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 53px;
    margin-right: 10px;
}

.plain-cta {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.white-box {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
}

    .white-box h4 {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .white-box p {
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .white-box a {
        color: #008AF1;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

body {
    font-family: "Poppins", serif !important;
    background-image: url(/homepage/assets/images/body-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.topfold h1 {
    color: #FFF;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}

.accent {
    color: #FF9615 !important;
}


.custom-button {
    border-radius: 29px;
    background: linear-gradient(180deg, #40FFFF 0%, #4EB2FD 100%);
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 53px;
    margin-right: 10px;
}

.plain-cta {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.white-box {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    min-height: 220px;
}

    .white-box h4 {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .white-box p {
        color: #000;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .white-box a {
        color: #008AF1;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

.prod-secs {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

    .prod-secs h1 {
        color: #40FFFF;
        text-align: center;
        font-size: 50px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        text-transform: uppercase;
    }

    .prod-secs h5 {
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
    }

    .prod-secs h4 {
        font-size: 3rem;
        margin: 10px 0;
        font-weight: 700;
    }

@media screen and (max-width: 768px) {
    .white-box {
        margin-bottom: 20px;
    }

    .cart .nav-link {
        position: relative;
        margin-right: -0.3rem;
        top: -210px;
        left: -47px;
    }
}

.cartIcon svg {
    width: 26px;
}

    .cartIcon svg path {
        stroke: #fff; /* Change stroke color to white */
        fill: #fff; /* Change fill color to white if needed */
    }

.cartCount {
    background: #8A76F3;
    padding: 0px 9px;
    color: #fff;
    font-weight: 700;
    border-radius: 100px;
    position: relative;
    top: -14px;
    left: -10px;
}

.icon-container {
    height: 60px; /* Adjust height as needed */
    display: flex;
    justify-content: center;
    align-items: center;
}

    .icon-container img {
        max-height: 100%;
        width: auto;
        object-fit: contain;
    }

.product-item p  {
    font-size: .86rem;
}