h1.ddn-cmp-tagline{
    margin: auto;
}

.brand-carousel > .swiper-wrapper > .swiper-slide{
    /*width: 10% !important;*/
    /*margin-right: 1% !important;*/
    margin: auto .5em !important;
}

.brand-carousel > .swiper-wrapper > .swiper-slide img.ddn-cmp-newest-deal-image{
    /*margin: auto;*/
    /*height: 8em;*/
    max-height: 8em;
    width: auto;
}

div.ddn-cmp-benefit-icon{
    display: flex;
}

div.ddn-cmp-benefit-icon svg{
    height: 2.5em;
    width: auto;
    margin: auto;
}

div.ddn-cmp-dealfeed-pricerow > del,
div.ddn-cmp-dealfeed-pricerow > span{
    margin: auto;
    max-width: 50%;
}

.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center !important; /* Centers items horizontally */
}

.nav-item {
    white-space: nowrap;
}

.product-item figure > img{
    width: 100%;
    object-fit: contain;
}

/*
body {
    background: linear-gradient(to bottom right, #e6d5b8, #f9f9f9);
    background-attachment: fixed;
    height: 100vh;
    margin: 0;
    padding: 0;
}
 */