main, article, main  {
    background-color: #000;
}
section, .product-section__products {
    background-color: transparent;
}
.product-section__products .product {
    border-radius: 10px;
    border: 1px solid var(--atn_v1__red, #EF4030);
    background: var(--atn_v1__black_2, #242424);
    box-shadow: 0 0 31.5px 0 #F00;
}
.product-section__products .product h3.product-text__title {
    color: var(--atn_v1__grey_2, #E5E5E5);
}
a.add-to-cart {
    border-radius: 2px;
    background: var(--atn_v1__red, #EF4030);
}
a.add-to-cart:hover {
    background: var(--atn_v1__red_dark, #C0362C);
}
.discount__cashback{
    color: var(--atn_v1__red, #EF4030) !important;
}
.product-section__products .product .discount__claim + .discount__old-price, .discount__amount {
    color: var(--atn_v1__red, #EF4030) !important;
}
.lens {
    color: var(--atn_v1__grey_2, #E5E5E5) !important;
}
.product-section__title {
    color: var(--atn_v1__white, #FFF);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Roboto;
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.product-section__title::before,
.product-section__title::after {
    content: '';
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, #121212 0%, #EF4030 48.08%, #121212 100%);
}
.product-section:last-of-type, .product-section:last-of-type .product-section__products:last-of-type {
    margin-bottom: 0;
}
.product-section:last-of-type {
    padding-bottom: 40px;
}
section.main-section {
    display: none !important;
}
img.friday {
    display: block;
    width: 100%;
}
/* =========== */

article.landing {
    position: relative;
}