/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.thumbnail-container .buy-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#left-banner {
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 3px solid #CE3C3A;
    padding: 30px;
    position: relative;
    text-align: center;
    background: #fff;
}

.modal {
    z-index: 9999;
}

#junityQuantity {
    display: flex;
    gap: 10px;
}

.product-line-grid-body .current-price {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-line-grid-body .current-price .price {
    font-size: 1rem;
}

.product-line-grid-right .price {
    display: flex;
    flex-direction: column;
}

.product-line-grid-right .qty {
    display: flex;
    align-items: flex-end;
}

.bootstrap-touchspin .btn-touchspin {
    border: 1px solid rgba(0, 0, 0, .25) !important;
    background: #fff !important;
    color: #000 !important;
}

.product-line-grid-right .price .product-price {
    font-size: 1rem;
}

.product-line-grid-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#left-banner p {
    font-weight: 700;
}

p {
    color: #000;
}

#carousel .carousel-inner {
    margin-bottom: 0;
}

.featured-products .products {
    display: flex;
    flex-direction: column;
}

.featured-products .products .thumbnail-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 15px;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    background: #fff;
}

.products-list .thumbnail-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 0 !important;
    margin-bottom: 10px;
    background: #fff;
}

.feryster-content {
    padding: 12px;
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    line-height: 1.5;
}

#product #product-availability {
    display: none;
}

#product .product-images.js-qv-product-images {
    display: none;
}

.feryster-content table {
    margin-bottom: 0;
    font-size: 12px;
}

.feryster-content table td {
    padding: 4px 8px;
    border-color: #dee2e6;
}

.feryster-content p {
    margin: 0;
}

.product-price-and-shipping {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.price-brutto-wrapper,
.price-netto-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.price {
    font-size: 14px;
    color: #000;
}

.stock-info {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.stock-label {
    margin-right: 8px;
}

.stock-quantity {
    margin-right: 4px;
}

.quantity-wrapper {
    margin-top: 10px;
}

.qty-touchspin-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    background: #fff;
    height: 34px;
}

.qty-input-spinner {
    width: 45px;
    height: 32px;
    border: none;
    text-align: center;
    font-size: 14px;
    padding: 0;
    margin: 0;
    background: #fff;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}


/* Ukrycie natywnych strzałek */

.qty-input-spinner::-webkit-outer-spin-button,
.qty-input-spinner::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Kontener na strzałki pionowe */

.qty-arrows {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #ccc;
    height: 32px;
}

.btn-touchspin {
    width: 20px;
    height: 16px;
    border: none;
    background: #fff;
    color: #000;
    font-size: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-touchspin:hover {
    background: #e0e0e0;
    color: #000;
}

.btn-arrow-up {
    border-bottom: 1px solid #ddd;
}

.unit-label {
    font-size: 13px;
    font-weight: normal;
    color: #000;
}

.add-to-cart-btn {
    height: 34px;
    padding: 0 14px;
    background: #c82333;
    color: #fff;
    border: unset;
    font-size: 16px;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
}

.add-to-cart-btn .material-icons {
    font-size: 16px;
}

.add-to-cart-btn:hover {
    background: #a71d2a;
    border: unset;
}

.btn {
    background: #c82333 !important;
    border: unset !important;
    color: #fff !important;
}

.btn:hover {
    background: #a71d2a !important;
    /* border: unset !important; */
    color: #fff !important;
}

.buttons_miniature_container .collapse {
    margin-bottom: 10px;
}

.buttons_miniature_container .card {
    border: 1px solid #e0e0e0;
    border-radius: 0;
}

.buttons_miniature_container .card-body {
    padding: 15px;
    background-color: #f8f9fa;
    font-size: 14px;
}

.buttons_miniature_container table {
    margin-bottom: 0;
    font-size: 13px;
}

.buttons_miniature_container table td {
    padding: 5px 10px;
    border-color: #dee2e6;
}

.product-miniature .product-description {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: -webkit-fill-available;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 15px;
}

.product-miniature .product-title {
    text-align: left;
}

.product-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-miniature.js-product-miniature {
    display: flex !important;
    flex-direction: column !important;
}

.featured-products .products .thumbnail-container {
    margin-bottom: 0;
    border: 0;
}

.product-miniature-description-content {
    background: #fff;
}

.quantity-controls {
    position: relative;
    display: flex;
    align-items: center;
}

.unit-label {
    position: absolute;
    bottom: -16px;
}

.details .feature {
    -webkit-box-flex: 1;
    flex: 1 0 40%;
    min-height: 2.5rem;
    padding: .625rem;
    margin-right: .625rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    text-transform: capitalize;
    word-break: normal;
    background: #f6f6f6;
}

.details .feature-row {
    display: flex;
}

.buttons_miniature_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
}

.product-miniature .thumbnail-container {
    margin-bottom: 0;
}

.price-brutto-wrapper,
.price-netto-wrapper {
    gap: 5px;
}

.price-netto-wrapper {
    font-weight: 500;
}

.price-brutto-wrapper {
    font-weight: 700;
}

.stock-info {
    font-weight: 500;
}

.product-miniature .product-price-and-shipping {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: -webkit-fill-available;
    padding-bottom: 15px;
    padding-top: 15px;
}

.btn-touchspin {
    width: 100%;
    font-size: 16px;
    height: 100%;
}

.qty-arrows {
    width: 30%;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.qty-input-spinner {
    width: 70%;
    height: 100%;
}

.qty-touchspin-wrapper {
    width: 50%;
    height: 50px;
    position: relative;
}

.quantity-controls .add-to-cart-btn {
    width: 50%;
    height: 50px;
    justify-content: center;
}

.product-titles .product-title:first-of-type {
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}

.product-titles .product-title:last-of-type {
    padding-top: 5px;
}

.product-titles .product-title {
    margin: 0;
}

.product-miniature .product-title a {
    color: #000;
    font-size: 1rem;
}

.product-miniature .product-title:first-of-type a {
    font-weight: 700;
}

#js-product-list .js-product {
    margin-bottom: 1.5rem;
}

#header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 9997;
}

.modal-backdrop {
    z-index: 9998;
}

.header-top .search-widgets {
    max-width: none;
}

#header .header-nav,
#header .header-nav .blockcart {
    background: #686868;
    color: #fff;
}

#header .header-nav a,
#header .header-nav span,
#header .header-nav .material-icons {
    color: #fff !important;
}

#header .header-nav {
    border-bottom: 0 !important;
}

.header-top {
    background: linear-gradient(90deg, rgba(255, 255, 255) 20%, #D03A35 20%, #D03A35 100%) !important;
}

#header .header-top::before {
    content: "";
    position: absolute;
    left: 20%;
    top: 50px;
    width: 20px;
    bottom: 0;
    background: #DB5D5B;
}

.header-nav::after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255) 20%, rgba(219, 93, 91) 20%, rgba(219, 93, 91) 100%);
}

#header .header-top a[data-depth="0"] {
    color: #fff !important;
}

#header .header-top a:hover {
    color: #fff !important;
}

#header .header-nav a:hover {
    color: #a71d2a !important;
}

#header .header-nav .dropdown-menu li a {
    color: #000 !important;
}

.copyright-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-block {
    border-top: 1px solid #686868;
    padding-top: 15px;
    padding-bottom: 15px;
}

#footer a {
    color: #000 !important;
}

#footer a:hover {
    color: #a71d2a !important;
}

.exis-footer {
    display: inline-block;
}

#header .header-nav .cart-preview.active {
    background: #D03A35;
}

@media (min-width: 1199px) {
    .p-c {
        padding-left: 125px;
        padding-right: 125px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}


/* =============================================
   VIEW SWITCHER - Przyciski przełączania widoku
   ============================================= */

.products-view-switcher {
    display: flex;
    gap: 5px;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.btn-view {
    color: #000 !important;
    cursor: pointer;
    transition: color 0.2s;
    line-height: 1;
    min-width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: unset;
    border: unset;
}

.btn-view.active {
    color: #D03A35 !important;
}

.btn-view:hover {
    color: #D03A35 !important;
}

.btn-view .material-icons {
    font-size: 36px;
}


/* =============================================
   LIST VIEW (domyślny Feryster layout)
   ============================================= */

.products-list {
    display: flex;
    flex-direction: column;
}

.products-list .product-item {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.products-list .thumbnail-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}


/* =============================================
   GRID VIEW (widok kafelkowy)
   ============================================= */

.products-grid {
    display: flex;
    flex-wrap: wrap;
}

#product .featured-products .products {
    gap: 15px;
}

.products-grid .product-item {
    flex: 0 0 calc(25%);
    max-width: calc(25%);
    width: auto;
    margin-bottom: 0 !important;
    padding-bottom: 15px;
}

.products-grid .thumbnail-container {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border: 1px solid #e0e0e0;
    background: #fff;
    height: 100%;
}

.products-grid .product-image-col,
.products-grid .product-info-col,
.products-grid .product-price-col {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.products-grid .product-image-col {
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.products-grid .product-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: contain;
}


/* Grid: najeżdżanie na obrazek - quick view */

.products-grid .highlighted-informations {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s;
    background: rgba(255, 255, 255, 0.9);
    padding: 5px;
    text-align: center;
}

.products-grid .product-image-col:hover .highlighted-informations {
    opacity: 1;
}


/* Grid: tytuł produktu */

.products-grid .product-title a {
    font-size: 0.85rem;
}

.products-grid .product-titles {
    margin-bottom: 8px;
}


/* Grid: ukryj przyciski DANE/OPIS/KARTA i rozwijane panele */

.products-grid .product-buttons {
    display: none !important;
}

.products-grid .product-miniature-description-content {
    display: none !important;
}

.products-grid .buy-details {
    text-align: center;
    margin-bottom: 8px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.products-grid .price-brutto-wrapper {
    justify-content: center;
}

.products-grid .price-brutto {
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
}


/* Grid: info o stanie magazynowym */

.products-grid .stock-info {
    font-size: 0.8rem;
    justify-content: center;
}


/* Grid: regularna cena (rabat) */

.products-grid .regular-price-wrapper {
    text-align: center;
    margin-bottom: 5px;
}

.products-grid .unit-label {
    display: none;
}


/* Grid: opis w miniaturze */

.products-grid .product-description {
    height: auto;
    min-height: auto;
}

.products-grid .product-price-and-shipping {
    min-height: auto;
}

.product-miniature .product-flags li.product-flag {
    display: none;
}

.carousel .carousel-item img {
    object-fit: cover;
    min-height: -webkit-fill-available;
}

.carousel .carousel-item figure {
    height: 100%;
}

.facet-search-item {
    border: 1px solid #E2E2E2;
}

.facet-search-item a,
.facet-search-item ul p {
    color: #D03A35 !important;
}

.facet-search-item {
    padding: 15px 20px;
}

.facet-search-block section {
    padding: 10px;
}

.block-category {
    min-height: unset !important;
    background: unset !important;
}


/* =============================================
   CATEGORY TREE - Active category highlight
   ============================================= */

.block-categories .current-active {
    color: #D03A35 !important;
    font-weight: 700;
}

.block-categories li[data-depth="0"]>#category-tree-exis>a.current-active {
    color: #D03A35 !important;
    font-weight: 700;
}

.block-categories .collapse.category-open {
    display: block;
}

.block-categories .collapse-icons.category-expanded .material-icons.add {
    display: none;
}

.block-categories .collapse-icons.category-expanded .material-icons.remove {
    display: inline-block;
}

.block-categories .arrows.category-expanded .material-icons.arrow-right {
    display: none;
}

.block-categories .arrows.category-expanded .material-icons.arrow-down {
    display: inline-block;
}

#search_filters .ui-slider .ui-slider-handle {
    top: -.25em;
    width: 0.8em;
    height: 0.8em;
    background: #7F7F7F;
    border: 1px solid #D9D9D9;
}

.product-description p span {
    background: unset;
}

.product-price .price {
    color: #a71d2a !important;
}

.product-price .price-label {
    color: #000 !important;
}

.product-price .price.price-netto {
    color: #000 !important;
}

.stock-info .stock-label {
    color: #000 !important;
}

.stock-info .stock-quantity {
    color: #000 !important;
}

.product-flags {
    display: none;
}

.product-images>li.thumb-container .thumb.selected,
.product-images>li.thumb-container .thumb:hover {
    border: 2px solid #D03A35;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border-bottom: 2px solid #D03A35 !important;
}

.tabs .nav-tabs .nav-link.active {
    color: #D03A35 !important;
}

#index .featured-products .products-view-switcher {
    display: none !important;
}

.featured-products .products-view-switcher {
    display: none !important;
}

.qty-touchspin-wrapper .btn-touchspin.btn-arrow-up::after {
    content: "\E5CE";
    font-family: 'Material Icons';
    /* To kluczowy element */
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

.qty-touchspin-wrapper .btn-touchspin.btn-arrow-down::after {
    content: "\E5CF";
    font-family: 'Material Icons';
    /* To kluczowy element */
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

.product-prices .tax-shipping-delivery-label .delivery-information::before {
    display: none;
}

.product-prices .tax-shipping-delivery-label .delivery-information {
    font-size: 14px;
    color: #000;
}

.stock-unit {
    color: #000 !important;
}

#subcategories ul li .subcategory-name:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.cart-grid-body a.label:hover {
    color: #D03A35 !important;
}

.block-categories .collapse-icons {
    position: unset !important;
    height: auto !important;
}

#category-tree-exis {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    padding: 3px;
}

body#product #notifications {
    display: none;
}

li[data-depth="1"] #category-tree-exis {
    gap: 10px;
}

.block-categories .category-sub-menu li:not([data-depth="0"]):not([data-depth="1"])::before {
    display: none;
}

#subcategories {
    display: none;
}

#search_filters .facet-search-item ul.collapse {
    overflow-y: scroll;
    max-height: 80px;
}

#search_filters .facet-search-item ul.collapse.faceted-slider {
    overflow-y: unset;
    max-height: unset;
}

.facet-search-item {
    min-height: 150px;
    max-height: 150px;
}

.block-categories .category-sub-menu li[data-depth="0"] * {
    color: #000;
    width: auto;
    gap: 10px;
    margin-top: 0;
}

.category-sub-menu li[data-depth="0"],
.category-sub-menu li[data-depth="1"] {
    border-top: 1px solid #f6f6f6;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    width: 100%;
    padding-bottom: 0.1875rem;
    margin: 0.3125rem 0 0;
    font-weight: 600;
}

#product .product-container .image-container #content {
    max-width: 530px !important;
    margin: 0;
}

#carousel .carousel-item .caption {
    display: none;
}

#mobile_oferta {
    display: none;
}

#pelna_oferta {
    text-align: center;
    font-size: 25px;
    background: #fff;
    padding: 30px 10px;
    border: 1px solid #d03a35;
    border-radius: 20px;
    color: #d03a35;
    width: 100%;
}

.category-sub-menu li[data-depth="1"] #category-tree-exis {
    padding-left: 46px !important;
}

.category-sub-menu li[data-depth="2"] #category-tree-exis {
    padding-left: 51px !important;
}

.category-sub-menu li[data-depth="3"] #category-tree-exis {
    padding-left: 53px !important;
}

.category-sub-menu li[data-depth="1"] #category-tree-exis.has-arrows {
    padding-left: 20px !important;
}

.category-sub-menu li[data-depth="2"] #category-tree-exis.has-arrows {
    padding-left: 25px !important;
}

.category-sub-menu li[data-depth="3"] #category-tree-exis.has-arrows {
    padding-left: 35px !important;
}

.category-sub-menu li {
    margin-bottom: 0 !important;
}

.miniature-input-container .input-group.bootstrap-touchspin {
    position: absolute;
    left: -2px;
    top: -1px;
    bottom: -1px;
    right: -1px;
    width: 100%;
    display: inline;
}

.miniature-input-container .input-group-btn-vertical {
    position: absolute;
    top: 0;
    z-index: 9;
    right: -1px;
    bottom: 0;
}

.miniature-input-container .quantity_wanted {
    display: block !important;
    height: 100% !important;
    width: calc(100% - 20px) !important;
}

.miniature-input-container .input-group.bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 11.7px 11px;
}

.miniature-input-container .input-group.bootstrap-touchspin .input-group-btn-vertical>.btn i {
    top: 4px;
}

.product-unit-cart {
    margin-left: 7px;
}

a,
.product-price {
    color: #d03a35;
}

body#checkout a:hover {
    color: #b01813;
}

.card-block .media-list .product-name a {
    color: #d03a35;
    font-size: 14px;
}

body#checkout section.checkout-step .address-item.selected {
    border-color: #d03a35;
}

body#checkout .header-nav {
    background-color: #fff;
}

body#checkout #_desktop_contact_link #contact-link a,
body#checkout #_desktop_contact_link #contact-link {
    color: #000 !important;
}

.custom-radio input[type=radio]:checked+span {
    background-color: #d03a35;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.button_link:hover a,
.button_link a {
    color: #fff !important;
}

@media (min-width: 1199px) {
    .tabs #tab-content {
        max-width: 50%;
    }
    .products-list .product-item {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #carousel {
        margin-bottom: 2rem;
    }
    #index .container-fluid.p-c .row {
        margin-top: 50px;
    }
    .thumbnail-container .quantity-wrapper {
        max-width: 300px;
        min-width: 264px;
    }
}

@media (min-width: 700px) and (max-width: 1198px) {
    .products-grid .product-item {
        flex: 0 0 calc(33.333%);
        max-width: calc(33.333%);
        width: auto;
        margin-bottom: 0 !important;
    }
    #left-banner {
        width: 100%;
    }
    #index #left-column {
        display: none;
    }
    #mobile_oferta {
        display: flex;
    }
    #header .header-nav .blockcart,
    #header .header-nav .language-selector,
    #header .header-nav .user-info {
        margin-left: 0 !important;
    }
    .header-nav .container.p-c {
        width: 100%;
    }
    .top-menu a[data-depth="0"] {
        padding: .4rem;
    }
    #header .header-top-right {
        display: flex;
        flex-direction: column !important;
        gap: 10px;
        align-items: flex-end;
    }
    #header .container.p-c {
        width: 100%;
    }
    #header .header-top .position-static {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }
    #header .logo {
        max-width: 150px;
    }
    #carousel {
        left: unset !important;
        margin-left: auto !important;
        width: 100% !important;
    }
    .carousel .carousel-item img {
        min-height: unset !important;
    }
    #content.page-home {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}

@media (min-width: 768px) {
    #index #main {
        display: flex;
    }
    .carousel .carousel-item figure {
        width: 100%;
    }
    #wrapper {
        min-height: 50vh;
    }
}


/* =============================================
   RESPONSIVE - grid na mniejszych ekranach
   ============================================= */

@media (max-width: 991px) {
    .products-grid .product-item {
        flex: 0 0 calc(45%);
        max-width: calc(45%);
    }
}

@media (max-width: 575px) {
    .products-grid .product-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .products-list .product-image-col,
    .products-list .product-info-col,
    .products-list .product-price-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 700px) {
    #header .header-nav {
        background: #fff;
    }
    #header .header-nav a,
    #header .header-nav span,
    #header .header-nav .material-icons {
        color: #686868 !important;
    }
    #header .header-nav,
    #header .header-nav .blockcart {
        background: #fff;
        color: #686868;
    }
    #header .header-nav .cart-preview.active {
        background: #fff;
    }
    #index #left-column {
        display: none;
    }
    #mobile_oferta {
        display: flex;
        margin-bottom: 30px;
    }
    .carousel .carousel-item img {
        min-height: 300px;
        max-height: 300px;
    }
    #header .header-top a[data-depth="0"] {
        color: #000 !important;
    }
    .featured-products .products {
        display: flex;
        flex-direction: row;
    }
    .carousel {
        width: 100% !important;
        left: unset !important;
        margin-left: auto !important;
    }
    .carousel .direction .carousel-control .icon-next {
        margin-right: 0 !important;
        right: 2rem !important;
    }
    .product-description.product-info-col {
        gap: 20px;
    }
    #js-product-list-view .thumbnail-container {
        gap: 20px;
    }
    .product-miniature .product-price-and-shipping {
        padding: 0 !important;
    }
    #index .products-list .product-item {
        padding: 0 !important;
    }
    #carousel {
        margin-top: 20px;
    }
    #category #content-wrapper.hidden-sm-down {
        display: block !important;
    }
    #search_filters .facet .title .collapse-icons {
        display: none !important;
    }
}

.feds_block_title {
    background: #fff;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}