/*HOMEPAGE CHANGES*/
:root {
    --blue: #2E1A47;
}

/*Hero changes*/
.bttn.blue-border {
    font-size: 15px;
}

.hero-slider__wrapper {
    max-width: 1440px;
    margin: 0 auto;
    /*background-color: #E4E9EB;*/
    padding-bottom: 0;
    overflow: hidden;
}

.hero-slider__wrapper .swiper {
    position: relative;
    /*overflow-x: hidden;*/
}

.hero-slider {
    height: auto;
}

.hero-slide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #E4E9EB;
}

.hero-slide--full {
    height: auto;
}

@media screen and (min-width: 1024px) {
    .hero-slide {
        height: auto;
        flex-wrap: nowrap;
    }
}

.hero-slide__left {
    flex: 0 0 43%;
    padding: 40px 20px;
    text-align: center;
}

.hero-slide__left .bttn {
    width: 100%;
    font-family: 'CalibreWeb-Medium', sans-serif;
}

@media screen and (min-width: 1024px) {
    .hero-slide__left {
        padding: 40px 90px 80px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        text-align: left;
    }
    .hero-slide__left .bttn {
        width: auto;
    }
}

@media screen and (min-width: 1440px) {
    .hero-slide__left {
        padding: 80px 90px 110px;
    }
}

.hero-slide__right {
    /*position: relative;*/
    flex: 0 0 57%;
    margin-bottom: 65px;
    padding: 0 20px;
    min-height: 225px;
}

@media screen and (min-width: 1024px) {
    .hero-slide__right {
        margin-bottom: 0;
        padding: 0;
        min-height: 460px;
    }
}

.hero-slide__image {
    position: relative;
    height: 100%;
    min-height: 460px;
}

.hero-slide__right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*padding: 0 20px;*/
    border-radius: 20px;
}

@media screen and (min-width: 1024px) {
    .hero-slide__right img {
        padding: 0;
        border-radius: initial;
    }
}

.hero-slide__text {
    margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
    .hero-slide__text {
        /*margin-bottom: 80px;*/
    }
}

.hero-slide__text p {
    font-size: 18px;
    line-height: 1.2;
}

.hero-slide__text h1 {
    font-size: 35px;
    margin: 0 0 20px;
}

@media screen and (min-width: 1024px) {
    .hero-slide__text h1 {
        font-size: 60px;
    }
}

.hero-slider__wrapper .swiper-button-prev,
.hero-slider__wrapper .swiper-button-next {
    display: none;
    z-index: 8;
}

@media screen and (min-width: 1024px) {
    .hero-slider__wrapper .swiper-button-prev,
    .hero-slider__wrapper .swiper-button-next {
        display: block;
        width: 40px;
        height: 40px;
        margin: 0;
        transform: translateY(-50%);
        background: transparent;
        border: 1px solid;
        border-radius: 50%;
    }

    .hero-slider__wrapper .swiper-button-prev,
    .default-pagination .swiper-button-prev {
        left: 25px;
        transform: scaleX(-1) translateY(-50%);
    }

    .hero-slider__wrapper .swiper-button-next,
    .default-pagination .swiper-button-next {
        right: 25px;
        color: #fff;
    }
}

.default-pagination .swiper-pagination {
    display: flex;
    margin: 0 -5px;
    width: auto;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
}

.hero-slider__wrapper .swiper-pagination {
    /*position: absolute;*/
    /*bottom: -28px;*/
    position: relative;
    bottom: unset;
    left: unset;
    width: 100%;
    padding: 28px 28px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1024px) {
    .default-pagination .swiper-pagination {
        left: 90px;
        transform: translateX(0);
    }
}

@media screen and (min-width: 1440px) {
    .default-pagination .swiper-pagination {
        bottom: 70px;
    }
}

.hero-slider__wrapper .swiper-pagination-bullet,
.default-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 4px;
    background: var(--blue);
    border-radius: 50px;
}


/*Feature Icon Section*/
.feature-card__icon img {
    max-width: 100px;
    max-height: 100px;
}

@media screen and (max-width: 768px) {
    .d-main-home .feature-card {
        width: 100%;
    }
}

.d-main-home .feature-card__title {
    color: var(--blue);
    font-size: 14px;
    line-height: 1.25;
    letter-spacing: 1px;
}

.d-main-home .feature-card__text {
    line-height: 1.25;
}

.d-main-home .feature-card__icon {
    height: 100px;
    margin-bottom: 30px;
}

/*Products Section*/
.products .swiper {
    overflow: hidden;
    position: relative;
}
.products__heading {
    max-width: 1440px;
    margin: 0 auto 30px;
    padding: 0 20px;
}

.products__heading h2 {
    margin-bottom: 10px;
    /*font-size: 30px;*/
}

.products__heading p {
    font-size: 18px;
    color: #777;
}

.products__cards {
    display: flex;
    max-width: 1440px;
    margin: 0 auto 15px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 30px;
    position: relative;
}
.products__cards.swiper-wrapper {
    flex-wrap: nowrap;
    align-items: unset;
    justify-content: unset;
}

.products .swiper-pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: unset;
    bottom: unset;
    left: unset;
    transform: unset;
    margin: 30px 0 0;
}
.products .swiper-button-prev,
.products .swiper-button-next {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    /*transform: translateY(-50%);*/
    transform: unset;
    top: 140px;
    background: transparent;
    border: 1px solid;
    border-radius: 50%;
}
.products .swiper-button-prev:hover,
.products .swiper-button-next:hover {
    color: #fff;
}

.products .swiper-button-prev {
    left: 5px;
    /*transform: scaleX(-1) translateY(-50%);*/
    transform: rotate(180deg);

}

.products .swiper-button-next {
    right: 5px;
}

@media screen and (min-width: 768px) {
    .products .swiper-button-prev,
    .products .swiper-button-next {
        display: none;
    }
    .products__cards {
        margin-bottom: 35px;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        row-gap: 0;
    }

    .products__cards.swiper-wrapper {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}
.products__card {
    position: relative;
    /*margin: 20px;*/
    width: 340px;
    /*max-width: 390px;*/
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .products__card {
        width: 390px;
        margin: 25px;
    }
}

.products__icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.products__image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.products__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products__info {
    padding: 30px 20px 20px 20px;
}

.products__info .bttn {
    font-size: 15px;
    line-height: 1.2;
}

.products__info h3 {
    margin-bottom: 10px;
    font-family: 'CalibreWeb-Medium', sans-serif;
    font-size: 26px;
    line-height: 1.2;
}

.products__info p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.2;
}

.products__info.white {
    color: #fff;
}

.products__price {
    display: block;
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 26px;
    border-top: 1px solid rgba(46, 26, 71, .2);
}

.white .products__price {
    border-color: rgba(255, 255, 255, .2);
}

.products__card .bttn {
    width: 100%;
    font-family: 'CalibreWeb-Medium', sans-serif;
}

.products__card .bttn:hover {
    border-color: var(--blue);
}

/*Decor Section*/
.bg-decor {
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .main .bg-decor {
        margin-left: 20px;
        margin-right: 20px;
    }
}

/*Products page*/
.main .d-content {
    color: #fff;
}

.d-main .product-hero {
    min-height: 400px;
    display: flex;
    /*align-items: center;*/
    padding-bottom: 50px;
}

@media screen and (min-width: 640px) {
    .d-main .product-hero {
        align-items: center;
    }
}

@media screen and (min-width: 1025px) {
    .d-main .product-hero {
        padding-left: 90px;
        padding-right: 90px;
    }
}

.d-main .product-hero__bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
}

@media screen and (min-width: 1025px) {
    .d-main .product-hero {
        max-height: 700px;
    }
}

.d-product-hero__subtitle {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.main .d-product-hero__subtitle h6 {
    margin: 0 0 0 10px;
}

.d-product-hero__subtitle img {
    width: 30px;
    height: 30px;
    /*border: 1px solid #fff;*/
    /*border-radius: 50%;*/
}

/*.d-main .product-hero .d-content p {*/
/*    margin-bottom: 60px;*/
/*}*/

.d-main .product-hero-btn {
    margin-top: 50px;
    color: #fff;
}

.d-main .product-hero-btn__icon {
    border-color: #fff;
}

.d-main .product-hero-btn__icon-inn {
    border-color: #fff;
}

.d-main .product-hero-btn__icon-inn:before,
.d-main .product-hero-btn__icon-inn:after {
    background: #fff;
}

.d-main .product-hero .content {
    margin-bottom: 0;
}

.d-where-to-buy .bg-beige-block {
    border: none;
}

.d-where-to-buy .bttn {
    font-family: 'CalibreWeb-Medium', sans-serif;
}

.d-where-to-buy .bttn:hover {
    border-color: var(--blue);
}

.d-where-to-buy .where-to-buy__wrap {
    max-width: none;
    padding: 20px;
}

@media screen and (min-width: 1025px) {
    .d-where-to-buy .where-to-buy__wrap {
        padding: 40px 90px;
    }
}

.d-where-to-buy .bttn-row {
    flex-flow: column wrap;
}

.d-where-to-buy .bttn-row .bttn {
    width: 100%;
}

.d-where-to-buy .where-to-buy__text * {
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .d-where-to-buy .bttn-row .bttn {
        min-width: 335px;
        width: auto;
    }
    .d-where-to-buy .where-to-buy__text * {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .d-where-to-buy .where-to-buy__bttn-block {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .d-where-to-buy .where-to-buy__heading p {
        font-family: 'NewzaldWeb-Book', serif;
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .d-main .feature-card {
        width: 50%;
    }
}

/*Featured Card Icons changes*/
@media screen and (max-width: 768px) {
    .d-main-product .feature-card {
        width: 100%;
    }
}

.d-main-product .feature-card__title {
    font-size: 14px;
    color: var(--blue);
}

.d-main-product .feature-card__text {
    color: #3F4245;
    font-size: 16px;
    line-height: 1.25;
}

@media screen and (min-width: 768px) {
    .d-main-product .feature-card__text {
        font-size: 18px;
    }

}

.d-main-product .feature-card__icon {
    margin-bottom: 30px;
}

.d-main .shift-card__text {
    font-size: 18px;
    line-height: 1.2;
}

.d-main .shift-card-wrap {
    max-width: 1300px;
}

.d-shift-card .shift-card__img {
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .d-main .shift-card__title {
        font-size: 26px;
    }
}

/*CTA Section*/
.d-cta-section {
    position: relative;
    max-width: 1300px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .d-cta-section {
        margin-bottom: 60px;
    }
}

.d-cta-section__inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 20px;
    border-radius: 20px;
}

@media screen and (min-width: 1024px) {
    .d-cta-section__inner {
        padding: 40px 60px;
    }
}

.d-cta-section__left {
    flex: 0 0 100%;
    padding-right: 20px;

}
.d-cta-section__right {
    position: relative;
    flex: 0 0 100%;
    height: 370px;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .d-cta-section__left {
        flex: 0 0 40%;
    }
    .d-cta-section__right {
        flex: 0 0 60%;
    }
}

img.d-cta-section__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.d-cta-section__icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    /*border: 1px solid #fff;*/
    /*border-radius: 50%;*/
}

.d-cta-section__buttons {
    position: absolute;
    bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.d-cta-section__buttons .bttn {
    margin: 8px;
}

@media screen and (max-width: 639px) {
    .d-cta-section__buttons .bttn {
        width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .d-cta-section__buttons .bttn {
        font-size: 15px;
    }
}

.d-cta-section__left h2 {
    margin-bottom: 10px;
    text-align: center;

    font-size: 32px;
}

.d-cta-section__left p {
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
}

@media screen and (min-width: 1024px) {
    .d-cta-section__left h2 {
        margin-bottom: 15px;
        text-align: left;
        font-size: 50px;
    }

    .d-cta-section__left p {
        margin-bottom: 0;
        text-align: left;
        font-size: 26px;
    }
}

/*Partners Section*/
.d-partners-section__wrapper {
    position: relative;
    margin-bottom: 40px;
}

.d-partners-section {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .d-partners-section__wrapper {
        margin-bottom: 60px;
    }
}

.d-partners-section__inner {
    padding: 30px 20px;
    text-align: center;
    background-color: #E4E9EB;
    border-radius: 20px;
}

@media screen and (min-width: 1024px) {
    .d-partners-section__inner {
        padding: 40px 60px 32px;
    }
}

.d-partners-section h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 26px;
}

@media screen and (min-width: 768px) {
    .d-partners-section h2 {
        max-width: 270px;
        margin: 0 auto 30px;
        font-size: 28px;
    }
}

.d-partners-section__buttons {
    display: none;
}

@media screen and (min-width: 1024px) {
    .d-partners-section__buttons {
        margin: 0 -8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.d-partners-section__button {
    margin: 8px;
    height: 55px;
}

.d-partners-section__button:hover {
    color: var(--blue);
    background-color: #fff;
}

.d-partners-section__button span {
    margin-right: 8px;
}

.d-partners-section__button img {
    max-width: 115px;
}

@media screen and (min-width: 1024px) {
    .d-partners-section__mobile-button {
        display: none;
    }
}

/*Partners Popup*/
.d-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1260px;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 25px 20px 20px;
    text-align: left;
    background-color: #fff;
    /*background-color: navajowhite;*/
    border-radius: 20px;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .d-popup {
        padding-top: 40px;
        padding-bottom: 35px;
        text-align: center;
        /*width: 100%;*/
    }
}

.d-popup__close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
}

@media screen and (min-width: 768px) {
    .d-popup__close {
        width: 40px;
        height: 40px;
    }
}

.d-popup__buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .d-popup__buttons {
        justify-content: center;
    }
}

.d-popup__button {
    flex: 0 0 calc(50% - 5px);
    margin: 5px 0;
    height: 40px;
    border-color: #D3D6D9;
}

@media screen and (min-width: 768px) {
    .d-popup__button {
        flex: 0 0 280px;
        margin: 5px;
        height: 50px;
    }
}

.d-popup__button:hover {
    background-color: #fff;
}

.d-popup h2 {
    margin-bottom: 10px;
    padding-right: 35px;
    font-size: 26px;
}

.d-popup p {
    margin-bottom: 20px;
    color: #777;
}

@media screen and (min-width: 768px) {
    .d-popup h2 {
        padding-left: 50px;
        padding-right: 50px;
        font-size: 42px;
    }
    .d-popup p {
        margin-bottom: 30px;
    }
}

.d-popup__button img {
    max-width: 100%;
}

@media screen and (min-width: 375px) {
    .d-popup__button img {
        max-width: 80px;
    }
}

@media screen and (min-width: 768px) {
    .d-popup__button img {
        max-width: 150px;
    }
}

.d-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(136, 140, 154, 0.6);
    z-index: 5;
}

/*Yotpo Reviews Section*/
.d-product-reviews#product-reviews {
    padding-top: 0;
}

.d-product-reviews h2 {
    margin-bottom: 30px;
    padding: 0 60px;
    font-family: 'Newzald-Bold';
    text-align: center;
    font-size: 22px;
}

@media screen and (min-width: 768px) {
    .d-product-reviews h2 {
        margin-bottom: 40px;
        font-size: 28px;
    }
}

/*Promo Section*/
.d-main .promo-decor {
    padding-top: 30px;
    padding-bottom: 30px;
}

.d-main .promo-decor:not(:last-child) {
    margin-bottom: 40px !important;
}

@media screen and (min-width: 768px) {
    .d-main .promo-decor {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .d-main .promo-decor:not(:last-child) {
        margin-bottom: 60px !important;
    }
}

@media screen and (max-width: 767px) {
    .d-main .promo-decor h6 {
        font-size: 12px;
    }
}

/*Complete Section*/
.d-main .complete-card-outer .content-center {
    margin-bottom: 40px;
}

.d-main .complete-card {
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .d-main .complete-card {
        margin-bottom: 60px;
    }
}

.d-main .complete-card-wrap {
    padding-bottom: 0;
}

.d-main .complete-card-outer {
    margin-top: 0;
}

.d-main .complete-card-wrap {
    margin-top: 0;
}

@media screen and (max-width: 639px) {
    .d-main .complete-card .bttn {
        width: 100%;
    }
}

.d-cta-text-white .where-to-buy__text-block {
    color: #fff;
}

.d-cta-text-white .d-cta-section__left {
    color: #fff;
}

.d-cta-text-white .d-promo-decor .content-center {
    color: #fff;
}

/*Retailer Page changes*/
.d-filter-section {
    padding: 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .d-filter-section {
        padding: 0 60px;
    }
}

.d-filter-section span {
    display: block;
    margin: 20px 0;
    text-align: center;
    font-family: 'Newzald-Medium';
    font-size: 26px;
}

@media screen and (min-width: 768px) {
    .d-filter-section span {
        font-size: 28px;
    }
}

.d-filter-section .bttn {
    margin: 8px;
}

.d-custom-retailer-item {
    display: none;
}

@media screen and (min-width: 769px) {
    .d-custom-retailer-item:nth-child(2n) .d-custom-retailer-item-info {
        padding-right: 0;
    }

    .d-custom-retailer-item:nth-child(2n+1) .d-custom-retailer-item-info {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .d-custom-retailer-item .d-custom-retailer-item-info {
        padding-left: 0;
        padding-right: 0;
    }
}

._custom-retailer-item:first-child {
    border-top: none;
}

.d-custom-retailer-item.show-item {
    display: flex;
}

.d-custom-retailer-item.no-filtering {
    display: flex;
}

@media screen and (max-width: 767px) {
    .d-custom-retailer-item.show-item {
        display: block;
    }

    .d-custom-retailer-item.no-filtering {
        display: block;
    }
}

@media screen and (min-width: 1024px) {
    .d-custom-retailer-item {
        margin-bottom: 0;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.d-custom-retailer-item img {
    border-radius: 20px;
}

.d-custom-retailer-item h2 {
    font-family: 'NewzaldWeb-Medium';
    font-size: 26px;
}

.d-custom-retailer-item .d-custom-retailer-item-info a {
    font-size: 15px;
    line-height: 1.2;
}

.d-custom-retailer-item-info__heading {
    margin-bottom: 10px;
}

.d-custom-retailer-item .d-custom-retailer-item-info h2 {
    margin-bottom: 10px;
}

.d-custom-retailer-item .d-custom-retailer-item-info .d-inf {
    color: #777;
    font-size: 18px;
}

.d-custom-retailer-item-info .d-inf p:last-child {
    margin-bottom: 0;
}

.d-custom-retailer-item img {
    width: 100%;
}

.d-app-container .bttn {
    font-family: 'CalibreWeb-Medium', sans-serif;
}

.d-app-container .d-custom-retailer-item-info {
    font-family: 'CalibreWeb-Medium', sans-serif;
}

.d-app-container.app-container {
    max-width: 1260px;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .d-custom-retailer-item h2 {
        font-family: 'Newzald-Medium';
        font-size: 30px;
    }

    .d-custom-retailer-item-info__heading {
        margin-bottom: 20px;
    }
}

#d-filter-section__filtering {
    position: relative;
    top: 2px;
    background-color: #fff;
}

#d-filter-section__filtering button {
    pointer-events: auto;
    font-size: 13px;
    line-height: 1.2;
}

#d-filter-section__filtering button:hover {
    color: initial;
    background-color: initial;
    border-color: initial;
}

#d-filter-section__filtering .bttn--active {
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
}

#d-filter-section__filtering .bttn--active:hover {
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
}

@media screen and (min-width: 768px) {
    #d-filter-section__filtering button {
        font-size: 15px;
    }
}

/*Comparison Changes*/
.d-main .container {
    max-width: 1300px;
}

.d-comparison-wrap .content-center h2 {
    text-align: center;
}

.d-comparison-wrap p a {
    color: var(--blue);
    text-decoration: underline !important;
}

.d-comparison-wrap p a:hover {
    text-decoration: none !important;
}

.d-comparison-wrap .content-center {
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .d-comparison-wrap .content-center {
        margin-bottom: 60px;
    }
}

.d-comparison-icons__section {
    text-align: center;
}

.d-comparison-icons__section h2 {
    margin-bottom: 20px;
    font-size: 26px;
}

@media screen and (min-width: 768px) {
    .d-comparison-icons__section h2 {
        /*margin-bottom: 20px;*/
        font-size: 28px;
    }
}

.d-comparison-icons__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.d-comparison-icons__item {
    flex: 0 0 50%;
    padding: 15px 5px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .d-comparison-icons__item {
        flex: 0 0 260px;
        padding: 15px 10px;
    }
}

.d-comparison-icons__item-wrapper {
    height: 60px;
    margin-bottom: 20px;
}

.d-comparison-icons__item img {
    /*max-width: 120px;*/
    max-width: 60px;
    max-height: 60px;
}

.d-comparison-icons__item p {
    color: #3F4245;
    font-size: 16px;
    line-height: 1.2;
}

@media screen and (min-width: 768px) {
    .d-comparison-icons__item p {
        font-size: 18px;
    }
}

.d-main .swap-card-wrap {
    border-radius: 20px;
    overflow: hidden;
}

.comparison-card__img {
    border-radius: 20px;
    overflow: hidden;
}

/*Some basic styles*/
@media screen and (max-width: 1023px) {
    .small-100 {
        flex: 0 0 100%;
    }
}

.blue-border {
    border-color: var(--blue);
}

.d-hidden {
    display: none;
}

/*Home Hero change request with fullwidth image background*/
.hero-slide__full {
    position: relative;
    width: 100%;
    min-height: 460px;
}

.hero-slide__full img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slide__full-inner {
    padding: 40px 20px 65px;
    display: flex;
    align-items: flex-end;
    height: 100%;
}

@media screen and (min-width: 1024px) {
    .hero-slide__full-inner {
        padding: 40px 90px 80px;
    }
}

@media screen and (min-width: 1440px) {
    .hero-slide__full-inner {
        padding: 80px 90px 110px;
    }
}

.hero-slide__full-inner .bttn {
    width: 100%;
    font-family: 'CalibreWeb-Medium', sans-serif;
}
@media screen and (min-width: 920px) {
    .home .hero-slider__wrapper {
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 1024px) {
    .hero-slide__full-inner .bttn {
        width: auto;
    }

    .home .hero-slider__wrapper {
        padding-bottom: 50px;
    }

    .hero-slider__wrapper .swiper-button-prev {
        color: #fff;
    }
}
