body.tea-dw-site{
	--tea-bg:#151915;
	--tea-bg-deep:#0d110d;
	--tea-surface:#111212;
	--tea-surface-strong:#171918;
	--tea-line:rgba(255,255,255,.08);
	--tea-line-strong:rgba(168,255,65,.22);
	--tea-accent:#79df24;
	--tea-accent-strong:#a8ff41;
	--tea-text:#f7f7f3;
	--tea-text-soft:#d4d7d1;
	--tea-muted:#8e948d;
	--tea-shadow:0 18px 52px rgba(0,0,0,.28);
	--tea-radius-xl:10px;
	--tea-radius-lg:8px;
	--tea-radius-md:6px;
	--tea-grid:rgba(168,255,65,.012);
	--tea-site-max:1460px;
	--tea-site-gutter:clamp(18px, 2.1vw, 40px);
	--tea-font-body:'Manrope', 'Segoe UI', sans-serif;
	--tea-font-display:'Sora', 'Segoe UI', sans-serif;
	background-color:var(--tea-bg);
	background-image:
		radial-gradient(circle at 18% 0%, rgba(255,255,255,.045), transparent 26%),
		radial-gradient(circle at 84% 6%, rgba(121,223,36,.046), transparent 15%),
		linear-gradient(180deg, rgba(21,25,21,.985), rgba(13,17,13,.992)),
		linear-gradient(var(--tea-grid) 1px, transparent 1px),
		linear-gradient(90deg, var(--tea-grid) 1px, transparent 1px);
	background-size:auto, auto, auto, 180px 180px, 180px 180px;
	background-attachment:fixed;
	font-family:var(--tea-font-body);
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	max-width:100%;
	overflow-x:hidden;
}

body.tea-dw-site,
body.tea-dw-site .site,
body.tea-dw-site #main-container,
body.tea-dw-site .ct-container,
body.tea-dw-site .ct-container-full{
	background-color:transparent;
}

body.tea-dw-site #main-container,
body.tea-dw-site .ct-container,
body.tea-dw-site .ct-container-full{
	width:min(var(--tea-site-max), calc(100% - var(--tea-site-gutter)));
	max-width:none;
	margin-inline:auto;
}

/* Habilita franjas puntuales de ancho completo sin ensanchar los demás bloques. */
body.tea-dw-site:has(.tea-dw-full-bleed) #main-container{
	overflow:visible;
}

body.tea-dw-site .tea-dw-full-bleed{
	width:100vw;
	max-width:100vw;
	margin-left:calc(50% - 50vw) !important;
	margin-right:calc(50% - 50vw) !important;
	overflow:hidden;
}

body.tea-dw-site .site-footer,
body.tea-dw-site .ct-footer,
body.tea-dw-site footer.ct-footer{
	width:100%;
	max-width:none;
	margin-inline:0;
	background:
		linear-gradient(180deg, rgba(10,12,10,.98), rgba(5,6,5,.995));
}

body.tea-dw-site .site-footer .ct-container,
body.tea-dw-site .site-footer .ct-container-full,
body.tea-dw-site .ct-footer .ct-container,
body.tea-dw-site .ct-footer .ct-container-full{
	width:min(var(--tea-site-max), calc(100% - var(--tea-site-gutter)));
	max-width:none;
	margin-inline:auto;
	background:transparent;
}

body.tea-dw-site .site-footer [data-row],
body.tea-dw-site .ct-footer [data-row]{
	background:transparent;
}

body.tea-dw-site .site-main,
body.tea-dw-site .content-area,
body.tea-dw-site article,
body.tea-dw-site .entry-content{
	background-color:transparent;
}

body.tea-dw-site .tea-dw-block{
	position:relative;
	color:var(--tea-text);
}

body.tea-dw-site .tea-dw-shell{
	position:relative;
	width:100%;
	max-width:none;
	margin-inline:auto;
	overflow:hidden;
	border:1px solid var(--tea-line);
	border-radius:var(--tea-radius-xl);
	background:
		linear-gradient(180deg, rgba(18,19,18,.96), rgba(11,12,11,.985));
	box-shadow:var(--tea-shadow);
}

body.tea-dw-site .tea-dw-shell::before{
	content:"";
	position:absolute;
	inset:0;
	pointer-events:none;
	background:
		radial-gradient(circle at top left, rgba(168,255,65,.05), transparent 30%),
		linear-gradient(180deg, rgba(255,255,255,.028), transparent 18%);
}

body.tea-dw-site .tea-dw-section-line{
	height:1px;
	width:100%;
	background:linear-gradient(90deg, transparent, rgba(168,255,65,.42), transparent);
}

body.tea-dw-site .tea-dw-kicker{
	display:inline-flex;
	align-items:center;
	gap:10px;
	margin:0 0 16px;
	font-size:11px;
	font-weight:800;
	letter-spacing:.16em;
	text-transform:uppercase;
	color:var(--tea-accent-strong);
	font-family:var(--tea-font-display);
}

body.tea-dw-site .tea-dw-kicker::before{
	content:"";
	width:34px;
	height:1px;
	background:currentColor;
	opacity:.8;
}

body.tea-dw-site .tea-dw-chip{
	display:inline-flex;
	align-items:center;
	gap:8px;
	padding:7px 13px;
	border:1px solid var(--tea-line);
	border-radius:var(--tea-radius-md);
	background:rgba(255,255,255,.03);
	color:var(--tea-text-soft);
	font-size:11px;
	font-weight:700;
	letter-spacing:.08em;
	text-transform:uppercase;
}

body.tea-dw-site .tea-dw-surface{
	border:1px solid var(--tea-line);
	border-radius:var(--tea-radius-lg);
	background:
		linear-gradient(180deg, rgba(19,20,19,.92), rgba(12,13,12,.96));
	box-shadow:var(--tea-shadow);
}

body.tea-dw-site .tea-dw-block h1,
body.tea-dw-site .tea-dw-block h2,
body.tea-dw-site .tea-dw-block h3,
body.tea-dw-site .tea-dw-block h4,
body.tea-dw-site .tea-dw-block h5,
body.tea-dw-site .tea-dw-block h6{
	font-family:var(--tea-font-display);
}

body.tea-dw-site .tea-dw-glow-edge{
	box-shadow:
		0 0 0 1px rgba(168,255,65,.07),
		0 0 24px rgba(121,223,36,.08);
}

body.tea-dw-site .tea-dw-block a[class*="__button"],
body.tea-dw-site .tea-dw-block button[class*="__button"],
body.tea-dw-site .tea-dw-block a[class*="__cta"],
body.tea-dw-site .tea-dw-block button[class*="__nav-btn"]{
	border-radius:var(--tea-radius-md);
}

@media (max-width: 767px){
	body.tea-dw-site{
		background-size:auto, auto, auto, 96px 96px, 96px 96px;
		background-attachment:scroll;
	}

	body.tea-dw-site #main-container,
	body.tea-dw-site .ct-container,
	body.tea-dw-site .ct-container-full{
		width:min(100%, calc(100% - 20px));
	}

	body.tea-dw-site .site-footer .ct-container,
	body.tea-dw-site .site-footer .ct-container-full,
	body.tea-dw-site .ct-footer .ct-container,
	body.tea-dw-site .ct-footer .ct-container-full{
		width:min(100%, calc(100% - 20px));
	}

	body.tea-dw-site .tea-dw-shell{
		border-radius:var(--tea-radius-xl);
	}
}

body.tea-dw-site .tea-dw-site-header{
	position:relative;
	z-index:120;
	width:100%;
	background:linear-gradient(180deg, rgba(0,0,0,.96), rgba(2,3,2,.985));
	border-bottom:1px solid rgba(121,223,36,.14);
	box-shadow:0 18px 36px rgba(0,0,0,.28);
}

body.tea-dw-site.tea-dw-header-menu-open{
	overflow:hidden;
}

body.tea-dw-site #header,
body.tea-dw-site .ct-header{
	display:none !important;
}

body.tea-dw-site .tea-dw-site-header *,
body.tea-dw-site .tea-dw-site-header *::before,
body.tea-dw-site .tea-dw-site-header *::after{
	box-sizing:border-box;
}

body.tea-dw-site .tea-dw-site-header__inner{
	width:min(var(--tea-site-max), calc(100% - var(--tea-site-gutter)));
	margin:0 auto;
}

body.tea-dw-site .tea-dw-site-header__top{
	border-bottom:1px solid rgba(255,255,255,.05);
	background:linear-gradient(90deg, rgba(255,255,255,.03), rgba(255,255,255,.015), rgba(255,255,255,.03));
}

body.tea-dw-site .tea-dw-site-header__top .tea-dw-site-header__inner{
	display:grid;
	grid-template-columns:1fr auto 1fr;
	align-items:center;
	gap:14px;
	min-height:26px;
}

body.tea-dw-site .tea-dw-site-header__top-side,
body.tea-dw-site .tea-dw-site-header__top-link{
	display:inline-flex;
	align-items:center;
	gap:6px;
	color:var(--tea-text-soft);
	font-size:9px;
	font-weight:700;
	letter-spacing:.06em;
	text-transform:uppercase;
	text-decoration:none;
}

body.tea-dw-site .tea-dw-site-header__top-link{
	justify-self:end;
}

body.tea-dw-site .tea-dw-site-header__top-center{
	color:var(--tea-text-soft);
	font-size:9px;
	font-weight:700;
	letter-spacing:.06em;
	text-transform:uppercase;
	text-align:center;
	white-space:nowrap;
}

body.tea-dw-site .tea-dw-site-header__icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:13px;
	height:13px;
	color:var(--tea-text);
}

body.tea-dw-site .tea-dw-site-header__icon svg{
	width:13px;
	height:13px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.8;
	stroke-linecap:round;
	stroke-linejoin:round;
}

body.tea-dw-site .tea-dw-site-header__main{
	border-bottom:1px solid rgba(255,255,255,.06);
}

body.tea-dw-site .tea-dw-site-header__main .tea-dw-site-header__inner{
	display:grid;
	grid-template-columns:152px minmax(360px, 1fr) auto;
	align-items:center;
	gap:14px;
	padding:6px 0;
}

body.tea-dw-site .tea-dw-site-header__brand{
	display:flex;
	align-items:center;
	min-width:0;
}

body.tea-dw-site .tea-dw-site-header__logo{
	display:inline-flex;
	align-items:center;
	max-width:102px;
	text-decoration:none;
}

body.tea-dw-site .tea-dw-site-header__logo img{
	display:block;
	width:100%;
	height:auto;
}

body.tea-dw-site .tea-dw-site-header__logo-fallback{
	color:var(--tea-text);
	font-size:30px;
	font-weight:900;
	font-style:italic;
	letter-spacing:-.05em;
	text-transform:uppercase;
}

body.tea-dw-site .tea-dw-site-header__search{
	display:grid;
	grid-template-columns:minmax(0, 1fr) 58px;
	align-items:stretch;
	min-height:34px;
	border:1px solid rgba(121,223,36,.22);
	border-radius:10px;
	overflow:hidden;
	background:#f6f7f3;
	box-shadow:0 10px 22px rgba(0,0,0,.15);
}

body.tea-dw-site .tea-dw-site-header__search-input{
	width:100%;
	padding:0 13px;
	border:0;
	background:#f6f7f3;
	color:#101310;
	font-size:13px;
	font-weight:500;
}

body.tea-dw-site .tea-dw-site-header__search-input::placeholder{
	color:#7b8478;
}

body.tea-dw-site .tea-dw-site-header__search-input:focus{
	outline:none;
}

body.tea-dw-site .tea-dw-site-header__search-button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border:0;
	background:linear-gradient(180deg, var(--tea-accent-strong), var(--tea-accent));
	color:#071006;
	cursor:pointer;
	transition:filter .22s ease, transform .22s ease;
}

body.tea-dw-site .tea-dw-site-header__search-button:hover{
	filter:brightness(1.04);
}

body.tea-dw-site .tea-dw-site-header__search-button svg{
	width:18px;
	height:18px;
	fill:none;
	stroke:currentColor;
	stroke-width:2;
}

body.tea-dw-site .tea-dw-site-header__actions{
	display:flex;
	align-items:center;
	gap:8px;
}

body.tea-dw-site .tea-dw-site-header__toggle,
body.tea-dw-site .tea-dw-site-header__mobile-search,
body.tea-dw-site .tea-dw-site-header__mobile-nav-visible,
body.tea-dw-site .tea-dw-site-header__drawer,
body.tea-dw-site .tea-dw-site-header__drawer-backdrop{
	display:none;
}

body.tea-dw-site .tea-dw-site-header__action{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:32px;
	height:32px;
	border:1px solid rgba(121,223,36,.16);
	border-radius:var(--tea-radius-md);
	background:rgba(255,255,255,.02);
	color:var(--tea-accent-strong);
	text-decoration:none;
	transition:border-color .22s ease, background .22s ease, transform .22s ease;
}

body.tea-dw-site .tea-dw-site-header__action--account{
	color:var(--tea-text);
}

body.tea-dw-site .tea-dw-site-header__action:hover{
	border-color:rgba(168,255,65,.34);
	background:rgba(121,223,36,.08);
	transform:translateY(-1px);
}

body.tea-dw-site .tea-dw-site-header__action svg{
	width:17px;
	height:17px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.9;
}

body.tea-dw-site .tea-dw-site-header__pedido-wrap{
	display:flex;
	align-items:center;
	padding-left:10px;
	margin-left:2px;
	border-left:1px solid rgba(255,255,255,.08);
}

body.tea-dw-site .tea-dw-site-header__pedido{
	position:relative;
	display:inline-flex;
	align-items:center;
	gap:8px;
	color:var(--tea-text);
	text-decoration:none;
}

body.tea-dw-site .tea-dw-site-header__pedido:hover{
	color:var(--tea-accent-strong);
}

body.tea-dw-site .tea-dw-site-header__pedido-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:18px;
	height:18px;
}

body.tea-dw-site .tea-dw-site-header__pedido-icon svg{
	width:18px;
	height:18px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.9;
}

body.tea-dw-site .tea-dw-site-header__pedido-text{
	font-size:13px;
	font-weight:800;
	letter-spacing:.02em;
	text-transform:uppercase;
	line-height:1;
}

body.tea-dw-site .tea-dw-site-header__pedido-count{
	position:absolute;
	top:-7px;
	right:-13px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:16px;
	height:16px;
	padding:0 4px;
	border-radius:999px;
	background:#ff2236;
	color:#fff;
	font-size:9px;
	font-weight:800;
	line-height:1;
	box-shadow:0 10px 18px rgba(255,34,54,.28);
}

body.tea-dw-site .tea-dw-site-header__pedido-count.is-empty{
	display:none;
}

body.tea-dw-site .tea-dw-site-header__nav{
	position:relative;
	z-index:145;
	border-bottom:1px solid rgba(255,255,255,.06);
}

body.tea-dw-site .tea-dw-site-header__menu{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	gap:26px;
	list-style:none;
	margin:0;
	padding:8px 0 9px;
}

body.tea-dw-site .tea-dw-site-header__menu-item{
	position:relative;
	margin:0;
	padding:0;
}

body.tea-dw-site .tea-dw-site-header__menu-item.has-children--mega{
	position:static;
}

body.tea-dw-site .tea-dw-site-header__menu-link{
	position:relative;
	display:inline-flex;
	align-items:center;
	padding:0 0 6px;
	color:var(--tea-text);
	font-size:11px;
	font-weight:800;
	letter-spacing:.07em;
	text-transform:uppercase;
	text-decoration:none;
}

body.tea-dw-site .tea-dw-site-header__menu-link::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	bottom:-6px;
	height:2px;
	background:var(--tea-accent);
	opacity:0;
	transform:scaleX(.72);
	transform-origin:center;
	transition:opacity .22s ease, transform .22s ease;
}

body.tea-dw-site .tea-dw-site-header__menu-link:hover,
body.tea-dw-site .tea-dw-site-header__menu-link.is-active{
	color:var(--tea-text);
}

body.tea-dw-site .tea-dw-site-header__menu-link:hover::after,
body.tea-dw-site .tea-dw-site-header__menu-link.is-active::after{
	opacity:1;
	transform:scaleX(1);
}

body.tea-dw-site .tea-dw-site-header__menu-toggle{
	gap:5px;
	border:0;
	background:transparent;
	cursor:pointer;
}

body.tea-dw-site .tea-dw-site-header__menu-toggle svg{
	width:13px;
	height:13px;
	fill:none;
	stroke:currentColor;
	stroke-width:2;
	transition:transform .2s ease;
}

body.tea-dw-site .tea-dw-site-header__menu-item.has-children:hover .tea-dw-site-header__menu-toggle svg,
body.tea-dw-site .tea-dw-site-header__menu-item.has-children.is-open .tea-dw-site-header__menu-toggle svg{
	transform:rotate(180deg);
}

body.tea-dw-site .tea-dw-site-header__submenu{
	position:absolute;
	top:calc(100% + 10px);
	left:50%;
	display:grid;
	gap:3px;
	width:210px;
	padding:8px;
	border:1px solid rgba(121,223,36,.2);
	border-radius:8px;
	background:rgba(8,10,8,.98);
	box-shadow:0 20px 34px rgba(0,0,0,.35);
	opacity:0;
	visibility:hidden;
	pointer-events:none;
	transform:translate(-50%,-6px);
	transition:opacity .18s ease, visibility .18s ease, transform .18s ease;
	z-index:140;
}

body.tea-dw-site .tea-dw-site-header__menu-item.has-children:hover .tea-dw-site-header__submenu,
body.tea-dw-site .tea-dw-site-header__menu-item.has-children.is-open .tea-dw-site-header__submenu{
	opacity:1;
	visibility:visible;
	pointer-events:auto;
	transform:translate(-50%,0);
}

body.tea-dw-site .tea-dw-site-header__submenu a{
	display:block;
	padding:10px 11px;
	border-radius:5px;
	color:var(--tea-text);
	font-size:11px;
	font-weight:800;
	letter-spacing:.04em;
	text-decoration:none;
	text-transform:uppercase;
}

body.tea-dw-site .tea-dw-site-header__submenu a:hover{
	background:rgba(121,223,36,.1);
	color:var(--tea-accent-strong);
}

body.tea-dw-site .tea-dw-site-header__mega{
	left:50%;
	display:block;
	width:min(var(--tea-site-max), calc(100vw - var(--tea-site-gutter)));
	max-height:min(68vh, 560px);
	padding:18px;
	overflow:auto;
	border-color:rgba(121,223,36,.24);
	background:
		radial-gradient(circle at 18% 0%, rgba(121,223,36,.09), transparent 32%),
		linear-gradient(180deg, rgba(14,17,14,.985), rgba(7,9,7,.992));
	transform:translate(-50%,-6px);
}

body.tea-dw-site .tea-dw-site-header__menu-item.has-children--mega:hover .tea-dw-site-header__mega,
body.tea-dw-site .tea-dw-site-header__menu-item.has-children--mega.is-open .tea-dw-site-header__mega{
	transform:translate(-50%,0);
}

body.tea-dw-site .tea-dw-site-header__mega-grid{
	display:grid;
	grid-template-columns:repeat(5, minmax(0, 1fr));
	gap:14px;
	align-items:start;
}

body.tea-dw-site .tea-dw-site-header__mega-column{
	min-width:0;
	padding:0 10px 2px;
	border-left:1px solid rgba(255,255,255,.07);
}

body.tea-dw-site .tea-dw-site-header__mega-column:first-child{
	border-left:0;
}

body.tea-dw-site .tea-dw-site-header__submenu .tea-dw-site-header__mega-root{
	display:flex;
	align-items:center;
	min-height:34px;
	padding:0 0 9px;
	border-bottom:1px solid rgba(121,223,36,.22);
	border-radius:0;
	color:#f7fff2;
	font-size:12px;
	font-weight:900;
	letter-spacing:.07em;
	text-transform:uppercase;
}

body.tea-dw-site .tea-dw-site-header__mega-groups{
	display:grid;
	gap:4px;
	padding-top:9px;
}

body.tea-dw-site .tea-dw-site-header__mega-group{
	min-width:0;
	margin:0;
	padding:0;
	border-bottom:1px solid rgba(255,255,255,.045);
}

body.tea-dw-site details.tea-dw-site-header__mega-group{
	display:block;
}

body.tea-dw-site details.tea-dw-site-header__mega-group[open]{
	padding-bottom:7px;
	border-bottom-color:rgba(121,223,36,.16);
}

body.tea-dw-site .tea-dw-site-header__mega-child{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	width:100%;
	min-height:30px;
	padding:5px 0;
	border-radius:0;
	color:#e9eee7;
	font-size:11px;
	font-weight:850;
	letter-spacing:.015em;
	line-height:1.28;
	text-transform:none;
	text-decoration:none;
	cursor:pointer;
	list-style:none;
}

body.tea-dw-site .tea-dw-site-header__mega-child::-webkit-details-marker{
	display:none;
}

body.tea-dw-site .tea-dw-site-header__mega-child::after{
	content:"+";
	flex:0 0 auto;
	color:rgba(168,255,65,.82);
	font-size:15px;
	font-weight:900;
	line-height:1;
}

body.tea-dw-site a.tea-dw-site-header__mega-child::after{
	content:"";
	width:4px;
	height:4px;
	border-radius:50%;
	background:rgba(168,255,65,.78);
}

body.tea-dw-site details.tea-dw-site-header__mega-group[open] > .tea-dw-site-header__mega-child::after{
	content:"-";
}

body.tea-dw-site .tea-dw-site-header__mega-count{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-width:21px;
	height:18px;
	margin-left:auto;
	padding:0 6px;
	border:1px solid rgba(121,223,36,.2);
	border-radius:999px;
	color:rgba(233,238,231,.72);
	font-size:9px;
	font-weight:800;
	line-height:1;
}

body.tea-dw-site .tea-dw-site-header__mega-grandchildren{
	display:grid;
	gap:6px;
	margin:3px 0 0;
	padding:4px 0 0 10px;
	border-left:1px solid rgba(121,223,36,.16);
}

body.tea-dw-site .tea-dw-site-header__submenu .tea-dw-site-header__mega-grandchild{
	padding:0;
	border-radius:0;
	color:rgba(233,238,231,.68);
	font-size:10px;
	font-weight:700;
	letter-spacing:0;
	line-height:1.25;
	text-transform:none;
}

body.tea-dw-site .tea-dw-site-header__submenu .tea-dw-site-header__mega-grandchild--all{
	color:var(--tea-accent-strong);
	font-size:9px;
	font-weight:900;
	letter-spacing:.08em;
	text-transform:uppercase;
}

body.tea-dw-site .tea-dw-site-header__submenu .tea-dw-site-header__mega-root:hover,
body.tea-dw-site .tea-dw-site-header__submenu .tea-dw-site-header__mega-child:hover,
body.tea-dw-site .tea-dw-site-header__mega-child:hover,
body.tea-dw-site .tea-dw-site-header__submenu .tea-dw-site-header__mega-grandchild:hover{
	background:transparent;
	color:var(--tea-accent-strong);
}

@media (max-width: 1420px){
	body.tea-dw-site .tea-dw-site-header__main .tea-dw-site-header__inner{
		grid-template-columns:160px minmax(340px, 1fr) auto;
		gap:16px;
	}

	body.tea-dw-site .tea-dw-site-header__menu{
		gap:22px;
	}
}

@media (max-width: 1220px){
	body.tea-dw-site .tea-dw-site-header__top .tea-dw-site-header__inner{
		grid-template-columns:1fr auto;
	}

	body.tea-dw-site .tea-dw-site-header__top-center{
		display:none;
	}

	body.tea-dw-site .tea-dw-site-header__main .tea-dw-site-header__inner{
		grid-template-columns:150px minmax(300px, 1fr) auto;
		gap:12px;
	}

	body.tea-dw-site .tea-dw-site-header__menu{
		gap:18px;
	}
}

@media (max-width: 1024px){
	body.tea-dw-site .tea-dw-site-header{
		box-shadow:0 14px 30px rgba(0,0,0,.24);
	}

	body.tea-dw-site .tea-dw-site-header__top{
		display:none;
	}

	body.tea-dw-site .tea-dw-site-header__main{
		border-bottom:0;
	}

	body.tea-dw-site .tea-dw-site-header__main .tea-dw-site-header__inner{
		grid-template-columns:minmax(0, 1fr) auto;
		gap:12px;
		padding:10px 0;
	}

	body.tea-dw-site .tea-dw-site-header__logo{
		max-width:114px;
	}

	body.tea-dw-site .tea-dw-site-header__search--desktop,
	body.tea-dw-site .tea-dw-site-header__nav{
		display:none;
	}

	body.tea-dw-site .tea-dw-site-header__actions{
		gap:7px;
	}

	body.tea-dw-site .tea-dw-site-header__action,
	body.tea-dw-site .tea-dw-site-header__toggle{
		display:inline-flex;
		align-items:center;
		justify-content:center;
		width:38px;
		height:38px;
		border:1px solid rgba(121,223,36,.16);
		border-radius:var(--tea-radius-md);
		background:rgba(255,255,255,.02);
		text-decoration:none;
		transition:border-color .22s ease, background .22s ease, transform .22s ease;
	}

	body.tea-dw-site .tea-dw-site-header__toggle{
		color:var(--tea-text);
		cursor:pointer;
	}

	body.tea-dw-site .tea-dw-site-header__toggle svg{
		width:18px;
		height:18px;
		fill:none;
		stroke:currentColor;
		stroke-width:1.9;
	}

	body.tea-dw-site .tea-dw-site-header__pedido-wrap{
		padding-left:0;
		margin-left:0;
		border-left:0;
	}

	body.tea-dw-site .tea-dw-site-header__pedido{
		gap:0;
	}

	body.tea-dw-site .tea-dw-site-header__pedido-text{
		display:none;
	}

	body.tea-dw-site .tea-dw-site-header__pedido-icon{
		width:20px;
		height:20px;
	}

	body.tea-dw-site .tea-dw-site-header__pedido-icon svg{
		width:20px;
		height:20px;
	}

	body.tea-dw-site .tea-dw-site-header__pedido-count{
		top:-6px;
		right:-8px;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-search{
		display:block;
		padding:0 0 10px;
		border-bottom:1px solid rgba(255,255,255,.06);
	}

	body.tea-dw-site .tea-dw-site-header__mobile-search .tea-dw-site-header__inner{
		display:block;
	}

	/* Mobile/tablet keeps navigation in the page flow instead of a floating drawer. */
	body.tea-dw-site .tea-dw-site-header__mobile-nav-visible{
		display:block;
		padding:0 0 10px;
		border-bottom:1px solid rgba(255,255,255,.06);
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-visible .tea-dw-site-header__inner{
		display:block;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-primary{
		display:grid;
		grid-template-columns:repeat(4, minmax(0, 1fr));
		gap:7px;
		padding:8px 0 7px;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-link{
		display:flex;
		align-items:center;
		justify-content:center;
		min-height:34px;
		padding:7px 8px;
		border:1px solid rgba(255,255,255,.08);
		border-radius:9px;
		background:rgba(255,255,255,.018);
		color:var(--tea-text-soft);
		font-size:10px;
		font-weight:800;
		letter-spacing:.035em;
		line-height:1.15;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-link.is-active{
		border-color:rgba(168,255,65,.32);
		background:rgba(121,223,36,.08);
		color:var(--tea-accent-strong);
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-categories{
		border:1px solid rgba(121,223,36,.18);
		border-radius:10px;
		background:rgba(121,223,36,.035);
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-categories summary{
		display:flex;
		align-items:center;
		justify-content:space-between;
		gap:10px;
		min-height:38px;
		padding:0 12px;
		color:var(--tea-text);
		cursor:pointer;
		font-size:10px;
		font-weight:900;
		letter-spacing:.07em;
		list-style:none;
		text-transform:uppercase;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-categories summary::-webkit-details-marker{
		display:none;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-categories summary svg{
		width:16px;
		height:16px;
		fill:none;
		stroke:currentColor;
		stroke-width:2;
		transition:transform .2s ease;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-categories[open] summary svg{
		transform:rotate(180deg);
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-category-grid{
		display:grid;
		grid-template-columns:repeat(auto-fit, minmax(120px, 1fr));
		gap:7px;
		padding:0 7px 7px;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-category-grid a{
		display:flex;
		align-items:center;
		justify-content:center;
		min-height:36px;
		padding:7px 6px;
		border:1px solid rgba(255,255,255,.07);
		border-radius:8px;
		background:rgba(0,0,0,.16);
		color:var(--tea-text-soft);
		font-size:9px;
		font-weight:800;
		line-height:1.15;
		text-align:center;
		text-decoration:none;
		text-transform:uppercase;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-category-grid a:active{
		border-color:rgba(168,255,65,.4);
		color:var(--tea-accent-strong);
	}

	body.tea-dw-site .tea-dw-site-header__search--mobile{
		display:grid;
		grid-template-columns:minmax(0, 1fr) 52px;
		min-height:42px;
	}

	/* The legacy drawer remains in markup for desktop compatibility, never on mobile. */
	body.tea-dw-site .tea-dw-site-header__toggle,
	body.tea-dw-site .tea-dw-site-header__drawer,
	body.tea-dw-site .tea-dw-site-header__drawer-backdrop{
		display:none !important;
	}

	body.tea-dw-site .tea-dw-site-header__drawer-backdrop{
		display:block;
		position:fixed;
		inset:0;
		background:rgba(4,6,4,.28);
		opacity:0;
		visibility:hidden;
		pointer-events:none;
		transition:opacity .22s ease, visibility .22s ease;
		z-index:129;
	}

	body.tea-dw-site .tea-dw-site-header__drawer{
		display:block;
		position:absolute;
		top:100%;
		right:clamp(10px, 2vw, 22px);
		width:min(360px, calc(100vw - 20px));
		max-height:min(72dvh, 620px);
		opacity:0;
		visibility:hidden;
		pointer-events:none;
		transform:translateY(-8px) scale(.985);
		transform-origin:top right;
		transition:transform .22s ease, opacity .22s ease, visibility .22s ease;
		z-index:130;
	}

	body.tea-dw-site.tea-dw-header-menu-open .tea-dw-site-header__drawer-backdrop{
		opacity:1;
		visibility:visible;
		pointer-events:auto;
	}

	body.tea-dw-site.tea-dw-header-menu-open .tea-dw-site-header__drawer{
		opacity:1;
		visibility:visible;
		pointer-events:auto;
		transform:translateY(0) scale(1);
	}

	body.tea-dw-site .tea-dw-site-header__drawer-inner{
		display:flex;
		flex-direction:column;
		max-height:inherit;
		overflow:auto;
		padding:16px 15px 15px;
		background:linear-gradient(180deg, rgba(9,10,9,.99), rgba(4,5,4,.995));
		border:1px solid rgba(121,223,36,.18);
		border-radius:var(--tea-radius-xl);
		box-shadow:0 24px 46px rgba(0,0,0,.42);
		overscroll-behavior:contain;
	}

	body.tea-dw-site .tea-dw-site-header__drawer-head{
		display:flex;
		align-items:center;
		justify-content:space-between;
		gap:12px;
		padding-bottom:14px;
		border-bottom:1px solid rgba(255,255,255,.06);
	}

	body.tea-dw-site .tea-dw-site-header__drawer-title{
		color:var(--tea-text);
		font-size:1rem;
		font-weight:900;
		letter-spacing:.08em;
		text-transform:uppercase;
	}

	body.tea-dw-site .tea-dw-site-header__drawer-close{
		display:inline-flex;
		align-items:center;
		justify-content:center;
		width:40px;
		height:40px;
		border:1px solid rgba(121,223,36,.16);
		border-radius:var(--tea-radius-md);
		background:rgba(255,255,255,.02);
		color:var(--tea-text);
		cursor:pointer;
	}

	body.tea-dw-site .tea-dw-site-header__drawer-close svg{
		width:18px;
		height:18px;
		fill:none;
		stroke:currentColor;
		stroke-width:1.9;
	}

	body.tea-dw-site .tea-dw-site-header__drawer-nav{
		display:flex;
		flex-direction:column;
		gap:6px;
		padding:16px 0 0;
	}

	body.tea-dw-site .tea-dw-site-header__drawer-link{
		display:flex;
		align-items:center;
		justify-content:space-between;
		padding:12px 14px;
		border:1px solid rgba(255,255,255,.06);
		border-radius:var(--tea-radius-md);
		background:rgba(255,255,255,.018);
		color:var(--tea-text);
		font-size:.88rem;
		font-weight:800;
		letter-spacing:.05em;
		text-transform:uppercase;
		text-decoration:none;
	}

	body.tea-dw-site .tea-dw-site-header__drawer-link.is-active{
		border-color:rgba(168,255,65,.28);
		background:rgba(121,223,36,.08);
		color:var(--tea-accent-strong);
	}

	body.tea-dw-site .tea-dw-site-header__drawer-categories{
		border:1px solid rgba(255,255,255,.06);
		border-radius:14px;
		background:rgba(255,255,255,.018);
	}

	body.tea-dw-site .tea-dw-site-header__drawer-categories summary{
		display:flex;
		align-items:center;
		justify-content:space-between;
		gap:10px;
		padding:12px 14px;
		color:var(--tea-text);
		cursor:pointer;
		font-size:.84rem;
		font-weight:800;
		letter-spacing:.05em;
		list-style:none;
		text-transform:uppercase;
	}

	body.tea-dw-site .tea-dw-site-header__drawer-categories summary::-webkit-details-marker{
		display:none;
	}

	body.tea-dw-site .tea-dw-site-header__drawer-categories summary svg{
		width:17px;
		height:17px;
		fill:none;
		stroke:currentColor;
		stroke-width:2;
		transition:transform .2s ease;
	}

	body.tea-dw-site .tea-dw-site-header__drawer-categories[open] summary svg{
		transform:rotate(180deg);
	}

	body.tea-dw-site .tea-dw-site-header__drawer-categories > div{
		display:grid;
		gap:6px;
		padding:0 8px 8px;
	}

	body.tea-dw-site .tea-dw-site-header__drawer-link.tea-dw-site-header__drawer-sublink{
		min-height:42px;
		padding:10px 12px;
		border-radius:10px;
		font-size:.78rem;
	}

	body.tea-dw-site .tea-dw-site-header__drawer-tools{
		display:grid;
		grid-template-columns:repeat(2, minmax(0, 1fr));
		gap:10px;
		margin-top:18px;
		padding-top:18px;
		border-top:1px solid rgba(255,255,255,.06);
	}

	body.tea-dw-site .tea-dw-site-header__drawer-action{
		display:flex;
		align-items:center;
		gap:10px;
		min-height:44px;
		padding:0 14px;
		border:1px solid rgba(255,255,255,.06);
		border-radius:14px;
		background:rgba(255,255,255,.018);
		color:var(--tea-text);
		font-size:.84rem;
		font-weight:800;
		text-decoration:none;
	}

	body.tea-dw-site .tea-dw-site-header__drawer-action svg{
		width:18px;
		height:18px;
		fill:none;
		stroke:currentColor;
		stroke-width:1.9;
	}

	body.tea-dw-site .tea-dw-site-header__drawer-phone{
		display:inline-flex;
		align-items:center;
		gap:8px;
		margin-top:16px;
		padding-top:16px;
		color:var(--tea-text-soft);
		font-size:.82rem;
		font-weight:800;
		letter-spacing:.06em;
		text-transform:uppercase;
		text-decoration:none;
	}

	body.tea-dw-site .tea-dw-site-header__drawer-phone svg{
		width:16px;
		height:16px;
		fill:none;
		stroke:currentColor;
		stroke-width:1.9;
	}
}

@media (max-width: 640px){
	body.tea-dw-site .tea-dw-site-header__main .tea-dw-site-header__inner{
		gap:8px;
		padding:6px 0;
	}

	body.tea-dw-site .tea-dw-site-header__logo{
		max-width:76px;
	}

	body.tea-dw-site .tea-dw-site-header__actions{
		gap:5px;
	}

	body.tea-dw-site .tea-dw-site-header__action,
	body.tea-dw-site .tea-dw-site-header__toggle{
		width:32px;
		height:32px;
		border-radius:5px;
	}

	body.tea-dw-site .tea-dw-site-header__action svg,
	body.tea-dw-site .tea-dw-site-header__toggle svg{
		width:17px;
		height:17px;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-search{
		padding:0 0 6px;
	}

	body.tea-dw-site .tea-dw-site-header__search--mobile{
		min-height:36px;
		grid-template-columns:minmax(0, 1fr) 42px;
	}

	body.tea-dw-site .tea-dw-site-header__search-input{
		padding:0 12px;
		font-size:11px;
	}

	body.tea-dw-site .tea-dw-site-header__search-button svg{
		width:15px;
		height:15px;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-visible{
		padding:0 0 6px;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-primary{
		display:none;
		grid-template-columns:repeat(2, minmax(0, 1fr));
		gap:5px;
		padding:5px 0;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-visible:has(.tea-dw-site-header__mobile-nav-categories[open]) .tea-dw-site-header__mobile-nav-primary{
		display:grid;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-link{
		min-height:28px;
		padding:5px 7px;
		border-radius:6px;
		font-size:9px;
		letter-spacing:.025em;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-categories{
		border-radius:7px;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-categories summary{
		min-height:32px;
		padding:0 10px;
		font-size:9.5px;
		letter-spacing:.055em;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-categories summary span{
		font-size:0;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-categories summary span::before{
		content:"Men\00fa / categor\00ed as";
		font-size:9.5px;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-categories summary svg{
		width:14px;
		height:14px;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-category-grid{
		grid-template-columns:repeat(2, minmax(0, 1fr));
		gap:5px;
		padding:0 5px 5px;
	}

	body.tea-dw-site .tea-dw-site-header__mobile-nav-category-grid a{
		min-height:30px;
		padding:5px;
		border-radius:5px;
		font-size:8.5px;
	}

	body.tea-dw-site .tea-dw-site-header__drawer{
		right:8px;
		width:min(330px, calc(100vw - 16px));
		max-height:min(70dvh, 540px);
	}

	body.tea-dw-site .tea-dw-site-header__drawer-inner{
		padding:14px 13px 13px;
	}

	body.tea-dw-site .tea-dw-site-header__drawer-tools{
		grid-template-columns:1fr;
	}
}

.tea-dw-home-hero{
	padding:4px 0 12px;
}

.tea-dw-home-hero__shell{
	position:relative;
	display:grid;
	grid-template-columns:minmax(0, 1fr) minmax(360px, 420px);
	gap:clamp(22px, 3vw, 52px);
	align-items:center;
	min-height:clamp(268px, 20vw, 300px);
	padding:clamp(18px, 1.65vw, 24px) clamp(24px, 3vw, 44px);
	border-radius:12px;
	overflow:hidden;
}

.tea-dw-home-hero__background,
.tea-dw-home-hero__overlay{
	position:absolute;
	inset:0;
}

.tea-dw-home-hero__background{
	z-index:0;
	background:
		center center / cover no-repeat,
		linear-gradient(180deg, rgba(8,9,8,.92), rgba(5,5,5,.98));
	filter:brightness(.68) saturate(.74);
	transform:scale(1.02);
}

.tea-dw-home-hero__overlay{
	z-index:1;
	background:
		linear-gradient(90deg, rgba(5,6,5,.9) 0%, rgba(5,6,5,.84) 28%, rgba(5,6,5,.56) 52%, rgba(5,6,5,.22) 74%, rgba(5,6,5,.16) 100%),
		linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
}

.tea-dw-home-hero__overlay::after{
	content:"";
	position:absolute;
	inset:0;
	background:
		radial-gradient(circle at 18% 18%, rgba(255,255,255,.04), transparent 20%),
		linear-gradient(180deg, rgba(255,255,255,.018), rgba(255,255,255,0));
}

.tea-dw-home-hero__content,
.tea-dw-home-hero__form-card{
	position:relative;
	z-index:2;
}

.tea-dw-home-hero__content{
	max-width:720px;
}

.tea-dw-home-hero__kicker{
	display:inline-flex;
	align-items:center;
	gap:10px;
	margin:0 0 8px;
	color:var(--tea-accent-strong);
	font-size:.72rem;
	font-weight:900;
	letter-spacing:.12em;
	text-transform:uppercase;
}

.tea-dw-home-hero__kicker::before{
	content:"";
	width:32px;
	height:2px;
	border-radius:999px;
	background:currentColor;
	box-shadow:0 0 14px rgba(121,223,36,.22);
}

.tea-dw-home-hero__title{
	margin:0;
	max-width:none;
	font-size:clamp(2.12rem, 2.75vw, 2.75rem);
	line-height:1.01;
	font-weight:900;
	letter-spacing:-.045em;
	color:var(--tea-text);
}

.tea-dw-home-hero__title-line,
.tea-dw-home-hero__copy-line{
	display:block;
}

.tea-dw-home-hero__copy{
	margin:8px 0 0;
	max-width:none;
	font-size:clamp(.86rem, .78vw, .94rem);
	line-height:1.38;
	color:var(--tea-text-soft);
}

.tea-dw-home-hero__divider{
	width:42px;
	height:2px;
	margin:10px 0;
	border-radius:999px;
	background:rgba(168,255,65,.7);
	box-shadow:0 0 16px rgba(121,223,36,.18);
}

.tea-dw-home-hero__note{
	margin:0;
	max-width:none;
	font-size:.8rem;
	line-height:1.38;
	color:var(--tea-text-soft);
}

.tea-dw-home-hero__actions{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin:12px 0 0;
}

.tea-dw-home-hero__button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:38px;
	padding:0 16px;
	border-radius:5px;
	border:1px solid rgba(243,247,239,.34);
	background:rgba(255,255,255,.02);
	color:var(--tea-text);
	text-decoration:none;
	font-size:.72rem;
	font-weight:900;
	letter-spacing:.04em;
	text-transform:uppercase;
	transition:transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.tea-dw-home-hero__button:hover{
	transform:translateY(-2px);
	border-color:rgba(255,255,255,.52);
	background:rgba(255,255,255,.06);
}

.tea-dw-home-hero__form-card{
	padding:16px;
	border:1px solid rgba(12,18,12,.08);
	border-radius:10px;
	background:#f8f9f6;
	box-shadow:0 18px 42px rgba(0,0,0,.24);
	color:#0d140c;
}

.tea-dw-home-hero__form-title{
	margin:0;
	font-size:clamp(1.32rem, 1.45vw, 1.55rem);
	line-height:1.05;
	font-weight:900;
	letter-spacing:-.045em;
	color:#101510;
}

.tea-dw-home-hero__form-copy{
	margin:4px 0 0;
	font-size:.76rem;
	line-height:1.35;
	color:#5a625a;
}

.tea-dw-home-hero__form{
	display:grid;
	gap:8px;
	margin-top:11px;
}

.tea-dw-home-hero__form-row{
	display:grid;
	grid-template-columns:minmax(0, 1fr) 104px;
	gap:8px;
}

body.tea-dw-site .tea-dw-home-hero__field{
	width:100%;
	min-height:40px;
	padding:0 12px;
	border:1px solid #c8cdc6;
	border-radius:4px;
	background:#fff;
	color:#121712;
	font-size:.8rem;
	font-weight:500;
	box-shadow:none;
}

body.tea-dw-site .tea-dw-home-hero__field::placeholder{
	color:#727a71;
	opacity:1;
}

body.tea-dw-site .tea-dw-home-hero__field:focus{
	outline:none;
	border-color:#73c62a;
	background:#fff;
	box-shadow:0 0 0 2px rgba(121,223,36,.14);
}

.tea-dw-home-hero__submit{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:100%;
	min-height:42px;
	padding:0 18px;
	border:0;
	border-radius:4px;
	background:linear-gradient(180deg, #a8ff41, #8cf11f);
	color:#081106;
	font-size:.78rem;
	font-weight:900;
	letter-spacing:.04em;
	text-transform:uppercase;
	cursor:pointer;
	box-shadow:0 8px 20px rgba(121,223,36,.16);
	transition:transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.tea-dw-home-hero__submit:hover{
	transform:translateY(-2px);
	box-shadow:0 18px 34px rgba(121,223,36,.22);
	filter:saturate(1.03);
}

.tea-dw-home-hero__notice{
	display:grid;
	grid-template-columns:16px minmax(0, 1fr);
	gap:8px;
	align-items:start;
	margin:3px 0 0;
	font-size:.72rem;
	line-height:1.35;
	color:#5d665d;
}

.tea-dw-home-hero__notice-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:16px;
	height:16px;
	border-radius:999px;
	border:1px solid rgba(15,20,15,.16);
	font-size:.72rem;
	line-height:1;
}

.tea-dw-home-hero__field-help{
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0, 0, 0, 0);
	white-space:nowrap;
	border:0;
}

@media (max-width: 1180px){
	.tea-dw-home-hero__shell{
		grid-template-columns:1fr;
		min-height:0;
	}

	.tea-dw-home-hero__content{
		max-width:none;
	}

	.tea-dw-home-hero__title,
	.tea-dw-home-hero__copy,
	.tea-dw-home-hero__note{
		max-width:none;
	}
}

@media (max-width: 767px){
	.tea-dw-home-hero{
		padding:0 0 10px;
	}

	.tea-dw-home-hero__shell{
		gap:8px;
		min-height:0;
		padding:10px 12px 12px;
		border-radius:8px;
	}

	.tea-dw-home-hero__overlay{
		background:
			linear-gradient(180deg, rgba(2,3,2,.84) 0%, rgba(2,3,2,.74) 44%, rgba(2,3,2,.56) 100%),
			linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0));
	}

	.tea-dw-home-hero__kicker{
		gap:8px;
		margin-bottom:5px;
		font-size:.58rem;
		letter-spacing:.105em;
	}

	.tea-dw-home-hero__kicker::before{
		width:18px;
	}

	.tea-dw-home-hero__title{
		max-width:none;
		font-size:clamp(1.42rem, 6.45vw, 1.82rem);
		line-height:.98;
		letter-spacing:-.052em;
	}

	.tea-dw-home-hero__copy{
		margin-top:6px;
		font-size:.74rem;
		line-height:1.25;
	}

	.tea-dw-home-hero__divider{
		display:none;
	}

	.tea-dw-home-hero__note{
		display:none;
	}

	.tea-dw-home-hero__actions{
		margin-top:8px;
	}

	.tea-dw-home-hero__button{
		width:100%;
		min-height:34px;
		padding:0 12px;
		font-size:.7rem;
		border-radius:5px;
	}

	.tea-dw-home-hero__form-card{
		padding:10px;
		border-radius:8px;
	}

	.tea-dw-home-hero__form-title{
		font-size:1.02rem;
		letter-spacing:-.035em;
	}

	.tea-dw-home-hero__form-copy{
		margin-top:3px;
		font-size:.68rem;
		line-height:1.2;
	}

	.tea-dw-home-hero__form{
		gap:6px;
		margin-top:7px;
	}

	.tea-dw-home-hero__form-row{
		grid-template-columns:minmax(0, 1fr) 76px;
		gap:7px;
	}

	body.tea-dw-site .tea-dw-home-hero__field{
		min-height:32px;
		padding:0 9px;
		border-radius:5px;
		font-size:.72rem;
	}

	.tea-dw-home-hero__submit{
		min-height:34px;
		border-radius:5px;
		font-size:.7rem;
	}

	.tea-dw-home-hero__notice{
		display:none;
	}
}

.tea-dw-home-categories{
	padding:clamp(16px,1.7vw,24px) 0 clamp(22px,2.4vw,34px);
	background:transparent;
	color:var(--tea-text);
}

body.tea-dw-site .tea-dw-home-categories__shell{
	padding:0;
	overflow:visible;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;
}

body.tea-dw-site .tea-dw-home-categories__shell::before{
	content:none;
}

.tea-dw-home-categories__header{
	display:grid;
	grid-template-columns:1fr;
	gap:6px;
	margin-bottom:clamp(11px,1.3vw,15px);
}

.tea-dw-home-categories__intro{
	max-width:none;
	color:var(--tea-text);
}

.tea-dw-home-categories__title{
	margin:0;
	max-width:none;
	font-size:clamp(1.55rem,2vw,2rem);
	line-height:1.04;
	font-weight:900;
	letter-spacing:-.04em;
	text-transform:none;
	color:var(--tea-text);
}

.tea-dw-home-categories__title-pre,
.tea-dw-home-categories__title-accent{
	display:inline;
}

.tea-dw-home-categories__title-pre{
	color:var(--tea-text);
}

.tea-dw-home-categories__title-accent{
	color:var(--tea-text);
}

.tea-dw-home-categories__summary{
	display:block;
	margin-top:3px;
}

.tea-dw-home-categories__copy{
	margin:0;
	max-width:72ch;
	font-size:.82rem;
	line-height:1.42;
	color:var(--tea-text-soft);
}

.tea-dw-home-categories__header-action{
	display:none;
}

.tea-dw-home-categories__grid{
	display:grid;
	grid-template-columns:repeat(5, minmax(0, 1fr));
	gap:clamp(10px,1.25vw,16px);
}

.tea-dw-home-categories__card{
	position:relative;
	min-width:0;
	min-height:clamp(210px,16vw,252px);
	border:1px solid rgba(17,22,17,.16);
	border-radius:6px;
	background:#0a0c0a;
	box-shadow:0 12px 28px rgba(0,0,0,.14);
	overflow:hidden;
	transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.tea-dw-home-categories__card:hover{
	transform:translateY(-3px);
	border-color:rgba(88,145,34,.42);
	box-shadow:0 17px 34px rgba(0,0,0,.2);
}

.tea-dw-home-categories__media{
	position:absolute;
	inset:0;
	overflow:hidden;
	background:linear-gradient(180deg, rgba(17,24,17,.92), rgba(9,13,9,.98));
}

.tea-dw-home-categories__media::after{
	content:"";
	position:absolute;
	inset:0;
	background:
		linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.12) 34%, rgba(0,0,0,.58) 62%, rgba(0,0,0,.98) 100%),
		linear-gradient(90deg, rgba(0,0,0,.12), transparent 58%);
}

.tea-dw-home-categories__media img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transform:scale(1.02);
	transition:transform .35s ease;
}

.tea-dw-home-categories__card:hover .tea-dw-home-categories__media img{
	transform:scale(1.06);
}

.tea-dw-home-categories__placeholder{
	position:absolute;
	inset:0;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:22px;
	background:
		radial-gradient(circle at top left, rgba(168,255,65,.14), transparent 34%),
		linear-gradient(180deg, rgba(15,22,15,.94), rgba(9,13,9,.98));
}

.tea-dw-home-categories__placeholder span{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:72px;
	height:72px;
	border:1px solid rgba(168,255,65,.18);
	border-radius:20px;
	background:rgba(121,223,36,.08);
	color:var(--tea-accent-strong);
	font-size:.9rem;
	font-weight:900;
	letter-spacing:.14em;
	text-transform:uppercase;
}

.tea-dw-home-categories__body{
	position:relative;
	z-index:2;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	min-height:clamp(210px,16vw,252px);
	padding:clamp(13px,1.25vw,17px);
	pointer-events:none;
}

.tea-dw-home-categories__body::before{
	content:"";
	width:28px;
	height:2px;
	margin-bottom:7px;
	background:var(--tea-accent-strong);
	box-shadow:0 0 10px rgba(121,223,36,.2);
}

.tea-dw-home-categories__meta{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10px;
	margin-bottom:6px;
}

.tea-dw-home-categories__eyebrow{
	display:none;
}

.tea-dw-home-categories__count{
	display:none;
}

.tea-dw-home-categories__card-title{
	margin:0;
	font-size:clamp(1rem,1.3vw,1.18rem);
	line-height:1.04;
	font-weight:900;
	letter-spacing:-.03em;
	color:#fff;
	text-wrap:balance;
}

.tea-dw-home-categories__description{
	margin:4px 0 0;
	font-size:.72rem;
	line-height:1.34;
	color:rgba(255,255,255,.84);
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}

.tea-dw-home-categories__button{
	display:inline-flex;
	align-items:center;
	justify-content:flex-start;
	min-height:0;
	margin-top:8px;
	padding:0;
	border:0;
	border-radius:0;
	background:transparent;
	color:var(--tea-accent-strong);
	text-decoration:none;
	font-size:.69rem;
	font-weight:800;
	letter-spacing:.08em;
	text-transform:uppercase;
	transition:transform .2s ease, opacity .2s ease;
	pointer-events:auto;
}

.tea-dw-home-categories__button::after{
	content:"\2192";
	margin-left:8px;
	font-size:1em;
	line-height:1;
}

.tea-dw-home-categories__button:hover{
	transform:translateX(2px);
	opacity:.9;
}

@media (max-width: 1180px){
	.tea-dw-home-categories__grid{
		grid-template-columns:repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px){
	.tea-dw-home-categories{
		padding:16px 0 22px;
	}

	.tea-dw-home-categories__header{
		gap:6px;
	}

	.tea-dw-home-categories__grid{
		grid-template-columns:repeat(2, minmax(0, 1fr));
		gap:10px;
	}

	.tea-dw-home-categories__title{
		font-size:clamp(1.55rem,7vw,2rem);
	}

	.tea-dw-home-categories__summary{
		display:block;
	}

	.tea-dw-home-categories__copy{
		max-width:none;
		font-size:.78rem;
	}

	.tea-dw-home-categories__header-action{
		display:none;
	}

	.tea-dw-home-categories__card,
	.tea-dw-home-categories__body{
		min-height:205px;
	}

	.tea-dw-home-categories__body{
		padding:12px;
	}

	.tea-dw-home-categories__card-title{
		font-size:.94rem;
	}

	.tea-dw-home-categories__description{
		display:none;
	}

	.tea-dw-home-categories__button{
		margin-top:6px;
		font-size:.62rem;
	}
}

.tea-dw-home-order-process{
	--tea-order-process-bg:#f5f8f1;
	position:relative;
	padding:clamp(38px,4vw,58px) 0;
	overflow:hidden;
	background:
		radial-gradient(circle at 50% 42%, rgba(121,223,36,.12), transparent 44%),
		linear-gradient(180deg, rgba(255,255,255,.92), rgba(236,244,229,.96)),
		var(--tea-order-process-bg);
	color:#182018;
}

.tea-dw-home-order-process::before,
.tea-dw-home-order-process::after{
	content:"";
	position:absolute;
	width:260px;
	aspect-ratio:1;
	border:1px solid rgba(121,223,36,.24);
	border-radius:50%;
	pointer-events:none;
}

.tea-dw-home-order-process::before{
	left:-168px;
	top:42px;
	box-shadow:
		0 0 0 34px rgba(121,223,36,.055),
		0 0 0 72px rgba(121,223,36,.035);
}

.tea-dw-home-order-process::after{
	right:-210px;
	bottom:-132px;
	box-shadow:
		0 0 0 38px rgba(121,223,36,.05),
		0 0 0 78px rgba(121,223,36,.03);
}

.tea-dw-home-order-process__inner{
	position:relative;
	z-index:2;
	width:min(var(--tea-site-max, 1460px), calc(100% - var(--tea-site-gutter, 32px)));
	margin-inline:auto;
}

.tea-dw-home-order-process__header{
	max-width:1040px;
	margin:0 auto;
	text-align:center;
}

.tea-dw-home-order-process__kicker{
	display:block;
	margin:0 0 10px;
	color:#3a8f12;
	font-size:.76rem;
	font-weight:900;
	letter-spacing:.15em;
	text-transform:uppercase;
}

.tea-dw-home-order-process__title{
	margin:0;
	font-size:clamp(1.85rem,3vw,2.8rem);
	line-height:1.02;
	font-weight:900;
	letter-spacing:-.045em;
	color:#111711;
	text-wrap:balance;
}

.tea-dw-home-order-process__copy{
	margin:12px auto 0;
	max-width:78ch;
	color:#3e483f;
	font-size:clamp(.9rem,1vw,1rem);
	line-height:1.48;
}

.tea-dw-home-order-process__steps{
	display:grid;
	grid-template-columns:repeat(3, minmax(0, 1fr));
	margin-top:clamp(26px,3vw,38px);
}

.tea-dw-home-order-process__step{
	position:relative;
	display:flex;
	flex-direction:column;
	align-items:center;
	min-width:0;
	padding:0 clamp(20px,3vw,46px);
	text-align:center;
}

.tea-dw-home-order-process__step + .tea-dw-home-order-process__step{
	border-left:1px solid rgba(30,45,30,.14);
}

.tea-dw-home-order-process__number{
	display:inline-block;
	margin:0 0 7px;
	color:transparent;
	font-family:'Arial Black', 'Arial', sans-serif;
	font-size:clamp(2.7rem,4.7vw,4.5rem);
	font-weight:900;
	line-height:.92;
	letter-spacing:-.055em;
	-webkit-text-stroke:1.35px var(--tea-accent-strong);
	text-stroke:1.35px var(--tea-accent-strong);
	-webkit-font-smoothing:antialiased;
	text-rendering:geometricPrecision;
	transform:translateZ(0);
}

.tea-dw-home-order-process__icon{
	display:flex;
	align-items:center;
	justify-content:center;
	width:58px;
	height:58px;
	margin:5px 0 13px;
	color:#233024;
}

.tea-dw-home-order-process__icon svg{
	width:100%;
	height:100%;
	fill:none;
	stroke:currentColor;
	stroke-width:2.6;
	stroke-linecap:round;
	stroke-linejoin:round;
}

.tea-dw-home-order-process__step-title{
	margin:0;
	color:#172017;
	font-size:1.02rem;
	line-height:1.15;
	font-weight:900;
}

.tea-dw-home-order-process__step-copy{
	margin:7px auto 0;
	max-width:28ch;
	color:#4a554b;
	font-size:.84rem;
	line-height:1.42;
}

.tea-dw-home-order-process__notice{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:12px;
	width:min(920px, calc(100% - 40px));
	min-height:48px;
	margin:clamp(28px,3vw,40px) auto 0;
	padding:10px 18px;
	border:1px solid rgba(79,148,28,.28);
	border-radius:8px;
	background:rgba(255,255,255,.66);
	color:#344034;
	text-align:center;
	font-size:.84rem;
	line-height:1.4;
}

.tea-dw-home-order-process__notice-icon{
	position:relative;
	flex:0 0 27px;
	width:27px;
	height:27px;
	border:2px solid var(--tea-accent-strong);
	border-radius:50%;
}

.tea-dw-home-order-process__notice-icon::before{
	content:"";
	position:absolute;
	left:7px;
	top:5px;
	width:8px;
	height:5px;
	border-left:2px solid var(--tea-accent-strong);
	border-bottom:2px solid var(--tea-accent-strong);
	transform:rotate(-45deg);
}

.tea-dw-home-order-process__notice p{
	margin:0;
}

@media (max-width: 767px){
	.tea-dw-home-order-process{
		padding:32px 0;
	}

	.tea-dw-home-order-process__kicker{
		margin-bottom:8px;
		font-size:.68rem;
	}

	.tea-dw-home-order-process__title{
		font-size:clamp(1.7rem,8vw,2.25rem);
	}

	.tea-dw-home-order-process__copy{
		margin-top:10px;
		font-size:.86rem;
	}

	.tea-dw-home-order-process__steps{
		grid-template-columns:1fr;
		gap:0;
		margin-top:24px;
	}

	.tea-dw-home-order-process__step{
		display:grid;
		grid-template-columns:58px 48px minmax(0, 1fr);
		grid-template-rows:auto auto;
		column-gap:13px;
		padding:18px 0;
		text-align:left;
	}

	.tea-dw-home-order-process__step + .tea-dw-home-order-process__step{
		border-left:0;
		border-top:1px solid rgba(223,233,222,.16);
	}

	.tea-dw-home-order-process__number{
		grid-row:1 / 3;
		align-self:center;
		margin:0;
		font-size:2.7rem;
	}

	.tea-dw-home-order-process__icon{
		grid-row:1 / 3;
		align-self:center;
		width:44px;
		height:44px;
		margin:0;
	}

	.tea-dw-home-order-process__step-title{
		align-self:end;
		font-size:.96rem;
	}

	.tea-dw-home-order-process__step-copy{
		align-self:start;
		max-width:none;
		margin:4px 0 0;
		font-size:.78rem;
	}

	.tea-dw-home-order-process__notice{
		align-items:flex-start;
		width:100%;
		margin-top:22px;
		padding:12px 14px;
		text-align:left;
		font-size:.78rem;
	}
}

.tea-dw-home-camping-products{
	position:relative;
	padding:clamp(12px,1.5vw,20px) 0;
	overflow:hidden;
	border:0;
	border-radius:0;
	background:transparent;
}

body.tea-dw-site .tea-dw-home-camping-products.tea-dw-block{
	border:0 !important;
	border-radius:0 !important;
	background:transparent !important;
	box-shadow:none !important;
}

body.tea-dw-site .tea-dw-home-camping-products__shell.tea-dw-shell{
	padding:0 clamp(18px,2.2vw,34px);
	overflow:visible !important;
	border:0 !important;
	border-radius:0 !important;
	background:transparent !important;
	box-shadow:none !important;
}

body.tea-dw-site .tea-dw-home-camping-products__shell.tea-dw-shell::before{
	content:none !important;
	display:none !important;
}

.tea-dw-home-camping-products__header{
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	gap:22px;
	align-items:end;
	margin-bottom:clamp(10px,1vw,14px);
}

.tea-dw-home-camping-products__intro{
	max-width:760px;
}

.tea-dw-home-camping-products__title{
	margin:6px 0 0;
	font-size:clamp(2rem,3vw,3.25rem);
	line-height:1;
	font-weight:900;
	letter-spacing:-.045em;
	color:#f5f6f3;
}

.tea-dw-home-camping-products__copy{
	margin:8px 0 0;
	max-width:62ch;
	font-size:clamp(.94rem,1.1vw,1.08rem);
	line-height:1.5;
	color:rgba(245,246,243,.7);
}

.tea-dw-home-camping-products__controls,
.tea-dw-home-camping-products__nav{
	display:flex;
	align-items:center;
}

.tea-dw-home-camping-products__controls{
	justify-content:flex-end;
	gap:12px;
}

.tea-dw-home-camping-products__nav{
	gap:8px;
}

.tea-dw-home-camping-products__nav-btn{
	width:44px;
	height:44px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	border:1px solid rgba(255,255,255,.14);
	border-radius:6px;
	background:#151816;
	color:#f5f6f3;
	cursor:pointer;
	transition:border-color .2s ease,background-color .2s ease,color .2s ease,opacity .2s ease;
}

.tea-dw-home-camping-products__nav-btn:hover:not(:disabled){
	border-color:#8df500;
	background:rgba(141,245,0,.08);
	color:#8df500;
}

.tea-dw-home-camping-products__nav-btn:disabled{
	opacity:.3;
	cursor:default;
}

.tea-dw-home-camping-products__cta{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:18px;
	min-height:48px;
	padding:0 22px;
	border:1px solid rgba(141,245,0,.72);
	border-radius:6px;
	background:rgba(255,255,255,.015);
	color:#f5f6f3;
	text-decoration:none;
	font-size:.76rem;
	font-weight:900;
	letter-spacing:.055em;
	text-transform:uppercase;
	transition:border-color .2s ease,background-color .2s ease,color .2s ease;
}

.tea-dw-home-camping-products__cta::after{
	content:"\2192";
	color:#8df500;
	font-size:1.35rem;
	line-height:1;
}

.tea-dw-home-camping-products__cta:hover{
	border-color:#8df500;
	background:rgba(141,245,0,.08);
	color:#fff;
}

.tea-dw-home-camping-products__track{
	display:grid;
	grid-auto-flow:column;
	grid-auto-columns:calc((100% - 56px) / 5);
	gap:14px;
	overflow-x:auto;
	scrollbar-width:none;
	scroll-snap-type:x mandatory;
	overscroll-behavior-inline:contain;
	padding:2px 1px 8px;
}

.tea-dw-home-camping-products__track::-webkit-scrollbar{
	display:none;
}

.tea-dw-home-camping-products__card{
	scroll-snap-align:start;
	display:flex;
	flex-direction:column;
	min-height:100%;
	overflow:hidden;
	border:1px solid rgba(255,255,255,.2);
	border-radius:8px;
	background:linear-gradient(180deg,#1b1e1c 0%,#171a18 100%);
	transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}

.tea-dw-home-camping-products__card:hover{
	transform:translateY(-3px);
	border-color:rgba(141,245,0,.46);
	box-shadow:0 18px 38px rgba(0,0,0,.3);
}

.tea-dw-home-camping-products__thumb{
	aspect-ratio:1.5 / 1;
	display:block;
	overflow:hidden;
	margin:0;
	border:0;
	border-radius:7px 7px 0 0;
	background:linear-gradient(180deg,#efefed 0%,#d8d9d7 100%);
}

.tea-dw-home-camping-products__thumb img{
	width:100%;
	height:100%;
	display:block;
	object-fit:cover;
	padding:0;
	transition:transform .35s ease;
}

.tea-dw-home-camping-products__card:hover .tea-dw-home-camping-products__thumb img{
	transform:scale(1.035);
}

.tea-dw-home-camping-products__body{
	display:flex;
	flex:1 1 auto;
	flex-direction:column;
	padding:9px 10px 9px;
}

.tea-dw-home-camping-products__meta{
	margin-bottom:7px;
}

.tea-dw-home-camping-products__category{
	display:block;
	font-size:.68rem;
	font-weight:700;
	letter-spacing:.075em;
	text-transform:uppercase;
	color:rgba(245,246,243,.58);
}

.tea-dw-home-camping-products__name{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	min-height:2.36em;
	overflow:hidden;
	margin:0;
	font-size:clamp(.88rem,1vw,1.02rem);
	line-height:1.18;
	font-weight:800;
	letter-spacing:-.025em;
	color:#f5f6f3;
	text-decoration:none;
}

.tea-dw-home-camping-products__price{
	margin:6px 0 0;
	font-size:clamp(.94rem,1.1vw,1.1rem);
	font-weight:900;
	color:#8df500;
}

.tea-dw-home-camping-products__price ins{
	background:none;
	color:#8df500;
	text-decoration:none;
}

.tea-dw-home-camping-products__price del{
	color:rgba(245,246,243,.48);
	opacity:1;
	font-size:.78em;
}

.tea-dw-home-camping-products__actions{
	margin-top:auto;
	padding-top:8px;
}

.tea-dw-home-camping-products__action{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	min-height:36px;
	padding:7px 10px;
	border:1px solid #8df500;
	border-radius:5px;
	background:linear-gradient(135deg,#9cff18 0%,#73df00 100%);
	color:#071005;
	text-decoration:none;
	font-size:.75rem;
	font-weight:900;
	letter-spacing:.055em;
	text-transform:uppercase;
	box-shadow:none;
	transition:filter .2s ease,transform .2s ease;
}

.tea-dw-home-camping-products__action:hover{
	transform:translateY(-1px);
	filter:brightness(1.06);
	color:#071005;
}

.tea-dw-home-camping-products__action--view{
	border-color:rgba(141,245,0,.72);
	background:transparent;
	color:#f5f6f3;
}

.tea-dw-home-camping-products__action--view:hover{
	background:rgba(141,245,0,.08);
	color:#fff;
}

.tea-dw-home-camping-products__stock{
	display:flex;
	align-items:center;
	gap:7px;
	margin:7px 0 0;
	padding-top:7px;
	border-top:1px solid rgba(255,255,255,.08);
	font-size:.75rem;
	line-height:1.3;
	color:rgba(245,246,243,.7);
}

.tea-dw-home-camping-products__stock::before{
	content:"\2713";
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex:0 0 18px;
	width:18px;
	height:18px;
	border:1px solid #8df500;
	border-radius:50%;
	color:#8df500;
	font-size:.68rem;
	font-weight:900;
}

.tea-dw-home-camping-products__empty{
	padding:22px;
	border:1px solid rgba(255,255,255,.14);
	border-radius:8px;
	background:rgba(255,255,255,.025);
	color:rgba(245,246,243,.7);
}

@media (max-width:1240px){
	.tea-dw-home-camping-products__track{
		grid-auto-columns:calc((100% - 42px) / 4);
	}
}

@media (max-width:940px){
	.tea-dw-home-camping-products__header{
		grid-template-columns:1fr;
		align-items:start;
	}

	.tea-dw-home-camping-products__controls{
		justify-content:space-between;
	}

	.tea-dw-home-camping-products__track{
		grid-auto-columns:calc((100% - 28px) / 3);
	}
}

@media (max-width:720px){
	.tea-dw-home-camping-products__track{
		grid-auto-columns:calc((100% - 14px) / 2);
	}
}

@media (max-width:640px){
	.tea-dw-home-camping-products{
		padding:14px 0;
	}

	body.tea-dw-site .tea-dw-home-camping-products__shell{
		padding:0 16px;
	}

	.tea-dw-home-camping-products__header{
		gap:12px;
		margin-bottom:10px;
	}

	.tea-dw-home-camping-products__title{
		font-size:clamp(2rem,10vw,2.75rem);
	}

	.tea-dw-home-camping-products__copy{
		margin-top:9px;
		font-size:.9rem;
	}

	.tea-dw-home-camping-products__controls{
		gap:8px;
	}

	.tea-dw-home-camping-products__track{
		grid-auto-columns:minmax(78vw,78vw);
		gap:10px;
	}

	.tea-dw-home-camping-products__nav{
		order:2;
	}

	.tea-dw-home-camping-products__cta{
		min-height:42px;
		padding:0 14px;
		font-size:.68rem;
	}

	.tea-dw-home-camping-products__nav-btn{
		width:42px;
		height:42px;
	}

	.tea-dw-home-camping-products__thumb{
		aspect-ratio:1.42 / 1;
	}

	.tea-dw-home-camping-products__body{
		padding:13px 11px 11px;
	}

	.tea-dw-home-camping-products__name{
		font-size:1rem;
	}

	.tea-dw-home-camping-products__price{
		font-size:1.06rem;
	}
}

.tea-dw-home-location{
	padding:clamp(2px,.8vw,8px) 0 clamp(12px,2vw,26px);
}

.tea-dw-home-location__separator{
	position:relative;
	width:min(100%, calc(100% - clamp(44px, 6vw, 82px)));
	height:14px;
	margin:0 auto 10px;
	overflow:hidden;
}

.tea-dw-home-location__separator::before{
	content:"";
	position:absolute;
	inset:50% 0 auto;
	height:1px;
	transform:translateY(-50%);
	background:linear-gradient(90deg, transparent, rgba(168,255,65,.18), transparent);
}

.tea-dw-home-location__separator::after{
	content:"";
	position:absolute;
	top:50%;
	left:-28%;
	width:28%;
	height:2px;
	transform:translateY(-50%);
	border-radius:999px;
	background:linear-gradient(90deg, transparent 0%, rgba(168,255,65,.02) 16%, rgba(168,255,65,.34) 50%, rgba(168,255,65,.02) 84%, transparent 100%);
	filter:blur(4px);
	animation:teaDwHomeLocationSeparator 7.2s linear infinite;
}

.tea-dw-home-location__shell{
	padding:0;
	border:0 !important;
	border-radius:0 !important;
	background:none !important;
	box-shadow:none !important;
	overflow:visible !important;
}

body.tea-dw-site .tea-dw-home-location__shell.tea-dw-shell::before{
	display:none;
}

.tea-dw-home-location__header{
	display:grid;
	grid-template-columns:minmax(0, .82fr);
	gap:10px;
	align-items:start;
	margin-bottom:clamp(12px,1.7vw,18px);
}

.tea-dw-home-location__title{
	margin:0;
	font-size:clamp(1.9rem,3.45vw,3rem);
	line-height:.96;
	font-weight:900;
	letter-spacing:-.055em;
	text-transform:uppercase;
	color:var(--tea-text);
}

.tea-dw-home-location__title-pre,
.tea-dw-home-location__title-accent{
	display:inline;
}

.tea-dw-home-location__title-accent{
	color:var(--tea-accent-strong);
}

.tea-dw-home-location__copy{
	margin:8px 0 0;
	max-width:42ch;
	font-size:.9rem;
	line-height:1.45;
	color:var(--tea-text-soft);
}

.tea-dw-home-location__grid{
	display:grid;
	grid-template-columns:minmax(260px, .88fr) minmax(0, 1.12fr);
	gap:12px;
	align-items:stretch;
}

.tea-dw-home-location__photo-card,
.tea-dw-home-location__info-card,
.tea-dw-home-location__map-card{
	border:1px solid var(--tea-line);
	border-radius:var(--tea-radius-lg);
	background:rgba(6,8,6,.58);
	box-shadow:none;
	overflow:hidden;
}

.tea-dw-home-location__photo-card{
	min-height:100%;
}

.tea-dw-home-location__photo{
	position:relative;
	height:100%;
	min-height:clamp(280px,26vw,420px);
	background:
		radial-gradient(circle at top left, rgba(168,255,65,.12), transparent 34%),
		linear-gradient(180deg, rgba(16,22,16,.96), rgba(8,12,8,.99));
}

.tea-dw-home-location__photo-slider{
	position:absolute;
	inset:0;
	overflow:hidden;
}

.tea-dw-home-location__photo-slide{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
	display:block;
	opacity:0;
	transform:scale(1.01);
	transition:opacity 1.6s ease, transform 6s ease;
}

.tea-dw-home-location__photo-slide.is-active{
	opacity:1;
	transform:scale(1);
}

.tea-dw-home-location__photo img{
	width:100%;
	height:100%;
	object-fit:cover;
	object-position:center center;
	display:block;
}

.tea-dw-home-location__photo-placeholder{
	position:absolute;
	inset:0;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:22px;
}

.tea-dw-home-location__photo-placeholder span{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:92px;
	height:92px;
	border:1px solid rgba(168,255,65,.18);
	border-radius:var(--tea-radius-lg);
	background:rgba(121,223,36,.08);
	color:var(--tea-accent-strong);
	font-size:.86rem;
	font-weight:900;
	letter-spacing:.12em;
	text-transform:uppercase;
	text-align:center;
}

.tea-dw-home-location__right{
	display:grid;
	align-content:start;
	grid-auto-rows:max-content;
	gap:12px;
}

.tea-dw-home-location__info-card,
.tea-dw-home-location__map-card{
	padding:clamp(14px,1.7vw,18px);
}

.tea-dw-home-location__eyebrow{
	display:inline-flex;
	align-items:center;
	min-height:26px;
	padding:0 10px;
	border:1px solid rgba(168,255,65,.18);
	border-radius:var(--tea-radius-md);
	background:rgba(121,223,36,.06);
	font-size:.68rem;
	font-weight:900;
	letter-spacing:.12em;
	text-transform:uppercase;
	color:var(--tea-accent-strong);
}

.tea-dw-home-location__info-title{
	margin:10px 0 0;
	font-size:1.08rem;
	line-height:1.08;
	font-weight:900;
	letter-spacing:-.04em;
	color:var(--tea-text);
}

.tea-dw-home-location__info-copy{
	margin:8px 0 0;
	font-size:.88rem;
	line-height:1.45;
	color:var(--tea-text-soft);
}

.tea-dw-home-location__actions{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin-top:12px;
}

.tea-dw-home-location__button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:40px;
	padding:0 16px;
	border-radius:var(--tea-radius-md);
	font-size:.78rem;
	font-weight:900;
	letter-spacing:.05em;
	text-transform:uppercase;
	text-decoration:none;
	transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.tea-dw-home-location__button--primary{
	background:linear-gradient(135deg, var(--tea-accent-strong), var(--tea-accent));
	color:#061005;
	box-shadow:0 12px 24px rgba(121,223,36,.14);
}

.tea-dw-home-location__button--secondary{
	border:1px solid rgba(255,255,255,.12);
	background:rgba(255,255,255,.02);
	color:var(--tea-text);
}

.tea-dw-home-location__button:hover{
	transform:translateY(-2px);
}

.tea-dw-home-location__map-frame{
	width:100%;
	height:clamp(168px,17vw,210px);
	min-height:0;
	border:0;
	border-radius:var(--tea-radius-md);
	background:#061005;
}

.tea-dw-home-location__map-empty{
	padding:18px;
	border:1px dashed rgba(168,255,65,.18);
	border-radius:var(--tea-radius-lg);
	background:rgba(121,223,36,.04);
	color:var(--tea-text-soft);
	font-size:.94rem;
	line-height:1.66;
}

@keyframes teaDwHomeLocationSeparator{
	0%{ left:-28%; opacity:0; }
	14%{ opacity:.18; }
	50%{ left:36%; opacity:.62; }
	86%{ opacity:.18; }
	100%{ left:100%; opacity:0; }
}

@media (max-width: 1080px){
	.tea-dw-home-location__header{
		grid-template-columns:1fr;
	}

	.tea-dw-home-location__grid{
		grid-template-columns:1fr;
	}
}

@media (max-width: 767px){
	.tea-dw-home-location__shell{
		padding:0;
	}

	.tea-dw-home-location__title{
		font-size:clamp(1.75rem,9vw,2.65rem);
	}

	.tea-dw-home-location__copy{
		font-size:.86rem;
	}

	.tea-dw-home-location__actions{
		flex-direction:column;
	}

	.tea-dw-home-location__button{
		width:100%;
	}

	.tea-dw-home-location__photo{
		height:auto;
		min-height:0;
		aspect-ratio:16 / 10;
	}

	.tea-dw-home-location__map-card{
		display:none;
	}
}

.tea-dw-home-cta-final{
	padding:clamp(2px,.8vw,8px) 0 clamp(12px,2vw,26px);
}

.tea-dw-home-cta-final__separator{
	position:relative;
	width:min(100%, calc(100% - clamp(44px, 6vw, 82px)));
	height:14px;
	margin:0 auto 10px;
	overflow:hidden;
}

.tea-dw-home-cta-final__separator::before{
	content:"";
	position:absolute;
	inset:50% 0 auto;
	height:1px;
	transform:translateY(-50%);
	background:linear-gradient(90deg, transparent, rgba(168,255,65,.18), transparent);
}

.tea-dw-home-cta-final__separator::after{
	content:"";
	position:absolute;
	top:50%;
	left:-28%;
	width:28%;
	height:2px;
	transform:translateY(-50%);
	border-radius:999px;
	background:linear-gradient(90deg, transparent 0%, rgba(168,255,65,.02) 16%, rgba(168,255,65,.34) 50%, rgba(168,255,65,.02) 84%, transparent 100%);
	filter:blur(4px);
	animation:teaDwHomeCtaSeparator 7.2s linear infinite;
}

.tea-dw-home-cta-final__shell{
	padding:0;
	border:0 !important;
	border-radius:0 !important;
	background:none !important;
	box-shadow:none !important;
	overflow:visible !important;
}

body.tea-dw-site .tea-dw-home-cta-final__shell.tea-dw-shell::before{
	display:none;
}

.tea-dw-home-cta-final__grid{
	display:grid;
	grid-template-columns:minmax(0, 720px);
	justify-content:center;
	gap:0;
	align-items:center;
}

.tea-dw-home-cta-final__panel{
	padding:clamp(16px,2vw,20px);
	border:1px solid var(--tea-line);
	border-radius:var(--tea-radius-lg);
	background:rgba(6,8,6,.58);
	box-shadow:none;
	min-width:0;
	width:100%;
}

.tea-dw-home-cta-final__panel-title{
	margin:0;
	font-size:1rem;
	line-height:1.12;
	font-weight:900;
	letter-spacing:-.02em;
	color:var(--tea-text);
}

.tea-dw-home-cta-final__panel-copy{
	margin:8px 0 0;
	font-size:.88rem;
	line-height:1.46;
	color:var(--tea-muted);
}

.tea-dw-home-cta-final__actions{
	display:grid;
	grid-template-columns:repeat(2, minmax(0, 1fr));
	gap:10px;
	margin-top:12px;
}

.tea-dw-home-cta-final__button{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:42px;
	padding:0 18px;
	border-radius:var(--tea-radius-md);
	font-size:.82rem;
	font-weight:900;
	letter-spacing:.05em;
	text-transform:uppercase;
	text-decoration:none;
	transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.tea-dw-home-cta-final__button--primary{
	background:linear-gradient(135deg, var(--tea-accent-strong), var(--tea-accent));
	color:#061005;
	box-shadow:0 12px 24px rgba(121,223,36,.14);
}

.tea-dw-home-cta-final__button--secondary{
	border:1px solid rgba(255,255,255,.12);
	background:rgba(255,255,255,.02);
	color:var(--tea-text);
}

.tea-dw-home-cta-final__button:hover{
	transform:translateY(-2px);
}

.tea-dw-home-cta-final__button--primary:hover{
	box-shadow:0 22px 40px rgba(121,223,36,.24);
}

.tea-dw-home-cta-final__button--secondary:hover{
	border-color:rgba(168,255,65,.24);
	background:rgba(121,223,36,.08);
}

.tea-dw-home-cta-final__socials{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:8px;
	margin-top:12px;
}

.tea-dw-home-cta-final__socials-label{
	font-size:.72rem;
	font-weight:900;
	letter-spacing:.16em;
	text-transform:uppercase;
	color:var(--tea-muted);
}

.tea-dw-home-cta-final__socials-list{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:8px;
}

.tea-dw-home-cta-final__social{
	display:inline-flex;
	align-items:center;
	gap:10px;
	min-height:34px;
	padding:0 14px 0 10px;
	border:1px solid rgba(168,255,65,.16);
	border-radius:var(--tea-radius-md);
	background:rgba(121,223,36,.06);
	color:var(--tea-text);
	text-decoration:none;
	font-size:.76rem;
	font-weight:800;
	letter-spacing:.04em;
	text-transform:uppercase;
}

.tea-dw-home-cta-final__social-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:24px;
	height:24px;
	border-radius:999px;
	background:linear-gradient(135deg, rgba(168,255,65,.24), rgba(121,223,36,.4));
	box-shadow:inset 0 0 0 1px rgba(168,255,65,.16);
	color:#061005;
	font-size:.62rem;
	font-weight:900;
	letter-spacing:.08em;
	flex:0 0 auto;
}

.tea-dw-home-cta-final__social:hover{
	color:var(--tea-accent-strong);
	border-color:rgba(168,255,65,.26);
}

@keyframes teaDwHomeCtaSeparator{
	0%{ left:-28%; opacity:0; }
	14%{ opacity:.18; }
	50%{ left:36%; opacity:.62; }
	86%{ opacity:.18; }
	100%{ left:100%; opacity:0; }
}

@media (max-width: 980px){
	.tea-dw-home-cta-final__grid{
		grid-template-columns:minmax(0, 720px);
	}

}

@media (max-width: 767px){
	.tea-dw-home-cta-final__shell{
		padding:0;
	}

	.tea-dw-home-cta-final__actions{
		grid-template-columns:1fr;
	}
}

/* El footer nativo queda disponible para WP, pero no forma parte del frente TEA. */
body.tea-dw-site .site-footer:not(.tea-dw-site-footer),
body.tea-dw-site .ct-footer:not(.tea-dw-site-footer),
body.tea-dw-site footer.ct-footer:not(.tea-dw-site-footer){
	display:none !important;
}

body.tea-dw-site .tea-dw-site-footer{
	width:100%;
	margin-top:54px;
	padding:48px 0 20px;
	border-top:1px solid rgba(255,255,255,.08);
	background:
		radial-gradient(circle at 8% 24%, rgba(121,223,36,.07), transparent 28%),
		linear-gradient(135deg, #0c0f0c 0%, #080a08 48%, #0c100c 100%);
	color:#dce2d9;
}

body.tea-dw-site .tea-dw-site-footer__inner{
	width:min(var(--tea-site-max, 1460px), calc(100% - var(--tea-site-gutter, 40px)));
	margin-inline:auto;
}

body.tea-dw-site .tea-dw-site-footer__grid{
	display:grid;
	grid-template-columns:1.35fr .9fr 1fr 1.15fr;
	gap:clamp(28px, 4vw, 74px);
	align-items:start;
}

body.tea-dw-site .tea-dw-site-footer__brand-logo{
	display:block;
	width:min(230px, 100%);
	margin-bottom:22px;
}

body.tea-dw-site .tea-dw-site-footer__brand-logo img{
	display:block;
	width:100%;
	height:auto;
}

body.tea-dw-site .tea-dw-site-footer__copy{
	max-width:290px;
	margin:0;
	color:#b7c0b5;
	font-size:15px;
	line-height:1.65;
}

body.tea-dw-site .tea-dw-site-footer__socials{
	display:flex;
	gap:10px;
	margin-top:20px;
}

body.tea-dw-site .tea-dw-site-footer__social{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:47px;
	height:47px;
	border:1px solid rgba(168,255,65,.7);
	border-radius:50%;
	color:#e8f0e5;
	text-decoration:none;
	transition:background .2s ease, color .2s ease, transform .2s ease;
}

body.tea-dw-site .tea-dw-site-footer__social:hover{
	background:#a8ff41;
	color:#060806;
	transform:translateY(-2px);
}

body.tea-dw-site .tea-dw-site-footer__social svg,
body.tea-dw-site .tea-dw-site-footer__contact-icon svg{
	width:21px;
	height:21px;
	fill:none;
	stroke:currentColor;
	stroke-width:1.8;
}

body.tea-dw-site .tea-dw-site-footer__heading{
	display:flex;
	align-items:center;
	gap:8px;
	margin:5px 0 16px;
	color:#f1f5ef;
	font-size:14px;
	font-weight:900;
	letter-spacing:.035em;
	text-transform:uppercase;
}

body.tea-dw-site .tea-dw-site-footer__heading svg,
body.tea-dw-site .tea-dw-site-footer__link svg{
	width:17px;
	height:17px;
	fill:none;
	stroke:#a8ff41;
	stroke-width:2;
}

body.tea-dw-site .tea-dw-site-footer__links{
	margin:0;
	padding:0;
	list-style:none;
}

body.tea-dw-site .tea-dw-site-footer__links li{
	margin:0;
	border-bottom:1px solid rgba(255,255,255,.13);
}

body.tea-dw-site .tea-dw-site-footer__link{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:12px;
	padding:12px 0;
	color:#c6cec3;
	font-size:15px;
	line-height:1.25;
	text-decoration:none;
	transition:color .2s ease;
}

body.tea-dw-site .tea-dw-site-footer__link:hover{
	color:#a8ff41;
}

body.tea-dw-site .tea-dw-site-footer__contact-list{
	display:grid;
	gap:15px;
}

body.tea-dw-site .tea-dw-site-footer__contact{
	display:grid;
	grid-template-columns:24px minmax(0, 1fr);
	gap:12px;
	align-items:start;
	color:#c6cec3;
	font-size:15px;
	line-height:1.55;
	text-decoration:none;
}

body.tea-dw-site .tea-dw-site-footer__contact:hover{
	color:#a8ff41;
}

body.tea-dw-site .tea-dw-site-footer__contact-icon{
	display:flex;
	justify-content:center;
	padding-top:1px;
	color:#a8ff41;
}

body.tea-dw-site .tea-dw-site-footer__bottom{
	display:grid;
	grid-template-columns:1.2fr auto 1.2fr;
	gap:22px;
	align-items:center;
	margin-top:42px;
	padding-top:22px;
	border-top:1px solid rgba(255,255,255,.17);
	color:#aab3a7;
	font-size:12px;
	line-height:1.55;
}

body.tea-dw-site .tea-dw-site-footer__copyright strong{
	color:#edf2ea;
}

body.tea-dw-site .tea-dw-site-footer__legal{
	display:flex;
	justify-content:center;
	gap:14px;
	flex-wrap:wrap;
}

body.tea-dw-site .tea-dw-site-footer__legal a,
body.tea-dw-site .tea-dw-site-footer__consumer a{
	color:#d2dad0;
	text-decoration:none;
}

body.tea-dw-site .tea-dw-site-footer__legal a:hover,
body.tea-dw-site .tea-dw-site-footer__consumer a:hover{
	color:#a8ff41;
}

body.tea-dw-site .tea-dw-site-footer__legal span{
	color:#a8ff41;
}

body.tea-dw-site .tea-dw-site-footer__consumer{
	display:flex;
	justify-content:flex-end;
	align-items:center;
	gap:12px;
	text-align:right;
}

body.tea-dw-site .tea-dw-site-footer__fiscal{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex:0 0 auto;
	width:42px;
	height:42px;
	padding:3px;
	background:#fff;
}

body.tea-dw-site .tea-dw-site-footer__fiscal img{
	display:block;
	max-width:100%;
	max-height:100%;
}

@media (max-width: 980px){
	body.tea-dw-site .tea-dw-site-footer{
		margin-top:38px;
		padding-top:38px;
	}

	body.tea-dw-site .tea-dw-site-footer__grid{
		grid-template-columns:repeat(2, minmax(0, 1fr));
		gap:34px 48px;
	}

	body.tea-dw-site .tea-dw-site-footer__bottom{
		grid-template-columns:1fr;
		text-align:center;
	}

	body.tea-dw-site .tea-dw-site-footer__consumer{
		justify-content:center;
		text-align:center;
	}
}

@media (max-width: 640px){
	body.tea-dw-site .tea-dw-site-footer{
		padding:32px 0 18px;
	}

	body.tea-dw-site .tea-dw-site-footer__inner{
		width:min(100% - 28px, var(--tea-site-max, 1460px));
	}

	body.tea-dw-site .tea-dw-site-footer__grid{
		grid-template-columns:1fr;
		gap:30px;
	}

	body.tea-dw-site .tea-dw-site-footer__brand-logo{
		width:185px;
		margin-bottom:16px;
	}

	body.tea-dw-site .tea-dw-site-footer__copy,
	body.tea-dw-site .tea-dw-site-footer__link,
	body.tea-dw-site .tea-dw-site-footer__contact{
		font-size:14px;
	}

	body.tea-dw-site .tea-dw-site-footer__bottom{
		margin-top:30px;
		padding-top:18px;
		gap:13px;
	}
}


/* Adaptación mínima al router PHP propio. La identidad visual de los bloques anteriores
   sale literalmente de los snippets de producción. */
*{box-sizing:border-box}
html{background:#010101;scroll-behavior:smooth}
body.tea-dw-site{margin:0;min-height:100vh;color:var(--tea-text);line-height:1.5}
a{color:inherit;text-decoration:none}
img{max-width:100%}
button,input,select,textarea{font:inherit}
body.tea-dw-site #main-container{min-height:60vh}
body.tea-dw-site .wrap{width:100%;max-width:none;margin:0;padding:26px 0 76px}
body.tea-dw-site.tea-dw-home-page .wrap{padding:4px 0 0}
body.tea-dw-site .eyebrow{color:var(--tea-accent-strong);font-size:11px;letter-spacing:.14em;font-weight:800;text-transform:uppercase}
body.tea-dw-site .muted{color:var(--tea-muted)}
body.tea-dw-site .card{background:var(--tea-surface);border:1px solid var(--tea-line);border-radius:var(--tea-radius-lg);padding:18px}
body.tea-dw-site .breadcrumbs{display:flex;gap:8px;flex-wrap:wrap;font-size:12px;color:var(--tea-muted);margin:0 0 18px}
body.tea-dw-site .breadcrumbs span::after{content:"›";margin-left:8px;color:#5e655e}
body.tea-dw-site .breadcrumbs span:last-child::after{display:none}
body.tea-dw-site .category-grid,body.tea-dw-site .product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:24px}
body.tea-dw-site .category-card{min-height:150px;display:flex;flex-direction:column;justify-content:flex-end}
body.tea-dw-site .category-card h2{margin:0;font:800 18px/1.18 var(--tea-font-display)}
body.tea-dw-site .category-card p{color:var(--tea-muted);margin:8px 0 0;font-size:13px}
body.tea-dw-site .catalog-layout{display:grid;grid-template-columns:270px minmax(0,1fr);gap:22px;align-items:start;margin-top:22px}
body.tea-dw-site .filters{position:sticky;top:18px;background:var(--tea-surface);border:1px solid var(--tea-line);border-radius:var(--tea-radius-lg);padding:17px}
body.tea-dw-site .filters h2{font:800 17px/1.2 var(--tea-font-display);margin:0 0 12px}
body.tea-dw-site .filter-group{border-top:1px solid var(--tea-line);padding-top:13px;margin-top:13px}
body.tea-dw-site .filter-group:first-of-type{border-top:0;padding-top:0}
body.tea-dw-site .filter-group label.title{display:block;font-weight:800;margin-bottom:8px}
body.tea-dw-site .filters input[type="search"],body.tea-dw-site .filters input[type="number"],body.tea-dw-site .filters select,body.tea-dw-site .results-head select{width:100%;border:1px solid var(--tea-line);background:#090b09;color:var(--tea-text);border-radius:6px;padding:9px 10px}
body.tea-dw-site .filters select[multiple]{min-height:120px}
body.tea-dw-site .price-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
body.tea-dw-site .check{display:flex;gap:8px;align-items:flex-start;margin:6px 0}
body.tea-dw-site .filter-actions{display:grid;gap:8px;margin-top:18px}
body.tea-dw-site .clear{text-align:center;color:var(--tea-muted);font-size:13px}
body.tea-dw-site .results-head{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:6px}
body.tea-dw-site .results-head select{width:auto}
body.tea-dw-site .active-filter{display:inline-block;padding:5px 9px;margin:4px 4px 0 0;border-radius:999px;border:1px solid var(--tea-line);color:var(--tea-text-soft);font-size:11px}
body.tea-dw-site .product-card{display:flex;flex-direction:column;padding:12px}
body.tea-dw-site .product-card img,body.tea-dw-site .image-placeholder{width:100%;aspect-ratio:1/1;object-fit:contain;background:#eee;border-radius:6px}
body.tea-dw-site .image-placeholder{display:grid;place-items:center;color:#666}
body.tea-dw-site .product-card h2{font:800 15px/1.3 var(--tea-font-display);margin:13px 0 8px}
body.tea-dw-site .price{font-size:19px;font-weight:900;color:var(--tea-accent-strong);margin-top:auto}
body.tea-dw-site .stock{font-size:12px;color:var(--tea-muted);margin-top:6px}
body.tea-dw-site .product{display:grid;grid-template-columns:minmax(260px,420px) 1fr;gap:36px;margin-top:28px}
body.tea-dw-site .product img{width:100%;aspect-ratio:1/1;object-fit:contain;background:#eee;border-radius:8px}
body.tea-dw-site .product .price{font-size:30px;margin:16px 0}
body.tea-dw-site .meta{display:grid;grid-template-columns:180px 1fr;gap:8px 16px;margin-top:24px}
body.tea-dw-site .meta dt{color:var(--tea-muted)}body.tea-dw-site .meta dd{margin:0;overflow-wrap:anywhere}
body.tea-dw-site .pill{display:inline-block;margin:4px 4px 0 0;padding:5px 9px;background:var(--tea-surface-strong);border-radius:999px;font-size:12px}
body.tea-dw-site .pagination{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}
body.tea-dw-site .pagination a,body.tea-dw-site .pagination strong{display:inline-grid;place-items:center;min-width:38px;height:38px;padding:0 10px;border-radius:6px;border:1px solid var(--tea-line)}
body.tea-dw-site .pagination strong{background:var(--tea-accent);color:#081106}
body.tea-dw-site .empty{margin-top:24px}
[data-tea-catalog-fragment]{transition:opacity .18s ease}[data-tea-catalog-fragment].is-loading{opacity:.48;pointer-events:none}
body.tea-dw-site .catalog-ajax-status{min-height:20px;margin:0 0 8px;color:var(--tea-muted);font-size:12px}
body.tea-dw-site .delivery-box{margin-top:24px;padding:20px;border:1px solid var(--tea-line);border-radius:8px;background:var(--tea-surface)}
body.tea-dw-site .delivery-box__head strong{display:block;font-size:18px}body.tea-dw-site .delivery-box__head span{display:block;margin-top:4px;color:var(--tea-muted);font-size:13px}
body.tea-dw-site .delivery-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}
body.tea-dw-site .delivery-option{display:flex;gap:10px;align-items:flex-start;padding:14px;border:1px solid var(--tea-line);border-radius:7px;cursor:pointer;background:#0b0d0b}
body.tea-dw-site .delivery-option:has(input:checked){border-color:var(--tea-accent);background:rgba(121,223,36,.05)}
body.tea-dw-site .delivery-option strong,body.tea-dw-site .delivery-option small{display:block}body.tea-dw-site .delivery-option small{color:var(--tea-muted);margin-top:3px}
body.tea-dw-site .consult-trigger,body.tea-dw-site .consult-submit{width:100%;min-height:46px;border:1px solid var(--tea-accent);border-radius:6px;background:linear-gradient(135deg,#9cff18,#73df00);color:#071005;font-weight:900;cursor:pointer}
body.tea-dw-site .consult-trigger[disabled],body.tea-dw-site .consult-submit[disabled]{opacity:.45;cursor:not-allowed}
body.tea-dw-site .consult-modal[hidden]{display:none!important}body.tea-dw-site .consult-modal{position:fixed;inset:0;z-index:5000;display:grid;place-items:center;padding:18px}
body.tea-dw-site .consult-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.8);backdrop-filter:blur(5px)}
body.tea-dw-site .consult-modal__panel{position:relative;z-index:1;width:min(720px,100%);max-height:min(88vh,820px);overflow:auto;background:#111411;border:1px solid var(--tea-line);border-radius:10px;padding:24px;box-shadow:0 28px 80px rgba(0,0,0,.55)}
body.tea-dw-site .consult-modal__close{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;border:1px solid var(--tea-line);background:#1b1e1b;color:#fff;font-size:22px;cursor:pointer}
body.tea-dw-site .consult-summary{margin:20px 0;padding:14px;border:1px solid var(--tea-line);border-radius:7px;background:#090b09}
body.tea-dw-site .consult-summary strong,body.tea-dw-site .consult-summary span{display:block}body.tea-dw-site .consult-summary span{color:var(--tea-muted);margin-top:3px}
body.tea-dw-site .consult-form{display:grid;gap:12px}body.tea-dw-site .consult-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}body.tea-dw-site .consult-field{display:grid;gap:6px}body.tea-dw-site .consult-field--wide{grid-column:1/-1}
body.tea-dw-site .consult-field span{font-size:12px;font-weight:800;color:var(--tea-text-soft)}body.tea-dw-site .consult-field input,body.tea-dw-site .consult-field textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid var(--tea-line);border-radius:6px;background:#080a08;color:#fff;outline:none}body.tea-dw-site .consult-field textarea{min-height:94px;resize:vertical}
body.tea-dw-site .consult-status{min-height:22px;color:var(--tea-muted);font-size:12px}.consult-status.is-error{color:#ff9c9c}.consult-status.is-success{color:#a9f5a9}
@media(max-width:1040px){body.tea-dw-site .category-grid,body.tea-dw-site .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.tea-dw-site .catalog-layout{grid-template-columns:240px minmax(0,1fr)}}
@media(max-width:800px){body.tea-dw-site .product{grid-template-columns:1fr}body.tea-dw-site .meta{grid-template-columns:1fr}body.tea-dw-site .catalog-layout{grid-template-columns:1fr}body.tea-dw-site .filters{position:static}body.tea-dw-site .category-grid,body.tea-dw-site .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:480px){body.tea-dw-site .category-grid,body.tea-dw-site .product-grid{grid-template-columns:1fr}body.tea-dw-site .results-head{align-items:flex-start;flex-direction:column}}

/* ============================================================
   TEA V8 — Catálogo, producto y páginas de lanzamiento
   Mantiene intacta la Home V7D aceptada.
   ============================================================ */
body.tea-dw-site .tea-catalog-page,
body.tea-dw-site .tea-product-page,
body.tea-dw-site .tea-about-page,
body.tea-dw-site .tea-contact-page,
body.tea-dw-site .tea-legal-page,
body.tea-dw-site .tea-not-found{
	width:100%;
	padding:clamp(24px,3vw,42px) 0 clamp(56px,6vw,88px);
	color:var(--tea-text);
}
body.tea-dw-site .breadcrumbs a{color:var(--tea-text-soft);text-decoration:none}
body.tea-dw-site .breadcrumbs a:hover{color:var(--tea-accent-strong)}
body.tea-dw-site .tea-static-hero,
body.tea-dw-site .tea-shop-root-intro,
body.tea-dw-site .tea-category-head{
	max-width:850px;
	margin:10px 0 30px;
}
body.tea-dw-site .tea-static-hero h1,
body.tea-dw-site .tea-shop-root-intro h1,
body.tea-dw-site .tea-category-head h1,
body.tea-dw-site .tea-not-found h1{
	margin:0;
	font:900 clamp(2.2rem,4vw,4.1rem)/.96 var(--tea-font-display);
	letter-spacing:-.055em;
	color:var(--tea-text);
	text-wrap:balance;
}
body.tea-dw-site .tea-static-hero p,
body.tea-dw-site .tea-shop-root-intro p,
body.tea-dw-site .tea-category-head p,
body.tea-dw-site .tea-not-found p{
	max-width:67ch;
	margin:16px 0 0;
	font-size:1rem;
	line-height:1.72;
	color:var(--tea-text-soft);
}
body.tea-dw-site .tea-shop-root-intro--compact{margin-bottom:16px}
body.tea-dw-site .tea-category-section-head{margin:30px 0 14px}
body.tea-dw-site .tea-category-section-head h2{margin:0;font:850 clamp(1.5rem,2.3vw,2.25rem)/1 var(--tea-font-display);letter-spacing:-.04em;color:#fff}
body.tea-dw-site .tea-volver-categorias-btn,
body.tea-dw-site .tea-primary-link{
	display:inline-flex;align-items:center;gap:7px;margin:0 0 22px;color:var(--tea-accent-strong);font-size:12px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;text-decoration:none
}
body.tea-dw-site .tea-volver-categorias-btn:hover,
body.tea-dw-site .tea-primary-link:hover{color:#fff}

/* Categorías — visual original */
body.tea-dw-site .tea-catalog-category-grid{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:16px;
	margin-top:20px;
}
body.tea-dw-site .tea-catalog-category-card{min-width:0;margin:0}
body.tea-dw-site .tea-catalog-category-card__link{display:block;color:#fff;text-decoration:none}
body.tea-dw-site .tea-cat-archive-media{
	position:relative;overflow:hidden;aspect-ratio:4/3;border:1px solid rgba(255,255,255,.09);border-radius:7px;background:#101310;box-shadow:0 15px 36px rgba(0,0,0,.22)
}
body.tea-dw-site .tea-cat-archive-img,
body.tea-dw-site .tea-cat-archive-cover{width:100%;height:100%;display:block;object-fit:cover;transition:transform .28s ease,filter .28s ease}
body.tea-dw-site .tea-cat-archive-cover--fallback{background:radial-gradient(circle at 70% 22%,rgba(148,255,24,.18),transparent 27%),linear-gradient(145deg,#171b17,#080a08)}
body.tea-dw-site .tea-cat-archive-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:18px;background:linear-gradient(180deg,rgba(0,0,0,.03) 35%,rgba(0,0,0,.86) 100%)}
body.tea-dw-site .tea-cat-archive-cover-title{color:#fff;font:900 clamp(1.08rem,1.45vw,1.5rem)/1.05 var(--tea-font-display);letter-spacing:-.035em;text-shadow:0 2px 16px rgba(0,0,0,.5)}
body.tea-dw-site .tea-catalog-category-card__link:hover .tea-cat-archive-img{transform:scale(1.025);filter:brightness(1.06)}
body.tea-dw-site .tea-catalog-category-card__link:hover .tea-cat-archive-media{border-color:rgba(148,255,24,.35)}

/* Catálogo / filtros */
body.tea-dw-site .catalog-layout{grid-template-columns:276px minmax(0,1fr);gap:24px;margin-top:20px}
body.tea-dw-site .filters{
	top:20px;padding:16px;border:1px solid rgba(255,255,255,.09);border-radius:7px;background:linear-gradient(180deg,#151815,#0c0f0c);box-shadow:0 16px 38px rgba(0,0,0,.2)
}
body.tea-dw-site .filters h2{font:900 17px/1.1 var(--tea-font-display);letter-spacing:-.03em;color:#fff}
body.tea-dw-site .filter-group{padding:14px 0;border-top:1px solid rgba(255,255,255,.07)}
body.tea-dw-site .filter-group:first-of-type{border-top:0;padding-top:4px}
body.tea-dw-site .filter-group .title{display:block;margin:0 0 8px;color:#e7eae4;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
body.tea-dw-site .filters input[type="search"],
body.tea-dw-site .filters input[type="number"],
body.tea-dw-site .filters select,
body.tea-dw-site .results-head select{
	min-height:40px;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:#070a07;color:#f7f8f2;outline:none
}
body.tea-dw-site .filters input:focus,
body.tea-dw-site .filters select:focus,
body.tea-dw-site .results-head select:focus{border-color:rgba(148,255,24,.6);box-shadow:0 0 0 2px rgba(148,255,24,.08)}
body.tea-dw-site .filters select[multiple]{padding:5px;min-height:105px}
body.tea-dw-site .filters select[multiple] option{padding:6px;border-radius:4px}
body.tea-dw-site .filters select[multiple] option:checked{background:#94ff18;color:#071000}
body.tea-dw-site .filters .check{display:flex;gap:8px;align-items:flex-start;margin:7px 0;color:var(--tea-text-soft);font-size:13px;line-height:1.35}
body.tea-dw-site .filters .check input{margin-top:2px;accent-color:#94ff18}
body.tea-dw-site .price-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
body.tea-dw-site .filter-actions{display:grid;gap:9px;margin-top:8px}
body.tea-dw-site .filter-actions .button{min-height:42px;border:1px solid #94ff18;border-radius:6px;background:#94ff18;color:#071000;font-weight:950;text-transform:uppercase;cursor:pointer}
body.tea-dw-site .filter-actions .clear{color:var(--tea-text-soft);font-size:12px;font-weight:800;text-align:center;text-decoration:none}
body.tea-dw-site .results-head{min-height:44px;margin:0 0 14px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.07)}
body.tea-dw-site .results-head strong{color:#fff;font-size:14px}
body.tea-dw-site .active-filter{display:inline-flex;margin:4px 5px 0 0;padding:5px 8px;border:1px solid rgba(148,255,24,.2);border-radius:5px;background:rgba(148,255,24,.05);color:#dfffc7;font-size:11px}

/* Cards de producto — visual actual */
body.tea-dw-site .tea-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0}
body.tea-dw-site .tea-catalog-product-card{
	display:flex;flex-direction:column;min-width:0;overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:7px;background:linear-gradient(180deg,#1b1f1c,#111411);box-shadow:0 14px 30px rgba(0,0,0,.18);transition:transform .18s ease,border-color .18s ease
}
body.tea-dw-site .tea-catalog-product-card:hover{transform:translateY(-2px);border-color:rgba(148,255,24,.24)}
body.tea-dw-site .tea-catalog-product-card__media{display:block;overflow:hidden;aspect-ratio:1.18/1;background:#f4f4f2;border-bottom:1px solid rgba(255,255,255,.08)}
body.tea-dw-site .tea-catalog-product-card__media img{width:100%;height:100%;display:block;object-fit:contain;padding:8px;transition:transform .2s ease}
body.tea-dw-site .tea-catalog-product-card:hover .tea-catalog-product-card__media img{transform:scale(1.018)}
body.tea-dw-site .tea-catalog-product-card__media .image-placeholder{width:100%;height:100%;display:grid;place-items:center;background:#e7e9e4;color:#252925;font:900 20px/1 var(--tea-font-display)}
body.tea-dw-site .tea-catalog-product-card__body{display:flex;flex:1;flex-direction:column;padding:14px}
body.tea-dw-site .tea-catalog-product-card__title{display:-webkit-box;min-height:42px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#f7f8f2;font:800 14px/1.45 var(--tea-font-display);letter-spacing:-.025em;text-decoration:none}
body.tea-dw-site .tea-catalog-product-card__price{margin:12px 0 5px;color:#94ff18;font-size:18px;font-weight:950;letter-spacing:-.02em}
body.tea-dw-site .tea-catalog-product-card__price--empty{font-size:14px}
body.tea-dw-site .tea-catalog-product-card__availability{margin-bottom:11px;color:#a9afa8;font-size:11px;font-weight:700}
body.tea-dw-site .tea-catalog-product-card__whatsapp{display:flex;align-items:center;justify-content:center;min-height:40px;margin-top:auto;padding:8px 10px;border:1px solid #94ff18;border-radius:6px;background:#94ff18;color:#071000;font-size:11px;font-weight:950;letter-spacing:.025em;text-align:center;text-decoration:none;text-transform:uppercase}
body.tea-dw-site .tea-catalog-product-card__whatsapp:hover{background:#b5ff45}
body.tea-dw-site .tea-catalog-product-card__view{display:inline-flex;justify-content:center;margin-top:8px;color:#f7f8f2;font-size:11px;font-weight:850;text-decoration:none;text-transform:uppercase}
body.tea-dw-site .tea-catalog-product-card__view::after{content:" →";margin-left:4px;color:#94ff18}
body.tea-dw-site .pagination{display:flex;gap:7px;align-items:center;justify-content:center;margin:30px 0 0;flex-wrap:wrap}
body.tea-dw-site .pagination a,body.tea-dw-site .pagination strong{display:grid;min-width:36px;height:36px;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:5px;color:#fff;text-decoration:none}
body.tea-dw-site .pagination strong{border-color:#94ff18;background:#94ff18;color:#071000}

/* Producto individual — clon del snippet actual */
body.tea-dw-site .tea-product-page__grid{display:grid;grid-template-columns:minmax(340px,.9fr) minmax(420px,1.1fr);gap:clamp(28px,4vw,64px);align-items:start;margin-top:16px}
body.tea-dw-site .tea-product-gallery{min-width:0}
body.tea-dw-site .tea-product-gallery__main{display:grid;place-items:center;overflow:hidden;aspect-ratio:1/1;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#f2f3f0}
body.tea-dw-site .tea-product-gallery__main img{width:100%;height:100%;display:block;object-fit:contain;padding:10px}
body.tea-dw-site .tea-product-gallery__placeholder{color:#222;font:900 32px/1 var(--tea-font-display)}
body.tea-dw-site .tea-product-gallery__thumbs{display:flex;gap:9px;overflow:auto;margin-top:10px;padding-bottom:3px}
body.tea-dw-site .tea-product-gallery__thumb{flex:0 0 74px;width:74px;height:74px;overflow:hidden;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:6px;background:#fff;cursor:pointer}
body.tea-dw-site .tea-product-gallery__thumb.is-active{border-color:#94ff18;box-shadow:0 0 0 1px #94ff18}
body.tea-dw-site .tea-product-gallery__thumb img{width:100%;height:100%;object-fit:contain}
body.tea-dw-site .tea-product-summary{position:relative;padding-top:0}

body.tea-dw-site .tea-product-summary .product_title{max-width:680px;margin:0 0 10px;color:#f6f8f2;font:950 clamp(30px,2.45vw,43px)/1.02 var(--tea-font-display);letter-spacing:-.048em;text-wrap:balance}
body.tea-dw-site .tea-product-summary>.price{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin:0 0 14px;padding:7px 10px;border:1px solid rgba(148,255,24,.22);border-radius:7px;background:linear-gradient(180deg,rgba(148,255,24,.11),rgba(148,255,24,.045));box-shadow:0 12px 28px rgba(0,0,0,.18),inset 0 0 0 1px rgba(255,255,255,.025);color:#94ff18;font-size:clamp(18px,1.25vw,24px);font-weight:950;letter-spacing:-.025em;line-height:1}
body.tea-dw-site .tea-product-sku{margin:0 0 6px;color:#8f968f;font-size:12px;font-weight:700}
body.tea-dw-site .tea-product-short{margin:12px 0 0;color:#d4d8d1;font-size:14px;line-height:1.6}
body.tea-dw-site .tea-product-short p{margin:.3em 0}
body.tea-dw-site .tea-product-availability{margin:8px 0;color:#dfe5dc;font-size:13px;font-weight:800}
body.tea-dw-site .tea-product-availability .out-of-stock{color:#ff9e9e}
body.tea-dw-site .tea-product-page .tea-whatsapp-product-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 20px;border:1px solid #94ff18;border-radius:8px;background:#94ff18;color:#071000;font-size:13px;font-weight:800;letter-spacing:.03em;line-height:1.1;text-align:center;text-decoration:none;text-transform:uppercase;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
body.tea-dw-site .tea-product-page .tea-whatsapp-product-button{width:100%;margin:14px 0 10px;box-shadow:0 10px 24px rgba(120,255,20,.18);cursor:pointer}
body.tea-dw-site .tea-product-page .tea-whatsapp-product-button--locked{cursor:not-allowed;opacity:.58;filter:saturate(.65);box-shadow:none}
body.tea-dw-site .tea-product-delivery-choice{margin:14px 0 0;padding:14px;border:1px solid rgba(148,255,24,.18);border-radius:8px;background:linear-gradient(180deg,rgba(13,18,13,.96),rgba(7,10,7,.98));color:#eef5ea}
body.tea-dw-site .tea-product-delivery-choice__head{display:grid;gap:4px;margin-bottom:12px}
body.tea-dw-site .tea-product-delivery-choice__head strong{font-size:15px;line-height:1.2}
body.tea-dw-site .tea-product-delivery-choice__head span,body.tea-dw-site .tea-product-delivery-choice__option small{color:rgba(255,255,255,.68);font-size:13px;line-height:1.45}
body.tea-dw-site .tea-product-delivery-choice__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
body.tea-dw-site .tea-product-delivery-choice__option{display:flex;gap:10px;align-items:flex-start;margin:0;padding:12px;border:1px solid rgba(255,255,255,.12);border-radius:8px;background:rgba(255,255,255,.025);cursor:pointer;transition:border-color .18s ease,background .18s ease}
body.tea-dw-site .tea-product-delivery-choice__option:has(input:checked){border-color:rgba(148,255,24,.75);background:rgba(148,255,24,.08)}
body.tea-dw-site .tea-product-delivery-choice__option input{margin:3px 0 0;accent-color:#94ff18}
body.tea-dw-site .tea-product-delivery-choice__option span{display:grid;gap:2px}
body.tea-dw-site .tea-product-delivery-choice__option strong{font-size:13px;line-height:1.2;text-transform:uppercase}
body.tea-dw-site .tea-product-consult-modal[hidden]{display:none!important}
body.tea-dw-site .tea-product-consult-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px}
body.tea-dw-site .tea-product-consult-modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.74);backdrop-filter:blur(8px)}
body.tea-dw-site .tea-product-consult-modal__panel{position:relative;z-index:1;width:min(640px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:22px;border:1px solid rgba(148,255,24,.22);border-radius:10px;background:#080c08;box-shadow:0 24px 70px rgba(0,0,0,.55);color:#eef5ea}
body.tea-dw-site .tea-product-consult-modal__close{position:absolute;top:12px;right:12px;width:34px;height:34px;border:1px solid rgba(255,255,255,.14);border-radius:7px;background:rgba(255,255,255,.03);color:#fff;font-size:22px;line-height:1;cursor:pointer}
body.tea-dw-site .tea-product-consult-modal__head{display:grid;gap:7px;padding-right:42px;margin-bottom:18px}
body.tea-dw-site .tea-product-consult-modal__head>span{color:#94ff18;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
body.tea-dw-site .tea-product-consult-modal__head strong{color:#fff;font-size:25px;line-height:1.05}
body.tea-dw-site .tea-product-consult-modal__head small{color:rgba(255,255,255,.68);font-size:14px;line-height:1.45}
body.tea-dw-site .tea-product-consult-summary{display:grid;grid-template-columns:92px minmax(0,1fr);gap:14px;align-items:center;margin:0 0 18px;padding:12px;border:1px solid rgba(148,255,24,.25);border-radius:8px;background:linear-gradient(180deg,rgba(148,255,24,.08),rgba(255,255,255,.025))}
body.tea-dw-site .tea-product-consult-summary__media{overflow:hidden;aspect-ratio:1;border:1px solid rgba(255,255,255,.12);border-radius:7px;background:#fff}
body.tea-dw-site .tea-product-consult-summary__media img{width:100%;height:100%;object-fit:contain;display:block}
body.tea-dw-site .tea-product-consult-summary__body{display:grid;gap:5px;min-width:0}
body.tea-dw-site .tea-product-consult-summary__body>span{color:#94ff18;font-size:11px;font-weight:900;letter-spacing:.1em;line-height:1;text-transform:uppercase}
body.tea-dw-site .tea-product-consult-summary__body strong{color:#fff;font-size:17px;font-weight:900;line-height:1.16}
body.tea-dw-site .tea-product-consult-summary__body small{color:#94ff18;font-size:15px;font-weight:900;line-height:1.1}
body.tea-dw-site .tea-product-consult-summary__body em{margin-top:3px;color:rgba(255,255,255,.72);font-size:12px;font-style:normal;font-weight:700;line-height:1.35}
body.tea-dw-site .tea-product-consult-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
body.tea-dw-site .tea-product-consult-form__field{display:grid;gap:7px;margin:0}
body.tea-dw-site .tea-product-consult-form__field--wide{grid-column:1/-1}
body.tea-dw-site .tea-product-consult-form__field span{color:rgba(255,255,255,.78);font-size:12px;font-weight:850;letter-spacing:.04em;text-transform:uppercase}
body.tea-dw-site .tea-product-consult-form__field small{color:rgba(255,255,255,.62);font-size:11px;font-weight:600;line-height:1.3}
body.tea-dw-site .tea-product-consult-form__field small a{color:#94ff18;font-weight:850;text-decoration:none}
body.tea-dw-site .tea-product-consult-form__field input,body.tea-dw-site .tea-product-consult-form__field textarea{width:100%;min-height:44px;padding:0 12px;border:1px solid rgba(255,255,255,.14);border-radius:7px;background:#050805;color:#fff;outline:none}
body.tea-dw-site .tea-product-consult-form__field textarea{min-height:92px;padding:12px;resize:vertical}
body.tea-dw-site .tea-product-consult-form__field input:focus,body.tea-dw-site .tea-product-consult-form__field textarea:focus{border-color:rgba(148,255,24,.72)}
body.tea-dw-site .tea-product-consult-form__status{min-height:20px;margin:13px 0 0;color:rgba(255,255,255,.72);font-size:13px;font-weight:700;line-height:1.35}
body.tea-dw-site .tea-product-consult-form__status.is-success{color:#94ff18}body.tea-dw-site .tea-product-consult-form__status.is-error{color:#ff8b8b}
body.tea-dw-site .tea-product-consult-form__submit{width:100%;min-height:48px;margin-top:14px;border:1px solid #94ff18;border-radius:7px;background:#94ff18;color:#071000;font-size:13px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}
body.tea-dw-site .consult-success-actions a{display:flex;justify-content:center;margin-top:9px;padding:12px;border:1px solid #94ff18;border-radius:7px;color:#94ff18;font-weight:900;text-decoration:none}
body.tea-dw-site .tea-product-details{display:grid;grid-template-columns:1.25fr .75fr;gap:18px;margin-top:42px;padding-top:32px;border-top:1px solid rgba(255,255,255,.08)}
body.tea-dw-site .tea-product-details__section{padding:22px;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:linear-gradient(180deg,rgba(17,20,17,.9),rgba(9,11,9,.96))}
body.tea-dw-site .tea-product-details__section h2{margin:0 0 16px;color:#fff;font:900 22px/1.1 var(--tea-font-display);letter-spacing:-.035em}
body.tea-dw-site .tea-product-details__copy{color:#d5dad2;font-size:14px;line-height:1.75}
body.tea-dw-site .tea-product-details__copy ul{padding-left:20px}
body.tea-dw-site .tea-product-specs{margin:0}
body.tea-dw-site .tea-product-specs>div{display:grid;grid-template-columns:minmax(110px,.7fr) 1.3fr;gap:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.07)}
body.tea-dw-site .tea-product-specs dt{color:#8f968f;font-size:12px;font-weight:800}body.tea-dw-site .tea-product-specs dd{margin:0;color:#fff;font-size:13px;font-weight:700}

/* Sobre TEA */
body.tea-dw-site .tea-about-hero{padding:clamp(28px,4vw,54px);border:1px solid var(--tea-line);border-radius:10px;background:radial-gradient(circle at 78% 20%,rgba(148,255,24,.08),transparent 30%),linear-gradient(145deg,#151815,#090b09);box-shadow:var(--tea-shadow)}
body.tea-dw-site .tea-about-hero>div{max-width:860px}
body.tea-dw-site .tea-about-hero h1{margin:0;font:950 clamp(2.8rem,6vw,5.8rem)/.89 var(--tea-font-display);letter-spacing:-.065em;text-transform:uppercase;color:#fff}
body.tea-dw-site .tea-about-hero h1 strong{color:var(--tea-accent-strong)}
body.tea-dw-site .tea-about-hero p{max-width:56ch;margin:22px 0 0;color:var(--tea-text-soft);font-size:1.04rem;line-height:1.75}
body.tea-dw-site .tea-about-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:28px}
body.tea-dw-site .tea-about-stats span{padding:15px;border:1px solid rgba(148,255,24,.13);border-radius:7px;background:rgba(255,255,255,.02);color:#aeb4ad;font-size:11px;font-weight:800;text-transform:uppercase}
body.tea-dw-site .tea-about-stats b{display:block;margin-bottom:6px;color:#94ff18;font-size:21px}
body.tea-dw-site .tea-about-two{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px}
body.tea-dw-site .tea-about-two article,body.tea-dw-site .tea-about-section,body.tea-dw-site .tea-about-cta{padding:clamp(22px,3vw,34px);border:1px solid var(--tea-line);border-radius:9px;background:linear-gradient(180deg,rgba(16,19,16,.94),rgba(8,10,8,.98))}
body.tea-dw-site .tea-about-two h2,body.tea-dw-site .tea-about-section h2,body.tea-dw-site .tea-about-cta h2{margin:0;color:#fff;font:900 clamp(1.6rem,2.7vw,2.7rem)/1 var(--tea-font-display);letter-spacing:-.045em}
body.tea-dw-site .tea-about-two p,body.tea-dw-site .tea-about-section p,body.tea-dw-site .tea-about-cta p{color:#c9cec7;line-height:1.7}
body.tea-dw-site .tea-about-two a{color:#94ff18;font-weight:900;text-decoration:none}
body.tea-dw-site .tea-about-section{margin-top:22px}
body.tea-dw-site .tea-about-commitments{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}
body.tea-dw-site .tea-about-commitments p{margin:0;padding:15px;border:1px solid rgba(148,255,24,.1);border-radius:6px;background:rgba(255,255,255,.02)}
body.tea-dw-site .tea-about-cta{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-top:22px}
body.tea-dw-site .tea-about-cta>div:last-child{display:flex;gap:10px;flex:0 0 auto}
body.tea-dw-site .tea-static-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;border:1px solid #94ff18;border-radius:6px;color:#fff;font-size:12px;font-weight:900;text-decoration:none;text-transform:uppercase}
body.tea-dw-site .tea-static-btn--primary{background:#94ff18;color:#071000}

/* Contacto */
body.tea-dw-site .tea-contact-grid{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.1fr);gap:clamp(24px,4vw,54px);align-items:center;padding:clamp(22px,3.5vw,46px);border:1px solid var(--tea-line);border-radius:10px;background:linear-gradient(145deg,rgba(16,19,16,.97),rgba(7,9,7,.99));box-shadow:var(--tea-shadow)}
body.tea-dw-site .tea-contact-intro h1{margin:0;font:950 clamp(2.5rem,5vw,5rem)/.9 var(--tea-font-display);letter-spacing:-.06em;text-transform:uppercase;color:#fff}
body.tea-dw-site .tea-contact-intro h1 strong{color:#94ff18}
body.tea-dw-site .tea-contact-intro>p{max-width:42ch;margin:18px 0;color:#ccd1ca;font-size:.98rem;line-height:1.68}
body.tea-dw-site .tea-contact-intro ul{display:grid;gap:8px;margin:18px 0;padding:0;list-style:none}
body.tea-dw-site .tea-contact-intro li{padding:10px 12px;border:1px solid rgba(148,255,24,.1);border-radius:6px;color:#cdd2cb;font-size:13px}
body.tea-dw-site .tea-contact-direct{display:grid;gap:6px;margin-top:18px}body.tea-dw-site .tea-contact-direct a{color:#94ff18;font-size:13px;font-weight:850;text-decoration:none}
body.tea-dw-site .tea-contact-panel{padding:clamp(18px,2.4vw,26px);border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#080b08}
body.tea-dw-site .tea-contact-panel h2{margin:0;color:#fff;font:900 24px/1 var(--tea-font-display);letter-spacing:-.04em}
body.tea-dw-site .tea-contact-panel>p{margin:8px 0 16px;color:#929991;font-size:13px}
body.tea-dw-site .tea-contact-form{display:grid;gap:11px}
body.tea-dw-site .tea-contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:10px}
body.tea-dw-site .tea-contact-form label{display:grid;gap:6px}body.tea-dw-site .tea-contact-form label span{color:#cbd0c9;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
body.tea-dw-site .tea-contact-form input,body.tea-dw-site .tea-contact-form textarea{width:100%;min-height:43px;padding:0 12px;border:1px solid rgba(255,255,255,.13);border-radius:6px;background:#050705;color:#fff;outline:none}
body.tea-dw-site .tea-contact-form textarea{min-height:110px;padding:12px;resize:vertical}
body.tea-dw-site .tea-contact-form input:focus,body.tea-dw-site .tea-contact-form textarea:focus{border-color:rgba(148,255,24,.65);box-shadow:0 0 0 2px rgba(148,255,24,.07)}
body.tea-dw-site .tea-contact-form button{min-height:44px;border:1px solid #94ff18;border-radius:6px;background:#94ff18;color:#071000;font-size:12px;font-weight:950;text-transform:uppercase;cursor:pointer}
body.tea-dw-site .tea-contact-trap{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
body.tea-dw-site .tea-contact-status{padding:10px 12px;border-radius:6px;font-size:12px;font-weight:800}.tea-contact-status.is-success{border:1px solid rgba(148,255,24,.25);background:rgba(148,255,24,.06);color:#94ff18}.tea-contact-status.is-error{border:1px solid rgba(255,100,100,.2);background:rgba(255,100,100,.04);color:#ff9d9d}

/* Legales */
body.tea-dw-site .tea-legal-page{max-width:1040px;margin-inline:auto}
body.tea-dw-site .tea-legal-page__content{display:grid;gap:12px}
body.tea-dw-site .tea-legal-page__content section{padding:22px;border:1px solid var(--tea-line);border-radius:8px;background:linear-gradient(180deg,rgba(16,19,16,.94),rgba(8,10,8,.98))}
body.tea-dw-site .tea-legal-page__content h2{margin:0 0 10px;color:#fff;font:900 20px/1.15 var(--tea-font-display);letter-spacing:-.035em}
body.tea-dw-site .tea-legal-page__content p{margin:8px 0;color:#cbd0c9;font-size:14px;line-height:1.72}
body.tea-dw-site .tea-legal-page__content a{color:#94ff18}
body.tea-dw-site .tea-empty-state{padding:24px;border:1px solid var(--tea-line);border-radius:7px;color:#cbd0c9;background:#0c0f0c}

@media(max-width:1180px){
	body.tea-dw-site .tea-catalog-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
	body.tea-dw-site .tea-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
	body.tea-dw-site .tea-product-page__grid{grid-template-columns:minmax(300px,.9fr) minmax(360px,1.1fr);gap:28px}
}
@media(max-width:900px){
	body.tea-dw-site .catalog-layout{grid-template-columns:1fr}
	body.tea-dw-site .filters{position:static}
	body.tea-dw-site .tea-catalog-category-grid,body.tea-dw-site .tea-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
	body.tea-dw-site .tea-product-page__grid,body.tea-dw-site .tea-contact-grid{grid-template-columns:1fr}
	body.tea-dw-site .tea-product-gallery{max-width:640px}
	body.tea-dw-site .tea-about-two{grid-template-columns:1fr}
	body.tea-dw-site .tea-about-cta{align-items:flex-start;flex-direction:column}
	body.tea-dw-site .tea-product-details{grid-template-columns:1fr}
}
@media(max-width:640px){
	body.tea-dw-site .tea-catalog-page,body.tea-dw-site .tea-product-page,body.tea-dw-site .tea-about-page,body.tea-dw-site .tea-contact-page,body.tea-dw-site .tea-legal-page{padding-top:18px}
	body.tea-dw-site .tea-catalog-category-grid{gap:10px}
	body.tea-dw-site .tea-cat-archive-overlay{padding:13px}
	body.tea-dw-site .tea-cat-archive-cover-title{font-size:1rem}
	body.tea-dw-site .tea-product-grid{gap:9px}
	body.tea-dw-site .tea-catalog-product-card__body{padding:11px}
	body.tea-dw-site .tea-catalog-product-card__title{font-size:12px;min-height:36px}
	body.tea-dw-site .tea-catalog-product-card__price{font-size:15px}
	body.tea-dw-site .tea-product-delivery-choice__options,body.tea-dw-site .tea-product-consult-form__grid,body.tea-dw-site .tea-contact-form__row{grid-template-columns:1fr}
	body.tea-dw-site .tea-product-consult-modal{padding:0;align-items:stretch;place-items:stretch}
	body.tea-dw-site .tea-product-consult-modal__panel{width:100%;height:100dvh;max-height:none;padding:12px 12px 70px;border-width:1px 0 0;border-radius:0}
	body.tea-dw-site .tea-product-consult-modal__head{gap:4px;margin-bottom:9px;padding-right:38px}
	body.tea-dw-site .tea-product-consult-modal__head strong{font-size:19px}
	body.tea-dw-site .tea-product-consult-modal__head small{font-size:11px}
	body.tea-dw-site .tea-product-consult-summary{grid-template-columns:66px 1fr;gap:10px;margin-bottom:10px;padding:8px}
	body.tea-dw-site .tea-about-stats{grid-template-columns:1fr}
	body.tea-dw-site .tea-about-commitments{grid-template-columns:1fr}
	body.tea-dw-site .tea-about-hero{padding:24px 18px}
	body.tea-dw-site .tea-contact-grid{padding:22px 15px}
}
@media(max-width:440px){
	body.tea-dw-site .tea-catalog-category-grid{grid-template-columns:1fr 1fr}
	body.tea-dw-site .tea-product-grid{grid-template-columns:1fr 1fr}
	body.tea-dw-site .tea-catalog-product-card__whatsapp{font-size:9px;padding-inline:5px}
}


/* =========================================================
   V8B — CAJA GLOBAL REAL DEL FRONTEND PHP
   El layout nuevo NO usa #main-container/.ct-container de WP.
   Todo el contenido público vive dentro de:
   .tea-dw-main > .tea-dw-main__inner
   ========================================================= */

body.tea-dw-site .tea-dw-main{
	width:100%;
	max-width:none;
	margin:0;
	padding:0;
}

body.tea-dw-site .tea-dw-main__inner{
	width:min(1280px, calc(100% - 64px));
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	box-sizing:border-box;
}

/* Nada dentro del MAIN puede escapar a 100vw.
   Las franjas visuales siguen ocupando todo el ancho DE LA CAJA. */
body.tea-dw-site .tea-dw-main__inner .tea-dw-full-bleed{
	width:100%;
	max-width:100%;
	margin-left:0 !important;
	margin-right:0 !important;
}

/* Evita que secciones genéricas del frontend anulen la caja principal. */
body.tea-dw-site .tea-dw-main__inner > section,
body.tea-dw-site .tea-dw-main__inner > div{
	max-width:100%;
	box-sizing:border-box;
}

/* Notebook / tablet */
@media (max-width: 1360px){
	body.tea-dw-site .tea-dw-main__inner{
		width:calc(100% - 48px);
	}
}

@media (max-width: 1024px){
	body.tea-dw-site .tea-dw-main__inner{
		width:calc(100% - 36px);
	}
}

/* Mobile: margen cómodo, sin achicar innecesariamente */
@media (max-width: 767px){
	body.tea-dw-site .tea-dw-main__inner{
		width:calc(100% - 28px);
	}
}

@media (max-width: 420px){
	body.tea-dw-site .tea-dw-main__inner{
		width:calc(100% - 22px);
	}
}


/* =========================================================
   V8C — CAJA UNIFICADA + COMPACTACIÓN VERTICAL
   ========================================================= */

/* ---------- MISMA CAJA: MAIN + HEADER + FOOTER ---------- */
body.tea-dw-site .tea-dw-site-header__inner,
body.tea-dw-site .tea-dw-site-footer__inner{
	width:min(1280px, calc(100% - 64px));
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
}

/* ---------- HOME: HERO MÁS BAJO ---------- */
body.tea-dw-site .tea-dw-home-hero{
	padding:2px 0 8px;
}
body.tea-dw-site .tea-dw-home-hero__shell{
	min-height:232px;
	padding:14px 28px;
	gap:28px;
}
body.tea-dw-site .tea-dw-home-hero__title{
	font-size:clamp(1.95rem,2.45vw,2.5rem);
}
body.tea-dw-site .tea-dw-home-hero__copy{
	margin-top:10px;
	line-height:1.42;
}
body.tea-dw-site .tea-dw-home-hero__divider{
	margin-top:10px;
}
body.tea-dw-site .tea-dw-home-hero__note{
	margin-top:10px;
}
body.tea-dw-site .tea-dw-home-hero__form-card{
	padding:13px;
}
body.tea-dw-site .tea-dw-home-hero__form-title{
	font-size:1.45rem;
}
body.tea-dw-site .tea-dw-home-hero__form-copy{
	margin-top:3px;
}
body.tea-dw-site .tea-dw-home-hero__form{
	margin-top:9px;
	gap:8px;
}
body.tea-dw-site .tea-dw-home-hero__notice{
	margin-top:8px;
}

/* ---------- HOME: CATEGORÍAS ---------- */
body.tea-dw-site .tea-dw-home-categories{
	padding:12px 0 18px;
}
body.tea-dw-site .tea-dw-home-categories__header{
	margin-bottom:10px;
}
body.tea-dw-site .tea-dw-home-categories__card,
body.tea-dw-site .tea-dw-home-categories__body{
	min-height:180px;
}
body.tea-dw-site .tea-dw-home-categories__body{
	padding:12px;
}

/* ---------- HOME: PROCESO DE COMPRA ---------- */
body.tea-dw-site .tea-dw-home-order-process{
	padding:24px 0 26px;
}
body.tea-dw-site .tea-dw-home-order-process__inner{
	width:100%;
	max-width:100%;
}
body.tea-dw-site .tea-dw-home-order-process__title{
	font-size:clamp(1.55rem,2.25vw,2.2rem);
}
body.tea-dw-site .tea-dw-home-order-process__copy{
	margin-top:8px;
	line-height:1.42;
}
body.tea-dw-site .tea-dw-home-order-process__steps{
	margin-top:18px;
}
body.tea-dw-site .tea-dw-home-order-process__step{
	padding:0 24px;
}
body.tea-dw-site .tea-dw-home-order-process__number{
	margin-bottom:4px;
	font-size:clamp(2.2rem,3.2vw,3.15rem);
}
body.tea-dw-site .tea-dw-home-order-process__icon{
	width:42px;
	height:42px;
	margin:2px 0 8px;
}
body.tea-dw-site .tea-dw-home-order-process__step-title{
	font-size:1rem;
}
body.tea-dw-site .tea-dw-home-order-process__step-copy{
	margin-top:5px;
	line-height:1.4;
}
body.tea-dw-site .tea-dw-home-order-process__notice{
	min-height:40px;
	margin:18px auto 0;
	padding:7px 14px;
}

/* ---------- HOME: CARRUSELES / DESTACADOS ---------- */
body.tea-dw-site .tea-dw-home-camping-products{
	padding:10px 0 13px;
}
body.tea-dw-site .tea-dw-home-camping-products__header{
	margin-bottom:9px;
}
body.tea-dw-site .tea-dw-home-camping-products__thumb{
	aspect-ratio:1.72 / 1;
}
body.tea-dw-site .tea-dw-home-camping-products__body{
	padding:8px 10px;
}

/* ---------- HOME: UBICACIÓN ---------- */
body.tea-dw-site .tea-dw-home-location{
	padding:4px 0 16px;
}
body.tea-dw-site .tea-dw-home-location__header{
	margin-bottom:10px;
}
body.tea-dw-site .tea-dw-home-location__title{
	font-size:clamp(1.65rem,2.65vw,2.5rem);
}
body.tea-dw-site .tea-dw-home-location__photo-card{
	min-height:280px;
	height:280px;
}
body.tea-dw-site .tea-dw-home-location__info-card,
body.tea-dw-site .tea-dw-home-location__map-card{
	padding:12px;
}
body.tea-dw-site .tea-dw-home-location__map-frame{
	height:145px;
}
body.tea-dw-site .tea-dw-home-location__right{
	gap:9px;
}

/* ---------- HOME: CTA FINAL ---------- */
body.tea-dw-site .tea-dw-home-cta-final{
	padding:4px 0 14px;
}
body.tea-dw-site .tea-dw-home-cta-final__panel{
	padding:14px 16px;
}

/* ---------- PÁGINAS INTERNAS: MENOS AIRE VERTICAL ---------- */
body.tea-dw-site .tea-catalog-page,
body.tea-dw-site .tea-product-page,
body.tea-dw-site .tea-about-page,
body.tea-dw-site .tea-contact-page,
body.tea-dw-site .tea-legal-page,
body.tea-dw-site .tea-not-found{
	padding:16px 0 36px;
}

body.tea-dw-site .tea-static-hero,
body.tea-dw-site .tea-shop-root-intro,
body.tea-dw-site .tea-category-head{
	margin:6px 0 18px;
}

body.tea-dw-site .tea-static-hero h1,
body.tea-dw-site .tea-shop-root-intro h1,
body.tea-dw-site .tea-category-head h1,
body.tea-dw-site .tea-not-found h1{
	font-size:clamp(1.95rem,3.15vw,3.2rem);
	line-height:.98;
}

body.tea-dw-site .tea-shop-root-intro p,
body.tea-dw-site .tea-category-head p,
body.tea-dw-site .tea-not-found p{
	margin-top:10px;
	font-size:.94rem;
	line-height:1.52;
}

/* Tienda: cards de categorías un poco más bajas */
body.tea-dw-site .tea-cat-archive-media{
	aspect-ratio:1.55 / 1;
}

/* ---------- PRODUCTO INDIVIDUAL ---------- */
body.tea-dw-site .tea-product-page__grid{
	gap:30px;
	margin-top:10px;
}
body.tea-dw-site .tea-product-gallery__main{
	height:clamp(315px,32vw,420px);
	aspect-ratio:auto;
}
body.tea-dw-site .tea-product-details{
	margin-top:28px;
	padding-top:22px;
}
body.tea-dw-site .tea-product-details__section{
	padding:17px;
}
body.tea-dw-site .tea-product-details__section h2{
	margin-bottom:11px;
	font-size:20px;
}

/* ---------- SOBRE TEA ---------- */
body.tea-dw-site .tea-about-hero{
	padding:28px 34px;
}
body.tea-dw-site .tea-about-hero h1{
	font-size:clamp(2.15rem,4vw,4rem);
	line-height:.91;
}
body.tea-dw-site .tea-about-hero p{
	margin-top:14px;
	line-height:1.55;
}
body.tea-dw-site .tea-about-stats{
	margin-top:18px;
}
body.tea-dw-site .tea-about-stats span{
	padding:11px 13px;
}
body.tea-dw-site .tea-about-two{
	margin-top:15px;
}
body.tea-dw-site .tea-about-two article,
body.tea-dw-site .tea-about-section,
body.tea-dw-site .tea-about-cta{
	padding:19px 22px;
}
body.tea-dw-site .tea-about-section{
	margin-top:15px;
}
body.tea-dw-site .tea-about-two h2,
body.tea-dw-site .tea-about-section h2,
body.tea-dw-site .tea-about-cta h2{
	font-size:clamp(1.45rem,2.1vw,2.1rem);
}

/* ---------- CONTACTO ---------- */
body.tea-dw-site .tea-contact-grid{
	gap:30px;
	padding:24px 28px;
	align-items:start;
}
body.tea-dw-site .tea-contact-intro ul{
	margin:12px 0;
}
body.tea-dw-site .tea-contact-intro li{
	padding:8px 10px;
}
body.tea-dw-site .tea-contact-panel{
	padding:18px;
}

/* ---------- LEGALES ---------- */
body.tea-dw-site .tea-legal-page__content{
	gap:12px;
}
body.tea-dw-site .tea-legal-page__content section{
	padding:16px 18px;
}

/* ---------- FOOTER MÁS COMPACTO ---------- */
body.tea-dw-site .tea-dw-site-footer{
	margin-top:34px;
	padding:30px 0 15px;
}
body.tea-dw-site .tea-dw-site-footer__grid{
	gap:26px 44px;
}
body.tea-dw-site .tea-dw-site-footer__bottom{
	margin-top:26px;
	padding-top:16px;
}

/* ---------- MISMA CAJA EN TODOS LOS BREAKPOINTS ---------- */
@media (max-width:1360px){
	body.tea-dw-site .tea-dw-site-header__inner,
	body.tea-dw-site .tea-dw-site-footer__inner{
		width:calc(100% - 48px);
	}
}

@media (max-width:1024px){
	body.tea-dw-site .tea-dw-site-header__inner,
	body.tea-dw-site .tea-dw-site-footer__inner{
		width:calc(100% - 36px);
	}
	body.tea-dw-site .tea-dw-home-hero__shell{
		min-height:0;
	}
	body.tea-dw-site .tea-dw-home-location__photo-card{
		height:250px;
		min-height:250px;
	}
}

@media (max-width:767px){
	body.tea-dw-site .tea-dw-site-header__inner,
	body.tea-dw-site .tea-dw-site-footer__inner{
		width:calc(100% - 28px);
	}
	body.tea-dw-site .tea-dw-home-categories__card,
	body.tea-dw-site .tea-dw-home-categories__body{
		min-height:190px;
	}
	body.tea-dw-site .tea-about-hero{
		padding:22px 18px;
	}
}

@media (max-width:420px){
	body.tea-dw-site .tea-dw-site-header__inner,
	body.tea-dw-site .tea-dw-site-footer__inner{
		width:calc(100% - 22px);
	}
}


/* =========================================================
   V8D — AJUSTES FINALES PRE-PUBLICACIÓN
   ========================================================= */

/* 1. Categorías: la descripción sigue existiendo para SEO/meta,
      pero no se imprime en el encabezado visible. */
body.tea-dw-site .tea-category-page .tea-category-head p{
	display:none!important;
}

/* 2. Galería directamente en las cards del catálogo. */
body.tea-dw-site .tea-catalog-product-card__media{
	position:relative;
}
body.tea-dw-site .tea-catalog-product-card__media-link{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	color:inherit;
	text-decoration:none;
}
body.tea-dw-site .tea-catalog-product-card__image{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	display:block;
	object-fit:contain;
	padding:8px;
	opacity:0;
	visibility:hidden;
	transform:scale(1);
	transition:opacity .18s ease,visibility .18s ease,transform .2s ease;
}
body.tea-dw-site .tea-catalog-product-card__image.is-active{
	opacity:1;
	visibility:visible;
}
body.tea-dw-site .tea-catalog-product-card:hover .tea-catalog-product-card__image.is-active{
	transform:scale(1.018);
}
body.tea-dw-site .tea-catalog-product-card__arrow,
body.tea-dw-site .tea-product-gallery__arrow{
	position:absolute;
	top:50%;
	z-index:5;
	display:grid;
	place-items:center;
	width:34px;
	height:42px;
	padding:0;
	border:1px solid rgba(255,255,255,.36);
	border-radius:6px;
	background:rgba(5,8,5,.72);
	color:#fff;
	box-shadow:0 8px 20px rgba(0,0,0,.22);
	font:500 28px/1 Arial,sans-serif;
	cursor:pointer;
	transform:translateY(-50%);
	transition:background .16s ease,border-color .16s ease,opacity .16s ease;
}
body.tea-dw-site .tea-catalog-product-card__arrow:hover,
body.tea-dw-site .tea-product-gallery__arrow:hover{
	border-color:#94ff18;
	background:rgba(7,16,11,.94);
	color:#94ff18;
}
body.tea-dw-site .tea-catalog-product-card__arrow--prev,
body.tea-dw-site .tea-product-gallery__arrow--prev{left:8px}
body.tea-dw-site .tea-catalog-product-card__arrow--next,
body.tea-dw-site .tea-product-gallery__arrow--next{right:8px}
body.tea-dw-site .tea-catalog-product-card__image-count{
	position:absolute;
	right:8px;
	bottom:8px;
	z-index:4;
	padding:3px 7px;
	border-radius:999px;
	background:rgba(5,8,5,.72);
	color:#fff;
	font-size:10px;
	font-weight:800;
	line-height:1.2;
	pointer-events:none;
}

/* Flechas también en la imagen principal de la ficha individual. */
body.tea-dw-site .tea-product-gallery__main{
	position:relative;
}
body.tea-dw-site .tea-product-gallery__arrow{
	width:40px;
	height:48px;
	background:rgba(5,8,5,.62);
}

/* 3. Filtros: sticky útil, con scroll propio dentro del viewport. */
@media (min-width:801px){
	body.tea-dw-site .filters{
		position:sticky;
		top:16px;
		align-self:start;
		max-height:calc(100vh - 32px);
		overflow-y:auto;
		overflow-x:hidden;
		overscroll-behavior:contain;
		scrollbar-width:thin;
		scrollbar-color:rgba(148,255,24,.45) rgba(255,255,255,.045);
	}
	body.tea-dw-site .filters::-webkit-scrollbar{width:7px}
	body.tea-dw-site .filters::-webkit-scrollbar-track{background:rgba(255,255,255,.035)}
	body.tea-dw-site .filters::-webkit-scrollbar-thumb{background:rgba(148,255,24,.42);border-radius:999px}
}
@media (max-width:800px){
	body.tea-dw-site .filters{
		max-height:none;
		overflow:visible;
	}
}

/* 4. "Así funciona tu pedido": la franja ya es full-bleed; no necesita sombra infinita. */
body.tea-dw-site .tea-dw-main__inner .tea-dw-home-order-process.tea-dw-full-bleed{
	width:100vw;
	max-width:100vw;
	margin-left:calc(50% - 50vw) !important;
	margin-right:calc(50% - 50vw) !important;
}

body.tea-dw-site .tea-dw-home-order-process{
	box-shadow:none;
	clip-path:none;
	overflow:hidden;
}
body.tea-dw-site .tea-dw-home-order-process__inner{
	width:100%;
	max-width:100%;
	margin-inline:auto;
}


/* =========================================================
   V8E — IMÁGENES DE PRODUCTO: CONTENEDOR CUADRADO COMPLETO
   ========================================================= */
body.tea-dw-site .tea-catalog-product-card__media{
	aspect-ratio:1 / 1;
	background:#fff;
}

body.tea-dw-site .tea-catalog-product-card__media-link{
	display:block;
	width:100%;
	height:100%;
	background:#fff;
}

body.tea-dw-site .tea-catalog-product-card__media img,
body.tea-dw-site .tea-catalog-product-card__image{
	width:100%;
	height:100%;
	display:block;
	object-fit:contain;
	object-position:center;
	padding:0;
	background:#fff;
}

/* Mantener el zoom hover muy sutil sin recortar visualmente */
body.tea-dw-site .tea-catalog-product-card:hover .tea-catalog-product-card__media img{
	transform:scale(1.01);
}


/* =========================================================
   V8F — FICHA PRODUCTO: IMAGEN CENTRADA + VISOR GRANDE
   ========================================================= */

body.tea-dw-site .tea-product-gallery{
	display:flex;
	flex-direction:column;
	align-items:center;
	width:100%;
}

body.tea-dw-site .tea-product-gallery__main{
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	padding:0;
	background:#fff;
}

body.tea-dw-site .tea-product-gallery__main > img{
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	margin:auto;
	padding:0;
	object-fit:contain;
	object-position:50% 50%;
}

body.tea-dw-site .tea-product-gallery__thumbs{
	width:100%;
}

/* Botón visible para abrir el visor grande. */
body.tea-dw-site .tea-product-gallery__zoom{
	position:absolute;
	right:12px;
	bottom:12px;
	z-index:7;
	display:inline-flex;
	align-items:center;
	gap:7px;
	min-height:38px;
	padding:8px 12px;
	border:1px solid rgba(255,255,255,.28);
	border-radius:7px;
	background:rgba(4,7,5,.78);
	color:#fff;
	box-shadow:0 8px 24px rgba(0,0,0,.22);
	font:800 12px/1 var(--tea-font-body);
	letter-spacing:.01em;
	cursor:pointer;
	backdrop-filter:blur(7px);
	transition:.16s ease;
}
body.tea-dw-site .tea-product-gallery__zoom span{
	color:#94ff18;
	font-size:18px;
	line-height:1;
}
body.tea-dw-site .tea-product-gallery__zoom:hover{
	border-color:#94ff18;
	background:#081009;
	color:#94ff18;
}

/* Lightbox */
html.tea-lightbox-open,
html.tea-lightbox-open body{
	overflow:hidden !important;
}

body.tea-dw-site .tea-product-lightbox[hidden]{
	display:none !important;
}
body.tea-dw-site .tea-product-lightbox{
	position:fixed;
	inset:0;
	z-index:99999;
	display:grid;
	place-items:center;
	padding:24px;
}
body.tea-dw-site .tea-product-lightbox__backdrop{
	position:absolute;
	inset:0;
	background:rgba(0,0,0,.88);
	backdrop-filter:blur(5px);
}
body.tea-dw-site .tea-product-lightbox__dialog{
	position:relative;
	z-index:1;
	display:flex;
	align-items:center;
	justify-content:center;
	width:min(1180px,96vw);
	height:min(860px,92vh);
	padding:24px 64px 42px;
	border:1px solid rgba(148,255,24,.22);
	border-radius:12px;
	background:#0b0d0b;
	box-shadow:0 30px 90px rgba(0,0,0,.58);
}
body.tea-dw-site .tea-product-lightbox__stage{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	overflow:hidden;
	border-radius:8px;
	background:#fff;
}
body.tea-dw-site .tea-product-lightbox__image{
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
	margin:auto;
	object-fit:contain;
	object-position:center;
}
body.tea-dw-site .tea-product-lightbox__close{
	position:absolute;
	top:12px;
	right:14px;
	z-index:3;
	display:grid;
	place-items:center;
	width:40px;
	height:40px;
	padding:0;
	border:1px solid rgba(255,255,255,.2);
	border-radius:50%;
	background:rgba(0,0,0,.7);
	color:#fff;
	font:300 28px/1 Arial,sans-serif;
	cursor:pointer;
}
body.tea-dw-site .tea-product-lightbox__close:hover{
	border-color:#94ff18;
	color:#94ff18;
}
body.tea-dw-site .tea-product-lightbox__arrow{
	position:absolute;
	top:50%;
	z-index:3;
	display:grid;
	place-items:center;
	width:44px;
	height:58px;
	padding:0;
	border:1px solid rgba(255,255,255,.22);
	border-radius:7px;
	background:rgba(0,0,0,.72);
	color:#fff;
	font:400 34px/1 Arial,sans-serif;
	cursor:pointer;
	transform:translateY(-50%);
}
body.tea-dw-site .tea-product-lightbox__arrow:hover{
	border-color:#94ff18;
	color:#94ff18;
}
body.tea-dw-site .tea-product-lightbox__arrow--prev{left:10px}
body.tea-dw-site .tea-product-lightbox__arrow--next{right:10px}
body.tea-dw-site .tea-product-lightbox__counter{
	position:absolute;
	left:50%;
	bottom:14px;
	z-index:3;
	min-width:46px;
	color:#c8cbc8;
	font-size:12px;
	font-weight:800;
	text-align:center;
	transform:translateX(-50%);
}

@media (max-width:767px){
	body.tea-dw-site .tea-product-gallery__zoom{
		right:8px;
		bottom:8px;
		padding:7px 9px;
		font-size:11px;
	}
	body.tea-dw-site .tea-product-lightbox{
		padding:10px;
	}
	body.tea-dw-site .tea-product-lightbox__dialog{
		width:100%;
		height:88vh;
		padding:48px 10px 42px;
	}
	body.tea-dw-site .tea-product-lightbox__arrow{
		width:38px;
		height:50px;
	}
	body.tea-dw-site .tea-product-lightbox__arrow--prev{left:4px}
	body.tea-dw-site .tea-product-lightbox__arrow--next{right:4px}
}


/* =========================================================
   V8G — CATÁLOGO: ENTRADA COMPACTA + 5 CATEGORÍAS EN FILA
   ========================================================= */

/* ---------- CATEGORÍA: llegar rápido a los productos ---------- */
body.tea-dw-site .tea-category-page{
	padding-top:10px;
}

body.tea-dw-site .tea-category-page .breadcrumbs{
	margin:0 0 7px;
	font-size:11px;
	line-height:1.25;
}

body.tea-dw-site .tea-category-page .tea-volver-categorias-btn{
	margin:0 0 7px;
	font-size:10px;
	line-height:1.2;
}

body.tea-dw-site .tea-category-page .tea-category-head{
	max-width:none;
	margin:0 0 7px;
}

body.tea-dw-site .tea-category-page .tea-category-head .tea-dw-kicker{
	display:block;
	margin:0 0 4px;
	font-size:9px;
	line-height:1;
	letter-spacing:.12em;
}

body.tea-dw-site .tea-category-page .tea-category-head h1{
	margin:0;
	font-size:clamp(1.65rem,2.1vw,2.2rem);
	line-height:1;
	letter-spacing:-.045em;
}

body.tea-dw-site .tea-category-page .tea-category-section-head{
	margin:5px 0 9px;
}

body.tea-dw-site .tea-category-page .tea-category-section-head h2{
	font-size:clamp(1.15rem,1.45vw,1.4rem);
	line-height:1.05;
	letter-spacing:-.025em;
}

body.tea-dw-site .tea-category-page .catalog-layout{
	margin-top:6px;
}

/* Si la categoría muestra subcategorías, también arranca arriba. */
body.tea-dw-site .tea-category-page > .tea-catalog-category-grid{
	margin-top:8px;
}

/* ---------- TIENDA RAÍZ: cabecera más compacta ---------- */
body.tea-dw-site .tea-shop-root{
	padding-top:12px;
}

body.tea-dw-site .tea-shop-root > .breadcrumbs{
	margin-bottom:8px;
}

body.tea-dw-site .tea-shop-root .tea-shop-root-intro{
	max-width:760px;
	margin:0 0 13px;
}

body.tea-dw-site .tea-shop-root .tea-shop-root-intro .tea-dw-kicker{
	display:block;
	margin-bottom:4px;
	font-size:9px;
	line-height:1;
}

body.tea-dw-site .tea-shop-root .tea-shop-root-intro h1{
	font-size:clamp(1.8rem,2.35vw,2.45rem);
	line-height:1;
}

body.tea-dw-site .tea-shop-root .tea-shop-root-intro p{
	margin-top:8px;
	font-size:.91rem;
	line-height:1.42;
}

/* 5 categorías principales, una al lado de la otra en desktop/notebook. */
body.tea-dw-site .tea-shop-root > .tea-catalog-category-grid{
	grid-template-columns:repeat(5,minmax(0,1fr));
	gap:12px;
	margin-top:10px;
}

body.tea-dw-site .tea-shop-root > .tea-catalog-category-grid .tea-cat-archive-media{
	aspect-ratio:1.18 / 1;
}

body.tea-dw-site .tea-shop-root > .tea-catalog-category-grid .tea-cat-archive-overlay{
	padding:13px;
}

body.tea-dw-site .tea-shop-root > .tea-catalog-category-grid .tea-cat-archive-cover-title{
	font-size:clamp(.94rem,1.05vw,1.15rem);
	line-height:1.02;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width:1100px){
	body.tea-dw-site .tea-shop-root > .tea-catalog-category-grid{
		grid-template-columns:repeat(3,minmax(0,1fr));
	}
}

@media (max-width:760px){
	body.tea-dw-site .tea-category-page{
		padding-top:8px;
	}
	body.tea-dw-site .tea-category-page .tea-category-head h1{
		font-size:1.7rem;
	}
	body.tea-dw-site .tea-shop-root > .tea-catalog-category-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
		gap:10px;
	}
}

@media (max-width:440px){
	body.tea-dw-site .tea-shop-root > .tea-catalog-category-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}
}


/* =========================================================
   V8H — CABECERA DE CATEGORÍA ORDENADA Y COMPACTA
   ========================================================= */

body.tea-dw-site .tea-category-page{
	padding-top:13px;
}

body.tea-dw-site .tea-category-top{
	margin:0 0 15px;
	padding:0 0 13px;
	border-bottom:1px solid rgba(121,223,36,.14);
}

body.tea-dw-site .tea-category-top__nav{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:18px;
	min-height:25px;
	margin-bottom:11px;
}

body.tea-dw-site .tea-category-top__nav .breadcrumbs{
	flex:1 1 auto;
	min-width:0;
	margin:0;
	font-size:11px;
	line-height:1.3;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

body.tea-dw-site .tea-category-top__nav .tea-volver-categorias-btn{
	flex:0 0 auto;
	margin:0;
}

body.tea-dw-site .tea-category-top__main{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:24px;
}

body.tea-dw-site .tea-category-top__main .tea-category-head{
	margin:0;
	min-width:0;
}

body.tea-dw-site .tea-category-top__main .tea-category-head .tea-dw-kicker{
	margin:0 0 5px;
	font-size:9px;
	line-height:1;
	letter-spacing:.13em;
}

body.tea-dw-site .tea-category-top__main .tea-category-head h1{
	margin:0;
	font-size:clamp(1.75rem,2.25vw,2.35rem);
	line-height:.98;
	letter-spacing:-.045em;
}

body.tea-dw-site .tea-category-top__status{
	flex:0 0 auto;
	display:inline-flex;
	align-items:center;
	min-height:30px;
	padding:6px 11px;
	border:1px solid rgba(121,223,36,.22);
	border-radius:999px;
	background:rgba(121,223,36,.055);
	color:#a8ff41;
	font-size:10px;
	font-weight:800;
	line-height:1;
	letter-spacing:.055em;
	text-transform:uppercase;
	white-space:nowrap;
}

/* La grilla empieza con un respiro corto después de la cabecera. */
body.tea-dw-site .tea-category-page .catalog-layout,
body.tea-dw-site .tea-category-page > .tea-catalog-category-grid{
	margin-top:0;
}

/* El encabezado viejo ya no se usa en categoría, pero lo anulamos
   por compatibilidad si algún caso especial todavía lo imprime. */
body.tea-dw-site .tea-category-page .tea-category-section-head{
	display:none;
}

@media (max-width:700px){
	body.tea-dw-site .tea-category-top__nav{
		align-items:flex-start;
		gap:10px;
	}
	body.tea-dw-site .tea-category-top__main{
		align-items:flex-start;
		flex-direction:column;
		gap:9px;
	}
	body.tea-dw-site .tea-category-top__status{
		min-height:27px;
		padding:5px 9px;
		font-size:9px;
	}
}


/* =========================================================
   V8I — FILTROS MODERNOS + CABECERA LIMPIA + LINKS HOME
   ========================================================= */

/* Categoría: sin kicker ni chip redundante. */
body.tea-dw-site .tea-category-top{
	margin-bottom:13px;
	padding-bottom:12px;
}
body.tea-dw-site .tea-category-top__main{
	display:block;
}
body.tea-dw-site .tea-category-top__main .tea-category-head h1{
	font-size:clamp(1.8rem,2.35vw,2.45rem);
}
body.tea-dw-site .tea-category-top__status,
body.tea-dw-site .tea-category-top__main .tea-category-head .tea-dw-kicker{
	display:none !important;
}

/* Catálogo: sin sidebar. */
body.tea-dw-site .catalog-layout{
	display:block;
	margin-top:8px;
}
body.tea-dw-site .tea-catalog-results{
	width:100%;
	min-width:0;
}

/* Barra superior al estilo ecommerce actual. */
body.tea-dw-site .results-head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
	min-height:46px;
	margin:0 0 10px;
	padding:0;
}
body.tea-dw-site .results-head__left{
	display:flex;
	align-items:center;
	gap:12px;
	min-width:0;
}
body.tea-dw-site .tea-results-count{
	color:#d9ddd7;
	font-size:12px;
	font-weight:750;
	white-space:nowrap;
}
body.tea-dw-site .tea-filter-trigger{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	gap:9px;
	min-height:40px;
	padding:0 14px;
	border:1px solid rgba(255,255,255,.14);
	border-radius:7px;
	background:#151815;
	color:#f8faf5;
	font:850 12px/1 var(--tea-font-body);
	cursor:pointer;
	transition:.16s ease;
}
body.tea-dw-site .tea-filter-trigger:hover{
	border-color:rgba(148,255,24,.48);
	background:#1a1e1a;
}
body.tea-dw-site .tea-filter-trigger>b{
	display:grid;
	place-items:center;
	min-width:20px;
	height:20px;
	padding:0 5px;
	border-radius:999px;
	background:#94ff18;
	color:#071000;
	font-size:10px;
}
body.tea-dw-site .tea-filter-trigger__icon{
	display:flex;
	flex-direction:column;
	gap:3px;
	width:15px;
}
body.tea-dw-site .tea-filter-trigger__icon i{
	display:block;
	width:100%;
	height:1px;
	background:currentColor;
	position:relative;
}
body.tea-dw-site .tea-filter-trigger__icon i:nth-child(1)::after,
body.tea-dw-site .tea-filter-trigger__icon i:nth-child(3)::after{
	content:"";
	position:absolute;
	top:-2px;
	width:5px;
	height:5px;
	border-radius:50%;
	background:currentColor;
}
body.tea-dw-site .tea-filter-trigger__icon i:nth-child(1)::after{left:3px}
body.tea-dw-site .tea-filter-trigger__icon i:nth-child(3)::after{right:2px}

/* Ordenar por. */
body.tea-dw-site .results-head [data-tea-order-form]{
	display:flex;
	align-items:center;
	gap:8px;
	flex:0 0 auto;
}
body.tea-dw-site .tea-order-label{
	color:#9da49c;
	font-size:11px;
	font-weight:700;
	white-space:nowrap;
}
body.tea-dw-site .results-head select{
	width:auto;
	min-width:158px;
	min-height:40px;
	padding:0 34px 0 11px;
	border-color:rgba(255,255,255,.13);
	background:#111411;
	font-size:12px;
}

/* Chips removibles. */
body.tea-dw-site .tea-active-filters{
	display:flex;
	flex-wrap:wrap;
	gap:7px;
	margin:0 0 13px;
}
body.tea-dw-site .tea-active-filter{
	display:inline-flex;
	align-items:center;
	gap:7px;
	min-height:29px;
	padding:5px 8px 5px 10px;
	border:1px solid rgba(148,255,24,.22);
	border-radius:999px;
	background:rgba(148,255,24,.055);
	color:#dfe4dc;
	font-size:10px;
	font-weight:700;
	text-decoration:none;
}
body.tea-dw-site .tea-active-filter b{
	display:grid;
	place-items:center;
	width:16px;
	height:16px;
	border-radius:50%;
	background:rgba(255,255,255,.08);
	color:#b8bdb6;
	font-size:12px;
	font-weight:500;
}
body.tea-dw-site .tea-active-filter:hover{
	border-color:#94ff18;
	color:#fff;
}
body.tea-dw-site .tea-active-filter:hover b{
	background:#94ff18;
	color:#071000;
}

/* Drawer */
html.tea-filter-open,
html.tea-filter-open body{
	overflow:hidden !important;
}
body.tea-dw-site .tea-filter-drawer.filters{
	position:fixed !important;
	inset:0 !important;
	z-index:20000;
	display:block;
	width:100%;
	height:100%;
	max-height:none;
	margin:0;
	padding:0;
	border:0;
	border-radius:0;
	background:transparent;
	box-shadow:none;
	pointer-events:none;
	visibility:hidden;
}
body.tea-dw-site .tea-filter-drawer[aria-hidden="false"]{
	pointer-events:auto;
	visibility:visible;
}
body.tea-dw-site .tea-filter-drawer__backdrop{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	padding:0;
	border:0;
	background:rgba(0,0,0,.66);
	opacity:0;
	cursor:default;
	backdrop-filter:blur(2px);
	transition:opacity .2s ease;
}
body.tea-dw-site .tea-filter-drawer[aria-hidden="false"] .tea-filter-drawer__backdrop{
	opacity:1;
}
body.tea-dw-site .tea-filter-drawer__panel{
	position:absolute;
	top:0;
	left:0;
	width:min(390px,92vw);
	height:100%;
	background:#f6f7f4;
	color:#141714;
	box-shadow:20px 0 70px rgba(0,0,0,.35);
	transform:translateX(-102%);
	transition:transform .22s cubic-bezier(.2,.8,.2,1);
}
body.tea-dw-site .tea-filter-drawer[aria-hidden="false"] .tea-filter-drawer__panel{
	transform:translateX(0);
}
body.tea-dw-site .tea-filter-drawer__form{
	display:grid;
	grid-template-rows:auto minmax(0,1fr) auto;
	height:100%;
}
body.tea-dw-site .tea-filter-drawer__header{
	display:flex;
	align-items:center;
	gap:12px;
	min-height:74px;
	padding:15px 18px;
	border-bottom:1px solid #dde0da;
	background:#fff;
}
body.tea-dw-site .tea-filter-drawer__header>div:first-child{
	min-width:0;
	margin-right:auto;
}
body.tea-dw-site .tea-filter-drawer__eyebrow{
	display:block;
	margin-bottom:3px;
	color:#5f675d;
	font-size:9px;
	font-weight:850;
	letter-spacing:.1em;
	text-transform:uppercase;
}
body.tea-dw-site .tea-filter-drawer__header h2{
	margin:0;
	color:#111511;
	font:900 20px/1.05 var(--tea-font-display);
	letter-spacing:-.035em;
}
body.tea-dw-site .tea-filter-drawer__active-count{
	flex:0 0 auto;
	padding:5px 8px;
	border-radius:999px;
	background:#eaf9dc;
	color:#2d6c10;
	font-size:9px;
	font-weight:850;
}
body.tea-dw-site .tea-filter-drawer__close{
	display:grid;
	place-items:center;
	flex:0 0 36px;
	width:36px;
	height:36px;
	padding:0;
	border:1px solid #d8ddd5;
	border-radius:50%;
	background:#fff;
	color:#202520;
	font:400 24px/1 Arial,sans-serif;
	cursor:pointer;
}
body.tea-dw-site .tea-filter-drawer__body{
	min-height:0;
	overflow-y:auto;
	padding:6px 18px 24px;
	overscroll-behavior:contain;
}
body.tea-dw-site .tea-filter-search{
	padding:14px 0 11px;
}
body.tea-dw-site .tea-filter-search label{
	display:block;
	margin-bottom:7px;
	color:#4f574e;
	font-size:10px;
	font-weight:800;
}
body.tea-dw-site .tea-filter-drawer input[type="search"],
body.tea-dw-site .tea-filter-drawer input[type="number"]{
	width:100%;
	min-height:43px;
	padding:0 11px;
	border:1px solid #cfd4cc;
	border-radius:7px;
	background:#fff;
	color:#141714;
	font-size:13px;
	outline:none;
}
body.tea-dw-site .tea-filter-drawer input:focus{
	border-color:#6dbd29;
	box-shadow:0 0 0 2px rgba(109,189,41,.12);
}
body.tea-dw-site .tea-filter-section{
	border-top:1px solid #dfe2dd;
}
body.tea-dw-site .tea-filter-section:last-child{
	border-bottom:1px solid #dfe2dd;
}
body.tea-dw-site .tea-filter-section>summary{
	display:flex;
	align-items:center;
	gap:10px;
	min-height:49px;
	padding:0 2px;
	list-style:none;
	color:#1a1e19;
	font-size:13px;
	font-weight:850;
	cursor:pointer;
	user-select:none;
}
body.tea-dw-site .tea-filter-section>summary::-webkit-details-marker{
	display:none;
}
body.tea-dw-site .tea-filter-section>summary span{
	margin-right:auto;
}
body.tea-dw-site .tea-filter-section>summary b{
	display:grid;
	place-items:center;
	min-width:20px;
	height:20px;
	padding:0 5px;
	border-radius:999px;
	background:#eaf9dc;
	color:#347814;
	font-size:9px;
}
body.tea-dw-site .tea-filter-section>summary::after{
	content:"+";
	width:18px;
	color:#687066;
	font-size:18px;
	font-weight:400;
	text-align:center;
}
body.tea-dw-site .tea-filter-section[open]>summary::after{
	content:"−";
}
body.tea-dw-site .tea-filter-section__content{
	padding:0 0 13px;
}
body.tea-dw-site .tea-filter-option{
	position:relative;
	display:grid;
	grid-template-columns:18px minmax(0,1fr) auto;
	align-items:start;
	gap:9px;
	margin:0;
	padding:7px 2px;
	color:#2a3029;
	font-size:12px;
	line-height:1.35;
	cursor:pointer;
}
body.tea-dw-site .tea-filter-option input{
	position:absolute;
	opacity:0;
	pointer-events:none;
}
body.tea-dw-site .tea-filter-option__box{
	display:grid;
	place-items:center;
	width:17px;
	height:17px;
	margin-top:0;
	border:1px solid #aeb5ac;
	border-radius:3px;
	background:#fff;
}
body.tea-dw-site .tea-filter-option input:checked+.tea-filter-option__box{
	border-color:#68b924;
	background:#79df24;
}
body.tea-dw-site .tea-filter-option input:checked+.tea-filter-option__box::after{
	content:"✓";
	color:#0b1a05;
	font-size:11px;
	font-weight:950;
}
body.tea-dw-site .tea-filter-option__count{
	color:#8a9288;
	font-size:10px;
}
body.tea-dw-site .tea-filter-price{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:9px;
}
body.tea-dw-site .tea-filter-price label span{
	display:block;
	margin-bottom:5px;
	color:#70786f;
	font-size:10px;
	font-weight:700;
}
body.tea-dw-site .tea-filter-drawer__footer{
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	gap:10px;
	align-items:center;
	padding:12px 18px;
	border-top:1px solid #d8ddd5;
	background:#fff;
	box-shadow:0 -10px 24px rgba(0,0,0,.04);
}
body.tea-dw-site .tea-filter-apply{
	min-height:44px;
	padding:0 16px;
	border:1px solid #68c719;
	border-radius:7px;
	background:#79df24;
	color:#0a1605;
	font-size:12px;
	font-weight:950;
	cursor:pointer;
}
body.tea-dw-site .tea-filter-apply:hover{
	background:#8ced31;
}
body.tea-dw-site .tea-filter-clear{
	padding:10px 2px;
	color:#5b6359;
	font-size:11px;
	font-weight:750;
	text-decoration:none;
	white-space:nowrap;
}

/* Card HOME: toda la superficie se siente clickeable. */
body.tea-dw-site .tea-dw-home-categories__card[data-tea-category-card]{
	cursor:pointer;
}
body.tea-dw-site .tea-dw-home-categories__card[data-tea-category-card]:focus-visible{
	outline:2px solid #94ff18;
	outline-offset:3px;
}

/* Responsive */
@media (max-width:700px){
	body.tea-dw-site .results-head{
		align-items:stretch;
		flex-direction:column;
		gap:9px;
	}
	body.tea-dw-site .results-head__left{
		justify-content:space-between;
	}
	body.tea-dw-site .results-head [data-tea-order-form]{
		width:100%;
		justify-content:space-between;
	}
	body.tea-dw-site .results-head select{
		flex:1;
		min-width:0;
	}
	body.tea-dw-site .tea-filter-drawer__panel{
		width:min(430px,100vw);
	}
}


/* =========================================================
   V8J — HOME: DECORACIÓN FULL-BLEED REAL + LIMPIEZA
   ========================================================= */

/* Los círculos decorativos quedan recortados dentro de la franja full-bleed. */
body.tea-dw-site .tea-dw-home-order-process{
	overflow:hidden;
}

body.tea-dw-site .tea-dw-home-order-process::before{
	left:-132px;
	top:42px;
}

body.tea-dw-site .tea-dw-home-order-process::after{
	right:-170px;
	bottom:-132px;
}

/* La decoración puede salir de la caja, pero el contenido continúa
   estrictamente dentro de los 1280px actuales. */
body.tea-dw-site .tea-dw-home-order-process__inner{
	position:relative;
	z-index:2;
	width:min(var(--tea-site-max, 1460px), calc(100% - var(--tea-site-gutter, 32px)));
	max-width:var(--tea-site-max, 1460px);
}

/* Al sacar los kickers, ajustamos apenas el ritmo vertical. */
body.tea-dw-site .tea-dw-home-camping-products__title{
	margin-top:0;
}
body.tea-dw-site .tea-dw-home-location__title{
	margin-top:0;
}


/* V8K — FICHA DE PRODUCTO MÁS LIMPIA */
body.tea-dw-site .tea-product-summary{
	padding-top:0;
}
body.tea-dw-site .tea-product-summary .product_title{
	margin-top:0;
}
body.tea-dw-site .tea-product-short{
	display:none !important;
}


/* =========================================================
   V8L — RENDIMIENTO / FEEDBACK DE CARGA
   ========================================================= */

/* Barra fina tipo ecommerce. No bloquea ni agrega tiempo artificial. */
.tea-page-progress{
	position:fixed;
	top:0;
	left:0;
	z-index:2147483000;
	width:100%;
	height:3px;
	pointer-events:none;
	opacity:0;
	transform:scaleX(0);
	transform-origin:left center;
	background:#94ff18;
	box-shadow:0 0 12px rgba(148,255,24,.55);
}

html.tea-page-loading .tea-page-progress,
html.tea-ajax-loading .tea-page-progress{
	opacity:1;
	animation:tea-page-progress-run 1.15s cubic-bezier(.2,.72,.25,1) forwards;
}

@keyframes tea-page-progress-run{
	0%{transform:scaleX(.04)}
	28%{transform:scaleX(.36)}
	62%{transform:scaleX(.67)}
	100%{transform:scaleX(.91)}
}

/* Cuando una foto secundaria se pide por flecha, mantenemos la actual
   hasta que la nueva haya terminado de descargar. */
body.tea-dw-site [data-tea-card-gallery].is-gallery-loading::after{
	content:"";
	position:absolute;
	top:10px;
	right:10px;
	z-index:8;
	width:18px;
	height:18px;
	border:2px solid rgba(12,18,10,.18);
	border-top-color:#79df24;
	border-radius:50%;
	animation:tea-mini-spin .6s linear infinite;
	pointer-events:none;
}
@keyframes tea-mini-spin{to{transform:rotate(360deg)}}

/* AJAX: feedback rápido, sin ocultar ni mover la grilla. */
body.tea-dw-site [data-tea-catalog-fragment]{
	transition:opacity .14s ease;
}
body.tea-dw-site [data-tea-catalog-fragment].is-loading{
	opacity:.58;
	pointer-events:none;
}
html.tea-ajax-loading body.tea-dw-site{
	cursor:progress;
}

@media (prefers-reduced-motion:reduce){
	.tea-page-progress,
	body.tea-dw-site [data-tea-card-gallery].is-gallery-loading::after{
		animation:none !important;
	}
html.tea-page-loading .tea-page-progress,
html.tea-ajax-loading .tea-page-progress{
		transform:scaleX(.78);
	}
}

/* TEA V10A — TEA Parabrisas */
body.tea-dw-site .tea-windshield-page{
	display:grid;
	gap:22px;
	padding:16px 0 42px;
}
body.tea-dw-site .tea-windshield-hero{
	position:relative;
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(260px,410px);
	align-items:end;
	min-height:clamp(520px,64vh,720px);
	overflow:hidden;
	border:1px solid var(--tea-line);
	border-radius:10px;
	background:#080b08 var(--hero-image) center/cover no-repeat;
	box-shadow:var(--tea-shadow);
}
body.tea-dw-site .tea-windshield-hero__shade{
	position:absolute;
	inset:0;
	background:linear-gradient(90deg,rgba(0,0,0,.88) 0%,rgba(0,0,0,.58) 42%,rgba(0,0,0,.16) 72%),linear-gradient(0deg,rgba(0,0,0,.72),rgba(0,0,0,.06) 45%,rgba(0,0,0,.46));
}
body.tea-dw-site .tea-windshield-hero__content{
	position:relative;
	z-index:1;
}
body.tea-dw-site .tea-windshield-hero__content{
	max-width:760px;
	padding:clamp(26px,5vw,64px);
}
body.tea-dw-site .tea-windshield-hero h1{
	max-width:8.7em;
	margin:0;
	color:#fff;
	font:950 clamp(3.1rem,7vw,7rem)/.86 var(--tea-font-display);
	letter-spacing:0;
	text-transform:uppercase;
}
body.tea-dw-site .tea-windshield-hero h1 strong{
	color:#94ff18;
}
body.tea-dw-site .tea-windshield-hero p{
	max-width:54ch;
	margin:20px 0 0;
	color:#eef3ec;
	font-size:clamp(1rem,1.3vw,1.18rem);
	line-height:1.62;
}
body.tea-dw-site .tea-windshield-hero__actions{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	margin-top:28px;
}
body.tea-dw-site .tea-windshield-intro{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:16px;
}
body.tea-dw-site .tea-windshield-intro article,
body.tea-dw-site .tea-windshield-feature,
body.tea-dw-site .tea-windshield-events,
body.tea-dw-site .tea-windshield-full-gallery,
body.tea-dw-site .tea-windshield-cta{
	border:1px solid var(--tea-line);
	border-radius:9px;
	background:linear-gradient(180deg,rgba(16,19,16,.95),rgba(8,10,8,.98));
}
body.tea-dw-site .tea-windshield-intro article{
	padding:clamp(22px,3vw,36px);
}
body.tea-dw-site .tea-windshield-intro h2,
body.tea-dw-site .tea-windshield-section-head h2,
body.tea-dw-site .tea-windshield-feature h2,
body.tea-dw-site .tea-windshield-cta h2{
	margin:0;
	color:#fff;
	font:900 clamp(1.7rem,3vw,3rem)/.98 var(--tea-font-display);
	letter-spacing:0;
}
body.tea-dw-site .tea-windshield-intro p,
body.tea-dw-site .tea-windshield-section-head p,
body.tea-dw-site .tea-windshield-feature p,
body.tea-dw-site .tea-windshield-cta p{
	color:#cdd4cb;
	line-height:1.7;
}
body.tea-dw-site .tea-windshield-feature,
body.tea-dw-site .tea-windshield-events,
body.tea-dw-site .tea-windshield-full-gallery{
	padding:clamp(22px,3.5vw,44px);
}
body.tea-dw-site .tea-windshield-section-head{
	max-width:760px;
	margin-bottom:20px;
}
body.tea-dw-site .tea-windshield-feature__grid{
	display:grid;
	grid-template-columns:1.2fr .8fr .8fr;
	grid-auto-rows:minmax(190px,22vw);
	gap:12px;
	margin-top:20px;
}
body.tea-dw-site .tea-windshield-shot,
body.tea-dw-site .tea-windshield-mini-gallery figure,
body.tea-dw-site .tea-windshield-masonry figure{
	position:relative;
	overflow:hidden;
	margin:0;
	border:1px solid rgba(255,255,255,.09);
	border-radius:8px;
	background:#050705;
}
body.tea-dw-site .tea-windshield-shot--large{
	grid-row:span 2;
}
body.tea-dw-site .tea-windshield-shot img,
body.tea-dw-site .tea-windshield-mini-gallery img,
body.tea-dw-site .tea-windshield-masonry img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
	transition:transform .28s ease,filter .28s ease;
}
body.tea-dw-site .tea-windshield-shot:hover img,
body.tea-dw-site .tea-windshield-mini-gallery figure:hover img,
body.tea-dw-site .tea-windshield-masonry figure:hover img{
	transform:scale(1.035);
	filter:saturate(1.08);
}
body.tea-dw-site .tea-windshield-shot figcaption,
body.tea-dw-site .tea-windshield-masonry figcaption{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:36px 15px 14px;
	background:linear-gradient(0deg,rgba(0,0,0,.86),rgba(0,0,0,0));
	color:#fff;
	font-size:13px;
	font-weight:850;
	line-height:1.25;
}
body.tea-dw-site .tea-windshield-shot figcaption span,
body.tea-dw-site .tea-windshield-masonry figcaption span{
	display:block;
	margin-bottom:4px;
	color:#94ff18;
	font-size:10px;
	font-weight:950;
	letter-spacing:.08em;
	text-transform:uppercase;
}
body.tea-dw-site .tea-windshield-event-grid{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:16px;
}
body.tea-dw-site .tea-windshield-event-grid article h3{
	margin:0 0 12px;
	color:#94ff18;
	font:900 22px/1 var(--tea-font-display);
}
body.tea-dw-site .tea-windshield-mini-gallery{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:10px;
}
body.tea-dw-site .tea-windshield-mini-gallery figure{
	aspect-ratio:1.18/1;
}
body.tea-dw-site .tea-windshield-mini-gallery figcaption{
	position:absolute;
	inset:auto 0 0;
	padding:28px 10px 9px;
	background:linear-gradient(0deg,rgba(0,0,0,.82),rgba(0,0,0,0));
	color:#fff;
	font-size:11px;
	font-weight:850;
	line-height:1.2;
}
body.tea-dw-site .tea-windshield-masonry{
	display:grid;
	grid-template-columns:repeat(5,minmax(0,1fr));
	grid-auto-rows:150px;
	gap:10px;
}
body.tea-dw-site .tea-windshield-masonry figure.is-wide{
	grid-column:span 2;
}
body.tea-dw-site .tea-windshield-masonry figure.is-tall{
	grid-row:span 2;
}
body.tea-dw-site .tea-windshield-cta{
	display:flex;
	justify-content:space-between;
	gap:24px;
	align-items:center;
	padding:clamp(24px,3.5vw,44px);
}
body.tea-dw-site .tea-windshield-cta>div:first-child{
	max-width:760px;
}
body.tea-dw-site .tea-windshield-cta>div:last-child{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	flex:0 0 auto;
}
@media(max-width:1100px){
	body.tea-dw-site .tea-windshield-hero{
		grid-template-columns:1fr;
	}
	body.tea-dw-site .tea-windshield-feature__grid{
		grid-template-columns:1fr 1fr;
	}
	body.tea-dw-site .tea-windshield-masonry{
		grid-template-columns:repeat(3,minmax(0,1fr));
	}
}
@media(max-width:760px){
	body.tea-dw-site .tea-windshield-page{
		gap:15px;
		padding-top:10px;
	}
	body.tea-dw-site .tea-windshield-hero{
		min-height:620px;
		background-position:62% center;
	}
	body.tea-dw-site .tea-windshield-hero__shade{
		background:linear-gradient(0deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.64) 50%,rgba(0,0,0,.18) 100%);
	}
	body.tea-dw-site .tea-windshield-hero__content{
		padding:22px;
		align-self:end;
	}
	body.tea-dw-site .tea-windshield-hero h1{
		font-size:clamp(2.65rem,14vw,4.6rem);
	}
	body.tea-dw-site .tea-windshield-intro,
	body.tea-dw-site .tea-windshield-event-grid{
		grid-template-columns:1fr;
	}
	body.tea-dw-site .tea-windshield-feature,
	body.tea-dw-site .tea-windshield-events,
	body.tea-dw-site .tea-windshield-full-gallery{
		padding:18px;
	}
	body.tea-dw-site .tea-windshield-feature__grid,
	body.tea-dw-site .tea-windshield-mini-gallery,
	body.tea-dw-site .tea-windshield-masonry{
		grid-template-columns:1fr 1fr;
	}
	body.tea-dw-site .tea-windshield-feature__grid{
		grid-auto-rows:180px;
	}
	body.tea-dw-site .tea-windshield-shot--large,
	body.tea-dw-site .tea-windshield-masonry figure.is-tall,
	body.tea-dw-site .tea-windshield-masonry figure.is-wide{
		grid-column:auto;
		grid-row:auto;
	}
	body.tea-dw-site .tea-windshield-masonry{
		grid-auto-rows:170px;
	}
	body.tea-dw-site .tea-windshield-cta{
		align-items:flex-start;
		flex-direction:column;
	}
}
@media(max-width:460px){
	body.tea-dw-site .tea-windshield-mini-gallery,
	body.tea-dw-site .tea-windshield-masonry{
		grid-template-columns:1fr;
	}
	body.tea-dw-site .tea-windshield-masonry{
		grid-auto-rows:240px;
	}
}

/* TEA V10B - ajuste minimalista TEA Parabrisas */
body.tea-dw-site .tea-windshield-page{
	gap:16px;
	padding:10px 0 30px;
}
body.tea-dw-site .tea-windshield-hero{
	grid-template-columns:minmax(0,1fr) minmax(230px,340px);
	min-height:clamp(390px,48vh,560px);
	background-position:center 58%;
}
body.tea-dw-site .tea-windshield-hero__content{
	max-width:680px;
	padding:clamp(22px,3.3vw,42px);
}
body.tea-dw-site .tea-windshield-hero h1{
	max-width:9.4em;
	font:950 clamp(2.25rem,4.6vw,4.95rem)/.92 var(--tea-font-display);
}
body.tea-dw-site .tea-windshield-hero p{
	max-width:48ch;
	margin-top:14px;
	font-size:clamp(.92rem,1vw,1.04rem);
	line-height:1.52;
}
body.tea-dw-site .tea-windshield-hero__actions{
	gap:8px;
	margin-top:20px;
}
body.tea-dw-site .tea-windshield-hero .tea-static-btn{
	min-height:40px;
	padding-inline:14px;
	font-size:11px;
}
body.tea-dw-site .tea-windshield-intro{
	gap:12px;
}
body.tea-dw-site .tea-windshield-intro article,
body.tea-dw-site .tea-windshield-feature,
body.tea-dw-site .tea-windshield-events,
body.tea-dw-site .tea-windshield-full-gallery,
body.tea-dw-site .tea-windshield-cta{
	border-radius:8px;
}
body.tea-dw-site .tea-windshield-intro article{
	padding:22px;
}
body.tea-dw-site .tea-windshield-intro h2,
body.tea-dw-site .tea-windshield-section-head h2,
body.tea-dw-site .tea-windshield-feature h2,
body.tea-dw-site .tea-windshield-cta h2{
	font-size:clamp(1.35rem,2.05vw,2.15rem);
	line-height:1.05;
}
body.tea-dw-site .tea-windshield-intro p,
body.tea-dw-site .tea-windshield-section-head p,
body.tea-dw-site .tea-windshield-feature p,
body.tea-dw-site .tea-windshield-cta p{
	font-size:.92rem;
	line-height:1.58;
}
body.tea-dw-site .tea-windshield-feature,
body.tea-dw-site .tea-windshield-events,
body.tea-dw-site .tea-windshield-full-gallery{
	padding:24px;
}
body.tea-dw-site .tea-windshield-section-head{
	margin-bottom:14px;
}
body.tea-dw-site .tea-windshield-feature__grid{
	grid-auto-rows:minmax(150px,17vw);
	gap:9px;
	margin-top:14px;
}
body.tea-dw-site .tea-windshield-shot figcaption,
body.tea-dw-site .tea-windshield-masonry figcaption{
	padding:28px 12px 11px;
	font-size:11px;
}
body.tea-dw-site .tea-windshield-shot figcaption span,
body.tea-dw-site .tea-windshield-masonry figcaption span{
	font-size:9px;
}
body.tea-dw-site .tea-windshield-event-grid{
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:12px;
}
body.tea-dw-site .tea-windshield-event-grid article h3{
	margin-bottom:9px;
	font-size:18px;
}
body.tea-dw-site .tea-windshield-mini-gallery{
	gap:8px;
}
body.tea-dw-site .tea-windshield-mini-gallery figcaption{
	padding:24px 9px 8px;
	font-size:10px;
}
body.tea-dw-site .tea-windshield-masonry{
	grid-auto-rows:125px;
	gap:8px;
}
body.tea-dw-site .tea-windshield-cta{
	padding:24px;
}

@media(max-width:1100px){
	body.tea-dw-site .tea-windshield-hero{
		min-height:clamp(390px,52vh,520px);
	}
	body.tea-dw-site .tea-windshield-event-grid{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}
}
@media(max-width:760px){
	body.tea-dw-site .tea-windshield-page{
		gap:12px;
		padding-top:8px;
	}
	body.tea-dw-site .tea-windshield-hero{
		min-height:500px;
	}
	body.tea-dw-site .tea-windshield-hero__content{
		padding:20px;
	}
	body.tea-dw-site .tea-windshield-hero h1{
		font-size:clamp(2.2rem,11vw,3.6rem);
	}
	body.tea-dw-site .tea-windshield-hero p{
		margin-top:12px;
		font-size:.92rem;
	}
	body.tea-dw-site .tea-windshield-event-grid{
		grid-template-columns:1fr;
	}
	body.tea-dw-site .tea-windshield-feature,
	body.tea-dw-site .tea-windshield-events,
	body.tea-dw-site .tea-windshield-full-gallery{
		padding:16px;
	}
	body.tea-dw-site .tea-windshield-intro article,
	body.tea-dw-site .tea-windshield-cta{
		padding:18px;
	}
	body.tea-dw-site .tea-windshield-feature__grid{
		grid-auto-rows:150px;
	}
	body.tea-dw-site .tea-windshield-masonry{
		grid-auto-rows:150px;
	}
}
@media(max-width:460px){
	body.tea-dw-site .tea-windshield-hero{
		min-height:460px;
	}
	body.tea-dw-site .tea-windshield-hero h1{
		font-size:clamp(2rem,13vw,3.1rem);
	}
	body.tea-dw-site .tea-windshield-hero__actions{
		margin-top:16px;
	}
	body.tea-dw-site .tea-windshield-hero .tea-static-btn{
		width:100%;
		justify-content:center;
	}
	body.tea-dw-site .tea-windshield-masonry{
		grid-auto-rows:205px;
	}
}

/* TEA V10E - galeria unica por evento */
body.tea-dw-site .tea-windshield-event-grid{
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:0;
}
body.tea-dw-site .tea-windshield-event-grid article{
	padding:0 22px;
	border-left:1px solid rgba(148,255,24,.16);
}
body.tea-dw-site .tea-windshield-event-grid article:first-child{
	padding-left:0;
	border-left:0;
}
body.tea-dw-site .tea-windshield-event-grid article:last-child{
	padding-right:0;
}
body.tea-dw-site .tea-windshield-event-grid article h3{
	margin-bottom:14px;
	padding-bottom:12px;
	border-bottom:1px solid rgba(148,255,24,.22);
}
body.tea-dw-site .tea-windshield-mini-gallery{
	gap:10px;
}
body.tea-dw-site .tea-windshield-mini-gallery figure{
	aspect-ratio:1.08/1;
}
body.tea-dw-site .tea-windshield-mini-gallery figcaption{
	display:none;
}

@media(max-width:1100px){
	body.tea-dw-site .tea-windshield-event-grid{
		grid-template-columns:1fr;
		gap:22px;
	}
	body.tea-dw-site .tea-windshield-event-grid article,
	body.tea-dw-site .tea-windshield-event-grid article:first-child,
	body.tea-dw-site .tea-windshield-event-grid article:last-child{
		padding:0 0 22px;
		border-left:0;
		border-bottom:1px solid rgba(148,255,24,.16);
	}
	body.tea-dw-site .tea-windshield-event-grid article:last-child{
		padding-bottom:0;
		border-bottom:0;
	}
}
@media(max-width:760px){
	body.tea-dw-site .tea-windshield-mini-gallery{
		grid-template-columns:repeat(2,minmax(0,1fr));
	}
}
@media(max-width:460px){
	body.tea-dw-site .tea-windshield-mini-gallery{
		grid-template-columns:1fr;
	}
	body.tea-dw-site .tea-windshield-mini-gallery figure{
		aspect-ratio:1.2/1;
	}
}

/* TEA V10F - hero mobile TEA Parabrisas */
@media(max-width:760px){
	body.tea-dw-site .tea-windshield-hero{
		display:flex;
		flex-direction:column;
		justify-content:flex-end;
		min-height:clamp(430px,72vh,560px);
		background-position:center top;
	}
	body.tea-dw-site .tea-windshield-hero__shade{
		background:linear-gradient(0deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.7) 44%,rgba(0,0,0,.28) 100%);
	}
	body.tea-dw-site .tea-windshield-hero__content{
		width:100%;
		max-width:none;
		padding:22px 16px 14px;
		text-align:center;
	}
	body.tea-dw-site .tea-windshield-hero .tea-dw-kicker{
		justify-content:center;
	}
	body.tea-dw-site .tea-windshield-hero h1{
		max-width:7.9em;
		margin:0 auto;
		font-size:clamp(2rem,10.5vw,3.15rem);
		line-height:.96;
		text-wrap:balance;
	}
	body.tea-dw-site .tea-windshield-hero p{
		max-width:32ch;
		margin:12px auto 0;
		font-size:.9rem;
		line-height:1.48;
	}
	body.tea-dw-site .tea-windshield-hero__actions{
		justify-content:center;
		margin-top:16px;
	}
	body.tea-dw-site .tea-windshield-hero .tea-static-btn{
		flex:1 1 150px;
		max-width:220px;
		min-height:39px;
		justify-content:center;
	}
}
@media(max-width:460px){
	body.tea-dw-site .tea-windshield-hero{
		min-height:500px;
	}
	body.tea-dw-site .tea-windshield-hero__content{
		padding-inline:14px;
	}
	body.tea-dw-site .tea-windshield-hero h1{
		max-width:7.2em;
		font-size:clamp(1.9rem,12vw,2.8rem);
	}
	body.tea-dw-site .tea-windshield-hero__actions{
		flex-direction:column;
		align-items:center;
	}
	body.tea-dw-site .tea-windshield-hero .tea-static-btn{
		width:100%;
		max-width:260px;
	}
}

/* TEA V10G - correccion fuerte de hero en mobile */
@media(max-width:760px){
	body.tea-dw-site .tea-windshield-page .tea-windshield-hero{
		display:block !important;
		min-height:auto !important;
		background-position:center top !important;
	}
	body.tea-dw-site .tea-windshield-page .tea-windshield-hero__content{
		display:block !important;
		width:100% !important;
		max-width:none !important;
		margin:0 !important;
		padding:42px 18px 18px !important;
		text-align:center !important;
	}
	body.tea-dw-site .tea-windshield-page .tea-windshield-hero .tea-dw-kicker{
		justify-content:center !important;
		margin-inline:auto !important;
	}
	body.tea-dw-site .tea-windshield-page .tea-windshield-hero h1{
		display:block !important;
		width:100% !important;
		max-width:350px !important;
		margin:0 auto !important;
		font-size:clamp(2rem,9.4vw,2.65rem) !important;
		line-height:.98 !important;
		text-align:center !important;
		white-space:normal !important;
		word-break:normal !important;
		overflow-wrap:normal !important;
	}
	body.tea-dw-site .tea-windshield-page .tea-windshield-hero h1 strong{
		display:inline-block !important;
		white-space:nowrap !important;
	}
	body.tea-dw-site .tea-windshield-page .tea-windshield-hero p{
		display:block !important;
		width:100% !important;
		max-width:330px !important;
		margin:13px auto 0 !important;
		font-size:.92rem !important;
		line-height:1.48 !important;
		text-align:center !important;
		white-space:normal !important;
		word-break:normal !important;
		overflow-wrap:normal !important;
	}
	body.tea-dw-site .tea-windshield-page .tea-windshield-hero__actions{
		justify-content:center !important;
		width:100% !important;
		margin:17px auto 0 !important;
	}
	body.tea-dw-site .tea-windshield-page .tea-windshield-hero .tea-static-btn{
		flex:0 1 auto !important;
		width:auto !important;
		max-width:none !important;
		min-width:150px !important;
	}
}
@media(max-width:460px){
	body.tea-dw-site .tea-windshield-page .tea-windshield-hero__content{
		padding:34px 16px 16px !important;
	}
	body.tea-dw-site .tea-windshield-page .tea-windshield-hero h1{
		max-width:310px !important;
		font-size:clamp(1.95rem,10.2vw,2.5rem) !important;
	}
	body.tea-dw-site .tea-windshield-page .tea-windshield-hero p{
		max-width:300px !important;
		font-size:.9rem !important;
	}
	body.tea-dw-site .tea-windshield-page .tea-windshield-hero__actions{
		flex-direction:column !important;
		align-items:center !important;
	}
	body.tea-dw-site .tea-windshield-page .tea-windshield-hero .tea-static-btn{
		width:min(100%,260px) !important;
	}
}

/* TEA V10I - galeria por evento en carrusel */
body.tea-dw-site .tea-windshield-page .tea-windshield-hero{
	grid-template-columns:minmax(0,1fr);
	align-items:end;
}
body.tea-dw-site .tea-windshield-page .tea-windshield-hero__content{
	max-width:720px;
}
body.tea-dw-site .tea-windshield-event-grid{
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:24px;
}
body.tea-dw-site .tea-windshield-event-grid article,
body.tea-dw-site .tea-windshield-event-grid article:first-child,
body.tea-dw-site .tea-windshield-event-grid article:last-child{
	padding:0;
	border:0;
}
body.tea-dw-site .tea-windshield-event-grid article h3{
	margin:0 0 12px;
	padding-bottom:10px;
	border-bottom:1px solid rgba(148,255,24,.22);
}
body.tea-dw-site .tea-windshield-carousel{
	position:relative;
}
body.tea-dw-site .tea-windshield-carousel__viewport{
	overflow:hidden;
	border:1px solid rgba(255,255,255,.09);
	border-radius:8px;
	background:#050705;
}
body.tea-dw-site .tea-windshield-carousel__track{
	display:flex;
	overflow-x:auto;
	scroll-behavior:smooth;
	scroll-snap-type:x mandatory;
	scrollbar-width:none;
}
body.tea-dw-site .tea-windshield-carousel__track::-webkit-scrollbar{
	display:none;
}
body.tea-dw-site .tea-windshield-carousel__slide{
	position:relative;
	flex:0 0 100%;
	aspect-ratio:1.18/1;
	margin:0;
	overflow:hidden;
	scroll-snap-align:start;
	background:#050705;
}
body.tea-dw-site .tea-windshield-carousel__slide img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}
body.tea-dw-site .tea-windshield-carousel__arrow{
	position:absolute;
	top:50%;
	z-index:2;
	display:grid;
	place-items:center;
	width:34px;
	height:34px;
	padding:0;
	border:1px solid rgba(148,255,24,.34);
	border-radius:999px;
	background:rgba(5,7,5,.72);
	color:#94ff18;
	font-size:24px;
	font-weight:900;
	line-height:1;
	transform:translateY(-50%);
	cursor:pointer;
	transition:background .16s ease,border-color .16s ease,transform .16s ease;
}
body.tea-dw-site .tea-windshield-carousel__arrow:hover{
	border-color:rgba(148,255,24,.72);
	background:rgba(5,7,5,.92);
	transform:translateY(-50%) scale(1.04);
}
body.tea-dw-site .tea-windshield-carousel__arrow--prev{
	left:10px;
}
body.tea-dw-site .tea-windshield-carousel__arrow--next{
	right:10px;
}

@media(max-width:1100px){
	body.tea-dw-site .tea-windshield-event-grid{
		grid-template-columns:1fr;
		gap:26px;
	}
	body.tea-dw-site .tea-windshield-carousel__slide{
		aspect-ratio:1.55/1;
	}
}
@media(max-width:760px){
	body.tea-dw-site .tea-windshield-event-grid{
		gap:22px;
	}
	body.tea-dw-site .tea-windshield-carousel__slide{
		aspect-ratio:1.12/1;
	}
	body.tea-dw-site .tea-windshield-carousel__arrow{
		width:30px;
		height:30px;
		font-size:21px;
	}
}
@media(max-width:460px){
	body.tea-dw-site .tea-windshield-carousel__slide{
		aspect-ratio:1/1.05;
	}
	body.tea-dw-site .tea-windshield-carousel__arrow--prev{
		left:8px;
	}
	body.tea-dw-site .tea-windshield-carousel__arrow--next{
		right:8px;
	}
}


/* ============================================================
   V10A — HOME / VIDRIERA TEA
   Primera pasada visual: agrupa destacados, aclara el bloque y
   transforma las cards en una vidriera más comercial.
   ============================================================ */
body.tea-dw-site .tea-dw-main__inner .tea-dw-home-showcase.tea-dw-full-bleed{
    position:relative;
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    padding:clamp(28px,4vw,56px) 0 clamp(34px,4.6vw,64px);
    overflow:hidden;
    border-top:1px solid rgba(24,38,26,.08);
    border-bottom:1px solid rgba(24,38,26,.10);
    background:
        radial-gradient(circle at 15% 8%, rgba(141,245,0,.10), transparent 30%),
        linear-gradient(180deg,#f7faf4 0%,#eef4e9 100%);
    color:#111713;
}
body.tea-dw-site .tea-dw-home-showcase::after{
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    right:-210px;
    bottom:-250px;
    border:1px solid rgba(141,245,0,.18);
    border-radius:50%;
    box-shadow:0 0 0 40px rgba(141,245,0,.045),0 0 0 90px rgba(141,245,0,.025);
    pointer-events:none;
}
body.tea-dw-site .tea-dw-home-showcase__intro{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:170px minmax(0,1fr);
    gap:26px;
    align-items:start;
    width:min(var(--tea-site-max,1460px),calc(100% - var(--tea-site-gutter,32px)));
    margin:0 auto clamp(18px,2.2vw,30px);
    padding:0 clamp(18px,2.2vw,34px);
}
body.tea-dw-site .tea-dw-home-showcase__kicker{
    display:inline-flex;
    align-items:center;
    gap:10px;
    margin-top:7px;
    color:#4b8f00;
    font-size:.76rem;
    line-height:1;
    font-weight:900;
    letter-spacing:.13em;
    text-transform:uppercase;
}
body.tea-dw-site .tea-dw-home-showcase__kicker::before{
    content:"";
    width:26px;
    height:2px;
    background:#8df500;
}
body.tea-dw-site .tea-dw-home-showcase__title{
    margin:0;
    max-width:850px;
    color:#0d130f;
    font-size:clamp(2rem,3.2vw,3.45rem);
    line-height:.98;
    font-weight:900;
    letter-spacing:-.048em;
}
body.tea-dw-site .tea-dw-home-showcase__copy{
    margin:10px 0 0;
    max-width:760px;
    color:#536057;
    font-size:clamp(.93rem,1.05vw,1.06rem);
    line-height:1.55;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products{
    position:relative;
    z-index:2;
    padding:clamp(14px,1.8vw,24px) 0;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products + .tea-dw-home-camping-products{
    margin-top:clamp(16px,2vw,28px);
    padding-top:clamp(24px,2.8vw,38px);
    border-top:1px solid rgba(17,23,19,.10) !important;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__title{
    color:#111713;
    font-size:clamp(1.65rem,2.35vw,2.55rem);
    letter-spacing:-.04em;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__copy{
    max-width:680px;
    color:#657069;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__nav-btn{
    border-color:rgba(17,23,19,.14);
    background:#fff;
    color:#111713;
    box-shadow:0 5px 16px rgba(30,42,32,.05);
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__nav-btn:hover:not(:disabled){
    border-color:#74d900;
    background:#f3ffe8;
    color:#315f00;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__cta{
    min-height:44px;
    border-color:#72c900;
    background:#111713;
    color:#fff;
    box-shadow:0 8px 20px rgba(17,23,19,.10);
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__cta:hover{
    border-color:#111713;
    background:#223027;
    color:#fff;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__track{
    gap:16px;
    padding:4px 2px 10px;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__card{
    border:1px solid rgba(20,31,23,.12);
    border-radius:10px;
    background:#fff;
    box-shadow:0 8px 24px rgba(32,48,35,.055);
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__card:hover{
    transform:translateY(-4px);
    border-color:rgba(111,198,0,.48);
    box-shadow:0 16px 34px rgba(32,48,35,.11);
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__thumb{
    aspect-ratio:1.52/1;
    border-radius:9px 9px 0 0;
    background:#f1f3ef;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__thumb img{
    object-fit:contain;
    padding:10px;
    background:#f7f8f6;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__thumb .image-placeholder{
    width:100%;
    height:100%;
    aspect-ratio:auto;
    border-radius:0;
    background:linear-gradient(145deg,#eef1ec,#e4e8e1);
    color:#708072;
    font-size:1.1rem;
    letter-spacing:.08em;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__body{
    padding:12px 13px 12px;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__category{
    color:#6d776f;
    font-size:.64rem;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__name{
    color:#101511;
    font-size:clamp(.9rem,.95vw,1rem);
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__price{
    color:#57a800;
    font-size:clamp(1rem,1.05vw,1.12rem);
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__price ins{
    color:#57a800;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__price del{
    color:#8b938d;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__action--view{
    min-height:34px;
    border-color:#171d18;
    background:#171d18;
    color:#fff;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__action--view:hover{
    border-color:#6fce00;
    background:#6fce00;
    color:#0b100c;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__stock{
    border-top-color:rgba(17,23,19,.08);
    color:#6d766f;
    font-size:.7rem;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__stock::before{
    border-color:#6fce00;
    color:#4d9900;
}
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__empty{
    border-color:rgba(17,23,19,.12);
    background:#fff;
    color:#657069;
}

@media (max-width:940px){
    body.tea-dw-site .tea-dw-home-showcase__intro{
        grid-template-columns:1fr;
        gap:8px;
    }
    body.tea-dw-site .tea-dw-home-showcase__kicker{
        margin-top:0;
    }
}
@media (max-width:640px){
    body.tea-dw-site .tea-dw-main__inner .tea-dw-home-showcase.tea-dw-full-bleed{
        padding:28px 0 34px;
    }
    body.tea-dw-site .tea-dw-home-showcase__intro{
        padding:0 16px;
        margin-bottom:16px;
    }
    body.tea-dw-site .tea-dw-home-showcase__title{
        font-size:clamp(1.9rem,10vw,2.65rem);
    }
    body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__thumb{
        aspect-ratio:1.5/1;
    }
}

/* ============================================================
   V10B — HOME / VIDRIERA EN CAJA + FOTOS COMPLETAS
   Ajuste sobre V10A: vuelve al ancho del sitio, separa visualmente
   del bloque anterior y evita recortes en las imágenes de producto.
   ============================================================ */
body.tea-dw-site .tea-dw-main__inner .tea-dw-home-showcase.tea-dw-full-bleed{
    width:100%;
    max-width:none;
    margin:clamp(22px,2.2vw,34px) 0 clamp(24px,2.6vw,40px) !important;
    padding:clamp(26px,3vw,42px) 0 clamp(30px,3.5vw,48px);
    overflow:hidden;
    border:1px solid rgba(126,159,117,.22);
    border-radius:var(--tea-radius-xl,10px);
    box-shadow:0 20px 50px rgba(0,0,0,.16);
    background:
        radial-gradient(circle at 12% 6%, rgba(141,245,0,.09), transparent 27%),
        linear-gradient(180deg,#f8faf5 0%,#eef4e9 100%);
}

body.tea-dw-site .tea-dw-home-showcase__intro{
    width:100%;
    margin:0 0 clamp(14px,1.8vw,24px);
    padding:0 clamp(20px,2.4vw,36px);
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__shell.tea-dw-shell{
    padding-left:clamp(20px,2.4vw,36px);
    padding-right:clamp(20px,2.4vw,36px);
}

/* Área de foto tipo ecommerce: completa, sin zoom ni recorte. */
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__thumb{
    aspect-ratio:1 / 1;
    background:#fff;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__thumb img{
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    display:block;
    object-fit:contain;
    object-position:center;
    padding:0;
    background:#fff;
    transform:none !important;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__card:hover .tea-dw-home-camping-products__thumb img{
    transform:none !important;
}

@media (max-width:640px){
    body.tea-dw-site .tea-dw-main__inner .tea-dw-home-showcase.tea-dw-full-bleed{
        width:100%;
        margin:18px 0 24px !important;
        padding:24px 0 30px;
        border-radius:8px;
    }
    body.tea-dw-site .tea-dw-home-showcase__intro,
    body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__shell.tea-dw-shell{
        padding-left:16px;
        padding-right:16px;
    }
    body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__thumb{
        aspect-ratio:1 / 1;
    }
}

/* ============================================================
   V10C — HOME / VIDRIERA INTEGRADA + COMPACTA
   Quita el gran bloque claro "flotando" sobre negro, integra la
   vidriera al fondo del sitio y reduce alturas sin recortar fotos.
   ============================================================ */
body.tea-dw-site .tea-dw-main__inner .tea-dw-home-showcase.tea-dw-full-bleed{
    width:100%;
    max-width:none;
    margin:clamp(14px,1.5vw,22px) 0 clamp(16px,1.8vw,26px) !important;
    padding:clamp(12px,1.4vw,20px) 0 clamp(16px,1.8vw,24px);
    overflow:visible;
    border:0;
    border-radius:0;
    box-shadow:none;
    background:transparent;
    color:var(--tea-text,#f5f6f3);
}

body.tea-dw-site .tea-dw-home-showcase::after{
    content:none;
    display:none;
}

/* Encabezado de vidriera más chico y horizontal. */
body.tea-dw-site .tea-dw-home-showcase__intro{
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    gap:16px;
    align-items:center;
    width:100%;
    margin:0 0 10px;
    padding:0 clamp(12px,1.6vw,22px);
}

body.tea-dw-site .tea-dw-home-showcase__kicker{
    margin:0;
    color:var(--tea-accent-strong,#8df500);
    font-size:.7rem;
}

body.tea-dw-site .tea-dw-home-showcase__title{
    margin:0;
    max-width:none;
    color:#f5f6f3;
    font-size:clamp(1.55rem,2.05vw,2.2rem);
    line-height:1.05;
    letter-spacing:-.035em;
}

/* El texto largo duplicaba información y hacía demasiado alta la sección. */
body.tea-dw-site .tea-dw-home-showcase__copy{
    display:none;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products{
    padding:4px 0 10px;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products + .tea-dw-home-camping-products{
    margin-top:8px;
    padding-top:16px;
    border-top:1px solid rgba(255,255,255,.09) !important;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__shell.tea-dw-shell{
    padding-left:clamp(12px,1.6vw,22px);
    padding-right:clamp(12px,1.6vw,22px);
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__header{
    gap:14px;
    margin-bottom:8px;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__title{
    margin:0;
    color:#f5f6f3;
    font-size:clamp(1.4rem,1.9vw,1.85rem);
    line-height:1.05;
    letter-spacing:-.03em;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__copy{
    margin:4px 0 0;
    max-width:680px;
    color:rgba(245,246,243,.66);
    font-size:clamp(.8rem,.9vw,.9rem);
    line-height:1.35;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__controls{
    gap:8px;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__nav{
    gap:6px;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__nav-btn{
    width:36px;
    height:36px;
    border-color:rgba(255,255,255,.12);
    background:#151816;
    color:#f5f6f3;
    box-shadow:none;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__nav-btn:hover:not(:disabled){
    border-color:#78df00;
    background:#1d241d;
    color:#a8ff41;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__cta{
    min-height:36px;
    padding:0 18px;
    border-color:#78df00;
    background:#111713;
    color:#fff;
    box-shadow:none;
    font-size:.72rem;
}

/* Cards claras para aportar luz, pero sin un gran panel blanco alrededor. */
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__track{
    gap:14px;
    padding:2px 1px 6px;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__card{
    border-radius:8px;
    box-shadow:0 5px 16px rgba(0,0,0,.14);
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__card:hover{
    transform:translateY(-2px);
    box-shadow:0 9px 22px rgba(0,0,0,.18);
}

/* Más compacta: imagen completa dentro de un área más baja. */
body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__thumb{
    height:clamp(165px,13vw,205px);
    aspect-ratio:auto;
    border-radius:7px 7px 0 0;
    background:#fff;
    overflow:hidden;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__thumb img{
    width:100%;
    height:100%;
    object-fit:contain;
    object-position:center;
    padding:0;
    background:#fff;
    transform:none !important;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__body{
    padding:9px 11px 9px;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__category{
    font-size:.59rem;
    line-height:1.2;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__name{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    min-height:2.25em;
    font-size:clamp(.82rem,.88vw,.92rem);
    line-height:1.18;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__price{
    margin-top:5px;
    font-size:clamp(.92rem,1vw,1.03rem);
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__actions{
    margin-top:7px;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__action--view{
    min-height:31px;
    font-size:.68rem;
}

body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__stock{
    margin-top:7px;
    padding-top:7px;
    font-size:.64rem;
}

@media (max-width:940px){
    body.tea-dw-site .tea-dw-home-showcase__intro{
        grid-template-columns:1fr;
        gap:5px;
    }
}

@media (max-width:640px){
    body.tea-dw-site .tea-dw-main__inner .tea-dw-home-showcase.tea-dw-full-bleed{
        margin:12px 0 18px !important;
        padding:10px 0 16px;
    }
    body.tea-dw-site .tea-dw-home-showcase__intro,
    body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__shell.tea-dw-shell{
        padding-left:10px;
        padding-right:10px;
    }
    body.tea-dw-site .tea-dw-home-showcase__title{
        font-size:1.65rem;
    }
    body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__header{
        margin-bottom:7px;
    }
    body.tea-dw-site .tea-dw-home-showcase .tea-dw-home-camping-products__thumb{
        height:155px;
    }
}


/* ============================================================
   V10F — FRANJA DE CONFIANZA COMPACTA
   Reemplaza la sección alta "Así funciona tu pedido".
   ============================================================ */
body.tea-dw-site .tea-dw-main__inner .tea-dw-home-trust.tea-dw-full-bleed{
    width:100vw;
    max-width:none;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
}

body.tea-dw-site .tea-dw-home-trust{
    background:
        radial-gradient(circle at 12% 20%, rgba(132,255,20,.13), transparent 28%),
        linear-gradient(180deg,#f8fbf5 0%,#f2f7ee 100%);
    border-top:1px solid rgba(132,255,20,.12);
    border-bottom:1px solid rgba(12,22,13,.09);
    padding:24px 0;
    color:#0b110c;
}

body.tea-dw-site .tea-dw-home-trust__shell{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:0;
    padding-top:0;
    padding-bottom:0;
}

body.tea-dw-site .tea-dw-home-trust__item{
    position:relative;
    min-width:0;
    padding:6px 28px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    text-decoration:none;
    color:#0b110c;
}

body.tea-dw-site .tea-dw-home-trust__item:first-child{
    padding-left:0;
}

body.tea-dw-site .tea-dw-home-trust__item:not(:first-child)::before{
    content:"";
    position:absolute;
    left:0;
    top:5px;
    bottom:5px;
    width:1px;
    background:rgba(12,22,13,.12);
}

body.tea-dw-site .tea-dw-home-trust__eyebrow{
    margin:0 0 4px;
    font:700 10px/1.2 "Montserrat",sans-serif;
    letter-spacing:.13em;
    color:#4b8b10;
}

body.tea-dw-site .tea-dw-home-trust__value{
    display:block;
    margin:0;
    font:800 clamp(17px,1.15vw,21px)/1.15 "Montserrat",sans-serif;
    letter-spacing:-.025em;
    color:#08100a;
}

body.tea-dw-site .tea-dw-home-trust__copy{
    display:block;
    margin-top:5px;
    max-width:30ch;
    font:400 13px/1.45 "Poppins",sans-serif;
    color:#506054;
}

body.tea-dw-site .tea-dw-home-trust__item--cta{
    margin:0 0 0 22px;
    padding:13px 18px;
    border:1px solid rgba(83,164,7,.34);
    border-radius:8px;
    background:#0d160f;
    color:#fff;
    transition:transform .18s ease,border-color .18s ease,background .18s ease;
}

body.tea-dw-site .tea-dw-home-trust__item--cta::before{
    display:none;
}

body.tea-dw-site .tea-dw-home-trust__item--cta .tea-dw-home-trust__eyebrow{
    color:#8cff1d;
}

body.tea-dw-site .tea-dw-home-trust__item--cta .tea-dw-home-trust__value{
    color:#fff;
}

body.tea-dw-site .tea-dw-home-trust__item--cta .tea-dw-home-trust__copy{
    color:#c9d2ca;
}

body.tea-dw-site .tea-dw-home-trust__item--cta:hover{
    transform:translateY(-2px);
    border-color:#83ff16;
    background:#101b12;
}

@media (max-width:1050px){
    body.tea-dw-site .tea-dw-home-trust__shell{
        grid-template-columns:repeat(2,minmax(0,1fr));
        row-gap:16px;
    }
    body.tea-dw-site .tea-dw-home-trust__item{
        padding:8px 22px;
    }
    body.tea-dw-site .tea-dw-home-trust__item:nth-child(odd){
        padding-left:0;
    }
    body.tea-dw-site .tea-dw-home-trust__item:nth-child(3)::before{
        display:none;
    }
    body.tea-dw-site .tea-dw-home-trust__item--cta{
        margin-left:22px;
    }
}

@media (max-width:680px){
    body.tea-dw-site .tea-dw-home-trust{
        padding:18px 0;
    }
    body.tea-dw-site .tea-dw-home-trust__shell{
        grid-template-columns:1fr;
        gap:0;
    }
    body.tea-dw-site .tea-dw-home-trust__item,
    body.tea-dw-site .tea-dw-home-trust__item:first-child,
    body.tea-dw-site .tea-dw-home-trust__item:nth-child(odd){
        padding:12px 0;
    }
    body.tea-dw-site .tea-dw-home-trust__item:not(:first-child)::before{
        display:block;
        top:0;
        bottom:auto;
        left:0;
        right:0;
        width:auto;
        height:1px;
        background:rgba(12,22,13,.10);
    }
    body.tea-dw-site .tea-dw-home-trust__item--cta{
        margin:10px 0 0;
        padding:14px 16px;
    }
    body.tea-dw-site .tea-dw-home-trust__item--cta::before{
        display:none;
    }
    body.tea-dw-site .tea-dw-home-trust__copy{
        max-width:none;
    }
}


/* ============================================================
   V10G — FRANJA DE CONFIANZA INTEGRADA Y COMPACTA
   Corrige la mezcla de .tea-dw-shell y evita el bloque raro.
   ============================================================ */
body.tea-dw-site .tea-dw-home-trust{
    width:100%;
    max-width:100%;
    margin:14px 0 22px;
    padding:0;
    border:1px solid rgba(132,255,20,.13);
    border-radius:8px;
    overflow:hidden;
    background:
        radial-gradient(circle at 8% 50%, rgba(132,255,20,.10), transparent 24%),
        linear-gradient(180deg,#f8fbf5 0%,#f2f7ee 100%);
    color:#0b110c;
    box-shadow:none;
}

body.tea-dw-site .tea-dw-home-trust__shell{
    position:relative;
    width:100%;
    max-width:none;
    margin:0;
    padding:12px 14px;
    display:grid;
    grid-template-columns:1.05fr 1.15fr .95fr .9fr;
    align-items:stretch;
    gap:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    overflow:visible;
}

body.tea-dw-site .tea-dw-home-trust__shell::before{
    content:none !important;
    display:none !important;
}

body.tea-dw-site .tea-dw-home-trust__item{
    min-height:74px;
    padding:7px 22px;
    color:#0b110c;
    background:transparent;
}

body.tea-dw-site .tea-dw-home-trust__item:first-child{
    padding-left:12px;
}

body.tea-dw-site .tea-dw-home-trust__item:not(:first-child)::before{
    top:9px;
    bottom:9px;
    background:rgba(12,22,13,.11);
}

body.tea-dw-site .tea-dw-home-trust__eyebrow{
    margin-bottom:3px;
    font-size:9px;
    line-height:1.15;
    color:#4f930d;
}

body.tea-dw-site .tea-dw-home-trust__value{
    font-size:clamp(15px,1vw,18px);
    line-height:1.15;
    color:#08100a;
}

body.tea-dw-site .tea-dw-home-trust__copy{
    margin-top:4px;
    font-size:11.5px;
    line-height:1.35;
    color:#536157;
}

body.tea-dw-site .tea-dw-home-trust__item--cta{
    min-height:74px;
    margin:0 0 0 14px;
    padding:10px 16px;
    border:1px solid rgba(90,180,9,.38);
    border-radius:7px;
    background:#0d150f;
    color:#fff;
    justify-content:center;
}

body.tea-dw-site .tea-dw-home-trust__item--cta .tea-dw-home-trust__value{
    color:#fff;
}
body.tea-dw-site .tea-dw-home-trust__item--cta .tea-dw-home-trust__copy{
    color:#cbd3cc;
}

@media (max-width:1050px){
    body.tea-dw-site .tea-dw-home-trust__shell{
        grid-template-columns:repeat(2,minmax(0,1fr));
        padding:10px 12px;
    }
    body.tea-dw-site .tea-dw-home-trust__item,
    body.tea-dw-site .tea-dw-home-trust__item:first-child{
        padding:9px 16px;
    }
    body.tea-dw-site .tea-dw-home-trust__item:nth-child(3)::before{
        display:none;
    }
    body.tea-dw-site .tea-dw-home-trust__item--cta{
        margin:5px 0 0 12px;
    }
}

@media (max-width:680px){
    body.tea-dw-site .tea-dw-home-trust{
        margin:10px 0 16px;
    }
    body.tea-dw-site .tea-dw-home-trust__shell{
        grid-template-columns:1fr;
        padding:8px 12px;
    }
    body.tea-dw-site .tea-dw-home-trust__item,
    body.tea-dw-site .tea-dw-home-trust__item:first-child,
    body.tea-dw-site .tea-dw-home-trust__item:nth-child(odd){
        min-height:0;
        padding:9px 4px;
    }
    body.tea-dw-site .tea-dw-home-trust__item--cta{
        margin:7px 0 0;
        padding:11px 13px;
    }
}


/* ============================================================
   TEA V10I — HERO REAL FULL WIDTH / CORREGIDO + COMPACTO
   ============================================================ */
body.tea-dw-site .tea-dw-home-hero--real{
    position:relative;
    width:100vw;
    max-width:none;
    min-height:355px;
    height:clamp(355px,31vw,445px);
    margin:0 0 14px calc(50% - 50vw);
    padding:0;
    overflow:hidden;
    border:0;
    border-radius:0;
    background:#070a07;
    isolation:isolate;
}
body.tea-dw-site .tea-dw-home-hero__real-media,
body.tea-dw-site .tea-dw-home-hero__real-shade{
    position:absolute;
    inset:0;
    pointer-events:none;
}
body.tea-dw-site .tea-dw-home-hero__real-media{
    z-index:0;
    overflow:hidden;
    background:#070a07;
}
body.tea-dw-site .tea-dw-home-hero__real-slide{
    position:absolute;
    inset:0;
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center 52%;
    opacity:0;
    transform:scale(1.01);
    animation:tea-real-hero-cycle 28s infinite ease-in-out;
}
body.tea-dw-site .tea-dw-home-hero__real-slide--1{animation-delay:0s;opacity:1}
body.tea-dw-site .tea-dw-home-hero__real-slide--2{animation-delay:7s}
body.tea-dw-site .tea-dw-home-hero__real-slide--3{animation-delay:14s}
body.tea-dw-site .tea-dw-home-hero__real-slide--4{animation-delay:21s}
@keyframes tea-real-hero-cycle{
    0%{opacity:0;transform:scale(1.01)}
    5%{opacity:1}
    24%{opacity:1;transform:scale(1.04)}
    29%{opacity:0}
    100%{opacity:0;transform:scale(1.04)}
}
body.tea-dw-site .tea-dw-home-hero__real-shade{
    z-index:1;
    background:
      linear-gradient(90deg,rgba(3,6,3,.92) 0%,rgba(3,6,3,.80) 33%,rgba(3,6,3,.43) 63%,rgba(3,6,3,.20) 100%),
      linear-gradient(0deg,rgba(3,6,3,.54),rgba(3,6,3,.08) 56%,rgba(3,6,3,.15));
}
body.tea-dw-site .tea-dw-home-hero__real-shade::after{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 22% 48%,rgba(148,255,24,.10),transparent 31%);
}
body.tea-dw-site .tea-dw-home-hero__real-shell{
    position:relative;
    z-index:2;
    min-height:100%;
    height:100%;
    display:flex;
    align-items:center;
    padding-top:28px;
    padding-bottom:28px;
}
body.tea-dw-site .tea-dw-home-hero__real-content{
    width:min(660px,58%);
    color:#fff;
}
body.tea-dw-site .tea-dw-home-hero--real .tea-dw-home-hero__kicker{
    display:inline-flex;
    align-items:center;
    gap:9px;
    margin:0 0 10px;
    color:#98ff1e;
    font-size:.70rem;
    font-weight:800;
    letter-spacing:.11em;
    text-transform:uppercase;
}
body.tea-dw-site .tea-dw-home-hero--real .tea-dw-home-hero__kicker::before{
    content:"";
    width:25px;
    height:2px;
    background:#98ff1e;
}
body.tea-dw-site .tea-dw-home-hero__real-title{
    max-width:670px;
    margin:0;
    color:#fff;
    font:800 clamp(2.25rem,4.25vw,4.45rem)/.94 var(--tea-font-display);
    letter-spacing:-.052em;
}
body.tea-dw-site .tea-dw-home-hero__real-title strong{color:#98ff1e;font-weight:800}
body.tea-dw-site .tea-dw-home-hero__real-copy{
    max-width:590px;
    margin:13px 0 0;
    color:rgba(255,255,255,.86);
    font:400 clamp(.88rem,1.05vw,1rem)/1.48 var(--tea-font-body);
}
body.tea-dw-site .tea-dw-home-hero__real-actions{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:17px;
}
body.tea-dw-site .tea-dw-home-hero__real-button{
    min-height:40px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 17px;
    border:1px solid rgba(255,255,255,.24);
    border-radius:5px;
    font:800 .73rem/1 var(--tea-font-display);
    letter-spacing:.02em;
    text-transform:uppercase;
    transition:transform .18s ease,border-color .18s ease,background .18s ease;
}
body.tea-dw-site .tea-dw-home-hero__real-button:hover{transform:translateY(-1px)}
body.tea-dw-site .tea-dw-home-hero__real-button--primary{color:#071007;border-color:#98ff1e;background:#98ff1e}
body.tea-dw-site .tea-dw-home-hero__real-button--ghost{color:#fff;background:rgba(6,10,6,.38);backdrop-filter:blur(8px)}
body.tea-dw-site .tea-dw-home-hero__real-tags{
    display:flex;
    flex-wrap:wrap;
    gap:5px;
    margin-top:14px;
}
body.tea-dw-site .tea-dw-home-hero__real-tags span{
    padding:4px 8px;
    border:1px solid rgba(255,255,255,.16);
    border-radius:999px;
    color:rgba(255,255,255,.70);
    background:rgba(5,8,5,.28);
    font-size:.64rem;
    line-height:1;
}

/* WhatsApp independiente del hero */
body.tea-dw-site .tea-home-whatsapp-float{
    position:fixed;
    right:18px;
    bottom:18px;
    z-index:1200;
    display:flex;
    align-items:center;
    gap:8px;
    min-height:48px;
    padding:7px 14px 7px 8px;
    border:1px solid rgba(145,255,19,.44);
    border-radius:999px;
    background:rgba(7,13,7,.94);
    color:#fff;
    box-shadow:0 12px 28px rgba(0,0,0,.26);
    backdrop-filter:blur(12px);
}
body.tea-dw-site .tea-home-whatsapp-float:hover{border-color:#98ff1e;transform:translateY(-1px)}
body.tea-dw-site .tea-home-whatsapp-float__icon{
    width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;color:#071007;background:#98ff1e;
}
body.tea-dw-site .tea-home-whatsapp-float__icon svg{width:17px;height:17px;fill:currentColor}
body.tea-dw-site .tea-home-whatsapp-float__text{display:grid;gap:1px}
body.tea-dw-site .tea-home-whatsapp-float__text small{color:rgba(255,255,255,.60);font-size:.61rem;line-height:1}
body.tea-dw-site .tea-home-whatsapp-float__text strong{font:750 .72rem/1.12 var(--tea-font-display)}

@media (max-width:780px){
    body.tea-dw-site .tea-dw-home-hero--real{
        min-height:390px;
        height:clamp(390px,105vw,455px);
        margin-bottom:10px;
    }
    body.tea-dw-site .tea-dw-home-hero__real-slide{object-position:center center}
    body.tea-dw-site .tea-dw-home-hero__real-shade{
        background:linear-gradient(0deg,rgba(3,6,3,.95) 0%,rgba(3,6,3,.74) 52%,rgba(3,6,3,.30) 100%);
    }
    body.tea-dw-site .tea-dw-home-hero__real-shell{
        align-items:flex-end;
        padding-top:76px;
        padding-bottom:24px;
    }
    body.tea-dw-site .tea-dw-home-hero__real-content{width:100%}
    body.tea-dw-site .tea-dw-home-hero__real-title{font-size:clamp(2rem,10.5vw,3.2rem);line-height:.95}
    body.tea-dw-site .tea-dw-home-hero__real-copy{margin-top:10px;font-size:.84rem;line-height:1.42}
    body.tea-dw-site .tea-dw-home-hero__real-actions{margin-top:13px}
    body.tea-dw-site .tea-dw-home-hero__real-button{min-height:38px;padding:0 13px;font-size:.68rem}
    body.tea-dw-site .tea-dw-home-hero__real-tags{margin-top:11px;gap:4px}
    body.tea-dw-site .tea-dw-home-hero__real-tags span{font-size:.60rem;padding:4px 7px}
    body.tea-dw-site .tea-home-whatsapp-float{
        right:12px;bottom:12px;width:48px;height:48px;min-height:48px;padding:7px;justify-content:center;
    }
    body.tea-dw-site .tea-home-whatsapp-float__icon{width:32px;height:32px}
    body.tea-dw-site .tea-home-whatsapp-float__text{display:none}
}
@media (prefers-reduced-motion:reduce){
    body.tea-dw-site .tea-dw-home-hero__real-slide{animation:none;opacity:0;transform:none}
    body.tea-dw-site .tea-dw-home-hero__real-slide--1{opacity:1}
}

/* ============================================================
   TEA V10J — HERO FULL-BLEED REAL + CONTENIDO EN CAJA
   Fondo ocupa siempre el ancho completo del viewport.
   El contenido respeta la caja global de 1280px.
   ============================================================ */
body.tea-dw-site .tea-dw-main__inner > .tea-dw-home-hero--real{
    position:relative;
    left:50%;
    width:100vw;
    max-width:none !important;
    margin-left:-50vw !important;
    margin-right:-50vw !important;
    margin-bottom:12px;
    min-height:320px;
    height:clamp(320px,25vw,390px);
    border-radius:0;
    overflow:hidden;
}

/* La caja interna del hero debe coincidir con header/main/footer,
   sin heredar el aspecto de tarjeta de .tea-dw-shell. */
body.tea-dw-site .tea-dw-home-hero--real .tea-dw-home-hero__real-shell{
    position:relative;
    z-index:2;
    width:min(1280px, calc(100% - 64px));
    max-width:1280px;
    height:100%;
    min-height:100%;
    margin-left:auto;
    margin-right:auto;
    padding:22px 0;
    display:flex;
    align-items:center;
    overflow:visible;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    box-sizing:border-box;
}
body.tea-dw-site .tea-dw-home-hero--real .tea-dw-home-hero__real-shell::before{
    display:none;
}

body.tea-dw-site .tea-dw-home-hero__real-content{
    width:min(600px,52%);
    max-width:600px;
}
body.tea-dw-site .tea-dw-home-hero__real-title{
    max-width:600px;
    font-size:clamp(2.15rem,3.5vw,3.75rem);
    line-height:.93;
}
body.tea-dw-site .tea-dw-home-hero__real-copy{
    max-width:540px;
    margin-top:10px;
    font-size:clamp(.82rem,.92vw,.96rem);
    line-height:1.42;
}
body.tea-dw-site .tea-dw-home-hero__real-actions{
    margin-top:14px;
}
body.tea-dw-site .tea-dw-home-hero__real-tags{
    margin-top:10px;
}

/* Notebook / tablet: conserva la misma caja visual que el resto del sitio. */
@media (max-width:1360px){
    body.tea-dw-site .tea-dw-home-hero--real .tea-dw-home-hero__real-shell{
        width:calc(100% - 48px);
    }
}
@media (max-width:1024px){
    body.tea-dw-site .tea-dw-main__inner > .tea-dw-home-hero--real{
        min-height:310px;
        height:clamp(310px,38vw,365px);
    }
    body.tea-dw-site .tea-dw-home-hero--real .tea-dw-home-hero__real-shell{
        width:calc(100% - 36px);
    }
    body.tea-dw-site .tea-dw-home-hero__real-content{
        width:min(590px,62%);
    }
}

@media (max-width:780px){
    body.tea-dw-site .tea-dw-main__inner > .tea-dw-home-hero--real{
        left:50%;
        width:100vw;
        max-width:none !important;
        margin-left:-50vw !important;
        margin-right:-50vw !important;
        min-height:360px;
        height:clamp(360px,94vw,420px);
        margin-bottom:10px;
    }
    body.tea-dw-site .tea-dw-home-hero--real .tea-dw-home-hero__real-shell{
        width:calc(100% - 28px);
        padding:58px 0 20px;
        align-items:flex-end;
    }
    body.tea-dw-site .tea-dw-home-hero__real-content{
        width:100%;
        max-width:620px;
    }
    body.tea-dw-site .tea-dw-home-hero__real-title{
        max-width:560px;
        font-size:clamp(1.95rem,9.8vw,3rem);
    }
}
@media (max-width:420px){
    body.tea-dw-site .tea-dw-home-hero--real .tea-dw-home-hero__real-shell{
        width:calc(100% - 22px);
    }
}


/* ============================================================
   V10L — HOME MÁS DIRECTA / MENOS SUBTÍTULOS
   ============================================================ */
body.tea-dw-site .tea-dw-home-categories__header,
body.tea-dw-site .tea-dw-home-camping-products__header,
body.tea-dw-site .tea-dw-home-location__header{
    margin-bottom:14px;
}

body.tea-dw-site .tea-dw-home-categories__title,
body.tea-dw-site .tea-dw-home-camping-products__title,
body.tea-dw-site .tea-dw-home-location__title{
    margin-bottom:0;
}

body.tea-dw-site .tea-dw-home-categories__summary,
body.tea-dw-site .tea-dw-home-categories__copy,
body.tea-dw-site .tea-dw-home-camping-products__copy,
body.tea-dw-site .tea-dw-home-location__copy,
body.tea-dw-site .tea-dw-home-cta-final__panel-copy{
    display:none !important;
}

body.tea-dw-site .tea-dw-home-trust__shell{
    min-height:0;
    padding-top:13px;
    padding-bottom:13px;
}

body.tea-dw-site .tea-dw-home-trust__item{
    gap:3px;
    padding-top:4px;
    padding-bottom:4px;
}

body.tea-dw-site .tea-dw-home-trust__copy{
    display:none !important;
}

body.tea-dw-site .tea-dw-home-cta-final__panel{
    gap:12px;
}

@media (max-width: 760px){
    body.tea-dw-site .tea-dw-home-categories__header,
    body.tea-dw-site .tea-dw-home-camping-products__header,
    body.tea-dw-site .tea-dw-home-location__header{
        margin-bottom:10px;
    }
}


/* ============================================================
   V10M — CATEGORÍAS SIN DESCRIPCIÓN + FRANJA CON ICONOS
   ============================================================ */
body.tea-dw-site .tea-dw-home-categories__card,
body.tea-dw-site .tea-dw-home-categories__body{
    min-height:162px;
}
body.tea-dw-site .tea-dw-home-categories__body{
    padding:11px 12px;
}
body.tea-dw-site .tea-dw-home-categories__body::before{
    width:26px;
    margin-bottom:7px;
}
body.tea-dw-site .tea-dw-home-categories__description,
body.tea-dw-site .tea-dw-home-categories__meta{
    display:none !important;
}
body.tea-dw-site .tea-dw-home-categories__card-title{
    font-size:clamp(.98rem,1.22vw,1.14rem);
    line-height:1.04;
}
body.tea-dw-site .tea-dw-home-categories__button{
    margin-top:7px;
    font-size:.67rem;
}

body.tea-dw-site .tea-dw-home-trust{
    margin:12px 0 20px;
}
body.tea-dw-site .tea-dw-home-trust__shell{
    padding:10px 12px;
    grid-template-columns:1.02fr 1.12fr .95fr .92fr;
}
body.tea-dw-site .tea-dw-home-trust__item{
    min-height:64px;
    padding:7px 18px;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:flex-start;
    gap:11px;
}
body.tea-dw-site .tea-dw-home-trust__item:first-child{
    padding-left:9px;
}
body.tea-dw-site .tea-dw-home-trust__icon{
    flex:0 0 34px;
    width:34px;
    height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(92,182,12,.24);
    border-radius:50%;
    background:rgba(121,223,36,.08);
    color:#55a70d;
}
body.tea-dw-site .tea-dw-home-trust__icon svg{
    width:17px;
    height:17px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
body.tea-dw-site .tea-dw-home-trust__text{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:2px;
}
body.tea-dw-site .tea-dw-home-trust__eyebrow{
    margin:0;
    font-size:8.5px;
    letter-spacing:.11em;
}
body.tea-dw-site .tea-dw-home-trust__value{
    font-size:clamp(14px,.92vw,17px);
    white-space:nowrap;
}
body.tea-dw-site .tea-dw-home-trust__item--cta{
    min-height:64px;
    margin:0 0 0 10px;
    padding:8px 13px;
    gap:10px;
}
body.tea-dw-site .tea-dw-home-trust__item--cta .tea-dw-home-trust__icon{
    border-color:rgba(132,255,20,.35);
    background:rgba(132,255,20,.1);
    color:#84ff14;
}
body.tea-dw-site .tea-dw-home-trust__item--cta .tea-dw-home-trust__eyebrow{
    color:#84ff14;
}
@media (max-width:1050px){
    body.tea-dw-site .tea-dw-home-trust__item,
    body.tea-dw-site .tea-dw-home-trust__item:first-child{
        padding:8px 13px;
    }
    body.tea-dw-site .tea-dw-home-trust__item--cta{
        margin:5px 0 0 10px;
    }
}
@media (max-width:680px){
    body.tea-dw-site .tea-dw-home-trust__shell{
        grid-template-columns:1fr 1fr;
        gap:0;
    }
    body.tea-dw-site .tea-dw-home-trust__item,
    body.tea-dw-site .tea-dw-home-trust__item:first-child,
    body.tea-dw-site .tea-dw-home-trust__item:nth-child(odd){
        min-height:58px;
        padding:8px 7px;
    }
    body.tea-dw-site .tea-dw-home-trust__item--cta{
        margin:0;
        border-radius:6px;
    }
    body.tea-dw-site .tea-dw-home-trust__icon{
        flex-basis:30px;
        width:30px;
        height:30px;
    }
    body.tea-dw-site .tea-dw-home-trust__icon svg{
        width:15px;
        height:15px;
    }
    body.tea-dw-site .tea-dw-home-trust__value{
        white-space:normal;
        font-size:13px;
    }
    body.tea-dw-site .tea-dw-home-trust__eyebrow{
        font-size:7.5px;
    }
}
