.page-title-shop{
    /* background-image: var(--shop-page-title); */
    background-color: #171717;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.page-title-shop h2 {
    color: #fff;
    font-size: 62px;
}
.page-title-shop .breadcrumb-item:before {
    display: none;
}
.page-title-shop .breadcrumb img, .page-title-shop .breadcrumb svg {
    width: 34px;
    height: 34px;
    margin-right: 5px;
}
.page-title-shop .breadcrumb-item a {
    display: flex;
    align-items: center;
    margin-right: 16px;
    margin-top: 15px;
}
.page-title-shop .breadcrumb-item a .cat-prod {
    display: flex;
    flex-direction: column;
}
.page-title-shop .breadcrumb-item a .cat-prod span {
    font-weight: 600;
    font-size: 15px;
    color: var(--fourth-color);
}
.page-title-shop .breadcrumb-item a .cat-prod span:first-child:after {
    content: "";
    background: var(--main-color);
    width: 0;
    height: 2px;
    display: block;
    position: relative;
    top: -2px;
    transition: linear .3s all;
}
.page-title-shop .breadcrumb-item a:hover .cat-prod span:first-child:after {
    width: 100%;
}
.page-title-shop .breadcrumb-item a .cat-prod .qty-prod {
    font-size: 11px;
    color: var(--third-color);
    font-weight: 400;
}
.shop-page .multi-product {
    width: 100%;
    border: 0;
	padding:0px 10px;

}



.shop-page .multi-product .product-item{
    position: relative;
}
.multi-product-type-2 .product-item .product-top:before{
    position: absolute;
    content: '';
    background: #00000073;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    transition: opacity .3s ease;
    opacity: 0;
    z-index: 5;
}
.multi-product-type-2 .product-item:hover .product-top:before {
    opacity: 1;
}
.shop-page .multi-product .product-item .product-top:hover img {
    transform: scale(1.12);
}
.shop-page .banner-product {
    padding: 0;
    position: relative;
	padding-bottom:20px;
}
.multi-product-type-2 .product-item .addc-wish-view {
    z-index: 10;
}
.multi-product-type-2 .product-item .product-top .addcart {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid var(--fourth-color);
    color: var(--fourth-color);
    width: max-content;
    position: absolute;
    z-index: 10;
    padding: 6px 10px;
    overflow: hidden;
    top: calc(50% - 12px);
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    transition: linear .3s all;
    opacity: 0;
    transform: translateY(10px);
    background: transparent;
}
.multi-product-type-2 .product-item .product-top .addcart span {
    opacity: 1;
    transition: linear .3s all;
    position: relative;
}
.multi-product-type-2 .product-item .product-top .addcart svg {
    width: 24px;
    height: 24px;
    stroke: var(--fourth-color);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
    position: absolute;
    transform: translateY(6px);
    transition: linear .3s all;
    left: calc( 50% - 12px);
    transform: translateY(30px);
    opacity: 0;
}
.multi-product-type-2 .product-item:hover .product-top .addcart {
    transform: translateY(0px);
    opacity: 1;
}
.multi-product-type-2 .product-item .product-top .addcart:hover span {
    transform: translateY(-30px);
    opacity: 0;
}
.multi-product-type-2 .product-item .product-top .addcart:hover svg {
    opacity: 1;
    transform: translateY(0);
}
.multi-product-type-2 .addc-wish-view {
    background: transparent;
    flex-direction: column;
    padding: 0 6px;
    bottom: auto;
    box-shadow: none;
    top: 20px;
    left: auto;
    right: 0;
    opacity: 0;
    transform: translateY(0);
    transform: translateX(20px);
}
.multi-product-type-2 .addc-wish-view svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: var(--fourth-color);
    stroke-width: 2;
}
.multi-product-type-2 .product-item:hover .addc-wish-view {
    transform: translateX(0px) ;
}
.multi-product.multi-product-type-2 .product-item img, .multi-product.multi-product-type-3 .product-item img {
    height: 240px;
}
.widget {
    padding-block: 22px;
    border-bottom: 1px solid #000;
}
.widget:last-child {
    border-bottom: 0;
}
.widget:first-child {
    padding-top: 0;
}
.widget-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--main-color);
    margin-bottom: 20px;
}
.widget-button{
    text-transform: capitalize;
    font-size: 16px;
    background-color: #001e69;
	color:#fff;
    border-radius: 0;
}
.widget .price-label {
    margin: 0;
    font-size: 13px;
    text-transform: capitalize;
    display: flex;
}
.slider {
    height: 4px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.slider .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: var(--main-color);
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    cursor: pointer;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: var(--main-color);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    border: none;
    border-radius: 50%;
    background: var(--main-color);
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.widget .dropdown-menu.show {
    position: relative !important;
    transform: translate(1px, 0) !important;
    width: 95%;
    padding: 0 10px;
    margin-bottom: 4px !important;
}

.filterByPrice .widget-button {
    margin-left: auto;
}
.ui-widget-header {
    border: 1px solid #dddddd !important;
    background: var(--main-color) !important;
    border: 0 !important;
    height: 2px !important;
    top: 9px !important;
    transition: linear .2s all !important; 
}
.ui-slider .ui-slider-handle{
    border: 0 !important;
    height: 14px !important;
    background-color: transparent !important;
    transition: linear .2s all !important; 
}
.ui-slider-horizontal .ui-slider-handle{
    margin-left: -2px !important;
    background-color: var(--main-color) ;
    cursor: e-resize !important;
    outline: none !important;
    top: 3px !important;
}
.ui-slider .ui-slider-handle:after {
    content: "";
    background: var(--main-color);
    height: 14px;
    width: 3px;
    padding: 0px;
    display: block;
}
.widget li {
    position: relative;
}
.widget li a {
    display: flex;
    justify-content: space-between;
    color: var(--third-color);
    font-size: 13px;
    padding: 5px 0;
    align-items: center;
}
span.color {
    width: 24px;
    height: 24px;
    background-color: red;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    border-radius: 50%;
}
span.color:after {
    content: "";
    background: url(../images/check.svg);
    width: 20px;
    height: 20px;
    display: block;
    margin: 2px;
    opacity: 0;
    transition: linear .3s all;
}
.widget.filterByColor li:hover .color:after {
    opacity: 1;
}
span.count {
    border: 1px solid var(--border-color);
    padding: 0px 8px;
    border-radius: 30px;
    transition: linear .3s all;
}
.widget li:hover .count {
    background-color: var(--main-color);
    color: var(--fourth-color);
    border-color: var(--main-color);
}
span.name-color {
    text-transform: capitalize;
}
.widget .navbar-nav {
    max-height: 235px;
    overflow: auto;
}
.widget .navbar-nav::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.widget .navbar-nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--third-color);
}
.widget .navbar-nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 14%);
    border-radius: 10px;
    background-color: #F5F5F5;
}
span.name-size {
    color: var(--second-color);
}
.widget label {
    font-size: 18px;
    color: var(--third-color);
    text-transform: capitalize;
}
.widget.filterBystatut .form-check {
    margin-bottom: 8px;
}
.widget.filterBystatut .form-check-input {
    width: 15px;
    height: 15px;
    margin-top: 5px;
}
.widget.filterBystatut .form-check-input:checked {
    border-color: var(--main-color);
    background-color: var(--main-color);
}
.widget.filterBystatut .form-check-input:focus {
    border-color: var(--main-color);
    outline: 0;
    box-shadow: 0 0 5px 0.5px var(--main-color);
}
.filterByBrand .brand-img {
    width: 100%;
    height: 70px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    object-fit: contain;
    padding-right: 5px;
}
.filterByBrand .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
}
.filterByBrand li {
    width: 50%;
}   
.shop-page .breadcrumb li, .shop-page .breadcrumb li a {
    font-size: 14px;
    color: var(--third-color);
}
.shop-page .breadcrumb li.active {
    font-weight: 500;
    color: var(--second-color);
}
.shop-head-filter {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}
.shop-head-filter .breadcrumb {
    margin: 0;
    padding-bottom: 5px;
    align-items: center;
}
.active_filter li {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 8px;
    cursor: pointer;
    width: auto;
}
.active_filter li span {
    color: var(--main-color);
    padding-left: 2px;
}
.active_filter li:before {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAJtJREFUOE+t07ENwjAQheEvEzAdEwA9IBpYAIoIegQTsB0VJTKKkQl2pCh2Z9/d73fPvsbE1UysVx0wxwy3grIFnnjEeF/BElfscO5Btmixwr0ECOdrXHDAsUvcdMA9Tim45EEKeZWKA2jIxAgJeX83D7UQY1F22Kft/FhTUpD2HFroe/KF5AA5w3LGfiDVn3HyRxo9GtVnYbSCN5iMIhEBoz+pAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}
.show-and-sort .product-per-page {
    display: flex;
    align-items: center;
    margin-right: 20px;
    padding-bottom: 5px;
}
.show-and-sort .product-per-page h6 {
    font-size: 14px;
    font-weight: 600;
    margin-right: 4px;
    margin-bottom: 0;
}
.show-and-sort .product-per-page span {
    font-size: 13px;
    color: var(--third-color);
    padding: 0px 3px;
    margin: 0 2px;
    cursor: pointer;
}
.show-and-sort .product-per-page a:after {
    content: "/";
    color: var(--third-color);
    font-size: 10px;
    padding: 0 1px;
}
.show-and-sort .product-per-page a:last-child:after {
    display: none;
}
.show-and-sort .product-per-page a.active span {
    font-weight: 600;
    color: var(--second-color);
}
.show-and-sort .product-per-page span:hover{
    font-weight: 600;
    color: var(--second-color);
}
.show-and-sort {
    display: flex;
    align-items: center;
}
.sortable {
    width: 100px;
}
.sortable .select {
    border: 0;
	width: 100px;
    border-bottom: 1px solid var(--border-color);
    padding: 0;
    padding-bottom: 5px;
    height: 35px;
    line-height: 32px;
    color: var(--second-color);
    font-size: 14px;
}
.sortable .select:focus {
    outline: none;
}
.product-per-row {
    margin-right: 20px;
}
.product-per-row svg {
    fill: var(--third-color);
    margin: 0 3px;
    stroke-linecap: round;
}
.product-per-row svg:hover {
    fill: var(--second-color);
}
.current-variation svg {
    fill: var(--second-color);
}
.shop-head-filter .breadcrumb button {
    padding: 0;
    margin-right: 15px;
}
.offcanvas.show{
    overflow: auto;
}

.col-lg-3{
	padding-right:5px !important;
	padding:20px !important;
	border-radius:20px!important;
	color:#000!important;
	background-color:#D9EEF4!important;
}

.price-label label{
	color:#000 !important;
}

.sidebar-shop .offcanvas-header {
    border: 0;
    justify-content: end;
}
#nopr{
    width: 100%;
}
.filterByCategory li a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: calc( 100% - 40px);
}
.chevron {
    padding: 8px 0;
    cursor: pointer;
}
.chevron svg {
    transform: rotate(-90deg);
    transition: .3s;
}
.chevron.show svg {
    transform: rotate(0deg);
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.select2-container--default .select2-selection--single {
    padding: 0 15px;
    height: 42px !important;
    text-align: left;
    font-size: 14px;
    line-height: 42px;
    border: 1px solid var(--border-color) !important;
    border-radius: 60px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: inline !important;
    padding-inline: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==);
    top: 8px !important;
    right: 10px !important;
    background-position: right 1px top 50%;
    background-size: auto 18px;
    background-repeat: no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}
.select2-container--default .select2-dropdown {
    border-width: 1px;
    border-color: #81818133;
    border-radius: 0;
    background-color: #FFF;
	z-index:2 !important;
}
.select2-container--default .select2-search--dropdown {
    position: relative;
    padding: 18px;
    border-bottom: 1px solid var(--border-color);
    background-color: #F9F9F9;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0 15px;
    height: 42px;
    border: 1px solid var(--border-color) !important;
    background-color: #FFF;
    background-image: none;
    color: #777;
}
.select2-container--default .select2-search--dropdown:after {
    position: absolute;
    top: calc( 50% - 9px);
    right: 30px;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDMyIDMyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PGcgaWQ9InNlYXJjaCI+PHBhdGggZD0iTTI5LjcxLDI4LjI5bC02LjUtNi41LS4wNywwYTEyLDEyLDAsMSwwLTEuMzksMS4zOXMwLC4wNSwwLC4wN2w2LjUsNi41YTEsMSwwLDAsMCwxLjQyLDBBMSwxLDAsMCwwLDI5LjcxLDI4LjI5Wk0xNCwyNEExMCwxMCwwLDEsMSwyNCwxNCwxMCwxMCwwLDAsMSwxNCwyNFoiLz48L2c+PC9zdmc+);
    width: 18px;
    height: 18px;
}
.select2-results__options {
    --li-mb: 0;
}
.select2-container--default .select2-results__option {
    padding: 10px 18px;
    font-size: 14px;
    color: var(--second-color);
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    color: #FFF;
    font-weight: 600;
    background-color: var(--main-color) !important;
}
.select2-container {
    width: 100% !important;
}
.marketplace-search input {
    font-size: 14px;
    padding-inline: 34px 12px;
}
.marketplace-search svg {
    background-color: transparent;
    padding: 0;
    width: 17px;
    height: 17px;
    color: var(--third-color);
    left: 12px;
    right: auto;
}
.author-img {
    width: 32px !important;
    height: 32px !important;
    object-fit: cover;
    margin-right: 10px;
    box-shadow: 1px 2px 11px #00000042;
}
 
/*
.description-clamp,
.product-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  line-height: 1.5em;
  font-size: 13px;
  color: #555;
}

#productContainer.grid-view {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

#productContainer.grid-view .product-item {
  display: grid;
  grid-template-rows:
    180px   
    50px    
    auto  
    auto;   
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  height: 100%;
}

#productContainer.grid-view .product-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#productContainer.grid-view .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;  
}


#productContainer.grid-view .product-description {
  display: none;
}


#productContainer.list-view {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#productContainer.list-view .product-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-radius: 8px;
  padding: 1rem;
  background: #fff;
}

#productContainer.list-view .product-thumb {
  width: 150px;
  height: 150px; 
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

#productContainer.list-view .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

#productContainer.list-view .product-content {
  flex: 1;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
}


.product-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  margin: 5px 0;
}

.product-footer {
  margin-top: auto;
  display: flex;
  justify-content: flex-end; 
  gap: 10px;
  flex-wrap: wrap;
}

.addToCart,
.addToQuote {
  padding: 4px 10px;
  font-size: 13px;
  white-space: nowrap;
}

*/

/* ---------- GRID fixes (so grid stays grid and images are fixed) ---------- 
#productContainer.grid-view {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

/* grid card layout: keep image box fixed and hide description */
#productContainer.grid-view .product-item {
  display: flex;
  flex-direction: column;
  padding: 12px;
  background: transparent;
  height: 100%;
  box-sizing: border-box;
}

/* fixed image area inside grid cards */
#productContainer.grid-view .product-thumb {
  height: 180px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 10px;
}
#productContainer.grid-view .product-thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* show the whole image, don't cover */
}

/* hide description in grid/snippet */
#productContainer.grid-view .product-description,
#productContainer.grid-view .seo_description,
#productContainer.grid-view .description-clamp {
  display: none !important;
}




/* ---------- LIST view (scoped so it won't affect grid) ---------- */
#productContainer.list-view {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#productContainer.list-view .product-container{
  width:98%;
  padding-left:10px;
}

/* each row */
#productContainer.list-view .product-item {
  display: flex;
	width:100%;
  flex-direction: row;
  gap: 16px;
  padding: 4px;
  box-sizing: border-box;
  background: transparent;
}

/* thumbnail fixed square */
#productContainer.list-view .product-thumb {
  width: 150px;
  height: 150px;
  flex: 0 0 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  background: #fafafa;
}
#productContainer.list-view .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* content column to the right of thumb */
#productContainer.list-view .product-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* title: 2 lines */
#productContainer.list-view .product-title {
  display: -webkit-box;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 4px;
}

#productContainer.list-view .description-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;      /* max 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 1.4;
  color: #555;
  min-height: 4.2em;          /* 🔑 reserve space (3 lines × 1.4em) */
  max-height: 4.2em;
}

/* description: 3 lines */
#productContainer.list-view .product-description,
#productContainer.list-view .seo_description,
#productContainer.list-view .description-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #555;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 992px) {
  #productContainer.list-view .product-title {
  display: -webkit-box;
  -webkit-line-clamp: unset;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 4px;
  padding-bottom: 10px;
}
#productContainer.list-view .description-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;      /* max 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  line-height: 1.4;
  color: #555;
  min-height: 4.2em;          /* 🔑 reserve space (3 lines × 1.4em) */
  max-height: 4.2em;
}
}



/* footer: price left, buttons right */
#productContainer.list-view .product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.product-snipt {
  margin-right: 5px;
	width:100%;
  font-weight: 700;
  font-size: 15px;
  color: #111;
}
/* price stays left */
#productContainer.list-view .product-footer .price {
  margin-right: 20px;
  font-weight: 700;
  font-size: 15px;
  color: #111;
}

/* actions (buttons) aligned right and inline */
#productContainer.list-view .product-footer .actions {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-shrink: 0;
}

/* make sure buttons do NOT stretch 100% */
#productContainer.list-view .product-footer .actions .btn,
#productContainer.list-view .product-footer .actions .addToCart,
#productContainer.list-view .product-footer .actions .addToQuote {
  padding: 6px 12px;
  font-size: 13px;
  white-space: nowrap;
  flex: none;
}

/* Responsive: stack on small screens */


@media (min-width: 992px) {
    .shop-head-filter .breadcrumb button{
        display: none;
    }
	.multi-product {
		  padding-left:20px;
		}	
	.product-container {
		  flex: 0 0 auto;
		  width: calc(100% / 3 - 14px);
		  align-self: stretch;
		}
	
	.addToCart {
        font-size: 0.8rem;
        min-width: 75px;     /* even smaller on mobile */
        padding: 0.35rem 0.6rem;
    }
	
}

@media (max-width: 992px) {
    .shop-head-filter .breadcrumb button{
        display: block;
    }
	.multi-product {
		  padding-left:20px;
		}	
	.product-container {
		  flex: 0 0 auto;
		  width: calc(100% / 3 - 14px);
		  align-self: stretch;
		}
	
	.addToCart {
        font-size: 0.8rem;
        min-width: 75px;     /* even smaller on mobile */
        padding: 0.35rem 0.6rem;
    }
	#productContainer.list-view .product-thumb {
  width: auto;
  height: 120px;
  flex: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6px;
  background: #fafafa;
}
}

@media(max-width: 576px){
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px;
        font-weight: 300;
        line-height: 40px !important;
    }
	.product-container {
		  flex: 0 0 auto;
		  width: calc(100% / 2 - 14px);
		  align-self: stretch;
		}
}
@media(max-width: 768px){
    .configurator .w-50{
        width: 100% !important;
        gap: 1rem !important;
    }
	
}

@media screen and (max-width: 400px) {
	.product-container {
		  flex: 0 0 auto;
		  width: calc(100% / 2 - 14px);
		  align-self: stretch;
	}
}