:root {
  --background--primary-light: #fff;
  --contrast--primary-dark: #101e89;
  --opacity-0: #0000;
  --background--primary-dark: black;
  --contrast--divider-dark: #48505b3d;
  --background--pal_beige: #ddcba9;
  --contrast--secondary-dark: #0e1b88;
  --contrast--primary-light: #fff;
  --contrast--secondary-light: #afb6c0;
  --contrast--hover: #5aa5f0;
  --background--pal_green: #a9c4a7;
  --background--pal_gold: #ae873e;
  --arrow-hover: #86ade6;
  --background--pal_panel: #ddcba975;
  --background--pal_litegrey: #f3f0e9;
  --background--secondary: #f5f5f7;
  --contrast--divider-light: #afb6c03d;
  --background--tertiary: #fff9f9bf;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--background--primary-light);
  color: var(--contrast--primary-dark);
  font-family: Epilogue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

h1 {
  color: var(--contrast--primary-dark);
  letter-spacing: -.025rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5rem;
  font-weight: 800;
  line-height: 5.25rem;
}

h2 {
  letter-spacing: -.25px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 4rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.75rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.25rem;
}

a {
  color: var(--contrast--primary-dark);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

li {
  margin-bottom: 1rem;
}

strong {
  font-weight: 500;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.5rem;
  line-height: 2rem;
}

.section.full-screen {
  background-color: var(--opacity-0);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section.full-screen-flex {
  background-color: var(--background--primary-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.overflow-hidden {
  background-color: #0000;
  line-height: 1.2rem;
  overflow: hidden;
}

.section.borders-top {
  border-top: 1px solid var(--contrast--divider-dark);
}

.section.background-primary-dark {
  background-color: var(--background--pal_beige);
}

.background-image {
  color: var(--background--primary-dark);
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-top: 0;
  position: static;
}

.background-image.mobile {
  display: none;
}

.absolute-top-wrapper {
  position: absolute;
  inset: 0% 0% auto;
}

.absolute-top-wrapper._2 {
  inset: auto 0%;
}

.navbar {
  background-color: var(--opacity-0);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.navbar.background-primary-light {
  background-color: var(--background--primary-light);
}

.container {
  object-position: 50% 0%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  display: block;
}

.menu-item {
  color: var(--contrast--secondary-dark);
  mix-blend-mode: normal;
  padding: 0;
  font-family: Varela Round, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.menu-item:hover {
  color: var(--contrast--primary-light);
}

.menu-item.w--current {
  color: var(--contrast--secondary-light);
}

.navbar-grid {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  place-items: center stretch;
}

.brand, .brand.w--current {
  padding-left: 0;
}

.button {
  background-color: var(--background--primary-light);
  color: var(--contrast--primary-dark);
  border-radius: 6.25rem;
  padding: .69rem 1.5rem .56rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: background-color .25s;
}

.button:hover {
  background-color: var(--contrast--hover);
}

.button.width-100 {
  width: 100%;
}

.margin-top-5 {
  color: var(--background--pal_green);
  margin-top: 5rem;
}

.padding-6 {
  padding-top: 2rem;
  padding-bottom: 6rem;
}

.layout-left {
  width: 100%;
  max-width: 30%;
  margin-right: auto;
}

.color-text-primary {
  color: var(--background--pal_gold);
  letter-spacing: -.025rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--background--pal_gold);
  text-transform: none;
  font-family: Varela Round, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.2rem;
}

.margin-top-1-5 {
  margin-top: 1.5rem;
}

.max-w-40-5 {
  max-width: 40.5rem;
}

.max-w-40-5.spacing-auto {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-right-5 {
  padding-right: 5rem;
  position: relative;
}

.subhead {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.subhead.color-secondary-light {
  color: var(--contrast--primary-dark);
  letter-spacing: normal;
  font-family: Corinthia, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}

.subhead.color-secondary-dark {
  color: var(--contrast--secondary-dark);
}

.subhead.color-secondary-light-product {
  color: var(--contrast--primary-dark);
}

.margin-top-2 {
  margin-top: 2rem;
}

.padding-8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-8.overflow-hidden {
  overflow: hidden;
}

.layout-center {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.button-secondary {
  border: 2px solid var(--contrast--primary-light);
  background-color: var(--opacity-0);
  color: var(--contrast--primary-light);
  border-radius: 6.25rem;
  padding: .69rem 1.5rem .56rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: color .25s, background-color .25s;
}

.button-secondary:hover {
  background-color: var(--contrast--primary-light);
  color: var(--contrast--primary-dark);
}

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

.slider {
  background-color: var(--contrast--primary-light);
  height: auto;
  padding-bottom: 9rem;
  overflow: visible;
}

.mask {
  width: 33.33%;
  overflow: visible;
}

.slide {
  border-radius: 2rem;
  width: 100%;
  margin-right: 1.5rem;
}

.slide-image {
  border-radius: 2rem;
  width: 100%;
}

.slide-nav {
  display: none;
}

.left-arrow {
  background-color: var(--background--pal_green);
  border-radius: 5rem;
  justify-content: center;
  align-items: stretch;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: .25rem;
  transition: background-color .25s;
  display: flex;
  inset: auto 4.5rem 0% auto;
}

.left-arrow:hover {
  background-color: var(--arrow-hover);
}

.left-arrow._2 {
  background-color: var(--background--pal_green);
  margin-left: 0%;
  transition: background-color .25s;
  inset: auto 4.5rem 0% auto;
}

.left-arrow._2:hover {
  background-color: var(--arrow-hover);
}

.right-arrow {
  background-color: var(--background--pal_green);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  transition: background-color .25s;
  display: flex;
  inset: auto 0% 0% auto;
}

.right-arrow:hover {
  background-color: var(--arrow-hover);
}

.right-arrow._2 {
  background-color: var(--background--pal_green);
  margin-left: 0%;
  transition: background-color .25s;
  inset: auto 0% 0% auto;
}

.right-arrow._2:hover {
  background-color: var(--arrow-hover);
}

.two-columns {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
}

.cover-image {
  aspect-ratio: 1;
  filter: drop-shadow(0px 2px 20px var(--background--pal_gold));
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.button-tertiary {
  border: 2px solid var(--contrast--primary-dark);
  background-color: var(--opacity-0);
  color: var(--contrast--primary-dark);
  border-radius: 6.25rem;
  padding: .69rem 1.5rem .56rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: color .25s, background-color .25s;
}

.button-tertiary:hover {
  background-color: var(--background--primary-dark);
  color: var(--contrast--primary-light);
}

.padding-left-5 {
  padding-left: 5rem;
}

.background-secondary {
  background-color: var(--background--pal_panel);
}

.slider-card {
  background-color: var(--opacity-0);
  height: auto;
  padding-bottom: 9rem;
}

.mask-card {
  width: 32%;
  overflow: visible;
}

.card-wrapper {
  background-color: var(--background--pal_green);
  border-radius: 2rem;
  padding: 2rem;
}

.card-icon {
  box-sizing: border-box;
  aspect-ratio: 1;
  background-color: var(--background--pal_litegrey);
  outline-offset: 0px;
  object-fit: contain;
  border-radius: 50%;
  outline: 3px #101e89;
  height: auto;
  display: inline-block;
  position: static;
  inset: -100px 0% auto;
}

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

.subhead-secondary {
  color: var(--contrast--secondary-dark);
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.faq-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  width: 100%;
}

.dropdown-wrapper {
  border-top: 1px solid var(--contrast--divider-dark);
  width: 100%;
  position: relative;
}

.faq-grid-answer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  width: 100%;
}

.dropdown-answer {
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-2 {
  margin-bottom: 2rem;
}

.dropdown-content {
  width: 100%;
  position: static;
  overflow: hidden;
}

.dropdown-triger {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.dropdowm-arrow {
  width: 1.5rem;
  height: 1.5rem;
}

.paragraph {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.paragraph.color-contrast-secondary {
  color: var(--contrast--secondary-light);
  margin-bottom: 0;
}

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

.testimonial-slider {
  background-color: var(--opacity-0);
  height: auto;
}

.mask-testimonial {
  overflow: visible;
}

.slide-testimonial {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.arrow-slider-left {
  background-color: var(--background--secondary);
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: auto;
  margin-bottom: auto;
  padding: .25rem;
  transition: background-color .25s;
  display: flex;
}

.arrow-slider-left:hover {
  background-color: var(--arrow-hover);
}

.arrow-slider-right {
  background-color: var(--background--secondary);
  border-radius: 5rem;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: auto;
  margin-bottom: auto;
  padding: .25rem;
  transition: background-color .25s;
}

.arrow-slider-right:hover {
  background-color: var(--arrow-hover);
}

.testimonial-wrapper {
  width: 100%;
  height: 100%;
}

.margin-top-3 {
  margin-top: 3rem;
}

.absolute-bottom {
  position: absolute;
  inset: auto 0% 0%;
}

.background-secondary-dark {
  z-index: 5;
  background-color: var(--background--primary-dark);
}

.padding-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-1.border-top {
  border-top: 1px solid var(--contrast--divider-light);
}

.footer-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
}

.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
}

.footer-link {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.template-page-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.grid-medium {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
}

.background-image-mobile {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: static;
}

.mobile-button-wrapper {
  display: none;
}

.banner-two-column {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
}

.mobile-none {
  display: block;
}

.fixed-wrapper {
  z-index: 100;
  background-color: var(--background--tertiary);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  position: fixed;
  inset: 0% 0% auto;
}

.stiky-wrapper {
  padding-bottom: 2rem;
  position: sticky;
  top: 8rem;
}

.padding-0-37 {
  padding-top: .37rem;
  padding-bottom: .37rem;
}

.privacy-policy-text h3 {
  margin-bottom: 1.5rem;
}

.privacy-policy-text p, .privacy-policy-text figure {
  margin-bottom: 2rem;
}

.privacy-policy-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.privacy-policy-text h5 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
}

.privacy-policy-text h6 {
  margin-bottom: 1rem;
  font-weight: 500;
}

.privacy-policy-text h2 {
  margin-bottom: 1.5rem;
}

.privacy-policy-text h1 {
  margin-bottom: 2rem;
}

.text-styles-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.text-styles-wrapper._1 {
  background-color: var(--contrast--secondary-light);
  padding: 2rem;
}

.absolute-container {
  position: absolute;
  inset: auto 0% 0%;
}

.utility-page-wrap {
  background-color: var(--background--primary-dark);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.display-center {
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-field {
  border: 1px solid var(--contrast--primary-light);
  background-color: var(--background--primary-dark);
  color: var(--contrast--primary-light);
  min-height: 4rem;
  margin-bottom: 0;
  padding: 1.25rem 1rem 1.06rem;
  font-family: Epilogue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.text-field:focus {
  border: 1px solid var(--contrast--primary-light);
}

.text-field::placeholder {
  color: var(--contrast--secondary-light);
  font-size: 1rem;
  line-height: 1.5rem;
}

.gap-3-navbar {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
}

.button-navbar {
  background-color: var(--background--primary-light);
  color: var(--contrast--primary-dark);
  border-radius: 6.25rem;
  padding: .69rem 1.5rem .56rem;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: background-color .25s;
}

.button-navbar:hover {
  background-color: var(--contrast--hover);
}

.button-navbar.width-100 {
  width: 100%;
}

.menu-button-close-icon {
  display: none;
}

.heading {
  color: var(--background--pal_gold);
  -webkit-text-stroke-width: 1px;
  font-family: Varela Round, sans-serif;
  font-size: 3.3rem;
  font-weight: 400;
  line-height: 3.4rem;
}

.heading-2 {
  font-family: Varela Round, sans-serif;
}

.card-image-basic {
  background-image: url('../images/basic01a.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 2rem;
  width: 100%;
  height: 60vh;
}

.product-card-wrapper {
  background-color: var(--background--pal_beige);
  border-radius: 2rem;
  padding: 2rem;
}

.heading-3 {
  color: var(--background--pal_gold);
  font-family: Varela Round, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.1rem;
}

.card-image-shiny {
  background-image: url('../images/shiny01.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 2rem;
  width: 100%;
  height: 60vh;
}

.link-block {
  width: 100%;
  display: inline-flex;
}

.card-image-basic-copy {
  background-image: url('../images/basic01a.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 2rem;
  width: 100%;
  height: 80vh;
}

.card-image-velvet {
  background-image: url('../images/samt04.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 2rem;
  width: 100%;
  height: 60vh;
}

.heading-4 {
  color: var(--background--pal_gold);
  font-family: Varela Round, sans-serif;
}

.color-text-primary-getdress {
  color: var(--contrast--primary-light);
  letter-spacing: -.025rem;
  -webkit-text-stroke-color: var(--contrast--primary-dark);
  text-transform: none;
  text-shadow: 4px 4px 1px #0003;
  font-family: Varela Round, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 5.5rem;
}

.card-image-suit {
  background-image: url('../images/suitg01.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 2rem;
  width: 100%;
  height: 60vh;
}

.card-image-suit-velvet {
  background-image: url('../images/suitv01.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 2rem;
  width: 100%;
  height: 60vh;
}

.card-image-suit-tulle {
  background-image: url('../images/tulle01.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 2rem;
  width: 100%;
  height: 60vh;
}

.body {
  background-color: var(--contrast--primary-light);
  letter-spacing: -.05rem;
  font-family: Sen, sans-serif;
  font-weight: 400;
}

.dropdown-toggle {
  padding: 0 20px 0 0;
}

.text-block {
  color: var(--contrast--secondary-dark);
}

.icon {
  margin-right: 0;
}

.product-dropdown {
  color: var(--contrast--primary-dark);
}

.dropdown-list {
  background-color: var(--background--primary-light);
}

.dropdown-list.w--open {
  background-color: var(--background--primary-light);
  padding-top: 15px;
}

.background-image-product {
  color: var(--background--primary-dark);
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  position: static;
}

.background-image-product.mobile {
  display: none;
}

.section-product-header {
  background-color: var(--opacity-0);
  background-image: url('../images/basic_banner-3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.section-product-header.full-screen {
  background-color: var(--background--pal_panel);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-product-header.full-screen-flex {
  background-color: var(--background--primary-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-product-header.overflow-hidden {
  overflow: hidden;
}

.section-product-header.borders-top {
  border-top: 1px solid var(--contrast--divider-dark);
}

.section-product-header.background-primary-dark {
  background-color: var(--background--pal_beige);
}

.color-text-primary-product {
  color: var(--background--pal_gold);
  letter-spacing: -.025rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--background--pal_gold);
  text-transform: none;
  text-shadow: 0 0 3px #01010199;
  font-family: Varela Round, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.6rem;
}

.padding-6-product {
  padding-top: 3rem;
  padding-bottom: 6rem;
  display: none;
}

.margin-top-5-product {
  color: var(--background--pal_green);
  margin-top: 5rem;
}

.max-w-40-5-product {
  max-width: 40.5rem;
}

.max-w-40-5-product.spacing-auto {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.product-card-wrapper-product {
  background-color: var(--background--pal_green);
  border-radius: 2rem;
  padding: 2rem;
}

.card-image-midi {
  background-image: url('../images/midi03.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 2rem;
  width: 100%;
  height: 60vh;
}

.card-image-kids {
  background-image: url('../images/20231018-Business-Piugioa174.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 2rem;
  width: 100%;
  height: 60vh;
}

.section-general-header {
  background-color: var(--opacity-0);
  background-image: url('../images/Greta--Gretchen-b234.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}

.section-general-header.full-screen {
  background-color: var(--background--pal_panel);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-general-header.full-screen-flex {
  background-color: var(--background--primary-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-general-header.overflow-hidden {
  overflow: hidden;
}

.section-general-header.borders-top {
  border-top: 1px solid var(--contrast--divider-dark);
}

.section-general-header.background-primary-dark {
  background-color: var(--background--pal_beige);
}

.absolute-header-wrapper {
  position: absolute;
  inset: 0% 0% auto;
}

.absolute-header-wrapper._2 {
  inset: auto 0%;
}

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

.four-columns {
  grid-row-gap: 72px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.product-wrapper {
  filter: drop-shadow(0px 2px 12px var(--background--pal_gold));
  text-align: center;
}

.product-info {
  background-color: var(--contrast--primary-light);
  text-align: center;
  border-radius: 20px;
  margin-top: -125px;
  padding: 135px 10px 30px;
}

.background-beige {
  background-color: var(--background--pal_beige);
}

.background-green {
  background-color: var(--background--pal_green);
}

.background-litegray {
  background-color: var(--background--pal_litegrey);
}

.section-main.full-screen {
  background-color: var(--opacity-0);
  background-image: url('../images/Greta--Gretchen-75a_small.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-main.full-screen-flex {
  background-color: var(--background--primary-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-main.overflow-hidden {
  background-color: #0000;
  line-height: 1.2rem;
  overflow: hidden;
}

.section-main.borders-top {
  border-top: 1px solid var(--contrast--divider-dark);
}

.section-main.background-primary-dark {
  background-color: var(--background--pal_beige);
}

.section-bottom.full-screen {
  background-color: var(--opacity-0);
  background-image: url('../images/4Y2A6436-2-1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-bottom.full-screen-flex {
  background-color: var(--background--primary-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-bottom.overflow-hidden {
  background-color: #0000;
  line-height: 1.2rem;
  overflow: hidden;
}

.section-bottom.borders-top {
  border-top: 1px solid var(--contrast--divider-dark);
}

.section-bottom.background-primary-dark {
  background-color: var(--background--pal_beige);
}

.product-info-green {
  background-color: var(--background--pal_green);
  text-align: center;
  border-radius: 20px;
  margin-top: 0;
  padding: 0 10px 30px;
}

.card-icon-small {
  box-sizing: border-box;
  aspect-ratio: 1;
  background-color: var(--background--pal_litegrey);
  outline-offset: 0px;
  object-fit: contain;
  border-radius: 50%;
  outline: 3px #101e89;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 0;
  display: inline-block;
  position: static;
  inset: -100px 0% auto;
}

.product-wrapper-green {
  filter: drop-shadow(0px 2px 7px var(--background--pal_green));
  text-align: center;
}

.subhead-white {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.subhead-white.color-secondary-light {
  color: var(--contrast--primary-dark);
}

.subhead-white.color-secondary-dark {
  color: var(--contrast--secondary-dark);
}

.subhead-white.color-secondary-light-product {
  color: var(--background--pal_gold);
  letter-spacing: normal;
  -webkit-text-stroke-color: var(--background--pal_gold);
  text-shadow: 0 0 4px #0000009e;
  font-family: Corinthia, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.margin-top-9-product {
  color: var(--background--pal_green);
  margin-top: 5rem;
}

.color-text-primary-info {
  color: var(--background--pal_gold);
  letter-spacing: -.025rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--background--pal_gold);
  text-transform: none;
  text-shadow: 0 0 13px #0101015e;
  font-family: Varela Round, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.6rem;
  display: none;
}

.subhead-info {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
}

.subhead-info.color-secondary-light {
  color: var(--contrast--primary-dark);
}

.subhead-info.color-secondary-dark {
  color: var(--contrast--secondary-dark);
}

.subhead-info.color-secondary-light-product {
  color: var(--background--pal_gold);
  letter-spacing: normal;
  text-shadow: 0 1px 18px #000000c4;
  font-family: Corinthia, sans-serif;
  font-size: 2rem;
  line-height: 2.2rem;
  display: none;
}

.section-2 {
  margin-left: 30px;
  margin-right: 30px;
}

.container-2 {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.grid-sizer {
  width: 25%;
}

.section-product-header-odvelvet {
  background-color: var(--opacity-0);
  background-image: url('../images/4Y2A6436-2-1.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.section-product-header-odvelvet.full-screen {
  background-color: var(--background--pal_panel);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-product-header-odvelvet.full-screen-flex {
  background-color: var(--background--primary-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-product-header-odvelvet.overflow-hidden {
  overflow: hidden;
}

.section-product-header-odvelvet.borders-top {
  border-top: 1px solid var(--contrast--divider-dark);
}

.section-product-header-odvelvet.background-primary-dark {
  background-color: var(--background--pal_beige);
}

.section-product-header-shiny {
  background-color: var(--opacity-0);
  background-image: url('../images/gg_shiny_banner.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.section-product-header-shiny.full-screen {
  background-color: var(--background--pal_panel);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-product-header-shiny.full-screen-flex {
  background-color: var(--background--primary-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-product-header-shiny.overflow-hidden {
  overflow: hidden;
}

.section-product-header-shiny.borders-top {
  border-top: 1px solid var(--contrast--divider-dark);
}

.section-product-header-shiny.background-primary-dark {
  background-color: var(--background--pal_beige);
}

.section-product-header-suit {
  background-color: var(--opacity-0);
  background-image: url('../images/suit_banner.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.section-product-header-suit.full-screen {
  background-color: var(--background--pal_panel);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-product-header-suit.full-screen-flex {
  background-color: var(--background--primary-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-product-header-suit.overflow-hidden {
  overflow: hidden;
}

.section-product-header-suit.borders-top {
  border-top: 1px solid var(--contrast--divider-dark);
}

.section-product-header-suit.background-primary-dark {
  background-color: var(--background--pal_beige);
}

.section-product-header-body {
  background-color: var(--opacity-0);
  background-image: url('../images/body_banner.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.section-product-header-body.full-screen {
  background-color: var(--background--pal_panel);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-product-header-body.full-screen-flex {
  background-color: var(--background--primary-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-product-header-body.overflow-hidden {
  overflow: hidden;
}

.section-product-header-body.borders-top {
  border-top: 1px solid var(--contrast--divider-dark);
}

.section-product-header-body.background-primary-dark {
  background-color: var(--background--pal_beige);
}

.section-product-header-tulled {
  background-color: var(--opacity-0);
  background-image: url('../images/tulled01banner.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.section-product-header-tulled.full-screen {
  background-color: var(--background--pal_panel);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-product-header-tulled.full-screen-flex {
  background-color: var(--background--primary-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-product-header-tulled.overflow-hidden {
  overflow: hidden;
}

.section-product-header-tulled.borders-top {
  border-top: 1px solid var(--contrast--divider-dark);
}

.section-product-header-tulled.background-primary-dark {
  background-color: var(--background--pal_beige);
}

.section-product-header-tulle {
  background-color: var(--opacity-0);
  background-image: url('../images/tulle01_banner.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.section-product-header-tulle.full-screen {
  background-color: var(--background--pal_panel);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-product-header-tulle.full-screen-flex {
  background-color: var(--background--primary-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-product-header-tulle.overflow-hidden {
  overflow: hidden;
}

.section-product-header-tulle.borders-top {
  border-top: 1px solid var(--contrast--divider-dark);
}

.section-product-header-tulle.background-primary-dark {
  background-color: var(--background--pal_beige);
}

.section-product-header-kids {
  background-color: var(--opacity-0);
  background-image: url('../images/kids_banner.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.section-product-header-kids.full-screen {
  background-color: var(--background--pal_panel);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-product-header-kids.full-screen-flex {
  background-color: var(--background--primary-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-product-header-kids.overflow-hidden {
  overflow: hidden;
}

.section-product-header-kids.borders-top {
  border-top: 1px solid var(--contrast--divider-dark);
}

.section-product-header-kids.background-primary-dark {
  background-color: var(--background--pal_beige);
}

.mitem {
  cursor: pointer;
  width: 25%;
  padding: 4px;
}

.rtb-impressum {
  text-align: justify;
}

.heading-5 {
  color: var(--background--pal_gold);
  text-align: left;
  margin-bottom: 0;
  font-family: Varela Round, sans-serif;
  font-size: 33px;
  line-height: 51px;
}

.heading-6 {
  opacity: .8;
  font-size: 18px;
  line-height: 28px;
}

.grid-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
}

.partner-info {
  background-color: var(--contrast--primary-light);
  text-align: center;
  border-radius: 20px;
  margin-top: 0;
  padding: 43px 10px 30px;
}

.card-icon-partner {
  box-sizing: border-box;
  aspect-ratio: 1;
  background-color: var(--background--pal_litegrey);
  outline-offset: 0px;
  object-fit: contain;
  border-radius: 10%;
  outline: 3px #101e89;
  height: auto;
  display: inline-block;
  position: static;
  inset: -100px 0% auto;
}

.cover-image-top {
  aspect-ratio: 1;
  filter: drop-shadow(0px 2px 20px var(--background--pal_gold));
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.cover-image-bottom {
  aspect-ratio: 1;
  filter: drop-shadow(0px 2px 20px var(--background--pal_gold));
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 50%;
  width: 100%;
  height: auto;
}

.section-b2b-header {
  background-color: var(--opacity-0);
  background-image: url('../images/Greta--Gretchen-b234.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.section-b2b-header.full-screen {
  background-color: var(--background--pal_panel);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-b2b-header.full-screen-flex {
  background-color: var(--background--primary-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-b2b-header.overflow-hidden {
  overflow: hidden;
}

.section-b2b-header.borders-top {
  border-top: 1px solid var(--contrast--divider-dark);
}

.section-b2b-header.background-primary-dark {
  background-color: var(--background--pal_beige);
}

.products-heading {
  text-align: center;
  width: auto;
  max-width: 1100px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.dealercontrols {
  display: none;
}

.html-embed-2 {
  display: block;
}

.storeheader {
  text-align: left;
  background-color: #eae0d8;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
  display: none;
}

.storeheadertext-block {
  padding-right: 50px;
  display: inline-block;
}

.html-embed-3, .html-embed-4 {
  display: none;
}

.grid-3 {
  grid-template-rows: auto;
}

.heading-4-copy {
  color: var(--background--pal_gold);
  font-family: Varela Round, sans-serif;
}

.partner-info-copy {
  background-color: var(--contrast--primary-light);
  text-align: center;
  border-radius: 20px;
  margin-top: 0;
  padding: 43px 10px 30px;
}

.section-product-header-brautjungfernkleid {
  background-color: var(--opacity-0);
  background-image: url('../images/IMG_3324.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.section-product-header-brautjungfernkleid.full-screen {
  background-color: var(--background--pal_panel);
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-product-header-brautjungfernkleid.full-screen-flex {
  background-color: var(--background--primary-dark);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-product-header-brautjungfernkleid.overflow-hidden {
  overflow: hidden;
}

.section-product-header-brautjungfernkleid.borders-top {
  border-top: 1px solid var(--contrast--divider-dark);
}

.section-product-header-brautjungfernkleid.background-primary-dark {
  background-color: var(--background--pal_beige);
}

@media screen and (max-width: 991px) {
  .background-image {
    display: inline-block;
  }

  .background-image.mobile {
    display: none;
  }

  .absolute-top-wrapper._2 {
    inset: 0% 0% auto;
  }

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

  .container {
    max-width: none;
  }

  .menu-item {
    font-size: 12px;
  }

  .navbar-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: auto 1fr;
  }

  .layout-left {
    max-width: 20rem;
  }

  .color-text-primary {
    letter-spacing: normal;
    -webkit-text-stroke-width: 1px;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .padding-right-5 {
    padding-right: 0;
  }

  .subhead.color-secondary-light {
    font-size: 1.3rem;
    line-height: 1.4rem;
  }

  .subhead.color-secondary-dark, .subhead.color-secondary-light-product {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .mask {
    width: 50%;
  }

  .left-arrow {
    margin-left: 0%;
    inset: auto 4.5rem 0% auto;
  }

  .right-arrow {
    margin-left: 0%;
    inset: auto 0% 0% auto;
  }

  .menu-button {
    color: var(--contrast--primary-light);
  }

  .two-columns {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-left-5 {
    padding-left: 0;
  }

  .mask-card {
    width: 50%;
  }

  .faq-grid {
    grid-template-columns: auto auto;
  }

  .faq-grid-answer {
    grid-template-columns: auto 1fr;
  }

  .margin-bottom-2 {
    margin-bottom: 1.5rem;
  }

  .dropdown-triger {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .testimonial-slider {
    padding-bottom: 9rem;
  }

  .arrow-slider-left {
    inset: auto 4.5rem 0% auto;
  }

  .arrow-slider-right {
    inset: auto 0% 0% auto;
  }

  .padding-1 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .template-page-grid {
    grid-template-columns: auto;
  }

  .banner-two-column {
    grid-template-columns: 1fr;
  }

  .absolute-container {
    position: relative;
  }

  .gap-3-navbar {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .heading {
    letter-spacing: normal;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 3.2rem;
  }

  .heading-3 {
    font-size: 2.3rem;
    line-height: 2.4rem;
  }

  .color-text-primary-getdress {
    letter-spacing: normal;
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .background-image-product {
    display: inline-block;
  }

  .background-image-product.mobile {
    display: none;
  }

  .section-product-header {
    height: auto;
  }

  .color-text-primary-product {
    letter-spacing: normal;
    -webkit-text-stroke-width: 1px;
    font-size: 3rem;
    line-height: 3.4rem;
    display: none;
  }

  .padding-6-product {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .section-general-header {
    height: auto;
  }

  .absolute-header-wrapper._2 {
    inset: 0% 0% auto;
  }

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

  .subhead-white.color-secondary-light, .subhead-white.color-secondary-dark {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .subhead-white.color-secondary-light-product {
    font-size: 1.9rem;
    line-height: 2rem;
    display: none;
  }

  .color-text-primary-info {
    letter-spacing: normal;
    -webkit-text-stroke-width: 1px;
    font-size: 3rem;
    line-height: 3.4rem;
    display: none;
  }

  .subhead-info.color-secondary-light, .subhead-info.color-secondary-dark {
    font-size: 1rem;
    line-height: 1.25rem;
  }

  .subhead-info.color-secondary-light-product {
    font-size: 1rem;
    line-height: 1.25rem;
    display: none;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-sizer {
    width: 33.33%;
  }

  .section-product-header-odvelvet, .section-product-header-shiny, .section-product-header-suit, .section-product-header-body, .section-product-header-tulled, .section-product-header-tulle, .section-product-header-kids {
    height: auto;
  }

  .mitem {
    width: 33.33%;
  }

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

  .section-b2b-header {
    height: auto;
  }

  .html-embed-3, .html-embed-4 {
    display: none;
  }

  .section-product-header-brautjungfernkleid {
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.25px;
    font-size: 2.25rem;
    line-height: 2.75rem;
  }

  h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }

  h3 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .section.full-screen-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .background-image {
    display: inline-block;
  }

  .background-image.mobile {
    height: 100%;
  }

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu-item {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .navbar-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: auto 1fr auto;
  }

  .nav-menu {
    background-color: var(--background--primary-light);
    width: 100%;
    padding: 3rem 1.5rem;
  }

  .padding-6 {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .layout-left {
    max-width: 15rem;
  }

  .color-text-primary {
    color: var(--background--pal_gold);
    font-family: Varela Round, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .subhead {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .subhead.color-secondary-light {
    color: var(--contrast--primary-dark);
  }

  .subhead.color-secondary-dark {
    font-weight: 400;
  }

  .subhead.color-secondary-light-product {
    color: var(--contrast--primary-dark);
  }

  .padding-8 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .margin-top-6 {
    margin-top: 3rem;
  }

  .slider {
    padding-bottom: 6rem;
  }

  .mask {
    width: 33.33%;
  }

  .menu-button {
    background-color: var(--opacity-0);
    padding: 0;
  }

  .menu-button.w--open {
    background-color: var(--opacity-0);
  }

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

  .slider-card {
    padding-bottom: 6rem;
  }

  .mask-card {
    width: 33.33%;
  }

  .card-wrapper {
    padding: 1.5rem;
  }

  .faq-grid {
    grid-template-columns: 1fr auto;
  }

  .faq-grid-answer {
    grid-template-columns: 1fr;
  }

  .dropdowm-arrow.empty {
    display: none;
  }

  .testimonial-slider {
    padding-bottom: 6rem;
  }

  .slide-testimonial {
    padding-left: 0;
    padding-right: 0;
  }

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

  .grid-medium {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .background-image-mobile, .mobile-button-wrapper {
    display: block;
  }

  .mobile-none {
    display: none;
  }

  .gap-3-navbar {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-navbar {
    padding: .44rem 1.25rem .31rem;
  }

  .heading {
    font-size: 2.5rem;
  }

  .product-card-wrapper {
    padding: 1.5rem;
  }

  .color-text-primary-getdress {
    color: var(--contrast--primary-light);
    font-family: Varela Round, sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 2.7rem;
  }

  .dropdown-list.w--open {
    padding-bottom: 10px;
  }

  .background-image-product {
    display: inline-block;
  }

  .background-image-product.mobile {
    height: 100%;
  }

  .section-product-header {
    height: auto;
  }

  .section-product-header.full-screen-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .color-text-primary-product {
    color: var(--background--pal_gold);
    text-shadow: 0 -2px 14px #010101;
    font-family: Varela Round, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
    display: none;
  }

  .padding-6-product {
    padding-top: .5rem;
    padding-bottom: 2rem;
  }

  .margin-top-5-product {
    margin-top: 4rem;
  }

  .product-card-wrapper-product {
    padding: 1.5rem;
  }

  .section-general-header {
    object-position: 200% 50%;
    height: auto;
  }

  .section-general-header.full-screen-flex, .section-main.full-screen-flex, .section-bottom.full-screen-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .subhead-white {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .subhead-white.color-secondary-light {
    color: var(--contrast--primary-dark);
  }

  .subhead-white.color-secondary-light-product {
    color: var(--background--pal_gold);
    display: none;
  }

  .margin-top-9-product {
    margin-top: 4rem;
  }

  .color-text-primary-info {
    color: var(--background--pal_gold);
    text-shadow: 0 -2px 13px #010101cc;
    font-family: Varela Round, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
    display: none;
  }

  .subhead-info {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .subhead-info.color-secondary-light {
    color: var(--contrast--primary-dark);
  }

  .subhead-info.color-secondary-light-product {
    color: var(--background--pal_gold);
    display: none;
  }

  .section-2 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .section-product-header-odvelvet {
    height: auto;
  }

  .section-product-header-odvelvet.full-screen-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .section-product-header-shiny {
    height: auto;
  }

  .section-product-header-shiny.full-screen-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .section-product-header-suit {
    height: auto;
  }

  .section-product-header-suit.full-screen-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .section-product-header-body {
    height: auto;
  }

  .section-product-header-body.full-screen-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .section-product-header-tulled {
    height: auto;
  }

  .section-product-header-tulled.full-screen-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .section-product-header-tulle {
    height: auto;
  }

  .section-product-header-tulle.full-screen-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .section-product-header-kids {
    height: auto;
  }

  .section-product-header-kids.full-screen-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-5, .heading-6 {
    text-align: left;
  }

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

  .bold-text-2 {
    font-size: 1rem;
  }

  .section-b2b-header {
    object-position: 200% 50%;
    height: auto;
  }

  .section-b2b-header.full-screen-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .section-product-header-brautjungfernkleid {
    height: auto;
  }

  .section-product-header-brautjungfernkleid.full-screen-flex {
    justify-content: center;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .section.full-screen {
    height: 100svh;
  }

  .background-image {
    display: none;
  }

  .background-image.mobile {
    display: inline-block;
  }

  .container {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .padding-6 {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .layout-left {
    text-align: center;
    max-width: none;
    padding-left: .5rem;
  }

  .color-text-primary {
    color: var(--background--pal_gold);
    letter-spacing: -.25px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--background--pal_gold);
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .margin-top-1-5 {
    margin-top: .5rem;
  }

  .subhead.color-secondary-light {
    color: var(--contrast--secondary-dark);
    font-size: 1.3rem;
    line-height: 1.4rem;
  }

  .subhead.color-secondary-dark {
    font-family: Sen, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .subhead.color-secondary-light-product {
    color: var(--contrast--secondary-dark);
  }

  .mask {
    width: 100%;
  }

  .left-arrow {
    margin-left: 30%;
  }

  .right-arrow {
    margin-left: 60%;
  }

  .mask-card {
    width: 100%;
  }

  .paragraph {
    line-height: 1.25rem;
  }

  .gap-1-5 {
    justify-content: space-between;
  }

  .heading {
    -webkit-text-stroke-width: 1px;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .heading-3 {
    font-size: 1.7rem;
    line-height: 1.9rem;
  }

  .color-text-primary-getdress {
    letter-spacing: -.25px;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .background-image-product {
    display: none;
  }

  .background-image-product.mobile {
    display: inline-block;
  }

  .section-product-header {
    height: auto;
    display: block;
  }

  .color-text-primary-product {
    letter-spacing: -.25px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--contrast--primary-light);
    font-size: 1.2rem;
    line-height: 1.5rem;
    display: none;
  }

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

  .margin-top-5-product {
    margin-top: 5rem;
  }

  .max-w-40-5-product {
    overflow-wrap: normal;
    max-width: 20rem;
    overflow: visible;
  }

  .section-general-header {
    background-position: 50% 100%;
    height: auto;
  }

  .absolute-header-wrapper {
    top: auto;
    bottom: 0;
  }

  .four-columns {
    grid-row-gap: 33px;
    grid-template-columns: 1fr;
  }

  .product-wrapper {
    filter: drop-shadow(0px 2px 20px var(--background--pal_gold));
  }

  .section-main.full-screen, .section-bottom.full-screen {
    height: 100svh;
  }

  .subhead-white.color-secondary-light {
    color: var(--contrast--secondary-dark);
    font-size: .9rem;
    line-height: 1rem;
  }

  .subhead-white.color-secondary-dark {
    font-family: Merriweather, serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .subhead-white.color-secondary-light-product {
    color: var(--contrast--primary-light);
    display: none;
  }

  .margin-top-9-product {
    margin-top: 9rem;
  }

  .color-text-primary-info {
    letter-spacing: -.25px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--background--pal_gold);
    font-size: 1.5rem;
    line-height: 1.7rem;
    display: none;
  }

  .subhead-info.color-secondary-light {
    color: var(--contrast--secondary-dark);
    font-size: .9rem;
    line-height: 1rem;
  }

  .subhead-info.color-secondary-dark {
    font-family: Merriweather, serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .subhead-info.color-secondary-light-product {
    color: var(--background--pal_gold);
  }

  .section-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .grid-sizer {
    width: 50%;
  }

  .section-product-header-odvelvet, .section-product-header-shiny, .section-product-header-suit, .section-product-header-body, .section-product-header-tulled, .section-product-header-tulle, .section-product-header-kids {
    height: auto;
    display: block;
  }

  .bold-text {
    line-height: 1.25rem;
  }

  .mitem {
    width: 50%;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
  }

  .section-b2b-header {
    background-position: 50% 100%;
    height: auto;
  }

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

  .section-product-header-brautjungfernkleid {
    height: auto;
    display: block;
  }
}

#w-node-_5fde25ce-6987-34e0-d8cb-14ffcae654d4-42303553, #w-node-_65f3b738-f059-8480-662c-36808bb70399-42303553, #w-node-_876cada9-4535-1fe8-ae6d-5b687c538e49-42303553 {
  align-self: center;
}

#w-node-b5ce4f14-aa57-0346-b243-47d29ed00a2f-42303553, #w-node-_67ee3e57-50fd-1a0e-7360-46f5c641d6b1-42303553, #w-node-_29ddb308-63cf-9090-5874-9bf344f2f033-42303553, #w-node-_7941f01e-d58a-a938-713d-ccad11a07e00-42303553, #w-node-_030a0a44-355b-dfe0-7ac5-22c7bf6043f4-42303553, #w-node-_0afff5de-e19d-49ce-4e05-c3267a06410a-42303553, #w-node-ad657b18-a701-9e34-d6b0-313398759b63-42303553, #w-node-afa63c68-51c4-e088-d1e9-4f9b5909206c-42303553, #w-node-_74f11951-08f2-827c-bc2e-1802c47448ac-42303553, #w-node-b98618f3-8f34-6fce-cfb4-0ecfee2c5f81-42303553 {
  place-self: center end;
}

#w-node-_7a98c2db-3fbb-e0f4-9612-97bd9ff8e861-9ff8e85c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0eaf775a-eb93-5094-2d4a-1ac308c5eb5d-3f025de0 {
  justify-self: start;
}

#w-node-_064b0d6e-e1dd-2edd-d5a8-c8a83f025de5-3f025de0 {
  place-self: center end;
}

#w-node-_876cada9-4535-1fe8-ae6d-5b687c538e49-7176e0f7 {
  align-self: center;
}

#w-node-b5ce4f14-aa57-0346-b243-47d29ed00a2f-7176e0f7, #w-node-_9a043af3-cb10-c981-1d2d-c80d3c9c8206-7176e0f7, #w-node-_1df3f594-1a4f-3939-bf85-cfec25d1bf4f-7176e0f7 {
  place-self: center end;
}

#w-node-_876cada9-4535-1fe8-ae6d-5b687c538e49-9c9f5363 {
  align-self: center;
}

#w-node-b5ce4f14-aa57-0346-b243-47d29ed00a2f-9c9f5363 {
  place-self: center end;
}

#w-node-_876cada9-4535-1fe8-ae6d-5b687c538e49-37d89aa9 {
  align-self: center;
}

#w-node-b5ce4f14-aa57-0346-b243-47d29ed00a2f-37d89aa9, #w-node-_67ee3e57-50fd-1a0e-7360-46f5c641d6b1-37d89aa9, #w-node-_29ddb308-63cf-9090-5874-9bf344f2f033-37d89aa9, #w-node-_7941f01e-d58a-a938-713d-ccad11a07e00-37d89aa9, #w-node-_93b77407-6b49-0653-14bb-f9d1f8f62558-37d89aa9 {
  place-self: center end;
}

#w-node-_876cada9-4535-1fe8-ae6d-5b687c538e49-64bc62ff {
  align-self: center;
}

#w-node-b5ce4f14-aa57-0346-b243-47d29ed00a2f-64bc62ff, #w-node-_561d1277-7608-dcfe-52bc-f242f9712d78-64bc62ff {
  place-self: center end;
}

#w-node-_876cada9-4535-1fe8-ae6d-5b687c538e49-fb9be3d6 {
  align-self: center;
}

#w-node-b5ce4f14-aa57-0346-b243-47d29ed00a2f-fb9be3d6 {
  place-self: center end;
}

#w-node-_876cada9-4535-1fe8-ae6d-5b687c538e49-5e22c9fc {
  align-self: center;
}

#w-node-b5ce4f14-aa57-0346-b243-47d29ed00a2f-5e22c9fc, #w-node-_67ee3e57-50fd-1a0e-7360-46f5c641d6b1-5e22c9fc, #w-node-_29ddb308-63cf-9090-5874-9bf344f2f033-5e22c9fc, #w-node-_7941f01e-d58a-a938-713d-ccad11a07e00-5e22c9fc, #w-node-_93b77407-6b49-0653-14bb-f9d1f8f62558-5e22c9fc {
  place-self: center end;
}

#w-node-_876cada9-4535-1fe8-ae6d-5b687c538e49-05519b4e {
  align-self: center;
}

#w-node-b5ce4f14-aa57-0346-b243-47d29ed00a2f-05519b4e, #w-node-_67ee3e57-50fd-1a0e-7360-46f5c641d6b1-05519b4e, #w-node-_29ddb308-63cf-9090-5874-9bf344f2f033-05519b4e, #w-node-_7941f01e-d58a-a938-713d-ccad11a07e00-05519b4e, #w-node-_93b77407-6b49-0653-14bb-f9d1f8f62558-05519b4e {
  place-self: center end;
}

#w-node-_876cada9-4535-1fe8-ae6d-5b687c538e49-1e3213f0 {
  align-self: center;
}

#w-node-b5ce4f14-aa57-0346-b243-47d29ed00a2f-1e3213f0 {
  place-self: center end;
}

#w-node-_876cada9-4535-1fe8-ae6d-5b687c538e49-9cca8077 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_728df7df-dd1e-b87c-b25a-41babd99de12-42303553, #w-node-_187a29ec-a623-9647-b189-7cbad3c8d9dd-42303553, #w-node-_421927a0-46b6-6408-4f90-376922c4acc4-42303553, #w-node-_876cada9-4535-1fe8-ae6d-5b687c538e53-42303553 {
    order: -9999;
  }

  #w-node-_7a98c2db-3fbb-e0f4-9612-97bd9ff8e86c-9ff8e85c {
    justify-self: end;
  }

  #w-node-_421927a0-46b6-6408-4f90-376922c4acc4-7176e0f7, #w-node-_876cada9-4535-1fe8-ae6d-5b687c538e53-7176e0f7, #w-node-_421927a0-46b6-6408-4f90-376922c4acc4-9c9f5363, #w-node-_876cada9-4535-1fe8-ae6d-5b687c538e53-9c9f5363, #w-node-_421927a0-46b6-6408-4f90-376922c4acc4-37d89aa9, #w-node-_876cada9-4535-1fe8-ae6d-5b687c538e53-37d89aa9, #w-node-_421927a0-46b6-6408-4f90-376922c4acc4-64bc62ff, #w-node-_876cada9-4535-1fe8-ae6d-5b687c538e53-64bc62ff, #w-node-_421927a0-46b6-6408-4f90-376922c4acc4-fb9be3d6, #w-node-_876cada9-4535-1fe8-ae6d-5b687c538e53-fb9be3d6, #w-node-_421927a0-46b6-6408-4f90-376922c4acc4-5e22c9fc, #w-node-_876cada9-4535-1fe8-ae6d-5b687c538e53-5e22c9fc, #w-node-_421927a0-46b6-6408-4f90-376922c4acc4-05519b4e, #w-node-_876cada9-4535-1fe8-ae6d-5b687c538e53-05519b4e, #w-node-_421927a0-46b6-6408-4f90-376922c4acc4-1e3213f0, #w-node-_876cada9-4535-1fe8-ae6d-5b687c538e53-1e3213f0, #w-node-_421927a0-46b6-6408-4f90-376922c4acc4-9cca8077, #w-node-c9dc5cc1-ae61-edcf-4c96-d4e084776e19-9cca8077, #w-node-_876cada9-4535-1fe8-ae6d-5b687c538e53-9cca8077 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7a98c2db-3fbb-e0f4-9612-97bd9ff8e861-9ff8e85c {
    justify-self: stretch;
  }

  #w-node-_064b0d6e-e1dd-2edd-d5a8-c8a83f025de5-3f025de0 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_064b0d6e-e1dd-2edd-d5a8-c8a83f025de5-3f025de0 {
    justify-self: stretch;
  }
}


