@charset "UTF-8";

:root{
	--hd-bg:#fff8f8;
	--hd-surface:#ffffff;
	--hd-ink:#251018;
	--hd-muted:#7c6670;
	--hd-line:#ead7dc;
	--hd-blush:#f8dfe5;
	--hd-burgundy:#8f1838;
	--hd-burgundy-dark:#651024;
	--hd-gold:#c6a25e;
	--hd-shadow:0 22px 55px rgba(101,16,36,.12);
}

html{
	scroll-behavior:smooth;
	overflow-x:hidden;
}

body{
	background:var(--hd-bg);
	color:var(--hd-ink);
	font-family:"Helvetica Neue",Arial,sans-serif;
	overflow-x:hidden;
}

a{
	color:var(--hd-ink);
}

.wrp-content{
	max-width:1180px;
}

.top-header{
	background:var(--hd-surface);
	box-shadow:0 10px 35px rgba(101,16,36,.08);
}

.header{
	height:auto;
	padding:9px 0;
	background:var(--hd-burgundy-dark);
	color:#fff;
	font-size:13px;
}

.lst-inline li a{
	color:#fff;
}

.div_logo{
	padding:18px 0;
	display:flex;
	align-items:center;
	gap:28px;
	overflow:visible;
}

.search,
.log_1,
.ul-control-box{
	float:none;
}

.search{
	width:34%;
	padding-top:0;
	order:1;
}

.log_1{
	width:32%;
	order:2;
	text-align:center;
}

.log_1 img,
.menu-sp__logo img{
	width:310px;
	max-width:100%;
	max-height:96px;
	object-fit:contain;
}

.menu-sp__logo img{
	width:190px;
	max-height:58px;
}

.ul-control-box{
	width:34%;
	order:3;
	padding:0;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	gap:18px;
}

.ul-control-box li{
	display:block;
	min-width:72px;
}

.top-hotline .info,
.ul-control-box .info{
	color:var(--hd-burgundy);
	font-weight:700;
	font-size:13px;
}

.header-cart-count,
.search form .btn-submit{
	background:var(--hd-burgundy);
}

.search form .txtinput{
	height:44px;
	border:1px solid var(--hd-line);
	border-radius:999px;
	padding:8px 118px 8px 44px;
	background:#fff;
	color:var(--hd-ink);
	box-shadow:0 10px 25px rgba(101,16,36,.06);
}

.search form .btn-submit{
	height:38px;
	top:3px;
	right:3px;
	border-radius:999px;
	border:0;
	font-weight:700;
}

.search form>.icon,
.search form:hover>.icon{
	color:var(--hd-burgundy);
	top:12px;
}

ul.chir_autocomplete{
	display:none;
}

#menu{
	top:auto;
	background:var(--hd-burgundy-dark);
	border-top:1px solid rgba(255,255,255,.08);
	border-bottom:1px solid rgba(255,255,255,.08);
	font-size:14px;
}

#menu.is-fixed{
	box-shadow:0 15px 35px rgba(37,16,24,.12);
}

.ddsmoothmenu__content{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:6px;
	padding-left:0;
}

.home .item-home,
.ddsmoothmenu__content li{
	list-style:none;
	display:block;
}

.ddsmoothmenu ul.ddsmoothmenu__content li a,
.ddsmoothmenu__content a{
	display:block;
	padding:15px 17px;
	color:#fff;
	font-weight:700;
	font-family:"Helvetica Neue",Arial,sans-serif;
	letter-spacing:0;
	border-bottom:2px solid transparent;
	background:transparent;
	text-transform:uppercase;
}

.ddsmoothmenu li a:before{
	display:none;
}

.ddsmoothmenu ul.ddsmoothmenu__content li a:hover,
.ddsmoothmenu ul.ddsmoothmenu__content li a.current,
.ddsmoothmenu__content a:hover,
.ddsmoothmenu__content a.current{
	color:#fff;
	border-bottom-color:var(--hd-gold);
	background:rgba(255,255,255,.08);
}

.main{
	background:linear-gradient(180deg,#fff8f8 0,#fff 36%,#fff8f8 100%);
	padding:0 0 42px;
}

.luxury-hero{
	position:relative;
	overflow:hidden;
	background:
		linear-gradient(120deg,rgba(255,248,248,.97) 0%,rgba(255,248,248,.92) 52%,rgba(248,223,229,.92) 100%),
		url("/data/Product/cham-soc-da-mat.jpg") center/cover no-repeat;
}

.luxury-hero__inner{
	min-height:560px;
	display:grid;
	grid-template-columns:minmax(0,1fr) minmax(360px,520px);
	align-items:center;
	gap:56px;
	padding-top:54px;
	padding-bottom:58px;
}

.luxury-hero h1{
	font-family:Georgia,"Times New Roman",serif;
	font-size:64px;
	line-height:1.02;
	font-weight:500;
	color:var(--hd-burgundy-dark);
	margin:0 0 22px;
}

.luxury-hero__lead{
	max-width:590px;
	font-size:19px;
	line-height:1.7;
	color:var(--hd-muted);
	margin-bottom:30px;
}

.luxury-hero__actions{
	display:flex;
	flex-wrap:wrap;
	gap:14px;
}

.luxury-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:46px;
	padding:0 25px;
	border-radius:999px;
	font-weight:800;
	font-size:14px;
	transition:all .25s ease;
}

.luxury-btn--primary{
	background:var(--hd-burgundy);
	color:#fff;
	box-shadow:0 15px 30px rgba(143,24,56,.22);
}

.luxury-btn--ghost{
	background:#fff;
	color:var(--hd-burgundy);
	border:1px solid var(--hd-line);
}

.luxury-btn:hover{
	transform:translateY(-2px);
	box-shadow:0 18px 36px rgba(101,16,36,.18);
}

.luxury-hero__visual{
	position:relative;
	min-height:430px;
}

.luxury-hero__frame,
.luxury-hero__mini{
	background:#fff;
	border:1px solid rgba(198,162,94,.32);
	box-shadow:var(--hd-shadow);
}

.luxury-hero__frame{
	position:absolute;
	inset:22px 40px 0 0;
	border-radius:8px;
	padding:28px;
}

.luxury-hero__frame img,
.luxury-hero__mini img{
	width:100%;
	height:100%;
	object-fit:contain;
	display:block;
}

.luxury-hero__mini{
	position:absolute;
	width:150px;
	height:150px;
	border-radius:8px;
	padding:16px;
}

.luxury-hero__mini--one{
	right:0;
	top:0;
}

.luxury-hero__mini--two{
	left:0;
	bottom:18px;
}

.luxury-trust{
	background:var(--hd-burgundy-dark);
	color:#fff;
}

.luxury-trust__grid{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:1px;
	padding-top:0;
	padding-bottom:0;
}

.luxury-trust__grid div{
	padding:22px 24px;
	border-left:1px solid rgba(255,255,255,.16);
}

.luxury-trust__grid div:last-child{
	border-right:1px solid rgba(255,255,255,.16);
}

.luxury-trust strong,
.luxury-trust span{
	display:block;
	text-align:center;
}

.luxury-trust strong{
	font-family:Georgia,"Times New Roman",serif;
	font-size:22px;
	font-weight:500;
}

.luxury-trust span{
	color:#f2dfe5;
	font-size:13px;
	margin-top:4px;
}

.home-slide{
	display:none;
}

.hdg-product{
	margin:48px auto 24px;
	padding:0;
	color:var(--hd-burgundy-dark);
	font-size:36px;
	font-style:normal;
	line-height:1.2;
}

.hdg-product:before,
.hdg-product:after{
	display:none;
}

.hdg-product a,
.hdg-product span{
	position:relative;
	border:0;
	padding:0 0 16px;
	color:var(--hd-burgundy-dark);
	font-family:Georgia,"Times New Roman",serif;
	font-size:38px;
	font-weight:500;
}

.hdg-product a:after,
.hdg-product span:after{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	width:84px;
	height:2px;
	background:var(--hd-gold);
	transform:translateX(-50%);
}

.box-prohome,
.sp_uachuong{
	margin-left:-12px;
	margin-right:-12px;
}

.box-prohome li,
.sp_uachuong__box{
	padding:0 12px;
	margin-bottom:24px;
}

.motsp .motsp__content,
.for_sp__content{
	border:1px solid var(--hd-line);
	border-radius:8px;
	background:#fff;
	box-shadow:0 14px 35px rgba(101,16,36,.08);
	overflow:hidden;
	transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}

.motsp .motsp__content:hover,
.for_sp__content:hover{
	transform:translateY(-6px);
	border-color:rgba(198,162,94,.58);
	box-shadow:0 24px 48px rgba(101,16,36,.14);
}

.for_sp__content:before,
.motsp__content:before{
	display:none;
}

.motsp__thumb,
.for_sp__thumb{
	aspect-ratio:1/1;
	background:linear-gradient(180deg,#fff,#fff6f7);
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:12px;
}

.motsp__thumb img,
.for_sp__thumb img{
	max-width:100%;
	max-height:88%;
	object-fit:contain;
}

.motsp h3 a,
.for_sp_1 h3 a{
	height:44px;
	margin:8px 0;
	padding:0 8px;
	color:var(--hd-ink);
	font-size:14px;
	font-weight:700;
	line-height:1.45;
	text-transform:none;
}

.motsp .price,
.for_sp_1 .price{
	color:var(--hd-burgundy);
	background:#fff5f6;
	font-size:18px;
	padding:7px 12px;
}

.old-price{
	color:#a8999f;
	text-decoration:line-through;
	font-size:13px;
}

.chi-action{
	position:static;
	transform:none;
	visibility:visible;
	opacity:1;
	display:flex;
	justify-content:center;
	gap:8px;
	padding:0 8px 12px;
	width:100%;
	box-sizing:border-box;
}

.chi-action a,
.chi-action .view_product,
.chi-action .add-cart,
.motsp .motsp__content:hover .chi-action a,
.for_sp_1 .for_sp__content:hover .chi-action a,
.motsp__content:hover .chi-action a.view_product,
.motsp__content:hover .chi-action a.add-cart,
.for_sp__content:hover .chi-action a.view_product,
.for_sp__content:hover .chi-action a.add-cart{
	position:static;
	transform:none;
	visibility:visible;
	opacity:1;
	margin:0;
	padding:9px 12px;
	border-radius:999px;
	border:1px solid var(--hd-line);
	background:#fff;
	color:var(--hd-burgundy);
	font-size:12px;
	font-weight:700;
	box-sizing:border-box;
	flex:1 1 0;
	min-width:0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.chi-action .add-cart,
.for_sp__content:hover .chi-action a.add-cart,
.motsp__content:hover .chi-action a.add-cart{
	background:var(--hd-burgundy);
	color:#fff;
	border-color:var(--hd-burgundy);
}

.chi-action a .icon{
	color:inherit;
	margin-right:5px;
}

.box-prohome .icn-khuyenmai,
.div_sp_gc_tot .icn-khuyenmai{
	top:14px;
	left:18px;
	background:var(--hd-gold);
	z-index:4;
	box-shadow:0 10px 24px rgba(198,162,94,.28);
}

.box-tab__head{
	display:flex;
	justify-content:center;
	gap:10px;
	padding-left:0;
	margin-bottom:22px;
}

.box-tab__head li{
	list-style:none;
}

.box-tab__head li a{
	display:block;
	border:1px solid var(--hd-line);
	border-radius:999px;
	background:#fff;
	color:var(--hd-muted);
	padding:10px 20px;
	font-weight:700;
}

.box-tab__head li.is-active a,
.box-tab__head li a:hover{
	background:var(--hd-burgundy);
	border-color:var(--hd-burgundy);
	color:#fff;
}

.box-khuyendung{
	background:#fff;
	padding:10px 0 36px;
}

.banner-banner{
	display:none;
}

.new-home{
	background:#fff;
	padding:36px 0 50px;
}

.lst-heading{
	display:flex;
	justify-content:flex-start;
	gap:10px;
}

.lst-heading li{
	float:none;
	font-size:15px;
}

.lst-heading li a{
	border-radius:999px;
	background:#fff;
	border:1px solid var(--hd-line);
	padding:10px 18px;
	color:var(--hd-muted);
}

.lst-heading li.current a,
.lst-heading li:hover a{
	background:var(--hd-burgundy);
	color:#fff;
}

.lst-heading li.current:after,
.lst-heading li.current:before,
.lst-heading li:hover:after,
.lst-heading li:hover:before{
	display:none;
}

.lst-article__inner{
	background:#fff;
	border:1px solid var(--hd-line);
	border-radius:8px;
	overflow:hidden;
	box-shadow:0 14px 35px rgba(101,16,36,.07);
}

.lst-article__content{
	padding:16px;
}

.lst-article__content p a{
	font-weight:800;
	color:var(--hd-ink);
}

.lst-article__content .des{
	color:var(--hd-muted);
	line-height:1.6;
}

.wap-footer{
	background:#241018;
	color:#d8c7cd;
}

.wap-footer__promotion{
	background:#fff8f8;
	border-top:1px solid var(--hd-line);
	border-bottom:1px solid var(--hd-line);
}

.info_policy{
	border-color:var(--hd-line);
}

.info_policy span.name-icon,
.info_policy .description h4{
	color:var(--hd-burgundy);
}

.wap-footer__top,
.wap-footer__middle{
	background:#241018;
}

.box_1 a,
.coppyright a,
h2.tib{
	color:#f5e8ec;
}

.box_1 a:hover{
	color:#fff;
}

.coppyright{
	border-top:1px solid rgba(255,255,255,.12);
	color:#cdbac1;
}

/* Product detail */
.brackum{
	background:transparent;
	border:0;
	color:var(--hd-muted);
	font-size:13px;
	padding:22px 0 10px;
	margin:0;
}

.brackum .lst-inline li,
.brackum .lst-inline li a{
	color:var(--hd-muted);
}

.brackum .lst-inline li a:hover{
	color:var(--hd-burgundy);
}

.luxury-detail{
	display:grid;
	grid-template-columns:minmax(320px,45%) minmax(0,1fr);
	gap:46px;
	margin:18px 0 34px;
	padding:34px;
	background:#fff;
	border:1px solid var(--hd-line);
	border-radius:8px;
	box-shadow:var(--hd-shadow);
	overflow:visible;
}

.luxury-detail .hinhanh,
.luxury-detail .mota{
	display:block;
	min-width:0;
}

.luxury-detail .hinhanh{
	width:auto;
	padding:20px;
	background:linear-gradient(180deg,#fff,#fff5f6);
	border:1px solid var(--hd-line);
	border-radius:8px;
}

.luxury-detail .hinhanh > a{
	display:flex;
	align-items:center;
	justify-content:center;
	aspect-ratio:1/1;
	background:#fff;
	border-radius:8px;
	overflow:hidden;
}

.luxury-detail .hinhanh > a img{
	width:auto;
	max-width:92%;
	max-height:92%;
	object-fit:contain;
}

.thumb-product{
	margin:16px -6px 0;
	padding-left:0;
}

.thumb-product > .thumb-product__items{
	padding:0 6px;
}

.thumb-product__items a{
	display:flex;
	align-items:center;
	justify-content:center;
	aspect-ratio:1/1;
	background:#fff;
	border:1px solid var(--hd-line);
	border-radius:8px;
	overflow:hidden;
	transition:border-color .25s ease, box-shadow .25s ease;
}

.thumb-product__items a:hover{
	border-color:var(--hd-gold);
	box-shadow:0 10px 24px rgba(101,16,36,.1);
}

.thumb-product__items img{
	width:auto;
	max-width:86%;
	max-height:86%;
	object-fit:contain;
}

.luxury-detail .mota{
	padding:4px 0 0;
}

.luxury-detail__category{
	display:inline-block;
	margin:0 0 12px;
	color:var(--hd-burgundy);
	font-size:13px;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:.04em;
}

.luxury-detail .head-detail{
	font-family:Georgia,"Times New Roman",serif;
	color:var(--hd-burgundy-dark);
	font-size:38px;
	line-height:1.18;
	font-weight:500;
	margin-bottom:18px;
	overflow-wrap:anywhere;
	word-break:normal;
}

.luxury-detail .mota__des{
	padding:18px 20px;
	margin-bottom:18px;
	background:#fff8f8;
	border-left:3px solid var(--hd-gold);
	border-radius:0 8px 8px 0;
	color:var(--hd-muted);
	font-size:17px;
	font-style:normal;
	font-weight:600;
	line-height:1.65;
	overflow-wrap:anywhere;
}

.luxury-detail__meta{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:10px;
	margin-bottom:18px;
}

.mota_sp .mota .luxury-detail__meta p{
	margin:0;
	padding:12px 14px;
	background:#fff;
	border:1px solid var(--hd-line);
	border-radius:8px;
	color:var(--hd-muted);
	font-size:13px;
	line-height:1.45;
	min-width:0;
	overflow-wrap:anywhere;
}

.mota_sp .mota label{
	float:none;
	display:block;
	width:auto;
	margin-bottom:4px;
	color:var(--hd-burgundy-dark);
	font-weight:800;
}

.luxury-detail .products-price{
	margin-top:4px;
}

.luxury-detail .box-price{
	display:flex;
	align-items:center;
	gap:14px;
	flex-wrap:wrap;
}

.luxury-detail .box-price > p{
	display:block;
}

.luxury-detail .old-price{
	color:#9d8b91;
	font-size:14px;
	opacity:1;
}

.mota_sp .mota .products-price .price{
	margin:0;
	padding:8px 0;
	border:0;
	background:transparent;
	color:var(--hd-burgundy);
	font-family:Georgia,"Times New Roman",serif;
	font-size:36px;
	line-height:1;
}

.luxury-detail .icn-khuyenmai{
	position:static;
	width:auto;
	height:auto;
	border-radius:999px;
	background:var(--hd-gold);
	box-shadow:none;
}

.luxury-detail .icn-khuyenmai > span{
	padding:7px 11px;
	font-size:12px;
	font-weight:800;
	line-height:1;
}

.luxury-detail .buy-product{
	display:flex;
	gap:12px;
	align-items:center;
	flex-wrap:wrap;
	margin:22px 0 16px;
	background:transparent;
}

.buy-product .btn,
.luxury-detail .buy-product .btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:48px;
	padding:0 24px;
	border:1px solid var(--hd-burgundy);
	border-radius:999px;
	background:var(--hd-burgundy);
	color:#fff;
	font-size:14px;
	font-weight:800;
	box-shadow:0 14px 28px rgba(143,24,56,.18);
}

.luxury-detail .buy-product .btn-addCart{
	background:#fff;
	color:var(--hd-burgundy);
	box-shadow:none;
}

.buy-product .btn:after{
	display:none;
}

.buy-product .btn:hover{
	transform:translateY(-2px);
	color:#fff;
	border-color:var(--hd-burgundy-dark);
	background:var(--hd-burgundy-dark);
}

.luxury-detail .buy-product .btn-addCart:hover{
	color:#fff;
}

.quickship{
	margin:0 0 16px;
	padding:14px 16px;
	border:1px solid rgba(143,24,56,.18);
	border-radius:8px;
	background:#fff8f8;
	color:var(--hd-muted);
	font-family:"Helvetica Neue",Arial,sans-serif;
	font-size:14px;
	font-weight:600;
	line-height:1.6;
}

.rating-box{
	padding:16px;
	border:1px solid var(--hd-line);
	border-radius:8px;
	background:#fff;
}

.rating-box__head{
	margin-bottom:8px;
	color:var(--hd-burgundy-dark);
	font-size:14px;
	font-weight:800;
}

.overall-rating{
	color:var(--hd-muted);
	font-size:13px;
}

.noidung-khuyenmai{
	margin:0 0 26px;
	background:#fff;
	border:1px solid rgba(198,162,94,.45);
	border-radius:8px;
	box-shadow:0 14px 34px rgba(101,16,36,.08);
	overflow:hidden;
}

.noidung-khuyenmai__head{
	margin:0;
	padding:13px 18px;
	background:var(--hd-gold);
	color:#fff;
	font-weight:800;
	text-transform:uppercase;
}

.noidung-khuyenmai__content{
	padding:18px;
	color:var(--hd-muted);
	line-height:1.65;
}

.left_d,
.right{
	margin-top:4px;
}

.left_d{
	width:72%;
}

.right{
	width:25%;
	margin-left:3%;
}

.box-content,
.right__menu,
.product-relative,
.relative-product,
.detailnews{
	background:#fff;
	border:1px solid var(--hd-line);
	border-radius:8px;
	box-shadow:0 5px 16px rgba(101,16,36,.07);
}

.box-content__block + .box-content__block{
	border-top:1px solid var(--hd-line);
}

.box-content__block__head{
	margin:0;
}

.box-content__block__head a{
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:17px 20px;
	background:#fff;
	color:var(--hd-burgundy-dark);
	font-size:15px;
	font-weight:800;
	line-height:1.35;
}

.box-content__block__head a:hover{
	background:#fff8f8;
	color:var(--hd-burgundy);
}

.js_accordion_content{
	padding:0 22px 22px;
	color:var(--hd-ink);
	line-height:1.75;
}

.noidung-sp{
	color:var(--hd-ink);
	line-height:1.75;
}

.noidung-sp img{
	border-radius:8px;
}

.post-tags,
.comment-count{
	margin:18px 22px;
}

.comment-count{
	border:1px dashed var(--hd-line);
	border-radius:8px;
	background:#fff8f8;
	font-family:"Helvetica Neue",Arial,sans-serif!important;
}

.right__menu{
	padding:0;
}

.contact-us{
	margin:0;
}

.contact-us dt.title{
	margin:0;
	padding:14px 16px;
	background:var(--hd-burgundy-dark);
	border:0;
	color:#fff;
	font-weight:800;
	text-align:center;
}

.contact-us dd{
	margin:0;
	padding:16px;
	border-bottom:1px solid var(--hd-line);
}

.info-hotrokt{
	margin-bottom:14px;
	padding:14px;
	background:#fff8f8;
	border-radius:8px;
	text-align:center;
}

.info-hotrokt p{
	text-align:center;
}

.info-hotrokt .icon{
	color:var(--hd-burgundy);
}

.box-arrow,
.box-contact-phone,
.box-contact-time{
	color:var(--hd-muted);
	line-height:1.6;
}

.box-contact-phone{
	margin:12px 0;
	color:var(--hd-burgundy);
	font-weight:800;
	text-align:center;
}

.product-relative,
.relative-product,
.detailnews{
	position:relative;
	margin:32px 0;
	padding:24px;
}

.product-relative .slick-list,
.relative-product .slick-list,
.detailnews .slick-list,
.slick-list{
	overflow:hidden;
}

.product-relative__title,
.right .product-relative__title{
	margin:0 0 22px;
	padding:0 0 14px;
	background:transparent;
	border:0;
	color:var(--hd-burgundy-dark);
	font-family:Georgia,"Times New Roman",serif;
	font-size:30px;
	font-weight:500;
	text-align:center;
}

.product-relative__title:after{
	content:"";
	display:block;
	width:72px;
	height:2px;
	margin:12px auto 0;
	background:var(--hd-gold);
}

.relative-product__content{
	margin:0 -10px;
}

.for_cl__content{
	border:1px solid var(--hd-line);
	border-radius:8px;
	box-shadow:0 12px 30px rgba(101,16,36,.07);
	padding:12px 12px 18px;
}

.for_cl:hover .for_cl__content{
	box-shadow:0 22px 44px rgba(101,16,36,.13);
	transform:translateY(-4px);
}

.for_cl__content a,
.for_cl__thumb{
	background:linear-gradient(180deg,#fff,#fff6f7);
	border-radius:8px;
}

.for_cl__content img{
	width:auto;
	max-width:88%;
	max-height:240px;
	object-fit:contain;
	margin:auto;
}

.for_cl__content:hover img{
	transform:none;
}

.for_cl h3 a{
	min-height:42px;
	padding:12px 4px 0;
	color:var(--hd-ink);
	font-family:"Helvetica Neue",Arial,sans-serif;
	font-size:13px;
	line-height:1.45;
	text-transform:none;
}

.for_cl .price{
	color:var(--hd-burgundy);
	font-size:17px;
}

.for_cl .icn-khuyenmai{
	position:absolute;
	top:12px;
	left:12px;
	border-radius:999px;
	background:var(--hd-gold);
}

@media (max-width:900px){
	.div_logo{
		display:block;
	}

	.search,
	.log_1,
	.ul-control-box{
		width:100%;
	}

	.search{
		padding-top:12px;
	}

	.ul-control-box{
		justify-content:center;
		margin-top:12px;
	}

	.luxury-hero__inner{
		grid-template-columns:1fr;
		min-height:0;
		gap:28px;
	}

	.luxury-hero h1{
		font-size:48px;
	}

	.luxury-hero__visual{
		min-height:360px;
	}

	.luxury-trust__grid{
		grid-template-columns:repeat(2,1fr);
	}

	.motsp,
	.for_sp_1,
	.sp_uachuong__box{
		width:50%;
	}

	.luxury-detail{
		grid-template-columns:1fr;
		gap:24px;
		padding:22px;
	}

	.left_d,
	.right{
		float:none;
		display:block;
		width:100%;
		margin-left:0;
	}

	.right{
		margin-top:24px;
	}

	.luxury-detail__meta{
		grid-template-columns:1fr;
	}
}

@media (max-width:767px){
	.menu-sp{
		background:#fff;
		box-shadow:0 8px 24px rgba(101,16,36,.12);
	}

	#menu.is-fixed{
		top:50px;
	}

	.ddsmoothmenu__content{
		display:block;
	}

	.ddsmoothmenu__content a{
		padding:13px 20px;
	}

	.luxury-hero__inner{
		padding-top:86px;
		padding-bottom:38px;
	}

	.luxury-hero h1{
		font-size:34px;
		line-height:1.18;
	}

	.luxury-detail{
		margin-top:12px;
		padding:14px;
	}

	.luxury-detail .hinhanh{
		padding:12px;
	}

	.luxury-detail .head-detail{
		font-size:27px;
		line-height:1.24;
		text-align:left;
		padding-top:0;
	}

	.luxury-detail .mota__des{
		font-size:15px;
		padding:14px 16px;
	}

	.luxury-detail .buy-product{
		display:block;
	}

	.luxury-detail .buy-product .btn{
		width:100%;
		box-sizing:border-box;
		margin:0 0 10px;
	}

	.mota_sp .mota .products-price .price{
		font-size:30px;
	}

	.product-relative__title,
	.right .product-relative__title{
		font-size:24px;
	}

	.luxury-hero__lead{
		font-size:16px;
	}

	.luxury-hero__visual{
		min-height:300px;
	}

	.luxury-hero__frame{
		inset:10px 20px 0 20px;
		padding:18px;
	}

	.luxury-hero__mini{
		width:104px;
		height:104px;
		padding:10px;
	}

	.luxury-trust__grid div{
		padding:16px 10px;
	}

	.luxury-trust strong{
		font-size:18px;
	}

	.hdg-product a,
	.hdg-product span{
		font-size:28px;
	}

	.chi-action{
		display:block;
	}

	.chi-action a{
		display:block;
		margin-bottom:7px;
	}

	.box_1{
		width:50%;
	}
}

@media (max-width:480px){
	.luxury-hero__actions{
		display:block;
	}

	.luxury-btn{
		width:100%;
		box-sizing:border-box;
		margin-bottom:10px;
	}

	.luxury-trust__grid{
		grid-template-columns:1fr;
	}

	.motsp,
	.for_sp_1,
	.sp_uachuong__box{
		width:100%;
	}

	.box_1{
		width:100%;
	}
}

/* Flat luxury refinement: cleaner product detail, fewer boxed surfaces. */
.luxury-detail,
.luxury-detail .hinhanh,
.luxury-detail .hinhanh > a,
.thumb-product__items a,
.luxury-detail .mota__des,
.mota_sp .mota .luxury-detail__meta p,
.quickship,
.rating-box,
.noidung-khuyenmai,
.box-content,
.right__menu,
.product-relative,
.relative-product,
.detailnews,
.for_cl__content,
.lst-article__inner{
	box-shadow:none;
	border-radius:0;
}

.luxury-detail{
	background:transparent;
	border:0;
	border-top:1px solid var(--hd-line);
	border-bottom:1px solid var(--hd-line);
	padding:42px 0;
	gap:64px;
}

.luxury-detail .hinhanh{
	background:transparent;
	border:0;
	border-right:1px solid var(--hd-line);
	padding:0 42px 0 0;
}

.luxury-detail .hinhanh > a{
	background:transparent;
	border:0;
}

.thumb-product{
	margin-top:22px;
}

.thumb-product__items a{
	background:transparent;
	border:0;
	border-top:1px solid var(--hd-line);
	padding-top:10px;
}

.thumb-product__items a:hover{
	border-color:var(--hd-gold);
	box-shadow:none;
}

.luxury-detail .head-detail{
	max-width:760px;
	font-size:40px;
}

.luxury-detail .mota__des{
	background:transparent;
	border:0;
	border-left:2px solid var(--hd-gold);
	padding:4px 0 4px 22px;
	margin:18px 0 26px;
}

.luxury-detail__meta{
	display:block;
	border-top:1px solid var(--hd-line);
	border-bottom:1px solid var(--hd-line);
	margin:26px 0 20px;
}

.mota_sp .mota .luxury-detail__meta p{
	display:grid;
	grid-template-columns:140px minmax(0,1fr);
	gap:14px;
	background:transparent;
	border:0;
	border-bottom:1px solid var(--hd-line);
	padding:13px 0;
}

.mota_sp .mota .luxury-detail__meta p:last-child{
	border-bottom:0;
}

.mota_sp .mota label{
	margin:0;
}

.luxury-detail .buy-product{
	border-top:1px solid var(--hd-line);
	padding-top:22px;
}

.luxury-detail .buy-product .btn{
	box-shadow:none;
	border-radius:0;
	min-height:46px;
}

.luxury-detail .buy-product .btn-addCart{
	border-color:var(--hd-burgundy);
}

.quickship,
.rating-box{
	background:transparent;
	border:0;
	border-top:1px solid var(--hd-line);
	padding:18px 0;
}

.rating-box{
	border-bottom:1px solid var(--hd-line);
}

.noidung-khuyenmai{
	background:transparent;
	border:0;
	border-top:1px solid var(--hd-gold);
	border-bottom:1px solid var(--hd-line);
}

.noidung-khuyenmai__head{
	background:transparent;
	color:var(--hd-burgundy-dark);
	padding:18px 0 8px;
}

.noidung-khuyenmai__content{
	padding:0 0 18px;
}

.box-content,
.right__menu,
.product-relative,
.relative-product,
.detailnews{
	background:transparent;
	border:0;
	border-top:1px solid var(--hd-line);
}

.box-content__block + .box-content__block{
	border-top:1px solid var(--hd-line);
}

.box-content__block__head a{
	background:transparent;
	padding:18px 0;
}

.box-content__block__head a:hover{
	background:transparent;
	color:var(--hd-burgundy);
}

.js_accordion_content{
	padding:0 0 24px;
}

.right__menu{
	border-top:1px solid var(--hd-burgundy-dark);
}

.contact-us dt.title{
	background:transparent;
	color:var(--hd-burgundy-dark);
	border-bottom:1px solid var(--hd-line);
}

.contact-us dd{
	padding:18px 0;
}

.info-hotrokt{
	background:transparent;
	border-bottom:1px solid var(--hd-line);
	border-radius:0;
}

.product-relative,
.relative-product,
.detailnews{
	padding:34px 0 0;
}

.for_cl__content,
.lst-article__inner{
	background:transparent;
	border:0;
	border-top:1px solid var(--hd-line);
	padding-top:16px;
}

.for_cl:hover .for_cl__content{
	transform:none;
	box-shadow:none;
}

.for_cl__content a,
.for_cl__thumb{
	background:transparent;
}

@media (max-width:900px){
	.luxury-detail{
		gap:30px;
		padding:28px 0;
	}

	.luxury-detail .hinhanh{
		border-right:0;
		border-bottom:1px solid var(--hd-line);
		padding:0 0 24px;
	}
}

@media (max-width:767px){
	.luxury-detail .head-detail{
		font-size:28px;
	}

	.mota_sp .mota .luxury-detail__meta p{
		grid-template-columns:1fr;
		gap:5px;
	}

	.luxury-detail .buy-product .btn{
		border-radius:0;
	}
}

/* Soft-shadow correction: flat layout without hard borders, cards stay readable. */
.luxury-detail,
.luxury-detail .hinhanh,
.luxury-detail .hinhanh > a,
.thumb-product__items a,
.luxury-detail .mota__des,
.mota_sp .mota .luxury-detail__meta p,
.quickship,
.rating-box,
.noidung-khuyenmai,
.box-content,
.right__menu,
.product-relative,
.relative-product,
.detailnews,
.for_cl__content,
.lst-article__inner,
.contact-us dd,
.info-hotrokt{
	border:0;
}

.luxury-detail{
	background:transparent;
	box-shadow:none;
	padding:36px 0;
}

.luxury-detail .hinhanh{
	padding:0;
	background:transparent;
	box-shadow:none;
}

.luxury-detail .hinhanh > a{
	background:#fff;
	box-shadow:0 18px 46px rgba(101,16,36,.1);
	border-radius:8px;
}

.thumb-product__items a{
	background:#fff;
	box-shadow:0 8px 20px rgba(101,16,36,.08);
	border-radius:6px;
	padding:8px;
}

.thumb-product__items a:hover{
	box-shadow:0 12px 28px rgba(101,16,36,.12);
}

.luxury-detail .mota__des,
.quickship,
.rating-box,
.noidung-khuyenmai,
.box-content,
.right__menu{
	background:#fff;
	box-shadow:0 12px 34px rgba(101,16,36,.07);
	border-radius:8px;
}

.luxury-detail .mota__des{
	padding:18px 20px;
	margin:18px 0 24px;
	border-left:0;
}

.luxury-detail__meta{
	border:0;
	margin:24px 0 18px;
}

.mota_sp .mota .luxury-detail__meta p{
	background:#fff;
	box-shadow:0 8px 22px rgba(101,16,36,.06);
	border-radius:8px;
	padding:14px 16px;
	margin-bottom:10px;
}

.luxury-detail .buy-product{
	border:0;
	padding-top:8px;
}

.luxury-detail .buy-product .btn{
	border:0;
	border-radius:999px;
	box-shadow:0 12px 24px rgba(143,24,56,.14);
}

.luxury-detail .buy-product .btn-addCart{
	border:0;
	box-shadow:0 8px 20px rgba(101,16,36,.08);
}

.quickship,
.rating-box{
	padding:18px 20px;
}

.noidung-khuyenmai{
	padding:0 18px;
}

.box-content,
.right__menu{
	padding:0 20px;
}

.box-content__block + .box-content__block{
	border-top:0;
}

.box-content__block__head a{
	padding:18px 0;
}

.right__menu{
	padding-top:8px;
}

.contact-us dt.title{
	border:0;
}

.contact-us dd{
	padding:14px 0;
}

.info-hotrokt{
	background:#fff8f8;
	box-shadow:0 8px 20px rgba(101,16,36,.06);
	border-radius:8px;
}

.product-relative,
.relative-product,
.detailnews{
	background:transparent;
	box-shadow:none;
	padding-top:28px;
}

.for_cl__content,
.lst-article__inner{
	background:#fff;
	box-shadow:0 10px 26px rgba(101,16,36,.08);
	border-radius:8px;
	padding:14px;
}

.for_cl:hover .for_cl__content{
	box-shadow:0 16px 34px rgba(101,16,36,.12);
	transform:translateY(-3px);
}

.for_cl__content a,
.for_cl__thumb{
	background:#fff;
}

@media (max-width:900px){
	.luxury-detail .hinhanh{
		border:0;
	}
}

@media (max-width:767px){
	.luxury-detail .buy-product .btn{
		border-radius:999px;
	}

	.box-content,
	.right__menu{
		padding:0 14px;
	}
}

/* Premium accordion/content area */
.left_d .box-content{
	counter-reset: luxury-accordion;
	background:transparent;
	box-shadow:none;
	padding:0;
	overflow:visible;
}

.left_d .box-content__block{
	counter-increment: luxury-accordion;
	position:relative;
	margin:0 0 16px;
	background:#fff;
	border:0!important;
	border-radius:10px;
	box-shadow:0 12px 34px rgba(101,16,36,.08);
	overflow:hidden;
	transition:box-shadow .25s ease, transform .25s ease;
}

.left_d .box-content__block:hover{
	transform:translateY(-2px);
	box-shadow:0 18px 42px rgba(101,16,36,.12);
}

.left_d .box-content__block__head{
	margin:0!important;
	background:transparent!important;
}

.left_d .box-content__block__head a{
	position:relative;
	display:grid!important;
	grid-template-columns:auto minmax(0,1fr) auto;
	align-items:center;
	gap:14px;
	min-height:58px;
	padding:16px 18px!important;
	background:#fff!important;
	color:var(--hd-burgundy-dark)!important;
	font-size:15px;
	font-weight:900;
	line-height:1.35;
	letter-spacing:0;
	text-transform:uppercase;
}

.left_d .box-content__block__head a:before{
	content:"0" counter(luxury-accordion);
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:38px;
	height:38px;
	border-radius:50%;
	background:#fff5f7;
	color:var(--hd-burgundy);
	font-family:Georgia,"Times New Roman",serif;
	font-size:16px;
	font-weight:700;
	box-shadow:inset 0 0 0 1px rgba(143,24,56,.08);
}

.left_d .box-content__block__head a:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:4px;
	background:linear-gradient(180deg,var(--hd-burgundy),var(--hd-gold));
	opacity:.95;
}

.left_d .box-content__block__head .icon{
	float:none!important;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:34px;
	height:34px;
	border-radius:50%;
	background:var(--hd-burgundy);
	color:#fff;
	font-size:14px;
	box-shadow:0 8px 18px rgba(143,24,56,.18);
}

.left_d .box-content__block__head a:hover{
	background:#fff8f8!important;
	color:var(--hd-burgundy)!important;
}

.left_d .js_accordion_content{
	padding:0 26px 26px 70px;
	color:#3a2830;
	font-size:16px;
	line-height:1.8;
	background:#fff;
}

.left_d .js_accordion_content p{
	margin:0 0 15px;
	font-size:16px;
	line-height:1.8;
}

.left_d .js_accordion_content strong,
.left_d .js_accordion_content b{
	color:var(--hd-burgundy-dark);
}

.left_d .js_accordion_content ul,
.left_d .js_accordion_content ol{
	margin:10px 0 16px 20px;
	padding-left:18px;
}

.left_d .js_accordion_content li{
	margin-bottom:8px;
	line-height:1.7;
}

.box-content__video{
	margin:20px 0 18px;
	padding:18px;
	background:#fff;
	border-radius:10px;
	box-shadow:0 12px 34px rgba(101,16,36,.08);
}

.box-content__video #video_content,
.box-content__video iframe,
.box-content__video embed,
.box-content__video object{
	display:block;
	width:100%!important;
	max-width:760px;
	min-height:430px;
	margin:0 auto;
	border-radius:8px;
	overflow:hidden;
	background:#111;
}

.post-tags{
	margin:20px 0;
	padding:16px 18px;
	background:#fff;
	border-radius:10px;
	box-shadow:0 10px 26px rgba(101,16,36,.07);
}

.post-tags__link{
	display:flex;
	flex-wrap:wrap;
	gap:8px;
	align-items:center;
	margin:0;
	padding:0;
}

.post-tags__link li{
	margin:0!important;
	list-style:none;
}

.post-tags__link li:first-child{
	color:var(--hd-burgundy-dark);
	font-weight:800;
}

.post-tags__link li a{
	display:inline-flex;
	padding:7px 11px;
	border-radius:999px;
	background:#fff5f7;
	color:var(--hd-burgundy);
	font-size:13px;
}

.left_d .comment-count{
	margin:20px 0;
	border:0;
	background:#fff;
	border-radius:10px;
	box-shadow:0 10px 26px rgba(101,16,36,.07);
}

@media (max-width:767px){
	.left_d .box-content__block__head a{
		grid-template-columns:auto minmax(0,1fr) auto;
		padding:14px 14px!important;
		font-size:13px;
	}

	.left_d .box-content__block__head a:before{
		width:32px;
		height:32px;
		font-size:14px;
	}

	.left_d .box-content__block__head .icon{
		width:30px;
		height:30px;
	}

	.left_d .js_accordion_content{
		padding:0 16px 20px 50px;
		font-size:15px;
	}

	.box-content__video{
		padding:10px;
	}

	.box-content__video #video_content,
	.box-content__video iframe,
	.box-content__video embed,
	.box-content__video object{
		min-height:260px;
	}
}

/* Product detail hero polish */
.luxury-detail{
	position:relative;
	align-items:start;
	gap:58px;
	margin-top:26px;
	padding:42px;
	background:
		linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,248,249,.88)),
		radial-gradient(circle at 14% 18%,rgba(198,162,94,.14),transparent 34%);
	border-radius:12px;
	box-shadow:0 24px 70px rgba(101,16,36,.1);
}

.luxury-detail:before{
	content:"";
	position:absolute;
	left:42px;
	right:42px;
	top:0;
	height:3px;
	background:linear-gradient(90deg,var(--hd-burgundy),var(--hd-gold),transparent);
	border-radius:999px;
}

.luxury-detail .hinhanh{
	position:relative;
}

.luxury-detail .hinhanh:before{
	content:"";
	position:absolute;
	inset:34px 18px 70px;
	background:radial-gradient(circle,rgba(143,24,56,.12),transparent 62%);
	filter:blur(10px);
	pointer-events:none;
}

.luxury-detail .hinhanh > a{
	position:relative;
	overflow:hidden;
}

.luxury-detail .hinhanh > a:after{
	content:"";
	position:absolute;
	left:10%;
	right:10%;
	bottom:8%;
	height:22px;
	background:radial-gradient(ellipse,rgba(101,16,36,.13),transparent 72%);
	filter:blur(8px);
}

.luxury-detail .hinhanh > a img{
	position:relative;
	z-index:1;
}

.thumb-product{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:12px;
	margin:20px 0 0;
}

.thumb-product > .thumb-product__items{
	width:auto!important;
	padding:0;
}

.thumb-product__items a{
	aspect-ratio:1/1;
	background:#fff;
	box-shadow:0 14px 30px rgba(101,16,36,.1);
	transition:transform .25s ease, box-shadow .25s ease;
}

.thumb-product__items a:hover{
	transform:translateY(-3px);
	box-shadow:0 18px 36px rgba(101,16,36,.14);
}

.luxury-detail .mota{
	padding-top:10px;
}

.luxury-detail__category{
	padding:7px 12px;
	background:#fff;
	border-radius:999px;
	box-shadow:0 8px 18px rgba(101,16,36,.07);
}

.luxury-detail .head-detail{
	margin-top:4px;
	margin-bottom:20px;
	font-size:35px;
	line-height:1.2;
	letter-spacing:0;
}

.luxury-detail .mota__des{
	position:relative;
	padding:24px 26px 24px 30px;
	margin-bottom:22px;
	color:#6e5963;
	font-size:18px;
	line-height:1.7;
	box-shadow:0 18px 42px rgba(101,16,36,.08);
}

.luxury-detail .mota__des:before{
	content:"";
	position:absolute;
	left:0;
	top:22px;
	bottom:22px;
	width:4px;
	background:linear-gradient(180deg,var(--hd-gold),var(--hd-burgundy));
	border-radius:999px;
}

.luxury-detail__meta{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr));
	gap:12px;
	margin:20px 0;
}

.mota_sp .mota .luxury-detail__meta p{
	display:block;
	margin:0;
	padding:16px 16px 14px;
	background:#fff;
	box-shadow:0 14px 30px rgba(101,16,36,.07);
}

.mota_sp .mota .luxury-detail__meta p span,
.mota_sp .mota .luxury-detail__meta p{
	color:#6e5963;
}

.mota_sp .mota label{
	color:var(--hd-burgundy);
	font-size:13px;
	text-transform:uppercase;
}

.luxury-detail .products-price{
	margin:8px 0 12px;
}

.mota_sp .mota .products-price .price{
	display:inline-flex;
	align-items:center;
	width:max-content;
	max-width:100%;
	min-height:0;
	padding:8px 18px 9px;
	background:#fff;
	border-radius:999px;
	box-shadow:0 14px 28px rgba(101,16,36,.08);
	font-size:38px;
	line-height:1.08;
	white-space:nowrap;
	flex-wrap:nowrap;
	gap:4px;
	letter-spacing:0;
	word-break:keep-all;
	overflow-wrap:normal;
}

.mota_sp .mota .products-price .price span{
	white-space:nowrap;
	word-break:keep-all;
	overflow-wrap:normal;
}

.luxury-detail .buy-product{
	gap:14px;
	margin-top:18px;
	padding-top:0;
}

.luxury-detail .buy-product .btn{
	min-width:132px;
	min-height:50px;
	padding:0 28px;
	letter-spacing:0;
}

.quickship{
	margin-top:18px;
	background:linear-gradient(135deg,#fff,#fff8f8);
}

.rating-box{
	text-align:center;
}

@media (max-width:900px){
	.luxury-detail{
		padding:28px 20px;
		gap:28px;
	}

	.luxury-detail:before{
		left:20px;
		right:20px;
	}

	.luxury-detail__meta{
		grid-template-columns:1fr;
	}
}

@media (max-width:767px){
	.luxury-detail{
		margin-top:12px;
		padding:22px 14px;
		border-radius:0;
	}

	.luxury-detail .head-detail{
		font-size:27px;
	}

	.luxury-detail .mota__des{
		font-size:16px;
		padding:20px 18px 20px 22px;
	}

	.mota_sp .mota .products-price .price{
		font-size:32px;
	}
}

/* Related/favorite product sections */
.relative-product,
.product-relative{
	margin-top:44px;
	padding:38px 0 8px;
	border-radius:14px;
}

.relative-product .product-relative__title,
.product-relative > .product-relative__title,
.product-relative > h3.product-relative__title{
	position:relative;
	margin-bottom:30px;
	color:var(--hd-burgundy-dark);
	font-size:32px;
}

.relative-product .product-relative__title:before,
.product-relative > .product-relative__title:before,
.product-relative > h3.product-relative__title:before{
	content:"";
	position:absolute;
	left:50%;
	top:-14px;
	width:42px;
	height:1px;
	background:var(--hd-gold);
	transform:translateX(-50%);
}

.relative-product__content{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:22px;
	margin:0;
}

.relative-product__content:after{
	display:none;
}

.relative-product__content .grid-4{
	width:auto!important;
	float:none!important;
	padding:0!important;
}

.relative-product .for_cl,
.product-relative .for_cl{
	height:100%;
}

.relative-product .for_cl__content,
.product-relative .for_cl__content{
	position:relative;
	display:flex;
	flex-direction:column;
	padding:18px 18px 20px;
	background:#fff;
	border:0;
	border-radius:14px;
	box-shadow:0 1px 10px rgba(101,16,36,.08);
	overflow:hidden;
}

.relative-product .for_cl__content:before,
.product-relative .for_cl__content:before{
	content:"";
	position:absolute;
	left:18px;
	right:18px;
	top:18px;
	height:250px;
	background:linear-gradient(180deg,#fff8fa,#fff);
	border-radius:12px;
	z-index:0;
}

.relative-product .for_cl:hover .for_cl__content,
.product-relative .for_cl:hover .for_cl__content{
	transform:translateY(-5px);
	box-shadow:0 22px 48px rgba(101,16,36,.13);
}

.relative-product .for_cl__content > a,
.product-relative .for_cl__content > a,
.relative-product .for_cl__thumb,
.product-relative .for_cl__thumb{
	position:relative;
	z-index:1;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:18px;
	background:transparent;
	border-radius:12px;
	overflow:visible;
}

.relative-product .for_cl__thumb a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
}

.relative-product .for_cl__content img,
.product-relative .for_cl__content img{
	width:auto;
	max-width:100%;
	max-height:230px;
	object-fit:contain;
	transition:transform .25s ease;
}

.relative-product .for_cl:hover img,
.product-relative .for_cl:hover img{
	transform:translateY(-4px) scale(1.02);
}

.relative-product .for_cl__des,
.product-relative .for_cl h3,
.product-relative .box-price{
	position:relative;
	z-index:1;
}

.relative-product .for_cl h3,
.product-relative .for_cl h3{
	margin:0;
}

.relative-product .for_cl h3 a,
.product-relative .for_cl h3 a{
	display:-webkit-box;
	min-height:48px;
	padding:0;
	margin:0 0 14px;
	color:var(--hd-ink);
	font-size:14px;
	font-weight:800;
	line-height:1.45;
	text-transform:none;
	text-decoration:none;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}

.relative-product .box-price,
.product-relative .box-price{
	display:flex;
	align-items:baseline;
	justify-content:center;
	gap:9px;
	margin-top:auto;
	min-height:34px;
}

.relative-product .old-price,
.product-relative .old-price{
	color:#b8aab0;
	font-size:13px;
	opacity:1;
}

.relative-product .price,
.product-relative .price{
	color:var(--hd-burgundy);
	font-size:18px;
	font-weight:900;
	line-height:1.2;
}

.relative-product .for_cl .icn-khuyenmai,
.product-relative .for_cl .icn-khuyenmai{
	top:16px;
	left:16px;
	right:auto;
	width:auto;
	height:auto;
	min-width:42px;
	border-radius:999px;
	background:var(--hd-gold);
	box-shadow:0 8px 18px rgba(198,162,94,.25);
	z-index:3;
}

.relative-product .for_cl .icn-khuyenmai span,
.product-relative .for_cl .icn-khuyenmai span{
	padding:6px 9px;
	color:#fff;
	font-size:12px;
	font-weight:900;
	line-height:1;
}

.product-relative .slick-list{
	padding:2px 0 20px;
	overflow:hidden;
}

.product-relative .slick-track{
	display:flex;
}

.product-relative .slick-slide{
	height:auto;
	padding:0 10px;
}

.product-relative .slick-slide > div,
.product-relative .slick-slide .grid-4{
	height:100%;
}

.product-relative .wrp-grid:not(.slick-initialized){
	margin:0 -10px;
}

.product-relative .wrp-grid:not(.slick-initialized):after{
	content:"";
	display:table;
	clear:both;
}

.product-relative .wrp-grid:not(.slick-initialized) > .grid-4{
	float:left;
	width:25%;
	padding:0 10px;
	box-sizing:border-box;
}

@media (max-width:1024px){
	.relative-product__content{
		grid-template-columns:repeat(3,minmax(0,1fr));
	}
}

@media (max-width:767px){
	.relative-product,
	.product-relative{
		padding-top:28px;
	}

	.relative-product__content{
		grid-template-columns:repeat(2,minmax(0,1fr));
		gap:14px;
	}

	.relative-product .for_cl__content,
	.product-relative .for_cl__content{
		min-height:330px;
		padding:12px;
	}

	.relative-product .for_cl__content:before,
	.product-relative .for_cl__content:before{
		left:12px;
		right:12px;
		top:12px;
		height:178px;
	}

	.relative-product .for_cl__content > a,
	.product-relative .for_cl__content > a,
	.relative-product .for_cl__thumb,
	.product-relative .for_cl__thumb{
		height:178px;
		margin-bottom:14px;
	}

	.relative-product .for_cl__content img,
	.product-relative .for_cl__content img{
		max-height:164px;
	}

	.relative-product .for_cl h3 a,
	.product-relative .for_cl h3 a{
		font-size:13px;
		min-height:56px;
		-webkit-line-clamp:3;
	}
}

@media (max-width:480px){
	.relative-product__content{
		grid-template-columns:1fr;
	}
}

/* Category product listing */
.product-banner{
	position:relative;
	height:320px;
	margin:0;
	background-color:#fff8f8;
}

.product-banner:after{
	content:"";
	position:absolute;
	inset:0;
	background:linear-gradient(90deg,rgba(37,16,24,.18),rgba(255,248,248,.15));
	pointer-events:none;
}

.title-heading{
	position:relative;
	margin:18px 0 28px;
	text-align:center;
}

.title-heading a{
	color:var(--hd-burgundy-dark);
	font-family:Georgia,"Times New Roman",serif;
	font-size:42px;
	font-weight:500;
	line-height:1.15;
}

.title-heading:after{
	content:"";
	display:block;
	width:76px;
	height:2px;
	margin:14px auto 0;
	background:var(--hd-gold);
}

.box-product-lst{
	display:grid;
	grid-template-columns:repeat(4,minmax(0,1fr));
	gap:22px;
	margin:0 0 34px;
}

.box-product-lst:after{
	display:none;
}

.box-product__content{
	float:none;
	width:auto;
	padding:0;
	text-align:left;
}

.box-product__inner{
	display:flex;
	flex-direction:column;
	padding:16px;
	background:#fff;
	border-radius:14px;
	box-shadow:0 14px 34px rgba(101,16,36,.08);
	overflow:hidden;
	transition:transform .25s ease, box-shadow .25s ease;
}

.box-product__content:hover .box-product__inner{
	transform:translateY(-5px);
	box-shadow:0 22px 48px rgba(101,16,36,.13);
}

.image-product{
	height:250px;
	padding:0;
	border-radius:12px;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}

.image-product a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:190px;
	flex:0 0 190px;
}

.image-product img{
	width:auto;
	max-width:100%;
	max-height:230px;
	object-fit:contain;
	border-radius:0;
	transition:transform .25s ease;
}

.box-product__content:hover .image-product img,
.image-product:hover img{
	transform:translateY(-4px) scale(1.02);
}

.image-product:hover .price-product-post{
	bottom:auto;
}

.price-product-post{
	position:static;
	float:none;
	margin:8px 0 0;
	padding:0;
	background:transparent;
	border:0;
	color:var(--hd-ink);
	font-size:16px;
	width:100%;
}

.price-product-post .box-price{
	display:flex;
	align-items:baseline;
	justify-content:center;
	gap:8px;
	width:100%;
	flex-wrap:wrap;
}

.price-product-post .old-price{
	color:#b8aab0;
	font-size:13px;
	opacity:1;
}

.price-product-post .price,
.price-product-post .price span{
	color:var(--hd-burgundy);
	font-size:18px;
	font-weight:900;
	line-height:1.2;
	white-space:nowrap;
}

.price-product-post .icn-khuyenmai{
	position:absolute;
	top:14px;
	left:14px;
	width:auto;
	height:auto;
	min-width:42px;
	border-radius:999px;
	background:var(--hd-gold);
	box-shadow:0 8px 18px rgba(198,162,94,.25);
	z-index:3;
}

.price-product-post .icn-khuyenmai span{
	padding:6px 9px;
	color:#fff;
	font-size:12px;
	font-weight:900;
	line-height:1;
}

.name-product{
	display:-webkit-box;
	height:auto;
	min-height:48px;
	margin:16px 0 10px;
	padding:0;
	color:var(--hd-ink);
	font-size:14px;
	font-weight:900;
	line-height:1.45;
	text-align:center;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}

.name-product a{
	color:inherit;
}

.detail-view{
	margin:auto 0 0;
	text-align:center;
}

.detail-view a,
.detail-view a.btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:auto;
	min-height:40px;
	padding:0 18px;
	margin:0 auto;
	border:0;
	border-radius:999px;
	background:#fff5f7;
	color:var(--hd-burgundy);
	font-size:13px;
	font-weight:900;
	box-shadow:none;
}

.detail-view a:hover{
	background:var(--hd-burgundy);
	color:#fff;
}

.paging{
	clear:both;
	margin:26px 0 34px;
	text-align:center;
}

.box-contact{
	margin:28px 0;
	padding:20px 24px;
	background:#fff;
	border-radius:12px;
	box-shadow:0 12px 30px rgba(101,16,36,.07);
	text-align:center;
}

.box-contact__title{
	color:var(--hd-burgundy-dark);
	font-weight:900;
}

.main-product{
	background:#fff;
	border-radius:12px;
	box-shadow:0 12px 30px rgba(101,16,36,.07);
	padding:28px;
	line-height:1.75;
}

.contact-map{
	margin:24px 0 0;
	overflow:hidden;
	border-radius:14px;
	box-shadow:0 18px 45px rgba(101,16,36,.1);
	background:#fff;
}

.contact-map iframe{
	display:block;
	width:100%;
	min-height:360px;
}

.cart-page{
	background:linear-gradient(180deg,#fff 0%,#fff7f8 100%);
	padding-bottom:54px;
}

.cart-shell{
	margin:28px 0 50px;
}

.cart-layout{
	display:grid;
	grid-template-columns:minmax(0,1fr) 330px;
	gap:28px;
	align-items:start;
}

.cart-list,
.cart-summary,
.cart-empty{
	background:#fff;
	border-radius:14px;
	box-shadow:0 18px 48px rgba(101,16,36,.08);
}

.cart-list{
	overflow:hidden;
}

.cart-list__head,
.cart-item{
	display:grid;
	grid-template-columns:minmax(0,1fr) 140px 190px;
	gap:18px;
	align-items:center;
}

.cart-list__head{
	padding:18px 24px;
	background:#761327;
	color:#fff;
	font-size:13px;
	font-weight:800;
	text-transform:uppercase;
}

.cart-item{
	padding:22px 24px;
	border-bottom:1px solid rgba(118,19,39,.08);
}

.cart-item:last-child{
	border-bottom:0;
}

.cart-item__product{
	display:grid;
	grid-template-columns:34px 88px minmax(0,1fr);
	gap:16px;
	align-items:center;
}

.cart-item__index{
	display:grid;
	place-items:center;
	width:30px;
	height:30px;
	border-radius:999px;
	background:#fff2f4;
	color:#8e1730;
	font-weight:800;
}

.cart-item__thumb{
	display:grid;
	place-items:center;
	width:88px;
	height:88px;
	border-radius:12px;
	background:#fff9fa;
	box-shadow:inset 0 0 0 1px rgba(118,19,39,.06);
}

.cart-item__thumb img{
	max-width:78px;
	max-height:78px;
	object-fit:contain;
}

.cart-item__name{
	margin:0 0 8px;
	color:#24151a;
	font-size:15px;
	font-weight:800;
	line-height:1.5;
	text-transform:uppercase;
}

.cart-item__price{
	margin:0;
	color:#8a7078;
	font-size:13px;
	font-weight:700;
}

.cart-item__qty input{
	width:86px;
	height:42px;
	padding:0 12px;
	border:1px solid rgba(118,19,39,.16);
	border-radius:10px;
	color:#521020;
	font-weight:800;
	text-align:center;
}

.cart-item__total strong{
	display:block;
	margin-bottom:8px;
	color:#a01536;
	font-size:15px;
	font-weight:900;
}

.cart-item__remove{
	color:#8a7078;
	font-size:13px;
	font-weight:800;
	text-decoration:underline;
}

.cart-summary{
	position:sticky;
	top:86px;
	padding:24px;
}

.cart-summary__eyebrow{
	margin:0 0 18px;
	color:#761327;
	font-size:18px;
	font-weight:900;
}

.cart-summary__row{
	display:flex;
	justify-content:space-between;
	gap:18px;
	padding:14px 0;
	border-top:1px solid rgba(118,19,39,.08);
	color:#6d5660;
	font-size:14px;
}

.cart-summary__total{
	align-items:flex-end;
	color:#24151a;
}

.cart-summary__total strong{
	color:#a01536;
	font-size:22px;
	line-height:1.15;
}

.cart-summary__note{
	margin:14px 0 20px;
	color:#7b6570;
	font-size:13px;
	line-height:1.65;
}

.cart-actions{
	display:grid;
	gap:12px;
}

.cart-btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:46px;
	padding:0 18px;
	border:0;
	border-radius:999px;
	font-size:14px;
	font-weight:900;
	cursor:pointer;
	text-align:center;
}

.cart-btn--primary{
	background:#9d1735;
	color:#fff;
	box-shadow:0 14px 30px rgba(157,23,53,.22);
}

.cart-btn--outline{
	background:#fff;
	color:#8e1730;
	box-shadow:inset 0 0 0 1px rgba(118,19,39,.18);
}

.cart-btn--soft{
	background:#fff4f6;
	color:#761327;
}

.cart-empty{
	padding:54px 24px;
	text-align:center;
}

.cart-empty__title{
	margin:0 0 10px;
	color:#761327;
	font-size:28px;
	font-weight:900;
}

.cart-empty p{
	margin:0 auto 22px;
	max-width:520px;
	color:#7b6570;
	line-height:1.7;
}

.checkout-page{
	background:linear-gradient(180deg,#fff 0%,#fff7f8 100%);
	padding-bottom:58px;
}

.checkout-layout{
	display:grid;
	grid-template-columns:minmax(0,1fr) 430px;
	gap:28px;
	margin:30px 0 54px;
	align-items:start;
}

.checkout-panel,
.checkout-success{
	background:#fff;
	border-radius:14px;
	box-shadow:0 18px 48px rgba(101,16,36,.08);
}

.checkout-panel{
	padding:26px;
}

.checkout-panel__head{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:18px;
	margin-bottom:20px;
}

.checkout-panel__head h2{
	margin:0;
	color:#761327;
	font-size:22px;
	font-weight:900;
}

.checkout-panel__head a{
	color:#9d1735;
	font-size:13px;
	font-weight:900;
	text-decoration:underline;
}

.checkout-products__list{
	display:grid;
	gap:14px;
}

.checkout-product{
	display:grid;
	grid-template-columns:82px minmax(0,1fr) auto;
	gap:16px;
	align-items:center;
	padding:14px;
	border-radius:12px;
	background:#fff8f9;
}

.checkout-product img{
	width:82px;
	height:82px;
	object-fit:contain;
	border-radius:10px;
	background:#fff;
}

.checkout-product p{
	margin:0 0 7px;
	color:#24151a;
	font-size:14px;
	font-weight:900;
	line-height:1.45;
	text-transform:uppercase;
}

.checkout-product span{
	color:#846b75;
	font-size:13px;
	font-weight:700;
}

.checkout-product strong{
	color:#a01536;
	font-size:14px;
	font-weight:900;
	white-space:nowrap;
}

.checkout-total{
	display:flex;
	align-items:flex-end;
	justify-content:space-between;
	gap:18px;
	margin-top:18px;
	padding-top:18px;
	border-top:1px solid rgba(118,19,39,.1);
	color:#6d5660;
	font-weight:800;
}

.checkout-total strong{
	color:#a01536;
	font-size:24px;
	line-height:1.1;
}

.checkout-form form{
	display:grid;
	gap:16px;
}

.checkout-field{
	display:grid;
	gap:8px;
}

.checkout-field label{
	color:#4f2630;
	font-size:13px;
	font-weight:900;
}

.checkout-field label span{
	color:#d7193f;
}

.checkout-field input,
.checkout-field select,
.checkout-field textarea{
	width:100%;
	box-sizing:border-box;
	border:1px solid rgba(118,19,39,.14);
	border-radius:12px;
	background:#fff;
	color:#2a171d;
	font-size:14px;
	font-weight:700;
	outline:none;
	transition:border-color .2s ease, box-shadow .2s ease;
}

.checkout-field input,
.checkout-field select{
	height:48px;
	padding:0 14px;
}

.checkout-field textarea{
	min-height:112px;
	padding:14px;
	resize:vertical;
	line-height:1.6;
}

.checkout-field input:focus,
.checkout-field select:focus,
.checkout-field textarea:focus{
	border-color:#9d1735;
	box-shadow:0 0 0 4px rgba(157,23,53,.08);
}

.checkout-submit{
	display:grid;
	grid-template-columns:1fr 1.5fr;
	gap:12px;
	margin-top:6px;
}

.checkout-submit .cart-btn:disabled{
	cursor:not-allowed;
	opacity:.5;
	box-shadow:none;
}

.checkout-error{
	margin:0 0 18px;
	padding:14px 16px;
	border-radius:12px;
	background:#fff1f2;
	color:#b11232;
	font-weight:800;
	line-height:1.6;
}

.checkout-empty{
	padding:30px 16px;
	text-align:center;
	color:#7b6570;
}

.checkout-empty p{
	margin:0 0 18px;
}

.checkout-success{
	max-width:720px;
	margin:34px auto 60px;
	padding:48px 42px;
	text-align:center;
}

.checkout-success__icon{
	display:grid;
	place-items:center;
	width:72px;
	height:72px;
	margin:0 auto 20px;
	border-radius:999px;
	background:#9d1735;
	color:#fff;
	font-size:38px;
	font-weight:900;
	box-shadow:0 18px 36px rgba(157,23,53,.24);
}

.checkout-success__title{
	margin:0 0 10px;
	color:#761327;
	font-size:30px;
	font-weight:900;
}

.checkout-success p{
	color:#7b6570;
	font-size:15px;
	line-height:1.75;
}

.checkout-success__details{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:12px;
	margin:26px 0 18px;
	text-align:left;
}

.checkout-success__row,
.checkout-success__product{
	padding:14px 16px;
	border-radius:12px;
	background:#fff8f9;
}

.checkout-success__row--wide{
	grid-column:1 / -1;
}

.checkout-success__row span,
.checkout-success__product span{
	display:block;
	margin-bottom:6px;
	color:#846b75;
	font-size:12px;
	font-weight:900;
	text-transform:uppercase;
}

.checkout-success__row strong,
.checkout-success__product strong{
	color:#321922;
	font-size:14px;
	font-weight:900;
	line-height:1.45;
}

.checkout-success__products{
	display:grid;
	gap:10px;
	margin:18px 0 0;
	text-align:left;
}

.checkout-success__product{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:16px;
}

.checkout-success__product span{
	margin-bottom:0;
	color:#321922;
	font-size:13px;
	line-height:1.45;
	text-transform:none;
}

.checkout-success__product strong{
	color:#a01536;
	white-space:nowrap;
}

.checkout-success__summary{
	display:flex;
	justify-content:space-between;
	gap:18px;
	max-width:420px;
	margin:24px auto;
	padding:18px 0;
	border-top:1px solid rgba(118,19,39,.1);
	border-bottom:1px solid rgba(118,19,39,.1);
	color:#6d5660;
	font-weight:900;
}

.checkout-success__summary strong{
	color:#a01536;
	font-size:22px;
}

@media (max-width:1100px){
	.box-product-lst{
		grid-template-columns:repeat(3,minmax(0,1fr));
	}

	.cart-layout{
		grid-template-columns:1fr;
	}

	.cart-summary{
		position:static;
	}

	.checkout-layout{
		grid-template-columns:1fr;
	}
}

@media (max-width:767px){
	.product-banner{
		height:180px;
	}

	.title-heading a{
		font-size:32px;
	}

	.box-product-lst{
		grid-template-columns:repeat(2,minmax(0,1fr));
		gap:14px;
	}

	.box-product__inner{
		min-height:350px;
		padding:12px;
	}

	.image-product{
		height:180px;
	}

	.image-product img{
		max-height:165px;
	}

	.name-product{
		font-size:13px;
		min-height:56px;
		-webkit-line-clamp:3;
	}

	.cart-list__head{
		display:none;
	}

	.cart-item{
		grid-template-columns:1fr;
		gap:14px;
		padding:18px;
	}

	.cart-item__product{
		grid-template-columns:28px 76px minmax(0,1fr);
		gap:12px;
	}

	.cart-item__thumb{
		width:76px;
		height:76px;
	}

	.cart-item__thumb img{
		max-width:68px;
		max-height:68px;
	}

	.cart-item__qty,
	.cart-item__total{
		display:flex;
		justify-content:space-between;
		align-items:center;
		gap:12px;
	}

	.cart-item__qty:before{
		content:"Số lượng";
		color:#7b6570;
		font-weight:800;
	}

	.cart-item__total strong{
		margin-bottom:0;
	}

	.checkout-panel{
		padding:18px;
	}

	.checkout-panel__head{
		display:block;
	}

	.checkout-panel__head h2{
		margin-bottom:8px;
	}

	.checkout-product{
		grid-template-columns:72px minmax(0,1fr);
	}

	.checkout-product img{
		width:72px;
		height:72px;
	}

	.checkout-product strong{
		grid-column:2;
	}

	.checkout-total,
	.checkout-success__summary{
		display:grid;
		gap:8px;
	}

	.checkout-success__details{
		grid-template-columns:1fr;
	}

	.checkout-success__product{
		display:grid;
	}

	.checkout-submit{
		grid-template-columns:1fr;
	}

	.checkout-success{
		padding:34px 20px;
	}

	.checkout-success__title{
		font-size:24px;
	}
}

@media (max-width:480px){
	.box-product-lst{
		grid-template-columns:1fr;
	}
}
