@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

img {
    display: block;
    max-width: 100%
}

main {
    min-height: 50vh
}

body {
    font-family: Barlow;
    min-height: 110vh
}

a {
    color: inherit;
    text-decoration: none;
    transition: color .2s ease-out
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    width: 100%
}

@media (min-width:1440px) {
    .wrapper {
        max-width: 1400px
    }
}

.categories-section {
    padding-left: 20px;
    padding-right: 20px
}

.categories-section>.wrapper>.inner {
    padding-bottom: 80px;
    padding-top: 80px
}

.categories-section h2 {
    font-size: 36px;
    line-height: 1.13em;
    margin: 0 0 5px
}

.categories-section h2 .highlight {
    color: #ce2f17
}

.categories-section h4 span {
    background: #ce2f17;
    display: inline-block;
    padding: 6px 10px
}

.categories-section h4 {
    color: #fff;
    text-align: center
}

.categories-section p {
    line-height: 23px;
    margin: 10px 0 0
}

.categories-carousel:not(.swiper-initialized) .swiper-slide {
    width: calc(16% - 16.66667px)
}

.categories-carousel .swiper-wrapper {
    padding-bottom: 1px
}

.categories-carousel:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    gap: 20px
}

.categories-carousel .categories-slide:hover {
    background-color: #f5f5f5
}

.categories-carousel .categories-slide:hover:after {
    pointer-events: none;
    width: 100%
}

.categories-carousel .categories-slide:after {
    background-color: #ce2f17;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    transition: .4s cubic-bezier(.51, .56, .04, .9);
    width: 0
}

.categories-carousel .categories-slide {
    aspect-ratio: 1;
    background-position: 50%;
    background-size: cover;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 18px 11px;
    position: relative;
    transition: all .2s ease-out
}

.categories-carousel .categories-slide:before {
    background: #ffffffe6;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.categories-carousel .categories-slide .icon,
.categories-carousel .categories-slide .icon img {
    height: 34px;
    position: relative
}

.categories-carousel .categories-slide .text {
    color: #000;
    font-family: Barlow Condensed;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.11111em;
    position: relative;
    text-transform: uppercase
}

.categories-section .section-header {
    margin-bottom: 23px
}

.categories-carousel-buttons {
    display: flex;
    margin: 0 0 0 94%
}

.categories-carousel-buttons .pointer {
    background-color: #fff;
    height: 100%;
    position: absolute;
    width: 42px
}

.categories-carousel-buttons button:hover {
    background-position: 100% 0 !important;
    color: #fff
}

.categories-carousel-buttons button svg {
    fill: currentColor
}

.categories-carousel-buttons button {
    background-image: linear-gradient(90deg, #e2e2e2 50%, #ce2f17 0) !important;
    background-position: 0 0 !important;
    border: none;
    cursor: pointer;
    height: 26px;
    width: 42px
}

.categories-carousel-buttons button,
.categories-carousel-buttons button:nth-child(2) {
    background-origin: border-box;
    background-repeat: no-repeat !important;
    background-size: 200% 100% !important;
    color: #000;
    transition: color .3s ease-out, background-position .3s ease-out !important
}

.categories-carousel-buttons button:nth-child(2) {
    background-image: linear-gradient(270deg, #e2e2e2 50%, #ce2f17 0) !important;
    background-position: 100% 0 !important
}

.categories-carousel-buttons button:nth-child(2):hover {
    background-position: 0 0 !important;
    color: #fff
}

.categories-carousel-buttons button:nth-child(2) svg {
    transform: rotate(180deg)
}

.categories-section .section-header {
    align-items: center;
    justify-content: space-between;
    text-align: center
}

.shopping-banners-section {
    padding-left: 20px;
    padding-right: 20px
}

.shopping-banners-column .bg-img,
.shopping-banners-column .bg-img img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.shopping-banners-row {
    display: flex;
    gap: 20px
}

.shopping-banners-column .price strong sup {
    font-size: 1.5rem;
    left: -1px;
    position: relative;
    top: -3px
}

.shopping-banners-column .price strong sub {
    font-size: 1rem;
    margin-left: -19px;
    position: relative;
    top: -14px
}

.shopping-banners-column .price strong {
    display: block;
    font-size: 3.6rem;
    line-height: 1.074em;
    margin-top: -9px
}

.shopping-banners-column .price {
    color: #fff;
    font-family: Barlow;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1em;
    margin: 24px 0 0;
    text-transform: uppercase
}

.shopping-banners-column h2 {
    color: #fff;
    font-family: Barlow Condensed;
    font-size: 38px;
    font-weight: 600;
    line-height: .94737em
}

.shopping-banners-column {
    display: flex;
    position: relative;
    width: calc(50% - 10px);
    z-index: 1
}

.shopping-banners-column .inner {
    padding: 55px 47% 50px 60px
}

.shopping-banners-column .cta:hover:after {
    height: 100%
}

.shopping-banners-column .cta:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: .3s ease-out;
    width: 100%;
    z-index: 1
}

.shopping-banners-column .cta:hover {
    color: #000
}

.shopping-banners-column .cta span {
    position: relative;
    z-index: 2
}

.shopping-banners-column .cta {
    background-color: #ce2f17;
    border: none;
    color: #fff;
    cursor: pointer;
    font-family: Barlow;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.769;
    padding: 17px 35px 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 0
}

.best-seller-section {
    padding-left: 20px;
    padding-right: 20px
}

.best-seller-section>.wrapper>.inner {
    padding-bottom: 80px;
    padding-top: 73px
}

.best-seller-section h2 {
    font-size: 36px;
    line-height: 1.13em
}

.best-seller-section h2 .highlight,
.highlight {
    color: #ce2f17
}

.best-seller-section .section-header {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    text-align: center
}

.best-seller-section .section-header .cta:hover {
    color: #ce2f17;
    fill: #ce2f17
}

.best-seller-section .section-header .cta {
    color: #000;
    fill: #000;
    display: inline-flex;
    font-family: Barlow;
    font-size: 15px;
    font-weight: 600;
    gap: 11px;
    line-height: 1.0667em;
    margin: 15px 0 0;
    text-transform: uppercase;
    transition: .3s
}

.best-seller-section .section-header .cta svg {
    fill: currentColor
}

.best-seller-section .section-header .cta:hover svg path:first-of-type {
    transform: scaleX(1.4) rotate(45deg) translate(0)
}

.best-seller-section .section-header .cta svg path:first-of-type {
    transform-origin: 75% 72%
}

.best-seller-section .section-header .cta svg path {
    transform: rotate(0) translate(0) scaleX(1);
    transition: transform .4s cubic-bezier(.51, .56, .04, .9), clip-path .4s cubic-bezier(.51, .56, .04, .9)
}

.best-seller-section .section-header .cta:hover svg path:nth-of-type(2) {
    transform: scaleY(1.4) rotate(45deg) translate(0)
}

.best-seller-section .section-header .cta svg path:nth-of-type(2) {
    transform-origin: -19% 49%
}

.product-card {
    border: 1px solid #e2e2e2
}

.products-grid[data-grid-layout="5"] {
    display: grid;
    grid-template-columns: repeat(5, 1fr)
}

.products-grid[data-grid-layout="5"] .product-card:nth-child(5n)+.product-card {
    margin-left: 0
}

.products-grid[data-grid-layout="5"] .product-card:nth-child(5n)~.product-card {
    margin-top: -1px
}

.products-grid[data-grid-layout="5"] .product-card+.product-card {
    margin-left: -1px
}

.product-card {
    position: relative
}

.product-card .link-wrapper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.product-card .cart-button:hover {
    background-position: 0 100%;
    color: #fff;
    fill: #fff
}

.product-card .cart-button:hover:after {
    background-color: #fff
}

.product-card .cart-button:after {
    content: "";
    pointer-events: none;
    --size: 16px;
    background: #000;
    display: inline-flex;
    height: var(--size);
    top: 0;
    right: 8px;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    transform: rotate(-90deg);
    transition: .3s ease-out;
    width: var(--size)
}

.product-card .cart-button span:nth-child(2) {
    margin-right: 5px
}

.product-card .cart-button {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 17px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.0769em;
    padding: 14px 20px;
    text-transform: uppercase;
    width: 100%;
    fill: #000;
    --button-bg-color: #f5f5f5;
    --button-bg-hover-color: #ce2f17;
    background-color: var(--button-bg-color, var(--main-color));
    background-image: linear-gradient(to bottom, var(--button-bg-color, var(--main-color)) 50%, var(--button-bg-hover-color, #000) 50%);
    background-origin: border-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 203%;
    cursor: pointer;
    margin: 5px 0 0;
    min-height: 44px;
    position: relative;
    transition: color .3s ease-out, background-position .3s ease-out;
    z-index: 11
}

.product-card .cart-button .dropdown-cart-plus svg {
    stroke: none;
    fill: currentColor;
    overflow: visible
}

.product-card .cart-button .dropdown-cart-plus {
    opacity: 0;
    transform: scale(.5);
    transform-origin: center;
    transition: opacity .2s ease-out, transform .25s ease-out
}

.product-card .cart-button:hover .dropdown-cart-plus {
    opacity: 1;
    transform: scale(1);
    transition-delay: .16s, .18s
}

.product-card .product-content {
    margin: 0 0 12px;
    padding-left: 20px;
    padding-right: 20px
}

.product-card .product-content .categories a:hover {
    color: #ce2f17;
    transition: color .2s ease-out
}

.product-card .product-content .categories {
    color: #000;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.45455em;
    margin: 0 0 3px;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.product-card .product-content .product-name a:hover {
    color: #ce2f17;
    transition: color .2s ease-out
}

.product-card .product-content .product-name {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0 0;
    position: relative;
    z-index: 2
}

.product-card .compare-wishlist-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 14px
}

.product-card:hover .product-image img {
    transform: scale(1.05)
}

.product-card .product-image img {
    transform: scale(1.01);
    transform-origin: 50% 50%;
    transition: transform .58s cubic-bezier(.32, .71, .37, .94)
}

.product-card .product-image {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px
}

.product-card .product-content-top {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 14px 0 0;
    padding-left: 20px;
    padding-right: 20px
}

.product-card .compare-wishlist-wrapper>div svg {
    fill: currentColor;
    stroke: none;
    transition: fill .2s ease-out, stroke .2s ease-out
}

.product-card .compare-wishlist-wrapper>div {
    color: #000;
    fill: #000;
    transition: all .3s ease-out
}

.product-card .compare-wishlist-wrapper>div:hover {
    color: #ce2f17;
    cursor: pointer;
    fill: #ce2f17
}

.header-top>.wrapper>.inner {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header-top ul.float-left {
    display: flex;
    gap: 30px;
    list-style: none
}

.header-top ul.float-left li a:hover {
    color: #ce2f17
}

.header-top ul.float-left li a {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-family: Barlow;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.5em;
    min-height: 44px;
    text-align: center;
    text-transform: uppercase
}

.header-top {
    background-color: #212121;
    padding-left: 20px;
    padding-right: 20px
}

.header-top .user-dash-wrapper {
    align-items: center;
    display: flex;
    gap: 3px
}

.header-top .user-dash-wrapper ul {
    display: flex;
    gap: 3px;
    list-style: none
}

.header-top .user-dash-wrapper ul li a:hover {
    color: #ce2f17
}

.header-top .user-dash-wrapper ul li:not(:last-child) a:after {
    color: #fff;
    content: "|";
    margin: 0 8px
}

.header-top .user-dash-wrapper ul li a {
    justify-content: center;
    min-height: 44px;
    text-align: center
}

.header-top .user-dash-wrapper .user,
.header-top .user-dash-wrapper ul li a {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-family: Barlow;
    font-size: 12px;
    font-weight: 500;
    gap: 3px;
    line-height: 1.5em;
    text-transform: uppercase
}

.header-top .user-dash-wrapper .user {
    fill: #81858c
}

.header-top .user-dash-wrapper .user svg {
    fill: currentColor;
    height: 12px;
    width: 14px
}

.header-main .logo-wrapper,
.header-main .logo-wrapper img {
    display: flex;
    max-width: 200px
}

@media (min-width:1025px) {
    .header-main .search-bar-form-wrapper {
        min-width: 360px
    }
}

@media (min-width:1440px) {
    .header-main .search-bar-form-wrapper {
        min-width: 620px
    }
}

.header-main .search-language-cart-wrapper .respo-search-bar-toggle {
    cursor: pointer
}

.header-main .search-bar-form-wrapper,
.header-main .search-language-cart-wrapper .respo-search-bar-toggle {
    align-items: center;
    display: flex;
    font-size: 24px
}

.header-main .search-bar-form-wrapper {
    position: relative;
    z-index: 10
}

.search-bar-suggestions-wrapper.active {
    opacity: 1;
    pointer-events: all
}

.search-bar-suggestions-wrapper {
    background: #fff;
    box-shadow: 0 0 10px -2px #0003;
    left: -5px;
    opacity: 0;
    padding-top: 54px;
    pointer-events: none;
    position: absolute;
    top: -5px;
    width: calc(100% + 10px);
    z-index: -1
}

.search-bar-suggestions-wrapper ul {
    list-style: none
}

.search-bar-suggestions-wrapper ul li {
    color: #000;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 500
}

.search-bar-suggestions-wrapper ul li a:hover {
    background-color: #c3c3c3
}

.search-bar-suggestions-wrapper ul li a {
    display: block;
    padding: 10px 15px;
    transition: all .3s ease-out
}

.search-bar-suggestions-wrapper .no-results {
    color: #000;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
    text-align: center
}

.header-main .search-language-cart-wrapper .respo-search-bar-toggle svg {
    height: 1em;
    width: 1em
}

.header-main .search-bar-form-wrapper input:focus {
    box-shadow: 0 0 2px 1px #0000000d;
    outline: 0
}

.header-main .search-bar-form-wrapper .input-wrapper {
    flex: 1;
    position: relative
}

.header-main .search-bar-form-wrapper .reset-toggle {
    background-color: #000;
    bottom: 0;
    content: "";
    cursor: pointer;
    display: none;
    height: 24px;
    margin: auto;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTM0Mi42IDE1MC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDE5MiAyMTAuNyA4Ni42IDEwNS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wxNDYuNyAyNTYgNDEuNCAzNjEuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMEwxOTIgMzAxLjNsMTA1LjQgMTA1LjNjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBzMTIuNS0zMi44IDAtNDUuM0wyMzcuMyAyNTZ6Ii8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTM0Mi42IDE1MC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDE5MiAyMTAuNyA4Ni42IDEwNS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wxNDYuNyAyNTYgNDEuNCAzNjEuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMEwxOTIgMzAxLjNsMTA1LjQgMTA1LjNjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBzMTIuNS0zMi44IDAtNDUuM0wyMzcuMyAyNTZ6Ii8+PC9zdmc+);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    right: 15px;
    top: 0;
    width: 24px
}

.header-main .search-bar-form-wrapper input {
    background-color: #fff;
    border: 1px solid #bec8ce;
    border-radius: 3px 0 0 3px;
    color: #000;
    flex: 1;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 500;
    height: 44px;
    margin-right: -1px;
    padding: 10px 15px;
    width: 100%
}

.header-main .search-bar-form-wrapper .form {
    display: flex;
    width: 100%
}

.header-main .search-bar-form-wrapper button:hover:after {
    height: 100%
}

.header-main .search-bar-form-wrapper button span {
    position: relative;
    z-index: 2
}

.header-main .search-bar-form-wrapper button:after {
    background-color: #1a1a1a;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: .3s ease-out;
    width: 100%;
    z-index: 1
}

.header-main .search-bar-form-wrapper button {
    background-color: #ce2f17;
    border: none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    cursor: pointer;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 700;
    height: 44px;
    min-width: 50px;
    padding: 0 25px;
    position: relative;
    text-transform: uppercase
}

.header-main>.wrapper>.inner {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.header-main {
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.header-main .language-selector-wrapper,
.header-main .shopping-cart-wrapper {
    align-items: center;
    display: flex;
    gap: 5px
}

.header-main .language-selector-wrapper .icon,
.header-main .shopping-cart-wrapper .icon {
    align-items: center;
    display: inline-flex;
    font-size: 24px;
    justify-content: center;
    width: 40px
}

.header-main .language-selector-wrapper .icon svg,
.header-main .shopping-cart-wrapper .icon svg {
    height: 1em;
    width: 1em;
    fill: currentColor
}

.header-main .shopping-cart-wrapper .icon {
    margin-right: 8px;
    position: relative
}

.header-main .shopping-cart-wrapper .icon .counter {
    background-color: #ce2f17;
    border-radius: 50%;
    color: #212121;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 18px;
    left: 27px;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: -1px;
    transition: background-color .3s ease-out;
    width: 18px
}

.header-main .language-selector-wrapper:hover .icon,
.header-main .shopping-cart-wrapper:hover .icon {
    color: #ce2f17
}

.header-main .language-selector-wrapper .languages-dropdown {
    position: relative
}

.header-main .language-selector-wrapper .languages-dropdown .selected-value:hover:after {
    background-color: #ce2f17;
    transform: translateY(0) rotate(90deg)
}

.header-main .language-selector-wrapper .languages-dropdown .selected-value {
    display: flex;
    gap: 10px
}

.header-main .language-selector-wrapper .languages-dropdown .selected-value:after {
    background-color: #000;
    content: "";
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3MSIgaGVpZ2h0PSIxMS4zMTMiIHZpZXdCb3g9IjAgMCA3LjA3MSAxMS4zMTMiPjxwYXRoIGQ9Im03LjA3MSA1LjY1Ny01LjY1NyA1LjY1N0wwIDkuOWw1LjY1Ny01LjY1N3oiLz48cGF0aCBkPSJNNS42NTcgNy4wNzIgMCAxLjQxNSAxLjQxNC4wMDFsNS42NTcgNS42NTd6Ii8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3MSIgaGVpZ2h0PSIxMS4zMTMiIHZpZXdCb3g9IjAgMCA3LjA3MSAxMS4zMTMiPjxwYXRoIGQ9Im03LjA3MSA1LjY1Ny01LjY1NyA1LjY1N0wwIDkuOWw1LjY1Ny01LjY1N3oiLz48cGF0aCBkPSJNNS42NTcgNy4wNzIgMCAxLjQxNSAxLjQxNC4wMDFsNS42NTcgNS42NTd6Ii8+PC9zdmc+);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transform: translateY(0) rotate(.0001deg);
    transform: translateY(0) rotate(90deg);
    transform-origin: 50% 50%;
    transition: background-color .2s ease-out, transform .4s cubic-bezier(.51, .56, .04, .9);
    width: 10px
}

.header-main .language-selector-wrapper .languages-dropdown .selected-value:hover,
.header-main .language-selector-wrapper .languages-dropdown-list li,
.header-main .language-selector-wrapper .languages-dropdown-list li a:hover {
    color: #ce2f17;
    cursor: pointer
}

.header-main .language-selector-wrapper .languages-dropdown .selected-value,
.header-main .language-selector-wrapper .languages-dropdown-list li,
.header-main .language-selector-wrapper .languages-dropdown-list li a {
    color: #262626;
    font-size: 15px;
    font-weight: 600;
    list-style: none;
    transition: color .2s ease-out
}

.header-main .language-selector-wrapper .languages-dropdown-list.show {
    opacity: 1;
    pointer-events: all
}

.header-main .language-selector-wrapper .languages-dropdown-list {
    background-color: #f5f5f5;
    border: 1px solid #e2e2e2;
    line-height: 25px;
    max-height: 200px;
    opacity: 0;
    overflow-y: auto;
    padding: 9px 18px 11px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 25px;
    width: 106px;
    z-index: 10
}

.header-main .language-selector-wrapper .languages a:hover {
    color: #ce2f17
}

.header-main .language-selector-wrapper .languages a {
    display: inline-flex;
    gap: 4px
}

.header-main .language-selector-wrapper .languages a:not(:last-child):after {
    color: #8b8b8b;
    content: "|"
}

.header-main .language-selector-wrapper .languages,
.header-main .shopping-cart-wrapper .total-price {
    color: #262626;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    gap: 4px
}

.header-main .language-selector-wrapper .title,
.header-main .shopping-cart-wrapper .title {
    color: #626262;
    font-size: 13px;
    font-weight: 500
}

.header-main .search-language-cart-wrapper {
    align-items: center;
    display: flex;
    gap: 25px;
    padding: 2em 0 2em 1em
}

.header-menu-row {
    background-color: #c3c3c3;
    padding-left: 20px;
    padding-right: 20px
}

.header-menu-row .mega-menu-toggle {
    align-items: center;
    background-color: #ce2f17;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    padding: 0 39px 0 22px;
    text-transform: uppercase;
    transition: background .2s linear, color .2s linear, border .2s linear
}

.header-menu-row .mega-menu-toggle .icon {
    font-size: 17px;
    margin: 0 20px 0 0
}

.header-menu-row .mega-menu-toggle svg {
    height: 1em;
    width: 1em;
    fill: currentColor
}

.header-menu-row .mega-menu-toggle:hover {
    background-color: #000
}

.header-menu-row .mega-menu-toggle span svg {
    margin-left: 4px
}

.header-menu-row .mega-menu-main {
    display: inline-block
}

.header-menu-row .mega-menu-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    z-index: 2
}

.header-menu-row>.wrapper>.inner {
    display: flex;
    position: relative
}

.header-menu-row .mega-menu-wrapper ul.tab-menu {
    display: flex;
    list-style: none
}

.header-menu-row .mega-menu-wrapper ul.tab-menu li a {
    color: #212121;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    height: 50px;
    line-height: 51px;
    padding: 0 40px 0 20px;
    position: relative;
    transition: background .2s linear, color .2s linear, border .2s linear
}

.header-menu-row .mega-menu-wrapper ul.tab-menu li a.active:after {
    transform: rotate(180deg)
}
.header-menu-row .mega-menu-wrapper ul.tab-menu li a span::after {
    color: #ce2f17;
  content: "(" attr(data-count) ")";
  font-size: .8em;
  margin-left: 4px;
}

.header-menu-row .mega-menu-wrapper ul.tab-menu > li > a:after {
    content: "";
    pointer-events: none;
    --size: 16px;
    background: #000;
    display: inline-flex;
    height: var(--size);
    top: 0;
    right: 8px;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    transition: .3s ease-out;
    width: var(--size)
}

.header-menu-row .mega-menu-wrapper ul.tab-menu li a.active,
.header-menu-row .mega-menu-wrapper ul.tab-menu li a:hover {
    background-color: #fff;
    color: #000
}

.header-menu-row .tab-content-wrapper {
    background-color: #fff;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 101
}

.header-menu-row .tab-content-wrapper .tab-content.active {
    display: flex
}

.header-menu-row .tab-content-wrapper .tab-content {
    display: flex;
    display: none;
    gap: 30px;
    padding: 20px
}

.header-menu-row .tab-content-wrapper .list-column .list-title {
    color: #626262;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.618em;
    margin-bottom: 10px;
    padding: 0 0 10px;
    text-transform: uppercase
}

.header-menu-row .tab-content-wrapper .list-row {
    -moz-column-count: 3;
    column-count: 3
}

.header-menu-row .tab-content-wrapper .list-column {
    display: block;
    padding: 0 15px;
    -moz-column-break-after: avoid;
    break-after: avoid;
    -moz-column-break-before: avoid;
    break-before: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid
}

.header-menu-row .tab-content-wrapper .list-column ul {
    list-style: none;
    margin-bottom: 20px
}

.header-menu-row .tab-content-wrapper .list-column li {
    margin-bottom: 6px;
    margin-top: 6px
}

.header-menu-row .tab-content-wrapper .list-column li,
.header-menu-row .tab-content-wrapper .list-column li a {
    color: #626262;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    transition: color .3s ease-out
}

.header-menu-row .tab-content-wrapper .parts-grid>a img {
    display: none;
    height: 50px;
    width: 50px
}

.header-menu-row .tab-content-wrapper .parts-grid>a:hover {
    padding-left: 14px;
    padding-right: 0
}

.header-menu-row .tab-content-wrapper .parts-grid>a {
    overflow: hidden;
    transition: padding .2s ease-out
}

.header-menu-row .tab-content-wrapper .parts-grid>a:hover:before {
    left: 0
}

.header-menu-row .tab-content-wrapper .parts-grid>a:before {
    background: #e20100;
    content: "";
    height: 6px;
    left: -14px;
    position: absolute;
    top: calc(50% - 3px);
    transition: left .2s ease-out, right .2s ease-out;
    width: 6px
}

.header-menu-row .tab-content-wrapper .parts-grid>a {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-family: Barlow Condensed;
    font-size: 18px;
    font-weight: 600;
    gap: 20px;
    line-height: 1.11111em;
    padding-right: 40px;
    position: relative
}

.header-menu-row .tab-content-wrapper .tab-content-head-wrapper {
    display: none;
    width: 25%
}

.header-menu-row .tab-content-wrapper .tab-content-head-wrapper h2 {
    font-size: 1.2rem;
    margin-bottom: 8px
}

.header-menu-row .tab-content-wrapper .tab-content-head-wrapper p {
    display: -webkit-box;
    line-height: 23px;
    margin-bottom: 15px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.header-menu-row .tab-content-wrapper .tab-content-head-wrapper .cta:hover:after {
    height: 100%
}

.header-menu-row .tab-content-wrapper .tab-content-head-wrapper .cta:after {
    background-color: #1a1a1a;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: .3s ease-out;
    width: 100%;
    z-index: 1
}

.header-menu-row .tab-content-wrapper .tab-content-head-wrapper .cta {
    background-color: #ce2f17;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Barlow;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.769;
    padding: 11px 19px 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 0
}

.header-menu-row .tab-content-wrapper .tab-content-head-wrapper .cta span {
    position: relative;
    z-index: 2
}

.header-menu-row .tab-content-wrapper .parts-grid {
    display: grid;
    flex: 1;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr)
}

.header-menu-row .navigation-menu {
    display: flex;
    list-style: none
}

.header-menu-row .navigation-menu li:not(.active) a:hover {
    background-color: #000;
    color: #fff
}

.header-menu-row .navigation-menu li a {
    color: #212121;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    line-height: 51px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: background .2s linear, color .2s linear, border .2s linear
}

.select-you-vehicle-section>.wrapper>.inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 506px;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    z-index: 1
}

.select-you-vehicle-section {
    background-attachment: fixed;
    background-image: url(/_nuxt/banner.q_GyKdww.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.select-you-vehicle-section:after {
    background: #00000080;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.select-you-vehicle-section h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 20px;
    text-align: center
}

.select-you-vehicle-section h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 50px;
    padding-bottom: 20px;
    text-align: center
}

.select-you-vehicle-section .select-you-vehicle-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 1040px;
    padding: 20px;
    width: 100%
}

.select-you-vehicle-section .select-you-vehicle-form .input-row {
    display: flex;
    gap: 6px
}

.select-you-vehicle-section .select-you-vehicle-form .input-column:last-child {
    flex: none
}

.select-you-vehicle-section .select-you-vehicle-form .input-column {
    flex: 1
}

.select-you-vehicle-section .select-you-vehicle-form .input-wrapper .el-select {
    margin-left: auto
}

.select-you-vehicle-section .select-you-vehicle-form .input-wrapper .el-select__wrapper {
    border: none;
    box-shadow: none
}

.select-you-vehicle-section .select-you-vehicle-form .input-select-wrapper .el-select__suffix i:after {
    background: #626262;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    pointer-events: none;
    position: absolute;
    --size: 16px;
    height: var(--size);
    width: var(--size)
}

.select-you-vehicle-section .select-you-vehicle-form .input-wrapper {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 49px;
    position: relative
}

.select-you-vehicle-section .select-you-vehicle-form .input-wrapper input {
    border: none;
    color: #444;
    font-family: Barlow;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    outline: 0;
    padding-bottom: 12px;
    padding-left: 48px;
    padding-top: 12px;
    width: 100%
}

.select-you-vehicle-section .select-you-vehicle-form button:hover:after {
    height: 100%
}

.select-you-vehicle-section .select-you-vehicle-form button span {
    position: relative;
    z-index: 2
}

.select-you-vehicle-section .select-you-vehicle-form button:hover {
    color: #ce2f17
}

.select-you-vehicle-section .select-you-vehicle-form button:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: .3s ease-out;
    width: 100%;
    z-index: 1
}

.select-you-vehicle-section .select-you-vehicle-form button {
    align-items: center;
    background-color: #ce2f17;
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Barlow;
    font-size: 15px;
    font-weight: 800;
    height: 49px;
    justify-content: center;
    line-height: 25px;
    max-width: 166px;
    min-width: 166px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: .3s ease-out;
    width: 100%
}

.select-you-vehicle-section .select-you-vehicle-form button svg {
    height: 13px;
    position: relative;
    width: 13px;
    z-index: 2;
    fill: currentColor;
    margin: 0 10px 0 20px
}

.select-you-vehicle-section .select-you-vehicle-form .serial {
    border-right: 1px solid #e1e1e1;
    color: #000;
    font-size: 15px;
    left: 0;
    line-height: 26px;
    padding: 0 15px;
    position: absolute;
    z-index: 1
}

.essentials-section {
    padding-left: 20px;
    padding-right: 20px
}

.essentials-section>.wrapper>.inner {
    padding-bottom: 80px;
    padding-top: 80px
}

.essentials-section .section-header h2 .highlight {
    color: #ce2f17
}

.essentials-section .section-header h2 {
    font-size: 36px;
    line-height: 1.13em;
    margin: 0 0 10px
}

.essentials-section .section-header h4 {
    color: #fff;
    text-align: center
}

.essentials-section .section-header h4 span {
    background: #ce2f17;
    display: inline-block;
    padding: 6px 10px
}

.essentials-section .section-header p {
    line-height: 23px;
    margin: 10px 0 0
}

.essentials-section .section-header {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    text-align: center
}

.essentials-section .section-header .essentials-tabs-header .essentials-tab:hover:after {
    transform: scaleX(1)
}

.essentials-section .section-header .essentials-tabs-header .essentials-tab-active:after {
    transform: scaleX(1) !important
}

.essentials-section .section-header .essentials-tabs-header .essentials-tab-active {
    color: #ce2f17 !important
}

.essentials-section .section-header .essentials-tabs-header .essentials-tab:after {
    background-color: #ce2f17;
    content: "";
    height: 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto 0;
    position: absolute;
    transform: scaleX(0);
    transition: transform .25s cubic-bezier(.45, .05, .27, .94);
    width: 100%
}

.essentials-section .section-header .essentials-tabs-header .essentials-tab {
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 3px 11px;
    position: relative;
    text-transform: uppercase
}

.essentials-section .section-header .essentials-tabs-header {
    display: flex;
    gap: 30px;
    margin: 20px 0 0 300px
}

.essentials-section .essentials-grid .item+.item {
    margin-left: -1px
}

.essentials-section .essentials-grid .item:nth-child(4n)+.item {
    margin-left: 0
}

.essentials-section .essentials-grid .item:nth-child(4n)~.item {
    margin-top: -1px
}

.essentials-section .essentials-grid .item {
    animation: fadeInUp 1s var(--delay) ease-out;
    border: 1px solid #e2e2e2
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.essentials-section .essentials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.essentials-section .essentials-grid .item .image-wrapper {
    padding-left: 20px;
    padding-right: 20px
}

.essentials-section .essentials-grid .item .read-more-button:hover {
    background-position: 0 100%;
    color: #fff;
    fill: #fff
}

.essentials-section .essentials-grid .item .read-more-button {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.0769em;
    padding: 22px 20px 21px;
    text-transform: uppercase;
    width: 100%;
    fill: #000;
    --button-bg-color: #f5f5f5;
    --button-bg-hover-color: #ce2f17;
    background-color: var(--button-bg-color, var(--main-color));
    background-image: linear-gradient(to bottom, var(--button-bg-color, var(--main-color)) 50%, var(--button-bg-hover-color, #000) 50%);
    background-origin: border-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 203%;
    cursor: pointer;
    margin: 5px 0 0;
    min-height: 64px;
    position: relative;
    transition: color .3s ease-out, background-position .3s ease-out
}

.essentials-section .essentials-grid .item .read-more-button .dropdown-cart-plus svg {
    stroke: none;
    fill: currentColor;
    overflow: visible
}

.essentials-section .essentials-grid .item .read-more-button .dropdown-cart-plus {
    opacity: 0;
    transform: scale(.5);
    transform-origin: center;
    transition: opacity .2s ease-out, transform .25s ease-out
}

.essentials-section .essentials-grid .item .read-more-button:hover .dropdown-cart-plus {
    opacity: 1;
    transform: scale(1);
    transition-delay: .16s, .18s
}

.essentials-section .essentials-grid .item .essential-content {
    margin: 0 0 12px;
    padding-left: 20px;
    padding-right: 20px
}

.essentials-section .essentials-grid .item .essential-content .name {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.125em
}

.our-partners-section {
    background-color: #000;
    padding-left: 20px;
    padding-right: 20px
}

.our-partners-section>.wrapper>.inner {
    padding-bottom: 80px;
    padding-top: 80px
}

.our-partners-section h2 .highlight {
    color: #ce2f17
}

.our-partners-section h2 {
    color: #fff;
    font-size: 36px;
    line-height: 1.13em;
    margin: 0 0 10px;
    text-align: center
}

.our-partners-section h4 span {
    background: #ce2f17;
    display: inline-block;
    padding: 6px 10px
}

.our-partners-section h4,
.our-partners-section p {
    color: #fff;
    text-align: center
}

.our-partners-section p {
    line-height: 23px;
    margin: 10px 0 0
}

.our-partners-section .partners-grid {
    text-align: center
}

.our-partners-section .partners-grid .item {
    align-items: center;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    margin-right: -1px;
    outline: 1px solid #e2e2e2;
    outline-offset: -1px;
    text-align: center;
    transition: all .2s ease-out
}

.our-partners-section .partners-grid .item:hover {
    background-color: #fff
}

.dual-cta-section>.wrapper {
    max-width: 100%
}

.dual-cta-section>.wrapper>.inner {
    display: flex
}

.dual-cta-section .cta-card-wrapper {
    position: relative;
    width: 50%;
    z-index: 1
}

.dual-cta-section .cta-card-wrapper:nth-child(2) .image-wrapper:before {
    background-image: linear-gradient(-90deg, #000, #0000)
}

.dual-cta-section .cta-card-wrapper .image-wrapper:before {
    background-image: linear-gradient(90deg, #000, #0000);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%
}

.dual-cta-section .cta-card-wrapper .image-wrapper,
.dual-cta-section .cta-card-wrapper .image-wrapper img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: -1
}

.dual-cta-section .cta-card-wrapper:nth-child(2) .content-wrapper {
    margin-left: 0;
    margin-right: auto;
    padding: 60px 20px 59px 25%
}

.dual-cta-section .cta-card-wrapper .content-wrapper {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    max-width: 720px;
    min-height: 480px;
    padding: 59px 25% 60px 20px
}

.dual-cta-section .cta-card-wrapper h2 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.143em
}

.dual-cta-section .cta-card-wrapper h3 {
    color: #fff;
    font-size: 50px;
    line-height: 58px;
    margin-top: 13px
}

.dual-cta-section .cta-card-wrapper .cta:hover {
    color: #000
}

.dual-cta-section .cta-card-wrapper .cta:hover:after {
    height: 100%
}

.dual-cta-section .cta-card-wrapper .cta span {
    position: relative;
    z-index: 2
}

.dual-cta-section .cta-card-wrapper .cta:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: .3s ease-out;
    width: 100%;
    z-index: 1
}

.dual-cta-section .cta-card-wrapper .cta {
    align-self: flex-start;
    background-color: #ce2f17;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Barlow;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.769;
    margin-top: auto;
    padding: 17px 35px 16px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 0
}

.dual-cta-section .cta-card-wrapper:nth-child(2) h2,
.dual-cta-section .cta-card-wrapper:nth-child(2) h3 {
    text-align: right
}

.dual-cta-section .cta-card-wrapper:nth-child(2) .cta {
    margin-left: auto
}

.latest-updates-section {
    padding-left: 20px;
    padding-right: 20px
}

.latest-updates-section>.wrapper>.inner {
    padding-bottom: 80px;
    padding-top: 80px
}

.latest-updates-section .section-header {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    text-align: center
}

.latest-updates-section .section-header h2 .highlight {
    color: #ce2f17
}

.latest-updates-section .section-header h2 {
    font-size: 36px;
    line-height: 1.13em
}

.blog-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    --blog-post-grid-gap: 30px;
    gap: var(--blog-post-grid-gap)
}

.blog-post-grid .item {
    position: relative
}

.blog-post-grid .item:not(:last-child):after {
    background-color: #e2e2e2;
    content: "";
    height: 100%;
    position: absolute;
    right: calc(var(--blog-post-grid-gap)/2*-1);
    top: 0;
    width: 1px
}

.blog-post-grid .item .image-wrapper {
    overflow: hidden
}

.blog-post-grid .item .image-wrapper img {
    transform: scale(1.01);
    transform-origin: 50% 50%;
    transition: transform .58s cubic-bezier(.32, .71, .37, .94)
}

.blog-post-grid .item:hover .image-wrapper img {
    transform: scale(1.034)
}

.blog-post-grid .item .meta-wrapper {
    align-items: center;
    display: flex;
    margin: 21px 0 0;
    padding: 4px 0
}

.blog-post-grid .item .meta-wrapper .categories:after {
    background-color: #ce2f17;
    content: "";
    display: block;
    height: 2px;
    margin: 0 8px;
    width: 10px
}

.blog-post-grid .item .meta-wrapper .categories,
.blog-post-grid .item .meta-wrapper .date {
    align-items: center;
    display: flex;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.45455em;
    text-transform: uppercase
}

.blog-post-grid .item .meta-wrapper .categories a:hover,
.blog-post-grid .item .meta-wrapper .date a:hover {
    color: #ce2f17
}

.blog-post-grid .item .meta-wrapper .date {
    font-weight: 500
}

.blog-post-grid .item .blog-title {
    color: #000;
    display: -webkit-box;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.11111em;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog-post-grid .item .blog-title a:hover {
    color: #ce2f17
}

.blog-post-grid .item .blog-desc {
    color: #000;
    display: -webkit-box;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.533em;
    margin: 9px 0 0;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.footer-top {
    background-color: #c3c3c3;
    border-bottom: 1px solid #e2e2e2;
    padding-left: 20px;
    padding-right: 20px
}

.footer-top>.wrapper>.inner {
    align-items: center;
    display: flex;
    gap: 2em;
    justify-content: space-between
}

.footer-top h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.11111em;
    width: 25%;
    margin: 0px !important;
}

.footer-top .newsletter-form-wrapper input {
    background-color: #fff;
    border: solid #e2e2e2;
    border-width: 1px 0 0;
    flex: 1;
    font-family: Barlow;
    font-size: 15px;
    line-height: 23px;
    outline: 0;
    padding: 31px 90px 31px 20px
}

.footer-top .newsletter-form-wrapper button:hover:after {
    height: 100%
}

.footer-top .newsletter-form-wrapper button:after {
    background-color: #1a1a1a;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: .3s ease-out;
    width: 100%;
    z-index: 1
}

.footer-top .newsletter-form-wrapper button span {
    position: relative;
    z-index: 2
}

.footer-top .newsletter-form-wrapper button {
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 1.0769em;
    margin: auto 0 auto auto;
    padding: 0 var(--x);
    position: absolute;
    text-transform: uppercase;
    width: -moz-fit-content;
    width: fit-content;
    --x: 50px;
    background-color: #ce2f17;
    font-family: Barlow
}

.footer-top .newsletter-form-wrapper form {
    display: flex
}

.footer-top .newsletter-form-wrapper {
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    position: relative;
    width: 50%
}

.footer-top .socials-media-links {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    width: 25%
}

.footer-top .socials-media-links a:hover {
    color: #ce2f17
}

.footer-top .socials-media-links a {
    color: #000;
    display: inline-flex;
    font-size: 20px
}

.footer-top .socials-media-links a svg {
    height: 1em;
    width: 1em;
    fill: currentColor
}

.expert-help-section {
    background-color: #000;
    padding-left: 20px;
    padding-right: 20px
}

.expert-help-section>.wrapper>.inner {
    padding-bottom: 60px;
    padding-top: 70px
}

.expert-help-section h2 {
    color: #fff;
    font-size: 36px;
    line-height: 1.13em;
    margin-bottom: 30px;
    text-align: center
}

.expert-help-section .expert-help-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.expert-help-section .expert-help-grid .item .icon-wrapper {
    aspect-ratio: 1;
    color: #fff;
    width: 32px
}

.expert-help-section .expert-help-grid .item .icon-wrapper svg {
    fill: currentColor
}

.expert-help-section .expert-help-grid .item {
    background: #ffffff26;
    padding: 35px
}

.expert-help-section .expert-help-grid .item:nth-child(2) {
    background: #fff3
}

.expert-help-section .expert-help-grid .item:nth-child(3) {
    background: #ffffff40
}

.expert-help-section .expert-help-grid .item:nth-child(4) {
    background: #ffffff4d
}

.expert-help-section .expert-help-grid .item h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 30px;
    max-width: 80%
}

.expert-help-section .expert-help-grid .item h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.53333em;
    margin: 10px 0 0;
    max-width: 100%
}

.trusted-payment-delivery-section>.wrapper>.inner {
    display: flex;
    padding-bottom: 80px;
    padding-top: 80px
}

.delivery-partners-wrapper,
.payment-options-wrapper,
.trusted-shopping-wrapper {
    width: 33.3%
}

.delivery-partners-wrapper h2,
.payment-options-wrapper h2,
.trusted-shopping-wrapper h2 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 30px;
    text-align: center
}

.trusted-shopping-wrapper .images-wrapper {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    justify-content: center
}

.trusted-shopping-wrapper .images-wrapper>div {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.trusted-shopping-wrapper .images-wrapper>div>div {
    display: flex;
    gap: 10px
}

.trusted-shopping-wrapper .images-wrapper>img {
    height: 110px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 96px
}

.trusted-shopping-wrapper .images-wrapper>div>div>img {
    height: 55px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100px
}

.trusted-shopping-wrapper .images-wrapper>div>img {
    height: 45px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 165px
}

.payment-options-wrapper .images-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column
}

.payment-options-wrapper .images-wrapper>div h3 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 20px;
    text-align: center;
    width: 100%
}

.payment-options-wrapper .images-wrapper>div {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    justify-content: center
}

.payment-options-wrapper .images-wrapper>div>img {
    border: 1px solid #e2e2e2;
    max-height: 28px;
    padding: 4px
}

.payment-options-wrapper .images-wrapper>img {
    margin: 0 0 30px;
    max-height: 27px
}

.popup-sign-form .inner {
    background-color: #fff;
    box-shadow: 0 3px 8px #00000040;
    display: flex;
    max-width: 750px;
    position: relative;
    width: 100%
}

.popup-sign-form .inner .popImg img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.popup-sign-form .inner .popImg {
    width: 50%
}

.popup-sign-form .inner>div:not(.popImg) {
    padding: 2.2em 2.5em;
    width: 50%
}

.delivery-partners-wrapper .images-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center
}

.delivery-partners-wrapper .images-wrapper>div {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%
}

.delivery-partners-wrapper .images-wrapper>div>img {
    border: 1px solid #e2e2e2;
    max-height: 40px;
    padding: 4px
}

.popup-sign-form .inner {
    animation: showPopup .3s ease-out
}

@keyframes showPopup {
    0% {
        opacity: 0;
        transform: scale(.8)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.popup-sign-form {
    align-items: center;
    background-color: #000000b3;
    display: flex;
    display: none;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    width: 100%;
    z-index: 1001
}

.popup-sign-form .close span {
    display: inline-flex;
    --size: 20px;
    background-color: #fff;
    height: var(--size);
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3l105.4 105.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3l105.4 105.3c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256z'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: var(--size)
}

.popup-sign-form .close {
    background-color: #ce2f17;
    --size: 30px;
    align-items: center;
    cursor: pointer;
    display: flex;
    height: var(--size);
    justify-content: center;
    position: absolute;
    right: .5em;
    top: .5em;
    width: var(--size)
}

.popup-sign-form .input-wrapper {
    position: relative
}

.popup-sign-form input:is([type=checkbox])+label {
    display: inline-block;
    margin-bottom: 0
}

.popup-sign-form input:is([type=checkbox]) {
    margin-right: 5px
}

.popup-sign-form input:not([type=checkbox]) {
    background-color: #fff;
    border: 1px solid #bec8ce;
    border-radius: 3px 0 0 3px;
    color: #000;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 500;
    height: 44px;
    outline: none;
    padding: 10px 15px;
    width: 100%
}

.popup-sign-form .user-icon {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M224 256a128 128 0 1 0 0-256 128 128 0 1 0 0 256m-45.7 48C79.8 304 0 383.8 0 482.3 0 498.7 13.3 512 29.7 512h388.6c16.4 0 29.7-13.3 29.7-29.7 0-98.5-79.8-178.3-178.3-178.3z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M224 256a128 128 0 1 0 0-256 128 128 0 1 0 0 256m-45.7 48C79.8 304 0 383.8 0 482.3 0 498.7 13.3 512 29.7 512h388.6c16.4 0 29.7-13.3 29.7-29.7 0-98.5-79.8-178.3-178.3-178.3z'/%3E%3C/svg%3E")
}

.popup-sign-form .mail-icon {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4l217.6 163.2c11.4 8.5 27 8.5 38.4 0l217.6-163.2c12.1-9.1 19.2-23.3 19.2-38.4 0-26.5-21.5-48-48-48zM0 176v208c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V176L294.4 339.2a63.9 63.9 0 0 1-76.8 0z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4l217.6 163.2c11.4 8.5 27 8.5 38.4 0l217.6-163.2c12.1-9.1 19.2-23.3 19.2-38.4 0-26.5-21.5-48-48-48zM0 176v208c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V176L294.4 339.2a63.9 63.9 0 0 1-76.8 0z'/%3E%3C/svg%3E")
}

.popup-sign-form .pass-icon {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M144 144v48h160v-48c0-44.2-35.8-80-80-80s-80 35.8-80 80m-64 48v-48C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64v192c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M144 144v48h160v-48c0-44.2-35.8-80-80-80s-80 35.8-80 80m-64 48v-48C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64v192c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64z'/%3E%3C/svg%3E")
}

.popup-sign-form h2 {
    margin-bottom: 24px;
    padding: 0 30px 0 0;
    text-align: left
}

.popup-sign-form h2 span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 5px;
    text-transform: none
}

.popup-sign-form .icon {
    top: 0;
    right: 15px;
    bottom: 0;
    left: 0;
    margin: auto 0 auto auto;
    position: absolute;
    --size: 20px;
    background-color: #000;
    height: var(--size);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: var(--size)
}

.popup-sign-form .input-column {
    position: relative;
    width: 100%
}

.popup-sign-form .input-column label {
    display: block;
    margin-bottom: 5px
}

.popup-sign-form .input-row {
    display: flex;
    margin-bottom: 20px
}

.popup-sign-form button:hover {
    background-color: #3a3a3a;
    color: #fff
}

.popup-sign-form .submit-row .input-column {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.popup-sign-form button {
    background-color: #ce2f17;
    border: none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    cursor: pointer;
    font-family: Barlow;
    font-size: 15px;
    font-weight: 700;
    height: 44px;
    min-width: 50px;
    padding: 0 25px;
    text-transform: uppercase
}

.popup-sign-form .form-popup-nav p a:hover {
    color: #ce2f17
}

.form-popup-nav p {
    margin-bottom: 8px
}

.footer-main>.wrapper>.inner {
    padding-bottom: 73px;
    padding-top: 66px
}

.footer-main {
    background-color: #c3c3c3;
    padding-left: 20px;
    padding-right: 20px
}

.footer-main .footer-quick-links-column h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.11111em;
    margin: 0 0 28px
}

.footer-main .footer-quick-links-row {
    display: flex;
    gap: 30px
}

.footer-main .footer-quick-links-column:first-child {
    flex: 3
}

.footer-main .footer-quick-links-column {
    flex: 2
}

.footer-main .footer-quick-links-column .logo-wrapper,
.footer-main .footer-quick-links-column .logo-wrapper img {
    display: inline-flex;
    max-height: 66px
}

.footer-main .footer-quick-links-column ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style: none
}

.footer-main .footer-quick-links-column ul.quick-links li a:hover:before {
    opacity: 1;
    transform: translate(calc(var(--qode-padding)*-1)) scaleX(1)
}

.footer-main .footer-quick-links-column ul.quick-links li a:hover {
    clip-path: inset(calc(var(--qode-padding)*-1));
    transform: translate(calc(var(--qode-padding)*1))
}

.footer-main .footer-quick-links-column ul.quick-links li {
    overflow: hidden
}

.footer-main .footer-quick-links-column ul.quick-links li a {
    display: inline-block;
    position: relative;
    --qode-padding: 14px;
    padding-right: var(--qode-padding);
    transition: transform .34s cubic-bezier(.22, .61, .36, 1), clip-path .34s cubic-bezier(.22, .61, .36, 1)
}

.footer-main .footer-quick-links-column ul.quick-links li a:before {
    background-color: #ce2f17;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: calc(50% - 1px);
    transform: translate(calc(var(--qode-padding)*-1)) scale(.8);
    transition: transform .5s cubic-bezier(.22, .61, .36, 1), opacity .33s;
    translate: 0 -50%;
    width: 6px
}

.footer-main .footer-quick-links-column ul li a {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.533em
}

.footer-main .footer-quick-links-column h3 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.11111em;
    margin: 28px 0 12px
}

.footer-main .footer-quick-links-column .take-a-survey-button:hover:after {
    height: 100%
}

.footer-main .footer-quick-links-column .take-a-survey-button span {
    position: relative;
    z-index: 2
}

.footer-main .footer-quick-links-column .take-a-survey-button:after {
    background-color: #1a1a1a;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: .3s ease-out;
    width: 100%;
    z-index: 1
}

.footer-main .footer-quick-links-column .take-a-survey-button {
    align-self: flex-start;
    background-color: #ce2f17;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Barlow;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.769;
    margin-top: 20px;
    padding: 10px 19px 11px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 0;
}

.footer-copyright-row {
    background-color: #000;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px
}

.footer-copyright-row>.wrapper>.inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 27px;
    padding-top: 27px
}

.footer-copyright-row .img-wrapper,
.footer-copyright-row .img-wrapper img {
    display: flex;
    max-width: 273px
}

.breadcrumb-header-section {
    padding-left: 20px;
    padding-right: 20px
}

.breadcrumb-header {
    align-items: center;
    display: flex;
    min-height: 74px
}

.breadcrumb-header ul {
    display: flex;
    gap: 8px;
    list-style: none
}

.breadcrumb-header ul li {
    align-items: center;
    display: flex;
    gap: 8px
}

.breadcrumb-header ul li:not(:last-child):after {
    background-color: #ce2f17;
    content: "";
    height: 2px;
    width: 10px
}

.breadcrumb-header ul li a,
.breadcrumb-header ul li>span {
    color: #848484;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.455em;
    text-transform: uppercase;
    transition: color .2s ease-out
}

.breadcrumb-header ul li a:hover,
.breadcrumb-header ul li>span {
    color: #000
}

.input-check-wrapper {
    align-items: center;
    display: flex;
    gap: 10px;
    padding: 2px 0
}

.input-check-wrapper input[type=checkbox] {
    display: none
}

.input-check-wrapper input[type=checkbox]:checked~svg,
.input-check-wrapper input[type=checkbox]:hover~svg {
    stroke-dashoffset: 0
}

.input-check-wrapper svg {
    height: 18px;
    width: 18px;
    fill: transparent;
    stroke: #e20100;
    pointer-events: none;
    stroke-width: 2px;
    stroke-dasharray: 55;
    stroke-dashoffset: 55;
    position: relative;
    transition: .7s cubic-bezier(.51, .56, .04, .9);
    z-index: 1
}

.input-check-wrapper a.router-link-active {
    color: #ce2f17
}

.input-check-wrapper a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.438em;
    position: relative
}

.input-check-wrapper a .count {
    margin-left: 10px
}

.shop-filter-heading:before {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 11px;
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.071' height='11.314'%3E%3Cg data-name='Arrow (R)'%3E%3Cpath d='M5.657 7.071 0 1.414 1.414 0l5.657 5.657z' data-name='1'/%3E%3Cpath d='m7.071 5.657-5.657 5.657L0 9.9l5.657-5.657z' data-name='2'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.071' height='11.314'%3E%3Cg data-name='Arrow (R)'%3E%3Cpath d='M5.657 7.071 0 1.414 1.414 0l5.657 5.657z' data-name='1'/%3E%3Cpath d='m7.071 5.657-5.657 5.657L0 9.9l5.657-5.657z' data-name='2'/%3E%3C/g%3E%3C/svg%3E");
    transition: transform .2s ease-out;
    width: 7px
}

.shop-filter-heading.active:before {
    transform: rotate(90deg)
}

.shop-filter-heading {
    align-items: center;
    display: inline-flex;
    font-size: 16px;
    gap: 10px;
    line-height: 1.31em;
    margin: 0 0 15px;
    position: relative
}

.shop-filter-heading,
.view-more-toggle {
    color: #000;
    cursor: pointer;
    font-weight: 700
}

.view-more-toggle {
    font-size: 13px;
    line-height: 1.0769em;
    margin-top: 30px;
    text-transform: uppercase
}

.shop-filter-wrapper {
    margin-bottom: 27px
}

.shop-filter-list-section {
    padding-left: 20px;
    padding-right: 20px
}

.shop-filter-list-section>.wrapper>.inner>h2 {
    font-size: 36px;
    line-height: 1.13em;
    margin: 0 0 5px
}

.shop-filter-list-section>.wrapper>.inner>.desc p {
    line-height: 23px;
    margin: 10px 0 0
}

@media (min-width:1025px) {
    .shop-filter-list-section>.wrapper>.inner {
        padding-bottom: 80px
    }
}

.shop-filter-list-section .shop-filter-left {
    width: 285px
}

.shop-filter-list-section .product-list-wrapper {
    flex: 1
}

.shop-filter-list-section .products-grid {
    display: grid;
    gap: 10px
}

.shop-filter-list-section .products-grid[data-grid-layout="1"] {
    grid-template-columns: repeat(1, 1fr)
}

.shop-filter-list-section .products-grid[data-grid-layout="4"] {
    gap: 10px;
    grid-template-columns: repeat(4, 1fr)
}

.products-grid[data-grid-layout="4"] .product-card:nth-child(4n)+.product-card {
    margin-left: 0
}

.products-grid[data-grid-layout="4"] .product-card:nth-child(4n)~.product-card {
    margin-top: -1px
}

.products-grid[data-grid-layout="4"] .product-card+.product-card {
    margin-left: -1px
}

.sorting-dropdown-list {
    background-color: #f5f5f5;
    border: 1px solid #e2e2e2;
    border-top-color: transparent;
    max-height: 200px;
    opacity: 0;
    overflow-y: auto;
    padding: 19px 18px 21px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 66px;
    width: 246px;
    z-index: 1
}

.active .sorting-dropdown-list {
    opacity: 1;
    pointer-events: none
}

.sorting-dropdown-list li.active,
.sorting-dropdown-list li:hover {
    color: #ce2f17
}

.sorting-dropdown-list li {
    line-height: 25px;
    list-style: none;
    text-align: right;
    transition: color .2s ease-out
}

.sorting-dropdown {
    align-items: center;
    display: flex;
    min-height: 65px
}

.sorting-dropdown .selected-value:hover:after {
    background-color: #ce2f17;
    transform: translateY(0) rotate(90deg)
}

.sorting-dropdown .selected-value {
    display: flex;
    gap: 10px
}

.sorting-dropdown .selected-value:after {
    background-color: #000;
    content: "";
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3MSIgaGVpZ2h0PSIxMS4zMTMiIHZpZXdCb3g9IjAgMCA3LjA3MSAxMS4zMTMiPjxwYXRoIGQ9Im03LjA3MSA1LjY1Ny01LjY1NyA1LjY1N0wwIDkuOWw1LjY1Ny01LjY1N3oiLz48cGF0aCBkPSJNNS42NTcgNy4wNzIgMCAxLjQxNSAxLjQxNC4wMDFsNS42NTcgNS42NTd6Ii8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3MSIgaGVpZ2h0PSIxMS4zMTMiIHZpZXdCb3g9IjAgMCA3LjA3MSAxMS4zMTMiPjxwYXRoIGQ9Im03LjA3MSA1LjY1Ny01LjY1NyA1LjY1N0wwIDkuOWw1LjY1Ny01LjY1N3oiLz48cGF0aCBkPSJNNS42NTcgNy4wNzIgMCAxLjQxNSAxLjQxNC4wMDFsNS42NTcgNS42NTd6Ii8+PC9zdmc+);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transform: translateY(0) rotate(.0001deg);
    transform-origin: 50% 50%;
    transition: background-color .2s ease-out, transform .4s cubic-bezier(.51, .56, .04, .9);
    width: 10px
}

.sorting-dropdown {
    color: #000;
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.0769em;
    position: relative;
    text-transform: uppercase
}

.product-list-header-wrapper {
    display: flex;
    justify-content: space-between
}

.product-list-header-wrapper .list-and-grid-toggle-wrapper {
    align-items: center;
    display: flex;
    gap: 20px
}

.product-list-header-wrapper .list-and-grid-toggle span:hover,
.product-list-header-wrapper .list-and-grid-toggle.active span:not(:nth-child(2)):first-child,
.product-list-header-wrapper .list-and-grid-toggle:not(.active) span:not(:first-child):nth-child(2) {
    color: #ce2f17;
    fill: #ce2f17
}

.product-list-header-wrapper .list-and-grid-toggle span svg {
    fill: currentColor
}

.product-list-header-wrapper .list-and-grid-toggle span {
    color: #000;
    fill: #000;
    cursor: pointer;
    transition: all .3s ease-out
}

.product-list-header-wrapper .list-and-grid-toggle {
    align-items: center;
    display: flex;
    gap: 8px
}

.product-list-header-wrapper .showing-count {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    min-height: 65px
}

.product-list-wrapper .products-grid {
    margin: 0 0 1.5em
}

.products-list-paginations ul {
    display: flex;
    gap: 6px
}

.products-list-paginations {
    margin-top: 57px
}

.products-list-paginations ul li {
    align-items: center;
    background-image: linear-gradient(270deg, transparent 50%, #ce2f17 0);
    background-origin: border-box;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 200% 100%;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 1.625em;
    justify-content: center;
    min-width: 1.625em;
    padding-bottom: 4px;
    text-align: center;
    transition: color .3s ease-out, background-position .3s ease-out
}

.products-list-paginations ul li button {
    background-color: transparent;
    border: none;
    padding: 0
}

.products-list-paginations ul li.active {
    pointer-events: none
}

.products-list-paginations ul li.active,
.products-list-paginations ul li:hover {
    background-position: 0 0;
    color: #fff
}

.products-list-paginations ul li.prev svg {
    transform: rotate(180deg)
}

.products-list-paginations ul li.next[disabled=true],
.products-list-paginations ul li.prev[disabled=true] {
    opacity: .5;
    pointer-events: none
}

.products-list-paginations ul li.next,
.products-list-paginations ul li.prev {
    background-image: none !important
}

.products-list-paginations ul li:hover svg rect {
    fill: #ce2f17
}

.filter-submission-wrapper button:hover:after {
    height: 100%
}

.filter-submission-wrapper button span {
    position: relative;
    z-index: 2
}

.filter-submission-wrapper button:after {
    background-color: #1a1a1a;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: .3s ease-out;
    width: 100%;
    z-index: 1
}

.filter-submission-wrapper button {
    background-color: #ce2f17;
    border: none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    cursor: pointer;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 700;
    height: 44px;
    min-width: 50px;
    padding: 0 25px;
    position: relative;
    text-transform: uppercase
}

.filter-range-bar {
    background-color: #e2e2e2;
    height: 2px;
    position: relative;
    width: 100%
}

.filter-range-fill:before {
    content: "";
    height: 9px;
    top: -3px;
    width: 9px
}

.filter-range-fill,
.filter-range-fill:before {
    background-color: #ce2f17;
    left: 0;
    position: absolute
}

.filter-range-fill {
    height: 100%;
    top: 0;
    width: var(--fill)
}

.filter-range-thumb {
    background-color: #ce2f17;
    content: "";
    cursor: pointer;
    height: 9px;
    left: var(--left);
    position: absolute;
    top: -3px;
    width: 9px
}

.product-single-section>.wrapper>.inner {
    display: flex;
    gap: 60px;
    padding-bottom: 90px;
    padding-top: 67px
}

.product-single-section .product-image-side {
    border: 1px solid #e2e2e2;
    width: 40%
}

.product-single-section .product-details-side {
    width: 50%
}

.product-single-section .product-details-side .product-title {
    color: #000;
    font-size: 42px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 19px
}

.product-review-stars {
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.product-review-stars-base,
.product-review-stars-fill {
    display: flex;
    gap: 8px
}

.product-review-stars-fill {
    clip-path: polygon(0 0, 80% 0, 80% 100%, 0 100%);
    color: #ce2f17;
    left: 0;
    position: absolute;
    top: 0
}

.product-review-stars-base {
    color: #000
}

.product-review-stars-fill svg {
    fill: currentColor;
    stroke: currentColor
}

.product-review-stars-base svg {
    fill: none;
    stroke: currentColor
}

.product-review {
    display: flex;
    gap: 8px
}

.product-reviewc-count {
    color: #000;
    font-size: 14px;
    font-weight: 600
}

.product-reviewc-count a:hover {
    color: #ce2f17
}

.product-single-section .product-details-side .product-price {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin: 13px 0 0;
    text-transform: uppercase
}

.product-single-section .product-details-side .product-desc {
    color: #000;
    display: -webkit-box;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    margin: 50px 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis
}

.product-single-section .product-details-side .quantity-input .quantity-input-arrows {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center
}

.product-single-section .product-details-side .quantity-input {
    display: flex;
    gap: 8px
}

.product-single-section .product-details-side .quantity-input .quantity-input-arrows>span:hover {
    background-color: #ce2f17
}

.product-single-section .product-details-side .quantity-input .quantity-input-arrows>span {
    background-color: #000;
    cursor: pointer;
    display: inline-flex;
    height: 16px;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3MSIgaGVpZ2h0PSIxMS4zMTMiIHZpZXdCb3g9IjAgMCA3LjA3MSAxMS4zMTMiPjxwYXRoIGQ9Im03LjA3MSA1LjY1Ny01LjY1NyA1LjY1N0wwIDkuOWw1LjY1Ny01LjY1N3oiLz48cGF0aCBkPSJNNS42NTcgNy4wNzIgMCAxLjQxNSAxLjQxNC4wMDFsNS42NTcgNS42NTd6Ii8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3LjA3MSIgaGVpZ2h0PSIxMS4zMTMiIHZpZXdCb3g9IjAgMCA3LjA3MSAxMS4zMTMiPjxwYXRoIGQ9Im03LjA3MSA1LjY1Ny01LjY1NyA1LjY1N0wwIDkuOWw1LjY1Ny01LjY1N3oiLz48cGF0aCBkPSJNNS42NTcgNy4wNzIgMCAxLjQxNSAxLjQxNC4wMDFsNS42NTcgNS42NTd6Ii8+PC9zdmc+);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 6px;
    mask-size: 6px;
    transition: background-color .2s ease-out;
    width: 16px
}

.product-single-section .product-details-side .quantity-input .quantity-input-arrows>span.down {
    transform: rotate(90deg)
}

.product-single-section .product-details-side .quantity-input .quantity-input-arrows>span.up {
    transform: rotate(-90deg)
}

.product-single-section .product-details-side .quantity-input input {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    height: 49px;
    line-height: 47px;
    text-align: center;
    width: 49px
}

.product-single-section .product-details-side .product-add-to-cart-wrapper,
.product-single-section .product-select-vehicle-wrapper {
    margin-top: 40px
}

.product-single-section .product-add-to-cart-wrapper button:hover:after,
.product-single-section .product-select-vehicle-wrapper button:hover:after {
    height: 100%
}

.product-single-section .product-add-to-cart-wrapper button span,
.product-single-section .product-select-vehicle-wrapper button span {
    position: relative;
    z-index: 2
}

.product-single-section .product-add-to-cart-wrapper button:after,
.product-single-section .product-select-vehicle-wrapper button:after {
    background-color: #1a1a1a;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    transition: .3s ease-out;
    width: 100%;
    z-index: 1
}

.product-single-section .product-add-to-cart-wrapper {
    display: flex;
    gap: 10px
}

.product-single-section .product-add-to-cart-wrapper button,
.product-single-section .product-select-vehicle-wrapper button {
    background-color: #ce2f17;
    border: none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    cursor: pointer;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 700;
    height: 44px;
    min-width: 50px;
    padding: 0 25px;
    position: relative;
    text-transform: uppercase
}

.product-single-section .wishlist-compare-row button {
    align-items: center;
    background-color: transparent;
    border: none;
    color: #000;
    display: inline-flex;
    font-family: Barlow;
    font-size: 13px;
    font-weight: 700;
    gap: 9px;
    padding: 0;
    text-transform: uppercase;
    transition: color .2s ease-out
}

.product-single-section .wishlist-compare-row {
    display: flex;
    gap: 17px;
    margin: 22px 0 0
}

.product-single-section .wishlist-compare-row button:hover {
    color: #ce2f17;
    cursor: pointer
}

.product-single-section .wishlist-compare-row button svg {
    fill: currentColor
}

.product-single-section .product-details-side .product-desc ul li {
    list-style: none
}

.product-single-section .product-details-side .product-desc ul li:before {
    background-color: #000;
    border-radius: 50%;
    content: "";
    display: inline-flex;
    height: 4px;
    margin-right: 10px;
    position: relative;
    top: -2px;
    width: 4px
}

.product-single-section .share-media-links {
    display: flex;
    gap: 10px;
    margin-top: 20px
}

.product-single-section .share-media-links>span {
    font-size: 11px;
    text-transform: uppercase
}

.product-single-section .share-media-links ul {
    display: flex;
    gap: 18px;
    list-style: none
}

.product-single-section .share-media-links ul li a {
    color: #000;
    transition: color .3s ease-out
}

.product-single-section .share-media-links ul li a:hover {
    color: #ce2f17
}

.product-single-section .share-media-links ul li a svg {
    fill: currentColor
}

.product-details-tab-header {
    display: flex
}

.product-details-tab-header .tab:not(:first-child) {
    margin-left: -1px
}

.product-details-tab-header .tab.active,
.product-details-tab-header .tab:hover {
    background-position: 0 100%;
    color: #fff
}

.product-details-tab-header .tab {
    background-image: linear-gradient(180deg, #fff 50%, #ce2f17 0);
    background-origin: border-box;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 203%;
    border: 1px solid #e2e2e2;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 23px 36px;
    text-transform: uppercase;
    transition: color .3s ease-out, background-position .3s ease-out
}

.specification-table .row {
    border-bottom: 1px solid #e2e2e2;
    display: flex
}

.specification-table .row>div {
    align-items: center;
    display: flex;
    min-height: 40px;
    width: 50%
}

.specification-table .row>div:first-child {
    width: 34%
}

.product-details-tab-content-wrapper {
    margin: 32px 0 0
}

.product-details-tab-content {
    display: none
}

.review-card .author-image {
    margin-right: 30px
}

.review-card .author-image,
.review-card .author-image img {
    height: 82px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 82px
}

.review-card .review-content {
    flex: 1
}

.review-card {
    border: 1px solid #e2e2e2;
    border-radius: 0;
    display: flex;
    padding: 30px 30px 14px
}

.review-card .review-stars {
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.review-card .review-stars-base,
.review-card .review-stars-fill {
    display: flex;
    gap: 8px
}

.review-card .review-stars-fill {
    clip-path: polygon(0 0, 80% 0, 80% 100%, 0 100%);
    color: #ce2f17;
    left: 0;
    position: absolute;
    top: 0
}

.review-card .review-stars-base {
    color: #000
}

.review-card .review-stars-fill svg {
    fill: currentColor;
    stroke: currentColor
}

.review-card .review-stars-base svg {
    fill: none;
    stroke: currentColor
}

.review-card .review-date {
    color: #000;
    font-size: 11px;
    font-weight: 500;
    margin-top: 9px;
    text-transform: uppercase
}

.review-card .review-desc {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.53333em
}

.review-card .review-desc p {
    margin: 10px 0
}

.review-card .review-name {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.31em;
    margin: 4px 0 0
}

.product-details-tab-section>.wrapper>.inner {
    padding-bottom: 80px
}

.product-details-tab-content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 32px
}

.product-image-thumb-carousel {
    margin: 20px auto;
    max-width: 310px
}

.product-image-thumb-carousel .swiper-slide img {
    aspect-ratio: 1;
    cursor: pointer;
    max-width: 70px;
    -o-object-fit: cover;
    object-fit: cover
}

.product-image-thumb-carousel .swiper-slide:before {
    background-color: #ce2f17;
    bottom: 1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: transform .25s cubic-bezier(.45, .05, .27, .94);
    width: 100%;
    z-index: 999
}

.product-image-thumb-carousel .swiper-slide-thumb-active:before,
.product-image-thumb-carousel .swiper-slide:hover:before {
    transform: scaleX(1)
}

.product-image-thumb-carousel .swiper-slide:after {
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    z-index: 999
}

.product-card--list-version .link-wrapper,
.product-image-thumb-carousel .swiper-slide:after {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.product-card--list-version {
    display: flex;
    gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.product-card--list-version .product-image,
.product-card--list-version .product-image img {
    align-items: center;
    aspect-ratio: 1;
    display: flex;
    height: auto;
    max-width: 150px;
    min-width: 150px;
    padding-left: 0;
    padding-right: 0;
    width: 100%
}

@media (min-width:1201px) {

    .product-card--list-version .product-image,
    .product-card--list-version .product-image img {
        max-width: 160px;
        min-width: 160px
    }
}

@media (min-width:1513px) {

    .product-card--list-version .product-image,
    .product-card--list-version .product-image img {
        max-width: 240px;
        min-width: 240px
    }
}

.product-card--list-version .product-content {
    align-items: center;
    display: flex;
    padding: 0
}

.product-card--list-version .product-content>div:first-child {
    flex: 1;
    padding: 48px 40px 50px 0
}

.product-card--list-version .product-review {
    margin: 16px 0 0
}

.product-card--list-version .product-desc {
    display: -webkit-box;
    margin: 20px 0 0;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.product-card--list-version .product-content .product-price {
    text-align: right
}

.product-card--list-version .product-content .cart-button {
    gap: 4px;
    margin: 25px 0 0
}

.product-card--list-version .cart-button {
    margin-left: auto !important;
    max-width: -moz-max-content;
    max-width: max-content;
    min-height: 49px;
    padding: 17px 35px;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content
}

.product-card--list-version .compare-wishlist-wrapper>div {
    align-items: center;
    display: flex;
    gap: 5px;
    position: relative;
    z-index: 1
}

.product-card--list-version .compare-wishlist-wrapper>div span {
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.0769em;
    text-transform: uppercase
}

.product-card--list-version .compare-wishlist-wrapper>div {
    transition: all .3s ease-out
}

.product-card--list-version .compare-wishlist-wrapper>div:hover {
    color: #ce2f17;
    cursor: pointer;
    fill: #ce2f17
}

.product-card--list-version .compare-wishlist-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 17px;
    margin: 25px 0 0
}

.header-main .respo-nav-bar-toggle {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
    height: 24px;
    justify-content: center;
    min-width: 24px;
    width: 24px
}

.header-main .respo-nav-bar-toggle .line {
    background-color: #000;
    border-radius: 10px;
    height: 3px;
    transition: all .3s ease-out;
    width: 100%
}

.header-main .respo-nav-bar-toggle .line:first-child {
    transform-origin: left top
}

.header-main .respo-nav-bar-toggle .line:nth-child(2) {
    transform-origin: left center
}

.header-main .respo-nav-bar-toggle .line:nth-child(3) {
    transform-origin: left bottom
}

.header-main .respo-nav-bar-toggle.active .line:first-child {
    transform: rotate(45deg) translate(4px) translateY(-2px)
}

.header-main .respo-nav-bar-toggle.active .line:nth-child(2) {
    transform: scaleX(0)
}

.header-main .respo-nav-bar-toggle.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(3px) translateY(2px)
}

.header-main .respo-nav-bar-toggle.active .line {
    background-color: #ce2f17
}

@media (min-width:1025px) {
    .header-main .search-language-cart-wrapper .respo-search-bar-toggle {
        display: none
    }
}

@media (min-width:1201px) {
    .header-main .respo-nav-bar-toggle {
        display: none
    }
}

@media (max-width:1200px) {
    .header-top {
        display: none
    }

    .header-main .search-language-cart-wrapper {
        padding: .8em 0 .8em 1em
    }

    .header-main .logo-wrapper,
    .header-main .logo-wrapper img {
        max-width: 140px
    }

    .header-menu-row {
        background-color: #fff
    }

    .header-menu-row .mega-menu-main {
        display: none;
        padding-bottom: 10px;
        width: 100%
    }

    .header-menu-row .mega-menu-wrapper ul.tab-menu {
        flex-direction: column
    }

    .header-menu-row .mega-menu-wrapper ul.tab-menu li a {
        height: 30px;
        line-height: 30px;
        padding-left: 0;
        width: 100%
    }

    .header-menu-row .tab-content-wrapper {
        top: 30px
    }

    .header-menu-row .mega-menu-wrapper ul.tab-menu li a:not(.active):after {
        transform: rotate(-90deg)
    }

    .header-menu-row .mega-menu-wrapper ul.tab-menu li a.active:after {
        transform: rotate(0)
    }

    .header-menu-row .tab-content-wrapper .tab-content {
        padding: 10px
    }

    .header-menu-row .tab-content-wrapper .tab-content-head-wrapper {
        display: none
    }

    .header {
        border-bottom: 1px solid #e2e2e2
    }
}

@media (max-width:1024px) {
    .header-main .search-bar-form-wrapper:before {
        background-color: #fff;
        content: "";
        height: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100vw;
        z-index: -1
    }

    .header-main .search-bar-form-wrapper {
        background-color: #fff;
        height: 100%;
        left: 0;
        margin: 0 auto;
        max-width: 1000px;
        opacity: 0;
        padding-left: 20px;
        padding-right: 20px;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1
    }

    .header-main .search-bar-form-wrapper.show {
        opacity: 1;
        pointer-events: all
    }

    .header-main .search-bar-close-toggle {
        align-items: center;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        gap: 6px;
        height: 24px;
        justify-content: center;
        margin-right: 20px;
        min-width: 24px;
        width: 24px
    }

    .header-main .search-bar-close-toggle .line {
        background-color: #000;
        border-radius: 10px;
        height: 3px;
        transition: all .3s ease-out;
        width: 100%
    }

    .header-main .search-bar-close-toggle .line:first-child {
        transform: rotate(45deg) translate(4px) translateY(-2px);
        transform-origin: left top
    }

    .header-main .search-bar-close-toggle .line:nth-child(2) {
        transform: scaleX(0);
        transform-origin: left center
    }

    .header-main .search-bar-close-toggle .line:nth-child(3) {
        transform: rotate(-45deg) translate(3px) translateY(2px);
        transform-origin: left bottom
    }

    .header-menu-row .tab-content-wrapper .parts-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:767px) {
    .header-menu-row .tab-content-wrapper .parts-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .header-main .language-selector-wrapper .languages,
    .header-main .language-selector-wrapper .title,
    .header-main .shopping-cart-wrapper .title,
    .header-main .shopping-cart-wrapper .total-price {
        display: none
    }

    .header-main .shopping-cart-wrapper .icon {
        margin-right: 0
    }

    .header-main .search-language-cart-wrapper {
        gap: 12px
    }

    .header-main .language-selector-wrapper .languages-dropdown .selected-value {
        aspect-ratio: 1;
        font-size: 0;
        gap: 0;
        opacity: 0
    }

    .header-main .language-selector-wrapper .languages-dropdown .selected-value:after {
        aspect-ratio: 1
    }

    .header-main .language-selector-wrapper .icon,
    .header-main .shopping-cart-wrapper .icon {
        width: 24px
    }

    .header-main .language-selector-wrapper .languages-dropdown {
        margin-left: -24px;
        width: 24px
    }

    .header-main .language-selector-wrapper,
    .header-main .shopping-cart-wrapper {
        gap: 0
    }

    .header-main .shopping-cart-wrapper .icon .counter {
        left: 15px;
        top: -5px
    }

    .header-main .search-language-cart-wrapper {
        padding: 1.2em 0 1.2em 1em
    }

    .product-card--list-version {
        flex-wrap: wrap
    }
}

@media (max-width:500px) {
    .header-menu-row .tab-content-wrapper .parts-grid {
        grid-template-columns: repeat(1, 1fr)
    }
}

.select-you-vehicle-section .active-vehicle-form {
    max-width: 550px
}

.select-you-vehicle-section .active-vehicle-form .input-wrapper {
    color: #444;
    font-family: Barlow;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    padding: 0 20px
}

.select-you-vehicle-section .active-vehicle-form .input-wrapper .active-image,
.select-you-vehicle-section .active-vehicle-form .input-wrapper .reset {
    cursor: pointer;
    font-size: 24px;
    height: 24px;
    margin-right: 12px;
    width: 24px
}

.select-you-vehicle-section .active-vehicle-form .input-wrapper .active-image svg,
.select-you-vehicle-section .active-vehicle-form .input-wrapper .reset svg {
    height: 1em;
    width: 1em
}

.select-you-vehicle-section .active-vehicle-form .input-wrapper .reset {
    margin-left: auto;
    margin-right: 0
}

.select-you-vehicle-section .active-vehicle-form h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.11111em;
    margin-bottom: 16px;
    text-align: center
}

.not-popup .select-you-vehicle-popup {
    background-image: url(/_nuxt/banner.q_GyKdww.jpg);
    position: relative;
    z-index: 1
}

.not-popup .select-you-vehicle-popup>.wrapper {
    max-width: 1400px
}

.not-popup .select-you-vehicle-popup>.wrapper>.inner {
    background-color: transparent;
    padding: 70px 0
}

.not-popup .select-you-vehicle-popup .close-popup {
    display: none
}

.select-you-vehicle-popup {
    align-items: center;
    background-image: none;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001
}

.select-you-vehicle-popup>.wrapper {
    max-width: 1140px
}

.select-you-vehicle-popup>.wrapper>.inner {
    background-color: #1a1a1a;
    min-height: auto;
    padding: 50px
}

.select-you-vehicle-popup .close-popup {
    background-color: #ce2f17;
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

.select-you-vehicle-popup .close-popup:after {
    background-color: #fff;
    content: "";
    height: 24px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTM0Mi42IDE1MC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDE5MiAyMTAuNyA4Ni42IDEwNS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wxNDYuNyAyNTYgNDEuNCAzNjEuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMEwxOTIgMzAxLjNsMTA1LjQgMTA1LjNjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBzMTIuNS0zMi44IDAtNDUuM0wyMzcuMyAyNTZ6Ii8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTM0Mi42IDE1MC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDE5MiAyMTAuNyA4Ni42IDEwNS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wxNDYuNyAyNTYgNDEuNCAzNjEuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMEwxOTIgMzAxLjNsMTA1LjQgMTA1LjNjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBzMTIuNS0zMi44IDAtNDUuM0wyMzcuMyAyNTZ6Ii8+PC9zdmc+);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    position: absolute;
    width: 24px
}

.select-you-vehicle-popup .select-you-vehicle-form h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 0
}

.product-not-available-banner {
    align-items: center;
    background-color: #ce2f17;
    color: #fff;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    padding: 10px
}

.product-not-available-banner .icon {
    background-color: #fff;
    display: inline-flex;
    height: 24px;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTM0Mi42IDE1MC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDE5MiAyMTAuNyA4Ni42IDEwNS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wxNDYuNyAyNTYgNDEuNCAzNjEuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMEwxOTIgMzAxLjNsMTA1LjQgMTA1LjNjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBzMTIuNS0zMi44IDAtNDUuM0wyMzcuMyAyNTZ6Ii8+PC9zdmc+);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTM0Mi42IDE1MC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zcy0zMi44LTEyLjUtNDUuMyAwTDE5MiAyMTAuNyA4Ni42IDEwNS40Yy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wxNDYuNyAyNTYgNDEuNCAzNjEuNGMtMTIuNSAxMi41LTEyLjUgMzIuOCAwIDQ1LjNzMzIuOCAxMi41IDQ1LjMgMEwxOTIgMzAxLjNsMTA1LjQgMTA1LjNjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBzMTIuNS0zMi44IDAtNDUuM0wyMzcuMyAyNTZ6Ii8+PC9zdmc+);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    width: 24px
}

.product-not-available-banner .text {
    padding-bottom: 3px
}

.loader {
    height: 14px;
    width: 90px;
    --color: #ce2f17;
    animation: l9 2s linear infinite;
    background: linear-gradient(90deg, #0000 16px, var(--color) 0 30px, #0000 0), radial-gradient(circle closest-side at 68% 50%, var(--color) 92%, #0000), conic-gradient(from 45deg at calc(100% - 7px) 50%, var(--color) 90deg, #0000 0), conic-gradient(from -135deg at 7px 50%, var(--color) 90deg, #0000 0);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 75% 100%;
    color: #000
}

@keyframes l9 {
    to {
        background-position: -300% 0
    }
}

.loader-container {
    align-items: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #00000040;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001
}

.loader-container.active {
    opacity: 1;
    pointer-events: all
}

.add-new-v-toggle span {
    position: relative;
    z-index: 2
}

.add-new-v-toggle {
    align-items: center;
    background-color: #1a1a1a;
    border: none;
    border-radius: 0 2px 2px 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-family: Barlow;
    font-size: 14px;
    font-weight: 700;
    gap: 10px;
    height: 44px;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 0 25px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap
}

.add-new-v-toggle .icon {
    color: #fff;
    display: flex;
    font-size: 16px
}

.add-new-v-toggle .icon svg {
    height: 1em;
    width: 1em;
    fill: currentColor
}

#trp-floater-ls {
    display: none !important;
}

.footer-copyright-row p {
    margin: 0px !important;
}

.footer-top {
    height: 86px;
    display: flex;
    align-items: center;
}

.footer-top p {
    margin: 0px !important;
}

.footer-quick-links-row p {
    color: #000 !important;
    line-height: 1.2;
    margin: 0px !important;
}

.quick-links a {
    color: #000 !important;
}

.footer-quick-links-column li a {
    color: #000 !important;
}


.search-bar-suggestions-wrapper.active {
    opacity: 1;
    pointer-events: all;
}

.search-bar-suggestions-wrapper {
    background: #fff;
    box-shadow: 0 0 10px -2px #0003;
    left: -5px;
    opacity: 0;
    padding-top: 54px;
    pointer-events: none;
    position: absolute;
    top: -5px;
    width: calc(100% + 10px);
    z-index: -1;
}

.header-main .search-bar-form-wrapper {
    position: relative;
    z-index: 10;
}

.serchform-wrapper {
    width: 100%;
}

.header-main .search-bar-form-wrapper input {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NCIgaGVpZ2h0PSI2NCIgZmlsbD0ibm9uZSIgdHJhbnNmb3JtPSJyb3RhdGUoOTApIiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIHN0cm9rZT0iI2NlMmYxNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiIGQ9Ik0xNS43OTYgMTUuODExIDIxIDIxbS0zLTEwLjVhNy41IDcuNSAwIDEgMS0xNSAwIDcuNSA3LjUgMCAwIDEgMTUgMCIvPjwvc3ZnPg==);
    background-position: calc(100% - 10px);
    background-repeat: no-repeat;
    background-size: 24px;
    padding-right: 40px;
}
.header {
    overflow: visible !important;
}

.search-bar-suggestions-wrapper ul li.hover a {
    background-color: #c3c3c3
}

/***********************/
/* .wp-singular #content {
padding: 40px 0;
} */



.responsive-menu-toggle {
    display: none;
}
.tab-menu .tab-content {
    display: none;
    padding-left: 15px;
  }
  .select2-container {
    width: 100% !important;
  }
  .cart-pop-list .cart-img {
overflow: hidden !important;
  }
  .cart-item {
    padding-bottom: 35px;
    overflow: hidden;
  }
  ul.accordion-list li {
    border-radius: 0 !important;
  }
@media (min-width: 100px) and (max-width: 1200px) {
    .header-top {
        display: block;
    }
    .responsive-menu-toggle {
        width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    text-align: right;
    line-height: 57px;
    padding: 8px 0 0 0;
    display: inline-block;
      }
      .responsive-menu-toggle svg {
        fill: #000;
        width: 25px;
        margin-left: auto;
      }
      .responsive-menu-toggle .open-resp-nav {
        display: block;
      }
      .responsive-menu-toggle .close-resp-nav {
        display: none;
        width: 25px;
      }
      .respmenu-active .responsive-menu-toggle .open-resp-nav {
        display: none;
      }
      .respmenu-active .responsive-menu-toggle .close-resp-nav {
        display: block;
      }
      .respmenu-active .mega-menu-main {
        display: block;
      }


      .tab-menu .tab-content {
        display: none;
      }
      .tab-content-wrapper {
        display: none !important;
      }
      .tab-menu  .tab-content.active {
        display: block;
      }

    .woocommerce-account #customer_login h2 {
        font-size: 26px;
        line-height: 30px !important;
    }
    .latest-posts-grid {
        padding: 0 5px;
        flex-direction: column;
    }
    .latest-posts-grid .post-item {
        width: 100% !important;
    }

}
@media (min-width: 100px) and (max-width: 767px) {

    .wp-singular #content .page-content {
padding: 0 15px;
    }


.footer-top > .wrapper > .inner {
    flex-wrap: wrap;
    gap:1em;
}
.footer-top h2 , .footer-top .newsletter-form-wrapper {
    width: 100%;
}
.footer-top {
    padding: 20px 15px;
}
.footer-top .newsletter-form-wrapper input {
    font-size: 14px;
    line-height: 22px; 
    padding: 15px;
}
.footer-top .newsletter-form-wrapper button {
    --x: 30px;
}
.footer-main .footer-quick-links-row {
    flex-wrap: wrap;
    flex-direction: column;
}
.footer-copyright-row > .wrapper > .inner {
    flex-wrap: wrap;
    gap: 15px;
    text-align: center;
    justify-content: center;
}
.footer-main > .wrapper > .inner {
    padding:40px 0;
}
.footer-main .footer-quick-links-column h2{
    margin: 0 0 15px;
}
.footer-top{
    height: auto;
}
.search-bar-form-wrapper {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .footer-top h2 {
        width: 15%;
      }
      .footer-top .socials-media-links {
        width: 30%;
      }
      .footer-top .socials-media-links {
        gap:12px;
      }
      
}
@media (min-width: 768px) and (max-width: 1024px) {
    .search-bar-form-wrapper {
    display: none !important;
    }   
}

@media (min-width: 992px) and (max-width: 1100px) {
    .footer-top .socials-media-links {
        gap:10px;
    }
}