* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

ul, ol {
    list-style-type: none;
}

a {
    display: inline-block;
}

body {
    font-family: "SN Pro", sans-serif;
    background: #ffffff;
    color: #242424;
    font-size: 16px;
    line-height: 1.6;
}

/* HERO */

.vt9sm0gj60-hero {
    padding: 40px 0 40px;
}

.vt9sm0gj60-hero h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center;
}

.vt9sm0gj60-hero__text + .vt9sm0gj60-hero__text{
    margin-top: 10px;
}

/* product */

.vt9sm0gj60-product-list {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    width: 100%;
    margin: 40px auto 0;
}

.vt9sm0gj60-product-card {
    position: relative;
    padding: 24px 14px 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(62, 62, 74, 0.2);
}

.vt9sm0gj60-product-card:nth-child(1) {
    border-top: 1px solid rgba(62, 62, 74, 0.2);
}

.vt9sm0gj60-product-card:nth-child(1) .vt9sm0gj60-product-likes .likes::before {
    content: '578';
}

.vt9sm0gj60-product-card:nth-child(2) .vt9sm0gj60-product-likes .likes::before {
    content: '214';
}

.vt9sm0gj60-product-card__left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.vt9sm0gj60-product-number {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

.vt9sm0gj60-product-symbol {
    max-width: 180px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vt9sm0gj60-product-box {
    margin-left: 20px;
}

.vt9sm0gj60-product-box ul {
    list-style-type: none;
    margin-bottom: 10px;
}

.vt9sm0gj60-product-box ul li {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.vt9sm0gj60-product-box ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #242424;
}

.vt9sm0gj60-product-card__right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.vt9sm0gj60-link {
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    padding: 2px;
    color: #FF6600;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: .2s;
}

.vt9sm0gj60-link:hover {
    border-color: #FF6600;
}

.vt9sm0gj60-product-likes {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.vt9sm0gj60-product-likes img {
    width: 16px;
}

.vt9sm0gj60-rating {
    min-width: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #E40038;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: #E40038;
}

.vt9sm0gj60-btn {
    background: #FF6600;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    transition: .2s;
}

.vt9sm0gj60-btn:hover {
    box-shadow: 0px 6px 6px 0px rgba(255, 102, 0, 0.6);
}

/* blogS */

.vt9sm0gj60-blogs {
    padding: 40px 0;
    text-align: center;
}

.vt9sm0gj60-blogs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 24px;
    list-style-type: none;
}

.vt9sm0gj60-blog-pic {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.vt9sm0gj60-blog-pic img {
    width: 100%;
}

.vt9sm0gj60-blog-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.vt9sm0gj60-blog-link {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    padding: 2px;
    color: #FF6600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: .2s;
}

.vt9sm0gj60-blog-link:hover {
    border-color: #FF6600;
}

.vt9sm0gj60-blog-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* STRATEGY */

.vt9sm0gj60-strategy {
    padding: 40px 0;
}

.vt9sm0gj60-strategy h2 {
    text-align: center;
    margin-bottom: 20px;
}

.vt9sm0gj60-strategy p + p {
    margin-top: 10px;
}

/* Brands */

.vt9sm0gj60-brands {
    background: #242424;
    padding: 24px 0;
}

.vt9sm0gj60-brands-list {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
}

/* Page blogs */

.vt9sm0gj60-blogs-box {
    padding: 40px 0 60px;
}

.vt9sm0gj60-blogs-box h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center;
}

.vt9sm0gj60-blogs-box .vt9sm0gj60-blog-pic {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 20px;
}

/* Info */

.vt9sm0gj60-info-box {
    padding: 40px 0 60px;
}

.vt9sm0gj60-info-image {
    max-width: 520px;
    width: 100%;
    margin: 0 auto 24px;
    border-radius: 10px;
    overflow: hidden;
}

.vt9sm0gj60-info-image img {
    width: 100%;
    height: 100%;
}

.vt9sm0gj60-info-box h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
}

.vt9sm0gj60-info-box h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 14px;
}

.vt9sm0gj60-info-box p {
    margin-bottom: 10px;
}

.vt9sm0gj60-info-box ul {
    padding-left: 20px;
    list-style-type: disc;
}

.vt9sm0gj60-info-box li {
    margin-bottom: 10px;
}

.vt9sm0gj60-info-box strong {
    font-weight: 700;
    color: #FF6600;
}

/* product */

.vt9sm0gj60-product-block {
    padding: 100px 0;
}

.vt9sm0gj60-product-block h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: center;
}

.vt9sm0gj60-product-block .vt9sm0gj60-blog-pic {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 20px;
    display: block;
}

/* disclaimer */

.vt9sm0gj60-disclaimer-box {
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #FF6600;
    padding: 24px 20px;
    border-radius: 10px;
    background: #FEF4EB;
}

.vt9sm0gj60-disclaimer-box p + p {
    margin-top: 4px;
}

/* MOBILE */

@media (max-width:768px) {

    .vt9sm0gj60-hero h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .vt9sm0gj60-product-card {
        flex-direction: column;
        gap: 20px;
        padding: 24px 4px 24px 4px;
    }

    .vt9sm0gj60-product-card__left {
        flex-direction: column;
    }

    .vt9sm0gj60-product-card__right {
        gap: 12px;
    }

    .vt9sm0gj60-link {
        font-size: 10px;
        line-height: 14px;
        text-align: center;
    }

    .vt9sm0gj60-btn {
        font-size: 12px;
        line-height: 16px;
    }

    .vt9sm0gj60-product-number {
        top: 20px;
        transform: none;
    }

    .vt9sm0gj60-rating {
        min-width: 50px;
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    .vt9sm0gj60-blogs-grid {
        grid-template-columns: 1fr;
    }

    .vt9sm0gj60-blogs-box h1 {
        font-size: 24px;
        line-height: 36px;
    }

    .vt9sm0gj60-info-box h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .vt9sm0gj60-product-block {
        padding: 40px 0 60px;
    }

}