.poly-lang {
    display: flex;
    justify-content: center;
    width: auto;
    font-size: 18px;
    font-family: "Hanken Grotesk", Sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
}

.poly-lang li.current-lang {
    font-weight: bold;
}

.poly-lang li {
    width: auto;
    height: 30px;
    display: block;
    padding: 6px 0;
    float: left;
    border: 0 none;
}

.poly-lang li a {
    color: #666;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    padding: 3px 10px 0 10px;
    display: block;
    float: left;
    border-left: 1px solid #666;
}

.poly-lang li:first-child a {
    border: 0;
}

.search-tags-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}

.search-tags-container form {
    display: flex;
    flex-direction: column;
}

.search-tags-container > form .search-tags-wrapper {
    display: flex;
    flex-direction: row;
}

.search-tags-container > form input {
    border-right: 0;
    height: 38px;
    background-color: #F0F0F0;
    border-radius: 0px;
    border-color: #adabab;
}

.search-tags-container > form button {
    border-left: 0;
    background-color: #F0F0F0;
    border-radius: 0px;
    border-color: #adabab;
    height: 38px;
    padding: 0.5rem 0.6rem;
}

.search-tags-container > form button:hover {
    background-color: #F0F0F0;
}

.search-tags-container > form svg {
    fill: #000;
    width: 16px;
    height: 16px;
}

.tags-container {
    opacity: 0;
    visibility: hidden;
    display: none;
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-right: 1px solid #adabab;
    border-bottom: 1px solid #adabab;
    border-left: 1px solid #adabab;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    height: 180px;
    overflow-y: scroll;
    background-color: #F0F0F0;
}

.tags-container::-webkit-scrollbar {
    width: 10px;
}

.tags-container::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7;
    border: 1px solid #cacaca;
}

.tags-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #9ca3af;
}

.tags-container.active {
	display: flex;
	opacity: 1;
	visibility: visible;
}

.tags-container > * + * { 
    margin-top: 4px; 
}

.tags-container > div label {
	display: flex;
	padding: 4px 6px;
	cursor: pointer;
	background-color: transparent;
	color: #4a4a4a;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; 	
}

.tags-container > div input[type="checkbox"] {
    display: none;
}

.tags-container > div label:hover,
.tags-container > div input[type="checkbox"]:checked + label {
	background-color: #450A30;
	color: #FFF;
}

#content.tag-search-results {
    display: flex;
    flex-direction: column;
    margin-top: 6rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 280px;
    padding-right: 0px;
}

.tag-search-results .header-container-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.tag-search-results .header-container-2::before {
    content: "";
    display: block;
    height: 60px;
    width: 1px;
    background-color: #737373;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -70px;
    position: absolute;
}

.tag-search-results h1 {
    color: #EDECF1;
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 5rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 6.25rem;
    letter-spacing: 0.08em;
    justify-self: center;
    text-align: center;
}

.tag-search-results h1 span {
    color: #737373;
    font-size: 3.75rem;
    font-weight: 300;
    line-height: 3.75rem;
    letter-spacing: 0.08em;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
    top: 50px;
}

.tags-results {
    font-size: 1.5rem;
    font-weight: 500;
    color: #737373;
    font-family: "Hanken Grotesk", sans-serif;
    text-transform: uppercase;
    width: max-content;
    margin: 0 auto;
}

.tag-search-results-products {
    margin-top: 2rem;
    display: flex;
    gap: 1.875rem;
    flex-wrap: wrap;
}

.tag-search-results-products article {
    position: relative;
    width: 31%;
    overflow: hidden;
}

.tag-search-results-products article .text-container {
    position: absolute;
    top: 0;
    background: #000;
    width: 100%;
    padding-top: 1.063rem;
    padding-bottom: 1.063rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.tag-search-results-products article .text-container::before {
    content: "";
    position: absolute;
    top: 57px;
    left: 0px;
    height: 20px;
    width: 20px;
    background: url("/wp-content/uploads/2024/02/triangle.svg") no-repeat center;
    background-size: auto;
    background-size: contain;
    z-index: 2;
}

.tag-search-results-products article .text-container h2 {
    margin: 0px;
    font-size: inherit;
}

.tag-search-results-products article .text-container h2 a {
    color: #FFFFFF;
    font-family: "Hanken Grotesk", Sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5rem;
    z-index: ;
}

.tag-search-results-products article .img-container img {
    min-height: 480px;
    object-fit: cover;
}

@media (width <= 480px) {
    #content.tag-search-results {
        padding-top: 0px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .tag-search-results h1 {
        font-size: 2.55rem;
        line-height: 3.25rem;
        display: flex;
        flex-direction: column;
    }
    
    .tag-search-results h1 span {
        font-size: 1.5rem;
        line-height: 2rem;
        position: relative;
        margin-top: -32px;
    }
    
    .tag-search-results-products article {
        width: 100%;
    }
    
    .tag-search-results-products article .img-container img {
        min-height: 510px;
    }
}

@media (width >= 1920px) {
    .tag-search-results-products article {
        width: 31.5%;
    }
    
    .tag-search-results-products article .img-container img {
        min-height: 686px;
    }
}

.product-categories-loop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-categories-loop .single-category {
	overflow: hidden;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 calc(33.3% - 15px);
	flex: 0 1 calc(33.3% - 30px);
	max-width: calc(33.3% - 30px);
	position: relative;
	margin: 0 15px 30px;
}

#trigger_cf.request-an-offer-button {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    padding: 13px 70px 13px 42px;
    white-space: nowrap;
    background: #450a30 url('/wp-content/uploads/2024/03/next.png') no-repeat center right 39px;
    background-color: rgb(69, 10, 48);
    -webkit-transition: .3s ease background-color;
    transition: .3s ease background-color;
    border-radius: 0;
}

.request-offer-shortcode .wpcf7-form .wpcf7-submit:hover,
#trigger_cf.request-an-offer-button:hover {
    background: #2f0721 url('/wp-content/uploads/2024/03/next.png') no-repeat center right 19px;
    background-color: #2f0721;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
}

.request-offer-shortcode .wpcf7-form .wpcf7-submit {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
    padding: 13px 70px 13px 42px;
    white-space: nowrap;
    background: #450a30 url('/wp-content/uploads/2024/03/next.png') no-repeat center right 39px;
    background-color: rgb(69, 10, 48);
    -webkit-transition: .3s ease background-color;
    transition: .3s ease background-color;
    border-radius: 0;
    width: max-content;
}

/* .swiper-wrapper {
    flex-direction: column;
} */

p.search-results-for {
    font-size: 1.5rem;
    font-weight: 500;
    color: #737373;
    font-family: "Hanken Grotesk", sans-serif;
    text-transform: uppercase;
    width: max-content;
    margin: 0 auto;
}

/* Media queries */
@media (width <= 480px) {
    .product-categories-loop {
        padding: 3.125rem 0rem;
    }
    
    .product-categories-loop .single-category {
        -ms-flex: unset;
        flex: unset;
        max-width: 100%;
        margin: 0 0px 30px;
    }

}