/* ====================
# UTILITIES: FUNCTIONS
==================== */
/* ====================
# UTILITIES: VARIABLES
==================== */
/* ====================
# UTILITIES: MIXINS
==================== */
/* ====================
# UTILITIES: GRID
==================== */
.container, .wp-block-group__inner-container, .footer-disclaimer-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .wp-block-group__inner-container, .footer-disclaimer-container {
        max-width: 560px;
    }
}

@media (min-width: 768px) {
    .container, .wp-block-group__inner-container, .footer-disclaimer-container {
        max-width: 760px;
    }
}

@media (min-width: 992px) {
    .container, .wp-block-group__inner-container, .footer-disclaimer-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .wp-block-group__inner-container, .footer-disclaimer-container {
        max-width: 1170px;
    }
}

@media (min-width: 1500px) {
    .container, .wp-block-group__inner-container, .footer-disclaimer-container {
        max-width: 1450px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row, .wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row-jc-center, .wp-block-columns-jc-center {
    justify-content: center;
}

.row-jc-between, .wp-block-columns-jc-between {
    justify-content: space-between;
}

.row-ai-center, .wp-block-columns-ai-center {
    align-items: center;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.col-xg,
.col-xg-auto,
.wp-block-column-xg, .col-xg-12, .col-xg-11, .col-xg-10, .col-xg-9, .col-xg-8, .col-xg-7, .col-xg-6, .col-xg-5, .col-xg-4, .col-xg-3, .col-xg-2, .col-xg-1, .col-xl,
.col-xl-auto,
.wp-block-column-xl, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto,
.wp-block-column-lg, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto,
.wp-block-column-md, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto,
.wp-block-column-sm, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto,
.wp-block-column, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.wp-block-column-xg, .wp-block-column-xl, .wp-block-column-lg, .wp-block-column-md, .wp-block-column-sm, .wp-block-column {
    margin-right: auto;
    margin-left: auto;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto, .wp-block-column {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto, .wp-block-column-sm {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto, .wp-block-column-md {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto, .wp-block-column-lg {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto, .wp-block-column-xl {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1500px) {
    .col-xg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xg-auto, .wp-block-column-xg {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* ====================
# FONTS
==================== */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: "Oswald";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("./../assets/fonts/Oswald/Oswald-SemiBold.ttf");
    src: local("Oswald-SemiBold"), url("./../assets/fonts/Oswald/Oswald-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "OpenSans";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("./../assets/fonts/OpenSans/OpenSans-Regular.ttf");
    src: local("OpenSans-Regular"), url("./../assets/fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "OpenSans";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("./../assets/fonts/OpenSans/OpenSans-Bold.ttf");
    src: local("OpenSans-Bold"), url("./../assets/fonts/OpenSans/OpenSans-Bold.ttf") format("truetype");
}

/* ====================
BASE: GENERAL
==================== */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    padding: 0 40px 0;
    background-color: #ffffff;
}

body #main {
    background-color: #ffffff;
}

body.hidden {
    height: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    body {
        padding: 0 25px 0;
    }
}

@media screen and (max-width: 767px) {
    body {
        padding: 0 15px 0;
    }
}

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}

.site-content {
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
}

code {
    display: block;
    padding: 5px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #707276;
    border-radius: 5px;
    background-color: #FBFAF3;
    font-size: 13px;
    font-family: courier, monospace;
}

.row {
    width: auto;
    max-width: none;
}

.large-12 {
    width: 100%;
    max-width: 100%;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    body.hidden {
        height: 100vh;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .wp-block-column {
        flex-grow: 1;
    }
}

/* ====================
# BASE: TYPOGRAPHY
==================== */
html,
body {
    font-size: 16px;
    font-family: "OpenSans";
    color: #11363C;
}

h1, h2, h3, h4, h5, h6, p {
    color: #11363C;
}

h1,
.h1 {
    font-family: "Oswald";
    font-weight: 700;
    color: #11363C;
}

p {
    line-height: 1.43;
}

.p1,
.p2,
.p3,
.p4 {
    font-family: "OpenSans";
}

h1 i,
.h1 i,
h2 i,
.h2 i,
h3 i,
.h3 i {
    color: #0072FF;
    font-style: normal;
}

h1,
.h1 {
    margin-block: 0 15px;
    font-size: 3.125rem;
    line-height: 1.36;
    letter-spacing: 0;
}

h1 p,
.h1 p {
    font-size: inherit;
}

h2,
.h2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 1.875rem;
    line-height: 1.1333333333;
    letter-spacing: 0.01em;
}

@media screen and (max-width: 767px) {
    h2,
    .h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 1.15;
    }
}

h3,
.h3 {
    margin-block: 0 12px;
    font-size: 2.125rem;
    line-height: 1.0588235294;
    letter-spacing: 0.01em;
}

h4,
.h4 {
    margin-block: 0 12px;
    font-size: 1.75rem;
    line-height: 1.0714285714;
    letter-spacing: 0.01em;
}

h5,
.h5 {
    margin-block: 0 4px;
    font-size: 1.5rem;
    line-height: 1.5833333333;
    line-height: 0.02em;
}

h6,
.h6 {
    margin-block: 0 20px;
    font-size: 1.375rem;
    line-height: 1.5833333333;
}

ul {
    padding-left: 0;
    list-style: none;
}

li {
    padding-left: 0;
    font-size: inherit;
    line-height: 1.7;
}

.top-brands-title, .featured-brands-title {
    display: block;
    margin-bottom: 10px;
    padding-top: 30px;
    position: static;
    font-size: 1.875rem;
    line-height: 1.1333333333;
    font-weight: 700;
    text-align: center;
}

.top-brands-title i, .featured-brands-title i {
    font-style: normal;
    color: #0072FF;
}

@media screen and (max-width: 1199px) {
    h1,
    .h1,
    .slider-title {
        font-size: 3rem;
        line-height: 1.2;
    }

    h2, .h2 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 991px) {
    h1,
    .h1,
    .slider-title {
        font-size: 20px;
        line-height: 1.2;
    }

    h2, .h2 {
        font-size: 20px;
    }
}

.coupon-visit-site-action-button, a.coupon-btn, .btn-opaque, .sticky-banner-btn {
    display: block;
    border: 2px solid #0072FF;
    border-radius: 0;
    background-color: #0072FF;
    color: #FBFAF3;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.0909090909;
    text-align: center;
    text-transform: uppercase;
}

.coupon-visit-site-action-button:hover, .coupon-visit-site-action-button:visited, .coupon-visit-site-action-button:focus, a.coupon-btn:hover, a.coupon-btn:visited, a.coupon-btn:focus, .btn-opaque:hover, .btn-opaque:visited, .btn-opaque:focus, .sticky-banner-btn:hover, .sticky-banner-btn:visited, .sticky-banner-btn:focus {
    background: white;
    color: #0072FF;
}

.coupon-visit-site-action-button {
    padding: 20px 40px;
    font-size: 1.375rem;
}

a.coupon-btn {
    padding: 11px 20px;
    font-size: 1rem;
}

header.header .header-shadow.header-wrapper {
    box-shadow: none;
}

header .logo {
    max-width: 227px;
}

header .logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    header .logo {
        max-width: 167px;
    }
}

.footer-wrapper,
.absolute-footer {
    padding-top: 10px;
    background-color: #F2F8FF;
}

.footer-wrapper .footer-primary,
.absolute-footer .footer-primary {
    padding-block: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}

.footer-wrapper .footer-primary .footer-nav,
.absolute-footer .footer-primary .footer-nav {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.375;
    color: #11363C;
    opacity: 1;
}

.footer-wrapper .footer-primary .footer-nav li,
.absolute-footer .footer-primary .footer-nav li {
    margin: 0;
    padding-inline: 5px 10px;
}

.footer-wrapper .footer-primary .footer-nav li:not(:last-child),
.absolute-footer .footer-primary .footer-nav li:not(:last-child) {
    border-right: 2px solid #D1E2F5;
}

.footer-wrapper .footer-primary .footer-nav a:hover,
.absolute-footer .footer-primary .footer-nav a:hover {
    color: #0072FF;
}

@media screen and (min-width: 992px) {
    .footer-wrapper .footer-primary,
    .absolute-footer .footer-primary {
        flex-wrap: nowrap;
        align-items: flex-start;
    }
}

.footer-wrapper .footer-left,
.absolute-footer .footer-left {
    width: 100%;
    text-align: center;
}

.footer-wrapper .footer-left .footer-copyright,
.absolute-footer .footer-left .footer-copyright {
    margin-bottom: 20px;
    font-size: 0.875rem;
    color: #11363C;
    font-style: normal;
}

@media screen and (min-width: 992px) {
    .footer-wrapper .footer-left,
    .absolute-footer .footer-left {
        width: auto;
        max-width: 50%;
        text-align: left;
    }

    .footer-wrapper .footer-left .footer-menu,
    .absolute-footer .footer-left .footer-menu {
        text-align: left;
    }

    .footer-wrapper .footer-left .footer-copyright,
    .absolute-footer .footer-left .footer-copyright {
        padding-left: 6px;
    }
}

.footer-wrapper .footer-right,
.absolute-footer .footer-right {
    border-top: 1px solid #D1E2F5;
    padding-top: 20px;
}

.footer-wrapper .footer-right .footer-disclaimer,
.absolute-footer .footer-right .footer-disclaimer {
    padding-bottom: 40px;
    text-align: left;
    opacity: 1;
}

.footer-wrapper .footer-right .footer-disclaimer-title,
.absolute-footer .footer-right .footer-disclaimer-title {
    margin-bottom: 17px;
    font-family: "Oswald";
    font-size: 20px;
    color: #11363C;
    text-align: center;
}

.footer-wrapper .footer-right .footer-sign-up,
.absolute-footer .footer-right .footer-sign-up {
    color: #11363C;
}

@media screen and (min-width: 992px) {
    .footer-wrapper .footer-right,
    .absolute-footer .footer-right {
        border-top: none;
        padding-top: 5px;
    }

    .footer-wrapper .footer-right .footer-disclaimer,
    .absolute-footer .footer-right .footer-disclaimer {
        padding-bottom: 0;
    }

    .footer-wrapper .footer-right .footer-disclaimer-title,
    .absolute-footer .footer-right .footer-disclaimer-title {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .footer-wrapper,
    .absolute-footer {
        padding-bottom: 0;
    }

    .footer-wrapper .footer-menu,
    .absolute-footer .footer-menu {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-wrapper .footer-menu.footer-primary,
    .absolute-footer .footer-menu.footer-primary {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.sticky-row {
    margin-left: -15px;
}

@media screen and (min-width: 768px) {
    .sticky-row {
        margin-left: -25px;
    }
}

@media screen and (min-width: 992px) {
    .sticky-row {
        margin-left: -40px;
    }
}

section {
    overflow: hidden;
    clear: both;
}

.header-banner {
    width: 100%;
    position: relative;
    color: #020202;
    background: 0 0;
}

.header-banner .header-banner-pic {
    display: flex;
    height: 100%;
    align-items: flex-end;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    justify-content: flex-end;
}

.header-banner .header-banner-pic img {
    max-width: none;
    display: block;
    width: 125%;
    height: auto;
}

.header-banner .header-banner-caption {
    justify-content: center;
    text-align: left;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 5;
    top: 0;
    left: 0;
    flex-direction: column;
    padding: 15px 0;
    color: #FFFFFF;
}

.header-banner h1 {
    max-width: 60%;
    text-transform: uppercase;
    font-family: "Oswald";
}

.header-banner h1 p {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.header-banner .container > p {
    max-width: 60%;
}

.header-banner p {
    margin-block: 15px;
    font-size: 1.125rem;
    letter-spacing: 0.018em;
}

.header-banner ul {
    max-width: 60%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 53px;
    list-style-image: url("./../img/icon-check.svg");
    margin-top: 40px;
    margin-left: 0;
    font-weight: 600;
}

.header-banner li {
    display: flex;
    align-items: center;
    padding-block: 20px;
    border-top: 2px solid rgba(0, 114, 255, 0.2);
    border-bottom: 2px solid rgba(0, 114, 255, 0.2);
    line-height: 1.5;
    color: #11363C;
}

.header-banner li::before {
    margin-right: 20px;
}

.header-banner li:nth-child(1)::before {
    content: url("../img/icon-libra.svg");
}

.header-banner li:nth-child(2)::before {
    content: url("../img/icon-discount.svg");
}

.header-banner li:nth-child(3)::before {
    content: url("../img/icon-basket.svg");
}

.header-banner li:nth-child(4)::before {
    content: url("../img/icon-wallet.svg");
}

@media screen and (max-width: 1499px) {
    .header-banner ul {
        gap: 20px;
    }

    .header-banner li {
        padding-block: 15px;
    }
}

@media screen and (max-width: 991px) {
    .header-banner .header-banner-pic {
        max-height: 250px;
    }
}

@media screen and (max-width: 1199px) {
    .header-banner .header-banner-pic {
        justify-content: flex-end;
    }

    .header-banner h1 {
        font-size: 2rem;
    }

    .header-banner ul {
        max-width: 400px;
        grid-template-rows: auto;
        margin-top: 20px;
    }
}

@media screen and (min-width: 1200px) {
    .header-banner h1 {
        font-size: 40px;
    }

    .header-banner p {
        font-size: 1.2vw;
    }

    .header-banner ul {
        display: flex;
        flex-direction: row;
        max-width: 75%;
        font-size: 1vw;
    }
}

@media screen and (max-width: 991px) {
    .header-banner h1 {
        font-size: 30px;
    }

    .header-banner p {
        font-size: 13px;
    }

    .header-banner ul {
        max-width: 340px;
        font-size: 12px;
    }

    .header-banner li {
        margin-bottom: 0;
        padding-block: 10px;
    }
}

@media screen and (max-width: 767px) {
    .header-banner br {
        display: none;
    }

    .header-banner h1 {
        max-width: 100%;
        font-size: 5.5vw;
    }

    .header-banner .container > p {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .header-banner .header-banner-caption {
        justify-content: start;
        overflow: hidden;
    }

    .header-banner ul {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        margin-block: 0;
        gap: 0;
    }

    .header-banner li {
        border: none;
        padding-block: 3px;
    }

    .header-banner li:nth-child(-n+2) {
        border-bottom: none;
    }

    .header-banner li:nth-child(1)::before {
        content: "";
        background-image: url("../img/icon-libra.svg");
        background-size: 25px 30px;
        display: inline-block;
        width: 25px;
        background-repeat: no-repeat;
        height: 30px;
    }

    .header-banner li:nth-child(2)::before {
        content: "";
        background-image: url("../img/icon-discount.svg");
        background-size: 25px 30px;
        display: inline-block;
        width: 25px;
        background-repeat: no-repeat;
        height: 30px;
    }

    .header-banner li:nth-child(3)::before {
        content: "";
        background-image: url("../img/icon-basket.svg");
        background-size: 25px 30px;
        display: inline-block;
        width: 25px;
        background-repeat: no-repeat;
        height: 30px;
    }

    .header-banner li:nth-child(4)::before {
        content: "";
        background-image: url("../img/icon-wallet.svg");
        background-size: 25px 30px;
        display: inline-block;
        width: 25px;
        background-repeat: no-repeat;
        height: 30px;
    }
}

@media screen and (max-width: 575px) {
    .header-banner .category-banner-wrapper.mobile {
        min-height: 300px;
    }
}

::-webkit-scrollbar {
    width: 7px;
    height: 3px;
}

::-webkit-scrollbar-track {
    height: 5px !important;
}

.section-top-brands .top-brands-banner {
    bottom: 0 !important;
}

.section-top-brands .top-brands-banner,
.section-top-brands .bottom-brands-container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.section-top-brands .top-brands-banner .top-brands-title,
.section-top-brands .bottom-brands-container .top-brands-title {
    display: block;
    margin-bottom: 20px;
    padding-top: 0;
    position: static;
    font-size: 1.875rem;
    line-height: 1.1333333333;
    text-align: center;
}

.section-top-brands .top-brands-banner .top-brands-title i,
.section-top-brands .bottom-brands-container .top-brands-title i {
    font-style: normal;
    color: #0072FF;
}

.section-top-brands .top-brands-banner .top-brands-list,
.section-top-brands .bottom-brands-container .top-brands-list {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
    overflow: visible;
}

.section-top-brands .top-brands-banner .top-brands-item,
.section-top-brands .bottom-brands-container .top-brands-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 10px;
    min-height: 220px;
    position: relative;
    margin-inline: 0;
    box-shadow: none;
}

.section-top-brands .top-brands-banner .top-brands-item:nth-child(1) .top-brands-item-container,
.section-top-brands .bottom-brands-container .top-brands-item:nth-child(1) .top-brands-item-container {
    border: 2px solid #b09e49;
}

.section-top-brands .top-brands-banner .top-brands-item:nth-child(1) .number-post,
.section-top-brands .bottom-brands-container .top-brands-item:nth-child(1) .number-post {
    background: linear-gradient(135deg, #84794B 45%, #FFDF3D 100%);
}

.section-top-brands .top-brands-banner .top-brands-item-container,
.section-top-brands .bottom-brands-container .top-brands-item-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    padding: 25px;
    border: 2px solid #ffa500;
}

.section-top-brands .top-brands-banner .top-brands-item-left,
.section-top-brands .bottom-brands-container .top-brands-item-left {
    align-self: center;
}

.section-top-brands .top-brands-banner .top-brands-item-right,
.section-top-brands .bottom-brands-container .top-brands-item-right {
    flex-basis: 0;
    flex-grow: 1;
    padding-left: 25px;
}

.section-top-brands .top-brands-banner .top-brands-item .number-post,
.section-top-brands .bottom-brands-container .top-brands-item .number-post {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-weight: 600;
    top: -2px;
    left: -2px;
    background: #ffa500;
    color: #FBFAF3;
    padding: 3px;
}

.section-top-brands .top-brands-banner .top-brands-item .cm-col__num,
.section-top-brands .bottom-brands-container .top-brands-item .cm-col__num {
    line-height: 1.375;
}

.section-top-brands .top-brands-banner .top-brands-item-top,
.section-top-brands .bottom-brands-container .top-brands-item-top {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-top-brands .top-brands-banner .top-brands-item-link,
.section-top-brands .bottom-brands-container .top-brands-item-link {
    display: flex;
    justify-content: flex-end;
}

.section-top-brands .top-brands-banner .top-brands-item-link a,
.section-top-brands .bottom-brands-container .top-brands-item-link a {
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .section-top-brands .top-brands-banner .top-brands-item-image,
    .section-top-brands .bottom-brands-container .top-brands-item-image {
        width: 100px;
        height: 100px;
        padding: 10px;
    }

    .section-top-brands .top-brands-banner .top-brands-item-image img,
    .section-top-brands .bottom-brands-container .top-brands-item-image img {
        display: block;
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .section-top-brands .top-brands-banner,
    .section-top-brands .bottom-brands-container {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 10px;
    }

    .section-top-brands .top-brands-banner .top-brands-list,
    .section-top-brands .bottom-brands-container .top-brands-list {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .section-top-brands .top-brands-banner .top-brands-title,
    .section-top-brands .bottom-brands-container .top-brands-title {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-bottom: 5px;
        padding-top: 0;
        font-size: 20px;
    }

    .section-top-brands .top-brands-banner .top-brands-list,
    .section-top-brands .bottom-brands-container .top-brands-list {
        margin-top: 25px;
        overflow-x: auto;
    }

    .section-top-brands .top-brands-banner .top-brands-item,
    .section-top-brands .bottom-brands-container .top-brands-item {
        flex: 0 0 66%;
        max-width: 66%;
        margin-block: 10px;
    }

    .section-top-brands .top-brands-banner .top-brands-item-container,
    .section-top-brands .bottom-brands-container .top-brands-item-container {
        flex-wrap: wrap;
        padding: 20px;
    }

    .section-top-brands .top-brands-banner .top-brands-item-left, .section-top-brands .top-brands-banner .top-brands-item-right,
    .section-top-brands .bottom-brands-container .top-brands-item-left,
    .section-top-brands .bottom-brands-container .top-brands-item-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-top-brands .top-brands-banner .top-brands-item-right,
    .section-top-brands .bottom-brands-container .top-brands-item-right {
        padding-left: 0;
    }

    .section-top-brands .top-brands-banner .top-brands-item-image,
    .section-top-brands .bottom-brands-container .top-brands-item-image {
        margin-inline: auto;
    }
}

.section-bootom-brands {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .section-bootom-brands .bottom-brands-container .top-brands-title {
        margin-bottom: 10px;
    }
}

.featured-brands .featured-brands-title {
    padding-top: 0;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .featured-brands {
        margin-top: 0;
        padding-bottom: 0;
        padding: 10px 0;
    }

    .featured-brands .featured-list {
        display: flex;
        align-items: center;
        overflow: auto;
    }

    .featured-brands .featured-item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        margin-bottom: 5px;
        margin-right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .featured-brands .featured-item img {
        -o-object-fit: contain;
        object-fit: contain;
        mix-blend-mode: multiply;
    }
}

@media screen and (min-width: 768px) {
    .featured-brands {
        background: transparent;
    }
}

.tpdlsbrandsgrade-coupon-info {
    font-size: 14px;
    line-height: 1.5;
}

.tpdlsbrandsgrade-coupon-info .coupon-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0 20px;
}

.tpdlsbrandsgrade-coupon-info p {
    margin: 0;
}

.tpdlsbrandsgrade-coupon-info .secret-tooltip {
    position: relative;
}

.tpdlsbrandsgrade-coupon-info .secret-tooltip_text {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 450px;
    margin-left: -60px;
    border-radius: 0;
    padding: 20px;
    background-color: #10180F;
    visibility: hidden;
    color: #fff;
    text-align: center;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.3s;
}

.tpdlsbrandsgrade-coupon-info .secret-tooltip_text ::after {
    top: -9px;
    transform: rotate(0deg);
}

.tpdlsbrandsgrade-coupon-info .secret-tooltip_text p {
    color: inherit;
}

.tpdlsbrandsgrade-coupon-info .secret-tooltip_text span::after {
    position: absolute;
    top: 3px;
    right: 0px;
    content: "x";
    font-size: 18px;
    width: 20px;
    height: 20px;
    line-height: 0.8;
    cursor: pointer;
}

.tpdlsbrandsgrade-coupon-info .secret-tooltip .secret-tooltip_btn {
    font-weight: 700;
    color: #11363C !important;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .tpdlsbrandsgrade-coupon-info {
        font-size: 12px;
    }

    .tpdlsbrandsgrade-coupon-info .coupon-info-wrapper {
        justify-content: space-between;
        padding: 15px 0;
    }

    .tpdlsbrandsgrade-coupon-info .secret-tooltip_text {
        right: 0;
        margin-left: 0;
        max-width: 300px;
        color: #ffffff;
    }
}

@media screen and (max-width: 575px) {
    .tpdlsbrandsgrade-coupon-info .secret-tooltip_text {
        width: 320px;
        top: 30px;
        bottom: auto;
    }
}

.section-main-listing .section-wrapper {
    margin-bottom: 20px;
}

.section-main-listing .coupon-box {
    position: relative;
    border-block: 2px solid #ffa500;
    border-inline: 2px solid transparent;
}

.section-main-listing .coupon-box.coupon-box-1 {
    -o-border-image: linear-gradient(89.89deg, #84784A 10.27%, #D2C071 27.75%, #F1DD80 36.49%, #FBF2A8 51.59%, #F1DD80 68.28%, #AB9C5D 76.23%);
    border-image: linear-gradient(89.89deg, #84784A 10.27%, #D2C071 27.75%, #F1DD80 36.49%, #FBF2A8 51.59%, #F1DD80 68.28%, #AB9C5D 76.23%);
    border-image-slice: 2;
    border-image-width: 2px 0;
}

.section-main-listing .coupon-box.coupon-box-1 .badge-wrapper .number-post {
    background: linear-gradient(135deg, #84794B 45%, #FFDF3D 100%);
}

.section-main-listing .coupon-box.coupon-box-1 .badge-wrapper .badges {
    border-color: #958853;
    color: #958853;
}

.section-main-listing .coupon-box.coupon-box-1 .coupon-item-footer {
    background-color: #FFF8D5;
}

.section-main-listing .coupon-box.coupon-box-1 .coupon-item-footer ul {
    list-style-image: url("./../img/bullet-gold.png");
}

.section-main-listing .coupon-box.coupon-box-2, .section-main-listing .coupon-box.coupon-box-3 {
    border-block-color: #0072FF;
}

.section-main-listing .coupon-box.coupon-box-2 .badge-wrapper .number-post, .section-main-listing .coupon-box.coupon-box-3 .badge-wrapper .number-post {
    background-color: #0072FF;
}

.section-main-listing .coupon-box.coupon-box-2 .badge-wrapper .badges, .section-main-listing .coupon-box.coupon-box-3 .badge-wrapper .badges {
    border-color: #0072FF;
    color: #0072FF;
}

.section-main-listing .coupon-box.coupon-box-2 .coupon-item-footer, .section-main-listing .coupon-box.coupon-box-3 .coupon-item-footer {
    background-color: #F2F8FF;
}

.section-main-listing .coupon-box.coupon-box-2 .coupon-item-footer ul, .section-main-listing .coupon-box.coupon-box-3 .coupon-item-footer ul {
    list-style-image: url("./../img/bullet-blue.png");
}

.section-main-listing .coupon-box:hover {
    border-inline: 2px solid #ffa500;
}

.section-main-listing .coupon-box:hover.coupon-box-1 {
    -o-border-image: linear-gradient(89.89deg, #84784A 10.27%, #D2C071 27.75%, #F1DD80 36.49%, #FBF2A8 51.59%, #F1DD80 68.28%, #AB9C5D 76.23%);
    border-image: linear-gradient(89.89deg, #84784A 10.27%, #D2C071 27.75%, #F1DD80 36.49%, #FBF2A8 51.59%, #F1DD80 68.28%, #AB9C5D 76.23%);
    border-image-slice: 2;
    border-image-width: 2px;
}

.section-main-listing .coupon-box:hover.coupon-box-2, .section-main-listing .coupon-box:hover.coupon-box-3 {
    border-inline: 2px solid #0072FF;
}

.section-main-listing .coupon-box.coupon-list {
    width: 100%;
    margin-bottom: 40px;
}

.section-main-listing .coupon-box .coupon-item-header {
    display: flex;
    padding: 35px 35px 20px;
}

.section-main-listing .coupon-box .coupon-item-header .flex-left, .section-main-listing .coupon-box .coupon-item-header .flex-middle, .section-main-listing .coupon-box .coupon-item-header .flex-right {
    padding-left: 15px;
    padding-right: 15px;
}

.section-main-listing .coupon-box .coupon-item-header .flex-left {
    flex: 0 0 19%;
    max-width: 19%;
}

.section-main-listing .coupon-box .coupon-item-header .flex-middle {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.section-main-listing .coupon-box .coupon-item-header .flex-right {
    flex: 0 0 34%;
    max-width: 34%;
}

.section-main-listing .coupon-box .coupon-item-header .full-description {
    display: none;
}

.section-main-listing .coupon-box .coupon-item-footer {
    padding: 15px 50px;
    background-color: #fffaf4;
}

.section-main-listing .coupon-box .flex-wrap {
    display: flex;
    align-items: center;
}

.section-main-listing .coupon-box .scrtscpns-coupon-box-header .brand-discount-percent {
    width: 50px;
    height: 27px;
    background-color: #ffa500;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #ffffff;
}

.section-main-listing .coupon-box .scrtscpns-coupon-box-header .brand-title-subtitle h4 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1.5;
    font-family: "Oswald";
    color: #000000;
    text-transform: uppercase;
}

.section-main-listing .coupon-box .scrtscpns-coupon-box-header .brand-title-subtitle .coupon-box_header-subtitle {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.43;
    letter-spacing: 0.018em;
}

.section-main-listing .coupon-box .coupon-box-description {
    width: 100%;
}

.section-main-listing .coupon-box .full-description ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
    list-style-image: url("./../img/bullet-orange.png");
    list-style-position: inside;
}

.section-main-listing .coupon-box .full-description li {
    flex: 0 0 33.333%;
    max-width: calc(33.333% - 15px);
    margin-bottom: 0;
    margin-left: 15px;
    padding-block: 2px;
}

.section-main-listing .coupon-box .coupon-box_header-overall-rating-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 25px;
    font-weight: 700;
}

.section-main-listing .coupon-box .coupon-box_header-overall-rating-wrapper .coupon-box_header-overall-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 2px solid #ffa500;
    font-size: 20px;
}

.section-main-listing .coupon-box .coupon-box_header-overall-rating-wrapper .stars {
    display: flex;
    align-items: center;
}

.section-main-listing .coupon-box .coupon-box_header-overall-rating-wrapper .star {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.section-main-listing .coupon-box .coupon-box_header-overall-rating-wrapper .star.on {
    background-image: url("../img/icon-star.svg");
}

.section-main-listing .coupon-box .coupon-box_header-overall-rating-wrapper .star.half {
    background-image: url("../img/icon-half_star.svg");
}

.section-main-listing .coupon-box .coupon-top-meta {
    margin-bottom: 0;
    padding-right: 30px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-right: 1px solid #D9DCE0;
}

.section-main-listing .coupon-box .coupon-top-meta.list-descr-mobile {
    display: none;
}

.section-main-listing .coupon-box .coupon-top-meta .coupon-box_header-list-rating {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.section-main-listing .coupon-box .coupon-top-meta .used {
    padding-left: 5px;
}

.section-main-listing .coupon-box .rating-block {
    display: flex;
    align-items: center;
    padding-left: 30px;
    font-size: 20px;
    letter-spacing: -1px;
}

.section-main-listing .coupon-box .rating-block .ranking_statement {
    padding-right: 20px;
}

.section-main-listing .coupon-box .vs-coupon-code-copied-wrapper {
    display: none;
    margin-top: 10px;
    text-align: center;
}

.section-main-listing .coupon-box .vs-coupon-code-copied-wrapper .vs-coupon-code-copied {
    padding: 0;
    background-color: transparent;
    font-weight: 700;
}

.section-main-listing .coupon-box .vs-coupon-code-wrapper {
    margin-top: 10px;
    font-weight: 700;
    text-align: center;
}

.section-main-listing .coupon-box .vs-coupon-code-wrapper .vs-coupon-code {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.section-main-listing .coupon-box .vs-coupon-code-wrapper .vs-coupon-code p {
    margin-bottom: 0;
    vertical-align: middle;
}

.section-main-listing .coupon-box .vs-coupon-code-wrapper .vs-coupon-code strong {
    padding-left: 10px;
    font-size: 20px;
    line-height: 1.5;
    color: #0072FF;
}

.section-main-listing .coupon-box .vs-coupon-code-wrapper .vs-coupon-code::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-right: 6px;
    background-image: url("../img/icon-coupon.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.section-main-listing .coupon-box .badge-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
}

.section-main-listing .coupon-box .badge-wrapper .number-post {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    background-color: #ffa500;
    color: #ffffff;
    position: relative;
    left: -2px;
    top: -1px;
}

.section-main-listing .coupon-box .badge-wrapper .badges {
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-left-color: #958853;
    padding: 4px 25px 2px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #ffa500;
}

.section-main-listing .coupon-box .coupon-grid_feature-image-cat {
    max-width: 120px;
    width: 100%;
    margin: auto;
}

.section-main-listing .coupon-box .mobile-tabs {
    display: none;
}

@media screen and (max-width: 1199px) {
    .section-main-listing .coupon-box .coupon-item-header {
        padding-inline: 5px;
    }

    .section-main-listing .coupon-box .coupon-item-header .flex-left {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .section-main-listing .coupon-box .coupon-item-header .flex-right {
        flex: 0 0 38%;
        max-width: 38%;
    }

    .section-main-listing .coupon-box .coupon-item-footer {
        padding-inline: 25px;
    }

    .section-main-listing .coupon-box .coupon-top-meta {
        padding-right: 7px;
    }

    .section-main-listing .coupon-box .rating-block {
        padding-left: 7px;
        font-size: 14px;
    }

    .section-main-listing .coupon-box .rating-block .ranking_statement {
        padding-right: 8px;
    }

    .section-main-listing .coupon-box .coupon-box_header-overall-rating-wrapper .coupon-box_header-overall-rating {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .section-main-listing .coupon-box .coupon-box_header-overall-rating-wrapper .star {
        margin-right: 4px;
    }

    .section-main-listing .coupon-box .coupon-btn-outer {
        max-width: 275px;
        margin-left: auto;
    }

    .section-main-listing .coupon-box .vs-coupon-code-wrapper .vs-coupon-code strong {
        padding-left: 6px;
    }
}

@media screen and (min-width: 992px) {
    .section-main-listing .coupon-box .flex-bottom {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .section-main-listing .coupon-box.coupon-box {
        border-inline: 2px solid #ffa500;
    }

    .section-main-listing .coupon-box.coupon-box-1 {
        border-image-width: 2px;
    }

    .section-main-listing .coupon-box.coupon-box-2, .section-main-listing .coupon-box.coupon-box-3 {
        border-inline: 2px solid #0072FF;
    }

    .section-main-listing .coupon-box .coupon-item-header .flex-left {
        flex: 0 0 40%;
        max-width: 40%;
        padding-bottom: 30px;
    }

    .section-main-listing .coupon-box .coupon-item-header .flex-middle {
        flex: 0 0 60%;
        max-width: 60%;
        padding-bottom: 30px;
    }

    .section-main-listing .coupon-box .coupon-item-header .flex-right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-main-listing .coupon-box .coupon-item-header .flex-right .coupon-btn-outer,
    .section-main-listing .coupon-box .coupon-item-header .flex-right .vs-coupon-code-wrapper {
        display: none;
    }

    .section-main-listing .coupon-box .coupon-item-header .flex-right .vs-coupon-code-copied-wrapper {
        display: none !important;
    }

    .section-main-listing .coupon-box .flex-bottom {
        padding: 15px 0;
    }

    .section-main-listing .coupon-box .coupon-box_header-overall-rating-wrapper {
        justify-content: center;
    }

    .section-main-listing .coupon-box .coupon-btn-outer {
        margin-right: auto;
    }
}

@media screen and (max-width: 767px) {
    .section-main-listing .section-wrapper {
        padding-bottom: 0;
    }

    .section-main-listing .coupon-box .coupon-item-header {
        padding-bottom: 0;
    }

    .section-main-listing .coupon-box .coupon-item-header .flex-left, .section-main-listing .coupon-box .coupon-item-header .flex-middle {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section-main-listing .coupon-box .coupon-item-header .flex-middle {
        padding-top: 0;
        padding-bottom: 15px;
    }

    .section-main-listing .coupon-box .coupon-item-header .flex-left {
        padding-bottom: 15px;
    }

    .section-main-listing .coupon-box .coupon-item-footer {
        padding: 20px 0;
    }

    .section-main-listing .coupon-box .badges {
        position: static;
    }

    .section-main-listing .coupon-box .coupon-box_header-overall-rating-wrapper {
        margin-bottom: 15px;
    }

    .section-main-listing .coupon-box .scrtscpns-coupon-box-header .brand-title-subtitle {
        padding: 0;
        text-align: center;
    }

    .section-main-listing .coupon-box .scrtscpns-coupon-box-header .brand-title-subtitle h4 {
        font-size: 18px;
    }

    .section-main-listing .coupon-box .scrtscpns-coupon-box-header .brand-title-subtitle .coupon-box_header-subtitle {
        margin-bottom: 0;
        font-size: 16px;
    }

    .section-main-listing .coupon-box .coupon-title,
    .section-main-listing .coupon-box .coupon-box_header-subtitle {
        text-align: center;
    }

    .section-main-listing .coupon-box .full-description li {
        flex: 0 0 100%;
        max-width: 100%;
        padding-block: 4px;
        padding-left: 15px;
        margin-left: 0;
    }
}

.section-categories-slider {
    margin-bottom: 40px;
}

.section-categories-slider .section-wrapper {
    padding-top: 0;
}

.section-categories-slider .brands-slider-outer {
    padding-top: 1rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
}

.section-categories-slider .category-slider-outer {
    padding-bottom: 0;
}

.section-categories-slider .category-slider-outer .main-carousel {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-categories-slider .category-slider-outer .carousel-cell {
    min-height: 170px;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.section-categories-slider .category-slider-outer .carousel-cell > a {
    height: 100%;
    width: 100%;
    min-height: 130px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
}

.section-categories-slider .category-slider-outer .carousel-cell img {
    margin: 0 auto;
    height: 50px;
    max-height: 50px;
    max-width: 100%;
}

.section-categories-slider .category-slider-outer .carousel-cell h5 {
    margin-bottom: 0;
}

.section-categories-slider .slider-title {
    font-size: 1.5em;
    padding: 0;
    text-align: center;
    color: #FBFAF3;
}

.section-categories-slider #category-slider-title {
    color: #000000;
}

.section-categories-slider .main-carousel {
    padding-top: 10px;
    padding-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.section-categories-slider .main-carousel .flickity-slider {
    display: flex;
}

.section-categories-slider .main-carousel .flickity-button {
    top: auto;
    bottom: 0;
    transform: translateY(50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 10px;
    background: transparent;
    color: #0072FF;
}

.section-categories-slider .main-carousel .flickity-button.previous {
    left: 0;
    margin-right: 0;
}

.section-categories-slider .main-carousel .flickity-button.next {
    right: 0;
    margin-right: 0;
}

.section-categories-slider .main-carousel .flickity-button:hover {
    color: #11363C;
}

.section-categories-slider .main-carousel .flickity-button svg {
    position: static;
    display: block;
    width: 20px;
    height: 20px;
    margin: auto;
}

.section-categories-slider .main-carousel .flickity-page-dots {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

.section-categories-slider .main-carousel .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(0, 114, 255, 0.6);
    margin-left: 5px;
    margin-right: 5px;
}

.section-categories-slider .main-carousel .flickity-page-dots .dot.is-selected {
    background: #0072FF;
}

.section-categories-slider .carousel-cell {
    width: 18%;
    height: 100%;
    min-height: 470px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.section-categories-slider .carousel-cell > div, .section-categories-slider .carousel-cell > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 23px 18px;
    border-width: 2px;
    border-style: solid;
    border-block-color: #0072FF;
    border-inline-color: transparent;
}

.section-categories-slider .carousel-cell .img-outer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 80px;
    margin-inline: auto;
    margin-bottom: 15px;
    aspect-ratio: 1/1;
}

.section-categories-slider .carousel-cell .img-outer img {
    display: block;
    width: 100px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
}

.section-categories-slider .carousel-cell .card-title {
    font-family: "Oswald";
    margin-bottom: 8px;
    font-size: 1.25rem;
    line-height: 1.5;
}

.section-categories-slider .carousel-cell .card-text {
    height: auto;
    min-height: 35px;
    margin-bottom: 15px;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.2222222222;
    text-transform: uppercase;
}

.section-categories-slider .carousel-cell .cp-btn-outer {
    border: 2px dashed #FBFAF3;
    padding: 10px;
    background: linear-gradient(360deg, rgba(11, 171, 124, 0.08) 0%, rgba(110, 179, 87, 0.08) 100%);
    background-color: #0072FF;
    text-align: center;
}

.section-categories-slider .carousel-cell .vs-coupon-code-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-width: 2px;
    border-style: dashed;
    border-color: blue;
    -o-border-image: initial;
    border-image: initial;
    padding: 20px 5px 0;
    font-weight: 700;
    cursor: pointer;
}

.section-categories-slider .carousel-cell .vs-coupon-code-wrapper .vs-coupon-code {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    /*&::before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        margin-top: 4px;
        margin-right: 6px;
        background-image: url('../img/icon-coupon.png');
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
    }*/
}

.section-categories-slider .carousel-cell .vs-coupon-code-wrapper .vs-coupon-code p {
    margin-bottom: 0;
    vertical-align: middle;
}

.section-categories-slider .carousel-cell .vs-coupon-code-wrapper .vs-coupon-code strong {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    color: #0072FF;
}

.section-categories-slider .carousel-cell .vs-coupon-code-wrapper .coupon-action {
    color: #0072FF;
    font-size: 14px;
}

.section-categories-slider .carousel-cell .vs-coupon-code-copied-wrapper {
    display: none;
    margin-bottom: 10px;
    text-align: center;
}

.section-categories-slider .carousel-cell .vs-coupon-code-copied-wrapper .vs-coupon-code-copied {
    padding: 0;
    background-color: transparent;
    font-weight: 700;
}

.section-categories-slider .carousel-cell .coupon-btn-outer {
    position: absolute;
    bottom: 0;
    width: calc(100% - 35px);
    margin-bottom: 10px;
}

.section-categories-slider .carousel-cell .coupon-btn-outer > a {
    border: 2px solid #0072FF;
    background-color: #0072FF;
    color: #FBFAF3;
}

.section-categories-slider .carousel-cell .coupon-btn-outer > a:hover, .section-categories-slider .carousel-cell .coupon-btn-outer > a:visited, .section-categories-slider .carousel-cell .coupon-btn-outer > a:focus {
    background: white;
    color: #0072FF;
}

@media screen and (max-width: 1199px) {
    .section-categories-slider .carousel-cell {
        width: 32%;
    }
}

@media screen and (max-width: 991px) {
    .section-categories-slider .main-carousel .flickity-button.previous {
        left: -50px;
    }

    .section-categories-slider .main-carousel .flickity-button.next {
        right: -50px;
    }

    .section-categories-slider .carousel-cell {
        width: 40%;
    }
}

@media screen and (min-width: 992px) {
    .section-categories-slider .main-carousel .flickity-button svg {
        fill: #ffffff;
    }
}

@media screen and (max-width: 767px) {
    .section-categories-slider .main-carousel .flickity-button {
        display: none;
    }

    .section-categories-slider .carousel-cell {
        width: 80%;
    }

    .section-categories-slider .slider-title {
        font-size: 20px;
        padding: 0;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .section-categories-slider .slider-title {
        font-size: 1.875rem;
        line-height: 1.1333333333;
    }
}

@media screen and (max-width: 575px) {
    .section-categories-slider .main-carousel .flickity-button {
        top: auto;
        bottom: 0;
        margin-bottom: 10px;
        transform: translateY(0);
    }

    .section-categories-slider .main-carousel .flickity-button.previous {
        left: 0;
    }

    .section-categories-slider .main-carousel .flickity-button.next {
        right: 0;
    }

    .section-categories-slider .carousel-cell {
        min-height: 480px;
        width: 100%;
    }

    .section-categories-slider .carousel-cell > div, .section-categories-slider .carousel-cell > a {
        padding: 10px;
    }

    .section-categories-slider .carousel-cell .coupon-btn-outer {
        width: calc(100% - 20px);
    }

    .section-categories-slider .carousel-cell .coupon-btn-outer > a {
        font-size: 0.8em;
    }

    .vs-coupon-code-wrapper p.coupon-action {
        margin-bottom: 10px;
        margin-top: 15px;
    }

    .section-main-listing .coupon-box .vs-coupon-code-wrapper .vs-coupon-code::before {
        margin-top: 1px;
    }
}

@media screen and (max-width: 767px) {
    #brands-slider .flickity-slider .carousel-cell {
        width: 45%;
    }
}

@media screen and (max-width: 575px) {
    #brands-slider .flickity-slider .carousel-cell {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #brands-slider .flickity-slider .carousel-cell {
        width: 22%;
    }
}

.section-categories-info {
    margin-bottom: 40px;
}

.section-categories-info .category-info h1,
.section-categories-info .category-info h2,
.section-categories-info .category-info h3,
.section-categories-info .category-info h4,
.section-categories-info .category-info h5,
.section-categories-info .category-info h6,
.section-categories-info .category-info p,
.section-categories-info .category-info ul {
    margin-inline: auto;
}

.section-categories-info .category-info h1 {
    margin-bottom: 30px;
}

.section-categories-info .category-info h2 {
    margin-bottom: 25px;
}

.section-categories-info .category-info p {
    margin-bottom: 30px;
}

.section-categories-info .category-info ol {
    padding-left: 40px;
}

.section-categories-info .block-bg {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 35px;
    background-image: url("./../img/cta-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.section-categories-info .block-bg h1,
.section-categories-info .block-bg h2,
.section-categories-info .block-bg h3,
.section-categories-info .block-bg h4,
.section-categories-info .block-bg h5,
.section-categories-info .block-bg h6,
.section-categories-info .block-bg p {
    max-width: 745px;
    margin-inline: auto;
    margin-bottom: 25px;
}

.section-categories-info .block-bg h1.txt-green,
.section-categories-info .block-bg h2.txt-green,
.section-categories-info .block-bg h3.txt-green,
.section-categories-info .block-bg h4.txt-green,
.section-categories-info .block-bg h5.txt-green,
.section-categories-info .block-bg h6.txt-green,
.section-categories-info .block-bg p.txt-green {
    background: linear-gradient(360deg, #0BAB7C 0%, #6EB357 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.section-categories-info .block-bg h1,
.section-categories-info .block-bg h2,
.section-categories-info .block-bg h3,
.section-categories-info .block-bg h4,
.section-categories-info .block-bg h5,
.section-categories-info .block-bg h6 {
    color: #FBFAF3;
}

.section-categories-info .block-bg p {
    color: #D9DCE0;
}

@media screen and (max-width: 767px) {
    .section-categories-info .section-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }

    .section-categories-info .block-bg {
        padding-inline: 20px;
    }

    .section-categories-info .category-info h2 {
        text-align: center;
    }

    .section-categories-info .category-info ol {
        padding-left: 10px;
    }
}

.section-faq {
    margin-bottom: 40px;
}

.section-faq .faq-container {
    padding-inline: 0;
}

.section-faq .faq-title {
    margin-top: 0;
}

.section-faq .faq-title i {
    color: #0072FF;
    font-style: normal;
}

.section-faq .faq-item:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .section-faq .faq-title {
        text-align: center;
        margin-bottom: 25px;
        font-size: 20px;
    }
}

/*# sourceMappingURL=custom.css.map */
/* New styles from 10.01.2024 */
.section-main-listing .coupon-box .scrtscpns-coupon-box-header .brand-title-subtitle .new-heading-brand {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1.5;
    font-family: "Oswald";
    color: #000000;
    text-transform: uppercase;
}

@media (max-width: 425px) {
    #cmplz-cookiebanner-container .cmplz-cookiebanner {
        grid-gap: 4px;
    }

    #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header {
        display: flex;
        justify-content: space-between;
    }

    #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-title {
        width: 100%;
        text-align: center;
        font-weight: 700;
        display: block;
    }

    #cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons {
        display: flex;
        flex-direction: row;
    }

}



.sticky-banner_text .sticky-banner_heading_upper, .sticky-banner_text .sticky-banner_heading_down {
    font-size: 24px;
    margin: 0;
    text-transform: none;
    line-height: 1.5;
    font-weight: 700;
    color: #212529;
}


.sticky-banner_text .sticky-banner_heading_down {
    font-size: 18px;
}

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn{
  text-transform: none;
}

@media (max-width: 767px) {

  .sticky-banner_text .sticky-banner_heading_upper {
      font-size: 16px;
  }
  .sticky-banner_text .sticky-banner_heading_down{
      font-size: 14px;
  }
  .sticky-banner_text h3, .sticky-banner_text h4 {
      line-height: 1.25;
  }
}

@media (max-width: 500px) {
  #cmplz-cookiebanner-container .cmplz-cookiebanner {
    left:0
  }
}

#brands-category-slider .carousel-cell .card-title{
    margin: 0 !important;
    padding: 15px;
    line-height: 1rem;
    height: 26px;
    overflow: hidden;
    font-size: 1rem;
    color: #383838;
}

@media (max-width: 360px) {
    .section-main-listing .coupon-box .vs-coupon-code-wrapper .vs-coupon-code p{
        font-size: 13px!important;
    }
    .section-main-listing .coupon-box .vs-coupon-code-wrapper .vs-coupon-code p strong{
        font-size: 14px!important;
    }
}

/* New Header Section */

.new-header-banner-section{
    /*padding: 30px 0;*/
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0 45px;
}

.new-header-banner-section__container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.new-header-banner-section__title h1 p{
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    font-size: 2.5rem;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.new-header-banner-section__sub-title p{
    font-size: 1.2vw;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    margin-bottom: 0.5em;
}
.new-header-banner-section__icon-box{
    display: flex;
    /*width: 25%;*/
    /*max-width: 250px;*/
    height: 90px;
    align-items: center;
    border-top: 2px solid rgba(0, 114, 255, 0.2);
    border-bottom: 2px solid rgba(0, 114, 255, 0.2);
    margin-right: 50px;
}
.new-header-banner-section__icon-box:last-child{
    margin-right: 0px;
}
.new-header-banner-section__text{
    /*height: 50px;*/
    vertical-align: middle;
    /*display: table-cell;*/
    font-family: 'Poppins', sans-serif ;
    /*font-size: 14px;*/
    font-weight: 600;
    line-height: 33px;
    color: white;
    padding: 0;
    margin: 0;
    padding-left: 15px;
    font-size: 1vw;
    /*width: 250px;*/
}
.new-header-banner-section__sub-title{
    margin-bottom: 20px;
}
.new-header-banner-section__icon{
    background-size: 40px 40px;
    background-position: top left;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    /*display: table-cell;*/
}
.icon-col1 {
    background-image: url(../img/icon-libra.svg);
}

.icon-col2 {
    background-image: url(../img/icon-discount.svg);
}

.icon-col3 {
    background-image: url(../img/icon-basket.svg);
}

.icon-col4 {
    background-image: url(../img/icon-wallet.svg);
}
.new-header-banner-section__title h1 p{
    margin-bottom: 0px;
}

/*@media (max-width: 500px) {*/
/*    */
/*}*/

@media (min-width: 576px) {
    .new-header-banner-section__container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .new-header-banner-section__container {
        max-width: 760px;

    }
}
@media (min-width: 769px) {

    .new-header-banner-section__title h1 p{
        margin-bottom: 0px;
    }
    .new-header-banner-section__sub-title{
        max-width: 60%;
    }
    .new-header-banner-section__icons-text{
        display: flex;
        /*margin-bottom: 40px;*/
    }

}
@media (min-width: 992px) {
    .new-header-banner-section__container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .new-header-banner-section__container {
        max-width: 1140px;
    }
    .new-header-banner-section__title h1 p{
        /*margin-bottom: 20px;*/
        font-size: 40px;
    }
    ew-header-banner-section__sub-title {
        margin-bottom: 1em;
    }
}
@media (min-width: 1500px){
    .new-header-banner-section__container {
        max-width: 1450px;
    }
}

@media (min-width: 1900px){
    .new-header-banner-section__title h1 p{
        /*margin-bottom: 0.5em;*/
    }
    .new-header-banner-section__sub-title{
        margin-bottom: 1.5em;
    }
}
@media (max-width: 1500px) {
    .new-header-banner-section__icon-box{
        margin-right: 20px;
    }
}
@media (max-width: 1200px) {
    .new-header-banner-section__sub-title p {
        font-size: 15px;
    }
    .new-header-banner-section__text{
        font-size: 14px;
        line-height: 20px;
    }
    .new-header-banner-section__title h1 p{
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .new-header-banner-section__icons-text{
        max-width: 500px;
    }
    .new-header-banner-section__icon{
        background-size: 40px 35px;
        width: 52px;
        height: 35px;

    }
}
@media (max-width: 1024px) {
    .new-header-banner-section__icon-box{
        max-width: 180px;
    }

    .new-header-banner-section__icon-box{
        height: 100%;
        padding: 10px 0;
    }
}
@media (max-width: 991px) {
    .new-header-banner-section__icon {
        background-size: 31px 40px;
        width: 53px;
        height: 40px;
    }
    .new-header-banner-section__text{
        /*width: 130px;*/
        font-weight: 600;
        line-height: 17px;
    }
    .new-header-banner-section__icons-text{
        max-width: 340px;
    }
    .new-header-banner-section__container{
        /*padding-left: 0px;*/
        /*padding-right: 0px;*/
    }
    .new-header-banner-section__icon-box{
        /*margin-bottom: 10px;*/
        /*border:none;*/
        height: 70px;

    }

}
@media (max-width: 768px) {
    .new-header-banner-section__icon{
        width: 35px;
        height: 35px;
        background-size: 35px 35px;
    }
    .new-header-banner-section__icon-box{
        max-width: 100%;
        border:none;
        height: 50px;
    }
    .new-header-banner-section__text{
        max-width: 100%;
        width: 200px;
    }
    .new-header-banner-section__sub-title{
        max-width: 400px;
    }
    .new-header-banner-section__sub-title p{
        font-size: 14px;
    }
    .new-header-banner-section__text{
        font-size: 14px;
        display: flex;
        align-items: center;
    }
    .new-header-banner-section__title h1 p{
        font-size: 22px;
        margin-bottom: 0;
    }


}
@media (max-width: 500px) {
    .new-header-banner-section{
        padding-bottom: 10px;
    }
    .new-header-banner-section__icon {
        width: 25px;
        height: 25px;
        background-size: 25px 25px;
    }
    .new-header-banner-section__text{
        font-size: 13px;
        padding-left: 10px;
    }
    .new-header-banner-section__icon-box{
        height: 30px;
    }

}