body {
    background-color: #FFFFFF;
}

/* ================= Fixed Banners ================= */

.banner--fixed img,
.banner-entry {
    background: transparent;
}

section.s-block.s-block--fixed-banner:nth-of-type(1) .container {
    max-width: 100%;
    padding: 0;
}

section.s-block.s-block--fixed-banner:nth-of-type(10) .container {
    max-width: 100%;
}

section.s-block.s-block--fixed-banner:nth-of-type(1) {
    margin: 0;
    padding: 0;
}

section.s-block.s-block--fixed-banner:nth-of-type(2)
.container
a.banner--fixed
img {
    margin: 0 auto;
    padding: 0;
    width: 600px;
}


/* ================= Product Cards ================= */

.s-product-card-entry {
    box-shadow: 0 0 10px 0 black;
    border-radius: 12px !important;
}

.s-products-slider-card,
.s-products-list-vertical-cards {
    padding: 1rem;
}

.s-product-card-price,
.s-product-card-starting-price h4 {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.25rem;
    color: #000;
}

/* ================= Buttons ================= */

.s-button-btn,
.s-price-range-number-input {
    border-radius: 0.75rem;
    color: #fff;
    background: #053BD1;
}

/* ================= Reviews ================= */

.s-reviews-testimonial {
    background: #053BD1;
    border-radius: 14px;
    padding: 25px;
    color: #fff;
}

.s-reviews-header-wrapper .s-reviews-header {
    position: relative;
    font-size: 42px;
    line-height: 1.2;
    color: #000;
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    padding: 0 36px;
}

.s-reviews-header-wrapper .s-reviews-header::after {
    content: "";
    position: absolute;
    left: -44px;
    right: -42px;
    bottom: -6px;
    height: 56px;
    background: url("https://l.top4top.io/p_3688q79fr1.png") center / contain no-repeat;
    z-index: -1;
}

.s-rating-stars-hovered,
.s-rating-stars-selected,
.s-reviews-testimonial__icon svg {
    fill: #fff;
}

/* ================= Sliders ================= */

.s-slider-block__title h2 {
    font-size: 33px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.s-slider-block__title h2::after {
    content: "";
    position: absolute;
    left: 59%;
    bottom: -13px;
    transform: translateX(-50%);
    width: 101%;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
}

#best-offers-4-slider .s-slider-block__title {
    display: none;
}

/* ================= Footer ================= */

.footer-is-light .store-footer .store-footer__inner {
    background: linear-gradient(93.81deg, #0C00FF 0.12%, #070099 99.88%);
    color: #fff;
}

.footer-is-light .store-footer {
    background: #fff;
    color: #000;
}

.copyright-text p {
    color: #000;
}