/* ======================================================
   TXIETU Retail Home v2
   Desktop + Mobile first fixed structure
====================================================== */

.tx-retail-home{
	width:100%;
	background:#f7f5f2;
	color:#111;
	overflow:hidden;
}

.tx-retail-home *,
.tx-retail-home *::before,
.tx-retail-home *::after{
	box-sizing:border-box;
}

/* Page wrapper fix — only Retail page */
.page-id-29041 .main-page-wrapper,
.page-id-29041 .wd-page-content{
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.page-id-29041 #main-content,
.page-id-29041 #main-content.container,
.page-id-29041 .content-layout-wrapper{
	width:100% !important;
	max-width:100% !important;
	padding:0 !important;
}

.page-id-29041 .elementor,
.page-id-29041 .elementor-element,
.page-id-29041 .elementor-widget,
.page-id-29041 .elementor-widget-container,
.page-id-29041 .elementor-shortcode{
	margin:0 !important;
	padding:0 !important;
}

.page-id-29041 .e-con{
	--padding-top:0px !important;
	--padding-right:0px !important;
	--padding-bottom:0px !important;
	--padding-left:0px !important;
}

/* Shared media */
.txr-hero-media,
.txr-categories picture,
.txr-editorial picture{
	display:block;
	width:100%;
	height:100%;
}

.txr-hero-media img,
.txr-categories img,
.txr-editorial img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}

/* HERO */
.txr-hero{
	position:relative;
	width:100%;
	height:100vh;
	min-height:720px;
	background:#f7f5f2;
	overflow:hidden;
}

.txr-hero-slider,
.txr-hero-slide{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
}

.txr-hero-slide{
	opacity:0;
	visibility:hidden;
	transition:opacity 1s ease, visibility 1s ease;
}

.txr-hero-slide.is-active{
	opacity:1;
	visibility:visible;
	z-index:1;
}

.txr-hero-copy{
	position:absolute;
	left:7vw;
	bottom:13vh;
	z-index:3;
	max-width:560px;
}

.txr-hero-copy span{
	display:block;
	margin-bottom:20px;
	font-family:Manrope,Arial,sans-serif;
	font-size:12px;
	letter-spacing:.24em;
	text-transform:uppercase;
	color:#111;
}

.txr-hero-copy h1{
	margin:0 0 28px;
	font-size:76px;
	line-height:.95;
	font-weight:400;
	letter-spacing:-.035em;
	color:#111;
}

.txr-hero-copy a,
.txr-section-head a,
.txr-editorial-copy a,
.txr-category-copy span{
	font-family:Manrope,Arial,sans-serif;
	font-size:12px;
	letter-spacing:.14em;
	text-transform:uppercase;
	color:#111;
	text-decoration:none;
	border-bottom:1px solid currentColor;
	padding-bottom:5px;
}

.txr-hero-count{
	position:absolute;
	right:48px;
	bottom:42px;
	z-index:5;
	font-family:Manrope,Arial,sans-serif;
	font-size:12px;
	letter-spacing:.16em;
	color:#111;
}

.txr-scroll{
	position:absolute;
	left:50%;
	bottom:42px;
	transform:translateX(-50%);
	z-index:5;
	font-family:Manrope,Arial,sans-serif;
	font-size:11px;
	letter-spacing:.18em;
	text-transform:uppercase;
	color:#111;
}

/* CATEGORIES */
.txr-categories{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:0;
	border-top:4px solid #f7f5f2;
	border-bottom:4px solid #f7f5f2;
	background:#f7f5f2;
}

.txr-category-card{
	position:relative;
	display:block;
	height:440px;
	overflow:hidden;
	background:#e9e4dc;
	color:#111;
	text-decoration:none;
	border-right:4px solid #f7f5f2;
}

.txr-category-card:last-child{
	border-right:0;
}

.txr-category-card img{
	transition:transform 1.1s ease;
}

.txr-category-card:hover img{
	transform:scale(1.025);
}

.txr-category-copy{
	position:absolute;
	left:7%;
	top:50%;
	transform:translateY(-50%);
	z-index:2;
}

.txr-category-copy h2{
	margin:0 0 18px;
	font-size:42px;
	line-height:1;
	font-weight:400;
	color:#111;
}

/* PRODUCTS */
.txr-products{
	padding:86px 48px;
	background:#f7f5f2;
}

.txr-section-head{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	margin-bottom:38px;
}

.txr-section-head h2{
	margin:0;
	font-size:38px;
	line-height:1;
	font-weight:400;
	color:#111;
}

/* EDITORIAL BANNERS */
.txr-editorial{
	position:relative;
	height:420px;
	margin:0;
	overflow:hidden;
	background:#e9e4dc;
	border-top:4px solid #f7f5f2;
	border-bottom:4px solid #f7f5f2;
}

.txr-editorial-copy{
	position:absolute;
	left:7%;
	top:50%;
	transform:translateY(-50%);
	z-index:2;
	max-width:430px;
}

.txr-editorial-copy h2{
	margin:0 0 24px;
	font-size:46px;
	line-height:1.05;
	font-weight:400;
	letter-spacing:-.025em;
	color:#111;
}

/* WOO CLEAN */
.tx-retail-home .products{
	gap:28px !important;
}

.tx-retail-home .wd-product,
.tx-retail-home .product-grid-item,
.tx-retail-home .product-wrapper{
	background:transparent !important;
	box-shadow:none !important;
}

.tx-retail-home .product-element-top{
	background:#ece8e1;
	overflow:hidden;
}

.tx-retail-home .product-element-top img{
	width:100% !important;
	aspect-ratio:4/5;
	object-fit:cover;
	display:block;
}

.tx-retail-home .wd-add-btn,
.tx-retail-home .wd-buttons,
.tx-retail-home .product-labels,
.tx-retail-home .star-rating,
.tx-retail-home .wd-compare-btn,
.tx-retail-home .wd-wishlist-btn,
.tx-retail-home .quick-shop-wrapper,
.tx-retail-home .wd-product-cats{
	display:none !important;
}

.tx-retail-home .wd-entities-title,
.tx-retail-home .product-title{
	margin-top:14px !important;
	margin-bottom:4px !important;
	font-size:14px !important;
	font-weight:400 !important;
	line-height:1.4 !important;
	text-transform:none !important;
}

.tx-retail-home .wd-entities-title a{
	color:#111 !important;
	text-decoration:none !important;
}

.tx-retail-home .price{
	font-size:13px !important;
	color:#555 !important;
	font-weight:400 !important;
}

/* TABLET */
@media(max-width:1024px){
	.txr-hero{
		min-height:620px;
	}

	.txr-hero-copy h1{
		font-size:60px;
	}

	.txr-category-card{
		height:380px;
	}

	.txr-products{
		padding:72px 28px;
	}

	.txr-editorial{
		height:380px;
	}
}

/* MOBILE */
@media(max-width:767px){
	.txr-hero{
		height:calc(100svh - 0px);
		min-height:620px;
		max-height:820px;
	}

	.txr-hero-media img{
		object-fit:cover;
		object-position:center top;
	}

	.txr-hero-copy{
		left:24px;
		right:24px;
		bottom:44px;
		max-width:330px;
	}

	.txr-hero-copy span{
		margin-bottom:12px;
		font-size:10px;
		letter-spacing:.18em;
	}

	.txr-hero-copy h1{
		margin-bottom:18px;
		font-size:42px;
		line-height:1;
	}

	.txr-hero-copy a{
		font-size:11px;
	}

	.txr-hero-count,
	.txr-scroll{
		display:none;
	}

	.txr-categories{
		grid-template-columns:1fr;
		border-top:0;
		border-bottom:0;
		gap:10px;
		padding:10px;
	}

	.txr-category-card,
	.txr-category-card:last-child{
		height:54vh;
		min-height:430px;
		max-height:560px;
		border:0;
	}

	.txr-category-card img{
		object-fit:cover;
		object-position:center top;
	}

	.txr-category-copy{
		left:24px;
		top:auto;
		bottom:26px;
		transform:none;
	}

	.txr-category-copy h2{
		font-size:34px;
		margin-bottom:14px;
	}

	.txr-products{
		padding:54px 14px;
	}

	.txr-section-head{
		margin-bottom:24px;
	}

	.txr-section-head h2{
		font-size:30px;
	}

	.txr-section-head a{
		font-size:11px;
	}

	.txr-editorial{
		height:54vh;
		min-height:420px;
		max-height:560px;
		margin:10px;
		border:0;
	}

	.txr-editorial img{
		object-fit:cover;
		object-position:center top;
	}

	.txr-editorial-copy{
		left:24px;
		right:24px;
		top:auto;
		bottom:28px;
		transform:none;
		max-width:330px;
	}

	.txr-editorial-copy h2{
		font-size:34px;
		line-height:1.05;
		margin-bottom:16px;
	}

	.tx-retail-home .products{
		--wd-col-sm:2 !important;
		gap:12px !important;
	}

	.tx-retail-home .wd-entities-title,
	.tx-retail-home .product-title{
		font-size:12px !important;
	}

	.tx-retail-home .price{
		font-size:12px !important;
	}
}
