/** Shopify CDN: Minification failed

Line 1647:123 Unexpected "/"

**/
/* ----------------------------------------------------------------------------------------------------------------------- */
/* Variables ------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
/*
	font-family: "Inter", sans-serif;
	font-family: "Figtree", sans-serif;
	font-family: "Libre Bodoni", serif;
*/

:root {
	--primary-color: #1C1B1A;
    --secondary-color: #567FB1;
	--tertiary-color: #1C1B1A;

	--default-font-color: #1C1B1A;
    --default-font-size: 18px;
    --primary-font-family: "Inter", sans-serif;
    --font-body-family: "Inter", sans-serif;
	--secondary-font-family: "Libre Bodoni", serif;
	--heading-font-weight: 400;

	--default-hr-border-color: rgba(0,0,0,0.1);
}

/* Mobile Nav Mode Handling */
#mobile-check-element{display:none;}
@media(max-width:1024px){#mobile-check-element{display:block;pointer-events:none;position:fixed;visibility:hidden;z-index:-999;}}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Global ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
*, *::before, *::after {
	box-sizing: border-box;
}

body, form, input, textarea, select {
  font-family: var(--primary-font-family);
  font-size: var(--default-font-size);
  color: var(--primary-color);
}

body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6, 
#shopify-product-reviews .spr-header-title, 
#shopify-product-reviews .spr-form-title,
.hero--alternative .hero__title,
.collection-banner__title {
    color: var(--primary-color);
	font-family: var(--secondary-font-family);
	font-weight: var(--heading-font-weight);
	margin: 0 0 10px;
	padding: 0;
}

h1,
.hero--alternative .hero__title,
.collection-banner__title,
.collections-page-banner .collections-intro h1 {
	font-size: 68px;
    letter-spacing: 5px;
	line-height: 110%;
	text-transform: uppercase;
}

.page-banner .section-title h1,
h2 {
	font-family: "Figtree", sans-serif;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: 4.08px;
	line-height: 135%;
}

.page-banner .section-title h1 {
	font-size: 21px;
}

.page-banner .section-title h1 em,
h2 em {
	font-family: var(--secondary-font-family);
	font-size: 50px;
	font-weight: 400;
	letter-spacing: 5px;
	line-height: 140%;
	text-transform: uppercase;
}

h3 {
	font-family: "Figtree", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 150%;
}

h3 em {
	font-family: "Libre Bodoni", serif;
  	font-size: 36px;
	font-style: italic;
	font-weight: 400;
	line-height: 138%;
}

h4 {
	font-family: "Figtree", sans-serif;
	font-size: 24px;
	font-weight: 500;
}

h5 {
	font-family: "Figtree", sans-serif;
	font-size: 26px;
	font-weight: 700;
}

h6 {
	font-family: "Figtree", sans-serif;
	font-size: 22px;
	font-weight: 700;
}

p {
	line-height: 200%;
	margin: 0 0 20px;
	padding: 0;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: var(--secondary-color);
}

a:hover {
	color: var(--primary-color);
}

.ss-section-wrap-inner, 
.wrapper {
	max-width: 1200px;
}

img {
	max-width: 100%;
}

.main-content {
	min-height: 1px;
}

@media (max-width: 768px) {
	h1,
    .hero--alternative .hero__title,
    .collection-banner__title,
    .collections-page-banner .collections-intro h1 {
		font-size: 40px;
	}
	
	h2 {
		font-size: 32px;
	}
	
	h3 {
		font-size: 28px;
	}
	
	h4 {
		font-size: 26px;
	}
	
	h5 {
		font-size: 23px;
	}
	
	h6 {
		font-size: 20px;
	}

	p {
		line-height: 170%;
	}
}

@media (max-width: 1650px) {
    .intro-text h2 {
      font-size: 24px;
      letter-spacing: 3px;
    }
	.intro-text h2 em {
		font-size: 40px;
		letter-spacing: 3px;
	}
}


@media (max-width: 1250px) {
    .intro-text h2 {
      font-size: 18px;
      letter-spacing: 2px;
      white-space: nowrap;
    }
	.intro-text h2 em {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
}


@media (max-width: 450px) {
	.page-banner .section-title h1 em, 
    h2 em,
    .intro-text h2 em {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Header ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.header-wrapper {
  display: none;
}

.header {
	background: #383737;
	box-shadow: 0 3px 16px rgba(0,0,0,0.16);
	font-family: "Figtree", sans-serif;
	font-weight: 400;
    font-size: 16px;
	left: 0;
	position: sticky;
	right: 0;
	top: 0;
	z-index: 600;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Header Top / Quick Links ---------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.header-top {
	align-items: center;
	background: var(--primary-color);
	color: #fff;
	display: flex;
	height: 72px;
	justify-content: space-between;
	padding: 0 25px 0 40px;
	position: relative;
	width: 100%;
	z-index: 3;
}

.header-top a {
	color: inherit;
	font-size: 14px;
  	letter-spacing: 0.28px;
	text-decoration: none;
}

.main-site-logo {
	display: block;
}

.main-site-logo img,
.main-site-logo svg {
	display: block;
}

/*
.header-search-form {
	align-items: center;
	display: flex;
}

.header-search-form input.header-search-input {
	background: none;
	border: 1px solid transparent;
	border-left: 1px solid rgba(255,255,255,0.5);
	box-shadow: none;
	color: #fff;
	font-family: "Figtree", sans-serif;
	font-size: 16px;
	padding: 5px 10px;
	transition: border 0.2s ease, border-radius 0.2s ease;
}

.header-search-form input.header-search-input:hover,
.header-search-form input.header-search-input:focus {
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 8px;
}

.header-search-input::placeholder {
	color: #fff;
}

.header-search-toggle {
	background: url(https://tileamerica.com/images/icons/search.svg) 50% 50% no-repeat;
	border: 0;
	color: transparent;
	cursor: pointer;
	height: 30px;
	order: -1;
	text-indent: -9999px;
	transition: opacity 0.2s ease;
	width: 30px;
}

.header-search-toggle:hover {
	opacity: 0.7;
}
*/

.header-top ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-top .quick-links > ul > li {
	padding: 0 15px;
	position: relative;
}

.header-top .quick-links > ul > li:not(:last-child):after {
	background: rgba(255,255,255,0.5);
	content: '';
	height: 14px;
	right: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.header-top .quick-links > ul > li > a {
	display: inline-flex;
	align-items: center;
	padding: 10px 0;
	position: relative;
}

.header-top .quick-links > ul > li > a:before {
	background: #fff;
	bottom: 0;
	content: '';
	height: 1px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: bottom 0.2s ease, opacity 0.2s ease;
}

.header-top .quick-links > ul > li:hover > a:before {
	opacity: 1;
	bottom: 8px;
}

.header-top .quick-links > ul > li > ul {
	background: #fff;
	left: 10px;
	flex-direction: column;
	opacity: 0;
	position: absolute;
	transition: opacity 0.2s linear, visibility 0.2s linear;
	visibility: hidden;
	width: 160px;
}

.header-top .quick-links > ul > li:not(:hover) > ul {
	pointer-events: none;
}

.header-top .quick-links > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}

.header-top .quick-links > ul > li > ul > li > a {
	color: #000;
	display: block;
	letter-spacing: 1px;
	padding: 7px 10px;
	text-transform: uppercase;
}

.header-top .quick-links > ul > li > ul > li > a:hover {
	background: rgba(0,0,0,0.05);
}

@media (min-width: 1024.5px) and (max-width: 1250px) {
	.header-top {
		padding: 0 5px 0 20px;
	}
}

@media (max-width: 1024px) {
	.header-top > .quick-links {
		display: none;
	}

	.quick-links {
		border-bottom: 1px solid rgba(255,255,255,0.1);
		border-top: 1px solid rgba(255,255,255,0.1);
	}

	.quick-links ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.quick-links > ul > li > a {
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding: 10px 25px;
		display: flex;
		align-items: center;
		color: #fff;
		font-size: 14px;
		letter-spacing: 0.28px;
	}

	.quick-links > ul > li.sub a {
		position: relative;
	}

	.quick-links > ul > li.sub > a .toggle {
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translateY(-50%);
		transition: transform 0.2s ease;
	}

	.quick-links > ul > li.sub.clicked > a .toggle {
		transform: translateY(-50%) rotate(45deg);
	}

	.quick-links > ul > li.sub > a .toggle rect {
		fill: #fff;
		transition: fill 0.2s ease;
	}

	.quick-links > ul > li.sub.clicked > a .toggle rect {
		fill: var(--secondary-color);
	}

	.quick-links > ul > li > ul {
		background: #fff;
		display: none;
		padding: 10px 0;
	}

	.quick-links > ul > li > ul > li > a {
		color: var(--primary-color);
		display: block;
		padding: 8px 25px;
		text-transform: uppercase;
	}
}

@media (max-width: 650px) {
	.header-top {
		padding: 0 25px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Algolia Site Search --------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.collections-intro,
body.template--search .page-banner {
    align-items: center;
    background: #4B6380;
    color: #fff;
    display: flex;
    justify-content: center;
    margin: 0 0 80px 0;
    overflow: hidden;
    padding: 30px;
    position: relative;
    text-align: center;
}

.collections-intro h1,
body.template--search .page-banner h1 {
  color: #fff;
  font-style: italic;
}

.collections-list {
  margin-bottom: 0;
  padding-bottom: 0;
}

.collections-intro .container {
  padding: 0;
}

.collections-intro .collections-intro__inner {
  align-items: center;
  display: flex;
  height: 300px;
  justify-content: center;
  padding: 0;
}

.collections-intro .collections-intro__inner h1 {
  font-size: 68px;
  letter-spacing: 5px;
  margin: 0;
}

.site-search-wrap {
	border-right: 1px solid rgba(255,255,255,0.3);
	margin-left: auto;
	padding-right: 20px;
}

#custom-tileamerica-algolia-search-box-wrap {
	color: var(--primary-color);
}

#custom-tileamerica-algolia-search-box-wrap .ais-SearchBox-input {
	font-size: 13.3333px;
}

#custom-tileamerica-algolia-search-box {
    display: flex;
    justify-content: flex-end;
}
.ais-SearchBox-form {
	background: var(--primary-color);
	border: 1.5px solid rgba(255,255,255,1);
	border-radius: 25px;
	display: flex;
    margin-top: 4px;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}

.ais-page > .ais-input {
	border: 1.5px solid rgba(0,0,0,1);
	border-radius: 25px;
	overflow: hidden;
	position: relative;
}

.ais-page > .ais-input .ais-SearchBox {
	align-items: center;
	display: flex;
}

.ais-page > .ais-input .ais-SearchBox .ais-SearchBox-form {
	margin: 0;
	width: 100%;
}

#custom-tileamerica-algolia-search-box .ais-SearchBox-input {
	background: transparent;
	border: 0;
	color: #fff;
	height: 30px;
	line-height: 30px;
	outline: none;
	padding: 0 10px 0 10px;
	width: 120px;
}

#custom-tileamerica-algolia-search-box .ais-SearchBox-input::placeholder {
	color: #fff;
}

input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

#custom-tileamerica-algolia-search-box .ais-SearchBox-reset {
	background: none;
	border: 0;
	bottom: 0;
	box-shadow: none;
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 2px;
}

#custom-tileamerica-algolia-search-box .ais-SearchBox-reset svg path {
	fill: #fff;
}

#custom-tileamerica-algolia-search-box .ais-SearchBox-submit {
	background: url(https://tileamerica.com/images/icons/search.svg) 50% 50% no-repeat;
	border: 0;
	cursor: pointer;
	order: -1;
	height: 30px;
    top: calc(50% - 1px);
	width: 30px;
}

#custom-tileamerica-algolia-search-box .ais-SearchBox-submit svg {
	display: none !important;
}

#custom-tileamerica-algolia-search-results-wrap {
	box-shadow: 0 3px 16px rgba(0,0,0,0.16);
	left: 0;
    background: #fff;
    display: none;
    position: absolute;
    right: 0;
    top: 72px;
}

#custom-tileamerica-algolia-search-results-wrap::-webkit-scrollbar,
#custom-tileamerica-algolia-search-results-wrap .col::-webkit-scrollbar {
	width: 10px;
}

#custom-tileamerica-algolia-search-results-wrap::-webkit-scrollbar-thumb,
#custom-tileamerica-algolia-search-results-wrap .col::-webkit-scrollbar-thumb {
	background-color: var(--primary-color);
	outline: 1px solid var(--primary-color);
}

#custom-tileamerica-algolia-search-results-wrap .col {
    flex: 1;
    max-height: 40vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 40px;
    width: calc(100% - 500px);
}

#custom-tileamerica-algolia-search-results-wrap .content-column {
	background: #F2F2F2;
	max-width: 500px;
    width: 500px;
}

#custom-tileamerica-algolia-search-results-wrap .subheading {
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
}

#custom-tileamerica-algolia-search-results-wrap ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#custom-tileamerica-algolia-search-results-wrap ol li {
    padding: 5px 0;
}

#custom-tileamerica-algolia-search-results-wrap ol li:last-child {
    border: 0;
}

#custom-tileamerica-algolia-search-results-wrap a {
	font-size: 15px;
	font-weight: 500;
	transition: color 0.2s ease, border 0.2s ease;
    color: var(--secondary-color);
    text-decoration: none;
}

#custom-tileamerica-algolia-search-results-wrap a:hover {
    border-bottom: 1px solid var(--primary-color);
	color: var(--primary-color);
}

#custom-tileamerica-algolia-search-results-wrap .col.products-column ol {
	display: flex;
	flex-wrap: wrap;
}

#custom-tileamerica-algolia-search-results-wrap .col.products-column ol li {
	align-items: center;
	display: flex;
	padding: 30px;
	width: calc(100% / 4);
}

.ais-page .ais-clear-refinements-container {
  z-index: 50;
}

@media (max-width: 1600px) {
	#custom-tileamerica-algolia-search-results-wrap .col.products-column ol li {
		width: calc(100% / 3);
	}
}

@media (max-width: 1300px) {
	#custom-tileamerica-algolia-search-results-wrap .col.products-column ol li {
		width: calc(100% / 2);
	}
}

@media (max-width: 1024px) {
	#custom-tileamerica-algolia-search-results-wrap .col.products-column ol li {
		padding: 10px 0;
		width: 100%;
	}
}

@media (max-width: 550px) {
	#custom-tileamerica-algolia-search-results-wrap {
		flex-direction: column;
		height: calc(100dvh - 72px);
		overflow: auto;
		padding-bottom: 50px;
	}

	#custom-tileamerica-algolia-search-results-wrap .col {
		max-height: none;
		overflow: visible;
		padding: 25px;
		width: 100%;
	}
}

#custom-tileamerica-algolia-search-results-wrap .col.products-column ol li a {
	align-items: center;
	display: flex;
	flex: 1;
	gap: 20px;
}

#custom-tileamerica-algolia-search-results-wrap .col.products-column ol li a > span,
#custom-tileamerica-algolia-search-results-wrap .col.products-column ol li a > span.title-wrap > span {
	display: block;
}

#custom-tileamerica-algolia-search-results-wrap .col.products-column ol li a span.variant-title {
	margin-top: 2px;
	font-size: 14px;
	color: #808080;
}

#custom-tileamerica-algolia-search-results-wrap .col.products-column ol li a:hover {
	border: 0;
}

#custom-tileamerica-algolia-search-results-wrap .col.products-column ol li a img {
	aspect-ratio: 1;
	background: #f9f9f9;
	display: block;
	object-fit: contain;
	width: 50%;
}

.ais-SearchBox-loadingIndicator {
    display: none;
}

.ais-Highlight-highlighted {
	background: none;
    color: inherit;
}

#custom-tileamerica-algolia-pagination {
	background: #fff;
	border-top: 1px solid #000;
	bottom: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	right: 0;
	width: calc(100% - 500px);
}

@media (max-width: 1024px) {
	#custom-tileamerica-algolia-pagination {
		width: 50%;
	}
}

@media (max-width: 550px) {
	#custom-tileamerica-algolia-pagination {
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		width: 100%;
	}
}

#custom-tileamerica-algolia-pagination ul {
    display: flex;
    gap: 5px;
}

#custom-tileamerica-algolia-pagination li > span {
	display: none;
}

#custom-tileamerica-algolia-pagination a {
	background: #4B6380;
	border-radius: 0;
	color: #fff;
	display: inline-flex;
	font-family: "Figtree", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2.8px;
	line-height: 100%;
	padding: 7px 10px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease;
}

#custom-tileamerica-algolia-pagination a:hover {
	background: var(--primary-color);
	color: #fff;
}

@media (max-width: 1024px) {
	.header-top > .site-search-wrap {
		display: none;
	}

	.primary-nav-wrap .site-search-wrap {
		border: 0;
		left: 30px;
		padding: 0;
		position: absolute;
		top: 18px;
		z-index: 5;
	}

	#custom-tileamerica-algolia-search-box .ais-SearchBox-input {
		width: 170px;
	}

	#custom-tileamerica-algolia-search-results-wrap {
		position: fixed;
	}
}

@media (max-width: 650px) {
	.primary-nav-wrap .site-search-wrap {
		left: 25px;
	}
}

@media (max-width: 550px) {
    #custom-tileamerica-algolia-search-box .ais-SearchBox-input {
      font-size: 16px;
    }
  
	#custom-tileamerica-algolia-pagination a {
		align-items: center;
		display: flex;
		justify-content: center;
		text-align: center;
	}
}  


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Main Site Search Page Style Overrides --------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.collections-intro.template-search__intro {
  background-color: #2e4057;
  color: #fff;
}

.collections-intro.template-search__intro h1 {
  color: #fff;
}

.template-search__body {
  padding-top: 60px;
}

.template-search__nav {
  display: none;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Nav Toggle ------------------------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.nav-toggle {
	display: none;
}

@media (max-width: 1024px) {
	body.show-nav {
		overflow: hidden;
	}
	
	body.show-nav:before {
		background: #fff;
		bottom: 0;
		content: '';
		left: 0;
		opacity: 0.7;
		position: fixed;
		pointer-events: none;
		right: 0;
		top: 0;
		z-index: 20;
	}
	
	body.show-nav .middle-area {
		pointer-events: none;
	}

	.nav-toggle {
		display: block;
		height: 40px;
		position: fixed;
		right: 20px;
		top: 14px;
		width: 40px;
		z-index: 1001;
	}

	.nav-toggle span {
		color: transparent;
		font-size: 0;
		text-indent: -9999px;
	}

	.nav-toggle span,
	.nav-toggle:before,
	.nav-toggle:after {
		content: '';
		background: #fff;
		height: 3px;
		left: 5px;
		position: absolute;
		top: 11px;
		transition: left 0.2s ease, top 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
		width: calc(100% - 10px);
	}

	.nav-toggle:before {
		top: 19px;
	}

	.nav-toggle:after {
		top: 27px;
	}

	body.show-nav .nav-toggle span,
	body.show-nav .nav-toggle:before,
	body.show-nav .nav-toggle:after {
		background: #fff;
	}

	body.show-nav .nav-toggle span {
		transform: rotate(-45deg);
		top: 19px;
	}

	body.show-nav .nav-toggle:before {
		transform: rotate(45deg);
	}

	body.show-nav .nav-toggle:after {
		opacity: 0;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Primary Nav ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.primary-nav-wrap {
	font-family: "Figtree", sans-serif;
	padding: 0 30px;
	height: 50px;
	line-height: 100%;
	position: relative;
}

.primary-nav-wrap a {
	text-decoration: none;
}

.primary-nav-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (min-width: 1024.5px) {
	.primary-nav-wrap > ul {
		display: flex;
		align-items: center;
		justify-content: center;
		letter-spacing: 3.2px;
	}

	.primary-nav-wrap > ul > li {
		align-items: center;
		display: flex;
	}

	.primary-nav-wrap > ul > li:not(:first-child):before {
		background: rgba(255,255,255,0.3);
		content: '';
		display: inline-block;
		height: 18px;
		width: 1px;
	}

	.primary-nav-wrap > ul > li > a {
		align-items: center;
		color: #fff;
		display: inline-flex;
		font-size: 15px;
		font-weight: 400;
		height: 50px;
		justify-content: center;
		padding: 0 20px;
		text-transform: uppercase;
		transition: color 0.2s ease;
	}

	.primary-nav-wrap > ul > li > a > .toggle {
		display: none;
	}

	.primary-nav-wrap > ul > li:hover > a,
	.primary-nav-wrap > ul > li.selected > a {
		color: #B5C9E2;
	}

	/* Secondary Drop */
	.primary-nav-wrap > ul > li > ul {
		background: #fff;
		box-shadow: 0 3px 16px rgba(0,0,0,0.16);
		display: flex;
		flex-direction: column;
		justify-content: center;
		left: 0;
		min-height: 45vh;
		max-height: calc(100vh - 122px);
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		padding: 50px 20px;
		position: absolute;
		right: 0;
		top: 100%;
	}

	.primary-nav-wrap > ul > li.no-third-level > ul {
		min-height: 0;
	}

	.primary-nav-wrap > ul > li.no-third-level > ul .column-wrap {
		display: flex;
		width: 1500px;
		margin: 0 auto;
	}

	.primary-nav-wrap > ul > li.no-third-level > ul .column-wrap .column {
		flex: 1;
		padding: 0 60px;
	}

	.primary-nav-wrap > ul > li.no-third-level > ul .column-wrap .column:not(:last-child) {
		border-right: 1px solid #ccc;
	}

	.primary-nav-wrap > ul > li.no-third-level > ul .column-wrap .column:nth-child(2) {
	}

	.primary-nav-wrap > ul > li > ul::-webkit-scrollbar {
		width: 10px;
	}

	.primary-nav-wrap > ul > li > ul::-webkit-scrollbar-track {
		/* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); */
	}

	.primary-nav-wrap > ul > li > ul::-webkit-scrollbar-thumb {
		background-color: var(--primary-color);
		outline: 1px solid var(--primary-color);
	}

	.primary-nav-wrap > ul > li:not(.no-third-level) > ul:after {
		background: #F2F2F2;
		bottom: 0;
		content: '';
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 0;
		width: 50%;
	}

	.primary-nav-wrap > ul > li:not(.hovered) > ul {
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
		transition: opacity 0.2s ease, visibility 0.2s ease;
	}

	.primary-nav-wrap > ul > li:not(.no-third-level) > ul > li {
		margin-right: 50vw;
		width: 400px;
		margin-left: auto;
	}

	.primary-nav-wrap > ul > li > ul > li > a,
	.primary-nav-wrap > ul > li.no-third-level ul a {
		color: var(--primary-color);
		display: inline-block;
		padding: 10px 0;
		text-transform: uppercase;
		transition: color 0.2s ease;
	}

	.primary-nav-wrap > ul > li > ul > li.selected > a,
	.primary-nav-wrap > ul > li > ul > li:hover > a,
	.primary-nav-wrap > ul > li.no-third-level ul li.selected a,
	.primary-nav-wrap > ul > li.no-third-level ul li:hover a {
		color: var(--secondary-color);
	}

	.primary-nav-wrap > ul > li > ul > li.sub > a {
		display: block;
		padding-right: 35px;
		position: relative;
	}

	.primary-nav-wrap > ul > li > ul > li.sub > a .toggle {
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translateY(-50%);
		transition: transform 0.2s ease;
	}

	.primary-nav-wrap > ul > li > ul > li.sub.hovered > a .toggle {
		transform: translateY(-50%) rotate(45deg);
	}

	.primary-nav-wrap > ul > li > ul > li.sub > a .toggle rect {
		transition: fill 0.2s ease;
	}

	.primary-nav-wrap > ul > li > ul > li.sub.hovered > a .toggle rect {
		fill: var(--secondary-color);
	}

	/* Third Level */
	.primary-nav-wrap > ul > li > ul > li > ul {
		bottom: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		left: 50%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		padding: 40px 0 40px 50px;
		position: absolute;
		top: 0;
		transition: opacity 0.2s ease, visibility 0.2s ease;
		width: 50vw;
		z-index: 1;
	}

	.primary-nav-wrap > ul > li > ul > li > ul::-webkit-scrollbar {
		width: 10px;
	}

	.primary-nav-wrap > ul > li > ul > li > ul::-webkit-scrollbar-track {
		/* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); */
	}

	.primary-nav-wrap > ul > li > ul > li > ul::-webkit-scrollbar-thumb {
		background-color: var(--primary-color);
		outline: 1px solid var(--primary-color);
	}

	.primary-nav-wrap > ul > li > ul > li:not(.hovered) > ul {
		opacity: 0;
		pointer-events: none;
		visibility: hidden;
	}

	.primary-nav-wrap > ul > li > ul > li > ul > li > a {
		color: var(--primary-color);
		display: inline-block;
		letter-spacing: 0;
		padding: 7px 0;
		transition: color 0.2s ease;
	}

	.primary-nav-wrap > ul > li > ul > li > ul > li.selected > a,
	.primary-nav-wrap > ul > li > ul > li > ul > li:hover > a {
		color: var(--secondary-color);
	}

	.primary-nav-wrap > ul > li > ul > li > ul > li > ul {
		display: none;
	}
}

@media (min-width: 1550px) {
	.primary-nav-wrap > ul > li > a {
		padding: 0 30px;
	}
}

@media (min-width: 1024.5px) and (max-width: 1250px) {
	.primary-nav-wrap {
		padding: 0;
	}

	.primary-nav-wrap > ul > li > a {
		font-size: 13px;
		padding: 0 13px;
	}
}

/* Mobile Nav Handling */
@media (max-width: 1024px) {
	.primary-nav-wrap {
		background: var(--primary-color);
		bottom: 0;
		height: auto;
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;		
		padding: 72px 0 0 0;
		position: fixed;
		right: -600px;
		top: 0;
		transition: right 0.2s ease;
		width: 600px;
		z-index: 1000;
	}

	body.show-nav .primary-nav-wrap {
		right: 0;
	}

	/* Level 1 */
	.primary-nav-wrap > ul {
		margin-top: 30px;
	}

	.primary-nav-wrap > ul > li > a {
		border-bottom: 1px solid rgba(255,255,255,0.1);
		color: #fff;
		display: block;
		font-size: 18px;
		font-weight: 500;
		padding: 10px 30px;
	}

	.primary-nav-wrap > ul > li.sub > a {
		position: relative;
	}

	.primary-nav-wrap > ul > li.sub > a .toggle {
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translateY(-50%);
		transition: transform 0.2s ease;
	}

	.primary-nav-wrap > ul > li.sub.clicked > a .toggle {
		transform: translateY(-50%) rotate(45deg);
	}

	.primary-nav-wrap > ul > li.sub > a .toggle rect {
		fill: #fff;
	}

	.primary-nav-wrap > ul > li.selected > a,
	.primary-nav-wrap > ul > li.clicked > a {
		color: #B5C9E2;
	}

	.primary-nav-wrap > ul > li.sub.selected > a .toggle rect,
	.primary-nav-wrap > ul > li.sub.clicked > a .toggle rect {
		fill: #B5C9E2;
	}

	/* Level 2 */
	.primary-nav-wrap > ul > li > ul {
		background: #fff;
		display: none;
		padding: 10px 0;
	}

	.primary-nav-wrap > ul > li > ul > li > a {
		color: var(--primary-color);
		display: block;
		padding: 8px 30px;
		text-transform: uppercase;
	}

	.primary-nav-wrap > ul > li > ul > li.selected > a,
	.primary-nav-wrap > ul > li > ul > li.clicked > a {
		color: var(--secondary-color);
	}

	.primary-nav-wrap > ul > li > ul > li.sub > a {
		position: relative;
	}

	.primary-nav-wrap > ul > li > ul > li.sub > a .toggle {
		position: absolute;
		right: 25px;
		top: 50%;
		transform: translateY(-50%);
		transition: transform 0.2s ease;
	}

	.primary-nav-wrap > ul > li > ul > li.sub.clicked > a .toggle {		
		transform: translateY(-50%) rotate(45deg);
	}

	.primary-nav-wrap > ul > li > ul > li.sub.selected > a .toggle rect,
	.primary-nav-wrap > ul > li > ul > li.sub.clicked > a .toggle rect {
		fill: var(--secondary-color);
	}

	/* Level 3 */
	.primary-nav-wrap > ul > li > ul > li > ul {
		background: rgba(0,0,0,0.04);
		display: none;
		margin-top: 5px;
		padding: 15px 15px 15px 50px;
	}

	.primary-nav-wrap > ul > li > ul > li > ul > li > a {
		display: block;
		padding: 5px 0;
	}

	.primary-nav-wrap > ul > li > ul > li > ul > li.selected > a {
		color: var(--primary-color);
	}

	/* Level 4 and beyond */
	.primary-nav-wrap > ul > li > ul > li > ul ul {
		display: none;
	}
}

@media (max-width: 650px) {
	.primary-nav-wrap {
		right: -100%;
		width: 100%;
	}

	body.show-nav .primary-nav-wrap {
		right: 0;
	}

	.primary-nav-wrap > ul > li > a {
		padding: 10px 25px;
	}

	.primary-nav-wrap > ul > li > ul > li > a {
		padding: 8px 25px;
	}

	.primary-nav-wrap > ul > li > ul > li > ul {
		padding: 15px 15px 15px 25px;
	}
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Footer ---------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.footer {
	background: #F2F2F2;
	margin-top: 100px;
}

.footer a {
	color: inherit;
	font-family: "Figtree", sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2.6px;
	text-decoration: none;
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .upper-footer {
	align-items: center;
	background: #2F3837;
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 25px 30px;
}

.footer .upper-footer ul {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer .upper-footer a {
	border-bottom: 1px solid transparent;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	transition: border 0.2s ease;
}

.footer .upper-footer li {
	padding: 0 20px;
}

@media (min-width: 550px) {
	.footer .upper-footer li:not(:first-child) {
		border-left: 1px solid rgba(255,255,255,0.3);
	}
}

.footer .upper-footer a:hover {
	border-bottom: 1px solid #fff;
}

.footer .lower-footer {
	display: flex;
}

.footer .lower-footer > div {
	flex: 1;
	position: relative;
	width: calc(100% / 3);
}

.footer .lower-footer .footer-map img {
	bottom: 0;
	height: 100% !important;
	left: 0;
	object-fit: contain;
	object-position: 50% 50%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100% !important;
}

.footer .lower-footer .middle {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 40px 30px;
	text-align: center;
}

.footer .lower-footer .footer-form {
	margin: 40px 0;
	padding: 0 30px;
	border-left: 1px solid #ccc;
	text-align: center;
}

.footer .lower-footer .footer-menu {
	margin: 40px 0;
}

.footer .lower-footer .footer-menu li {
	padding: 14px 0;
	position: relative;
}

.footer .lower-footer .footer-menu li:not(:last-child):after {
	background: rgba(0,0,0,0.3);
	bottom: 0;
	content: '';
	height: 1px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 60px;
}

.footer .lower-footer .footer-menu a {
	border-bottom: 1px solid transparent;
	text-decoration: none;
	text-transform: uppercase;
	transition: border 0.2s ease;
}

.footer .lower-footer .footer-menu a:hover {
	border-bottom: 1px solid var(--primary-color);
}

.footer-social-media-links ul {
	align-items: center;
	display: flex;
	gap: 20px;
}

.footer-social-media-links a img:not(.no-replace) {
	opacity: 0;
}

.footer-social-media-links a svg {
	transition: transform 0.2s ease;
}

.footer-social-media-links a:hover svg {
	transform: scale(1.2);
}

.copyright {
	margin-top: 30px;
}

.copyright p:not(:last-child) {
	margin-bottom: 10px;
}

.copyright a {
	transition: opacity 0.2s ease;
}

.copyright a:hover {
	opacity: 0.7;
}

@media (max-width: 1024px) {
	.footer .upper-footer ul {
		gap: 10px 0;
	}

	.footer .lower-footer {
		flex-wrap: wrap;
	}

	.footer .lower-footer .middle {
		border-top: 1px solid rgba(0,0,0,0.1);
		order: 99;
		min-width: 100%;
		width: 100%;
	}
}

@media (max-width: 1024px) and (min-width: 650.5px) {
	.footer .footer-logo img,
	.footer .footer-logo svg {
		height: auto !important;
		max-width: 150px;
	}

	.footer .lower-footer .footer-menu {
		margin: 20px 0;
	}

	.footer .lower-footer .footer-menu ul {
		align-items: center;
		display: flex;
		gap: 25px;
	}

	.footer .lower-footer .footer-menu li:not(:last-child):after {
		height: 10px;
		left: auto;
		right: -12.5px;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
	}
}

@media (max-width: 650px) {
	.footer {
		margin-top: 50px;
	}
	
	.footer .lower-footer {
		flex-direction: column;
	}

	.footer .lower-footer > div {
		width: 100%;
	}

	.footer .lower-footer .footer-form {
		order: -1;
		margin-bottom: 0;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(0,0,0,0.3);
	}

	.footer .lower-footer .footer-map img {
		display: block;
		position: static;
	}

	.copyright {
		flex-direction: column;
		font-size: 14px;
		gap: 25px;
		justify-content: center;
	}
}


* ----------------------------------------------------------------------------------------------------------------------- */
/* Buttons --------------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.button,
.small-action-button,
.white-button,
.small-white-button {
	background: #4B6380;
	border-radius: 0;
	color: #fff;
	display: inline-flex;
	font-family: "Figtree", sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	line-height: 100%;
	padding: 20px 50px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease, color 0.2s ease;
}

.small-action-button,
.small-white-button {
	font-size: 13px;
	padding: 7px 20px;
}

.white-button:not(:hover),
.small-white-button:not(:hover) {
	background: #fff;
	color: var(--primary-color);
}

.button:hover,
.small-action-button:hover,
.white-button:hover,
.small-white-button:hover {
	background: var(--primary-color);
	color: #fff;
}

.arrow-link {
	background-size: 10px auto;
	color: var(--secondary-color);
	display: inline-block;
	font-family: "Figtree", sans-serif;
	font-size: 12px;
	font-weight: 700;	
	letter-spacing: 2.4px;
	padding-right: 14px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.2s ease;
}

.arrow-link svg {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: right 0.2s ease;
	width: 10px;
}

.arrow-link svg path {
	fill: var(--secondary-color);
	transition: fill 0.2s ease;
}

.arrow-link:hover {
	color: var(--primary-color);
}

.arrow-link:hover svg {
	right: -2px;
}

.arrow-link:hover svg path {
	fill: var(--primary-color);
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Mojave Theme Override - Hero Main ------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.hero__main__inner:before {
  display: none !important;
}

.hero__block>.hero__main:before {
  content: '';
  background: rgba(0,0,0,0.30);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.hero__main__wrapper {
  align-items: center;
  justify-content: center;
}

.hero--alternative .hero__title,
.collection-banner__title {
  color: #fff;
  font-style: italic;
  max-width: none !important;
  text-align: center;
}

.hero__main__wrapper {
  align-items: center !important;
  justify-content: center !important; 
}

.hero--alternative .hero__main__container {
  animation: none !important;
  opacity: 1;
  transform: none;
  padding: 0;
  padding-inline-end: 0;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* TA Collections Slider (Custom Section) -------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.ta-custom-slider-section {
  
}

.ta-custom-slider-section .intro-text {
  background: #F2F2F2;
  padding: 50px;
  text-transform: uppercase;
}

.ta-custom-slider-section .ta-custom-slider-wrap {
  
}

.ta-custom-slider-section .ta-custom-slider-wrap .ta-custom-slider-stage {
  
}

.ta-custom-slider-section .ta-custom-slider-wrap .ta-custom-slider-stage .slide {
  cursor: pointer;
  position: relative;
}

.ta-custom-slider-section .ta-custom-slider-wrap .ta-custom-slider-stage:not(.slick-initialized) .slide {
  display: none;
}

.ta-custom-slider-section .ta-custom-slider-wrap .ta-custom-slider-stage .slide .image {
  background: #F2F2F2;
  aspect-ratio: 1;
}

.ta-custom-slider-section .ta-custom-slider-wrap .ta-custom-slider-stage .slide .image img {
  display: block;
  aspect-ratio: 1;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
}

.ta-custom-slider-section .ta-custom-slider-wrap .ta-custom-slider-stage .slide .image.no-image {
  
}

.ta-custom-slider-section .ta-custom-slider-wrap .ta-custom-slider-stage .slide .caption {
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%);
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	left: 0;
	min-height: 40%;
	padding: 20px;
	position: absolute;
	right: 0;
	z-index: 1;
}

.ta-custom-slider-section .ta-custom-slider-wrap .ta-custom-slider-stage .slide .caption .arrow-link {
  background: url(https://tileamerica.com/images/icons/white-arrow-right.svg) 100% 50% no-repeat;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
}

.ta-custom-slider-section .ta-custom-slider-wrap .ta-custom-slider-stage .slide .caption .arrow-link svg {
  display: none;
}

.slick-arrow {
	backdrop-filter: blur(2px);
	background-color: rgba(255,255,255,0.8);
	background-image: url(/images/icons/black-arrow-left.svg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 100%;
	border: 0;
	color: transparent;
	cursor: pointer;
	font-size: 0;
	height: 40px;
	left: 20px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	transform: translateY(-50%);
	transition: background 0.2s ease, box-shadow 0.2s ease;
	width: 40px;
	z-index: 10;
}

.slick-arrow.slick-next {
	background-image: url(/images/icons/black-arrow-right.svg);
	left: auto;
	right: 20px;
}

.slick-arrow:hover {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.16);
}

.ta-custom-slider-section .slick-arrow {
	background-color: #4B6380;
	background-image: url(https://tileamerica.com/images/icons/white-arrow-left.svg?v=0.01);
	background-size: 11px auto;
	height: 32px;
	top: -50px;
	transform: none;
	width: 32px;
}

.ta-custom-slider-section .slick-arrow.slick-prev {
	left: auto;
	right: 50px;
}

.ta-custom-slider-section .slick-arrow.slick-next {
	background-image: url(https://tileamerica.com/images/icons/white-arrow-right.svg);
	left: auto;
	right: 10px;
}

@media (min-width: 768.5px) {
  .ta-custom-slider-section {
    align-items: center;
    display: flex;
    margin: 100px 50px 100px 0;
  }

  .ta-custom-slider-section.reverse {
    margin: 100px 0 100px 50px;
  }
	
  .ta-custom-slider-section .intro-text {
      align-items: center;
      aspect-ratio: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-right: 5px;
      text-align: left;
      width: calc(30% - 10px);
  }

  .ta-custom-slider-section .intro-text * {
      text-align: left;
  }

  .ta-custom-slider-section.reverse .intro-text {
    order: 2;
    margin-left: auto;
    margin-right: 0;
  }

  .ta-custom-slider-section:not(.reverse) .intro-text {
      margin-left: 0;
  }

  .ta-custom-slider-section .ta-custom-slider-wrap {
      width: 70%;
  }

  .ta-custom-slider-section .ta-custom-slider-wrap {
      position: relative;
  }

  .ta-custom-slider-section.reverse .slick-arrow.slick-prev {
    left: 10px;
    right: auto;
  }

  .ta-custom-slider-section.reverse .slick-arrow.slick-next {
    left: 50px;
    right: auto;    
  }
}

@media (min-width: 500.5px) {
	.ta-custom-slider-section .ta-custom-slider-wrap .ta-custom-slider-stage .slick-track {
		align-items: center;
		display: flex;
		gap: 0 20px;
	}

	.ta-custom-slider-section .ta-custom-slider-wrap .ta-custom-slider-stage .slick-track .slide {
		flex: 1;
	}
}

@media (max-width: 1650px) {
	.ta-custom-slider-section .intro-text {
		padding: 50px 30px 80px;
	}
}

@media (max-width: 768px) {
	.ta-custom-slider-section .intro-text {
		padding: 50px 30px 80px;
	}
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Collections Listing Customizations ------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.collections-page-banner .collections-intro {
  background: #000;
  color: #fff;
}

.collections-page-banner .collections-intro__inner {
  align-items: center;
  justify-content: center;
  padding: 0;
}

.collections-page-banner .collections-intro h1 {
  color: #fff;
  text-align: center;
}



/* ----------------------------------------------------------------------------------------------------------------------- */
/* Product Listing Customizations ---------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------------------- */
.mobile-facets,
details.menu-opening .mobile-facets__close {
  top: 72px !important;
}

.collection-banner .breadcrumbs {
  display: none;
}

@media (min-width: 990px) {
  .mobile-facets,
  details.menu-opening .mobile-facets__close {
    top: 122px !important;
  }
}

.product-card__vendor,
.product-card__meta {
  display: none !important;
}

.product-grid:not(.swiper.is-initialized.is-active .swiper-wrapper) {
  column-gap: 20px !important;
}

.product-grid .grid__item {
  padding-block-end: 20px !important;
}

.collection-banner {
  align-items: center !important;
  display: flex;
  flex-direction: column;
  height: 300px;
  justify-content: center !important;
  margin-bottom: 50px;
  min-height: 0 !important;
  overflow: hidden;
}

.collection-banner__image {
  height: 100%;
  padding: 0;
  position: absolute;
}

.template--collection .content-for-layout .collection-banner .container {
  position: relative;
  z-index: 5;  
}

.collection-banner--no-image {
  background: #333;
}

.collection-banner__inner {
  margin-block-start: 0 !important;
  padding-block-start: 0 !important;
}

.collection-banner__content {
  max-width: 100%;
}

.collection-banner__content:only-child {
  padding-block-end: 0 !important;
}

.collection-banner__title {
  padding-block-end: 0 !important;
}

.collection-banner__content {
  margin: 0 auto;
}

#cloned-ta-facets-display {
  display: none;
}

/*
.product-card__media .media img {
  object-fit: contain;
}
*/

@media (min-width: 990px) {
  .collection-body {
    display: flex;
    max-width: 1560px;
    margin: 0 auto;
    padding-left: 5.6rem;
    position: relative;
  }
  
  #main-collection-filters {
    padding: 0;
    width: 300px; 
  }
  
  .collection-body__grid {
    width: calc(100% - 300px);
  }
  
  .facets__form {
    display: block !important;
  }
  
  .facets__wrapper {
    flex: 0 !important;
    max-width: 100% !important;
    width: 100%;
  }
  
  .facets__disclosure {
    margin: 0 !important;
  }
  
  .facets--round .facets__summary {
    width: 100%;
  }
  
  details-holder {
    width: 100%;
  }
  
  #FacetFiltersForm .disclosure-has-popup[open]>summary+.facets__display, 
  #FacetFiltersForm .facets__display {
    border: 0 !important;
    position: static !important;
    width: 100% !important;
    max-height: none !important;
  }
  
  #FacetFiltersForm .facets__list {
    column-count: 1 !important;
    padding: 0 !important;
  }

  #FacetFiltersForm details-holder {
    border-bottom: 1px solid #C4C4C4;
    padding: 4px 0;
  }

  .facets--round #FacetFiltersForm .facets__summary {
    border-radius: 0;
    border: 0;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
  }

  .facet-checkbox {
    padding: 5px 0;
    font-size: 13px;
  }

  input.mobile-facets__checkbox, 
  .facet-checkbox input[type=checkbox] {
    border: 1px solid #C4C4C4;
    height: 18px;
    margin-right: 8px;
    min-width: 18px;
    width: 18px;
  }

  input.mobile-facets__checkbox:checked, 
  .facet-checkbox input[type=checkbox]:checked {
    background: #4B6380;
    border-color: #4B6380;
  }

  input[type=checkbox]:before {
    margin-block-start: -.2rem;
  }

  #FacetFiltersForm .facets__inner,
  #FacetFiltersForm .facet-filters.sorting {
    display: none;
  }
  
  #cloned-ta-facets-display {
    display: block;
    padding: 0 5.6rem;
  }

  #cloned-ta-facets-top {
    align-items: center;
    display: flex;
    justify-content: flex-end;    
  }

  #cloned-ta-facets-top .product-count__text {
    margin-block-end: 0;
    margin-inline-end: 0;
    margin-right: 10px;
  }

  #cloned-ta-facets-top .loading-overlay__spinner {
    display: none;
  }

  #cloned-ta-facets-bottom .active-facets-desktop {
    align-items: center;
    display: flex;
  }

  #cloned-ta-facets-bottom .badge--round {
    align-items: center;
    background: #F2F2F2;
    color: #2F3837;
    display: inline-flex;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    padding: 4px 15px;
    text-transform: none;
  }

  #cloned-ta-facets-bottom .active-facets__button-remove {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #4B6380;
    letter-spacing: 0.75px;
    border: 0;
    text-decoration: none;
  }
}

.product-media__modal-image {
  background: #f9f9f9;
}

.product-media__modal-image.media:not(.has-caption) img {
    aspect-ratio: 1;
    width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: cover;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Product Detail Page Customizations ------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
@media (min-width: 1350px) {
  .main-product__details {
    padding-inline-start: 3.8rem;
  }
}

.main-product__breadcrumbs {
  padding-right: 60px;
}

.main-product__media-thumbs .media img {
  background-color: transparent;
  aspect-ratio: 1;
  object-fit: contain;
}

.main-product--accordion .rte {
  color: #000;
  font-size: 15px;
}

.main-product__media-thumbs-item {
  aspect-ratio: 1;
  height: auto !important;
  width: 100%;
}

.product-media__modal-image.media img {
  background-color: transparent;
  aspect-ratio: 1;
  height: auto;
}

.main-product__media-item .media--3-4 {
    /* aspect-ratio: 1; */
    padding-block-end: 0;
    width: 100%;
}

.product-media__modal-image.media img {
  aspect-ratio: auto;
  position: static;
}

.zoom-image img {
  height: auto;
  object-fit: contain;
  width: auto;
}

.zoom-image .caption,
.main-product__media-item .caption {
    background: #000;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    left: 0;
    padding: 4px 15px;
    position: absolute;
    z-index: 2;
}

.wishlist-btn {
  background: url('heart.svg') 50% 50% no-repeat;
  background-size: contain;
  text-indent: -9999px;
  width: 20px;
  max-width: 20px;
  right: 0;
  position: absolute;
  font-size: 0;
  color: transparent;
  height: 20px;
  overflow: hidden;
}

.swym-product-price,
.swym-add-to-cart-btn {
  display: none !important;
}

.swym-ui-component .swym-wishlist-grid .swym-wishlist-image-wrapper img {
  height: 100%;
  object-fit: contain;
}

.product-card__form__btn {
  display: none !important;
}

.breadcrumbs__item {
  color: #ADADAD;
  font-family: "Figtree", sans-serif;
  font-size: 12px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}

.main-product__title {
  font-family: "Libre Bodoni", serif;
  font-size: 35px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 550px) {
  .main-product__title {
    font-size: 29px;
  }
}

.main-product__price {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.main-product__price .price {
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  text-transform: none;
  margin: 0;
}

span.product-price-unit-of-measurement {
  text-transform: lowercase;
  margin-top: -1.5px;
}

.main-product__form-input {
  display: block;
}

.main-product__form-label {
  font-weight: 700;
  font-family: var(--primary-font-family);;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}

.main-product__form-group {
  padding-inline-start: 0;
  justify-content: flex-start;
}

.main-product__form-grid .main-product__form-buttons--addtocart {
    grid-area: quantity;
    margin-left: auto;
    width: calc(100% - 120px);  
}

.main-product__form-submit.button--secondary:not(:hover) {
  color: #4B6380;
}

.main-product__form-submit.button--secondary:not(:hover) svg path {
  fill: #4B6380;
}

.main-product__form-grid .main-product__form-buttons--addtocart .button--secondary,
#custom-tileamerica-variant-link:not(:hover) {
  background: #4B6380;
  border-color: #4B6380;
  color: #fff;
}

#custom-tileamerica-variant-link:not(:hover) svg path {
  fill: #fff;
}

.main-product__form-option.unavailable {
  cursor: not-allowed;
  position: relative;
}

.main-product__form-option.unavailable:before {
  content: 'Click to View Available Options';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  height: 20px;
  width: 200px;
  background: #000;
  color: #fff;
  display: flex;
  opacity: 0;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  top: -25px;
  font-size: 12px;
  border-radius: 5px;
  z-index: 2;
}

.main-product__form-option.unavailable:after {
  height: 10px;
  width: 10px;
  background: #000;
  content: '';
  top: -7px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: rotate(45deg) translateX(-50%);
  z-index: 1;
  position: absolute;
}

.main-product__form-option.unavailable:hover:before,
.main-product__form-option.unavailable:hover:after {
  opacity: 1;
}


.main-product__form-option.unavailable input,
.main-product__form-option.unavailable label,
.main-product__form-option.unavailable label:not(.main-product__form-input--dropdown .main-product__form-option label):not(.list-swatches .main-product__form-option label), 
.main-product__form-option.unavailable button:not(.main-product__form-input--dropdown .main-product__form-option button):not(.list-swatches .main-product__form-option button) {
  cursor: not-allowed;
  opacity: 0.2;
}

.main-product__form-option label:not(.main-product__form-input--dropdown .main-product__form-option label):not(.list-swatches .main-product__form-option label), 
.main-product__form-option button:not(.main-product__form-input--dropdown .main-product__form-option button):not(.list-swatches .main-product__form-option button) {
    color: #000;
    border: 1px solid #000;
}

.main-product__form-option.unavailable:has(input[type="radio"]:checked):before,
.main-product__form-option.unavailable:has(input[type="radio"]:checked):after {
  opacity: 0;
}

/*
.main-product__form-option.unavailable:has(input[type="radio"]:checked) input,
.main-product__form-option.unavailable:has(input[type="radio"]:checked) label,
.main-product__form-option.unavailable:has(input[type="radio"]:checked) label:not(.main-product__form-input--dropdown .main-product__form-option label):not(.list-swatches .main-product__form-option label), 
.main-product__form-option.unavailable:has(input[type="radio"]:checked) button:not(.main-product__form-input--dropdown .main-product__form-option button):not(.list-swatches .main-product__form-option button) {
  cursor: pointer;
  opacity: 1;
}
*/

/* Inline Button Style Fixes in product description */
.main-product--accordion .button {
  color: #fff;
}

.main-product--accordion .button:not(:hover) {
  background: #4B6380;
  border-color: #4B6380;
}

#product-sku-wrap {
  font-size: 15px;
  padding-bottom: 15px;
}

/* hide add to cart buttons */
.main-product__actions {
  display: none !important;
  pointer-events: none;
}

.zoom-image {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* Swatch Handling */
.main-product__form-label span:nth-child(2) {
    display: none;
}

.main-product__form-option label {
	font-size: 13px;
}

.main-product__form-option label.swatch-image {
  background: transparent !important;
  border: 0 !important;
  color: var(--primary-color) !important;
  flex-direction: column;
  opacity: 1;
  padding: 0 8px !important;
}

label.swatch-image:after {
  content: '';
  margin: 3px auto 0 auto;
  display: block;
  width: 16px;
  height: 2px;
  background: transparent;
}

label.swatch-image img {
  border: 2px solid #E5E5E5;
  height: 32px;
  width: 32px;
  display: block;
  margin: 0 auto 5px auto;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100%;
}

.main-product__form-option input:checked+label.swatch-image {
  color: #4B6380 !important;
}

.main-product__form-option input:checked+label.swatch-image img {
  border-color: #4B6380;
}

.main-product__form-option input:checked+label.swatch-image:after {
  background: #4B6380;
}

/* ----------------------------------------------------------------------------------------------------------------------- */
/* Swym Wishlist Customizations ------------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
.swym-ui-component .swym-wishlist-product-detail-content .swym-wishlist-add-to-cart-btn {
  display: none;
}

.swym-ui-component.swym-wishlist-page {
    max-width: 100%;
}

.swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar {
    align-items: center;
    background: #4B6380;
    color: #fff;
    display: flex;
    min-height: 250px;
    justify-content: center;
    margin: 0 0 80px 0;
    overflow: hidden;
    padding: 30px;
    position: relative;
    text-align: center;
}

@media (max-width: 500px) {
	.swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar {
		margin-bottom: 40px;
		min-height: 170px;
		padding: 20px 30px;
	}
}

.swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar:before {
	background: var(--primary-color);
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0.40;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar .swym-wishlist-main-title {
    color: #fff;
    font-family: var(--secondary-font-family);
    font-size: 66px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 5px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}

@media (max-width: 450px) {
	.swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar .swym-wishlist-main-title {
		font-size: 36px;
		letter-spacing: 0.5px;
	}
}

.swym-ui-component.swym-wishlist-page .swym-wishlist-list .swym-wishlist-list-header {
    display: none;
}

.swym-ui-component.swym-wishlist-page .swym-wishlist-container-title-bar .swym-user-login-status {
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}

.swym-ui-component.swym-wishlist-page .swym-wishlist-list .swym-wishlist-selector,
.swym-wishlist-detail {
    margin-left: auto;
    margin-right: auto;
    max-width: 1360px;
    padding: 0 30px;
}

.swym-ui-component .swym-wishlist-list-card {
    box-shadow: 0 8px 16px rgba(0,0,0,0.16);
    max-width: 50%;
}

@media (max-width: 768px) {
    .swym-ui-component.swym-wishlist-page .swym-wishlist-list .swym-wishlist-selector {
        flex-direction: column;
    }

    .swym-ui-component .swym-wishlist-list-card {
        max-width: 100%;
        width: 100%;
    }
}

.swym-ui-component .swym-wishlist-list-card .swym-wishlist-name {
    color: var(--primary-color);
    font-family: "Figtree", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}

.swym-ui-component .swym-wishlist-list-card .swym-wishlist-product-count {
    color: #8B8B8B;
	font-weight: 500;	
	letter-spacing: 2.4px;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.swym-ui-component .swym-wishlist-list-card .swym-wishlist-link {
	background: url(https://tileamerica.com/images/icons/black-arrow-right.svg) calc(100% - 5px) 50% no-repeat;
    background-size: 10px auto;
	color: #000;
	display: inline-block;
	font-family: "Figtree", sans-serif;
	font-size: 12px;
	font-weight: 700;	
	letter-spacing: 2.4px;
    opacity: 0.5;
	padding-right: 19px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease;
}

.swym-ui-component .swym-wishlist-list-card .swym-wishlist-link:hover {
    background-position: 100% 50%;
}

@media (max-width: 900px) {
    .swym-ui-component.swym-wishlist-page .swym-wishlist-list {
        padding: 0;        
    }
}

#swym-anchor {
  display: none !important;
}


/* ----------------------------------------------------------------------------------------------------------------------- */
/* Algolia Search Page Customizations ------------------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------------------------------- */
#algolia-shopify-instantsearch .ais-hit--subtitle,
#algolia-shopify-instantsearch .ais-hit--details form,
#algolia-shopify-instantsearch .ais-hit--cart,
#algolia-shopify-instantsearch .ais-change-display,
#algolia-shopify-instantsearch h1.ais-h2 {
  display: none;
}

#algolia-shopify-instantsearch .ais-page .ais-Stats:not(.cloned) {
	display: none;
}

#algolia-shopify-instantsearch .ais-page .ais-hit--title {
	text-align: center;
}

#algolia-shopify-instantsearch .ais-page .ais-hit--title a {
	font-weight: bold;
}

#algolia-shopify-instantsearch .ais-hit--price {
	font-size: 15px;
	margin-top: 4px;
	text-align: center;
}

#algolia-shopify-instantsearch .ais-hit--price:not(.call-for-pricing):after {
	content: 'sqft';
}

#algolia-shopify-instantsearch .ais-hit--price.has-discount > b {
	color: red;
} 

.ais-page .ais-hit--price-striked {
	margin-right: 10px;
}

#algolia-shopify-instantsearch .ais-page .ais-hit--price-discount {
	display: none;
}

#algolia-shopify-instantsearch .ais-SearchBox-form {
  border-radius: 0;
  border: 0;
  background-color: #fff;
}

#algolia-shopify-instantsearch .ais-page .ais-SearchBox-input, 
#algolia-shopify-instantsearch .ais-page .ais-SearchBox-input:focus {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  -webkit-appearance: none;
}

#algolia-shopify-instantsearch .ais-SearchBox-submit {
  background: transparent;
  top: 50%;
}

#algolia-shopify-instantsearch .ais-page .ais-search-header {
  margin: 0 0 15px 0;
  padding: 0;
}

#algolia-shopify-instantsearch .ais-page .ais-facets {
  padding-right: 28px;
}

#algolia-shopify-instantsearch.ais-results-size-xs .ais-page .ais-facets {
  margin-bottom: 25px;
  padding-right: 0;
}

#algolia-shopify-instantsearch .ais-page .ais-Hits-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 30px;
}

#algolia-shopify-instantsearch .ais-page .ais-Hits-item {
  width: calc((100% / 3) - 20px);
} 

#algolia-shopify-instantsearch.ais-results-size-xs .ais-page .ais-Hits-list {
  gap: 20px;
}

#algolia-shopify-instantsearch.ais-results-size-xs .ais-page .ais-Hits-item {
  width: calc(50% - 10px);
}

#algolia-shopify-instantsearch .ais-page .ais-results-as-block .ais-hit--details {
  margin-top: 10px;
}

#algolia-shopify-instantsearch .ais-page .ais-results-as-block .ais-hit {
  aspect-ratio: 1;
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#algolia-shopify-instantsearch .ais-page .ais-results-as-block .ais-hit--picture {
  border: 1px solid #ccc;
  height: auto;
  position: static;
  width: 100%;
  object-fit: contain;
  aspect-ratio: 1;
}

#algolia-shopify-instantsearch .ais-facets .ais-facet-dropdown-wrapper {
  margin-top: 10px;
}

#algolia-shopify-instantsearch .ais-page .ais-facet--header {
  background: none;
  border-bottom: 1px solid #C4C4C4;
  color: #000;
  cursor: pointer;
  padding: 8px 0;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
}

#algolia-shopify-instantsearch .ais-page .ais-facet--header:after {
  background: url(filter-arrow-down.svg) 100% 50% no-repeat;
  content: '';
  width: 2rem;
  height: 1.4rem;
  margin: auto;
  position: absolute;
  inset-block: 0;
  inset-inline-end: .95rem;
  right: 0;
  top: -7px;
  z-index: 1;
  transform: rotate(90deg);
  pointer-events: none;
}

#algolia-shopify-instantsearch .ais-page .ais-facet--header.ais-current-refined-values--header:after {
  display: none;
}

.ais-dropdown-checkbox:not(:checked)~.ais-facet-dropdown-container {
  display: none;
}

.ais-dropdown-checkbox:checked~.ais-facet-dropdown-container {
  display: block;      
}

#algolia-shopify-instantsearch .ais-facet .ais-RefinementList-searchBox {
  display: none;
}

#algolia-shopify-instantsearch .ais-page .ais-RefinementList-item--selected, 
#algolia-shopify-instantsearch .ais-page .ais-facet--item:hover {
  border-left: 0;
  padding: 6px 50px 6px 0;
  margin: 0;
}

#algolia-shopify-instantsearch .ais-page .ais-RefinementList-item--selected .ais-facet--count,
#algolia-shopify-instantsearch .ais-page .ais-facet--item:hover .ais-facet--count {
  right: 0;
}

#algolia-shopify-instantsearch .ais-page .ais-RefinementList-item {
  align-items: flex-start;
  display: flex;
}

#algolia-shopify-instantsearch .ais-page .ais-RefinementList-item:before {
  display: inline-block;
  content: '';
  border: 1px solid #C4C4C4;
  height: 18px;
  margin-right: 8px;
  min-width: 18px;
  width: 18px;
}

#algolia-shopify-instantsearch .ais-page .ais-RefinementList-item.ais-RefinementList-item--selected:before {
  background: #4B6380;
  border-color: #4B6380;
}

#algolia-shopify-instantsearch .ais-page .ais-RefinementList-item.ais-RefinementList-item--selected:after {
  content: "";
  position: absolute;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  height: .6rem;
  width: 1.1rem;
  margin-block-start: -.1rem;
  border-block-start: .2rem solid #fff;
  border-inline-end: .2rem solid #fff;
  transform: rotate(135deg);
  left: 4px;
  top: 11px;
  z-index: 100;
}

#algolia-shopify-instantsearch .ais-page .ais-facet--label {
  color: #000;
  font-size: 13px;
  margin-top: 1px;
  white-space: normal;
}

#algolia-shopify-instantsearch .ais-page .ais-Pagination-item--selected .ais-Pagination-link {
  background: #000;
  color: #fff;  
}

.ais-page .ais-Pagination-list {
	padding-top: 40px;
}