.clp-tiles .clp-column { display: grid; grid-row-gap: 32px; }

.clp-tiles .clp-one-row { display: grid; grid-template-columns: 1fr; width: 100%; }

.clp-tiles .clp-two-row,
.clp-tiles .clp-switch-row { display: grid; grid-template-columns: repeat(2, auto); grid-gap: 32px; width: 100%; }

.clp-tiles .clp-three-row { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 32px; width: 100%; }

.clp-tiles .clp-four-row { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 32px; width: 100%; }

.clp-tiles .clp-link { display: flex; flex-flow: column; border-bottom: 1px solid #DFDFDF; color: inherit; text-decoration: inherit; transition: all 0.3s ease; }

.clp-tiles .clp-title:before { color: #ED1C24; opacity: 0; position: absolute; right: 5px; content: ""; background-image: url("https://flooranddecor.a.bigcontent.io/v1/static/icon-arrow-right-small-red"); background-size: 100%; width: 24px; height: 24px; display: block; transition: all 0.3s ease; }

.clp-tiles .clp-link:hover { color: #ED1C24; border-color: #ED1C24; }

.clp-tiles .clp-link:hover .clp-title:before { opacity: 1; transition: all 0.3s ease; }

.clp-tiles .clp-link img { display: block; flex: 0 1 auto; }

.clp-tiles .clp-title { padding: 16px 0px; cursor: pointer; display: block; position: relative; flex: 1 1 auto; }

.clp-tiles .clp-title > h3 { font: bold 20px Roboto, Arial, sans-serif; line-height: 24px; letter-spacing: 2px; text-transform: uppercase; margin: 0px; width: calc(100% - (24px + 5px)); }

.clp-tiles .no-border { border-bottom: none !important; }

.clp-tiles_access { font: 16px Roboto, Arial, sans-serif; margin-top: -12px; padding-bottom: 16px; }

.__live-text__ { display: none; }

@media (min-width: 1440px) {
  .clp-tiles { width: 1128px; }

  .clp-tiles .header { font: bold 24px Roboto, Arial, sans-serif; line-height: 32px; letter-spacing: 2px; text-transform: uppercase; text-align: center; margin: 0px; }

  .clp-tiles .subheader { font: 18px Roboto, Arial, sans-serif; line-height: 1.25; text-align: center; margin: 0 auto 32px; }

  .clp-tiles .divider { width: 100px; height: 4px; background: #ED1C24; margin: 12px auto 32px auto; }

  .clp-tiles .divider:has(+ .subheader) { margin: 12px auto 16px; }

  .clp-tiles .img-full { width: 1128px !important; height: 355px !important; display: block; object-fit: cover; }

  .clp-tiles .img-twothird { width: 742px !important; height: 355px !important; display: block; object-fit: cover; }

  .clp-tiles .img-half { width: 548px !important; height: 355px !important; display: block; object-fit: cover; }

  .clp-tiles .img-third { width: 355px !important; height: 355px !important; display: block; object-fit: cover; }

  .clp-tiles .img-quarter { width: 258px !important; height: 258px !important; display: block; object-fit: cover; }

  .clp-tiles .link-third { max-width: 355px; }

  .visible-xs { display: none !important; }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .clp-tiles { width: 832px; margin: auto; }

  .clp-tiles .header { font: bold 24px Roboto, Arial, sans-serif; line-height: 32px; letter-spacing: 2px; text-transform: uppercase; text-align: center; margin: 0px; }

  .clp-tiles .subheader { font: 18px Roboto, Arial, sans-serif; line-height: 1.25; text-align: center; margin: 0 auto 32px; }

  .clp-tiles .divider { width: 100px; height: 4px; background: #ED1C24; margin: 12px auto 32px auto; }

  .clp-tiles .divider:has(+ .subheader) { margin: 12px auto 16px; }

  .clp-tiles .clp-title > h3 { font: bold 16px Roboto, Arial, sans-serif; line-height: 20px; }

  .clp-tiles .img-full { width: 832px !important; height: 256px !important; display: block; object-fit: cover; }

  .clp-tiles .img-twothird { width: 544px !important; height: 256px !important; display: block; object-fit: cover; }

  .clp-tiles .img-half { width: 400px !important; height: 256px !important; display: block; object-fit: cover; }

  .clp-tiles .img-third { width: 256px !important; height: 256px !important; display: block; object-fit: cover; }

  .clp-tiles .img-quarter { width: 184px !important; height: 184px !important; display: block; object-fit: cover; }

  .clp-tiles .link-third { max-width: 256px; }

  .visible-xs { display: none !important; }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .clp-tiles { width: 100%; min-width: 768px; max-width: 832px; margin: auto; }

  .clp-tiles .header { font: bold 24px Roboto, Arial, sans-serif; line-height: 32px; letter-spacing: 2px; text-transform: uppercase; text-align: center; margin: 0px; }

  .clp-tiles .subheader { font: 18px Roboto, Arial, sans-serif; line-height: 1.25; text-align: center; margin: 0 auto 32px; }

  .clp-tiles .divider { width: 100px; height: 4px; background: #ED1C24; margin: 12px auto 32px auto; }

  .clp-tiles .divider:has(+ .subheader) { margin: 12px auto 16px; }

  .clp-tiles .clp-link img { min-width: 100%; }

  .clp-tiles .clp-title > h3 { font: bold 16px Roboto, Arial, sans-serif; line-height: 20px; }

  .clp-tiles .img-full { width: 100%; max-width: 832px !important; height: 256px !important; display: block; object-fit: cover; }

  .clp-tiles .img-twothird { width: 100%; max-width: 544px !important; height: 256px !important; display: block; object-fit: cover; }

  .clp-tiles .img-half { width: 100%; max-width: 400px !important; height: 256px !important; display: block; object-fit: cover; }

  .clp-tiles .img-third { width: 100%; max-width: 256px !important; height: 256px !important; display: block; object-fit: cover; }

  .clp-tiles .img-quarter { width: 100%; max-width: 184px !important; height: 184px !important; display: block; object-fit: cover; }

  .clp-tiles .link-third { max-width: 256px; }

  .visible-xs { display: none !important; }
}

@media (max-width: 767px) {
  .clp-tiles { width: 100%; min-width: 280px; max-width: calc(100% - 40px); margin: auto; }

  .clp-tiles .header { font: bold 20px Roboto, Arial, sans-serif; line-height: 24px; letter-spacing: 2px; text-transform: uppercase; text-align: left; margin: 0px; }

  .clp-tiles .subheader { font: 16px Roboto, Arial, sans-serif; line-height: 1.25; text-align: left; margin: 0 0 32px; }

  .clp-tiles .divider { width: 100px; height: 4px; background: #ED1C24; margin: 12px 0px 32px 0px; }

  .clp-tiles .divider:has(+ .subheader) { margin: 12px 0 16px; }

  .clp-tiles .clp-column { display: grid; grid-row-gap: 20px; }

  .clp-tiles .clp-one-row,
  .clp-tiles .clp-switch-row { display: grid; grid-template-columns: 1fr; width: 100%; }

  .clp-tiles .clp-two-row,
  .clp-tiles .clp-three-row { display: grid; grid-template-columns: repeat(2, auto); grid-gap: 20px; width: 100%; }

  .clp-tiles .clp-four-row { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 20px; width: 100%; }

  .clp-tiles .clp-title > h3 { font: bold 12px Roboto, Arial, sans-serif; line-height: 16px; letter-spacing: 2px; text-transform: uppercase; margin: 0px; }

  .clp-tiles .img-full { width: 100%; min-width: 280px; height: auto; min-height: 140px; max-height: 355px; display: block; object-fit: cover; }

  .clp-tiles .img-twothird,
  .clp-tiles .img-half,
  .clp-tiles .img-third,
  .clp-tiles .img-quarter { width: 100%; min-width: 130px; height: auto; min-height: 130px; max-height: 355px; display: block; object-fit: cover; }

  .clp-tiles .clp-title:before { top: 13px; }

  .clp-tiles_access { font-size: 12px; }

  .hidden-xs { display: none !important; }
}