/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/*Header*/
#header {
  position: relative;
  overflow: hidden;
  background-color: #F8F8F8;
  padding-top: 59px;
}
#header h1 {
  font-weight: bold;
}
#header h1::after {
  content: "";
  display: block;
  width: 65px;
  height: 3px;
  background-color: #C02026;
  margin-top: 14px;
}
#header h3 {
  font: normal normal 16px/26px "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
  margin-top: 23px;
}
#header .common-link {
  margin-top: 37px;
}
#header .story-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  right: 0;
}
#header .story-image-container {
  position: relative;
  width: 100%;
  min-height: 50vw;
}
#header .story-image-container img {
  width: 100%;
  height: auto;
  position: absolute;
  right: -13%;
  object-fit: cover;
  bottom: 0;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
#header .main-container {
  display: flex;
  align-items: center;
  height: auto;
}
@media screen and (min-width: 1025px) {
  #header {
    padding-top: 0;
    margin-top: -50px;
  }
  #header .main-container {
    height: auto;
    min-height: 490px;
  }
  #header h3 {
    font-size: clamp(1.25rem, 20px + (24 - 20) * (100vw - 320px) / 1600, 1.5rem) !important;
    line-height: clamp(1.5rem, 24px + (34 - 24) * (100vw - 320px) / 1600, 2.125rem) !important;
  }
  #header .story-image-container {
    position: absolute;
    min-height: unset;
    top: 0;
    bottom: 0;
    right: -3.5%;
    width: 50%;
    height: 100%;
    overflow: visible;
  }
  #header .story-image-container img {
    right: unset;
    height: 490px;
    width: 100%;
    object-fit: cover;
    object-position: left;
    z-index: 2;
  }
  #header .story-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    right: -9%;
  }
}

/*Breadcrumb*/
#breadcrumb {
  background-color: #F8F8F8;
  display: none;
  padding-top: 28px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 641px) {
  #breadcrumb {
    display: flex;
  }
}

/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#masthead,
#breadcrumb,
#header {
  background: #FBFBFB !important;
}

/*Header Override*/
#header h1 {
  font-weight: normal;
}
#header .story-image-container {
  position: unset;
  width: 55%;
  right: 0;
}
#header .story-image-container img {
  width: fit-content;
}
#header .story-content {
  position: relative;
  z-index: 7;
}
@media screen and (min-width: 1025px) {
  #header .story-image-container {
    position: absolute;
  }
  #header h3.rambler {
    padding-right: 140px;
  }
  #header h3.drift {
    padding-right: 58px;
  }
}

/*Override Header*/
.contain-image .story-image-container {
  width: 50% !important;
}
.contain-image .story-image-container img {
  object-fit: contain !important;
}

.kate-image .story-image-container {
  min-height: 65vw !important;
}
@media screen and (min-width: 769px) {
  .kate-image .story-image-container {
    min-height: 55vw !important;
  }
}
@media screen and (min-width: 1025px) {
  .kate-image .story-image-container {
    min-height: unset !important;
  }
}

/*Together*/
#together {
  /* Owl Carousel */
}
#together .owl-stage .item picture {
  margin-left: auto;
  margin-right: auto;
}
#together h2 {
  font-size: clamp(1.375rem, 22px + 6 * (100vw - 320px) / 1600, 1.875rem) !important;
  line-height: clamp(1.875rem, 30px + 10 * (100vw - 320px) / 1600, 2.5rem) !important;
}
#together h2::after {
  content: "";
  display: block;
  width: 65px;
  height: 3px;
  background-color: #C02026;
  margin-top: 14px;
}
#together .item {
  padding-bottom: 23px;
}
#together .owl-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 10px;
  margin-top: 20px;
}
#together .owl-dot {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  flex: 1;
  max-width: 40%;
}
#together .owl-dot.active {
  flex: 1.8;
  max-width: 60%;
}
#together .owl-dot span {
  display: block;
  width: 100% !important;
  border-radius: 8px;
  background-color: #F0F1F3;
  transition: all 0.3s ease;
  height: 11px;
}
#together .owl-dot.active span {
  background-color: #C02026;
}
@media screen and (min-width: 1025px) {
  #together .container-content {
    padding-right: 70px;
  }
  #together .owl-dot.active {
    max-width: 50%;
  }
}

/*Close up*/
#close-up .d-grid {
  grid-template-columns: 1fr;
  display: grid;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  gap: 45px;
}
@media screen and (min-width: 641px) {
  #close-up .d-grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 45px;
  }
}
@media screen and (min-width: 1025px) {
  #close-up .d-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/*Configurations*/
#configurations {
  background: #F8F8F8;
}
#configurations h2 {
  margin-left: 15px;
}
#configurations h2::after {
  content: "";
  display: block;
  width: 65px;
  height: 3px;
  background-color: #C02026;
  margin-top: 14px;
}
#configurations .d-grid {
  display: grid;
  grid-template-columns: 1fr;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
#configurations .d-grid img {
  border-radius: 10px;
}
#configurations .d-grid.padding {
  gap: 20px;
}
@media screen and (min-width: 641px) {
  #configurations .d-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1025px) {
  #configurations .d-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  #configurations .d-grid.kate {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

/*Fabrics and Resources*/
#fabrics, #resources {
  /* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
  /* Colours */
  /* Fluid heading sizes - set your min/max sizes and you're done! */
  /* Some device sizes to use with min-width */
  /* adjusted breakpoints for above */
  /* Utility */
  /* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
}
#fabrics ul, #resources ul {
  list-style: none;
  padding-left: 0;
  margin-top: 18px;
}
#fabrics ul li, #resources ul li {
  position: relative;
  padding-left: 35px;
  font-size: clamp(1rem, 16px + (18 - 16) * (100vw - 320px) / 1600, 1.125rem) !important;
  line-height: 26px !important;
  background-image: url("../../../uploads/2025/04/dot-list.png");
  background-repeat: no-repeat;
  background-position: left 5px;
  background-size: 16px 16px;
  margin-bottom: 5px;
}
#fabrics, #resources {
  padding-top: 80px;
}
#fabrics ul, #resources ul {
  margin-top: 20px;
  margin-bottom: 0;
}
#fabrics h2::after, #resources h2::after {
  content: "";
  display: block;
  width: 65px;
  height: 3px;
  background-color: #C02026;
  margin-top: 14px;
}
#fabrics .container-inner-grid, #resources .container-inner-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: fit-content;
}
#fabrics .container-inner-grid div, #resources .container-inner-grid div {
  margin-left: auto;
  margin-right: auto;
}
#fabrics .container-inner-grid p, #resources .container-inner-grid p {
  margin-top: 14px;
  font: normal normal normal 16px/28px "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  max-width: 200px;
}
#fabrics .fabric-content p, #resources .fabric-content p {
  max-width: 100%;
}
#fabrics .faq-answer, #resources .faq-answer {
  display: none;
  margin-top: 10px;
}
#fabrics .faq-answer p, #resources .faq-answer p {
  font: normal normal normal 16px/30px "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
}
#fabrics .faq-answer .download-link, #resources .faq-answer .download-link {
  color: #C02026;
  font-weight: bold;
  text-decoration: none;
}
#fabrics .faq-item, #resources .faq-item {
  border-bottom: 1px solid #3B3B3B;
  padding-top: 17px;
  padding-bottom: 17px;
}
#fabrics .faq-question, #resources .faq-question {
  font-weight: bold;
  cursor: pointer;
  gap: 10px;
}
#fabrics .icon-plus, #resources .icon-plus {
  margin-right: 15px;
  font-size: 15px;
}
#fabrics .icon-minus, #resources .icon-minus {
  font-size: 15px;
}
#fabrics .icon-plus, #fabrics .icon-minus, #resources .icon-plus, #resources .icon-minus {
  transition: all 0.3s ease;
}
#fabrics .faq-item.active .icon-minus, #resources .faq-item.active .icon-minus {
  transform: rotate(180deg);
  margin-right: 15px;
}
#fabrics .faq-answer, #resources .faq-answer {
  transition: height 0.3s ease;
}
@media screen and (min-width: 641px) {
  #fabrics .container-inner-grid div, #resources .container-inner-grid div {
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (min-width: 1025px) {
  #fabrics, #resources {
    padding-top: 100px;
  }
  #fabrics ul, #resources ul {
    margin-top: 40px;
  }
  #fabrics .container-inner-grid, #resources .container-inner-grid {
    column-gap: 10px;
    row-gap: 25px;
  }
}

/*Resources*/
#resources {
  padding-top: 0;
  padding-bottom: 0;
}
#resources ul {
  margin-top: 20px;
}

/*Like*/
#like {
  margin-top: 82px;
  background: #F8F8F8;
  /* Owl Carousel */
}
#like .mobile-shop-filter {
  border: 1px solid #F0F1F3;
  min-height: 78px;
  font-size: clamp(1.25rem, 20px + (20 - 20) * (100vw - 320px) / 1600, 1.25rem);
  line-height: clamp(1.5rem, 24px + (34 - 24) * (100vw - 320px) / 1600, 2.125rem) !important;
  padding-left: 20px;
}
#like select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  background-color: white;
  position: relative;
}
#like .select-wrapper {
  position: relative;
  display: inline-block;
}
#like .select-wrapper::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
#like .view-all {
  color: unset;
  text-decoration: unset;
}
#like .common-link {
  margin-right: auto;
  margin-left: 15px;
}
#like h2::after {
  content: "";
  display: block;
  width: 65px;
  height: 3px;
  background-color: #C02026;
  margin-top: 14px;
}
#like .furniture-title {
  margin-top: 27px;
}
#like .furniture-link {
  color: #C02026;
  width: fit-content;
  font-weight: 600;
}
#like .furniture-item {
  overflow: hidden;
}
#like .furniture-item .furniture-image {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  width: 100%;
  height: 0;
  padding-bottom: 125%;
}
#like .furniture-item .furniture-image img {
  transition: transform 0.6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
#like .furniture-item:hover .furniture-image img {
  transform: scale(1.1);
}
#like .owl-dots.disabled button {
  display: none !important;
}
#like .owl-stage {
  padding-left: 0 !important;
  margin-left: -15vw;
}
#like .item {
  padding-bottom: 23px;
}
#like .owl-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 0;
  margin-top: 40px;
}
#like .owl-dots.disabled .owl-dot.active {
  max-width: 100%;
}
#like .owl-dot {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  flex: 1;
  max-width: 40%;
}
#like .owl-dot.active {
  flex: 1.8;
  max-width: 60%;
  border-radius: 8px;
}
#like .owl-dot span {
  display: block;
  width: 100% !important;
  background-color: #F0F1F3;
  transition: all 0.3s ease;
  height: 11px;
}
#like .owl-dots button:last-of-type span {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
#like .owl-dots button:first-of-type span {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#like .owl-dot.active span {
  background-color: #C02026;
  border-radius: 8px;
}
@media screen and (min-width: 600px) {
  #like .owl-stage {
    padding-left: unset !important;
    margin-left: unset;
  }
}
@media screen and (min-width: 1025px) {
  #like {
    margin-top: 120px;
  }
  #like .common-link {
    margin-right: unset;
    margin-left: auto;
  }
}

/*Funding*/
#funding {
  background: #F8F8F8;
  margin-top: -1px;
}
#funding .container-inner {
  background: #C02026;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding: 56px 24px;
}
#funding h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: clamp(1.375rem, 22px + 7 * (100vw - 320px) / 1600, 1.875rem);
  line-height: clamp(2.375rem, 38px + 2 * (100vw - 320px) / 1600, 2.5rem) !important;
  text-align: center;
  padding-top: 27px;
  padding-bottom: 27px;
}
#funding .icon-financing {
  color: #ffffff;
  font-size: 100px;
}
#funding .common-link {
  position: relative;
  max-width: 272px;
  min-height: 61px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  border: 2px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
}
#funding .common-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #3B3B3B;
  z-index: -1;
  transition: width 0.3s ease-in-out;
}
#funding .common-link:hover {
  text-decoration: none;
  color: white;
  border: 2px solid #3B3B3B;
}
#funding .common-link:hover::before {
  width: 100%;
}
#funding .common-link:hover .icon-arrow.left {
  opacity: 0;
  transform: translateX(-10px);
}
#funding .common-link:hover .icon-arrow.right {
  display: inline-block;
  opacity: 1;
  transform: translateX(0);
}
#funding .common-link .icon-arrow {
  font-size: 12px;
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}
#funding .common-link .icon-arrow.left {
  margin-right: 10px;
  opacity: 1;
  transform: translateX(0);
}
#funding .common-link .icon-arrow.right {
  margin-left: 10px;
  display: inline-block;
  opacity: 0;
  transform: translateX(-10px);
  color: white;
}
@media screen and (min-width: 1025px) {
  #funding .container-inner {
    padding: 50px 39px;
  }
  #funding h2 {
    padding-left: 30px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
  }
}