@charset "utf-8";

.carousel_container {
    padding: 0;
}
@media only screen and (min-width: 1400px) {
    .carousel_container {
        padding: 4% 0;
    }
}

.index-splash-wrap {
    width: 100%;
    background-image: url(/images/frontend_2023/index_splash_bg2.jpeg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    background-color: rgb(96,96,96);
}
.index-top-shop-container {
    padding: 1.5rem 30px;
}
.index-top-shop-container .top-value-prop {
    display: flex;
    align-items: center;
    margin: 2rem 0 3rem 0;
}
.index-top-shop-container .top-value-prop > .title {
}
.index-top-shop-container .top-value-prop > .title > .primary {
    display: block;
    font-size: 24px;
    line-height: 36px;
    color: var(--m2-brand-white-color);
    font-family: 'Quicksand-Regular';
    text-shadow: 1px 1px 4px rgba(0,0,0,0.25);
}
.index-top-shop-container .top-value-prop > .title > .secondary {
    font-size: 22px;
    line-height: 30px;
    color: rgba(255,255,255,0.8);
    font-family: 'Quicksand-Regular';
    display: block;
    margin-top: 0.75rem;
}
.index-top-shop-container .top-value-prop > .more-link {
    font-size: 32px;
    font-family: 'Quicksand-Regular';
    color: rgba(255,255,255,0.8);
}
.index-top-shop-container .shop-card {
    width: 100%;
    height: 100%;
    background-color: var(--m2-brand-white-color);
    border-radius: 0.25rem;
    padding: 1rem;
}
.index-top-shop-container .shop-card .heading {
    font-family: 'Quicksand-Bold';
    font-size: 20px;
    margin-bottom: 1rem;
    text-align: center;
}
.index-top-shop-container .shop-card .card-body {
    background-color: var(--m2-brand-white-color);
}
.index-top-shop-container .shop-card .product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.index-top-shop-container .shop-card .product-grid > .product {
    width: calc(50% - 0.75rem);
}
.index-top-shop-container .shop-card .product-grid > .product > a {
    display: block;
    padding: 0.5rem;
}
.index-top-shop-container .shop-card .product-grid > .product > a > img {
    width: 100%;
    height: auto;
}
.index-top-shop-container .shop-card .category-grid {
}
.index-top-shop-container .shop-card .category-grid > .category {
    margin-top: 1.5rem;
    text-align: center;
}
.index-top-shop-container .shop-card .category-grid > .category > a {
    display: block;
}
.index-top-shop-container .shop-card .category-grid > .category > a > .thumb {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
.index-top-shop-container .shop-card .category-grid > .category > a > .thumb > img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.index-top-shop-container .shop-card .category-grid > .category > a > .title {
    font-size: 18px;
    font-family: 'Quicksand-Semibold';
}
.index-top-shop-container .shop-card .category-callout-link {
    margin-top: 1rem;
    font-size: 0.9rem;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .index-top-shop-container .top-value-prop > .title > .primary {
        font-size: 36px;
        line-height: 48px;
    }
    .index-top-shop-container .top-value-prop {
        justify-content: space-between;
    }
    .index-splash-wrap {
        background-position: center -200px;
    }
    .index-top-shop-container {
        padding: 1.5rem 30px 2rem 30px;
    }
    .index-top-shop-container .shop-card {
        padding: 1.5rem;
    }
}

.business-account-wrap {
    width: 100%;
    background-image: url(/images/frontend_2023/business-account-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.business-account-wrap .info-panel {
    padding: 2.5rem 2rem;
    background-color: rgba(232,232,232,0.85);
    margin: 200px 2rem 0 2rem;
}
.business-account-wrap .business-features-list > li {
    font-size: 15px;
    font-family: 'Quicksand-Medium';
    margin-bottom: 20px;
    padding-left: 50px;
    line-height: 30px;
    position: relative;
    padding-right: 60px;
}
.business-account-wrap .business-features-list > li:before {
    height: 29px;
    width: 29px;
    background-image: url('/images/frontend_2023/tick-icon.png');
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
}

@media only screen and (min-width: 768px) {
    .business-account-wrap {
        background-image: url(/images/frontend_2023/business-account-bg-new.png);
        background-color: #2D190A;
        background-size: cover;
    }
    .business-account-wrap .info-panel {
        margin: 3rem 10%;
        background-color: rgba(255,255,255,0.85);
    }
    .business-account-wrap .business-features-list {
        columns: 2;
    }
    .business-account-wrap .business-features-list > li {
        font-size: 18px;
    }
    .business-account-wrap .business-features-list > li:before {
        top: 0;
    }
}

.top-brands-list .cat-item > .cat-link > .thumb {
    border-color: #ddd;
}

.how-it-works-list {
    text-align: center;
}
.how-it-works-list > .step {
}
.how-it-works-list > .step > .step-item {
}
.how-it-works-list > .step > .step-item > .count {
    background-repeat: no-repeat;
    background-position: top center;
    display: inline-block;
    padding: 20px;
    width: 100%;
}
.how-it-works-list > .step.step1 > .step-item > .count {
    background-image: url(/images/frontend_2023/step1-bg.png);
}
.how-it-works-list > .step.step2 > .step-item > .count {
    background-image: url(/images/frontend_2023/step2-bg.png);
}
.how-it-works-list > .step.step3 > .step-item > .count {
    background-image: url(/images/frontend_2023/step3-bg.png);
}
.how-it-works-list > .step > .step-item > .count > span {
    height: 136px;
    width: 136px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    font-size: 70px;
    background-color: #F8F7F6;
    justify-content: center;
    border-radius: 50%;
    font-family: 'Quicksand-Bold';
    color: var(--m2-brand-blue-hover-light-color);
    top: -6px;
    position: relative;
}
.how-it-works-list > .step > .step-item > .title {
    display: inline-block;
    width: 100%;
    margin-top: 44px;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: 'Quicksand-Bold';
}

.shop-with-confidence .subtext {
    max-width: 830px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.shop-with-confidence .reasons-list > .reason-item {
    text-align: center;
    border-right: 1px solid #ccc;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.shop-with-confidence .reasons-list > .reason-item-top {
    border-bottom: 1px solid #ccc;
}
.shop-with-confidence .reasons-list > .reason-item:nth-child(even) {
    border-right: 0;
}
.shop-with-confidence .reasons-list > .reason-item > .count {
    font-size: 32px;
    font-family: 'Quicksand-Bold';
    color: #227AB2;
    display: inline-block;
    line-height: 60px;
}
.shop-with-confidence .reasons-list > .reason-item > .label {
    margin-top: 2rem;
}

@media only screen and (min-width: 768px) {
    .shop-with-confidence .reasons-list > .reason-item-top {
        border-bottom: 0;
    }
    .shop-with-confidence .reasons-list > .reason-item:nth-child(even) {
        border-right: 1px solid #ccc;
    }
    .shop-with-confidence .reasons-list > .reason-item:last-child {
        border-right: 0;
    }
}
@media only screen and (min-width: 992px) {
    .shop-with-confidence .reasons-list > .reason-item > .count {
        font-size: 48px;
    }
}