/** Shopify CDN: Minification failed

Line 133:28 Unexpected "{"

**/
@font-face {
  font-family: 'Domaine';
  src: url('/cdn/shop/files/DomaineText-Regular.woff2?v=1751573616') format('woff2'),
       url('/cdn/shop/files/DomaineText-Regular.woff?v=1751573605') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DomaineLight';
  src: url('/cdn/shop/files/DomaineTextLight.woff2?v=1751573616') format('woff2'),
       url('/cdn/shop/files/DomaineTextLight.woff?v=1751573605') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DomaineMedium';
  src: url('/cdn/shop/files/DomaineTextMedium.woff2?v=1751573616') format('woff2'),
       url('/cdn/shop/files/DomaineTextMedium.woff?v=1751573605') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



/* dorm-header */
.dorm-header {
  background-color: #FFF4EE;
  padding: 30px 20px 25px;
  text-align: center;
}

.dorm-header__container {
  max-width: 800px;
  margin: 0 auto;
}

.dorm-header__pretitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 38px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: #000000;
}

.dorm-header-logo {
  display: inline-block;
  width: 305px;
  height: 89px;
  margin: 0 auto 5px;
}
.dorm-header-logo-img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dorm-header__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}

@media (max-width: 980px) {
  .dorm-header__pretitle {
    font-size: 30px;
  }
  .dorm-header__subtitle {
    font-size: 20px;
  }
}


/* dorm-hero */

.dorm-hero {
  position: relative;
  width: 100%;
  padding: 0;
}

.dorm-hero__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.dorm-hero__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.dorm-hero__badge {
  position: absolute;
  bottom: 38px;
  left: 45px;
  z-index: 2;
}

.dorm-hero__badge-image {
  max-width: 236px;
  height: auto;
  display: block;
}
.house-bage {
  max-width: 160px;
}


@media (max-width: 1024px) {
  .dorm-hero__badge-image, .house-bage {
    max-width: 180px;
  }
}

@media (max-width: 768px) {
  .dorm-hero__badge-image,  {
    max-width: 90px;
  }
  .dorm-hero__badge {
    bottom: 15px;
    left: 15px;
  }
}


/* dorm-colors */

.dorm-colors {
  padding: 70px 0 80px;
  background-color: #ffffff;
  text-align: center;
}

.dorm-colors__container {
  max-width: 1285px;
  margin: 0 auto;
  padding: 0 20px;
}

.dorm-colors__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  line-height: 135%;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.32px;
  max-width: 634px;
  margin: 0 auto 20px;
}

.dorm-colors__subtitle {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #FB791C;
  text-transform: uppercase;
  letter-spacing: 2.52px;
  margin-bottom: 33px;
}

.dorm-colors__swatch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(58px, 1fr));
  gap: 15px;
  justify-items: center;
  max-width: 1245px;
  margin: 0 auto;
}

.dorm-colors__swatch {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.dorm-colors__swatch-link {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.dorm-colors__swatch-link:hover {
  transform: scale(1.05);
}

.dorm-colors__swatch-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .dorm-colors__title {
    font-size: 24px;
    max-width: 500px;
  }
}


/* dorm-icons */

.dorm-icons {
  background-color: #fff6f0;
  padding: 40px 20px;
}

.dorm-icons__container {
  max-width: 1288px;
  margin: 0 auto;
}

.dorm-icons__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 45px;
}

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

.dorm-icons__icon {
  margin-right: 22px;
  max-width: 40px;
  height: auto;
}

.dorm-icons__icon img {
  width: 100%;
  height: auto;
  display: block;
}

.dorm-icons__text {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #e26e28;
  line-height: 1.4;
  margin: 0;
  text-align: left;
}
@media (max-width: 1023px) {
  .dorm-icons__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .dorm-icons__grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

/* dorm-video */

.dorm-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: inherit;
}

.dorm-video__media-wrapper {
  position: relative;
}

.dorm-video__video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.dorm-video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.4); /* затемнение */
  color: #fff;
  pointer-events: none;
}

.dorm-video__label {
  background: white;
  color: #FB791C;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px 10px;
  border-radius: 2px;
  letter-spacing: 2.88px;
  margin-bottom: 12px;
}

.dorm-video__title {
  font-size: 42px;
  font-weight: 400;
  text-transform: capitalize;
  max-width: 611px;
  color: #ffffff;
}

.dorm-video__play-btn {
  width: 77px;
  height: 77px;
  background: #ffffff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dorm-video__play-icon {
  color: #1D1B20;
  font-size: 40px;
  margin-left: 7px;
}

@media (max-width: 980px) {
  .dorm-video__label {
    font-size: 18px;
  }
  .dorm-video__title {
    font-size: 24px;
    max-width: 420px;
  }
  .dorm-video__play-btn {
    width: 50px;
    height: 50px;
  }
  .dorm-video__play-icon {
    font-size: 29px;
  }
}


/* dorm-collections */

.dorm-collections {
  padding: 18px 0 30px;
}

.dorm-collections__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.dorm-collections__item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dorm-collections__image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.dorm-collections__item:hover .dorm-collections__image {
  transform: scale(1.05);
}

.dorm-collections__title {
  position: absolute;
  font-family: 'Domaine', sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

@media (max-width: 980px) {
  .dorm-collections__title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .dorm-collections__title {
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .dorm-collections__grid {
    grid-template-columns: 1fr;
  }
}

/* dorm-inspo */

.dorm-inspo {
  padding: 40px 0;
  background-color: #FFF4EE;
}

.dorm-inspo__header {
  max-width: 1333px;
  margin: 0 auto 17px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dorm-inspo__title {
  font-size: 24px;
  font-family: Domaine, serif;
  color: #000000;
  margin: 0;
}

.dorm-inspo__hashtag {
  font-size: 11px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 1.98px;
}

.dorm-inspo__slider-wrapper {
  max-width: none;
  width: 100vw;
  margin-left: auto;
  padding-left: calc((100vw - 1333px) / 2 + 20px);
  overflow: visible;
}

.dorm-inspo__swiper {
  flex-shrink: 0;
  overflow: hidden;
}
.dorm-inspo__swiper .swiper-slide {
  width: 280px !important;
  height: 395px;
  margin-right: 15px;
  flex-shrink: 0;
  overflow: hidden;
}
.dorm-inspo-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dorm-inspo__swiper .swiper-button-prev,
  .dorm-inspo__swiper .swiper-button-next {
    color: #ffffff;
  }

@media (max-width: 1280px) {
  .dorm-inspo__slider-wrapper {
    padding-left: 20px;
  }
}


@media (min-width: 1024px) {
  .dorm-inspo__swiper .swiper-button-prev,
  .dorm-inspo__swiper .swiper-button-next {
    display: none!important;
  }
}


/* dorm-footer */

.dorm-footer {
  background-color: #FFF4EE;
  padding: 25px 0 40px;
}

.dorm-footer__container {
  max-width: 1333px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.dorm-footer__text p {
  font-family: 'Domaine', serif;
  margin: 0;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.dorm-footer__logo img {
  max-width: 293px;
  height: auto;
}

.dorm-footer__socials {
  display: flex;
  gap: 7px;
}

.dorm-footer__socials img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  object-fit: cover;
}

.dorm-hero__badge {
  width: 100%;
  display: flex;
  align-items: center;
}
.nsw-bage {
  max-height: 160px;
}

@media (max-width: 1108px) {
  .dorm-footer__container {
    justify-content: center;
  }
  .dorm-footer__logo {
    order: 0;
    width: 100%;
    text-align: center;
  }
  .dorm-footer__text {
    order: 1;
    padding-right: 40px;
  }
  .dorm-footer__socials {
    order: 2;
  }
}
@media (max-width: 835px) {
  .dorm-footer__text {
    padding: 0;
    text-align: center;
  }
}



/* #footer,
.dorm-icons, .dorm-colors {
  display: none!important;
} */








