@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding:0;
    margin:0;
}
body,
html {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.tips-section .tip-item img {
    border-radius: 20px;
    max-width: 370px;
    max-height: 370px;
    margin:0 auto 40px;
}

.tips-section .tip-item:nth-child(3) img {
    border-radius: 50%;
}

.scraped-container {
    padding: 32px 16px 40px;
    max-width: 1190px;
    margin: 0 auto;
    box-sizing: border-box;
}

.article-block {
    margin-bottom: 32px;
}

.article-block .title {
    color: #000;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.48px;
    margin-bottom: 40px;
    max-width: 100%;
}
.logo-container img{
    min-width: 135px;
    height: auto;
}
.tip-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
    flex-direction: column;
    gap: 24px;
}

.tip-item:last-child {
    margin-bottom: 0;
}

.tip-image {
    object-fit: cover;
}

.tip-content {
    flex: 1;
}

.tip-content h2 {
    color: #000;
    font-family: "Inter";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    margin-bottom: 20px;
}

.tip-content p {
    color: #282828;
    font-family: "Inter";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    margin-bottom: 40px;
}

.tip-content ol,
.tip-content ul {
    font-family: "Inter";
    list-style: disc;
    margin-top: -12px;
    padding-left: 30px;
}
.tip-content ol li,
.tip-content ul li {
    line-height: 1.5;
    padding-bottom: 12px;
}

.category__container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.content-container .divider {
    width: 1px;
    height: auto;
    border-radius: 6px;
    background-color: rgba(180, 179, 177, 0.7);
    margin: 0 8px;
}

.content-container .description {
    color: #282828;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.4px;
}
.content-container {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.intro {
    color: #282828;
    font-family: "Inter";
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.28px;
}

.product-section {
    background-color: #D452720D;
    border-radius: 16px;
    border: 2px solid #E5537A;
    padding: 16px;
}

.product-content {
    padding: 24px 0 0;
}

.product-content h2 {
    color: #282828;
    font-family: "Inter";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.48px;
    padding: 0 16px;
    margin-bottom: 20px;
}
.product-row{
    padding: 0 16px;
}
.product-content p {
    color: #282828;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    padding: 0 16px;
    margin-bottom: 8px;
}

.product-content p:nth-child(3) {
    color: #282828;
    font-family: "Inter";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 24px;
}

.review{
    background-color: #F8F5F0;
    border-radius: 16px;
    padding:24px;
    margin-top:16px;
    margin-bottom: 40px;
}
.review_top{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.review_avatar{
    max-width: 29px;
    max-height:29px;
    margin-right:12px;
}
.review_avatar img{
    width: 100%;

    object-fit: cover;
    aspect-ratio: 1/1;
}
.review_name{
    font-family: "Inter";
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
}
.review_rate{
    font-family: "Inter";
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.review_text{
    font-family: "Inter";
    font-size: 13px;
    line-height: 24px;
}
.review_rate svg{
    margin-right:4px;
}
.review_rate svg:last-child{
    margin-right: 8px;
    }

.features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.feature-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.feature-item svg {
    width: 24px;
    height: 24px;
}

.feature-item p {
    color: #3D3A37;
    text-align: center;
    font-family: "Inter";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.24px;
}

.product-image {
    position: relative;
}

.product-partner-logos {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.65);
    display: inline-flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.tooltip {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
}

.header.show-tooltip .tooltip,.stik_row.show-tooltip .tooltip {
    opacity: 1;
    transform: translateY(0);
}
.section_stik{
    width:100%;
    max-width:1090px;
    position:fixed;
    bottom:0;
    left:50%;
    transform:translate(-50%,0);
    font-family:"Inter";
    padding:0 16px;
    margin:0 auto;
    box-sizing:border-box;
}
.stik_container{
    background-color:#fff;
    box-shadow: -5px -5px 15px 0 rgba(0, 0, 0, 0.05);
    border-radius: 24px 24px 0 0;
    padding:12px 16px 18px;
    box-sizing:border-box;
}
.section_stik p{
    font-size:16px;
    text-align:center;
    margin-bottom:12px;
}
.section_stik a{
    max-width:436px;
    height:56px;
    margin:0 auto;
    box-sizing:border-box;
}
.promocode{
    text-decoration:underline;
}
.promocode:hover{
    cursor:pointer;
}
.product-image_container{
    position: relative;
}
.product_desc{
    min-height: 40px;
    display: flex;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size:11px;
    text-align: left;
    font-family: "Inter";
    padding: 2px 20px;
    color:#fff;

}
.product_desc{
    position: absolute;
    bottom:20px;
}
.product-image_rate{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.product-image_rate .rate{
    font-size: 15px;
    font-family: "Inter";
    font-weight: 600;
    line-height: 24px;
    margin-right: 12px;
}
.product-image_rate svg{
    margin-right: 6px;
}
.total_rating{
    font-size: 15px;
    font-family: "Inter";
    color:#2162A1;
    margin-left: 6px;
}
.amazon_choice{
    width: fit-content;
    font-size: 12.08px;
    font-family: "Inter";
    font-weight: 500;
    background-color: #000;
    color:#fff;
    border-radius: 4px;
    padding:10px 16px;
    margin-bottom: 0;
}
.product-image img{
    width: 100%;
    max-width: 235px;
}
.product_count{
    font-size: 13px;
    font-family: "Inter";
    margin-left: 10px;
}
.product-image_container{
    display: flex;
    justify-content: center;
}
.product-image_rate{
    width: 100%;
    justify-content: center;
    margin:0 auto 16px;
}
.amazon_container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-row{
    display: flex;
    align-items: center;
    font-family: "Inter";
    font-size: 15px;
    margin-bottom: 16px;
}
.product-row svg{
    max-width: 17px;
    min-width:17px;
    margin-right: 16px;
}
.order-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    text-align: center;
    font-family: "Inter";
    background-color: #FFA724;
    border-radius: 16px;
    font-size: 25px;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.12px;
    padding: 20px 40px;
}
.order-button svg{
    margin-right: 16px;
}
@media(min-width:600px){
    .content-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    .content-container .divider {
        width: 2px;
        height: 66px;
        border-radius: 20px;
        margin: 0 54px;
    }
}
@media (min-width:850px) {
    .header {
        display: flex;
        font-size: 32px;
        padding: 24px;
    }

    .header span {
        margin-left: 8px;
        font-size: 32px;
    }

    .scraped-container {
        padding: 64px;
    }

    .article-block {
        margin-bottom: 82px;
    }
    .article-block .title {
        font-size: 40px;
        margin-bottom: 32px;
    }
    .logo-container img {
        min-width: 180px;
        aspect-ratio: auto;
    }
    
    .category__container {
        margin-bottom: 20px;
    }

    .content-container .description {
        font-size: 16px;
    }

    .intro {
        font-family: "Inter";
        font-size: 18px;
    }

    .tip-item {
        gap: 25px;
        margin-bottom: 40px;
        flex-direction: row;
    }

    .tip-content h2 {
        color: #000;
        font-family: "Inter";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.8px;
    }

    .tip-content p {
        color: #282828;
        font-family: "Inter";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.4px;
    }
    .review_text{
        font-family: "Inter";
        font-size: 15px;
        line-height: 24px;
    }
    .tip-item:last-child {
        margin-bottom: 82px;
    }

    .product-partner-logos {
        bottom: 20px;
    }

    .product-content h2 {
        color: #000;
        font-family: "Inter";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 48px;
        margin-bottom: 24px;
    }

    .product-content p {
        color: #282828;
        font-family: "Inter";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.32px;
        margin-bottom: 20px;
    }

    .product-content p:nth-child(3) {
        color: #282828;
        font-family: "Inter";
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        margin-bottom: 24px;
    }

    .order-button {
        width: fit-content;
        height: 60px;
        text-align: center;
        font-family: "Inter";
        background-color: #FFA724;
        border-radius: 16px;
        font-size: 25px;
        color: #000;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: -1.12px;
        padding: 20px 40px;
        margin-bottom: 16px;
    }

    .product-row{
        display: flex;
        align-items: center;
        font-size: 19px;
        font-family: "Inter";
        letter-spacing: -0.4px;
        margin-bottom: 24px;
    }
    .feature-item svg {
        width: 32px;
        height: 32px;
    }

    .feature-item p {
        color: #3D3A37;
        text-align: center;
        font-family: "Inter";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: -0.28px;
    }

}
@media (min-width: 920px) {
    .product-section {
        padding: 40px;
    }
    .product-container {
        display: flex;
        align-items: center;
        gap:70px;
    }
    
    
    .product-image {
        width: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .product-image_rate{
        width: fit-content;
    }

    .amazon_container{
        width: fit-content;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .amazon_choice{
        margin-bottom: 16px;
    }
    .product_count{
        margin:0;
    }
}
@media (min-width: 1024px){
    .article-block .title {
        font-size: 56px;
        margin-bottom: 32px;
    }
    .content-container .description {
        font-size: 19px;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.4px;
    }

    .intro {
        font-family: "Inter";
        font-size: 23px;
        font-weight: 400;
        line-height: 160%;
        letter-spacing: -0.48px;
    }
    .logo-container img {
        min-width: 250px;
        aspect-ratio: auto;
    }
    .tip-item {
        gap: 75px;
        margin-bottom: 54px;
        flex-direction: row;
    }
    .tip-content h2 {
        color: #000;
        font-family: "Inter";
        font-size: 50px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        letter-spacing: -0.8px;
    }
    .tip-content p {
        color: #282828;
        font-family: "Inter";
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.4px;
    }
}

/* Autoplay Square Video */
.autoplay-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 370px;
    margin: 0 auto 40px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    mask-image: radial-gradient(white, black);
    transform: translateZ(0);
}
.autoplay-video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
}
.autoplay-video__cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity 0.3s ease;
    z-index: 2;
}
.autoplay-video__cover.is-hidden {
    opacity: 0;
    pointer-events: none;
}
.autoplay-video__loader {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: opacity 0.3s ease;
    z-index: 3;
}
.autoplay-video__loader::after {
    content: "";
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    border: 2px solid #DE7920;
    border-top-color: #fff;
    animation: autoplay-video-spinner 0.75s linear infinite;
}
.autoplay-video__loader.is-hidden {
    opacity: 0;
    pointer-events: none;
}
@keyframes autoplay-video-spinner {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
/* End Autoplay Square Video */


.page-template-Ceylon-Cinnamon-Capsules-lp2 .product-image_container {
    padding-bottom: 30px;
}

.page-template-Ceylon-Cinnamon-Capsules-lp2 .product_desc {
    bottom: 0;
}

.page-template-Glucosamine-lp4 .product-image_container {
    padding-bottom: 40px;
}

.page-template-Glucosamine-lp4 .product_desc {
    bottom: 0;
}


.page-template-Cortisol-lp3 .product-image_container {
    padding-bottom: 30px;
}
.page-template-Cortisol-lp3 .product_desc {
    bottom: 0;
}


.page-template-hair-mask-lp2 .product-image_rate {
    margin-top: -20px;
}