section.filters-listing-cheese-block {
position: relative;
overflow: hidden;
}
section.filters-listing-cheese-block:has(.pop-up-map.open) {
overflow: visible;
z-index: 22222;
}
section.filters-listing-cheese-block .flower-effect {
position: absolute;
width: 200px;
height: 180px;
top: 3rem;
left: 0rem;
}
@media screen and (max-width: 768px) {
section.filters-listing-cheese-block .flower-effect {
display: none;
}
}
section.filters-listing-cheese-block .flower-effect:after {
display: block;
content: "";
width: 100%;
height: 100%;
z-index: 3;
background-position: center;
background-repeat: no-repeat;
background-image: url(https://androuet.com/wp-content/themes/androuet/blocks/filters-listing-cheese.block/assets/filters-listing-cheese-block-svg-1.svg);
}
section.filters-listing-cheese-block div.container {
display: flex;
flex-direction: column;
}
section.filters-listing-cheese-block div.container .wrapper-form {
width: 100%;
padding: 2.5rem 3rem;
background-color: #F9F6F1;
border-radius: 0.5rem;
}
@media (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-form {
padding: 2rem 0rem;
background-color: transparent;
position: relative;
border-radius: 0rem;
}
section.filters-listing-cheese-block div.container .wrapper-form:before {
display: block;
content: "";
position: absolute;
left: 50%;
transform: translateX(-50%);
background-color: #F9F6F1;
z-index: -1;
width: 100vw;
height: 100%;
top: 0px;
}
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form {
display: flex;
flex-direction: column;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row {
display: flex;
gap: 2.5rem;
}
@media (max-width: 992px) {
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row {
flex-direction: column;
gap: 1.5rem;
}
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .field {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form label,
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .field-label {
font-family: "Inter Tight", sans-serif;
font-size: 1rem;
line-height: 1.5;
color: #141414;
font-weight: 500;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-search .search-field {
max-width: 40rem;
width: 100%;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .search-input-group {
display: flex;
align-items: center;
gap: 0.5rem;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .search-input-group input {
width: 100%;
min-width: 0;
height: 3rem;
padding: 0.75rem 1rem 0.75rem 1.25rem;
border: 1px solid #ECE6D7;
border-radius: 0.25rem;
background-color: #fff;
color: #141414;
font-family: "Inter Tight", sans-serif;
font-size: 1rem;
font-weight: 300;
line-height: 1.5;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .search-input-group input::placeholder {
color: #686561;
opacity: 1;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .search-input-group input:focus {
outline: 2px solid #A72E35;
outline-offset: 0;
}
@media screen and (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .search-input-group button {
width: 3rem;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .search-input-group button span:not(.icon-search) {
display: none;
}
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-button {
display: none;
margin-top: 2rem;
}
@media screen and (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-button {
display: flex;
align-items: center;
flex-direction: row;
gap: 0.75rem;
}
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-button button.btn-filter {
display: none;
height: 3rem;
padding: 0rem 1rem;
justify-content: center;
align-items: center;
background-color: #A72E35;
border-radius: 0.25rem;
color: #fff;
gap: 0.75rem;
font-size: 1rem;
font-family: "Inter Tight", sans-serif;
transition: 0.35s;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-button button.btn-filter:hover {
background-color: #58171E;
}
@media screen and (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-button button.btn-filter {
display: flex;
}
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-button button.btn-filter:after {
display: block;
content: "";
width: 18px;
height: 18px;
background-position: center;
background-repeat: no-repeat;
background-image: url(https://androuet.com/wp-content/themes/androuet/blocks/filters-listing-cheese.block/assets/filters-listing-cheese-block-svg-2.svg);
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-button .btn-clear-filters {
border: none;
background: none;
color: #141414;
font-family: "Inter Tight", sans-serif;
font-size: 0.875rem;
text-decoration: underline;
cursor: pointer;
transition: 0.35s;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-button .btn-clear-filters:hover {
color: #A72E35;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-button .btn-clear-filters[hidden] {
display: none;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters {
align-items: flex-start;
margin-top: 2rem;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters .heading-filter-mobile {
display: none;
}
@media screen and (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters {
display: none;
position: fixed;
margin: 0px;
left: 0px;
width: 100%;
bottom: 0px;
min-height: calc(100lvh - 8rem);
z-index: 10;
padding: 1.25rem 1.5rem 7rem 1.5rem;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters.open {
display: flex;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters:before {
display: block;
content: "";
background-color: rgba(0, 0, 0, 0.3);
position: absolute;
width: 100%;
height: calc(100% + 2rem);
left: 0px;
bottom: 0px;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters:after {
display: block;
display: block;
content: "";
background-color: #F9F6F1;
position: absolute;
width: 100%;
height: 100%;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem;
left: 0px;
bottom: 0px;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters .heading-filter-mobile {
position: relative;
z-index: 2;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters .heading-filter-mobile .title {
font-family: "Owners", sans-serif;
font-size: 1.5rem;
font-weight: 400;
line-height: 120%; 
letter-spacing: 0.48px;
display: flex;
align-items: center;
gap: 1rem;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters .heading-filter-mobile .title:after {
display: block;
content: "";
width: 18px;
height: 18px;
background-position: center;
background-repeat: no-repeat;
background-image: url(https://androuet.com/wp-content/themes/androuet/blocks/filters-listing-cheese.block/assets/filters-listing-cheese-block-svg-3.svg);
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters .heading-filter-mobile button.btn-close {
position: relative;
color: #141414;
font-size: 0.875rem;
padding-top: 52px;
transition: 0.5s;
cursor: pointer;
background-color: transparent;
border: none;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters .heading-filter-mobile button.btn-close:hover:before {
background-color: #D5D2CC;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters .heading-filter-mobile button.btn-close:before {
transition: 0.5s;
display: block;
content: "";
position: absolute;
top: 0px;
width: 3rem;
height: 3rem;
border-radius: 0.25rem;
border: 1px solid #D5D2CC;
left: 50%;
transform: translateX(-50%);
background-image: url(https://androuet.com/wp-content/themes/androuet/blocks/filters-listing-cheese.block/assets/filters-listing-cheese-block-svg-4.svg);
background-position: center;
background-repeat: no-repeat;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters .field {
position: relative;
z-index: 2;
}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters .field {
width: 100%;
}
}
@media screen and (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters .field .filters-group {
flex-direction: column;
width: 100%;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters .field .filters-group .filter-select {
width: 100%;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters .field .filters-group .filter-select button {
width: 100%;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters .field .filters-group .filter-select .select-dropdown {
width: 100%;
}
}
@media screen and (max-width: 768px) and (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .form-row-filters .field .filters-group .btn-form-map {
width: 100%;
}
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .chips-group,
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-group {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-group {
align-items: flex-start;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filter-select {
position: relative;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filter-select.is-open {
z-index: 5;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filter-select.is-open .select-trigger:after {
transform: scaleY(-1);
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filter-select .select-dropdown {
position: absolute;
top: calc(100% + 0.25rem);
left: 0;
width: 15rem;
background-color: #fff;
border-radius: 0.25rem;
}
@media (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filter-select .select-dropdown {
bottom: calc(100% + 0.25rem);
top: inherit;
}
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filter-select .select-options {
max-height: 11.5625rem;
overflow-y: auto;
padding: 0.75rem;
display: flex;
flex-direction: column;
gap: 0.75rem;
border: 1px solid #ECE6D7;
border-bottom: none;
border-radius: 0.25rem 0.25rem 0 0;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filter-select .select-options::-webkit-scrollbar {
width: 4px;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filter-select .select-options::-webkit-scrollbar-thumb {
background-color: rgba(52, 16, 20, 0.8);
border-radius: 999px;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filter-select .select-option {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
position: relative;
cursor: pointer;
font-family: "Inter Tight", sans-serif;
font-size: 0.875rem;
line-height: 1.5;
color: #141414;
font-weight: 300;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filter-select .select-option input {
position: absolute;
opacity: 0;
pointer-events: none;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filter-select .select-option .checkbox-ui {
width: 1.25rem;
height: 1.25rem;
min-width: 1.25rem;
border: 1px solid #341014;
border-radius: 0.25rem;
background-color: #fff;
transition: 0.25s;
background-position: center;
background-repeat: no-repeat;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filter-select .select-option input:checked + .checkbox-ui {
background-color: #341014;
background-image: url(https://androuet.com/wp-content/themes/androuet/blocks/filters-listing-cheese.block/assets/filters-listing-cheese-block-svg-5.svg);
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filter-select .select-footer {
padding: 0.5rem 0.75rem 0.75rem;
border: 1px solid #ECE6D7;
border-top: none;
border-radius: 0 0 0.25rem 0.25rem;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filter-select .select-close {
width: 100%;
min-height: 2.5rem;
border: none;
border-radius: 0.25rem;
background-color: #341014;
color: #fff;
font-family: "Inter Tight", sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1;
transition: 0.35s;
cursor: pointer;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filter-select .select-close:hover {
background-color: #58171E;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-selected {
display: flex;
align-items: center;
gap: 1rem;
margin-top: 0.75rem;
}
@media screen and (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-selected {
position: fixed;
flex-direction: column-reverse;
align-items: center;
justify-content: center;
z-index: 11;
bottom: 0px;
width: 100%;
left: 0rem;
border-top: 1px solid #ECE6D7;
background-color: #F9F6F1;
padding: 1.25rem 1.5rem 1.5rem 1.5rem;
box-shadow: 0 4px 20px 0 rgba(20, 20, 20, 0.15);
display: none;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-selected.open {
display: flex !important;
}
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-selected button.btn-filter {
display: none;
height: 3rem;
width: 100%;
padding: 0rem 1rem;
justify-content: center;
align-items: center;
background-color: #A72E35;
border-radius: 0.25rem;
color: #fff;
gap: 0.75rem;
font-size: 1rem;
font-family: "Inter Tight", sans-serif;
transition: 0.35s;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-selected button.btn-filter:hover {
background-color: #58171E;
}
@media screen and (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-selected button.btn-filter {
display: flex;
}
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-selected button.btn-filter:after {
display: block;
content: "";
width: 18px;
height: 18px;
background-position: center;
background-repeat: no-repeat;
background-image: url(https://androuet.com/wp-content/themes/androuet/blocks/filters-listing-cheese.block/assets/filters-listing-cheese-block-svg-6.svg);
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-selected[hidden] {
display: none;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-selected .filters-selected-list {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
}
@media screen and (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-selected .filters-selected-list {
display: none;
}
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-selected .selected-filter {
display: flex;
align-items: center;
gap: 0.5rem;
padding: 6px 0.5rem;
border-radius: 4px;
background-color: #ECE6D7;
color: #141414;
font-family: "Inter Tight", sans-serif;
font-size: 0.875rem;
line-height: 0.875rem;
cursor: pointer;
transition: 0.35s;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-selected .selected-filter:hover {
background-color: #D5D2CC;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-selected .selected-filter:after {
display: block;
content: "";
width: 10px;
height: 10px;
background-color: #141414;
mask-repeat: no-repeat;
mask-position: center;
mask-size: contain;
mask-image: url(https://androuet.com/wp-content/themes/androuet/blocks/filters-listing-cheese.block/assets/filters-listing-cheese-block-svg-7.svg);
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-selected .btn-clear-filters {
border: none;
background: none;
color: #141414;
font-family: "Inter Tight", sans-serif;
font-size: 0.875rem;
text-decoration: underline;
cursor: pointer;
transition: 0.35s;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-selected .btn-clear-filters:hover {
color: #A72E35;
}
section.filters-listing-cheese-block div.container .wrapper-form .cheeses-filter-form .filters-selected .btn-clear-filters[hidden] {
display: none;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map {
position: fixed;
z-index: 10000;
width: 100vw;
height: 100vh;
background-color: #F9F6F1;
top: 0rem;
left: 0rem;
pointer-events: none;
opacity: 0;
visibility: hidden;
transition: 0.5s;
padding-top: 4rem;
}
@media screen and (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map {
padding-top: 6rem;
}
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map.open {
opacity: 1;
pointer-events: inherit;
visibility: visible;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container {
padding-top: 2rem;
display: flex;
justify-content: center;
position: relative;
align-items: flex-start;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-panel {
width: 100%;
display: flex;
flex-direction: column;
gap: 2rem;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-panel-header {
position: relative;
min-height: 5rem;
display: flex;
justify-content: center;
align-items: flex-start;
padding-right: 6rem;
}
@media (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-panel-header {
padding-right: 0;
}
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-panel-toolbar {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-back-button {
align-self: flex-start;
min-height: 3rem;
padding: 0.75rem 1rem;
border-radius: 0.25rem;
border: 1px solid #D5D2CC;
background-color: #fff;
color: #141414;
font-family: "Inter Tight", sans-serif;
font-size: 0.9375rem;
font-weight: 400;
cursor: pointer;
transition: background-color 0.25s ease, border-color 0.25s ease;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-back-button:hover {
background-color: #F5F1E7;
border-color: #B8B6B0;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-back-button[hidden] {
display: none;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-select-wrapper {
width: 100%;
max-width: 13.75rem;
position: relative;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-select-wrapper:after {
display: block;
content: "";
position: absolute;
width: 1rem;
height: 1rem;
right: 1rem;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
background-position: center;
background-repeat: no-repeat;
background-image: url(https://androuet.com/wp-content/themes/androuet/blocks/filters-listing-cheese.block/assets/filters-listing-cheese-block-svg-8.svg);
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-country-select {
width: 100%;
height: 3rem;
padding: 0 3rem 0 1rem;
border-radius: 0.25rem;
border: 1px solid #ECE6D7;
background-color: #fff;
color: #141414;
font-family: "Inter Tight", sans-serif;
font-size: 1rem;
font-weight: 300;
appearance: none;
cursor: pointer;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-world-wrapper {
width: 100%;
min-height: 34rem;
}
@media (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-world-wrapper {
min-height: 12rem;
}
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-world-canvas {
width: 100%;
height: 34rem;
position: relative;
overflow: hidden;
}
@media (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-world-canvas {
height: 12rem;
}
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-world-canvas .map-world-stage,
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-world-canvas .map-france-stage {
position: absolute;
inset: 0;
max-height: 100%;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-world-canvas .map-world-stage[hidden],
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-world-canvas .map-france-stage[hidden] {
display: none;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-world-canvas svg {
display: block;
transform-origin: center;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-world-canvas .map-world-svg {
width: auto;
height: 100%;
transform: scaleY(1.13);
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-world-canvas .map-france-svg {
width: 100%;
height: 100%;
max-width: 36rem;
margin: 0 auto;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-world-canvas .map-country {
fill: #FCF8F3;
stroke: #D9CEC4;
stroke-width: 0.75;
vector-effect: non-scaling-stroke;
transition: fill 0.25s ease, stroke 0.25s ease;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-world-canvas .map-country.is-active {
fill: #A72E35;
cursor: pointer;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-world-canvas .map-country.is-active:hover {
fill: #58171E;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-world-canvas .map-country.is-selected {
fill: #58171E;
stroke: #58171E;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-status {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: #686561;
font-size: 1rem;
font-family: "Inter Tight", sans-serif;
pointer-events: none;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-status.is-error {
color: #58171E;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container .map-status[hidden] {
display: none;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container button.btn-close {
position: absolute;
color: #141414;
font-size: 0.875rem;
padding-top: 52px;
transition: 0.5s;
cursor: pointer;
background-color: transparent;
border: none;
right: 0rem;
top: 0rem;
}
@media screen and (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container button.btn-close {
top: -5.25rem;
}
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container button.btn-close:hover:before {
background-color: #D5D2CC;
}
section.filters-listing-cheese-block div.container .wrapper-form .pop-up-map .container button.btn-close:before {
transition: 0.5s;
display: block;
content: "";
position: absolute;
top: 0px;
width: 3rem;
height: 3rem;
border-radius: 0.25rem;
border: 1px solid #D5D2CC;
left: 50%;
transform: translateX(-50%);
background-image: url(https://androuet.com/wp-content/themes/androuet/blocks/filters-listing-cheese.block/assets/filters-listing-cheese-block-svg-9.svg);
background-position: center;
background-repeat: no-repeat;
}
section.filters-listing-cheese-block div.container .wrapper-results {
margin-bottom: 2rem;
margin-top: 4rem;
}
section.filters-listing-cheese-block div.container .wrapper-results span {
font-weight: 500;
}
section.filters-listing-cheese-block div.container .wrapper-posts {
display: flex;
flex-wrap: wrap;
visibility: visible;
gap: 4rem 1.5rem;
}
@media (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-posts {
gap: 2rem 1.5rem;
}
}
@media (max-width: 600px) {
section.filters-listing-cheese-block div.container .wrapper-posts {
gap: 2rem;
}
}
section.filters-listing-cheese-block div.container .wrapper-posts article {
max-width: calc(25% - 1.125rem);
width: 100%;
}
@media (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-posts article {
max-width: calc(50% - 0.75rem);
}
}
@media (max-width: 600px) {
section.filters-listing-cheese-block div.container .wrapper-posts article {
max-width: 100%;
}
}
section.filters-listing-cheese-block div.container .wrapper-posts article .wrapper-text h3 {
margin: 0px;
}
section.filters-listing-cheese-block div.container .wrapper-posts article .wrapper-text .txt {
margin-bottom: 0.5rem;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
section.filters-listing-cheese-block div.container .wrapper-load-more {
display: flex;
flex-direction: column;
align-items: center;
gap: 2rem;
margin-top: 3rem;
}
section.filters-listing-cheese-block div.container .wrapper-load-more[hidden] {
display: none;
}
section.filters-listing-cheese-block div.container .wrapper-load-more .timeline {
display: flex;
flex-direction: column;
align-items: center;
gap: 0.75rem;
width: 100%;
}
section.filters-listing-cheese-block div.container .wrapper-load-more .timeline-text {
text-align: center;
font-size: 0.875rem;
line-height: 1.5;
font-weight: 300;
color: #141414;
}
section.filters-listing-cheese-block div.container .wrapper-load-more .timeline-bar {
width: 100%;
max-width: 17.5rem;
height: 0.1875rem;
background-color: #ECE6D7;
overflow: hidden;
}
section.filters-listing-cheese-block div.container .wrapper-load-more .timeline-bar .timeline-bar-progress {
display: block;
width: 0;
height: 100%;
background-color: #A72E35;
transition: width 0.35s;
}
section.filters-listing-cheese-block div.container .wrapper-load-more .load-more-button[hidden] {
display: none;
}
section.filters-listing-cheese-block div.container .wrapper-navigation {
display: none;
}
@media (max-width: 768px) {
section.filters-listing-cheese-block div.container .wrapper-navigation {
display: flex;
}
}
section.filters-listing-cheese-block div.container .wrapper-buttons {
justify-content: center;
}