/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/app/[locale]/(user)/layout.module.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.layout_header__KN8bf {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(19, 19, 19, 0.7);
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.layout_header__KN8bf .layout_headerContent__XZVZS {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5vh 0;
}
.layout_header__KN8bf .layout_headerContent__XZVZS .layout_logo__XLYGm {
  font-size: clamp(1.5rem, 2vw, 3rem);
}
.layout_header__KN8bf .layout_headerContent__XZVZS .layout_header_link__1QBKL {
  font-size: clamp(1rem, 1vw, 2rem);
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
}
.layout_header__KN8bf .layout_headerContent__XZVZS .layout_header_link__1QBKL .layout_cartCount__0Hy_N {
  margin: 0 0.5rem;
  background-color: #638772;
  color: white;
  font-size: 0.8em;
  min-width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em;
  font-weight: bold;
}

.layout_midText__0X4QB, .layout_smallMidText__uYGma {
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
}
.layout_midText__0X4QB p, .layout_smallMidText__uYGma p {
  font-size: 36.8px;
  margin: auto;
  display: block;
}

.layout_smallMidText__uYGma p {
  font-size: 29.9px;
  margin: auto;
  display: block;
}

.layout_link__sLl84, .layout_ctaButton__FkL4g, .layout_interiorLink__KH59T, .layout_videoButton__xhFwK a, .layout_indexButton__pASPx a, .layout_header__KN8bf .layout_headerContent__XZVZS .layout_logo__XLYGm, .layout_header__KN8bf .layout_headerContent__XZVZS .layout_header_link__1QBKL {
  text-decoration: none;
  color: white;
}

.layout_footer__hWn4x {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1vw 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--global-background-color);
  gap: 2vw;
  color: rgb(189, 189, 189);
  font-size: clamp(0.8rem, 1.5vw, 1rem);
}
.layout_footer__hWn4x .layout_link__sLl84, .layout_footer__hWn4x .layout_ctaButton__FkL4g, .layout_footer__hWn4x .layout_interiorLink__KH59T, .layout_footer__hWn4x .layout_videoButton__xhFwK a, .layout_footer__hWn4x .layout_indexButton__pASPx a, .layout_videoButton__xhFwK .layout_footer__hWn4x a, .layout_indexButton__pASPx .layout_footer__hWn4x a, .layout_footer__hWn4x .layout_header__KN8bf .layout_headerContent__XZVZS .layout_logo__XLYGm, .layout_header__KN8bf .layout_headerContent__XZVZS .layout_footer__hWn4x .layout_logo__XLYGm, .layout_footer__hWn4x .layout_header__KN8bf .layout_headerContent__XZVZS .layout_header_link__1QBKL, .layout_header__KN8bf .layout_headerContent__XZVZS .layout_footer__hWn4x .layout_header_link__1QBKL {
  color: rgb(189, 189, 189);
}
.layout_footer__hWn4x .layout_center__GXusk {
  display: flex;
  gap: 2vw;
}

.layout_video__sKV3U, .layout_products__t9tZT {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 7vh;
  height: 93vh;
  overflow: hidden;
}

.layout_videoButton__xhFwK, .layout_indexButton__pASPx {
  z-index: 100;
  position: absolute;
  top: 77%;
  margin: 0 2vh;
  padding: 0.5vw 1vw;
  background-color: rgba(255, 238, 219, 0.5);
  border-radius: 1vw;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.layout_videoButton__xhFwK a, .layout_indexButton__pASPx a {
  font-size: 23px;
  padding: 0.5vw 1vw;
  margin: 0 1vw;
  color: black;
}

.layout_videoButton__xhFwK:hover, .layout_indexButton__pASPx:hover {
  background-color: rgba(255, 238, 219, 0.9);
}

.layout_indexButton__pASPx {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.layout_callButton__1jv6F {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 238, 219, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 1000;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.layout_callButton__1jv6F svg {
  width: 20px;
  height: 20px;
}
.layout_callButton__1jv6F:hover {
  transform: scale(1.05);
  background-color: rgba(255, 238, 219, 0.9);
}

.layout_interiorsSection__vy4_Q {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto 6vh auto;
}

.layout_interiorCard__phava {
  display: flex;
  gap: 4vw;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 1vw;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.layout_interiorCard__phava:hover {
  transform: translateY(-5px);
}

.layout_interiorImage__732SI {
  flex: 1 1;
  position: relative;
  overflow: hidden;
}
.layout_interiorImage__732SI .layout_image__uzzQd {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.layout_interiorOverlay__XLkJ_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.layout_interiorOverlay__XLkJ_:hover {
  opacity: 1;
}

.layout_interiorLink__KH59T {
  padding: 1vw 2vw;
  background-color: rgba(255, 238, 219, 0.9);
  border-radius: 0.5vw;
  color: white;
  font-size: 23px;
  transition: all 0.3s ease;
}
.layout_interiorLink__KH59T:hover {
  background-color: rgb(255, 238, 219);
  transform: scale(1.05);
}

.layout_interiorDescription__D5P9p {
  flex: 1 1;
  padding: 3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2vh;
}
.layout_interiorDescription__D5P9p h3 {
  font-size: 32.2px;
  color: white;
  margin: 0;
}
.layout_interiorDescription__D5P9p p {
  font-size: 23px;
  color: rgb(189, 189, 189);
  line-height: 1.6;
  margin: 0;
}

.layout_featuresSection__i8l_r {
  width: 100%;
  max-width: 100vw;
  position: relative;
  padding: 8vh 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.02) 50%, transparent);
  overflow: hidden;
}

.layout_scrollIndicator__FW52Q {
  position: absolute;
  bottom: 4vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5vh;
  color: var(--text-color);
  opacity: 0.9;
  animation: layout_bounce__0bY0_ 2s infinite;
  cursor: pointer;
  z-index: 1;
  mix-blend-mode: difference;
  transition: all 0.3s ease;
  pointer-events: none;
}
.layout_scrollIndicator__FW52Q:hover {
  opacity: 1;
  transform: translateX(-50%) scale(1.05);
}
.layout_scrollIndicator__FW52Q span {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}
.layout_scrollIndicator__FW52Q svg {
  font-size: 2.5rem;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  animation: layout_pulse__ZNuNn 2s infinite;
}

@keyframes layout_bounce__0bY0_ {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-10px) translateX(-50%);
  }
  60% {
    transform: translateY(-5px) translateX(-50%);
  }
}
@keyframes layout_pulse__ZNuNn {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.layout_featureCard__kekMh {
  display: flex;
  align-items: center;
  gap: 4vw;
  max-width: 1400px;
  margin: 0 auto 12vh;
  padding: 0 5vw;
}
.layout_featureCard__kekMh:last-child {
  margin-bottom: 0;
}
.layout_featureCard__kekMh:nth-child(even) {
  flex-direction: row-reverse;
}

.layout_featureImage__y4KMr {
  flex: 1 1;
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.layout_featureImage__y4KMr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.layout_featureImage__y4KMr:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.layout_featureImage__y4KMr:hover img {
  transform: scale(1.05);
}

.layout_featureContent__Gx8Rr {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 2vh;
  padding: 2vw 2vw 2vw 0;
}
.layout_featureContent__Gx8Rr h3 {
  font-size: 36.8px;
  font-weight: 300;
  color: var(--text-color);
  margin: 0;
}
.layout_featureContent__Gx8Rr p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color);
  opacity: 0.8;
  margin: 0;
}

.layout_featureLink__cGj5U {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
  color: var(--text-color);
  text-decoration: none;
  margin-top: auto;
  transition: all 0.3s ease;
  padding: 1vh 0;
  border: 1px solid var(--text-color);
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-start;
}
.layout_featureLink__cGj5U svg {
  transition: transform 0.3s ease;
}
.layout_featureLink__cGj5U:hover {
  background: var(--text-color);
  color: white;
  gap: 1.5rem;
}
.layout_featureLink__cGj5U:hover svg {
  transform: translateX(5px);
}

.layout_catalogInvitation__k32dv {
  text-align: center;
  padding: 8vh 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.02) 50%, transparent);
  margin: 4vh 0;
}
.layout_catalogInvitation__k32dv h2 {
  font-size: 36.8px;
  font-weight: 300;
  color: var(--text-color);
  margin: 0 0 2vh 0;
}
.layout_catalogInvitation__k32dv p {
  font-size: 1.1rem;
  color: var(--text-color);
  opacity: 0.8;
  margin: 0 0 4vh 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.layout_catalogButton__vHgih {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5vh 3vw;
  background: var(--text-color);
  color: white;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}
.layout_catalogButton__vHgih svg {
  transition: transform 0.3s ease;
}
.layout_catalogButton__vHgih:hover {
  background: var(--text-color);
  opacity: 0.9;
  transform: translateY(-2px);
}
.layout_catalogButton__vHgih:hover svg {
  transform: translateX(5px);
}

.layout_ctaSection__o06rZ {
  width: 100%;
  padding: 8vh 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.02) 50%, transparent);
  margin-top: 4vh;
}

.layout_ctaContent__BWH_X {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 2vw;
}
.layout_ctaContent__BWH_X h2 {
  font-size: 36.8px;
  color: white;
  margin-bottom: 2vh;
  font-weight: 500;
}
.layout_ctaContent__BWH_X p {
  font-size: 1.1rem;
  color: rgb(189, 189, 189);
  margin-bottom: 4vh;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.layout_ctaButtons__X49qN {
  display: flex;
  gap: 2vw;
  justify-content: center;
  align-items: center;
}

.layout_ctaButton__FkL4g {
  padding: 1vw 2vw;
  background-color: rgba(255, 238, 219, 0.8);
  border-radius: 0.5vw;
  color: #131313;
  font-size: 23px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 1vw;
  font-family: inherit;
  font-weight: 400;
  border: none;
  cursor: pointer;
}
.layout_ctaButton__FkL4g svg {
  transition: transform 0.3s ease;
}
.layout_ctaButton__FkL4g:hover {
  background-color: rgba(255, 238, 219, 0.9);
  transform: translateY(-2px);
}
.layout_ctaButton__FkL4g:hover svg {
  transform: translateX(5px);
}

.layout_secondaryButton___ObSF {
  background-color: transparent;
  border: 1px solid rgba(255, 238, 219, 0.9);
  color: rgb(255, 238, 219);
  font-family: inherit;
  font-weight: 400;
}
.layout_secondaryButton___ObSF:hover {
  background-color: rgba(255, 238, 219, 0.1);
}

.layout_contactDropdown__wnHL8 {
  position: relative;
}

.layout_contactMenu__NjQRW {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 1vh;
  background: rgba(19, 19, 19, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0.5vw;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  z-index: 1000;
  animation: layout_slideDown__NsSm4 0.3s ease;
  border: 1px solid rgba(255, 238, 219, 0.1);
}

.layout_contactItem__oUawu {
  display: flex;
  align-items: center;
  gap: 1vw;
  padding: 1vh 1.5vw;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 238, 219, 0.1);
  font-family: inherit;
  font-size: 20.7px;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.layout_contactItem__oUawu:last-child {
  border-bottom: none;
}
.layout_contactItem__oUawu svg {
  width: 1.2rem;
  height: 1.2rem;
  color: rgba(255, 238, 219, 0.9);
}
.layout_contactItem__oUawu:hover {
  background-color: rgba(255, 238, 219, 0.1);
}
.layout_contactItem__oUawu span {
  font-family: inherit;
  font-weight: 400;
}

.layout_rotate__buAlb {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

@keyframes layout_slideDown__NsSm4 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.layout_mainContent__BM87_ {
  min-height: calc(100vh - 80px);
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[9].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[9].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[9].use[5]!./src/components/components.module.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.components_header__dPCo4 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(19, 19, 19, 0.7);
  z-index: 1000;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.components_header__dPCo4 .components_headerContent__8ZDfV {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5vh 0;
}
.components_header__dPCo4 .components_headerContent__8ZDfV .components_logo__sRAgi {
  font-size: clamp(1.5rem, 2vw, 3rem);
}
.components_header__dPCo4 .components_headerContent__8ZDfV .components_header_link__0RSmJ {
  font-size: clamp(1rem, 1vw, 2rem);
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 1.5rem;
}
.components_header__dPCo4 .components_headerContent__8ZDfV .components_header_link__0RSmJ .components_cartCount__Eepol {
  margin: 0 0.5rem;
  background-color: #638772;
  color: white;
  font-size: 0.8em;
  min-width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2em;
  font-weight: bold;
}

.components_midText___l1dp, .components_smallMidText__bOTBe {
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
}
.components_midText___l1dp p, .components_smallMidText__bOTBe p {
  font-size: 36.8px;
  margin: auto;
  display: block;
}

.components_smallMidText__bOTBe p {
  font-size: 29.9px;
  margin: auto;
  display: block;
}

.components_link___GKZo, .components_ctaButton__BioDC, .components_interiorLink___aV_S, .components_videoButton__hKjq8 a, .components_indexButton___AKgV a, .components_header__dPCo4 .components_headerContent__8ZDfV .components_logo__sRAgi, .components_header__dPCo4 .components_headerContent__8ZDfV .components_header_link__0RSmJ {
  text-decoration: none;
  color: white;
}

.components_footer__fwFp3 {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1vw 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--global-background-color);
  gap: 2vw;
  color: rgb(189, 189, 189);
  font-size: clamp(0.8rem, 1.5vw, 1rem);
}
.components_footer__fwFp3 .components_link___GKZo, .components_footer__fwFp3 .components_ctaButton__BioDC, .components_footer__fwFp3 .components_interiorLink___aV_S, .components_footer__fwFp3 .components_videoButton__hKjq8 a, .components_footer__fwFp3 .components_indexButton___AKgV a, .components_videoButton__hKjq8 .components_footer__fwFp3 a, .components_indexButton___AKgV .components_footer__fwFp3 a, .components_footer__fwFp3 .components_header__dPCo4 .components_headerContent__8ZDfV .components_logo__sRAgi, .components_header__dPCo4 .components_headerContent__8ZDfV .components_footer__fwFp3 .components_logo__sRAgi, .components_footer__fwFp3 .components_header__dPCo4 .components_headerContent__8ZDfV .components_header_link__0RSmJ, .components_header__dPCo4 .components_headerContent__8ZDfV .components_footer__fwFp3 .components_header_link__0RSmJ {
  color: rgb(189, 189, 189);
}
.components_footer__fwFp3 .components_center__9hIm8 {
  display: flex;
  gap: 2vw;
}

.components_video__9uQ9H, .components_products__WTZ53 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 7vh;
  height: 93vh;
  overflow: hidden;
}

.components_videoButton__hKjq8, .components_indexButton___AKgV {
  z-index: 100;
  position: absolute;
  top: 77%;
  margin: 0 2vh;
  padding: 0.5vw 1vw;
  background-color: rgba(255, 238, 219, 0.5);
  border-radius: 1vw;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.components_videoButton__hKjq8 a, .components_indexButton___AKgV a {
  font-size: 23px;
  padding: 0.5vw 1vw;
  margin: 0 1vw;
  color: black;
}

.components_videoButton__hKjq8:hover, .components_indexButton___AKgV:hover {
  background-color: rgba(255, 238, 219, 0.9);
}

.components_indexButton___AKgV {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.components_callButton___fAwK {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 238, 219, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 1000;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.components_callButton___fAwK svg {
  width: 20px;
  height: 20px;
}
.components_callButton___fAwK:hover {
  transform: scale(1.05);
  background-color: rgba(255, 238, 219, 0.9);
}

.components_interiorsSection__QbLz4 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto 6vh auto;
}

.components_interiorCard__7COd3 {
  display: flex;
  gap: 4vw;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 1vw;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.components_interiorCard__7COd3:hover {
  transform: translateY(-5px);
}

.components_interiorImage__jdKCU {
  flex: 1 1;
  position: relative;
  overflow: hidden;
}
.components_interiorImage__jdKCU .components_image__s2d0d {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.components_interiorOverlay__0tCk_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.components_interiorOverlay__0tCk_:hover {
  opacity: 1;
}

.components_interiorLink___aV_S {
  padding: 1vw 2vw;
  background-color: rgba(255, 238, 219, 0.9);
  border-radius: 0.5vw;
  color: white;
  font-size: 23px;
  transition: all 0.3s ease;
}
.components_interiorLink___aV_S:hover {
  background-color: rgb(255, 238, 219);
  transform: scale(1.05);
}

.components_interiorDescription__hLEOJ {
  flex: 1 1;
  padding: 3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2vh;
}
.components_interiorDescription__hLEOJ h3 {
  font-size: 32.2px;
  color: white;
  margin: 0;
}
.components_interiorDescription__hLEOJ p {
  font-size: 23px;
  color: rgb(189, 189, 189);
  line-height: 1.6;
  margin: 0;
}

.components_featuresSection__fhz_F {
  width: 100%;
  max-width: 100vw;
  position: relative;
  padding: 8vh 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.02) 50%, transparent);
  overflow: hidden;
}

.components_scrollIndicator__LNiJi {
  position: absolute;
  bottom: 4vh;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5vh;
  color: var(--text-color);
  opacity: 0.9;
  animation: components_bounce__fBKtc 2s infinite;
  cursor: pointer;
  z-index: 1;
  mix-blend-mode: difference;
  transition: all 0.3s ease;
  pointer-events: none;
}
.components_scrollIndicator__LNiJi:hover {
  opacity: 1;
  transform: translateX(-50%) scale(1.05);
}
.components_scrollIndicator__LNiJi span {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}
.components_scrollIndicator__LNiJi svg {
  font-size: 2.5rem;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
  animation: components_pulse__uDRaU 2s infinite;
}

@keyframes components_bounce__fBKtc {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) translateX(-50%);
  }
  40% {
    transform: translateY(-10px) translateX(-50%);
  }
  60% {
    transform: translateY(-5px) translateX(-50%);
  }
}
@keyframes components_pulse__uDRaU {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.components_featureCard__YYYVN {
  display: flex;
  align-items: center;
  gap: 4vw;
  max-width: 1400px;
  margin: 0 auto 12vh;
  padding: 0 5vw;
}
.components_featureCard__YYYVN:last-child {
  margin-bottom: 0;
}
.components_featureCard__YYYVN:nth-child(even) {
  flex-direction: row-reverse;
}

.components_featureImage__vZbQd {
  flex: 1 1;
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.components_featureImage__vZbQd img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.components_featureImage__vZbQd:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}
.components_featureImage__vZbQd:hover img {
  transform: scale(1.05);
}

.components_featureContent__noU2l {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 2vh;
  padding: 2vw 2vw 2vw 0;
}
.components_featureContent__noU2l h3 {
  font-size: 36.8px;
  font-weight: 300;
  color: var(--text-color);
  margin: 0;
}
.components_featureContent__noU2l p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--text-color);
  opacity: 0.8;
  margin: 0;
}

.components_featureLink__eBBdj {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.1rem;
  color: var(--text-color);
  text-decoration: none;
  margin-top: auto;
  transition: all 0.3s ease;
  padding: 1vh 0;
  border: 1px solid var(--text-color);
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-start;
}
.components_featureLink__eBBdj svg {
  transition: transform 0.3s ease;
}
.components_featureLink__eBBdj:hover {
  background: var(--text-color);
  color: white;
  gap: 1.5rem;
}
.components_featureLink__eBBdj:hover svg {
  transform: translateX(5px);
}

.components_catalogInvitation__X74EM {
  text-align: center;
  padding: 8vh 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.02) 50%, transparent);
  margin: 4vh 0;
}
.components_catalogInvitation__X74EM h2 {
  font-size: 36.8px;
  font-weight: 300;
  color: var(--text-color);
  margin: 0 0 2vh 0;
}
.components_catalogInvitation__X74EM p {
  font-size: 1.1rem;
  color: var(--text-color);
  opacity: 0.8;
  margin: 0 0 4vh 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.components_catalogButton__S9vK9 {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5vh 3vw;
  background: var(--text-color);
  color: white;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}
.components_catalogButton__S9vK9 svg {
  transition: transform 0.3s ease;
}
.components_catalogButton__S9vK9:hover {
  background: var(--text-color);
  opacity: 0.9;
  transform: translateY(-2px);
}
.components_catalogButton__S9vK9:hover svg {
  transform: translateX(5px);
}

.components_ctaSection__JHtjT {
  width: 100%;
  padding: 8vh 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.02) 50%, transparent);
  margin-top: 4vh;
}

.components_ctaContent__qmz8S {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 2vw;
}
.components_ctaContent__qmz8S h2 {
  font-size: 36.8px;
  color: white;
  margin-bottom: 2vh;
  font-weight: 500;
}
.components_ctaContent__qmz8S p {
  font-size: 1.1rem;
  color: rgb(189, 189, 189);
  margin-bottom: 4vh;
  line-height: 1.6;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.components_ctaButtons__mZ_8P {
  display: flex;
  gap: 2vw;
  justify-content: center;
  align-items: center;
}

.components_ctaButton__BioDC {
  padding: 1vw 2vw;
  background-color: rgba(255, 238, 219, 0.8);
  border-radius: 0.5vw;
  color: #131313;
  font-size: 23px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 1vw;
  font-family: inherit;
  font-weight: 400;
  border: none;
  cursor: pointer;
}
.components_ctaButton__BioDC svg {
  transition: transform 0.3s ease;
}
.components_ctaButton__BioDC:hover {
  background-color: rgba(255, 238, 219, 0.9);
  transform: translateY(-2px);
}
.components_ctaButton__BioDC:hover svg {
  transform: translateX(5px);
}

.components_secondaryButton__ky7qb {
  background-color: transparent;
  border: 1px solid rgba(255, 238, 219, 0.9);
  color: rgb(255, 238, 219);
  font-family: inherit;
  font-weight: 400;
}
.components_secondaryButton__ky7qb:hover {
  background-color: rgba(255, 238, 219, 0.1);
}

.components_contactDropdown__1fAnH {
  position: relative;
}

.components_contactMenu__G6ayK {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 1vh;
  background: rgba(19, 19, 19, 0.95);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 0.5vw;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  z-index: 1000;
  animation: components_slideDown__4uni7 0.3s ease;
  border: 1px solid rgba(255, 238, 219, 0.1);
}

.components_contactItem__0Jg8t {
  display: flex;
  align-items: center;
  gap: 1vw;
  padding: 1vh 1.5vw;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(255, 238, 219, 0.1);
  font-family: inherit;
  font-size: 20.7px;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.components_contactItem__0Jg8t:last-child {
  border-bottom: none;
}
.components_contactItem__0Jg8t svg {
  width: 1.2rem;
  height: 1.2rem;
  color: rgba(255, 238, 219, 0.9);
}
.components_contactItem__0Jg8t:hover {
  background-color: rgba(255, 238, 219, 0.1);
}
.components_contactItem__0Jg8t span {
  font-family: inherit;
  font-weight: 400;
}

.components_rotate__T7381 {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

@keyframes components_slideDown__4uni7 {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.components_mainContent__4__Nn {
  min-height: calc(100vh - 80px);
}

.components_ViewsContainer__xQ0PL {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.components_view__WbTK0, .components_LoadingView__v5VPD, .components_StaticView__Ak0nj, .components_ThreeDView__Uw0ND {
  background-color: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.components_ThreeDView__Uw0ND {
  width: 100%;
  height: 75vh;
  border-radius: 0;
}

.components_StaticView__Ak0nj {
  border-radius: 30px;
  width: 95%;
  height: 24vh;
  min-height: 24vh;
  margin: 1vh auto;
  justify-content: flex-start;
}

.components_LoadingView__v5VPD {
  width: 100%;
}

.components_animate-pulse__TdW_Q, .components_overlay_form_loading__k3EVt, .components_LoadingView__v5VPD {
  animation: components_pulse__uDRaU 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes components_pulse__uDRaU {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.components_SettingsContainer__tBn_d {
  position: fixed;
  height: 66vh;
  right: 2%;
  display: flex;
  flex-direction: column;
  width: 30%;
  z-index: 10;
  overflow-y: auto;
}

.components_OptionsContainer__KD9HA, .components_DeleteButtons__sRGli {
  display: flex;
  margin: 1vh auto;
  flex-direction: column;
  width: 100%;
  border-radius: 15px;
  align-items: center;
  justify-content: flex-start;
}

.components_DeleteButtons__sRGli {
  background: none;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

.components_option__kKJ_q {
  margin: 1vh;
  display: flex;
  gap: 1vw;
  padding: 0.8vw;
  width: 90%;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  background: black;
  border-radius: 20px;
}
.components_option__kKJ_q .components_optionLabel__GryO9 {
  width: 67%;
  font-size: clamp(1rem, 1.4vw, 1.4rem);
}
.components_option__kKJ_q .components_optionButtonContainer__qn0Cj {
  display: flex;
  flex-wrap: wrap;
  width: 84%;
  justify-content: space-between;
  gap: 2vw;
}
.components_option__kKJ_q .components_optionButtonContainer__qn0Cj .components_optionButton__1ZKNg, .components_option__kKJ_q .components_optionButtonContainer__qn0Cj .components_selectedButton__wUVy4 {
  color: #999999;
  border: #999999 2px solid;
  background-color: #131313;
  border-radius: 1.5vh;
  width: 4.4444444444vw;
  height: 2.5vw;
  cursor: pointer;
  font-size: clamp(0.7rem, 0.8vw, 0.8rem);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.components_option__kKJ_q .components_optionButtonContainer__qn0Cj .components_optionButton__1ZKNg:hover, .components_option__kKJ_q .components_optionButtonContainer__qn0Cj .components_selectedButton__wUVy4:hover {
  color: white;
  box-shadow: white 0 0 2px;
}
.components_option__kKJ_q .components_optionButtonContainer__qn0Cj .components_optionButton__1ZKNg .components_imageWrapper__YAPqk, .components_option__kKJ_q .components_optionButtonContainer__qn0Cj .components_selectedButton__wUVy4 .components_imageWrapper__YAPqk {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.components_option__kKJ_q .components_optionButtonContainer__qn0Cj .components_optionButton__1ZKNg .components_imageWrapper__YAPqk img, .components_option__kKJ_q .components_optionButtonContainer__qn0Cj .components_selectedButton__wUVy4 .components_imageWrapper__YAPqk img {
  object-fit: cover;
}
.components_option__kKJ_q .components_optionButtonContainer__qn0Cj .components_selectedButton__wUVy4 {
  border: white 3px solid;
  box-shadow: 0 0 15px white;
  color: white;
}

.components_button__53uDR, .components_buy_footer_buttons__PlMG0 button, .components_clear_bag__vN2sQ, .components_overlay_form__vOgeM button, .components_overlay_form__vOgeM .components_selectedButton__wUVy4, .components_overlay_form_loading__k3EVt button, .components_overlay_form_loading__k3EVt .components_selectedButton__wUVy4, .components_overlay_warning__rJbQF button, .components_overlay_warning__rJbQF .components_selectedButton__wUVy4, .components_confirm_button__iG6Tz, .components_ClearButton__QOHTw, .components_DeleteButton__EfaA1 {
  padding: 2vh 4vw 2vh 4vw;
  border: none;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border-radius: 15px;
  margin: 0.5vw;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
}
.components_button__53uDR:hover, .components_buy_footer_buttons__PlMG0 button:hover, .components_clear_bag__vN2sQ:hover, .components_overlay_form__vOgeM button:hover, .components_overlay_form__vOgeM .components_selectedButton__wUVy4:hover, .components_overlay_form_loading__k3EVt button:hover, .components_overlay_form_loading__k3EVt .components_selectedButton__wUVy4:hover, .components_overlay_warning__rJbQF button:hover, .components_overlay_warning__rJbQF .components_selectedButton__wUVy4:hover, .components_confirm_button__iG6Tz:hover, .components_ClearButton__QOHTw:hover, .components_DeleteButton__EfaA1:hover {
  color: rgb(191.25, 191.25, 191.25);
  box-shadow: white 0 0 2px;
}

.components_DeleteButton__EfaA1 {
  padding: 1vh 2vw;
  background-color: red;
  color: black;
  border: #999999 2px solid;
}
.components_DeleteButton__EfaA1:disabled {
  background-color: #999999;
  color: white;
  cursor: not-allowed;
}
.components_DeleteButton__EfaA1:hover {
  color: rgb(63.75, 63.75, 63.75);
}

.components_ClearButton__QOHTw {
  padding: 1vh 2vw;
  background-color: white;
  color: black;
  border: #999999 2px solid;
}
.components_ClearButton__QOHTw:hover {
  color: rgb(63.75, 63.75, 63.75);
}

.components_ClearButton__QOHTw,
.components_DeleteButton__EfaA1 {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 4px;
  background-color: #638772;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  font-weight: 500;
}
.components_ClearButton__QOHTw:hover:not(:disabled),
.components_DeleteButton__EfaA1:hover:not(:disabled) {
  background-color: rgb(77.4230769231, 105.5769230769, 89.1538461538);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(99, 135, 114, 0.2);
}
.components_ClearButton__QOHTw:active:not(:disabled),
.components_DeleteButton__EfaA1:active:not(:disabled) {
  transform: translateY(0);
}
.components_ClearButton__QOHTw:disabled,
.components_DeleteButton__EfaA1:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  opacity: 0.7;
}

.components_roomInputs__A_J1_ {
  display: flex;
  gap: 1vw;
  padding: 1vh;
  width: 45vw;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
.components_roomInputs__A_J1_ .components_roomLabel__8EjCo {
  width: 30%;
  display: flex;
  justify-content: center;
}
.components_roomInputs__A_J1_ .components_roomInput__asTm6 {
  width: 60%;
  border: #999999 2px solid;
  border-radius: 15px;
  padding: 1vh;
}
.components_roomInputs__A_J1_ p {
  font-size: clamp(0.8rem, 1vw, 1rem);
  text-align: center;
}

.components_DeleteButtonsContainer__3Hpqw {
  position: absolute;
  top: 74vh;
  left: 1vw;
  display: flex;
  flex-direction: column;
  width: 25%;
  z-index: 10;
}

.components_rotate180__jTT_L {
  transform: rotate(180deg);
}

.components_rotate90__dnE6t {
  transform: rotate(90deg);
}

.components_items__zOE7t {
  width: 100%;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-gap: 0.5em;
  gap: 0.5em;
  margin: 2em auto;
  align-items: center;
  justify-content: center;
  overflow-x: visible;
  flex-wrap: wrap;
  min-height: 10vh;
}
.components_items__zOE7t a {
  display: block;
  text-decoration: none;
  color: white;
}

.components_item__9bAxa {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0.8em 0.3em;
  transition: transform 0.3s;
}
.components_item__9bAxa .components_item_image__mY6pV {
  display: block;
  border-radius: 1vh;
}
.components_item__9bAxa .components_item_text__JGzIr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16.1px;
}
.components_item__9bAxa .components_item_text__JGzIr .components_item_name__nl7wM {
  display: block;
  margin: 2vh 0;
}
.components_item__9bAxa .components_item_text__JGzIr .components_item_info__xfyCT {
  color: rgb(189, 189, 189);
  display: block;
  margin: 0;
}

.components_item__9bAxa:hover {
  transform: scale(1.02);
}

.components_buy_footer__KH_WI, .components_order_footer__jyjsZ {
  width: 90%;
  padding: 0 5% 0 5%;
  position: fixed;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #131313;
  font-size: clamp(1rem, 1vw, 1.5rem);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.components_buy_footer__KH_WI p, .components_order_footer__jyjsZ p {
  font-size: 25.3px;
}

.components_buy_footer_buttons__PlMG0 {
  display: flex;
  gap: 2vw;
}
.components_order_footer__jyjsZ {
  justify-content: flex-end;
  gap: 2vw;
}

.components_bag_items__8e53O {
  display: flex;
  flex-direction: column;
  width: 90%;
  gap: 2vw;
}

.components_bag_item__5mRmF {
  display: flex;
  align-items: center;
  gap: 2em;
  padding: 1.2em;
  border-bottom: 1px solid rgba(255, 238, 219, 0.1);
  transition: all 0.3s ease;
}
.components_bag_item__5mRmF:last-child {
  border-bottom: none;
}
.components_bag_item__5mRmF .components_bag_item_remove_button__hNsrK {
  background: none;
  border: none;
  color: rgb(189, 189, 189);
  cursor: pointer;
  padding: 0.5em;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  opacity: 0.6;
}
.components_bag_item__5mRmF .components_bag_item_remove_button__hNsrK:hover {
  opacity: 1;
  color: white;
}
.components_bag_item__5mRmF .components_bag_item_image__SrQ_G {
  width: 8em;
  height: 4.5em;
  object-fit: cover;
  border-radius: 0.3em;
}
.components_bag_item__5mRmF .components_bag_item_text_container__swxbS {
  flex: 1 1;
  min-width: 0;
}
.components_bag_item__5mRmF .components_bag_item_text_container__swxbS .components_bag_item_name__5edDC {
  margin: 0 0 0.3em;
  font-size: 1.1em;
  color: white;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.components_bag_item__5mRmF .components_bag_item_text_container__swxbS .components_bag_item_info__QjO_J {
  color: rgb(189, 189, 189);
  margin: 0;
  font-size: 0.9em;
  line-height: 1.4;
}
.components_bag_item__5mRmF .components_bag_item_text_container__swxbS .components_bag_item_note__K6zyg {
  color: rgba(255, 238, 219, 0.8);
  margin: 0.3em 0 0;
  font-size: 0.85em;
  font-style: italic;
}
.components_bag_item__5mRmF .components_bag_item_cost__O_EB2 {
  font-size: 1.1em;
  color: white;
  font-weight: 400;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.components_clear_bag__vN2sQ {
  padding: 2vh 2vw;
  background-color: rgb(237.375, 147.78125, 131.625);
  color: white;
  margin: 0.5vw auto 0.5vw 0;
}
.components_clear_bag__vN2sQ:hover {
  color: hsl(0, 0%, 125%);
  background-color: #E76D57;
}

.components_overlay_form__vOgeM, .components_overlay_warning__rJbQF, .components_overlay_form_loading__k3EVt {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 15px;
  flex-direction: column;
}
.components_overlay_form__vOgeM button, .components_overlay_warning__rJbQF button, .components_overlay_form_loading__k3EVt button {
  background-color: black;
  color: white;
  max-width: 46%;
}
.components_overlay_form__vOgeM button:hover, .components_overlay_warning__rJbQF button:hover, .components_overlay_form_loading__k3EVt button:hover {
  color: hsl(0, 0%, 125%);
  box-shadow: gray 0 0 16px;
}
.components_overlay_form__vOgeM .components_selectedButton__wUVy4, .components_overlay_warning__rJbQF .components_selectedButton__wUVy4, .components_overlay_form_loading__k3EVt .components_selectedButton__wUVy4 {
  background-color: black;
  color: white;
  box-shadow: gray 0 0 32px;
  max-width: 46%;
}
.components_overlay_form__vOgeM .components_selectedButton__wUVy4:hover, .components_overlay_warning__rJbQF .components_selectedButton__wUVy4:hover, .components_overlay_form_loading__k3EVt .components_selectedButton__wUVy4:hover {
  color: hsl(0, 0%, 125%);
  box-shadow: gray 0 0 32px;
}

.components_config_overlay_option_div___fUOi {
  display: flex;
  flex-direction: column;
  gap: 2vw;
  padding: 6vh 8vw;
  align-items: center;
}

.components_vertical_line__i3y3N {
  border-left: 1px solid #404040;
  height: 100%;
}

.components_overlay_backdrop__wMOvs {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 9999;
}

.components_overlay_warning__rJbQF {
  background: #8B0000;
  z-index: 10001;
  width: 80%;
  height: 60%;
}
.components_overlay_warning__rJbQF p {
  color: white;
  text-align: center;
  padding: 3px;
}
.components_config_overlay_options__SBwt9 {
  display: flex;
  gap: 2vw;
  padding: 2vh 4vw 2vh 4vw;
}

.components_confirm_button__iG6Tz {
  padding: 1vh 2vw;
  color: black;
}
.components_confirm_button__iG6Tz:disabled {
  cursor: not-allowed;
  color: gray;
}
.components_confirm_button__iG6Tz:disabled:hover {
  color: white;
}
.components_confirm_button__iG6Tz:hover {
  color: rgb(63.75, 63.75, 63.75);
}

.components_locale_switcher_label__Le7CX {
  color: white;
  font-size: 23px;
}

.components_locale_switcher_select___9LHx {
  background-color: #131313;
  color: white;
  border: 1px solid #999999;
  border-radius: 5px;
}
.components_locale_switcher_select___9LHx:disabled {
  background-color: #999999;
}

.components_catalogOptionsDiv__8DKCY {
  width: 25%;
  margin: 2vh auto;
  position: -webkit-sticky;
  position: sticky;
}
.components_catalogOptionsDiv__8DKCY fieldset {
  border: none;
  margin: 1.5vh 0;
  padding: 10px;
  gap: 20px;
}
.components_catalogOptionsDiv__8DKCY .components_label_container__rEhtH {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
  text-align: center;
  width: 21vw;
}
.components_catalogOptionsDiv__8DKCY legend {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0.5vh;
  color: white;
}
.components_catalogOptionsDiv__8DKCY label {
  font-size: 0.66em;
  margin: 1%;
  padding: 0.6em 0;
  width: 40%;
}
.components_catalogOptionsDiv__8DKCY .components_option__kKJ_q {
  width: 40%;
  display: flex;
  align-items: center;
  gap: 1%;
  border: 1px solid #333;
  border-radius: 4px;
}
.components_catalogOptionsDiv__8DKCY .components_option__kKJ_q input {
  accent-color: white;
}
.components_catalogOptionsDiv__8DKCY .components_sortSelect__QDMDv {
  width: 94%;
}
.components_catalogOptionsDiv__8DKCY .components_sortSelect__QDMDv:hover {
  background: #333333;
}
.components_catalogOptionsDiv__8DKCY .components_selected__gt_Yw {
  background: #638772;
  font-weight: 600;
}
.components_catalogOptionsDiv__8DKCY .components_sizeRange__slonH .components_dimensionRow__Nv9A_, .components_catalogOptionsDiv__8DKCY .components_priceRange__dN0TY .components_dimensionRow__Nv9A_ {
  display: flex;
  align-items: center;
  margin: 0.5em 0.2em;
  gap: 1em;
}
.components_catalogOptionsDiv__8DKCY .components_sizeRange__slonH .components_dimensionRow__Nv9A_ label, .components_catalogOptionsDiv__8DKCY .components_priceRange__dN0TY .components_dimensionRow__Nv9A_ label {
  width: 3em;
  flex-shrink: 0;
}
.components_catalogOptionsDiv__8DKCY .components_name_search__EBwW9 input[type=text] {
  width: 85%;
  padding: 1vh 1vw;
  background: transparent;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.66em;
  color: white;
}
.components_catalogOptionsDiv__8DKCY .components_name_search__EBwW9 input[type=text]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.components_catalogOptionsDiv__8DKCY .components_name_search__EBwW9 input[type=text]:focus {
  outline: none;
  border-color: #638772;
  box-shadow: 0 0 0 2px rgba(99, 135, 114, 0.2);
}
.components_catalogOptionsDiv__8DKCY input[type=number],
.components_catalogOptionsDiv__8DKCY select {
  width: 29%;
  padding: 0.7em 1em;
  background: transparent;
  border: 1px solid #333;
  border-radius: 4px;
  font-size: 0.5em;
  color: white;
}
.components_catalogOptionsDiv__8DKCY input[type=checkbox] {
  display: none;
}
.components_catalogOptionsDiv__8DKCY input[type=number]::-webkit-outer-spin-button,
.components_catalogOptionsDiv__8DKCY input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.components_catalogOptionsDiv__8DKCY input[type=number] {
  -moz-appearance: textfield;
}
.components_catalogOptionsDiv__8DKCY select {
  width: 100%;
}

.components_midText___l1dp {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 6vh auto 4vh auto;
}
.components_midText___l1dp p {
  margin: auto;
  display: block;
}

.components_dropdown__v9s6X {
  position: relative;
  display: inline-block;
}

.components_dropdownButton__AEw_a {
  border: none;
  cursor: pointer;
  background-color: black;
}

.components_dropdownContent__VmIYH {
  position: absolute;
  right: -1vw;
  box-shadow: 0 8px 16px rgba(10, 10, 10, 0.5);
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
}

.components_dropdownContent__VmIYH .components_dropdownItem__tcoVm {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.components_dropdownContent__VmIYH .components_dropdownItem__tcoVm:hover {
  background-color: #999999;
}

.components_slider__jXCsS {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.components_imageContainer__omD1G {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.components_navButton__DwEd3 {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 10;
}

.components_navButton__DwEd3:hover {
  background-color: #333;
}

.components_carouselContainer__aOg2A {
  width: 66%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 0;
}

.components_swiperContainer__wvPoW {
  --swiper-navigation-color: #fff;
  --swiper-pagination-color: #fff;
  position: relative;
  z-index: 0;
}

.components_imageWrapper__YAPqk {
  position: relative;
  height: 100vh;
}
.components_imageWrapper__YAPqk .components_deleteButton__4Hbh5 {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: all 0.3s ease;
}
.components_imageWrapper__YAPqk .components_deleteButton__4Hbh5:hover {
  background: rgba(255, 0, 0, 0.7);
  transform: scale(1.1);
}

.components_image__s2d0d {
  transition: transform 0.5s ease-in-out;
  object-fit: cover;
}

.components_image__s2d0d:hover {
  transform: scale(1.05);
}

.components_imageUploadContainer__TB4hD {
  position: relative;
  width: 100%;
  height: 100%;
}
.components_imageUploadContainer__TB4hD:hover::after {
  content: "Загрузить изображение";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 1vh 2vw;
  border-radius: 0.5vh;
  font-size: 1.4vh;
  pointer-events: none;
}

.components_imageUpload__u6aE3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.components_swiper-button-next__cnls4,
.components_swiper-button-prev__XTgoo {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 8px;
  border-radius: 50%;
  transition: background 0.3s ease;
  width: 30px !important;
  height: 30px !important;
  font-size: 12px !important;
}
.components_swiper-button-next__cnls4::after,
.components_swiper-button-prev__XTgoo::after {
  font-size: 12px !important;
}

.components_swiper-button-next__cnls4:hover,
.components_swiper-button-prev__XTgoo:hover {
  background: rgba(0, 0, 0, 0.8);
}

.components_swiper-pagination-bullet__eAwT_ {
  background: rgba(255, 255, 255, 0.7);
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.components_swiper-pagination-bullet-active__ZN3Sz {
  background: #fff;
  opacity: 1;
}

.components_orderComplete__OBDEH {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.95);
  padding: 3rem;
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 1000;
  animation: components_successPopup__NI0Mm 0.5s ease-out;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.components_orderComplete__OBDEH h3 {
  color: #638772;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  animation: components_fadeInUp__WhvL6 0.5s ease-out 0.3s both;
}
.components_orderComplete__OBDEH p {
  color: #666;
  font-size: 1.2rem;
  line-height: 1.6;
  animation: components_fadeInUp__WhvL6 0.5s ease-out 0.5s both;
}
.components_orderComplete__OBDEH .components_redirectMessage__f5XmW {
  margin-top: 1.5rem;
  font-size: 1rem;
  color: #999;
  animation: components_fadeInUp__WhvL6 0.5s ease-out 0.7s both;
}
.components_orderComplete__OBDEH::before {
  content: "✓";
  display: block;
  font-size: 4rem;
  color: #638772;
  margin-bottom: 1.5rem;
  animation: components_checkmark__PSe1f 0.5s ease-out;
}

@keyframes components_successPopup__NI0Mm {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
@keyframes components_checkmark__PSe1f {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes components_fadeInUp__WhvL6 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.components_addImageContainer__nnAB4 {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 2px dashed gray;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.components_addImageContainer__nnAB4:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: white;
}
.components_addImageContainer__nnAB4:hover .components_addImageText__u52tX {
  color: white;
}

.components_addImageText__u52tX {
  color: gray;
  font-size: 1em;
  text-align: center;
  transition: color 0.3s ease;
}

.components_loadingSpinner__MOJwG {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100px;
}

.components_spinner__UeVzu {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #638772;
  border-radius: 50%;
  animation: components_spin__vHxoZ 1s linear infinite;
}

@keyframes components_spin__vHxoZ {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.components_breadcrumbs__7X8pa {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1.08rem;
  font-family: "Cormorant Garamond", serif;
  background: linear-gradient(90deg, rgba(32, 32, 32, 0.97) 0%, rgba(38, 38, 38, 0.97) 100%);
  border: 1.2px solid #353535;
  border-radius: 1.5em;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.13);
  padding: 0.6em 1.6em 0.6em 1.1em;
  margin: 2.5em auto 1.5em auto;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 180px;
  gap: 0.2em;
  transition: box-shadow 0.3s;
  align-items: center;
}
.components_breadcrumbs__7X8pa:hover {
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.18);
}
.components_breadcrumbs__7X8pa a {
  color: #d3d3d3;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: color 0.2s, text-shadow 0.2s;
  text-shadow: none;
  position: relative;
  padding: 0 0.2em;
  border-radius: 0.3em;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.1;
  text-transform: inherit;
}
.components_breadcrumbs__7X8pa a:hover {
  color: #f5f5f5;
  background: rgba(255, 255, 255, 0.04);
}
.components_breadcrumbs__7X8pa span {
  display: flex;
  align-items: center;
  color: #b0b0b0;
}
.components_breadcrumbs__7X8pa .components_breadcrumb-separator__xGm4X {
  color: #888;
  font-size: 0.95em;
  margin: 0 0.7em;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Cormorant Garamond", serif;
  vertical-align: middle;
  display: inline-block;
  line-height: 1.1;
  position: relative;
  top: -1px;
}
