/* CSS Document */
html.js.u-overflow-hidden {
  overflow: visible;
}
body {
  font-family: "Poppins", sans-serif;
  background: #f7f7f7;
  font-size: 1rem;
}
:root {
  --default-content-width: calc(100% - 2em);
}
.t-main-content-element {
  max-width: calc(100% - 2em);
  min-height: 700px;
}
#js-BASK .t-main-content-element {
  max-width: calc(100% - 2em);
}
.text-center {
  text-align: center;
}
.c-button {
  font-weight: 600;
}
.u-color-gray-20, .u-color-gray-300 {
  color: #767676;
}
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}
.x-breadcrumbs__list {
  max-width: 100%;
}
/* ::::: Header ::::: */
.t-site-header {
  border-bottom: none;
}
.header__outer-container {
  position: relative;
  background: #fff;
  max-width: 2600px;
  padding: .15em 0 0 0;
  width: 100%;
  transition: background .5s ease-in-out;
}
.t-site-header__basket-link .icon-cart {
  width: 20px;
  height: 20px;
}
svg.icon.icon-caret, .contact, .header__column, .header__search, .heading__logo {
  display: none;
}
.rt-mobile-header {
  display: flex;
  align-items: center;
}
.t-site-header__logo {
  margin-bottom: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.t-site-header__logo img {
  max-height: 60px;
  width: auto;
}
.search-is-active .header__search {
  display: block;
}
header.t-site-header {
  transition: opacity .3s ease-in-out;
  opacity: 1;
}
.near-bottom header.t-site-header {
  opacity: 0;
  pointer-events: none;
}
input.t-site-header__search-field::placeholder {
  transition: color .15s ease-in-out;
}
input.t-site-header__search-field:focus::placeholder {
  color: transparent;
}
.t-site-header__basket-link {
  background: transparent;
  background-color: transparent;
}
.c-form-input:focus-visible, .c-form-select__dropdown:focus-visible, .c-form-checkbox:focus-within {
  outline: none;
}
.x-category-tree {
  margin-bottom: 2.5em;
}
/* Mini Basket */
.x-mini-basket__image img {
  width: 100%;
}
.x-mini-basket__content {
  max-width: 30rem;
}
.x-mini-basket__image {
  height: 80px;
  width: 80px;
  border-radius: 8px;
}
/*** Locations Dropdown ***/
.t-global-location-nav {
  background-color: var(--white);
  border: var(--default-border-width) solid var(--gray-200);
  border-radius: 12px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
  max-width: 33rem;
  padding: 1.25rem .75rem 1rem;
  position: absolute;
  right: 0;
  top: 100%;
  width: 104vw;
}
.t-global-account {
  border-radius: 12px;
}
ul.location-Menu {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: row;
  gap: 2px 8px;
  flex-wrap: wrap;
}
.location-Menu li.location-icon {
  width: 49%;
  padding: 5px;
  background: white;
  transition: background .2s ease;
}
.location-Menu li.location-icon:hover {
  background: #eeeeee;
}
li.location-icon img {
  max-width: 70px;
  border-radius: 7px;
}
a.location-nav-link {
  display: flex;
  width: 100%;
  flex-direction: row;
  text-decoration: none;
}
span.location-nav-title {
  display: flex;
  align-items: center;
  margin-left: 11px;
  font-weight: 600;
  font-size: .9em;
}
.x-transfigure-navigation .c-navigation__list:hover > .mega-menu::before, .x-transfigure-navigation .c-navigation__list:focus-within > .mega-menu::before {
  content: "";
  display: block;
  height: 2.75em;
  position: absolute;
  top: -1.95em;
  width: 100%;
}
span.drop__image {
  display: block;
  aspect-ratio: 1 / 1;
  background-size: cover;
  width: 100%;
  height: auto;
}
span.drop__image {
  max-width: 150px;
  align-items: center;
  transition: transform .3s ease-in-out;
  transform: translateY(0)
}
.c-navigation__link:hover > span.drop__image {
  transform: translateY(-6px);
}
span.drop__image {
  max-width: 150px;
  align-items: center;
  transition: transform .2s ease-in-out;
  transform: translateY(0)
}
.drop__image + span {
  margin-top: 1em;
}
span.drop__image:after {
  display: none;
}
.t-site-footer .x-collapsible-content__item:not(#social_active):not(fieldset) {
  grid-template-rows: repeat(10, auto);
}
.header__search {
  margin-left: 1.6rem;
}
.small-menu {
  display: flex;
}
.small-menu {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
/* ::::: Storefront :::::: */
.sfnt-gallery-image-container, .sfnt-gallery-image-container img {
  width: 100%;
}
.sfnt-header-gallery {
  aspect-ratio: 2000 / 850;
  position: relative;
}
.sfnt-header-gallery .swiper-button-next, .sfnt-header-gallery .swiper-button-prev {
  z-index: 2;
  background: rgb(255 255 255 / 90%);
  border-radius: 100%;
  width: 42px;
  height: 42px;
}
.sfnt-header-gallery .swiper-button-next:after, .sfnt-header-gallery .swiper-button-prev:after {
  font-weight: bold;
  font-size: 1.4em;
  height: 20px;
  width: 8px;
  color: black;
}
.sfnt-header-gallery .swiper-button-prev:after {
  width: 14px;
}
.swiper-button-next, .swiper-button-prev {
  z-index: 2 !important
}
.sfnt-header-gallery .swiper-button-next, .sfnt-header-gallery .swiper-button-prev {
  z-index: 2;
  background: rgb(255 255 255 / 90%);
  border-radius: 100%;
  width: 42px;
  height: 42px;
  opacity: 0;
  transform: translateY(16px);
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
}
.sfnt-header-gallery .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.sfnt-header-gallery:hover .swiper-button-next, .sfnt-header-gallery:hover .swiper-button-prev {
  opacity: 1;
  transform: translateY(0);
}
.sfnt-header-gallery:hover .swiper-button-prev.swiper-button-disabled {
  opacity: .5;
}
.headerFadeGallery .swiper-slide img {
  width: 100%;
}
/* On Trend Gallery */
.sfnt-on-trend-container {
  display: flex;
  flex-direction: row;
  min-height: 380px;
  background: #EAEEEC;
  background: linear-gradient(101deg, rgba(234, 238, 236, 1) 0%, rgba(183, 189, 185, 1) 100%);
  width: 100%;
}
.on-trend-gallery-container {
  position: relative;
  display: flex;
  width: 63%;
  overflow-x: clip;
}
.on-trend-title {
  display: flex;
  flex-direction: column;
  width: 36%;
  max-width: 40%;
  padding: 3em 1em 2em 2em;
  /*min-height: 420px;*/
}
span.trend-title, h1.trend-title {
  font-weight: bold;
  font-size: 6em;
  line-height: 98px;
}
span.trend-description {
  font-weight: 600;
  font-size: 1.5em;
}
.on-trend-gallery .header-slide-container {
  margin-top: -1em;
  user-select: none;
}
.on-trend-gallery .swiper-button-next, .on-trend-gallery .swiper-button-prev, .wwd-gallery .swiper-button-next, .wwd-gallery .swiper-button-prev {
  background: rgb(255 255 255);
  border-radius: 100%;
  width: 48px;
  height: 48px;
  opacity: 1;
  border: solid 2px #9b9b9b;
  margin-top: -2em;
}
.on-trend-gallery .swiper-button-next:after, .on-trend-gallery .swiper-button-prev:after, .wwd-gallery .swiper-button-next:after, .wwd-gallery .swiper-button-prev:after {
  font-weight: bold;
  font-size: 1.4em;
  height: 20px;
  width: 8px;
  color: #9b9b9b;
}
.on-trend-gallery .swiper-button-prev:after, .wwd-gallery .swiper-button-prev:after {
  width: 14px;
}
.on-trend-gallery .swiper-button-next:hover, .on-trend-gallery .swiper-button-prev:hover, .wwd-gallery .swiper-button-next:hover, .wwd-gallery .swiper-button-prev:hover {
  opacity: .8;
}
.on-trend-gallery, .wwd-gallery {
  width: 100%;
  height: 100%;
}
.on-trend-gallery .swiper-slide, .wwd-gallery .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  box-shadow: 0px 21px 9px -15px rgb(0 0 0 / 13%);
  overflow: hidden;
}
.on-trend-gallery .swiper-slide img, .wwd-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.sfnt-header-about {
  padding: .8em;
}
.sfnt-about {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #DDE2DE;
  background: linear-gradient(223deg, rgba(221, 226, 222, 1) 0%, rgba(228, 230, 229, 1) 100%);
  padding: 3.5em 1.5em;
}
.sfnt-about .description p {
  font-size: 1.2em;
  margin: 0;
}
p.landing-subtext {
  margin: 0 auto;
  font-size: 1.2em;
}
.about-logo {
  margin-right: 1.5em;
}
.about-logo img {
  min-width: 140px;
}
section.sfnt-Featured-Event-Container, section.sfnt-Design-Centers-Container {
  position: relative;
  display: block;
  aspect-ratio: 2000 / 1130;
  width: 100%;
  margin-bottom: 1em;
}
section.sfnt-Design-Centers-Container {
  aspect-ratio: 2000 / 452;
  min-height: 250px;
}
.FE-Background {
  background-image: url("https://townandcountry.com/cdn-cgi/image/width=480,quality=75/images/2025/landing-assets/Featured-Event-May-2025b.jpg");
  background-size: cover;
  background-position: center;
}
.DC-Background {
  background-image: url("https://townandcountry.com/cdn-cgi/image/width=480,quality=75/images/2025/landing-assets/Design-Centers-HP-Image-May-2025.jpg");
  background-size: cover;
  background-position: center;
}
.primary-location-image img {
  width: 100%;
}
@media (min-width: 768px) {
  .FE-Background {
    background-image: url("https://townandcountry.com/cdn-cgi/image/width=768,quality=75/images/2025/landing-assets/Featured-Event-May-2025b.jpg");
  }
  .DC-Background {
    background-image: url("https://townandcountry.com/cdn-cgi/image/width=768,quality=75/images/2025/landing-assets/Design-Centers-HP-Image-May-2025.jpg");
  }
}
@media (min-width: 1024px) {
  .FE-Background {
    background-image: url("https://townandcountry.com/cdn-cgi/image/width=1024,quality=75/images/2025/landing-assets/Featured-Event-May-2025b.jpg");
  }
  .DC-Background {
    background-image: url("https://townandcountry.com/cdn-cgi/image/width=1024,quality=75/images/2025/landing-assets/Design-Centers-HP-Image-May-2025.jpg");
  }
}
@media (min-width: 1600px) {
  .FE-Background {
    background-image: url("https://townandcountry.com/cdn-cgi/image/width=1600,quality=75/images/2025/landing-assets/Featured-Event-May-2025b.jpg");
  }
  .DC-Background {
    background-image: url("https://townandcountry.com/cdn-cgi/image/width=1600,quality=75/images/2025/landing-assets/Design-Centers-HP-Image-May-2025.jpg");
  }
}
@media (min-width: 1900px) {
  .FE-Background {
    background-image: url("https://townandcountry.com/cdn-cgi/image/width=2000,quality=75/images/2025/landing-assets/Featured-Event-May-2025b.jpg");
  }
  .DC-Background {
    background-image: url("https://townandcountry.com/cdn-cgi/image/width=2000,quality=75/images/2025/landing-assets/Design-Centers-HP-Image-May-2025.jpg");
  }
}
.FE-Background, .DC-Background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  top: 0;
}
.FE-Text, .DC-Text {
  position: absolute;
  display: flex;
  z-index: 2;
  top: 1.5em;
  right: 2em;
  flex-direction: column;
  align-items: flex-end;
  max-width: 600px;
  width: 100%;
}
span.FE-title, .DC-title {
  font-size: 4em;
  font-weight: bold;
  line-height: .95em;
  color: white;
  text-shadow: -2px 3px 6px rgb(0 0 0 / 25%);
}
.DC-Text, .DC-title {
  text-shadow: none;
}
.FE-description, .DC-description {
  text-align: right;
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.2em;
  color: white;
  text-shadow: -2px 3px 6px rgb(0 0 0 / 25%);
  margin: .25em 0;
}
.FE-description {
  text-shadow: 0px 1px 4px rgb(0 0 0 / 80%);
}
.DC-description, .FE-description {
  font-size: 1.15em;
  padding: .75em 0 .75em;
  font-weight: 600;
}
.DC-title, .DC-description {
  color: black;
}
.DC-Background-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #DDE2DE;
  background: -webkit-linear-gradient(127deg, rgba(221, 226, 222, 1) 22%, rgba(221, 226, 222, 0) 59%);
  background: -o-linear-gradient(127deg, rgba(221, 226, 222, 1) 22%, rgba(221, 226, 222, 0) 59%);
  background: linear-gradient(217deg, rgba(221, 226, 222, 1) 22%, rgba(221, 226, 222, 0) 59%);
}
.Featured-button {
  display: flex;
  background: white;
  padding: 1em 1.25em 1em 2em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 2em;
  font-size: 1.15em;
  align-items: center;
  transition: box-shadow .2s ease;
}
.Featured-button:hover {
  box-shadow: 0px 0px 7px #000;
}
a.Featured-button.DC-button {
  background: black;
  color: white;
}
.Featured-button .icon.icon-caret {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  transform: rotate(270deg) translateX(0);
  transition: transform .2s ease;
}
.Featured-button:hover .icon.icon-caret {
  transform: rotate(270deg) translateY(6px);
}
span.FE-description {
  text-align: right;
}
/* SFNT - Social */
section.sfnt-social {
  display: flex;
  flex-direction: column;
  background: #E7E0D6;
  background: linear-gradient(116deg, rgba(231, 224, 214, 1) 0%, rgba(217, 208, 190, 1) 100%);
}
.Social-Top {
  display: flex;
  flex-direction: column;
  padding: .5em 2em 0;
}
span.SC-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
span.SC-title-container > span {
  font-size: 5em;
  font-weight: bold;
}
.social-icons .t-global-footer-social__link {
  font-size: 1.5em;
}
.social-icons .t-global-footer-social__list {
  margin-bottom: 1em;
}
/* ::::: Category Pages */
#js-CTGY.t-page-ctgy main {
  min-height: 1000px;
}
.t-page-ctgy .x-breadcrumbs {
  max-width: calc(100% - 2em);
}
.t-page-ctgy ul.x-breadcrumbs__list {
  margin: 0;
}
mmx-message, mmx-card, mmx-product-card {
  background: white !important;
  display: flex !important;
  padding: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 1em;
}
.x-hero img {
  width: 100%;
  border-radius: 1em;
}
.mmx-product-list__header {
  display: none !important;
  opacity: 0;
}
img.x-product-list__image {
  width: 100%
}
/* ::::: Mini Basket ::::: */
.x-mini-basket__content {
  margin: 1em;
  border-radius: 22px;
}
.x-mini-basket__subtotal {
  display: none;
}
.x-mini-basket__total {
  display: none;
}
/* ::::: Newsletter / MailChimp ::::: */
.sfnt-about.NL {
  flex-direction: column;
}
.NL .page-title {
  font-size: 4em;
  font-weight: bold;
}
.NL .page-title {
  font-size: 4em;
  font-weight: bold;
  margin: 0;
}
.NL .newsletter-text {
  font-size: 1.2em;
  text-align: center;
}
.NL #mc-embedded-subscribe-form {
  width: 100%;
}
.MC-Container {
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
div#mc_embed_signup {
  width: 100%;
  max-width: 600px;
}
input#mce-EMAIL {
  width: 100%;
  min-height: 3em;
  border-radius: 3em;
  padding-left: 1em;
  outline: none;
}
input#mc-embedded-subscribe.button {
  position: absolute;
  bottom: 0;
  right: -2px;
  height: 3.18em;
  margin: 0 !important;
  border-radius: 3em;
  width: 25%;
  min-width: 100px !important;
  background: black;
  font-weight: bold;
  transition: box-shadow .2s ease;
  letter-spacing: 1px;
}
#mc_embed_signup .button:hover {
  background-color: #000 !important;
  box-shadow: 0 0 5px #000;
}
@media screen and (max-width: 1023px) {
  .t-site-header__basket-link .icon-cart {
    width: 22px;
    height: 22px;
  }
  input.t-site-header__search-field::placeholder {
    opacity: 1;
  }
  input.t-site-header__search-field:focus::placeholder {
    color: transparent;
  }
  .sfnt-on-trend-container {
    flex-direction: column;
  }
  .on-trend-title {
    width: 100%;
    max-width: 100%;
    padding: 1.5em 1em 2em 2em;
  }
  .on-trend-gallery-container {
    width: 100%;
    padding: 0 1.85em;
  }
  .sfnt-on-trend-container {
    padding-bottom: 1.5em;
  }
  .t-site-header {
    z-index: 5;
  }
  .x-transfigure-navigation .mega-menu .c-navigation__link {
    justify-content: left;
  }
  .mega-menu .drop__image {
    margin-right: 1em;
  }
  .c-navigation__link {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .75px;
  }
  .header__search {
    display: block;
    margin-left: 0;
  }
  .t-site-header__search-form {
    margin: 0 var(--default-spacing-unit) var(--default-spacing-unit);
  }
  .t-site-header__logo {
    padding: 0 .75em;
  }
  .sfnt-about .description p {
    font-size: 1em;
    margin: 0;
  }
  p.landing-subtext {
    font-size: 1em;
  }
  .ctgy-prod-list {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .about-logo {
    display: none;
  }
  .sfnt-about {
    padding: 1.5em 1.5em;
  }
  .FE-Text, .DC-Text {
    position: relative;
    display: flex;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    width: 100%;
    top: 0;
    right: 0;
    max-width: 100%;
    padding-bottom: 1em;
  }
  .FE-Background, .DC-Background {
    position: relative;
    width: 100%;
    height: 100%;
  }
  span.FE-description, span.DC-description {
    padding-right: 1em;
    color: black;
    text-align: center;
    padding: 1em 1em;
    text-shadow: none;
  }
  span.FE-title, .DC-title {
    font-size: 2.25em;
    color: #000000;
    padding: .5em .5em 0;
    text-shadow: none;
    text-align: center;
  }
  section.sfnt-Featured-Event-Container, section.sfnt-Design-Centers-Container {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    background: linear-gradient(31deg, rgb(238 226 216) 0%, rgb(245 238 233) 100%);
  }
  section.sfnt-Design-Centers-Container {
    aspect-ratio: unset;
  }
  section.sfnt-Featured-Event-Container {
    background: linear-gradient(101deg, rgba(234, 238, 236, 1) 0%, rgba(183, 189, 185, 1) 100%);
  }
  .Featured-button {
    padding: .7em 1.25em .7em 2em;
  }
  .DC-Background-gradient {
    display: none;
  }
  .DC-Background {
    min-height: 250px;
  }
  /* LETS GET SOCIAL */
  .SC-title-container .Featured-button {
    display: none;
  }
  span.SC-title-container {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .Social-Top {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .SC-title-container {
    width: 100%;
    justify-content: center;
  }
  .social-icons {
    display: flex;
    flex-direction: column;
    width: 180px;
  }
  span.SC-title-container > span {
    font-size: 2.5em;
    margin-bottom: .5em;
  }
}
@media screen and (max-width: 764px) {
  .FE-Background, .DC-Background {
    background-position: center;
  }
}
@media screen and (max-width: 600px) {
  .NL .page-title {
    font-size: 2em;
    text-align: center;
  }
  span.trend-title {
    font-size: 4em;
  }
  p.text-center.newsletter-text br {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  header.t-site-header.u-bg-white {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
    background: none;
  }
  svg.icon.icon-caret {
    display: block;
  }
  img.location-icon {
    max-height: 18px;
  }
  .o-site-wrapper {
    margin-top: 140px;
  }
  .o-site-wrapper:not([id^="js-CTGY"]):not([id^="js-PROD"]):not([id^="js-SFNT"]):not([id^="js-DESIGN"]):not([id^="js-Featured"]):not([id^="js-ABUS"]) {
    margin-top: 160px;
  }
  .header__top {
    padding-block: 2.4rem;
    padding: .75em 1.25em;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .header__heading, .header__heading-link {
    display: flex;
    justify-self: start;
    align-items: center;
  }
  img.header__heading-logo {
    max-width: 290px;
  }
  h1.heading__logo {
    margin-bottom: 0;
  }
  .x-transfigure-navigation__content {
    padding-bottom: 1em;
    padding-top: 1em;
    padding: 0;
  }
  .c-navigation__link {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .75px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5em .75em;
    background: transparent;
  }
  .x-fasten-header--is-active .header__outer-container {
    background: rgb(255 255 255 / 85%);
    backdrop-filter: blur(20px);
  }
  .c-navigation__link.mega__link {
    padding-right: .25em;
    flex-direction: row;
  }
  svg.icon.icon-caret {
    position: relative;
    width: 20px;
    height: 20px;
  }
  .header__top-inner {
    display: grid;
    width: 100%;
    grid-template-columns: auto 1fr auto;
  }
  .header__top-inner {
    padding: 0 2.5em;
  }
  .header__search {
    margin-right: .8rem;
    display: inline-flex;
    align-items: center;
    align-self: center;
    justify-content: center;
  }
  .header__bottom-inner.container {
    padding: 0 3.55em 0 1.25em;
  }
  .t-site-header__search-form {
    width: 100%;
  }
  .x-search-preview__image {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .x-transfigure-navigation {
    position: unset;
  }
  .header__column {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: none;
  }
  .header__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.6rem;
  }
  .header__inline-menu {
    max-width: 100%;
  }
  .header__contact {
    justify-content: flex-end;
  }
  .contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
    font-size: 13px;
    position: absolute;
    bottom: 1.5em;
    right: 4.25em;
    display: none;
  }
  .header__icons {
    position: relative;
    display: flex;
    align-items: center;
    grid-area: icons;
    justify-self: end;
    padding-inline: .4rem;
    width: 146px;
    justify-content: space-between;
  }
  .t-site-header__search-form, .t-site-header__search-form:focus-within {
    border: none;
    border-radius: 1.5em;
    outline: none;
  }
  .t-site-header__search-form fieldset {
    position: relative;
    z-index: 2;
    background: white;
    border: .15rem solid #969696;
    border-radius: 1.5em;
    outline: none;
  }
  .x-search-preview {
    padding: 3.5em 1rem .7rem 1rem;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 1.5em;
    outline: none;
    border-radius: 0 0 30px 30px;
  }
  .t-site-header__search-icon {
    align-self: center;
    padding-left: .5em;
    padding-right: 1.25em;
    font-weight: bold;
    background: none;
  }
  .t-site-header__search-field {
    padding-left: 1.4em;
    font-weight: 600;
  }
  .small-menu__item {
    padding: .75em;
  }
  .small-menu__link {
    position: relative;
    /*padding: 1em;*/
    font-weight: 600;
    font-size: .85rem;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
    text-decoration: none !important;
  }
  .small-menu__link span:after {
    background-color: currentColor;
    bottom: -0.4em;
    content: "";
    height: 0.12em;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: bottom left;
    transition: transform 0.25s ease-out;
    width: 100%;
  }
  .t-global-account-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2em;
    width: 2em;
  }
  a.t-location-nav-toggle {
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
  }
  a.t-location-nav-toggle span {
    display: block;
    font-size: .85em;
    margin-top: 3px;
    line-height: 0;
    padding: 0 6px 0 6px;
  }
  .small-menu__link:is(:focus, :focus-within, :hover) span:after {
    transform: scaleX(1);
  }
  .t-global-account-toggle .icon-account {
    height: 20px;
    width: 20px;
  }
  .contact__text a {
    text-decoration: none;
  }
  .t-site-header__basket-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    gap: .4rem;
    margin-left: 0;
    padding-left: 1rem;
    padding-right: .5rem;
    width: auto;
    height: 2.4rem;
    background: transparent;
  }
  .t-site-header__basket-link:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: .05rem;
    height: 1.5rem;
    background-color: #ccc;
    transform: translateY(-50%);
  }
  .t-site-header__basket-link-quantity {
    position: absolute;
    top: .1rem;
    right: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    padding: .25em .55em .2em;
    height: 17px;
    width: 17px;
    line-height: 1;
    color: #fff;
    background-color: #000;
    border-radius: 100%;
    max-width: none;
    min-width: auto;
    font-size: 11px;
    opacity: 1;
  }
  .t-site-header__basket-link-quantity.mc-count-0 {
    opacity: 0;
  }
  /*** Mega Menu Modifications ***/
  .x-transfigure-navigation .c-navigation__list.has-child-menu:is(:focus, :focus-within, :hover) > .c-navigation__link span:after {
    transform: scaleX(1);
  }
  .dropdown-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.75em;
    letter-spacing: 1px;
    margin-top: .25em;
  }
  .c-navigation__list {
    position: unset;
  }
  a.c-navigation__link {
    flex-direction: column;
  }
  .x-transfigure-navigation .c-navigation__row:nth-child(2) .c-navigation__link:hover {
    background-color: unset;
  }
  .x-transfigure-navigation__row .c-navigation__row:nth-child(2) .c-navigation__list:not(.u-hidden--l, .is-hidden) {
    /*text-align: left;
    flex-basis: 100%;
    flex: 1 1 calc(25% - 16px);
    max-width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;*/
    flex: 1 1 auto;
  }
  .mega-menu {
    justify-content: center;
    /*max-height: 445px;
    overflow-y: auto;*/
  }
  .x-transfigure-navigation .c-navigation__list:hover > .mega-menu, .x-transfigure-navigation .c-navigation__list:focus-within > .mega-menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0px);
  }
  .x-transfigure-navigation__row .mega-menu {
    background-color: var(--white);
    padding: 0.5rem;
    position: absolute;
    width: auto;
    z-index: 100;
    left: 0;
    margin: 0;
    border-radius: 50px;
    box-shadow: 0 0 5px #9f9f9f;
    width: calc(100%);
    display: block;
    top: 8em;
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: all .2s ease-in-out;
    transition-delay: .25s;
  }
  .mega-menu.furnishings .c-navigation__list {
    width: 14%;
    max-width: 14%;
  }
  .mega-menu.more-event .c-navigation__list {
    width: 20%;
    max-width: 20%;
    margin-bottom: .5em;
  }
  .nav-background {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #c0c0c0ab;
    top: 0;
    pointer-events: none;
    opacity: 0;
    transition: opacity .6s ease-in-out, backdrop-filter .6s ease-in-out;
    z-index: 4;
  }
  .nav-hover-active .nav-background {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #c0c0c0ab;
    top: 0;
    opacity: 1;
    pointer-events: none;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    filter: brightness(105%);
  }
  .x-transfigure-navigation__row .c-navigation__row {
    display: flex;
    position: relative;
    border-radius: 30px;
  }
  .header__column .x-collapsible-content__item {
    transform: translateY(16px);
    pointer-events: none;
  }
  .header__column .x-collapsible-content__item[aria-hidden=false] {
    transition: visibility 0s ease, max-height 0.3s ease, opacity 0.3s ease, transform .25s ease-in-out;
    pointer-events: all;
    transform: translateY(0);
  }
  .header__outer-container {
    padding: 0.75em 0;
    border-radius: 119px;
    box-shadow: 0 0 5px #9f9f9f;
  }
  .rt-mobile-header {
    display: none;
  }
}
@media screen and (min-width: 1190px) {
  .contact {
    display: flex;
  }
}
@media screen and (max-width: 1100px) {
  .small-menu__item.Inspiration {
    display: none;
  }
}
@media screen and (max-width: 1190px) {
  /*.t-site-header__search-icon {
    display: none;
  }*/
  .c-navigation__link {
    font-size: 13px;
  }
  .small-menu__item {
    padding: .5em;
  }
  .small-menu__link {
    font-size: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  input.t-site-header__search-field::placeholder {
    color: transparent;
  }
}
@media screen and (max-width: 1360px) {
  .DC-Background-gradient {
    background: linear-gradient(217deg, rgba(221, 226, 222, 1) 40%, rgba(221, 226, 222, 0) 90%);
  }
}
@media screen and (min-width: 1360px) {
  .header__search {
    margin-left: 3.2rem;
  }
  .t-page-ctgy .x-breadcrumbs {
    max-width: calc(100% - 6em);
  }
}
@media screen and (min-width: 1920px) {
  section.sfnt-header-about {
    padding: 1.15em;
  }
  .on-trend-gallery .swiper-slide img {
    padding: 1em 0;
  }
}
/*.mc_signup {
    position: relative;
    margin: 0 auto;
    max-width: 820px;
  }
  #mc_embed_signup_scroll {
    min-height: 60px;
    padding-top: 1em;
  }
  .mc_email {
    position: absolute;
    width: 100%;
    height: 2em;
    font-size: 1em !important;
    font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, Verdana, sans-serif;
    display: block;
    padding: 0 0.4em;
    margin: 0 4% 10px 0;
    min-height: 2em;
    min-width: 130px;
    text-indent: 1em;
    border-radius: 2em !important;
  }
  .mc_subscribe {
    position: absolute;
    right: 0px;
    height: 3.5em !important;
    font-size: 1em !important;
  }*/
label.text-center.error, label.error-text, #mc_embed_signup label.error {
  margin: 0 auto;
  text-align: center !important;
  display: block;
  color: #000 !important;
}
/* ::::: Footer ::::: */
footer.t-site-footer.u-bg-white {
  background: #FAF5EE;
  background: linear-gradient(318deg, rgb(255 243 226) 0%, rgb(255 250 243) 100%);
}
@media (min-width: 48em) {
  .t-site-footer__content {
    padding-bottom: 1.5rem;
  }
  .t-site-footer {
    padding-top: 2.5rem;
  }
}
footer .c-button {
  font-weight: bold;
  letter-spacing: 1px;
}
.t-site-footer .c-menu__title, .t-site-footer .c-collapsible-menu__label {
  font-weight: 600;
}
.t-global-footer-social__link {
  padding: 0.3em;
  text-decoration: none;
  border-radius: var(--default-border-radius);
  outline: 2px solid;
  font-size: 1.25em;
}
.t-global-footer-social__link:hover {
  outline: 2px solid;
}
li.t-global-footer-social__list-item {
  transform: translateY(0);
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
}
li.t-global-footer-social__list-item:hover {
  transform: translateY(-4px);
  opacity: .8;
}
.t-site-footer__wrapper {
  max-width: 90%;
}
.t-site-footer__logos {
  justify-content: center;
  gap: 1.5em;
  padding-bottom: 1em;
}
.footer-logo-link:hover {
  opacity: .9;
}
.t-site-footer__logos img {
  max-width: 152px;
  width: 100%;
}
/* ::::: PRODUCT DISPLAY ::::: */
.o-layout.primary-product-container {
  /*flex-direction: row-reverse;*/
}
.multi-attribute-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: .5em;
}
form.o-layout__item.x-product-layout-purchase {
  max-width: 1000px;
}
.multi-attribute-item hr {
  border: none;
  border-bottom: 1px solid #d3d3d3;
  flex-grow: 1;
  margin: 0 .75em;
}
.multi-attribute-name-qty-c {
  display: flex;
  justify-content: center;
  align-items: center;
}
input.multi-attribute-name-qty {
  max-width: 50px;
  text-align: center;
  margin: 0 .4em 0 .2em;
}
span.attribute-price {
  min-width: 70px;
}
.x-product-layout-purchase__pricing, .x-product-layout-purchase__inventory-message, .x-product-layout-purchase__options, .x-product-layout-purchase__cta {
  max-width: 650px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.design-board {
  margin-top: .5em;
  background-color: #454340;
}
#zHolder {
  margin: 0 auto;
}
.newTabText {
  font-weight: 900;
  font-size: 1.2em;
  margin: 2em 0 .75em 0;
}
input.multi-attribute-name-qty[disabled] {
  background: #e7e7e7;
  border: solid 1px #c5c5c5;
}
.x-product-layout-images__thumbnail-list {
  margin-top: 1em;
}
.mz-thumb, .mz-thumb:focus {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ccc;
}
.mz-thumb img {
  border: 0;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
  padding: 4px;
}
/*.design-board {
    margin-top: .75em;
    background-color: transparent;
    color: black;
    border: solid 2px transparent;
    transition: border .25s ease-in-out;
    outline: none !important;
}*/
.design-board {
  margin-top: .75em;
  background-color: #454340;
}
.x-product-layout-purchase__sku {
  letter-spacing: .05em;
  color: #000;
}
/* ::::: CATEGORY DISPLAY ::::: */
.x-product-list__link {
  position: relative;
}
.x-product-list__item {
  display: block;
}
.x-product-list__link:hover, .x-subcategory-list__link:hover {
  text-decoration: none;
}
.x-product-list__item, .x-subcategory-list__item {
  background: white;
  padding: .5em;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
}
.prod figcaption, .x-subcategory-list__item figcaption {
  position: relative;
}
.prod figcaption:after, .x-subcategory-list__item figcaption:after {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  width: 30%;
  height: 2px;
  background: #838383;
  opacity: 0;
  bottom: 0;
  margin: 0 auto;
  transition: all 250ms ease;
  /*    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;*/
}
.prod:hover figcaption:after, .x-subcategory-list__item:hover figcaption:after {
  opacity: 1;
  transform: translateY(6px);
}
.x-product-list__name, .x-product-list__image, .x-subcategory-list__image, .x-subcategory-list__name {
  transition: all 250ms ease;
}
.prod:hover .x-product-list__name, .x-subcategory-list__item:hover .x-subcategory-list__name {
  transform: translateY(-3px);
}
.prod, .x-subcategory-list__item {
  transition: box-shadow 250ms ease;
}
.prod:hover, .x-subcategory-list__item:hover {
  box-shadow: -1px 0px 15px 0px #0000001f;
}
span.prod-image-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.x-product-list__image.hover-image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.prod:hover .x-product-list__image, .x-subcategory-list__item:hover .x-subcategory-list__image {
  opacity: 1;
  transform: scale(1.03)
}
section.x-subcategory-list, .x-product-list {
  margin-bottom: 3em;
}
/* Subcategory Layout */
img.x-subcategory-list__image {
  width: 100%;
}
.x-subcategory-list__name {
  font-weight: 900;
}
/* ::::: ACCOUNT & LOGIN ::::: */
.t-logn-block {
  margin: 3rem 0;
  padding: 0 6rem;
}
.t-logn-block:first-child {
  margin: 3rem 0 0;
}
.t-helpful-info {
  border-radius: 15px;
  max-width: 258px;
  align-items: center;
  padding-left: 1em !important;
  border: none;
  margin-top: 1em;
}
#js-BASK .t-helpful-info {
  max-width: 100%;
}
@media (min-width: 768px) {
  .x-product-list.subcategory {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .x-product-list.subcategory {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .t-main-content-element {
    max-width: calc(100% - 2em);
  }
}
@media (min-width: 1400px) {
  .t-main-content-element {
    max-width: calc(100% - 6em);
  }
  .x-product-list.subcategory {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (min-width: 2000px) {
  .x-product-list.subcategory {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
/* ::::: BASK ::::: */
@media (min-width: 60em) {
  .t-basket__alt-heading, .t-basket__product-contents, .t-basket__order-summary {
    border-radius: calc(var(--default-border-radius) * 4);
  }
}
/* ::::: Design Centers / Featured Events ::::: */
.location-credits {
  display: flex;
  gap: 10px;
  margin-top: 1.5em;
  align-items: center;
}
.primary-location-image img {
  border-radius: 30px;
}
span.credits-label {
  max-width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
span.credits {
  border-left: solid 1px;
  padding-left: 1em;
  line-height: 2em;
}
span.rotate-text {
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.sfnt-Design-Centers-Header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2em 1.5em;
  background: linear-gradient(223deg, rgba(221, 226, 222, 1) 0%, rgb(228 231 230) 100%);
}
.Design-title h1.trend-title {
  font-size: 1.75em;
  line-height: 1.25em;
  margin: .5em 0;
  display: block;
  text-align: center;
}
.sfnt-Design-Centers-Header {
  flex-direction: column;
}
.sfnt-Design-Centers-Header .spacer {
  display: none;
  height: 80px;
  width: 2px;
  background: #a3a3a3;
}
.Design-description {
  font-size: 1em;
}
.design-centers span.prod-image-container {
  aspect-ratio: 630 / 455;
}
.design-centers .x-product-list__item {
  padding: 0;
}
section.o-layout.x-product-list.design-centers {
  margin: 1.5em 0 2em;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.design-centers .x-product-list__item {
  padding: 0;
  max-width: calc(100% / 1 - 1.6em);
  background: linear-gradient(84deg, rgb(237 237 237) 0%, rgb(221 229 224 / 75%) 100%);
  transition: box-shadow .7s ease;
}
.design-centers .x-product-list__figure {
  gap: .5rem;
}
.design-centers strong.x-product-list__name {
  font-size: 1.25em;
}
span.location-description {
  font-size: .85em;
  padding: 0 .5em .5em;
}
section.design-center-info-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  margin: 1em 0em;
  background: -webkit-linear-gradient(354deg, rgb(237 237 237) 0%, rgb(221 229 224 / 75%) 100%);
  background: -o-linear-gradient(354deg, rgb(237 237 237) 0%, rgb(221 229 224 / 75%) 100%);
  background: linear-gradient(84deg, rgb(237 237 237) 0%, rgb(221 229 224 / 75%) 100%);
}
.location-text, .featured-event-text {
  padding: 1em 1em 0;
  position: relative;
}
.location-gallery .on-trend-gallery-container {
  position: relative;
  display: flex;
  width: 100%;
  overflow-x: clip;
}
.location-gallery .on-trend-gallery .header-slide-container, .location-gallery .wwd-gallery .header-slide-container {
  margin: 1em 0 1em;
  user-select: none;
}
.location-gallery .on-trend-gallery .swiper-button-next, .location-gallery .on-trend-gallery .swiper-button-prev {
  background: rgb(255 255 255);
  border-radius: 100%;
  width: 48px;
  height: 48px;
  opacity: 1;
  border: solid 2px #9b9b9b;
  margin-top: -1.5em;
}
img.location-primary-image {
  border-radius: 30px;
  width: 100%;
}
.location-gallery {
  padding: 1em;
}
img.location-primary-image, .location-gallery .on-trend-gallery .swiper-slide img {
  cursor: zoom-in;
}
.design-center-info-container iframe.responsive-map {
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.location-contact {
  text-align: center;
  padding: 2em 1em;
  line-height: 1.72em;
  order: -1;
}
.more-location-gallery {
  position: relative;
}
.more-locations-wrapper h2.c-heading-charlie {
  text-align: center;
  padding: 0 .25em;
}
.more-locations-wrapper {
  padding: 1em;
  margin-bottom: 2em;
  background: linear-gradient(84deg, rgb(231 230 218) 0%, rgb(235 233 231 / 75%) 100%);
  overflow-x: clip;
}
img.pswp__img.pswp__img--placeholder {
  display: none;
}
img.pswp__img {
  transition: opacity .6s ease;
  opacity: 0;
}
.loaded img.pswp__img {
  opacity: 1;
}
@media (min-width: 768px) {
  .location-contact {
    order: 1;
  }
  section.o-layout.x-product-list.design-centers {
    padding: 0em 2em;
  }
  .design-centers .x-product-list__item {
    max-width: calc(100% / 2 - 1.6em);
  }
  span.location-description {
    font-size: 1.12em;
  }
  .design-centers .x-product-list__figure {
    gap: 1.25rem;
  }
  .sfnt-Design-Centers-Header {
    flex-direction: row;
    gap: 1.5em;
    padding: 1.5em 2em;
  }
  .Design-title h1.trend-title {
    white-space: nowrap;
    font-size: 3em;
  }
  .sfnt-Design-Centers-Header .spacer {
    display: block;
  }
  .Design-description {
    font-size: 1.15em;
  }
  .design-centers strong.x-product-list__name {
    font-size: 1.75em;
  }
  section.design-center-info-container {
    margin: 2em 2em;
  }
  .location-text, .featured-event-text {
    padding: 2em 2em 2em;
  }
  strong.event-title {
    font-size: 1.5em;
  }
}
@media (min-width: 960px) {
  .dropdown_image {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .has-child-menu:hover .dropdown_image[src] {
    opacity: 1;
  }
  #js-DESIGNC .sfnt-header-gallery {
    margin-top: -120px;
  }
  .Design-title h1.trend-title {
    font-size: 3em;
  }
  .design-centers .x-product-list__item {
    max-width: calc(100% / 3 - 1.6em);
  }
  .x-breadcrumbs {
    margin: 0 auto calc(var(--default-spacing-unit) * 2);
    max-width: calc(100% - 6em);
    width: 100%;
  }
  section.design-center-info-container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 2em;
    gap: 2em;
  }
  .x-transfigure-navigation .c-navigation__link span:after {
    height: 2px;
  }
}
@media (min-width: 1200px) {
  .Design-title h1.trend-title {
    font-size: 5em;
  }
  .location-text p {
    position: sticky;
    top: 150px;
  }
  .featured-event-description {
    position: sticky;
    top: 150px;
  }
}
@media (min-width: 2000px) {
  .Design-title h1.trend-title {
    font-size: 5em;
  }
  .design-centers .x-product-list__item {
    max-width: calc(100% / 4 - 1.6em);
  }
}
.location-gallery .on-trend-gallery .swiper-slide img {
  padding: 0;
}
/* ::::: SLICK ::::: */
.x-carousel__button-left.u-icon-chevron-left.slick-arrow, .x-carousel__button-right.u-icon-chevron-right.slick-arrow {
  z-index: 2;
  background: rgb(255 255 255 / 90%);
  border-radius: 100%;
  width: 42px;
  height: 42px;
  opacity: 1;
  transform: translateY(40px);
  transition: transform .25s ease-in-out, opacity .25s ease-in-out;
  cursor: pointer;
  top: calc(50% - 40px);
  position: absolute;
  left: 20px;
  border: none;
  opacity: 0;
}
.slick-slider:hover .x-carousel__button-left.u-icon-chevron-left.slick-arrow, .slick-slider:hover .x-carousel__button-right.u-icon-chevron-right.slick-arrow {
  opacity: 1;
  transform: translateY(16px);
}
.x-carousel__button-right.u-icon-chevron-right.slick-arrow {
  left: auto;
  right: 7px;
}
/* ::::: Quote / Basket / Confirmation Pages ::::: */
.t-checkout-customer-summary {
  padding: 1em;
}
.aboutEventInfo {
  padding: 1em;
}
.x-mini-basket__item-price {
  width: auto;
}
/* ::::: Back to top button ::::: */
#goUpButton {
  position: fixed;
  display: flex;
  bottom: 5.5em;
  right: -2.25rem;
  z-index: 2;
  background: #474747;
  background: #000000;
  color: white;
  border-radius: 0;
  cursor: pointer;
  transition: .25s all ease-in-out;
  height: 2.25em;
  width: 2.25em;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}
#goUpButton.pullIn {
  right: 1.8em;
}
.u-icon-triangle-up {
  transition: transform .3s ease;
}
#goUpButton:hover .u-icon-triangle-up {
  transform: translateY(-4px)
}
/* ::::::::::  Tent Division :::::::::: */
.frameLanding.LP .page-title {
  margin-top: 0;
  font-size: 5em;
  font-weight: 900;
  margin-bottom: 0;
}
.button-2023 {
  background: #161616;
  color: white;
  border-radius: 2em;
  padding: 0.5em 1em;
  border: none;
  font-weight: 600;
  margin: 0 0 .5em;
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.tent-inquiry-container {
  max-width: 1750px;
}
.tent-inquiry-container {
  display: flex;
  flex-basis: auto;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-top: .54em;
  padding-left: 1em;
  grid-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 22px;
  margin-bottom: 2.5em;
}
.tent-inquiry-item.inquiry-gallery {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  text-align: center;
  width: 30%;
}
a.gal-image {
  width: 100%;
}
.gal-image img {
  width: 100%;
}
p.inquiry-header {
  margin: .25em 0;
  font-size: 1.15em;
  font-weight: 600;
}
/* ::::::::::  Tent Division Form :::::::::: */
.empty-container {
  height: 1200px;
}
#Tent-Build--container .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.Tent-Build--popup h3.c-heading-alpha {
  margin-bottom: .75em;
}
/* Hide the browser's default radio button */
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #d1d1d1;
  border-radius: 5px;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  /*background-color: #2196F3;*/
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.container .checkmark:after {
  /*top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;*/
  top: 5px;
  left: 5px;
  width: 15px;
  height: 15px;
  border-radius: 3px;
  background: #101010;
}
.tent-build-label {
  font-size: 1em;
  padding-bottom: 1em;
}
.building-tent-form .radio {
  margin-bottom: 2em;
}
.building-tent-form h3.c-heading-alpha {
  color: black !important;
  margin-bottom: .7em;
}
input#NumberOfGuests {
  border: none;
  border-bottom: solid 1px #000;
  border-radius: 0;
  box-shadow: none;
  max-width: 85%;
}
#Tent-Build--container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgb(255 255 255 / 80%);
  display: none;
  text-align: center;
  padding: 0 .5em;
}
.tent-build-wrapper {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tent-build-wrapper::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.Tent-Build-BG {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.Tent-Build--popup {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  width: 98%;
  width: calc(100% - 10px);
  max-width: 800px;
  cursor: auto;
  box-shadow: 0 0px 30px #00000094;
  background-color: white;
  color: #000;
  /* text-align: center; */
  border-radius: 18px;
  border-color: #000;
  border-width: 2px;
  height: calc(100vh - 150px);
  padding: 2em;
}
.Tent-Build-close-button {
  position: absolute;
  width: 40px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: #000000;
  border: 0;
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: #ffffff;
  font-size: 28px;
  user-select: none;
  z-index: 100;
  font-weight: 600;
  border-radius: 100%;
  line-height: 0;
}
.Tent-Build-close-button span {
  /* height: 20px; */
  display: block;
  /* width: 20px; */
  /* line-height: 0; */
  padding-left: 2px;
  position: relative;
}
.building-tent-form {
  position: relative;
  overflow: auto;
  display: block;
  height: 85%;
}
.button-2023.tent-submit {
  border-radius: 3px;
  text-align: center;
  padding: 1em;
  width: calc(100% - 20px);
  margin-bottom: 3em;
}
/* custom scrollbar */
.building-tent-form {
  --sb-track-color: #ffffff;
  --sb-thumb-color: #999396;
  --sb-size: 6px;
}
.building-tent-form::-webkit-scrollbar {
  width: var(--sb-size);
}
.building-tent-form::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}
.building-tent-form::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
}
@supports not selector(::-webkit-scrollbar) {
  .building-tent-form {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
.t-site-footer #mc_embed_signup_scroll {
  position: relative;
}
/* ::::::::::  About Us :::::::::: */
.About-Us-Section {
  display: flex;
}
.about-image, .about-copy {
  width: 50%;
  background: linear-gradient(223deg, rgb(230 237 232) 0%, rgba(228, 230, 229, 1) 100%);
}
.about-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
}
.copy-content-container {
  position: sticky;
  top: 130px;
  display: flex;
  flex-direction: column;
  width: 620px;
  padding-bottom: 1em;
}
.about-image {
  overflow: hidden;
}
h1.about-header {
  font-size: 4.5em;
  font-weight: 900;
}
span.about-us-content {
  font-size: 1.1em;
}
@media (min-width: 769px) {
  .About-Us-Section:nth-child(odd) .about-image {
    order: 2;
  }
}
@media (max-width: 768px) {
  .About-Us-Section {
    flex-direction: column;
  }
  .about-image, .about-copy {
    width: 100%;
  }
  span.about-us-content {
    font-size: .9em;
  }
  h1.about-header {
    font-size: 2.5em;
    font-weight: 900;
  }
  .about-copy {
    order: -1;
}
}