@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;600&display=swap');

body * {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.content-wrapper {
    overflow: hidden;
}

.overall-wrapper {
    padding-bottom: 0px !important;
}

.instagram {
    display: grid;
    grid-template-rows: 1fr 2fr;
    padding-top: 64px;
}

.instagram__wrapper {
    display: grid;
    gap: 37px;
    grid-row: 1 / 3;
    grid-column: 1 / 2;
    padding-bottom: 64px;
}

.instagram__headline {
    text-align: center;
    text-transform: uppercase;
    margin: 0px;
}

.instagram__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
}

@media only screen and (min-width: 720px) {
    .instagram__list {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (min-width: 960px) {
    .instagram__list {
        grid-template-columns: repeat(6, 1fr);
    }
}

.instagram__post {
    aspect-ratio: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.instagram__background {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    background-color: #0c1112;
}

.container-narrow.container {
    padding-top: 24px;
    padding-bottom: 24px
}

.homepage-blog-wrapper {
    margin: 0;
    padding: 0
}

.container::after,
.container::before,
.homepage-blog-wrapper.row.blog-wrapper.blog::after,
.product__image::after,
.product__image::before,
.product__name::after,
.product__name::before {
    content: none !important
}

.homepage-group-title.homepage-products-heading-1.h4 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 4rem;
    text-transform: uppercase;
    margin-bottom: 0;
    position: relative;
    display: grid;
    align-items: center;
    gap: 16px;
}

.product {
    padding: 32px !important;
}

.products__link {
    font-size: 1.5rem;
    display: block;
    right: 0;
    text-transform: none;
    color: #000;
    font-weight: 400;
}

@media only screen and (min-width: 1200px) {
    .products__link {
        position: absolute;
    }
}

.product__label,
.product__name,
.product__price {
    text-align: left;
    line-height: normal
}

.banners__background,
.features,
.product__submit {
    background-color: #58595b !important;
}

.product__card {
    justify-content: space-between;
    gap: 12px;
}

.product__form>.quantity {
    display: none;
}

.product__submit:hover {
    background: #bb3a46 !important;
}

.product__body {
    display: grid;
    gap: 12px;
}

.product__body .flags {
    inset: 16px 16px auto auto;
}

.product__label {
    color: #b23b45;
    font-weight: 600;
    font-size: 1.4rem
}

.product__name {
    font-size: 1.7rem;
    color: #000
}

.product__name:hover {
    color: #b23b45;
}

.product__price {
    font-size: 1.8rem;
    color: #000
}

.product__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    text-align: left;
    gap: 16px
}

.product__availability {
    font-weight: 500;
    line-height: normal;
    font-size: 1.5rem
}

.product__rating {
    display: flex
}

.product__rating .star-half::before,
.product__rating .star-on::before {
    color: #000 !important
}

.product__submit {
    height: auto;
    border: none;
    color: #fff !important;
    font-size: 1.3rem;
    padding: 8px 20px;
    font-weight: 500;
    line-height: normal;
}

#content,
.content {
    padding: 0
}

.banners {
    display: grid;
    grid-template-rows: 1fr 5fr
}

.banners-row.container {
    margin: auto;
    grid-row: 1/3;
    grid-column: 1/2;
    position: relative
}

.banners>.banners-row.container>.col-sm-8 {
    z-index: 3;
    margin-bottom: 16px
}

.banners>.banners-row.container>.col-sm-4 {
    z-index: 2
}

.banners>.banners-row.container>.col-sm-4>.next-to-carousel-banners>.banner-wrapper,
.banners>.banners-row.container>.col-sm-8>.carousel.slide {
    overflow: hidden
}

.banners>.banners-row.container>.col-sm-8>.carousel.slide>.carousel-inner {
    transition: transform .3s ease-out
}

.banners>.banners-row.container>.col-sm-8>.carousel.slide:hover>.carousel-inner {
    transform: scale(1.02, 1.02)
}

.banners>.banners-row.container>.col-sm-4>.next-to-carousel-banners>.banner-wrapper:first-child {
    margin-bottom: 16px
}

@media only screen and (min-width:768px) {
    .banners>.banners-row.container>.col-sm-8 {
        margin: 0 16px 0 0;
        width: calc(66.66666667% - 12px);
        box-shadow: 4px 4px 30px -2px #00000080
    }

    .banners>.banners-row.container>.col-sm-4 {
        width: calc(33.33333333% - 16px)
    }
}

.banners__image {
    width: 120px;
    position: absolute;
    left: -44px;
    bottom: -28px;
    z-index: 1
}

.banners__background {
    grid-row: 2/3;
    grid-column: 1/2
}

.featuresWrapper {
    display: grid;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px
}

.award {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 16px
}

@media only screen and (min-width:960px) {
    .award {
        grid-column: 1/2
    }
}

.award__image {
    width: 100px;
    margin: auto
}

.award__content {
    display: grid;
    gap: 4px;
    text-align: center
}

@media only screen and (min-width:400px) {
    .award {
        grid-template-columns: 100px 195px
    }

    .award__content {
        text-align: left
    }
}

.award__headline,
.featureList__title {
    font-size: 1.5rem;
    color: #ededed !important;
    font-weight: 600
}

.award__text,
.featureList__text {
    font-size: 1.4rem;
    color: #dbdbdb !important;
}

.award__text--bold {
    color: #ededed !important;
    font-weight: 500
}

.award__headline,
.award__text,
.featureList__text,
.featureList__title {
    margin: 0 !important;
    line-height: 1.3
}

.featureList {
    display: grid;
    gap: 16px;
    border-top: 1px solid #ededed;
    margin-top: 16px;
    padding-top: 16px;
    color: #ffffff;
}

@media only screen and (min-width:480px) {
    .featureList {
        grid-template-columns: repeat(3, 1fr);
        gap: 64px
    }
}

@media only screen and (min-width:1200px) {
    .featuresWrapper {
        grid-template-columns: auto auto
    }

    .featureList {
        grid-column: 2/3;
        border: none;
        margin: 0 0 0 64px;
        padding: 0 0 0 64px;
        border-left: 1px solid #ededed
    }
}

.featureList__icon {
    fill: #ededed;
    width: 28px;
    height: 28px
}

.menu-helper.visible>span,
.menu-level-1,
.navigation-in.menu {
    font-size: 1.5rem
}

.header-bottom {
    border: none !important
}

.menu-helper.visible {
    z-index: 1003
}

#header .search-input {
    border: 2px solid #000;
    border-radius: 50px;
    height: 40px;
    padding: 0 16px
}

#header .search-input::placeholder {
    font-weight: 500;
    font-size: 1.5rem
}

.search-input-icon {
    font-size: 1.5rem;
    left: auto;
    right: -12px
}

.top-navigation-bar,
.top-navigation-bar a {
    color: #fff;
    font-size: 1.25rem
}

.search-input-icon::before {
    font-weight: 600
}

#header .navigation-buttons a[data-target=cart] {
    font-size: 1.5rem;
    font-weight: 600
}

#header .navigation-buttons a[data-target=cart]::before {
    font-size: 2rem;
    font-weight: 600
}

.top-navigation-bar {
    background-color: #0c1112;
    border: none
}

.top-navigation-menu {
    display: flex;
    align-items: center;
    height: 32px
}

.top-navigation-bar-menu-helper>li>a {
    color: #000
}

.products-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width:768px) {

    .container-narrow,
    .products-wrapper {
        width: 747px
    }
}

@media (min-width:992px) {

    .container-narrow,
    .products-wrapper {
        width: 972px
    }
}

@media (min-width:1200px) {

    .container-narrow,
    .products-wrapper {
        width: 1178px
    }
}

@media (min-width:1440px) {

    .container-narrow,
    .products-wrapper {
        width: 1418px
    }
}

#footer {
    background: #0c1112;
    padding-bottom: 24px;
    overflow: hidden;
}

.footer {
    max-width: 800px;
    display: grid;
    gap: 36px;
    position: relative;
}

.footer__logo {
    width: 120px;
    display: block;
    margin: auto;
}

.footer__info {
    display: grid;
    gap: 24px;
}

@media only screen and (min-width: 720px) {
    .footer__info {
        grid-template-columns: repeat(3, auto);
        justify-content: center;
    }
}

.footer__infoLink {
    color: #ffffffba;
    font-weight: 400;
    text-decoration: none !important;
}

.footer__infoLink:hover {
    color: #b23b45;
}

.footer__main {
    display: grid;
    justify-content: space-between;
    align-items: flex-start;
    gap: 36px;
}

@media only screen and (min-width: 720px) {
    .footer__main {
        grid-template-columns: repeat(3, auto);
        gap: 64px;
    }
}

.footer__part {
    display: grid;
    gap: 16px;
}

.footer__headline {
    margin: 0px;
    color: #ffffff;
    font-size: 2.3rem;
    text-transform: uppercase;
}

.footer__link {
    display: block;
    color: #ffffffba;
    font-size: 1.7rem;
    text-decoration: none !important;
}

.footer__link:hover {
    color: #b23b45;
}

.footer__notice {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 64px;
}

.footer__copyright {
    display: grid;
    gap: 4px;
    color: #ffffffba;
}

.footer__copyrightText {
    margin: 0px;
    font-size: 1.7rem;
}

.footer__copyrightText--company {
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}

.footer__copyrightText--small {
    font-size: 1.5rem;
    margin: 0px;
}

.footer__companyLogos {
    max-width: 210px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 4px;
}

.footer__companyLogo {
    height: 15px;
}

.footer__waves {
    position: absolute;
    width: 150px;
    top: 116px;
    right: -100px;
    filter: invert(1);
    opacity: 0.1;
}

.footer__copyrightText--link {
    font-size: 1.5rem;
    display: inline-block;
}

.p-detail-inner-header {
    margin-bottom: 0px !important;
}

.p-detail-inner-header h1 {
    margin-bottom: 0px;
}

.ratings-and-brand {
    margin-top: 32px;
}

.p-short-description {
    margin-top: 16px !important;
    margin-bottom: 0px !important;
    font-size: 2rem;
    line-height: normal;
}

.p-to-cart-block {
    background-color: transparent;
    display: grid;
    gap: 32px;
}

.add-to-cart {
    border: 2px solid #000000;
}

.quantity {
    font-size: 2rem;
    font-weight: 600;
    border: none !important;
    box-shadow: none !important;
}

.final__action {
    display: flex;
    gap: 24px;
}

.btn.btn-conversion.add-to-cart-button {
    height: 56px;
}

.p-to-cart-block .price-save {
    border: 2px solid red;
    padding: 0px 12px;
    color: red;
    font-weight: 600;
    font-size: 1.7rem;
    justify-self: flex-start;
    line-height: normal;
}

.p-final-price-wrapper {
    display: grid;
    gap: 8px;
}

.price-standard {
    font-weight: 400;
}

.final__amount {
    display: block;
    font-size: 1.7rem;
    margin: 0px !important;
    padding: 0px 16px;
    font-weight: 600;
    text-align: center;
}

.final__unit {
    font-size: 1.3rem;
    margin: 0px !important;
    padding: 0px 12px;
}

.link-icon {
    margin-right: 0px !important;
}

.link-icons {
    display: flex;
    gap: 24px;
}

.availability-label {
    line-height: normal;
}

.p-image-wrapper {
    position: relative;
    z-index: 1;
}

.detail__image {
    width: 180px;
    position: absolute;
    inset: -160px auto auto -64px;
    opacity: 0.3;
    z-index: 0;
}

@media only screen and (min-width: 1200px) {
    .detail__image {
        inset: -56px auto auto -220px;
    }
}

.p-detail-inner {
    gap: 100px;
}

.p-data-wrapper {
    position: relative;
}

.breadcrumbs {
    width: auto !important;
    padding-top: 12px;
    padding-bottom: 36px;
    padding-left: 0px;
}

.sidebar-inner {
    padding-top: 0px;
}

.slider-content {
    height: 3px;
}

.ui-slider-horizontal {
    height: 3px;
    background-color: transparent;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    height: 3px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    background-color: #b23b45;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
    background-color: #b23b45;
    border-radius: 50%;
    top: -9px;
}

.categories .topic>a {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    position: relative;
    padding: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 1.5rem;
    font-weight: 400;
}

.categories .topic>a::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    display: inline-block;
}

.categories .topic>a::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #b23b45;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 5px;
    margin: auto;
    opacity: 0;
}

.categories .topic.active>a::after,
.categories .topic.child-active>a::after {
    opacity: 1;
}

.categories .topic.active>a,
.categories .topic.child-active>a {
    color: #000000;
    font-weight: 600;
}

.categories .topic+.expanded {
    margin-bottom: 24px;
}

.categories .topic+.expanded a {
    padding: 0px;
    position: relative;
    margin-left: 36px;
    font-size: 1.5rem;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 400;
}

.categories .topic+.expanded a::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #000000;
    display: inline-block;
}

.categories .topic+.expanded a::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #b23b45;
    position: absolute;
    top: 5px;
    left: 5px;
    opacity: 0;
}

.categories .topic+.expanded.active>li.active a::after {
    opacity: 1;
}

.categories .topic+.expanded.active>li.active a {
    color: #000000;
    font-weight: 600;
}

.filter__categoryHeadline {
    font-size: 1.8rem;
    font-weight: 600;
}

.filter__price {
    padding: 0px !important;
}

.slider-wrapper {
    padding: 0px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #58595b;
}

.filter-sections {
    border-bottom: 1px solid #58595b;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.filter-section {
    padding: 0px;
}

.box.box-bg-variant.box-categories {
    border: 3px solid #58595b;
    padding: 24px;
}

.filter__headline {
    font-size: 2rem;
    margin-top: 0px;
}

.filter-label {
    padding: 0px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.filter-label::before {
    width: 20px !important;
    height: 20px !important;
    border-radius: 0px !important;
    border: 2px solid #000000 !important;
}

.filter-label::after {
    width: 10px !important;
    height: 10px !important;
    border-radius: 0px !important;
    background-color: #b23b45 !important;
    position: absolute !important;
    top: 13px !important;
    left: 5px !important;
    opacity: 0;
}

.filter-label.active::after {
    opacity: 1;
}

input[type=checkbox]:checked+label:after {
    content: "";
}

.filter__logoWrapper {
    text-align: right;
    margin-top: 50px;
}

.filter__logo {
    width: 70px;
    filter: invert(0.7);
}

.category-perex * {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.user-action-cart.popup-widget.cart-widget.loader-wrapper {
    z-index: 1004;
}

.cart-wrapper .instagram {
    padding: 0px;
}

#colorbox {
    z-index: 1005;
}

.breadcrumbs.navigation-home-icon-wrapper {
    margin-left: 0px !important;
    padding-top: 16px;
    padding-bottom: 32px;
}

.p-detail .row {
    margin: 0px;
}

.stars .star.star-on:before,
.star.star-half:before {
    color: #000000 !important;
}

.btn.btn-conversion.add-to-cart-button,
.btn.next-step-forward {
    background-color: #58595b !important;
    color: #ffffff !important;
    border: none !important;
}

.btn.btn-conversion.add-to-cart-button:hover,
.btn.next-step-forward:hover {
    background-color: #b23b45 !important;
}

.decrease:hover:before,
.increase:hover:before {
    background-color: #b23b45 !important;
    color: #ffffff;
}

.filter-section.filter-section-button {
    text-align: left;
    margin-top: 8px;
}

.filter-section.filter-section-manufacturer {
    border: none !important;
}

#category-filter-hover {
    margin-top: 12px !important;
}

.filter-total-count {
    display: none;
}

.detail__info {
    background-color: #58595b;
    color: #ffffff;
}

.extended-description {
    background: #ffffff;
    color: #000000;
    padding: 24px;
}

.shp-tabs-wrapper.p-detail-tabs-wrapper {
    padding: 64px 0px;
    margin: 0px;
}

.shp-accordion-link {
    color: #ffffff !important;
}

.p-detail .features {
    position: relative;
}

.p-detail .featuresWrapper {
    padding-top: 112px;
}

.shp-tabs-wrapper.p-detail-tabs-wrapper.container {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.shp-accordion-wrapper.p-detail-tabs-wrapper.container {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 64px;
}

.cart-free-shipping strong {
    color: #b23b45;
}

.reviews {
    display: grid;
    gap: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
}

.reviews__headline {
    font-size: 4rem;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.reviews__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 64px;
}

.review {
    display: grid;
    gap: 8px;
}

.review__wrapper {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 24px;
    position: relative;
}

.review__logoWrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    transform: translate3d(0px, -50%, 10px);
    background: #ffffff;
    width: fit-content;
    padding: 12px;
}

.review__logo {
    width: 148px;
    display: block;
    margin: auto;
}

.review__text {
    margin: 0px !important;
}

.review__author {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
}

.review__authorsName {
    margin: 0px !important;
    line-height: normal;
}

.review__stars {
    display: flex;
    align-items: center;
    transform: translate3d(0px, -2px, 0px);
}

.review__mark {
    margin: 0px !important;
    line-height: normal;
}




.recipes {
    display: grid;
    grid-template-rows: 1fr 2fr;
    padding-top: 64px;
    padding-bottom: 64px;
}

.recipes__outerWrapper {
    min-width: 0px;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    padding-bottom: 36px;
    position: relative;
}

.recipes__header {
    display: grid;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.recipes__headline {
    font-size: 4rem;
}

@media only screen and (min-width: 1200px) {
    .recipes__header {
        position: relative;
    }
}

.recipes__link {
    color: #000000;
}

@media only screen and (min-width: 1200px) {
    .recipes__link {
        position: absolute;
        right: 0px;
    }
}

.recipes__headline {
    margin: 0px;
    text-transform: uppercase;
}

.recipes__list {
    overflow: visible !important;
    margin-top: 36px;
}

.recipe {
    height: initial !important;
    display: flex !important;
    flex-direction: column;
    transition: background-color 0.3s ease-out;
}

.recipe:hover {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px #00000033;
}

.recipe__image {
    height: 340px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.recipe__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 12px 24px;
}

.recipe__headline {
    margin: 0px;
    font-size: 2rem;
    color: #ffffff;
}

.recipe:hover .recipe__headline {
    color: #000000;
}

.recipe__show {
    margin: 0px !important;
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;
}

.recipe:hover .recipe__show {
    text-decoration: underline;
    color: #000000;
}

.recipes__background {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    background-color: #58595b;
}

.recipes__waves {
    position: absolute;
    bottom: -24px;
    right: 64px;
    width: 100px;
}

.blog {
    display: flex;
    padding-top: 64px;
    padding-bottom: 64px;
}

@media only screen and (min-width: 1440px) {
    .blog {
        gap: 164px;
    }
}

.blog__main {
    position: relative;
}

.blog__headline {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 5rem;
    text-transform: uppercase
}

@media only screen and (min-width: 1200px) {
    .blog__headline {
        font-size: 10rem
    }
}

.blog__subheadline {
    position: relative;
    z-index: 1;
    max-width: 300px;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 500
}

.blog__link {
    position: relative;
    z-index: 1;
    color: #000;
    display: block;
    margin-top: 36px
}

.blog__waves {
    position: absolute;
    bottom: 0px;
    left: 180px;
    opacity: 0.7;
    z-index: 0;
    width: 200px;
}

.blog__listOuterWrapper {
    min-width: 100px;
    flex: 1;
}

.blog__listWrapper {
    overflow: visible !important;
}

.blog__list a:nth-of-type(1) {
    background-color: #0c1112;
}

.blog__list a:nth-of-type(2) {
    background-color: #58595b;
}

.blog__list a:nth-of-type(3) {
    background-color: #b23b45;
}

.blog__post {
    height: 340px !important;
    padding: 24px;
}

.post__title {
    margin: 0px;
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
}

.post__show {
    margin: 0px !important;
    display: block !important;
    position: absolute;
    color: #ffffff;
    bottom: 64px;
    left: 24px;
    font-size: 1.2rem;
    font-weight: 600
}

.blog__list a:hover .post__show {
    text-decoration: underline;
}

.blog__list a:nth-of-type(1) .post__show {
    color: #b23b45;
}

.post__logo {
    width: 70px;
    opacity: .3;
    position: absolute;
    right: 24px;
    bottom: 44px
}

.btn.btn-conversion,
.order-button-suffix,
.news-item-detail .btn.btn-default.inline-block {
    background-color: #58595b !important;
    color: #ffffff !important;
    border: none !important;
}

.btn.btn-conversion:hover,
.order-button-suffix:hover,
.news-item-detail .btn.btn-default.inline-block:hover {
    background-color: #b23b45 !important;
}

.step.active>strong:before {
    color: #ffffff !important;
}

.container {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}


/* References */
.referencesSection::before,
.referencesSection::after {
    content: none
}

.referencesSection {
    display: grid;
    gap: 48px;
    padding-top: 48px;
    padding-bottom: 48px;
}

.referencesSection__headline {
    margin: 0px;
    text-align: center;
}

.references {
    width: 100%;
}

.references__card {
    display: grid;
    justify-items: flex-start;
    align-content: flex-start;
    gap: 24px;
    padding-bottom: 1px;
}

.references__logo {
    height: 32px;
}

.references__title {
    color: var(--text);
    text-transform: uppercase;
    margin: 0px;
}

.references__text {
    margin: 0px;
}

.referencesSection__navigation {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.referencesSection__button {
    position: relative;
    width: 36px;
    height: 36px;
    margin: 0px;
    inset: auto;
}

.referencesSection__button::after {
    font-size: 16px;
}