
@media (min-width: 768px) {
  .menu-item-8295 {
    display: none;
  }
  .menu-item-9353 {
    display: block;
  }
}

@media (max-width: 767px) {
  .menu-item-9353 {
    display: none;
  }
  .menu-item-8341 {
    display: block !important;
  }
  .menu-item-8343 {
    display: block !important;
  }
  .menu-item-8344 {
    display: block !important;
  }
  .menu-item-8295 {
    display: block;
  }
}

#root-wrapper
  > div
  > div
  > div.footer-container
  > div
  > div
  > div.footer-bottom-container.section-container
  > div {
  max-width: 100vw;
}


#root-wrapper
  > div
  > div
  > div.footer-container
  > div
  > div
  > div.footer-primary-container.section-container
  > div
  > div
  > div
  > div:nth-child(2) {
  padding-left: 86px;
}

.wrapper {
  border: none !important;

  .postscript {
    height: 140px;
  }
}

#root-wrapper
  > div
  > div
  > div.footer-container
  > div
  > div
  > div.footer-primary-container.section-container
  > .container {
  max-width: 1440px;
}

.header .item-left {
  display: flex;
}
.header-top-container {
  background-color: #f4f4f4;
  font-weight: bold;
  padding: 11px 0;
}
@media only screen and (min-width: 959px) {
  .header-primary-container {
    height: 0;
  }
}

.nav-container {
  padding: 24px 0;
}

.sticky-header .nav-container {
  padding-top: 12px;
  padding-bottom: 12px;
}

#nav-shell {
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0 26px;
  min-width: 0;
  display: flex;
  align-items: center;
  margin: auto;
}

.nav-regular {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.first-nav {
  background-color: #fff;
}
.first-nav span {
  color: #333333;
}

.nav-utilities > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.nav-utilities > ul > li:not(:last-child):before {
  content: " ";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #857e78;
}

.nav-utilities > ul > li {
  position: relative;
  font-size: 14px;
  line-height: 1.3846;
  font-weight: 750;
}

.nav-utilities a {
  text-decoration: none;
  color: #4a4541;
  display: flex;
  align-items: center;
  gap: 7px;
}

.nav-utilities > ul > li:first-child > a {
  color: #d91f1f;
}

.form-search .input-text {
  width: 100%;
  border: #ddd;
  border-radius: 23px;
  background-color: #fff;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.03);
  height: 40px;
  padding: 0 20px 0 42px;
  font-size: 14px;
  color: var(--c-header-tertiary);
  transition: border 0.4s, color 0.4s;
}

<!---------------------------------- > html body {
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  box-shadow: none;
}

#error-page p,
#error-page .wp-die-message {
  margin: 0;
}

:root {
  --c-header-main: #d91f1f;
  --c-header-secondary: #f4f4f4;
  --c-header-tertiary: #4a4541;
}

.btn-menu {
  width: 48px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid #979797;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  cursor: pointer;
}

.btn-menu > i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn-menu > * {
  pointer-events: none;
}

.btn-menu > span {
  position: absolute;
  left: 14px;
  right: 14px;
  height: 2px;
  top: 50%;
  background-color: var(--c-header-main);
  margin-top: -1px;
  transition: background 0.4s;
}

.btn-menu > span:before,
.btn-menu > span:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: inherit;
  background-color: var(--c-header-main);
  transition: transform 0.4s, margin 0.4s;
}

.btn-menu > span:before {
  margin-top: -6px;
}

.btn-menu > span:after {
  margin-top: 6px;
}

body.show-nav-main .btn-menu > span {
  background: 0 0;
}

body.show-nav-main .btn-menu > span:before,
body.show-nav-main .btn-menu > span:after {
  margin-top: 0;
}

body.show-nav-main .btn-menu > span:before {
  transform: rotate(45deg);
}

body.show-nav-main .btn-menu > span:after {
  transform: rotate(-45deg);
}

.ico-truck2 {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 18px;
  font-size: 0;
  line-height: 0;
}

.ico-truck2 svg {
  width: inherit;
  height: inherit;
  display: block;
}

.ico-access {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  font-size: 0;
  line-height: 0;
}

.ico-access svg {
  width: inherit;
  height: inherit;
  display: block;
}

.ico-search {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  font-size: 0;
  line-height: 0;
}

.ico-search svg {
  width: inherit;
  height: inherit;
  display: block;
}

.ico-utilities {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 12px;
  font-size: 0;
  line-height: 0;
}

.ico-utilities svg {
  width: inherit;
  height: inherit;
  display: block;
}

.nav-utilities {
  margin-right: auto;
}

.nav-utilities > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}

.nav-utilities > ul > li:not(:last-child):before {
  content: " ";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background-color: #857e78;
}

.nav-utilities > ul > li:first-child > a {
  color: #d91f1f;
}

.nav-utilities a {
  text-decoration: none;
  color: #4a4541;
  display: flex;
  align-items: center;
  gap: 7px;
}

@media (hover) and (pointer: fine) {
  .nav-utilities a:hover {
    color: var(--c-header-main);
  }
}

.nav-access-v2 > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.nav-access-v2 > ul > li {
  position: relative;
  font-size: 14px;
  line-height: 1.3846;
  font-weight: 750;
}

.nav-access-v2 a {
  text-decoration: none;
  color: var(--c-header-tertiary);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

@media (hover) and (pointer: fine) {
  .nav-access-v2 a:hover {
    color: var(--c-header-main);
  }
}

.nav-v2 > ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}

.nav-v2 > ul > li {
  font-family: "Nunito", sans-serif;
  position: relative;
}

.nav-v2 > ul > li > a {
  font-size: 15px;
  letter-spacing: 0.8px;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #4a4541;
  transition: color 0.4s;
}

.nav-v2 > ul > li.menu-item-has-children > a:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 30px;
  display: none;
}

.nav-v2 > ul > li.menu-item-has-children > a:after {
  content: " ";
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--c-header-main);
  border-top: 2px solid var(--c-header-main);
  transform: rotate(-135deg);
  margin-top: -2px;
  transition: margin 0.4s, transform 0.4s;
}

.nav-v2 > ul > li > ul {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 23px);
  padding: 30px 32px;
  border: 1px solid #eee;
  background: #fff;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  min-width: 250px;
}

.nav-v2 > ul > li > ul:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  left: calc(50% - 5px);
  top: -5px;
  opacity: 1;
  background: #fff;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  z-index: 2;
  transform: rotate(45deg);
}

.nav-v2 > ul > li > ul:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
}

.nav-v2 > ul > li > ul > * {
  position: relative;
  z-index: 3;
}

.nav-v2 > ul > li > ul ul {
  list-style: none;
}

.nav-v2 > ul > li > ul li {
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}

.nav-v2 > ul > li > ul li:not(:last-child) {
  margin-bottom: 10px;
}

.nav-v2 > ul > li > ul a {
  color: #666;
  transition: color 0.4s;
}

.nav-v2 > ul > li.nav__menu-type-one > ul {
  display: flex;
  padding: 14px;
  left: 0;
  transform: none;
  min-width: 950px;
}

.nav-v2 > ul > li.nav__menu-type-one > ul:before {
  left: 20px;
}

.nav-v2 > ul > li.nav__menu-type-one > ul > li {
  width: 25%;
  position: relative;
  box-sizing: border-box;
}

.nav-v2 > ul > li.nav__menu-type-one > ul > li > a {
  font-weight: 700;
  margin-bottom: 12px;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}

.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(1) {
  padding: 18px 0;
  width: calc(30% - 59px);
}

.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(2) {
  padding: 18px 0;
  width: 27%;
}

.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(2) {
  padding-left: 32px;
}

.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(2):before {
  content: " ";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background-color: #efefef;
}

.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(3):before {
  content: " ";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background-color: #efefef;
}

.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(3) {
  padding: 18px 18px 32px 32px;
}
.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(4) img {
  display: block;
  width: 100%;
  height: auto;
  border: #d91f1f 2px solid;
}

.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(1) {
  padding-left: 18px;
  padding-right: 18px;
}

.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(2) {
  padding-right: 18px;
}

.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(4) {
  width: 196px;
}

.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(4) a {
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  position: relative;
  margin: 0;
}

.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(4) img {
  display: block;
  width: 100%;
  height: auto;
  border: #d91f1f 2px solid;
}

.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(4) span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: var(--c-header-main);
  color: #fff;
  font-size: 13px;
  line-height: 1.6154;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  border-radius: 4px;
  border: 2px solid var(--c-header-main);
  padding: 9px 10px;
  text-align: center;
  transition: background 0.4s, color 0.4s;
}

.nav-v2 > ul > li.not_a_link > a {
  pointer-events: none;
}

.nav-v2 h4 {
  padding: 0;
  text-transform: none;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  margin-bottom: 12px;
  color: #4a4541;
  font-family: "Nunito", sans-serif;
  letter-spacing: -0.22px;
}

.nav-v2 > ul > li.nav__menu-type-two > ul {
  display: flex;
  min-width: 738px;
}

.nav-v2 > ul > li.nav__menu-type-two > ul > li {
  width: calc(100% - 245px);
  box-sizing: border-box;
  margin: 0;
}

.nav-v2 > ul > li.nav__menu-type-two > ul > li > a {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 9px;
  display: block;
}

.nav-v2
  > ul
  > li.nav__menu-type-two
  > ul
  > li.menu-item-has-children
  > a:before {
  display: none;
}

.nav-v2 > ul > li.nav__menu-type-two > ul > li:first-child {
  position: relative;
  padding-right: 33px;
  width: 275px;
}

.nav-v2 > ul > li.nav__menu-type-two > ul > li:first-child:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #efefef;
}

.nav-v2 > ul > li.nav__menu-type-two > ul > li:first-child ~ li {
  padding-left: 30px;
  display: none;
}

.nav-v2 > ul > li.nav__menu-type-two > ul > li:first-child ~ li.active {
  display: block;
}

.nav-v2 > ul > li.nav__menu-type-two > ul > li:first-child ~ li a {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-v2 > ul > li.nav__menu-type-two > ul > li:first-child ~ li img {
  width: 54px;
  height: auto;
  min-width: 54px;
  max-width: 54px;
}

.nav-v2
  > ul
  > li.nav__menu-type-two
  > ul
  > li:first-child
  ~ li
  li:not(:last-child) {
  margin-bottom: 10px;
}

li:has(> ul.sub-menu) > span {
  padding: 0;
  text-transform: none;
  font-size: 15px;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  margin-bottom: 12px;
  color: #4a4541;
  font-family: "Nunito", sans-serif;
  letter-spacing: -0.22px;
}

.nav__menu-type-two .sub-menu .sub-menu li.nav-cta {
    border-top: 1px solid #e0dbd6;
    margin-top: 6px;
    padding-top: 10px;
}

.nav__menu-type-two .sub-menu .sub-menu li.nav-cta a {
	color: #d91f1f;
}

.nav-v2 > ul > li.nav__menu-type-two > ul li.menu-item-has-children > a {
  display: block;
  position: relative;
}

.nav-v2 > ul > li.nav__menu-type-two > ul li.menu-item-has-children > a:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  margin-top: -4px;
  transform: rotate(135deg);
}

.nav-v2 > ul > li.nav__menu-type-three > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 14px;
  min-width: 481px;
}

.nav-v2 > ul > li.nav__menu-type-three > ul > li {
  width: 50%;
  padding: 18px;
  position: relative;
  box-sizing: border-box;
  flex-grow: 1;
}

.nav-v2 > ul > li.nav__menu-type-three > ul > li > a {
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 11px;
}

.nav-v2 > ul > li.nav__menu-type-three > ul > li:not(:last-child):before {
  content: " ";
  position: absolute;
  right: 0;
  top: 18px;
  bottom: 18px;
  width: 1px;
  background-color: #efefef;
}

.nav-v2 button {
  position: absolute;
  left: -4000px;
  opacity: 0;
  visibility: hidden;
}

@media (hover) and (pointer: fine) {
  .nav-v2 > ul > li:hover > a,
  .nav-v2 > ul > li > ul li:hover > a {
    text-decoration: none;
    color: var(--c-header-main);
  }

  .nav-v2 > ul > li.menu-item-has-children:hover > a:before {
    display: block;
  }

  .nav-v2 > ul > li.menu-item-has-children:hover > a:after {
    transform: rotate(45deg);
    margin-top: 3px;
  }

  .nav-v2 > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(4) a:hover span {
    background-color: #fff;
    color: var(--c-header-main);
  }

  .nav-v2 > ul > li.nav__menu-type-two > ul > li:first-child ~ li ul a:hover {
    text-decoration: underline;
  }
}

.nav-mobile {
  width: auto;
  margin: 0 -26px;
  padding: 26px;
  box-sizing: border-box;
  background-color: #f4f4f4;
}

.nav-mobile ul {
  list-style: none;
}

.nav-mobile li {
  font-size: 14px;
  line-height: 1.1538;
  font-weight: 400;
}

.nav-mobile li:not(:last-child) {
  margin-bottom: 17px;
}

.nav-mobile a {
  text-decoration: none;
  color: #4a4541;
}

.form-search {
  width: 255px;
  position: relative;
  margin-right: 48px;
}

.form-search input {
  width: 100%;
  border: #ddd;
  border-radius: 23px;
  background-color: #fff;
  box-shadow: inset 0 0 6px 0 rgba(0, 0, 0, 0.03);
  height: 40px;
  padding: 0 20px 0 42px;
  font-size: 14px;
  color: var(--c-header-tertiary);
  transition: border 0.4s, color 0.4s;
}

.form-search input:focus {
  border-color: var(--c-header-main);
}

.form-search button {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  z-index: 10;
  border: 0;
  background: 0 0;
}

@media (hover) and (pointer: fine) {
  .form-search button:hover {
    opacity: 0.75;
  }
}

.header-v2 {
  width: 100%;
  position: relative;
  z-index: 9999;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}

.header-v2 a,
.header-v2 button {
  transition: color 0.4s, background 0.4s, opacity 0.4s;
}

.header-v2 .shell {
  max-width: 1440px;
  box-sizing: border-box;
  padding: 0 26px;
  min-width: 0;
}

.header__bar {
  background-color: var(--c-header-main);
  color: #fff;
  width: 100%;
  padding: 10px 0;
}

.header__bar p {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600;
  margin: 0;
}

.header__bar .shell {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  gap: 12px;
}

.header__bar + .header__bar {
  border-top: 1px solid #fff;
}

.header__bar--countdown .shell {
  font-weight: 400;
}

.header__bar--countdown p {
  font-weight: 400;
  gap: 20px;
}

.header__bar--countdown p + p {
  position: relative;
  padding-left: 20px;
}

.header__bar--countdown p + p:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 1px;
  background-color: #fff;
}

.header-v2 .header__utilities {
  max-width: 100%;
  background-color: var(--c-header-secondary);
  padding: 11px 0;
}

.header-v2 .header__utilities .shell {
  display: flex;
  align-items: center;
}

.header-v2 .header__main {
  background-color: #fff;
  padding: 24px 0;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e9e9e9;
}

.header-v2 .header__main .shell {
  display: flex;
  align-items: center;
}

.header-v2 .header__main__mobile {
  display: none;
}

.header-v2 .header__main-logo {
  width: 100px;
  min-width: 100px;
}

.header-v2 .header__main-logo a {
  font-size: 0;
  line-height: 0;
  display: block;
  text-decoration: none;
}

.header-v2 .header__main-logo img {
  display: block;
  width: 100%;
  height: 57px;
  object-fit: contain;
  object-position: left center;
}

.header-v2 .header__main-nav {
  width: calc(100% - 100px - 162px);
  padding: 0 20px 0 48px;
}

.header-v2 .header__main-nav-mobile {
  display: none;
}

.header-v2 .header__main-nav-mobile .menu {
  width: auto;
  margin: 0 -26px;
  padding: 26px;
  box-sizing: border-box;
  background-color: #f4f4f4;
}

.header-v2 .header__main-nav-mobile .menu ul {
  list-style: none;
  display: block;
}

.header-v2 .header__main-nav-mobile .menu li {
  font-size: 14px;
  line-height: 1.1538;
  font-weight: 400;
}

.header-v2 .header__main-nav-mobile .menu li:not(:last-child) {
  margin-bottom: 10px;
}

.header-v2 .header__main-nav-mobile .menu a {
  text-decoration: none;
  color: #4a4541;
}

.header-v2 .header__main-action {
  width: 162px;
  min-width: 162px;
}

.header-v2 .header__main-action a {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  padding: 12px 24px;
  border: 2px solid var(--c-header-main);
  border-radius: 12px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: var(--c-header-main);
  transition: color 0.4s, background 0.4s, border-color 0.4s;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}

.header-v2 + .shell {
  padding: 0 26px;
  box-sizing: border-box;
  max-width: 1440px;
  min-width: 0;
}

.header-v2 + .shell .shell {
  max-width: 100%;
  min-width: 0;
}

body.fixed-header .header-v2 .header__main {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

body.fixed-header .header-v2 + * {
  margin-top: 105px;
}

body.fixed-header.admin-bar .header-v2 .header__main {
  top: 32px;
}

@media (hover) and (pointer: fine) {
  .header-v2 .header__main-action a:hover {
    background-color: #B81A18;
    border-color: #B81A18;
    color: #fff;
  }

  .header-v2 .header__main-logo a:hover {
    opacity: 0.75;
  }
}


.shell {
  padding-left: 26px;
  padding-right: 26px;
  max-width: 1440px;
  box-sizing: border-box;
  min-width: 0;
}


@media (max-width: 1100px) {
  .form-search {
    margin-right: 28px;
  }

  .nav-v2 > ul {
    gap: 18px;
  }
}

@media (max-width: 985px) {
  .ico-truck {
    width: 19px;
    height: 14px;
  }

  .form-search {
    width: calc(100% - 44px);
    box-sizing: border-box;
    margin: 0 22px;
  }

  .nav-v2 {
    padding: 0 22px;
  }

  .nav-v2 > ul {
    flex-direction: column;
    gap: 0;
  }

  .nav-v2 > ul > li {
    width: 100%;
    position: relative;
    transition: padding 0.4s;
  }

  .nav-v2 > ul > li:after {
    content: " ";
    position: absolute;
    left: -48px;
    right: -48px;
    top: 0;
    bottom: 0;
    background-color: #f6f6f6;
    opacity: 0;
    transition: oapcity 0.4s, visibility 0.4s;
    pointer-events: none;
    visibility: hidden;
  }

  .nav-v2 > ul > li > * {
    position: relative;
    z-index: 10;
  }

  .nav-v2 > ul > li > a {
    padding: 16px 0;
    font-size: 15px;
  }

  .nav-v2 > ul > li:not(:last-child):before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #d8d8d8;
  }

  .nav-v2 > ul > li.menu-item-has-children > a:after {
    margin-left: auto;
  }

  .nav-v2 > ul > li > ul {
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    right: 0;
    transform: none;
    border: 0;
    padding: 0;
    max-height: 0;
    background: 0 0;
  }

  .nav-v2 > ul > li > ul:before,
  .nav-v2 > ul > li > ul:after {
    display: none;
  }

  .nav-v2 > ul > li.nav__menu-type-one > ul {
    flex-direction: column;
    gap: 30px;
    min-width: 0;
    padding: 0;
  }

  .nav-v2 > ul > li.nav__menu-type-one > ul:before,
  .nav-v2 > ul > li.nav__menu-type-one > ul:after,
  .nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(2):before {
    display: none;
  }

  .nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(1),
  .nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(2),
  .nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(3) {
    width: 100%;
    padding: 0;
  }

  .nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(4) {
    display: none;
  }

  .nav-v2 > ul > li.nav__menu-type-two > ul {
    flex-direction: column;
    min-width: 0;
  }

  .nav-v2 > ul > li.nav__menu-type-two > ul > li {
    width: 100%;
  }

  .nav-v2 > ul > li.nav__menu-type-two > ul > li:first-child {
    padding-right: 0;
    width: 100%;
  }

  .nav-v2 > ul > li.nav__menu-type-two > ul > li:first-child:before {
    display: none;
  }

  .nav-v2 > ul > li.nav__menu-type-two > ul > li:first-child ~ li {
    padding-left: 0;
    margin-top: 30px;
  }

  .nav-v2 > ul > li.nav__menu-type-two > ul > li:first-child ~ li img {
    display: none;
  }

  .nav-v2
    > ul
    > li.nav__menu-type-two
    > ul
    > li:first-child
    ~ li
    li:not(:last-child) {
    margin-bottom: 6px;
  }

  .nav-v2
    > ul
    > li.nav__menu-type-two
    > ul
    li.menu-item-has-children
    > a:before {
    display: none;
  }

  .nav-v2 > ul > li.nav__menu-type-three > ul {
    min-width: 0;
    padding: 0;
    flex-direction: column;
  }

  .nav-v2 > ul > li.nav__menu-type-three > ul > li {
    width: 100%;
    padding: 0;
  }

  .nav-v2 > ul > li.nav__menu-type-three > ul > li ~ li {
    margin-top: 30px;
  }

  .nav-v2 > ul > li.nav__menu-type-three > ul > li:not(:last-child):before {
    display: none;
  }

  .nav-v2 > ul > li.hover {
    padding: 17px 0 33px;
  }

  .nav-v2 > ul > li.hover > ul {
    opacity: 1;
    visibility: visible;
    max-height: 9999px;
  }

  .nav-v2 > ul > li.hover:after {
    opacity: 1;
    visibility: visible;
  }

  .nav-v2 > ul > li.hover > a:after {
    transform: rotate(45deg);
  }

  .nav-v2 button {
    position: absolute !important;
    left: auto;
    right: -21px;
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 20 !important;
    width: 50px;
    height: 50px;
    border: 0;
    background: 0 0;
    cursor: pointer;
  }

  .nav-mobile > ul {
    padding: 0 22px;
  }

  .header-v2 .header__main-nav-mobile,
  .header-v2 .header__main__mobile {
    display: block;
  }

  .header-v2 .nav-utilities,
  .header-v2 .nav-access-v2 {
    display: none;
  }

  .header-v2 .header__main {
    position: fixed;
    left: 0;
    right: 0;
    top: var(--header-height);
    bottom: 0;
    background-color: #fff;
    padding: 26px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }

  .header-v2 .header__main {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
  }

  .header-v2 .header__main .shell {
    flex-direction: column;
    gap: 24px 0;
    padding: 0;
    width: 100%;
  }

  .header-v2 .header__main .shell > * {
    width: 100%;
  }

  .header-v2 .header__main-logo {
    display: none;
  }

  .header-v2 .header__main-nav {
    width: 100%;
    padding: 0;
  }

  .header-v2 .header__main-action {
    min-width: 0;
    padding: 0 22px;
  }

  .header-v2 .header__main-action a {
    margin: 0 22px;
  }

  .header-v2 .header__utilities {
    position: relative;
    z-index: 9;
  }

  .header-v2 .header__main__mobile {
    padding: 26px 0;
    width: 100%;
    position: relative;
    z-index: 10;
    background-color: #fff;
  }

  .header-v2 .header__main__mobile .shell {
    display: flex;
    align-items: center;
  }

  .header-v2 .header__main__mobile-logo {
    width: 121px;
  }

  .header-v2 .header__main__mobile-logo a {
    display: block;
    font-size: 0;
    line-height: 0;
  }

  .header-v2 .header__main__mobile-logo img {
    display: block;
    width: 100%;
    height: auto;
  }

  .header-v2 .header__main__mobile-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: calc(100% - 121px);
    gap: 12px 16px;
  }

  .header-v2 .header__main__mobile-actions p {
    text-align: right;
    font-size: 13px;
    line-height: 1.2308;
    font-weight: 700;
    color: var(--c-header-main);
    width: 100%;
  }

  .header-v2 .header__main__mobile-actions p a {
    text-decoration: none;
  }

  .header-v2 .header__bar {
    padding: 8px 0;
    position: relative;
    z-index: 10;
  }

  .header-v2 .header__bar p {
    font-size: 14px;
  }

  .header-v2 .header__bar .shell {
    gap: 8px;
    min-height: 18px;
    font-size: 12px;
  }

  .header-v2 + .shell .content,
  .header-v2 + .shell .sidebar {
    float: none;
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
  }

  body.show-nav-main .header-v2 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  }

  body.show-nav-main .header-v2 .header__main {
    opacity: 1;
    visibility: visible;
  }

  body.fixed-header .header-v2 .header__main {
    bottom: 0;
    top: var(--header-height);
  }

  body:not(.show-nav-main).fixed-header .header-v2 + * {
    margin-top: 130px;
  }

  body:not(.show-nav-main).fixed-header .header-v2 .header__main__mobile {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 767px) {
  .header-v2 .header__bar .shell {
    flex-wrap: wrap;
    text-align: center;
  }

  .header-v2 .header__bar--countdown p {
    font-size: 12px;
  }

  .header-v2 .header__bar--countdown p:first-child {
    width: 100%;
  }

  .header-v2 .header__bar--countdown p + p {
    padding-left: 0;
  }

  .header-v2 .header__bar--countdown p + p:before {
    display: none;
  }

  .shell {
    padding-left: 32px;
    padding-right: 32px;
  }


}

@media (max-width: 374px) {
  .form-search {
    width: 100%;
  }

  .form-search,
  .header-v2 .header__main-action a {
    margin: 0;
  }

  .nav-v2,
  .nav-mobile > ul {
    padding: 0;
  }

  .header-v2 .header__bar {
    font-size: 12px;
  }
}

.post-blog .post__head h1 {
  font-size: 40px;
  line-height: 1.1;
  font-weight: 700;
}

.post-blog .post__entry h2 {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
}

.post-blog .post__entry h3 {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: none;
  color: #c53731;
}

.post-blog .post__entry p {
  font-size: 18px;
}

.post-blog .post__head h6 a {
  font-weight: 700;
  font-size: 16px;
}

.post-blog .post__head-author p {
  font-size: 18px;
}

.breadcrumb a {
  color: #222;
  font-family: ui-sans-serif, system-ui, sans-serif, apple color emoji,
    segoe ui emoji, segoe ui symbol, noto color emoji;
  font-weight: 600;
  opacity: 0.7;
}

.breadcrumb a:last-child {
  opacity: 1;
  font-weight: 600;
}

.article-main .article__body-title h2 {
  font-weight: 700;
}

.article-main .article__body-title h6 {
  font-size: 16px;
  font-weight: 700;
}
.nav-access-v2 .product-name a {
  white-space: wrap;
}
#mini-cart .mini-cart-heading .ic-cart,
#mini-cart .mini-cart-heading .label {
  color: #4a4541;
}


::placeholder {
  color: #4a4541;
}

#algolia-autocomplete-container .aa-dropdown-menu {
  z-index: 9999 !important;
}
.shell {
  margin: auto;
}

.skip-account-content {
  display: none;
}
.skip-active {
  display: block;
}
#header-account.dropdown-content {
  width: 120px;
  padding: 25px;
  text-align: left;
  box-sizing: content-box;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 4002;
  padding: 20px;
  min-width: 80px;
  line-height: 1.5em;
  text-align: left;
  font: 15px "Nunito", sans-serif;
  list-style: none;
  background-color: #fff;
  -moz-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-heading {
  display: flex;
}
.dropdown.open > .dropdown-heading.cover {
  background-color: #ffffff;

  color: #333333;
}

a.account-menu-link:after {
  content: " ";
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--c-header-main);
  border-top: 2px solid var(--c-header-main);
  transform: rotate(-135deg);
  margin-top: -2px;
  margin-left: -10px;
  transition: margin 0.4s, transform 0.4s;
  position: relative;
  z-index: 4005;
}

nav.nav-access-v2 > ul > li:nth-child(1) {
  width: 110px;
}

a.account-menu-transform:after {
  transform: rotate(45deg);
  margin-top: 2px;
}

.header-container .dropdown.open > .dropdown-heading.cover > * {
  color: var(--c-header-main);
  cursor: pointer;
}
#mini-cart:hover > .mini-cart-heading .label {
  color: var(--c-header-main);
  cursor: pointer;
}

.klaviyo-form h1,
.klaviyo-form h2,
.klaviyo-form h3,
.klaviyo-form h4 {
  text-transform: none;
  font-weight: normal;
}
/* ============================================
   HEADER NAV — FIX STYLES
   (Menu items, Free Quote
   Appears at the top of desktop site
   ============================================ */
   
#header-account.dropdown-content {
  min-width: 200px;
  padding: 8px 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#header-account .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#header-account .links ul li {
  border-bottom: 1px solid #f0f0f0;
}

#header-account .links ul li:last-child {
  border-bottom: none;
}

#header-account .links ul li a {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  color: #4D4D4D;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}

#header-account .links ul li a:hover {
  background: #f7f7f7;
  color: #D9201E;
}

#header-cart.dropdown-content {
  min-width: 500px;
  max-width: 520px;
  padding: 16px 0 0;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#header-cart .block-subtitle {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  padding: 0 20px 12px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 8px;
}

#header-cart .mini-products-list li {
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}

#header-cart .mini-products-list .product-image {
  float: left;
}

#header-cart .mini-products-list .product-image img {
  border-radius: 4px;
  border: 1px solid #f0f0f0;
  display: block;
}

#header-cart .mini-products-list .product-details {
  margin-left: 66px;
  font-size: 13px;
  color: #4D4D4D;
  line-height: 1.6;
}

#header-cart .mini-products-list .product-name {
  margin-bottom: 4px;
}

#header-cart .mini-products-list .product-name a {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  display: block;
  line-height: 1.4;
}

#header-cart .mini-products-list .product-name a:hover {
  color: #D9201E;
}

#header-cart .mini-products-list .product-details strong {
  font-weight: 600;
  color: #1a1a1a;
}

#header-cart .mini-products-list .btn-remove,
#header-cart .mini-products-list .btn-edit {
  font-size: 11px;
  color: #999;
  text-decoration: none;
  float: right;
  margin-left: 8px;
  line-height: 1.6;
}

#header-cart .mini-products-list .btn-remove:hover,
#header-cart .mini-products-list .btn-edit:hover {
  color: #D9201E;
}

#header-cart .subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  font-size: 14px;
  color: #1a1a1a;
  border-top: none;
  margin-top: 0;
}

#header-cart .subtotal .label {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

#header-cart .subtotal .price {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

#header-cart .actions {
  display: flex;
  gap: 8px;
  padding: 12px 20px 16px;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

/* ============================================
   MOBILE NAV — UTILITY LINKS SECTION
   (Contractor Program, Cabinet Financing, Account)
   Appears at the bottom of mobile/tablet nav only
   ============================================ */

.header-mobile .nav-mobile {
  display: block !important;
}

.nav-mobile {
  width: auto;
  margin: 0px -26px 0;
  padding: 24px 26px 0;
  box-sizing: border-box;
  background-color: transparent;
  border-top: 1px solid #e8e5e2;
}

.nav-mobile__label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #706b66;
  margin: 0 0 16px 0;
}

.header-v2 .header__main-nav-mobile .menu {
  width: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: transparent;
  list-style: none;
}

.nav-mobile ul {
  list-style: none;
}

.header-v2 .header__main-nav-mobile .menu li:not(:last-child) {
  margin-bottom: 10px;
}

.header-v2 .header__main-nav-mobile .menu li {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}

.header-v2 .header__main-nav-mobile .menu a {
  text-decoration: none;
  color: #4a4541;
}

.header-v2 a,
.header-v2 button {
  transition: color 0.4s, background 0.4s, opacity 0.4s;
}


/* ============================================
   MOBILE NAV — EXPANDED SUBMENU HIERARCHY
   ============================================
   Aligns mobile submenu styling with desktop
   conventions (title case headings, consistent
   fonts) while fixing visual bugs introduced
   by inherited desktop styles.
   ============================================ */

@media (max-width: 985px) {

  /* Remove the gray background pseudo-element that stretches
     beyond the nav container edges on expanded items.
     The theme adds a -48px left/right inset #f6f6f6 overlay
     that creates an unwanted "card" effect on mobile. */
  .nav-v2 > ul > li.hover:after {
    display: none;
  }

  /* Collapsed submenu state
     Reset padding to 0 so collapsed items don't create phantom space */
  .nav-v2 > ul > li > ul {
    padding: 0;
    background-color: #ffffff;
  }

  /* Expanded submenu state
     When parent item has .hover class (added on tap),
     reveal the submenu with proper spacing and visibility */
  .nav-v2 > ul > li.hover > ul {
    max-height: none;
    opacity: 1;
    visibility: visible;
    padding: 16px 0 20px 16px;
    background-color: #ffffff;
    gap: 24px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  /* Remove the expanded state padding animation on parent items
     The theme adds 17px top / 33px bottom padding when expanded,
     creating phantom space above and below submenus */
  .nav-v2 > ul > li.menu-item-has-children.hover,
  .nav-v2 > ul > li.nav__menu-type-one.hover,
  .nav-v2 > ul > li.nav__menu-type-two.hover,
  .nav-v2 > ul > li.nav__menu-type-three.hover {
    padding-top: 0;
    padding-bottom: 0;
  }

  /* Submenu section headings
     e.g. "Kitchen Cabinets", "Bathroom Cabinets", "Popular Styles"
     Title case matches desktop convention; bold weight and
     color differentiate from individual links below */
  .nav-v2 li:has(> ul.sub-menu) > span {
    font-family: "Nunito", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.22px;
    text-transform: none;
    color: #4a4541;
    margin-bottom: 12px;
  }

  /* Individual submenu links
     e.g. "Assembled", "Ready to Assemble", "Frameless" */
  .nav-v2 > ul > li > ul ul li a,
  .nav-v2 > ul > li > ul > li > a {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #4a4541;
    text-decoration: none;
    text-transform: none;
  }

  /* Consistent vertical rhythm between submenu links */
  .nav-v2 > ul > li > ul ul li:not(:last-child),
  .nav-v2 > ul > li > ul > li:not(:last-child) {
    margin-bottom: 10px;
  }

  /* Hide promotional image tile in "Shop Cabinets" submenu on mobile
     The 252x253 image takes too much vertical space on small screens */
  .nav-v2 > ul > li.nav__menu-type-one > ul > li:last-child:has(img) {
    display: none;
  }
  
  /* Remove vertical column divider from Shop Cabinets submenu
     This line is designed for the desktop mega menu column layout
     and has no purpose in the stacked mobile view */
  .nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(3):before {
    display: none;
  } 

  /* Use gap instead of margin-bottom for sub-link spacing */
  .nav-v2 > ul > li > ul ul,
  .nav-v2 > ul > li > ul > li > ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  /* Remove the old margin-based spacing */
  .nav-v2 > ul > li > ul ul li:not(:last-child),
  .nav-v2 > ul > li > ul > li:not(:last-child) {
    margin-bottom: 0;
  }

  /* Subtle horizontal dividers between grouped sections in
     multi-group expanded items (Resources, Company) */
  .nav-v2 > ul > li.nav__menu-type-two.hover > ul > li + li,
  .nav-v2 > ul > li.nav__menu-type-three.hover > ul > li + li {
    margin-top: 0;
    padding-top: 14px;
    border-top: 1px solid #f0f0f0;
  }

  /* Tighten the gap between groups */
  .nav-v2 > ul > li.nav__menu-type-two.hover > ul,
  .nav-v2 > ul > li.nav__menu-type-three.hover > ul {
    gap: 14px;
  }

  /* Apply gap-based spacing to direct child links of Gallery
     (which has no nested groups) for consistent spacing */
  .nav-v2 > ul > li.menu-item-has-children:not(.nav__menu-type-one):not(.nav__menu-type-two):not(.nav__menu-type-three).hover > ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  
  /* Add bottom padding to mobile nav so users can scroll
     the Quick Links section above the GET 12% OFF teaser pill */
  .header-mobile .nav-mobile {
    padding-bottom: 100px;
  }

  /* Add bottom border to last menu item Sale */  
  .nav-v2 > ul > li:last-child:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #d8d8d8;
  }

  /* Override theme rule that adds extra margin-bottom to items
     in non-first groups inside Resources mega menu, ensuring
     consistent spacing between all sub-links */
  .nav-v2 > ul > li.nav__menu-type-two > ul > li:first-child ~ li li:not(:last-child) {
    margin-bottom: 0;
  }

}