/* ------------------------------------------------------------ *\ 
	- Style Error Fix
\* ------------------------------------------------------------ */

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; }

/* ------------------------------------------------------------ *\ 
	- Colors
\* ------------------------------------------------------------ */

:root {
	--c-header-main: #d91f1f;      /* Red  */
	--c-header-secondary: #f4f4f4; /* Gray White  */
	--c-header-tertiary: #4a4541;  /*  */
}

/* ------------------------------------------------------------ *\ 
	- Buttons
\* ------------------------------------------------------------ */

.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: transparent; }
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); }

/* ------------------------------------------------------------ *\ 
	- Icons
\* ------------------------------------------------------------ */

.ico-truck { display: inline-block; vertical-align: top; width: 24px; height: 18px; font-size: 0; line-height: 0; }
.ico-truck 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
\* ------------------------------------------------------------ */

.nav-utilities { margin-right: auto; }
.nav-utilities > ul { list-style: none; display: flex; flex-wrap: wrap; gap: 40px; }
.nav-utilities > ul > li { position: relative; font-size: 14px; line-height: 1.3846; font-weight: 600; }
.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: var(--c-header-main); }
.nav-utilities a { text-decoration: none; color: var(--c-header-tertiary); display: flex; align-items: center; gap: 7px; }

@media(hover) and (pointer: fine) {
	.nav-utilities a:hover { color: var(--c-header-main); }
}

/* ------------------------------------------------------------ *\ 
	- Nav Access V2
\* ------------------------------------------------------------ */

.nav-access-v2 > ul { list-style: none; display: flex; flex-wrap: wrap; gap: 24px; }
.nav-access-v2 > ul > li { position: relative; font-size: 14px; line-height: 1.3846; font-weight: 600; }
.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
\* ------------------------------------------------------------ */

.nav-v2 > ul { list-style: none; display: flex; flex-wrap: wrap; gap: 45px; }
.nav-v2 > ul > li { font-family: "Nunito Sans", "Nunito", sans-serif; position: relative; }
.nav-v2 > ul > li > a { font-size: 15px; letter-spacing: 0.6px; line-height: 1.3571; 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: 6px; height: 6px; 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 #eeeeee; background: white; 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: white; border-left: 1px solid #eeeeee; border-top: 1px solid #eeeeee; 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; letter-spacing: -0.22px; font-family: "Nunito Sans", "Nunito", sans-serif; font-weight: 500; }
.nav-v2 > ul > li > ul li:not(:last-child) { margin-bottom: 8px; }
.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: 942px; }
.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),
.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(2) { padding: 18px 0; width: calc(50% - 98px); }
.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(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(3) 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(3) img { display: block; width: 100%; height: auto; }
/*.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(3) span { position: absolute; left: 10px; right: 10px; bottom: 10px; background-color: var(--c-header-main); color: white; font-size: 13px; line-height: 1.6154; text-transform: uppercase; font-weight: 600; font-family: "Nunito Sans", "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: bold; margin-bottom: 12px; color: #4A4541; font-family: "Nunito Sans", "Nunito", sans-serif; letter-spacing: -0.22px; }
li:has(> ul.sub-menu) > span { padding: 0; text-transform: none; font-size: 15px; display: inline-block; vertical-align: top; font-weight: bold; margin-bottom: 12px; color: #4A4541; font-family: "Nunito Sans", "Nunito", sans-serif; letter-spacing: -0.22px; }
.nav-v2 > ul > li.nav__menu-type-two > ul { display: flex; min-width: 708px; }
.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.40; 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: 245px; }
.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: 20px; }
.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(3) 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
\* ------------------------------------------------------------ */

.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
\* ------------------------------------------------------------ */

.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: none; }

@media(hover) and (pointer: fine) {
	.form-search button:hover { opacity: 0.75; }
}

/* ------------------------------------------------------------ *\ 
	- Header V2
\* ------------------------------------------------------------ */

.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-v2 .header__bar { background-color: var(--c-header-main); color: #fff; width: 100%; padding: 10px 0; }
.header-v2 .header__bar p { font-size: 16px; line-height: 1.375; font-weight: 600; margin: 0; }
.header-v2 .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: 24px; }
.header-v2 .header__bar + .header__bar { border-top: 1px solid white; }

.header-v2 .header__bar--countdown .shell { font-weight: 400; }
.header-v2 .header__bar--countdown p { font-weight: 400; gap: 20px; }
.header-v2 .header__bar--countdown p + p { position: relative; padding-left: 20px; }
.header-v2 .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: 17px; }
.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.3571; padding: 12px 24px; border: 2px solid var(--c-header-main); border-radius: 4px; text-decoration: none; color: var(--c-header-main); transition: color 0.4s, background 0.4s; font-family: "Nunito Sans", "Nunito", sans-serif; font-weight: 700; white-space: nowrap; text-align: center; }
.header-v2 + .shell { padding: 0 26px; box-sizing: border-box; max-width: 1133px; 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: var(--c-header-main); color: #fff; }
	.header-v2 .header__main-logo a:hover { opacity: 0.75; }
}

/* ------------------------------------------------------------ *\ 
	- Footer V2
\* ------------------------------------------------------------ */

.footer-v2 { width: 100%; }
.footer-v2 .shell { padding-left: 26px; padding-right: 26px; max-width: 1440px; box-sizing: border-box; min-width: 0; }
.footer-v2 .footer__bar { width: 100%; background-color: var(--c-header-main); padding: 50px 0; color: white; }
.footer-v2 .footer__bar .shell { display: flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 48px; }
.footer-v2 .footer__bar-title h6 { text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 20px; line-height: 1.10; }

.footer-v2 .footer__bar-socials ul { list-style: none; display: flex; align-items: center; gap: 16px; font-size: 0; line-height: 0; }
.footer-v2 .footer__bar-socials li { margin: 0;}
.footer-v2 .footer__bar-socials a { display: block; width: 60px; height: 60px; position: relative; transition: background 0.4s; text-decoration: none; }
.footer-v2 .footer__bar-socials a:before { content: ' '; position: absolute; left: 0; right: 0; top: 0; bottom: 0; border: 1px solid white; opacity: 0.5; }
.footer-v2 .footer__bar-socials svg { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); pointer-events: none; }
.footer-v2 .footer__bar-socials path { fill: white; transition: fill 0.4s; }

.footer-v2 .footer__bar-logos { font-size: 0; line-height: 0; }
.footer-v2 .footer__bar-logos:not(:first-child) { margin-left: 48px; position: relative; }
.footer-v2 .footer__bar-logos:not(:first-child):before { content: ' '; position: absolute; left: -48px; top: 0; bottom: 0; width: 1px; background-color: #eee; opacity: 0.5; }
.footer-v2 .footer__bar-logos ul { list-style: none; display: flex; flex-wrap: wrap; gap: 16px; min-height: 60px; align-items: center; }
.footer-v2 .footer__bar-logos li { margin: 0; }
.footer-v2 .footer__bar-logos a { display: block; text-decoration: none; transition: opacity 0.4s; }
.footer-v2 .footer__bar-logos img { display: block; width: auto; height: 37px; }

.footer-v2 .footer__widgets { width: 100%; background-color: #efefef; padding: 70px 0; }
.footer-v2 .footer__widgets .shell { display: flex; flex-wrap: wrap; }
.footer-v2 .footer__widgets-logo { width: 224px; }
.footer-v2 .footer__widgets-logo > a { display: block; font-size: 0; line-height: 0; width: 100%; max-width: 100px; transition: opacity 0.4s; }
.footer-v2 .footer__widgets-logo > a img { display: block; width: 100%; height: auto; }
.footer-v2 .footer__widgets-logo blockquote { margin: 24px 0; font-family: 'Playfair Display', serif; font-size: 20px; line-height: 1.60; color: var(--c-header-main); font-style: italic; letter-spacing: 0.02em; }
.footer-v2 .footer__widgets-nav { width: calc(100% - 224px); padding-left: 86px; box-sizing: border-box; position: relative; overflow: hidden; }
.footer-v2 .footer__widgets-nav > ul { list-style: none; display: flex; flex-wrap: wrap; position: relative; margin: -48px -40px; }
.footer-v2 .footer__widgets-nav > ul > li { padding: 48px 40px; position: relative; min-height: 100%; box-sizing: border-box; flex-grow: 1; border-bottom: 1px solid #A3A3A3; }
.footer-v2 .footer__widgets-nav > ul > li:not(:last-child):before { content: ' '; position: absolute; right: 0; top: 48px; bottom: 38px; width: 1px; background-color: #A3A3A3; opacity: 0.5; }
.footer-v2 .footer__widgets-nav h6.widget__title { border: 0; padding: 0; margin: 0 0 20px 0; text-transform: uppercase; font-family: "Nunito Sans", "Nunito", sans-serif; font-weight: 700; color: #353535; letter-spacing: 1px; }
.footer-v2 .footer__widgets-nav h6.widget__title ~ h6.widget__title { margin-top: 49px; }
.footer-v2 .footer__widgets-nav li.widget--nav > div > ul { list-style: none; }
.footer-v2 .footer__widgets-nav li.widget--nav > div > ul > li { font-size: 14px; letter-spacing: -0.2px; line-height: 1.6923; font-family: "Nunito Sans", "Nunito", sans-serif; font-weight: 400; padding: 0; margin: 0; }
.footer-v2 .footer__widgets-nav li.widget--nav > div > ul > li:not(:last-child) { margin-bottom: 3px; }
.footer-v2 .footer__widgets-nav li.widget--nav > div > ul > li.widget__nav-strong { font-weight: 700; }
.footer-v2 .footer__widgets-nav li.widget--nav > div > ul > li.widget__nav-title > a { pointer-events: none; border: 0; padding: 0; margin: 0 0 20px 0; text-transform: uppercase; font-family: "Nunito Sans", "Nunito", sans-serif; font-weight: 700; color: #353535; letter-spacing: 1px; display: block; vertical-align: top; }
.footer-v2 .footer__widgets-nav li.widget--nav > div > ul > li.widget__nav-title > a { font-size: 16px; line-height: 1.25; }
.footer-v2 .footer__widgets-nav li.widget--nav > div > ul > li.widget__nav-title:not(:first-child) { margin-top: 49px; }
.footer-v2 .footer__widgets-nav li.widget--nav > div > ul > li:not(:first-child).widget__nav-strong { margin-top: 24px; }
.footer-v2 .footer__widgets-nav li.widget--nav > div > ul a { color: #353535; text-decoration: none; transition: color 0.4s; }
.footer-v2 .footer__widgets-nav li.widget--nav > div > ul a[href^="tel"] { font-weight: 700; }

.footer-v2 .footer__copyright { padding: 50px 0; background-color: #f6f6f6; }
.footer-v2 .footer__copyright .shell { display: flex; flex-wrap: wrap; align-items: center; } 
.footer-v2 .footer__copyright-logos { margin-right: auto; font-size: 0; line-height: 0}
.footer-v2 .footer__copyright-logos ul { list-style: none; display: flex; align-items: center; gap: 50px; }
.footer-v2 .footer__copyright-logos a { text-decoration: none; display: block; max-width: 136px; transition: opacity 0.4s; }
.footer-v2 .footer__copyright-logos img { display: block; width: auto; max-height: 40px; }

.footer-v2 .footer__copyright-content { text-align: right; font-size: 14px; line-height: 1.33; color: #7E7E7E; font-family: 'Nunito Sans', "Nunito", sans-serif; font-weight: 400; }

@media(hover) and (pointer: fine) {
	.footer-v2 .footer__bar-socials a:hover { background-color: white; }
	.footer-v2 .footer__bar-socials a:hover path { fill: var(--c-header-main); }
	.footer-v2 .footer__bar-logos a:hover,
	.footer-v2 .footer__copyright-logos a:hover,
	.footer-v2 .footer__widgets-logo > a:hover { opacity: 0.8; }
	.footer-v2 .footer__widgets-nav li.widget--nav > div > ul a:hover { color: var(--c-header-main); }
}

@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: none; }
	.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) { width: 100%; padding: 0; }
	.nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(3) { 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 0; }
	.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: none; 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: white; 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: 32px 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: white; }
	.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: 14px; }
	.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; }

	.footer-v2 .shell { padding-left: 32px; padding-right: 32px; }
	.footer-v2 .footer__widgets { padding: 48px 0; }
	.footer-v2 .footer__widgets .shell { flex-direction: column; gap: 0; }
	
	.footer-v2 .footer__widgets-logo { width: 100%; text-align: center; margin-bottom: 50px; }
	.footer-v2 .footer__widgets-logo > a { margin-left: auto; margin-right: auto; }
	.footer-v2 .footer__widgets-logo blockquote { margin-bottom: 0; }

	.footer-v2 .footer__widgets-nav { width: 100%; padding-left: 0; }
	.footer-v2 .footer__widgets-nav > ul { flex-direction: column; padding: 0; margin: 0; }
	.footer-v2 .footer__widgets-nav > ul > li { padding: 0; }
	.footer-v2 .footer__widgets-nav > ul > li:not(:last-child):before { display: none; }
	.footer-v2 .footer__widgets-nav > ul > li:not(:last-child) > div { opacity: 0; visibility: hidden; transition: opacity 0.4s, visibility 0.4s, padding 0.4s, grid-template-rows 0.4s; display: grid;
    grid-template-rows: 0fr; }
    .footer-v2 .footer__widgets-nav > ul > li:not(:last-child) > div > * { width: 100%; position: relative; overflow: hidden; }
	.footer-v2 .footer__widgets-nav > ul > li:last-child { border: 0; }
	.footer-v2 .footer__widgets-nav > ul > li:last-child > div > ul > li { display: none; }
	.footer-v2 .footer__widgets-nav > ul > li:last-child > div > ul > li.widget__nav-title,
	.footer-v2 .footer__widgets-nav > ul > li:last-child > div > ul > li.widget__nav-title ~ li { display: block; }
	.footer-v2 .footer__widgets-nav > ul > li:last-child > div > ul > li.widget__nav-title:not(:first-child) { margin-top: 0; padding-top: 15px; border-top: 1px solid #A3A3A3; }
	.footer-v2 .footer__widgets-nav > ul > li.active:last-child > div > ul > li { display: block; }
	.footer-v2 .footer__widgets-nav > ul > li.active:last-child > div > ul > li.widget__nav-title:not(:first-child) { margin-top: 10px; }
	.footer-v2 .footer__widgets-nav > ul > li.active:not(:last-child) > div { opacity: 1; visibility: visible; padding-bottom: 20px; grid-template-rows: 1fr; }
	.footer-v2 .footer__widgets-nav > ul > li.active h6.widget__title:before { transform: rotate(45deg); }
	.footer-v2 .footer__widgets-nav h6.widget__title { margin: 0; padding: 15px 30px 15px 0; position: relative; cursor: pointer; font-size: 16px; line-height: 1.10; }
	.footer-v2 .footer__widgets-nav h6.widget__title:before { content: ' '; position: absolute; right: 4px; top: 50%; width: 7px; height: 7px; border-left: 1px solid #353535; border-top: 1px solid #353535; transform: rotate(-135deg); margin-top: -5px; transition: transform 0.4s, margin 0.4s; }

	.footer-v2 .footer__bar { padding: 40px 0; }
	.footer-v2 .footer__bar .shell { flex-direction: column; gap: 0; padding-left: 26px; padding-right: 26px; }
	.footer-v2 .footer__bar .shell > *:not(:last-child) { margin-bottom: 32px; }
	.footer-v2 .footer__bar-logos:not(:first-child) { margin-left: 0; }
	.footer-v2 .footer__bar-logos:not(:first-child):before { display: none; }
	.footer-v2 .footer__bar-socials a { width: 50px; height: 50px; }
	.footer-v2 .footer__bar-socials ul { flex-wrap: wrap; justify-content: center; }

	.footer-v2 .footer__copyright { padding: 26px 0; }
	.footer-v2 .footer__copyright .shell { flex-direction: column-reverse; }
	.footer-v2 .footer__copyright-logos ul { flex-wrap: wrap; gap: 19px 30px; justify-content: center; }
	.footer-v2 .footer__copyright-content { text-align: center; margin-bottom: 20px; }

	.article-main { flex-direction: column; }
	.article-main .article__body { width: 100%; padding-left: 0; padding-top: 20px; }
}

@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; }
}
.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 .4s,color .4s
}

/* ------------------------------------------------------------ *\ 
	- Andrew Headings
\* ------------------------------------------------------------ */

.post-blog .post__head h1 { font-weight: bold; }
.post-blog .post__entry h2 { font-size: 24px; line-height: 36px; color: #555; font-weight: bold; }
.post-blog .post__entry h3 { font-size: 20px; line-height: 30px; color: #C53731; font-weight: bold; text-transform:none; }
.post-blog .post__entry p+ul, .post-blog .post__entry p+ol { margin-top: 0px; }
.article-main .article__body-title h2 { font-size: 24px; line-height: 36px; font-weight: bold; }

/* ------------------------------------------------------------ *\ 
	- Andrew Fixes
\* ------------------------------------------------------------ */
.post-blog .post__entry li a { color: #d41c1d; }
.post-blog .post__entry p { font-size: 18px; line-height: 1.5; }
.post-blog .post__entry table { margin-bottom: 25px; }

/* ============================================
   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;
  }
  
  /* Andrew Fix Width & Padding */
  .nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(2) {
    padding: 0px;
	width: 100%;
  }
  
  .nav-v2 > ul > li.nav__menu-type-one > ul > li:nth-child(1) {
    padding: 0px;
	width: 100%;
  }

}