@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  --containerPadding: 87px;
  --tenorFont: "Tenor Sans", sans-serif;
  --promoHeight: 43px;
  --headerHeight: 140px;
  --longTransition: 1s;
  --longSoTransition: .8s;
  --basicTransition: .4s;
  --fastTransition: .2s;
  --fastSoTransition: .1s;
  --cursor-stroke: none;
  --cursor-fill: #FFDB5C;
  --cursor-stroke-width: 1px;
  --transparent: #ffffff00 !important;
  --white: #ffffff !important;
  --black: #000 !important;
  --darkblack: #000000 !important;
  --grey: #A7A7A7 !important;
  --grey2: #C9C9C9 !important;
  --greyLight: #AFAFAF !important;
  --red: #D85454 !important;
  --redText: #BB5353 !important;
  --yellow: #FFDB5C !important;
  --yellowText: #EEC533 !important;
  --blue: #25A7A8 !important;
  --greenText: #25A7A8 !important;
  --greenColor: #00945E;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--white);
}

::-webkit-scrollbar {
  width: 6px;
  height: 0;
  background-color: var(--white);
}

::-webkit-scrollbar-thumb {
  background-color: var(--black);
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--black) var(--white) !important;
}

a {
  color: #333;
}

a:hover {
  color: #333;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
}

.partnership-form input::-webkit-input-placeholder {
  opacity: 0.5;
}

.partnership-form input::-moz-placeholder {
  opacity: 0.5;
}

.partnership-form input:-ms-input-placeholder {
  opacity: 0.5;
}

.partnership-form input::placeholder {
  opacity: 0.5;
}

textarea::-webkit-input-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea:-ms-input-placeholder {
  opacity: 1;
}

textarea::-ms-input-placeholder {
  opacity: 1;
}

textarea::placeholder {
  opacity: 1;
}
.partnership-form textarea::-webkit-input-placeholder {
  opacity: 0.5;
}

.partnership-form textarea::-moz-placeholder {
  opacity: 0.5;
}

.partnership-form textarea:-ms-input-placeholder {
  opacity: 0.5;
}

.partnership-form textarea::-ms-input-placeholder {
  opacity: 0.5;
}

.partnership-form textarea::placeholder {
  opacity: 0.5;
}



.width-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.td-none {
  text-decoration: none;
}

.whatsapp-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.whatsapp-btn img {
  margin-right: 8px;
}

body {
  font-family: "Inter", sans-serif;
  color: #333;
}

body.overflow-hiden {
  overflow: hidden;
}

b,
strong {
  font-weight: 700;
}

input {
  -webkit-appearance: none;
}

.swiper {
  z-index: 0;
}

.clean-btn {
  background: none;
  border: 0;
}

.btn-check:focus + .btn,
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.grid-2-cols{
  grid-column-start: span;
  grid-column-end: span 2;
}
.pages-slider-title {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 2;
  color: #fff;
  font-size: 32px;
  line-height: 125%;
  margin-top: -0.6125em;
  letter-spacing: -0.96px;
}

.btn-primary {
  color: #333;
  background: #DBC8B6;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 8px;
  border-radius: 16px;
  
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  
}
.main-slide-btn{
  color: #fff;
  background: #FBFBFB4A;
  top: 300px;
}
.btn-primary:hover {
  color: #333;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), #DBC8B6;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #DBC8B6;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #333;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), #DBC8B6;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #DBC8B6;
}

.btn-gray {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  background: #646566;
  border: 2px solid #646566;
  color: #FFF;
  text-align: center;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.15px;
  font-weight: 500;
}

.btn-gray.small-btn {
  padding: 6px 12px;
}

.btn-gray:hover {
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #646566;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #646566;
  border-color: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #646566;
}

.btn-gray:focus {
  border: 2px solid var(--dark, #333);
  background: var(--brand1, #646566);
}

.btn-gray.disabled {
  opacity: 0.3;
  background: #646566;
  border-color: #646566;
  pointer-events: none;
}

.btn-gray:disabled {
  opacity: 0.3;
  background: #646566;
  border-color: #646566;
}

.no-bg-btn {
  border: 1px solid transparent;
  border-radius: 12px;
}

.no-bg-btn:hover {
  border: 1px solid #F3EDE7;
  background: #FFF;
}

.no-bg-btn:focus {
  border: 1px solid #DBC8B6;
  background: #F3EDE7;
}

.no-bg-btn.disabled {
  opacity: 0.3;
}

.no-bg-btn:disabled {
  opacity: 0.3;
}

.btn-white {
  border: 1px solid #FFF;
  background: #FFF;
  border-radius: 16px;
  font-weight: 500;
}

.btn-white:hover {
  border: 1px solid #F3EDE7;
  background: #F3EDE7;
}

.btn-white:focus {
  border: 1px solid #F3EDE7;
  background: #fff;
}

.btn-white.disabled {
  opacity: 0.3;
}

.btn-white:disabled {
  opacity: 0.3;
}

.btn-default {
  border: 1px solid #DBC8B6;
  padding: 11px 19px;
  background: #FFF;
  border-radius: 16px;
  font-weight: 500;
}

.btn-default:hover {
  border: 1px solid #DBC8B6;
  background: #F3EDE7;
}

.btn-default:focus {
  border: 2px solid #DBC8B6;
  padding: 10px 18px;
  background: #fff;
}

.btn-default.disabled {
  opacity: 0.3;
}

.btn-default:disabled {
  opacity: 0.3;
}

.btn-danger {
  border: 1px solid #E50000;
  padding: 11px 19px;
  background: #FFF;
  color: #E50000;
  border-radius: 16px;
  font-weight: 500;
}

.btn-danger:hover {
  border: 1px solid #E50000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(229, 0, 0, 0.1)), to(rgba(229, 0, 0, 0.1))), #FFF;
  background: linear-gradient(0deg, rgba(229, 0, 0, 0.1) 0%, rgba(229, 0, 0, 0.1) 100%), #FFF;
  color: #E50000;
}

.btn-danger:focus {
  border: 2px solid #E50000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(229, 0, 0, 0.1)), to(rgba(229, 0, 0, 0.1))), #FFF;
  background: linear-gradient(0deg, rgba(229, 0, 0, 0.1) 0%, rgba(229, 0, 0, 0.1) 100%), #FFF;
  padding: 10px 18px;
  color: #E50000;
}

.btn-danger.disabled {
  opacity: 0.3;
}

.btn-danger:disabled {
  opacity: 0.3;
}

.form-error {
  color: #E50000;
  font-size: 13px;
  line-height: 123%;
  letter-spacing: -0.13px;
  margin-top: 4px;
}

.form-info {
  color: #646566;
  font-size: 13px;
  line-height: 123%;
  letter-spacing: -0.13px;
  margin-top: 4px;
}

.hidden {
  display: none;
}

.main-slider-wrapper {
  margin-bottom: 40px;
}

.main-slide {
  position: relative;
}

.main-slide img,
.banner-media
{
  width: 100%;
}
.banner-media{
  aspect-ratio: 1440 / 800;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-slide-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.main-slide-title {
  color: var(--white);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.96px;
  margin-bottom: 15px;
}

.main-slide-text {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 15px;
}

.flex-slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 8px;
  bottom: 0 !important;
}

.flex-slider-pagination .swiper-pagination-bullet {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  height: 4px;
  border-radius: 2px;
  opacity: 0.5;
  background: #FFF;
  margin: 0 8px;
}

.flex-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.module-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

.module-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  letter-spacing: -0.72px;
}

.module-title-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-column-gap: 10px;
}

.module-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  border: 1px solid #DBC8B6;
  background: #FFF;
  cursor: pointer;
  color: #333;
  text-decoration: none;
  font-size: 15px;
}

.module-link:hover {
  text-decoration: underline;
  color: #333;
}

.category-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.category-slide img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 8px;
}

.category-slide a {
  color: #333;
  text-align: center;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.32px;
  text-decoration: none;
}

.category-slide a:hover {
  text-decoration: underline;
}

.desktop-hidden {
  margin-bottom: 23px;
}

.category-slider-wrapper {
  margin-bottom: 40px;
  margin-right: -30px;
}

.category-slide {
  width: 15.3%;
}

.picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-about-wrapper {
  background: #F3EDE7;
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 40px;
}

.main-about-text {
  padding: 8.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-row-gap: 24px;
}

.main-about-text p {
  margin: 0;
}

.main-about-text-title {
  font-size: 24px;
  font-style: normal;
  line-height: 133.333%;
  letter-spacing: -0.72px;
}

.main-about-img {
  position: relative;
}

.main-about-img img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.product-card a {
  display: block;
  width: 100%;
}

.product-card a video,
.product-card a img 
{
  width: 100%;
  border-radius: 12px;
  margin-bottom: 8px;
}

.product-card-info-row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  padding: 8px;
}

.product-card-slide {
  width: 24.5%;
}

.product-card-name {
  color: #333;
  text-align: center;
  display: block;
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: -0.32px;
  text-decoration: none;
  padding: 0 5%;
  margin-bottom: 4px;
  font-weight: 500;
}

.product-card-name:hover {
  color: #333;
  text-decoration: underline;
}

.product-card-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-card-price {
  color: #646566;
  font-size: 15px;
  font-style: normal;
  line-height: 160%;
  letter-spacing: -0.15px;
  font-weight: 500;
}

.product-card-price-special {
  font-size: 15px;
  font-style: normal;
  line-height: 160%;
  letter-spacing: -0.15px;
  font-weight: 500;
  color: #E50000;
  margin-left: 10px;
}

.product-card-price-old {
  position: relative;
}

.product-card-price-old::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid #646566;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.product-card-tag {
  color: #646566;
  font-size: 13px;
  font-style: normal;
  line-height: 123%;
  letter-spacing: -0.13px;
}

.product-card-tag.product-card-tag-new {
  border-radius: 8px;
  background: #FFF;
  padding: 4px 8px;
}

.product-card-favorite-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 22px;
}

.product-card-favorite-btn img {
  width: 100%;
}

.main-look-slide,
.main-slide {
  position: relative;
}

.main-look-slide::before,
.main-slide::before {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  display: block;
}

.main-look-slide img,
.main-slide img {
  width: 100%;
}

.main-look-slide-title {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: -0.96px;
  margin-bottom: 15px;
}

.main-look-slide-text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: -0.32px;
}

.main-look-slider-wrapper {
  margin-bottom: 40px;
}

.project-slide-card {
  width: 24.5%;
}

.project-card-image {
  display: block;
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 12px;
}

.project-card-image img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-card-image:hover img {
  scale: 1.05;
}

.project-card-name {
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: -0.32px;
  display: block;
  text-decoration: none;
  margin-bottom: 4px;
}

.project-card-name:hover {
  color: #333;
  text-decoration: underline;
}

.project-card-source {
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 123%;
  letter-spacing: -0.13px;
  display: block;
  text-decoration: none;
}

.project-card-source:hover {
  color: #333;
  text-decoration: underline;
}

.projects-slider-wrapper {
  margin-bottom: 40px;
  margin-right: -30px;
}

.main-slide-link::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  content: "";
  display: block;
}

.main-showroom-slider-wrapper {
  margin-bottom: 48px;
}

.main-showroom-slide {
  position: relative;
}

.main-showroom-slide img {
  width: 100%;
}

.main-showroom-slide-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.main-showroom-slide-title {
  color: var(--white);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.96px;
}

.main-showroom-slide-text {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.footer {
  padding-top: 30px;
}

.footer-logo {
  width: 346px;
  margin-bottom: 30px;
}

.footer-menu {
  padding: 0;
  list-style: none;
}

.footer-menu li {
  padding: 4px 8px;
}

.footer-link {
  text-decoration: none;
  color: #333;
  font-size: 15px;
  font-style: normal;
  line-height: 160%;
  letter-spacing: -0.15px;
}

.footer-link:hover {
  text-decoration: underline;
  color: #333;
}

.footer-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 16px;
}

.footer-social-title {
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 16px;
}

.footer-subscribe {
  margin-bottom: 24px;
}

.subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 12px;
}

.subscribe-form .input-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.subscribe-form .input-wrapper .form-input {
  width: 100%;
}

.footer-subscribe-title {
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 8px;
}

.form-input {
  border-radius: 16px;
  border: 1px solid #F3EDE7;
  background: #FFF;
  color: #646566;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.15px;
  padding: 11px 12px;
}

.form-input:focus {
  border: 1px solid #F3EDE7;
  outline: 0;
}

select.form-input {
  background: url("/dist/img/icons/arrow-down-light.svg") calc(100% - 5px) 50% no-repeat #fff;
}

.footer-main-row {
  margin-bottom: 30px;
}

.footer-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.footer-copyright {
  color: #000;
  font-size: 13px;
  font-style: normal;
  line-height: 123%;
  letter-spacing: -0.13px;
  margin-bottom: 0;
  margin-right: 8px;
}

.footer-copyright-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.country-img {
  width: 13px;
}

.assistance-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.assistance-btn img {
  width: 20px;
  margin-right: 4px;
}

.footer-payment-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 4px;
}

.country-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-wrapper {
  position: relative;
  top: 0;
  z-index: 6;
  height: 64px;
}
.popup-country{
  overflow-y: auto;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.main-menu.main-menu-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-menu-item {
  padding: 0;
  margin: 0 4px;
}

.main-menu-item:hover .main-menu-item-link {
  color: #333;
  background: #fff;
  border-radius: 12px;
}

.main-menu-item.parent-item .main-menu-item-link {
  position: relative;
}

.main-menu-item.parent-item .main-menu-item-link::after {
  content: "";
  display: block;
  top: 100%;
  width: 100%;
  height: 30px;
  position: absolute;
}

.main-menu-item.parent-item:hover .children-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.main-menu-item-link {
  color: #333;
  text-align: center;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.15px;
  text-decoration: none;
  padding: 4px 8px;
  display: block;
}

.header-wrapper {
  background: #F3EDE7;
}

.header-wrapper.white-menu {
  background: none;
  margin-bottom: -64px;
}

.white-menu .main-menu-item-link {
  color: #fff;
}

.white-menu .main-menu-item-link:hover {
  color: #333;
}

.white-menu .header-logo path {
  fill: #fff;
}

.white-menu .currency-lang-btn {
  color: #fff;
}

.white-menu .menu-btn svg path,
.white-menu .open-mobile-menu svg path
 {
  stroke: #fff;
}
.white-menu .menu-btn svg #account path{
  fill: #fff;
  stroke: transparent;
}
/*.white-menu .open-mobile-menu svg path{
  stroke: transparent;
}*/

.white-menu .card-icon-btn {
  background: #fff;
  color: #333;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.children-wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  width: 100%;
  border-radius: 12px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.children-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 25%;
  margin-right: 30px;
}

.children-menu ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.children-menu ul li {
  padding: 4px;
}

.children-menu ul li.children-menu-separator {
  height: 1px;
  width: 100%;
  background: #DBC8B6;
  margin: 8px 0;
  padding: 0;
}

.children-menu ul li a {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.15px;
  text-decoration: none;
  text-transform: none;
}

.children-menu ul li a:hover {
  text-decoration: underline;
}

.red-link {
  color: #E50000;
}

.red-link:hover {
  color: #E50000;
}

.main-menu-dropdown-item {
  position: relative;
}

.main-menu-dropdown-item .dropdown-wrapper {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: calc(100% + 20px);
  border-radius: 12px;
  background: #fff;
  padding: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.main-menu-dropdown-item .dropdown-wrapper ul {
  list-style: none;
  padding: 0;
}

.main-menu-dropdown-item .dropdown-wrapper ul li {
  min-width: 120px;
}

.main-menu-dropdown-item .dropdown-wrapper ul li.children-menu-separator {
  height: 1px;
  width: 100%;
  background: #DBC8B6;
  margin: 8px 0;
  padding: 0;
}

button{
  color: #333;
}

.main-menu-dropdown-item .dropdown-wrapper ul li button {
  font-size: 15px;
  font-style: normal;
  line-height: 160%;
  letter-spacing: -0.15px;
  padding: 4px 0 4px 8px;
}

.main-menu-dropdown-item .dropdown-wrapper ul li button.active {
  font-weight: 600;
}

.main-menu-dropdown-item .dropdown-wrapper ul li button:hover {
  text-decoration: underline;
}

.main-menu-dropdown-item:hover .dropdown-wrapper {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.menu-banner-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  height: 100%;
}

.menu-banner-list .menu-banner-item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.menu-banner-list .menu-banner-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-banner-list .menu-banner-item img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-banner-list .menu-banner-item:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.menu-banner-item-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  font-size: 21px;
  font-weight: 400;
  line-height: 115%;
  letter-spacing: -0.63px;
  padding: 0 10%;
  text-align: center;
  z-index: 2;
}

.main-menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33%;
}

.menu-btn {
  width: 32px;
  height: 32px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-btn svg {
  width: 100%;
}

.card-icon-btn {
  width: 32px;
  height: 32px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background: #646566;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 114%;
  letter-spacing: -0.42px;
}

.currency-lang-btn {
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.15px;
  color: #333;
  position: relative;
  padding: 4px 8px;
}

.currency-lang-btn:hover {
  background: #fff;
  border-radius: 12px;
  color: #333;
}

.currency-lang-btn:hover::after {
  position: absolute;
  top: 100%;
  height: 25px;
  left: 0;
  width: 100%;
  content: "";
  display: block;
}

.shop-menu-wrapper {
  padding: 20px 0;
  position: relative;
}

.shop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  grid-column-gap: 5px;
  margin: 0;
  width: 100%;
  overflow-x: auto;
}

.shop-menu.cabinet-menu {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop-menu-item {
  padding: 0 4px;
}

.shop-menu-link {
  color: #333;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.15px;
  text-decoration: none;
  white-space: nowrap;
}

.shop-menu-link:hover {
  color: #333;
  text-decoration: underline;
}

.shop-menu-link.active {
  text-decoration: underline;
  font-weight: 600;
}

.filter-btn {
  margin: 8px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  border: 1px solid var(--brand2, #DBC8B6);
  border-radius: 16px;
  background: #fff;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.15px;
  white-space: nowrap;
}

.filter-btn img {
  margin-right: 8px;
  width: 24px;
}

.filter-btn .filter-count {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #646566;
  font-size: 14px;
  font-weight: 700;
  line-height: 114%;
  letter-spacing: -0.42px;
  color: #fff;
  border-radius: 50%;
  margin-left: 8px;
}

.filter-values-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.filter-values-group span {
  padding: 0px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.15px;
}

.filter-values-group input:checked + span {
  font-weight: 700;
  text-decoration: underline;
}

.filter-values-group .filter-label {
  margin-bottom: 0px;
  color: #646566;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 123%;
  letter-spacing: -0.13px;
  opacity: 0.7;
}

.filter-values-group .filter-values {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.filter-values-group + .filter-values-group {
  margin-top: 24px;
}

.filter-values-group .color-filter {
  width: 24px;
  height: 24px;
  display: block;
  background: var(--optionbg);
  background-size: cover;
  border-radius: 50%;
  position: relative;
}

.filter-values-group input:checked + span.color-filter:after {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -3px;
  left: -3px;
  border: 1px solid #000;
  content: "";
  display: block;
  border-radius: 50%;
}

.filter-reset-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-reset-btn img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  margin-right: 8px;
}

.catalog-container {
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: calc( 25% - 15px ) calc( 25% - 15px ) calc( 25% - 15px ) calc( 25% - 15px );
  grid-column-gap: 20px;
  grid-row-gap: 4px;
}

.catalog-card .catalog-card-img {
  aspect-ratio: 325/465;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.catalog-card-big.catalog-card .catalog-card-img{
  aspect-ratio: 325/483;
}
.product-card a{
  position: relative;
} 
.catalog-card-img-hover{
  position: absolute;
  width: 100%;
  height: calc( 100% - 8px );
  top:0;
  left: 0;
   -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-card-img-wrapper:hover .catalog-card-img-hover{
  opacity: 1;
}
.catalog-card-big {
  grid-row-start: span;
  grid-row-end: span 2;
  grid-column-start: span;
  grid-column-end: span 2;
}

.pagination-wrapper {
  padding: 10px 15px;
}

.pagination {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination-item {
  padding: 8px;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.15px;
  aspect-ratio: 1/1;
  width: 40px;
  height: 40px;
  text-align: center;
}

.pagination-item a {
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.15px;
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.pagination-item.active {
  background: #F3EDE7;
  border-radius: 12px;
}

.pagination-item:hover {
  background: #F3EDE7;
  border-radius: 12px;
}

.load-products-btn {
  margin: 24px auto 40px auto;
}

.bread-crups {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0;
}

.bread-crups .bread-crumps-item {
  font-size: 12px;
  letter-spacing: -0.13px;
  line-height: 16px;
  color: #646566;
  text-decoration: none;
}

.bread-crups a.bread-crumps-item {
  opacity: 0.5;
}

.bread-crups a.bread-crumps-item:hover {
  text-decoration: underline;
}

.bread-crups li + li:before {
  content: "•";
  font-size: 13px;
  line-height: 16px;
  padding: 0 4px;
}

.line-separator {
  width: 100%;
  height: 1px;
  background: #DBC8B6;
}

.product-price {
  color: #646566;
  font-size: 21px;
  line-height: 114.286%;
  letter-spacing: -0.63px;
  margin-bottom: 20px;
}

.product-tag {
  padding: 4px 8px;
  border-radius: 4px;
  background: #F3EDE7;
  color: #646566;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.product-tag.accent-tag {
  color: #E50000;
}

.product-name {
  font-size: 21px;
  line-height: 114%;
  letter-spacing: -0.63px;
  margin: 15px 0;
}

.back-link{
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -1%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
          align-items: baseline;
}
.back-link img{
  width: 5px;
  margin-right: 6px;
}
.back-link:hover{
  text-decoration: underline;
}
.back-link + .product-tag{
  margin-top: 15px;
}

.product-attribute-title {
  color: #646566;
  font-size: 13px;
  line-height: 123%;
  letter-spacing: -0.13px;
}
.product-attribute-title.product-single-color{
  margin-bottom: 15px;
}

.product-color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 15px;
  padding-top: 8px;
  margin-bottom: 15px;
}

.product-color {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--optionbg);
  position: relative;
}

.product-color.active::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  bottom: -3px;
  right: -3px;
  border-radius: 50%;
  border: 3px solid #646566;
}

.sizeguide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.sizeguide-btn {
  color: #646566;
  font-size: 13px;
  line-height: 123%;
  letter-spacing: -0.13px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.product-options-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  margin-bottom: 20px;
  margin-top: 10px;
  -ms-flex-wrap: wrap;flex-wrap: wrap;
}

.product-option-item input {
  display: none;
}

.product-option-value {
  min-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  cursor: pointer;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

input:disabled + .product-option-value {
  opacity: 0.3;
}

input:checked + .product-option-value {
  background: #646566;
  color: #fff;
}

.product-buttons-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-column-gap: 15px;
  margin-bottom: 30px;
}

.product-buttons-row button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-buttons-row button img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  margin-right: 8px;
}

.product-accordion {
  margin-bottom: 20px;
}
.product-accordion .accordion-body {
    padding: 10px 10px 10px 0;
  }
.accordion-item {
  border: 0;
}

.product-attributes {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 15px;
}

.product-attribute-name {
  font-size: 13px;
  font-style: normal;
  line-height: 123%;
  letter-spacing: -0.13px;
  color: #646566;
  opacity: 0.7;
}
.product-attribute-name.product-attribute-group{
  line-height: 32px;
}
.product-attribute-description{
  font-size: 13px;
}
.product-attribute-description ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 15px;
  margin-bottom: 0;
}

.product-attribute-description ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}
.product-attribute-description img{
  max-width: 32px;
}
.product-accordion-btn {
  padding: 10px 10px 10px 0;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-accordion-btn .vertical-line {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.product-accordion-btn.collapsed .vertical-line {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-body {
  padding: 10px;
}
.px-60{
  padding: 0 60px;
}
.product-description,
.product-description p,
.product-description a
{
  color: #333;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 123%;
  letter-spacing: -0.13px;

}
.product-description p{
  margin-bottom: 0;
}
.faq-tab-description,
.faq-tab-description p
{
  color: #333;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  line-height: 138%;
  letter-spacing: -0.13px;
  text-align: justify;
}
.product-slide-prev {
  position: absolute;
  top: 50%;
  left: 13px;
  z-index: 2;
  padding: 10px;
}

.product-slide-prev.swiper-button-disabled {
  opacity: 0.6;
}

.product-slide-next {
  position: absolute;
  padding: 10px;
  top: 50%;
  right: 13px;
  z-index: 2;
}

.product-slide-next.swiper-button-disabled {
  opacity: 0.6;
}

.product-slider {
/*  width: calc(100% - 10px);*/
  width: auto;
  border-radius: 12px;
  margin-left: 0;
}
.product-slide-img{
  width: 100%;
}
/*@media all and (min-width: 800px){
  .product-slide-img{
    max-width: 100%;
    margin:  0 auto;
    max-height: calc( 100vh - 120px );
    display: block;
  }
}*/
/*.product-slider .product-slide img {
  aspect-ratio: 660/880;
  -o-object-fit: cover;
     object-fit: cover;
}*/

.product-slider .flex-slider-pagination {
  padding: 8px 10px;
}

.product-slider .flex-slider-pagination .swiper-pagination-bullet {
  height: 2px;
}

.product-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.product-container + .line-separator {
  margin-bottom: 60px;
}

.size-notice {
  color: #E50000;
}

.product-price-old {
  position: relative;
}

.product-price-old::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid #646566;
  border-color: inherit;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.product-price-special {
  color: #E50000;
  margin-left: 10px;
}

.collections-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.collection-item {
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.collection-item.collection-item-big {
  grid-column-start: span;
  grid-column-end: span 2;
}

.collection-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.collection-item img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.collection-item:hover {
  text-decoration: underline;
}

.collection-item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.collection-item:hover::after {
  background: rgba(0, 0, 0, 0.3);
}

.collection-item-name {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.96px;
  padding: 30px 40px;
}

.collection-title {
  text-align: center;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.72px;
  margin-bottom: 16px;
}

.collection-description {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.32px;
  width: 58%;
  margin: 0 auto 16px auto;
  text-align: justify;
}
.collection-description p {
  text-align: justify;
}
.collection-description.clamp-text {
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 4;
  height: 74px;
  text-align: justify;
}

.collection-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.toggle-description-btn {
  margin: 0 auto;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  text-decoration: underline;
  cursor: pointer;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.15px;
}

.collection-products-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px 20px;
}

.collection-product {
  position: relative;
  overflow: hidden;
}

.collection-product .collection-product-img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
   height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.collection-product:hover .collection-product-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.collection-look-btn {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  right: 15px;
  padding: 8px;
  border-radius: 12px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
}

.collection-look-btn img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
}

.collection-credits-title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.72px;
}

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

.collection-credits-text p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.32px;
  margin-bottom: 0;
  text-align: justify;
}

.projects-container {
  padding: 40px 0;
}

.colored-container {
  background: #F3EDE7;
}

.project-category-container {
  padding: 40px 0;
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px 20px;
}

.project-category-container .project-card-image img {
/*  aspect-ratio: 440/300;*/
  aspect-ratio: 990/730;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-module {
  display: grid;
  width: 100%;
  gap: 24px 20px;
}

.content-module.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.content-module.columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.content-module-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 24px;
}

.content-module-col p {
  text-align: center;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.72px;
  margin: 0;
  padding: 0 20px;
}

.content-module-col-img {
  border-radius: 12px;
  width: 100%;
}

.project-container {
  padding: 40px 0;
}

.section-title {
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.96px;
  margin-bottom: 24px;
  font-weight: 500;
}

.section-description {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.section-description p {
  margin-bottom: 24px;
}

.section-description h3 {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 116.667%;
  letter-spacing: -0.54px;
}

.section-description h4 {
  font-size: 21px;
  line-height: 115%;
  letter-spacing: -0.63px;
  margin-bottom: 24px;
}

.section-description ol {
  padding-left: 1em;
}

.section-description ol li {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.section-description a {
  color: #17A1E5;
}

.mid-container {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  padding: 40px 0;
}

.mid-container.stockists-container {
  padding: 20px;
}

.information-slide {
  position: relative;
}

.information-slide::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.information-slider-container-wrapper {
  position: relative;
}

.information-slider-wrapper {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}

.information-slider-wrapper .information-slider {
  border-radius: 0 0 0 12px;
}

.information-slider-wrapper.left-wrapper {
  margin-right: auto;
  margin-left: 0;
}

.information-slider-wrapper.left-wrapper .information-slider {
  border-radius: 0px;
}

.information-slider-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-bordered {
  border-radius: 12px;
}

.container-padding {
  padding: 40px 0;
}

.divider {
  margin-top: 48px;
}

.sm-pr-40 {
  padding-right: 40px;
}

.sm-pl-40 {
  padding-left: 40px;
}

.blog-title {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 40px;
}

.blog-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.2);
}

.blog-title-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-title-text {
  color: #FFF;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.96px;
  text-align: center;
}

.mid-container-padding-text {
  padding: 20px;
  margin-bottom: 40px;
  text-align: justify;
}

.mid-container-padding-text p {
  margin-bottom: 24px;
  letter-spacing: -0.32px;
}

.mid-container-padding-text p:nth-last-child(1) {
  margin-bottom: 0px;
}

.mid-container-padding-text a {
  color: #333;
}

.mid-container-padding-text ol {
  padding-left: 1em;
}

.mid-container-padding-text ol li {
  margin-bottom: 24px;
}

.mid-container-padding-text ol li p {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 138%;
  letter-spacing: -0.13px;
}

.mid-container-padding-text ol li p:nth-child(1) {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.mid-container-padding-text h2 {
  font-size: 21px;
  line-height: 114%;
  font-weight: 400;
  letter-spacing: -0.63px;
  margin-bottom: 15px;
}

.mid-container-padding-text h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.mid-container-padding-text ul {
  padding-left: 1.15em;
  margin-bottom: 15px;
}

.mid-container-padding-text.shipping-container p {
  margin-bottom: 0;
}

.mid-container-padding-text.shipping-container p + p {
  margin-top: 15px;
}

.mid-container-padding-text.shipping-container h2 {
  margin-top: 32px;
}

.mid-container-padding-text.shipping-container ol {
  padding-left: 1.15em;
  margin-top: 15px;
  margin-bottom: 15px;
}

.mid-container-padding-text.shipping-container ol li {
  margin-bottom: 0;
}

.mid-container-padding-text.shipping-container h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
  letter-spacing: -0.72px;
  margin-bottom: 32px;
}
.mid-container-padding-text.shipping-container.size-container h1{
  font-size: 21px;
}
.mid-container-padding-text.shipping-container h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 4px;
}

.mid-container-padding-text.size-container h3 {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 400;
  line-height: 116%;
  letter-spacing: -0.54px;
}

.mid-container-padding-text.size-container p {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 138%;
  letter-spacing: -0.13px;
}

.mid-container-padding-text.size-container h4:nth-last-of-type(1) {
  margin-top: auto;
  margin-bottom: 0px;
}
.measurement-container{
  margin-bottom: 30px;
  text-align: left;
}
.mid-container-padding-text.size-container .d-flex-col{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;

}
.mid-container-padding-text.size-container .assistance-btn img {
  margin-right: 8px;
}

.mid-container-padding-text.care-container h2 {
  margin-bottom: 8px;
}
.mid-container-padding-text.care-container.shipping-container h2:nth-child(1){
  margin-top: 0;
}
.mid-container-padding-text.care-container.shipping-container h2 {
  margin-bottom: 32px;
}
.mid-container-padding-text.care-container.shipping-container .row ul{
  margin-bottom: 0;
  margin-top: 5px;
}
.measurement-img {
  margin-bottom: 0px;
}

.partnership-form {
  border-radius: 16px;
  background: #F3EDE7;
  padding: 20px;
  max-width: 385px;
  width: 100%;
  margin: 0 auto 20px auto;
}

.form-legend {
  float: none;
  font-size: 18px;
  line-height: 116%;
  letter-spacing: -0.54px;
  margin-bottom: 15px;
}
.dropdown-menu{
  width: 100%;
}
.dropdown-menu li{
  padding: 0 10px;
}
.dropdown-menu li a{
  text-decoration: none;
  display: block;
  font-size: 13px;
}
.dropdown-menu li a:hover{
  text-decoration: underline;
}
.input-wrapper{
  position: relative;
}
.input-wrapper label {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.32px;
}

.input-wrapper label.radio-label {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.15px;
}

.form-fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-row-gap: 12px;
}

.partnership-form-submit {
  margin-top: 30px;
}

.vacancies-list-title {
  color: #333;
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.72px;
  text-align: center;
  padding: 16px 0;
}

.vacancy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vacancies-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px 20px;
  padding-bottom: 40px;
}

.vacancy-item-name {
  margin-top: 8px;
  text-align: center;
  text-align: center;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.32px;
  text-decoration: none;
}

.vacancy-item-name:hover {
  text-decoration: underline;
}

.popup-wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  z-index: 10;
}

.popup-wrapper.popup-show {
  visibility: visible;
  opacity: 1;
}

.popup-layout {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}

.popup-layout.show {
  visibility: visible;
  opacity: 1;
}

.popup-look {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  overflow-y: auto;
}

.modal-look-slider {
  margin-bottom: 60px;
}

.modal-look-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

.look-button-next {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  right: 20px;
  background: url("/dist/img/icons/arrow-right.svg") 50% 50% no-repeat #fff;
}

.look-button-next::after {
  display: none;
}

.look-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  left: 20px;
  background: url("/dist/img/icons/arrow-left.svg") 50% 50% no-repeat #fff;
}

.look-button-prev::after {
  display: none;
}

.popup-card {
  position: fixed;
  top: 0;
  right: 0;
  width: 480px;
  background: #fff;
  height: 100vh;
  padding: 0px;
}

.popup-card .popup-cart-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup-card .popup-cart-footer {
  margin-top: auto;
  padding: 16px;
  text-align: center;
  border-top: 1px solid rgba(100, 101, 102, 0.2);
}

.popup-center {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

.popup-center .center-modal-content {
  pointer-events: all;
  background: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 400px;
  max-height: 92vh;
  overflow-y: auto;
}

.popup-center .center-modal-content.size-md {
  max-width: 480px;
}

.popup-right {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 480px;
  background: #fff;
  height: 100vh;
  padding: 0px;
}

.popup-right .popup-right-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.countries-list {
  padding: 10px 10px 30px 10px;
}

.countries-list .countries-list-title {
  color: #000;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 114%;
  letter-spacing: -0.63px;
  margin-top: 30px;
}

.countries-list .countries-list-title:nth-child(1) {
  margin-top: 0;
}

.countries-list .countries-list-item {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: -0.32px;
  cursor: pointer;
}

.country-modal-content {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.current-country {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.32px;
  padding: 15px 0;
}

.current-country b {
  font-weight: 700;
}

.country-modal-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: -0.54px;
  padding: 0;
}

.text-container {
  padding: 16px;
}

.center-modal-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: -0.54px;
  padding: 10px 15px;
  border-bottom: 1px solid #F3EDE7;
}

.center-modal-container .bag-product-item-img {
  width: 120px;
}

.center-modal-container .bag-product-item-remove {
  top: 4px;
}

.center-modal-container .size-table-wrapper {
  margin-bottom: 9px;
}

.center-modal-container .table-size.sizeguide-notice {
  padding-bottom: 24px;
}

.center-modal-footer {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 12px;
}

.center-modal-footer.filter-footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid rgba(100, 101, 102, 0.2);
}

.center-modal-footer.filter-footer button {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.center-modal-footer.filter-footer button.filter-reset-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc(50% - 6px);
}

.popup-cart-title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border-bottom: 1px solid #F3EDE7;
}

.popup-cart-title-row .popup-cart-title {
  color: #646566;
  font-size: 18px;
  font-style: normal;
  line-height: 116%;
  letter-spacing: -0.54px;
}

.popup-cart-title-row .card-icon-btn {
  margin-left: 8px;
}

.close-popup-btn {
  margin-left: auto;
}

.popup-cart-total-info {
  font-size: 13px;
  font-style: normal;
  line-height: 123%;
  letter-spacing: -0.13px;
  margin-bottom: 10px;
}

.popup-cart-checkout-link {
  text-decoration: none;
}

.popup-cart-products {
  padding: 8px 16px;
}

.empty-cart-text {
  color: #646566;
  font-size: 21px;
  font-style: normal;
  line-height: 115%;
  letter-spacing: -0.63px;
  margin-bottom: 24px;
}

.bag-slider-title {
  padding: 15px 16px;
  font-size: 18px;
  font-style: normal;
  line-height: 116%;
  letter-spacing: -0.54px;
}

.bag-slider {
  width: 100%;
  padding-left: 16px;
}

.bag-slider .bag-categoty-slide {
  width: 29%;
}

.bag-slider .bag-categoty-slide a {
  text-decoration: none;
}

.bag-categoty-slide-title {
  padding-top: 8px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: -0.32px;
}

.bag-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  width: 100%;
  position: relative;
}

.popup-cart-container {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}

.bag-product-item-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 26%;
  margin-right: 15px;
}

.bag-product-item-remove {
  position: absolute;
  top: 8px;
  right: 16px;
  width: 16px;
}

.bag-product-item-name {
  color: #0A0A0A;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 8px;
  font-weight: 500;
}

.bag-product-item-option {
  color: #000;
  opacity: 0.5;
  font-size: 14px;
  font-style: normal;
  line-height: 115%;
  letter-spacing: -0.42px;
  margin-bottom: 8px;
}

.bag-product-item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #DBC8B6;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 30px;
}

.bag-product-item-quantity button {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bag-product-item-price {
  color: #646566;
  font-size: 15px;
  font-style: normal;
  line-height: 160%;
  letter-spacing: -0.15px;
  margin-bottom: 8px;
  font-weight: 500;
}

.bag-product-item-quantity-input {
  -moz-appearance: textfield;
  width: 32px;
  text-align: center;
  border: 0;
  padding: 8px 0;
  height: 32px;
}

.bag-product-item-quantity-input::-webkit-outer-spin-button,
.bag-product-item-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.popup-search {
  position: fixed;
  right: 0;
  width: 100%;
  background: #fff;
  padding: 20px 0;
}

.popup-search.popup-show {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
}

.search-form {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 24px;
}

.search-form input {
  background: url(/dist/img/icons/search.svg) 12px 50% no-repeat;
  background-size: 24px auto;
  padding-left: 44px;
}

.search-country {
  margin-bottom: 25px;
}

.search-country input {
  background: url(/dist/img/icons/search.svg) 12px 50% no-repeat;
  background-size: 24px auto;
  padding-left: 44px;
}

.search-form-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1/1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-form-submit img {
  width: 24px;
}

.search-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-form-wrapper .close-popup-btn {
  width: 48px;
  border-radius: 16px;
  border: 1px solid #DBC8B6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-form-wrapper .close-popup-btn img {
  width: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.search-keyword {
  padding: 16px 0;
  text-align: center;
  color: #333;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  line-height: 133%;
  letter-spacing: -0.72px;
}

.search-no-result {
  text-align: center;
  font-size: 21px;
  font-style: normal;
  line-height: 114.286%;
  letter-spacing: -0.63px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}

.sucess-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 60px 0;
}

.sucess-icon {
  width: 300px;
  margin-bottom: 40px;
}

.sucess-title {
  font-size: 24px;
  font-style: normal;
  line-height: 133%;
  letter-spacing: -0.72px;
}

.sucess-sub-title {
  font-size: 21px;
  font-style: normal;
  line-height: 114%;
  letter-spacing: -0.63px;
}

.sucess-thanks {
  font-size: 21px;
  line-height: 114%;
  letter-spacing: -0.63px;
}

.checkout-title {
  padding: 16px 0;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  line-height: 133%;
  letter-spacing: -0.72px;
  border-bottom: 1px solid #F3EDE7;
}

.checkout-login-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px auto;
}

.checkout-login-link img {
  width: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 8px;
}

.checkout-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 40px;
  padding: 10px 53px;
}

.checkout-left-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.checkout-right-col {
  width: 482px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.checkout-right-col .checkout-separator {
  margin: 23px 0;
}

.checkout-products-title {
  padding-left: 16px;
  font-size: 21px;
  font-style: normal;
  line-height: 114%;
  letter-spacing: -0.63px;
  padding-bottom: 8px;
}

.checkout-sub-title {
  font-size: 21px;
  font-style: normal;
  line-height: 114%;
  letter-spacing: -0.63px;
  margin-bottom: 15px;
}

.checkout-fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
}

.checkout-fieldset.radio-fieldset {
  grid-gap: 8px 12px;
}

.radio-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #333;
  display: block;
  margin-right: 8px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

input:checked + .radio-icon {
  border: 6px solid #333;
}

.radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 4px 0;
}

.checkout-separator {
  height: 1px;
  background: #DBC8B6;
  margin: 38px 0;
}

.checkout-total-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 125%;
  letter-spacing: -0.32px;
  padding: 10px 0;
}

.checkout-summary-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  font-size: 21px;
  line-height: 114%;
  letter-spacing: -0.63px;
}

.checkout-payment-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 4px;
}

.checkout-submit-btn {
  margin: 30px 0;
}

.checkout-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  grid-gap: 12px;
}

.checkout-coupon .input-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.checkbox-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #333;
  display: block;
  margin-right: 8px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

input:checked + .checkbox-icon {
  background: url("/dist/img/icons/check.svg") 50% 50% no-repeat #333;
}

.checkbox-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkbox-label a {
  color: #17A1E5;
}

.vacancy-container h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
  margin-top: 24px;
  margin-bottom: 0;
}

.vacancy-container p {
  font-size: 13px;
  line-height: 138%;
  letter-spacing: -0.13px;
  margin-bottom: 0;
  margin-top: 8px;
}

.vacancy-container ol {
  font-size: 13px;
  line-height: 138%;
  letter-spacing: -0.13px;
  padding-left: 1.1em;
  margin-top: 8px;
}
.vacancy-container ol li p{
  font-size: 13px;
  line-height: 138%;
  letter-spacing: -0.13px;
  padding-left: 1.1em;
  margin:0px;
}

.vacancy-container ol li {
  margin-bottom: 0;
}

.mid-container-padding-text .vacancy-apply-btn {
  margin: 24px auto 0 auto;
  text-decoration: none;
  color:#fff;
  width: max-content;
}

.care-container p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.grid-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 32px;
}

.grid-menu-item {
  border-radius: 12px;
  background: #FFF;
  padding: 16px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
}

.grid-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.grid-menu-link:hover{
  text-decoration: underline;
}
.grid-menu-link img {
  width: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 8px;
}

.grid-menu-link span {
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.15px;
}

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

.contact-title {
  font-size: 21px;
  line-height: 114%;
  letter-spacing: -0.63px;
  margin-bottom: 8px;
}

.contact-sub-title {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.32px;
  margin-bottom: 40px;
}

.working-hours {
  line-height: 150%;
  letter-spacing: -0.32px;
  margin-bottom: 40px;
}

.working-hours-title {
  font-weight: 600;
}

.working-hours p {
  margin-bottom: 0;
}

.contact-info-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}

.contact-info-item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 8px;
}

.contact-info-item-info {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.32px;
  margin-bottom: 24px;
}

.contact-info-item .btn-gray {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-info-item .btn-gray img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 8px;
  width: 24px;
}

.stockists-country {
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
}

.small-separator {
  background: #DBC8B6;
  height: 1px;
  width: 100%;
  margin: 8px 0;
}

.small-separator + .stockists-country {
  margin-top: 24px;
}

.stockists-store {
  padding: 8px 0;
}

.stockists-store p {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: -0.32px;
}

.stockists-store p + p {
  margin-top: 8px;
}

.stockists-store a {
  margin-top: 8px;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: -0.32px;
  text-decoration: none;
}

.stockists-store a:hover {
  text-decoration: underline;
}

.stockists-store-name {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 116%;
  letter-spacing: -0.54px;
  margin-bottom: 8px;
}

.table-size-control-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.size-table-name {
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: -0.32px;
}

.size-table-wrapper {
  margin-bottom: 32px;
}

.table-size {
  padding: 15px 0;
}

.table-size table {
  width: 100%;
  border: 1px solid #F3EDE7;
}

.table-size table td {
  padding: 8px;
  text-align: center;
  border-left: 1px solid #F3EDE7;
  border-right: 1px solid #F3EDE7;
  font-size: 13px;
  line-height: 123.077%;
  letter-spacing: -0.13px;
}

.table-size.shoe-table td {
  border-bottom: 1px solid #F3EDE7;
  border-top: 1px solid #F3EDE7;
}

.table-size.sizeguide-notice {
  padding-bottom: 32px;
  padding-top: 0px;
  color: #646566;
  font-size: 13px;
  line-height: 123%;
  letter-spacing: -0.13px;
}

.table-size-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 15px;
}

.table-size-change {
  padding: 0 4px;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.15px;
}

.table-size-change.active {
  font-weight: 600;
  border-bottom: 1px solid #333;
}

.faq-container .accordion-body {
  padding: 0 0 10px 0;
}

.faq-container .accordion-body p {
  font-size: 13px;
  font-style: normal;
  line-height: 123%;
  letter-spacing: -0.13px;
  margin-bottom: 0;
}

.faq-container .accordion-body p + p {
  margin-top: 15px;
}

.tab-group-title {
  font-size: 21px;
  line-height: 114%;
  letter-spacing: -0.63px;
  margin-bottom: 10px;
}

.faq-accordion-btn {
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: -0.32px;
  padding: 10px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq-accordion-btn span {
  text-align: left;
}

.faq-accordion-btn .accordion-btn-state {
  width: 24px;
  height: 24px;
  background: url("/dist/img/icons/minus.svg") 50% 50% no-repeat;
}

.faq-accordion-btn.collapsed .accordion-btn-state {
  background: url("/dist/img/icons/plus.svg") 50% 50% no-repeat;
}

.faq-group-separator {
  height: 1px;
  width: 100%;
  background: #DBC8B6;
  margin: 20px 0;
}

.terms-container h1 {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 133%;
  letter-spacing: -0.72px;
  margin-bottom: 10px;
}

.terms-container h1 + p {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: -0.32px;
  margin-bottom: 56px;
}

.terms-container h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
  letter-spacing: -0.54px;
  margin-bottom: 10px;
}

.terms-container p {
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 34px;
}

.privacy-container h1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 133.333%;
  letter-spacing: -0.72px;
  margin-bottom: 16px;
}

.privacy-container h1 + p {
  margin-bottom: 56px;
}

.privacy-container h2 {
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 114%;
  letter-spacing: -0.63px;
}

.privacy-container h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
  letter-spacing: -0.54px;
}

.privacy-container p {
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.login-form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login-form .input-wrapper {
  margin-bottom: 12px;
}

.login-form .forget-password {
  text-align: right;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.15px;
  opacity: 0.5;
  text-decoration: none;
  margin-left: auto;
  margin-bottom: 30px;
}

.login-form .forget-password:hover {
  text-decoration: underline;
}

.login-form .checkbox-label {
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 34px;
}

.contact-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 12px;
}

.contact-form .input-wrapper {
  margin-bottom: 12px;
}

.contact-form button {
  margin-top: 24px;
}

.social-login {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.social-login .btn-wrapper {
  margin-top: 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}

.social-login .btn-wrapper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-login .btn-wrapper button img {
  margin-right: 8px;
}

.forget-title {
  color: #000;
  font-size: 21px;
  font-style: normal;
  line-height: 114%;
  letter-spacing: -0.63px;
  margin-bottom: 15px;
}

.forget-text {
  color: #000;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 30px;
}

.remind-btn {
  margin-top: 18px;
}

.wishlist-title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  line-height: 133%;
  letter-spacing: -0.72px;
  padding: 16px 40px;
  border-top: 1px solid #F3EDE7;
  border-bottom: 1px solid #F3EDE7;
}

.share-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.customer-service-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.32px;
}

.customer-service-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
  margin-top: 5px;
}

.customer-service-description a {
  text-decoration: none;
}

.customer-service-description + .customer-service-title {
  margin-top: 24px;
}

.popup-availability .center-modal-container p {
  font-size: 16px;
  font-style: normal;
  line-height: 125%;
  letter-spacing: -0.32px;
}

.availability-form {
  margin-top: 15px;
  margin-bottom: 15px;
}

.availability-form .input-wrapper {
  margin-bottom: 12px;
}

.availability-form .product-options-list {
  margin-bottom: 15px;
  margin-top: 15px;
}

.mobile-menu-wrapper {
  background: #fff;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  padding: 0 15px 60px 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-menu-wrapper.active {
  opacity: 1;
  visibility: visible;
}

.mobile-search-btn {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  width: 100%;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-search-btn img {
  margin-right: 4px;
}

.menu-separator {
  height: 1px;
  width: 100%;
  background: #DBC8B6;
  margin: 8px 0;
}

.mobile-menu {
  padding: 0;
  list-style: none;
}

.mobile-menu > li:not(.separator-line) {
  padding: 8px;
}

.mobile-menu .parent-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 15px;
  font-style: normal;
  line-height: 160%;
  letter-spacing: -0.15px;
}

.mobile-menu .parent-item button {
  height: 24px;
}

.mobile-menu .parent-item button img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.mobile-menu .parent-item.active button img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile-menu .child-mobile-menu {
  display: none;
  list-style: none;
  padding: 0 0 0 10px;
}

.mobile-menu .child-mobile-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0;
}

.mobile-menu .child-mobile-menu li a {
  color: #333;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.15px;
  text-decoration: none;
}

.mobile-menu-footer-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px;
}

.mobile-menu-footer-line .assistance-btn {
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.15px;
}

.mobile-menu-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  grid-gap: 3px;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.15px;
}

.mobile-menu-switcher button.active {
  font-weight: 700;
}

.mobile-menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 4px 10px 0;
}

.error-title {
  font-size: 24px;
  line-height: 133%;
  letter-spacing: -0.72px;
  text-align: center;
  padding: 16px 0;
  border-top: 1px solid #F3EDE7;
  border-bottom: 1px solid #F3EDE7;
}

.error-container {
  padding-top: 40px;
  padding-bottom: 140px;
  text-align: center;
}

.error-info-title {
  font-size: 21px;
  line-height: 114%;
  letter-spacing: -0.63px;
  margin-bottom: 24px;
}

.account-form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 40px;
}

.account-form .form-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  letter-spacing: -0.72px;
  margin-bottom: 30px;
}

.account-form fieldset {
  margin-bottom: 38px;
}

.account-form fieldset .input-wrapper {
  margin-bottom: 12px;
}

.account-form .personal-code-discount {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: -0.54px;
  background: #F3EDE7;
  border-radius: 16px;
  padding: 10px;
  margin-top: 30px;
  margin-bottom: 12px;
}

.account-controls-btn {
  width: 100%;
  max-width: 400px;
  margin: 180px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 15px;
}

.order-list-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 20px;
}

.order-list-row-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 116%;
  letter-spacing: -0.54px;
}

.order-list-row-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.32px;
}

.order-list-separator {
  width: 100%;
  height: 1px;
  background: #DBC8B6;
  margin: 8px 0;
}

.order-list-detail-wrapper {
  display: none;
}

.order-list-detail {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding: 20px;
}

.order-list-detail-info-title {
  color: #0A0A0A;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.32px;
  margin-bottom: 15px;
}

.order-list-detail-info {
  color: #0A0A0A;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 123%;
  letter-spacing: -0.13px;
  margin-bottom: 5px;
}

.order-list-detail-product .bag-product-item-remove {
  display: none;
}

.order-list-detail-product .bag-product-item {
  padding-left: 0;
}

.show-order {
  text-decoration: underline;
}
.contact-page-container{
  padding-top: 30px;
}
.contact-page-container .whatsapp-btn {
  margin-top: 24px;
  max-width: 408px;
}

@media (min-width: 320px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(100% - 30px);
  }
}

@media (min-width: 768px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(100% - 30px);
  }
}

@media all and (min-width: 961px) {
  .small-visible {
    display: none;
  }

  .desktop-hidden {
    display: none;
  }

  .burger-item {
    display: none;
  }

  .shop-menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .popup-search {
    top: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media all and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(100% - 60px);
  }
}

@media screen and (max-width: 1460px) {
  html {
    --containerPadding: 75px;
    --headerHeight: 130px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    --containerPadding: 68px;
    --headerHeight: 120px;
  }
}

@media all and (max-width: 1280px) {
  .checkout-wrapper {
    padding: 10px 0px;
  }
}

@media screen and (max-width: 992px) {
  html {
    --containerPadding: 30px;
  }
}

@media all and (max-width: 960px) {
  .small-hidden {
    display: none;
  }

  .main-slider-wrapper {
    margin-bottom: 30px;
  }

  .main-slide-text {
    font-size: 15px;
  }

  .module-title-row {
    margin-bottom: 15px;
  }

  .module-title {
    font-size: 18px;
    line-height: 114%;
    letter-spacing: -0.63px;
  }

  .category-slider-wrapper {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 23px;
  }

  .category-slider-wrapper .swiper{
    padding-left: 15px;
  }

  .category-slide {
    width: 17.8%;
  }

  .product-card-name {
    font-size: 13px;
    letter-spacing: -0.13px;
  }

  .project-slide-card .project-card-source {
    display: none;
  }

  .project-card-image img {
/*    aspect-ratio: 200/270;*/
  }

  .projects-container .project-card-image img {
/*    aspect-ratio: 345/270;*/
  }

  .projects-container .project-slide-card {
    width: 46%;
  }

  .projects-container .projects-module-slide-prev,
  .projects-container .projects-module-slide-next {
    display: none;
  }

  .projects-container .module-title-controls button {
    display: none;
  }

  .projects-container .projects-slider-wrapper {
    margin-bottom: 0;
  }

  .projects-slider-wrapper {
    margin-right: -15px;
    margin-bottom: 30px;
  }

  .footer-logo {
    margin: 0 auto 30px auto;
    display: block;
  }

  .footer-menu {
    margin-bottom: 30px;
  }

  .header-wrapper {
    height: 52px;
  }

  .main-menu.main-menu-left .main-menu-item {
    display: none;
  }

  .main-menu.main-menu-right .main-menu-item:not(:nth-last-child(1)) {
    display: none;
  }

  .header-logo {
    width: 173px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .header-logo svg {
    width: 100%;
  }

  .header {
    height: 52px;
  }

  .main-menu {
    width: 40px;
  }

  .shop-menu-wrapper {
    padding: 15px 0;
  }

  .shop-menu-wrapper::after {
    width: 5%;
    height: 100%;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, right top, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
    display: block;
    content: "";
    position: absolute;
  }

  .catalog-container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 15px;
  }

  .catalog-card .catalog-card-img {
    aspect-ratio: 236/320;
  }

  .catalog-card-big .catalog-card-img {
    aspect-ratio: 487/702;
  }

  .product-price {
    margin-bottom: 15px;
  }

  .product-info-wrapper {
    padding: 15px;
  }

  .product-options-list {
    margin-bottom: 30px;
  }

  .product-buttons-row {
    margin-bottom: 40px;
  }

  .product-accordion .accordion-body {
    font-size: 13px;
  }

  .product-accordion .accordion-body p {
    margin-bottom: 15px;
  }

  .product-slider {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0px;
  }

  .product-container {
    padding-top: 0;
  }

  .product-container + .line-separator {
    margin-bottom: 15px;
  }

  .collections-container {
    grid-template-columns: 1fr;
  }

  .collection-item.collection-item-big {
    grid-column-end: span 1;
  }

  .collection-item-name {
    text-align: center;
  }

  .collection-title {
    text-align: left;
  }

  .collection-description {
    width: 100%;
  }

  .collection-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .collection-products-list {
    grid-template-columns: 1fr;
    grid-gap: 0px 0px;
  }

  .projects-container {
    padding: 15px 0;
  }

  .project-category-container {
    grid-template-columns: 1fr 1fr;
    gap: 15px 20px;
    padding: 15px 0;
  }

  .content-module {
    gap: 15px 20px;
  }

  .content-module.columns-3.columns-sm-2 {
    grid-template-columns: 1fr 1fr;
  }

  .content-module.columns-4 {
    grid-template-columns: 1fr 1fr;
  }

  .content-module-col.small-2-cols {
    grid-column-start: span;
    grid-column-end: span 2;
  }

  .project-container {
    padding: 15px 0;
  }

  .project-container.project-product-container {
    padding: 30px 0;
  }

  .py-sm-15 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .section-description p {
    margin-bottom: 15px;
  }

  .section-description h3 {
    margin-bottom: 15px;
  }

  .mid-container {
    padding: 15px 0;
  }

  .information-slider-container-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .information-slider-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }

  .information-slider-wrapper .information-slider {
    border-radius: 0px;
  }

  .information-slider-container {
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .container-padding {
    padding: 15px 0;
  }

  .sm-pr-40 {
    padding-right: 15px;
  }

  .sm-pl-40 {
    padding-left: 15px;
  }

  .blog-title {
    margin-bottom: 15px;
    border-radius: 0px;
  }

  .mid-container-padding-text {
    padding: 15px;
  }

  .mid-container-padding-text p {
    margin-bottom: 15px;
  }

  .mid-container-padding-text ol li {
    margin-bottom: 15px;
  }

  .mid-container-padding-text.care-container h2 {
    font-size: 18px;
  }

  .mid-container-padding-text.care-container {
    margin-bottom: 0;
  }

  .vacancies-list-title {
    border-top: 1px solid #F3EDE7;
    border-bottom: 1px solid #F3EDE7;
    padding: 10px 0;
  }

  .vacancies-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px 20px;
    padding-bottom: 15px;
  }

  .popup-search {
    bottom: 0;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }

  .checkout-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 0px;
  }

  .checkout-left-col .checkout-products {
    margin-bottom: 30px;
  }

  .checkout-left-col .checkout-products-title {
    padding-left: 0;
  }

  .checkout-left-col .bag-product-item {
    padding-left: 0;
    padding-right: 0;
  }

  .checkout-right-col {
    width: 100%;
  }

  .checkout-right-col .checkout-products-title {
    display: none;
  }

  .checkout-right-col .checkout-products {
    display: none;
  }

  .vacancy-container h4:nth-child(1) {
    margin-top: 0;
  }

  .vacancy-container h4 {
    margin-top: 15px;
  }

  .vacancy-container ol li {
    margin-bottom: 0;
  }

  .contact-info-wrapper {
    grid-template-columns: 1fr;
  }

  .small-separator + .stockists-country {
    margin-top: 20px;
  }

  .terms-container h1 + p {
    margin-bottom: 45px;
  }

  .privacy-container h1 + p {
    margin-bottom: 30px;
  }
}
.size-description-text{
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
.mid-container-padding-text .size-description-text h2{
  margin-top: 0;
  margin-bottom: 0;
}
@media all and (max-width: 960px) and (max-width: 600px) {
  .project-container.project-product-container {
    padding: 0;
  }
}

@media all and (max-width: 800px) {
  .banner-media{
    aspect-ratio: 768 / 960;
  }
}
.back-button{
  display: none;
}
#button-show-more:focus{
  background: #DBC8B6;
  color: #333;
}
@media all and (max-width: 600px) {
  .mid-container-padding-text.care-container.shipping-container .row .col-md-6 + .col-md-6{
    margin-top: 20px;
  }
  .back-button{
    display: flex;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    z-index: 2;
    width: 40px;
    height: 40px;
  }
  .back-button img{
    width: 10px;
  }
  .back-link{
    display: none;
  }
  .back-link + .product-tag{
    margin-top: 0;
  }
  .contact-page-container .whatsapp-btn{
    margin-bottom: 30px;
  }
  .contact-page-container .px-60{
    padding-right: 15px;
    padding-left: 15px;
  }
  .measurement-img{
    margin-bottom: 30px;
  }
  .bag-slider-wrapper{
    margin-bottom: 20px;
  }

  .banner-media{
    aspect-ratio: 375 / 680;
  }
  .xs-mb-0 {
    margin-bottom: 0px;
  }

  .xs-mb-1 {
    margin-bottom: 15px;
  }

  .xs-pt-0 {
    padding-top: 0;
  }

  .pt-xs-2 {
    padding-top: 15px;
  }

  .xs-hidden {
    display: none;
  }

  .module-title-controls button {
    display: none;
  }

  .module-link {
    border: 0;
    padding-right: 36px;
    background: url("/dist/img/icons/arrow-right.svg") calc(100% - 4px) 50% no-repeat;
    background-size: 24px 24px;
  }

  .category-slide {
    width: 38%;
  }

  .main-about-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 15px;
  }

  .main-about-text {
    padding: 30px 15px;
    grid-row-gap: 10px;
  }

  .main-about-img {
    display: none;
  }

  .product-card-slide {
    width: 45%;
  }

  .project-slide-card {
    width: 55%;
  }

  .main-showroom-slide-title {
    font-size: 24px;
    letter-spacing: -0.72px;
  }

  .main-showroom-slide-text {
    font-size: 18px;
    letter-spacing: -0.54px;
  }

  .footer-payment-icons img:nth-child(4),
  .footer-payment-icons img:nth-child(5) {
    display: none;
  }

  .filter-btn {
    position: fixed;
    bottom: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3;
  }

  .filter-values-group span {
    padding: 0px;
  }

  .filter-values-group .filter-values {
    grid-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .filter-values-group + .filter-values-group {
    margin-top: 20px;
  }

  .catalog-container {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 15px;
  }

  .load-products-btn {
    width: 100%;
    margin-top: 10px;
  }

  .product-buttons-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-row-gap: 10px;
  }

  .project-category-container {
    grid-template-columns: 1fr;
  }

  .content-module.columns-3.columns-xs-1 {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 15px 0 0 0;
  }

  .content-module.columns-3.columns-xs-1 .content-module-col {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .content-module.columns-3.columns-xs-1 .content-module-col p {
    text-align: left;
    font-size: 18px;
    padding: 0;
  }

  .project-container-wrapper {
    background: #F3EDE7;
  }

  .project-container.project-product-container .content-module.columns-3 {
    grid-template-columns: 1fr 1fr;
  }

  .project-container.project-product-container .content-module.columns-3 .content-module-col:nth-child(3) {
    display: none;
  }

  .project-container.project-product-container .content-module.columns-4 {
    padding: 30px 0;
  }

  .mid-container.stockists-container {
    padding: 15px;
  }

  .partnership-form {
    border-radius: 0;
    margin-bottom: 15px;
  }

  .vacancies-list {
    grid-template-columns: 1fr;
  }

  .modal-look-slider {
    margin-bottom: 30px;
  }

  .look-button-next {
    right: 10px;
  }

  .look-button-prev {
    left: 10px;
  }

  .popup-card {
    width: 100%;
    height: auto;
  }

  .popup-right {
    height: auto;
  }

  .center-modal-container {
    padding: 15px;
  }

  .center-modal-footer.filter-footer button {
    font-size: 14px;
    white-space: nowrap;
  }

  .bag-product-item-img {
    width: 120px;
  }

  .checkout-products .bag-product-item-remove {
    right: 0;
  }

  .popup-add-to-wishlist .center-modal-container {
    padding: 0;
  }

  .checkout-fieldset.radio-fieldset {
    grid-gap: 12px 12px;
  }

  .sm-2-cols {
    grid-column-start: span;
    grid-column-end: span 2;
  }

  .checkout-separator {
    margin: 30px 0;
  }

  .checkout-coupon button {
    white-space: nowrap;
  }

  .checkbox-label {
    -webkit-box-align: first baseline;
        -ms-flex-align: first baseline;
            align-items: first baseline;
  }

  .grid-menu {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }

  .grid-menu-item {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 8px;
  }

  .grid-menu-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .grid-menu-link img {
    margin-bottom: 0;
    margin-right: 16px;
  }

  .contact-container {
    text-align: left;
  }

  .contact-sub-title {
    margin-bottom: 24px;
  }

  .working-hours {
    margin-bottom: 24px;
  }

  .contact-info-item-info {
    margin-left: 0;
  }

  .contact-info-item .btn-gray {
    margin-left: 0;
  }

  .order-list-row {
    padding: 15px 0;
  }

  .order-list-row-title {
    font-size: 13px;
  }

  .order-list-row-text {
    font-size: 12px;
    line-height: 123%;
    letter-spacing: -0.13px;
  }

  .order-list-detail {
    grid-template-columns: 1fr 1fr;
    padding: 15px 0;
    grid-row-gap: 15px;
  }

  .order-list-detail-product {
    grid-column-start: span;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 480px) {
  html {
    --containerPadding: 20px;
    --containerMargin: -20px;
    --headerHeight: 63px;
  }
}