@font-face {
  font-family: Figtree V5;
  src: url('../fonts/figtree-v5-latin-italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Figtree V5;
  src: url('../fonts/figtree-v5-latin-700.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Figtree V5;
  src: url('../fonts/figtree-v5-latin-regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Heimat;
  src: url('../fonts/font.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --section-padding-tablet-landscape: 2rem;
  --section-padding-desktop-1440: 6rem;
  --section-padding-desktop-1280: 4rem;
  --section-padding-mobile: 1rem;
  --white: white;
  --magenta: #f0288c;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000;
  background-color: #f1f1f1;
  font-family: Figtree V5, sans-serif;
  font-size: 14px;
  line-height: 1;
}

h1 {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: .6em;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.page-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-flex {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  display: flex;
}

.code-embed {
  width: 220px;
}

.navbar {
  padding: 2rem var(--section-padding-tablet-landscape);
  background-color: #0000;
}

.navbar.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.hero-home {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 75vh;
  display: flex;
  position: relative;
}

.section-intro {
  padding: 8rem var(--section-padding-tablet-landscape) 9rem;
}

.navlink {
  padding: 1.4rem;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.navlink:hover {
  color: #666;
}

.navlink.w--current {
  color: #000;
}

.navlink.w--current:hover {
  color: #666;
}

.navlink.last {
  padding-right: 0;
}

.highlight {
  background-color: var(--magenta);
  color: var(--white);
  padding: 5px 15px;
  display: inline-block;
}

.category-grid-item {
  color: #000;
  margin-top: -2px;
  text-decoration: none;
  display: block;
  position: relative;
}

.section-new-arrivals {
  padding: 8rem var(--section-padding-tablet-landscape) 9rem;
  color: #fff;
  background-color: #000;
}

.text-intro {
  font-size: 1.6rem;
}

.text-intro.boxed {
  max-width: 1000px;
}

.new-arrivals-item {
  font-size: 1.2rem;
  line-height: 1.5;
}

.new-arrivals-img {
  object-fit: cover;
  width: 400px;
  height: 400px;
  margin-bottom: 1rem;
}

.card-heading {
  font-weight: 700;
}

.card-text {
  font-weight: 400;
}

.btn-primary {
  color: #fff;
  letter-spacing: 0;
  background-color: #000;
  border: 2px solid #000;
  padding: 1.4rem 2.4rem;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.btn-primary:hover {
  transform: translate(0, -1rem);
}

.btn-primary.white {
  border-color: #fff;
}

.button-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 4rem;
  display: flex;
}

.btn-seoondary {
  color: #000;
  letter-spacing: 0;
  background-color: #fff;
  border: 2px solid #000;
  padding: 1.4rem 2.4rem;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.btn-seoondary:hover {
  transform: translate(0, -1rem);
}

.btn-seoondary.ghost {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

.grid-brands {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 6rem;
}

.grid-brand-item {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.img-nicole {
  width: 100%;
}

.hero-home-credit {
  color: #666;
  background-color: #fffc;
  padding: 5px 8px;
  font-size: .8rem;
  position: absolute;
  inset: auto 1rem 1rem auto;
  transform: rotate(0);
}

.section-brands {
  padding: 8rem var(--section-padding-tablet-landscape) 9rem;
  font-size: 4rem;
  line-height: 1.2;
}

.marquee-container {
  margin-top: 6rem;
  display: none;
  position: relative;
  overflow: hidden;
}

.marquee-row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex: none;
  align-items: center;
  padding-left: 3rem;
  display: flex;
}

.section-text {
  padding: 8rem var(--section-padding-tablet-landscape) 9rem;
}

.home-h1 {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 1em;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2;
}

.home-h1.white {
  color: #fff;
  margin-top: 6rem;
  margin-bottom: 0;
}

.grid-1-1 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
}

.grid-1-1.margin-top {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1.25fr 1fr;
  margin-top: 6rem;
}

.grid-1-1.margin-top.privacy {
  grid-template-columns: 1fr 1fr;
}

.hover-text {
  letter-spacing: -.02em;
  font-family: Heimat, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
}

.trenner {
  background-image: url('../images/bg-store_1bg-store.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 74vh;
  position: relative;
}

.footer {
  padding: 8rem var(--section-padding-tablet-landscape) 6rem;
  background-color: var(--black);
  color: var(--white);
  font-size: 1.2rem;
  line-height: 1.2;
}

.marquee_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 30rem;
  margin-bottom: -10rem;
  font-family: Heimat, sans-serif;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.marquee_wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: .2rem;
  display: flex;
  overflow: hidden;
}

.marquee_wrapper.is-crimson {
  color: #fff;
  background-color: #f0288cf2;
  width: 120vw;
  transform: rotate(-6deg);
  box-shadow: 10px 10px 30px #0003;
}

.display_text-huge {
  letter-spacing: -.03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.home-hero-slider {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

.slide {
  width: 100%;
  height: 100%;
}

.slide._1-seductive {
  background-image: url('../images/seductive-arta-home-hero_1seductive-arta-home-hero.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 120%;
  background-attachment: scroll;
}

.slide._2-mouleta {
  background-image: url('../images/casa-e-vestiti-mouleta.webp');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._3-borgoasolo {
  background-image: url('../images/casa-e-vestiti-borgo-asolo-donna.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._4-letricotperugia {
  background-image: url('../images/casa-e-vestiti-letricotperugia_1casa-e-vestiti-letricotperugia.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._0-xmas {
  background-image: url('../images/casa-e-vestiti-weihnachtszauber-2024.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._6-daddys {
  background-image: url('../images/daddys-daughters-aniston_1daddys-daughters-aniston.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._7-enza {
  background-image: url('../images/casa-e-vestiti-wohnaccessoires-keramik_1casa-e-vestiti-wohnaccessoires-keramik.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._8-kaell {
  background-image: url('../images/casa-e-vestiti-kaell.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.gransasso {
  background-image: url('../images/casa-e-vestiti-gran-sasso_1casa-e-vestiti-gran-sasso.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide.mala-alisha {
  background-image: url('../images/casa-e-vestiti-mala-alisha_1casa-e-vestiti-mala-alisha.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-content-wrapper.border {
  border: 1px solid #333;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100px;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.grid-content-wrapper.border:hover {
  background-color: #222;
  border-color: #666;
}

.sign {
  width: 220px;
  margin-top: 5px;
}

.grid-footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  place-items: center start;
  padding-bottom: 4rem;
}

.footer-contact-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  align-items: center;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.footer-icon {
  flex: none;
  width: 40px;
}

.footer-links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--white);
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: var(--white);
  font-size: 1rem;
  text-decoration: none;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.footer-link:hover {
  border-bottom: 1px solid #fff;
}

.footer-link.w--current {
  font-weight: 700;
}

.img-100 {
  object-fit: fill;
  width: 100%;
}

.embed-insta {
  margin-top: 6rem;
}

.linkblock-insta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  transform-origin: 0%;
  color: #fff;
  align-items: center;
  max-width: 400px;
  margin-top: 6rem;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
  transform: scale(1.4);
}

.link {
  color: var(--magenta);
}

.hero-imprint {
  background-image: url('../images/christian-gertenbach-AqCVniFulhY-unsplash_1christian-gertenbach-AqCVniFulhY-unsplash.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 50vh;
  display: flex;
  position: relative;
}

.bg-black {
  background-color: var(--black);
}

._404-wrapper {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (min-width: 1280px) {
  p {
    font-size: 1.3rem;
  }

  .navbar, .section-intro, .section-brands, .section-text {
    padding-right: var(--section-padding-desktop-1280);
    padding-left: var(--section-padding-desktop-1280);
  }

  .slide._1-seductive {
    background-size: cover;
  }

  .footer-contact-item {
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
  }

  .footer-contact-item:hover {
    text-decoration: underline;
  }

  .footer-icon {
    width: 42px;
  }

  .linkblock-insta {
    transition: all .2s cubic-bezier(.455, .03, .515, .955);
  }

  .linkblock-insta:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 4rem;
  }

  .navbar {
    padding-right: var(--section-padding-desktop-1440);
    padding-left: var(--section-padding-desktop-1440);
  }

  .section-intro {
    padding-top: 10rem;
    padding-bottom: 12rem;
  }

  .section-new-arrivals {
    padding: 10rem var(--section-padding-desktop-1440) 12rem;
  }

  .text-intro {
    font-size: 1.8rem;
  }

  .text-intro.boxed {
    max-width: 1200px;
  }

  .grid-brands {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .section-brands, .section-text {
    padding: 10rem var(--section-padding-desktop-1440) 12rem;
  }

  .home-h1 {
    font-size: 3.2rem;
  }

  .grid-1-1.margin-top {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .footer {
    padding-right: var(--section-padding-desktop-1440);
    padding-left: var(--section-padding-desktop-1440);
  }

  .slide._1-seductive {
    background-size: cover;
  }

  .slide._2-mouleta {
    background-position: 100% 80%;
  }

  .slide._6-daddys {
    background-position: 0 40%;
  }

  .grid-content-wrapper.border {
    border: 1px solid #333;
    width: 100%;
    min-height: 100px;
  }

  .wrapper {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .navbar-flex {
    font-size: 1rem;
  }

  .code-embed {
    width: 180px;
  }

  .hero-home {
    background-image: none;
    min-height: 60vh;
  }

  .section-intro {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }

  .category-grid-item {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding-bottom: 4em;
  }

  .section-new-arrivals {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }

  .text-intro {
    font-size: 1.5rem;
  }

  .new-arrivals-img {
    width: 360px;
    height: 360px;
  }

  .grid-brands {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .img-nicole {
    box-sizing: border-box;
    object-fit: cover;
    object-position: 50% 5%;
    height: 500px;
  }

  .section-brands {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }

  .marquee-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section-text {
    padding-top: 6rem;
    padding-bottom: 7rem;
  }

  .home-h1 {
    font-size: 2.5rem;
  }

  .grid-1-1.margin-top {
    grid-template-columns: 1fr;
  }

  .grid-1-1.margin-top.privacy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .trenner {
    height: 60vh;
  }

  .footer {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .slide._2-mouleta {
    background-position: 50% 100%;
  }

  .slide._0-xmas, .slide.gransasso, .slide.mala-alisha {
    background-position: 20% 0;
  }

  .grid-content-wrapper.border {
    min-height: 120px;
  }

  .grid-footer {
    grid-template-columns: 1fr 1fr;
  }

  .footer-links-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .img-100 {
    object-position: 50% 5%;
  }

  .embed-insta, .linkblock-insta {
    margin-top: 4rem;
  }

  .hero-imprint {
    min-height: 60vh;
  }
}

@media screen and (max-width: 767px) {
  p {
    text-align: left;
  }

  .navbar {
    padding: 1rem var(--section-padding-mobile);
  }

  .hero-home {
    min-height: 500px;
  }

  .navlink {
    color: var(--white);
    text-transform: uppercase;
    background-color: #000;
    border-bottom: 1px solid #333;
  }

  .navlink.last {
    border-bottom-style: none;
  }

  .button-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .grid-brands {
    grid-template-columns: 1fr 1fr;
  }

  .home-h1 {
    font-size: 2.2rem;
  }

  .trenner {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 600px;
  }

  .marquee_component {
    margin-bottom: -9rem;
  }

  .display_text-huge.marquee_item {
    font-size: 3rem;
  }

  .slide._1-seductive {
    background-position: 90% 100%;
    background-size: auto 760px;
  }

  .grid-content-wrapper {
    text-align: center;
  }

  .sign {
    text-align: left;
    display: block;
  }

  .grid-footer {
    grid-template-columns: 1fr;
  }

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

  .menu-button {
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #fff;
    padding-right: 0;
  }

  .icon {
    color: #000;
    font-size: 2rem;
  }

  .hero-imprint {
    min-height: 500px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2rem;
    line-height: 1.3;
  }

  h3 {
    text-align: left;
  }

  .navbar {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .hero-home {
    min-height: 400px;
  }

  .section-intro {
    padding: 4rem var(--section-padding-mobile) 5rem;
  }

  .navlink {
    color: var(--white);
    text-transform: uppercase;
    border-bottom: 1px solid #333;
  }

  .navlink.last {
    border-bottom-style: none;
  }

  .section-new-arrivals {
    padding: 4rem var(--section-padding-mobile) 5rem;
  }

  .text-intro {
    font-size: 1.4rem;
  }

  .new-arrivals-img {
    width: 260px;
    height: 260px;
  }

  .card-heading {
    font-size: 1.1rem;
  }

  .card-text {
    font-size: 1rem;
  }

  .btn-primary {
    font-size: 1.2rem;
  }

  .button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 3rem;
  }

  .btn-seoondary {
    font-size: 1.2rem;
  }

  .grid-brands {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }

  .section-brands {
    padding: 4rem var(--section-padding-mobile) 5rem;
  }

  .marquee-container {
    margin-top: 4rem;
  }

  .section-text {
    padding: 4rem var(--section-padding-mobile) 5rem;
  }

  .home-h1 {
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .grid-1-1.margin-top {
    margin-top: 4rem;
  }

  .trenner {
    height: 400px;
  }

  .footer {
    padding-top: 4rem;
  }

  .slide._1-seductive {
    background-size: auto 600px;
  }

  .slide._2-mouleta {
    background-position: 50% 100%;
  }

  .slide._3-borgoasolo, .slide._4-letricotperugia {
    background-position: 10% 0;
  }

  .slide._0-xmas {
    background-image: url('../images/casa-e-vestiti-weihnachtszauber-2024.jpg');
    background-position: 18% 0;
  }

  .slide._6-daddys {
    background-position: 0 100%;
  }

  .slide._7-enza, .slide._8-kaell {
    background-position: 10% 0;
  }

  .heading {
    margin-bottom: 1em;
  }

  .menu-button {
    padding: 18px 0 18px 18px;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--black);
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--black);
    color: var(--white);
  }

  .icon {
    font-size: 2rem;
  }

  .brand {
    padding-left: 0;
  }

  .linkblock-insta {
    transform: scale(1.2);
  }

  .hero-imprint {
    background-position: 50% 0;
    min-height: 400px;
  }
}

#w-node-_3db115a6-e1c6-ba55-83a3-3a756e64c507-6e64c4fb {
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_3db115a6-e1c6-ba55-83a3-3a756e64c507-6e64c4fb, #w-node-_3db115a6-e1c6-ba55-83a3-3a756e64c50c-6e64c4fb, #w-node-_3db115a6-e1c6-ba55-83a3-3a756e64c511-6e64c4fb {
    place-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a49e1d1e-f64a-2f21-8b15-45ef29e8118b-a0be521b, #w-node-a49e1d1e-f64a-2f21-8b15-45ef29e8118b-a0be521c, #w-node-_0a719e3f-f114-1cff-cd93-ebfbc5a42329-a0be521d, #w-node-_1c4d7c6a-6882-af84-7fd5-66a4e3e8d483-a0be521d {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a49e1d1e-f64a-2f21-8b15-45ef29e8118b-a0be521b {
    justify-self: start;
  }

  #w-node-_3db115a6-e1c6-ba55-83a3-3a756e64c4fd-6e64c4fb {
    justify-self: center;
  }

  #w-node-a49e1d1e-f64a-2f21-8b15-45ef29e8118b-a0be521c, #w-node-_0a719e3f-f114-1cff-cd93-ebfbc5a42329-a0be521d, #w-node-_1c4d7c6a-6882-af84-7fd5-66a4e3e8d483-a0be521d {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Figtree V5';
  src: url('../fonts/figtree-v5-latin-italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree V5';
  src: url('../fonts/figtree-v5-latin-700.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Figtree V5';
  src: url('../fonts/figtree-v5-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Heimat';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}