/** Shopify CDN: Minification failed

Line 2898:0 Expected "}" to go with "{"

**/
/* dallas maverics background*/
  .container-flex {
      max-width: 1275px;
      margin: auto;
  }
  
.hero-img-container {
  background-color: rgba(0, 0, 0, 0) !important; 
    color: #000000 !important;
    padding: 20px;
}
.hero-img-container__content > * {
  color:#000 !important;
}

#shopify-section-header {
  transition: padding-bottom 0.3s ease;
}

.gheader {
  background-color: transparent !important;
}

.gheader.sticky--scrolled {
  border: none;
}
.collection-grid__loop .new-pro-wrap .view-all-wrap {
    grid-column: 1/4;
    text-align: center;
}

.collection-grid__loop .new-pro-wrap .view-all-wrap button.view-all-btn {
    border: none;
    background: none;
    font-size: 20px;
    font-weight: 600;
  cursor: pointer;
}

.collection-grid__loop .new-pro-wrap .view-all-wrap button.view-all-btn > img {
    width: 14px;
    margin-left: 8px;
}

.collection-grid__loop .divider {
    height: 20px;
    background: #F6F6F6;
    margin: 32px 0px;
    position: relative;
}

.collection-grid__loop .divider:before,
.collection-grid__loop .divider:after {
  content:"";
  position: absolute;
  height: 20px;
  background: #f6f6f6;
  width: 100%;
}

.collection-grid__loop .divider:before {
  top:0;
  left: -5%;
}

.collection-grid__loop .divider:after {
  top:0px;
  right: -5%;
}

.collection-grid__loop .divider:nth-last-child(1) {
    display: none;
}

.product-price + .js-addsample {
    margin: 0px;
}

.product-card__collection {
    margin: 0px;
}

.product-card__header .product-price {
    font-size: 18px;
    font-weight: 600;
}

.gheader.sticky {
  /* position: fixed !important; */
}

body {
  /* margin-top: 100px !important; */
}

@media (max-width: 1242px) {
  body {
    /* margin-top: 118px !important; */
  } 
}

@media (max-width: 960px) {
  body {
    /* margin-top: 118px !important; */
  } 
}

@media (max-width: 768px) {
  body {
    /* margin-top: 113px !important; */
  } 
  
}

.gheader .menu-icon--cart .cart-count {
  display: flex;
  position: absolute;
  top: -5px;
  right: -4px;
  font-size: 10px;
  background: #2576a2;
  width: 16px;
  height: 16px;
  color: #ffffff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.gheader .menu-icon--cart .cart-empty {
  display: none;
}

.gheader .menu-icon--cart .cart-count__count {
  line-height: 1;
}

.custom-sticky {
  /* padding-bottom: 8px; */
  transition: padding-bottom 0.3 ease !important;
  border-bottom: 1px solid #e8e8e8 !important;
  background-color: #ffffff !important;
}

.gheader__main {
  transition: all 0.3s ease;
}

.custom-sticky .gheader__main .gheader__nav {
  color: #111 !important;
}

.custom-sticky .gheader__main .gheader__actions {
  color: #111 !important;
}

.mavs-header__background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
  z-index: 1;
}
#shadow-host-companion {
  padding: 0;
}
.gfooter .gfooter-bottom nav ul li:not(:first-child) {
  margin-left: 1rem;
}
.gallery.custom-gallery .gallery__grid .gallery-card {
  grid-column: span 2 !important;
  grid-row: span 1 !important;
  cursor: pointer;
  aspect-ratio: 1.1;
  background-color: white;
}
.gallery.custom-gallery .gallery__grid .gallery-card {
  height: auto;
}
.gallery.custom-gallery .gallery__grid.one-grid .gallery-card {
  aspect-ratio: 2.3;
}
.gallery.custom-gallery .gallery__grid.one-grid {
  grid-template-columns: repeat(2, 1fr);
}
.view-two svg,
.view-one svg {
  display: flex;
}
.view-two .selected,
.view-one .selected {
  display: none;
}
.view-two.active .unselected,
.view-one.active .unselected {
  display: none;
}
.view-two.active .selected,
.view-one.active .selected {
  display: flex;
}
.gallery-view {
  display: none;
  align-items: center;
  gap: 24px;
  margin-left: 0;
}

/* adding style in main collection sort form */
select#SortBy {
  min-width: max-content;
}

@media screen and (min-width:960px) {
  .gallery-view {
    display: flex;
  }
}
.view-two,
.view-one {
  cursor: pointer;
}
.custom-gallery .gallery-card {
  overflow: visible;
}
.custom-gallery .gallery__grid {
  gap: 56px;
  width: 100%;
}
@media screen and (min-width:960px) {
  .custom-gallery .gallery__grid {
    width: 80%;
  }
}
.custom-gallery .gallery-card:hover .gallery-card__hover-image {
  opacity: 0;
}
.custom-gallery .gallery-card__hover-image {
  display: none;
}
.custom-gallery .custom-card img,
.gallery-popup__content .custom-card img {
  border-radius: 8px;
  width: 28px;
  height: 28px;
}
.custom-gallery .custom-card,
.gallery-popup__content .custom-card {
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 16px 16px 16px 0;
  background: white;
  position: relative;
  min-height: 84px;
}
@media screen and (min-width:960px) {
  .custom-gallery .custom-card,
  .gallery-popup__content .custom-card {
    display: flex !important;
  }
}
.custom-gallery .custom-card .btn,
.gallery-popup__content .custom-card .btn {
  margin: 16px 0 0;
}
.gallery-popup__content .custom-card .btn {
  width: fit-content;
}
@media screen and (min-width:960px) {
  .custom-gallery .custom-card .btn,
  .gallery-popup__content .custom-card .btn {
    margin: 0;
  }
}
.custom-gallery .total-photos {
  color: #717171;
}
.custom-gallery .card-headline {
  font-weight: 700;
}
.custom-gallery .gallery-card.card-grid .positioner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  background: white;
  min-height: 418px;
  max-height: 548px;
}
.custom-gallery .gallery-card.card-single .positioner img {
  border-radius: 16px;
}
.custom-gallery .gallery-card.card-grid .positioner img:first-child {
  grid-area: 1 / 1 / 3 / 2;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.custom-gallery .gallery-card.card-grid .positioner img:nth-child(2) {
  grid-area: 1 / 2 / 2 / 3;
  border-top-right-radius: 16px;
}
.custom-gallery .gallery-card.card-grid .positioner img:last-child {
  grid-area: 2 / 2 / 3 / 3;
  border-bottom-right-radius: 16px;
}
#js-collection .container {
  max-width: 1400px;
}
a.access-link.login {
    text-decoration: blink;
  text-underline-offset: 1px;
}

a.access-link.request {
    text-decoration: none;
}

@media screen and (min-width:960px) {
  .custom-gallery .filter-space {
    width: 15%;
    display: block;
    position: sticky;
    top: 145px;
    height: fit-content;
  }
}
.custom-gallery .container {
  display: flex;
  flex-direction: row;
  gap: 0px;
}
@media screen and (min-width:960px) {
  .custom-gallery .container {
    gap: 24px;
  }
}
.col-facets__filters .filter-group--color {
  flex-direction: column;
    align-items: baseline;
}
.col-facets__filters .filter legend {
  font-weight: 700;
  text-transform: capitalize;
}
.col-facets__filters .filter-group--color p {
  margin: 0;
  color: #000;
  display: none;
}
.col-facets__filters .filter {
  margin: 0 0;
  width: 100%;
}
.col-facets__filters .filter__content ul {
  flex-direction: column;
  align-items: baseline;
}
.col-filters .show-filters {
  font-weight: 700;
}
.col-filters .filter.filter--sortby label {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
}
.col-facets__filters {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
.col-filters {
  z-index: 11;
}
.col-facets.active {
  z-index: 999;
}
.filter.filter--sortby label {
  display: none;
}
@media screen and (min-width:960px) {
  .filter.filter--sortby label {
    display: block;
  }
  .col-facets__filters .filter-group--color p {
    display: block;
  }
  .col-facets__filters .filter-group--color .col-facets__icon {
    display: flex;
    gap: 8px;
    align-items: center;
  }
}
.card-headline {
  display: flex;
  align-items: center;
  gap: 8px;
}
.selected-filters .container {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 10px;
}
.gallery.custom-gallery {
  overflow: unset;
}
.gallery-popup__content .col.col--right {
  display: none;
}
.pdm-lightbox__content {
  border-radius: 40px;
}
.gallery-popup__featured-image img {
  object-fit: cover;
  border-radius: 25.029px;
  object-position: bottom;
}
.gallery-popup__featured-image {
  max-height: 492px;
  border-radius: 25.029px;
}
.gallery-popup__content .swiper .swiper-controls .swiper-scrollbar {
  display: none;
}
.gallery-popup__content .gallery-popup .swiper-controls {
  display: flex;
  justify-content: end;
}
.gallery-popup__content .swiper .swiper-controls .swiper-button-prev {
  left: unset;
  right: 54px;
}
.lightbox-card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
.lightbox-card .total-photos {
  color: #717171;
}
@media screen and (min-width:960px) {
  .lightbox-card .custom-card {
    gap: 63px;
  }
}

.gallery__grid.one-grid .custom-card,
.custom-gallery .custom-card.single-view {
  display: none !important;
}

.gallery__grid.one-grid .custom-card.single-view {
  display: flex !important;
}

.gallery__grid.one-grid .gallery-card__badge {
  top: 4.5rem;
}

.pdm-lightbox.gallerypopup .pdm-lightbox__container {
  max-width: 900px;
}
.reg-section .mproduct__form .sticky-atc {
  display: none;
}

/* PDP updates */
.product-gallery:not(.product-gallery--addsamplepopup) .swiper .swiper-wrapper {
  flex-wrap: nowrap;
}
@media screen and (min-width: 960px) {
  .product-gallery:not(.product-gallery--addsamplepopup) .swiper .swiper-wrapper {
    /* height: 90vh; */
  }
}
.product-gallery .product-image .spacer {
  border-radius: 0;
  height: 100%;
  padding-bottom: 0;
  min-height: 60vh;
}
section.reg-section .mproduct {
  padding: 0;
}
.product-details {
  max-width: 100%;
  background: white;
}
.mproduct #product-details {
    padding-top: 0px;
}
.reg-section .mproduct {
    padding-top: 20px;
}
.mproduct__gallery .swiper {
    position: sticky;
    top: 100px;
}
@media screen and (min-width: 960px) {
  .product-details {
    padding-left: 32px;
    padding-right: 32px;
  }
  .product-details .top-content {
    /* margin: -16px -32px 0; */
    padding-left: 32px;
    padding-right: 32px;
  }
}
.product-details__header {
  align-items: start;
}
.reg-section .reg-section .mproduct .product-details__header .product-option__cost-per-sqft {
  margin-top: 14px;
}
.product-details .breadcrumbs {
  margin-bottom: 8px;
}
.top-content {
  background: #FBFAF9;
  padding: 1rem;
  /* margin: -16px -16px 0; */
}
.reg-section .product-gallery .swiper-controls {
  display: flex;
  gap: 12px;
  z-index: 9;
  cursor: pointer;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  padding: 0 20px;
}

@media screen and (min-width: 960px) {
  .reg-section .product-gallery .swiper-controls {
    top: 50%;
  }
}

.reg-section .mproduct .product-option__details {
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
}
@media screen and (min-width: 1400px) {
  .reg-section .mproduct .product-option__details {
    flex-direction: row;
    gap: 16px;
  }
}

.pdp-atc__group--type .product-option__description {
  display: none;
}

.pdp-atc__group--type .pdp-atc__group__buttons {
  flex-direction: row;
  gap: 8px;
}

.pdp-atc__group--type .product-option__icon {
  display: none;
}

.pdp-atc__group--type .product-option,
.pdp-atc__group--type .pdp-atc__group__buttons li {
  width: fit-content;
}

.pdp-atc__group--type.pdp-atc__group:not(.pdp-atc__group--swatches) li label .product-option__name {
  font-weight: 400;
  color: #717171;
}

.pdp-atc__group--type.pdp-atc__group:not(.pdp-atc__group--swatches) li input[type=radio]:checked+label .product-option__name {
  font-weight: 800;
  color: inherit;
}

.pdp-atc__group--type.pdp-atc__group:not(.pdp-atc__group--swatches) li input[type=radio]:checked+label {
  border-color: #000;
  -webkit-box-shadow: 0 0 0 1px #000;
  box-shadow: 0 0 0 1px ;
}
.custom-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-dropdown__selected {
  cursor: pointer;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.custom-dropdown__options {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.custom-dropdown__options li {
  padding: 10px;
  cursor: pointer;
  width: 100%;
}

.custom-dropdown__options li:hover {
  background-color: #f1f1f1;
}

.custom-dropdown.open .custom-dropdown__options {
  display: block;
}

.product-orderby.js-tabs.js-orderby {
  background: #D1BEA84D;
}

.product-orderby__buttons {
  display: none;
}

.product-orderby__content label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.product-orderby__coverage-count {
  font-size: 12px;
  font-weight: 400;
  margin-top: 0;
}

.product-orderby__coverage-count .js-orderby__sqft {
  font-size: 12px;
}

.product-orderby__inputs {
  padding: 8px 16px;
  margin-top: 24px;
  position: relative;
}

.product-orderby__coverage-message {
  font-size: 12px;
  font-weight: 400;
}

.product-orderby [for=extra-coverage] {
  align-items: center;
}

.product-orderby__content svg {
  cursor: pointer;
}

.js-orderby__boxarea {
  margin-top: 12px;
}

.reg-section .mproduct .atc-wrap__meta {
  display: none;
}

.atc-wrap__ctas {
  width: 78%;
  margin-left: auto;
}

.atc-wrap {
  display: flex;
  gap: 16px;
}

.product-details .qty-input {
  margin-top: 16px;
}

.reg-section .mproduct .metafield-rich_text_field ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding-bottom: 16px;
  margin-top: 32px;
  border-bottom: 1px solid #CECECE;
}

.reg-section .mproduct .metafield-rich_text_field ul {
  margin: 0;
}

.reg-section .mproduct .metafield-rich_text_field ul li strong {
  font-weight: 400;
    color: #717171;
}

.product-info-accordion {
  margin-top: 40px;
}

.reg-section .mproduct h6 {
  text-transform: none;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 16px;
  padding-top: 16px;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .accordion-item.manual h6 {
    border-bottom: 0;
    padding-bottom: 0px;
  }
  .accordion-item.manual svg {
    display: none;
  }
  .accordion-item.manual .accordion-content {
    display: block !important;
  }
}

.reg-section .mproduct .metafield-rich_text_field p:first-child {
  margin-top: 32px;
}

.go181254051.go181254051 {
  display: none !important;
}

.product-orderby__content.active {
  display: flex;
}

/* .pseudo-dropdown {
  margin: 0;
}

.pseudo-dropdown .option-model {
  width: 100%;
} */

/* .option-model.dropdown-toggle {
  cursor: pointer;
  padding: 10px 16px;
  border: 1px solid #E8E8E8;
}

.dropdown-options {
  display: block;
    position: absolute;
    z-index: 999;
}

.pdp-atc__group__buttons.dropdown {
  position: relative;
}

.pdp-atc__group.pdp-atc__group--model:not(.pdp-atc__group--swatches) li label {
  margin: 0;
} */

.pdp-atc__group.pdp-atc__group--model .product-option__cost-per-sqft {
  font-weight: 400;
}

/* .pseudo-dropdown svg {
  display: none;
} */

.btn--black[type=submit] {
  background: #111;
  color: #fff;
}

.btn--black[type=submit]:hover {
  color: #111;
  background: #fff;
  border-color: #111;
}

.product-orderby__content .form-field {
  margin: 10px;
}

.toggle-visibility {
  position: absolute;
  width: 100%;
  height: 56px;
  cursor: pointer;
}

.calculate-progress {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reg-section .mproduct .product-option__meta {
  flex-wrap: wrap;
}


@media screen and (max-width: 960px) {
  .product-orderby .product-orderby__inputs {
    height: 74px;
  }
  .form-field .calculate-progress {
    flex-direction: column;
    align-items: baseline;
  }
}

.accordion-toggle {
  display: flex;
  justify-content: space-between;
}

.accordion-toggle.active svg {
  transform: rotate(180deg);
  transition: all 0.3s;
}

@media screen and (min-width: 960px) {
  /* .accordion-toggle svg {
    display: none;
  } */

}

.custom-slider .ft-prod-col__content .swiper-controls {
  display: none;
}

.custom-slider .ft-prod-col__content .desk-only.btn.btn--outline {
  display: none;
}
.custom-slider .ft-prod-col__content p {
  margin: 0;
  max-width: 468px;
}
.custom-slider .ft-prod-col__content {
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  .custom-slider .ft-prod-col__content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }
}

.custom-slider .ft-prod-col .mob-only.btn.btn--outline {
  display: none;
}

.custom-slider .ft-prod-col__slider {
  width: 100%;
  height: 100%;
}

.pdm-lightbox__content .product-info-accordion {
  display: none;
}

.product-addsamplepopup .atc-wrap__ctas {
  width: 100%;
}

.reg-section .product-details {
  width: 100%;
}

.reg-section .mproduct {
  padding-left: 0;
  padding-right: 0;
}


  /* PDP Roomvo Buttons */
  @media (max-width: 959px) {
    .roomvo-slider-container {
      width: 100%;
      padding: 20px;
      background: #D1BEA8;
    }
  
    .roomvo-slider-container .btn {
      border: none !important;
      text-align: center;
      background-color: #ffffff;
      color: #000000;
      padding: 10px 0;
      border-radius: 24px;
      margin-top: 0;
    }
  }
  
  @media (min-width: 960px) {
    .roomvo-slider-container {
      display: none;
    }
  }
  
  /* PDP Modal */
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
  }
  
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    max-height: 80%;
    object-fit: contain;
  }
  
  .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

.view-more-gallery {
  background: white;
  border: none !important;
}

.modal-prev,
.modal-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.modal-prev:hover,
.modal-next:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-prev,
.modal-next,
.close {
  text-shadow: 0px 0px 2px rgba(0,0,0,0.8);
}

.product-card {
  height: 100%;
}

@media (min-width: 960px) {
  .ft-prod-col__slider:before {
      left: -1px;
  }
}

.product-gallery:not(.product-gallery--addsamplepopup) .swiper .swiper-wrapper .product-image.swiper-slide {
  margin: 0;
}

.product-details .atc-wrap .btn {
  padding: .75rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
}

.mproduct {
  padding-top: 0;
}

.button-next.swiper-button-disabled,
.button-prev.swiper-button-disabled {
  opacity: 0.5;
}

.popular-flooring-types__title {
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}

.popular-flooring-types__heart-icon {
  width: 30px;
  height: auto;
  margin-right: 10px;
}

.popular-flooring-types__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 64px;
}

.flooring-type {
  display: flex;
  flex-direction: column;
}

.flooring-type__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.flooring-type__title {
  font-size: 16px;
  margin-bottom: 8px;
  margin-top: 8px;
}

.flooring-type__description {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .popular-flooring-types__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .popular-flooring-types__title {
    font-size: 2rem;
  }
  
  .popular-flooring-types__heart-icon {
    left: -30px;
    width: 24px;
  }
}

@media (max-width: 480px) {
  .popular-flooring-types__grid {
    grid-template-columns: 1fr;
  }
  
  .popular-flooring-types__title {
    font-size: 1.8rem;
  }
  
  .popular-flooring-types__heart-icon {
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    transform: none;
  }
}

.popular-flooring-types__cta {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 0rem;
  transition: all 0.3s ease;
}

.btn--primary {
  background-color: #000;
  color: #fff;
  border: 2px solid #000;
}

.btn--secondary {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
}

#popular-flooring-types > div.popular-flooring-types__cta > a:nth-child(2) {
  margin-top: 0;
}

.btn--primary:hover,
.btn--secondary:hover {
  background-color: #000;
  color: #fff;
}

@media (max-width: 768px) {
  .popular-flooring-types__cta {
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}

.expert-recommendations__title {
  font-size: 2.5rem;
  text-align: left;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.expert-recommendations__icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.expert-recommendations__intro {
  text-align: left;
  max-width: 800px;
  margin: 0 0 2rem;
}

.expert-recommendations__cards {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.expert-recommendations__card {
  flex: 1;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.expert-recommendations__card-image {
  width: 100%;
  height: auto;
}

.recommendations-wrapper {
  padding: 32px;
}

.expert-recommendations__card-title {
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 0;
}

.expert-recommendations__card-subtitle {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 16px;
  color: #666;
}

.expert-recommendations__card-text {
  margin: 0;
}

.expert-recommendations__card-button {
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 1rem;
  margin: 32px 0 0;
  border-radius: 24px;
}

@media (max-width: 768px) {
  .expert-recommendations__cards {
    flex-direction: column;
  }
}

.flooring-101-icon {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.installation-maintenance__title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: start;
}

.installation-maintenance__icon {
  width: 40px;
  height: auto;
  margin-right: 1rem;
}

.installation-maintenance__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.maintenance-item {
  display: flex;
  flex-direction: column;
}

.maintenance-item__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  margin-bottom: 1rem;
}

.maintenance-item__title {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.maintenance-item__description {
  font-size: 1rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .installation-maintenance__grid {
    grid-template-columns: 1fr;
  }
  
  .installation-maintenance__title {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .installation-maintenance__title {
    font-size: 1.8rem;
    flex-direction: column;
  }
  
  .installation-maintenance__icon {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

.choosing-right {
  width: 100%;
}
.choosing-right__container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.choosing-right__content {
  flex: 1;
  min-width: 300px;
  padding-right: 40px;
}
.choosing-right__header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.choosing-right__icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.choosing-right__title {
  font-size: 36px;
  margin: 0;
}
.choosing-right__subtitle {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
}
.choosing-right__paragraph {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.choosing-right__image {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.choosing-right__img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .choosing-right__container {
    flex-direction: column;
  }
  .choosing-right__content {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

/* Product card updates */
/* .product-card {
  background: transparent;
}

.product-card__image img {
  border-radius: 0;
}

.product-card__swatches li button {
  border: 1px solid #F4F3F1;
  border-radius: 2px;
  background-color: white;
  width: 100%;
  height: auto;
}

.product-card__swatches li button.active {
  border: none;
  background-color: #2576A2;
}

.product-card__footer {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.product-card__cta.btn--outline {
  display: flex;
  gap: 4px;
}

.product-card__cta.btn--outline:hover svg path {
  fill: #fff;
}

.product-card__content {
  position: unset;
}

.product-card__header {
  position: absolute;
  top: 24px;
  left: 24px;
}

.product-card {
  position: relative;
}

.card-title__container {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.product-card__content .card-short__description,
.product-card__variant.js-product__variant {
  margin: 0;
  color: #717171;
  font-size: 14px;
}

.product-card__variant.js-product__variant::after {
  content: none;
}

.product-card__variant.js-product__variant {
  padding: 0;
}

.short-description {
  display: flex;
  justify-content: space-between;
}

.product-card__cost-per-sqft {
  font-size: 28px;
  color: #000;
}

.product-card__meta {
  align-items: baseline;
}

.btn.modin {
  background-color: #343334;
  color: #D1BEA8;
}

.btn.silvan {
  background-color: #445443;
  color: #DCEADA;
} */

.mproduct__gallery.product-gallery .productGallery  .swiper-controls {
  display: flex;
}

/* @media (min-width: 960px) {
  .container, .pdm-lightbox__container {
      max-width: 1400px;
  }
} */

@media (min-width: 960px) {
  .image-card-block__top {
      padding: 0px;
  }
}

.product-gallery__visual-ctas .btn {
  display: flex;
}

.product-card__cta.btn.btn--small.accordion-content {
  font-weight: 400;
}

.heading--wrapper {
  display: flex;
  gap: 42px;
  margin-bottom: 40px;
}
.budget-products__heading {
  margin: 0;
  font-family: 'Playfair Display', serif;
}
@media (min-width: 768px) {
  .budget-products__heading {
    font-size: 64px;
  }
}
.budget-products__subheading {
  max-width: 775px;
  margin-bottom: 32px;
}

.flooring101 .container {
  max-width: 1400px;
}

.gheader__mnav.active {
  top: 112px;
}

.product-gallery .product-image .spacer img {
  object-position: bottom;
}

.collection-card__content .btn {
  display: flex;
}

.base_available {
  text-align: right;
  font-size: 12px;
}


.collection-filter {
  display: flex !important;
  flex-direction: row !important;
  gap: 50px !important;
  align-items: start !important;
}

.collection-filter .col-facets__filters {
  display: flex !important;
  flex-direction: row !important;
  align-items: start !important;
  justify-content: start !important;
  margin: 0px !important;
  gap: 26px;
}

.collection-filter .filter-group--color {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  width: fit-content !important;
  min-width: 150px !important;
}

/* .collection-filter .filter-group--color .filter__content {
  width: 140px !important;
  min-width: 140px !important;
  overflow: hidden;
} */

/* .collection-filter .filter-group--color .filter__content .container {
  width: 16px !important;
} */

.collection-filter .filter--color {
  width: fit-content !important;
}

.collection-filter .filter-group--plank-width {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
}

.collection-filter .filter--plank-width {
  width: fit-content !important;
}

.collection-filter .filter-group {
  display: flex !important;
  flex-direction: row !important;
  align-items: start !important;
}

.collection-filter .filter--collection {
  width: fit-content !important;
}

.collection-filter .filter--collection .filter-group--collection {
  display: flex;
  flex-direction: row;
  width: fit-content;
  min-width: 155px;
}

.collection-filter .filter--sortby {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
  justify-content: start;
}

.collection-filter .filter--sortby .select-menu {
  border-color: #111111;
}

.collection-filter .overflow {
  position: relative;
  max-height: 100% !important;
}

.collection-filter .col-facets__mob-header {
  position: sticky;
  top: 0;
  z-index: 1;
}

.collection-filter .filter--color {
  margin-bottom: 0px;
}

.collection-filter .filter--plank-width {
  margin-bottom: 0px;
}

.collection-filter .filter--collection {
  margin-bottom: 0px;
}

.collection-filter .filter--sortby {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
  justify-content: start;
}

.collection-grid {
  padding-top: 10px !important;
}

.collection-filter .svg-icon--chevron{
  margin-bottom: 4px !important;
}

@media (max-width: 960px) {
  .collection-filter .col-facets__filters {
    flex-direction: column !important;
    gap: 0px !important;
  }

  .collection-filter .filter-group--color {
    flex-direction: column !important;
    align-items: start !important;
  }

  .collection-filter .filter-group--plank-width {
    flex-direction: column !important;
    align-items: start !important;
  }

  .collection-filter .filter-group--collection {
    flex-direction: column !important;
    align-items: start !important;
  }

  .col-facets__filters .filter {
    margin-bottom: 12px !important;
  }
}

@media (max-width: 768px) {
  .collection-hero {
    padding-bottom: 0px !important;
  }
  
}

.selected-filters__selected {
  display: flex;
  flex-direction: row;
  gap: 6px
}

/* CSS Dev - 09-06 */

.mega-menu__cards .slick-arrow {
    position: absolute;
    top: 50%;
    font-size: 0px;
    padding: 0pc;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    z-index: 1;
    border: none;
    background-color: #2475A2;
    background-image: url(/cdn/shop/files/arrow-png.png);
    background-repeat: no-repeat;
    background-position: center;
}

.mega-menu__cards {
    position: relative;
}

.mega-menu__cards .slick-arrow.slick-disabled {
  display:none !important;
}

.mega-menu__cards .slick-arrow.slick-prev {
    left: 8px;
    transform: rotateZ(180deg) translateY(50%);
}

.mega-menu__cards .slick-arrow.slick-next {
    right: 6px;
}

.single-menu {
  text-decoration: none;
}
.gheader__actions > .btn.btn--outline {
    background: #000;
    color: #fff;
}
.gheader__actions > .btn.btn--outline:hover {
    background: #fff;
    color: #000;
}
.gheader__main .gheader__icons .menu-icon.menu-icon--phone {
    display: none;
}

.mavs-header-wrapper a.btn.btn--white {
    font-weight: 600;
}

.gheader__nav ul li a.reset {
    border: none !important;
    text-decoration: none;
}

.gheader__nav ul li button svg.svg-icon {
    rotate: 0deg;
    transition: rotate 300ms;
}

.gheader__nav ul li button.active svg.svg-icon {
    rotate: 180deg;
}
.mega-menu__cards.one-slide-slider .slick-list.draggable {
    max-width: 90%;
}

body.template-index.no-scroll {
    margin-top: unset !important;
}

.mega-menu__cards.one-slide-slider  .mmcard__image {
    aspect-ratio: unset;
}

.mega-menu__cards.one-slide-slider  .mmcard__image img {
    position: relative;
}
.mmcard .mmcard__image {
    aspect-ratio: unset;
}

.mmcard .mmcard__image img {
    position: relative;
}

.mega-menu__cards .slick-track {
    display: flex;
    height: inherit;
}

.mega-menu__cards .slick-track .mmcard.slick-slide {
    height: inherit;
}

.mega-menu__cards .slick-track .mmcard.slick-slide .mmcard__image {
    height: 100%;
}

.mega-menu__menu ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.collection-grid__loop .heading-wrap {
    display: grid;
    grid-template-columns: 32px calc(100% - 20px);
    row-gap: 8px;
    column-gap: 8px;
    margin-bottom: 32px;
}

.collection-grid__loop {
    display: flex;
    flex-wrap:wrap;
    /* flex-direction: column; */
}

.collection-grid__loop .heading-wrap h2 {
    margin: 0px;
    line-height: 1;
    font-size: 32px;
    font-weight: 600;
}

.collection-grid__loop .heading-wrap p {
    grid-column: 1/3;
    margin: 0px;
}

.collection-grid__loop .heading-wrap > img {
    margin-top: 2px;
    height: 32px;
    width: 32px;
    border-radius: 3px;
}

.collection-grid__loop .new-pro-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.collection-grid__loop .new-pro-wrap .product-card {
    width: 100%;
    margin: 0px;
}

.col-filters {
    padding: 1rem 3rem;
    margin-bottom: 30px;
    margin-top: 40px;
}

.wrap-bl-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

.wrap-bl-card .right-wrap .paywall-action {
    gap: 15px;
}

.wrap-bl-card .right-wrap .paywall-content {
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 16px;
}

.show-mob-only {
    display: none;
} 

option:empty {
    display: none;
}

body.template-page-forms-commercial-request-form .shopify-block.shopify-app-block {
    padding-top: 0px;
}

.filter--color-family ul.filter-group--color-family {
    margin-top: 1.2rem;
}

.collection-hero .breadcrumbs {
    font-weight: 600;
}

.product-gallery__visual-ctas {
    left: 0;
    right: 0;
    margin: auto;
    max-width: 605px;
    background: #fff;
    border-radius: 40px;
}
.product-gallery__visual-ctas .btn {
    font-size: 14px;
    padding: 0px;
    height: 42px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none;
    margin: 2px;
      border-radius: 2em;
}
.view-more-gallery.btn.btn--outline:hover,
.room-scene-view.btn.btn--outline:hover,
a.btn.btn--white.roomvo-product-display-button-desktop.roomvo-product-display-button:hover,
.roomvo-stimr-desktop.roomvo-stimr:hover {
    background: #2475A2;
}
.product-details__header span.ruk-rating-snippet-count {
    display: none;
}
.ruk_rating_snippet i {
    color: #faaf4e;
}
.paywall-action > span {
  font-size:14px;
  font-weight: 600;
}
.breadcrumbs a {
   font-weight: 600;
}
.product-details__header .paywall-content > .paywall-action {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}
.mproduct .product-option__cost-per-sqft {
    margin-right: auto;
    display: block;
    width: fit-content;
    margin-top: 14px;
    margin-left: 0px;
}
.mproduct .ruk_rating_snippet {
    margin-top: 10px;
}
.mproduct .paywall-content {
    margin-top: 18px;
}
.mproduct__gallery {
    width: 45%;
  /* padding-left:50px; */
}
.product-media-new .main-slider img {
    /* max-height: 500px;
    object-fit: cover; */
}
.thumbnail-slider {
    display: none !important;
}
.mproduct #product-details {
   width: 55%;
}
#product-details .top-content {
    padding: 16px 20px;
}
#product-details .related-products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    height: 340px;
    overflow-y: auto;
}

#product-details .related-products::-webkit-scrollbar-thumb {
  background: #717171; 
}

#product-details .related-products .related-product-card {
    background: #F4F3F1;
    padding: 10px;
}

#product-details .related-products .related-product-card a {
    text-decoration: none;
}

#product-details .related-products .related-product-card a > p {
    margin: 8px 5px 0px;
    font-size: 13px;
}
.rl-pro-wrap > span {
    font-size: 16px;
    font-weight: 800;
    margin: 20px 0px 10px;
    display: block;
}
.recent-blog-content h2.h1 {
    font-size: 60px;
    text-align: center;
    margin-bottom: 20px;
}
.recent-blog {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.blog-card {
    background: #f4f3f1;
    border-radius: 15px;
    overflow: hidden;
}
.slider-article-card__content .pill-btn.pill-btn--lblue {
    font-size: 11px;
    background: transparent;
    border: 1px solid #224138;
  color:#224138;
}
.slider-article-card__content h3.h6 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.3;
}
.slider-article-card__content > span.btn-d {
    font-size: 12px;
    text-decoration: underline;
    display: inline-block;
    margin-top: auto;
}
.show-mob-only {
  display: none;
}
.blog-card {
    margin: 0px 10px;
}
.product-gallery__visual-ctas {
  .btn--outline.active {
    background: #2475a2;
  }
}
body.template-page-forms-commercial-request-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.template-product  .recent-posts > section {
    padding-top: 0px;
}
.product-gallery .roomvo-slider-container.swiper {
    display: none;
}
a.access-link.request {
    color: #0000FF;
  text-underline-offset: 1px;
}
span.sqft-cont {
    width: 240px;
    font-size: 14px;
}

span.sqft-cont img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

/* .filter.filter--thickness .filter-group--thickness,
.filter.filter--wear-layer .filter-group--wear-layer,
.filter.filter--plank-type .filter-group--plank-type,
.filter--quick-ship .filter-group--quick-ship {
    flex-direction: column !important;
} */

.filter--quick-ship .filter-group--quick-ship li input {
    opacity: 1 !important;
    visibility: visible !important;
    display:  none !important;
}

.filter.filter--thickness .filter-group--thickness label span.col-facets__label,
.filter.filter--wear-layer .filter-group--wear-layer label span.col-facets__label,
.filter.filter--plank-type .filter-group--plank-type label span.col-facets__label,
.filter--quick-ship .filter-group--quick-ship li label span.col-facets__label {
    display: block;
}
fieldset.filter.filter--availability {
    display: none;
}
fieldset.filter.filter--price {
    display: none;
}
.filter.filter--plank-type .col-facets__label span.count,
.filter.filter--wear-layer .col-facets__label span.count,
.filter.filter--thickness .col-facets__label span.count,
.filter-group--quick-ship .col-facets__label span.count {
    display: none;
}
.filter.filter--plank-type #plank_input,
.filter.filter--wear-layer #plank_input,
.filter.filter--thickness #plank_input,
.filter-group--quick-ship #plank_input {
  border: 1px solid #111;padding: .1rem .25rem;border-radius: 3px;min-width: 3rem;text-align: center;display: block;
}

.filter.filter--plank-type #plank_input span.col-facets__label ,
.filter.filter--wear-layer #plank_input span.col-facets__label ,
.filter.filter--thickness #plank_input span.col-facets__label ,
.filter-group--quick-ship #plank_input span.col-facets__label {
    color: #000;
}
.filter.filter--plank-width .filter-group--plank-width {
    max-width: 355px;
}
fieldset.filter.filter--thickness {
    width: 185px;
}
fieldset.filter.filter--thickness .filter-group--wear-layer{
    flex-wrap: wrap;
    flex-direction: row !important;
}
fieldset.filter.filter--wear-layer .filter-group--wear-layer {
    flex-wrap: wrap;
    flex-direction: row !important;
}
fieldset.filter.filter--color-family {
    width: 200px;
}
.related-product-card  {
     span.sqft-cont img {
        width: 12px;
        height: 12px;
        margin-right: 2px;
    }
    span.sqft-cont {
        width: 100%;
         font-size: 10px;
          padding-left: 6px;
    } 
  }

.product-card__meta .product-card__model-info .product-card__csm_width_length {
    display: none;
}

.product-card__meta .product-card__model-info .product-card__cost-per-sqft.js-product-card__cost-per-sqft {
    display: none;
}

.product-card__meta .product-card__model-info span.product-card__variant.js-product__variant:after {
    content: none;
}
.product-card__collection a.btn {
    border-radius: 2em;
}
.product-card__header .product-card__cta.btn.btn--small.btn--yellow.js-addsample {
    border-radius: 2em;
}
.product-details__header > div:nth-child(1) {
    width: fit-content;
}
.rg-money > span:nth-child(1) {
    display: flex;
    width: fit-content;
    white-space: nowrap;
    font-weight: 700;
    font-size: .9rem;
    gap: 5px;
    margin-left: auto;
    margin-top: 14px;
}

.rg-money > span:nth-child(1) .product-option__cost-per-sqft.js-product__price {
    margin: 0px;
}
.btn-inverse.btn-access {
    margin: 0px;
    background: #226B99 !important;
}
.btn-inverse.btn-access:hover {
  background: #fff !important;
}
.collection-grid__loop.normal-col {flex-direction: row;flex-wrap: wrap;}

.collection-grid__loop.normal-col .product-card {
    width: calc(33.33% - 1.5rem);
}
.pdm-lightbox__container .swiper-controls {
    display: none;
}
.pdm-lightbox__container .rl-pro-wrap {
  display: none;
}
.pdm-lightbox__container .thumbnail-slider img {
    width: 55px !important;
    height: auto;
}
.product-card .product-card__header .product-price {
    display: none;
}
span.small-text-avl {
    font-size: 10px;
}

label.product-option span.sqft-cont {display: flex;align-items: center;}

label.product-option span.sqft-cont span.small-text-avl {
    display: inline-block;
    margin-left: 3px;
    align-self: end;
}

#product-details.fix-design .product-details__header > div:nth-child(1) {
    width: fit-content;
}

.swiper-wrapper:empty {
    display: none;
}

.rl-pro-wrap:has(.swiper-wrapper:empty) {
    display: none;
}

.slider-rec-pro .swiper-wrapper.fix-height {
    height: unset;
}
.product-gallery__visual-ctas,
a.btn.btn--white.roomvo-stimr-desktop.roomvo-stimr,
a.btn.btn--white.roomvo-product-display-button-desktop.roomvo-product-display-button {
    display:none !important;
}

@media (min-width:768px) {
  .thumbnail-slider .slick-arrow, .main-slider .slick-arrow {
    top:35% !important;
  }
}

@media (max-width:1650px) {
  .mproduct .paywall-content {
      margin-top: 10px;
  }
  .product-details__header .paywall-content > .paywall-action {
      display: grid;
      grid-template-columns: auto auto;
  }
  .product-details__header .paywall-content > .paywall-action > span {
      grid-column: 1/3;
  }
}

@media (max-width:1450px) {
  .gheader__actions>.btn.btn--outline {
      font-size: 13px;
  }
  
  .gheader__nav ul li {
      font-size: 13px;
  }
  
  .gheader .menu-icon svg {
      width: 1.5rem !important;
  }
  
  .gheader .menu-icon {
      margin-left: 1rem;
  }
  .mproduct__gallery {
      width: 42%;
  }

  .product-gallery__visual-ctas a {
    font-size: 10px !important;
    width: fit-content !important;
    min-width: unset !important;
    padding: 0px !important;
}

.product-gallery__visual-ctas {
      width: 90% !important;
    right: 0;
}

}
@media (max-width:1300px) {
  .gheader {
      padding: 1rem 2rem;
  }
  .product-price+.js-addsample {
      padding: .75rem 1rem;
  }
  
  .product-card__collection a {
      padding: .75rem 1rem;
  }
  .product-card__header .product-price {
      font-size: 16px;
  }
  h3.product-card__title.h5 {
    font-size: 1.05rem;
  }
  .mod-img-txt-wrap .container-flex {
      flex-direction: column;
      padding: 0px 30px;
  }
  .grid-section-new .container-flex {
      padding: 0px 30px;
  }
  .download-sec .page-width .content-div {
      padding: 0px 30px;
  }
  
}
@media (max-width:1280px) {
  .gheader__nav ul li a, .gheader__nav ul li button {
      padding: .25rem 0.4rem !important;
  }
  .gheader__nav ul li a, .gheader__nav ul li button {
        font-size: 14px;
    }
   .gheader__nav {
        margin-left: 2.5rem;
    }
    .product-card__swatches li button {
      height: 1.5rem;
      width: 1.5rem;
    }
    .wrap-bl-card .right-wrap .paywall-content > span {
        font-size: 12px;
    }
    .paywall-action .access-text {
        font-size: 12px !important;
    }
  .wrap-bl-card .right-wrap .paywall-action {
      gap: 10px;
  }
  .product-card__header .product-price {
      font-size: 16px;
      font-weight: 600;
  }
  .product-card__collection a {
      padding: .5rem 0.9rem;
      font-size: 14px;
  }
  
  .product-price+.js-addsample {
      padding: .5rem 0.9rem;
      font-size: 14px;
  }
  #product-details .product-details__header {
      /* display: grid; */
      grid-template-columns: auto auto;
  }
  #product-details .product-details__header .show-mob-only {
      grid-column: 1/3;
    display: block;
  }
  .show-mob-only {
      display: none;
  }
  .rg-money .paywall-content {
      display: none;
  }
}
@media (max-width:1150px){
  .wrap-bl-card .right-wrap .paywall-action {
      flex-direction: column;
      gap: 0px;
  }
  .product-details__header > div:nth-child(1) {
      width: unset;
  }
}
@media (max-width:1100px) {
    .gheader__nav {
        margin-left: 1.5rem;
    }
    .gheader__nav ul li a, .gheader__nav ul li button {
        font-size: 13px;
    }
    .collection-cards .collection-card-row .collection-card .collection-card-btns {
        flex-direction: column;
        gap: 10px;
    }
    .our-collection-container .our-collection-box:hover .our-collection-card-subscription {
        bottom: 150px !important;
    }
    .collection-cards .collection-card-row .collection-card .collection-card-btns a.btn {
        width: fit-content;
    }
    .gheader__actions > a.btn.btn--outline {
        margin-right: 0px;
    }
    .gheader .menu-icon {
        margin-left: 0.5rem;
    }
   /* .wrap-bl-card, */
   .product-card__header {
        flex-wrap: wrap;
         row-gap: 10px;
    }
   .product-card__title.h5 {
      font-size: 14px;
    }
  .product-card__variant {
    font-size: 12px;
  }
  ul.product-card__swatches {
      flex-wrap: wrap;
      width: 70%;
      gap: 6px;
     min-height: 47.59px;
  }
  .wrap-bl-card .left-wrap {
    width:42%;
  }
  ul.product-card__swatches li {
      margin: 0px;
  }
  h3.product-card__title.h5 {
      font-size: 1rem;
  }
  .wrap-bl-card .right-wrap {
    width:58%;
  }
  .paywall-action .access-text {
    font-size:12px;
  }
  .paywall-action img {
      width: 18px;
      height: 18px;
  }
  .product-card__swatches li button {
      height: 1.3rem;
      width: 1.3rem;
  }
  .wrap-bl-card .right-wrap .paywall-action {
      flex-direction: column;
      gap: 0px;
  }
  .product-gallery__visual-ctas {
        max-width: 500px;
  }
  .product-gallery__visual-ctas .btn {
    font-size: 11px;
  }
  .show-mob-only {
    display: block;
  }
  .rg-money .paywall-content {
      display: none;
  }
  #product-details .product-details__header {
      /* display: grid; */
      grid-template-columns: auto auto;
  }
  #product-details .product-details__header .show-mob-only {
      grid-column: 1/3;
  }
  .content-div p {
      color: #fff;
      font-family: Montserrat;
      font-weight: 500;
      font-size: 20px !important;
      line-height: 30px !important;
      text-align: center;
  }

}
@media (max-width:991px){
  .gheader.sticky {
    position: fixed;
  }
  .gheader__mnav.active {
        top: 65px;
    }
 .wrap-bl-card .left-wrap {
    width:35%;
  }
  .wrap-bl-card .right-wrap {
    width:65%;
  }
  .mod-img-txt-wrap .img_card {
        margin: auto;
  }
  .mod-img-txt-wrap .content {
      width: 100% !important;
  }
}

@media (max-width:768px){

    .mproduct__gallery {
    padding-left:0px;
  }
  .product-media-new .main-slider img {
      max-height: unset;
      object-fit: unset;
  }
  body > main {
    padding-top: 65.4px;
  }
  .gheader {
        padding: 1rem 1rem;
    }
  #shopify-section-annoucument-menu {
    display: none;
  }
  .img-w-text .container-flex {
      flex-direction: column;
  }
  
  .img-w-text .container-flex .image {
      width: 100%;
  }
  .img-w-text .container-flex .text-area {
      width: 100%;
  }
  .img-w-text .container-flex .text-area .pointers {
        grid-template-columns: 1fr;
  }
   .collection-cards .collection-card-row .collection-card .collection-card-btns {
        flex-direction: row;
        gap: unset;
    }
    .our-collection-container .our-collection-box:hover .our-collection-card-subscription {
        bottom: 150px !important;
    }
    .collection-cards .collection-card-row .collection-card .collection-card-btns a.btn {
        width: 100%;
    }
    .collection-grid__loop .new-pro-wrap {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 12px;
    }
    .collection-grid__loop .new-pro-wrap .view-all-wrap {
        grid-column: 1/3;
        text-align: center;
    }
  .collection-grid__loop .heading-wrap h2 {
    font-size: 20px;
  }
  .collection-grid__loop .heading-wrap>img {
      margin-top: 0px;
      width: 24px;
      height: 24px;
  }
  .collection-grid__loop .heading-wrap p {
    font-size:14px;
  }
  .wrap-bl-card {
      flex-direction: column;
      gap: 9px;
  }
  .product-card__header .product-price {
      font-size: 12px;
      font-weight: 600;
  }
  .product-card__collection a {
    font-size: 12px;
  }
  .wrap-bl-card .left-wrap {
      width: 100%;
  }
  .wrap-bl-card .right-wrap {
      width: 100%;
  }
  .show-mob-only {
    display: block;
  }
  .product-price+.js-addsample {
    display: none;
  }
  .show-mob-only button.js-addsample {
      padding: .5rem .9rem;
      font-size: 12px;
  }
  .wrap-bl-card .right-wrap .paywall-content {
      margin: 6px 0 0 0;
      gap: 0px;
      font-size: 16px;
  }
  .col-plp-card .text-area h4 {
      font-size: 14px;
  }
  .col-plp-card .text-area div p {
      color: #fff;
      font-size: 10px;
  }
  .new-col-wrap {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      gap: 10px !important;
      margin-top: 20px;
      margin-bottom: 20px;
  }
  .col-filters {
      padding: 1rem 1rem;
      margin-bottom: 30px;
      margin-top: 40px;
  }
  .collection-grid__loop .new-pro-wrap .view-all-wrap button.view-all-btn {
    font-size: 14px;
  }
  .collection-grid__loop .new-pro-wrap .view-all-wrap button.view-all-btn>img {
      width: 10px;
      margin-left: 8px;
  }
  ul.product-card__swatches {
      flex-wrap: wrap;
      width: 70%;
      gap: 6px;
     min-height: unset;
  }
  .mproduct__gallery {
      width: 100%;
  }
  .mproduct #product-details {
     width: 100%;
  }
  .reg-section .mproduct {
      padding-top: 0px;
  }
  .mproduct__gallery .swiper {
      position: sticky;
      top: 0;
  }
  .thumbnail-slider {
    display:none !important; 
  }
  #product-details .top-content {
      padding: 1em;
  }
  #product-details .top-content {
      padding: 16px 20px;
      margin: -1em;
      width: calc(100% + 2em);
  }
  .product-details .breadcrumbs {
      font-size: 10px;
  }
  .product-details h1 {
      font-size: 22px;
  }
  .mproduct .product-option__cost-per-sqft {
    margin-top: 10px;
  }
  .mproduct .ruk_rating_snippet {
      margin-top: 2px;
  }
  .ruk_rating_snippet i {
    font-size: 12px;
  }
  .paywall-action>span {
      font-size: 12px;
  }
  #product-details .related-products {
        height: unset;
    overflow-y: unset;
  }
  .slider-rec-pro .swiper-wrapper {
      max-height: 170px;
  }
  .mproduct .product-option__name {
      font-size: 12px;
      font-weight: 700;
  }
  .gate-msg{
    font-size: 11px;
  }
  .recent-blog-content h2.h1 {
    font-size: 32px;
  }
  .product-gallery__visual-ctas {
      max-width: 318px;
  }
  .product-gallery__visual-ctas .btn {
      font-size: 10px;
      line-height: 14px;
  }
  .slider-article-card__content h3.h6 {
        margin: 5px 0px;
  }
  .slider-article-card__content>span.btn-d {
      margin-bottom: 12px;
      margin-top: 5px;
  }
  .slider-article-card__content {
      padding: 1em 2em;
  }
  .main-slider .slick-arrow.slick-disabled {
      opacity: 0.6;
  }
  
  .main-slider .slick-arrow svg {
      width: 30px;
      height: 30px;
  }
  .product-option__details .product-option__meta {
      display: none;
  }
  
  .product-option__details {
      width: fit-content !important;
  }
  .sqft-cont {
    margin-left:auto;
    display: block;
    width: fit-content;
  }
  body .ElementsWidget-prefix .u-marginBottom--md {
      margin-bottom: 8px !important;
  }
  span.sqft-cont {
      width: 150px;
      font-size: 14px;
  }
  .related-product-card  {
     span.sqft-cont img {
        width: 12px;
        height: 12px;
        margin-right: 2px;
    }
    span.sqft-cont {
        width: 100%;
        font-size: 10px;
    } 
  }
  .mod-img-txt-wrap .container-flex {
      flex-direction: column;
      padding: 0px !important;
  }
  .grid-section-new .container-flex {
      padding: 0px 30px;
  }
  .mod-img-txt-wrap .img_card {
      width:100% !important;
      margin: auto;
  }
  .mod-img-txt-wrap .content {
      width: 100% !important;
      padding: 0px 20px;
  }
    .mod-img-txt-wrap .img_card > img {
          padding-top: 150px !important;
    }
  .grid-section-new .container-flex {
        grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid-section-new .container-flex {
      padding: 0 20px !important;
  }
  .download-sec img {
      max-height: 100%;
      object-fit: cover;
      min-height: 500px;
  }
  .download-sec .page-width .content-div {
      padding: 0 20px !important;
  }
  .btn-inverse.btn-access {
    display: none !important;
  }
  .section__content.swiper.compareModels .swiper-slide {
      margin-right: 0px !important;
  }
}
@media (max-width:500px){
  .collection-grid__loop .heading-wrap p {
      font-size: 12px;
  }
  .col-plp-card .text-area div p {
      color: #fff;
      font-size: 9px;
  }
  .col-filters {
     margin-top: 30px;
  }
}
@media (max-width:380px){
  .paywall-action>span {
    font-size: 10px;
    position: relative;
        top: 4px;
  }
  .paywall-action .access-text {
    font-size: 10px !important;
  }
}

 @media (max-width:1100px){
      body.template-page-inspirational-showcases   {
          .footer-top-sec .img img {
              min-height: 300px;
          }
    }  
   @media (max-width:991px){
    body.template-page-inspirational-showcases {
      .banner-f-new-no-card  .main-b-sec img {
          width: 100%;
          min-height: 500px;
      }
    }
}
 @media (max-width:768px){
   .collection-grid__loop.normal-col .product-card {
      width: calc(52% - 1.5rem);
  }

   .product-details .atc-wrap {
    flex-direction: column;
}

.product-details .atc-wrap .atc-wrap__ctas {
    width: 100%;
}

.product-details .atc-wrap .atc-wrap__ctas button#addtocart {
    width: 100%;
    max-width: unset;
    margin: 0px;
}
     
  body.template-page-inspirational-showcases {
    .banner-f-new {
        padding-top: 0px;
          padding-bottom: 20px;
    }
    .banner-f-new-no-card .container-full > h2 {
        width: fit-content;
        font-family: Playfair Display;
        font-weight: 500;
        font-size: 40px;
        line-height: 60px;
        text-align: center;
        position: absolute;
        vertical-align: middle;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        max-width: 660px;
        margin: auto;
        z-index: 2;
        padding: 12% 92px;
    }
    .banner-f-new .container-full > h2 {
       font-size: 40px;
          line-height: 62px;
    }
     .footer-top-sec {
          .btns-wrap{
                flex-direction: column;
                gap: 10px;
          }
        .content-div .btn {
          margin:0px;
        }
        .img img {
            min-height: 400px;
        }
       .content-div > h2 {
         font-family: Montserrat;
          font-weight: 500;
          font-size: 40px;
          line-height: 60px;
          text-align: center;
         padding:0px 10px;
       }
      }
  }
   h2 br {
        display: none;
    }
   .sustainable ul.slick-dots {
                          bottom: -7% !important;
      }
   .featured-projects ul.slick-dots {
    bottom: -10% !important;
}
   .systainability-section ul.slick-dots {
    bottom: -4% !important;
}
     ul.slick-dots li button {
      width: 15px !important;
      height: 15px !important;
  }
       .template-page-design-studio {
        .next-project-form {
                     padding-top: 25px
        }
         .systainability-section {
               padding-top: 50px;
         }
    }
}

