/* Dellco Commercial Styles for Velshly */

/* --- hero.css --- */
/*
Dellco OKJ Hero Replica v3
IMPORTANT: all Oklahoma Joe's rem values have been converted to their actual
rendered pixel values from the reference root scale (html font-size:62.5%).
*/
@font-face{
	font-family:"Roboto Condensed";
	src:url("https://www.oklahomajoes.com/cdn/shop/files/RobotoCondensed-Regular.woff2?v=3505015043743742275") format("woff2"),
		url("https://www.oklahomajoes.com/cdn/shop/files/RobotoCondensed-Regular.woff?v=4152982209805653769") format("woff");
	font-weight:400;font-style:normal;font-display:swap
}
@font-face{
	font-family:"Teko";
	src:url("https://www.oklahomajoes.com/cdn/shop/files/Teko-Bold.woff2?v=4753684705349127440") format("woff2"),
		url("https://www.oklahomajoes.com/cdn/shop/files/Teko-Bold.woff?v=8740008089135574863") format("woff");
	font-weight:700;font-style:normal;font-display:swap
}

.dokj-hero-shell{
	--dokj-container:1400px;
	--dokj-container-padding:25px;
	--dokj-text-padding:24px;
	width:100vw!important;
	max-width:100vw!important;
	margin:0 calc(50% - 50vw)!important;
	padding:0!important;
	position:relative!important;
	overflow:hidden!important;
	clear:both!important;
	background:#000!important;
	color:#fff!important;
	box-sizing:border-box!important;
	z-index:2
}
.dokj-hero-shell *,.dokj-hero-shell *:before,.dokj-hero-shell *:after{box-sizing:border-box}
.dokj-hero{position:relative!important;width:100%!important;height:700px!important;overflow:hidden!important;background:#000!important}
.dokj-track{height:100%;display:flex;transform:translate3d(0,0,0);transition:transform .5s ease-out;will-change:transform}
.dokj-slide{position:relative;min-width:100%;width:100%;height:100%;flex:0 0 100%;overflow:hidden}
.dokj-media,.dokj-media img{position:absolute!important;inset:0;display:block!important;width:100%!important;height:100%!important;margin:0!important;padding:0!important}
.dokj-media img{object-fit:cover!important;object-position:50% 50%!important;transform:scale(1.1);transition:transform 1s ease-out}
.dokj-slide.is-active .dokj-media img{transform:scale(1)}
.dokj-overlay{position:absolute;inset:0;z-index:2}
.dokj-container{height:100%;width:100%;max-width:var(--dokj-container);padding:0 var(--dokj-container-padding);margin:0 auto;display:flex}
.dokj-captions{position:relative;z-index:2;width:100%;max-width:100%;padding:var(--dokj-text-padding) 0;color:#fff}
.dokj-captions>*{position:relative;z-index:2}
.dokj-captions>*:not(:first-child){margin-top:15px!important}

.dokj-subheading{
	font-family:"Roboto Condensed",Arial,sans-serif!important;
	font-weight:700!important;
	font-style:normal!important;
	letter-spacing:0!important;
	line-height:1.3!important;
	text-transform:uppercase!important;
	color:#fff!important
}
.dokj-subheading--p1{font-size:20px!important}
.dokj-subheading--p2{font-size:18px!important}
.dokj-subheading--p3{font-size:16px!important}

.dokj-title{
	font-family:"Teko",sans-serif!important;
	font-weight:700!important;
	font-style:normal!important;
	letter-spacing:0!important;
	line-height:.8!important;
	text-transform:uppercase!important;
	color:#fff!important;
	margin:0!important;
	padding:0!important
}
.dokj-title--xxl{font-size:100px!important}
.dokj-title--xl{font-size:72px!important}

.dokj-button-wrap{margin:15px -8px!important}
.dokj-button{
	display:inline-block!important;
	width:auto!important;
	margin:15px 8px!important;
	padding:12.5px 35.8px!important;
	border:1px solid #fff!important;
	border-radius:7px!important;
	background:transparent!important;
	color:#fff!important;
	font-family:"Roboto Condensed",sans-serif!important;
	font-size:17.92px!important;
	font-weight:700!important;
	line-height:1!important;
	text-align:center!important;
	text-decoration:none!important;
	text-transform:uppercase!important;
	transition:all .2s ease-out!important;
	-webkit-backdrop-filter:blur(10px);
	backdrop-filter:blur(10px)
}
.dokj-button:hover,.dokj-button:focus-visible{background:#fff!important;color:#25282a!important;border-color:#25282a!important}
.dokj-button:focus-visible,.dokj-arrow:focus-visible,.dokj-dot:focus-visible{outline:2px solid #fff!important;outline-offset:3px!important}

.dokj-slide--offset .dokj-container{justify-content:flex-end;align-items:flex-end}
.dokj-slide--offset .dokj-captions{text-align:right}
.dokj-slide--workstation .dokj-container{justify-content:center;align-items:center}
.dokj-slide--workstation .dokj-captions{text-align:center}
.dokj-slide--bronco .dokj-container{justify-content:center;align-items:flex-end}
.dokj-slide--bronco .dokj-captions{max-width:550px;text-align:center;padding-left:24px;padding-right:24px}

.dokj-slide--tint-shadow .dokj-captions:before{
	content:"";position:absolute;z-index:1;inset:0;
	margin:-15% -20%;background:radial-gradient(rgba(0,0,0,.51) 0%,transparent 60%)
}

.dokj-arrow{
	position:absolute!important;z-index:5!important;top:50%!important;
	width:40px!important;height:40px!important;margin:0!important;padding:10px!important;
	transform:translateY(-50%)!important;border:1px solid rgba(0,0,0,.2)!important;
	border-radius:50%!important;background:rgba(255,255,255,.70)!important;color:#000!important;
	cursor:pointer!important;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);
	opacity:.85;transition:opacity .2s ease-out!important
}
.dokj-arrow:hover{opacity:1}
.dokj-arrow svg{display:block;width:100%;height:100%;fill:currentColor}
.dokj-arrow--prev{left:20px!important}
.dokj-arrow--next{right:20px!important}

.dokj-dots{
	position:absolute;z-index:6;left:0;bottom:0;width:100%;
	padding:10px;display:none;align-items:center;justify-content:center;gap:8px
}
.dokj-dot{
	width:9px!important;height:9px!important;min-width:0!important;min-height:0!important;
	padding:0!important;border:0!important;border-radius:50%!important;
	background:rgba(255,255,255,.3)!important;box-shadow:0 0 4px rgba(0,0,0,.2)!important;cursor:pointer
}
.dokj-dot.is-active{background:#fff!important}

/* Reference medium-down breakpoint: 66em = 1056px in the browser. */
@media(max-width:1056px){
	.dokj-hero-shell{--dokj-container-padding:20px;--dokj-text-padding:12px}
	.dokj-hero{height:600px!important}
	.dokj-arrow{display:none!important}
	.dokj-dots{display:flex}
	.dokj-slide .dokj-overlay{padding-bottom:40px}
	.dokj-title--xxl{font-size:85px!important}
	.dokj-title--xl{font-size:61.2px!important}
	.dokj-slide--offset .dokj-container{justify-content:center;align-items:center}
	.dokj-slide--offset .dokj-captions,
	.dokj-slide--workstation .dokj-captions,
	.dokj-slide--bronco .dokj-captions{max-width:100%;text-align:center;padding-left:0;padding-right:0}
	.dokj-slide--workstation .dokj-container,
	.dokj-slide--bronco .dokj-container{justify-content:center;align-items:flex-end}
	.dokj-slide--tint-shadow .dokj-captions:before{margin:0 -100px}
}

/* Reference small breakpoint: 38em = 608px. */
@media(max-width:608px){
	.dokj-hero-shell{--dokj-container-padding:15px}
	.dokj-hero{height:600px!important}
	.dokj-title--xxl{font-size:56px!important}
	.dokj-title--xl{font-size:64px!important}
	.dokj-subheading--p1{font-size:17.5px!important}
	.dokj-subheading--p2{font-size:15.75px!important}
	.dokj-subheading--p3{font-size:14px!important}
	.dokj-button{font-size:15.68px!important}
}
@media(prefers-reduced-motion:reduce){
	.dokj-track{transition:none}
	.dokj-media img{transition:none;transform:scale(1)}
}

/* Dellco 3.1 typography + control normalization */
.dokj-subheading{letter-spacing:.08em!important}
.dokj-button{border-radius:7px!important;min-height:48px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
.dokj-arrow{box-shadow:0 8px 24px rgba(0,0,0,.14)}
@media(max-width:608px){.dokj-button{min-height:46px!important}}

/* PHASE 2C (2026-09-11): visible homepage H1 + subline. Compact eyebrow block, centered, fluid type, no overflow. */
.dokj-hero-intro{background:#0f0f0f;color:#fff;text-align:center;padding:18px 16px 6px;max-width:100%;box-sizing:border-box}
.dokj-hero-intro .dokj-container{max-width:1100px;margin:0 auto;padding:0 16px;box-sizing:border-box}
.dokj-hero-shell .dokj-hero-intro h1.dokj-hero-h1{margin:0;font-size:clamp(20px,2.6vw,30px);line-height:1.25;font-weight:700;letter-spacing:.01em;color:#fff;overflow-wrap:break-word}
.dokj-hero-sub{margin:8px 0 0;font-size:clamp(13px,1.6vw,16px);line-height:1.5;color:rgba(255,255,255,.82);overflow-wrap:break-word}
.dokj-hero-sub a{color:#fff;text-decoration:underline;text-underline-offset:2px}
@media (max-width:480px){.dokj-hero-intro{padding:14px 12px 4px}}

/* --- showcase.css --- */
/*
 * Dellco Exact Showcase Sections — 3.0.0
 * Source-matched dimensions from the supplied HTML + source CSS.
 *
 * IMPORTANT:
 * - Blackstone geometry is copied from the supplied inline CSS.
 * - Kamado category-card heights are source verified: 278px mobile / 500px desktop.
 * - Kamado slider left offsets are source verified: 16px mobile / 32px desktop.
 * - recteq promo-card minimum is source supplied: 90svw mobile / 425px desktop.
 *
 * Only accent colors are moderated to Dellco orange.
 */

@font-face{font-family:"Roboto Condensed";src:url("https://www.oklahomajoes.com/cdn/shop/files/RobotoCondensed-Regular.woff2?v=3505015043743742275") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Teko";src:url("https://www.oklahomajoes.com/cdn/shop/files/Teko-Bold.woff2?v=4753684705349127440") format("woff2");font-weight:700;font-style:normal;font-display:swap}



:root{
	--dse-orange:#f07810;
	--dse-orange-hover:#e14600;
	--dse-dark:#161616;
	--dse-grey:#343738;
	--dse-white:#fff;
}

.dse-v3-root,
.dse-v3-root *{
	box-sizing:border-box;
}

.dse-v3-root{
	width:100%;
	margin:0;
	padding:0;
	overflow-x:hidden;
}

/* ==========================================================
   BLACKSTONE VIDEO HERO — source geometry
   ========================================================== */

.dse-blackstone.hero-video-section-unique{
	background-color:#161616;
	padding-top:45px;
	padding-bottom:45px;
	color:#fff;
}

.dse-blackstone .container{
	width:100%;
	margin:0 auto;
	padding:0 16px;
	overflow:hidden;
}

.dse-blackstone .page-width{
	width:100%;
	padding:0;
	margin:0 auto;
}

.dse-blackstone .hero-video-grid-unique{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:40px;
	align-items:center;
}

.dse-blackstone .hero-content-unique{
	padding-right:20px;
}

.dse-blackstone .hero-title-unique{
	font-size:60px!important;
	font-weight:900!important;
	line-height:60px!important;
	margin:0 0 10px!important;
	text-transform:capitalize!important;
	font-family:"Teko",'Arial Narrow',sans-serif!important;
	color:#fff!important;
}

.dse-blackstone .hero-title-unique p{
	font:inherit!important;
	line-height:inherit!important;
	color:inherit!important;
	margin:0!important;
	padding:0!important;
}

.dse-blackstone .hero-description-unique{
	font-family:"Roboto Condensed",Arial,sans-serif!important;
	font-size:18px!important;
	font-weight:400!important;
	line-height:1.5!important;
	margin:0 0 30px!important;
	color:#fff!important;
}

.dse-blackstone .hero-button-unique,
.dse-blackstone .hero-button-unique:visited{
	display:inline-block;
	padding:15px 40px;
	text-decoration:none!important;
	font-family:"Roboto Condensed",Arial,sans-serif!important;
	font-weight:600;
	font-size:16px;
	line-height:24px;
	text-transform:uppercase;
	border:none;
	border-radius:0;
	background:var(--dse-orange);
	color:#fff!important;
	transition:all .3s ease;
}

.dse-blackstone .hero-button-unique:hover{
	background-color:var(--dse-orange-hover);
	color:#fff!important;
}

.dse-blackstone .hero-video-unique{
	width:100%;
	height:100%;
	min-height:400px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.dse-blackstone .video-wrapper-unique{
	position:relative;
	width:100%;
	height:auto;
}

.dse-blackstone .hero-video-player-unique{
	width:100%;
	height:auto;
	object-fit:cover;
	border-radius:0;
	display:block;
	cursor:pointer;
}

.dse-blackstone .video-play-button-unique{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:transparent;
	border:none;
	cursor:pointer;
	padding:0;
	z-index:10;
	transition:transform .3s ease;
	display:none;
}

.dse-blackstone .video-play-button-unique:hover{
	transform:translate(-50%,-50%) scale(1.1);
}

.dse-blackstone .play-icon-svg{
	width:80px;
	height:80px;
}

.dse-blackstone .play-icon-svg circle{
	fill:rgba(0,0,0,.35);
	stroke:#fff;
	stroke-width:2;
}

.dse-blackstone .play-icon-svg path{
	fill:var(--dse-orange);
}

.dse-blackstone .mobile-only{
	display:none!important;
}

@media(min-width:640px){
	.dse-blackstone .container{padding:0 32px}
}

@media(min-width:1024px){
	.dse-blackstone .container{padding:0 48px}
}

@media screen and (min-width:750px) and (max-width:1024px){
	.dse-blackstone .hero-title-unique{
		font-size:40px!important;
		line-height:40px!important;
	}
}

@media screen and (max-width:767px){
	.dse-blackstone.hero-video-section-unique{
		padding-top:45px;
		padding-bottom:20px;
	}

	.dse-blackstone .hero-video-unique{
		min-height:auto!important;
	}

	.dse-blackstone .hero-video-grid-unique{
		grid-template-columns:1fr;
		gap:10px;
	}

	.dse-blackstone .hero-video-grid-unique[data-mobile-video-position="below"]{
		display:grid;
		grid-template-columns:1fr;
		grid-template-rows:auto auto auto auto;
	}

	.dse-blackstone .hero-video-grid-unique[data-mobile-video-position="below"] .hero-content-unique{
		grid-row:1;
	}

	.dse-blackstone .hero-video-grid-unique[data-mobile-video-position="below"] .hero-video-unique{
		grid-row:2;
	}

	.dse-blackstone .hero-video-grid-unique[data-mobile-video-position="below"] p.hero-description-unique.mobile-only{
		grid-row:3;
	}

	.dse-blackstone .hero-video-grid-unique[data-mobile-video-position="below"] a.hero-button-unique.mobile-only{
		grid-row:4;
	}

	.dse-blackstone .hero-content-unique{
		padding-right:0;
		text-align:center;
		margin-bottom:0;
	}

	.dse-blackstone .hero-title-unique{
		font-size:36px!important;
		line-height:40px!important;
	}

	.dse-blackstone .hero-description-unique{
		font-size:16px!important;
		line-height:24px!important;
		max-width:100%;
		margin-left:auto!important;
		margin-right:auto!important;
	}

	.dse-blackstone p.hero-description-unique.mobile-only{
		margin-bottom:0!important;
	}

	.dse-blackstone .hero-video-unique{
		min-height:300px;
	}

	.dse-blackstone .play-icon-svg{
		width:60px;
		height:60px;
	}

	.dse-blackstone .desktop-only{
		display:none!important;
	}

	.dse-blackstone .mobile-only{
		display:block!important;
	}

	.dse-blackstone a.mobile-only{
		justify-self:center;
		margin-top:10px;
	}
}

/* ==========================================================
   KAMADO JOE CATEGORY SLIDER — source CSS values
   ========================================================== */

.dse-kamado{
	width:100%;
	background:#fff;
	color:#231f20;
	overflow:hidden;
}

.dse-kamado .c-category-slider{
	position:relative;
	overflow:hidden;
	padding-top:40px;
	padding-bottom:40px;
}

.dse-kamado .overflow-hidden{
	width:100%;
	overflow:hidden;
}

.dse-sr-only{
	position:absolute!important;
	width:1px!important;
	height:1px!important;
	padding:0!important;
	margin:-1px!important;
	overflow:hidden!important;
	clip:rect(0,0,0,0)!important;
	white-space:nowrap!important;
	border:0!important;
}

.dse-kamado .c-category-slider__slider{
	position:relative;
	left:16px;
	width:calc(100% - 16px);
	margin-top:32px;
	overflow:visible;
	touch-action:pan-y;
}

.dse-kamado .glide__track{
	overflow:visible;
}

.dse-kamado .glide__slides{
	position:relative;
	width:100%;
	list-style:none;
	backface-visibility:hidden;
	transform-style:preserve-3d;
	touch-action:pan-y;
	overflow:visible;
	margin:0!important;
	padding:0!important;
	white-space:nowrap;
	display:flex;
	flex-wrap:nowrap;
	gap:16px;
	will-change:transform;
	transition:transform 400ms cubic-bezier(.165,.84,.44,1);
}

.dse-kamado .glide__slide{
	width:100%;
	height:100%;
	flex:0 0 calc((100% - 32px) / 3);
	white-space:normal;
	user-select:none;
	-webkit-tap-highlight-color:transparent;
	opacity:0;
	transform:translateY(18px);
}

.dse-kamado .m-category-card{
	position:relative;
	width:100%;
	height:278px;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	overflow:hidden;
	padding:32px 12px;
	background:#000;
	color:#fff;
	cursor:pointer;
}

.dse-kamado .m-category-card__image{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	object-fit:cover;
	backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	filter:brightness(.7);
	transition:transform .3s ease;
}

.dse-kamado .m-category-card:hover .m-category-card__image{
	transform:scale(1.05);
}

.dse-kamado .m-category-card__shade{
	position:absolute;
	inset:0;
	background:linear-gradient(to top,rgba(0,0,0,.34),rgba(0,0,0,0) 55%);
	pointer-events:none;
}

.dse-kamado .m-category-card__content{
	position:relative;
	z-index:10;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	color:#fff;
}

.dse-kamado .m-category-card__title{
	margin:0!important;
	padding:0!important;
	font-family:"Teko",'Arial Narrow',sans-serif!important;
	font-size:2.75rem!important;
	line-height:1.05!important;
	letter-spacing:-.01rem!important;
	font-weight:700!important;
	text-transform:uppercase!important;
	color:#fff!important;
}

.dse-kamado .m-category-card__links{
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	gap:12px 16px;
	margin-top:24px;
	z-index:10;
}

.dse-kamado .m-category-card__links a{
	position:relative;
	display:inline-flex;
	flex-direction:column;
	color:#fff!important;
	text-decoration:none!important;
	font-family:"Roboto Condensed",Arial,sans-serif!important;
	font-size:12px;
	line-height:1;
	letter-spacing:.15rem;
	font-weight:700;
	text-transform:uppercase;
}

.dse-kamado .a-link__track{
	display:block;
	width:100%;
	height:2px;
	overflow:hidden;
	margin-top:4px;
}

.dse-kamado .a-link__underline{
	display:block;
	width:200%;
	height:100%;
	transform:translateX(-50%);
	background:linear-gradient(to right,var(--dse-orange) 0 50%,var(--dse-orange) 50% 100%);
	transition:transform .25s ease;
}

.dse-kamado .a-link:hover .a-link__underline{
	transform:translateX(0);
}

.dse-kamado .c-category-slider__controls{
	display:flex;
	margin-top:32px;
	padding:0 16px;
	align-items:center;
	justify-content:center;
}

.dse-kamado .c-category-slider__prev-cat,
.dse-kamado .c-category-slider__next-cat{
	width:46px;
	height:46px;
	padding:12px;
	z-index:10;
	display:grid;
	place-items:center;
	border:2px solid #343738;
	border-radius:999px;
	background:#fff;
	color:#343738;
	cursor:pointer;
	transition:background-color .2s,color .2s;
}

.dse-kamado .c-category-slider__prev-cat:hover,
.dse-kamado .c-category-slider__next-cat:hover,
.dse-kamado .c-category-slider__prev-cat:focus,
.dse-kamado .c-category-slider__next-cat:focus{
	background:#343738;
	color:#fff;
}

.dse-kamado .c-category-slider__prev-cat svg,
.dse-kamado .c-category-slider__next-cat svg{
	width:24px;
	height:24px;
	fill:currentColor;
}

.dse-kamado .c-category-slider__prev-cat svg{
	transform:rotate(180deg);
}

.dse-kamado .c-category-slider__next-cat{
	margin-left:12px;
	margin-right:24px;
}

.dse-kamado .c-category-slider__control-button{
	width:auto;
	min-width:90px;
	height:auto;
	padding:8px 14px;
	border:1px solid rgba(255,255,255,0.15);
	border-radius:4px;
	background:rgba(255,255,255,0.06);
	cursor:pointer;
	display:inline-flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	gap:6px;
	transition:all .2s ease;
}

.dse-kamado .c-category-slider__control-text{
	font-family:"Roboto Condensed",Arial,sans-serif;
	font-size:13px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#a0a0a0;
	transition:color .2s ease;
}

.dse-kamado .c-category-slider__control-marker{
	display:block;
	width:100%;
	height:3px;
	padding:0;
	background:transparent;
}

.dse-kamado .c-category-slider__control-marker>span{
	display:block;
	height:100%;
	width:100%;
	background:#343738;
	transform:scaleY(.5);
	transform-origin:bottom;
	transition:transform .2s ease-out,background-color .2s ease-out;
}

.dse-kamado .c-category-slider__control-button:hover .c-category-slider__control-text{
	color:#ffffff;
}

.dse-kamado .c-category-slider__control-button--active{
	border-color:var(--dse-orange);
	background:rgba(240,120,16,0.12);
}

.dse-kamado .c-category-slider__control-button--active .c-category-slider__control-text{
	color:#ffffff;
}

.dse-kamado .c-category-slider__control-button--active .c-category-slider__control-marker>span{
	transform:scale(1);
	background:var(--dse-orange);
}

@media(min-width:768px){
	.dse-kamado .c-category-slider{
		padding-top:112px;
		padding-bottom:112px;
	}

	.dse-kamado .c-category-slider__slider{
		left:32px;
		width:calc(100% - 32px);
	}

	.dse-kamado .m-category-card{
		height:500px;
		padding:48px 24px;
	}

	.dse-kamado .m-category-card__title{
		font-size:5rem!important;
		line-height:1.05!important;
	}

	.dse-kamado .m-category-card__links a{
		font-size:14px;
	}

	.dse-kamado .c-category-slider__controls{
		padding:0 32px;
		justify-content:flex-start;
	}

	.dse-kamado .c-category-slider__prev-cat svg,
	.dse-kamado .c-category-slider__next-cat svg{
		width:16px;
		height:14px;
	}
}

@media(max-width:767px){
	.dse-kamado .glide__slide{
		flex-basis:calc(100% - 64px);
	}

	.dse-kamado .m-category-card__links{
		margin-top:18px;
	}
}

/* ==========================================================
   RECTEQ 2x2 PROMO GRID — source utility values
   ========================================================== */

.dse-recteq-grid{
	width:min(calc(100% - 32px),1440px);
	margin:0 auto;
	padding:64px 0;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	row-gap:32px;
	justify-content:center;
	background:#fff;
}

.dse-recteq-column{
	width:100%;
}

.dse-recteq-card{
	position:relative;
	width:100%;
	max-width:98vw;
	height:100%;
	min-height:90svw;
	margin-bottom:16px;
	overflow:hidden;
	background:#111;
}

.dse-recteq-image{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	object-fit:cover;
	transition:transform .35s ease;
}

.dse-recteq-card:hover .dse-recteq-image{
	transform:scale(1.025);
}

.dse-recteq-overlay{
	position:absolute;
	inset:0;
	z-index:1;
	background:
		linear-gradient(to bottom,rgba(0,0,0,.10),transparent 45%),
		linear-gradient(to top,rgba(0,0,0,.32),transparent 55%),
		rgba(0,0,0,.27);
}

.dse-recteq-content{
	position:absolute;
	z-index:2;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	width:100%;
	padding:16px;
	text-align:left;
	transform:translateX(0);
}

.dse-recteq-content h3{
	margin:8px 0!important;
	padding:0!important;
	color:#fff!important;
	font-family:"Roboto Condensed",Arial,sans-serif!important;
	font-size:40px!important;
	line-height:36px!important;
	font-weight:800!important;
	text-align:left!important;
	text-shadow:0 2px 5px rgba(0,0,0,.45);
}

.dse-recteq-button,
.dse-recteq-button:visited{
	position:relative;
	z-index:5;
	display:inline-block;
	min-width:100px;
	padding:4px 8px;
	border:3px solid var(--dse-orange);
	background:var(--dse-orange);
	color:#fff!important;
	text-decoration:none!important;
	text-transform:uppercase;
	font-family:"Roboto Condensed",Arial,sans-serif!important;
	font-size:14px;
	line-height:20px;
	font-weight:600;
	text-align:center;
	transition:background-color .15s,border-color .15s;
}

.dse-recteq-button:hover{
	background:var(--dse-orange-hover);
	border-color:var(--dse-orange-hover);
	color:#fff!important;
}

@media(min-width:768px){
	.dse-recteq-grid{
		width:min(calc(100% - 48px),1440px);
		column-gap:24px;
		row-gap:24px;
	}

	.dse-recteq-column{
		width:calc(50% - 12px);
	}

	.dse-recteq-card{
		min-height:425px;
		margin-bottom:0;
	}

	.dse-recteq-content{
		padding:32px;
	}

	.dse-recteq-content h3{
		font-size:52px!important;
		line-height:1!important;
	}
}

@media(min-width:1536px){
	.dse-recteq-overlay{
		background:
			linear-gradient(to bottom,rgba(0,0,0,.22),transparent 38%),
			linear-gradient(to top,rgba(0,0,0,.40),transparent 50%),
			rgba(0,0,0,.27);
	}
}

@media(prefers-reduced-motion:reduce){
	.dse-v3-root *,
	.dse-v3-root *::before,
	.dse-v3-root *::after{
		animation:none!important;
		transition:none!important;
	}
}

/* Dellco showcase 3.1 visual-system refinement */
.dse-v3-root{font-family:"Roboto Condensed",Arial,sans-serif;color:#101315}
.dse-blackstone.hero-video-section-unique{padding:64px 0;background:#101214}
.dse-blackstone .container{max-width:1400px}
.dse-blackstone .hero-title-unique{font-family:"Teko",'Arial Narrow',sans-serif!important;font-size:64px!important;line-height:.92!important;font-weight:700!important;letter-spacing:-.015em!important}
.dse-blackstone .hero-description-unique{font-family:"Roboto Condensed",Arial,sans-serif!important;font-size:18px!important;line-height:1.58!important;max-width:620px}
.dse-blackstone .hero-button-unique,.dse-blackstone .hero-button-unique:visited{min-height:50px;display:inline-flex;align-items:center;padding:0 28px;border-radius:7px;font-family:"Roboto Condensed",Arial,sans-serif!important;font-size:15px;font-weight:700;letter-spacing:.045em}
.dse-blackstone .video-wrapper-unique{overflow:hidden;border-radius:16px;box-shadow:0 24px 58px rgba(0,0,0,.24)}
.dse-kamado .c-category-slider{padding-top:84px;padding-bottom:84px}
.dse-kamado .m-category-card{border-radius:16px}
.dse-kamado .m-category-card__title{font-family:"Teko",'Arial Narrow',sans-serif!important;font-size:clamp(54px,5vw,76px)!important;line-height:.9!important;letter-spacing:-.01em!important}
.dse-kamado .m-category-card__links a{font-family:"Roboto Condensed",Arial,sans-serif!important;font-size:13px;letter-spacing:.12em}
.dse-kamado .c-category-slider__prev-cat,.dse-kamado .c-category-slider__next-cat{border-width:1px;box-shadow:0 8px 22px rgba(0,0,0,.08)}
.dse-recteq-grid{padding-top:72px;padding-bottom:72px}
.dse-recteq-card{border-radius:16px}
.dse-recteq-content{padding:28px}
.dse-recteq-content h3{font-family:"Teko",'Arial Narrow',sans-serif!important;font-size:52px!important;line-height:.9!important;font-weight:700!important;letter-spacing:-.01em!important;text-transform:none}
.dse-recteq-button,.dse-recteq-button:visited{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-width:1px;border-radius:7px;font-family:"Roboto Condensed",Arial,sans-serif!important;font-size:13px;font-weight:700;letter-spacing:.06em}
@media(max-width:1024px){
 .dse-blackstone.hero-video-section-unique{padding:52px 0}
 .dse-blackstone .hero-title-unique{font-size:50px!important}
 .dse-kamado .c-category-slider{padding-top:68px;padding-bottom:68px}
 .dse-recteq-grid{padding-top:58px;padding-bottom:58px}
}
@media(max-width:767px){
 .dse-blackstone.hero-video-section-unique{padding:42px 0 30px}
 .dse-blackstone .hero-title-unique{font-size:42px!important;line-height:.94!important}
 .dse-blackstone .hero-description-unique{font-size:16px!important;line-height:1.5!important}
 .dse-blackstone .video-wrapper-unique{border-radius:12px}
 .dse-kamado .c-category-slider{padding-top:48px;padding-bottom:48px}
 .dse-kamado .m-category-card{border-radius:12px}
 .dse-kamado .m-category-card__title{font-size:48px!important}
 .dse-recteq-grid{padding-top:48px;padding-bottom:48px;row-gap:16px}
 .dse-recteq-card{border-radius:12px}
 .dse-recteq-content{padding:20px}
 .dse-recteq-content h3{font-size:40px!important;line-height:.92!important}
}

/* --- traeger.css --- */
/*
 * Dellco Traeger Motion Sections 1.0.0
 *
 * Motion values verified against the source implementation:
 * - callout card transition: all .7s cubic-bezier(.5,1,.89,1)
 * - desktop width: 33.33%
 * - desktop hover width: 85vh
 * - height: 85vh; min 500px; max 800px
 * - overlay mobile: .75 at 35% -> transparent at 95%
 * - overlay md: .75 at 50% -> transparent at 95%
 * - overlay lg: .75 at 35% -> transparent at 85%
 * - content translation: bottom-content measured height + 70px
 * - hovered card translates content to 0 in 700ms
 * - while group is hovered, non-hovered card content fades to 0
 * - hovered bottom content fades in over 700ms with ease-in
 *
 * Traeger breakpoint mapping in this component:
 * sm = 768px
 * md = 1024px
 * lg = 1440px
 */

@font-face{font-family:"Roboto Condensed";src:url("https://www.oklahomajoes.com/cdn/shop/files/RobotoCondensed-Regular.woff2?v=3505015043743742275") format("woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Teko";src:url("https://www.oklahomajoes.com/cdn/shop/files/Teko-Bold.woff2?v=4753684705349127440") format("woff2");font-weight:700;font-style:normal;font-display:swap}



:root{
	--dtms-brand:#f07810;
	--dtms-brand-dark:#d96708;
	--dtms-neutral-100:#f5f5f4;
	--dtms-neutral-700:#2b2b2b;
	--dtms-warm-200:#e9e4dc;
	--dtms-motion:cubic-bezier(.5,1,.89,1);
}

.dtms-root,
.dtms-root *{
	box-sizing:border-box;
}

.dtms-root{
	width:100%;
	overflow:hidden;
	color:#222;
	background:#fff;
}

.dtms-root img{
	display:block;
	max-width:100%;
}

.dtms-root h2,
.dtms-root p{
	margin-top:0;
}

/* ----------------------------------------------------------
   INTRO — same geometry as supplied section
   ---------------------------------------------------------- */

.dtms-intro{
	position:relative;
	z-index:100;
	height:100%;
	padding:3.332vw 24px 8px;
	background:var(--dtms-neutral-100);
}

.dtms-intro-inner{
	width:100%;
	margin:0 auto;
	text-align:center;
}

.dtms-eyebrow{
	width:100%;
	margin:0 0 8px!important;
	text-align:center;
	font-family:"Roboto Condensed",Arial,sans-serif!important;
	font-size:14px!important;
	line-height:1.2!important;
	font-weight:700!important;
	letter-spacing:.08em!important;
	text-transform:uppercase!important;
	color:#333!important;
}

.dtms-intro h2{
	margin:24px 0!important;
	padding:0!important;
	text-align:center!important;
	font-family:"Teko",'Arial Narrow',sans-serif!important;
	font-size:clamp(42px,4vw,64px)!important;
	line-height:.98!important;
	font-weight:700!important;
	letter-spacing:.005em!important;
	text-transform:uppercase!important;
	color:#2d2d2d!important;
}

.dtms-divider{
	width:48px;
	height:4px;
	margin:0 0 24px;
	background:var(--dtms-brand);
	border:0;
}

.dtms-divider-center{
	margin-left:auto;
	margin-right:auto;
}

.dtms-intro-copy{
	max-width:45ch;
	margin:0 auto 16px!important;
	text-align:center;
	font-family:"Roboto Condensed",Arial,sans-serif!important;
	font-size:20px!important;
	line-height:1.5!important;
	font-weight:400!important;
	color:#404040!important;
}

/* ----------------------------------------------------------
   EXPANDING CALLOUT SLIDER
   ---------------------------------------------------------- */

.dtms-slider-section{
	position:relative;
	z-index:100;
	height:100%;
	padding:24px;
	background:var(--dtms-neutral-100);
}

.dtms-callout-group{
	position:relative;
	display:flex;
	flex-direction:column;
	height:100%;
}

.dtms-callout-card{
	position:relative;
	display:flex;
	flex-direction:column;
	height:85vh;
	min-height:500px;
	max-height:800px;
	margin:0 0 24px;
	overflow:hidden;
	background:#1d1d1d;
	outline:none;
	transition-property:all;
	transition-duration:.7s;
	transition-timing-function:var(--dtms-motion);
}

.dtms-callout-card:focus-visible{
	outline:4px solid var(--dtms-brand);
	outline-offset:-4px;
}

.dtms-image-wrap{
	width:100%;
	height:100%;
	overflow:hidden;
}

.dtms-image-wrap img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:left center;
	overflow:hidden;
}

.dtms-callout-gradient{
	position:absolute;
	z-index:10;
	inset:0;
	background-image:linear-gradient(0deg,rgba(0,0,0,.75) 35%,rgba(0,0,0,0) 95%);
}

.dtms-callout-content{
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	right:.5px;
	bottom:0;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	padding:24px;
	color:#fff;
	opacity:0;
	transform:translateY(0);
	transition-property:all;
	transition-duration:.7s;
	transition-timing-function:cubic-bezier(.4,0,.2,1);
}

.dtms-callout-content h2{
	margin:24px 0!important;
	padding:0!important;
	font-family:"Teko",'Arial Narrow',sans-serif!important;
	font-size:clamp(42px,4.4vw,70px)!important;
	line-height:.95!important;
	font-weight:700!important;
	text-transform:uppercase!important;
	text-align:left!important;
	color:#fff!important;
}

.dtms-bottom-content{
	max-width:350px;
	opacity:1;
	transition-property:opacity;
	transition-duration:.15s;
	transition-timing-function:cubic-bezier(.4,0,.2,1);
}

.dtms-bottom-content p{
	width:320px;
	max-width:100%;
	margin:0 0 16px!important;
	font-family:"Roboto Condensed",Arial,sans-serif!important;
	font-size:17px!important;
	line-height:1.5!important;
	font-weight:400!important;
	text-align:left!important;
	color:#fff!important;
}

.dtms-callout-card.is-in-view .dtms-callout-content{
	opacity:1;
}

/* ----------------------------------------------------------
   TWO-CARD CALLOUT GRID
   ---------------------------------------------------------- */

.dtms-callout-grid{
	position:relative;
	padding:24px;
	background-color:var(--dtms-warm-200);
	background-image:
		radial-gradient(circle at 10% 20%,rgba(0,0,0,.04) 0 1px,transparent 1.5px),
		radial-gradient(circle at 80% 60%,rgba(255,255,255,.32) 0 1px,transparent 1.5px);
	background-size:22px 22px,28px 28px;
	background-attachment:fixed;
}

.dtms-callout-grid ul{
	display:grid;
	grid-template-columns:1fr;
	align-items:stretch;
	gap:24px;
	list-style:none!important;
	margin:0!important;
	padding:0!important;
}

.dtms-callout-grid li{
	display:grid;
	width:100%;
	max-width:100%;
	height:100%;
	aspect-ratio:5/8;
	overflow:hidden;
}

.dtms-grid-card{
	position:relative;
	display:grid;
	width:100%;
	height:100%;
	overflow:hidden;
	background:#1d1d1d;
}

.dtms-grid-card>img{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
}

.dtms-grid-shade{
	position:absolute;
	inset:0;
	z-index:1;
	background:rgba(0,0,0,.55);
}

.dtms-grid-content{
	position:relative;
	z-index:10;
	display:flex;
	flex:1;
	flex-direction:column;
	justify-content:center;
	height:100%;
	padding:24px;
	color:#fff;
}

.dtms-grid-copy{
	max-width:100%;
}

.dtms-grid-card-right .dtms-grid-content{
	align-items:flex-end;
	text-align:right;
}

.dtms-grid-card-left .dtms-grid-content{
	align-items:flex-start;
	text-align:left;
}

.dtms-grid-eyebrow{
	width:100%;
	margin:0 0 8px!important;
	font-family:"Roboto Condensed",Arial,sans-serif!important;
	font-size:14px!important;
	line-height:1.2!important;
	font-weight:700!important;
	text-transform:uppercase!important;
	color:#fff!important;
}

.dtms-grid-card-right .dtms-grid-eyebrow,
.dtms-grid-card-right h2,
.dtms-grid-card-right .dtms-grid-description{
	text-align:right!important;
	margin-left:auto!important;
}

.dtms-grid-card-left .dtms-grid-eyebrow,
.dtms-grid-card-left h2,
.dtms-grid-card-left .dtms-grid-description{
	text-align:left!important;
	margin-right:auto!important;
}

.dtms-grid-card h2{
	margin:24px 0!important;
	padding:0!important;
	font-family:"Teko",'Arial Narrow',sans-serif!important;
	font-size:clamp(38px,3.3vw,54px)!important;
	line-height:.98!important;
	font-weight:700!important;
	text-transform:uppercase!important;
	color:#fff!important;
}

.dtms-grid-card-right .dtms-divider{
	margin-left:auto;
}

.dtms-grid-description{
	max-width:45ch;
	margin-top:0!important;
	margin-bottom:24px!important;
	font-family:"Roboto Condensed",Arial,sans-serif!important;
	font-size:17px!important;
	line-height:1.5!important;
	color:#fff!important;
}

.dtms-grid-button,
.dtms-grid-button:visited{
	display:inline-block;
	width:fit-content;
	padding:12px 40px;
	border:2px solid #fff;
	border-radius:4px;
	background:transparent;
	color:#fff!important;
	font-family:"Roboto Condensed",Arial,sans-serif!important;
	font-size:14px!important;
	line-height:1!important;
	font-weight:700!important;
	letter-spacing:.06em;
	text-decoration:none!important;
	text-transform:uppercase;
	transition:background-color .2s ease,color .2s ease,border-color .2s ease;
}

.dtms-grid-button:hover{
	background:#fff;
	border-color:#fff;
	color:#242424!important;
}

/* ----------------------------------------------------------
   RESPONSIVE BREAKPOINTS — source component mapping
   ---------------------------------------------------------- */

@media(min-width:768px){
	.dtms-intro,
	.dtms-slider-section{
		padding-left:48px;
		padding-right:48px;
	}

	.dtms-callout-content h2{
		padding-bottom:48px!important;
	}

	.dtms-bottom-content p{
		width:auto;
		max-width:350px;
	}

	.dtms-callout-grid{
		padding:48px;
	}

	.dtms-grid-copy{
		max-width:80%;
	}
}

@media(min-width:1024px){
	.dtms-callout-group{
		flex-direction:row;
	}

	.dtms-callout-card{
		width:33.33%;
		padding-left:.8vw;
		padding-right:.8vw;
		margin-bottom:0;
		flex-shrink:1;
	}

	.dtms-callout-card:hover{
		width:85vh;
		flex-shrink:0;
	}

	.dtms-callout-gradient{
		left:.8vw;
		right:.8vw;
		background-image:linear-gradient(0deg,rgba(0,0,0,.75) 50%,rgba(0,0,0,0) 95%);
	}

	.dtms-callout-content{
		margin-left:.8vw;
		margin-right:.8vw;
		padding-bottom:56px;
		opacity:1;
		transform:translateY(var(--dtms-hide-y,0px));
	}

	.dtms-callout-group:hover .dtms-callout-content{
		opacity:0;
	}

	.dtms-callout-group:hover .dtms-callout-card:hover .dtms-callout-content{
		opacity:1;
		transform:translateY(0)!important;
		transition-duration:.7s;
		transition-timing-function:cubic-bezier(.4,0,.2,1);
	}

	.dtms-callout-card:focus-visible .dtms-callout-content{
		opacity:1;
	}

	.dtms-callout-card:hover .dtms-bottom-content{
		opacity:1;
		transition-duration:.7s;
		transition-timing-function:cubic-bezier(.4,0,1,1);
	}

	.dtms-callout-grid ul{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}

	.dtms-callout-grid li{
		max-height:560px;
		width:100%;
	}

	.dtms-grid-content{
		padding:64px;
	}
}

@media(min-width:1440px){
	.dtms-callout-gradient{
		background-image:linear-gradient(0deg,rgba(0,0,0,.75) 35%,rgba(0,0,0,0) 85%);
	}

	.dtms-callout-content{
		padding:56px;
	}
}

@media(prefers-reduced-motion:reduce){
	.dtms-callout-card{
		transition:none!important;
	}

	.dtms-callout-card:hover{
		width:33.33%;
		flex-shrink:1;
	}

	.dtms-callout-content{
		transform:none!important;
		transition:none!important;
		opacity:1!important;
	}

	.dtms-bottom-content{
		transition:none!important;
	}
}

/* Dellco motion 1.1 visual-system refinement */
.dtms-root{font-family:"Roboto Condensed",Arial,sans-serif}
.dtms-intro{padding:68px 24px 30px}
.dtms-eyebrow{color:#f07810!important;letter-spacing:.16em!important;font-size:12px!important}
.dtms-intro h2{font-size:clamp(50px,4.4vw,68px)!important;line-height:.88!important;letter-spacing:-.01em!important;margin:18px 0 20px!important}
.dtms-intro-copy{font-size:18px!important;line-height:1.55!important;max-width:52ch}
.dtms-slider-section{padding:0 24px 64px}
.dtms-callout-card{border-radius:16px}
.dtms-callout-content h2{font-size:clamp(48px,4.4vw,68px)!important;line-height:.9!important;letter-spacing:-.01em!important}
.dtms-grid-card{border-radius:16px}
.dtms-callout-grid{padding:64px 48px}
.dtms-grid-card h2{font-size:clamp(42px,3.6vw,56px)!important;line-height:.92!important;letter-spacing:-.01em!important}
.dtms-grid-button,.dtms-grid-button:visited{min-height:48px;display:inline-flex;align-items:center;padding:0 28px;border-radius:7px;font-size:13px!important;letter-spacing:.08em}
@media(max-width:1023px){
 .dtms-intro{padding:58px 24px 26px}
 .dtms-slider-section{padding-bottom:54px}
 .dtms-callout-card{border-radius:14px}
 .dtms-callout-grid{padding:52px 32px}
}
@media(max-width:767px){
 .dtms-intro{padding:48px 18px 24px}
 .dtms-intro h2{font-size:44px!important}
 .dtms-intro-copy{font-size:16px!important}
 .dtms-slider-section{padding:0 15px 48px}
 .dtms-callout-card{border-radius:12px;margin-bottom:15px}
 .dtms-callout-grid{padding:44px 15px}
 .dtms-callout-grid ul{gap:15px}
 .dtms-grid-card{border-radius:12px}
}

@media(max-width:430px){
 .dtms-intro h2{font-size:36px!important;line-height:.94!important;max-width:340px;margin-left:auto!important;margin-right:auto!important}
}

/* --- sections.css --- */
/*
Dellco OKJ Homepage Sections
Exact reference dimensions are expressed as rendered px, not rem.
Reference root: html font-size 62.5%; desktop container 1400px;
breakpoints 1056px / 608px; section scale 80px desktop / 60px medium.
*/
@font-face{font-family:"Roboto Condensed";src:url("https://www.oklahomajoes.com/cdn/shop/files/RobotoCondensed-Regular.woff2?v=3505015043743742275") format("woff2"),url("https://www.oklahomajoes.com/cdn/shop/files/RobotoCondensed-Regular.woff?v=4152982209805653769") format("woff");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Teko";src:url("https://www.oklahomajoes.com/cdn/shop/files/Teko-Bold.woff2?v=4753684705349127440") format("woff2"),url("https://www.oklahomajoes.com/cdn/shop/files/Teko-Bold.woff?v=8740008089135574863") format("woff");font-weight:700;font-style:normal;font-display:swap}

.dokjs-home-sections{--dokjs-ink:#25282a;--dokjs-warm:#f7f6f1;--dokjs-olive:#111315;--dokjs-orange:#ee7e00;--dokjs-border:#d9d9d9;--dokjs-pad:25px;--dokjs-section:72px;width:100vw;max-width:100vw;margin:0 calc(50% - 50vw);color:var(--dokjs-ink);font-family:"Roboto Condensed",sans-serif;font-size:16px;line-height:1.5;overflow:hidden}
.dokjs-home-sections *,.dokjs-home-sections *:before,.dokjs-home-sections *:after{box-sizing:border-box}
.dokjs-home-sections img{display:block;width:100%;height:auto;margin:0}
.dokjs-section{width:100%;padding:var(--dokjs-section) 0}
.dokjs-warm{background:var(--dokjs-warm)}
.dokjs-white{background:#fff}
.dokjs-head{max-width:1400px;margin:0 auto 10px;padding:0 var(--dokjs-pad);text-align:center}
.dokjs-eyebrow,.dokjs-card-eyebrow{font-family:"Roboto Condensed",Arial,sans-serif;font-size:16px;font-weight:800;line-height:1.3;text-transform:uppercase;color:var(--dokjs-orange)}
.dokjs-head h2{margin:15px 0 0!important;padding:0!important;font-family:"Teko",sans-serif!important;font-size:48px!important;font-weight:700!important;line-height:.8!important;letter-spacing:0!important;text-transform:uppercase!important;color:var(--dokjs-ink)!important}
.dokjs-btn{display:inline-block;margin-top:30px;padding:12.5px 35.8px;border:1px solid var(--dokjs-olive);border-radius:6.4px;background:var(--dokjs-olive);color:#fff!important;font-family:"Roboto Condensed",sans-serif;font-size:17.92px;font-weight:700;line-height:1;text-align:center;text-decoration:none!important;text-transform:uppercase;transition:.2s ease-out}
.dokjs-btn:hover,.dokjs-btn:focus-visible{background:transparent;color:var(--dokjs-olive)!important}

.dokjs-carousel{position:relative;max-width:1450px;margin:0 auto;padding:0 25px;overflow:hidden}
.dokjs-track{display:flex;align-items:stretch;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}
.dokjs-track::-webkit-scrollbar{display:none}
.dokjs-slide{flex:0 0 auto;scroll-snap-align:start}
.dokjs-arrow{position:absolute;z-index:5;top:50%;width:40px;height:40px;padding:10px;border:1px solid rgba(0,0,0,.2);border-radius:50%;background:rgba(255,255,255,.7);color:#000;transform:translateY(-50%);cursor:pointer;backdrop-filter:blur(8px)}
.dokjs-arrow svg{display:block;width:100%;height:100%;fill:currentColor}
.dokjs-arrow--prev{left:4px}.dokjs-arrow--next{right:4px}
.dokjs-arrow:focus-visible,.dokjs-btn:focus-visible,.dokjs-link:focus-visible,.dokjs-product-cta:focus-visible{outline:2px solid var(--dokjs-orange);outline-offset:3px}

/* 1. Discover your inner pitmaster */
.dokjs-series-section{padding-top:80px;padding-bottom:80px}
.dokjs-carousel--series{max-width:1450px}
.dokjs-carousel--series .dokjs-track{gap:0}
.dokjs-carousel--series .dokjs-slide{width:33.333333%;border-right:1px solid var(--dokjs-border)}
.dokjs-series-card{text-align:center;padding:0 56px 56px;background:var(--dokjs-warm)}
.dokjs-series-image{height:360px;margin:0 auto 7px;display:flex;align-items:center;justify-content:center}
.dokjs-series-image img{max-height:100%;object-fit:contain}
.dokjs-series-image--80{width:80%}.dokjs-series-image--68{width:68%}
.dokjs-series-card h3{margin:15px 0 0!important;font-family:"Teko",sans-serif!important;font-size:40px!important;font-weight:700!important;line-height:.8!important;text-transform:uppercase!important;color:var(--dokjs-ink)!important}
.dokjs-series-card p{margin:15px 0 0!important;font-size:16px!important;line-height:1.5!important;color:var(--dokjs-ink)}
.dokjs-series-card .dokjs-btn{margin-top:30px}

/* 2. Grab the essentials */
.dokjs-essentials{padding-top:80px;padding-bottom:80px}
.dokjs-essential-grid{max-width:1400px;margin:40px auto 0;padding:0 25px;display:flex;justify-content:center;gap:20px}
.dokjs-essential-card{position:relative;display:flex;align-items:center;width:100%;max-width:360px;min-height:128px;padding:18px;border-radius:9.6px;background:#fff;color:var(--dokjs-ink)!important;text-decoration:none!important;overflow:hidden}
.dokjs-essential-image{width:46px;min-width:46px;height:80px;display:flex;align-items:center;justify-content:center;margin-right:18px}
.dokjs-essential-image img{max-width:46px;max-height:80px;object-fit:contain;transition:transform .5s ease-out}
.dokjs-essential-card:hover .dokjs-essential-image img{transform:scale(1.05)}
.dokjs-essential-copy{padding-right:52px;text-align:left}
.dokjs-essential-title{margin-top:6px;font-family:"Teko",sans-serif;font-size:32px;font-weight:700;line-height:.8;text-transform:uppercase}
.dokjs-round-chevron{position:absolute;right:18px;top:50%;transform:translateY(-50%);display:flex;width:40px;height:40px;padding:10px;border-radius:50%;background:var(--dokjs-olive);color:#fff;transition:.2s ease}
.dokjs-round-chevron svg{width:100%;height:100%;fill:currentColor}
.dokjs-essential-card:hover .dokjs-round-chevron{background:var(--dokjs-orange)}

/* 3. Why Oklahoma Joe's */
.dokjs-why{padding-top:56px;padding-bottom:56px}
.dokjs-why-grid{max-width:1400px;margin:56px auto 0;padding:0 25px;display:grid;grid-template-columns:repeat(4,1fr);gap:90px}
.dokjs-why-card{text-align:center}
.dokjs-why-card img{width:70px;height:58px;object-fit:contain;margin:0 auto 22px}
.dokjs-why-card h3{margin:0!important;font-family:"Roboto Condensed",Arial,sans-serif!important;font-size:24px!important;font-weight:800!important;line-height:1.3!important;text-transform:uppercase!important;color:var(--dokjs-ink)!important}
.dokjs-why-card p{margin:15px 0 0!important;font-size:18px!important;line-height:1.5!important}

/* 4. Best Sellers - live WooCommerce data */
.dokjs-bestsellers{padding-top:48px;padding-bottom:48px}
.dokjs-bestsellers .dokjs-head{margin-bottom:48px}
.dokjs-carousel--products .dokjs-track{gap:20px}
.dokjs-carousel--products .dokjs-slide{width:calc((100% - 40px)/3)}
.dokjs-product-card{display:flex;flex-direction:column;min-width:0;padding:15px;border-radius:9.6px;background:var(--dokjs-warm);text-align:left}
.dokjs-product-image{position:relative;display:block;aspect-ratio:1/1;border-radius:9.6px;overflow:hidden;background:var(--dokjs-warm)}
.dokjs-product-image img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:contain;transition:.5s ease-out}
.dokjs-hover-image{opacity:0}
.dokjs-product-card:hover .dokjs-hover-image{opacity:1;transform:scale(1.05)}
.dokjs-sale-badge{position:absolute;z-index:2;top:8px;right:8px;padding:4px 7px 3px;border-radius:6.4px;background:var(--dokjs-orange);color:#202020;font-size:13.92px;line-height:1}
.dokjs-product-info{display:flex;flex-direction:column;flex:1;padding-top:15px}
.dokjs-product-title{display:block;margin:0 0 8px;color:var(--dokjs-ink)!important;font-family:"Teko",sans-serif;font-size:24px;font-weight:700;line-height:1;text-decoration:none!important;text-transform:uppercase}
.dokjs-rating{margin-bottom:10px}
.dokjs-rating .star-rating{float:none;font-size:16px}
.dokjs-price{margin-top:auto;margin-bottom:14px;color:#666;font-family:"Teko",sans-serif;font-size:24px;font-weight:700;line-height:1.2}
.dokjs-price del{opacity:.6}.dokjs-price ins{text-decoration:none}
.dokjs-product-cta{display:block;width:100%;padding:10px 18px;border:1px solid var(--dokjs-olive);border-radius:6.4px;background:var(--dokjs-olive);color:#fff!important;font-weight:700;line-height:1;text-align:center;text-decoration:none!important;text-transform:uppercase}
.dokjs-product-cta:hover{background:transparent;color:var(--dokjs-olive)!important}

/* 5. Shop by collection */
.dokjs-collections{padding-top:40px;padding-bottom:80px}
.dokjs-collections .dokjs-head{margin-bottom:40px}
.dokjs-carousel--collections .dokjs-track{gap:20px}
.dokjs-carousel--collections .dokjs-slide{width:calc((100% - 60px)/4)}
.dokjs-collection-card{display:flex;flex-direction:column;min-width:0;border-radius:9.6px;background:var(--dokjs-warm);overflow:hidden;text-align:center}
.dokjs-collection-image{display:block;padding:16px;background:var(--dokjs-warm)}
.dokjs-collection-image img{aspect-ratio:1/1;object-fit:cover;border-radius:9.6px;transition:transform .5s ease-out}
.dokjs-collection-card:hover .dokjs-collection-image img{transform:scale(1.05)}
.dokjs-collection-info{display:flex;flex-direction:column;flex:1;padding:16px 16px 25px}
.dokjs-collection-info h3{min-height:55px;margin:0!important;font-family:"Roboto Condensed",Arial,sans-serif!important;font-size:24px!important;font-weight:800!important;line-height:1.3!important;text-transform:uppercase!important;color:var(--dokjs-ink)!important}
.dokjs-collection-info p{margin:15px 0 0!important;font-size:18px!important;line-height:1.5!important}
.dokjs-link{display:inline-flex;align-items:center;justify-content:center;margin-top:auto;padding-top:22px;color:var(--dokjs-ink)!important;font-weight:700;text-decoration:none!important}
.dokjs-link svg{width:24px;height:24px;margin-left:4px;padding:6px;border-radius:50%;background:var(--dokjs-orange);fill:#fff;transition:transform .2s ease-out}
.dokjs-link:hover svg{transform:translateX(3px)}

@media(max-width:1056px){
	.dokjs-home-sections{--dokjs-pad:20px;--dokjs-section:60px}
	.dokjs-head h2{font-size:40.8px!important}
	.dokjs-carousel{padding-left:20px;padding-right:20px}
	.dokjs-arrow{display:none}
	.dokjs-carousel--series .dokjs-track{gap:0}
	.dokjs-carousel--series .dokjs-slide{width:50%}
	.dokjs-series-card{padding-left:40px;padding-right:40px}
	.dokjs-series-image{height:320px}
	.dokjs-series-card h3{font-size:34px!important}
	.dokjs-essential-grid{padding-left:20px;padding-right:20px}
	.dokjs-why-grid{padding-left:20px;padding-right:20px;grid-template-columns:repeat(2,1fr);gap:40px 20px}
	.dokjs-carousel--products .dokjs-slide{width:calc((100% - 20px)/2.4)}
	.dokjs-carousel--collections .dokjs-slide{width:calc((100% - 20px)/2.4)}
	.dokjs-product-title,.dokjs-price{font-size:20.4px}
}

@media(max-width:608px){
	.dokjs-home-sections{--dokjs-pad:15px;font-size:14px}
	.dokjs-section{padding-top:60px;padding-bottom:60px}
	.dokjs-head{padding-left:15px;padding-right:15px}
	.dokjs-head h2{font-size:40px!important}
	.dokjs-eyebrow,.dokjs-card-eyebrow{font-size:14px}
	.dokjs-carousel{padding-left:15px;padding-right:15px}
	.dokjs-carousel--series .dokjs-slide{width:55.555556%}
	.dokjs-series-card{padding-left:20px;padding-right:20px;padding-bottom:40px}
	.dokjs-series-image{height:260px}
	.dokjs-series-image--80{width:93%}.dokjs-series-image--68{width:80%}
	.dokjs-series-card h3{font-size:32px!important}
	.dokjs-series-card p{font-size:14px!important}
	.dokjs-btn{font-size:15.68px}
	.dokjs-essential-grid{padding-left:15px;padding-right:15px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}
	.dokjs-essential-card{display:block;min-height:0;padding:15px;text-align:center}
	.dokjs-essential-image{width:100%;height:90px;margin:0 auto 12px}
	.dokjs-essential-copy{padding:0;text-align:center}
	.dokjs-essential-title{font-size:28px}
	.dokjs-round-chevron{display:none}
	.dokjs-why-grid{padding-left:15px;padding-right:15px;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 15px}
	.dokjs-why-card img{width:60px;height:50px;margin-bottom:15px}
	.dokjs-why-card h3{font-size:20px!important}
	.dokjs-why-card p{font-size:16px!important}
	.dokjs-carousel--products .dokjs-track{gap:7.5px}
	.dokjs-carousel--products .dokjs-slide{width:calc((100% - 7.5px)/1.4)}
	.dokjs-product-title,.dokjs-price{font-size:20px}
	.dokjs-carousel--collections .dokjs-track{gap:15px}
	.dokjs-carousel--collections .dokjs-slide{width:calc((100% - 15px)/1.4)}
	.dokjs-collection-info h3{font-size:20px!important;min-height:48px}
	.dokjs-collection-info p{font-size:16px!important}
}

@media(prefers-reduced-motion:reduce){
	.dokjs-home-sections *{scroll-behavior:auto!important;transition-duration:1ms!important}
}

/* ==========================================================
   Dellco 1.1 unified homepage system
   Extends the existing lower-homepage architecture in place.
   ========================================================== */
.dokjs-home-sections{--dokjs-shell:1380px;--dokjs-soft:#f5f3ef;--dokjs-dark:#090b0d;--dokjs-copy:#5d646a;--dokjs-line:#dedbd4;font-family:"Roboto Condensed",Arial,sans-serif;color:#111315}
.dokjs-home-sections svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.dokjs-head{max-width:var(--dokjs-shell);margin-bottom:34px}
.dokjs-eyebrow,.dokjs-card-eyebrow{font-family:"Roboto Condensed",Arial,sans-serif;font-size:12px;font-weight:700;letter-spacing:.16em;color:var(--dokjs-orange)}
.dokjs-head h2{margin-top:11px!important;font-family:"Teko",'Arial Narrow',sans-serif!important;font-size:clamp(44px,4.2vw,62px)!important;line-height:.88!important;letter-spacing:-.01em!important}
.dokjs-btn{min-height:48px;display:inline-flex;align-items:center;justify-content:center;padding:0 26px;border-color:#111315;border-radius:7px;background:#111315;font-size:14px;letter-spacing:.05em}
.dokjs-btn:hover,.dokjs-btn:focus-visible{border-color:var(--dokjs-orange);background:var(--dokjs-orange);color:#111315!important}
.dokjs-arrow{width:44px;height:44px;border:1px solid rgba(17,19,21,.14);background:rgba(255,255,255,.9);box-shadow:0 10px 28px rgba(0,0,0,.08);transition:transform .18s ease,background .18s ease}
.dokjs-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.04)}

/* Discover Your Inner Pitmaster */
.dokjs-series-section{padding-top:72px;padding-bottom:72px}
.dokjs-carousel--series{max-width:var(--dokjs-shell)}
.dokjs-carousel--series .dokjs-track{gap:16px}
.dokjs-carousel--series .dokjs-slide{width:calc((100% - 32px)/3);border:1px solid #e2ded7;border-radius:16px;background:#fff;overflow:hidden}
.dokjs-series-card{padding:0 26px 30px;text-align:left}
.dokjs-series-image{width:100%!important;height:320px;margin:0 auto 10px;background:linear-gradient(180deg,#f3f0ea 0%,#fbfaf7 100%);border-radius:0 0 14px 14px}
.dokjs-series-image img{width:92%;max-height:92%;margin:auto;object-fit:contain;transition:transform .35s ease}
.dokjs-series-card:hover .dokjs-series-image img{transform:scale(1.035)}
.dokjs-series-card h3{font-family:"Teko",'Arial Narrow',sans-serif!important;font-size:38px!important;line-height:.9!important;color:#111315!important}
.dokjs-series-card p{min-height:48px;color:#62696e;font-size:15px!important;line-height:1.45!important}
.dokjs-series-card .dokjs-btn{margin-top:22px}

/* Grab the Essentials */
.dokjs-essentials{padding-top:64px;padding-bottom:72px}
.dokjs-essential-grid{max-width:var(--dokjs-shell);margin-top:28px;gap:18px}
.dokjs-essential-card{max-width:none;min-height:210px;padding:24px 30px;border:1px solid #e1ddd5;border-radius:16px;background:#fff;box-shadow:0 14px 34px rgba(20,23,25,.045)}
.dokjs-essential-image{width:150px;min-width:150px;height:160px;margin-right:26px}
.dokjs-essential-image img{max-width:140px;max-height:150px}
.dokjs-essential-copy{padding-right:58px}
.dokjs-essential-title{font-family:"Teko",'Arial Narrow',sans-serif;font-size:42px;line-height:.9}
.dokjs-round-chevron{width:42px;height:42px;background:#111315}
.dokjs-round-chevron svg{stroke:#fff;fill:none}

/* Crafted for Real BBQ */
.dokjs-why{padding-top:68px;padding-bottom:70px}
.dokjs-why-grid{max-width:var(--dokjs-shell);margin-top:40px;padding:0 25px;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #e2ded7;border-bottom:1px solid #e2ded7}
.dokjs-why-card{padding:30px 28px 34px;text-align:left}
.dokjs-why-card+.dokjs-why-card{border-left:1px solid #e2ded7}
.dokjs-why-icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:24px;border:1px solid rgba(240,120,16,.36);border-radius:50%;color:var(--dokjs-orange);background:#fff8f1}
.dokjs-why-icon svg{width:21px;height:21px}
.dokjs-why-card h3{font-family:"Roboto Condensed",Arial,sans-serif!important;font-size:17px!important;line-height:1.2!important;font-weight:700!important;letter-spacing:.015em!important;text-transform:uppercase!important}
.dokjs-why-card p{margin-top:10px!important;color:#697076;font-size:14px!important;line-height:1.5!important}

/* Live product carousel */
.dokjs-bestsellers{padding-top:68px;padding-bottom:72px}
.dokjs-bestsellers .dokjs-head{margin-bottom:34px}
.dokjs-carousel--products{max-width:var(--dokjs-shell)}
.dokjs-carousel--products .dokjs-track{gap:18px}
.dokjs-carousel--products .dokjs-slide{width:calc((100% - 36px)/3)}
.dokjs-product-card{padding:12px;border:1px solid #e2ded7;border-radius:16px;background:#fff;box-shadow:0 12px 30px rgba(20,23,25,.035)}
.dokjs-product-image{aspect-ratio:4/3;border-radius:12px;background:#f6f4ef}
.dokjs-product-image img{object-fit:contain;padding:10px}
.dokjs-product-info{padding:17px 8px 6px}
.dokjs-product-title{min-height:48px;margin-bottom:10px;font-family:"Roboto Condensed",Arial,sans-serif;font-size:17px;font-weight:700;line-height:1.35;text-transform:none}
.dokjs-price{margin-bottom:16px;color:#111315;font-family:"Roboto Condensed",Arial,sans-serif;font-size:20px;font-weight:700}
.dokjs-product-cta{min-height:46px;display:flex;align-items:center;justify-content:center;border-color:#111315;border-radius:7px;background:#111315;font-size:13px;letter-spacing:.04em}
.dokjs-product-cta:hover{border-color:var(--dokjs-orange);background:var(--dokjs-orange);color:#111315!important}

/* Collection carousel */
.dokjs-collections{padding-top:56px;padding-bottom:76px}
.dokjs-collections .dokjs-head{margin-bottom:34px}
.dokjs-carousel--collections{max-width:var(--dokjs-shell)}
.dokjs-collection-card{border:1px solid #e2ded7;border-radius:16px;background:#fff;text-align:left;display:flex;flex-direction:column}
.dokjs-collection-image{padding:12px;background:#fff}
.dokjs-collection-image img{aspect-ratio:4/3;border-radius:12px;object-fit:cover;transition:transform .4s ease}
.dokjs-collection-card:hover .dokjs-collection-image img{transform:scale(1.04)}
.dokjs-collection-info{padding:16px 20px 24px;display:flex;flex-direction:column;flex:1}
.dokjs-collection-info h3{margin:0 0 10px!important;font-family:"Teko",'Arial Narrow',sans-serif!important;font-size:32px!important;line-height:.9!important;text-transform:uppercase!important;color:#111315!important}
.dokjs-collection-info p{min-height:60px;margin:0 0 20px!important;color:#666d72;font-size:14px!important;line-height:1.5!important}
.dokjs-collection-card .dokjs-link{display:inline-flex;align-items:center;justify-content:space-between;width:100%;margin-top:auto;padding:12px 18px;border-radius:8px;background:#111315;color:#ffffff!important;font-family:"Roboto Condensed",sans-serif;font-size:14px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;text-decoration:none!important;transition:all .25s ease;box-shadow:0 2px 5px rgba(0,0,0,0.08)}
.dokjs-collection-card .dokjs-link:hover{background:var(--dokjs-orange);color:#ffffff!important;transform:translateY(-2px);box-shadow:0 6px 16px rgba(240,120,16,0.3)}
.dokjs-collection-card .dokjs-link svg{width:16px;height:16px;background:transparent;fill:#ffffff;stroke:none;transition:transform .25s ease}
.dokjs-collection-card .dokjs-link:hover svg{transform:translateX(5px)}

/* ----------------------------------------------------------
   About/Contact-derived Dellco merchandising components
   ---------------------------------------------------------- */
.dokjs-dellco, .dokjs-velshly{width:100%;font-family:"Roboto Condensed",Arial,sans-serif}
.dokjs-dellco, .dokjs-velshly *{box-sizing:border-box}
.dokjs-dellco, .dokjs-velshly-shell{width:min(calc(100% - 72px),var(--dokjs-shell));margin-inline:auto}
.dokjs-dellco, .dokjs-velshly-kicker{margin:0 0 14px!important;color:var(--dokjs-orange)!important;font-size:11px!important;font-weight:700!important;line-height:1!important;letter-spacing:.18em!important;text-transform:uppercase!important}
.dokjs-dellco, .dokjs-velshly-kicker--light{color:#ff8c29!important}
.dokjs-dellco, .dokjs-velshly h2{margin:0!important;font-family:"Teko",'Arial Narrow',sans-serif!important;font-size:clamp(46px,4.4vw,64px)!important;line-height:.88!important;font-weight:700!important;letter-spacing:-.01em!important;text-transform:uppercase!important}
.dokjs-dellco, .dokjs-velshly p{font-size:16px;line-height:1.58}
.dokjs-dellco, .dokjs-velshly svg{width:20px;height:20px}
.dokjs-dellco, .dokjs-velshly-head{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(280px,.72fr);gap:70px;align-items:end;margin-bottom:36px}
.dokjs-dellco, .dokjs-velshly-head>p{margin:0!important;color:#697076;max-width:460px}
.dokjs-dellco, .dokjs-velshly-btn{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:50px;padding:0 22px;border:1px solid var(--dokjs-orange);border-radius:7px;background:var(--dokjs-orange);color:#0b0d0f!important;font-size:13px;font-weight:700;letter-spacing:.045em;text-decoration:none!important;text-transform:uppercase;transition:background .18s ease,transform .18s ease}
.dokjs-dellco, .dokjs-velshly-btn svg{transition:transform .18s ease}
.dokjs-dellco, .dokjs-velshly-btn:hover{background:#db6908;transform:translateY(-1px)}
.dokjs-dellco, .dokjs-velshly-btn:hover svg{transform:translateX(3px)}
.dokjs-dellco, .dokjs-velshly-btn--glass{border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.09);color:#fff!important;backdrop-filter:blur(7px)}
.dokjs-dellco, .dokjs-velshly-btn--glass:hover{background:rgba(255,255,255,.17)}

/* Product Worlds */
.dokjs-worlds-section{padding:86px 0;background:#f5f3ef}
.dokjs-world-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-template-rows:340px 340px;gap:16px}
.dokjs-world{position:relative;isolation:isolate;overflow:hidden;border-radius:16px;background:#16191b;color:#fff!important;text-decoration:none!important}
.dokjs-world img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1)}
.dokjs-world--storage{grid-row:1/span 2}
.dokjs-world--grills{grid-column:1/-1;height:330px;grid-row:auto}
.dokjs-world--grills img{object-fit:contain;background:#111315}
.dokjs-world-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,7,8,.82) 0%,rgba(5,7,8,.14) 68%)}
.dokjs-world-copy{position:absolute;left:24px;right:24px;bottom:22px}
.dokjs-world-copy small{display:block;margin-bottom:6px;color:#ff943d;font-size:10px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}
.dokjs-world-copy strong{display:block;font-family:"Teko",'Arial Narrow',sans-serif;font-size:clamp(30px,3vw,44px);line-height:.9;text-transform:uppercase}
.dokjs-world-copy>span{display:inline-flex;align-items:center;gap:7px;margin-top:10px;color:rgba(255,255,255,.84);font-size:12px;font-weight:700}
.dokjs-world-copy svg{width:15px;height:15px;transition:transform .18s ease}
.dokjs-world:hover img{transform:scale(1.035)}
.dokjs-world:hover .dokjs-world-copy svg{transform:translateX(3px)}
.dokjs-access-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px}
.dokjs-access-card{position:relative;isolation:isolate;min-height:190px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px;padding:20px;border-radius:14px;overflow:hidden;color:#fff!important;text-decoration:none!important;background:#111315}
.dokjs-access-card img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.dokjs-access-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(0deg,rgba(5,7,8,.82),rgba(5,7,8,.15))}
.dokjs-access-card strong{font-family:"Teko",'Arial Narrow',sans-serif;font-size:30px;line-height:.9;text-transform:uppercase}
.dokjs-access-card>span:last-child{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(255,255,255,.5);border-radius:50%;flex:0 0 38px}
.dokjs-access-card:hover img{transform:scale(1.035)}
.dokjs-access-card:hover>span:last-child svg{transform:translateX(2px)}

/* Video */
.dokjs-video-section{padding:92px 0;background:#080a0b;color:#fff}
.dokjs-video-grid{display:grid;grid-template-columns:minmax(320px,.72fr) minmax(0,1.28fr);gap:64px;align-items:center}
.dokjs-video-copy h2{color:#fff!important}
.dokjs-video-copy p:last-child{margin:22px 0 0!important;color:#aab0b4}
.dokjs-video-frame{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:16px;background:#16191b;box-shadow:0 30px 80px rgba(0,0,0,.36)}
.dokjs-video-frame video{width:100%;height:100%;object-fit:cover;background:#151718}
.dokjs-video-label{position:absolute;left:18px;bottom:16px;padding:7px 10px;border-radius:999px;background:rgba(6,8,9,.65);color:#fff;font-size:10px;letter-spacing:.12em;text-transform:uppercase;backdrop-filter:blur(5px)}

/* Product Support */
.dokjs-product-support-section{padding:92px 0;background:#101315;color:#fff}
.dokjs-product-support-grid{display:grid;grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr);gap:72px;align-items:center}
.dokjs-product-support-copy h2{color:#fff!important}
.dokjs-product-support-copy>p:not(.dokjs-dellco, .dokjs-velshly-kicker){margin:22px 0 28px!important;color:#aab0b4;max-width:560px}
.dokjs-product-support-media{position:relative;min-height:520px}
.dokjs-product-support-media figure{margin:0;overflow:hidden;border-radius:16px;background:#1a1d1f}
.dokjs-product-support-large{position:absolute;inset:0 112px 44px 0}
.dokjs-product-support-small{position:absolute;right:0;bottom:0;width:40%;height:42%;border:7px solid #101315}
.dokjs-product-support-media img{width:100%;height:100%;object-fit:cover}
.dokjs-product-support-small img{object-fit:contain;background:#f4f1eb}

/* Helpful Resources */
.dokjs-resources-section{padding:86px 0;background:#fff}
.dokjs-resources-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(340px,1.05fr);gap:66px;align-items:stretch}
.dokjs-resources-media{min-height:550px;overflow:hidden;border-radius:16px}
.dokjs-resources-media img{width:100%;height:100%;object-fit:cover}
.dokjs-resources-copy{display:flex;flex-direction:column;justify-content:center}
.dokjs-resource-list{margin-top:30px;border-top:1px solid #dedbd4}
.dokjs-resource-list a{display:grid;grid-template-columns:42px 1fr 24px;align-items:center;gap:14px;padding:18px 2px;border-bottom:1px solid #dedbd4;color:#111315!important;text-decoration:none!important}
.dokjs-resource-icon{display:grid;place-items:center;width:38px;height:38px;border:1px solid rgba(240,120,16,.3);border-radius:50%;color:var(--dokjs-orange);background:#fff7f0}
.dokjs-resource-icon svg{width:18px;height:18px}
.dokjs-resource-list strong{font-size:16px;font-weight:700}
.dokjs-resource-arrow{color:#111315}
.dokjs-resource-list a:hover{color:var(--dokjs-orange)!important}
.dokjs-resource-list a:hover .dokjs-resource-arrow svg{transform:translateX(3px)}

/* Still Need Help */
.dokjs-help-section{padding:0;background:#080a0b;color:#fff}
.dokjs-help-grid{width:100%;max-width:none;display:grid;grid-template-columns:1.08fr .92fr;min-height:520px}
.dokjs-help-media{overflow:hidden}
.dokjs-help-media img{width:100%;height:100%;object-fit:cover;object-position:52% center}
.dokjs-help-copy{display:flex;flex-direction:column;justify-content:center;padding:64px clamp(36px,5vw,80px)}
.dokjs-help-copy h2{color:#fff!important;max-width:560px}
.dokjs-help-links{display:grid;gap:10px;margin-top:26px}
.dokjs-help-links a{display:flex;align-items:center;gap:12px;color:#fff!important;font-size:17px;font-weight:700;text-decoration:none!important}
.dokjs-help-links svg{color:var(--dokjs-orange);width:20px;height:20px}
.dokjs-help-links a:hover{color:var(--dokjs-orange)!important}
.dokjs-help-address{display:flex;gap:14px;margin-top:30px;padding-top:26px;border-top:1px solid rgba(255,255,255,.12)}
.dokjs-help-address>span{color:var(--dokjs-orange);margin-top:2px}
.dokjs-help-address strong{display:block;font-size:15px;text-transform:uppercase;letter-spacing:.06em}
.dokjs-help-address p{margin:8px 0 10px!important;color:#aeb3b7;font-size:14px;line-height:1.5}
.dokjs-help-address a{color:#fff!important;font-size:13px;font-weight:700;text-decoration:none!important;border-bottom:1px solid rgba(255,255,255,.3);padding-bottom:3px}

/* Final campaign CTA */
.dokjs-ready-section{position:relative;isolation:isolate;min-height:470px;display:flex;align-items:center;background-image:url("https://outdoorkitchensystems.com/cdn/shop/files/imgi_123_Z_U7yndAxsiBwcwq_SL-SeriesBrickBkyd-WEB--1.jpg?v=1776345060&width=1600");background-size:cover;background-position:54% 58%;color:#fff}
.dokjs-ready-shade{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(6,8,9,.9) 0%,rgba(6,8,9,.63) 52%,rgba(6,8,9,.18) 100%)}
.dokjs-ready-inner{padding-top:72px;padding-bottom:72px}
.dokjs-ready-inner>div{max-width:700px}
.dokjs-ready-section h2{color:#fff!important}
.dokjs-ready-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}

/* reveal motion only for newly appended sections */
.dokjs-dellco, .dokjs-velshly[data-dokjs-reveal]{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}
.dokjs-dellco, .dokjs-velshly[data-dokjs-reveal].is-visible{opacity:1;transform:none}

@media(max-width:1056px){
 .dokjs-home-sections{--dokjs-section:60px}
 .dokjs-carousel--series .dokjs-slide{width:calc((100% - 16px)/2)}
 .dokjs-series-image{height:290px}
 .dokjs-essential-card{min-height:190px;padding:22px}
 .dokjs-essential-image{width:120px;min-width:120px;height:135px}
 .dokjs-essential-image img{max-width:115px;max-height:130px}
 .dokjs-why-grid{grid-template-columns:repeat(2,1fr);gap:0}
 .dokjs-why-card:nth-child(3){border-left:0;border-top:1px solid #e2ded7}
 .dokjs-why-card:nth-child(4){border-top:1px solid #e2ded7}
 .dokjs-carousel--products .dokjs-slide{width:calc((100% - 18px)/2.35)}
 .dokjs-carousel--collections .dokjs-slide{width:calc((100% - 18px)/2.35)}
 .dokjs-dellco, .dokjs-velshly-shell{width:min(calc(100% - 52px),var(--dokjs-shell))}
 .dokjs-dellco, .dokjs-velshly-head{gap:42px}
 .dokjs-world-grid{grid-template-rows:300px 300px}
 .dokjs-world--grills{height:290px}
 .dokjs-video-grid{gap:40px}
 .dokjs-product-support-grid{gap:44px}
 .dokjs-product-support-media{min-height:460px}
 .dokjs-resources-grid{gap:44px}
 .dokjs-resources-media{min-height:480px}
 .dokjs-help-grid{min-height:470px}
}

@media(max-width:820px){
 .dokjs-home-sections{--dokjs-pad:20px}
 .dokjs-head h2{font-size:48px!important}
 .dokjs-series-card{padding-left:22px;padding-right:22px}
 .dokjs-essential-grid{gap:14px}
 .dokjs-essential-card{min-height:170px;padding:18px}
 .dokjs-essential-image{width:95px;min-width:95px;height:115px;margin-right:16px}
 .dokjs-essential-image img{max-width:90px;max-height:110px}
 .dokjs-essential-title{font-size:34px}
 .dokjs-why-card{padding:26px 24px}
 .dokjs-carousel--products .dokjs-slide,.dokjs-carousel--collections .dokjs-slide{width:calc((100% - 16px)/2.05)}
 .dokjs-dellco, .dokjs-velshly-shell{width:min(calc(100% - 40px),var(--dokjs-shell))}
 .dokjs-dellco, .dokjs-velshly-head{grid-template-columns:1fr;gap:16px;margin-bottom:28px}
 .dokjs-dellco, .dokjs-velshly-head>p{max-width:620px}
 .dokjs-worlds-section{padding:68px 0}
 .dokjs-world-grid{grid-template-columns:1fr 1fr;grid-template-rows:300px 260px}
 .dokjs-world--storage{grid-row:auto}
 .dokjs-world--grills{grid-column:1/-1;height:280px}
 .dokjs-access-card{min-height:165px}
 .dokjs-access-card strong{font-size:26px}
 .dokjs-video-section{padding:72px 0}
 .dokjs-video-grid{grid-template-columns:1fr;gap:30px}
 .dokjs-video-copy{max-width:650px}
 .dokjs-product-support-section{padding:72px 0}
 .dokjs-product-support-grid{grid-template-columns:.85fr 1.15fr;gap:30px}
 .dokjs-product-support-media{min-height:390px}
 .dokjs-product-support-large{inset:0 82px 38px 0}
 .dokjs-resources-section{padding:68px 0}
 .dokjs-resources-grid{grid-template-columns:.88fr 1.12fr;gap:30px}
 .dokjs-resources-media{min-height:430px}
 .dokjs-help-grid{grid-template-columns:.9fr 1.1fr;min-height:430px}
 .dokjs-help-copy{padding:44px 28px}
 .dokjs-ready-section{min-height:430px}
}

@media(max-width:608px){
 .dokjs-home-sections{--dokjs-pad:15px}
 .dokjs-section{padding-top:48px;padding-bottom:48px}
 .dokjs-head{margin-bottom:26px}
 .dokjs-head h2{font-size:42px!important}
 .dokjs-carousel--series .dokjs-track{gap:12px}
 .dokjs-carousel--series .dokjs-slide{width:82%}
 .dokjs-series-card{padding:0 18px 24px}
 .dokjs-series-image{height:245px}
 .dokjs-series-card h3{font-size:34px!important}
 .dokjs-series-card p{min-height:0;font-size:14px!important}
 .dokjs-series-card .dokjs-btn{margin-top:18px}
 .dokjs-essential-grid{margin-top:22px;grid-template-columns:1fr 1fr;gap:10px}
 .dokjs-essential-card{display:flex;flex-direction:column;justify-content:flex-end;min-height:210px;padding:14px;text-align:left}
 .dokjs-essential-image{width:100%;height:120px;margin:0 0 8px}
 .dokjs-essential-image img{max-width:110px;max-height:116px}
 .dokjs-essential-copy{padding:0;text-align:left}
 .dokjs-essential-title{font-size:22px;line-height:.94;letter-spacing:-.02em;white-space:nowrap;overflow-wrap:normal;word-break:normal}
 .dokjs-essential-card .dokjs-card-eyebrow{font-size:10px}
 .dokjs-why-grid{padding-left:15px;padding-right:15px;grid-template-columns:1fr}
 .dokjs-why-card{display:grid;grid-template-columns:42px 1fr;column-gap:12px;padding:18px 0;text-align:left}
 .dokjs-why-card+.dokjs-why-card{border-left:0;border-top:1px solid #e2ded7}
 .dokjs-why-icon{grid-row:1/span 2;width:38px;height:38px;margin:0}
 .dokjs-why-card h3{font-size:15px!important}
 .dokjs-why-card p{margin-top:5px!important;font-size:13px!important}
 .dokjs-carousel--products .dokjs-slide{width:82%}
 .dokjs-product-card{padding:10px}
 .dokjs-product-title{font-size:16px}
 .dokjs-product-image{aspect-ratio:1/1}
 .dokjs-carousel--collections .dokjs-slide{width:82%}
 .dokjs-collection-info h3{font-size:30px!important}
 .dokjs-collection-info p{min-height:0;font-size:14px!important}
 .dokjs-dellco, .dokjs-velshly-shell{width:calc(100% - 28px)}
 .dokjs-dellco, .dokjs-velshly h2{font-size:42px!important}
 .dokjs-dellco, .dokjs-velshly p{font-size:14px}
 .dokjs-worlds-section{padding:54px 0}
 .dokjs-world-grid{grid-template-columns:1fr;grid-template-rows:none;gap:10px}
 .dokjs-world,.dokjs-world--grills{grid-column:auto;grid-row:auto;height:250px;border-radius:12px}
 .dokjs-world--grills img{object-fit:contain}
 .dokjs-world-copy{left:18px;right:18px;bottom:17px}
 .dokjs-world-copy strong{font-size:34px}
 .dokjs-access-grid{grid-template-columns:1fr;gap:10px;margin-top:10px}
 .dokjs-access-card{min-height:130px;border-radius:12px;padding:16px}
 .dokjs-access-card strong{font-size:28px}
 .dokjs-video-section{padding:54px 0}
 .dokjs-video-grid{gap:24px}
 .dokjs-video-frame{border-radius:12px;aspect-ratio:4/3}
 .dokjs-product-support-section{padding:54px 0}
 .dokjs-product-support-grid{display:flex;flex-direction:column;gap:26px}
 .dokjs-product-support-media{order:-1;width:100%;min-height:310px}
 .dokjs-product-support-large{inset:0 66px 28px 0}
 .dokjs-product-support-small{width:39%;height:40%;border-width:5px}
 .dokjs-resources-section{padding:54px 0}
 .dokjs-resources-grid{grid-template-columns:1fr;gap:24px}
 .dokjs-resources-media{min-height:260px;border-radius:12px}
 .dokjs-resource-list{margin-top:22px}
 .dokjs-resource-list a{grid-template-columns:36px 1fr 20px;gap:10px;padding:14px 0}
 .dokjs-resource-icon{width:34px;height:34px}
 .dokjs-resource-list strong{font-size:14px}
 .dokjs-help-grid{display:flex;flex-direction:column;min-height:0}
 .dokjs-help-media{height:280px}
 .dokjs-help-copy{padding:36px 20px 42px}
 .dokjs-help-links a{font-size:15px;overflow-wrap:anywhere}
 .dokjs-help-address{margin-top:24px;padding-top:22px}
 .dokjs-ready-section{min-height:390px;background-position:60% center}
 .dokjs-ready-shade{background:linear-gradient(90deg,rgba(6,8,9,.9),rgba(6,8,9,.58))}
 .dokjs-ready-inner{padding-top:58px;padding-bottom:58px}
 .dokjs-ready-actions{gap:8px}
 .dokjs-dellco, .dokjs-velshly-btn{min-height:46px;padding:0 16px;font-size:12px}
}

@media(max-width:390px){
 .dokjs-essential-title{font-size:21px}
 .dokjs-head h2,.dokjs-dellco, .dokjs-velshly h2{font-size:39px!important}
 .dokjs-essential-card{min-height:196px}
 .dokjs-essential-image{height:108px}
 .dokjs-world,.dokjs-world--grills{height:235px}
 .dokjs-product-support-media{min-height:285px}
 .dokjs-help-media{height:255px}
 .dokjs-ready-section{min-height:370px}
}

@media(prefers-reduced-motion:reduce){
 .dokjs-dellco, .dokjs-velshly[data-dokjs-reveal]{opacity:1!important;transform:none!important;transition:none!important}
}

/* --- footer.css --- */
/* Dellco Premium Footer v3.1.0 — premium density refinement */
:root{
  --dpf-black:#000;
  --dpf-white:#fff;
  --dpf-link:#c7c7c5;
  --dpf-muted:#979797;
  --dpf-border:#272727;
  --dpf-field:#353535;
  --dpf-orange:#f07810;
  --dpf-max:1520px;
}
body.dpf-footer-active > footer:not(.dpf-footer),
body.dpf-footer-active #colophon:not(.dpf-footer),
body.dpf-footer-active .site-footer:not(.dpf-footer){display:none!important}

.dpf-footer,.dpf-footer *{box-sizing:border-box}
.dpf-footer{
  background:var(--dpf-black);
  color:var(--dpf-link);
  font-family:inherit;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
.dpf-footer a{color:inherit;text-decoration:none}
.dpf-shell{width:min(100%,var(--dpf-max));margin:0 auto;padding-inline:clamp(32px,3.8vw,58px)}
.dpf-main{padding:clamp(50px,3.9vw,60px) 0 clamp(38px,3vw,48px)}
.dpf-grid{display:grid;grid-template-columns:minmax(300px,1.28fr) repeat(4,minmax(170px,1fr));gap:clamp(36px,3.2vw,52px);align-items:start}

.dpf-brand-column{min-width:0;display:flex;flex-direction:column}
.dpf-logo-link{display:inline-flex;width:fit-content;margin:0 0 26px}
.dpf-logo{display:block;width:270px;height:auto;max-width:100%;max-height:74px;object-fit:contain}

.dpf-newsletter{max-width:306px}
.dpf-newsletter h2{margin:0 0 18px;color:#fff;font-size:27px;font-weight:800;line-height:1.02;letter-spacing:.005em;text-transform:uppercase}
.dpf-newsletter h2 span{display:block}
.dpf-newsletter-form{position:relative;display:flex;align-items:center;width:100%;min-height:64px;border:1px solid var(--dpf-field);border-radius:8px;background:#080808;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}
.dpf-newsletter-form:hover{border-color:#454545;background:#0a0a0a}
.dpf-newsletter-form:focus-within{border-color:#555;box-shadow:0 0 0 2px rgba(240,120,16,.10)}
.dpf-newsletter-form input{flex:1;min-width:0;height:62px;padding:0 66px 0 18px;border:0!important;outline:0!important;background:transparent!important;color:#fff!important;font:inherit;font-size:17px;font-weight:550;letter-spacing:-.01em}
.dpf-newsletter-form input::placeholder{color:#8c8c8c;opacity:1}
.dpf-newsletter-form button{position:absolute;right:12px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.06);border-radius:50%;background:#262626;color:#fff;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease,border-color .18s ease}
.dpf-newsletter-form button:hover{background:var(--dpf-orange);border-color:var(--dpf-orange);color:#111;transform:translateY(-50%) translateX(2px)}
.dpf-newsletter-form button:disabled{cursor:wait;opacity:.6}
.dpf-newsletter-form button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}
.dpf-newsletter-status{min-height:18px;margin:7px 0 0;color:var(--dpf-muted);font-size:12px;line-height:1.35}

.dpf-socials{display:flex;align-items:center;gap:25px;margin:23px 0 0}
.dpf-social{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;color:#fff!important;transition:color .18s ease,transform .18s ease,opacity .18s ease}
.dpf-social svg{display:block;fill:currentColor}
.dpf-social[aria-label="Facebook"] svg{width:21px;height:21px}
.dpf-social[aria-label="Instagram"] svg{width:22px;height:22px}
.dpf-social[aria-label="Pinterest"] svg{width:22px;height:22px}
.dpf-social[aria-label="YouTube"] svg{width:24px;height:24px}
a.dpf-social:hover{color:var(--dpf-orange)!important;transform:translateY(-1px)}
.dpf-social.is-unconfigured{opacity:.48;cursor:default}

.dpf-contact-compact{display:grid;gap:5px;margin-top:21px;color:var(--dpf-muted);font-size:13.5px;line-height:1.45}
.dpf-contact-compact>a:not(.dpf-map-link){width:fit-content;color:#bbb!important;font-size:14px;font-weight:600;transition:color .18s ease}
.dpf-contact-compact>a:not(.dpf-map-link):hover{color:#fff!important}
.dpf-contact-compact address{margin:7px 0 3px;font-style:normal;color:#888;line-height:1.5}
.dpf-map-link{display:inline-flex!important;align-items:center;gap:7px;width:fit-content;padding-bottom:2px;border-bottom:1px solid rgba(255,255,255,.28);font-size:13.5px!important;font-weight:650!important;color:#fff!important;letter-spacing:.005em;transition:color .18s ease,border-color .18s ease}
.dpf-map-link svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.5;transition:transform .18s ease}
.dpf-map-link:hover{color:var(--dpf-orange)!important;border-bottom-color:rgba(240,120,16,.72)}
.dpf-map-link:hover svg{transform:translate(2px,-2px)}

.dpf-column-heading{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:0 0 23px;padding:0;border:0;background:transparent;color:#fff;font:inherit;font-size:17px;font-weight:750;line-height:1.15;letter-spacing:.045em;text-align:left;text-transform:uppercase;cursor:default}
.dpf-accordion-icon{display:none}
.dpf-column-panel{display:block}
.dpf-menu{list-style:none!important;margin:0!important;padding:0!important;display:grid;gap:14px}
.dpf-menu li{margin:0!important;padding:0!important;list-style:none!important}
.dpf-menu a{display:inline-block;max-width:100%;color:var(--dpf-link)!important;font-size:18.5px;font-weight:450;line-height:1.46;letter-spacing:-.014em;transition:color .18s ease,transform .18s ease}
.dpf-menu a:hover{color:#fff!important;transform:translateX(1px)}
.dpf-admin-menu-note{max-width:210px;margin:0;color:#5f5f5f;font-size:12px;line-height:1.45}

.dpf-bottom{border-top:1px solid var(--dpf-border);background:#000}
.dpf-bottom-inner{min-height:74px;display:flex;align-items:center;gap:28px;padding-top:18px;padding-bottom:18px}
.dpf-copyright{margin:0;color:#7f7f7f;font-size:14px;line-height:1.4;white-space:nowrap}
.dpf-legal .dpf-menu{display:flex;align-items:center;flex-wrap:wrap;gap:7px 0}
.dpf-legal .dpf-menu li{display:flex;align-items:center}
.dpf-legal .dpf-menu li:not(:last-child)::after{content:"•";margin:0 10px;color:#5e5e5e;font-size:9px;line-height:1}
.dpf-legal .dpf-menu a{color:#aaa!important;font-size:14.5px;font-weight:500;line-height:1.4;letter-spacing:0}
.dpf-legal .dpf-menu a:hover{color:#fff!important;transform:none}

.dpf-footer a:focus-visible,.dpf-footer button:focus-visible,.dpf-footer input:focus-visible{outline:2px solid var(--dpf-orange);outline-offset:4px}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

@media(max-width:1180px){
  .dpf-main{padding:50px 0 44px}
  .dpf-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:38px 32px}
  .dpf-brand-column{grid-column:1/-1;display:grid;grid-template-columns:240px minmax(300px,1fr) minmax(260px,.88fr);grid-template-areas:"logo newsletter contact" "social newsletter contact";gap:14px 34px;align-items:start}
  .dpf-logo-link{grid-area:logo;margin:0}
  .dpf-logo{width:238px}
  .dpf-newsletter{grid-area:newsletter;max-width:348px}
  .dpf-socials{grid-area:social;margin:8px 0 0}
  .dpf-contact-compact{grid-area:contact;margin:0}
  .dpf-column-heading{font-size:16.5px;margin-bottom:21px}
  .dpf-menu{gap:13px}
  .dpf-menu a{font-size:18px}
}

@media(max-width:820px){
  .dpf-shell{padding-inline:24px}
  .dpf-main{padding:42px 0 28px}
  .dpf-grid{display:block}
  .dpf-brand-column{display:flex;padding-bottom:32px}
  .dpf-logo-link{margin-bottom:26px}
  .dpf-logo{width:228px;max-height:66px}
  .dpf-newsletter{max-width:100%;width:100%}
  .dpf-newsletter h2{font-size:25px;margin-bottom:16px}
  .dpf-newsletter-form{max-width:420px;min-height:62px}
  .dpf-newsletter-form input{height:60px}
  .dpf-socials{margin:22px 0 0}
  .dpf-contact-compact{margin-top:23px;font-size:13.5px}
  .dpf-column{border-top:1px solid var(--dpf-border)}
  .dpf-column:last-of-type{border-bottom:1px solid var(--dpf-border)}
  .dpf-column-heading{min-height:60px;margin:0;font-size:16.5px;cursor:pointer}
  .dpf-accordion-icon{position:relative;display:block;width:20px;height:20px;flex:0 0 20px}
  .dpf-accordion-icon::before,.dpf-accordion-icon::after{content:"";position:absolute;top:50%;left:50%;width:12px;height:1.5px;background:#d8d8d8;transform:translate(-50%,-50%);transition:opacity .18s ease,transform .18s ease}
  .dpf-accordion-icon::after{transform:translate(-50%,-50%) rotate(90deg)}
  .dpf-column-heading[aria-expanded="true"] .dpf-accordion-icon::after{opacity:0;transform:translate(-50%,-50%)}
  .dpf-column-panel{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .22s ease}
  .dpf-column-panel>*{min-height:0;overflow:hidden;visibility:hidden;opacity:0;transition:opacity .14s ease}
  .dpf-column.is-open .dpf-column-panel{grid-template-rows:1fr}
  .dpf-column.is-open .dpf-column-panel>*{visibility:visible;opacity:1}
  .dpf-column .dpf-menu{padding:0!important;gap:12px}
  .dpf-column.is-open .dpf-menu{padding-bottom:20px!important}
  .dpf-column .dpf-menu a{font-size:17.5px;line-height:1.42}
  .dpf-bottom-inner{align-items:flex-start;flex-direction:column;gap:10px;padding-top:20px;padding-bottom:21px}
  .dpf-copyright{font-size:13.5px;white-space:normal}
  .dpf-legal .dpf-menu{gap:6px 0}
  .dpf-legal .dpf-menu a{font-size:13.5px}
  .dpf-legal .dpf-menu li:not(:last-child)::after{margin:0 8px}
}

@media(max-width:390px){
  .dpf-shell{padding-inline:18px}
  .dpf-main{padding-top:38px;padding-bottom:24px}
  .dpf-logo{width:214px}
  .dpf-logo-link{margin-bottom:23px}
  .dpf-newsletter h2{font-size:23px;margin-bottom:14px}
  .dpf-newsletter-form{min-height:60px}
  .dpf-newsletter-form input{height:58px;font-size:16.5px}
  .dpf-socials{gap:23px;margin-top:20px}
  .dpf-contact-compact{margin-top:21px;font-size:13px}
  .dpf-contact-compact>a:not(.dpf-map-link){font-size:13.5px}
  .dpf-column-heading{min-height:58px;font-size:16px}
  .dpf-column .dpf-menu a{font-size:17px;overflow-wrap:anywhere}
  .dpf-column .dpf-menu{padding-bottom:0!important;gap:11px}
  .dpf-column.is-open .dpf-menu{padding-bottom:18px!important}
}

@media(max-width:375px){
  .dpf-shell{padding-inline:17px}
  .dpf-socials{gap:21px}
  .dpf-legal .dpf-menu li:not(:last-child)::after{margin:0 7px}
}

@media(prefers-reduced-motion:reduce){
  .dpf-footer *, .dpf-footer *::before, .dpf-footer *::after{transition:none!important;animation:none!important}
}


/* === EXACT FOOTER LOGO LEFT ALIGNMENT === */
.dpf-brand-column {
    align-items: flex-start !important;
}

.dpf-logo-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    margin: 0 0 24px 0 !important;
    padding: 0 !important;
}

.dpf-logo,
.dpf-brand-column img.dpf-logo,
.dpf-brand-column img {
    display: block !important;
    width: auto !important;
    max-width: 270px !important;
    height: auto !important;
    max-height: 74px !important;
    object-fit: contain !important;
    object-position: left center !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: flex-start !important;
}


/* ============================================================
   VELSHLY - FULL WIDTH & WOODMART INTEGRATION FIXES
   ============================================================ */
.wd-footer {
    background: #111111 !important;
    padding: 0 !important;
    border: none !important;
}
.wd-footer .container.main-footer {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.wd-footer .elementor-29090,
.wd-footer .elementor-29090 > .elementor-element {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

.page-id-7113 .main-page-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.page-id-7113 .entry-content > .elementor {
    width: 100% !important;
}
.page-id-7113 .entry-content > .elementor > .e-con:first-child {
    padding: 0 !important;
    margin-top: 0 !important;
}

/* Style Section 1 Best Sellers carousel in Woodmart */
.page-id-7113 .wd-title-style-colored .title {
    color: #121212;
    font-family: 'Teko', sans-serif !important;
    font-size: 38px !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
}
.page-id-7113 .wd-title-style-colored .title u {
    color: #F07810 !important;
    text-decoration: none !important;
    border-bottom: 3px solid #F07810;
}
.page-id-7113 .wd-button {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #F07810 !important;
}
