@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.hm-header-phone {
  align-items: center;
  color: #172969;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  line-height: 1.2;
  margin-left: auto;
  flex: 0 0 auto;
  text-transform: uppercase;
  white-space: nowrap; }

.hm-header-phone strong {
  color: #904220;
  font-size: 15px;
  letter-spacing: .02em; }

/* =========================================
   DESKTOP MEGA NAVIGATION
   Full-width navy background
   Menu content remains centered at 1180px
   ========================================= */
.hm-mega-nav {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background: #172969;
  z-index: 20; }

.hm-mega-nav__list {
  align-items: stretch;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0; }

.hm-mobile-nav {
  display: none; }

.hm-mega-nav__list li {
  list-style: none; }

.hm-mega-nav__item--has-panel {
  display: flex; }

.hm-mega-nav__list a,
.hm-mega-nav__trigger {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.2;
  padding: 18px 15px;
  text-transform: uppercase; }

.hm-mega-nav__item--has-panel .hm-mega-nav__link {
  padding-right: 5px; }

.hm-mega-nav__item--has-panel .hm-mega-nav__trigger {
  padding-left: 4px;
  padding-right: 11px; }

.hm-mega-nav__item--has-panel:hover .hm-mega-nav__link,
.hm-mega-nav__item--has-panel:hover .hm-mega-nav__trigger,
.hm-mega-nav__trigger[aria-expanded="true"] {
  background: #904220;
  color: #fff; }

.hm-mega-nav__list > li > a:hover,
.hm-mega-nav__trigger:hover {
  background: #904220;
  color: #fff; }

.hm-mega-nav__list > li > a:focus-visible,
.hm-mega-nav__trigger:focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: -3px !important; }

.hm-mega-panel {
  background: #fff;
  border: 1px solid #ded5cf;
  box-shadow: 0 12px 22px rgba(0, 0, 0, 0.18);
  left: 50%;
  max-width: 1180px;
  padding: 28px;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 100%; }

.hm-mega-panel[hidden] {
  display: none; }

.hm-mega-panel--island {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.1fr 1fr 1fr; }

.hm-mega-panel--links {
  display: grid;
  gap: 36px;
  grid-template-columns: 1.15fr 1fr 1fr; }

.hm-mega-panel--feet {
  display: grid;
  gap: 20px 32px;
  grid-template-columns: 1fr 1fr;
  max-width: 520px;
  padding: 20px 24px; }

.hm-mega-panel__eyebrow {
  color: #904220;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  margin: 0 0 7px;
  text-transform: uppercase; }

.hm-mega-panel h2 {
  color: #172969;
  font-size: 25px;
  line-height: 1.1;
  margin: 0 0 10px; }

.hm-mega-panel h3 {
  color: #904220;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin: 2px 0 10px;
  text-transform: uppercase; }

.hm-mega-panel p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 16px; }

.hm-mega-panel__text-link {
  border-bottom: 1px solid #ece7e3;
  color: #2f2f2b;
  display: block;
  font-size: 13px;
  padding: 5px 0; }

.hm-mega-panel__text-link:hover, .hm-mega-panel__text-link:focus {
  color: #904220; }

.hm-mega-panel--links a:not(.hm-mega-panel__all):not(.hm-mega-panel__landing-cta), .hm-mega-panel--feet a:not(.hm-mega-panel__all) {
  border-bottom: 1px solid #ece7e3;
  color: #2f2f2b;
  display: block;
  font-size: 14px;
  padding: 7px 0; }

.hm-mega-panel--links a:not(.hm-mega-panel__all):not(.hm-mega-panel__landing-cta):hover, .hm-mega-panel--links a:not(.hm-mega-panel__all):not(.hm-mega-panel__landing-cta):focus, .hm-mega-panel--feet a:not(.hm-mega-panel__all):hover, .hm-mega-panel--feet a:not(.hm-mega-panel__all):focus {
  color: #904220; }

.hm-mega-panel__all {
  color: #904220;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase; }

.hm-mega-panel--feet .hm-mega-panel__all {
  grid-column: 1 / -1; }

.hm-mega-panel__landing-cta, .hm-mega-panel__landing-cta:visited {
  background: #172969;
  color: #fff;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin: 12px 0;
  padding: 10px 12px;
  text-transform: uppercase; }

.hm-mega-panel__landing-cta:hover, .hm-mega-panel__landing-cta:focus, .hm-mega-panel__landing-cta:active {
  background: #904220;
  color: #fff; }

.hm-mega-panel__landing-cta:focus-visible {
  outline: 3px solid #904220;
  outline-offset: 2px; }

.hm-mega-panel__image-card {
  background: #f6f3f1;
  color: #172969;
  display: grid;
  grid-template-columns: 46% 1fr;
  min-height: 164px;
  overflow: hidden; }

.hm-mega-panel__image-card img {
  height: 164px;
  object-fit: contain;
  padding: 10px;
  width: 100%; }

.hm-mega-panel__image-card span {
  align-self: center;
  padding: 12px; }

.hm-mega-panel--island .hm-mega-panel__image-card {
  align-self: start;
  grid-template-columns: 1fr;
  grid-template-rows: 196px auto;
  min-height: 0; }

.hm-mega-panel--island .hm-mega-panel__image-card img {
  height: 196px;
  padding: 6px 20px 0; }

.hm-mega-panel--island .hm-mega-panel__image-card span {
  align-self: start;
  padding: 6px 14px 16px;
  text-align: center; }

.hm-mega-panel--island .hm-mega-panel__image-card strong {
  margin-bottom: 3px; }

.hm-mega-panel__image-card strong, .hm-mega-panel__image-card small {
  display: block; }

.hm-mega-panel__image-card strong {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  margin-bottom: 7px; }

.hm-mega-panel__image-card small {
  color: #4b4b4b;
  font-size: 12px;
  line-height: 1.3; }

.hm-mega-panel__image-card:hover {
  box-shadow: inset 0 0 0 2px #904220;
  color: #904220; }

@media (max-width: 1024px) {
  #menu-wrapper {
    background: transparent; }
  .navPages-container {
    display: none !important; }
  body.has-activeNavPages .navPages-container {
    background: #fff;
    display: block !important;
    height: 100dvh;
    inset: 0;
    overflow-y: auto;
    position: fixed !important;
    width: 100%;
    z-index: 2147483646; }
  .hm-mega-nav {
    background: #fff; }
  .hm-header-phone,
  .hm-mega-nav__list,
  .hm-mega-panel {
    display: none !important; }
  .hm-mobile-nav {
    background: #fff;
    min-height: 100%; }
  .hm-mobile-nav {
    display: block; }
  .hm-mobile-nav__screen {
    padding: 8px 22px 34px; }
  .hm-mobile-nav__heading {
    align-items: center;
    border-bottom: 1px solid #ddd;
    color: #172969;
    display: flex;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    justify-content: space-between;
    margin: 0 -22px 16px;
    padding: 12px 22px;
    text-transform: uppercase; }
  .hm-mobile-nav__heading button {
    background: transparent;
    border: 0;
    color: #172969;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 0; }
  .hm-mobile-nav__close {
    font-size: 27px !important;
    line-height: 1; }
  .hm-mobile-nav h2 {
    color: #172969;
    font-size: 22px;
    margin: 0 0 10px; }
  .hm-mobile-nav a, .hm-mobile-nav button[data-hm-open] {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #e5dfda;
    color: #2f2f2b;
    display: flex;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    justify-content: space-between;
    padding: 14px 0;
    text-align: left;
    width: 100%; }
  .hm-mobile-nav a:hover, .hm-mobile-nav a:focus, .hm-mobile-nav button[data-hm-open]:hover, .hm-mobile-nav button[data-hm-open]:focus {
    color: #904220; }
  .hm-mobile-nav__all {
    color: #904220 !important;
    font-weight: 700 !important;
    text-transform: uppercase; }
  .navPages-container .hm-mega-nav {
    display: block; } }

@media (min-width: 801px) {
  #menu-wrapper {
    background: #172969; }
  .navPages-container {
    display: block !important; } }

@media (max-width: 1024px) {
  body.has-activeNavPages {
    overflow: hidden; }
  .banners {
    margin-top: 64px;
    position: relative;
    z-index: 1; }
  .promotion_text {
    line-height: 34px; }
  header.header {
    background: #fff;
    height: 64px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 101; }
  .logo-user-section.container {
    align-items: center;
    display: flex;
    height: 64px;
    max-width: none;
    padding: 0 58px 0 16px; }
  .header-logo, .header-logo--left {
    display: block !important;
    flex: 0 0 132px;
    height: 64px;
    margin: 0;
    max-width: 132px;
    overflow: visible; }
  .header-logo a, .header-logo-image-container {
    align-items: center;
    display: flex;
    height: 64px;
    width: 128px; }
  .header-logo--left .header-logo-image, .header-logo-image {
    height: auto !important;
    left: auto !important;
    max-height: 48px;
    max-width: 124px;
    position: static !important;
    width: auto !important; }
  .hm-header-phone, .navUser-item.gift-certificates, .navUser-item--compare {
    display: none !important; }
  .navUser {
    display: block !important;
    margin-left: auto;
    position: static !important;
    width: auto !important; }
  .navUser-section, .navUser-section.navUser-section--alt, .navUser .user-icons {
    align-items: center;
    display: flex !important;
    height: 64px;
    margin: 0;
    position: static; }
  .navUser .dropdown--quickSearch.desktop {
    display: none !important; }
  .navUser-item, .navUser-action {
    align-items: center;
    display: flex !important;
    height: 52px;
    justify-content: center;
    width: 46px; }
  .navUser-item.quicksearch.mobile {
    display: flex !important; }
  .navUser-item.account {
    display: flex !important; }
  .navUser-item--cart {
    display: flex !important; }
  .mobileMenu-toggle {
    align-items: center;
    background: #fff;
    display: flex !important;
    height: 64px;
    justify-content: center;
    position: absolute !important;
    right: 0;
    top: 0;
    width: 58px;
    z-index: 104; }
  .mobileMenu-toggleIcon, .mobileMenu-toggleIcon::before, .mobileMenu-toggleIcon::after {
    background: #172969 !important; }
  #menu-wrapper {
    background: transparent; }
  .navPages-container#menu {
    display: none !important; }
  .navPages-container#menu.is-open {
    background: #fff;
    display: block !important;
    height: calc(100vh - 64px);
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 64px;
    z-index: 100; }
  .navPages-container#menu.is-open .hm-mega-nav, .navPages-container#menu.is-open .hm-mobile-nav {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .hm-mega-nav {
    background: #fff; }
  .hm-mobile-nav__screen {
    padding: 4px 22px 34px; }
  .hm-mobile-nav__heading {
    margin: 0 -22px 14px;
    padding: 12px 22px; }
  .hm-mobile-nav__guide {
    color: #172969 !important;
    font-weight: 700 !important; }
  .hm-mobile-nav__account {
    border-top: 4px solid #f3efec !important;
    color: #172969 !important;
    margin-top: 16px;
    padding-top: 18px !important; } }

@media (max-width: 479px) {
  .logo-user-section.container {
    padding-left: 12px; }
  .header-logo, .header-logo--left {
    flex-basis: 104px;
    max-width: 104px; }
  .header-logo a, .header-logo-image-container {
    width: 102px; }
  .header-logo--left .header-logo-image, .header-logo-image {
    max-width: 98px; }
  .navUser-item.account {
    display: none !important; }
  .navUser-item, .navUser-action {
    width: 42px; } }

@media (max-width: 1024px) {
  header.header {
    box-sizing: border-box;
    max-width: none !important;
    width: 100% !important; }
  header.header .logo-user-section.container {
    box-sizing: border-box;
    max-width: none !important;
    padding: 0 58px 0 16px !important;
    width: 100% !important; }
  header.header .navUser {
    margin-left: auto !important;
    max-width: none !important;
    padding: 0 !important;
    width: auto !important; }
  header.header .navUser-section, header.header .navUser .user-icons, header.header .navUser-item {
    top: auto !important; } }

@media (max-width: 1024px) {
  body {
    padding-top: 0 !important; }
  header.header .header-logo {
    margin: 0 !important; }
  header.header .navUser, header.header .navUser-section, header.header .navUser > .navUser-section > .user-icons {
    align-items: center !important;
    display: flex !important;
    height: 64px !important;
    margin-left: auto !important;
    position: static !important;
    top: auto !important;
    transform: none !important; }
  header.header .navUser > .navUser-section > .user-icons {
    left: auto !important;
    position: absolute !important;
    right: 58px !important;
    top: 0 !important; }
  header.header .navUser-item, header.header .navUser-action {
    align-items: center !important;
    display: flex !important;
    height: 52px !important;
    justify-content: center !important;
    margin: 0 !important;
    position: static !important;
    transform: none !important; }
  header.header .mobileMenu-toggle {
    left: auto !important;
    margin: 0 !important;
    right: 0 !important; } }

body {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #2F2F2B; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: #904220; }

a {
  color: #904220; }

a:hover,
a:focus {
  color: #172969;
  text-decoration: none; }

p {
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #2F2F2B; }

.category_des {
  padding-top: 30px; }

.banners {
  background: #172969;
  padding: 0; }

.promotion_text {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 52px; }

.button,
.swal2-container .swal2-confirm.button,
.swal2-container .swal2-modal .swal2-cancel,
.main-btn {
  background-color: #904220;
  color: #ffffff;
  line-height: normal;
  font-size: 18px;
  border: 0;
  border-radius: 50px;
  outline: none;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.27px;
  margin: 0;
  font-weight: 600;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  .button:hover,
  .swal2-container .swal2-confirm.button:hover,
  .swal2-container .swal2-modal .swal2-cancel:hover,
  .main-btn:hover {
    background-color: #172969;
    color: #ffffff; }

.button:focus {
  background-color: #904220;
  border-color: #904220;
  color: #ffffff;
  outline: none; }

.button:hover, .swal2-container .swal2-confirm.button:hover, .swal2-container .swal2-modal .swal2-cancel:hover, .main-btn:hover {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: none !important;
  outline-offset: 0px !important; }

a {
  text-decoration: none; }

input:focus, button:focus, textarea:focus, select:focus, details:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, [contenteditable="true"]:focus {
  outline: none !important;
  outline-offset: 0 !important; }

*, :before, :after {
  box-sizing: border-box;
  margin: 0; }

h1.page-heading,
h2.page-heading {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 24px; }

.login {
  margin-top: 0px; }
  .login .login-row {
    margin-top: 0px; }
  .login a.forgot-password {
    margin-top: 10px; }

.container {
  max-width: 1180px; }

.logo-user-section.container {
  max-width: 1180px;
  padding: 3px 0; }

.header-logo--left .header-logo-image {
  left: -70px; }

.dropdown--quickSearch .quickSearchResults {
  top: 125px; }

li.navUser-item.navUser-item--cart.user-icons {
  left: 0; }

li.navUser-item.currency-menu {
  margin-right: 15px; }

#menu .navPages-list.nav-page-list .phone-number .navPages-action {
  padding-left: 42px;
  color: #904220; }

.mega-cat-nav .container-header.btn:hover span.burger-menu,
.mega-cat-nav .container-header.btn.active span.burger-menu,
.navPages-action:hover, .navPages-action.activePage,
div#account-dropdown-signin-list .navBar--sub .navBar-action:hover,
.navUser-action:hover, .navUser-action.is-open {
  color: #172969; }

#menu .mega-cat-dropdown a.navPages-action.navPages-action-depth-max.has-subMenu.is-root.second-level-parent.sideNavTopLevel.active-parent-link:hover,
#menu .mega-cat-dropdown a.navPages-action:hover,
#menu .navPages-list.nav-page-list .phone-number .navPages-action:hover {
  color: #172969 !important; }

.second-level-flyout div.category-title h2 a.category-title {
  color: #904220 !important; }

.mega-cat-dropdown .navPages-action:hover svg {
  fill: #172969 !important;
  stroke: #172969 !important; }

.mega-cat-nav .container-header.btn:hover .mega-menu-icon,
.mega-cat-nav .container-header.btn.active .mega-menu-icon,
.navPages-action:hover svg, .navPages-action.activePage svg,
.navUser-action:hover svg, .navUser-action.is-open svg {
  fill: #172969;
  stroke: #172969; }

.navPages-action {
  font-family: "Poppins", sans-serif; }

.card-figcaption-button:focus {
  background: white;
  color: #000; }

.card-figcaption-button {
  opacity: 0.8; }

.card-figcaption-button:hover {
  opacity: 1; }

.cart .form-input--incrementTotal {
  padding: 6.5px 0; }

.page.blog .breadcrumbs {
  margin-bottom: 10px;
  text-align: left; }

.page.blog h1.page-heading {
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 24px; }

.page.blog .blog-container article.blog {
  margin-top: 0px; }

h2.newsletter-heading {
  font-weight: 400;
  color: #2f2f2b; }

.cms-page-cnt h3.inner-heading {
  color: #2F2F2B;
  font-size: 18px; }

.cms-page-cnt h3.inner-heading:first-of-type {
  margin-top: 0px; }

.cms-page-cnt p {
  margin-bottom: 10px;
  font-size: 15px; }

.cms-page-cnt ul {
  line-height: 28px; }

.cms-page-cnt .address-block {
  margin-top: 20px; }
  .cms-page-cnt .address-block p {
    margin: 0; }

.cms-page-cnt .round_dining_table_section,
.cms-page-cnt .square_dining_table_section,
.cms-page-cnt .end_table_section {
  display: flex;
  align-items: center;
  justify-content: center; }
  .cms-page-cnt .round_dining_table_section .cms_img_content_section,
  .cms-page-cnt .square_dining_table_section .cms_img_content_section,
  .cms-page-cnt .end_table_section .cms_img_content_section {
    float: left;
    width: 250px;
    text-align: center; }
    .cms-page-cnt .round_dining_table_section .cms_img_content_section img,
    .cms-page-cnt .square_dining_table_section .cms_img_content_section img,
    .cms-page-cnt .end_table_section .cms_img_content_section img {
      width: auto;
      height: 300px; }
  .cms-page-cnt .round_dining_table_section .cms_content_section,
  .cms-page-cnt .square_dining_table_section .cms_content_section,
  .cms-page-cnt .end_table_section .cms_content_section {
    float: right;
    width: calc(100% - 250px); }

.cms-page-cnt .tools_and_hardware_section {
  display: flex;
  align-items: center;
  justify-content: center; }
  .cms-page-cnt .tools_and_hardware_section .cms_img_content_section {
    float: left;
    width: 300px;
    text-align: center; }
    .cms-page-cnt .tools_and_hardware_section .cms_img_content_section img {
      width: auto;
      height: 300px; }
  .cms-page-cnt .tools_and_hardware_section .cms_content_section {
    float: right;
    width: calc(100% - 300px);
    padding-top: 30px; }

.cms-page-cnt .install_image {
  padding: 10px 0px 30px 0px; }

.cms-page-cnt .farmhouse_cnt_sec {
  display: flex;
  align-items: center;
  justify-content: center; }
  .cms-page-cnt .farmhouse_cnt_sec .cms_page_content {
    float: left;
    width: calc(100% - 350px);
    padding: 20px 20px 30px 0; }
    .cms-page-cnt .farmhouse_cnt_sec .cms_page_content h2 {
      color: #2F2F2B;
      font-weight: 500;
      font-size: 26px;
      margin-bottom: 20px; }
  .cms-page-cnt .farmhouse_cnt_sec .cms_page_img {
    float: right;
    width: 350px; }

.cms-page-cnt .our-process .process-logo {
  text-align: center; }
  .cms-page-cnt .our-process .process-logo img {
    height: 150px;
    width: 150px; }

.cms-page-cnt .our-process .op-img {
  padding: 10px 0;
  text-align: center; }

.cms-page-cnt .our-process .step {
  margin-top: 40px; }

.cms-page-cnt .process-step-1 {
  text-align: center; }
  .cms-page-cnt .process-step-1 .step-1-image {
    margin-bottom: 25px; }
  .cms-page-cnt .process-step-1 .step {
    margin-top: 30px; }

.cms-page-cnt .process-step-2 {
  text-align: center; }
  .cms-page-cnt .process-step-2 .step-2-image {
    margin-bottom: 25px; }
  .cms-page-cnt .process-step-2 .youtube-video {
    margin-top: 20px; }
  .cms-page-cnt .process-step-2 .step {
    margin-top: 30px; }

.cms-page-cnt .process-step-3 {
  text-align: center; }
  .cms-page-cnt .process-step-3 .step-3-image {
    margin-bottom: 25px; }
  .cms-page-cnt .process-step-3 .step {
    margin-top: 30px; }

.cms-page-cnt .process-step-4 {
  text-align: center; }
  .cms-page-cnt .process-step-4 .step-4-image {
    margin-bottom: 25px; }
    .cms-page-cnt .process-step-4 .step-4-image img {
      height: auto;
      width: 400px; }
  .cms-page-cnt .process-step-4 .step {
    margin-top: 30px; }

.cms-page-cnt .process-step-5 {
  text-align: center; }
  .cms-page-cnt .process-step-5 .step-5-image {
    margin-bottom: 25px; }
    .cms-page-cnt .process-step-5 .step-5-image img {
      height: auto;
      width: 400px; }
  .cms-page-cnt .process-step-5 .step {
    margin-top: 30px; }

.cms-page-cnt .process-step-6 {
  text-align: center; }
  .cms-page-cnt .process-step-6 .step-6-image {
    margin-bottom: 25px; }
  .cms-page-cnt .process-step-6 .step {
    margin-top: 30px; }

.cms-page-cnt .process-step-7 {
  text-align: center; }
  .cms-page-cnt .process-step-7 .step-7-image {
    margin-bottom: 25px; }
  .cms-page-cnt .process-step-7 .step {
    margin-top: 30px; }

.cms-page-cnt .inline-img-sec {
  margin: 20px 0px; }
  .cms-page-cnt .inline-img-sec ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .cms-page-cnt .inline-img-sec ul li {
      display: inline-block;
      margin-right: 10px; }
      .cms-page-cnt .inline-img-sec ul li img {
        width: auto;
        height: 250px; }

.cms-page-cnt .testimonial_sec h2 {
  color: #2f2f2b;
  text-align: center;
  font-size: 28px;
  margin-top: 15px; }

.cms-page-cnt .testimonial_sec .test_cnt {
  margin-top: 40px;
  font-style: italic; }
  .cms-page-cnt .testimonial_sec .test_cnt .test_with_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
    .cms-page-cnt .testimonial_sec .test_cnt .test_with_img .img_sec {
      float: left;
      width: 300px;
      text-align: end; }
      .cms-page-cnt .testimonial_sec .test_cnt .test_with_img .img_sec img {
        height: auto;
        width: 300px; }
    .cms-page-cnt .testimonial_sec .test_cnt .test_with_img .cnt_sec {
      float: right;
      width: calc(100% - 300px);
      padding: 20px 20px 20px 0px; }
      .cms-page-cnt .testimonial_sec .test_cnt .test_with_img .cnt_sec p {
        margin-bottom: 0px; }
  .cms-page-cnt .testimonial_sec .test_cnt p {
    margin-bottom: 20px; }
  .cms-page-cnt .testimonial_sec .test_cnt .auther_name {
    font-weight: 700;
    color: #172969; }
  .cms-page-cnt .testimonial_sec .test_cnt .test_half_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0px 20px 0px; }
    .cms-page-cnt .testimonial_sec .test_cnt .test_half_img .img_sec {
      float: left;
      width: 600px;
      text-align: end; }
      .cms-page-cnt .testimonial_sec .test_cnt .test_half_img .img_sec img {
        height: 300px;
        width: auto; }
    .cms-page-cnt .testimonial_sec .test_cnt .test_half_img .cnt_sec {
      float: right;
      width: calc(100% - 600px);
      padding: 20px 20px 20px 0px; }
      .cms-page-cnt .testimonial_sec .test_cnt .test_half_img .cnt_sec p {
        margin-bottom: 0px; }

.cms-page-cnt .photo_sec h2:first-of-type {
  margin-top: 0px; }

.cms-page-cnt .photo_sec h2 {
  color: #2f2f2b;
  font-size: 24px; }

.cms-page-cnt .wholesale-sec h2:first-of-type {
  margin-top: 0px; }

.cms-page-cnt .wholesale-sec h2 {
  color: #2f2f2b;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px; }

.cms-page-cnt .wholesale-sec .sub-heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 16px; }

.page.content .navBar.navBar--sub {
  margin-bottom: 20px; }
  .page.content .navBar.navBar--sub a.navBar-action {
    font-size: 18px;
    color: #904220;
    text-decoration: underline; }
  .page.content .navBar.navBar--sub a.navBar-action:hover,
  .page.content .navBar.navBar--sub a.navBar-action:focus {
    font-size: 18px;
    color: #172969;
    text-decoration: none; }

#contact-us-page {
  width: 80%; }
  #contact-us-page p {
    margin-bottom: 8px; }
  #contact-us-page .contact-cnt {
    margin-bottom: 20px; }

/* Hp CSS Start */
.heroCarousel.slick-initialized {
  max-height: 100%;
  margin: 0; }

.heroCarousel .heroCarousel-image-wrapper {
  max-height: 100%;
  height: 100%;
  position: relative; }

.heroCarousel .heroCarousel-slide.stretch .heroCarousel-image {
  object-fit: unset; }

.Wood_sec {
  background: url(https://cdn11.bigcommerce.com/s-69thztu2ry/images/stencil/original/image-manager/wood-sec-bg-opt.jpg) no-repeat center top;
  background-size: cover;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 50px 0 39px 0; }
  .Wood_sec h3 {
    margin: 0 0 15px 0;
    font-size: 24px;
    line-height: 34px;
    color: #904220;
    text-transform: uppercase;
    font-weight: 700; }
  .Wood_sec p {
    margin: 0 0 3px 0;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    font-weight: 500; }
    .Wood_sec p a {
      color: #172969;
      text-decoration: underline; }
      .Wood_sec p a:hover {
        color: #333333; }
    .Wood_sec p:last-child {
      margin: 0; }

h1.page-heading,
h2.page-heading,
.page-heading {
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 700; }

.category_sec {
  display: inline-block;
  width: 100%;
  padding: 54px 0 100px 0; }
  .category_sec .page-heading {
    margin: 0 0 49px 0; }
  .category_sec .slick-list {
    margin: 0 -15px; }
  .category_sec .category_blocks {
    margin: 0; }
    .category_sec .category_blocks .slick-slide {
      padding: 0 15px;
      position: relative; }
      .category_sec .category_blocks .slick-slide a {
        border: 1px solid #BABABA;
        width: 100%;
        height: 460px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .category_sec .category_blocks .slick-slide a img {
          height: auto;
          width: auto;
          max-height: 321px;
          transform: scale(1);
          transition: all .4s ease; }
        .category_sec .category_blocks .slick-slide a .category_name {
          display: none;
          position: absolute;
          left: 15px;
          bottom: 0;
          width: calc(100% - 30px);
          text-align: center;
          background: #172969;
          font-size: 18px;
          line-height: 22px;
          letter-spacing: 0.27px;
          color: #FFFFFF;
          text-transform: uppercase;
          font-weight: 700;
          padding: 12px 0; }
        .category_sec .category_blocks .slick-slide a:hover .category_name {
          display: block; }
        .category_sec .category_blocks .slick-slide a:hover img {
          transform: scale(1.2);
          transition: all .4s ease; }

.story_sec_hp {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0 0 69px 0; }
  .story_sec_hp .page-heading {
    margin-bottom: 41px; }
  .story_sec_hp .content_section_text {
    padding: 0 0 0 9px; }
    .story_sec_hp .content_section_text p {
      margin: 0 0 26px 0; }
      .story_sec_hp .content_section_text p .button {
        width: 170px; }
    .story_sec_hp .content_section_text .button {
      width: 170px; }

.icon--ratingFull svg {
  fill: #904220; }

.slick-disabled {
  opacity: 1; }

.slick-arrow {
  padding: 0;
  border: none;
  width: 14px;
  height: 31px; }

.slick-next::before,
.slick-next:hover::before {
  background: url(https://store-8jcfniksi2.mybigcommerce.com/content/hp-next-slider-arrow.png) no-repeat center;
  width: 14px;
  height: 31px; }

.slick-prev::before,
.slick-prev:hover::before {
  background: url(https://store-8jcfniksi2.mybigcommerce.com/content/hp-next-slider-arrow.png) no-repeat center;
  width: 14px;
  height: 31px;
  transform: rotate(180deg); }

ul:not(.testimonial_blocks) .slick-prev.slick-disabled:before,
ul:not(.testimonial_blocks) .slick-prev.slick-disabled:hover:before,
.productCarousel .slick-prev.slick-disabled:hover:before,
.productCarousel .slick-prev.slick-disabled:before {
  background: url(https://store-8jcfniksi2.mybigcommerce.com/content/hp-prev-slider-arrow.png) no-repeat center;
  transform: none; }

ul:not(.testimonial_blocks) .slick-next.slick-disabled:before,
ul:not(.testimonial_blocks) .slick-next.slick-disabled:hover:before,
.productCarousel .slick-next.slick-disabled:before,
.productCarousel .slick-next.slick-disabled:hover:before {
  background: url(https://store-8jcfniksi2.mybigcommerce.com/content/hp-prev-slider-arrow.png) no-repeat center;
  transform: rotate(180deg); }

.hp_content .productCarousel .slick-list {
  margin: 0 -15px; }

.hp_content .productCarousel .productCarousel-slide {
  padding: 0 15px; }

.hp_content .page-heading.showcase-products {
  margin: 0 0 40px 0; }

.hp_content .productCarousel {
  max-width: 1180px;
  margin: 0 auto;
  min-width: auto; }

.card .card-figcaption .card-figcaption-body .button {
  background: #FFFFFf;
  border: 1px solid #904220;
  opacity: 1;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: #904220;
  text-transform: uppercase;
  border-radius: 0;
  width: 147px;
  padding: 0;
  line-height: 40px; }
  .card .card-figcaption .card-figcaption-body .button:hover {
    background: #904220;
    color: #fff; }

.card .card-figure .card-img-container {
  height: 300px;
  padding: 30px 0; }
  .card .card-figure .card-img-container img {
    position: initial;
    transition: all .4s ease; }

.card:hover .card-figure .card-img-container img {
  transform: scale(1.25);
  transition: all .4s ease; }

.card:hover .card-title {
  color: #904220; }

.card .card-img-container:after {
  padding-bottom: 0; }

.card .card-body {
  padding: 3px 0 0 0; }

.card .card-title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: capitalize;
  margin: 10px 0 10px 0;
  height: 42px;
  overflow: hidden; }
  .card .card-title a {
    color: #172969; }
  .card .card-title:hover a {
    color: #904220; }

.card .price-section {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  color: #A2A2A2;
  text-transform: uppercase;
  font-weight: 600; }

div[data-sub-layout="0983c3c7-7800-480b-ab5c-df211d61d997"] {
  padding: 0; }

.contactinfo_sec {
  background: url(https://store-8jcfniksi2.mybigcommerce.com/content/hp-ct-info-bg.jpg) no-repeat center top;
  background-size: cover;
  display: inline-block;
  width: 100%;
  margin: 99px 0 140px 0;
  padding: 100px 0; }
  .contactinfo_sec .contact_blocks {
    margin: 0 -16px;
    padding: 0;
    list-style: none; }
    .contactinfo_sec .contact_blocks li {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
      float: left;
      margin: 0 16px;
      width: calc(33.33% - 32px);
      padding: 31px 15px 41px;
      background: #fff;
      box-shadow: 0px 3px 6px #00000029; }
      .contactinfo_sec .contact_blocks li:first-child {
        border-radius: 18px 0px 0px 18px; }
      .contactinfo_sec .contact_blocks li:last-child {
        border-radius: 0px 18px 18px 0px; }
    .contactinfo_sec .contact_blocks .contact_logo {
      width: 100px;
      height: 100px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .contactinfo_sec .contact_blocks .contact_heading {
      margin: 10px 0 9px 0;
      font-size: 22px;
      line-height: 42px;
      letter-spacing: 1.1px;
      color: #904220;
      text-transform: uppercase;
      font-weight: 700; }
    .contactinfo_sec .contact_blocks .contact_info {
      margin: 0;
      font-size: 12px;
      line-height: 26px;
      font-weight: 500;
      letter-spacing: 0.6px;
      color: #A2A2A2;
      text-transform: capitalize; }

.testimonial_sec {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 100px 0 200px 0; }
  .testimonial_sec::before {
    content: '';
    position: absolute;
    right: 0;
    top: -130px;
    background: url(https://store-8jcfniksi2.mybigcommerce.com/content/testi_bg.jpg) no-repeat left -80px top;
    background-size: cover;
    width: 100%;
    height: 628px; }
  .testimonial_sec .testimonial_blocks {
    margin: 0;
    padding: 0;
    list-style: none; }
  .testimonial_sec .testi_left {
    float: left;
    width: 265px; }
    .testimonial_sec .testi_left .rating_sec {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      column-gap: 15px;
      margin: 48px 0 0 0; }
      .testimonial_sec .testi_left .rating_sec > span {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #000000; }
      .testimonial_sec .testi_left .rating_sec .star_rating {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        column-gap: 7px; }
    .testimonial_sec .testi_left .testi_heading h4 {
      margin: 37px 0 117px 0;
      font-size: 24px;
      line-height: 34px;
      font-weight: 700;
      letter-spacing: 2.4px;
      color: #904220; }
    .testimonial_sec .testi_left .testi_pagination {
      max-width: 170px;
      text-align: center; }
      .testimonial_sec .testi_left .testi_pagination span {
        font-size: 20px;
        line-height: 26px;
        font-weight: 700;
        letter-spacing: 6px;
        color: #2F2F2B; }
  .testimonial_sec .testi_right {
    width: calc(100% - 265px);
    float: left;
    background: #FAFAFA;
    padding: 32px 27px 34px 34px;
    border-radius: 6px; }
    .testimonial_sec .testi_right .left-image {
      float: left;
      width: 238px; }
    .testimonial_sec .testi_right .right-content {
      float: left;
      width: calc(100% - 238px);
      padding: 0 0 0 34px; }
      .testimonial_sec .testi_right .right-content div.quote img {
        height: 26px;
        width: 32px;
        margin-bottom: 20px; }
      .testimonial_sec .testi_right .right-content p {
        margin: 0;
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 0px;
        color: #2F2F2B;
        font-weight: 600;
        font-family: "Poppins", sans-serif; }
      .testimonial_sec .testi_right .right-content .autor {
        margin: 5px 0 0 0;
        font-size: 20px;
        line-height: 48px;
        font-weight: 700;
        letter-spacing: 1px;
        color: #172969;
        text-transform: uppercase; }
  .testimonial_sec .slick-arrow {
    width: 11px;
    height: 21px;
    cursor: pointer;
    background: transparent;
    top: auto;
    bottom: 50px; }
  .testimonial_sec .slick-prev {
    left: 0; }
  .testimonial_sec .slick-prev::before {
    width: 100%;
    height: 100%;
    background: url(https://store-8jcfniksi2.mybigcommerce.com/content/testi_arrow_new.png) no-repeat center;
    background-size: cover;
    transform: rotate(-180deg); }
  .testimonial_sec .slick-next {
    left: 150px;
    right: auto; }
  .testimonial_sec .slick-next::before {
    width: 100%;
    height: 100%;
    background: url(https://store-8jcfniksi2.mybigcommerce.com/content/testi_arrow_new.png) no-repeat center;
    background-size: cover; }
  .testimonial_sec .slick-prev.slick-disabled:before, .testimonial_sec .slick-next.slick-disabled:before {
    opacity: 1; }
  .testimonial_sec .star_rating img {
    width: 22px;
    height: 21px; }

.security_sec {
  background: url(https://cdn11.bigcommerce.com/s-69thztu2ry/images/stencil/original/image-manager/security-sec-bg-opt.jpg) no-repeat left center;
  display: inline-block;
  width: 100%;
  margin: 0px 0px -7px;
  padding: 100px 0;
  background-size: cover; }
  .security_sec .security_blocks {
    margin: 0 -16px;
    padding: 0;
    list-style: none; }
    .security_sec .security_blocks li {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-flow: column;
      float: left;
      margin: 0 16px;
      width: calc(33.33% - 32px);
      padding: 31px 5px 27px;
      background: #fff;
      box-shadow: 0px 3px 6px #00000029; }
      .security_sec .security_blocks li:first-child {
        border-radius: 18px 0px 0px 18px;
        padding: 31px 15px 27px; }
      .security_sec .security_blocks li:last-child {
        border-radius: 0px 18px 18px 0px; }
      .security_sec .security_blocks li:nth-child(2) {
        padding: 31px 35px 27px; }
    .security_sec .security_blocks .security_logo {
      width: 100px;
      height: 100px;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 50px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .security_sec .security_blocks .security_heading {
      margin: 10px 0 9px 0;
      font-size: 22px;
      line-height: 42px;
      letter-spacing: 1.1px;
      color: #904220;
      text-transform: uppercase;
      font-weight: 700; }
    .security_sec .security_blocks .security_info {
      margin: 0;
      font-size: 12px;
      line-height: 24px;
      font-weight: 600;
      letter-spacing: 1px;
      color: #A2A2A2;
      text-transform: capitalize;
      text-align: center;
      height: 120px;
      overflow: hidden;
      font-family: "Poppins", sans-serif; }

.backtoTop .slick-prev {
  display: flex;
  align-items: center;
  justify-content: center; }

.backtoTop .slick-prev::before {
  left: 0;
  top: 0px;
  transform: rotate(-90deg);
  background-size: contain; }

.backtoTop .slick-prev:hover::before {
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem; }

.newsletter-subscription-section article.newsletter.cta {
  padding-top: 22px;
  padding-bottom: 22px; }

.newsletter-subscription-section h2.newsletter-heading {
  margin-bottom: 4px; }

.newsletter-subscription-section .footer-newsletter-summary {
  font-size: 14px;
  font-weight: 500;
  color: #000; }

.newsletter-subscription-section .form-prefixPostfix .button {
  padding: 0 10px;
  width: 145px;
  margin-left: 10px;
  border-radius: 0;
  font-size: 14px;
  line-height: 42px;
  background: #172969 !important; }
  .newsletter-subscription-section .form-prefixPostfix .button:hover {
    background: #904220 !important; }

.newsletter-subscription-section .form-prefixPostfix .form-input {
  color: #4d4d4d;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 42px; }
  .newsletter-subscription-section .form-prefixPostfix .form-input::placeholder {
    color: #000;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 42px; }

.footer {
  background: #181818;
  padding: 62px 0 0 0; }
  .footer .footer-info {
    margin: 0;
    padding: 0 0 40px 0; }
  .footer .container {
    max-width: 1170px; }
  .footer article.footer-info-col.footer-info-col--small-4 {
    padding: 0;
    margin: 0; }
  .footer article.footer-info-col.footer-info-col--small-4.footer_about {
    width: 47.379%; }
  .footer article.footer-info-col.footer-info-col--small-4.footer_categories {
    width: 28.2%; }
  .footer article.footer-info-col.footer-info-col--small-4.footer_contact {
    width: 22%; }
    .footer article.footer-info-col.footer-info-col--small-4.footer_contact .footer-logo-image {
      width: 125px;
      margin-top: 3px; }
  .footer h5.footer-info-heading {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.36px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 0 11px 0; }
  .footer .footer-info-list li {
    padding: 0; }
    .footer .footer-info-list li a {
      font-size: 12px;
      line-height: 26px;
      font-weight: 400;
      letter-spacing: 0px;
      color: #FFFFFF;
      text-transform: uppercase;
      font-family: "Poppins", sans-serif; }
      .footer .footer-info-list li a:hover {
        color: #fff !important;
        text-decoration: underline; }
  .footer .f_social_icon {
    display: inline-block;
    width: 100%;
    margin: 17px 0 21px 0; }
    .footer .f_social_icon a {
      margin-right: 16px; }
      .footer .f_social_icon a img {
        height: 40px; }
  .footer .payment-icons-section {
    background: #fff;
    display: inline-block;
    width: 100%; }
    .footer .payment-icons-section .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 50px; }
  .footer .f_address {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif; }
    .footer .f_address address {
      font-size: 12px;
      line-height: 26px;
      letter-spacing: 0px;
      color: #FFFFFF;
      font-family: "Poppins", sans-serif; }
  .footer .footer-payment-icons {
    height: auto;
    margin: 0;
    width: auto;
    float: left; }
    .footer .footer-payment-icons .footer-payment-icon {
      height: 28px;
      margin: 0; }
  .footer .footer-copyright {
    float: right;
    width: auto;
    margin: 0; }
    .footer .footer-copyright .powered-by.text {
      font-size: 14px;
      line-height: 14px;
      letter-spacing: 0px;
      font-family: "Poppins", sans-serif;
      font-weight: 500; }

/* Hp CSS End */
ul.breadcrumbs {
  margin-top: 18px;
  margin-bottom: 4px; }
  ul.breadcrumbs .breadcrumb-label {
    font-weight: 500;
    letter-spacing: 0.65px;
    font-family: "Poppins", sans-serif;
    font-size: 13px; }
  ul.breadcrumbs .breadcrumb::before {
    font-weight: 400;
    letter-spacing: 0.65px;
    font-family: "Poppins", sans-serif;
    margin: 0 0 0 5px;
    font-size: 13px; }

.story_sec {
  display: flex;
  align-items: center;
  justify-content: center; }
  .story_sec .main-heading {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    color: #904220;
    margin-bottom: 35px;
    margin-top: 0px; }
  .story_sec .img_content_section {
    float: left;
    width: 565px; }
  .story_sec .content_section {
    float: right;
    width: calc(100% - 565px); }
  .story_sec .content_section_text {
    width: 575px;
    float: right;
    padding: 0px 0 0 11px; }
    .story_sec .content_section_text .heading_line {
      font-family: "Poppins", sans-serif;
      color: #172969;
      font-weight: 500;
      letter-spacing: 0.22px;
      font-size: 18px;
      line-height: 28px;
      text-transform: capitalize;
      margin-bottom: 15px; }
    .story_sec .content_section_text p {
      font-family: "Montserrat", sans-serif;
      color: #2F2F2B;
      letter-spacing: 0.19px;
      text-transform: capitalize;
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      text-align: left; }

.about_us_page .page-heading {
  margin-bottom: 42px !important;
  color: #2F2F2B;
  text-transform: capitalize;
  font-size: 26px;
  letter-spacing: 1.3px; }

.about_us_page .story_sec {
  margin-bottom: 100px; }
  .about_us_page .story_sec .content_section_text {
    padding: 40px 0 0 10px; }
  .about_us_page .story_sec .main-heading {
    margin-bottom: 41px; }
  .about_us_page .story_sec .content_section p {
    text-align: left; }

.about_us_page .founding_sec {
  position: relative;
  padding: 44px 0px 37px 0;
  margin-bottom: 49px;
  background: url("https://store-8jcfniksi2.mybigcommerce.com/content/au-foundation-bg.png") 0% 0% no-repeat;
  background-size: cover; }
  .about_us_page .founding_sec .main-heading {
    margin-bottom: 15px; }
  .about_us_page .founding_sec .content_section p {
    line-height: 30px; }
    .about_us_page .founding_sec .content_section p:last-child {
      margin: 0; }

.about_us_page .page.content .page-heading {
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.3px;
  color: #2F2F2B;
  text-transform: capitalize;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 30px; }

.about_us_page .main-heading {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #904220;
  margin-bottom: 20px;
  margin-top: 0px;
  opacity: 1;
  text-transform: capitalize; }

.about_us_page .content_section p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #2F2F2B; }

.about_us_page .crafted_sec,
.about_us_page .industry_sec,
.about_us_page .custom_project_sec {
  padding: 0px 98px;
  margin-bottom: 40px; }
  .about_us_page .crafted_sec .content_section p,
  .about_us_page .industry_sec .content_section p,
  .about_us_page .custom_project_sec .content_section p {
    line-height: 30px; }
  .about_us_page .crafted_sec .main-heading,
  .about_us_page .industry_sec .main-heading,
  .about_us_page .custom_project_sec .main-heading {
    margin-bottom: 15px; }

.about_us_page .custom_project_sec {
  margin-bottom: 93px; }

.about_us_page .au_contactinfo_sec {
  position: relative;
  height: 460px;
  padding: 100px 0; }
  .about_us_page .au_contactinfo_sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("https://store-8jcfniksi2.mybigcommerce.com/content/hp-ct-info-bg.jpg") 0% 0% no-repeat;
    background-size: cover;
    opacity: 0.5;
    z-index: 0; }
  .about_us_page .au_contactinfo_sec ul {
    margin: 0 -20px;
    padding: 0;
    list-style: none; }
  .about_us_page .au_contactinfo_sec li {
    float: left;
    width: calc(33.33% - 30px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin: 0 15px;
    padding: 31px 20px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029; }
    .about_us_page .au_contactinfo_sec li:nth-child(1) {
      border-radius: 18px 0px 0px 18px; }
      .about_us_page .au_contactinfo_sec li:nth-child(1) .label {
        text-transform: capitalize; }
      .about_us_page .au_contactinfo_sec li:nth-child(1) .time {
        text-transform: uppercase; }
    .about_us_page .au_contactinfo_sec li:nth-child(2) .contact_info {
      text-transform: capitalize; }
    .about_us_page .au_contactinfo_sec li:nth-child(3) {
      border-radius: 0px 18px 18px 0px; }
      .about_us_page .au_contactinfo_sec li:nth-child(3) p.contact_info {
        text-transform: capitalize; }
    .about_us_page .au_contactinfo_sec li .contact_logo {
      margin-bottom: 10px; }
    .about_us_page .au_contactinfo_sec li .contact_heading {
      margin-top: 0px;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      font-size: 22px;
      line-height: 42px;
      text-align: center;
      color: #904220;
      text-transform: uppercase;
      letter-spacing: 1.1px;
      margin-bottom: 12px; }
    .about_us_page .au_contactinfo_sec li .contact_info {
      text-align: center;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 12px;
      line-height: 24px;
      letter-spacing: 1.2px;
      color: #A2A2A2;
      text-transform: uppercase;
      margin-bottom: 10px; }

.scp-page-content h1.page-heading {
  text-align: left;
  margin-left: 5px; }

.scp-page-content li.subcategory-item {
  text-align: center; }
  .scp-page-content li.subcategory-item img {
    width: auto;
    height: 200px; }
  .scp-page-content li.subcategory-item span.subcategory-name {
    text-align: center; }

.page.category h1.page-heading {
  letter-spacing: 1.3px;
  text-align: left; }

.page-sidebar .sidebarBlock-heading {
  letter-spacing: 0.8px; }

.actionBar-section .form-select {
  padding-top: 0;
  line-height: 30px;
  padding-bottom: 0; }

.subcategory-image {
  background-size: contain;
  margin: 0 auto;
  background-color: transparent;
  height: 200px; }

li.subcategory-item {
  width: 25%; }

.page-sidebar + .page-content .productGrid .product {
  width: 33.33%; }

/* CP CSS */
.accordion--navList .accordion-title {
  letter-spacing: 0.8px;
  color: #904220;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase; }
  .accordion--navList .accordion-title + span {
    display: none; }

.accordion--navList .accordion-navigation {
  padding: 0; }

.accordion-nav-clear-holder {
  position: relative; }
  .accordion-nav-clear-holder .facetedSearch-clearLink {
    color: #904220;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0; }

.navList-action--checkbox::before {
  border: 1px solid #707070;
  height: 14px;
  width: 14px;
  margin-top: -7px; }

.navList-action--checkbox::after {
  left: 0px; }

.card .card-figcaption .card-figcaption-body .button.ctopt {
  letter-spacing: 0.5px; }

.previewCartAction-viewCart,
.previewCartAction-viewCart:hover {
  background-color: transparent; }

/* pp sticky */
div#stickyProductDetails {
  position: fixed;
  top: 50px;
  width: 100%;
  border-bottom: 1px solid #333;
  background: #fff;
  z-index: 1004;
  left: 0;
  right: 0; }

.product_sticky_outer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px; }

ul.stickyLinks {
  display: flex;
  list-style: none;
  -moz-column-gap: 30px;
  column-gap: 30px;
  justify-content: space-between;
  margin: 0;
  border-top: 1px solid #c3c3c3;
  padding: 10px 10px; }

.product_sticky_outer .pro_sticky_img > img {
  max-height: 100px;
  margin: 0 0 15px; }

.pro_sticky_title {
  align-self: flex-start; }

.pro_sticky_title h3.productView-title {
  margin: 10px 0px; }

body.fixed-nav #stickyProductDetails {
  display: block !important; }

#accordion .ui-accordion-header {
  background-color: #F5F5F5;
  border: 1px solid #CDCDCD;
  padding: 20px 20px 19px;
  margin-bottom: 0;
  margin-top: 30px; }

span.tab-title {
  color: #904220; }

#accordion .ui-accordion-content {
  border: 1px solid #CDCDCD;
  padding: 28px 107px 28px 30px;
  border-top: 0px;
  margin: 0px; }

#accordion .ui-accordion-content p {
  font-family: "Poppins";
  font-weight: 400;
  letter-spacing: 0.7px;
  font-size: 14px;
  line-height: 20px;
  color: #444340;
  margin: 0 0 20px; }
  #accordion .ui-accordion-content p strong {
    color: #302E2B;
    letter-spacing: 1.4px;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize; }

#accordion .ui-accordion-content ul {
  margin: 0px;
  list-style: none; }
  #accordion .ui-accordion-content ul li {
    font-family: "Poppins";
    font-weight: 400;
    letter-spacing: 0.7px;
    font-size: 14px;
    line-height: 20px;
    color: #444340;
    margin: 0 0 10px; }
    #accordion .ui-accordion-content ul li strong {
      color: #302E2B;
      letter-spacing: 1.4px;
      font-size: 14px;
      line-height: 20px;
      text-transform: capitalize; }

.productView-description {
  padding: 0px; }

.subcategory-grid {
  margin-top: 40px; }

.subcategory-grid ul.navList {
  margin: 0px -5px; }

.productView {
  padding-top: 47px;
  margin: 0px; }

.previewCart .productView-price {
  margin: 15px 0; }

.previewCartCheckout {
  min-width: 330px; }

.previewCart .productView-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 38px;
  letter-spacing: 1.3px;
  color: #2f2f2b;
  text-transform: capitalize;
  margin: 0px; }

.productView-details {
  padding-left: 26px; }
  .productView-details h1.productView-title {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 1.3px;
    color: #2f2f2b;
    text-transform: capitalize;
    margin: 0px; }
  .productView-details .productView-price .price {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 1.1px;
    color: #302E2B; }
  .productView-details .productView-info > :first-child {
    margin-top: 7px; }
  .productView-details .productView-info {
    margin-bottom: 4px; }
    .productView-details .productView-info .line-item-details {
      padding-bottom: 7px; }
      .productView-details .productView-info .line-item-details .productView-info-name {
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 1.4px;
        color: #302E2B;
        text-transform: uppercase; }
      .productView-details .productView-info .line-item-details .productView-info-value {
        font-family: "Poppins", sans-serif;
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        text-align: left;
        letter-spacing: 0.7px;
        color: #444340;
        text-transform: uppercase; }
    .productView-details .productView-info .mpn .productView-info-name {
      margin-right: 3px; }
  .productView-details .productView-options .form-label,
  .productView-details .productView-options small {
    margin-left: 0px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
    letter-spacing: 1.4px;
    color: #302E2B;
    text-transform: uppercase; }
  .productView-details .productView-options label.form-label--inlineSmall {
    font-weight: 600; }
  .productView-details .productView-options .form-select {
    max-width: 534px;
    height: 40px;
    border: 1px solid #707070;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
    color: #444340;
    font-weight: 500;
    padding-left: 15px;
    padding: 9px 10px 9px 15px;
    background: url(https://store-8jcfniksi2.mybigcommerce.com/content/pp-select-dropdown.svg) 98%/23px no-repeat #FFFFFF; }
  .productView-details .productView-options .form-field {
    margin-bottom: 15px; }
  .productView-details .productView-options div[data-product-attribute="set-select"] .form-label {
    margin-bottom: 8px; }
  .productView-details .productView-options div[data-product-attribute="input-checkbox"] {
    margin-bottom: 5px; }
    .productView-details .productView-options div[data-product-attribute="input-checkbox"] .form-label--alternate {
      margin-bottom: 5px; }
    .productView-details .productView-options div[data-product-attribute="input-checkbox"] .form-checkbox + .form-label {
      color: #444340;
      font-weight: 500;
      letter-spacing: 0.7px;
      padding-left: 23px;
      text-transform: inherit; }
      .productView-details .productView-options div[data-product-attribute="input-checkbox"] .form-checkbox + .form-label::before {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid #707070;
        border-radius: 0%;
        height: 14px;
        width: 14px; }
      .productView-details .productView-options div[data-product-attribute="input-checkbox"] .form-checkbox + .form-label::after {
        top: 3px;
        background-size: 80%; }
  .productView-details .productView-options .add-to-cart-wrapper .form-field {
    margin-bottom: 6px; }
  .productView-details .productView-options .add-to-cart-wrapper label.form-label {
    margin-bottom: 8px; }
  .productView-details .productView-options .add-to-cart-wrapper .form-increment {
    margin-left: 1px; }
    .productView-details .productView-options .add-to-cart-wrapper .form-increment .button {
      background-color: #FFFFFF;
      border-radius: 0px;
      border: 1px solid #d7d7d7; }
    .productView-details .productView-options .add-to-cart-wrapper .form-increment .form-input--incrementTotal {
      padding: 6.5px; }
  .productView-details .productView-options .add-to-cart-wrapper .form-action input.button--primary {
    border-radius: 22px;
    background-color: #172A69 !important;
    color: #FFFFFF;
    border: 1px solid #172A69 !important;
    padding: 8px 65px 7px 65px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px; }
    .productView-details .productView-options .add-to-cart-wrapper .form-action input.button--primary:hover {
      background-color: #904220 !important;
      border: 1px solid #904220 !important; }
  .productView-details .productView-options .form-wishlist .button.dropdown-menu-button {
    background-color: transparent;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 11px 41px;
    letter-spacing: -0.1px; }
  .productView-details .productView-options .form-wishlist .icon {
    margin-top: 5px; }
  .productView-details .productView-options .form-wishlist .dropdown-menu.is-open.f-open-dropdown {
    border: 1px solid #d7d7d7 !important;
    border-top: 1px solid #d7d7d7 !important; }
  .productView-details ul.socialLinks {
    margin-top: 13px; }

/**/
.download-files {
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  max-width: 195px;
  gap: 9px; }

.download-heading {
  color: #302E2B;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 20px;
  margin: 12px 0 11px; }

.productView-images {
  padding: 0px 16px 0 0;
  margin: 0 0 20px; }

.productView-details {
  padding: 0px 0 0 28px; }

.breadcrumb a span, .breadcrumb.is-active > .breadcrumb-label {
  font-weight: 400;
  font-size: 13px;
  color: #A2A2A2;
  letter-spacing: 0.65px;
  line-height: 24px; }

.productView-thumbnail-link {
  height: 160px;
  max-width: 178px;
  padding: 8px 8px 10px;
  box-sizing: border-box; }

.productView-thumbnails {
  margin: 0 -10px; }
  .productView-thumbnails img {
    width: auto; }

.productView-thumbnail {
  width: 33.33%;
  padding: 0 10px; }

.productView-thumbnail-link {
  border: 1px solid #707070 !important; }

.productView-img-container:after {
  padding-bottom: 104.6%; }

.productView-img-container {
  margin: 0 0 63px; }

.productView-details .productView-rating {
  margin-top: 15px;
  margin-bottom: 23px; }
  .productView-details .productView-rating .icon {
    margin: 4px 3px 0 0;
    float: left; }

.download-files img {
  max-height: 66px; }

.desc-img {
  margin: 36px 0 2px; }

.related-product-section .tab.is-active {
  border-bottom: 0;
  margin: 0; }

.tab.is-active .tab-title {
  color: #904220;
  font-size: 24px;
  font-family: "Poppins", sans-serif; }

.tab-content.has-jsContent.is-active {
  padding: 1.5rem 0 0; }
  .tab-content.has-jsContent.is-active section.productCarousel {
    margin: 0 0 16px; }

.modal-background {
  z-index: 99999; }

.modal {
  z-index: 99999 !important; }

.productView-brand {
  display: none; }

.productView-info {
  margin-bottom: 4px; }
  .productView-info .productView-info-name {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1.4px;
    color: #302E2B;
    text-transform: uppercase; }
  .productView-info .productView-info-value {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.7px;
    color: #444340;
    text-transform: uppercase; }

#previewModal .button,
.pro_sticky_addbtn .button {
  border-radius: 50px;
  background-color: #172A69 !important;
  border: 1px solid #172A69 !important;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px; }
  #previewModal .button:hover,
  .pro_sticky_addbtn .button:hover {
    background-color: #904220 !important;
    border: 1px solid #904220 !important; }

.productView-img-container:after {
  padding-bottom: 85%; }

.pro_sticky_img {
  min-width: 100px;
  text-align: center; }

.stickyLinks a {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase; }

.pro_sticky_price .price {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  letter-spacing: 1.1px;
  color: #302E2B; }

.product_sticky_outer .pro_sticky_img > img {
  min-height: 80px; }

.productView-rating {
  margin-top: 14px;
  margin-bottom: 23px; }
  .productView-rating .productView-reviewLink {
    margin-left: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #904220;
    text-transform: capitalize; }
  .productView-rating .scroll-to-view {
    margin-left: 64px; }

.body {
  margin: 0; }

.page.blog .breadcrumbs {
  text-align: left;
  margin-bottom: 4px; }

.page.blog article.blog {
  padding-left: 0px;
  padding-right: 40px; }

.page.blog .blog-title a {
  font-size: 20px; }

.page.blog .blog-date {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px; }

.page.blog .blog-post .read-more {
  margin-top: 10px;
  font-size: 15px;
  color: #904220; }
  .page.blog .blog-post .read-more:hover {
    color: #172969; }

.page.blog .blog-thumbnail {
  text-align: left; }
  .page.blog .blog-thumbnail img {
    height: auto;
    width: auto; }

.blog-post-container {
  max-width: 1180px; }
  .blog-post-container .blog-thumbnail {
    max-width: 550px; }
  .blog-post-container h2.blog-title {
    text-align: left;
    margin: 0;
    font-size: 24px;
    margin-bottom: 15px; }
  .blog-post-container p.blog-date {
    text-align: left;
    font-size: 18px; }
  .blog-post-container .blog-post-body .blog-post p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9rem;
    color: #2F2F2B;
    margin-bottom: 10px; }
  .blog-post-container .blog-post-body .blog-post h2.inner-heading {
    color: #2F2F2B;
    font-size: 26px; }
  .blog-post-container .blog-post-body .blog-post h3.inner-heading {
    color: #2F2F2B;
    font-size: 18px; }
  .blog-post-container .blog-post-body .blog-post ul.list-items {
    margin-left: 45px; }
  .blog-post-container ul.tags {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 10px; }
    .blog-post-container ul.tags li.tag {
      font-size: 16px;
      font-weight: 700; }
      .blog-post-container ul.tags li.tag a {
        color: #904220; }
        .blog-post-container ul.tags li.tag a:hover {
          color: #172969; }
    .blog-post-container ul.tags li.tag:first-of-type {
      margin-left: -7px; }
  .blog-post-container ul.socialLinks {
    text-align: left;
    margin-bottom: 20px; }
    .blog-post-container ul.socialLinks li.socialLinks-item {
      margin-right: 10px; }

.category_des {
  clear: both; }

.category_des h2 {
  color: #2F2F2B; }

.forgot-password-form input.button.button--primary,
#gift-certificate-balance input.button.button--primary {
  margin-left: 0.78571rem;
  padding: 8px 30px; }

.productGrid .product form.form {
  text-align: center; }

.category_des h1 {
  color: #2F2F2B; }

body.custom_cart .body {
  margin-bottom: 6rem; }

body.custom_cart .coupon-form .button,
body.custom_cart .cart-gift-certificate-form .button {
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 7px; }

h3.error_msg svg {
  max-width: 100%; }

h3.error_msg {
  margin: 50px 0px; }

.pagination-item--next,
.pagination-item--previous {
  float: none; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #5782cd; }

.productView-details .productView-info .line-item-details.availability .productView-info-value {
  text-transform: capitalize; }

.cart-item-quantity .form-increment .button--icon svg {
  fill: #fff !important; }

.shipping-quotes {
  margin-bottom: 15px; }

.footer .f_address > a {
  color: #fff; }

.no-product-sb > p {
  display: none; }

.accordion--navList .accordion-navigation {
  padding: 0;
  margin-bottom: 10px !important; }

.about_us_page .au_contactinfo_sec li p.contact_info a {
  color: #A2A2A2; }

.about_us_page .au_contactinfo_sec li p.contact_info a:hover {
  color: #904220; }

.cms_cnt {
  margin: 0px 0px 40px; }

.quickSearchResults .productGrid .product .card-img-container {
  overflow: hidden; }

.cms-page-cnt .testimonial_sec::before {
  display: none; }

.swal2-container .swal2-actions button.swal2-confirm {
  margin-right: 10px; }

.newsletter-subscription-section .form-prefixPostfix .form-input::placeholder {
  color: #4d4d4d; }

td.compareTable-item li {
  word-break: break-all; }

body.product .typeRadioBtn.infopopup {
  position: relative; }

body.product .typeRadioBtn.infopopup font:not(.boldAttr) {
  display: none;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  padding: 10px;
  width: auto;
  z-index: 999;
  margin-left: 200px; }

body.product .typeRadioBtn.infopopup.infopopupactive font:not(.boldAttr) {
  display: block; }

body.product .infopuptrigger {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  font-weight: 700;
  margin-left: 10px;
  font-style: italic;
  background: #fafafa;
  text-transform: none; }

.opt-rectangular-splitting-50 {
  display: none; }

.blog-post-container .blog-title {
  text-align: left;
  font-size: 30px;
  margin: 0 0 15px; }

@media only screen and (min-width: 1200px) {
  .subcategory-grid.no-product-sb li.subcategory-item.hasImage {
    width: 20%; } }

/* Responsive */
@media only screen and (max-width: 1199px) {
  .logo-user-section.container {
    padding: 3px 20px; }
  .hp_content .productCarousel .slick-list,
  .category_sec .slick-list {
    margin: 0; }
  .story_sec .img_content_section {
    width: 45%; }
  .story_sec .content_section {
    width: 55%; }
  .story_sec .content_section_text {
    width: 100%;
    padding: 0 0 0 20px; }
  .contactinfo_sec .contact_blocks .contact_info {
    letter-spacing: 0.3px; }
  .contactinfo_sec {
    margin: 70px -20px;
    display: block;
    width: auto; }
  .contactinfo_sec::after {
    content: "";
    display: block;
    clear: both; }
  .contactinfo_sec {
    padding: 50px 0;
    background-size: cover; }
  .testimonial_sec {
    top: 0px;
    margin: 0 -20px 100px -20px;
    display: block;
    width: auto; }
  .testimonial_sec:after {
    contain: "";
    clear: both;
    display: block; }
  .testimonial_sec::before {
    height: auto;
    bottom: -60px;
    top: -60px; }
  .security_sec {
    margin: 0 -30.5px;
    background-size: cover;
    padding: 70px 0px;
    display: block;
    width: auto; }
  .security_sec::after {
    content: "";
    display: block;
    clear: both; }
  .category_des > .container {
    padding: 0; }
  body.fixed-nav #stickyProductDetails {
    display: none !important; }
  .hp_content .productCarousel .slick-prev::before {
    left: 0; }
  .hp_content .productCarousel .slick-prev {
    left: -10px; }
  .cms-page-cnt .testimonial_sec {
    margin: 0px; }
  .about_us_page .au_contactinfo_sec li {
    padding: 31px 15px; }
  #gift-certificate-balance input.button.button--primary {
    margin: 20px 0px 0px; }
  .about_us_page .founding_sec {
    background-repeat: repeat-y; } }

@media only screen and (max-width: 991px) {
  body .accordion-nav-clear-holder .facetedSearch-clearLink {
    right: 35px;
    top: 14px; }
  .header-logo--left .header-logo-image {
    left: -23px; }
  .header-logo > a {
    padding-bottom: 0; }
  .hp_content .page-heading.showcase-products,
  .category_sec .page-heading {
    margin: 0 0 20px 0; }
  .contactinfo_sec .contact_blocks li {
    margin: 0 10px;
    width: calc(33.33% - 20px); }
  .contactinfo_sec .contact_blocks {
    margin: 0 -10px; }
  .contactinfo_sec .contact_blocks .contact_heading {
    letter-spacing: 0;
    font-size: 20px; }
  .contactinfo_sec .contact_blocks .contact_info {
    text-align: center;
    height: 52px;
    overflow: hidden; }
  .contactinfo_sec {
    margin: 70px 0;
    padding: 50px 0; }
  .testimonial_sec::before {
    top: -20px;
    background-position: right top; }
  .testimonial_sec .testi_right {
    width: 100%;
    margin: 50px 0 0 0; }
  .testimonial_sec .testi_left .testi_heading h4 {
    margin: 37px 0 60px 0; }
  .testimonial_sec .testi_left .rating_sec {
    margin: 20px 0 0 0; }
  .testimonial_sec .slick-arrow {
    top: 238px; }
  .security_sec .security_blocks li:nth-child(2) {
    padding: 31px 15px 27px; }
  .security_sec .security_blocks .security_heading {
    letter-spacing: 0.5px; }
  .footer article.footer-info-col.footer-info-col--small-4.footer_about {
    width: 50%; }
  .footer article.footer-info-col.footer-info-col--small-4.footer_categories {
    width: 50%; }
  .footer article.footer-info-col.footer-info-col--small-4.footer_contact {
    width: 100%;
    text-align: center;
    margin: 40px 0 0 0; }
  .productView-details {
    padding: 0px; }
  .contactinfo_sec {
    margin: 70px -20px;
    width: auto;
    display: block;
    background-size: cover;
    padding: 50px 0px; }
  .security_sec {
    padding: 50px 0px; }
  .security_sec .security_blocks li {
    width: calc(33.33% - 20px);
    margin: 0px 10px; }
  .category_sec .category_blocks .slick-slide a .category_name {
    display: block;
    padding: 12px 10px;
    font-size: 16px; }
  section.productCarousel .slick-prev::before,
  section.productCarousel .slick-next::before {
    width: 14px;
    height: 31px;
    right: auto;
    left: auto;
    top: auto; }
  .card .card-figcaption .card-figcaption-body .button {
    width: 180px; }
  .accordion--navList .accordion-title + span {
    display: inline-block;
    margin-right: 15px; }
  .page-sidebar {
    padding-right: 0; }
  .accordion--navList .accordion-navigation {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between; }
  #accordion .ui-accordion-content {
    padding: 28px 30px 28px 30px; }
  .productView {
    padding: 15px 0px 0px; }
  .productView-details .productView-options .add-to-cart-wrapper .form-field {
    margin-bottom: 20px; }
  .form.forgot-password-form .g-recaptcha {
    margin-bottom: 15px; }
  .account-body {
    margin: 0px; }
  section.productCarousel .slick-next,
  section.productCarousel .slick-prev {
    width: auto; }
  .hp_content .productCarousel .slick-prev {
    left: 0px; }
  .hp_content .productCarousel .slick-next {
    right: 0px; }
  li.navUser-item.navUser-item--cart.user-icons {
    width: auto; }
  #contact-us-page {
    width: 100%; }
  .body > .container > .container,
  .about_us_page .story_sec > .container,
  .about_us_page .crafted_sec,
  .about_us_page .industry_sec,
  .about_us_page .custom_project_sec {
    padding: 0; }
  .about_us_page .crafted_sec .container,
  .about_us_page .industry_sec .container,
  .about_us_page .custom_project_sec .container {
    padding: 0px; }
  .about_us_page .au_contactinfo_sec {
    padding: 50px 0px; }
  .about_us_page .story_sec {
    margin-bottom: 30px; }
  .about_us_page .story_sec .content_section_text {
    padding: 0px 0 0 10px; }
  .about_us_page .au_contactinfo_sec li .contact_heading {
    font-size: 18px;
    line-height: normal; }
  section.productCarousel .slick-prev {
    left: -10px; }
  .productView-image {
    pointer-events: auto;
    padding: 0px; }
  .productView-image a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .about_us_page .au_contactinfo_sec {
    height: auto; }
  .about_us_page .au_contactinfo_sec ul {
    display: flex;
    flex-wrap: wrap; }
  .mega-cat-dropdown div.mobile .navPages-action-moreIcon {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 3px; } }

@media only screen and (max-width: 767px) {
  h1.page-heading, h2.page-heading, .page-heading {
    font-size: 20px; }
  .category_sec .category_blocks .slick-slide a .category_name {
    font-size: 16px;
    letter-spacing: 0; }
  .category_sec {
    padding: 50px 0; }
  .story_sec .img_content_section {
    width: 100%;
    margin: 0 0 30px 0; }
  .story_sec .content_section {
    width: 100%; }
  .story_sec .content_section_text {
    padding: 0; }
  .story_sec {
    padding: 0 0 20px 0; }
  section.productCarousel .slick-prev::before {
    width: 14px;
    height: 31px;
    left: 0;
    top: 0; }
  section.productCarousel .slick-next, section.productCarousel .slick-prev {
    margin-top: 0;
    width: 14px;
    height: 31px; }
  section.productCarousel .slick-next::before {
    width: 14px;
    height: 31px;
    right: 0;
    top: 0; }
  section.productCarousel .slick-prev {
    left: 10px; }
  section.productCarousel .slick-next {
    right: 10px; }
  .security_sec .security_blocks li,
  .contactinfo_sec .contact_blocks li {
    width: calc(50% - 20px); }
  .security_sec .security_blocks,
  .contactinfo_sec .contact_blocks {
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 50px;
    flex-wrap: wrap; }
  .security_sec .security_blocks li {
    margin: 0 10px; }
  .testimonial_sec .testi_right .left-image {
    width: 30%; }
  .testimonial_sec .testi_right .right-content {
    width: 70%; }
  .footer article.footer-info-col.footer-info-col--small-4.footer_about {
    padding-right: 10px; }
  .footer article.footer-info-col.footer-info-col--small-4.footer_categories {
    padding-left: 10px; }
  .footer h5.footer-info-heading {
    font-size: 18px;
    letter-spacing: 0;
    height: 55px;
    overflow: hidden; }
  .footer .footer-info-list li a {
    line-height: 18px; }
  .footer .footer-info-list li {
    line-height: 18px;
    margin: 0 0 10px 0; }
  .footer article.footer-info-col.footer-info-col--small-4.footer_contact h5.footer-info-heading {
    height: auto; }
  .footer .footer-payment-icons {
    width: 100%; }
  .footer .footer-copyright {
    width: 100%; }
  .footer .payment-icons-section .container {
    flex-wrap: wrap;
    row-gap: 15px;
    height: auto; }
  .footer .payment-icons-section {
    padding: 15px 0 20px 0; }
  .contactinfo_sec {
    margin: 55px -20px; }
  li.subcategory-item {
    width: 33.33%; }
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; }
  .productGrid .product {
    width: 50%; }
  .cms-page-cnt .process-step-2 .youtube-video iframe {
    max-width: 100%; }
  .about_us_page .story_sec .content_section_text {
    padding: 30px 0px 0px; }
  .about_us_page .au_contactinfo_sec li {
    width: calc(50% - 30px);
    margin: 0px 15px 20px; }
  .about_us_page .custom_project_sec {
    margin-bottom: 40px; }
  .about_us_page .au_contactinfo_sec li {
    padding: 31px 10px; }
  section.productCarousel .slick-prev {
    left: 0px; }
  section.productCarousel .slick-next {
    right: 0px; }
  .cms-page-cnt .testimonial_sec .test_cnt .test_half_img .cnt_sec,
  .cms-page-cnt .testimonial_sec .test_cnt .test_half_img .img_sec {
    width: 50%; }
  .page.blog article.blog:nth-child(2n) {
    padding-left: 10px; }
  .page.blog article.blog {
    padding-right: 10px; }
  .cms-page-cnt .farmhouse_cnt_sec {
    flex-wrap: wrap;
    flex-direction: column-reverse; }
  .cms-page-cnt .farmhouse_cnt_sec .cms_page_content,
  .cms-page-cnt .farmhouse_cnt_sec .cms_page_img {
    width: 100%; } }

@media only screen and (max-width: 479px) {
  header li.navUser-item.currency-menu {
    margin-right: 5px; }
  .banners .banner[data-name="Promotion Banner"] p {
    line-height: 18px;
    padding: 20px 15px; }
  .banners .banner[data-name="Promotion Banner"] p .promotion_text {
    line-height: 18px; }
  .Wood_sec {
    padding: 55px 0 39px 0; }
  .Wood_sec h3 {
    font-size: 22px;
    line-height: 26px; }
  .Wood_sec p {
    line-height: 22px;
    margin: 0 0 15px 0; }
  .category_sec .category_blocks .slick-slide a {
    height: 250px; }
  .category_sec .category_blocks .slick-slide a img {
    max-height: 190px;
    padding: 0 10px; }
  .security_sec .security_blocks li,
  .contactinfo_sec .contact_blocks li {
    width: calc(100% - 20px); }
  .contactinfo_sec .contact_blocks li:first-child,
  .security_sec .security_blocks li:first-child {
    border-radius: 18px 18px 0px 0px; }
  .contactinfo_sec .contact_blocks li:last-child,
  .security_sec .security_blocks li:last-child {
    border-radius: 0px 0px 18px 18px; }
  .security_sec {
    margin: 0 -10.5px 0px;
    padding: 50px 0;
    background-size: cover; }
  .security_sec .security_blocks,
  .contactinfo_sec .contact_blocks {
    row-gap: 30px; }
  .testimonial_sec .testi_right .right-content {
    padding: 30px 0px 0px;
    width: 100%; }
  .testimonial_sec .testi_right .left-image {
    width: 100%; }
  .footer {
    padding: 50px 0 0 0; }
  .footer-info-col {
    text-align: left; }
  .security_sec {
    margin: 0 -30.5px 0px; }
  .testimonial_sec .testi_left {
    width: 100%;
    text-align: center; }
  .testimonial_sec .testi_left .rating_sec {
    justify-content: center; }
  .testimonial_sec .slick-next {
    left: auto;
    right: 0; }
  li.subcategory-item {
    width: 50%; }
  .page-sidebar + .page-content .productGrid .product,
  div#add-to-cart-wrapper .form-action,
  .productGrid .product {
    width: 100%; }
  .productView-details .productView-info .line-item-details .productView-info-name {
    text-align: left; }
  .productView-details .productView-options .add-to-cart-wrapper label.form-label {
    text-align: center; }
  .estimator-form .button--primary {
    font-size: 15px; }
  .cms-page-cnt .round_dining_table_section,
  .cms-page-cnt .square_dining_table_section,
  .cms-page-cnt .end_table_section,
  .cms-page-cnt .tools_and_hardware_section,
  .cms-page-cnt .testimonial_sec .test_cnt .test_with_img,
  .cms-page-cnt .testimonial_sec .test_cnt .test_half_img {
    flex-wrap: wrap; }
  .cms-page-cnt .round_dining_table_section .cms_content_section,
  .cms-page-cnt .square_dining_table_section .cms_content_section,
  .cms-page-cnt .end_table_section .cms_content_section,
  .cms-page-cnt .tools_and_hardware_section .cms_img_content_section,
  .cms-page-cnt .tools_and_hardware_section .cms_content_section,
  .cms-page-cnt .testimonial_sec .test_cnt .test_with_img .cnt_sec,
  .cms-page-cnt .testimonial_sec .test_cnt .test_half_img .cnt_sec {
    width: 100%; }
  .testimonial_sec .testi_left .testi_pagination {
    max-width: 100%; }
  .about_us_page .story_sec {
    margin-bottom: 0px; }
  .about_us_page .custom_project_sec {
    margin-bottom: 0px; }
  .about_us_page .au_contactinfo_sec li {
    width: 100%;
    margin: 0px 0px 20px; }
  .about_us_page .au_contactinfo_sec li:nth-child(1) {
    border-radius: 18px 18px 0px 0px; }
  .about_us_page .au_contactinfo_sec li:nth-child(3) {
    border-radius: 0px 0px 18px 18px; }
  .cms-page-cnt .photo_sec h2 {
    font-size: 20px;
    line-height: 24px; }
  .page.blog article.blog {
    padding: 0px; }
  .page.blog article.blog:nth-child(2n) {
    padding: 0px; }
  .page.blog .blog-thumbnail img {
    height: auto;
    width: 100%; }
  .cms-page-cnt .farmhouse_cnt_sec .cms_page_content h2 {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 24px; } }

@media only screen and (max-width: 800px) {
  div#page-wrapper .second-level-flyout .flyout.page li.navPage-subMenu-item-child,
  .mega-cat-dropdown div.mobile {
    position: relative; } }

#contact-us-page a,
.cms_cnt a,
.category_des a,
.blog-post a {
  font-weight: 700; }

.category_des p br + br, .category_des p br {
  display: none; }

.custom_page_contact_form .form-actions .button.button--primary {
  background-color: #904220 !important; }
  .custom_page_contact_form .form-actions .button.button--primary:hover {
    background: #172969 !important; }

.cms-page-cnt .testimonial_sec {
  margin: 0; }

body.custom_createaccount_thanks .body {
  min-height: 300px;
  margin: 30px 0 0; }

.account-body .form-actions a.button,
body .account input.button.button--small,
body .account input.button {
  color: #fff; }

body .account a.button.button--small {
  color: #fff;
  background-color: #904220; }
  body .account a.button.button--small:hover {
    background: #172969; }

@media only screen and (max-width: 800px) {
  figcaption.card-figcaption.mobile input[type="checkbox"] {
    position: relative;
    top: 2px; } }

@media (min-width: 990px) and (max-width: 1300px) {
  .productView-options {
    position: relative; }
  .productView-options .form.form-wishlist.form-action {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0px; }
  div#add-to-cart-wrapper {
    display: inline-block; } }

@media only screen and (min-width: 767px) {
  .page.blog .blog-thumbnail {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center; } }

.hm-home-section {
  --hm-home-navy: #172969;
  --hm-home-rust: #A8572A;
  --hm-home-off-white: #F5F2EB;
  --hm-home-soft-white: #FAF7F2;
  --hm-home-white: #FFFFFF;
  --hm-home-text: #2E2B27;
  --hm-home-muted: #625F59;
  --hm-home-border: #D8D1C3;
  --hm-home-navy-hover: #0F2058;
  box-sizing: border-box;
  width: 100%; }

.hm-home-section *,
.hm-home-section *::before,
.hm-home-section *::after {
  box-sizing: border-box; }

.hm-home-section img {
  display: block;
  max-width: 100%; }

.hm-home-section a {
  text-underline-offset: 2px; }

.hm-home-container {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto; }

.hm-home-section-header {
  max-width: 760px;
  margin: 0 auto 38px;
  text-align: center; }

.hm-home-eyebrow {
  margin: 0 0 10px;
  color: var(--hm-home-rust);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase; }

.hm-home-section-header h2 {
  margin: 0;
  color: var(--hm-home-navy);
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.12; }

.hm-home-section-header > p:last-child {
  max-width: 700px;
  margin: 16px auto 0;
  color: var(--hm-home-text);
  font-size: 17px;
  line-height: 1.6; }

.hm-home-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 2px solid var(--hm-home-navy);
  border-radius: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, color .18s ease, transform .18s ease; }

.hm-home-button--primary {
  background: var(--hm-home-navy);
  color: var(--hm-home-white); }

.hm-home-button--secondary {
  background: transparent;
  color: var(--hm-home-navy); }

.hm-home-button:hover,
.hm-home-button:focus {
  background: var(--hm-home-navy-hover);
  border-color: var(--hm-home-navy-hover);
  color: var(--hm-home-white);
  text-decoration: none; }

.hm-home-button:focus-visible {
  outline: 3px solid rgba(23, 41, 105, 0.25);
  outline-offset: 3px; }

/* ==========================================================
   1. HERO
   ========================================================== */
.hm-home-hero {
  background: var(--hm-home-off-white);
  color: var(--hm-home-text); }

.hm-home-hero__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
  min-height: 520px; }

.hm-home-hero__content {
  order: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 64px clamp(32px, 5vw, 80px); }

.hm-home-hero__eyebrow {
  margin: 0 0 14px;
  color: var(--hm-home-rust);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
  text-transform: uppercase; }

.hm-home-hero__eyebrow span {
  margin: 0 5px; }

.hm-home-hero h1 {
  max-width: 720px;
  margin: 0;
  color: var(--hm-home-navy);
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.02em; }

.hm-home-hero__text {
  max-width: 650px;
  margin: 22px 0 0;
  color: var(--hm-home-text);
  font-size: 18px;
  line-height: 1.6; }

.hm-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px; }

.hm-home-hero__help {
  margin: 14px 0 0;
  color: var(--hm-home-muted);
  font-size: 14px;
  line-height: 1.5; }

.hm-home-hero__image {
  order: 2;
  height: 560px;
  min-height: 0;
  overflow: hidden; }

.hm-home-hero__image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center; }

/* ==========================================================
   2. TRUST BAR
   ========================================================== */
.hm-home-trust {
  background: var(--hm-home-white);
  border-top: 1px solid var(--hm-home-border);
  border-bottom: 1px solid var(--hm-home-border); }

.hm-home-trust__inner {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.hm-home-trust__item {
  padding: 22px 24px;
  text-align: center; }

.hm-home-trust__item + .hm-home-trust__item {
  border-left: 1px solid var(--hm-home-border); }

.hm-home-trust__item strong,
.hm-home-trust__item span {
  display: block; }

.hm-home-trust__item strong {
  color: var(--hm-home-navy);
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35; }

.hm-home-trust__item span {
  margin-top: 5px;
  color: var(--hm-home-muted);
  font-size: 13px;
  line-height: 1.45; }

/* ==========================================================
   3. SHOP BY PROJECT / CATEGORY
   ========================================================== */
.hm-home-categories {
  padding: 80px 20px;
  background: var(--hm-home-soft-white); }

.hm-home-categories__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  gap: 18px; }

.hm-home-category-card {
  position: relative;
  display: block;
  min-height: 300px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--hm-home-navy);
  color: var(--hm-home-white);
  text-decoration: none; }

.hm-home-category-card--featured {
  grid-column: span 2;
  grid-row: span 2; }

.hm-home-category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease; }

.hm-home-category-card:hover img {
  transform: scale(1.025); }

.hm-home-category-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 25, 45, 0.88) 0%, rgba(20, 25, 45, 0.38) 55%, rgba(20, 25, 45, 0.06) 100%); }

.hm-home-category-card__content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px; }

.hm-home-category-card--featured .hm-home-category-card__content {
  max-width: 640px;
  padding: 34px; }

.hm-home-category-card__label {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--hm-home-white);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase; }

.hm-home-category-card h3 {
  margin: 0;
  color: var(--hm-home-white);
  font-size: 24px;
  line-height: 1.15; }

.hm-home-category-card--featured h3 {
  font-size: clamp(30px, 3vw, 42px); }

.hm-home-category-card p {
  max-width: 550px;
  margin: 10px 0 0;
  color: var(--hm-home-white);
  font-size: 15px;
  line-height: 1.5; }

.hm-home-category-card__link {
  display: inline-block;
  margin-top: 13px;
  color: var(--hm-home-white);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700; }

/* ==========================================================
   4. MANUFACTURER DIFFERENTIATOR
   ========================================================== */
.hm-home-manufacturer {
  background: var(--hm-home-navy);
  color: var(--hm-home-white); }

.hm-home-manufacturer__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr; }

.hm-home-manufacturer__image {
  min-height: 560px; }

.hm-home-manufacturer__image img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover; }

.hm-home-manufacturer__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 70px clamp(38px, 6vw, 90px); }

.hm-home-manufacturer__content .hm-home-eyebrow {
  color: #F0C6A9; }

.hm-home-manufacturer h2 {
  max-width: 620px;
  margin: 0;
  color: var(--hm-home-white);
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08; }

.hm-home-manufacturer__content > p:not(.hm-home-eyebrow) {
  max-width: 650px;
  margin: 20px 0 0;
  color: var(--hm-home-white);
  font-size: 17px;
  line-height: 1.65; }

.hm-home-manufacturer__highlight {
  margin-top: 26px;
  padding-left: 18px;
  border-left: 4px solid var(--hm-home-rust);
  color: var(--hm-home-white);
  font-size: 18px;
  line-height: 1.5; }

.hm-home-manufacturer__button {
  align-self: flex-start;
  margin-top: 30px;
  background: var(--hm-home-rust);
  border-color: var(--hm-home-rust);
  color: var(--hm-home-white); }

.hm-home-manufacturer__button:hover,
.hm-home-manufacturer__button:focus {
  background: #8F4725;
  border-color: #8F4725; }

/* ==========================================================
   5. KITCHEN ISLAND LEGS FEATURE
   ========================================================== */
.hm-home-island {
  padding: 82px 20px;
  background: var(--hm-home-white); }

.hm-home-island__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 56px;
  align-items: center; }

.hm-home-island h2 {
  max-width: 680px;
  margin: 0;
  color: var(--hm-home-navy);
  font-size: clamp(32px, 3.6vw, 46px);
  line-height: 1.1; }

.hm-home-island__intro {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--hm-home-text);
  font-size: 17px;
  line-height: 1.6; }

.hm-home-island__shape-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px; }

.hm-home-island__shape {
  padding: 22px;
  border: 1px solid var(--hm-home-border);
  border-radius: 4px;
  background: var(--hm-home-soft-white);
  color: var(--hm-home-text);
  text-decoration: none;
  transition: border-color .18s ease, transform .18s ease; }

.hm-home-island__shape:hover {
  border-color: var(--hm-home-navy);
  transform: translateY(-2px);
  text-decoration: none; }

.hm-home-island__shape strong,
.hm-home-island__shape span,
.hm-home-island__shape em {
  display: block; }

.hm-home-island__shape strong {
  color: var(--hm-home-navy);
  font-size: 20px; }

.hm-home-island__shape span {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.5; }

.hm-home-island__shape em {
  margin-top: 12px;
  color: var(--hm-home-rust);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700; }

.hm-home-island__height {
  margin-top: 25px; }

.hm-home-island__height-title {
  display: block;
  margin-bottom: 10px;
  color: var(--hm-home-navy);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700; }

.hm-home-island__height-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px; }

.hm-home-island__height-links a {
  padding: 9px 14px;
  border: 1px solid var(--hm-home-border);
  border-radius: 4px;
  background: var(--hm-home-white);
  color: var(--hm-home-navy);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none; }

.hm-home-island__height-links a:hover,
.hm-home-island__height-links a:focus {
  border-color: var(--hm-home-navy);
  background: var(--hm-home-off-white); }

.hm-home-island__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px; }

.hm-home-island__help {
  margin: 12px 0 0;
  color: var(--hm-home-muted);
  font-size: 13px;
  line-height: 1.5; }

.hm-home-island__image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 4px; }

/* ==========================================================
   6. POPULAR STARTING POINTS
   ========================================================== */
.hm-home-popular {
  padding: 80px 20px;
  background: var(--hm-home-off-white); }

.hm-home-popular__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px; }

.hm-home-product-card {
  display: block;
  padding: 18px;
  border: 1px solid var(--hm-home-border);
  border-radius: 4px;
  background: var(--hm-home-white);
  color: var(--hm-home-text);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }

.hm-home-product-card:hover {
  transform: translateY(-3px);
  border-color: var(--hm-home-navy);
  box-shadow: 0 8px 20px rgba(23, 41, 105, 0.08);
  text-decoration: none; }

.hm-home-product-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 270px;
  padding: 18px;
  background: var(--hm-home-soft-white); }

.hm-home-product-card__image img {
  max-width: 100%;
  max-height: 260px;
  object-fit: contain; }

.hm-home-product-card h3 {
  margin: 17px 0 0;
  color: var(--hm-home-navy);
  font-size: 18px;
  line-height: 1.35; }

.hm-home-product-card > span {
  display: inline-block;
  margin-top: 10px;
  color: var(--hm-home-rust);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700; }

.hm-home-popular__footer {
  margin-top: 32px;
  text-align: center; }

/* ==========================================================
   7. REAL CUSTOMER PROJECTS
   ========================================================== */
.hm-home-projects {
  padding: 82px 20px;
  background: var(--hm-home-white); }

.hm-home-projects__grid {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  grid-template-rows: repeat(2, 280px);
  gap: 16px; }

.hm-home-project {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 4px; }

.hm-home-project--large {
  grid-row: 1 / span 2; }

.hm-home-project img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.hm-home-project figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 22px 20px;
  background: linear-gradient(to top, rgba(23, 41, 105, 0.92), rgba(23, 41, 105, 0));
  color: var(--hm-home-white); }

.hm-home-project figcaption strong,
.hm-home-project figcaption span {
  display: block; }

.hm-home-project figcaption strong {
  font-size: 18px; }

.hm-home-project figcaption span {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.45; }

.hm-home-projects__footer {
  margin-top: 28px;
  text-align: center; }

/* ==========================================================
   8. WHY HIGHLAND MANOR
   ========================================================== */
.hm-home-why {
  padding: 74px 20px;
  background: var(--hm-home-soft-white); }

.hm-home-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; }

.hm-home-why__item {
  padding: 26px;
  border: 1px solid var(--hm-home-border);
  border-radius: 4px;
  background: var(--hm-home-white); }

.hm-home-why__item > span {
  color: var(--hm-home-rust);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em; }

.hm-home-why__item h3 {
  margin: 9px 0 0;
  color: var(--hm-home-navy);
  font-size: 19px;
  line-height: 1.3; }

.hm-home-why__item p {
  margin: 9px 0 0;
  color: var(--hm-home-text);
  font-size: 15px;
  line-height: 1.55; }

/* ==========================================================
   9. HELP CTA
   ========================================================== */
.hm-home-help {
  padding: 56px 20px;
  background: var(--hm-home-rust);
  color: var(--hm-home-white); }

.hm-home-help__inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 50px;
  align-items: center; }

.hm-home-help .hm-home-eyebrow {
  color: var(--hm-home-white); }

.hm-home-help h2 {
  margin: 0;
  color: var(--hm-home-white);
  font-size: clamp(30px, 3.5vw, 42px);
  line-height: 1.1; }

.hm-home-help__content > p:not(.hm-home-eyebrow) {
  max-width: 680px;
  margin: 12px 0 0;
  color: var(--hm-home-white);
  font-size: 16px;
  line-height: 1.55; }

.hm-home-help__actions {
  text-align: center; }

.hm-home-help__button {
  width: 100%;
  background: var(--hm-home-white);
  border-color: var(--hm-home-white);
  color: var(--hm-home-navy); }

.hm-home-help__button:hover,
.hm-home-help__button:focus {
  background: var(--hm-home-off-white);
  border-color: var(--hm-home-off-white);
  color: var(--hm-home-navy); }

.hm-home-help__link {
  display: inline-block;
  margin-top: 13px;
  color: var(--hm-home-white);
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline; }

/* ==========================================================
   10. TRADE / PROFESSIONAL BUYERS
   ========================================================== */
.hm-home-trade {
  padding: 80px 20px;
  background: var(--hm-home-white); }

.hm-home-trade__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 55px;
  align-items: center; }

.hm-home-trade__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px; }

.hm-home-trade h2 {
  margin: 0;
  color: var(--hm-home-navy);
  font-size: clamp(31px, 3.5vw, 44px);
  line-height: 1.12; }

.hm-home-trade__content > p:not(.hm-home-eyebrow) {
  margin: 17px 0 0;
  color: var(--hm-home-text);
  font-size: 16px;
  line-height: 1.65; }

.hm-home-trade__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 27px; }

/* ==========================================================
   11. FAQ
   ========================================================== */
.hm-home-faq {
  padding: 76px 20px;
  background: var(--hm-home-soft-white); }

.hm-home-faq__inner {
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }

.hm-home-faq__list {
  border-top: 1px solid var(--hm-home-border); }

.hm-home-faq__item {
  border-bottom: 1px solid var(--hm-home-border); }

.hm-home-faq__item summary {
  position: relative;
  padding: 21px 46px 21px 0;
  color: var(--hm-home-navy);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none; }

.hm-home-faq__item summary::-webkit-details-marker {
  display: none; }

.hm-home-faq__item summary::after {
  content: "+";
  position: absolute;
  top: 17px;
  right: 6px;
  color: var(--hm-home-rust);
  font-size: 27px;
  font-weight: 400; }

.hm-home-faq__item[open] summary::after {
  content: "−"; }

.hm-home-faq__answer {
  padding: 0 44px 20px 0; }

.hm-home-faq__answer p {
  margin: 0;
  color: var(--hm-home-text);
  font-size: 16px;
  line-height: 1.65; }

/* ==========================================================
   12. FINAL CTA
   ========================================================== */
.hm-home-final {
  padding: 68px 20px;
  background: var(--hm-home-off-white);
  text-align: center; }

.hm-home-final__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }

.hm-home-final h2 {
  margin: 0;
  color: var(--hm-home-navy);
  font-size: clamp(31px, 4vw, 45px);
  line-height: 1.12; }

.hm-home-final__intro {
  margin: 16px auto 0;
  color: var(--hm-home-text);
  font-size: 17px;
  line-height: 1.6; }

.hm-home-final__actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 28px; }

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 1024px) {
  .hm-home-hero__inner {
    grid-template-columns: 1fr 1fr;
    min-height: 480px; }
  .hm-home-hero__content {
    padding: 48px 32px; }
  .hm-home-hero h1 {
    font-size: clamp(34px, 4.5vw, 46px); }
  .hm-home-hero__image,
  .hm-home-hero__image img {
    height: 500px;
    min-height: 0; } }

@media (max-width: 960px) {
  .hm-home-categories__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 290px; }
  .hm-home-category-card--featured {
    grid-column: span 2;
    grid-row: span 1;
    min-height: 400px; } }

@media (max-width: 900px) {
  .hm-home-trust__inner {
    grid-template-columns: repeat(2, 1fr); }
  .hm-home-trust__item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--hm-home-border); }
  .hm-home-trust__item:nth-child(4) {
    border-top: 1px solid var(--hm-home-border); }
  .hm-home-popular__grid,
  .hm-home-why__grid {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 860px) {
  .hm-home-island__inner {
    grid-template-columns: 1fr; }
  .hm-home-island__image {
    order: -1; }
  .hm-home-island__image img {
    aspect-ratio: 4 / 3; } }

@media (max-width: 800px) {
  .hm-home-manufacturer__inner {
    grid-template-columns: 1fr; }
  .hm-home-manufacturer__image,
  .hm-home-manufacturer__image img {
    min-height: 360px; }
  .hm-home-manufacturer__content {
    padding: 48px 24px 54px; } }

@media (max-width: 780px) {
  .hm-home-trade__inner {
    grid-template-columns: 1fr; } }

@media (max-width: 767px) {
  .hm-home-container {
    width: calc(100% - 32px);
    max-width: 1280px; }
  .hm-home-hero__inner {
    display: flex;
    flex-direction: column;
    min-height: 0; }
  .hm-home-hero__image {
    order: 1;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3; }
  .hm-home-hero__image img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover; }
  .hm-home-hero__content {
    order: 2;
    padding: 30px 20px 34px; }
  .hm-home-hero__eyebrow {
    margin-bottom: 10px;
    font-size: 12px; }
  .hm-home-hero h1 {
    max-width: none;
    font-size: clamp(30px, 8.5vw, 38px); }
  .hm-home-hero__text {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.55; }
  .hm-home-hero__actions {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-top: 24px; }
  .hm-home-hero__actions .hm-home-button {
    width: 100%;
    min-height: 50px; }
  .hm-home-hero__help {
    margin-top: 12px;
    text-align: center;
    font-size: 13px; }
  .hm-home-help__inner {
    grid-template-columns: 1fr;
    gap: 28px; }
  .hm-home-help__actions {
    text-align: left; }
  .hm-home-trade__actions {
    flex-direction: column; } }

@media (max-width: 720px) {
  .hm-home-projects__grid {
    display: block; }
  .hm-home-project {
    height: 300px;
    margin-bottom: 14px; }
  .hm-home-project--large {
    height: 360px; } }

@media (max-width: 640px) {
  .hm-home-categories,
  .hm-home-popular,
  .hm-home-projects,
  .hm-home-why,
  .hm-home-island,
  .hm-home-trade,
  .hm-home-faq,
  .hm-home-final {
    padding-left: 16px;
    padding-right: 16px; }
  .hm-home-categories {
    padding-top: 56px;
    padding-bottom: 56px; }
  .hm-home-categories__grid {
    display: block; }
  .hm-home-category-card,
  .hm-home-category-card--featured {
    min-height: 300px;
    margin-bottom: 14px; }
  .hm-home-category-card--featured {
    min-height: 380px; }
  .hm-home-category-card__content,
  .hm-home-category-card--featured .hm-home-category-card__content {
    padding: 22px; }
  .hm-home-island__shape-grid {
    grid-template-columns: 1fr; }
  .hm-home-island__actions {
    flex-direction: column; }
  .hm-home-island__actions .hm-home-button {
    width: 100%; } }

@media (max-width: 580px) {
  .hm-home-popular__grid,
  .hm-home-why__grid {
    grid-template-columns: 1fr; }
  .hm-home-popular,
  .hm-home-projects,
  .hm-home-why,
  .hm-home-island,
  .hm-home-trade,
  .hm-home-faq,
  .hm-home-final {
    padding-top: 56px;
    padding-bottom: 56px; } }

@media (max-width: 520px) {
  .hm-home-trust__inner {
    width: 100%;
    grid-template-columns: 1fr; }
  .hm-home-trust__item,
  .hm-home-trust__item + .hm-home-trust__item {
    border-left: 0; }
  .hm-home-trust__item + .hm-home-trust__item {
    border-top: 1px solid var(--hm-home-border); }
  .hm-home-trust__item {
    padding: 17px 20px; }
  .hm-home-final__actions {
    flex-direction: column; }
  .hm-home-final__actions .hm-home-button {
    width: 100%; } }

@media (max-width: 1024px) {
  .mobileMenu-toggle {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    z-index: 2147483647 !important; } }
