/* product widget HDU */
.widget-hdu-wrapper {
}
.widget-hdu-wrapper header {
	border-top: 1px solid var(--green-main);
}
.widget-hdu-wrapper header h3 {
	font-size: 2.8rem;
	text-wrap: pretty;
	text-align: center;
}

.widget-hdu-wrapper .widget-hdu-products {
	width: 95%;
	margin: 0 auto 3rem;
	align-content: stretch;
	flex-flow: row wrap;
	height: 100%;
	align-items: stretch !important;
	gap: 20px;
}

.widget-hdu-wrapper .widget-hdu-brands {
	width: 95%;
	margin: 3rem auto;
	align-content: stretch;
	flex-flow: row wrap;
	height: 100%;
	align-items: stretch !important;
	gap: 20px;
}
.widget-hdu-wrapper .widget-hdu-item {
	box-shadow: 0px 0px 7px #aeaeae;
	height: auto;
	border-radius: 0.4rem;
	overflow: hidden;
	text-align: center;
	padding: 2rem 1rem;
	justify-content: space-between;
	align-content: center;
	width: 100%;
	max-width: calc(100% - 10px);
}
.widget-hdu-wrapper .widget-hdu-item .image {
	margin-bottom: 16px;
	position: relative;
	aspect-ratio: 16/10;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.widget-hdu-wrapper .widget-hdu-item.branded .image {
	text-align: left;
}

.widget-hdu-wrapper .widget-hdu-item .image > img {
	width: 100%;
	object-fit: contain;
	height: auto;
	max-height: 200px;
}
.widget-hdu-wrapper .widget-hdu-item.branded .image > img {
}
.widget-hdu-wrapper .widget-hdu-item .image > span {
	position: absolute;
	right: 0;
	bottom: 0;
}
.widget-hdu-wrapper .widget-hdu-item .image > span img {
	width: 160px;
}

.widget-hdu-wrapper .widget-hdu-item .info h3 {
	font-size: 1.6rem;
	text-transform: uppercase;
	min-height: 60px;
	margin-bottom: 1rem;
	align-items: center;
	display: flex;
	justify-content: center;
}
.widget-hdu-wrapper .widget-hdu-item .info img {
	width: auto;
	object-fit: contain;
	margin-bottom: 1rem;
	max-width: 100%;
	max-height: 100px;
}
.widget-hdu-wrapper .widget-hdu-item .info p.intro {
	max-width: 90%;
	margin: 0 auto;
}
.widget-hdu-wrapper .widget-hdu-item .info section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.widget-hdu-wrapper .widget-hdu-item .info section:first-child {
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.widget-hdu-wrapper .widget-hdu-item .info section:first-child img {
}
.widget-hdu-wrapper .widget-hdu-item .info section span:after {
	content: "|";
	margin: 0 0.2rem;
}

.widget-hdu-wrapper .widget-hdu-item .info section span:last-of-type::after {
	content: "";
	margin: 0;
}

/* floor */
.site-widget-floor-solution {
	background: url("/wp-content/themes/dp/assets/images/floor-solution-image.webp")
		no-repeat left 110px / 25%;
}
.widget-floor-wrapper {
}
.widget-floor-wrapper > header {
	border-top: 1px solid var(--green-main);
	margin: 0 3rem 3rem;
}
.widget-floor-wrapper header img {
	height: 200px;
	width: 100%;
	display: block;
	object-fit: cover;
	margin-bottom: 1rem;
	border-radius: 0.4rem 0.4rem 0 0;
}
.widget-floor-wrapper header h3 {
	font-size: 2rem;
	text-transform: uppercase;
	text-align: center;
}
.widget-floor-wrapper header p {
	font-size: 1.6rem;
}

.widget-floor-wrapper .widget-floor-products {
	margin: 0 3rem 3rem;
	align-content: stretch;
	flex-wrap: wrap;
	height: 100%;
	align-items: stretch !important;
}
.widget-floor-wrapper .widget-floor-item {
	width: calc(50% - 1rem);
	/* box-shadow: 0px 0px 7px #aeaeae; */
	height: auto;
	border-radius: 0.4rem;
	overflow: hidden;
	text-align: center;
	padding: 2rem 1rem;
}
.widget-floor-wrapper .widget-floor-item .image {
	margin-bottom: 1rem;
	position: relative;
	height: 200px;
}
.widget-floor-wrapper .widget-floor-item.branded .image {
	text-align: left;
}

.widget-floor-wrapper .widget-floor-item .image > img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	height: 100%;
}
.widget-floor-wrapper .widget-floor-item.branded .image > img {
	width: 80%;
}
.widget-floor-wrapper .widget-floor-item .image > span {
	position: absolute;
	right: 0;
	bottom: 0;
}
.widget-floor-wrapper .widget-floor-item .image > span img {
	width: 160px;
}

.widget-floor-wrapper .widget-floor-item .info {
}
.widget-floor-wrapper .widget-floor-item .info h3 {
	font-size: 1.6rem;
	text-transform: uppercase;
}
.widget-floor-wrapper .widget-floor-item .info p.intro {
	max-width: 90%;
	margin: 0 auto;
}
.widget-floor-wrapper .widget-floor-item .info section {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 1.2rem;
}
.widget-floor-wrapper .widget-floor-item .info section span:after {
	content: "|";
	margin: 0 0.2rem;
}

.widget-floor-wrapper
.widget-floor-item
.info
section
span:last-of-type::after {
	content: "";
	margin: 0;
}

.widget-floor-products {
}
.widget-floor-products .floor-columns {
}
.widget-floor-products .floor-cols {
	width: calc(50% - 1rem);
	flex-wrap: wrap;
	justify-content: start;
	padding: 1rem;
	box-shadow: 0px 0px 7px #aeaeae;
	height: auto;
	border-radius: 0.4rem;
	gap: 1rem;
}
.widget-floor-products .floor-cols.decks-slats {
	margin-top: 2rem;
}
/* .widget-floor-products .floor-cols.decks-slats > header {
display: flex;
align-items: center;
} */
/* .widget-floor-products .floor-cols.decks-slats > header img {
width: 50%;
} */
/* .widget-floor-products .floor-cols.decks-slats > header h3 {
width: 50%;
} */
.widget-floor-products .floor-cols > header {
	margin-bottom: 2rem;
	width: 100%;
}
.widget-floor-products .widget-floor-item {
	width: calc((100% / 3) - 1rem);
	padding: 0;
}
.widget-floor-products .widget-floor-item h3 {
	font-size: 1.6rem;
	margin: 1rem 0 0;
}
.widget-floor-products .widget-floor-item img {
	width: 100%;
	height: auto;
	max-height: 100px;
	aspect-ratio: 1;
	display: block;
	object-fit: contain;
}

.floor-cols:has(.widget-floor-item:nth-of-type(3)) .widget-floor-item {
	width: calc((100% / 3) - 1rem);
}

.floor-cols.decks-slats .widget-floor-item .location-pill {
	margin: 0.5rem auto 0;
	background: var(--green-main);
	width: max-content;
	display: inline-block;
	padding: 0.4rem 1rem;
	font-weight: bold;
	border-radius: 20px;
	font-size: 1.2rem;
}
.floor-cols.decks-slats .widget-floor-item .location-pill.usa-only {
	background: #8fe08b;
}
.floor-cols.decks-slats .widget-floor-item .location-pill.global {
	background: #934331;
	color: #fff;
}
.floor-cols.decks-slats .widget-floor-item .location-pill.usa {
	background: #319b92;
	color: #fff;
}

/* download and search */
.site-widget-download {
}
.site-widget-download .content-download-wrapper {
	margin: 2rem 0;
}
.site-widget-download input {
	width: 50%;
	margin: 0 auto 2rem;
	display: block;
	border: 4px solid rgb(3, 65, 36);
	font-size: 1.8rem;
	padding: 1rem 2rem;
}
.site-widget-download .download-wrapper {
	width: 50%;
	max-width: 100%;
	margin: 0 auto;
}
.site-widget-download .download-item {
	border: 4px solid rgb(45, 154, 71);
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.site-widget-download .download-item p {
	text-transform: uppercase;
	color: rgb(45, 154, 71);
	font-size: 1.5rem;
	font-weight: 800;
	padding: 0px 2rem;
}
.site-widget-download .download-item a {
	align-items: center;
	display: flex;
	background: rgb(45, 154, 71);
	padding: 1rem 3rem;
	font-size: 1.5rem;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.site-widget-download .download-item a:hover {
	background: rgb(3, 65, 36);
}
/* content-ourteam-wrapper */
.site-widget-ourteam {
}
.site-dropdown .content-dropdown-wrapper,
.site-widget-ourteam .content-ourteam-wrapper {
	margin: 3rem auto;
	width: 100%;
	max-width: 100%;
}
.site-dropdown .site-toggle,
.site-widget-ourteam .ourteam-toggle {
	width: 100%;
	display: flex;
	padding: 1.6rem 0;
	border: 4px solid rgb(3, 65, 36);
	font-size: 1.6rem;
	align-items: center;
	justify-content: space-between;
	color: rgb(3, 65, 36);
	text-decoration: none;
	font-weight: 700;
	max-width: 100%;
	padding: 1rem;
}
.site-dropdown,
.site-widget-ourteam .ourteam-dropdown {
	width: 80%;
	margin: 0 auto;
}
.site-dropdown .site-dropdown-menu,
.site-widget-ourteam .ourteam-dropdown-menu {
	width: 100%;
	border-radius: 0;
	border: 4px solid rgb(3, 65, 36);
	padding: 0;
}
.site-dropdown .site-dropdown-item,
.site-widget-ourteam .ourteam-dropdown-item {
	width: 100%;
	padding: 1rem 1.4rem;
}
.site-dropdown .site-dropdown-item:hover,
.site-widget-ourteam .ourteam-dropdown-item:hover {
	background: rgb(3, 65, 36);
	color: #fff;
}

.site-widget-ourteam .ourteam-toggle:after {
	border: none;
	border-left: 5px solid var(--green-heavy);
	border-bottom: 5px solid var(--green-heavy);
	transform: translateY(-30%) rotate(-45deg);
	height: 25px;
	width: 25px;
}

.site-widget-ourteam .ourteam-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 4rem 0;
}
.site-widget-ourteam .ourteam-member:nth-child(1),
.site-widget-ourteam .ourteam-member:nth-child(2),
.site-widget-ourteam .ourteam-member:nth-child(3) {
	width: calc((100% / 2) - 2rem);
}

.site-widget-ourteam .ourteam-member {
	width: calc((100% / 3) - 2rem);
	text-align: center;
	margin-bottom: 4rem;
}
.site-widget-ourteam .ourteam-member figure {
	position: relative;
	margin-bottom: 4rem;
	display: block;
}
.site-widget-ourteam .ourteam-member figure > img {
	width: 340px;
	object-fit: cover;
	height: auto;
	aspect-ratio: 1;
	max-width: 100%;
}
.site-widget-ourteam .ourteam-member figcaption {
	position: absolute;
	bottom: 0;
	background: var(--green-main);
	left: 50%;
	transform: translate(-50%, 50%);
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: 1rem;
	width: max-content;
}
.site-widget-ourteam .ourteam-member figcaption > h3 {
	font-size: 1.1rem;
}
.site-widget-ourteam .ourteam-member section {
}
.site-widget-ourteam .ourteam-member h4 {
	margin-bottom: 1rem;
	font-size: 1.4rem;
}
.site-widget-ourteam .ourteam-member p {
	font-size: 1rem;
}
.site-widget-ourteam .ourteam-member p:after {
}
.site-widget-ourteam .ourteam-member p:last-of-type::after {
	content: "";
}
.site-widget-ourteam .ourteam-member label {
	display: flex;
	gap: 0.2rem;
	justify-content: center;
	flex-direction: column;
}
.site-widget-ourteam .ourteam-member label * {
	font-size: 1rem;
	color: var(--grey-heavy);
	text-decoration: none;
	margin-top: 0rem;
}
.site-widget-ourteam .ourteam-member section > a {
	color: var(--grey-heavy);
	text-decoration: none;
}
.site-widget-ourteam .ourteam-member section > a:hover {
	text-decoration: underline;
}

.ourteam-wrapper h2 {
	font-size: 3rem;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 50px;
}

.site-widget-ourteam .section-three .ourteam-member {
	width: calc((100% / 3) - 2rem); /* Three members in one row */
	margin-bottom: 0; /* Remove extra spacing for single row */
}

/* online-support-documents */
#online-support-documents {
	min-height: 60vh;
}

#online-support-documents .osd-item {
	margin-bottom: 60px;
}
#online-support-documents .osd-docs-wrap {
	width: 100%;
	gap: 30px;
	justify-content: start;
	min-height: 100%;
}
#online-support-documents .osd-docs-item {
	width: calc((100% / 4) - 30px);
	background: rgb(100 101 105 / 10%);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 12px;
	justify-content: center;
	min-height: 100%;
	align-items: stretch !important;
	display: none;
}
#online-support-documents .osd-docs {
	flex-flow: column;
	justify-content: space-between;
	width: 100%;
}
#online-support-documents .osd-docs .osd-details {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
}
#online-support-documents .osd-docs img {
	height: 45px;
	object-fit: contain;
}
#online-support-documents .osd-docs em {
	text-align: center;
	font-style: normal;
	color: var(--green-main);
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
#online-support-documents .osd-docs p,
#online-support-documents .osd-docs p a {
	color: var(--green-heavy);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#online-support-documents .osd-docs p a {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}
#online-support-documents .osd-docs a span {
	font-size: 12px;
	line-height: 1;
	display: grid;
	place-content: center;
}
#online-support-documents .osd-docs section {
	position: relative;
	gap: 10px;
}
#online-support-documents .osd-docs section .lang-selector {
}
#online-support-documents .osd-docs section .lang-selector > span {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	cursor: pointer;
}
#online-support-documents .osd-docs section .lang-selector > span:after {
	content: "";
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	width: 10px;
	height: 10px;
	display: none;
	position: absolute;
	bottom: 0;
	transform: translate(-50%, 100%) rotate(-45deg);
	left: 50%;
}
#online-support-documents .osd-docs section .lang-selector > span:hover::after {
	display: block;
}
#online-support-documents .osd-docs section .lang-selector > span img {
	max-width: 100%;
	height: auto;
}

#online-support-documents .lang-selector ul {
	display: none;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 20px 0px 0;
	transform: translate(-20px, 0px);
	width: max-content;
	z-index: 9;
}
#online-support-documents .lang-selector span ul:hover,
#online-support-documents .lang-selector span:hover ul {
	display: block;
}
#online-support-documents .lang-selector input[type="checkbox"] {
	appearance: none;
}
#online-support-documents .osd-docs section .lang-selector ul li {
	line-height: normal;
	background: #c5c5c7;
	padding: 5px 10px;
}
#online-support-documents .osd-docs section .lang-selector ul li:hover {
	background: var(--green-main);
}
#online-support-documents .osd-docs section .lang-selector ul li div {
	align-items: center;
	gap: 0 5px;
	line-height: normal;
}
#online-support-documents .osd-docs section a[data-download] {
	width: 100%;
}

.osd-brands {
}
.osd-brands .osd-brands-content {
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.osd-brands .osd-brands-content em {
	font-size: 26px;
	color: var(--green-main);
	font-weight: bold;
	font-style: normal;
	border-right: 4px solid var(--green-main);
	padding-right: 30px;
	width: 20%;
}
.osd-brands .osd-brands-content ul {
	width: 80%;
	/* justify-content: space-between; */
	gap: 10px;
	height: 100px;
}
.osd-brands .osd-brands-content li {
	width: 25%;
	justify-content: center;
	display: flex;
	height: 100%;
	align-items: center;
	border: 2px solid transparent;
}
.osd-brands .osd-brands-content button {
	background: none;
	border: none;
	padding: 0px 20px;
	display: block;
}

.osd-brands .osd-brands-content button.btn.btn-green-heavy.brand-selctor {
	padding: 10px 15px;
}
.osd-brands .osd-brands-content button:has(img) {
	height: 100%;
}

.osd-brands .osd-brands-content li:has(button.active) {
	border: 2px solid var(--green-heavy);
}

.osd-brands .osd-brands-content img {
	object-fit: contain;
	display: block;
	aspect-ratio: auto 1;
	width: 100%;
	height: 90%;
}
