/** Shopify CDN: Minification failed

Line 109:1 Unexpected "{"

**/
/* Zyber Subheadings */

.subheading-text {
  font-family: "Circular Book";
  font-size: 15px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: none;
}

@media only screen and (max-width: 767px) { 
  .subheading-text {
  font-size: 16px;
  }
}
/* end Zyber Subheadings */

.menu-item--active>.navlink>.navtext::before {
  border-bottom: solid 2px #D2AFB4;
  content: "";
  position: absolute;
  left: 0;
  bottom: -.1rem;
  width: 100%;
  height: var(--BORDER-WIDTH);
  display: block;
  background: var(--blush-pink);
  transition: none;
  pointer-events: none;
  transform: scaleX(1);
}

.menu__item .navlink--toplevel .navtext {
  font-size: .94rem !important;
}

.grandparent .navlink--child>.navtext {
  font-size: 1rem !important;
}

.site-header--nav-bold .navlink--grandchild .navtext {
  font-weight: 450;
  font-family: 'Circular Book';
}

.menu__item.grandparent>.navlink::after,
.menu__item.parent>.navlink::after {
  content: '';
  display: inline-block; 
  width: 11px; 
  height: 11px;
  background-image: url('https://cdn.shopify.com/s/files/1/0379/0765/files/Down_Arrow_3.svg?v=1738272526');
  background-size: contain; 
  background-repeat: no-repeat; 
  margin-left: 10px; 
  background-position: 0px 3px;
}

/* Mobile menu and Mobile collection filters */

.mobile-nav.mobile-nav--weight-bold .mobile-navlink.mobile-navlink--level-1,
.mobile-nav.mobile-nav--weight-bold  .mobile-navlink.mobile-navlink--level-2 span,
.mobile-nav.mobile-nav--weight-bold  .mobile-menu__item.mobile-menu__item--level-3 .mobile-navlink.mobile-navlink--level-3 {
  font-weight: 450;
  font-family: 'Circular Book';
  font-size: 1.25rem;
}

@media only screen and (max-width: 767px) {
  .collection__filter .collection__filter__title span,
  .collection__filters__title {
    font-weight: 450 !important;
    font-family: 'Circular Book' !important;
    font-size: 1.25rem !important;
  }

  .collection__sort__label.label-typography {
    letter-spacing: normal;
  }

  .collection__filter .collection__filter__title {
    padding-block: 15px;
  }
}


.mobile-nav.mobile-nav--weight-bold  .mobile-navlink.mobile-navlink--level-2 span,
.mobile-nav.mobile-nav--weight-bold  .mobile-menu__item.mobile-menu__item--level-3 .mobile-navlink.mobile-navlink--level-3 {
  color: #747474;
}

.mobile-nav.mobile-nav--weight-bold .mobile-menu__item.mobile-menu__item--level-1 {
  position: relative;
}

#nav-drawer .search-popdown__body.search-popdown__body--has-popular-searches {
  position: relative;
} 

.mobile-nav.mobile-nav--weight-bold .mobile-menu__item.mobile-menu__item--level-1::after,
#nav-drawer .search-popdown__body.search-popdown__body--has-popular-searches::after,
 {
  content: '';
  position: absolute;
  bottom: 0; 
  left: 20px;
  right: 20px; 
  height: 1px; 
  background-color:#CACACA;
}
/* here */
/* #nav-drawer .search-popdown__body.search-popdown__body--has-popular-searches::after {
  content: '';
  position: absolute;
  bottom: 0; 
  left: 10px;
  right: 10px; 
  height: 1px; 
  background-color:#CACACA;
} */

.search-form__input::placeholder {
  color: #808080;
  font-family: var(--FONT-STACK-BODY);
  font-size: 15px;
  font-style: normal;
  font-weight: 450;
}

#nav-drawer .search-form__label {
  justify-content: left;
}

#nav-drawer .search-form__input-holder,
#searchInput-inside-hamburger-menu,
#nav-drawer .search-form__label {
  background: var(--bg);
}

#nav-drawer .search-form__inner {
  padding: 8px 20px;
} 

.mobile-nav {
  margin-top: 0;
}

/* Product Badges */

.product-badge {
  position: absolute;
  right: -25px;
  top: -25px;
  z-index: 999;
}

.product-badge:not(.product-badge--online-only) {
  max-width: 90px;
}

.product-badge.product-badge--online-only {
  max-width: 122px;
  width: 39%;
  height: auto;
  left: 10px;
  top: 10px;
}

.product-badge.product-badge--online-only.product-badge--in-store-only {
  max-width: 300px;
  width: 50%;
  left: 0px;
  top: 7px;
}

.new-arrival-label {
  color: #B46A55;
  font-family: var(--FONT-STACK-HEADING);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin: 0;
}

/* Sticky images and text */

.sticky-text__inner p {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .sticky-images-and-text .sticky-images-and-text__content {
    padding-left: 220px;
  }
}


/* Columns Section */
.section-columns__wrapper .column-item__button.btn--secondary {
  background: #d2afb4;
  color: #FFFFFF;
}

.column-item__text p {
  margin-bottom: 9px;
}

.btn.btn--solid,
.list-collections__item__title.button-typography {
  font-size: 1rem;
  font-family: var(--FONT-STACK-HEADING);
  font-weight: 500;
}

.look__heading.h2 {
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .look__heading.h2 {
    font-size: 28px;
    line-height: 30px;
  }

  /* .product-badge {
    width: 90px;
    height: 90px;
    right: -20px;
    top: -20px;
  } */
  .product-badge {
    width: 44px;
    height: 44px;
    right: -10px;
    top: -10px;
  }

  .product-badge.product-badge--online-only {
    width: 55%;
    height: auto;
  }
  
   .product-badge.product-badge--online-only.product-badge--in-store-only {
    width: 70%;
    height: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1500px) {
  .product-badge {
    width: 60px;
    height: 60px;
    right: -15px;
    top: -15px;
  }

  .product-badge.product-badge--online-only {
    width: 39%;
    height: auto;
  }

  .product-badge.product-badge--online-only.product-badge--in-store-only {
    width: 70%;
    height: auto;
  }
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {
  .product-badge {
    right: -25px;
    top: -25px;
  }
}

.mosaic__wrapper.wrapper--full-padded,
.featured-collection .wrapper--full-padded,
.mosaic .wrapper--full-padded {
  --gutter: 220px;
}

.featured-collection .featured-collection__content {
  margin-bottom: 39px;
}

#auckland-store .featured-collection .featured-collection__content,
#auckland-fabric-store .featured-collection .featured-collection__content,
#wellington-fabric-store .featured-collection .featured-collection__content,
#dunedin-fabric-store .featured-collection .featured-collection__content,
#christchurch-fabric-store .featured-collection .featured-collection__content,
#melbourne-fabric-store .featured-collection .featured-collection__content,
#sydney-fabric-store .featured-collection .featured-collection__content, 
#brisbane-fabric-store .featured-collection .featured-collection__content {
  margin-bottom: 30px;
}

/* Footer */
.footer-title.h5,
.footer-title__button.h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .footer-title.h5,
  .footer-title__button.h5 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1437px) {
  .social-sharing-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

.footer-copyright__content {
  display: none;
}

.footer-policy-links {
  color: #EEEDE8;
  font-size: 15px;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
}

.footer-link {
  font-size: 15px;
  font-style: normal;
  font-weight: 450;
  line-height: 31px;
}

@media only screen and (min-width: 768px) {
 .footer-bottom .footer-bottom__content {
    text-align: left !important;
  }

  .footer-bottom__content {
    border-top: solid 1px  rgba(255, 255, 255, 0.48);
    padding-top: 18px;
  }

  .footer-content.wrapper,
  .footer-bottom.wrapper {
    width: 1816px;
  }
}

.social-sharing-icon .icon {
  height: 37px;
  width: 37px;
}

.mosaic__item__btn.btn.btn--text.btn--small {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Circular Medium';
}

.sticky-text__subheading.subheading-text.main-subheading {
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.sticky-images-and-text__inner .background-size-cover {
  object-position: top;
}

@media only screen and (max-width: 767px) {
  .text .text__content,
  .text .text__content p,
  .look__text p {
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px;
  }

  .press__heading.subheading-text,
  .section__heading.h2,
  .template-collection .section-header__title.collection__title {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
  }

  .press__item__content p {
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
  }

  .footer-blocks { 
    gap: 25px;
  }

  .footer-bottom.wrapper.text-left .footer-bottom__content {
    text-align: center;
  }

  .footer-block--newsletter .footer-title.h5  {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
}

.text__content p strong {
  font-family: var(--FONT-STACK-HEADING);
  font-weight: 500;
}

.look__heading.h2 {
  margin-bottom: 9px;
 }

 .press__item__inner .wrapper {
   width: 1137px;
 }

.press__logos-slide.is-selected .press__logo .press__logo-image {
  border-bottom: #FFFFFF 2px solid; 
}


@media only screen and (min-width: 768px) {
  .collection-page__intro--mobile {
    display: none;
  }

  .collection-page__intro {
    padding: 0 0 16px 0;
    margin-right: 20px;
    border-bottom: 1px solid #949494;
    margin-bottom: 37px;
  }

  h1.collection-page__title,
  .template-collection .section-header__title.collection__title {
    color: var(--dark-black);
    font-family: "Circular Medium";
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 41px;
  }

  .collection-page__intro  p {
    color: var(--dark-black);
    font-family: "Circular Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 24px;
  }
}

#CollectionStickyBar .collection__sort__label,
#CollectionStickyBar .collection__products-count,
#CollectionStickyBar .breadcrumbs a,
#CollectionStickyBar .breadcrumbs span,
#CollectionStickyBar .breadcrumbs__link,
.filter-label--mobile {
  color: #484848;
  font-family: "Circular Book";
  font-size: 15px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
}

.filter-label--mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  #CollectionStickyBar .collection__sort__label,
  #CollectionStickyBar .collection__products-count,
  #CollectionStickyBar .breadcrumbs a,
  #CollectionStickyBar .breadcrumbs span,
  #CollectionStickyBar .breadcrumbs__link,
  .filter-label--mobile {
    font-size: 13px;
  }

  .filter-label--mobile {
    display: inline-block;
    margin-right: 8px;
  }

  .collection-page__intro {
    display: none;
  }

  .collection-page__intro--mobile {
    padding: 0 0 16px 0;
    border-bottom: 1px solid #949494;
    margin: 0 0 12px 0;
  }

  .collection-page__intro--mobile h1.collection-page__title--mobile {
    color: var(--dark-black);
    font-family: "Circular Medium";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
    margin-bottom: 0;
  }

  .collection-page__intro--mobile p {
    color: var(--dark-black);
    font-family: "Circular Book";
    font-size: 14px;
    font-style: normal;
    font-weight: 450;
    line-height: 20px;
  }

  .collection-page__intro--mobile p:first-of-type {
    margin-top: 6px;
  }
}

.collection__filter .collection__filter__title span {
  color: #000;
  font-family: "Circular Medium";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
}

.collection__filter-tag label.filter__button {
  color: #000;
  font-family: "Circular Book";
  font-size: 14px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
}

.collection__filter-tag label.filter__button::before {
  border-radius: 3px;
   border: 1px solid var(--dark-black);
  width: 14px;
  height: 14px;
}

#CollectionFilter--main-colour .collection__filter-tag label.filter__button::before {
  border: none;
}

.product-grid-item__info  .product-grid-item__title {
  color: var(--dark-black);
  font-family: "Circular Book";
  font-size: 18px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}

.product-grid-item__info .product-grid-item__price {
  color: var(--dark-black);
  font-family: "Circular Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}

.accordion__header .section__heading.h2 {
  font-size: 44px;
}

.accordion__item__title .accordion__item__title__text {
  font-size: 20px;
  font-weight: 500;
  font-family: "Circular Medium";
}

h1.page-title {
  font-size: 50px;
}

.accordion__item__title .accordion__item__title__text {
  font-weight: 500;
  padding-block: 9px;
}

.accordion__item__title .icon {
  top: 13px;
}

.accordion__header .section__heading.h2 {
  margin-bottom: 29px;
}

@media only screen and (max-width: 767px) { 
  .accordion__item__title .icon {
    top: 5px;
  }
  
  .accordion__header .section__heading.h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 38px;
  }
  
  .accordion__item__title .accordion__item__title__text,
  .accordion__item__text.rte p {
    font-size: 16px;
  }

  .accordion__item__title .accordion__item__title__text {
    font-weight: 500;
    padding-block: 8px;
  }
  
  h1.page-title {
    font-size: 32px;
  }

  .section-padding.accordions-section {
    padding-block: 21px;
  }

  #frequently-asked-questions main,
  #faqs main {
    padding-bottom: 47px;
  }

  #frequently-asked-questions .section-default.section-padding,
  #faqs .section-default.section-padding {
    padding-top: 27px;
  }

  #frequently-asked-questions .section-default h1,
  #faqs .section-default h1 {
    padding-bottom: 15px;
  }
 
}

/* Product swatch block */

.embla {
  overflow: hidden;
  position: relative;
}
.embla__container {
  display: flex;
}
.embla__slide {
  flex: 0 0 auto;
  min-width: 0;
  margin-right: 12px;
}

.embla__viewport {
  margin: 0 35px 0 30px;
  overflow: hidden;
}

.product-swatch-block__item {
  width: 33px;
  height: 33px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  position: relative;
}

.product-swatch-block__carousel {
  margin: 10px 0 25px 0;
}

.embla__button.embla__prev {
  position: absolute;
  top: 6px;
  left: 0;
}

.embla__button.embla__next {
  position: absolute;
  top: 6px;
  right: 0;
}

.product-swatch-block__item.current {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-swatch-block__item.oos:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 2px;
  height: 90%;
  width: 2px;
  background-color: #565656;
  transform: rotate(45deg);
}

.ticked-swatch {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 12px);
  width: calc(100% - 12px);
  border-radius: 50%;
}
.ticked-swatch svg {
  width: 15px;
}

.selector-wrapper .select-popout>.quantity-selector {
  display: block;
}

.selector-wrapper .select__label {
  font-size: inherit;
  text-transform: capitalize;
  letter-spacing: unset;
}

.fabric-real-input {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

.visual-fabric-input {
  text-align: center;
}

.selector-wrapper--fabric {
  display: flex;
  align-items: flex-end;
}

.fabric-pricing-calculator {
  padding-left: 20px;
  flex: 1;
}

.fabric-pricing-calculator__label {
  color: #797979;
  font-size: 16px;
}

.fabric-pricing-calculator__totals {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.fabric-pricing-calculator__ico
ns {
  display: flex;
  align-items: flex-start;
  padding-top: 7px;
}

.fabric-pricing-calculator__icons svg {
  margin: 0 10px;
}

.template-product .product__submit__add {
  background: #bcb475;
  border-color: #bcb475;
}

.order-sample-btn {
  width: 100%;
  background: transparent;
  border: 1px solid #BA818A;
  color: #BA818A;
  margin-bottom: 30px;
  font-size: 16PX;
  letter-spacing: 0;
}

.order-sample-btn:hover:before {
  background: #ba818a5c;
}

.product__accordion {
  border-bottom: 1px solid #BABABA;
  padding-bottom: 10px;
}

.product-features-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.product-features-block__item {
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 15px;
}

.product-features-block__item img {
  margin-right: 10px;
}

.product__block.product__accordions:empty {
  padding: 0;
}

.template-product .flickity-button {
  display: none !important;
}

.mobile-pay-icons {
  display: none;
}

@media only screen and (max-width: 768px) {
  .fabric-pricing-calculator__icons svg {
    opacity: 0;
    width: 0;
  }
  .mobile-pay-icons,
  .mobile-pay-icons svg {
    display: flex;
  }
  .mobile-pay-icons svg {
    margin-right: 10px;
  }
}

.exclusive-tfs-range {
  background-color: #D2AFB4;
}

.product-template-4-range {
  background-color: #8b5b29;
}

.product-template-4-range .btn.btn--solid.btn--large.btn--black
.exclusive-tfs-range .btn.btn--solid.btn--large.btn--black {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

.sourced-deadstock {
  background-color: #895D51;
}

.product-description-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

@media screen and (max-width:767px) {
  .product-description-text {
    max-height: 3em; 
  }
}


.product-description-text {
  line-height: 1.5;
}

.read-more-toggle {
  display: block;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
  margin-bottom: 15px !important;
}

.read-more-toggle:hover {
  text-decoration: underline;
}

.product-description-wrapper.expanded .product-description-text {
  -webkit-line-clamp: unset; /* Remove line-clamp limit when expanded */
  max-height: none; 
  overflow: visible; 
}

.product-page-badge {
  color: #B46A55;
  margin-bottom: -15px;
  font-size: 14px;
  font-weight: 600;
}
 
@media only screen and (max-width: 768px) {
  .template-product .product__submit__holder--sticky {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .template-product .product__submit__holder--sticky .btn {
    border-radius: 0;
  }
}
 
@media only screen and (min-width: 769px) {
  .template-product  .product__submit__holder.product__submit__holder--sticky {
    display: none !important;
  }
}

.embla.disabled .embla__viewport {
  margin: 0;
}

.product-gallery-wrap {
  position: relative;
}

.swym-button {
  position: absolute !important;
  z-index: 2;
  bottom: 10px;
  right: 10px;
}

.swym-button.swym-button.disabled, .product-gallery-wrap .swym-button.swym-button:disabled {
  opacity: 0.4;
}

.menu__item__wishlist {
  display: flex;
}

.template-collection .swym-add-to-wishlist-view-product:after,
.template-collection .swym-added.swym-add-to-wishlist-view-product:after{
  color: #D2AFB4 !important;
}

.template-search .swym-add-to-wishlist-view-product:after,
.template-search .swym-added.swym-add-to-wishlist-view-product:after{
  color: #D2AFB4 !important;
}

.swym-button.swym-add-to-wishlist-view-product {
  font-size: 22px !important;
}

.product__submit__buttons .swym-button-bar {
  margin: 0;
  display:none;
}

#swym-wishlist-render-container {
  background-color: transparent !important;
}

.template-product .swym-add-to-wishlist-view-product:after,
.template-product .swym-added.swym-add-to-wishlist-view-product:after{
  color: #D2AFB4 !important;
}

.template-product .swym-button.swym-add-to-wishlist-view-product {
  font-size: 25px !important;
}

.blog__tags-title.subheading-text {
  color: #000000;
}

.template-blog h1 a {
  font-family: "Circular Medium";
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.blog__tag .blog__tag-item a {
  color: #000;
  font-family: "Circular Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid var(--dark-black);
}
.blog__tag .blog__tag-item a:hover {
  color:var(--cloud);
}
@media only screen and (max-width: 767px) { 
  .template-blog h1 a {
    font-size: 32px;
  }
  .blog__tag .blog__tag-item a {
    font-size: 14px;
  }
}
.template-blog .wrapper {
  --site-width: 1593px;
}

.blog-title__padding-bottom {
  padding-bottom: 50px;
}

.template-blog .blog__post.blog__post--three-col {
  --grid-gutter: 40px;
}

.blog__post-content .blog__post-tags .blog__post-tags-link,
.blog__post-content .blog__post-tags .blog__post-tags-link small {
  color: #000;
  font-family: "Circular Book";
  font-size: 13px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: 0.26px;
  text-transform: uppercase;
}

.blog__post-content .blog__post-tags,
.blog__post-content .blog__post-title {
  margin-bottom: 8px;
}

.blog__post-meta {
  margin-bottom: 19px;
}

.blog__post-content .blog__post-title .blog__post-title-link {
  color: #000;
  font-family: "Circular Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.blog__post-content .blog__post-meta small {
  color: #393939;
  font-family: "Circular Book";
  font-size: 15px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}

.blog__post-content  .blog__post-excerpt-link .rte {
  color: #000;
  font-family: "Circular Book";
  font-size: 15px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}

@media only screen and (max-width: 767px) { 
  .blog-title__padding-bottom {
    padding-bottom: 25px;
  }

  .template-blog .blog__post.blog__post--three-col {
    --grid-gutter: 30px;
  }

  .blog__post-content .blog__post-tags .blog__post-tags-link,
  .blog__post-content .blog__post-tags .blog__post-tags-link small  {
    font-size: 11px;
    letter-spacing: 0.22px;
  }

  .blog__post-content .blog__post-title .blog__post-title-link {
    font-size: 18px;
  }

  .blog__post-content .blog__post-meta small {
    font-size: 13px;
  }

  .blog__post-content  .blog__post-excerpt-link .rte {
    font-size: 14px; 
    line-height: 20px;
  }

}

.meterage.product-grid-item__price-new {
  margin-right: 0;
}

.template-collection .collection__products {
  overflow: visible;
}

body.template-collection .wrapper--full-padded {
  --gutter: 115px;
}

#tfs-online-team .section-columns.section-columns--multicolumn .wrapper--full-padded,
#meet-our-team .section-columns.section-columns--multicolumn .wrapper--full-padded {
  --gutter: 237px;
}

#tfs-stores .section-columns.section-columns--multicolumn .wrapper--full-padded,
#our-stores-the-fabric-store-online .section-columns.section-columns--multicolumn .wrapper--full-padded {
  --gutter: 222px;
}

#tfs-online-team .column-item__heading.h6,
#meet-our-team .column-item__heading.h6,
#tfs-stores .column-item__heading.h6,
#our-stores-the-fabric-store-online .column-item__heading.h6 {
  font-size: 34px;
}

.column-item__heading.h6 {
  margin-bottom: 17px;
}

.text-section .text__content p {
  margin-bottom: 30px;
}

.text-section .text__content p,
.column-item__text p,
.image-with-text__text p,
.template-collection .rte.rte--header.collection__description p  {
  line-height: 24px;
  font-size: 16px;
}

@media only screen and (max-width: 767px) { 
  #tfs-online-team .column-item__heading.h6,
  #meet-our-team .column-item__heading.h6,
  #tfs-stores .column-item__heading.h6,
  #our-stores-the-fabric-store-online .column-item__heading.h6  {
    font-size: 20px;
  }

   .column-item__text p,
  .text-section .text__content p,
  .image-with-text__text p,
  .template-collection .rte.rte--header.collection__description p {
    line-height: 20px;
    font-size: 14px;
  }

}

@media only screen and (min-width: 768px) {
  .section-columns--multicolumn .column-item {
    padding: 25px;
  }
}

.section-columns--multicolumn .column-item__image-wrapper {
  margin-bottom: 30px;
}

#tfs-stores .section-columns--multicolumn .section__header,
#our-stores-the-fabric-store-online .section-columns--multicolumn .section__header {
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) { 
.section-columns--multicolumn .column-item__image-wrapper {
    margin-bottom: 22px;
  }

  #tfs-stores .section-columns--multicolumn .section__header,
  #our-stores-the-fabric-store-online .section-columns--multicolumn .section__header {
    margin-bottom: 31px;
  }
}

#tfs-stores .section__heading.h2,
#our-stores-the-fabric-store-online .section__heading.h2 {
  font-size: 24px;
  line-height: 31px;
}

.banner-image__heading .text-highlight__break {
  font-size: 84px;
}

.image-with-text__heading.h2 {
  margin-bottom: 12px;
}
.btn.btn--outline.btn--small.btn--black.collection__banner__btn {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) { 
  #tfs-stores .section__heading.h2,
  #our-stores-the-fabric-store-online .section__heading.h2 {
    padding-left: 10px;
  }

  #tfs-stores .section__heading.h2,
  #our-stores-the-fabric-store-online .section__heading.h2 {
    font-size: 40px;
    line-height: 41px;
  }

  .btn.btn--outline.btn--small.btn--black.collection__banner__btn {
    margin-top: 20px;
  }
}

.image-with-text__text p {
  margin-bottom: 20px;
}

.template-page .btn.btn--outline.btn--small.btn--black,
.btn.btn--outline.btn--small.btn--black.collection__banner__btn {
  color: var(--dark-black);
  border: 1px solid var(--dark-black);
  padding: 12px 50px;
  font-family: "Circular Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) { 
  .banner-image__heading .text-highlight__break {
    font-size: 60px;
  }
/* 
  .text-section .text__heading.h2 {
    font-size: 32px;
  } */
  .template-page .btn.btn--outline.btn--small.btn--black {
    margin-bottom: 36px;
  }
  .image-with-text__heading.h2 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 1024px) {
  .template-collection .collection__header.collection__header--has-image .wrapper--narrow {
    padding-left: 114px;
  }
}

.rte.rte--header.collection__description,
.rte.rte--header.collection__description p:first-of-type {
  margin-top: 0;
}

#our-online-store .section-columns--multicolumn .wrapper,
#our-online-store .image-with-text__wrapper .wrapper,
#online-store .section-columns--multicolumn .wrapper,
#online-store .image-with-text__wrapper .wrapper {
  width: 1584px;
}

#wholesale-enquiry .text-section .text__heading.h2 span,
#wholesale .text-section .text__heading.h2 span,
#wellington-fabric-store  .text-section .text__heading.h2 span, 
#christchurch-fabric-store .text-section .text__heading.h2 span,
#dunedin-fabric-store  .text-section .text__heading.h2 span,
#melbourne-fabric-store .text-section .text__heading.h2 span,
#brisbane-fabric-store .text-section .text__heading.h2 span,
#sydney-fabric-store .text-section .text__heading.h2 span,
#auckland-store .text-section .text__heading.h2 span,
#auckland-fabric-store .text-section .text__heading.h2 span {
  font-size: 40px;
  line-height: 41px;
}
@media only screen and (max-width: 767px) { 
  #wholesale-enquiry .text-section .text__heading.h2 span,
  #wholesale .text-section .text__heading.h2 span,
  #wellington-fabric-store .text-section .text__heading.h2 span,
  #christchurch-fabric-store .text-section .text__heading.h2 span,
  #dunedin-fabric-store .text-section .text__heading.h2 span,
  #melbourne-fabric-store .text-section .text__heading.h2 span,
  #brisbane-fabric-store .text-section .text__heading.h2 span,
  #sydney-fabric-store .text-section .text__heading.h2 span,
  #auckland-store .text-section .text__heading.h2 span,
  #auckland-fabric-store .text-section .text__heading.h2 span {
    font-size: 24px;
    line-height: 31px;
  }

  #wholesale-enquiry .page-title,
  #wholesale .page-title {
    padding-bottom: 0;
    padding-top: 7px;
  }
}

#wellington-fabric-store .page-title,
#christchurch-fabric-store .page-title,
#dunedin-fabric-store .page-title,
#melbourne-fabric-store .page-title,
#brisbane-fabric-store .page-title,
#sydney-fabric-store .page-title,
#auckland-fabric-store .page-title,
#auckland-store .page-title {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #wellington-fabric-store .two-fifty-height-mobile,
  #christchurch-fabric-store .two-fifty-height-mobile,
  #dunedin-fabric-store .two-fifty-height-mobile,
  #melbourne-fabric-store .two-fifty-height-mobile,
  #brisbane-fabric-store .two-fifty-height-mobile,
  #sydney-fabric-store .two-fifty-height-mobile,
  #auckland-fabric-store .two-fifty-height-mobile,
  #auckland-store .two-fifty-height-mobile {
    min-height: 221px;
  }
}

.btn.btn--solid.btn--small {
  padding: 12px 50px;
  border-radius: 5px;
}

.btn.btn--solid.btn--small.btn--primary {
  background-color: #D2AFB4;
}

.featured-collection__content .section__text p {
  font-size: 16px;
  font-weight: 450;
  line-height: 24px
}

@media only screen and (max-width: 767px) { 
  .featured-collection__content .section__text p {
    font-size: 14px;
    line-height: 20px
  }

  .featured-collection .product-grid-item__info .product-grid-item__title {
    font-size: 16px;
    line-height: normal;
  }

  .featured-collection .product-grid-item__info .product-grid-item__price {
    font-size: 14px;
    line-height: normal;
  }
  .featured-collection .featured-collection__button {
    margin-top: 28px;
  }
  
  #wellington-fabric-store .featured-collection,
  #christchurch-fabric-store .featured-collection,
  #dunedin-fabric-store .featured-collection,
  #melbourne-fabric-store .featured-collection,
  #brisbane-fabric-store .featured-collection,
  #sydney-fabric-store .featured-collection,
  #auckland-fabric-store .featured-collection,
  #auckland-store .featured-collection {
    padding-top: 30px;
    padding-bottom: 33px;
  }

  .carousel.carousel--mobile.carousel--inactive {
    padding-top: 10px;
  }
}

.price-comparison-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.featured-collection .featured-collection__button {
  margin-top: 35px;
}

.featured-collection .featured-collection__button .btn--view-all {
  padding-inline: 50px;
  background-color: #D2AFB4;
}

.cart__item__pricing-block,
.cart__item__pricing-block span {
  color: #838383;
  font-size: 14px;
  margin-top: 5px;
}

.cart__item__yards-conversion {
  color: #777777;
  font-size: 13px;
  display: block;
  width: 100%;
  text-align: right;
}

.cart-drawer__items .cart__item__yards-conversion  {
  font-size: 14px;
  margin-bottom: 10px;
}

.template-cart .cart__item__yards-conversion {
  font-size: 13px;
}

.cart__item__quantity-field.fabric-real-input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.cart__item__bottom .visual-fabric-input {
  text-align: center;
  padding: 5px;
}

.cart__item__quantity input {
  border-color: #BEBEBE !important;
  border-radius: 4px;
  font-size: 14px;
}

.cart__items .cart__item__bottom, .cart__items .cart__item__quantity {
  width: 105px;
}

.cart__item__quantity button {
  width: 35px;
}

.cart__item__quantity svg.icon {
  width: 12px;
  height: 12px;
}

.cart__item__quantity button svg path {
  stroke: #000;
}

#cart-drawer .cart__item__quantity {
  width: 130px;
  display: flex;
}

.cart-drawer__body .cart__pair {
  padding: 0;
}

.cart-drawer__body .cart__item__yards-conversion {
  text-align: left;
}

.matched-thread .btn {
  color: #BA818A;
  background: transparent;
  border-color: #BA818A;
  font-size: 14px;
  font-family: 'Circular Medium';
}

.cart-drawer__body .matched-thread {
  margin: 20px 0 0 0;
}

.cart-drawer__body .cart__item__selected-options {
  margin-bottom: 0;
  font-size: 14px;
}

.section-columns--multicolumn.text-light .column-item__heading,
.section-columns--multicolumn.text-light .column-item__text,
.section-columns--multicolumn.text-light .column-item__text p {
  color: #FFFFFF;
}

/* Custom Tables in Tab section */
.tab-table {
  overflow-x: scroll;
}

.tab-table th {
  color: #000;
  font-family: "Circular Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.tab-table td {
  color: #000;
  font-family: "Circular Book";
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
}

table, th, td {
  border: none;
}

tr:first-of-type {
  border-bottom: 1.5px solid #545454;
}

tr:last-of-type {
  border-block: 1px solid #BABABA;
}

table td:first-child,
table th:first-child {
    padding-left: 0; 
}

table#exclusive-fabrics-trade-prices  td:first-child,
table#exclusive-fabrics-trade-prices th:first-child,
.tab-table th {
  white-space: nowrap;
}

table td:last-child,
table th:last-child {
  padding-right: 0; 
}

table#exclusive-fabrics-trade-prices  tr td:nth-child(2) {
  background-color: #E5E3D7;
  text-align: center;
}

::-webkit-scrollbar {
  background: #EEEDE8; 
  scrollbar-width: thin;
} 

::-webkit-scrollbar-track {
  background: #EEEDE8; 
}

::-webkit-scrollbar-thumb {
  background: #D3D3D3; 
}

::-webkit-scrollbar-thumb:hover {
  background: #D3D3D3; 
}
  
@media only screen and (max-width: 767px) {
  .tab-table th {
    font-size: 15px;
  }
  .tab-table td {
    font-size: 14px;
    line-height: 20px;
  }
}

/* end custom Tables in Tab section */

@media only screen and (max-width: 767px) {
  #trade-customer-application-form .accordion__header .section__heading.h2,
  #au-store-trade-sign-up .accordion__header .section__heading.h2,
  #nz-store-trade-sign-up .accordion__header .section__heading.h2 {
    margin-bottom: 28px;
  }
}

@media only screen and (min-width: 1400px) {
  .wrapper--full-padded .image-with-text__items--inline-left .image-with-text__content, .wrapper .image-with-text__items--inline-left .image-with-text__content {
    padding-left: 85px;
  }
}

.menu__item.menu__item--icon.menu__item--icon--my-account {
  height: 42px;
  width: 42px;
}

/* Footer Klaviyo form */
@media only screen and (min-width: 768px) {
  .klaviyo-form-RFcUkV {
    max-width: 400px !important;
  }
}

.klaviyo-form-RFcUkV form>div:first-child {
  justify-content: flex-start !important;
}

.klaviyo-form-RFcUkV form {
  padding-top: 0 !important;
}

.klaviyo-form-RFcUkV form>div:first-child>div:first-child>div:first-child {
  padding-top: 0 !important;
}
/* end footer Klaviyo form */

.site-header--nav-center .menu__item--icons {
  --gutter: 112px;
}

@media only screen and (min-width: 1600px) {
  header#SiteHeader>div.wrapper,
  .announcement-bar-static>.wrapper--full-padded,
  .featured-announcement>.wrapper--full-padded {
    --gutter: 112px;
  }
}

/* Judgeme review widget styling */
.jdgm-widget.jdgm-review-widget {
  max-width: 1560px;
  margin: auto;
  padding: 0 60px 0 60px;
}

.jdgm-rev__title {
  font-family: "Circular Medium";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media only screen and (max-width: 767px) {
  .jdgm-widget.jdgm-review-widget {
    margin: auto;
    padding: 40px 10px 0 10px;
  }

  .jdgm-rev__title {
    font-size: 18px;
  }
}
/* end Judgeme review widget styling */

/* Custom override for product page */

.is-nav-selected .product-single__thumbnail-link {
  border-color: #2C3444;
}

.template-product .product__price-wrapper,
.template-product .product__price {
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  .template-product .product__price-wrapper,
  .template-product .product__price {
    font-size: 18px;
  }
}

.product__icon__row {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: -10px;
}

@media only screen and (max-width: 767px) {
  .product__icon__row {
    font-size: 14px;
    line-height: 20px;
  }
}

.product__icon__row .product__icon {
  display: none;
}

.product__icon__text:not(:only-child) {
  margin-left: 0;
}

.product-swatch-block {
  margin-top: 10px;
}

.product-swatch-block__label {
  font-size: 18px;
}

.visual-fabric-input,
.quantity__selector{
  border-color: #bebebe !important;
  border-radius: 2px;
  font-size: 18px;
}

.fabric-pricing-calculator__totals {
  font-size: 18px;
}

.product__description.rte p {
  font-size: 16px;
}

.product__accordion__title {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .product__description.rte p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .product-store-availability.block {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.template-product .shopify-section.text .text-highlight__break {
  font-size: 40px;
}

@media only screen and (max-width: 767px) {
  .template-product .shopify-section.text .text-highlight__break {
    font-size: 24px;
  }
}

.product__form .btn--submit span {
  font-size: 16PX;
  letter-spacing: 0;
}

.product-store-availability.block .product-store-availability__inner > div {
  width: 100%;
}

.product__accordion__inner.rte{
  font-size: 14px;
  margin-top: 20px;
}

.product-store-availability__locations span {
  margin: 0 20px;
  margin-bottom: 20px;
}

.product-store-availability.block  .product-store-availability__locations span {
  margin: 0;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .product-store-availability__locations span {
    margin: 0;
    margin-bottom: 15px;
  }
  .product-store-availability__inner > div {
    width: 100%;
  }
}

.product-store-availability__inner p {
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .product-store-availability__inner p {
    font-size: 14px;
  }
}

.template-product .text__buttons-wrapper .btn {
  padding: 15px 40px;
}

.metafield-rich_text_field {
  margin-top: 15px;
}

.related-products .tabs__link {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  text-transform: lowercase;
}

.related-products .tabs-scrollbar {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .related-products .tabs__link {
    font-size: 16px;
  }
  .related-products .tabs-scrollbar {
    margin-bottom: 20px;
  }
}

.cart-drawer__head h3 {
  font-weight: 500;
  font-size: 34px;
}

.cart-drawer .cart__message--custom p {
  font-size: 14px;
}

.cart-drawer__item-qty {
  font-size: 15px;
}

.cart__item__title a {
  font-size: 18px;
  font-family: 'Circular Medium';
  font-weight: 500;
}

.cart__item__price {
  font-size: 15px;
}

.cart-drawer__head {
  border-color: #A8A8A8;
}

.yard-remove-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

/* UK shipping guide */

#ImageWithText--template--23870980555123__section_image_with_text_JrUBG9 .image-with-text__heading,
#ImageWithText--template--17678059962566__section_image_with_text_JrUBG9 .image-with-text__heading {
  font-size: 32px;
}

@media only screen and (min-width: 767px) {
  #ImageWithText--template--23870980555123__section_image_with_text_JrUBG9 .image-with-text__heading,
  #ImageWithText--template--17678059962566__section_image_with_text_JrUBG9 .image-with-text__heading  {
    font-size: 50px;
  }
}

/* Trade Customer Application */

.tab-table tr:last-child {
  border-bottom: 0;
}

#trade-customer-application-form .accordion__item__text-wrapper,
#au-store-trade-sign-up .accordion__item__text-wrapper,
#nz-store-trade-sign-up.accordion__item__text-wrapper,
#wholesale-application .accordion__item__text-wrapper,
#wholesale-information .accordion__item__text-wrapper{
  padding-right: 0;
}

#trade-customer-application-form .accordion__header .section__heading.h2,
#au-store-trade-sign-up .accordion__header .section__heading.h2,
#nz-store-trade-sign-up .accordion__header .section__heading.h2 {
  font-size: 20px;
}

@media only screen and (min-width: 767px) {
  #trade-customer-application-form .accordion__header .section__heading.h2,
  #au-store-trade-sign-up .accordion__header .section__heading.h2,
  #nz-store-trade-sign-up .accordion__header .section__heading.h2 {
    font-size: 34px;
  }
}

/* Fabric care page  */

@media only screen and (min-width: 767px) {
  #Text--template--23891121963379__section_text_mGLyGJ .h2,
  #Text--template--17678059077830__section_text_mGLyGJ .h2 {
    padding-top: 50px;
  }
}

/* Wholesale enquiry */

#Text--heading_yK7KPQ span {
  font-size: 20px !important;
  text-align: center;
}

#Text--text_LKYHGr p {
 margin-bottom: 10px;
}

@media only screen and (min-width: 767px) {
  #Text--heading_yK7KPQ span {
    font-size: 34px !important;
  }
}

/* About us  */

#about .image-with-text__heading.h2,
#about-us .image-with-text__heading.h2 {
  font-size: 32px;
}

@media only screen and (min-width: 767px) {
  #about .image-with-text__heading.h2,
  #about-us .image-with-text__heading.h2 {
    font-size: 50px;
  }
}


#dropdown-757ae8e2a78eb24603da07c6598596ef .header__grandparent__links .dropdown__family:nth-child(3) {
  grid-column: span 3;
}

/* Cart template */

.template-cart .cart__title {
  font-size: 32px;
}

@media only screen and (min-width: 767px) {
  .template-cart .cart__title {
    font-size: 50px;
    margin-bottom: 3px;
  }
}

.template-cart .cart-shopping-link {
  font-size: 14px;
}

@media only screen and (min-width: 767px) {
  .template-cart .cart-shopping-link {
    font-size: 15px;
  }
}

.template-cart .cart__total span:first-child {
  font-size: 15px;
}

.template-cart .cart .cart__total__money {
  font-size: 26px;
}

.template-cart .cart__items .cart__item {
  padding: 25px 0;
}

.template-cart .cart__pair {
  margin-bottom: 5px;
}

.template-cart .yard-remove-wrap {
  flex-wrap: wrap;
}

.template-cart .cart__item__quantity input {
  border-radius: 0;
  font-size: 14PX;
  height: 36px;
}

.template-cart .cart__items .cart__item__bottom, .template-cart .cart__items .cart__item__quantity {
  display: flex;
}

.template-cart .cart__items .cart__item__selected-options, .template-cart .cart__items .cart__item__property {
  font-size: 13px;
}

@media only screen and (max-width: 767px) {
  .template-cart .cart {
    padding-top: 0;
    margin-top: 30px;
  }
  .template-cart .cart-shopping-link {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .template-cart .cart__item__remove {
    margin: 0;
  }
  .template-cart .cart__item__yards-conversion,
  .template-cart .cart__item__selected-options.meterage-value {
    text-align: left;
  }
  .template-cart .matched-thread .btn {
    width: auto;
  }
  .template-cart .cart-drawer__item-qty {
    font-size: 14px;
    font-family: 'Circular Book';
  }
  .template-cart .cart__aside {
    border-top: 1px solid #BABABA;
  }
  .template-cart .cart__pair {
    border-color: #595959;
  }
}

.btn-view-cart {
  width: 100%;
  margin-top: 5px;
  font-size: 16px;
  color: #ba818a;
  background: transparent;
  border-color: #ba818a;
  font-family: Circular Medium;
}

.disabled-atc { 
  pointer-events: none !important;
}

.variant--soldout .product__submit__holder--notification .product__submit__add, .variant--soldout .product__submit__holder--notification .product__submit__add:hover {
  pointer-events: none;
}

.product-features-block__item.drape img {
  margin-right: 5px;
}

.none-drawer-cart-icon {
  display: flex;
}

.navlink--toplevel>.navtext:before, .navlink--toplevel>.navtext:after, .navlink--icon .navtext:before, .navlink--icon .navtext:after, .grandparent .navlink--child>.navtext:before, .grandparent .navlink--child>.navtext:after {
  background: #D2AFB4;
  height: 2px;
}

.mobile-nav--bottom {
  margin-top: 30px !important;
}

.grandparent.kids-4 .header__grandparent__links {
  display: flex;
  justify-content: center;
}

.tabs__nav {
  justify-content: space-around;
}

.tabs__link {
  margin-right: 80px;
}

.disabled-atc .product__submit__add {
  background-color: #a9a9a9;
}

.template-product .subheading-text {
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .template-product .text__button {
      width: 100%;
  }
  .template-product .text__buttons-wrapper {
      flex-direction: column;
  }
  .template-product .text__buttons-wrapper .btn {
      width: 80%;
  }
  .template-product .text__button:last-of-type {
      margin-top: var(--text-gap);
  }
  .template-product .text__button:first-of-type {
      margin-right: 0;
  }
}

@media only screen and (max-width: 479px) {
  .template-product .text__buttons-wrapper .btn {
      width: 100%;
  }
  .template-product .text__buttons-wrapper .btn {
    padding: 15px 30px;
  }
}

/* @media only screen and (min-width: 767px) {
  .related-products .tabs__link {
    font-size: 20px;
  }
} */

.matched-thread.is-in-cart .best-match-add {
  display: none;
}

.matched-thread .btn.active {
  pointer-events: none;
  color: #fff;
  background: #BA818A;
  border-color: #BA818A;
}
        
.mosaic__item__text.p {
  font-size: 16px;
  font-style: normal;
  font-weight: 450;
  line-height: 24px;
  }

.mosaic__item__buttons .mosaic__item__btn.btn.btn--text.btn--large {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
  font-family: 'Circular Medium';
  margin-bottom: 25px;
}

.h1.slide__heading.main-heading,
.h1.slide__heading.main-heading span {
  font-size: 84px;
}

@media only screen and (max-width: 749px) {
  .h1.slide__heading.main-heading,
  .h1.slide__heading.main-heading span {
    font-size: 60px;
  }

  .mosaic__item--with-image.four-fifty-height {
    --min-h: 290px;
  }

  .mosaic__item__heading.h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .mosaic__item__text.p {
    font-size: 14px;
    line-height: 20px;
  }

  .mosaic__item__buttons .mosaic__item__btn.btn.btn--text.btn--large {
    margin-bottom: 25px;
  }

}
@media only screen and (max-width: 749px) {
  .mobile-nav.mobile-nav--bottom.mobile-nav--weight-bold {
      margin-top:34px;
  }

  .mobile-navlink.mobile-navlink--small svg {
    width: 27px;
    height: 27px;
    margin-right: 4px;
  }

  .mobile-navlink.mobile-navlink--small svg.icon-my-account.new {
    width: 22px;
    height: 22px;
    margin-right:7px;
  }
  .mobile-nav--bottom .mobile-menu__item {
    padding-bottom: 16px;
  }
  .mobile-nav--bottom .mobile-navlink.mobile-navlink--small {
    font-family: 'Circular Book';
    font-size: 14px;
    font-weight: 450;
  }
  .logo {
    margin: 21px 0;
  }
}

#SiteHeader .logo__image-link {
  width: 137px;
  height: 53px;
}

#insta-feed h2 {
  display: none !important;
}

@media only screen and (min-width: 750px) {
  .menu__item__wishlist svg,
  .icon-my-account.new,
  .icon.icon-search,
  .menu__item__wishlist img,
  .none-drawer-cart-icon img  {
    width: 35px;
    height: 35px;
  }

  .none-drawer-cart-icon { 
    padding:8px;
  }
}

@media only screen and (min-width: 768px) {
  #the-fabric-store-buy-quality-fashion-fabrics-online .carousel__item {
    --grid-gutter: 40px;
    margin-right: var(--grid-gutter);
  }

  #the-fabric-store-buy-quality-fashion-fabrics-online .featured-collection.featured-collection--carousel .one-quarter {
    width: calc((var(--wrapper-width) - var(--grid-gutter) * 5.74) / 4);
 }
}

.featured-collection .list-collections__item__title,
.buttons-list .list-collections__item__title {
  letter-spacing: normal !important;
}

.press__heading.subheading-text {
  text-transform: lowercase;
  font-family: "Circular Medium";
}

.press__item p {
  font-family: "Circular Book";
  font-size: 30px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
}

.press__items .press__item {
  padding-top: 32px;
  padding-bottom: 48px;
}


@media only screen and (min-width: 750px) {
  [id*="listCollectionsItem--button"].one-sixth {
    width: 158px;
  }

}

@media only screen and (max-width: 749px) {
  .press__item p {
    font-size: 20px;
  }

  .press__items .press__item {
    padding-bottom: 28px;
  }

  .sticky-images-and-text__content .sticky-text__text p {
    font-size: 14px;
    line-height: 20px
  }
  
}

.column-item__button {
  letter-spacing: normal;
}

@media only screen and (min-width: 1024px) and (max-width: 1242px) {
  .featured-collection.featured-collection--carousel .product-grid-item__info .product-grid-item__title {
    font-size:14px;
  }
  .featured-collection.featured-collection--carousel .product-grid-item__info .product-grid-item__price {
    font-size: 10px;
  }
}


@media only screen and (min-width: 1024px) and (max-width: 1227px) {
  .template-collection .product-grid-item__info .product-grid-item__title,
  .template-search .product-grid-item__info .product-grid-item__title{
    font-size: 14px;
  }
  .template-collection .product-grid-item__info .product-grid-item__price,
  .template-search .product-grid-item__info .product-grid-item__price{
    font-size: 12px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 850px) {
  .template-collection .product-grid-item__info .product-grid-item__title,
  .template-search .product-grid-item__info .product-grid-item__title {
    font-size: 14px;
  }
  .template-collection .product-grid-item__info .product-grid-item__price,
  .template-search .product-grid-item__info .product-grid-item__price{
    font-size: 12px;
  }
}

@media only screen and (min-width: 406px) and (max-width: 479px) {
  .template-collection .product-grid-item__info .product-grid-item__title,
  .template-search .product-grid-item__info .product-grid-item__title {
    font-size: 16px;
  }
  .template-collection .product-grid-item__info .product-grid-item__price,
  .template-search .product-grid-item__info .product-grid-item__price{
    font-size: 14px;
  }
}

@media only screen and (max-width: 405px) {
  .template-collection .product-grid-item__info .product-grid-item__title,
  .template-search .product-grid-item__info .product-grid-item__title{
    font-size: 14px;
  }
  .template-collection .product-grid-item__info .product-grid-item__price,
  .template-search .product-grid-item__info .product-grid-item__price {
    font-size: 10px;
  }
}

.collection__filters-wrapper hr.collection__filters__line {
  border-color: #CACACA;
}

.template-collection .collection__products {
  z-index: 1;
}

@media only screen and (max-width: 1500px) {
  .template-collection .collection__products,
  .template-search .collection__products {
    padding-top: 12px;
    padding-inline: 10px;
  }
}

@media only screen and (min-width: 1501px) {
  .template-collection .collection__products,
  .template-search .collection__products {
    padding-top: 20px;
    padding-right: 20px;
  }
}

.announcement-bar__pin {
  width: 9.6px;
  height: 16px;
}

.template-collection .grid, .grid--center,
.template-search .grid {
  column-gap: 30px;
  row-gap: 39px;
}

@media only screen and (max-width: 767px) {
  .announcement-bar__pin {
    width: 8px;
    height: 13px;
  }

  .template-collection .grid, .template-collection .grid--center,
  .template-search .grid, .template-search .grid--center {
    column-gap: 29px;
    row-gap: 31px;
  }
}

.popular-searches__wrapper {
  display: none !important;
}

@media only screen and (min-width: 750px) {
  #SectionColumns--template--23995399799155__section_columns_WeigYz .carousel__item,
  #SectionColumns--template--23659190681971__section_columns_WeigYz .carousel__item,
  #SectionColumns--template--17678060388550__section_columns_WeigYz  .carousel__item {
    padding: 10.5px;
  }
}

#SectionColumns--template--23995399799155__section_columns_WeigYz img,
#SectionColumns--template--23659190681971__section_columns_WeigYz img,
#SectionColumns--template--24000517964147__section_columns_WeigYz img,
#SectionColumns--template--17678060388550__section_columns_WeigYz img {
  object-fit: fill;
}

@media only screen and (max-width: 390px) {
  .announcement__split {
    font-size: 9px;
}
}

@media only screen and (min-width: 380px) and (max-width: 500px) {
  .template-search .tabs-scrollbar .tabs__link {
    margin-right: 40px;
  }
}

@media only screen and (max-width: 379px) {
.template-search .subheading-text .tabs__link {
    margin-right: 15px;
     font-size: 12px
  }
}

.template-search .search-form__label {
      top: 33%;
  }

@media only screen and (max-width: 767px) {
 .template-search .search-form__label {
      top: 37%;
  }
}

@media only screen and (min-width: 1500px) {
  .look .wrapper {
    padding-inline: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .look .look__wrapper {
    grid-template-columns: minmax(0,2.14fr) minmax(0,1.86fr);
  }
}

@media only screen and (min-width: 768px) {
  .look .look__wrapper .look__products {
    --gap-size: 54px;
  }
}

@media only screen and (min-width: 1024px) {
  .look .look__wrapper {
    column-gap: calc(var(--gutter) / .9);
  }
  .look__products:not(.flickity-enabled) {
    --gutter-mobile: 54px;
  }
}

@media only screen and (min-width: 768px) {
  .look .look__wrapper .look__products {
    --gap-size: 54px;
  }
}

.footer-links__wrapper .footer-links li {
  margin-bottom: 0;
}

.social-sharing-icon {
  margin-right: 10px;
}

.press__heading.subheading-text {
  letter-spacing: normal;
}

.cart-drawer__body .cart-notes {
  display: none !important;
}

.best-match-added {
  display: none;
}

.cart__item__properties {
  color: #828282;
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.meterage-value {
  width: 100%;
  text-align: right;
  margin-top: 10px;
}

#swym-component-container .swym-details{
  font-family: "Circular Book" !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
}

#swym-component-container .swym-emphasis {
  font-family: "Circular Medium" !important;
  letter-spacing: 0 !important;
}

/* Safari-specific styles */
/* @media not all and (-webkit-min-device-pixel-ratio: 0) {
    #swym-component-container .swym-emphasis {
      font-family: "Circular Medium" !important;
      letter-spacing: -1px !important;
    }
} */

.cart-drawer__body .meterage-value {
  text-align: left;
}

#nav-drawer .search-popdown__body,
#nav-drawer .search-form{
  height: 44px;
}

#nav-drawer .search-form__inner {
  height: 44px;
  max-height: 44px;
  min-height: unset;
}

#nav-drawer .search-form__label {
  top: 24px;
}

#nav-drawer .search-form__input-holder:after {
  content: '';
  position: absolute;
  left: 47px;
  bottom: -6px;
  width: 45px;
  height: 1px;
  background-color: #989897;
  pointer-events: none;
}

.menu__item.grandparent.kids-2.images-2 .header__grandparent__links {
  margin-left: calc(var(--gutter) / 1);
}

.grandparent.images-2 .header__grandparent__links, .grandparent.images-2 .menu__block--wide {
  flex: 1;
}

@media only screen and (min-width: 768px) {
  #nav-drawer .search-form__input-holder:after {
    left: 67px;
  }
}


@media only screen and (min-width: 768px) {
    .sticky-images-and-text--horizontal .sticky-images-and-text__image .image-wrapper {
        --max-image-height-desktop: calc(80vh - var(--header-sticky-height));
        padding-top: min(var(--image-ratio-desktop), var(--max-image-height-desktop)) !important;
    }
}

.header__dropdown__wrapper .header__dropdown__inner [id^="headerBlock--"] {
  max-width:318px;
  margin-right: 40px;
}

.header__dropdown__wrapper .header__dropdown__inner .menu__block--narrow:last-of-type {
  margin-right: 128px;
}


@media only screen and (min-width: 768px) {
  .template-product [id^="relatedProducts--template--"] .carousel:not(.flickity-enabled) .carousel__item,
  .template-product [id^="relatedProducts--template--"] .carousel--inactive .carousel__item {
    --grid-gutter: 40px;
    /* margin-right: var(--grid-gutter); */
  }
}

@media only screen and (max-width: 767px) {
  .template-product [id^="relatedProducts--template--"] .product-badge:not(.product-badge--online-only) {
    width: 90px;
    height: 90px;
    right: -20px;
    top: -20px;
  }

  .template-product [id^="relatedProducts--template--"] .carousel.carousel--mobile.carousel--inactive {
    padding-top: 15px;
  }
}

strong {
  font-family: "Circular Medium";
  font-weight:500;
}

#cart-drawer .cart__item {
  border-bottom: 1px solid #A8A8A8;
  padding: 24px 20px 38px 20px;
}

.template-cart .cart__item__properties {
  margin-bottom: 0;
}

.cart__item.matched-thread-lineitem .cart__item__quantity-field {
  pointer-events: none !important;
}

/* .cart__items__wrapper.is-loading .matched-thread,
.cart__item.is-loading .matched-thread{
  display: none;
} */

/* [data-collection-filters-form] {
  overflow: scroll;
  max-height: 90vh;
  padding: 0;
}

[data-collection-filters-form]::-webkit-scrollbar {
  display: none;
} */

@media only screen and (max-width: 767px) {
  .collection__filters-list {
    padding-bottom: 80px;
  }
}

.grandparent.kids-4.images-2 .header__grandparent__links {
  display: flex;
  justify-content: flex-end;
}

.grandparent.kids-3.images-2 .header__grandparent__links {
  display: flex;
  justify-content: flex-end;
  margin-right: 18px;
}

.grandparent.kids-2.images-2 .header__grandparent__links {
  display: flex;
  justify-content: flex-end;
  margin-right: 18px;
}

.grandparent.kids-1.images-2 .header__grandparent__links {
  display: flex;
  justify-content: flex-end;
  margin-right: 18px;
}

.images-2 .header__dropdown__wrapper .header__dropdown__inner [id^="headerBlock--"] {
  max-width: 418px;
  margin-right: 40px;
}

.swym-button-bar.swym-wishlist-button-bar.swym-inject {
  display:none;
}

button.input-group__btn.btn.btn--secondary.btn--solid {
  background-color: #bcb475;
  color: #fff;
}

.footer-block--newsletter .footer-title.h5 {
  max-width: 400px;
}

.footer-copyright__link {
  font-size: 15px;
  margin: 0;
}

.footer-policy-links {
  display:none;
}

.footer-copyright__link::after {
  content: "|";
  margin: 0 3px 0 5px;
}

.footer-copyright__menu a:last-child::after {
  display: none;
}

.selector-wrapper--no-meterage {
  justify-content: space-between;
}

.selector-wrapper--qty .select-popout__toggle {
  display: none !important;
}

.product__selectors .select-popout .select-popout__toggle .select-popout__value,
.product__selectors .select-popout a.select-popout__option span {
  font-size: 18px;
}

.product__selectors .select-popout__toggle {
  border-color: #bebebe !important;
  border-radius: 2px;
  padding: var(--form-top) 15px;
}

.template-product .product__selectors .select-popout__list {
  border-color: #bebebe !important;
  border-radius: 2px;
}

.product__selectors .select-popout__item:hover {
  background: #bcb475;
}

.template-product .select-popout__list .sold-out, .template-product .select-popout__list .unavailable {
  background-color: var(--bg);
}

.template-product .select-popout__list .sold-out:hover, .template-product .select-popout__list .unavailable:hover {
  background-color: var(--bg);
  color: var(--text);
}

.template-product .variant--soldout .product__submit__add,
.template-product .variant--soldout .product__submit__add:hover,
.template-product .variant--unavailabe .product__submit__add,
.template-product .variant--unavailabe .product__submit__add:hover {
  background: grey;
}

.template-product .variant--soldout .product__submit__add span {
  display: none; 
}

.template-product .variant--soldout .product__submit__add::after {
  content: "Sold Out"; 
  display: inline-block; 
  margin-left: 5px; 
}


@media screen and (min-width: 768px) {
  .select-popout__list--top .select-popout__list__scroll {
    max-height: calc(max(var(--available),var(--min)) - 101px);
  }
}

swym-storefront-layout-notification#swym-storefront-layout-notification.swym-storefront-layout-notification-position-left {
  bottom: 6rem!important;
  left: 20px!important;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-item .swym-product-price,
.swym-ui-component .swym-product-price .swym-product-final-price {
  display: none !important;
}

.template-product .product__price .product__price--regular {
  margin-bottom: 0;
}

.no-scroll {
  overflow: hidden;
}

.location-enquire-popup {
  max-height: 60vh; 
  overflow-y: auto; 
  overflow-x: hidden;  
}

@media only screen and (max-width: 767px) {
  .location-enquire-popup {
    max-height: 80vh; 
    overflow-y: auto; 
    overflow-x: hidden;  
  }
}

.order-sample-btn .hxo-price-hover {
  display: none !important;
}