/* COLORS */
/* CONTAINER WIDTH */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+SC:ital,wght@0,700&display=swap");
:root {
  --container: 100%;
}

@media screen and (min-width: 576px) {
  :root {
    --container: 540px;
  }
}
@media screen and (min-width: 768px) {
  :root {
    --container: 720px;
  }
}
@media screen and (min-width: 992px) {
  :root {
    --container: 960px;
  }
}
@media screen and (min-width: 1200px) {
  :root {
    --container: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  :root {
    --container: 1320px;
  }
}
@font-face {
  font-family: "Aeonik";
  src: url("../../assets/fonts/Aeonik-Air.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Aeonik";
  src: url("../../assets/fonts/Aeonik-AirItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Aeonik";
  src: url("../../assets/fonts/Aeonik-Thin.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Aeonik";
  src: url("../../assets/fonts/Aeonik-ThinItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Aeonik";
  src: url("../../assets/fonts/Aeonik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Aeonik";
  src: url("../../assets/fonts/Aeonik-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Aeonik";
  src: url("../../assets/fonts/Aeonik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Aeonik";
  src: url("../../assets/fonts/Aeonik-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Aeonik";
  src: url("../../assets/fonts/Aeonik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Aeonik";
  src: url("../../assets/fonts/Aeonik-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Aeonik";
  src: url("../../assets/fonts/Aeonik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Aeonik";
  src: url("../../assets/fonts/Aeonik-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Aeonik";
  src: url("../../assets/fonts/Aeonik-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Aeonik";
  src: url("../../assets/fonts/Aeonik-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
body {
  background: #FFF;
  font-family: "Aeonik", sans-serif;
  overflow-x: hidden;
}

#wrapper {
  padding-top: 0;
  background: transparent;
}

.page-content.page-cms {
  padding: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.hidden {
  display: none !important;
}

.text-center {
  text-align: center;
}

.padding-for-header {
  padding-top: 168px !important;
}
@media screen and (max-width: 767px) {
  .padding-for-header {
    padding-top: 130px !important;
  }
}

a:focus {
  outline: none;
  text-decoration: none;
}

.d-flex {
  display: flex;
}

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

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.align-center {
  display: flex;
  align-items: center;
}

@media (min-width: 1400px) {
  .container {
    width: 1320px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .container, .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}
button:focus-visible, button:focus {
  outline: none;
}

.block-social ul li {
  width: 24px;
  height: 24px;
  background-color: transparent;
}
.block-social ul li::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
}
.block-social ul li.facebook-custom::before {
  background-image: url(../../assets/img/icons/icon/facebook.svg);
}
.block-social ul li.youtube-custom::before {
  background-image: url(../../assets/img/icons/icon/youtube.svg);
}
.block-social ul li.instagram-custom::before {
  background-image: url(../../assets/img/icons/icon/instagram.svg);
}
.block-social ul li.whatsapp-custom::before {
  background-image: url(../../assets/img/icons/icon/whatsapp.svg);
}

.product-miniature {
  padding: 16px;
  border-radius: 20px;
  margin-bottom: 34px;
  height: calc(100% - 34px);
  transition: all 0.6s;
}
.product-miniature:hover, .product-miniature:focus, .product-miniature:focus-within {
  box-shadow: 0px 106px 63px 0px rgba(44, 35, 59, 0.05), 0px 47px 47px 0px rgba(44, 35, 59, 0.09), 0px 12px 26px 0px rgba(44, 35, 59, 0.1);
}
.product-miniature:hover .product-description a,
.product-miniature:hover .product-description .company, .product-miniature:focus .product-description a,
.product-miniature:focus .product-description .company, .product-miniature:focus-within .product-description a,
.product-miniature:focus-within .product-description .company {
  color: #C96349;
}
.product-miniature:hover .product-description a img,
.product-miniature:hover .product-description .company img, .product-miniature:focus .product-description a img,
.product-miniature:focus .product-description .company img, .product-miniature:focus-within .product-description a img,
.product-miniature:focus-within .product-description .company img {
  filter: none;
}
.product-miniature.wide .thumbnail-top img {
  aspect-ratio: 2/0.96 !important;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .product-miniature.wide .thumbnail-top img {
    aspect-ratio: 2/0.95 !important;
  }
}
@media screen and (max-width: 991px) {
  .product-miniature.wide .thumbnail-top img {
    aspect-ratio: 1.2 !important;
  }
}
.product-miniature .thumbnail-container {
  width: 100%;
  margin-bottom: 0;
  background: transparent;
}
.product-miniature .thumbnail-container:focus .product-description:after, .product-miniature .thumbnail-container:hover .product-description:after {
  border: none;
}
.product-miniature .thumbnail-container .product-thumbnail .b2b-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 6px 12px;
  border-radius: 20px;
  background: #FFF;
  font-size: 13px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.65px;
  color: #2C233B;
}
.product-miniature .thumbnail-container .thumbnail-top img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
}
.product-miniature .product-description {
  background: transparent;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 0 0 0;
}
.product-miniature .product-description h4 {
  margin: 0;
  text-align: start;
  text-transform: none;
  gap: 8px;
  width: 100%;
}
.product-miniature .product-description h4 a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  text-align: start;
  color: #2C233B;
  transition: all 0.6s;
}
.product-miniature .product-description h4 a.ellipsis {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 30px);
}
.product-miniature .product-description h4 a img {
  filter: brightness(0);
  transition: all 0.6s;
}
.product-miniature .product-description h4 a img.align-top {
  margin-top: 3px;
}
@media screen and (max-width: 991px) {
  .product-miniature {
    height: auto;
    background: #FFF;
    box-shadow: 0px 100px 84px 0px rgba(0, 0, 0, 0.03), 0px 48px 48px 0px rgba(0, 0, 0, 0.04), 0px 12px 26px 0px rgba(0, 0, 0, 0.05);
  }
}

.category-products .product-description {
  display: block;
}
.category-products .product-description h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-products .product-description h4 a {
  color: #2C233B;
}
.category-products .product-description .company {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: rgba(44, 35, 59, 0.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.category-products .product-miniature {
  padding: 12px;
  height: auto;
  border-radius: 20px;
  margin-bottom: 34px;
  transition: all 0.6s;
}
.category-products .product-miniature .thumbnail-container {
  margin-bottom: 0;
}
.category-products .product-miniature img {
  border-radius: 20px !important;
  transition: all 0.6s;
}
.category-products .product-miniature .company {
  transition: all 0.6s;
}
.category-products .product-miniature:hover, .category-products .product-miniature:focus {
  box-shadow: 0px 106px 63px 0px rgba(44, 35, 59, 0.05), 0px 47px 47px 0px rgba(44, 35, 59, 0.09), 0px 12px 26px 0px rgba(44, 35, 59, 0.1);
}
.category-products .product-miniature:hover img, .category-products .product-miniature:focus img {
  border-radius: 12px !important;
}
@media screen and (max-width: 991px) {
  .category-products .product-miniature {
    position: relative;
    background: #FFF;
    margin: 0 0 24px 0;
    padding: 20px 18px 24px 18px;
    box-shadow: 0px 100px 84px 0px rgba(0, 0, 0, 0.03), 0px 48px 48px 0px rgba(0, 0, 0, 0.04), 0px 12px 26px 0px rgba(0, 0, 0, 0.05);
  }
  .category-products .product-miniature .product-description {
    padding-top: 12px;
  }
  .category-products .product-miniature h4 a {
    font-size: 20px;
    line-height: normal;
  }
  .category-products .product-miniature .company {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .category-products .product-miniature {
    margin: 0 -15px 24px -15px;
  }
}

.search-card {
  padding: 12px;
  border-radius: 20px;
  margin-bottom: 34px;
  transition: all 0.6s;
}
.search-card .product-thumbnail {
  position: relative;
  display: block;
}
.search-card .product-thumbnail .b2b-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 6px 12px;
  border-radius: 20px;
  background: #FFF;
  font-size: 13px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.65px;
  color: #2C233B;
}
.search-card .search-image {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.6s;
}
.search-card .search-text {
  margin-top: 16px;
}
.search-card .search-text .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #2C233B;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  transition: all 0.6s;
}
.search-card .search-text .name span {
  max-width: calc(100% - 30px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-card .search-text .name img {
  filter: brightness(0);
  transition: all 0.6s;
}
.search-card .search-text .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.32px;
  color: rgba(44, 35, 59, 0.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.6s;
}
.search-card .search-text .description .company {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .search-card .search-text .description {
    font-size: 15px;
  }
}
.search-card:hover, .search-card:focus {
  box-shadow: 0px 106px 63px 0px rgba(44, 35, 59, 0.05), 0px 47px 47px 0px rgba(44, 35, 59, 0.09), 0px 12px 26px 0px rgba(44, 35, 59, 0.1);
}
.search-card:hover img, .search-card:focus img {
  border-radius: 12px !important;
}
.search-card:hover .name,
.search-card:hover .description, .search-card:focus .name,
.search-card:focus .description {
  color: #C96349;
}
.search-card:hover .name img,
.search-card:hover .description img, .search-card:focus .name img,
.search-card:focus .description img {
  filter: none;
}
@media screen and (max-width: 991px) {
  .search-card {
    position: relative;
    padding: 16px 14px;
    background: #FFF;
    box-shadow: 0px 300px 84px 0px rgba(0, 0, 0, 0.03), 0px 48px 48px 0px rgba(0, 0, 0, 0.04), 0px 12px 26px 0px rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width: 767px) {
  .search-card {
    padding: 20px 18px;
  }
}

form .form-container {
  margin: 0 auto;
  margin-bottom: 10px;
}
form .form-container input:not([type=submit]):not([type=checkbox]), form .form-container textarea, form .form-container select {
  background: #F9F8F3;
  border-radius: 8px;
  border: none !important;
  outline-color: none !important;
  outline-width: 0 !important;
  font-size: 14px;
  color: #2C233B;
  padding: 16px 28px;
  height: 48px;
  margin-top: 16px !important;
}
form .form-container input:not([type=submit]):not([type=checkbox])::placeholder, form .form-container textarea::placeholder, form .form-container select::placeholder {
  color: rgba(44, 35, 59, 0.3);
}
form .form-container input:not([type=submit]):not([type=checkbox]):focus, form .form-container textarea:focus, form .form-container select:focus {
  background: #F9F8F3;
}
form .form-container input:not([type=submit]):not([type=checkbox]).not-date, form .form-container textarea.not-date, form .form-container select.not-date {
  color: rgba(44, 35, 59, 0.3);
}
form .form-container select {
  height: 48px !important;
  color: rgba(44, 35, 59, 0.3);
  cursor: pointer;
}
form .form-container select.valid {
  color: #2C233B;
}
form .form-container textarea {
  height: 106px;
  resize: none;
}
form .form-container .checkbox-wrapper {
  display: flex;
  gap: 8px;
  margin-bottom: 0;
  cursor: pointer;
}
form .form-container .checkbox-wrapper input {
  accent-color: #C96349;
}
form .form-container .checkbox-wrapper span {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: rgba(44, 35, 59, 0.4);
  margin: 0;
}
form .form-container .checkbox-wrapper span a {
  color: rgba(44, 35, 59, 0.4);
  text-decoration: underline;
}
form .form-container .submit-form {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100px;
}
form .form-container .submit-form .ajax-loader {
  float: right;
  transform: translateX(24px);
}
form .form-container .submit-form::after {
  content: "";
  width: 20px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/icons/arrow-right-orange.svg");
  transition: all 0.6s;
}
form .form-container .submit-form:hover .submit-form-btn, form .form-container .submit-form:focus .submit-form-btn {
  padding-right: 32px;
}
form .form-container .form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  form .form-container .form-bottom {
    flex-direction: column;
  }
  form .form-container .form-bottom .submit-form {
    width: 100%;
    color: white;
    background-color: #C96349;
    border-radius: 2000px;
    justify-content: center;
    padding: 8px 24px;
  }
  form .form-container .form-bottom .submit-form::after {
    transform: translate(20px, -55%);
    background-image: url(../img/icons/arrow-right-white.svg);
  }
  form .form-container .form-bottom .submit-form input {
    color: white;
  }
}
form .form-container .submit-form-btn {
  color: #C96349;
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  text-transform: none;
  padding: 0;
  margin: 0;
  padding-right: 8px;
  background-color: transparent;
  transition: all 0.6s;
}
form .form-container .wpcf7-form-control-wrap {
  margin-top: 0;
}
form .form-container .wpcf7-form-control-wrap .select_arrow {
  border-left: 1px solid transparent;
  pointer-events: none;
  position: absolute;
  right: 14px;
  top: 14px;
  width: 20px;
  height: 20px;
}
form .form-container .wpcf7-form-control-wrap .select_arrow::before {
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
form .form-container br {
  display: none;
}

#header .header-top .menu-out .search-btn-custom {
  z-index: 4;
}
@media screen and (min-width: 768px) {
  #header .header-top .menu-out .search-btn-custom.show {
    transform: translate(-10px, 0px);
    opacity: 0.3;
  }
}

#search_widget {
  float: unset;
  min-width: unset;
  border-radius: 100px;
  display: flex;
  flex-direction: row-reverse;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
#search_widget::-webkit-scrollbar {
  display: none;
}
#search_widget::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#search_widget .search-modal form {
  margin: 0;
  width: 100%;
}
#search_widget .search-modal form input {
  padding: 9px 16px;
  background-color: transparent;
  z-index: 1;
}
#search_widget .search-modal form input[type=text] {
  width: 100%;
}
#search_widget .search-modal form input[type=reset] {
  width: 24px;
  padding: 9px;
  color: transparent;
  cursor: pointer;
}
#search_widget .search-modal form #clean-search {
  transform: translateX(-20px);
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #search_widget .search-modal {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate3d(0, 100%, 0);
    width: 100vw;
    height: 100vh;
    border-radius: 0;
    padding: 2rem 20px;
    background: rgba(249, 248, 243, 0.85);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    opacity: 1;
    z-index: 10;
    visibility: visible;
    transition: all 0.8s;
  }
  #search_widget .search-modal.show {
    transform: translate3d(0, 0, 0);
  }
  #search_widget .search-modal::after {
    display: none;
  }
  #search_widget .search-modal img {
    filter: none !important;
  }
  #search_widget .search-modal .close-search-modal {
    display: block;
    width: auto;
    height: auto;
    margin: 32px 0 24px 0;
    padding: 4px 12px;
    background: #2C233B;
    border-radius: 20px;
  }
  #search_widget .search-modal .close-search-modal img {
    filter: brightness(0) saturate(100%) invert(93%) sepia(20%) saturate(489%) hue-rotate(313deg) brightness(106%) contrast(98%) !important;
  }
  #search_widget .search-modal .title {
    margin-bottom: 24px;
    font-family: "Noka", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.52px;
    text-transform: uppercase;
    color: #2C233B;
  }
  #search_widget .search-modal form {
    background: #E8E3DA;
    border-radius: 30px;
  }
}

.search-modal {
  position: relative;
  transition: all 0.3s;
  width: 0;
}
.search-modal.show {
  min-width: calc(100% - 22px);
  width: 453px;
}
@media screen and (min-width: 768px) {
  .search-modal.show {
    padding-right: 30px;
    margin-right: -30px;
  }
}
.sticky .search-modal.show {
  top: 0px;
}
.search-modal.show::after {
  opacity: 0.5;
  width: 100%;
}
.search-modal::after {
  content: "";
  opacity: 0;
  background: var(--Grigio, #E8E3DA);
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  z-index: 0;
  border-radius: 50px;
}
.search-modal button {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  color: transparent !important;
  border: 0px solid transparent !important;
  overflow: hidden;
}
.search-modal form {
  display: flex;
}

@media screen and (max-width: 767px) {
  #header.sticky .search-modal {
    padding: 0.5rem 15px;
  }
}
.search-btn {
  background: transparent;
  border-color: transparent;
  padding: 0.2rem;
}

.ui-autocomplete.searchbar-autocomplete {
  position: fixed;
  top: 100px !important;
  background: transparent;
  transform: translateX(-50%);
  overflow: hidden;
}
.ui-autocomplete.searchbar-autocomplete.sticky {
  top: 70px !important;
}
.ui-autocomplete.searchbar-autocomplete::before {
  content: "";
  background: rgba(232, 227, 218, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ui-autocomplete.searchbar-autocomplete {
    top: 300px !important;
    width: calc(100vw - 30px) !important;
    left: 15px !important;
    transform: none;
  }
  .ui-autocomplete.searchbar-autocomplete.sticky {
    top: 280px !important;
  }
  .ui-autocomplete.searchbar-autocomplete::before {
    display: none;
  }
  .ui-autocomplete.searchbar-autocomplete li {
    margin: 0;
  }
  .ui-autocomplete.searchbar-autocomplete li a {
    padding: 4px 6px;
  }
}

.ui-autocomplete.searchbar-autocomplete {
  border-radius: 12px;
  padding: 3px 8px;
}
@media screen and (min-width: 992px) {
  .ui-autocomplete.searchbar-autocomplete {
    width: 323px !important;
  }
}
@media screen and (min-width: 1200px) {
  .ui-autocomplete.searchbar-autocomplete {
    width: 413px !important;
  }
}
@media screen and (min-width: 1400px) {
  .ui-autocomplete.searchbar-autocomplete {
    width: 442px !important;
  }
}
.ui-autocomplete.searchbar-autocomplete li {
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 8px;
}
.ui-autocomplete.searchbar-autocomplete li a {
  color: #2C233B;
  font-family: Aeonik;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 6px 8px;
  border-radius: 8px;
  transition: all 0.2s;
}
.ui-autocomplete.searchbar-autocomplete li a:hover, .ui-autocomplete.searchbar-autocomplete li a:focus, .ui-autocomplete.searchbar-autocomplete li a.ui-state-focus {
  font-weight: 500;
  color: #F9F8F3;
  padding: 6px 8px;
  border-radius: 8px;
  background: #2793A8;
}
.ui-autocomplete.searchbar-autocomplete li a .autocomplete-thumbnail {
  display: none;
}
.ui-autocomplete.searchbar-autocomplete li.show-all {
  background: #2793A8;
  border-radius: 8px;
}
.ui-autocomplete.searchbar-autocomplete li.show-all a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #F9F8F3;
  padding: 4px 4px 4px 8px;
}
@media screen and (max-width: 767px) {
  .ui-autocomplete.searchbar-autocomplete li.show-all {
    margin-top: 32px;
  }
  .ui-autocomplete.searchbar-autocomplete li.show-all a {
    padding: 14px 16px;
  }
}

@media screen and (min-width: 768px) {
  .hero-image .ui-autocomplete.searchbar-autocomplete:not(.sticky)::before {
    background: rgba(232, 227, 218, 0.3);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
  }
  .hero-image .ui-autocomplete.searchbar-autocomplete:not(.sticky) li a {
    color: #FCF2DE;
  }
}
.language-selector.dropdown {
  padding: 0.4rem;
}

html[class*=page-module-jmarketplace] h1 {
  font-family: "Noka", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  color: #2C233B;
  letter-spacing: 3.01px;
  text-transform: uppercase;
  margin: 0;
}
html[class*=page-module-jmarketplace] #content {
  padding: 0;
}
html[class*=page-module-jmarketplace] #content .btn-primary {
  line-height: 1;
  color: #F9F8F3;
  background: #2793A8;
}
html[class*=page-module-jmarketplace] #content .btn-primary:focus {
  outline: none;
}
html[class*=page-module-jmarketplace] #sellermenu {
  justify-content: center;
}
html[class*=page-module-jmarketplace] #sellermenu li a {
  justify-content: center;
  opacity: 0.9;
  font-size: 30px;
  color: #2C233B;
  border: none;
  border-radius: 0;
  background: #F9F8F3;
  transition: all 0.4s;
}
html[class*=page-module-jmarketplace] #sellermenu li a svg, html[class*=page-module-jmarketplace] #sellermenu li a i {
  font-size: 30px;
  color: #2C233B;
  transition: all 0.4s;
}
html[class*=page-module-jmarketplace] #sellermenu li a:hover, html[class*=page-module-jmarketplace] #sellermenu li a:focus {
  color: #2793A8;
}
html[class*=page-module-jmarketplace] #sellermenu li a:hover svg, html[class*=page-module-jmarketplace] #sellermenu li a:focus svg {
  color: #2793A8;
}

#header {
  background: transparent;
  box-shadow: none;
  position: fixed;
  top: 0;
  width: 100%;
  transition: background 0.6s;
}
#header .header-top {
  padding: 2rem 0;
  background: transparent;
  transition: all 0.6s;
}
#header .header-top-center {
  display: flex;
  justify-content: center;
}
#header .header-top .logo {
  width: auto;
  height: 75px;
  max-width: unset;
  object-fit: cover;
  object-position: left;
  transition: height 0.6s;
}
@media screen and (max-width: 767px) {
  #header .header-top .logo {
    height: 54px;
  }
}
@media screen and (max-width: 399px) {
  #header .header-top .logo {
    height: 48px;
  }
}
@media screen and (max-width: 370px) {
  #header .header-top .logo {
    height: 44px;
  }
}
#header .header-top .menu-out {
  gap: 20px;
}
#header .header-top .menu-out a, #header .header-top .menu-out button {
  cursor: pointer;
}
#header .header-top .menu-out #search_widget {
  margin-bottom: 0;
}
#header .header-top .menu-out .search-btn,
#header .header-top .menu-out .language-selector {
  padding: 0;
}
#header .header-top .menu-out .search-btn img,
#header .header-top .menu-out .language-selector img {
  height: 20px;
}
#header .header-top .menu-out .search-btn .dropdown-menu,
#header .header-top .menu-out .language-selector .dropdown-menu {
  background: #603D5F;
  border-radius: 12px;
  padding: 12px 48px;
  border: none;
  margin: 0;
  left: 50%;
  top: calc(100% + 12px);
  transform: translateX(-50%);
}
#header .header-top .menu-out .search-btn .dropdown-menu li a,
#header .header-top .menu-out .language-selector .dropdown-menu li a {
  padding: 4px 0;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0.4px;
  text-align: center;
  color: #E8E3DA !important;
  opacity: 0.5;
  transition: all 0.3s;
}
#header .header-top .menu-out .search-btn .dropdown-menu li a:hover, #header .header-top .menu-out .search-btn .dropdown-menu li a:focus,
#header .header-top .menu-out .language-selector .dropdown-menu li a:hover,
#header .header-top .menu-out .language-selector .dropdown-menu li a:focus {
  opacity: 0.8;
}
#header .header-top .menu-out .search-btn .dropdown-menu li.current a,
#header .header-top .menu-out .language-selector .dropdown-menu li.current a {
  font-weight: 700;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #header .header-top .menu-out .search-btn .dropdown-menu,
  #header .header-top .menu-out .language-selector .dropdown-menu {
    left: unset;
    right: -46px;
    transform: unset;
  }
}
@media screen and (max-width: 767px) {
  #header .header-top .menu-out {
    flex: 1;
  }
}
@media screen and (min-width: 1500px) {
  #header .header-top .menu-out .hamburger.open {
    display: none;
  }
  #header .header-top .menu-out.open .search-btn-custom {
    z-index: 1;
  }
}
#header .header-top.cream img, #header .header-top.cream .logo {
  filter: brightness(0) saturate(100%) invert(93%) sepia(20%) saturate(489%) hue-rotate(313deg) brightness(106%) contrast(98%);
}
#header .header-top.cream a, #header .header-top.cream button {
  color: #FCF2DE;
}
#header .header-top.cream svg > * {
  stroke: #FCF2DE;
}
#header .header-top.cream .hamburger .line {
  background: #FCF2DE;
}
#header .hamburger {
  height: 20px;
  cursor: pointer;
}
#header .hamburger .line {
  width: 24px;
  height: 1px;
  border-radius: 1px;
  background: #2C233B;
  transition: all 0.3s;
}
#header .hamburger .line.top {
  margin-bottom: 6px;
}
#header .hamburger.open .line.top {
  rotate: -30deg;
  margin-bottom: -2px;
  background: #2C233B;
}
#header .hamburger.open .line.bottom {
  rotate: 30deg;
  background: #2C233B;
}
#header .sidemenu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(100vw, 490px);
  transform: translate3d(100%, 0, 0);
  height: 100vh;
  background: #F9F8F3;
  box-shadow: 0px 28px 62px 0px rgba(85, 28, 48, 0.1), 0px 113px 113px 0px rgba(85, 28, 48, 0.09), 0px 253px 152px 0px rgba(85, 28, 48, 0.05);
  z-index: -1;
  padding: 80px calc((100vw - var(--container)) / 2) 0 calc((100vw - var(--container)) / 2);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  transition: all 0.4s;
}
#header .sidemenu.open {
  transform: translate3d(0, 0, 0);
}
#header .sidemenu-scrollable {
  padding: 120px 15px 50px 15px;
  overflow-y: scroll;
  text-align: end;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}
#header .sidemenu-scrollable::-webkit-scrollbar {
  display: none;
}
#header .sidemenu-scrollable::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
#header .sidemenu .hamburger {
  display: none;
  position: absolute;
  top: 60px;
  right: 90px;
  transition: all 0.3s;
}
@media screen and (min-width: 1500px) {
  #header .sidemenu {
    z-index: 1;
    padding: 80px 75px 0 75px;
  }
  #header .sidemenu .hamburger {
    display: block;
  }
}
#header .sidemenu .menu-item {
  display: block;
  padding: 8px 0;
  direction: rtl;
}
#header .sidemenu .menu-item .dropdown-item {
  font-family: "Aeonik", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
  text-align: end;
  color: #2C233B;
  padding: 0;
  opacity: 0.4;
  width: fit-content;
  transition: opacity 0.5s;
}
#header .sidemenu .menu-item .dropdown-item:hover, #header .sidemenu .menu-item .dropdown-item:focus {
  font-family: "Cormorant Garamond", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 24px;
  opacity: 1;
}
#header .sidemenu .menu-item .dropdown-item.no-link {
  opacity: 0.1;
  cursor: default;
}
#header .sidemenu .menu-item .dropdown-item.no-link:hover, #header .sidemenu .menu-item .dropdown-item.no-link:focus {
  font-weight: 400;
  opacity: 0.1;
}
#header .sidemenu .menu-item.current > .dropdown-item {
  font-weight: 700;
  opacity: 1;
  border-bottom: 3px solid #2C233B;
}
#header .sidemenu .dotted-separator {
  width: 100%;
  height: 2px;
  background: url("../img/dotted-line.svg");
  background-position: left;
  background-size: auto 100%;
  background-repeat: repeat;
  margin: 32px 0;
}
#header .sidemenu .account {
  font-family: "Aeonik", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  text-align: end;
  color: #2C233B;
  padding: 0;
  opacity: 0.4;
  transition: opacity 0.5s;
}
#header .sidemenu .account:hover, #header .sidemenu .account:focus {
  font-weight: 700;
  opacity: 1;
}
#header .sidemenu .account.current {
  font-weight: 700;
  opacity: 1;
  border-bottom: 3px solid #2C233B;
}
@media screen and (max-width: 575px) {
  #header .sidemenu {
    padding: 80px 0 0 0;
    background: rgba(249, 248, 243, 0.85);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
}
@media screen and (max-height: 699px) {
  #header .sidemenu-scrollable {
    padding-top: 14px;
  }
}
#header.sticky {
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
@media screen and (max-width: 767px) {
  #header.sticky.open-sidemenu {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
}
#header.sticky .header-top {
  padding: 0.5rem 0;
}
#header.sticky .header-top .logo {
  height: 60px;
  filter: none;
}
@media screen and (max-width: 767px) {
  #header.sticky .header-top .logo {
    height: 46px;
  }
}
@media screen and (max-width: 370px) {
  #header.sticky .header-top .logo {
    height: 40px;
  }
}
#header.sticky .header-top img {
  filter: none;
}
#header.sticky .header-top a, #header.sticky .header-top button {
  color: #2C233B !important;
}
#header.sticky .header-top svg > * {
  stroke: #2C233B !important;
}
#header.sticky .hamburger .line {
  background: #2C233B !important;
}
#header.sticky .sidemenu .hamburger {
  top: 36px;
}
@media screen and (min-width: 768px) {
  #header:not(.sticky) .header-top.cream .menu-out .search-btn-custom.show {
    opacity: 0.8;
  }
  #header:not(.sticky) .header-top.cream .search-modal.show {
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
  }
  #header:not(.sticky) .header-top.cream .search-modal.show input[type=text] {
    color: #FCF2DE;
  }
  #header:not(.sticky) .header-top.cream .search-modal.show input[type=text]::placeholder {
    color: #FCF2DE;
  }
}
#header:not(.sticky) .header-top.cream .menu-out.open svg > * {
  stroke: #2C233B;
}
#header:not(.sticky) .header-top.cream .menu-out.open img {
  filter: none;
}
@media screen and (max-width: 575px) {
  #header:not(.sticky).open-sidemenu .logo {
    filter: none;
  }
}

header .dropdownMenuButton {
  cursor: pointer;
}
header .dropdownMenuButton.opened {
  opacity: 1 !important;
  font-weight: 700 !important;
  border-bottom: 2px solid #2C233B;
}

header .dropdownMenuList {
  position: unset;
  border: none;
  padding: 0;
  float: none;
  min-width: unset;
  background: transparent;
  margin: 32px 0;
}
header .dropdownMenuList .dropdown-item {
  margin: 8px 0;
  opacity: 1 !important;
}
header .dropdownMenuList .dropdown-item.current {
  font-weight: 500;
  border-bottom: 2px solid #2C233B;
}

.lang-sel-opacity {
  transition: all 0.3s;
}
.lang-sel-opacity.toggle {
  opacity: 0.3;
}

.user-link {
  line-height: 0;
}
.user-link svg {
  height: 20px;
  margin-top: 1px;
}

#footer {
  color: #2C233B;
  padding-top: 120px;
  padding-bottom: 50px;
}
#footer .dotted-separator {
  width: 100%;
  height: 2px;
  background: url("../img/dotted-line.svg");
  background-position: left;
  background-size: auto 100%;
  background-repeat: repeat;
  margin-bottom: 40px;
}
#footer .vertical-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#footer .logo {
  width: 100%;
  max-width: 270px;
}
#footer .contacts a {
  display: block;
  width: fit-content;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #2C233B;
}
@media screen and (max-width: 767px) {
  #footer .contacts {
    margin-bottom: 32px;
  }
}
#footer .footer-title {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.32px;
  margin-bottom: 12px;
}
#footer .copyright {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  color: #2C233B;
  text-wrap: balance;
  margin-bottom: 0;
}
#footer .copyright a {
  color: #2C233B;
  text-decoration: underline;
}
#footer ul {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#footer ul li {
  margin-bottom: 0;
}
#footer ul li a, #footer ul li .dropdown-item {
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  color: #2C233B;
  white-space: normal;
  padding: 0;
}
#footer ul li a.no-link, #footer ul li .dropdown-item.no-link {
  color: rgba(44, 35, 59, 0.2);
  cursor: default;
}
#footer .dropdownMenuButton {
  cursor: pointer;
}
#footer .dropdownMenuButton.opened {
  font-weight: 500 !important;
}
#footer .dropdownMenuList {
  position: unset;
  border: none;
  padding: 0;
  float: none;
  min-width: unset;
  background: transparent;
  margin: 12px 0;
}
#footer .dropdownMenuList .dropdown-item {
  font-size: 13px;
  line-height: 17px;
  opacity: 0.6;
  transition: all 0.4s;
}
#footer .dropdownMenuList .dropdown-item:hover, #footer .dropdownMenuList .dropdown-item:focus {
  opacity: 1;
}
#footer .socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #footer .socials {
    margin-bottom: 60px;
  }
}
#footer .contribution {
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}
#footer .contribution span {
  font-weight: 500;
}
#footer .contribution b {
  font-weight: 700;
  font-style: italic;
}
#footer .contribution img {
  display: block;
  width: 140px;
  margin-top: 6px;
  margin-left: -6px;
}
@media screen and (max-width: 991px) {
  #footer .margin-top-small {
    margin-top: 40px;
  }
}
#footer .footer-container {
  padding-top: 0;
  overflow: unset;
}
#footer .footer-container.white {
  color: #F9F8F3;
}
#footer .footer-container.white img, #footer .footer-container.white .dotted-separator {
  filter: brightness(100);
}
#footer .footer-container.white ul li, #footer .footer-container.white .contacts, #footer .footer-container.white .copyright {
  color: #F9F8F3;
}
#footer .footer-container.white ul li a, #footer .footer-container.white ul li .dropdown-item, #footer .footer-container.white .contacts a, #footer .footer-container.white .contacts .dropdown-item, #footer .footer-container.white .copyright a, #footer .footer-container.white .copyright .dropdown-item {
  color: #F9F8F3;
}
#footer .footer-container.white ul li a.no-link, #footer .footer-container.white ul li .dropdown-item.no-link, #footer .footer-container.white .contacts a.no-link, #footer .footer-container.white .contacts .dropdown-item.no-link, #footer .footer-container.white .copyright a.no-link, #footer .footer-container.white .copyright .dropdown-item.no-link {
  color: rgba(249, 248, 243, 0.5);
}
@media screen and (max-width: 767px) {
  #footer .logo {
    width: 250px;
  }
}

.grecaptcha-badge {
  z-index: 1;
}

#pagenotfound {
  background: #2C233B;
}
#pagenotfound #wrapper {
  padding-top: 200px !important;
}
@media screen and (max-width: 767px) {
  #pagenotfound #wrapper {
    padding-top: 140px !important;
  }
}
#pagenotfound .page-header {
  text-align: center;
  color: #F9F8F3;
  margin-top: 0 !important;
  margin-bottom: 48px !important;
}
#pagenotfound .page-header h1 {
  font-family: "Noka", sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #F9F8F3;
  margin-bottom: 16px;
}
#pagenotfound .page-header p {
  font-family: "Cormorant Garamond", serif;
  font-size: 35px;
  font-weight: 500;
  line-height: normal;
  color: #F9F8F3;
  text-wrap: balance;
  margin-bottom: 0;
}
#pagenotfound .page-header p a {
  color: #F9F8F3;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #pagenotfound .page-header h1 {
    font-size: 36px;
  }
  #pagenotfound .page-header p {
    font-size: 24px;
  }
  #pagenotfound .page-header p br {
    display: none;
  }
}
#pagenotfound .arcs-container {
  position: relative;
  overflow: hidden;
}
#pagenotfound .arcs-container .arcs-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#pagenotfound .arcs-container .arc-container {
  background: linear-gradient(to right, #2C233B, #2C233B 15px, transparent 15px, transparent calc(100% - 15px), #2C233B calc(100% - 15px), #2C233B 15px);
}
@media screen and (max-width: 575px) {
  #pagenotfound .arcs-container .arc-container {
    width: 100vw;
    margin-right: -4px;
    margin-bottom: -1px;
  }
}
#pagenotfound .arcs-container .arc-container .arc-bg {
  background: #2C233B;
  height: 100px;
  margin-top: -1px;
}
@media screen and (max-width: 1399px) {
  #pagenotfound .arcs-container .arc-container .arc-bg {
    height: 80px;
  }
}
@media screen and (max-width: 575px) {
  #pagenotfound .arcs-container .arc-container .arc-bg {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  #pagenotfound .arcs-container .arcs {
    width: 100vw;
    flex-wrap: nowrap;
    padding: 0;
  }
}
#pagenotfound .arcs-container .arc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 570px;
}
#pagenotfound .arcs-container .arc.high {
  height: 670px;
}
@media screen and (max-width: 1399px) {
  #pagenotfound .arcs-container .arc {
    height: 490px;
  }
  #pagenotfound .arcs-container .arc.high {
    height: 570px;
  }
}
@media screen and (max-width: 1199px) {
  #pagenotfound .arcs-container .arc {
    height: 410px;
  }
  #pagenotfound .arcs-container .arc.high {
    height: 490px;
  }
}
@media screen and (max-width: 991px) {
  #pagenotfound .arcs-container .arc {
    height: 300px;
  }
  #pagenotfound .arcs-container .arc.high {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  #pagenotfound .arcs-container .arc {
    height: 250px;
  }
  #pagenotfound .arcs-container .arc.high {
    height: 330px;
  }
}
@media screen and (max-width: 575px) {
  #pagenotfound .arcs-container .arc {
    height: 490px;
    width: calc(100vw - 40px);
  }
}
#pagenotfound .arcs-container .arc .pseudo-arc {
  width: calc(100% + 2px);
  height: fit-content;
  margin-bottom: auto;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
}
#pagenotfound .arcs-container .arc .number {
  font-family: "Noka", sans-serif;
  font-size: calc(var(--container) * 0.12);
  font-weight: 600;
  line-height: normal;
  text-align: center;
  letter-spacing: 14px;
  color: #2C233B;
  margin-bottom: 40%;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  #pagenotfound .arcs-container .arc .number {
    font-size: 112px;
    margin-bottom: 13%;
  }
}
@media screen and (max-width: 499px) {
  #pagenotfound .arcs-container .arc .number {
    margin-bottom: 24%;
  }
}
@media screen and (max-width: 415px) {
  #pagenotfound .arcs-container .arc .number {
    margin-bottom: 40%;
  }
}

#my-account h1 {
  font-family: "Noka", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  color: #2C233B;
  letter-spacing: 3.01px;
  text-transform: uppercase;
}
#my-account #content .links a {
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  color: #2C233B;
  text-transform: none;
  transition: all 0.5s;
}
#my-account #content .links a .link-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 0;
}
#my-account #content .links a i, #my-account #content .links a svg {
  width: 50px;
  padding-bottom: 0;
  color: #2C233B;
  text-align: left;
  transition: all 0.5s;
}
#my-account #content .links a i {
  margin-left: -6px;
  margin-right: 6px;
}
#my-account #content .links a svg {
  width: 36px;
  margin-right: 14px;
}
#my-account #content .links a:hover, #my-account #content .links a:focus {
  color: #2793A8;
}
#my-account #content .links a:hover i, #my-account #content .links a:hover svg, #my-account #content .links a:focus i, #my-account #content .links a:focus svg {
  color: #2793A8;
}
#my-account .page-footer {
  margin-bottom: 100px;
}
#my-account .page-footer a {
  display: block;
  width: fit-content;
  height: 32px;
  margin: auto;
  background: #2793A8;
  border-radius: 30px;
  padding: 8px 30px;
  font-weight: 700;
  color: #F9F8F3;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
}

#identity h1 {
  font-family: "Noka", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  color: #2C233B;
  letter-spacing: 3.01px;
  text-transform: uppercase;
}
#identity form .form-control-label {
  font-family: "Aeonik", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 130%;
  color: #2C233B;
}
#identity form input {
  accent-color: #2793A8;
}
#identity form input:focus, #identity form input.focus-visible {
  outline: none;
}
#identity form .input-group.focus {
  outline: none;
}
#identity form .input-group .input-group-btn > .btn[data-action=show-password] {
  background: transparent;
}
#identity form .input-group .input-group-btn > .btn[data-action=show-password]:focus {
  outline: none;
}
#identity form .input-group .input-group-btn > .btn[data-action=show-password]::before {
  content: "";
  width: 20px;
  height: 20px;
  right: 0;
  position: absolute;
  background: url("../img/icons/eye.svg");
}
#identity form .input-group .input-group-btn > .btn[data-action=show-password].active::after {
  content: "";
  width: 1px;
  height: 21px;
  right: 10px;
  position: absolute;
  background: #2C233B;
  transform: rotate(45deg);
}
#identity form .form-control {
  border: none;
  color: #2C233B;
  padding: 2px 0;
  background: transparent;
  border-bottom: 1px solid #2C233B;
}
#identity form .form-control:focus, #identity form .form-control.focus-visible {
  outline: none;
}
#identity form .form-control-comment {
  font-size: 13px;
  color: rgba(44, 35, 59, 0.5);
}
#identity form .btn-primary {
  display: block;
  width: fit-content;
  height: 32px;
  padding: 8px 30px;
  line-height: 1;
  background: #2793A8;
  border-radius: 30px;
}
#identity form .btn-primary:focus, #identity form .btn-primary:focus-visible {
  outline: none;
}
#identity .page-footer a {
  color: #2793A8;
}

#password .page-header,
#password .page-content {
  margin: 0;
  padding: 0;
}
#password .page-header h1 {
  margin: 0;
}
#password #back-to-login {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 50px;
  padding: 4px 12px;
  border-radius: 20px;
  background: #2C233B;
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #F9F8F3;
  transition: all 0.3s;
}
#password #back-to-login img {
  filter: invert(1);
}
@media screen and (min-width: 768px) {
  #password #back-to-login:hover, #password #back-to-login:focus {
    color: #F9F8F3;
    gap: 40px;
    margin-left: -32px;
  }
}
@media screen and (max-width: 767px) {
  #password #back-to-login {
    margin-bottom: 32px;
  }
  #password #back-to-login span {
    display: none;
  }
}
#password h1 {
  font-family: "Noka", sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  letter-spacing: 3.01px;
  text-transform: uppercase;
  color: #2C233B;
  margin-bottom: 28px;
}
#password .send-renew-password-link,
#password .renew-password .email {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #2C233B;
  margin-bottom: 32px;
  padding-bottom: 0;
}
#password .center-email-fields,
#password .renew-password {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#password .form-control {
  border: none;
  color: #2C233B;
  text-align: center;
  padding: 6px 20px;
  background: transparent;
  border-bottom: 1px solid #2C233B;
}
#password .form-control:focus, #password .form-control:focus-visible {
  outline: none;
}
#password .form-control-submit,
#password .form-group button[type=submit] {
  font-family: "Noka", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #2C233B;
  letter-spacing: 2.3px;
  margin: auto;
  padding: 0;
  margin-top: 32px;
  text-transform: uppercase;
  width: fit-content;
  height: auto;
  background: linear-gradient(#2C233B 0 0) 0 100%/0 2px no-repeat;
  transition: 0.4s, background-position 0s 0.4s;
}
#password .form-control-submit:hover, #password .form-control-submit:focus,
#password .form-group button[type=submit]:hover,
#password .form-group button[type=submit]:focus {
  color: #2793A8;
  background: linear-gradient(#2793A8 0 0) 100% 100%/100% 2px no-repeat;
}
#password .form-control-submit:focus,
#password .form-group button[type=submit]:focus {
  outline: none;
}
#password .ps-alert-success {
  padding: 32px 0;
}
@media screen and (max-width: 767px) {
  #password h1 {
    font-size: 32px;
  }
}

#module-psgdpr-gdpr {
  font-family: "Aeonik", sans-serif;
}
#module-psgdpr-gdpr h1 {
  font-family: "Noka", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
  color: #2C233B;
  letter-spacing: 3.01px;
  text-transform: uppercase;
}
#module-psgdpr-gdpr #content {
  padding: 0;
}
#module-psgdpr-gdpr #content .container {
  padding: 0;
}
#module-psgdpr-gdpr .psgdprinfo17 {
  color: #2C233B;
  background: rgba(44, 35, 59, 0.1);
}
#module-psgdpr-gdpr .psgdprinfo17 a {
  color: #2793A8;
}
#module-psgdpr-gdpr .psgdprinfo17 .btn-primary {
  color: #F9F8F3;
  background: #2793A8;
}
#module-psgdpr-gdpr .page-footer a {
  color: #2793A8;
}

#iubenda_policy {
  font-family: "Aeonik" !important;
}
#iubenda_policy .iub_content {
  padding: 0 !important;
  margin: 0 8.3333333333% !important;
}
@media screen and (max-width: 767px) {
  #iubenda_policy .iub_content {
    margin: 0 !important;
  }
}
#iubenda_policy h3, #iubenda_policy h4, #iubenda_policy p, #iubenda_policy ul li {
  font-size: 15px !important;
  color: #2C233B !important;
}
#iubenda_policy a {
  color: #2793A8;
}
#iubenda_policy .one_line_col {
  border-bottom: none !important;
}
#iubenda_policy .box_primary {
  border: none !important;
  padding: 24px 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  border-bottom: 1px dotted rgba(44, 35, 59, 0.4) !important;
}
#iubenda_policy .box_primary .expand-click {
  border-bottom: none !important;
}
#iubenda_policy .icon_ribbon {
  background-position: 8px center !important;
}

#index .padding-for-header {
  padding-top: 138px !important;
}
@media screen and (max-width: 767px) {
  #index .padding-for-header {
    padding-top: 130px !important;
  }
}

.page-home {
  overflow: hidden;
}
.page-home h2 {
  font-family: "Aeonik", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #2C233B;
  margin: 0;
}
.page-home .section-header img,
.page-home .section-bottom img {
  width: 24px;
}
.page-home .section-header p,
.page-home .section-bottom p {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #2C233B;
  text-wrap: balance;
  margin: 0;
}
.page-home .section-header a, .page-home .section-header .no-link,
.page-home .section-bottom a,
.page-home .section-bottom .no-link {
  font-family: "Cormorant SC", serif;
  color: #2C233B;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  text-align: right;
  text-transform: uppercase;
  background: linear-gradient(#2C233B 0 0) 0 100%/0 1px no-repeat;
  transition: 0.4s, background-position 0s 0.4s;
}
.page-home .section-header a:hover, .page-home .section-header a:focus, .page-home .section-header .no-link:hover, .page-home .section-header .no-link:focus,
.page-home .section-bottom a:hover,
.page-home .section-bottom a:focus,
.page-home .section-bottom .no-link:hover,
.page-home .section-bottom .no-link:focus {
  color: #2793A8;
  background: linear-gradient(#2793A8 0 0) 100% 100%/100% 1px no-repeat;
}
.page-home .section-header .no-link,
.page-home .section-bottom .no-link {
  width: fit-content;
  margin-left: auto;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .page-home .section-header .no-link,
  .page-home .section-bottom .no-link {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-home .section-header > *,
  .page-home .section-bottom > * {
    width: 100%;
    text-align: center;
  }
  .page-home .section-header > * h2,
  .page-home .section-bottom > * h2 {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .page-home .section-header > * p,
  .page-home .section-bottom > * p {
    margin-bottom: 16px;
  }
  .page-home .section-header > * a,
  .page-home .section-bottom > * a {
    text-align: center;
  }
}
.page-home .section-bottom {
  text-align: center;
}
.page-home .hero {
  text-align: center;
  position: relative;
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .page-home .hero {
    overflow: hidden;
    margin-bottom: 48px;
  }
  .page-home .hero .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-home .hero .title {
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  font-weight: 500;
  color: rgba(44, 35, 59, 0.75);
  text-align: center;
  text-wrap: balance;
  margin-bottom: 36px;
}
.page-home .hero .title h1 {
  font-family: "Noka", sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: normal;
  color: #2C233B;
  letter-spacing: 3.01px;
  text-transform: uppercase;
  margin: 10px 0 4px 0;
}
@media screen and (max-width: 767px) {
  .page-home .hero .title {
    font-size: 24px;
    line-height: 24px;
    padding: 0 15px;
  }
  .page-home .hero .title h1 {
    font-size: 36px;
    letter-spacing: 2.52px;
    margin: 12px 0;
  }
}
@media screen and (max-width: 575px) {
  .page-home .hero .title h1 {
    margin: 6px 0 2px 0;
  }
}
.page-home .hero .arcs-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 24px;
  margin: 32px auto;
  background: #2C233B;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #F9F8F3;
  transition: all 0.6s;
}
.page-home .hero .arcs-cta path {
  transition: all 0.6s;
}
.page-home .hero .arcs-cta:hover {
  gap: 40px;
  background: rgba(249, 248, 243, 0.8);
  color: #2C233B;
}
.page-home .hero .arcs-cta:hover path {
  fill: #2C233B;
}
.page-home .hero .arcs-container {
  position: relative;
}
@media screen and (max-width: 575px) {
  .page-home .hero .arcs-container {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-top: 16px;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
  }
  .page-home .hero .arcs-container::-webkit-scrollbar {
    display: none;
  }
}
.page-home .hero .arcs-container .arcs-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 575px) {
  .page-home .hero .arcs-container .arcs-bg {
    width: calc(300vw - 15px);
  }
}
.page-home .hero .arcs-container .arcs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: linear-gradient(0deg, rgba(245, 208, 138, 0.5) 0%, rgba(245, 208, 138, 0.5) 100%);
}
@media screen and (max-width: 575px) {
  .page-home .hero .arcs-container .arcs-overlay {
    width: calc(300vw - 15px);
  }
}
.page-home .hero .arcs-container .arc-container {
  background: linear-gradient(to right, #FFF, #FFF 15px, transparent 15px, transparent calc(100% - 15px), #FFF calc(100% - 15px), #FFF 15px);
}
@media screen and (max-width: 575px) {
  .page-home .hero .arcs-container .arc-container {
    width: 100vw;
    margin-right: -4px;
    margin-bottom: -1px;
  }
}
.page-home .hero .arcs-container .arc-container .arc-bg {
  background: #FFF;
  height: 100px;
  margin-top: -1px;
}
@media screen and (max-width: 1399px) {
  .page-home .hero .arcs-container .arc-container .arc-bg {
    height: 80px;
  }
}
@media screen and (max-width: 575px) {
  .page-home .hero .arcs-container .arc-container .arc-bg {
    height: 0;
  }
}
@media screen and (max-width: 575px) {
  .page-home .hero .arcs-container .arcs {
    width: 300vw;
    flex-wrap: nowrap;
    padding: 0 0 0 15px;
  }
}
.page-home .hero .arcs-container .arc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 570px;
  min-height: 444px;
  max-height: calc(100vh - 440px);
}
.page-home .hero .arcs-container .arc.high {
  height: 670px;
  min-height: 544px;
  max-height: calc(100vh - 340px);
}
@media screen and (max-width: 1399px) {
  .page-home .hero .arcs-container .arc {
    height: 490px;
    min-height: 462px;
    max-height: calc(100vh - 370px);
  }
  .page-home .hero .arcs-container .arc.high {
    min-height: 542px;
    height: 570px;
    max-height: calc(100vh - 290px);
  }
}
@media screen and (max-width: 1199px) {
  .page-home .hero .arcs-container .arc {
    height: 410px;
  }
  .page-home .hero .arcs-container .arc.high {
    height: 490px;
  }
}
@media screen and (max-width: 991px) {
  .page-home .hero .arcs-container .arc {
    height: 300px;
  }
  .page-home .hero .arcs-container .arc.high {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .page-home .hero .arcs-container .arc {
    height: 250px;
  }
  .page-home .hero .arcs-container .arc.high {
    height: 330px;
  }
}
@media screen and (max-width: 575px) {
  .page-home .hero .arcs-container .arc {
    height: 440px;
    max-height: 440px;
    min-height: unset;
  }
  .page-home .hero .arcs-container .arc.high {
    height: 440px;
    max-height: 440px;
    min-height: unset;
  }
}
@media screen and (max-height: 699px) and (max-width: 767px) {
  .page-home .hero .arcs-container .arc {
    height: 470px;
    min-height: 410px;
  }
  .page-home .hero .arcs-container .arc.high {
    height: 470px;
  }
}
.page-home .hero .arcs-container .arc .pseudo-arc {
  width: calc(100% + 2px);
  height: fit-content;
  margin-bottom: auto;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
}
.page-home .hero .arcs-container .arc a {
  width: 100%;
  padding-bottom: 40px;
}
.page-home .hero .arcs-container .arc a .circle-cta {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5D08A;
  border-radius: 50%;
  margin: -32px auto 32px auto;
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  line-height: normal;
  color: #603D5F;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s;
}
@media screen and (max-width: 991px) {
  .page-home .hero .arcs-container .arc a .circle-cta {
    display: none;
  }
}
.page-home .hero .arcs-container .arc a .text {
  font-family: "Cormorant Garamond", serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 44px;
  color: #F5D08A;
}
@media screen and (max-width: 1199px) {
  .page-home .hero .arcs-container .arc a .text {
    font-size: 42px;
    line-height: 36px;
  }
}
@media screen and (max-width: 991px) {
  .page-home .hero .arcs-container .arc a .text {
    font-size: 32px;
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .page-home .hero .arcs-container .arc a .text {
    font-size: 48px;
    line-height: 44px;
  }
}
.page-home .hero .arcs-container .arc a:hover .circle-cta {
  opacity: 1;
  transform: translateY(0);
}
.page-home .hero .arc-indicators {
  display: flex;
  justify-content: center;
  gap: 2px;
  margin-top: 18px;
}
.page-home .hero .arc-indicators .indicator {
  padding: 6px 3px;
}
.page-home .hero .arc-indicators .indicator .border {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: rgba(44, 35, 59, 0.5);
  transition: all 0.3s;
}
.page-home .hero .arc-indicators .indicator.active .border {
  width: 32px;
  background: #2C233B;
}
.page-home .dotted-separator {
  margin: auto;
  width: 100%;
  max-width: 400px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .page-home .dotted-separator {
    max-width: 170px;
    overflow: hidden;
  }
}
.page-home .offer {
  margin-top: 70px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-home .offer {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.page-home .offer .offer-cards-container {
  position: relative;
}
.page-home .offer .offer-cards-container .offer-cards-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 1;
  transform: translate(-50%, calc(-50% - 24px));
}
.page-home .offer .offer-cards-container .offer-cards-nav button {
  width: 36px;
  height: 36px;
  padding: 7px;
  border-radius: 50%;
  background: rgba(39, 147, 168, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-home .offer .offer-cards-container .offer-cards-nav button.card-prev {
  position: absolute;
  left: 0;
  transform: rotate(180deg);
}
.page-home .offer .offer-cards-container .offer-cards-nav button.card-next {
  position: absolute;
  right: 0;
}
.page-home .offer .offer-cards-container .offer-cards-nav button img {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .page-home .offer .offer-cards-container .offer-cards-nav {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    transform: none;
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
  }
  .page-home .offer .offer-cards-container .offer-cards-nav button {
    position: unset !important;
    background: #2C233B;
  }
  .page-home .offer .offer-cards-container .offer-cards-nav button img {
    transition: all 0.4s;
  }
  .page-home .offer .offer-cards-container .offer-cards-nav button.slick-disabled img {
    opacity: 0.5;
  }
  .page-home .offer .offer-cards-container .slick-dots {
    position: absolute;
    left: 25px;
    bottom: 0;
    height: 36px;
    margin: 0;
    display: flex;
    gap: 6px;
    padding: 14px 20px;
    border-radius: 18px;
    background: #2C233B;
  }
  .page-home .offer .offer-cards-container .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #F9F8F3;
    opacity: 0.5;
    transition: all 0.4s;
  }
  .page-home .offer .offer-cards-container .slick-dots li.slick-active {
    width: 32px;
    opacity: 1;
  }
  .page-home .offer .offer-cards-container .slick-dots li button {
    font-size: 0;
    color: transparent;
  }
}
.page-home .offer .offer-cards {
  position: relative;
  display: flex;
  gap: 48px;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-color: transparent transparent;
  width: 100vw;
  margin-right: 0;
}
.page-home .offer .offer-cards::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1199px) {
  .page-home .offer .offer-cards {
    overflow: scroll;
    overflow-y: hidden;
  }
  .page-home .offer .offer-cards::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-home .offer .offer-cards {
    padding-top: 50px;
    padding-bottom: 40px;
    margin-left: -15px;
    padding-left: 45px;
    gap: 60px;
  }
}
@media screen and (max-width: 575px) {
  .page-home .offer .offer-cards {
    display: block;
    padding: 20px 0 72px 0;
    margin-left: -20px;
  }
}
.page-home .offer .offer-cards .offer-card {
  display: block;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
.page-home .offer .offer-cards .offer-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  filter: saturate(0.8);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 575px) {
  .page-home .offer .offer-cards .offer-card img {
    width: 65vw;
  }
}
.page-home .offer .offer-cards .offer-card svg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 1;
  width: calc(100% + 100px);
  transition: all 0.6s;
}
@media screen and (max-width: 575px) {
  .page-home .offer .offer-cards .offer-card svg {
    left: -50px;
    transform: none;
    width: calc(65vw + 100px);
  }
}
.page-home .offer .offer-cards .offer-card path {
  fill: transparent;
  overflow: visible;
}
.page-home .offer .offer-cards .offer-card text {
  overflow: visible;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.page-home .offer .offer-cards .offer-card textPath {
  overflow: visible;
  text-align: center;
}
.page-home .offer .offer-cards .offer-card:hover img, .page-home .offer .offer-cards .offer-card:focus img {
  -webkit-filter: saturate(2);
  filter: saturate(2);
  border-radius: 200px;
}
.page-home .offer .offer-cards .offer-card:hover svg, .page-home .offer .offer-cards .offer-card:focus svg {
  top: -50px;
  opacity: 1;
}
@media screen and (max-width: 575px) {
  .page-home .offer .offer-cards .offer-card {
    height: calc(97.5vw + 50px);
    min-width: unset;
    padding-top: 50px;
  }
  .page-home .offer .offer-cards .offer-card img {
    margin: auto;
    border-radius: 200px;
  }
  .page-home .offer .offer-cards .offer-card svg {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
  .page-home .offer .offer-cards .offer-card:hover svg {
    top: 0;
  }
}
@media screen and (min-width: 576px) {
  .page-home .offer .offer-cards {
    margin-left: calc((var(--container) - 100vw) / 2 - 15px);
    padding-left: calc((100vw - var(--container)) / 2 + 59px);
    padding-right: calc((100vw - var(--container)) / 2 + 59px);
  }
  .page-home .offer .offer-cards .offer-card {
    min-width: calc((var(--container) - 30px - 48px) / 2.5);
  }
  .page-home .offer .offer-cards .offer-card img {
    height: calc((var(--container) - 30px - 48px) / 2 * 1.2);
  }
}
@media screen and (min-width: 992px) {
  .page-home .offer .offer-cards {
    margin-left: calc((var(--container) - 100vw) / 2 - 15px);
    padding-left: calc((100vw - var(--container)) / 2 + 59px);
    padding-right: calc((100vw - var(--container)) / 2 + 59px);
  }
  .page-home .offer .offer-cards .offer-card {
    min-width: calc((var(--container) - 30px - 96px) / 3);
  }
  .page-home .offer .offer-cards .offer-card img {
    height: calc((var(--container) - 30px - 96px) / 3 * 1.5);
  }
}
@media screen and (min-width: 1200px) {
  .page-home .offer .offer-cards {
    margin-left: calc((var(--container) - 100vw) / 2 - 15px);
    padding-left: calc((100vw - var(--container)) / 2 + 59px);
    padding-right: calc((100vw - var(--container)) / 2 + 59px);
  }
  .page-home .offer .offer-cards .offer-card {
    min-width: calc((var(--container) - 30px - 144px) / 4);
    max-width: calc((var(--container) - 30px - 144px) / 4);
  }
  .page-home .offer .offer-cards .offer-card img {
    height: calc((var(--container) - 30px - 144px) / 4 * 1.5);
  }
}
.page-home .experiences {
  color: #F9F8F3;
  margin: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-home .experiences {
    border-radius: 0;
    margin-bottom: 48px;
  }
}
.page-home .experiences .container {
  position: relative;
}
.page-home .experiences .section-bottom {
  margin-top: 74px;
}
.page-home .experiences .exp-header {
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: 63px;
  padding-bottom: 63px;
  z-index: 1;
}
.page-home .experiences .exp-header h2 {
  line-height: 24px;
  color: #F9F8F3;
}
.page-home .experiences .exp-header .all-exp {
  font-family: "Cormorant SC", serif;
  color: #F9F8F3;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  text-align: right;
  float: right;
  text-transform: uppercase;
  background: linear-gradient(#F9F8F3 0 0) var(--p, 0) 100%/var(--d, 0) 1px no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
}
.page-home .experiences .exp-header .all-exp.no-link {
  cursor: default;
}
.page-home .experiences .exp-header .all-exp:hover, .page-home .experiences .exp-header .all-exp:focus {
  --d: 100%;
  --p: 100%;
}
@media screen and (max-width: 767px) {
  .page-home .experiences .exp-header {
    position: unset;
    width: auto;
    flex-direction: column;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 36px;
  }
  .page-home .experiences .exp-header img {
    filter: invert(1);
  }
  .page-home .experiences .exp-header h2 {
    margin-top: 8px;
    margin-bottom: 16px;
    color: #2C233B;
  }
}
.page-home .experiences .slider-fullscreen {
  overflow: hidden;
  border-radius: 48px;
}
.page-home .experiences .slider-fullscreen .slick-list {
  overflow: hidden;
  border-radius: 48px;
}
@media screen and (max-width: 767px) {
  .page-home .experiences .slider-fullscreen .slick-list {
    border-radius: 36px;
  }
}
.page-home .experiences .slider-fullscreen .slick-dots {
  position: absolute;
  bottom: 92px;
  margin-bottom: 0;
  display: flex;
  gap: 16px;
  left: 50%;
  bottom: -40px;
  transform: translate(-50%);
}
@media screen and (min-width: 768px) {
  .page-home .experiences .slider-fullscreen .slick-dots {
    bottom: 92px;
    transform: none;
    left: calc((100% - 690px) / 2 + 57.5px);
  }
}
@media screen and (min-width: 992px) {
  .page-home .experiences .slider-fullscreen .slick-dots {
    left: calc((100% - 930px) / 2 + 77.5px);
  }
}
@media screen and (min-width: 1200px) {
  .page-home .experiences .slider-fullscreen .slick-dots {
    left: calc((100% - 1110px) / 2 + 92.5px);
  }
}
@media screen and (min-width: 1400px) {
  .page-home .experiences .slider-fullscreen .slick-dots {
    left: calc((100% - 1290px) / 2 + 107.5px);
  }
}
.page-home .experiences .slider-fullscreen .slick-dots li button {
  width: 16px;
  height: 8px;
  border-radius: 100px;
  border: 2px solid #F9F8F3;
  font-size: 0;
  color: transparent;
  background: transparent;
  padding: 0;
  cursor: pointer;
}
.page-home .experiences .slider-fullscreen .slick-dots li button:focus, .page-home .experiences .slider-fullscreen .slick-dots li button:focus-visible {
  outline: none;
}
@media screen and (max-width: 767px) {
  .page-home .experiences .slider-fullscreen .slick-dots li button {
    border: 2px solid #2C233B;
  }
}
.page-home .experiences .slider-fullscreen .slick-dots li.slick-active button {
  background: #F9F8F3;
}
@media screen and (max-width: 767px) {
  .page-home .experiences .slider-fullscreen .slick-dots li.slick-active button {
    background: #2C233B;
  }
}
.page-home .experiences .slider-fullscreen .slide {
  position: relative;
  height: calc(100vh - 124px);
  max-height: 900px;
  padding-top: 150px;
  padding-bottom: 92px;
  text-align: center;
  transition: all 0.6s;
}
@media screen and (max-width: 767px) {
  .page-home .experiences .slider-fullscreen .slide {
    padding: 60px 36px;
    min-height: 60vh;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
  }
  .page-home .experiences .slider-fullscreen .slide .slide-arrows {
    display: flex;
    gap: 36px;
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 575px) {
  .page-home .experiences .slider-fullscreen .slide {
    height: 500px;
  }
}
.page-home .experiences .slider-fullscreen .slide .bg-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75);
  transition: all 0.6s;
}
.page-home .experiences .slider-fullscreen .slide .exp-link {
  position: absolute;
  bottom: 160px;
}
@media screen and (max-width: 767px) {
  .page-home .experiences .slider-fullscreen .slide .exp-link {
    position: relative;
    bottom: unset;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-home .experiences .slider-fullscreen .slide .exp-link {
    width: 632.5px;
    padding-right: 57.5px;
    left: calc((100% - 690px) / 2 + 57.5px);
  }
}
@media screen and (min-width: 992px) {
  .page-home .experiences .slider-fullscreen .slide .exp-link {
    width: 852.5px;
    padding-right: 77.5px;
    left: calc((100% - 930px) / 2 + 77.5px);
  }
}
@media screen and (min-width: 1200px) {
  .page-home .experiences .slider-fullscreen .slide .exp-link {
    width: 1017.5px;
    padding-right: 92.5px;
    left: calc((100% - 1110px) / 2 + 92.5px);
  }
}
@media screen and (min-width: 1400px) {
  .page-home .experiences .slider-fullscreen .slide .exp-link {
    width: 1182.5px;
    padding-right: 107.5px;
    left: calc((100% - 1290px) / 2 + 107.5px);
  }
}
.page-home .experiences .slider-fullscreen .slide .title {
  font-family: "Aeonik", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  text-align: left;
  color: #F9F8F3;
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .page-home .experiences .slider-fullscreen .slide .title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.page-home .experiences .slider-fullscreen .slide .arrow-link {
  display: flex;
  align-items: center;
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  color: #F9F8F3;
}
.page-home .experiences .slider-fullscreen .slide .arrow-link img {
  margin-left: 10px;
  width: 20px;
  transition: all 0.6s;
}
.page-home .experiences .slider-fullscreen .slide .arrow-link:hover img, .page-home .experiences .slider-fullscreen .slide .arrow-link:focus img {
  margin-left: 30px;
}
.page-home .experiences .slider-fullscreen .slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 50%;
  background: rgba(249, 248, 243, 0.3);
  cursor: pointer;
  transition: all 0.4s;
}
.page-home .experiences .slider-fullscreen .slide .slick-arrow img {
  filter: brightness(0);
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .page-home .experiences .slider-fullscreen .slide .slick-arrow {
    position: unset;
    transform: none;
    background: rgba(249, 248, 243, 0.5);
  }
}
.page-home .experiences .slider-fullscreen .slide .slick-arrow.prev-slide-exp {
  left: -43px;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .page-home .experiences .slider-fullscreen .slide .slick-arrow.prev-slide-exp {
    transform: rotate(180deg);
  }
}
@media screen and (min-width: 768px) {
  .page-home .experiences .slider-fullscreen .slide .slick-arrow.prev-slide-exp {
    left: -57.5px;
  }
}
@media screen and (min-width: 992px) {
  .page-home .experiences .slider-fullscreen .slide .slick-arrow.prev-slide-exp {
    left: -77.5px;
  }
}
@media screen and (min-width: 1200px) {
  .page-home .experiences .slider-fullscreen .slide .slick-arrow.prev-slide-exp {
    left: -92.5px;
  }
}
@media screen and (min-width: 1400px) {
  .page-home .experiences .slider-fullscreen .slide .slick-arrow.prev-slide-exp {
    left: -107.5px;
  }
}
.page-home .experiences .slider-fullscreen .slide .slick-arrow.next-slide-exp {
  right: 0;
}
.page-home .experiences .slider-fullscreen .slide .slick-arrow:hover, .page-home .experiences .slider-fullscreen .slide .slick-arrow:focus {
  background: #F5D08A;
}
.page-home .experiences .slider-fullscreen .slide .slick-arrow:hover img, .page-home .experiences .slider-fullscreen .slide .slick-arrow:focus img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(64%) saturate(493%) hue-rotate(142deg) brightness(87%) contrast(89%);
}
.page-home .partners {
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .page-home .partners {
    padding-bottom: 48px;
  }
}
.page-home .partners .container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .page-home .partners .container {
    padding-top: 48px;
    padding-bottom: 38px;
  }
}
.page-home .partners .marquee {
  width: fit-content;
  height: 200px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 34px;
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .page-home .partners .marquee {
    margin-top: 0;
    margin-bottom: 38px;
  }
}
.page-home .partners .marquee .marquee-inner {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: marquee 30s linear infinite;
}
.page-home .partners .marquee .marquee-inner:hover, .page-home .partners .marquee .marquee-inner:focus {
  animation-play-state: paused;
}
.page-home .partners .marquee .marquee-inner span {
  float: left;
  width: auto;
  display: flex;
}
.page-home .partners .partners-grid {
  display: flex;
  align-items: center;
}
.page-home .partners .partners-grid .partner {
  margin-right: 96px;
}
.page-home .partners .partners-grid .partner img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .page-home .places {
    padding-top: 48px;
    overflow: hidden;
  }
}
.page-home .places .places-wrapper {
  padding-top: 50px;
  padding-bottom: 70px;
  background: #F9F8F3;
  border-radius: 48px;
}
@media screen and (max-width: 991px) {
  .page-home .places .places-wrapper {
    padding-bottom: 0;
    background: transparent;
  }
}
.page-home .places .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-home .places .section-header {
  position: relative;
  z-index: 1;
}
.page-home .places .map {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-home .places .map {
    margin-top: -40px;
  }
}
@media screen and (max-width: 575px) {
  .page-home .places .map {
    width: 1200px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 991px) {
  .page-home .places .map .map-img {
    width: 1600px;
    position: relative;
    left: 60%;
    transform: translateX(-50%);
    margin-bottom: -70px;
  }
}
@media screen and (max-width: 767px) {
  .page-home .places .map .map-img {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .page-home .places .map .map-img {
    width: 1200px;
    left: 55%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px) {
  .page-home .places .map .map-img {
    width: 130%;
    margin-left: -15%;
    margin-top: -5%;
    margin-bottom: -8%;
  }
}
.page-home .places .map .marker {
  position: absolute;
  top: var(--top);
  left: var(--left);
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (min-width: 1400px) {
  .page-home .places .map .marker {
    left: calc(var(--left) + 1%);
  }
  .page-home .places .map .marker.como, .page-home .places .map .marker.lecco {
    left: var(--left);
  }
}
@media screen and (max-width: 1199px) {
  .page-home .places .map .marker {
    left: calc(var(--left) - 1%);
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 991px) {
  .page-home .places .map .marker {
    left: calc(var(--left) * 1.79 - 29.05%);
    top: calc(var(--top) * 0.91 + 6.51%);
  }
  .page-home .places .map .marker.menaggio {
    left: calc(var(--left) * 1.79 - 27.05%);
  }
}
@media screen and (max-width: 767px) {
  .page-home .places .map .marker {
    left: calc(var(--left) * 2.48 - 62.4%) !important;
    top: calc(var(--top) * 0.86 + 5.58%);
  }
}
@media screen and (max-width: 575px) {
  .page-home .places .map .marker {
    left: calc(var(--left) * 0.78 + 16.21%) !important;
    top: calc(var(--top) * 0.86 + 5.6%);
    height: 40px;
    margin-top: -20px;
  }
}
.page-home .places .map .marker .name {
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 1.45px;
  text-transform: uppercase;
  color: #F9F8F3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: relative;
  transition: all 0.5s;
}
@media screen and (max-width: 575px) {
  .page-home .places .map .marker .name {
    font-size: 22px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .page-home .places .map .marker .name {
    margin-top: 15px;
  }
}
.page-home .places .map .marker .arrow {
  position: absolute;
  top: calc(50% + 24px);
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media screen and (max-width: 575px) {
  .page-home .places .map .marker .arrow {
    top: calc(50% + 12px);
  }
}
.page-home .places .map .marker::before {
  content: "";
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #2793A8;
  mix-blend-mode: multiply;
  opacity: 0.85;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 7991px) {
  .page-home .places .map .marker::before {
    width: 22px;
  }
}
.page-home .places .map .marker.active .name, .page-home .places .map .marker.active .arrow {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.page-home .places .map .marker.active::before {
  width: calc(100% + 24px);
}
.page-home .places .indicator-trail {
  position: relative;
  border-top: 1px solid #603D5F;
  border-bottom: 1px solid #603D5F;
}
.page-home .places .indicator-trail .indicator {
  opacity: 0;
  height: 2px;
  background: #2793A8;
  transition: all 0.5s;
}
.page-home .places .indicator-trail .indicator.active {
  opacity: 1;
}
.page-home .places .place-names {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.page-home .places .place-names .name {
  font-family: "Aeonik", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #603D5F;
  letter-spacing: 0.32px;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.5s;
}
.page-home .places .place-names .name.active {
  color: #2793A8;
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 50%;
  background: #2793A8;
  cursor: pointer;
}
.back-to-top img {
  transform: rotate(-90deg);
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -50%;
  }
}
.page-info .hero {
  margin: -240px 0 70px 0;
  width: 100vw;
  height: 45vw;
  min-height: 550px;
  max-height: 700px;
  position: relative;
  overflow: hidden;
}
.page-info .hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(44, 35, 59, 0.45) 0%, rgba(44, 35, 59, 0) 100%);
  background-blend-mode: multiply;
}
.page-info .hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-info .hero h1 {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-family: "Noka", sans-serif;
  font-size: 53px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  letter-spacing: 3.01px;
  text-transform: uppercase;
  color: #F9F8F3;
  margin-bottom: 0;
  width: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  .page-info .hero {
    min-height: 500px;
  }
  .page-info .hero h1 {
    font-size: 36px;
  }
}
.page-info p {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  color: #2C233B;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-info p {
    margin-bottom: 48px;
  }
}
.page-info .info-block {
  margin-bottom: 28px;
}
.page-info .info-block .label {
  font-size: 12px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: start;
  color: #2C233B;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.page-info .info-block a {
  font-size: 22px;
  font-weight: 400;
  line-height: normal;
  color: #2C233B;
  padding-bottom: 2px;
  background: linear-gradient(#2C233B 0 0) 0 100%/0 2px no-repeat;
  transition: 0.4s, background-position 0s 0.4s;
}
.page-info .info-block a:hover, .page-info .info-block a:focus {
  background: linear-gradient(#2C233B 0 0) 100% 100%/100% 2px no-repeat;
}

#authentication #content {
  padding: 0;
  max-width: 900px;
}
#authentication .login-hero {
  margin: -240px -15px 70px -15px;
  width: 100vw;
  height: 45vw;
  min-height: 550px;
  max-height: 700px;
  position: relative;
  overflow: hidden;
}
#authentication .login-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(44, 35, 59, 0.45) 0%, rgba(44, 35, 59, 0) 100%);
  background-blend-mode: multiply;
}
#authentication .login-hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#authentication .login-hero h1 {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-family: "Noka", sans-serif;
  font-size: 53px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  letter-spacing: 3.01px;
  text-transform: uppercase;
  color: #F9F8F3;
  margin-bottom: 0;
  width: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  #authentication .login-hero {
    height: 500px;
  }
  #authentication .login-hero h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  #authentication .login-hero {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#authentication h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  color: #2C233B;
  text-align: center;
  margin-bottom: 32px;
}
#authentication .form-control-label,
#authentication .form-control-comment {
  display: none;
}
#authentication .js-input-column {
  margin: auto;
}
@media screen and (max-width: 767px) {
  #authentication .js-input-column {
    width: 100%;
  }
}
#authentication .form-control {
  border: none;
  color: #2C233B;
  text-align: center;
  padding: 6px 20px;
  background: transparent;
  border-bottom: 1px solid #2C233B;
}
#authentication .form-control:focus, #authentication .form-control:focus-visible {
  outline: none;
}
#authentication .form-control[type=password], #authentication .form-control[type=text] {
  padding-right: 0;
}
#authentication .js-parent-focus.focus {
  outline: none;
}
#authentication .input-group-btn button {
  padding: 0;
  width: 20px;
  position: relative;
  background: transparent;
  border-bottom: 1px solid #2C233B;
}
#authentication .input-group-btn button::before {
  content: "";
  width: 20px;
  height: 20px;
  right: 0;
  position: absolute;
  background: url("../img/icons/eye.svg");
}
#authentication .input-group-btn button.active::after {
  content: "";
  width: 1px;
  height: 21px;
  right: 10px;
  position: absolute;
  background: #2C233B;
  transform: rotate(45deg);
}
#authentication .input-group-btn button:focus {
  outline: none;
}
#authentication .privacy-checkbox {
  text-align: center;
  margin-top: 24px;
}
#authentication .privacy-checkbox label {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: #2C233B;
  line-height: normal;
  text-align: start;
  cursor: pointer;
}
#authentication .privacy-checkbox label input {
  accent-color: #2C233B;
}
#authentication .privacy-checkbox label a {
  color: #2C233B;
  text-decoration: underline;
}
#authentication .forgot-password {
  padding: 0 !important;
  margin: 32px 0 0 0 !important;
}
#authentication .forgot-password a {
  color: rgba(44, 35, 59, 0.4);
}
#authentication .form-footer {
  text-align: center;
}
#authentication .form-footer button {
  font-family: "Noka", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  color: #2C233B;
  letter-spacing: 2.3px;
  margin: auto;
  padding: 0;
  margin-top: 32px;
  text-transform: uppercase;
  background: linear-gradient(#2C233B 0 0) 0 100%/0 2px no-repeat;
  transition: 0.4s, background-position 0s 0.4s;
}
#authentication .form-footer button:hover, #authentication .form-footer button:focus {
  color: #2793A8;
  background: linear-gradient(#2793A8 0 0) 100% 100%/100% 2px no-repeat;
}
#authentication .form-footer button:focus {
  outline: none;
}

.page-manifesto .text-center svg {
  margin-bottom: 24px;
}
.page-manifesto h1 {
  font-family: "Noka", sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.01px;
  text-transform: uppercase;
  color: #2C233B;
  margin: 8px auto 0 auto;
}
.page-manifesto .subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 35px;
  font-weight: 500;
  line-height: normal;
  color: #2C233B;
  text-wrap: balance;
}
.page-manifesto .subtitle.italic {
  font-size: 29px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
.page-manifesto .marquee-outer {
  overflow: hidden;
  margin-top: 96px;
  margin-bottom: 120px;
}
.page-manifesto .marquee {
  width: fit-content;
  height: 360px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.page-manifesto .marquee .marquee-inner {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: marquee 40s linear infinite;
}
.page-manifesto .marquee .marquee-inner span {
  float: left;
  width: auto;
  display: flex;
}
.page-manifesto .marquee .marquee-inner span img {
  width: 300px;
  height: 360px;
  object-fit: cover;
  border-radius: 20px;
  margin-right: 24px;
}
.page-manifesto .text-container {
  color: #2C233B;
}
.page-manifesto .text-container .intro {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-top: 11px;
}
.page-manifesto .text-container .intro.big {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .page-manifesto .text-container .intro {
    margin-bottom: 36px;
  }
}
.page-manifesto .text-container .paragraph {
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  font-weight: 500;
  line-height: normal;
  color: rgba(44, 35, 59, 0.6);
}
.page-manifesto .text-container .paragraph.big {
  font-size: 35px;
  color: #2C233B;
}
@media screen and (max-width: 767px) {
  .page-manifesto .text-container .paragraph {
    margin-bottom: 36px;
  }
}
.page-manifesto .text-container a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #2793A8;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 96px;
  transition: all 0.8s;
}
.page-manifesto .text-container a:hover, .page-manifesto .text-container a:focus {
  gap: 36px;
}
.page-manifesto .parallax-images {
  margin-top: 180px;
  margin-bottom: 60px;
}
.page-manifesto .parallax-images .right {
  margin-top: 50%;
}
@media screen and (max-width: 767px) {
  .page-manifesto .parallax-images .right {
    margin-top: 80px;
    aspect-ratio: 1.2;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .page-manifesto .parallax-images {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.page-manifesto .image-container img {
  width: 100%;
  border-radius: 32px;
}
.page-manifesto .image-container img.big {
  border-radius: 48px;
  margin-top: 120px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-manifesto .image-container img.big {
    margin-top: 80px;
    margin-bottom: 80px;
    aspect-ratio: 1;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .page-manifesto h1 {
    font-size: 36px;
    letter-spacing: 2.52px;
    margin: 16px 0;
  }
  .page-manifesto .subtitle {
    font-size: 24px !important;
  }
  .page-manifesto .marquee-outer {
    margin-top: 52px;
    margin-bottom: 60px;
  }
  .page-manifesto .marquee {
    height: 250px;
  }
  .page-manifesto .marquee .marquee-inner span img {
    width: 210px;
    height: 250px;
  }
  .page-manifesto .text-container {
    padding-left: 23px;
    padding-right: 23px;
  }
  .page-manifesto .text-container .intro {
    margin-bottom: 24px;
  }
  .page-manifesto .text-container .intro.big {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .page-manifesto .text-container .paragraph {
    font-size: 22px;
    line-height: 115%;
    margin-bottom: 0;
  }
  .page-manifesto .text-container .paragraph.big {
    font-size: 26px;
    color: #2C233B;
    margin-bottom: 0;
    line-height: normal;
  }
  .page-manifesto .text-container a {
    margin-top: 32px;
  }
  .page-manifesto .parallax-images {
    padding-left: 23px;
    padding-right: 23px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .page-manifesto .parallax-images .right {
    margin-top: 24px;
    aspect-ratio: 1.6;
  }
  .page-manifesto .image-container img.big {
    aspect-ratio: 0.8;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-manifesto .parallax-images {
    margin-top: 90px;
    margin-bottom: 120px;
  }
  .page-manifesto .parallax-images .right {
    margin-top: 48px;
  }
  .page-manifesto .image-container img.big {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-manifesto .parallax-images .right {
    margin-top: 50%;
  }
  .page-manifesto .image-container img.big {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .page-manifesto .text-container .intro.big {
    margin-bottom: 70px;
  }
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -50%;
  }
}
#product .padding-for-header {
  padding-top: 164px !important;
}
@media screen and (max-width: 767px) {
  #product .padding-for-header {
    padding-top: 116px !important;
  }
}

.back-product {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 50px;
  padding: 4px 12px;
  border-radius: 20px;
  background: #2C233B;
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #F9F8F3;
  transition: all 0.3s;
}
.back-product img {
  filter: invert(1);
}
@media screen and (min-width: 768px) {
  .back-product:hover, .back-product:focus {
    color: #F9F8F3;
    gap: 40px;
    margin-left: -32px;
  }
}
@media screen and (max-width: 767px) {
  .back-product {
    margin-bottom: 32px;
  }
  .back-product span {
    display: none;
  }
}

.product-info-container h1, .product-info-container .h1 {
  color: #C96349;
  font-family: "Noka", sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
  word-break: break-word;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.product-info-container .product-description-short p {
  color: #C96349;
  font-family: "Aeonik", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.48px;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-info-container h1, .product-info-container .h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 991px) {
  .product-info-container .product-description-short {
    margin-top: 32px;
  }
  .product-info-container .product-description-short p {
    font-size: 21px;
    line-height: 110%;
  }
}
.product-info-container .product-description {
  margin-bottom: 24px;
}
.product-info-container .product-description p {
  color: #2C233B;
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
}
.product-info-container .product-description ul {
  list-style: disc;
  padding-left: 1rem;
}
.product-info-container .product-description ol {
  padding-left: 1rem;
}
.product-info-container .social-sharing {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.product-info-container .social-sharing img {
  height: 16px;
}
.product-info-container .go-to-form {
  color: #C96349;
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.6s;
}
.product-info-container .go-to-form:hover, .product-info-container .go-to-form:focus {
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .product-info-container {
    width: 100%;
  }
}
.product-info {
  margin-top: 60px;
  margin-bottom: 60px;
}
.product-info h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  color: #C96349;
  margin-bottom: 18px;
}
.product-info h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  color: #C96349;
}
@media screen and (max-width: 767px) {
  .product-info {
    margin-bottom: 0;
  }
  .product-info h4 {
    font-size: 20px;
  }
}
.product-info h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  color: #C96349;
}
.product-info .partner-logo {
  width: 50%;
  margin: 48px 0;
}
@media screen and (max-width: 768px) {
  .product-info .partner-logo {
    min-width: 200px;
  }
}
.product-info .partner-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.product-info .partner-info a {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.32px;
  color: #C96349;
}
.product-info .additional-partners {
  margin-top: 48px;
}
.product-info .additional-partners .partner-logo {
  margin: 12px 0;
  width: 25%;
}
.product-info .additional-partners .partner-info {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .product-info .mt-mobile {
    margin-top: 48px;
  }
}

.featured-products,
.product-cross-selling {
  width: 100%;
}
.featured-products > .row,
.product-cross-selling > .row {
  margin-left: -30px;
  margin-right: -30px;
}
.featured-products h3,
.product-cross-selling h3 {
  color: #C96349;
  font-family: "Aeonik", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 28px;
}
@media screen and (max-width: 1199px) {
  .featured-products .row,
  .product-cross-selling .row {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100vw;
    overflow: scroll;
    padding-bottom: 100px;
    margin-bottom: -140px;
    margin-left: calc((var(--container) - 100vw) / 2 - 15px);
    margin-right: calc((var(--container) - 100vw) / 2 - 15px);
    padding-left: calc((100vw - var(--container)) / 2 - 12px);
    padding-right: calc((100vw - var(--container)) / 2 - 12px);
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
  }
  .featured-products .row .product,
  .product-cross-selling .row .product {
    min-width: 40%;
  }
  .featured-products .row::-webkit-scrollbar,
  .product-cross-selling .row::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .featured-products h3,
  .product-cross-selling h3 {
    font-size: 20px;
  }
  .featured-products .row .product,
  .product-cross-selling .row .product {
    min-width: 70%;
  }
}
@media screen and (max-width: 575px) {
  .featured-products .row,
  .product-cross-selling .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.js-images-container-mobile,
.mobile-slideshow,
.mobile-title {
  display: none;
}

@media screen and (max-width: 991px) {
  .product-info-container .go-to-form,
  .product-info-container .h1,
  .slideshow .js-images-container .product-cover,
  .slideshow .js-images-container .js-qv-mask {
    display: none;
  }
  .mobile-title {
    display: block;
  }
  .mobile-title h1, .mobile-title .h1 {
    color: #C96349;
    font-family: "Noka", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.52px;
    text-transform: uppercase;
  }
  .js-images-container-mobile {
    width: 100%;
    display: block;
    margin: auto;
    overflow: hidden;
  }
  .js-images-container-mobile .js-image {
    width: 100%;
    height: auto;
    border-radius: 0 !important;
  }
}
.slideshow .product-cover {
  width: 100%;
}
.slideshow .product-cover img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.slideshow .images-container {
  display: flex;
  flex-direction: row;
}
.slideshow .images-container .product-images > li.thumb-container .thumb {
  width: 100%;
  opacity: 0.5;
  transition: all 0.3s;
}
.slideshow .images-container .product-images > li.thumb-container .thumb.selected,
.slideshow .images-container .product-images > li.thumb-container .thumb:hover,
.slideshow .images-container .product-images > li.thumb-container .thumb:focus {
  opacity: 1;
  border: none;
}
.slideshow .images-container img {
  border-radius: 12px;
}
.slideshow .images-container .js-qv-mask {
  width: 140px !important;
  margin-left: 24px !important;
  min-width: 105px;
}
.slideshow .images-container .js-qv-mask ul {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .slideshow .images-container {
    flex-direction: column;
  }
  .slideshow .images-container .js-images-container-mobile {
    max-width: calc(100vw - 40px) !important;
    width: 100% !important;
    margin: 0 !important;
    border-radius: 20px;
  }
  .slideshow .images-container .js-images-container-mobile ul.slick-dots {
    gap: 12px;
    flex-direction: row;
    position: absolute;
    bottom: 20px;
    justify-content: center;
    width: 100%;
    display: flex;
  }
  .slideshow .images-container .js-images-container-mobile ul.slick-dots li {
    width: 8px;
    height: 8px;
    background: rgba(249, 248, 243, 0.5);
    border-radius: 100px;
    transition: all 0.4s;
  }
  .slideshow .images-container .js-images-container-mobile ul.slick-dots li.slick-active {
    width: 32px;
    background-color: #F9F8F3;
  }
  .slideshow .images-container .js-images-container-mobile ul.slick-dots li button {
    color: transparent;
  }
}
@media screen and (max-width: 575px) {
  .slideshow .images-container .js-images-container-mobile ul.slick-dots {
    width: calc(100vw - 40px);
  }
}

#privacyModal {
  background: rgba(0, 0, 0, 0.4);
}
#privacyModal .modal-content {
  width: 100%;
  border: 0;
  border-radius: 12px;
  max-height: 80vh;
  overflow: scroll;
}
#privacyModal .modal-content .modal-header {
  border: none;
  display: flex;
  justify-content: space-between;
  padding: 24px;
}
#privacyModal .modal-content .modal-header .btn-close {
  font-size: 30px;
  font-weight: 300;
  color: #2C233B;
  cursor: pointer;
}
#privacyModal .modal-content .modal-header::after {
  display: none;
}
#privacyModal .modal-content .modal-body {
  padding: 0 24px 8px 24px;
}
#privacyModal .modal-content .modal-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  color: #2C233B;
}

.dotted-separator {
  height: 2px;
  background: url("../img/dotted-line.svg");
  background-position: left;
  background-size: auto 100%;
  background-repeat: repeat;
  margin: 32px 15px;
}

@media screen and (max-width: 991px) {
  .d-none-desktop {
    display: block;
  }
  .d-none-mobile {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .d-none-desktop {
    display: none;
  }
  .d-none-mobile {
    display: block;
  }
}
#module-jmarketplace-sellerprofile #content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
#module-jmarketplace-sellerprofile .hero {
  width: 100vw;
  height: 41vw;
  min-height: 500px;
  max-height: 700px;
  padding-bottom: 120px;
  display: flex;
  align-items: flex-end;
  position: relative;
  background-size: cover;
  background-position: center;
}
#module-jmarketplace-sellerprofile .hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(44, 35, 59, 0.55) 0%, rgba(44, 35, 59, 0) 100%), linear-gradient(0deg, rgba(245, 208, 138, 0.4) 0%, rgba(245, 208, 138, 0.4) 100%), lightgray 0px -38.728px/100% 152.32% no-repeat;
  mix-blend-mode: multiply;
}
#module-jmarketplace-sellerprofile .hero h1 {
  color: #F9F8F3;
  font-family: "Noka", sans-serif;
  font-size: 53px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 3.71px;
  text-align: center;
  text-transform: uppercase;
  word-break: break-word;
  position: relative;
  margin-bottom: 0;
}
#module-jmarketplace-sellerprofile .hero h2 {
  color: #F9F8F3;
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 130%;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.58px;
  position: relative;
  margin-bottom: 0;
}
#module-jmarketplace-sellerprofile .hero .back-partners {
  position: absolute;
  top: 164px;
  left: calc((100vw - var(--container)) / 2 + 15px);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 20px;
  background: rgba(249, 248, 243, 0.5);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #2C233B;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  #module-jmarketplace-sellerprofile .hero .back-partners:hover, #module-jmarketplace-sellerprofile .hero .back-partners:focus {
    gap: 40px;
    margin-left: -32px;
  }
}
@media screen and (max-width: 991px) {
  #module-jmarketplace-sellerprofile .hero .back-partners {
    top: 134px;
  }
}
@media screen and (max-width: 767px) {
  #module-jmarketplace-sellerprofile .hero .back-partners {
    top: 116px;
  }
  #module-jmarketplace-sellerprofile .hero .back-partners span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #module-jmarketplace-sellerprofile .hero {
    min-height: 400px;
    padding-bottom: 32px;
  }
  #module-jmarketplace-sellerprofile .hero .container {
    padding-left: 22px;
    padding-right: 22px;
  }
  #module-jmarketplace-sellerprofile .hero h1 {
    font-size: 36px;
  }
  #module-jmarketplace-sellerprofile .hero h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
  }
}
@media screen and (max-width: 575px) {
  #module-jmarketplace-sellerprofile .hero {
    margin-left: -5px;
  }
  #module-jmarketplace-sellerprofile .hero .back-partners {
    left: 20px;
  }
}
#module-jmarketplace-sellerprofile .section {
  margin-top: 60px;
  margin-bottom: 60px;
}
#module-jmarketplace-sellerprofile .section.mt-none {
  margin-top: 0px;
}
#module-jmarketplace-sellerprofile .section.mb-none {
  margin-bottom: 0px;
}
#module-jmarketplace-sellerprofile .section h3 {
  color: #C96349;
  font-family: "Aeonik", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #module-jmarketplace-sellerprofile .section h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  #module-jmarketplace-sellerprofile .section.multi-partner {
    margin-left: -5px;
    margin-right: -5px;
  }
}
#module-jmarketplace-sellerprofile .section .slider-partner .slick-arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  background: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  padding: 0;
  z-index: 1;
  font-size: 1px;
  color: transparent;
  cursor: pointer;
}
#module-jmarketplace-sellerprofile .section .slider-partner .slick-arrow:focus, #module-jmarketplace-sellerprofile .section .slider-partner .slick-arrow:focus-visible {
  outline: none;
}
#module-jmarketplace-sellerprofile .section .slider-partner .slick-arrow.slick-prev {
  left: calc((100vw - var(--container)) / 2 + 15px - 24px);
  background-image: url("../img/icons/arrow-carousel-left.svg");
}
#module-jmarketplace-sellerprofile .section .slider-partner .slick-arrow.slick-next {
  right: calc((100vw - var(--container)) / 2 + 15px - 24px);
  background-image: url("../img/icons/arrow-carousel-right.svg");
}
@media screen and (max-width: 767px) {
  #module-jmarketplace-sellerprofile .section .slider-partner .slick-arrow {
    width: 32px;
    height: 32px;
  }
  #module-jmarketplace-sellerprofile .section .slider-partner .slick-arrow.slick-prev {
    left: calc((100vw - var(--container)) / 2 + 15px - 46px);
  }
  #module-jmarketplace-sellerprofile .section .slider-partner .slick-arrow.slick-next {
    right: calc((100vw - var(--container)) / 2 + 15px - 46px);
  }
}
@media screen and (max-width: 575px) {
  #module-jmarketplace-sellerprofile .section .slider-partner .slick-arrow.slick-prev {
    left: 10px;
  }
  #module-jmarketplace-sellerprofile .section .slider-partner .slick-arrow.slick-next {
    right: 10px;
  }
}
#module-jmarketplace-sellerprofile .section .slider-partner .slick-list .slick-track {
  display: flex !important;
}
#module-jmarketplace-sellerprofile .section .slider-partner .slick-list .slick-track .slick-slide {
  height: inherit !important;
}
#module-jmarketplace-sellerprofile .section .slider-partner .slick-list .slick-track .product {
  max-width: 50vw;
}
#module-jmarketplace-sellerprofile .section .slider-partner .experience-block {
  background: #F9F8F3;
  border-radius: 40px;
  overflow: hidden;
  height: 100%;
  margin: 0;
}
#module-jmarketplace-sellerprofile .section .slider-partner .experience-block .img-box .row {
  height: 100%;
}
#module-jmarketplace-sellerprofile .section .slider-partner .experience-block .img-box .row .img {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#module-jmarketplace-sellerprofile .section .slider-partner .experience-block .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 90px 72px 26px;
}
#module-jmarketplace-sellerprofile .section .slider-partner .experience-block .text-box .intro {
  color: #603D5F;
  font-family: "Aeonik", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
#module-jmarketplace-sellerprofile .section .slider-partner .experience-block .text-box h4 {
  color: #603D5F;
  font-family: "Aeonik", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}
#module-jmarketplace-sellerprofile .section .slider-partner .experience-block .text-box .cta {
  color: #603D5F;
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  margin: 0;
  margin-top: 40px;
  max-width: unset;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.6s;
}
#module-jmarketplace-sellerprofile .section .slider-partner .experience-block .text-box .cta:hover, #module-jmarketplace-sellerprofile .section .slider-partner .experience-block .text-box .cta:focus {
  gap: 50px;
}
@media screen and (max-width: 991px) {
  #module-jmarketplace-sellerprofile .section .slider-partner .experience-block {
    flex-direction: column;
    margin: 0 10px;
  }
  #module-jmarketplace-sellerprofile .section .slider-partner .experience-block .img-box .row {
    width: calc(100% + 30px);
  }
  #module-jmarketplace-sellerprofile .section .slider-partner .experience-block .img-box .row .img {
    height: 160px;
  }
  #module-jmarketplace-sellerprofile .section .slider-partner .experience-block .text-box {
    padding: 32px;
  }
  #module-jmarketplace-sellerprofile .section .slider-partner .experience-block .text-box .intro {
    font-size: 20px;
  }
  #module-jmarketplace-sellerprofile .section .slider-partner .experience-block .text-box h4 {
    font-size: 36px;
  }
  #module-jmarketplace-sellerprofile .section .slider-partner .experience-block .text-box .cta {
    margin-top: 24px;
  }
}
@media screen and (max-width: 575px) {
  #module-jmarketplace-sellerprofile .section .slider-partner .experience-block {
    margin: 0 5px;
  }
}
#module-jmarketplace-sellerprofile .section .products {
  margin-left: -26px;
  margin-right: -26px;
}
#module-jmarketplace-sellerprofile .section .products .product {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 991px) {
  #module-jmarketplace-sellerprofile .section .products {
    margin-left: -12px;
    margin-right: -12px;
  }
}
#module-jmarketplace-sellerprofile .section.products-scroll {
  overflow: hidden;
  padding: 0 5px 200px 5px;
  margin: 0 -5px -200px -5px;
}
#module-jmarketplace-sellerprofile .section .flex-nowrap {
  display: flex;
  flex-wrap: nowrap;
  overflow: scroll;
  overflow-y: hidden;
  padding-bottom: 80px;
  margin-bottom: -80px;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-color: transparent transparent;
}
#module-jmarketplace-sellerprofile .section .flex-nowrap::-webkit-scrollbar {
  display: none;
}
#module-jmarketplace-sellerprofile .section .flex-nowrap .product {
  min-width: 40%;
}
@media screen and (max-width: 991px) {
  #module-jmarketplace-sellerprofile .section .flex-nowrap {
    margin-left: calc((var(--container) - 100vw) / 2);
    margin-right: calc((var(--container) - 100vw) / 2);
    padding-left: calc((100vw - var(--container)) / 2);
    padding-right: calc((100vw - var(--container)) / 2);
    margin-bottom: -120px;
  }
}
@media screen and (max-width: 575px) {
  #module-jmarketplace-sellerprofile .section .flex-nowrap {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #module-jmarketplace-sellerprofile .section .flex-nowrap .product {
    min-width: 70%;
  }
}
#module-jmarketplace-sellerprofile .section .partner-logo {
  width: 100%;
  max-width: 250px;
  margin-bottom: 50px;
}
#module-jmarketplace-sellerprofile .section .info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
#module-jmarketplace-sellerprofile .section .info a, #module-jmarketplace-sellerprofile .section .info span {
  color: #C96349;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  word-break: break-word;
}
#module-jmarketplace-sellerprofile .section .description,
#module-jmarketplace-sellerprofile .section .description p {
  color: #2C233B;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  #module-jmarketplace-sellerprofile .section .description {
    padding: 20px 0;
  }
  #module-jmarketplace-sellerprofile .section .description p {
    padding: 0;
  }
}
#module-jmarketplace-sellerprofile .section .address-info .slick-dots {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 0;
}
#module-jmarketplace-sellerprofile .section .address-info .slick-dots li {
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #E8E3DA;
  cursor: pointer;
}
#module-jmarketplace-sellerprofile .section .address-info .slick-dots li button {
  font-size: 12px;
  font-weight: 900;
  color: rgba(44, 35, 59, 0.5);
  cursor: pointer;
}
#module-jmarketplace-sellerprofile .section .address-info .slick-dots li.slick-active {
  background: #2C233B;
}
#module-jmarketplace-sellerprofile .section .address-info .slick-dots li.slick-active button {
  color: #F9F8F3;
}
#module-jmarketplace-sellerprofile .section .gallery-wrapper {
  position: relative;
}
#module-jmarketplace-sellerprofile .section .gallery-wrapper .seller-gallery {
  margin-left: -10px;
  margin-right: -10px;
}
#module-jmarketplace-sellerprofile .section .gallery-wrapper .seller-gallery .slick-slide {
  margin: 0 10px;
  border-radius: 12px;
  aspect-ratio: 1;
  object-fit: cover;
}
#module-jmarketplace-sellerprofile .section .gallery-wrapper .seller-gallery img {
  cursor: pointer;
}
#module-jmarketplace-sellerprofile .section .gallery-wrapper .slide-arrows button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
#module-jmarketplace-sellerprofile .section .gallery-wrapper .slide-arrows button.prev-gallery {
  left: -24px;
}
#module-jmarketplace-sellerprofile .section .gallery-wrapper .slide-arrows button.next-gallery {
  right: -24px;
}
@media screen and (max-width: 767px) {
  #module-jmarketplace-sellerprofile .section .gallery-wrapper .seller-gallery {
    overflow: scroll;
    display: flex;
    gap: 20px;
    margin-left: calc((var(--container) - 100vw) / 2 - 15px);
    margin-right: calc((var(--container) - 100vw) / 2 - 15px);
    padding-left: calc((100vw - var(--container)) / 2 + 15px);
    padding-right: calc((100vw - var(--container)) / 2 + 15px);
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
  }
  #module-jmarketplace-sellerprofile .section .gallery-wrapper .seller-gallery::-webkit-scrollbar {
    display: none;
  }
  #module-jmarketplace-sellerprofile .section .gallery-wrapper .seller-gallery img {
    height: 260px;
    border-radius: 20px;
  }
  #module-jmarketplace-sellerprofile .section .gallery-wrapper .slide-arrows {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  #module-jmarketplace-sellerprofile .section .gallery-wrapper .seller-gallery {
    margin-left: -25px;
    margin-right: -25px;
    padding: 0 25px;
  }
}

.gallery-lightbox-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  padding: 50px;
  display: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.7);
}
.gallery-lightbox-wrapper .gallery-lightbox {
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-lightbox-wrapper .close-lightbox {
  position: absolute;
  top: 30px;
  right: 40px;
  padding: 10px;
  font-size: 50px;
  font-weight: 300;
  color: #F9F8F3;
  cursor: pointer;
}
.gallery-lightbox-wrapper .lightbox-arrows {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  width: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
}
.gallery-lightbox-wrapper .lightbox-arrows button {
  cursor: pointer;
}
.gallery-lightbox-wrapper .img-lightbox {
  max-width: 100%;
  max-height: 100%;
  border-radius: 12px;
}
@media screen and (max-width: 991px) {
  .gallery-lightbox-wrapper .lightbox-arrows {
    left: 32px;
    width: calc(100% - 64px);
  }
}
@media screen and (max-width: 767px) {
  .gallery-lightbox-wrapper {
    padding: 30px;
  }
  .gallery-lightbox-wrapper .gallery-lightbox {
    height: calc(100vh - 60px);
  }
  .gallery-lightbox-wrapper .close-lightbox {
    top: 20px;
    right: 20px;
  }
  .gallery-lightbox-wrapper .lightbox-arrows {
    left: 12px;
    width: calc(100% - 24px);
  }
}

@media screen and (max-width: 575px) {
  #module-jmarketplace-sellers #content {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#module-jmarketplace-sellers .text-center svg {
  margin-bottom: 24px;
}
#module-jmarketplace-sellers h1 {
  font-family: "Noka", sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.01px;
  text-transform: uppercase;
  color: #2C233B;
  text-wrap: balance;
  margin: 8px auto 0 auto;
}
@media screen and (max-width: 767px) {
  #module-jmarketplace-sellers h1 {
    font-size: 36px;
  }
}
#module-jmarketplace-sellers .subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 35px;
  font-weight: 500;
  line-height: normal;
  color: #2C233B;
  text-wrap: balance;
}
#module-jmarketplace-sellers .subtitle.italic {
  font-size: 29px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  #module-jmarketplace-sellers .subtitle {
    font-size: 24px !important;
  }
}
#module-jmarketplace-sellers .partners {
  margin-top: 110px;
}
#module-jmarketplace-sellers .partners p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: rgba(44, 35, 59, 0.6);
}
#module-jmarketplace-sellers .partners .partner-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 400px;
  padding: 16px;
  border-radius: 24px;
  transition: all 0.6s;
}
#module-jmarketplace-sellers .partners .partner-card .partner-logo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 24px;
  transition: all 0.6s;
}
#module-jmarketplace-sellers .partners .partner-card .name {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #2C233B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin-bottom: 4px;
}
#module-jmarketplace-sellers .partners .partner-card .description {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: rgba(44, 35, 59, 0.5);
  width: 85%;
}
#module-jmarketplace-sellers .partners .partner-card:hover, #module-jmarketplace-sellers .partners .partner-card:focus {
  box-shadow: 0px 106px 63px 0px rgba(44, 35, 59, 0.05), 0px 47px 47px 0px rgba(44, 35, 59, 0.09), 0px 12px 26px 0px rgba(44, 35, 59, 0.1);
}
#module-jmarketplace-sellers .partners .partner-card:hover .partner-logo, #module-jmarketplace-sellers .partners .partner-card:focus .partner-logo {
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  #module-jmarketplace-sellers .partners .partner-card {
    margin-left: 5px;
    margin-right: 5px;
    max-width: unset;
    box-shadow: 0px 300px 84px 0px rgba(0, 0, 0, 0.03), 0px 48px 48px 0px rgba(0, 0, 0, 0.04), 0px 12px 26px 0px rgba(0, 0, 0, 0.05);
  }
  #module-jmarketplace-sellers .partners .partner-card:hover, #module-jmarketplace-sellers .partners .partner-card:focus {
    margin-top: 0;
  }
}
#module-jmarketplace-sellers .partners .partner-grid {
  margin-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #module-jmarketplace-sellers .partners .partner-grid {
    margin-top: 50px;
    padding-bottom: 0;
  }
}
#module-jmarketplace-sellers .partners .card-wrapper {
  opacity: 0;
  margin-bottom: 24px;
  transition: all 2s;
}
#module-jmarketplace-sellers .partners .card-wrapper.fadein {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #module-jmarketplace-sellers .partners .card-wrapper {
    transition: all 1s;
  }
}
@media screen and (min-width: 768px) {
  #module-jmarketplace-sellers .partners {
    margin-bottom: -200px;
  }
}
@media screen and (max-width: 767px) {
  #module-jmarketplace-sellers .partners {
    margin-top: 60px;
  }
  #module-jmarketplace-sellers .partners p {
    width: 78vw;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.32px;
  }
  #module-jmarketplace-sellers .partners .row-scroll {
    flex-wrap: nowrap;
    overflow: scroll;
    margin-left: calc((var(--container) - 100vw) / 2 - 15px);
    margin-right: calc((var(--container) - 100vw) / 2 - 15px);
    padding-left: calc((100vw - var(--container)) / 2);
    padding-right: calc((100vw - var(--container)) / 2);
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
  }
  #module-jmarketplace-sellers .partners .row-scroll::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  #module-jmarketplace-sellers .partners .row-scroll {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 399px) {
  #module-jmarketplace-sellers .partners p {
    width: 72vw;
  }
}

#module-jmarketplace-sellercatalog #content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
#module-jmarketplace-sellercatalog .hero {
  width: 100vw;
  height: 41vw;
  min-height: 500px;
  max-height: 700px;
  padding-bottom: 120px;
  display: flex;
  align-items: flex-end;
  position: relative;
  background-size: cover;
  background-position: center;
}
#module-jmarketplace-sellercatalog .hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(44, 35, 59, 0.45) 0%, rgba(44, 35, 59, 0) 100%), linear-gradient(0deg, rgba(245, 208, 138, 0.3) 0%, rgba(245, 208, 138, 0.3) 100%), lightgray 0px -38.728px/100% 152.32% no-repeat;
  mix-blend-mode: multiply;
}
#module-jmarketplace-sellercatalog .hero h1 {
  color: #F9F8F3;
  font-family: "Noka", sans-serif;
  font-size: 53px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 3.71px;
  text-align: center;
  text-transform: uppercase;
  word-break: break-word;
  position: relative;
  margin-bottom: 0;
}
#module-jmarketplace-sellercatalog .hero h2 {
  color: #F9F8F3;
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 130%;
  font-style: italic;
  text-align: center;
  letter-spacing: 0.58px;
  position: relative;
  margin-bottom: 0;
}
#module-jmarketplace-sellercatalog .hero .back-partners {
  position: absolute;
  top: 164px;
  left: calc((100vw - var(--container)) / 2 + 15px);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 20px;
  background: rgba(249, 248, 243, 0.5);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #2C233B;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  #module-jmarketplace-sellercatalog .hero .back-partners:hover, #module-jmarketplace-sellercatalog .hero .back-partners:focus {
    gap: 40px;
    transform: translateX(-32px);
  }
}
@media screen and (max-width: 767px) {
  #module-jmarketplace-sellercatalog .hero .back-partners {
    top: 116px;
  }
  #module-jmarketplace-sellercatalog .hero .back-partners span {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #module-jmarketplace-sellercatalog .hero {
    padding-bottom: 32px;
  }
  #module-jmarketplace-sellercatalog .hero h1 {
    font-size: 36px;
  }
  #module-jmarketplace-sellercatalog .hero h2 {
    line-height: normal;
  }
}
#module-jmarketplace-sellercatalog .seller-catalog {
  margin-top: 60px;
}
#module-jmarketplace-sellercatalog .sellercatalog-footer {
  justify-content: center;
}
#module-jmarketplace-sellercatalog .sellercatalog-footer .pagination {
  padding: 0;
}
#module-jmarketplace-sellercatalog .sellercatalog-footer .pagination .paginate_button a {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
#module-jmarketplace-sellercatalog .sellercatalog-footer .pagination .paginate_button.active a {
  background: #2793A8;
}

#module-jmarketplace-seller .card {
  padding: 30px 0 0 0 !important;
}
#module-jmarketplace-seller .jmarketplace-panel {
  border: 0;
  padding: 0;
}
#module-jmarketplace-seller .form-control {
  border: none;
  color: #2C233B;
  padding: 2px 0;
  background: transparent;
  border-bottom: 1px solid #2C233B;
}
#module-jmarketplace-seller .form-control:focus, #module-jmarketplace-seller .form-control:focus-visible {
  outline: none;
}
#module-jmarketplace-seller .mce-tinymce {
  box-shadow: none;
}
#module-jmarketplace-seller .select2-selection--single {
  border: none;
  border-bottom: 1px solid #2C233B;
}
#module-jmarketplace-seller .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}
#module-jmarketplace-seller .select2-selection__rendered:focus-visible, #module-jmarketplace-seller .select2-search__field:focus-visible {
  outline: none;
}
#module-jmarketplace-seller .select2-results__option--highlighted[aria-selected] {
  background-color: #2793A8;
}
#module-jmarketplace-seller .group-span-filestyle .btn-default {
  font-size: 14px;
  line-height: 14px;
  padding: 4px 16px;
  background: #2793A8;
}
#module-jmarketplace-seller .form-group {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 32px;
}
#module-jmarketplace-seller .form-group label {
  margin-bottom: 4px;
}
#module-jmarketplace-seller .form-group label .info {
  font-size: 12px;
  opacity: 0.6;
}
#module-jmarketplace-seller .img-fluid {
  margin-top: 12px;
}
#module-jmarketplace-seller a {
  color: #2793A8;
}
#module-jmarketplace-seller input {
  accent-color: #2793A8;
}
#module-jmarketplace-seller .row.multilang {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 0;
  width: 100%;
}
#module-jmarketplace-seller .row.multilang .form-group {
  width: 100%;
}
#module-jmarketplace-seller .row.multilang::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #module-jmarketplace-seller .row.multilang {
    flex-wrap: wrap;
  }
}
#module-jmarketplace-seller .thumbnail-wrapper {
  display: flex;
  gap: 24px;
  margin-top: 12px;
}
#module-jmarketplace-seller .thumbnail-wrapper img {
  margin-top: 0;
}
#module-jmarketplace-seller .thumbnail-wrapper .remove-wrapper label {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #E8E3DA;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 20px;
  border-radius: 8px;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.5s;
}
#module-jmarketplace-seller .thumbnail-wrapper .remove-wrapper label img {
  height: 20px;
  transition: all 0.5s;
}
#module-jmarketplace-seller .thumbnail-wrapper .remove-wrapper label:hover, #module-jmarketplace-seller .thumbnail-wrapper .remove-wrapper label:focus {
  opacity: 1;
}
#module-jmarketplace-seller .thumbnail-wrapper .remove-wrapper input {
  width: 0;
  height: 0;
  display: none;
  visibility: hidden;
}
#module-jmarketplace-seller .thumbnail-wrapper .remove-wrapper input:checked + label {
  background: #bd3e3e;
  color: #F9F8F3;
  opacity: 1;
}
#module-jmarketplace-seller .thumbnail-wrapper .remove-wrapper input:checked + label img {
  filter: brightness(10);
}

#module-jmarketplace-sellerproduct .jmarketplace-panel {
  font-family: "Aeonik", sans-serif;
  border-radius: 0;
  border: 1px solid rgba(44, 35, 59, 0.2);
}
#module-jmarketplace-sellerproduct .jmarketplace-panel-header {
  margin: 0;
  padding: 0;
  height: 30px;
  border-bottom: none;
}
#module-jmarketplace-sellerproduct .jmarketplace-panel-header h2 {
  font-family: "Noka", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
  color: #2C233B;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
}
#module-jmarketplace-sellerproduct .jmarketplace-panel-header .header-buttons a {
  margin-right: 0;
  margin-left: 12px;
  color: rgba(44, 35, 59, 0.3);
  transition: all 0.4s;
}
#module-jmarketplace-sellerproduct .jmarketplace-panel-header .header-buttons a:hover, #module-jmarketplace-sellerproduct .jmarketplace-panel-header .header-buttons a:focus {
  color: #2793A8;
}
#module-jmarketplace-sellerproduct #seller-products {
  font-family: "Aeonik", sans-serif;
  margin-top: 14px;
}
#module-jmarketplace-sellerproduct #seller-products thead a {
  color: #2793A8;
}
#module-jmarketplace-sellerproduct #seller-products thead tr th {
  border-bottom: 1px solid rgba(44, 35, 59, 0.2);
}
#module-jmarketplace-sellerproduct #seller-products thead tr th input, #module-jmarketplace-sellerproduct #seller-products thead tr th select {
  height: 32px;
  border: 1px solid rgba(44, 35, 59, 0.2);
}
#module-jmarketplace-sellerproduct #seller-products thead tr th input:focus-visible, #module-jmarketplace-sellerproduct #seller-products thead tr th select:focus-visible {
  outline-color: #2793A8;
}
#module-jmarketplace-sellerproduct #seller-products thead tr.filter-container th {
  background-color: rgba(39, 147, 168, 0.2);
  border-bottom: 1px solid rgba(44, 35, 59, 0.2);
}
#module-jmarketplace-sellerproduct #seller-products tbody tr {
  transition: all 0.2s;
}
#module-jmarketplace-sellerproduct #seller-products tbody tr td a, #module-jmarketplace-sellerproduct #seller-products tbody tr td .price {
  color: #2793A8;
}
#module-jmarketplace-sellerproduct #seller-products tbody tr td input {
  accent-color: #2793A8;
}
#module-jmarketplace-sellerproduct #seller-products tbody tr td img {
  border: none;
}
#module-jmarketplace-sellerproduct #seller-products tbody tr:hover, #module-jmarketplace-sellerproduct #seller-products tbody tr:focus {
  background: rgba(44, 35, 59, 0.05);
}
#module-jmarketplace-sellerproduct .pagination li a {
  padding: 2px 12px;
  line-height: 180%;
  color: rgba(44, 35, 59, 0.9);
  border: 1px solid rgba(44, 35, 59, 0.2);
  transition: all 0.2s;
}
#module-jmarketplace-sellerproduct .pagination li a:hover, #module-jmarketplace-sellerproduct .pagination li a:focus {
  background: rgba(44, 35, 59, 0.05);
}
#module-jmarketplace-sellerproduct .pagination li.active a, #module-jmarketplace-sellerproduct .pagination li.active a:hover, #module-jmarketplace-sellerproduct .pagination li.active a:focus {
  background: #2793A8;
  border-color: #2793A8;
}
#module-jmarketplace-sellerproduct .btn-outline-primary {
  color: #2793A8;
  border-color: #2793A8;
  transition: all 0.4s;
}
#module-jmarketplace-sellerproduct .btn-outline-primary:hover, #module-jmarketplace-sellerproduct .btn-outline-primary:active, #module-jmarketplace-sellerproduct .btn-outline-primary:focus {
  color: #F9F8F3;
  background: #2793A8;
}
#module-jmarketplace-sellerproduct .open > .btn-outline-primary.dropdown-toggle {
  color: #F9F8F3;
  background: #2793A8;
  border-color: #2793A8;
}
#module-jmarketplace-sellerproduct .btn-secondary {
  color: #2C233B;
  background: rgba(44, 35, 59, 0.1);
}
#module-jmarketplace-sellerproduct .btn-secondary:focus {
  outline: none;
}
#module-jmarketplace-sellerproduct .jmarketplace-panel .dropdown-item {
  color: #2C233B !important;
  transition: all 0.4s;
}
#module-jmarketplace-sellerproduct .jmarketplace-panel .dropdown-item:hover, #module-jmarketplace-sellerproduct .jmarketplace-panel .dropdown-item:focus {
  color: #2793A8 !important;
}
#module-jmarketplace-sellerproduct .seller-product-footer .dropdown-item {
  font-size: 14px;
  padding: 2px 16px;
}
#module-jmarketplace-sellerproduct .page-footer a {
  color: #2793A8;
}
#module-jmarketplace-sellerproduct .form-group {
  margin-top: 24px;
  margin-bottom: 0;
}
#module-jmarketplace-sellerproduct .form-group label {
  margin-bottom: 2px;
}
#module-jmarketplace-sellerproduct .form-group input {
  accent-color: #2793A8;
}
#module-jmarketplace-sellerproduct .form-group .form-control {
  border: none;
  color: #2C233B;
  padding: 2px 0;
  background: transparent;
  border-bottom: 1px solid #2C233B;
}
#module-jmarketplace-sellerproduct .form-group .form-control:focus, #module-jmarketplace-sellerproduct .form-group .form-control:focus-visible {
  outline: none;
}
#module-jmarketplace-sellerproduct .form-group .dropdown-toggle {
  border: 1px solid rgba(44, 35, 59, 0.2);
}
#module-jmarketplace-sellerproduct .form-group .input-group-addon {
  width: 50px;
  border: none;
  background: transparent;
}
#module-jmarketplace-sellerproduct .radio-group input, #module-jmarketplace-sellerproduct .checkbox-group input {
  accent-color: #2793A8;
}
#module-jmarketplace-sellerproduct #descTab {
  margin-top: 36px;
  border-bottom: 1px solid rgba(44, 35, 59, 0.2);
}
#module-jmarketplace-sellerproduct #descTab .nav-link {
  color: rgba(44, 35, 59, 0.2);
}
#module-jmarketplace-sellerproduct #descTab .nav-link.active {
  color: #2C233B;
  border-color: rgba(44, 35, 59, 0.2) rgba(44, 35, 59, 0.2) transparent;
}
#module-jmarketplace-sellerproduct #descTabContent .dropdown-toggle {
  border: 1px solid rgba(44, 35, 59, 0.2);
}
#module-jmarketplace-sellerproduct #descTabContent .mce-tinymce {
  box-shadow: none;
}
#module-jmarketplace-sellerproduct .list-group-item {
  color: #2793A8;
  border: 1px solid rgba(39, 147, 168, 0.4);
  transition: all 0.4s;
}
#module-jmarketplace-sellerproduct .list-group-item span {
  margin-left: 6px;
}
#module-jmarketplace-sellerproduct .list-group-item:hover, #module-jmarketplace-sellerproduct .list-group-item:focus {
  background-color: rgba(39, 147, 168, 0.1);
}
#module-jmarketplace-sellerproduct .list-group-item.active, #module-jmarketplace-sellerproduct .list-group-item.active:hover, #module-jmarketplace-sellerproduct .list-group-item.active:focus {
  color: #F9F8F3;
  border-color: #2793A8;
  background-color: #2793A8;
}
#module-jmarketplace-sellerproduct .search_category:focus-visible, #module-jmarketplace-sellerproduct .select2-search__field:focus-visible {
  outline: none;
}
#module-jmarketplace-sellerproduct .select2-selection--single,
#module-jmarketplace-sellerproduct .select2-selection--multiple {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #2C233B;
}
#module-jmarketplace-sellerproduct .select2-selection--single .select2-selection__rendered,
#module-jmarketplace-sellerproduct .select2-selection--multiple .select2-selection__rendered {
  padding-left: 0;
}
#module-jmarketplace-sellerproduct .select2-selection__choice {
  padding: 2px 8px;
  border: 1px solid rgba(44, 35, 59, 0.4);
  background: rgba(44, 35, 59, 0.1);
}
#module-jmarketplace-sellerproduct .select2-results__option--highlighted[aria-selected] {
  background: #2793A8;
}
#module-jmarketplace-sellerproduct #associations input, #module-jmarketplace-sellerproduct #quantities input {
  accent-color: #2793A8;
}
#module-jmarketplace-sellerproduct #features-content {
  margin-bottom: 24px;
}
#module-jmarketplace-sellerproduct .alert-info {
  margin-top: 16px;
  color: #2793A8;
  border-color: rgba(39, 147, 168, 0.5);
  background-color: rgba(39, 147, 168, 0.1);
}
#module-jmarketplace-sellerproduct .group-span-filestyle .btn-default {
  background: #2793A8;
}
#module-jmarketplace-sellerproduct .input-text-wrapper {
  margin-top: 24px;
}
#module-jmarketplace-sellerproduct .input-text-wrapper > label {
  font-weight: bold;
}
#module-jmarketplace-sellerproduct .input-text-wrapper .input-flex {
  display: flex;
  align-items: center;
  gap: 8px;
}
#module-jmarketplace-sellerproduct .input-text-wrapper .input-flex label {
  margin-bottom: 0;
  cursor: pointer;
}
#module-jmarketplace-sellerproduct #features input, #module-jmarketplace-sellerproduct #features select {
  height: 32px;
}
#module-jmarketplace-sellerproduct .background-images-group {
  display: flex;
}
#module-jmarketplace-sellerproduct .background-images-group label, #module-jmarketplace-sellerproduct .background-images-group img {
  width: 100%;
  cursor: pointer;
}

.page-category {
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  .page-category .category-products {
    margin-left: -27px;
    margin-right: -27px;
  }
}
@media screen and (max-width: 767px) {
  .page-category .category-products {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.paths-page .text-center svg,
.oasis-page .text-center svg,
.path-page .text-center svg {
  margin-bottom: 24px;
}
.paths-page h1,
.oasis-page h1,
.path-page h1 {
  font-family: "Noka", sans-serif;
  font-size: 43px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.01px;
  text-transform: uppercase;
  color: #2C233B;
  margin: 8px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .paths-page h1,
  .oasis-page h1,
  .path-page h1 {
    font-size: 36px;
  }
}
.paths-page .subtitle,
.oasis-page .subtitle,
.path-page .subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 35px;
  font-weight: 500;
  line-height: normal;
  color: #2C233B;
  text-wrap: balance;
  max-width: 900px;
  margin: auto;
}
.paths-page .subtitle.italic,
.oasis-page .subtitle.italic,
.path-page .subtitle.italic {
  font-size: 29px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .paths-page .subtitle,
  .oasis-page .subtitle,
  .path-page .subtitle {
    font-size: 24px !important;
  }
}

.paths-page .marquee-outer {
  overflow: hidden;
  margin: 96px -15px 120px -15px;
}
.paths-page .marquee {
  width: fit-content;
  height: 360px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.paths-page .marquee .marquee-inner {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: marquee 40s linear infinite;
}
.paths-page .marquee .marquee-inner span {
  float: left;
  width: auto;
  display: flex;
}
.paths-page .marquee .marquee-inner span img {
  width: 300px;
  height: 360px;
  object-fit: cover;
  border-radius: 20px;
  margin-right: 24px;
}
.paths-page .text-container {
  color: #2C233B;
}
.paths-page .text-container .intro {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-top: 11px;
}
.paths-page .text-container .intro.big {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .paths-page .text-container .intro {
    margin-bottom: 36px;
  }
}
.paths-page .text-container .paragraph {
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  font-weight: 500;
  line-height: normal;
}
.paths-page .text-container .paragraph.big {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .paths-page .text-container .paragraph {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 575px) {
  .paths-page .text-container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.paths-page .dotted-separator {
  margin: 60px auto 120px auto;
  width: 100%;
  max-width: 400px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 991px) {
  .paths-page .dotted-separator {
    display: none;
  }
}
.paths-page .path-detail {
  margin-bottom: 200px;
}
.paths-page .path-detail img {
  width: 100%;
  object-fit: cover;
  border-radius: 32px;
}
.paths-page .path-detail img.img-1 {
  width: calc(100% - 40px);
  height: 100%;
}
.paths-page .path-detail img.img-2 {
  aspect-ratio: 40/45;
}
.paths-page .path-detail img.img-3 {
  aspect-ratio: 1;
}
.paths-page .path-detail .path-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
}
.paths-page .path-detail .path-text .index {
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #F9F8F3;
  background: #2C233B;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}
.paths-page .path-detail .path-text .name {
  font-family: "Aeonik", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  color: #2C233B;
  margin-bottom: 24px;
}
.paths-page .path-detail .path-text .description {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #2C233B;
  opacity: 0.6;
  max-width: 500px;
}
.paths-page .path-detail .path-text a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  color: #2793A8;
  transition: all 0.6s;
}
.paths-page .path-detail .path-text a img {
  width: 20px;
}
.paths-page .path-detail .path-text a:hover, .paths-page .path-detail .path-text a:focus {
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .paths-page .text-container .intro {
    margin-bottom: 24px;
  }
  .paths-page .text-container .intro.big {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .paths-page .text-container .paragraph {
    font-size: 22px;
    line-height: 115%;
    color: rgba(44, 35, 59, 0.6);
    margin-bottom: 0;
  }
  .paths-page .text-container .paragraph.big {
    font-size: 26px;
    color: #2C233B;
    margin-bottom: 0;
    line-height: normal;
  }
  .paths-page .path-details {
    margin-top: 100px;
  }
  .paths-page .path-detail {
    margin-bottom: 60px;
  }
  .paths-page .path-detail .path-text .index {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 36px;
  }
  .paths-page .path-detail .path-text .name {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .paths-page .path-detail .path-images {
    flex-wrap: nowrap;
    overflow: scroll;
    margin-left: calc((var(--container) - 100vw) / 2 - 15px);
    margin-right: calc((var(--container) - 100vw) / 2 - 15px);
    padding-left: calc((100vw - var(--container)) / 2);
    padding-right: calc((100vw - var(--container)) / 2);
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
  }
  .paths-page .path-detail .path-images::-webkit-scrollbar {
    display: none;
  }
  .paths-page .path-detail .path-images img {
    aspect-ratio: unset;
    width: 300px;
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .paths-page .marquee-outer {
    margin-top: 52px;
    margin-bottom: 60px;
  }
  .paths-page .marquee {
    height: 250px;
  }
  .paths-page .marquee .marquee-inner span img {
    width: 210px;
    height: 250px;
  }
  .paths-page .path-details {
    margin-top: 60px;
  }
  .paths-page .path-detail .path-images {
    margin-left: calc((var(--container) - 100vw) / 2 - 15px);
    margin-right: calc((var(--container) - 100vw) / 2 - 15px);
    padding-left: calc((100vw - var(--container)) / 2);
    padding-right: calc((100vw - var(--container)) / 2);
  }
}
@media screen and (max-width: 575px) {
  .paths-page .marquee-outer {
    margin-left: -20px;
    margin-right: -20px;
  }
  .paths-page .path-details {
    padding-left: 5px;
    padding-right: 5px;
  }
  .paths-page .path-details .path-images {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 399px) {
  .paths-page .path-details .path-images img {
    width: 270px;
    height: 400px;
  }
}

.oasis-page .oasis {
  margin-top: 108px;
}
.oasis-page .oasis p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
  color: rgba(44, 35, 59, 0.6);
}
.oasis-page .oasis .oasis-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 400px;
  padding: 16px;
  border-radius: 24px;
  transition: all 0.6s;
}
.oasis-page .oasis .oasis-card .oasis-logo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 24px;
  transition: all 0.6s;
}
.oasis-page .oasis .oasis-card .name {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #2C233B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 4px;
}
.oasis-page .oasis .oasis-card .description, .oasis-page .oasis .oasis-card a {
  font-family: "Aeonik", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.4px;
  color: #2793A8;
}
.oasis-page .oasis .oasis-card:hover, .oasis-page .oasis .oasis-card:focus {
  margin-bottom: 12px;
  box-shadow: 0px 106px 63px 0px rgba(44, 35, 59, 0.05), 0px 47px 47px 0px rgba(44, 35, 59, 0.09), 0px 12px 26px 0px rgba(44, 35, 59, 0.1);
}
.oasis-page .oasis .oasis-card:hover .oasis-logo, .oasis-page .oasis .oasis-card:focus .oasis-logo {
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .oasis-page .oasis .oasis-card {
    position: relative;
    max-width: unset;
    background: #FFF;
    box-shadow: 0px 300px 84px 0px rgba(0, 0, 0, 0.03), 0px 48px 48px 0px rgba(0, 0, 0, 0.04), 0px 12px 26px 0px rgba(0, 0, 0, 0.05);
  }
  .oasis-page .oasis .oasis-card:hover, .oasis-page .oasis .oasis-card:focus {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.oasis-page .oasis .oasis-grid {
  margin-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 991px) {
  .oasis-page .oasis .oasis-grid {
    margin-top: 50px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .oasis-page .oasis .oasis-grid {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (min-width: 768px) {
  .oasis-page .oasis .spacer-for-animation {
    height: 160px;
  }
}
.oasis-page .oasis .card-wrapper {
  opacity: 0;
  margin-bottom: 24px;
  transition: all 2s;
}
.oasis-page .oasis .card-wrapper.fadein {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .oasis-page .oasis .card-wrapper {
    transition: all 1s;
  }
}
@media screen and (min-width: 992px) {
  .oasis-page .oasis {
    margin-bottom: -200px;
  }
}
@media screen and (max-width: 767px) {
  .oasis-page .oasis {
    margin-top: 60px;
  }
  .oasis-page .oasis p {
    width: 78vw;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.32px;
  }
  .oasis-page .oasis .row-scroll {
    flex-wrap: nowrap;
    overflow: scroll;
    margin-left: calc((var(--container) - 100vw) / 2 - 15px);
    margin-right: calc((var(--container) - 100vw) / 2 - 15px);
    padding-left: calc((100vw - var(--container)) / 2);
    padding-right: calc((100vw - var(--container)) / 2);
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
  }
  .oasis-page .oasis .row-scroll::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .oasis-page .oasis .row-scroll {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 399px) {
  .oasis-page .oasis p {
    width: 72vw;
  }
}

.hero-category {
  width: 100vw;
  height: 41vw;
  min-height: 500px;
  max-height: 700px;
  padding-bottom: 120px;
  margin-left: -15px;
  display: flex;
  align-items: flex-end;
  position: relative;
  background-size: cover;
  background-position: center;
}
.hero-category::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: linear-gradient(180deg, rgba(44, 35, 59, 0.55) 0%, rgba(44, 35, 59, 0.3) 100%), linear-gradient(0deg, rgba(245, 208, 138, 0.4) 0%, rgba(245, 208, 138, 0.4) 100%);
}
.hero-category a {
  position: absolute;
  top: 164px;
  left: calc((100vw - var(--container)) / 2 + 15px);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 20px;
  background: rgba(249, 248, 243, 0.5);
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #2C233B;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .hero-category a:hover, .hero-category a:focus {
    gap: 40px;
    margin-left: -32px;
  }
}
@media screen and (max-width: 991px) {
  .hero-category a {
    top: 134px;
  }
}
@media screen and (max-width: 767px) {
  .hero-category a {
    top: 116px;
  }
  .hero-category a span {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .hero-category a {
    left: 20px;
  }
}
.hero-category .container {
  position: relative;
}
.hero-category h1 {
  font-family: "Noka", sans-serif;
  font-size: 53px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3.71px;
  text-transform: uppercase;
  text-align: center;
  color: #F9F8F3;
  margin-bottom: 0;
}
.hero-category .description {
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  color: #F9F8F3;
}
@media screen and (max-width: 767px) {
  .hero-category {
    min-height: 400px;
    padding-bottom: 32px;
  }
  .hero-category .container {
    padding-left: 22px;
    padding-right: 22px;
  }
  .hero-category h1 {
    font-size: 36px;
    word-break: break-word;
  }
  .hero-category .description {
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
  }
}
@media screen and (max-width: 575px) {
  .hero-category {
    margin-left: -20px;
  }
}
@media screen and (max-width: 670px) {
  .hero-category h1 {
    font-size: 34px;
  }
}

.filters-wrapper {
  margin: 60px 0 24px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}
.filters-wrapper.space-between {
  justify-content: space-between;
}
.filters-wrapper.space-between .category-filters {
  justify-content: flex-start;
}
.filters-wrapper .place-filter {
  position: relative;
  min-width: fit-content;
}
.filters-wrapper .place-filter .all-places {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 6px;
  border: 1px solid transparent;
  background-color: #F9F8F3;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #2C233B;
  cursor: pointer;
  transition: all 0.4s;
}
.filters-wrapper .place-filter .all-places svg {
  transition: all 0.4s;
}
.filters-wrapper .place-filter .all-places .filters-number {
  position: absolute;
  top: -11px;
  right: -11px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #2C233B;
  color: #F9F8F3;
  font-size: 14px;
  font-weight: 700;
  display: none;
  align-items: center;
  justify-content: center;
}
.filters-wrapper .place-filter .all-places .filters-number.show {
  display: flex;
}
.filters-wrapper .place-filter .all-places:hover, .filters-wrapper .place-filter .all-places:focus {
  border: 1px solid #2C233B;
}
.filters-wrapper .place-filter .all-places.opened {
  background: #2C233B;
  border: 1px solid #2C233B;
  color: #F9F8F3;
}
.filters-wrapper .place-filter .all-places.opened svg {
  filter: invert(1);
}
.filters-wrapper .place-filter .places-form {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 100%;
  border-radius: 12px;
  padding: 10px;
  background: rgba(232, 227, 218, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1;
}
.filters-wrapper .place-filter .places-form label {
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  text-align: start;
  color: rgba(44, 35, 59, 0.75);
  background: transparent;
  border-radius: 4px;
  padding: 6px 8px;
  margin: 2px 0;
  width: 100%;
  cursor: pointer;
  transition: all 0.4s;
}
.filters-wrapper .place-filter .places-form label:hover, .filters-wrapper .place-filter .places-form label:focus {
  color: #F9F8F3;
  background: rgba(44, 35, 59, 0.6);
}
.filters-wrapper .place-filter .places-form input {
  width: 0;
  height: 0;
  display: none;
}
.filters-wrapper .place-filter .places-form input:checked + label {
  color: #F9F8F3 !important;
  background: #2C233B;
}
@media screen and (max-width: 575px) {
  .filters-wrapper .place-filter {
    display: contents;
  }
  .filters-wrapper .place-filter .places-form {
    padding: 0;
    position: unset;
    border-radius: 0;
    background: transparent;
  }
  .filters-wrapper .place-filter .places-form .input-wrapper {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 12px;
  }
  .filters-wrapper .place-filter .places-form .input-wrapper label {
    font-size: 14px;
    margin: 0;
    padding: 6px 16px;
    background: #E8E3DA;
  }
  .filters-wrapper .place-filter .places-form .input-wrapper label:hover, .filters-wrapper .place-filter .places-form .input-wrapper label:focus {
    color: inherit;
  }
}
@media screen and (max-width: 767px) {
  .filters-wrapper {
    row-gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    margin: 35px -20px 15px -20px;
  }
  .filters-wrapper.space-between .category-filters {
    justify-content: flex-start;
  }
  .filters-wrapper.space-between .category-filters .toggle-filters {
    height: 38px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .filters-wrapper .category-filters {
    margin: 3px 0;
  }
}

.category-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}
.category-filters .toggle-filters path {
  fill: transparent;
  transition: all 0.6s;
}
.category-filters .toggle-filters.open path {
  fill: #2C233B;
}
.category-filters .toggle-filters.open path.opacity {
  opacity: 0.5;
}
.category-filters label {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #2C233B;
  border: 1px solid transparent;
  background: #F9F8F3;
  border-radius: 20px;
  padding: 6px 16px;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.4s;
}
.category-filters label:hover, .category-filters label:focus {
  border: 1px solid #2C233B;
}
.category-filters input {
  width: 0;
  height: 0;
  display: none;
}
.category-filters input:checked + label {
  color: #F9F8F3;
  background: #2C233B;
  border: 1px solid #2C233B;
}
@media screen and (max-width: 575px) {
  .category-filters {
    justify-content: flex-start;
    gap: 12px;
  }
  .category-filters.deemphasise path {
    stroke: #E8E3DA;
  }
  .category-filters.deemphasise input:checked + label {
    background: #E8E3DA;
    border: 1px solid #E8E3DA;
  }
  .category-filters .input-wrapper:not(.active) {
    display: none;
  }
}

.filters-reset-wrapper {
  margin-bottom: 60px;
}
.filters-reset-wrapper button {
  display: none;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #2C233B;
  padding: 6px 16px;
  border-radius: 6px;
  background: #F9F8F3;
  border: 1px solid #F9F8F3;
  cursor: pointer;
  transition: all 0.4s;
}
.filters-reset-wrapper button svg {
  width: 20px;
  height: 20px;
}
.filters-reset-wrapper button:hover {
  border: 1px solid #2C233B;
}
.filters-reset-wrapper.align-center button {
  margin: auto;
}
.filters-reset-wrapper.show button {
  display: flex;
}
@media screen and (max-width: 767px) {
  .filters-reset-wrapper {
    margin: 0 -20px 40px -20px;
  }
  .filters-reset-wrapper.align-center button {
    margin: 0;
  }
}

.category-cards .card-img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.no-results {
  display: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  color: #2C233B;
}
.no-results.show {
  display: block;
}

@media (max-width: 768px) {
  .no-results {
    font-size: 20px;
  }
}
.path-page .index {
  width: 48px;
  height: 48px;
  background: #2C233B;
  font-family: "Cormorant Garamond", serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  color: #F9F8F3;
  border-radius: 50%;
  margin: 24px auto 0 auto;
}
.path-page .back-category {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 20px;
  background: #2C233B;
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #F9F8F3;
  transition: all 0.3s;
}
.path-page .back-category img {
  filter: invert(1) brightness(2);
}
@media screen and (min-width: 768px) {
  .path-page .back-category:hover, .path-page .back-category:focus {
    gap: 40px;
    margin-left: -32px;
  }
}
@media screen and (max-width: 767px) {
  .path-page .back-category span {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .path-page .back-category {
    margin-left: -20px;
  }
}
.path-page .path-intro {
  margin-top: 64px;
}
.path-page .path-intro img {
  width: 100%;
  object-fit: cover;
  border-radius: 32px;
}
.path-page .path-intro img.img-1 {
  width: calc(100% - 40px);
  height: 100%;
}
.path-page .path-intro img.img-2 {
  aspect-ratio: 40/45;
}
.path-page .path-intro img.img-3 {
  aspect-ratio: 1;
}
.path-page .path-intro .path-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 32px;
}
.path-page .path-intro .path-text .description {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: normal;
  color: #2C233B;
}
.path-page .path-intro .path-text a img {
  width: 20px;
  rotate: 90deg;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .path-page .path-intro .path-text {
    margin-top: 32px;
  }
  .path-page .path-intro .path-text .description {
    font-size: 22px;
    line-height: 115%;
  }
}
@media screen and (max-width: 991px) {
  .path-page .path-intro .path-images {
    flex-wrap: nowrap;
    overflow: scroll;
    margin-left: calc((var(--container) - 100vw) / 2 - 15px);
    margin-right: calc((var(--container) - 100vw) / 2 - 15px);
    padding-left: calc((100vw - var(--container)) / 2);
    padding-right: calc((100vw - var(--container)) / 2);
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
  }
  .path-page .path-intro .path-images::-webkit-scrollbar {
    display: none;
  }
  .path-page .path-intro .path-images img {
    aspect-ratio: unset;
    width: 300px;
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .path-page .path-intro {
    margin-top: 48px;
  }
  .path-page .path-intro .path-text {
    margin-top: 0;
  }
  .path-page .path-intro .path-images {
    flex-wrap: nowrap;
    overflow: scroll;
    margin-left: calc((var(--container) - 100vw) / 2 - 15px);
    margin-right: calc((var(--container) - 100vw) / 2 - 15px);
    padding-left: calc((100vw - var(--container)) / 2);
    padding-right: calc((100vw - var(--container)) / 2);
  }
}
@media screen and (max-width: 575px) {
  .path-page .path-intro {
    margin-left: -15px;
    margin-right: -15px;
  }
  .path-page .path-intro .path-images {
    width: 100vw;
    margin-left: -25px;
    margin-right: -20px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 399px) {
  .path-page .path-intro .path-images img {
    width: 270px;
    height: 400px;
  }
}
.path-page #path-content {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .path-page #path-content {
    padding-top: 60px;
  }
}
.path-page .path-block {
  margin-bottom: 120px;
}
.path-page .path-block:last-of-type {
  margin-bottom: 0;
}
.path-page .path-block p {
  margin: 0;
}
.path-page .path-block p.small {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  color: #2C233B;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .path-page .path-block p.small {
    max-width: 80%;
  }
}
.path-page .path-block p.big {
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  color: #2C233B;
  margin-bottom: 36px;
}
.path-page .path-block .partner-card {
  padding: 12px;
  border-radius: 20px;
  margin-bottom: 34px;
  transition: all 0.6s;
}
.path-page .path-block .partner-card.grid {
  margin-bottom: 24px;
}
.path-page .path-block .partner-card .partner-logo {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  transition: all 0.6s;
}
.path-page .path-block .partner-card .partner-text {
  margin-top: 16px;
}
.path-page .path-block .partner-card .partner-text .name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  color: #2C233B;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.6s;
}
.path-page .path-block .partner-card .partner-text .name span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: calc(100% - 30px);
}
.path-page .path-block .partner-card .partner-text .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.32px;
  color: #2C233B;
  opacity: 0.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.6s;
}
.path-page .path-block .partner-card .partner-text img {
  filter: brightness(0);
  transition: all 0.6s;
}
.path-page .path-block .partner-card:hover, .path-page .path-block .partner-card:focus {
  box-shadow: 0px 106px 63px 0px rgba(44, 35, 59, 0.05), 0px 47px 47px 0px rgba(44, 35, 59, 0.09), 0px 12px 26px 0px rgba(44, 35, 59, 0.1);
}
.path-page .path-block .partner-card:hover img, .path-page .path-block .partner-card:focus img {
  border-radius: 12px !important;
}
.path-page .path-block .partner-card:hover .name, .path-page .path-block .partner-card:hover .description, .path-page .path-block .partner-card:focus .name, .path-page .path-block .partner-card:focus .description {
  color: #C96349;
}
.path-page .path-block .partner-card:hover .name img, .path-page .path-block .partner-card:hover .description img, .path-page .path-block .partner-card:focus .name img, .path-page .path-block .partner-card:focus .description img {
  filter: none;
}
@media screen and (max-width: 991px) {
  .path-page .path-block .partner-card {
    margin-top: 34px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .path-page .path-block .partner-card {
    margin-top: 48px;
    margin-bottom: 0 !important;
    padding: 20px 18px 24px 18px;
    background: #FFF;
    box-shadow: 0px 108px 64px 0px rgba(0, 0, 0, 0.03), 0px 48px 48px 0px rgba(0, 0, 0, 0.04), 0px 12px 26px 0px rgba(0, 0, 0, 0.05);
  }
}
.path-page .path-block .slide-arrows {
  display: none;
}
@media screen and (min-width: 992px) {
  .path-page .path-block .p-right {
    padding-right: 24px;
  }
  .path-page .path-block .p-left {
    padding-left: 24px;
  }
  .path-page .path-block .order-1 {
    order: -1;
  }
  .path-page .path-block .grid-text {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .path-page .path-block p.big {
    font-size: 20px;
  }
  .path-page .path-block p.small {
    font-size: 24px;
    opacity: 1;
  }
  .path-page .path-block .partners-grid-column {
    position: relative;
  }
  .path-page .path-block .partners-grid-column .slide-arrows {
    position: absolute;
    bottom: -15px;
    right: 30px;
    display: flex;
    gap: 16px;
  }
  .path-page .path-block .partners-grid-column .slide-arrows img {
    width: 36px;
    height: 36px;
  }
  .path-page .path-block .partners-grid {
    margin-left: -30px;
    margin-right: -30px;
  }
  .path-page .path-block .partners-grid .slick-list {
    padding-bottom: 190px;
    margin-bottom: -140px;
  }
  .path-page .path-block .partners-grid .slick-dots {
    position: absolute;
    left: calc((100vw - var(--container)) / 2 + 30px);
    bottom: -15px;
    height: 36px;
    margin: 0;
    display: flex;
    gap: 6px;
    padding: 14px 20px;
    border-radius: 18px;
    background: #2793A8;
  }
  .path-page .path-block .partners-grid .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #F9F8F3;
    transition: all 0.4s;
  }
  .path-page .path-block .partners-grid .slick-dots li.slick-active {
    width: 32px;
  }
  .path-page .path-block .partners-grid .slick-dots li button {
    font-size: 0px;
    color: transparent;
  }
  .path-page .path-block .partners-grid .partner-card {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 18px 24px 18px;
  }
}
@media screen and (max-width: 767px) {
  .path-page .path-block .partners-grid {
    width: 100vw;
    margin-left: calc((var(--container) - 100vw) / 2 - 15px);
    margin-right: calc((var(--container) - 100vw) / 2 - 15px);
  }
  .path-page .path-block .partners-grid .slick-list {
    padding-left: calc((100vw - var(--container)) / 2);
    padding-right: calc((100vw - var(--container)) / 2);
  }
}
@media screen and (max-width: 575px) {
  .path-page .path-block {
    margin-left: -15px;
    margin-right: -15px;
  }
  .path-page .path-block .partners-grid {
    margin-left: -25px;
    margin-right: -25px;
  }
  .path-page .path-block .partners-grid .partner-card {
    margin-left: 10px;
    margin-right: 10px;
  }
  .path-page .path-block .partners-grid .slick-dots {
    left: 25px;
  }
  .path-page .path-block .slide-arrows {
    right: 15px !important;
  }
}

#search-results h1 {
  text-align: center;
  font-family: Noka;
  font-size: 43px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.86px;
  text-transform: uppercase;
  margin-bottom: 60px;
  min-height: 52px;
  word-break: break-word;
}
#search-results .subtitle {
  font-family: "Cormorant Garamond", serif;
  font-size: 35px;
  font-weight: 500;
  line-height: normal;
  color: #2C233B;
  text-wrap: balance;
}
#search-results .subtitle.italic {
  font-size: 29px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.page-search #wrapper {
  overflow-x: hidden;
}
.page-search .intro-text-search p {
  color: var(--Nero, #2C233B);
  font-family: Aeonik;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-top: 100px;
}
@media (max-width: 1199px) {
  .page-search .intro-text-search p {
    padding-top: 30px;
  }
}
.page-search .js-product.product {
  width: 33%;
}
@media (max-width: 991px) {
  .page-search .js-product.product {
    width: 50%;
  }
  .page-search .js-product.product .product-miniature {
    margin: 0 0 24px 0;
  }
}
.page-search .category-products {
  margin-top: 100px;
}
.page-search .category-products h4 {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1199px) {
  .page-search .category-products {
    margin-top: 40px;
  }
  .page-search .category-products .row {
    flex-wrap: nowrap;
    overflow: scroll;
    margin-left: calc((var(--container) - 100vw) / 2 - 32px);
    margin-right: calc((var(--container) - 100vw) / 2 - 32px);
    padding-left: calc((100vw - var(--container)) / 2 + 4px);
    padding-right: calc((100vw - var(--container)) / 2 + 4px);
    margin-bottom: -80px;
    padding-bottom: 80px;
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
  }
  .page-search .category-products .row::-webkit-scrollbar {
    display: none;
  }
  .page-search .category-products .row .js-product.product {
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .page-search .category-products .row {
    margin-left: calc((var(--container) - 100vw) / 2 - 30px);
    margin-right: calc((var(--container) - 100vw) / 2 - 30px);
    padding-left: calc((100vw - var(--container)) / 2 + 15px);
    padding-right: calc((100vw - var(--container)) / 2 + 15px);
  }
}
@media screen and (max-width: 575px) {
  .page-search .category-products .row {
    margin-left: -35px;
    margin-right: -35px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -120px;
    padding-bottom: 120px;
  }
}
.page-search .products {
  min-height: 400px;
  padding-bottom: 100px;
  justify-content: flex-start !important;
}
@media screen and (max-width: 767px) {
  .page-search .products::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(rgba(255, 255, 255, 0), #FFF);
  }
}
.page-search .collection-container {
  margin-top: 60px;
  margin-bottom: 40px;
  width: 100%;
}
.page-search .collection-container .collection-el {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-position: center;
  padding: 15px 15px 20px 15px;
  margin-bottom: 30px;
  border-radius: 20px;
  aspect-ratio: 1/1.2;
  overflow: hidden;
  transition: all 0.6s;
}
.page-search .collection-container .collection-el:hover, .page-search .collection-container .collection-el:focus {
  box-shadow: 0px 106px 63px 0px rgba(44, 35, 59, 0.05), 0px 47px 47px 0px rgba(44, 35, 59, 0.09), 0px 12px 26px 0px rgba(44, 35, 59, 0.1);
}
.page-search .collection-container .collection-el p {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #F9F8F3;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .page-search .collection-container .collection-el p {
    font-size: 30px;
  }
}
.page-search .collection-container .collection-el .counter {
  text-align: center;
  font-variant-numeric: oldstyle-nums tabular-nums;
  font-feature-settings: "hlig" on, "dlig" on;
  font-family: "Cormorant Garamond";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: #2C233B;
  letter-spacing: 0.967px;
  background-color: #F9F8F3;
  width: 32px;
  height: 32px;
  border-radius: 70px;
}
@media screen and (max-width: 1199px) {
  .page-search .collection-container {
    width: 100vw;
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll;
    margin-left: calc((var(--container) - 100vw) / 2 - 30px);
    margin-right: calc((var(--container) - 100vw) / 2 - 30px);
    padding-left: calc((100vw - var(--container)) / 2 + 15px);
    padding-right: calc((100vw - var(--container)) / 2 + 15px);
    margin-top: 30px;
    margin-bottom: -80px;
    padding-bottom: 80px;
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
  }
  .page-search .collection-container::-webkit-scrollbar {
    display: none;
  }
  .page-search .collection-container > div {
    width: 300px;
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .page-search .collection-container {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 0;
    margin-left: calc((var(--container) - 100vw) / 2 - 30px);
    margin-right: calc((var(--container) - 100vw) / 2 - 30px);
    padding-left: calc((100vw - var(--container)) / 2 + 15px);
    padding-right: calc((100vw - var(--container)) / 2 + 15px);
  }
  .page-search .products-selection {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 575px) {
  .page-search .collection-container {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: -200px;
    padding-bottom: 200px;
  }
  .page-search .products-selection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
  }
  .page-search .products-selection::after {
    display: none;
  }
}
.page-search .offer {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .page-search .offer {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.page-search .offer .offer-cards-container {
  position: relative;
}
.page-search .offer .offer-cards-container .offer-cards-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 36px);
  z-index: 1;
  transform: translate(-50%, calc(-50% - 24px));
}
.page-search .offer .offer-cards-container .offer-cards-nav button {
  width: 36px;
  height: 36px;
  padding: 7px;
  border-radius: 50%;
  background: rgba(39, 147, 168, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-search .offer .offer-cards-container .offer-cards-nav button.card-prev {
  position: absolute;
  left: 0;
  transform: rotate(180deg);
}
.page-search .offer .offer-cards-container .offer-cards-nav button.card-next {
  position: absolute;
  right: 0;
}
.page-search .offer .offer-cards-container .offer-cards-nav button img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-search .offer .offer-cards-container .offer-cards-nav {
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 575px) {
  .page-search .offer .offer-cards-container .offer-cards-nav {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
    transform: none;
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
  }
  .page-search .offer .offer-cards-container .offer-cards-nav button {
    position: unset !important;
    background: #2C233B;
  }
  .page-search .offer .offer-cards-container .offer-cards-nav button img {
    transition: all 0.4s;
  }
  .page-search .offer .offer-cards-container .offer-cards-nav button.slick-disabled img {
    opacity: 0.5;
  }
  .page-search .offer .offer-cards-container .slick-dots {
    position: absolute;
    left: 25px;
    bottom: 0;
    height: 36px;
    margin: 0;
    display: flex;
    gap: 6px;
    padding: 14px 20px;
    border-radius: 18px;
    background: #2C233B;
  }
  .page-search .offer .offer-cards-container .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #F9F8F3;
    opacity: 0.5;
    transition: all 0.4s;
  }
  .page-search .offer .offer-cards-container .slick-dots li.slick-active {
    width: 32px;
    opacity: 1;
  }
  .page-search .offer .offer-cards-container .slick-dots li button {
    font-size: 0;
    color: transparent;
  }
}
.page-search .offer .offer-cards {
  position: relative;
  display: flex;
  gap: 48px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: calc((100vw - var(--container)) / 2 + 32px);
  overflow: scroll;
  overflow-y: hidden;
  width: calc(100% + 32px + (100vw - var(--container)) / 2);
  margin-right: 0;
  -ms-overflow-style: none;
  scrollbar-color: transparent transparent;
}
.page-search .offer .offer-cards::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1199px) {
  .page-search .offer .offer-cards {
    width: 100vw;
    overflow: scroll;
    overflow-y: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: calc((var(--container) - 100vw) / 2 - 30px);
    margin-right: calc((var(--container) - 100vw) / 2 - 30px);
    padding-left: calc((100vw - var(--container)) / 2 + 30px);
    padding-right: calc((100vw - var(--container)) / 2 + 30px);
    -ms-overflow-style: none;
    scrollbar-color: transparent transparent;
  }
  .page-search .offer .offer-cards::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-search .offer .offer-cards {
    margin-left: calc((var(--container) - 100vw) / 2 - 30px);
    margin-right: calc((var(--container) - 100vw) / 2 - 30px);
    padding-top: 50px;
    padding-bottom: 0;
    padding-left: calc((100vw - var(--container)) / 2 + 30px);
    padding-right: calc((100vw - var(--container)) / 2 + 30px);
    gap: 60px;
  }
}
@media screen and (max-width: 575px) {
  .page-search .offer .offer-cards {
    display: block;
    padding: 20px 0 72px 0;
    margin-left: -20px;
  }
}
.page-search .offer .offer-cards .offer-card {
  display: block;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
.page-search .offer .offer-cards .offer-card img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  filter: saturate(0.8);
  transition: all 0.6s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 575px) {
  .page-search .offer .offer-cards .offer-card img {
    width: 65vw;
  }
}
.page-search .offer .offer-cards .offer-card svg {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 1;
  width: calc(100% + 100px);
  transition: all 0.6s;
}
@media screen and (max-width: 575px) {
  .page-search .offer .offer-cards .offer-card svg {
    left: -50px;
    transform: none;
    width: calc(65vw + 100px);
  }
}
.page-search .offer .offer-cards .offer-card path {
  fill: transparent;
  overflow: visible;
}
.page-search .offer .offer-cards .offer-card text {
  overflow: visible;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 10px;
  text-transform: uppercase;
}
.page-search .offer .offer-cards .offer-card textPath {
  overflow: visible;
  text-align: center;
}
.page-search .offer .offer-cards .offer-card:hover img, .page-search .offer .offer-cards .offer-card:focus img {
  filter: saturate(2);
  border-radius: 200px;
}
.page-search .offer .offer-cards .offer-card:hover svg, .page-search .offer .offer-cards .offer-card:focus svg {
  top: -50px;
  opacity: 1;
}
@media screen and (max-width: 575px) {
  .page-search .offer .offer-cards .offer-card {
    height: calc(97.5vw + 50px);
    min-width: unset;
    padding-top: 50px;
  }
  .page-search .offer .offer-cards .offer-card img {
    margin: auto;
    border-radius: 200px;
  }
  .page-search .offer .offer-cards .offer-card svg {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
  }
  .page-search .offer .offer-cards .offer-card:hover svg {
    top: 0;
  }
}
@media screen and (min-width: 576px) {
  .page-search .offer .offer-cards .offer-card {
    min-width: calc((var(--container) - 30px - 48px) / 2.5);
  }
  .page-search .offer .offer-cards .offer-card img {
    height: calc((var(--container) - 30px - 48px) / 2 * 1.2);
  }
}
@media screen and (min-width: 992px) {
  .page-search .offer .offer-cards .offer-card {
    min-width: calc((var(--container) - 30px - 96px) / 4);
  }
  .page-search .offer .offer-cards .offer-card img {
    height: calc((var(--container) - 30px - 96px) / 3 * 1.2);
  }
}
@media screen and (min-width: 1200px) {
  .page-search .offer .offer-cards .offer-card {
    min-width: calc((var(--container) - 30px - 144px) / 5);
    max-width: calc((var(--container) - 30px - 144px) / 4);
  }
  .page-search .offer .offer-cards .offer-card img {
    height: calc((var(--container) - 30px - 144px) / 4 * 1.2);
  }
}

.no-result-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0;
}
.no-result-pills a.hint {
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  background: #2793A8;
  border-radius: 20px;
  padding: 6px 16px;
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.4s;
}

.page-content.page-not-found {
  max-width: 100% !important;
  overflow: visible !important;
}
.page-content.page-not-found p.no-results {
  display: block;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-content.page-not-found .no-results {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .page-content.page-not-found {
    padding: 0 !important;
  }
}

.search-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  width: 100%;
  gap: 8px;
}
.search-filters .toggle-filters path {
  fill: transparent;
  transition: all 0.6s;
}
.search-filters .toggle-filters.open path {
  fill: #2C233B;
}
.search-filters .toggle-filters.open path.opacity {
  opacity: 0.5;
}
.search-filters .input-wrapper label {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-align: start;
  border: 1px solid transparent;
  color: rgba(44, 35, 59, 0.75);
  background: #F9F8F3;
  border-radius: 20px;
  padding: 6px 16px;
  margin: 2px 0;
  width: 100%;
  cursor: pointer;
  transition: all 0.4s;
}
.search-filters .input-wrapper label:hover, .search-filters .input-wrapper label:focus {
  border: 1px solid #2C233B;
}
.search-filters .input-wrapper input {
  width: 0;
  height: 0;
  display: none;
}
.search-filters .input-wrapper input:checked + label {
  color: #F9F8F3;
  background: #2C233B;
  border: 1px solid #2C233B;
}
.search-filters .input-wrapper input:disabled + label {
  opacity: 0.5;
  cursor: default;
  border: 1px solid transparent !important;
}
@media screen and (max-width: 575px) {
  .search-filters {
    justify-content: flex-start;
    gap: 12px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-filters .input-wrapper label {
    font-size: 13px;
  }
  .search-filters .input-wrapper:not(.active) {
    display: none;
  }
}

.search-filters-reset-wrapper {
  margin: 12px auto;
}
.search-filters-reset-wrapper button {
  display: none;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #2C233B;
  padding: 6px 16px;
  border-radius: 6px;
  background: #F9F8F3;
  border: 1px solid #F9F8F3;
  cursor: pointer;
  transition: all 0.4s;
}
.search-filters-reset-wrapper button svg {
  width: 20px;
  height: 20px;
}
.search-filters-reset-wrapper button:hover {
  border: 1px solid #2C233B;
}
.search-filters-reset-wrapper.show button {
  display: flex;
}
@media screen and (max-width: 575px) {
  .search-filters-reset-wrapper {
    margin: 0;
    padding-right: 20px;
  }
}

.back-home {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 20px;
  background: #2C233B;
  backdrop-filter: blur(2.5px);
  -webkit-backdrop-filter: blur(2.5px);
  font-family: "Aeonik", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #F9F8F3;
  transition: all 0.3s;
}
.back-home img {
  filter: invert(1) brightness(2);
}
@media screen and (min-width: 768px) {
  .back-home:hover, .back-home:focus {
    gap: 40px;
    transform: translateX(-32px);
    color: #F9F8F3;
  }
}
@media screen and (max-width: 767px) {
  .back-home span {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .back-home {
    margin-left: -20px;
  }
}

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