/** Shopify CDN: Minification failed

Line 1590:0 Unexpected "}"

**/
/* for slider furniture 25/6/2025 */
.slider-container2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 3% 4%;
  padding-bottom: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider-container2 > h2 {
  font-family: Chap,sans-serif;
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-size: 35px;
  color: #bc3431;
}

.image-row2 {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  /* gap: 3rem; */
  gap: 3rem;
  /* padding: 10px; */
}

.image-row2::-webkit-scrollbar {
  display: none;
}

.image-row2 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.image-item2 {
  /* 4 images in 100% width */
  /* flex: 0 0 25%;  */
  flex: 1;
  min-width: 200px;
  /* Prevent shrinking too small */
  text-align: center;
}

.image-item2 img {
  width: 100%;
  height: auto;
  /* border-radius: 8px; */
}

.image-item2 h4 {
  /* margin: 8px 0 0; */
  font-family: Chap, sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0.7rem;
  padding-top: 1.3rem;
  text-align: left;
}

.nav-button2 {
  position: absolute;
  margin-top: 3.5rem;
  transform: translateY(-50%);
  background: rgb(255 255 255 / 35%) !important;
  color: #333;
  border: none;
  /* padding: 10px; */
  width: 35px;
  height: 35px;
  font-size: 1.4rem;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  border-radius: 41px;
  box-shadow: 0px 0px 18px rgba(28,29,33,.12),0px 6px 6px rgba(28,29,33,.06);
  display: none;
  /* Hidden by default */
}

.nav-left2 {
  left: 10px;
}

.nav-right2 {
  right: 10px;
}

.dots2 {
  text-align: center;
  margin-top: 10px;
  display: none;
  /* Hidden by default */
}

.dot2 {
  height: 10px;
  width: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}

.dot2.active {
  background-color: #717171;
}

/* for slider furniture 8/5/2025 */

.swatch > .slide_down > p {
  font-size: 15px !important;
}

.slide_down > a {
  text-transform: capitalize;
  font-size: 15px !important;
}

.cylindo-rtv > li:last-child {
  width: 10% !important;  
}

.cylindo-thumbnail-list>li {
  opacity: .55 !important;
}

.cylindo-thumbnail-list>li.active {
  opacity: 1 !important;
}

/* .cylindo-drag-to-rotate-tooltip {
  width: max-content !important;
} */

.index-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.social-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
}
.social-text-wrapper > h4 {
  font-family: Chap,sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 1rem;
  line-height: 3rem;
}

.social-text-wrapper {
  padding: 0 4%;
  margin-bottom: 2rem;
}

.social-text-wrapper > h2 {
  font-family: Chap,sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 35px;
  color: #bc3431;
}

.social-text-wrapper > p {
  font-size: 16px;
  /* margin-bottom: 1rem; */
  margin-bottom: 0;
  line-height: 3.2rem;
}
.modern-furn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
}

.modern-furn-wrapper-inner {
  padding: 3% 4%;
  max-width: 1920px;
  width: 100%;
}

.modern-furn-wrapper-inner > h2 {
  font-family: Chap,sans-serif;
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-size: 35px;
  color: #bc3431;
}

.modern-furn-imgs-wrapper {
  display: flex;
  gap: 3rem;
}

.modern-furn-txt-wrapper {
  text-align: left;
  padding-top: 1.3rem;
  /* padding-bottom: 1rem; */
  padding-right: 1rem;
}

.modern-furn-txt-wrapper > h4 {
  font-family: Chap,sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0.7rem;
}

.modern-furn-txt-wrapper > h4 > a {
  color: #333333;
}

.modern-furn-txt-wrapper > h4 > a:hover {
  color: #bc3431;
}

.customize-prdct-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #f7f5f4;
}

.customize-prdct-wrapper-inner {
  padding: 3% 4%;
  padding-bottom: 3rem;
  max-width: 1920px;
  width: 100%;
  display: flex;
  gap: 3rem;
}

.reverse-col {
  padding-top: 0;
}

.customize-prdct-wrapper-inner > div {
  flex: 1;
}

.customize-prdct-wrapper-inner > div:first-child {
  background-color: #ffffff;
}

.customize-prdct-1-txt-wrapper > h2 {
  font-family: Chap,sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 35px;
  color: #bc3431;
}

.customize-prdct-wrapper-inner2 {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.customize-prdct-1-txt-wrapper > h4 {
  font-family: Chap,sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 3rem;
}

.customize-prdct-wrapper-inner > div:nth-child(2) {
  background-color: #ffffff;
}

.customize-prdct-1-wrapper {
  display: flex;
  flex-direction: column;
}

.customize-prdct-1-txt-wrapper {
  /* flex: 1; */
  padding: 4% 5%;
  padding-bottom: 0;
}

.customize-prdct-1-img {
  /* flex: 1; */
  display: flex;
  align-items: flex-start;
  padding: 0 5%;
  flex-direction: column;
  padding-bottom: 4%;
}

.customize-prdct-1-img > .customize-prdct-img-wrapper > img {
  max-height: 40rem;
  /* width: 100%; */
  /* padding-top: 3%; */
}

.customize-prdct-2-img {
  /* flex: 1; */
  display: flex;
  align-items: flex-start;
  padding: 0 5%;
  flex-direction: column;
}

.customize-prdct-2-img > .customize-prdct-img-wrapper {
  /* margin-top: 10rem; */
}

.customize-prdct-2-img > .customize-prdct-img-wrapper > img {
  width: 65rem;
  /* width: 100%; */
  /* padding-top: 4%; */
}

.customize-prdct-img-1 {
  background-image: url('https://cdn.shopify.com/s/files/1/2364/8175/files/luna-bed-greige-weave-3.jpg?v=1747848267');
  background-size: cover;
  background-position: center;
}

.customize-prdct-img-2 {
  background-image: url('https://cdn.shopify.com/s/files/1/0500/0678/6208/files/11-Vera-Toddler.jpg?v=1747342899');
  background-size: cover;
  background-position: center;
}

.customize-prdct-img-1-mob {
  display: none;
}

.customize-prdct-img-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.btn-customize-prdct {
  min-width: 18rem;
  text-align: center;
}

#need-fast-mob-imgs {
  display: none;
}

.need-fast-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
}

.need-fast-wrapper-inner {
  padding: 3% 4%;
  max-width: 1920px;
  width: 100%;
  display: flex;
}

.need-fast-txt-wrapper {
  flex: 50%;
  /* background-color: aqua; */
}

.need-fast-img-wrapper {
  flex: 50%;
  /* background-color: blue; */
}

.need-fast-img-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  grid-template-rows: repeat(2, auto);  /* 2 rows */
  gap: 10px; /* Optional spacing between images */
}

.need-fast-img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.need-fast-img-wrapper-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  grid-template-rows: repeat(2, auto);  /* 2 rows */
  gap: 10px; /* Optional spacing between images */
}

.need-fast-img-wrapper-2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.btn-quick-ship {
  min-width: 18rem;
  text-align: center;
}

.quick-ship-wrapper {
  padding-bottom: 1.5%;
  background-color: #f7f5f4;
}

.need-fast-txt-wrapper > h4 {
  font-family: Chap,sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 1rem;
  line-height: 3rem;
}

.need-fast-txt-wrapper > h2 {
  font-family: Chap,sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 35px;
  color: #bc3431;
}

.made-canada-wrapper {
  background-color: #f7f5f4;
  display: flex;
  width: 100%;
}

.made-canada-wrapper > div {
  flex: 1;
  align-items: center;
}

.made-canada-wrapper-inner {
  display: flex;
  flex-direction: row;
}

.made-canada-wrapper-inner-container {
    width: 960px;
    display: flex;
    justify-content: space-between;
    padding-right: 8%;
}

.made-canada-txt-wrapper {
  /* padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 4%; */
  /* background-color: aqua; */
  /* max-width: 65rem; */
  max-width: 50rem;
  /* flex: 1; */
  margin-left: 8%;
}

.greenguard-wrapper {
  /* background-color: pink; */
  /* flex: 1; */
}

#greenguard-mob {
  display: none;
}

.greenguard-wrapper-inner {
  background-color: #e7e1de;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 25rem;
  max-width: 25rem;
  padding: 2rem 1.5rem;
  border-radius: 1rem;
  /* margin-left: 12%; */
}

.greenguard-wrapper-inner > h4 {
  font-family: Chap,sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  color: #bc3431;
}

.greenguard-wrapper-inner > p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 3.2rem;
}

.greenguard-img {
  width: 14rem;
  height: auto;
  margin-bottom: 1.5rem;
}

.made-canada-txt-wrapper > h4 {
  font-family: Chap,sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 1rem;
  line-height: 3rem;
}

.made-canada-txt-wrapper > h2 {
  font-family: Chap,sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 35px;
  color: #bc3431;
}

.made-canada-txt-wrapper > p {
  font-size: 16px;
  margin-bottom: 1rem;
  line-height: 3.2rem;
}

.reviews-wrapper {
  /* background-color: #f5f5f5; */
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
}

.btn-mobile {
  display: none;
}

.btn-desk {
  margin-top: 0.6rem;
}

.reviews-count-txt {
  font-size: 18px;
  line-height: 25px;
  /* color: rgb(44, 44, 44); */
  color: #6d7588;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  margin-right: 0.5rem;
}

.review-count {
  color: #6d7588 !important;
  letter-spacing: 0.2px;
  font-weight: 900;
}

.reviews-star {
  margin-right: 0.3rem;
}

.reviews-stars-wrapper {
  display: flex;
  gap: 0.3rem;
  margin-right: 1rem;
}

.glide__arrow--right {
  right: 1em !important;
}

.glide__arrow--left {
  left: 1em !important;
}

.yotpo-carousel .yotpo-carousel-arrow {
  background-color: rgb(255 255 255 / 85%) !important;
}

.reviews-wrapper-inner {
  padding: 3% 4%;
  padding-bottom: 2%;
  width: 100%;
  max-width: 1920px;
}

.reviews-wrapper-inner2 {
  display: flex;
  align-items: center;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.yotpo-reviews-carousel-widget-container {
  width: 100% !important;
  margin: 0 !important;
}

.yotpo-reviews-carousel-widget-container.yotpo-reviews-carousel-widget-mobile-mode .yotpo-reviews-carousel-bottomline-seo {
  justify-content: left !important;
}

.reviews-carousel-reviews-bottomline {
  flex-direction: row !important;
  align-items: center !important;
}

.reviews-carousel-reviews-bottomline.reviews-bottomline-mobile-mode .reviews-bottomline-total-reviews {
  margin-left: 0.8rem !important;
  margin-top: 0 !important;
}

.yotpo-reviews-carousel-bottomline-seo {
  margin-bottom: 1.3rem;
}

.btn-review {
  min-width: 24rem;
  text-align: center;
  margin-bottom: 1.8rem;
}

.learn-more-mob-img {
  display: none;
}

.learn-more-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #f7f5f4;
}

.learn-more-wrapper-inner {
  padding: 3% 4%;
  padding-bottom: 2%;
  max-width: 1920px;
  width: 100%;
}

.learn-more-wrapper-inner > h2, .reviews-wrapper-inner > h2 {
  font-family: Chap,sans-serif;
  font-weight: 500;
  margin-bottom: 1.5rem;
  font-size: 35px;
  color: #bc3431;
}

.learn-more-imgs-wrapper {
  display: flex;
  gap: 3rem;
}

.learn-more-txt-wrapper {
  text-align: left;
  padding-top: 1.3rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.learn-more-txt-wrapper > h4 {
  font-family: Chap,sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0.7rem;
}

.learn-more-txt-wrapper > p {
  font-size: 16px;
  /* margin-bottom: 1rem; */
  margin-bottom: 0;
  /* line-height: 2.5rem; */
}

.learn-more-txt-wrapper > a {
  color: #333;
  text-transform: uppercase;
  font-size: 15px;
  padding-bottom: 0.3rem;
  /* border-bottom: 1px solid #333; */
  transition: color 0.3s ease, border-bottom-color 0.3s ease;
}

.learn-more-txt-wrapper > a:hover {
  /* color: #bc3431;
  border-bottom: 1px solid #bc3431; */
}
/* for new layout index page end 8/5/2025 */

.accordion .accordion-header:first-of-type {
  border-top: none !important;
}

.cstm_cubino {
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  box-shadow: none !important;
  border: none !important;
  min-width: 40px !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 100%;
  margin-right: 0.5rem !important;
}

.cstm_cubino_wrpr {
  display: flex;
  /* margin-bottom: 1rem; */
}

/* CODE FOR TDLR RAIL HEAD IN PRDCT PG 28/4/2025 */
.tdlr-para {
  margin-bottom: 1.3rem !important;
  margin-top: 0 !important;
}

/* CODE FOR SQ. BLOCK TXT RIGHT 28/4/2025 */
.txt-right>div:nth-child(2)>div>h2 {
  font-family: Chap,sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 35px;
}

.red-txt{
  color: #bc3431;
}

.txt-right>div:nth-child(2)>div>p {
  line-height: 3.2rem !important;
  margin-bottom: 0 !important;;
}

.btn-learn {
  min-width: 18rem;
  text-align: center;
}

.btn-made-can {
  min-width: 18rem;
  text-align: center;
}

.mt {
    margin-top: 1.5rem;
}

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

.txt-right{
  padding: 0;
  display: flex;
}

.txt-right > div:nth-child(2) > div > p {
  line-height: 3.2rem;
  margin-bottom: 0;
}

.txt-right > div:nth-child(2) > div > h2 {
  font-family: 'Chap', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 35px;
}

.txt-right > div:first-child {
  padding: 0;
  flex: 1;
}

.txt-right>div:nth-child(2) {
  padding: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  flex: 1;
}

.txt-right>div:nth-child(2) > div {
  max-width: 50rem;
  /* margin-left: 10rem; */
}

/* CODE FOR ANNOUCEMENT TOP BAR 24/4/2025 */
#top-bar {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2rem;
}

.top-bar_age {
  font-size: 20px;
  letter-spacing: 0;
  margin: 0 0.5rem;
  font-weight: 600;
}

.top-bar_txt {
  display: flex;
  justify-content: center;
  align-items: center;
}

.showroom-head {
  padding-left: 2.5rem;
}

/* CODE FOR MADE IN CANDA SECTION 16/4/2025 */
.custom-review {
  display: flex;
  /* align-items: baseline; */
}

.custom-review > div:nth-child(2) {
  margin-left: 1rem;
}

.years {
  position: absolute;
  height: 16rem;
  width: auto;
  top: 1rem;
  left: 1rem;
}

#slide-video {
  min-width: 100%;
  max-width: 100%;
  display: block; /* Removes inline spacing */
  margin: 0; /* Removes extra margin */
  padding: 0; /* Ensures no padding */
  border: none; /* Removes any border that might add spacing */
  width: 100%; /* Ensures full width */
  height: auto; /* Maintains aspect ratio */
  object-fit: cover; /* Prevents blank space inside video */
}

#madeIn {
  padding: 0;
  display: flex;
  margin-top: 3rem;
}

#madeIn > div:nth-child(2) {
  display: flex;
  padding: 7rem;
}

#madeIn > div:first-child {
  padding: 0;
}

#madeIn > div:nth-child(2) > div:first-child {
  width: 63%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

#madeIn > div:nth-child(2) > div:nth-child(2) {
  width: 37%;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.made_txt-title {
  color: #bc3431;
  font-family: Chap,sans-serif;
  font-weight: 500;
  margin-bottom: 3%;
  font-size: 35px;
}

.made_txt-sub-title {
  color: #bc3431;
  font-family: Chap,sans-serif;
}

.made_txt-sub-title2 {
  color: #bc3431;
  font-family: Chap,sans-serif;
  margin: 0;
  margin-top: 1.5rem;
}

.made_txt-para {
  line-height: 3.2rem !important;
  margin-bottom: 0;
  font-size: 16px;
  max-width: 45rem;
  margin-top: 3%;
}

.made_txt-para2 {
  line-height: 3.2rem !important;
  margin-bottom: 0;
  font-size: 16px;
  max-width: 45rem;
  /* margin-top: 1.5rem; */
  margin-top: 3%;
}

.made_txt-para3 {
  line-height: 3.2rem !important;
  margin-bottom: 0;
  font-size: 16px;
  max-width: 26rem;
}

.madeIn-btn {
  text-align: center;
  width: 18rem;
}

.madeIn-img {
  width: 14rem;
  height: auto;
}

.biegeBckg {
  background-color: #f7f5f4;
}

.biegeDrkBckg {
  background-color: #e7e1de;
  padding: 2rem;
}

.made-para1 {
  margin-top: 8px;
}

/* PICK YOUR SWATCH BTN IN PRDCT PGS 10/4/2025 */

.tst{
  margin-top: 0 !important;
  margin-bottom: 1rem;
}

.btn-swatch-order-small {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  /* border: 1px solid #444444; */
  border: 1px solid #ddd;
  color: #444444;
  /* background-color: #444444; */
  background-color: #f7f5f4;
  border-radius: 4px;
  padding: 1rem 1rem;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
  width: fit-content;
  margin-top: 1rem;
  margin-bottom: 2.3rem;
}

.btn-swatch-order-small:hover {
    /* background-color: #fefefe; */
  background-color: #e7e1de;
  color: #444444;
}

.btn-swatch-order-small > svg {
  margin-right: 0.5rem;
}

.btn-swatch-order-small > i {
  margin-left: 0.5rem;
  font-size: 14px;
}

#fabric-pick > div > div > .btn-swatch-order-small {
  margin-bottom: 0;
}

/* CODE FOR STATIC SCROLLING START - mc - 13/3/2025 */
:root {
  --div-top: 10rem;
  --div-top2: 0;
}

.cylindo__sticky-fixed{
  --div-top: 10rem !important;
  top: var(--div-top) !important;
  position: fixed !important;
  width: calc(60% - 18px) !important;
}

.cylindo__sticky-absolute{
  position: absolute !important;
  width: 100% !important;
  top: var(--div-top2) !important;
}

/* CODE FOR MADE IN CANDA SECTION 16/4/2025 */

@media screen and (max-width: 1890px){

  .madeIn-img {
    width: 10rem;
  }

  .greenguard-wrapper {
    display: none;
  }

  .made-canada-txt-wrapper {
    margin-left: 0;
    padding: 0;
    padding-left: 8%;
    max-width: 100%;
  }
  
}

@media screen and (max-width: 1740px){

  #madeIn > div:nth-child(2) {
    padding: 4rem;
  }
  
}

@media screen and (max-width: 1650px){

  .biegeDrkBckg {
    display: none !important;
  }

  #madeIn > div:nth-child(2) {
    justify-content: center;
  }

  .made_txt-para{
    max-width: none;
  }

  .made_txt-para2 {
    max-width: none;
  }

  #madeIn > div:nth-child(2) > div:first-child {
    width: 100%;
  }

  .made-canada-wrapper {
    flex-direction: column;
  }

  .made-canada-wrapper-inner {
    flex-direction: row;
    padding: 3% 4%;
  }

  .greenguard-wrapper {
    display: flex;
    margin-left: 0;
    justify-content: end;
  }

  .made-canada-txt-wrapper {
    padding: 0;
  }

  .made-canada-wrapper-inner-container {
    width: 100%;
    padding-right: 0;
  }

  .made-canada-txt-wrapper {
    max-width: 65rem;
    margin-right: 4%;
  }
  
}

@media screen and (max-width: 1560px){

  .made_txt-para {
     margin-top: 0;
  }
  
}

@media screen and (max-width: 1500px){

  #primary-menu ul li > a {
    font-size: 14px;
  }

  #header.full-header #primary-menu > ul {
    margin-right: 0;
  }

  #primary-menu ul li > a {
    padding: 12px 3px 9px 12px;
  }
}

@media screen and (max-width: 1444px){

  .made_txt-title {
     margin-bottom: 1%;
  }

  .made_txt-para2 {
     margin-top: 1%;
    margin-bottom: 1%;
  }
  
}

@media screen and (max-width: 1360px){

   #madeIn {
    flex-direction: column;
  }

  #madeIn > div:first-child {
    width: 100%;
  }

  #madeIn > div:nth-child(2) {
    padding: 5rem;
    width: 100%;
  }



  .made_txt-para {
    max-width:57rem;
  }

  .made_txt-para2 {
    max-width:57rem;
  }

  .madeIn-img {
    width: 10rem;
  }

  .biegeDrkBckg {
    display: flex !important;
  }

}

@media screen and (max-width: 1320px){

  .modern-furn-imgs-wrapper {
    flex-direction: row;
    gap: 1rem 4rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .modern-furn-imgs-wrapper > div {
    width: 46%;
  }

  .learn-more-imgs-wrapper {
    flex-direction: row;
    gap: 1rem 4rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .learn-more-imgs-wrapper > div {
    width: 46%;
  }

  .learn-more-wrapper-inner > h2, .reviews-wrapper-inner > h2, .modern-furn-wrapper-inner > h2 {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
  }

  .made-canada-txt-wrapper > h2 {
    
  }

  .learn-more-txt-wrapper {
    padding-right: 0;
  }

  .modern-furn-txt-wrapper {
    padding-right: 0;
  }

  .image-item2 {
    min-width: 400px;
  }

  .slider-container2 > h2 {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
  }
  
}

@media screen and (max-width: 1366px){

  .txt-right>div:nth-child(2) > div {
    /* padding-left: 7%; */
  }

  .txt-right>div:nth-child(2) {
    justify-content: center;
  }
  
  .txt-right>div:nth-child(2) > div {
    margin-left: 0;
  }  

  .customize-prdct-2-img > .customize-prdct-img-wrapper > img {
    width: 57rem;
  }
  
}

@media screen and (max-width: 1170px){

  .made-canada-txt-wrapper{
    flex: 70%;
  }

  .greenguard-wrapper{
    flex: 30%;
  }
  
}

@media screen and (max-width: 1180px){
  
  .txt-right{
    flex-direction: column-reverse;
  }

  .txt-right>div:nth-child(2) > div {
    padding: 4% 5%;
    margin: 0;
    max-width: 100%;
  }

  .customize-prdct-wrapper-inner {
    flex-direction: column;
    gap: 1.5rem;
    padding: 4% 4%;
  }

  .customize-prdct-2-img > .customize-prdct-img-wrapper {
    margin-top: 4rem;
  }

  
  .learn-more-desk-img {
    display: none;
  }

  .learn-more-mob-img {
    display: block;
    margin-top: 1.2rem;
  }

  .learn-more-txt-wrapper {
    padding-top: 0.5rem;
  }

  .customize-prdct-img-1 {
    background-image: none;
  }

  .customize-prdct-img-2 {
    background-image: none;
  }

  .customize-prdct-img-1-mob {
    display: flex;
  }

  .reverse-col {
    flex-direction: column-reverse;
    padding-top: 0.3rem;
  }

  .quick-ship-wrapper {
    padding-bottom: 4%;
  }
  
}

@media screen and (max-width: 1087px){

  .custom-review{
    flex-direction: column;
  }

  .custom-review > div:nth-child(2) {
    margin-left: 0;
    margin-bottom: 1;
  }
  
}

/* CODE FOR ANNOUCEMENT TOP BAR 24/4/2025 */

@media screen and (max-width: 1024px){
  .top-bar_age {
    margin-top: -0.2rem;
  }

  .mdrn-furn-wrapper > div {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
    margin-bottom: 0 !important;
  }
    
  .mdrn-furn-wrapper > div > .center {
    margin-bottom: 2rem;
  }

  .cylindo-rtv > li:last-child  {
    width: 13% !important;  
    margin-left: 1rem !important;
  }

  .modern-furn-txt-wrapper > h4 > a {
    font-size: 20px;
  }

  .modern-furn-imgs-wrapper {
    gap: 1rem 2rem;
  }

  .learn-more-imgs-wrapper {
    gap: 1rem 2rem;
  }

  .image-item2 {
    min-width: 350px;
  }
  
}

@media screen and (max-width: 1008px){

    #madeIn > div:nth-child(2) {
      flex-direction: column;
    }

  .made_txt-para {
    max-width:100%;
  }

  .made_txt-para2 {
    max-width:100%;
  }

  #madeIn > div:nth-child(2) > div:nth-child(2) {
    width: 100%;
    margin-top: 3rem;
  }

  #madeIn > div:nth-child(2) {
    padding: 5rem 6rem;
    width: 100%;
  }
  
}

@media screen and (max-width: 780px){

  .made-canada-wrapper-inner-container {
    flex-direction: column;
  }

  .greenguard-wrapper-inner {
    margin-left: 0;
    text-align: center;
    align-items: center;
    padding: 2.5rem 2.5rem;
    width: 100%;
    max-width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }

  .greenguard-wrapper-inner > p {
    line-height: 2.5rem;
  }

  .made-canada-txt-wrapper > p {
    margin-bottom: 0.5rem;
  }

  .made-canada-txt-wrapper > h4, .made-canada-txt-wrapper > h2 {
    margin-bottom: 0.5rem;
  }

  .made-canada-txt-wrapper > h2 {
    margin-top: 0.5rem;
  }

  .made-canada-txt-wrapper {
    margin-right: 0;
    max-width: 100%;
  }

  .modern-furn-imgs-wrapper {
    flex-direction: column;
    gap: 1rem;
    flex-wrap: nowrap;
  }

  .modern-furn-imgs-wrapper > div {
    width: 100%;
  }

  .learn-more-imgs-wrapper {
    flex-direction: column;
    gap: 1rem;
    flex-wrap: nowrap;
  }

  .learn-more-imgs-wrapper > div {
    width: 100%;
  }

  .image-item2 {
    min-width: 320px;
  }

  .image-row2 {
    gap: 1rem;
  }
  
}

@media screen and (max-width: 768px){
  
  .txt-right > div:nth-child(2) > div {
    padding-left: 7%;
    padding-right: 7%;
  }

  .mobile-hide {
    display: none;
  }

  .glide__arrow--right {
    right: 0em !important;
  }

  .glide__arrow--left {
    left: 0em !important;
  }

  .glide__arrows {
    display: block !important;
  }
  
}

@media screen and (max-width: 715px){

  #content > .content-wrap > .container-fluid {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  
  .txt-right > div:nth-child(2) > div {
    padding: 0;
    padding-top: 1%;
  }

  .txt-right>div:nth-child(2){
    margin-left: 0;
    margin-right: 0;
    padding: 6% 7%;
  }

  .btn-learn, .btn-learn2, .btn-review, .btn-quick-ship, .btn-customize-prdct, .btn-made-can {
    width: 100%;
  }

  .customize-prdct-2-img > .customize-prdct-img-wrapper > img {
    /* width: 65rem; */
  }

  .customize-prdct-1-img > .customize-prdct-img-wrapper > img {
    padding-top: 5%;
    width: 25rem;
  }

  .customize-prdct-1-img {
    padding-bottom: 4%;
  }

  .customize-prdct-2-img {
    padding-top: 2%;
    /* padding-bottom: 4%; */
    flex-direction: column-reverse;
  }

  .customize-prdct-1-img {
    flex-direction: column-reverse;
  }

  #need-fast-desk-imgs {
    display: none;
  }

  #need-fast-mob-imgs {
    display: grid;
    margin-bottom: 1.5rem;
  }

  .btn-made-can {
    margin-top: 0.8rem !important;
  }

  #greenguard-desk {
    display: none;
  }

  #greenguard-mob {
    display: block;
  }
  
}

@media screen and (max-width: 700px){

  .customize-prdct-2-img > img {
    /* width: 35rem; */
  }

  .madeIn-btn {
    width: 100%;
  }

  #madeIn > div:nth-child(2) > div:nth-child(2) {
    
    margin-top: 1.5rem;
  }

  #madeIn > div:nth-child(2) {
    padding: 6% 7%;
  }
  
  /* For preview img*/
  .cylindo-ar-button {
    display: none !important;
  }
  /*Further changes in 'cylindo-extra.scss.liquid' file*/
  /* Check '#cylindo-mobile-sticky-content-wrapper', '#cylindo-mobile-sticky-viewer-wrapper' & '#cylindo-mobile-sticky-content-wrapper .cylindo-mobile-sticky-content-inner' */
  }
}
/* CODE FOR STATIC SCROLLING END - mc - 13/3/2025 */



/* CODE FOR INDEX SLIDER IMG START - mc - 14/3/2025 */
.mySlides{
  display: none;
}
.imgSlides{
  vertical-align: middle;
  width: 100%;
}

/* Slideshow container with Flexbox */
.slideshow-container{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  margin: auto;
  position: relative;
  overflow: hidden; /* To hide images outside the container */
}

/* Each slide */
.mySlides{
  flex: 0 0 100%;
  display: none;
  justify-content: center;
  align-items: center;
}

/* The dots/bullets/indicators */
.dot-container{
  text-align: center;
  margin-bottom: 1vw;
  position: absolute;
}

.dot{
  height: 1.2rem;
  width: 1.2rem;
  margin: 0 0.7rem;
  background-color: #E1D9D1;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.activeImg{
  background-color: #ffffff;
}

/* On smaller screens, adjust the layout */
@media only screen and (max-width: 700px){
  .dot {
    margin-bottom: 1.8vw;
  } 
}

@media screen and (max-width: 520px){

  .greenguard-wrapper-inner {
    /* margin-top: 2rem; */
    margin-top: 1rem;
  }
  
} 

@media only screen and (max-width: 450px){
  .dot {
    height: 1rem;
    width: 1rem;
    margin: 0 0.5rem;
    margin-bottom: 1.5vw;
  } 
}
/* CODE FOR INDEX SLIDER IMG END - mc - 14/3/2025 */



/* CODE FOR PRODUCT PG OPTIONS & DRPDWN OPEN/CLOSE START - mc - 18/3/2025 */
.accordion-active .accordion-icon svg{
  transform: translateY(-50%) rotate(-90deg) !important;
  cursor: pointer;
}

.accordion-active .horizontal{
  display: none;
}

.accordion-title{
  cursor: pointer !important;
}

.accordion-header:not(:first-of-type){
  border-top: 1px solid #ddd !important;
}

.accordion-header {
  padding: 1.5rem 0 !important;
}


#cylindo-product-form {
  border-top: none !important;
  padding-top: 0 !important;
}

.accordion {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  margin-bottom: 0.8rem !important;
  /* margin-top: 1.5rem; */
  background-color: #f7f5f4;
}

.sub-title-prdct{
  margin-top: 1.2rem !important;
  margin-bottom: 1rem !important;
  font-size: 24px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.prdct-info {
  margin-top: 0.2rem;
}

.prdct-btn {
  margin-top: 1.5rem !important;
}

.bed-size, .headboard, .footboard, .toddler-rail{
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap;
  row-gap: 0.7rem;
  column-gap: 0.2rem;
}

/* .variation-selector.bed-size li.selected, .variation-selector.toddler-rail li.selected, .variation-selector.headboard li.selected, .variation-selector.footboard li.selected, .variation-selector.size li.selected{
  border: 4px solid #bc3431 !important;
  color: #bc3431 !important;
} */

.variation-selector.bed-size li.variation, .variation-selector.toddler-rail li.variation, .variation-selector.headboard li.variation, .variation-selector.footboard li.variation, .variation-selector.size li.variation {
  border: 0.12rem solid #000 !important; 
  text-align: center;
  justify-content: center;
}

.variation-selector.bed-size li.selected {
  border: 0.12rem solid #000 !important;
  color: #000 !important;
  background-color: transparent !important;
}

.variation-selector.toddler-rail li.selected, .variation-selector.headboard li.selected, .variation-selector.footboard li.selected, .variation-selector.size li.selected {
  border: 3px solid #bc3431 !important;
  color: #bc3431;
}

.custom-selected{
  color: #bc3431;
}

.lowercase > .headboard, .lowercase > .footboard {
  display: inline-block !important;
}

/* .variation-selector.bed-size li.selected, .variation-selector.toddler-rail li.selected, .variation-selector.headboard li.selected, .variation-selector.footboard li.selected, .variation-selector.size li.selected {
  background-color: transparent !important;
}

.selected {
  border-color: #000 !important;
}

.accordion-header{
  border-top: none !important;
}
*/

@media only screen and (max-width: 480px){
  .variation-selector.bed-size li.variation, .variation-selector.toddler-rail li.variation, .variation-selector.headboard li.variation, .variation-selector.footboard li.variation{
    padding: 10px 10px !important;
  }
}

@media only screen and (max-width: 820px){
  
  .need-fast-img-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .need-fast-img-wrapper-2 {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .need-fast-wrapper-inner {
    flex-direction: column;
  }

  .btn-quick-ship {
    margin-top: 0.5rem;
  }

  .need-fast-wrapper-inner {
    padding: 4% 4%;
  }
  
}

@media only screen and (max-width: 700px) {
    .accordion-header {
    padding: 1.25rem 0 !important;
  }

  .cylindo-right-column{
    width: 95% !important;
    margin-left: 3.5% !important;
  }

  #content2{
    margin-top: 3rem;
  }

  /* CODE FOR ANNOUCEMENT TOP BAR 24/4/2025 */
  #top-bar {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
  }
  
  .top-bar_age {
    letter-spacing: 0;
  }
  
  .top-bar_txt {
    /* display: inline-block; */
  }

  .customize-prdct-wrapper-inner2 {
    flex-direction: column-reverse;
  }

  .mt2 {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .customize-prdct-1-txt-wrapper > h2 {
    margin-bottom: 0.5rem;
  }

  .btn-desk {
    display: none;
  }

  .btn-mobile {
    display: block;
  }

  .social-wrapper {
    padding-bottom: 6%;
  }
  
}

@media only screen and (max-width: 447px) {
  .nav-button2 {
    margin-top: 10rem;
  }
}
/* CODE FOR PRODUCT PG OPTIONS & DRPDWN OPEN/CLOSE START - mc - 18/3/2025 */