@import url(https://fonts.googleapis.com/css2?family=Zalando+Sans:ital,wght@0,600;1,600&display=swap);
@charset "UTF-8";
:root :where(p) {
  color: #2B2B2B;
}

@keyframes view-screen-entry {
  from {
    opacity: 0;
    transform: translateY(2.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** HEADER **/
/** BORDER RADIUS **/
/** ICON SIZES **/
/* >>> VARIABLE CONFIGURATION <<< */
/* Arrow dimensions */
/* Spacing */
/* Positions (desktop) */
/* Arrow icon dimensions */
/* >>> SLICK CAROUSEL - BASE STYLES <<< */
.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
}

/* >>> ARROW STYLES <<< */
/* Base arrow styling */
.slick-arrow {
  border-radius: 2rem;
  background-color: #00534E;
}
.slick-arrow:hover, .slick-arrow:focus {
  background-color: #D7FFD0;
  transition: all 0.35s ease-in-out;
  box-shadow: 2px 0 15px 5px rgba(0, 83, 78, 0.06);
  -webkit-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
}
.slick-arrow:hover::before, .slick-arrow:focus::before {
  background-color: var(--wp--preset--color--primary-color);
}

/* Arrow dimensions and icon */
.slick-next,
.slick-prev {
  width: 46px;
  height: 46px;
}
.slick-next::before,
.slick-prev::before {
  content: "";
  display: block;
  opacity: 1;
  margin: 0 auto;
  height: 16px;
  width: 16px;
  background-color: var(--wp--preset--color--secondary-color);
  -webkit-mask-size: 16px;
          mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg id='noun-arrow-7558542' xmlns='http://www.w3.org/2000/svg' width='19.106' height='19.143' viewBox='0 0 19.106 19.143'%3E%3Cpath id='Tracé_39215' data-name='Tracé 39215' d='M18.919,28.543a.907.907,0,0,1,.923-.923H34.861l-7.047-7.047a.914.914,0,0,1,1.292-1.292L37.724,27.9a.655.655,0,0,1,.123.154c0,.031.031.031.031.061.031.031.031.061.061.093,0,.031.031.061.031.093s.031.061.031.093a.738.738,0,0,1,0,.369c0,.031-.031.061-.031.093s-.031.061-.031.093-.031.061-.061.093a.1.1,0,0,1-.031.061.551.551,0,0,1-.123.154l-8.617,8.617a.895.895,0,0,1-1.294,0,.892.892,0,0,1,0-1.292l7.048-7.111H19.843a.907.907,0,0,1-.923-.923Z' transform='translate(-18.919 -19.003)' fill='%23d7ffd0'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg id='noun-arrow-7558542' xmlns='http://www.w3.org/2000/svg' width='19.106' height='19.143' viewBox='0 0 19.106 19.143'%3E%3Cpath id='Tracé_39215' data-name='Tracé 39215' d='M18.919,28.543a.907.907,0,0,1,.923-.923H34.861l-7.047-7.047a.914.914,0,0,1,1.292-1.292L37.724,27.9a.655.655,0,0,1,.123.154c0,.031.031.031.031.061.031.031.031.061.061.093,0,.031.031.061.031.093s.031.061.031.093a.738.738,0,0,1,0,.369c0,.031-.031.061-.031.093s-.031.061-.031.093-.031.061-.061.093a.1.1,0,0,1-.031.061.551.551,0,0,1-.123.154l-8.617,8.617a.895.895,0,0,1-1.294,0,.892.892,0,0,1,0-1.292l7.048-7.111H19.843a.907.907,0,0,1-.923-.923Z' transform='translate(-18.919 -19.003)' fill='%23d7ffd0'/%3E%3C/svg%3E%0A");
}

/* Next arrow (right) */
.slick-next {
  top: 50%;
  transform: translateY(-50%);
  right: 4rem;
}
@media only screen and (max-width: 1200px) {
  .slick-next {
    top: auto;
    right: calc(50% - (46px + 0.25rem));
    bottom: calc(-1 * (2.5rem + 46px));
  }
}

/* Previous arrow (left) */
.slick-prev {
  top: 50%;
  transform: translateY(-50%);
  left: 4rem;
}
.slick-prev:before {
  transform: rotate(180deg);
}
@media only screen and (max-width: 1200px) {
  .slick-prev {
    top: auto;
    left: calc(50% - (46px + 0.25rem));
    right: auto;
    bottom: calc(-1 * (2.5rem + 46px));
  }
}

/* >>> ARROW STYLES <<< */
/* >>> COMMON SETTINGS <<< */
.card-product,
.card .card-content {
  border-radius: 15px;
}

.card-figure {
  margin-bottom: 0;
}
.card-figure img {
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* >>> SPECIFIC CARDS <<< */
.card {
  position: relative;
}
.card .card-content {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: space-between;
  min-height: 170px;
  margin: -3rem 2rem 0 0;
  background-color: #FFF;
  border: 1px solid #E2E8EC;
  padding: 0 1.5rem;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.card .card-content .card-header h3 {
  margin: 1.5rem 0 0.5rem;
}
.card .card-content .icon-wrapper {
  margin: -2rem 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.card .card-content footer {
  border-top: 1px solid #E2E8EC;
  padding: 1rem 0;
}
.card .card-badge {
  position: absolute;
  z-index: 20;
  top: 1rem;
  right: 1rem;
}
.card .card-figure img {
  height: var(--card-img-height, 300px);
  border: 1px solid #E2E8EC;
  width: 100%;
}
.card:hover .card-body {
  transform: translateY(-5px);
  box-shadow: 2px 0 15px 5px rgba(0, 83, 78, 0.06);
  -webkit-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
}
.card:hover .card-figure img {
  transform: scale(1.04);
}
.card:hover .icon-wrapper {
  transform: translateY(-8px) rotate(8deg);
}

.card-product {
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid #E2E8EC;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.card-product .card-content {
  margin: 1rem;
}
.card-product .card-content h2 {
  font-size: clamp(1.0625rem, 1.09375rem + (1vw - 0.2rem) * 1.765, 1.125rem);
  font-weight: 600;
  color: #161A1A;
  margin-bottom: 0.25rem;
}
.card-product .card-content p {
  color: #6F6F6F;
}
.card-product .card-content p span {
  font-size: clamp(1.0625rem, 1.09375rem + (1vw - 0.2rem) * 1.765, 1.125rem);
  font-weight: 600;
  color: #00534E;
}
.card-product--category h3 {
  text-align: center;
  width: inherit;
  margin: 1.5rem;
}
.card-product:hover {
  transform: translateY(-5px);
  box-shadow: 2px 0 15px 5px rgba(0, 83, 78, 0.06);
  -webkit-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 2px 0 15px 5px rgba(0, 0, 0, 0.06);
}
.card-product:hover .card-figure img {
  transform: scale(1.02) translateY(-6px) rotate(2deg);
}
.card-product:hover h3 {
  color: #00534E;
}

/* >>> VARIABLES <<< */
/* >>> COLOR VARIANTS <<< */
.checkbox__input-beige + label::before {
  color: #E7CCB1;
}

.checkbox__input-blue + label::before {
  color: #D0E1ED;
}

.checkbox__input-white + label::before {
  color: #fff;
}

.checkbox__input-red + label::before {
  color: #D00000;
}

.checkbox__input-brown + label::before {
  color: #8E3E2A;
}

.checkbox__input-yellow + label::before {
  color: #FFBA08;
}

.checkbox__input-pink + label::before {
  color: #FF758F;
}

.checkbox__input-black + label::before {
  color: #111827;
}

/* >>> SPECIFIC CASE FOR WHITE <<< */
.checkbox__input-white + label::before {
  border: 1px solid #E2E8EC;
}

.checkbox__input-white:checked + label:after {
  border-color: #00534E !important;
}

/* >>> BASE <<< */
.checkbox .checkbox__input {
  position: absolute;
  opacity: 0;
}
.checkbox .checkbox__input + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  line-height: 19px;
  padding-left: 27px;
  color: inherit;
}
.checkbox .checkbox__input + label::before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  content: "";
  background: transparent;
  width: 19px;
  height: 19px;
  box-shadow: inset 0 0 0 1px #E2E8EC;
  border-radius: 4px;
  transition: 200ms ease-in-out all;
}
.checkbox .checkbox__input + label::after {
  position: absolute;
  display: block;
  top: 5px;
  left: 8px;
  content: "";
  width: 3px;
  height: 7px;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transform: rotate(45deg);
  transition: 200ms ease-in-out all;
}
.checkbox .checkbox__input + label:focus {
  outline: none;
}
.checkbox .checkbox__input:checked + label:before {
  background: #00534E;
  box-shadow: none;
}
.checkbox .checkbox__input:checked + label:after {
  border-color: white;
}

/* >>> DISABLED - COMMON STYLE <<< */
.checkbox .checkbox__input:disabled + label,
.checkbox.checkbox--color .checkbox__input:disabled + label {
  color: #C8D0D7;
  font-weight: 400;
}
.checkbox .checkbox__input:disabled + label::before,
.checkbox.checkbox--color .checkbox__input:disabled + label::before {
  background: #F0F4F7;
  box-shadow: none;
}
.checkbox .checkbox__input:disabled + label::after,
.checkbox.checkbox--color .checkbox__input:disabled + label::after {
  border-color: transparent;
}
.checkbox .checkbox__input:checked:disabled,
.checkbox.checkbox--color .checkbox__input:checked:disabled {
  color: #C8D0D7;
  font-weight: 400;
}
.checkbox .checkbox__input:checked:disabled + label::before,
.checkbox.checkbox--color .checkbox__input:checked:disabled + label::before {
  background: #F0F4F7;
  box-shadow: none;
}
.checkbox .checkbox__input:checked:disabled + label::after,
.checkbox.checkbox--color .checkbox__input:checked:disabled + label::after {
  border-color: #C8D0D7;
}

/* >>> VARIANTS <<< */
.checkbox.checkbox--color .checkbox__input:checked + label::before {
  background-color: currentColor;
  box-shadow: none;
}
.checkbox.checkbox--color .checkbox__input:checked + label::after {
  border-color: white;
}
.checkbox.checkbox--color .checkbox__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  cursor: pointer;
  color: inherit;
}
.checkbox.checkbox--color .checkbox__label::before {
  content: "";
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: currentColor;
  transition: all 0.2s ease;
  flex-shrink: 0;
  box-shadow: none;
}

/* >>> VARIABLES <<< */
/* >>> COMPONENTS <<< */
.filter {
  border: 1px solid #E2E8EC;
  border-radius: 15px;
}
.filter__header {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  border-bottom: 1px solid #E2E8EC;
  padding: 1.25rem 1.5rem;
}
.filter__header span {
  font-weight: 500;
  color: #00534E;
}
.filter__section {
  padding: 1.25rem 1.5rem;
}
.filter__section:not(:last-child) {
  border-bottom: 1px solid #E2E8EC;
}
.filter__section-title {
  font-weight: 600;
  color: #00534E;
}
.filter__list {
  display: grid;
  gap: 0.75rem;
  list-style: none;
}
.filter__list label {
  font-weight: 500;
}

.pagination {
  display: flex;
  justify-content: center;
}

.nav-links {
  display: flex;
  flex-direction: row;
}

/* >>> PREVIOUS <<< */
.page-numbers {
  font-size: clamp(0.8125rem, 0.84375rem + (1vw - 0.2rem) * 0.294, 0.875rem);
  font-weight: 600;
  color: #C8D0D7;
  border: 1px solid #E2E8EC;
  padding: 0.75rem 1rem;
}

.page-numbers:not(:first-child):not(:last-child) {
  margin-left: -1px;
}

.page-numbers:first-child:not(.prev),
.page-numbers:nth-child(2):has(~ .prev:first-child),
.prev + .page-numbers {
  border-radius: 8px 0 0 8px;
}

.page-numbers:last-child:not(.next):not(.prev),
.page-numbers:nth-last-child(2):has(+ .next) {
  border-radius: 0 8px 8px 0;
}

.prev,
.next {
  position: relative;
  border-radius: 8px;
  color: #00534E;
  border: 1px solid #00534E;
}

.prev {
  margin-right: 1rem;
  padding-left: calc(1rem + 8px + 0.5rem);
}
.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  height: 15px;
  width: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.811' height='14.121' viewBox='0 0 7.811 14.121'%3E%3Cpath id='Tracé_39240' data-name='Tracé 39240' d='M15,6,9,12l6,6' transform='translate(-8.25 -4.939)' fill='none' stroke='%2300534e' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.next {
  margin-left: 1rem;
  padding-right: calc(1rem + 8px + 0.5rem);
}
.next::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  height: 15px;
  width: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.811' height='14.121' viewBox='0 0 7.811 14.121'%3E%3Cpath id='Tracé_39241' data-name='Tracé 39241' d='M9,6l6,6L9,18' transform='translate(-7.939 -4.939)' fill='none' stroke='%2300534e' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.current {
  color: #D7FFD0;
  background-color: #00534E;
  border: 1px solid #00534E;
}

/* >>> VARIABLES <<< */
/* >>> GENERIC SECTIONS <<< */
.block-section:not(.block-section-hero):not(.block-section-products),
.archive-main {
  padding: 5rem 0;
}
@media only screen and (max-width: 1200px) {
  .block-section:not(.block-section-hero):not(.block-section-products),
  .archive-main {
    padding: 4rem 0;
  }
}

/* >>> HERO SECTION <<< */
.block-section-hero {
  padding-top: 5rem;
}
.block-section-hero .btn {
  margin-bottom: 7.5rem;
}
@media only screen and (max-width: 1200px) {
  .block-section-hero {
    padding: 4rem 0;
  }
}

/* >>> EXPERTISES SECTION <<< */
.block-section-expertises {
  margin-top: -2.5rem;
}
@media only screen and (max-width: 1200px) {
  .block-section-expertises {
    margin-top: 0;
  }
}

/* >>> PRODUCTS SECTION <<< */
.block-section-products {
  padding-bottom: 5rem;
}
@media only screen and (max-width: 1200px) {
  .block-section-products {
    padding: 4rem 0;
  }
}

/* >>> LOCAL SECTION <<< */
.block-local {
  position: relative;
  padding-top: var(--spacing-9);
}
.block-local figure {
  margin: 0;
}
.block-local.has-background-primary-after::after {
  max-height: 700px;
}
@media only screen and (max-width: 1200px) {
  .block-local.has-background-primary-after::after {
    max-height: inherit;
  }
}
@media only screen and (max-width: 1200px) {
  .block-local {
    padding: var(--spacing-9) 0;
  }
  .block-local .row {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

.image-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  max-height: 700px;
  right: 4rem;
  top: calc(-1 * var(--spacing-9) - 2rem);
}
@media only screen and (max-width: 1200px) {
  .image-section {
    max-height: inherit;
    top: 0;
    right: 0;
  }
}
.image-section img {
  width: 100%;
  min-height: 530px;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-section .discover-btn-wrapper {
  position: relative;
  align-self: center;
}
@media only screen and (min-width: 1200px) {
  .image-section .discover-btn-wrapper {
    top: 2rem;
    margin-bottom: var(--spacing-9);
    align-self: flex-end;
  }
}
@media only screen and (max-width: 1200px) {
  .image-section .discover-btn-wrapper {
    margin-top: 3rem;
  }
}
.image-section .discover-btn-wrapper::before {
  content: "";
  position: absolute;
  top: 5.6rem;
  left: 50%;
  width: 276px;
  height: 142px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='276.155' height='141.801' viewBox='0 0 276.155 141.801'%3E%3Cg id='Groupe_9899' data-name='Groupe 9899' transform='translate(-441.035 -2794.031)'%3E%3Cpath id='Tracé_39218' data-name='Tracé 39218' d='M-10485.965,2798v51.318' transform='translate(10930 2.031)' fill='none' stroke='%23d7ffd0' stroke-width='1'/%3E%3Cpath id='Tracé_39219' data-name='Tracé 39219' d='M-10485.965,2798v83.984h273.155' transform='translate(10930 53.349)' fill='none' stroke='%2300534e' stroke-width='1'/%3E%3Cg id='Rectangle_4691' data-name='Rectangle 4691' transform='translate(441.035 2794.031)' fill='%23d7ffd0' stroke='%23d7ffd0' stroke-width='1'%3E%3Crect width='6' height='6' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='5' height='5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
@media only screen and (max-width: 1200px) {
  .image-section .discover-btn-wrapper::before {
    display: none;
  }
}

.map {
  margin-top: 1.5rem;
}
.map img {
  width: 100%;
  height: auto;
  display: block;
}

/* >>> TESTIMONIAL SECTION <<< */
.block-section-testimonials {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials {
    padding-bottom: 0;
  }
}
.block-section-testimonials .container-inner {
  padding-top: calc(5rem / 2);
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials .container-inner {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials__gallery {
    display: none;
  }
}
.block-section-testimonials__gallery {
  position: relative;
  height: 100%;
  min-height: 650px;
  width: auto;
}
.block-section-testimonials__gallery img, .block-section-testimonials__gallery-background {
  position: absolute;
}
.block-section-testimonials__gallery img {
  z-index: 2;
}
.block-section-testimonials__gallery > img:first-of-type {
  top: -10rem;
  right: 9rem;
  width: 225px;
  aspect-ratio: 4/4.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-section-testimonials__gallery > img:nth-child(2) {
  top: 4rem;
  right: 25rem;
  width: 300px;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-section-testimonials__gallery > img:last-of-type {
  top: 10rem;
  right: 0;
  width: 350px;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-section-testimonials__gallery-background {
  display: flex;
  width: 90%;
  height: 560px;
  right: 4rem;
  border-radius: 20px;
  background-color: #D7FFD0;
}
.block-section-testimonials__decoration {
  position: relative;
  padding-top: calc(5rem / 2);
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials__decoration {
    margin-top: 5rem;
    padding-top: 0;
  }
}
.block-section-testimonials__decoration-image {
  position: absolute;
  bottom: -5.5rem;
  right: -18rem;
  width: auto;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  rotate: 0.9deg;
}
@media only screen and (max-width: 1200px) {
  .block-section-testimonials__decoration-image {
    position: relative;
    bottom: -4.5rem;
    right: 0;
    width: 100%;
    height: auto;
  }
}

/* >>> HEADBAND <<< */
.headband {
  position: relative;
  padding-block: 5rem;
  margin-bottom: 3rem;
  background-color: #00534E;
  border-radius: 0 0 20px 20px;
}
@media only screen and (max-width: 1200px) {
  .headband {
    padding-block: 3rem;
    margin-bottom: 0;
  }
}
.headband::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #D7FFD0;
  border-radius: inherit;
  transform: rotate(-4deg);
}
.headband p {
  color: white;
}
.headband h1 {
  color: var(--wp--preset--color--secondary-color);
}
.headband__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

/* ratio 16:9 */
/* >>> MODAL OVERLAY <<< */
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  background: rgba(0, 83, 78, 0.2);
  backdrop-filter: blur(1.5px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, backdrop-filter 0.3s ease;
  will-change: opacity;
}
.modal .filter {
  border: none;
}
.modal.active {
  opacity: 1;
  pointer-events: auto;
}
.modal.active .modal-content {
  transform: scale(1);
  opacity: 1;
}
.modal.active .modal-content--item {
  overflow-y: auto;
  height: 100%;
}

/* >>> CLOSE BUTTON - BASE  <<< */
.close-modal {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 8px;
  background-color: #D7FFD0;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
  line-height: 1;
}
.close-modal:hover {
  transform: rotate(90deg);
  background-color: #00534E;
  transition: all 0.35s ease-in-out;
}
.close-modal:hover .iconoir-svg {
  color: #D7FFD0;
  stroke: #D7FFD0;
}

/* >>> MODAL CONTENT - BASE <<< */
.modal-content {
  position: relative;
  background-color: #FFF;
  transform: scale(0.95);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* >>> MODAL VARIANTS - POSITIONING <<< */
.modal--center {
  align-items: center;
  justify-content: center;
}
.modal--center .modal-content {
  width: 90%;
  max-width: 900px;
  border-radius: 15px;
}
@media screen and (max-width: 1200px) {
  .modal--center .modal-content {
    height: 90%;
  }
}

.modal--side {
  display: flex;
}
.modal--side .modal-content {
  width: min(80vw, 450px);
  height: 100%;
  border-radius: 15px 0 0 15px;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal--side.active .modal-content {
  transform: translateX(0);
  opacity: 1;
}

.modal--right {
  justify-content: flex-end;
}
.modal--right .modal-content {
  transform: translateX(100%);
}
.modal--right .close-modal {
  top: 0.625rem;
  right: 0.75rem;
}

/* >>> MODAL COMPONENTS <<< */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 15px;
}

.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* >>> SPECIFIC CASE <<< */
#simulatorModal .close-modal {
  top: 1rem;
  right: 1rem;
}

.products-archive .catalog {
  padding-top: 3rem;
}
.products-archive .catalog-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

/*# sourceMappingURL=catalog.css.map*/