:root {
  --boarder: #ebebeb;
  --charcoal: #202020;
  --white: #fff;
  --footer-grey: #f3f3f3;
}

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

.nav-link, .nav-link-2, .nav-link-3 {
  font-family: Figtree, sans-serif;
}

.brand {
  background-image: url('../images/logo-ligne-roset.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
}

.navbar {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: none;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.container {
  box-sizing: border-box;
  clear: none;
  object-fit: fill;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  display: block;
  overflow: visible;
}

.nav {
  z-index: 99;
  border-bottom: 1px solid var(--boarder);
  position: fixed;
  inset: 0% 0% auto;
}

.nav._2 {
  position: static;
}

.container-2 {
  float: none;
  clear: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.navbar-2 {
  clear: none;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 10px 100px;
  display: flex;
}

.navbar-2._2 {
  position: static;
}

.navbar-2._3 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link-4 {
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.nav-link-4.w--current {
  color: var(--charcoal);
}

.nav-link-5 {
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.nav-link-5.w--current {
  color: var(--charcoal);
}

.brand-2 {
  box-sizing: border-box;
  float: none;
  vertical-align: middle;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.brand-2.w--current {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero {
  height: 100vh;
}

.slider {
  height: 100%;
}

.slide {
  background-image: url('../images/Ploum-Image-3-P-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide._1 {
  background-image: url('../images/Plumy-Armchair-Banner.webp');
}

.slide-nav {
  display: none;
}

.right-arrow {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  inset: auto 5% 5% auto;
}

.left-arrow {
  border: 1px solid #fff;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  inset: auto 10% 5% auto;
}

.icon, .icon-2 {
  font-size: 15px;
}

.div-block-2 {
  background-color: #0000002e;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 0%;
  padding-bottom: 15%;
  padding-left: 10%;
  padding-right: 25%;
  display: flex;
}

.text-block {
  color: var(--white);
  font-family: Figtree, sans-serif;
  font-size: 45px;
  font-weight: 300;
  line-height: 45px;
}

.button {
  border: .5px solid var(--white);
  color: var(--white);
  background-color: #fff0;
  border-radius: 100px;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: Figtree, sans-serif;
  font-size: 12px;
}

.button:hover {
  border-style: solid;
  border-color: var(--charcoal);
  background-color: var(--charcoal);
  color: var(--white);
}

.button.r {
  position: relative;
  bottom: 20%;
  left: 60px;
}

.button._2 {
  margin-top: 0;
  padding: 10px 20px;
  font-size: 12px;
}

.button.b {
  border-color: var(--charcoal);
  color: var(--charcoal);
  background-color: #20202000;
  margin-top: 0;
  margin-right: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.button.b._2 {
  border-radius: 100px;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
}

.button.b._2:hover {
  background-color: var(--charcoal);
  color: var(--white);
}

.button._3 {
  margin-top: 0;
}

.slide-2 {
  background-image: url('../images/togo-kiwi---option-1-image-C-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._2 {
  background-image: url('../images/Wood-arms-chair.webp');
}

.featured {
  height: auto;
  padding: 60px 40px 100px;
}

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

.div-block-3 {
  background-image: url('../images/Featured-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  position: static;
}

.button-2 {
  position: relative;
  top: -20%;
  bottom: 0%;
  left: 10%;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  inset: 0%;
}

.div-block-5 {
  background-image: url('../images/Featured-2.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 700px;
  position: static;
}

.image {
  position: absolute;
  inset: 0%;
}

.div-block-6 {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-2 {
  width: 762.5px;
  position: static;
  inset: 0%;
}

.div-block-7 {
  background-color: #00000026;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 10%;
  padding-left: 5%;
  padding-right: 25%;
  display: flex;
  position: static;
  inset: -10% 0% 0% 10%;
}

.new-arrivals {
  padding: 60px 40px;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.grid-2._2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.image-3 {
  border-radius: 20px;
  margin-bottom: 20px;
}

.text-block-2 {
  margin-bottom: 10px;
  font-family: Figtree, sans-serif;
  font-size: 20px;
}

.text-block-3 {
  margin-bottom: 40px;
  font-family: Figtree, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.text-block-4 {
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

.text-block-5 {
  margin-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.div-block-8 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-9 {
  border: 1px none var(--boarder);
  border-radius: 12px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.div-block-10 {
  background-color: var(--charcoal);
  width: 30%;
  height: .5px;
  margin-bottom: 10px;
}

.button-3 {
  border-bottom: .5px solid var(--charcoal);
  color: var(--charcoal);
  background-color: #3898ec00;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 5px;
  font-family: Figtree, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.button-3._2 {
  margin-top: 20px;
}

.image-4 {
  width: 150px;
}

.text-block-6 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Figtree, sans-serif;
  font-size: 25px;
}

.text-block-7 {
  color: var(--white);
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.div-block-11 {
  position: relative;
}

.div-block-12 {
  background-color: #0000;
  background-image: linear-gradient(#0000 64%, #000);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 7%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-3 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  grid-template-rows: auto 84px;
  grid-template-columns: 1fr;
}

.text-block-8 {
  color: var(--white);
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 22px;
  line-height: 25px;
}

.text-block-9 {
  color: var(--white);
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.location {
  background-image: url('../images/1003xz_W.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 75vh;
}

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

.div-block-13 {
  padding: 100px 40px;
}

.image-5 {
  height: 500px;
}

.text-block-10 {
  font-family: Figtree, sans-serif;
  font-size: 30px;
}

.image-6, .image-7, .image-8, .image-9 {
  border-radius: 20px;
}

.div-block-14 {
  background-color: #00000061;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 5%;
  padding-left: 10%;
  display: flex;
}

.text-block-11 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Figtree, sans-serif;
  font-size: 40px;
  line-height: 30px;
}

.text-block-12 {
  color: var(--white);
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-15 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-10 {
  width: 25px;
  margin-bottom: 0;
  margin-right: 10px;
}

.div-block-16 {
  background-color: var(--white);
  width: 100%;
  height: .5px;
}

.div-block-17 {
  margin-bottom: 10px;
}

.link-block {
  margin-top: 5px;
  text-decoration: none;
}

.footer {
  background-color: var(--footer-grey);
  padding: 60px;
}

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

.image-11 {
  width: 150px;
}

.div-block-18 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-12, .image-13, .image-14 {
  width: 30px;
  margin-right: 20px;
}

.image-15 {
  width: 30px;
}

.div-block-19 {
  background-color: var(--charcoal);
  width: 100%;
  height: .5px;
  margin-top: 20px;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
}

.text-block-13 {
  font-family: Figtree, sans-serif;
  font-size: 18px;
}

.link-block-2 {
  color: var(--charcoal);
  margin-top: 10px;
  text-decoration: none;
}

.text-block-14 {
  color: var(--charcoal);
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.div-block-20 {
  flex-flow: column;
  display: flex;
}

.link-block-3 {
  color: var(--charcoal);
  margin-top: 5px;
  font-family: Figtree, sans-serif;
  text-decoration: none;
}

.text-block-15 {
  margin-top: 5px;
  font-family: Figtree, sans-serif;
}

.link-block-4 {
  color: var(--charcoal);
  text-decoration: none;
}

.div-block-21 {
  flex-flow: column;
  display: flex;
}

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

.form-block {
  margin-top: 10px;
}

.text-field {
  border: .5px solid var(--charcoal);
  background-color: var(--footer-grey);
  border-radius: 100px;
  padding-left: 25px;
  font-family: Figtree, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.text-field::placeholder {
  color: var(--charcoal);
}

.div-block-22 {
  background-color: var(--charcoal);
  width: 100%;
  height: .5px;
}

.grid-8 {
  grid-template-rows: auto;
  margin-top: 20px;
}

.text-block-16 {
  font-family: Figtree, sans-serif;
  font-size: 13px;
}

.products {
  background-color: #f8f8f8;
  padding: 60px 100px;
}

.div-block-23 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.div-block-24 {
  background-image: url('../images/18053000_674_i_det_1.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.div-block-25 {
  position: relative;
}

.div-block-26 {
  z-index: 10;
  background-image: url('../images/18053000_674_i_det_1.jpg');
  background-position: 50%;
  background-size: auto;
  border-radius: 20px;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-27 {
  background-image: url('../images/Saparella-Settee5.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-27._2 {
  background-image: url('../images/Kashima-Large-Settee3.webp');
}

.div-block-27._3 {
  background-image: url('../images/Ploum7.webp');
}

.div-block-27._4 {
  background-image: url('../images/Plumy-Armchair3.webp');
}

.div-block-27._5 {
  background-image: url('../images/Pumpkin-Swivelling-Armchair7.webp');
}

.div-block-27._6 {
  background-image: url('../images/Prado-Large-Settee-Depth-1206.webp');
}

.div-block-27._7 {
  background-image: url('../images/Ottoman-Swivelling-Armchair5.webp');
}

.div-block-27._8 {
  background-image: url('../images/Ottoman-Armchair4.webp');
}

.div-block-27._9 {
  background-image: url('../images/Anda-Swivelling-Armchair-Low-Back6.webp');
}

.div-block-27._10 {
  background-image: url('../images/Sandra-Armchair5.webp');
}

.div-block-27._11 {
  background-image: url('../images/Ennéa-Oval-Dining-Table-Base-in-Black-Stained-Ash1.webp');
}

.div-block-27._12 {
  background-image: url('../images/G10-Armchair-Wood-Arms2.webp');
}

.div-block-27._13 {
  background-image: url('../images/Tangent-Table-Lamp-Taupe7.webp');
}

.div-block-27._14 {
  background-image: url('../images/Asola-Table-Lamp-White.webp');
}

.div-block-27._15 {
  background-image: url('../images/Selvans-Sideboard-4-Doors-c-71.webp');
}

.div-block-27._16 {
  background-image: url('../images/Everywhere-Cabinet-2.webp');
}

.div-block-27._17 {
  background-image: url('../images/Togo5.webp');
}

.image-16 {
  border-radius: 20px;
}

.div-block-28 {
  background-color: var(--white);
  border-radius: 20px;
  margin-top: 20px;
  padding: 20px;
}

.grid-9 {
  grid-template-rows: 61px 149px auto;
  grid-template-columns: 1fr;
}

.text-block-17 {
  font-family: Figtree, sans-serif;
  font-size: 18px;
}

.text-block-18 {
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.button-4 {
  color: var(--charcoal);
  background-color: #20202000;
  border: .5px solid #000;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Figtree, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.button-4:hover {
  background-color: var(--charcoal);
  color: var(--white);
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 60px;
  padding: 60px;
  display: flex;
}

.grid-10 {
  grid-template-rows: auto;
  width: 100%;
}

.slide-nav-2 {
  display: none;
}

.div-block-29 {
  height: 100%;
}

.slide-3, .mask {
  height: auto;
}

.slider-2 {
  background-color: var(--white);
  height: auto;
}

.icon-3 {
  color: var(--charcoal);
  font-size: 15px;
}

.right-arrow-2 {
  border: 1px solid var(--charcoal);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  inset: auto 5% 5% auto;
}

.left-arrow-2 {
  border: 1px solid var(--charcoal);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  inset: auto 15% 5% auto;
}

.icon-4 {
  color: var(--charcoal);
  font-size: 15px;
}

.div-block-30 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.text-block-19 {
  font-family: Figtree, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.text-block-20 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.section-2 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.grid-11 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  width: 100%;
}

.text-block-21 {
  margin-bottom: 10px;
  font-family: Figtree, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.text-block-22 {
  margin-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.div-block-31 {
  margin-top: 20px;
}

.image-17, .image-18, .image-19 {
  width: 35px;
}

.link-block-5, .link-block-6, .link-block-7 {
  margin-right: 10px;
}

.image-20 {
  width: 25px;
}

.image-21 {
  width: 35px;
}

.div-block-32 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-right: 0;
  display: flex;
}

.text-field-2 {
  border: 1px solid var(--boarder);
  color: var(--charcoal);
  border-radius: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  font-family: Figtree, sans-serif;
  font-size: 13px;
}

.text-field-2::placeholder {
  color: var(--charcoal);
}

.textarea {
  border: 1px solid var(--boarder);
  color: var(--charcoal);
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 25px;
  font-family: Figtree, sans-serif;
  font-size: 13px;
  display: block;
}

.textarea::placeholder {
  color: var(--charcoal);
}

.select-field {
  border: 1px solid var(--boarder);
  background-color: var(--white);
  color: var(--charcoal);
  border-radius: 100px;
  height: 60px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 13px;
}

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

.div-block-33 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-22 {
  filter: invert();
  width: 30px;
  margin-right: 20px;
}

.image-22._2 {
  filter: none;
}

.text-block-23 {
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.section-3 {
  z-index: 99;
  position: fixed;
  inset: auto auto 5% 3%;
}

.button-5 {
  background-color: var(--charcoal);
  border-radius: 0;
  padding: 15px 20px;
  font-family: Figtree, sans-serif;
  font-weight: 300;
  box-shadow: 5px 7px 5px 1px #0003;
}

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

.book {
  background-image: url('../images/Pumpkin-Banner.webp');
  background-position: 50% 100%;
  background-size: cover;
  height: 75vh;
}

.div-block-34 {
  background-color: #0000005c;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 10%;
  padding-left: 10%;
  padding-right: 0;
  display: flex;
}

.text-block-24 {
  color: var(--white);
  font-family: Figtree, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.text-block-25 {
  color: var(--white);
  text-align: left;
  margin-top: 10px;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.button-6 {
  margin-top: 20px;
}

.link-block-11 {
  color: var(--charcoal);
  margin-right: 0;
  text-decoration: none;
}

.div-block-57 {
  border-radius: 100px;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 4px #0000000d;
}

.div-block-56 {
  background-color: var(--charcoal);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-58 {
  background-color: var(--white);
  border: 1px solid #ebebeb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin: 3px;
  padding: 10px 20px;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-block-26 {
  letter-spacing: 0;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-27 {
  margin-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 40px;
}

.div-block-59 {
  width: 100%;
  margin-bottom: 20px;
}

.text-block-28 {
  font-family: Figtree, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.options {
  background-image: url('../images/SLIDER-SELVANS-CONSTANCE-D-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 75vh;
}

.options._2 {
  background-image: url('../images/100fi9.jpg');
}

.div-block-60 {
  background-color: #00000061;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 5%;
  padding-left: 10%;
  display: flex;
}

.text-block-29 {
  color: var(--white);
  font-family: Figtree, sans-serif;
  font-size: 35px;
  line-height: 40px;
}

.text-block-30 {
  color: var(--white);
  margin-top: 10px;
  font-family: Figtree, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.nav-menu-2 {
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-31 {
  color: var(--charcoal);
  text-align: center;
  padding-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
}

.image-23 {
  width: 20px;
  margin-top: 0;
}

.text-block-32 {
  margin-top: 5px;
  font-family: Figtree, sans-serif;
  font-weight: 300;
  line-height: 14px;
}

.text-block-33 {
  margin-top: 10px;
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.div-block-61 {
  margin-left: 20px;
}

.text-block-35 {
  color: var(--white);
  margin-top: 10px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.grid-13 {
  grid-template-rows: auto;
  width: 100%;
}

.div-block-62 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-63 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.grid-14 {
  grid-template-rows: 23px auto auto;
  grid-template-columns: 1fr;
}

.grid-15 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}

.text-block-36 {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Figtree, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.grid-16 {
  width: 100%;
  margin-top: 40px;
}

.grid-16._2 {
  grid-template-rows: auto;
}

.image-24 {
  margin-top: 16px;
}

.div-block-64 {
  width: 100%;
  margin-top: 60px;
}

.text-block-37 {
  font-family: Figtree, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.grid-17 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.text-block-38 {
  margin-top: 20px;
  font-family: Figtree, sans-serif;
  font-weight: 300;
}

.text-block-39 {
  font-family: Figtree, sans-serif;
  font-size: 20px;
}

.link-block-12 {
  color: var(--charcoal);
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
}

.image-25 {
  width: 30px;
  margin-right: 20px;
}

.text-block-40 {
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.link-block-13 {
  color: var(--white);
  text-decoration: none;
}

.section-4 {
  background-image: url('../images/Whitehall-Togo-Black.webp');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.div-block-65 {
  background-color: #00000045;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 10%;
  padding-left: 10%;
  padding-right: 25%;
  display: flex;
}

.text-block-41 {
  font-family: Figtree, sans-serif;
}

.text-block-42 {
  color: var(--white);
  font-size: 40px;
  line-height: 45px;
}

.text-block-43 {
  color: var(--white);
  margin-top: 10px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.section-5 {
  margin-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.text-block-44 {
  color: var(--charcoal);
  margin-bottom: 20px;
  font-family: Figtree, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.text-block-45 {
  margin-bottom: 40px;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
}

.hamburger-001_container {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
}

.hamburger-001_top-line {
  background-color: #000;
  border-radius: 2px;
  align-self: stretch;
  height: 5px;
}

.hamburger-001_middle-line {
  background-color: #000;
  border-radius: 2px;
  align-self: flex-end;
  min-width: 80%;
  height: 5px;
}

.hamburger-001_bottom-line {
  background-color: #000;
  border-radius: 2px;
  align-self: stretch;
  height: 5px;
}

.burger-3 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.b3-top-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.b3-bar1 {
  background-color: #858eca;
  width: 30px;
  height: 3px;
}

.b3-middlebar-base {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
  position: static;
}

.b3-middlebar-top {
  z-index: 2;
  width: 30px;
  height: 3px;
  position: absolute;
  inset: 0;
}

.b3-middlebar {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 3px;
  display: flex;
  position: absolute;
}

.b3-bar3 {
  background-color: #858eca;
  width: 30px;
  height: 3px;
}

.burger-3-2 {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: relative;
  box-shadow: 6px 6px 25px #28078026;
}

.b3-bar1-2 {
  background-color: #858eca;
  width: 30px;
  height: 3px;
}

.b3-middlebar-base-2 {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
  position: static;
}

.b3-middlebar-2 {
  background-color: #858eca;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 3px;
  display: flex;
  position: absolute;
}

.b3-bar3-2 {
  background-color: #858eca;
  width: 30px;
  height: 3px;
}

.text-block-46 {
  text-align: left;
  font-family: Figtree, sans-serif;
}

.success-message {
  background-color: var(--footer-grey);
  padding-left: 0;
}

.success-message-2, .success-message-3 {
  background-color: var(--white);
  text-align: left;
  padding-left: 0;
  font-family: Figtree, sans-serif;
}

.section-6 {
  padding: 140px 100px 100px;
}

.text-block-47 {
  font-family: Figtree, sans-serif;
}

.link-block-14 {
  color: var(--charcoal);
  font-family: Figtree, sans-serif;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .text-block-26 {
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .nav._3 {
    position: static;
  }

  .navbar-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-2._3 {
    z-index: 99;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
  }

  .nav-link-4, .nav-link-5 {
    text-align: center;
  }

  .left-arrow {
    right: 15%;
  }

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

  .section-2 {
    height: auto;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .nav-menu {
    background-color: var(--white);
    padding-bottom: 0;
  }

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

  .section-4 {
    margin-top: 0;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--white);
  }

  .icon-5 {
    color: var(--charcoal);
  }
}

@media screen and (max-width: 767px) {
  .navbar-2._3 {
    clear: none;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-arrow {
    right: 15%;
  }

  .button.b._2 {
    text-align: center;
    width: 100%;
  }

  .grid, .grid-2._2 {
    grid-template-columns: 1fr;
  }

  .div-block-14 {
    padding-right: 10%;
  }

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

  .div-block-18 {
    flex-flow: column;
  }

  .grid-6 {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
  }

  .text-block-13, .text-block-14, .text-block-15 {
    text-align: center;
  }

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

  .div-block-34 {
    padding-right: 10%;
  }

  .div-block-61 {
    margin-top: 10px;
  }

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

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

  .section-4 {
    margin-top: 0;
  }

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

  .hamburger-001_top-line, .hamburger-001_middle-line, .hamburger-001_bottom-line {
    height: 3px;
  }

  .burger-3 {
    box-shadow: none;
  }

  .b3-bar1, .b3-middlebar, .b3-bar3 {
    background-color: var(--charcoal);
  }

  .menu-button-2 {
    width: auto;
    height: 116px;
  }

  .menu-button-2.w--open {
    background-color: var(--white);
  }

  .menu-button-3 {
    width: auto;
  }

  .burger-3-2 {
    box-shadow: none;
  }

  .b3-bar1-2, .b3-middlebar-base-2, .b3-middlebar-2, .b3-bar3-2 {
    background-color: var(--charcoal);
  }

  .section-6 {
    padding-top: 220px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-2 {
    padding: 10px;
  }

  .navbar-2._3 {
    z-index: 99;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .hero {
    height: 75vh;
  }

  .left-arrow {
    right: 25%;
  }

  .div-block-2 {
    padding-bottom: 30%;
  }

  .text-block {
    font-size: 25px;
    line-height: 30px;
  }

  .button {
    font-size: 12px;
  }

  .button.b._2 {
    text-align: center;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .featured, .new-arrivals {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-block-4 {
    font-size: 14px;
  }

  .text-block-5 {
    margin-top: 10px;
  }

  .image-4 {
    width: 120px;
  }

  .text-block-8 {
    font-size: 20px;
    font-weight: 300;
  }

  .location {
    height: auto;
  }

  .div-block-14 {
    padding: 60px 40px;
  }

  .text-block-11 {
    font-size: 30px;
  }

  .text-block-12 {
    text-align: left;
    font-size: 14px;
    line-height: 19px;
  }

  .div-block-15 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .image-10 {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

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

  .products {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-9 {
    grid-template-rows: 61px 140px auto;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-arrow-2 {
    width: 40px;
    height: 40px;
  }

  .left-arrow-2 {
    width: 40px;
    height: 40px;
    left: 55%;
  }

  .div-block-30 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-19 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-20 {
    font-size: 14px;
    line-height: 19px;
  }

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

  .book {
    height: 50vh;
  }

  .div-block-34 {
    justify-content: center;
    align-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-24 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-25 {
    text-align: center;
    font-size: 14px;
    line-height: 19px;
  }

  .div-block-57 {
    margin-bottom: 20px;
  }

  .div-block-58 {
    padding: 5px 15px;
  }

  .text-block-26 {
    font-size: 12px;
  }

  .nav-menu {
    padding-bottom: 0;
  }

  .text-block-28 {
    font-size: 25px;
    line-height: 30px;
  }

  .options {
    height: 60vh;
  }

  .options._2 {
    height: 50vh;
  }

  .div-block-60 {
    padding-bottom: 15%;
  }

  .text-block-29 {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block-30 {
    font-size: 16px;
    line-height: 21px;
  }

  .text-block-35 {
    font-size: 14px;
    line-height: 19px;
    display: none;
  }

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

  .text-block-36 {
    font-size: 14px;
    line-height: 19px;
  }

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

  .text-block-37 {
    font-size: 20px;
  }

  .image-25 {
    width: 30px;
  }

  .text-block-40 {
    font-size: 14px;
    font-weight: 300;
  }

  .section-4 {
    height: 75vh;
    margin-top: 0;
  }

  .div-block-65 {
    padding-bottom: 15%;
  }

  .text-block-42 {
    font-size: 25px;
    line-height: 30px;
  }

  .section-5 {
    margin-right: 20px;
    padding-left: 20px;
  }

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

  .burger-3 {
    width: 50px;
    height: 50px;
  }

  .b3-bar1 {
    width: 25px;
  }

  .b3-middlebar-base {
    background-color: var(--charcoal);
    width: 25px;
  }

  .b3-middlebar, .b3-bar3 {
    width: 25px;
  }

  .menu-button-2 {
    background-color: var(--white);
    height: auto;
    padding: 0;
  }

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

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

  .menu-button-3.w--open {
    background-color: var(--white);
  }

  .burger-3-2 {
    width: 50px;
    height: 50px;
  }

  .b3-bar1-2, .b3-middlebar-base-2, .b3-middlebar-2, .b3-bar3-2 {
    width: 25px;
  }

  .section-6 {
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

#w-node-_9e05d105-f40e-bbd4-8399-223471baa161-8b0c0dfe, #w-node-_1eef1d07-a396-f9c8-6352-8cc32c5e556c-8b0c0dfe, #w-node-e0f393dc-5537-9d95-2177-61fe10c95b60-8b0c0dfe, #w-node-_7c9bb78f-e6e9-e8af-f52f-a0344b39dca0-8b0c0dfe {
  justify-self: end;
}

#w-node-_94548231-22d1-52bd-b26e-a44f4697be67-4697be59 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94548231-22d1-52bd-b26e-a44f4697be95-4697be59 {
  justify-self: end;
}

#w-node-bc8773e9-eb06-6dd0-041c-460a91942f6b-c0f4624d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9e05d105-f40e-bbd4-8399-223471baa161-8b0c0dfe, #w-node-_1eef1d07-a396-f9c8-6352-8cc32c5e556c-8b0c0dfe, #w-node-e0f393dc-5537-9d95-2177-61fe10c95b60-8b0c0dfe, #w-node-_7c9bb78f-e6e9-e8af-f52f-a0344b39dca0-8b0c0dfe {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_94548231-22d1-52bd-b26e-a44f4697be5c-4697be59 {
    place-self: auto center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_94548231-22d1-52bd-b26e-a44f4697be95-4697be59 {
    justify-self: center;
  }
}


