body.loading {
    position: relative;
}

body.loading:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(255, 255, 255, .8);
    z-index: 100;
}

body.loading:after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 101;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: category-spin 1s linear infinite;
}

.category-thumbs-page__content {
    padding: 20px 0;
}

.category-thumbs-page__content {
    display: grid;
    grid-template-columns: 280px calc(100% - 280px);
    gap: 40px;
}

.signeda-homepage__slider-section__content__car-selector {
    padding: 20px;
}

.signeda-homepage__slider-section__content__car-selector__header span {
    font-size: 13px;
}

.signeda-homepage__slider-section__content__car-selector__header {
    gap: 10px;
}

.category-thumbs-page__content h1 {
    font-size: 24px;
    color: #464646;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-cards-holder {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.product-cards-holder__product-card {
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
}

.product-cards-holder__product-card__product-image {
    display: flex;
    flex-direction: column;
}

.product-cards-holder__product-card__product-image img {
    max-width: 100%;
}

.product-cards-holder__product-card__product-image__image-link {
    position: relative;
}

.product-cards-holder__product-card__product-image__image-link__zoom {
    position: absolute;
    right: 5px;
    top: 5px;
    text-decoration: none;
}

.product-cards-holder__product-card__product-image__image-link__zoom i {
    font-size: 21px;
    color: #363636;
}

.product-cards-holder__product-card__product-image img.product-certificate-logo {
    max-width: 80px;
    margin: 0 auto;
}

.product-cards-holder__product-card__product-image__info__quality {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #34bb58;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
}

.product-cards-holder__product-card__product-image__info__manufacturer-image img {
    max-width: 80px;
}

.product-cards-holder__product-card__product-details {
    flex-grow: 1;
}

.product-cards-holder__product-card__product-details__product-name {
    font-size: 18px;
    color: #363636;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.product-cards-holder__product-card__product-details__product-name:hover {
    text-decoration: underline;
}

.product-cards-holder__product-card__product-details__product-name > span.highlight {
    color: #edff38;
    background: #363636;
}

.product-cards-holder__product-card__product-details__oe-codes > ul > li > a > span.highlight {
    color: #edff38;
    background: #363636;
}

.product-cards-holder__product-card__product-details__product-description {
    font-size: 13px;
    color: #363636;
    margin-bottom: 5px;
}

.product-cards-holder__product-card__product-details__product-attributes {
    width: 100%;
    margin-bottom: 5px;
}

.product-cards-holder__product-card__product-details__product-attributes tbody th {
    font-size: 13px;
    color: #363636;
    font-weight: 600;
    width: 40%;
    /*border-bottom: 1px solid #ebebeb;*/
}

.product-cards-holder__product-card__product-details__product-attributes tbody td {
    font-size: 13px;
    color: #363636;
    font-weight: 400;
    line-height: 20px;
    padding: 5px 0;
    width: 60%;
    /*border-bottom: 1px solid #ebebeb;*/
}


.product-cards-holder__product-card__product-details__product-attributes tbody td.codes-list {
    line-height: 25px;
}

.product-cards-holder__product-card__product-details__product-attributes tbody td.codes-list a {
    color: #a90e29;
    text-decoration: none;
    font-size: 13px;
}

.product-cards-holder__product-card__product-details__product-attributes tbody td.codes-list a:hover {
    text-decoration: underline;
}

.product-cards-holder__product-card__product-details__product-attributes tbody td.codes-list a:not(:last-child):after {
    content: "|";
    color: #b7b7b7;
    margin-left: 3px;
}

.product-cards-holder__product-card__product-details__product-attributes tbody td.codes-list a:nth-child(n+9) {}

.product-cards-holder__product-card__product-details__product-attributes:not(.active) tbody tr:nth-child(n+7) {
    display: none;
}

.product-cards-holder__product-card__product-image__info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.product-cards-holder__product-card__product-details__product-code-and-reviews span.product-code {
    font-size: 13px;
    color: #7d7d7d;
}

.product-cards-holder__product-card__product-details a.show-more {
    font-size: 13px;
    color: #a90e29;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.product-cards-holder__product-card__product-details a.show-oem {
    font-size: 13px;
    color: #a90e29;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.product-cards-holder__product-card__product-details__oe-codes:not(.active) {
    display: none;
}

.product-cards-holder__product-card__product-details__oe-codes ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 250px;
    overflow: auto;
}

.product-cards-holder__product-card__product-details__oe-codes ul li {
    margin-bottom: 5px;
}

.product-cards-holder__product-card__product-details a.show-oem i {
    margin-right: 7px;
    font-size: 18px;
}

.product-cards-holder__product-card__product-details__product-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 15px;
}

.product-cards-holder__product-card__product-details__product-actions > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    border: 1px solid #363636;
    background-color: #ffffff;
    color: #363636;
    font-size: 13px;
    padding: 0 10px;
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
}

.product-cards-holder__product-card__product-details__product-actions > a:hover {
    background-color: #363636;
    color: #fff;
}

.product-cards-holder__product-card__product-details__product-actions > a > i {
    font-size: 10px;
    margin-left: 5px;
}

.product-cards-holder__product-card__product-details__product-actions > a#show-product {
    color: #a90e29;
    border: 1px solid #a90e29;
    margin-left: auto;
    text-transform: uppercase;
}

.product-cards-holder__product-card__product-details__product-actions > a#show-product:hover {
    background-color: #a90e29;
    color: #fff;
}

.product-cards-holder__product-card__product-actions {
    padding-left: 40px;
}

.product-cards-holder__product-card__product-actions__product-cart-action {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-cards-holder__product-card__product-actions__product-cart-action__price {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
    row-gap: 5px;
}

.product-cards-holder__product-card__product-actions__product-cart-action__price span.price {
    font-size: 30px;
    line-height: 30px;
    color: #363636;
    font-weight: 700;
}

.product-cards-holder__product-card__product-actions__product-cart-action__price span.price-note {
    font-size: 12px;
    color: #7d7d7d;
}

.product-cards-holder__product-card__product-actions__product-cart-action__price-other span.price-other {
    font-size: 12px;
    color: #363636;
}

.product-cards-holder__product-card__product-actions__product-cart-action__price-other span.price-other > span {
    font-weight: 700;
    text-decoration: line-through;
}

.product-cards-holder__product-card__product-actions__product-cart-action__add {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.product-cards-holder__product-card__product-actions__product-cart-action__add > .qty-input {
    position: relative;
}

.product-cards-holder__product-card__product-actions__product-cart-action__add > .qty-input > input {
    width: 90px;
    height: 40px;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    outline: none;
    text-align: center;
    font-size: 14px;
    color: #363636;
}

.product-cards-holder__product-card__product-actions__product-cart-action__add > .qty-input > .qty-input__decrease {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    height: 40px;
    background: transparent;
    font-size: 20px;
}

.product-cards-holder__product-card__product-actions__product-cart-action__add > .qty-input > .qty-input__increase {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    height: 40px;
    background: transparent;
    font-size: 20px;
}


.product-cards-holder__product-card__product-actions__product-cart-action__add > button {
    height: 40px;
    border: 0;
    border-radius: 0;
    outline: none;
    padding: 0 30px;
    background-color: #d71637;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
    position: relative;
}

.product-cards-holder__product-card__product-actions__product-cart-action__add > button:hover {
    background-color: #a90e29;
}

.product-cards-holder__product-card__product-actions__product-cart-action__add > button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.product-cards-holder__product-card__product-actions__product-cart-action__add > button.out-of-stock {
    background-color: #363636;
}

.product-cards-holder__product-card__product-actions__product-cart-action__add > button > span.item-cart-count {
    position: absolute;
    right: -12px;
    top: -13px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: #3b3b3b;
    border: 2px solid #ffffff;
    font-size: 12px;
    font-weight: 500;
}

.product-cards-holder__product-card__product-actions__product-cart-action__add > button:not(.in-cart) > span.item-cart-count {
    display: none;
}

.product-cards-holder__product-card__product-actions__product-cart-action__add > button > span.button-text > i {
    font-size: 18px;
}

.product-cards-holder__product-card__product-actions__product-cart-action__add > button > span.button-text > i.bi-calendar4-week {
    font-size: 16px;
    position: relative;
    top: 0;
    margin-right: 5px;
}

.product-cards-holder__product-card__product-actions__product-cart-action__add > button.out-of-stock:hover {
    background-color: #000;
}

.product-cards-holder__product-card__product-actions__product-cart-action__add > button.disabled {
    opacity: .3;
    cursor: wait;
}

.product-cards-holder__product-card__product-actions__product-cart-action__add > button.success {
    background-color: #34bb58;
}

.product-cards-holder__product-card__product-actions__product-cart-action__badges {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-cards-holder__product-card__product-actions__product-cart-action__badges > span.shipping {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    border-radius: 20px;
    background-color: #d8f7dc;
    font-size: 13px;
    color: #363636;
    font-weight: 600;
    text-align: center;
    padding: 0 20px;
}

.product-cards-holder__product-card__product-actions__product-cart-action__badges > span.shipping > i {
    color: #2ecc71;
    font-size: 22px;
    margin-right: 7px;
}

.product-cards-holder__product-card__product-actions__product-cart-action__badges > span.returns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100%;
    border-radius: 20px;
    background-color: #f7f6c1;
    font-size: 13px;
    color: #363636;
    font-weight: 600;
    text-align: center;
    padding: 0 20px;
}

.product-cards-holder__product-card__product-actions__product-cart-action__badges > span.returns > i {
    color: #b7b548;
    font-size: 21px;
    margin-right: 7px;
}

.product-cards-holder__product-card__product-actions__product-cart-action__stock-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.product-cards-holder__product-card__product-actions__product-cart-action__stock-info > span.quantity {
    font-size: 13px;
    color: #363636;
}

.product-cards-holder__product-card__product-actions__product-cart-action__stock-info > span.quantity:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #d71537;
    display: inline-flex;
    margin-right: 6px;
}

.product-cards-holder__product-card__product-actions__product-cart-action__stock-info > span.quantity.active:before {
    background-color: #2ecb71;
}

.product-cards-holder__product-card__product-actions__product-cart-action__stock-info > span.quantity > span {
    font-weight: 600;
}

.product-cards-holder__product-card__product-actions__product-cart-action__quick-warehouses {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

/*
.product-cards-holder__product-card__product-actions__product-cart-action__quick-warehouses > span:not(:last-child):after {
    content: "|";
    margin: 0 5px;
    position: relative;
    top: -1px;
}
*/

.product-cards-holder__product-card__product-actions__product-cart-action__quick-warehouses > span {
    font-size: 12px;
    color: #606060;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    border-right: 1px solid #dedede
}

.product-cards-holder__product-card__product-actions__product-cart-action__quick-warehouses > span > span {
    font-weight: 700;
    text-align: center;
}

.product-cards-holder__product-card__product-actions__product-cart-action__stock-info > a.show-warehouses {
    font-size: 13px;
    color: #a90e29;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.product-cards-holder__product-card__product-actions__product-cart-action__stock-info > a.show-warehouses > i {
    font-size: 12px;
}

.category-thumbs-page__content__main {
    /*overflow: hidden;*/
}

.product-cards-holder__product-card__product-actions__product-cart-action__info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-cards-holder__product-card__product-actions__product-cart-action__stock-n-delivery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#productCarsModal .modal-body ul, #productCarModificationsModal .modal-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 250px;
    overflow-y: auto;
    position: relative;
}

#productCarsModal .modal-body ul.content-overflow:before, #productCarModificationsModal .modal-body ul.content-overflow:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

#productCarsModal .modal-body ul > li, #productCarModificationsModal .modal-body ul > li {
    border-bottom: 1px solid #dedede;
    padding: 5px 0;
}

.category-thumbs-page__content .empty-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.category-thumbs-page__content p.empty-text {
    font-size: 24px;
    font-weight: 600;
    color: #363636;
    text-align: center;
    max-width: 500px;
}

.category-thumbs-page__content .empty-holder > i {
    font-size: 51px;
    color: #363636;
}

.category-thumbs-page__content__main__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.category-thumbs-page__content__main__header__results {
    align-content: center;
    color: #363636;
    font-size: 14px;
}

.category-thumbs-page__content__main__header__results > span:last-child {
    font-weight: 600;
}

.product-cards-holder__product-card__product-details__product-wishlist {
    margin: 10px 0;
    color: #363636;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    font-size: 14px;
}

.product-cards-holder__product-card__product-details__product-wishlist.disabled {
    pointer-events: none;
    opacity: .5;
}

.product-cards-holder__product-card__product-details__product-wishlist.saved i {
    color: #2ecc71;
}

.product-cards-holder__product-card__product-details__product-comment {
    margin-top: 10px;
}

.product-cards-holder__product-card__product-details__product-comment textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #dedede;
    outline: none;
}

.product-cards-holder__product-card__product-details__product-wishlist.saved i.bi-trash3 {
    color: red;
}

.product-cards-holder__product-card__product-details__product-wishlist i {
    margin-right: 5px;
    color: #d71637;
    font-size: 16px;
}

.category-thumbs-page__content__main_manufacturers-filter__wrapper {
    padding: 30px 0;
    border-bottom: 1px solid #ebebeb;
}

.category-thumbs-page__content__main_manufacturers-filter__item {
    cursor: pointer;
}

.category-thumbs-page__content__main_manufacturers-filter__item:hover .category-thumbs-page__content__main_manufacturers-filter__item__image {
    border-color: #363636;
}

.category-thumbs-page__content__main_manufacturers-filter__item.active .category-thumbs-page__content__main_manufacturers-filter__item__image {
    border-color: #d71637;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
}

.category-thumbs-page__content__main_manufacturers-filter__item__image {
    overflow: hidden;

    height: 80px;
    border: 1px solid #dedede;
    padding: 5px;
}

.category-thumbs-page__content__main_manufacturers-filter__item__image img {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}

.category-thumbs-page__content__main_manufacturers-filter__wrapper .owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: bootstrap-icons !important;
    font-size: 18px !important;
    background-color: transparent !important;
    border-radius: 0;
    margin: 0;
    color: #ababab !important;
}

.category-thumbs-page__content__main_manufacturers-filter__wrapper .owl-carousel .owl-nav button:hover {
    color: #363636 !important;
}

.category-thumbs-page__content__main_manufacturers-filter__wrapper .owl-carousel .owl-nav .owl-prev {
    left: -25px;
}

.category-thumbs-page__content__main_manufacturers-filter__wrapper .owl-carousel .owl-nav .owl-next {
    right: -25px;
}

.category-thumbs-page__content__sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.category-thumbs-page__content__sidebar__filter-block {
    padding: 20px;
}

.category-thumbs-page__content__sidebar__filter-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.category-thumbs-page__content__sidebar__filters {
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    background-color: #fff;
}

.category-thumbs-page__content__sidebar__filter-block {
    border-bottom: 1px solid #ebebeb;
}

.category-thumbs-page__content__sidebar__filter-block .filter-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #363636;
    font-weight: 400;
    cursor: pointer;
}

.category-thumbs-page__content__sidebar__filter-block .filter-checkbox input[type="checkbox"] {
    display: none;
}

.category-thumbs-page__content__sidebar__filter-block .filter-checkbox span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    position: relative;
    background-color: white;
    transition: border-color 0.2s ease-in-out;
}

.category-thumbs-page__content__sidebar__filter-block .filter-checkbox:hover span {
    border-color: #888;
}

.category-thumbs-page__content__sidebar__filter-block .filter-checkbox input[type="checkbox"]:checked + span {
    background-color: #000;
    border-color: #000;
}

.category-thumbs-page__content__sidebar__filter-block .filter-checkbox input[type="checkbox"]:checked + span::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.category-thumbs-page__content__sidebar__filter-block h4 {
    font-size: 15px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    user-select: none;
    display: flex;
    color: #363636;
    justify-content: space-between;
    margin: 0;
}

.category-thumbs-page__content__sidebar__filter-block h4:after {
    content: '\F64D';
    font-family: 'bootstrap-icons';
    font-weight: 600;
    margin-left: 10px;
    position: relative;
    top: 1px;
}

.category-thumbs-page__content__sidebar__filter-block.active {
    padding-bottom: 20px;
}

.category-thumbs-page__content__sidebar__filter-block.active h4 {
    color: #363636;
    margin-bottom: 20px;
}

.category-thumbs-page__content__sidebar__filter-block.active h4:after {
    content: '\F63B';
}

.category-thumbs-page__content__sidebar__filter-block:not(.active) ul {
    display: none;
}

.category-thumbs-page__content__sidebar__filter-block ul li {
    margin-bottom: 10px;
}

.clear-filters-btn {
    background-color: #363636;
    color: white;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 0;
    font-weight: 600;
}

.clear-filters-btn:hover {
    background-color: #000000;
}

.category-thumbs-page__content__sidebar__filters__header {
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.category-thumbs-page__content__sidebar__filters__header__title {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.category-thumbs-page__content__sidebar__filters__header__title i {
    font-size: 18px;
    color: #a90e29;
    margin-right: 10px;
}

.category-thumbs-page__content__sidebar__filters__header__title span {
    color: #464646;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}


#mobile-toggle-filter {
    width: 190px;
    height: 40px;
    border: 2px solid #000000;
    background-color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    color: #363636;
}

#mobile-toggle-filter i {
    font-size: 16px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.category-thumbs-page__content__sidebar__filters__footer {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-thumbs-page__content__sidebar__filters__footer button {
    border: 0;
    background: transparent;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 15px;
    outline: none;
}

.cat-desc {
    border-top: 1px solid #dedede;
    padding-top: 20px;
}

@keyframes category-spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@media(min-width: 1200px) {
    #mobile-toggle-filter, #close-mobile-filter {
        display: none;
    }

    .category-thumbs-page__content__sidebar__filters__footer {
        display: none;
    }
}

@media(max-width: 1199.5px) {
    .category-thumbs-page__content__sidebar__filters {
        position: fixed;
        top: 0;
        left: 0;
        width: 320px;
        height: 100vh;
        z-index: 10000000000;
        margin-top: 0;
        overflow: auto;
    }

    .category-thumbs-page__content__sidebar__filters:not(.active) {
        display: none;
    }

    .category-thumbs-page__content {
        grid-template-columns: 100%;
    }

    .product-cards-holder__product-card {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .product-cards-holder__product-card__product-details {
        flex: 1;
    }

    .product-cards-holder__product-card__product-actions__product-cart-action {
        flex-direction: row;
        justify-content: space-between;
        gap: 40px;
    }

    .product-cards-holder__product-card__product-actions {
        flex-grow: 1;
        padding-left: 0;
    }

    .product-cards-holder__product-card__product-actions__product-cart-action__info {
        flex-grow: 1;
        gap: 20px;
    }

    .product-cards-holder__product-card__product-actions__product-cart-action__prices {
        width: 180px;
    }

    .product-cards-holder__product-card__product-actions__product-cart-action__price {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-cards-holder__product-card__product-actions__product-cart-action__stock-n-delivery {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .product-cards-holder__product-card__product-details__product-attributes:not(.active) tbody tr:nth-child(n+5) {
        display: none;
    }

    .signeda-homepage__slider-section__content__car-selector:not(.active) .signeda-homepage__slider-section__content__car-selector__header {
        display: none !important;
    }

    .signeda-homepage__slider-section__content__car-selector:not(.active) .signeda-homepage__slider-section__content__car-selector__model-selector {
        display: none !important;
    }
}

@media(max-width: 991.5px) {

}

@media(max-width: 767.5px) {
    .product-cards-holder__product-card__product-image {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: Center;
    }

    .product-cards-holder__product-card__product-image__image-link {
        align-self: center;
    }

    .category-thumbs-page__content {
        gap: 20px;
    }

    .product-cards-holder__product-card__product-actions {
        width: 100%;
    }

    .product-cards-holder__product-card__product-image img {
        align-self: center;
    }

    .product-cards-holder__product-card__product-details__product-name {
        font-size: 15px;
    }

    .product-cards-holder__product-card__product-details__product-attributes:not(.active) {
        display: none;
    }

    .product-cards-holder__product-card {
        gap: 20px;
    }

    .product-cards-holder__product-card__product-actions__product-cart-action {
        flex-direction: column;
        gap: 20px;
    }

    .product-cards-holder__product-card__product-actions__product-cart-action__price {
        flex-direction: row;
    }

    .product-cards-holder__product-card__product-actions__product-cart-action__prices {
        width: auto;
    }

    .product-cards-holder__product-card__product-actions__product-cart-action__stock-n-delivery {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .product-cards-holder__product-card__product-actions__product-cart-action__badges {
        width: 100%;
    }

    .product-cards-holder__product-card__product-details__product-actions > a#show-product {
        display: none;
    }
}

@media(max-width: 575.5px) {

}

.product-cards-holder__product-card {
    display: grid;
    grid-template-columns: 200px 1fr 360px;
    gap: 20px;
}

@media(min-width: 1200px) and (max-width: 1399.5px) {
    .product-cards-holder__product-card__product-details__product-actions {
        flex-wrap: wrap;
    }

    .product-cards-holder__product-card__product-details__product-actions > a#show-product {
        margin-left: 0;
    }

    .product-cards-holder__product-card__product-actions__product-cart-action__add > button {
        width: 100%;
    }
}

@media(min-width: 768px) and (max-width: 1199.5px) {
    .product-cards-holder__product-card {
        grid-template-columns: 100px 1fr auto;
    }

    .product-cards-holder__product-card__product-actions__product-cart-action__badges {
        width: 100%;
    }

    .product-cards-holder__product-card__product-actions__product-cart-action__stock-n-delivery {
        flex-direction: column;
    }

    .product-cards-holder__product-card__product-actions__product-cart-action__stock-n-delivery {
        justify-content: center;
        align-items: flex-start;
    }

    .product-cards-holder__product-card__product-actions__product-cart-action {
        flex-direction: column;
        gap: 20px;
    }

    .product-cards-holder__product-card__product-actions__product-cart-action__add > button {
        width: auto;
    }

    .product-cards-holder__product-card__product-details__product-actions > a#show-product {
        margin-left: 0;
    }

    .product-cards-holder__product-card__product-details__product-actions {
        flex-wrap: wrap;
    }
}

@media(max-width: 767.5px) {
    .product-cards-holder__product-card {
        grid-template-columns: 150px 1fr;
    }

    .product-cards-holder__product-card__product-actions {
        grid-column: span 2;
    }
}

@media(max-width: 575.5px) {
    .product-cards-holder__product-card {
        grid-template-columns: 1fr;
    }

    .product-cards-holder__product-card__product-actions {
        grid-column: auto;
    }
}