/* ============================================================
   G.G.G COSMETICS — MASTER STYLESHEET
   Version: 2.0.0 | Release: 2026-08-14
   Glow · Glitter · Glare
   [Typography Updated: Shopee Display +4px, Malinton +2px]
   [12 Custom Layouts & Mobile Sticky Quick Buy Bar Included]
   ============================================================ */

/* ---------- 1. FONT FACES (Shopee Display & DFVN Malinton) ---------- */
@font-face {
  font-family: "Shopee Display";
  src: url("https://cdn.hstatic.net/files/1000350011/file/shopeedisplay-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Shopee Display";
  src: url("https://cdn.hstatic.net/files/1000350011/file/shopeedisplay-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DFVN Malinton";
  src: url("https://cdn.hstatic.net/files/1000350011/file/dfvn-malinton-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DFVN Malinton";
  src: url("https://cdn.hstatic.net/files/1000350011/file/dfvn-malinton-black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ---------- 2. DESIGN TOKENS (:root) ---------- */
:root {
  /* Brand Poles */
  --ggg-energetic-blue: #0099FF;
  --ggg-cobalt-core: #0047AB;
  --ggg-cyber-aqua: #00FFFF;

  --ggg-active-orange: #FF6600;
  --ggg-pulse-orange: #FF6700;
  --ggg-solar-orange: #FF5F1F;

  /* Accents */
  --ggg-lemon-spark: #FFD300;
  --ggg-crayola-yellow: #FEAA1A;
  --ggg-pink-600: #D81B60;

  /* Neutrals */
  --ggg-soft-milk: #FAFAFA;
  --ggg-dark-grayish-red: #1F1D1D;

  /* Semantic Variables */
  --color-brand: var(--ggg-energetic-blue);
  --color-brand-deep: var(--ggg-cobalt-core);
  --color-brand-accent: var(--ggg-active-orange);
  --color-fg: var(--ggg-dark-grayish-red);
  --color-fg-muted: #6B6868;
  --color-fg-subtle: #9D9999;
  --color-border: #ECECEC;

  /* Typography Families */
  --font-display: "DFVN Malinton", "Shopee Display", -apple-system, sans-serif;
  --font-body: "Shopee Display", -apple-system, sans-serif;

  /* Typography Scale (Shopee Display +4px, Malinton +2px) */
  --fs-caption: 16px;      /* Shopee Display (was 12px -> +4px) */
  --fs-body-sm: 18px;      /* Shopee Display (was 14px -> +4px) */
  --fs-body: 20px;         /* Shopee Display (was 16px -> +4px) */
  --fs-lead: 24px;         /* Shopee Display (was 20px -> +4px) */

  --fs-btn: 16px;          /* Malinton (was 14px -> +2px) */
  --fs-h4: 22px;           /* Malinton (was 20px -> +2px) */
  --fs-h3: 26px;           /* Malinton (was 24px -> +2px) */
  --fs-h2: 34px;           /* Malinton (was 32px -> +2px) */
  --fs-h1: 42px;           /* Malinton (was 40px -> +2px) */

  /* Radii */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-2xl: 40px;
  --radius-pill: 999px;
}

.glyphicon{
	font-family: 'Glyphicons Halflings'!important;
}
.fa {
	font-family: 'FontAwesome'!important;
}
html,body {
	border: 0;
	background-color: #fff;
	overflow-x: hidden !important;
	max-width: 100vw !important;
	width: 100% !important;
	position: relative !important;
}
*, *:before, *:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	-webkit-touch-callout:none;
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:100%;
}
body {
	font-style: normal;
	font-weight: normal;
	font-size: 18px; /* Tăng từ 14px lên 18px (+4px Shopee Display) */
	line-height: 1.4;
	color: var(--color-fg);
	background: #fff;
	font-family: var(--font-body);
}
html #page {
	position: relative;
	max-width: 100% !important;
	overflow-x: clip;
}
body.custom-background {background-color: #f6f6f6;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section { display:block; }
/* 1.3 - Typography (DFVN Malinton +2px) */
h1,h2,h3,h4,h5,h6 { color: var(--color-fg); margin:0 0 13px 0; font-family: var(--font-display); }
h1 { font-weight: 700; color: var(--color-fg);  font-size: 38px; line-height: 40px; }
h2 { font-weight: 700; color: var(--color-fg);  font-size: 30px; line-height: 32px; }
h3 { font-weight: 700; color: var(--color-fg);  font-size: 26px; line-height: 28px; }
h4 { font-size: 15px; line-height: 20px; }
h5 { font-size: 14px; line-height: 20px; }
h6 { font-size: 12px; line-height: 20px; text-transform:uppercase; }
h1 .note, h2 .note, h3 .note, h4 .note, h5 .note, h6 .note { margin-left: 8px; font-weight: 400; font-size: 16px;}
h1 .note a, h2 .note a, h3 .note a, h4 .note a, h5 .note a, h6 .note a { color: #ef8742; }
p { margin: 0 0 20px 0; line-height: 25px; font-size: 18px; }
.flex-box {display: flex;}
.flex-inline {display: inline-flex;}
.flex-w {flex-wrap: wrap;}
.flex-c {flex-direction:column;}
.align-c {align-items: center;}
.justify-c {justify-content: center;}
.justify-s {justify-content: space-between;}
.justify-e {justify-content: end;}
.flex-box.row:before,.flex-box.row:after{display:none;}
.flex-box > img{align-self:center;}
/* 1.4 - Links and Buttons */
a { text-decoration: none; outline: none; color: var(--color-fg);}
a:hover, a:focus{text-decoration: none; outline: none;color: var(--color-brand);}
a:active { outline: none; }
/* 1.5 - Tables */
table { width: 100%; border-spacing: 0; }
table tr td { border-top: 1px solid #dddddd; }
table tr td, table tr th { padding: 10px; text-align: left; font-size: 18px; }
table tr td:first-child, table tr th:first-child { padding-left: 0px; }
table tr td:last-child, table tr th:last-child { padding-right: 0px; }
strong { font-weight: 700; }
em { font-style: italic; }
/* 1.6 - Lists */
ol, ul{padding:0;list-style:none;}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	font-weight: 400;
	font-size: 16px; /* Tăng từ 12px lên 16px (+4px Shopee Display) */
	line-height: 24px;
	letter-spacing: 0px;
	text-align: left;
	color: var(--color-fg);
	padding: 15px;
	background: #f4f4f4;
	border-radius: var(--radius-sm);
	border: none;
	font-family: var(--font-body);
}
html input:focus, .form-control:focus{
	border-color: #e8e8e8;
	outline: none;
	webkit-box-shadow: none;
	box-shadow: none;
}
img {
	height: auto;
	max-width: 100%;
}
.site-header, .site-footer {
	width: 100% !important;
	padding: 0;
}
.mb50{margin-bottom:50px;}
.title-16{
	font-size:18px; /* Malinton +2px */
	font-weight:bold;
	line-height:22px;
	color: var(--color-fg);
	margin:0;
}
a.my-btn1{
	font-size:16px; /* Tăng từ 14px lên 16px (+2px Malinton) */
	font-weight: bold;
	background: var(--ggg-active-orange);
	color: #fff !important;
	border: 1px solid var(--ggg-active-orange);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	height:50px;
	padding:0 24px;
	border-radius: var(--radius-pill);
	font-family: var(--font-display);
}
a.my-btn2{
	font-size:16px; /* Tăng từ 14px lên 16px (+2px Malinton) */
	font-weight: bold;
	background: #fff;
	color: var(--color-fg);
	border: 1px solid var(--color-fg);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	height:50px;
	padding:0 24px;
	border-radius: var(--radius-pill);
	font-family: var(--font-display);
}
/*-----------------------------------------------------------------------------------
Header
-----------------------------------------------------------------------------------*/
.header-right-icon {
	cursor: pointer;
}
.header-action_dropdown{
	position: absolute;top: calc(100% + 15px);  left: auto;right:-15px;z-index: 990;
	min-width: 280px;border-radius: var(--radius-md);
	color: var(--color-fg);background: #fff;  border: solid 1px #dfe3e8;
	box-shadow: 0 8px 24px rgba(31, 29, 29, 0.08);
	visibility: hidden;opacity: 0;
	-webkit-transform: scale(0.9);transform: scale(0.9);
	transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, max-height 0s linear 0.25s, -webkit-transform 0.25s ease-in-out;
	will-change: transform;
}
.box-triangle {
	position: absolute;bottom: calc(100% - 5px);
	margin:0 auto;width: 22px; height: 15px;right:10px; 
}
.box-triangle svg{
	-webkit-filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
	filter: drop-shadow(0 -3px 2px rgba(0, 0, 0, 0.12));
}

.header-action_dropdown .header-dropdown_content{
	width: 100%;height: 100%;	max-height: 100%;overflow: hidden;padding: 20px 15px;
}

.header-action.show-action .header-action_dropdown{
	visibility: visible;opacity: 1;
	-webkit-transform: scale(1);transform: scale(1);
	transition: opacity 0.4s cubic-bezier(0, 1, 0.4, 1), visibility 0.4s linear, -webkit-transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1);
}
.sitebox-recaptcha {
	padding: 6px 0 0;
	text-align: left;
	color: #9e9e9e;
	font-size: 17px;
	clear: both;
}
.sitebox-recaptcha a {
	color: var(--ggg-energetic-blue);
}
.site_account_title {
	margin-bottom: 4px;
	font-size: 18px; /* Malinton +2px */
	font-weight: bold;
	text-transform: uppercase;
	padding-top:3px;
	font-family: var(--font-display);
}
.site_account_title.has-border{
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
.site_account_legend{margin:0 0 10px;font-size: 16px;}
.site_account .site_account_panel_list .site_account_info li {
	padding: 0 4px;
	margin-bottom: 10px;
}
.site_account .site_account_panel_list .site_account_info li span {
	font-size: 19px;
	color: #282c2d;
	font-weight: bold;
}
.site_account_panel_list .site_account_inner {
	font-size: 16px;
}
.site_account_inner form .form__input-wrapper {
	position: relative;
	width: 100%;
	margin-bottom: 12px;
	background:#fff;
}
.site_account_inner form .form__input-wrapper .form__floating-label {
	position: absolute;
	left: 10px;
	top: 0;
	line-height: 42px;
	font-size: 16px;
	margin-bottom: 0;
	color: #677279;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transform-origin: left top;
	transform-origin: left top;
	transition: transform 0.2s ease-in-out;
	pointer-events: none;
}
.errors {
	color: #f00;
	margin-bottom: 10px;
}
.site_account_inner form .form__input-wrapper .form__field {
	display: block;
	padding: 14px 10px 3px;
	border-radius: var(--radius-sm);
	border: 1px solid #d4d6d8;
	width: 100%;
	line-height: normal;
	height: 44px;
	color: var(--color-fg);
	background:#fff;
	-webkit-appearance: none;
	resize: none;
	font-size: 17px;
	outline: none;
	box-shadow: 0 1px rgb(212 214 216 / 25%) inset;
	transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
}
.site_account_inner form .form__input-wrapper .form__field:focus + .form__floating-label, .site_account .site_account_panel_list .site_account_inner form .form__input-wrapper .form__field.is-filled + .form__floating-label {
	-webkit-transform: translateY(-6px) scale(0.8);
	transform: translateY(-6px) scale(0.8);
}
.site_account_inner form .form__submit {
	width: 100%;
	outline: none;
	padding: 0px 28px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	font-family: var(--font-display);
	border-radius: var(--radius-pill);
}
.site_account_inner .site_account_secondary-action {
	margin-top: 16px;
	font-size: 16px;
}
.site_account_inner .site_account_secondary-action > p, .site_login p {
	margin-bottom: 4px;
}
.site_account_inner .site_account_secondary-action > p .link, .site_login p a {
	color: var(--ggg-active-orange);
	transition: color 0.2s ease-in-out;
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
	outline: none;
}
.site_account .site_account_panel_list {
	position: relative;
	height: 100%;
	overflow: hidden;
	transition: height 0.2s ease-in-out;
}
.site_account .site_account_panel_list .site_account_panel {
	width: 100%;visibility: hidden;
	transition: visibility 500ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
	transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1), visibility 500ms cubic-bezier(0.23, 1, 0.32, 1);
}
.site_account .site_account_panel_list .site_account_panel.site_account_default.is-selected{-webkit-transform: translateX(0);	transform: translateX(0);}
.site_account .site_account_panel_list .site_account_panel.site_account_sliding.is-selected{-webkit-transform: translateX(0);	transform: translateX(0);}
.site_account .site_account_panel_list .site_account_panel.site_account_default{-webkit-transform: translateX(-100%);	transform: translateX(-100%);}
.site_account .site_account_panel_list .site_account_panel.site_account_sliding{
	position: absolute;top: 0;left: 0;
	-webkit-transform: translateX(100%);	transform: translateX(100%);
}
.show-action .header-action_dropdown .site_account_panel.is-selected{	visibility: visible;}
@media (min-width: 992px) {
	.site-header-search .header-action_dropdown{ width: 400px;}
	.site-header-account .header-action_dropdown{width:340px;}
}
/*---- Thông tin ----*/

.site-header .top-panel {
	font-size: 18px; /* Shopee Display +4px */
	background-color: var(--ggg-active-orange);
	padding: 12px 0;
}
.site-header .top-panel-wrap { text-align: center; }
.site-header .top-panel-wrap .top-panel-message {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #ffffff; 
	text-align: left;
}
.site-header .top-panel-wrap .top-panel-message em {
	font-weight: 700;
	color: #ffffff;
	margin-right: 4px;
	font-style: normal;
}
.site-header .top-panel-wrap .top-panel-message a:hover em { text-decoration: underline; }

/*---- Top menu + Dang ky/Dang nhap ----*/
.site-header .top-panel-wrap .dropdown-top-menu {
	position: relative;
	z-index: 99;
	display: inline-block;
	padding: 3px 0;
}
.site-header .top-panel-wrap .dropdown-top-menu .top-panel-menu {
	float: none;
	padding: 0;
}
.site-header .top-panel-wrap .dropdown-top-menu .top-panel-menu-list { padding: 3px 0; }
.site-header .top-panel-wrap .dropdown-top-menu .top-panel-menu-list li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 10px;
	font-size: 18px; /* Shopee Display +4px */
	line-height: 24px;
}
.site-header .top-panel-wrap .dropdown-top-menu .top-panel-menu-list li a,
.site-header .top-panel-wrap .top-my-account span { 
	color: var(--color-fg);  
	transition: .3s all ease;
}
.site-header .top-panel-wrap .top-panel-message em { color: var(--color-fg); }
.site-header .top-panel-wrap .top-account { display: inline-block; }
.site-header .top-panel-wrap .dropdown-top-menu .top-panel-menu-list li a:hover,
.site-header .top-panel-wrap .top-my-account span:hover { 
	color: var(--ggg-active-orange); 
}
.widget-search form input[type="text"] {
	background-color: #f4f4f4 !important;
}
.widget-search form input[type="text"]::placeholder {
	color: var(--color-fg-muted);
	opacity: 1;
}

/*---- Search ----*/
.search-mobile {display: none}
.search-switcher-block {	text-align: right; }
.search-switcher-block .site-search {
	max-width: 360px;
	display: inline-block;
}
.widget-search {	position: relative; }
.widget-search form {	position: relative; }
.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.widget-search form input[type="text"] {
	width: 100%;
	background-color: transparent;
	font-size: 18px;
	line-height: 28px;
	padding: 3px;
	padding-right: 44px;
	border: none;
	font-style: normal;
	box-sizing: border-box;
	color: var(--color-fg);
}
.widget-search form button {
	position: absolute;
	width: 25px;
	top: 4px;
	right: 0;
	bottom: 2px;
	color: var(--color-fg);
	border: none;
	background: transparent;
	padding: 0;
	z-index: 2;
	line-height: 1;
	text-align: center;
	transition: all ease 0.3s;
}
.widget-search form button:hover {color: var(--ggg-active-orange);}
.widget-search form button i {
	font-size: 22px;
	line-height: 15px;
	width: auto;
	height: auto;
}

/*---- Social icon header ----*/
.header-container {
	background-color: #fff;
	padding:16px 0;
}

.site-header .header-container-wrap .social-list {
	float: none;
	text-align: left;
	margin-right: 0;
	margin-left: 0;
	flex: 1 1 100%;
	align-self: auto;
	order: 1;
}
.site-header .header-container-wrap .social-list {
	text-align: left;
	padding: 30px 0 0 0;
}

/*---- Logo header ----*/
.site-header .header-container .logo-brand .site-logo { text-align: center; }
/*---- Cart header ----*/
.site-header-cart, .cart-mobile {
	display: inline-block;
	position: relative;
}
.site-header-cart .ajax_cart_quantity, .cart-mobile .ajax_cart_quantity{
	position:absolute;
	background: var(--ggg-active-orange);
	color: #fff !important;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	left: 10px;
	top: -10px;
	padding: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 50%;
}
.site-header .header-container-wrap .site-header-cart .cart-contents {
	display: inline-block;
	cursor: pointer;
}
.site-header .header-container-wrap .site-header-cart .cart-contents .count {
	font-size: 18px;
	line-height: 26px;
}
.site-header-cart .content{
	display: none;
	margin-top: 0px;
	position: absolute;
	right: -15px;
	left: auto;
	top: calc(100% + 15px);
	width: 360px;
	text-align: left;
	z-index: 9999;
	border: solid 1px #dfe3e8;
	background: #fff;
	box-shadow: var(--shadow-md);
	border-radius: var(--radius-md);
}
.site-header-cart .content:after{
	content:'';
	position: absolute;
	height:20px;
	width:100%;
	bottom:100%;
}
header .site-header-cart:hover .content {
	display: block;
	animation-duration: 340ms;
	animation-delay: 100ms;
	animation-fill-mode: both;
	animation-name: animation_dropdown;
	backface-visibility: hidden;
}

.site-header-cart .cart_content h4.cart-title {
	padding: 37px 15px 19px;
	font-size: 18px; /* Malinton +2px */
	line-height: 22px;
	color: var(--color-fg);
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	margin:0;
	font-family: var(--font-display);
}
.cart_content .cart-list{
	overflow: auto;
	max-height: 255px;
	padding: 0 10px 0 12px;
	position: relative;
}
.cart-list .item-cart {
	padding:12px 14px;
	background:#f9f9f9;
	margin-bottom:9px;
	border-radius: var(--radius-sm);
}
.item-cart .nav-bar-item {
	display:flex;
	align-items:center;
}
.item-cart .image-cart {
	flex:0 0 50px;
	width:50px;
}
.item-cart .text_cart {
	flex:1;
	padding:0 14px 0 11px;
}
.text_cart h4{
	margin-bottom: 10px;
	font-weight:400;
	font-size: 18px; /* Shopee Display +4px */
	padding:0;
}
.nav-bar-item .remove_link {
	flex:0 0 16px;
	width:16px;
}
.text_cart span.variant {font-size: 13px;display:none;}
.item-cart .text_cart .new-price{
	font-weight:bold;
	color: var(--ggg-active-orange);
	font-size: 18px;
}
.text-mini-cart {
	padding: 15px 20px;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	display:none;
}
.cart_block_total {
	color: var(--ggg-active-orange);
	text-transform: none;
	font-size: 18px;
}
.cart-check-mini {
	padding: 30px 6px 7px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cart-check-mini a{
	flex:0 0 calc(50% - 6px);
	width:calc(50% - 6px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0;
	font-weight:bold;
	font-size:18px; /* Malinton +2px */
	height:50px;
	color:#fff !important;
	background: var(--ggg-cobalt-core) !important;
	border-radius: var(--radius-pill);
	font-family: var(--font-display);
}
.cart-check-mini a:hover {
	background: var(--ggg-energetic-blue) !important;
	color: #fff !important;
}

/*----- Header mobile ------*/
.mobile-menu-icon-wrapper {display: none;}
.top-menu {
	float: left;
	width: 35px;
	height: 35px;
	border: 1px solid #eaeaea;
	position: relative;
	cursor: pointer;
	left: 15px;
}
.top-menu:before {
	content: "\f007";
	font-family: FontAwesome;
	display: block;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	color:#fff;
}
.top-menu .top-menu-container {
	transition: all 0.3s ease;
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 15px;
	min-width: 240px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.3);
	position: absolute;
	z-index: 1111;
	left: 0;
	top: 130%;
	opacity: 0;
	visibility: hidden;
	text-align: left;
}
.top-menu .top-menu-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.top-menu .top-menu-container ul li a {
	line-height: 30px;
	display: block;
	border-bottom: 1px solid #eaeaea;
	padding-left: 7px;
	color: #252525;
	font-size: 18px;
}
.top-menu:hover {
	color: var(--ggg-active-orange);
}
.top-menu:hover .top-menu-container {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.cart-mobile {
	display: inline-block; 
	float: right; 
	margin: 0;
	padding: 13px 0 13px 40px;
	background-position: 0px 5px;
}
.relative{position:relative;}
.wpo-wrapper-search {
	padding: 10px 15px;
	position: relative;
}
.wpo-wrapper-search form{position: relative;}
.wpo-wrapper-search form input{
	width:100%;
	background: #fff;
	border: 1px solid #ececec;
	padding: 10px 40px 10px 15px;
	height:44px;
	font-size: 16px;
	border-radius: var(--radius-pill);
}
.wpo-wrapper-search form button{
	position:absolute;
	top:0;
	right:0;
	width:40px;
	height:40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border:0;
	background:transparent;
}
/*---- Menu ----*/
body.open-menu{overflow: hidden;}
.menu-nav-mobile-close, .overlay-mb {
	position: fixed;
	width: 100%;
	height: 100vh;
	right: 0;
	top: 0;
	background-color: rgba(31,29,29,.4);
	z-index: 888888;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	opacity: 0;
	visibility: hidden;
}
.menu-nav-mobile-click-close {
	position:absolute;
	top:14px;
	right:8px;
	width:30px;
	height:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.open-cart .cart-mobile-close, .open-menu .menu-nav-mobile-close{
	opacity: 1;
	visibility: visible;
}
#mmenu {
	width: 85%;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: -100%;
	height: 100vh;
	background: #fff;
	transition: all .5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	overflow-y: auto;
}
#mmenu.active {left: 0;}
#mmenu > .title {
	padding: 10px;
	height: 52px;
	line-height: 31px;
	border-bottom: 1px solid #eee;
	font-weight: 700;
	background: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-family: var(--font-display);
}
#header-nav-mobile {
	background: #fff;
	position: relative;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
#header-nav-mobile li {
	padding-left: 16px;
	display: flex;
	height: 50px;
	align-items: center;
	border-bottom: 1px solid #ccc;
}
#header-nav-mobile li.mb-logo {
	height: 60px;
}
#header-nav-mobile li.mb-logo img{height:34px;}
#header-nav-mobile li a {
	font-size: 18px; /* Shopee Display +4px */
	color: var(--color-fg);
	width: calc(100% - 45px);
	text-transform: uppercase;
}
#header-nav-mobile li.back {
	color: var(--color-fg);
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
}
#header-nav-mobile li.back i {
	font-size: 20px;
	margin-right: 12px;
}
#header-nav-mobile li.title {
	margin-left: 0;
	background: #ecedef;
	padding-left: 16px;
	font-size: 16px;
}
#header-nav-mobile li.has-child span.icon-sub {
	font-size: 20px;
	width: 45px;
	text-align: center;
	cursor: pointer;
	color: var(--color-fg);
}
#header-nav-mobile li a svg {
	fill: #6f6f6f;
	width: 24px;
	height: 19px;
	margin-right: 6px;
	position: relative;
	top: 5px;
}
#header-nav-mobile li>ul {
	position: absolute;
	width: 100%;
	top: 0;
	right: -100%;
	background: #fff;
	height: 100%;
	padding: 0;
	transition: all 0.5s ease;
}
#header-nav-mobile li.active>ul {right: 0;}
.site-header .main-navigation {
	text-align: center;
	padding:0;
}
.site-header .main-navigation ul.menu>li+li {
	margin-right: 0;
}
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	text-transform: uppercase;
	position: relative;
	font-family: var(--font-display);
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
	text-align: left;
}
.main-navigation ul li {
	padding-left: 0;
}
.main-navigation ul li:before {
	display: none;
}
.menu-toggle {
	display: inline-block;
	line-height: 12px;
	padding: 5px;
	margin-bottom: 10px;
}
.main-navigation ul ul {
	position: absolute;
	top: 120%;
	visibility: hidden;
	opacity: 0;
	z-index: 99999;
	transition: 300ms linear;
	transition-property: top,opacity,visibility;
	margin: 30px 0 0 -15.5px;
	background: #fff;
	border-radius: var(--radius-sm);
	box-shadow: var(--shadow-md);
	min-width: 260px;
	width: max-content;
	max-width: none;
	padding: 5px 0;
}
.main-navigation ul li:hover>ul, 
.main-navigation ul li.focus>ul, 
.main-navigation ul li.menu-hover>ul {
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.site-header .main-navigation ul.menu>li:hover>ul, 
.site-header .main-navigation ul.menu>li>ul {
	margin-top: 0px;
}
.main-navigation ul.menu>li>a,
.main-navigation ul.menu>li>a:visited,
.main-navigation ul.menu>li>a:active {
	color: var(--color-fg);
}
.main-navigation ul.menu>li:hover>a,
.main-navigation ul.menu li .current,
.main-navigation ul.menu li ul li a:hover,
.main-navigation ul.menu li ul li ul li a:hover,
.mobilemenu-ul>li a:hover,
.mobilemenu-ul .mobilemenu-submenu li a:hover, 
.mobilemenu-ul>li.mobile-menu-shop a:hover {
	color: var(--ggg-active-orange) !important;
	background: transparent;
}
.main-navigation ul.menu>li>a {
	display: block;
	position: relative;
	transition: all ease 0.3s;
	padding: 5px 15px;
}
.main-navigation ul.menu>li>a, .mobilemenu-ul>li a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px; /* Malinton +2px */
	line-height: 1.5714;
}
.menu-img img{
	max-height:14px;
	margin-right:4px;
}
.site-header.centered .main-navigation ul.menu>li {
	margin: 0 0 0px;
}
.main-navigation ul.menu>li.dropdown>a:after {
	position: relative;
	top: 0;
	margin-left: 5px;
	content: '\f107';
	font-family: FontAwesome;
	font-weight: 400;
	font-size: 16px;
	line-height: inherit;
}
.main-navigation ul ul a {
	width: 100%;
	text-align: left;
	padding: 10px;
	position: relative;
	font-size: 17px;
	color: var(--color-fg);
}
.main-navigation ul ul li a {
	text-transform: uppercase;
}
.main-navigation ul ul li {
	border-top: 1px solid rgba(0,0,0,0.1);
}
.main-navigation ul ul li:first-child {
	border-top: none;
}
.main-navigation ul ul>li:first-child>a {
	border-top: none;
}
.main-navigation ul ul li ul.sub-menu {
	margin-top: 0;
	margin-left: 1px;
	left: 100%;
	top: 20%;
}
.main-navigation ul ul li:hover>ul, 
.main-navigation ul ul li.focus>ul, 
.main-navigation ul ul li.menu-hover>ul {
	top: -22px;
	left: 100%;
}

/*----- Menu Mobile -----*/
#menu-gadget {
	display: none;
}

#menu-icon {
	cursor: pointer;
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
	padding: 0;
	color: var(--color-fg);
	background: #fff;
}

#menu-gadget .menu {
	display: none;
	padding: 0px;
	margin: 0px;
}
#menu-gadget .menu li { 
	position: relative;
	list-style-type:none;
	background-color:#232222;
}
#menu-gadget .menu li a {
	display: inline-block;
	color: #fff;  
	border-bottom:1px solid #555;
}
#menu-gadget .menu  li {
	padding: 0;
}
#menu-gadget .menu  li > a {
	padding: 10px 15px; 
	display: block;
}
#menu-gadget .menu  li li  a {
	padding: 10px 15px 10px 45px; 
	font-size:16px;
	display: block;
}
#menu-gadget .menu  li li li a {
	padding: 10px 15px 10px 35px; 
	display: block;
}
#menu-gadget .menu li a:hover { 
	color: var(--ggg-active-orange); 
}
#menu-gadget .menu li li {
	font-size: 16px;
}
#menu-gadget .menu li li.last { 
	padding-bottom: 0 !important;  
}
#menu-gadget .menu li i {
	position: absolute;
	display: block;
	top: 2px;
	right: 0;
	height: 24px;
	width: 24px;
}
#menu-gadget .menu  li  i {
	top: 8px;
	font-size:21px;
	padding:0 20px;
	right:5px
}
#menu-gadget .menu  li i.fa-angle-up:before {
	content:'\f106' !important
}
#menu-gadget .menu li i:hover { 
	cursor: pointer; 
}
#menu-gadget .menu li i.opened { 
	background-position: center 7px; 
}
#menu-gadget .menu ul {  
	width: auto;  
	padding: 0px 0px;  
	display: none;  
}
#menu-gadget .menu  li.active > a > span {
	color: inherit;
}
#menu-gadget .menu  li.active > a,
#menu-gadget .menu  li:hover > a {
	color: #fff;
	background: #4a4a4a; 
}
#menu-gadget .menu li li.active > a,
#menu-gadget .menu li li a:hover {
	color: #ccc;
}

/*----------------------------------------------------------------------------------
SLIDER
----------------------------------------------------------------------------------*/
#slideshow {margin-top: -1px}
.video-wrapper_item {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	display: block;
}
.video-wrapper_item iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
#owl-home-main-slider .owl-item .item.item-banner img {
	position: static !important;
	height: 100% !important;
	width: 100%;
}
#slideshow .slider-container {
	overflow: hidden;
	background-color: #ffffff
}
.slider-container {
	margin: 0px;
	background-color: transparent;
	position: relative;
	width: 100%
}
.opla-cosmetic-slide img {
	position: absolute;
	top: 0px;
	left: 0px;
	max-width: none
}
.opla-cosmetic-slide a.nivo-imageLink {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
	background: white;
	opacity: 0
}
.opla-cosmetic-caption { display: none }
.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important
}
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0
}
.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden
}
.nivo-box img {
	display: block
}
.nivo-caption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 8;
	display: none;
	top: 35%
}
.slide-caption {
	position: absolute;
	margin: 0px auto;
	width: 100%;
	left: 0px;
	right: 0px;
	z-index: 9;
	text-align: center
}
@media screen and (min-width: 991px) {
	.slide-caption {
		width:950px
	}
}
.slide-caption .text_first {
	font-size: 26px; /* Malinton +2px */
	font-weight: 300;
	color: var(--ggg-active-orange);
	margin: 0px 10px 40px;
	text-transform: capitalize;
	letter-spacing: 0.75px;
	padding: 0px;
}
.slide-caption h3 {
	font-weight: 700;
	font-size: 42px; /* Malinton +2px */
	text-transform: uppercase;
	color: #ffffff;
	padding: 10px 0;
	letter-spacing: 4px;
	line-height: 44px;
	font-family: var(--font-display);
}
@media screen and (max-width: 767px) {
	.slide-caption h3 {
		display:none
	}
}
.slide-caption p {
	color: #ffffff;
	font-size: 22px; /* Shopee Display +4px */
	margin: 0px 10px;
	padding: 10px 0px;
	font-weight: 300;
	position: relative
}
.slide-caption p:before {
	content: "";
	width: 115px;
	height: 1px;
	background-color: #c2c2c2;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -20px
}
@media screen and (max-width: 991px) {
	.slide-caption p {
		display:none
	}
}
.slide-caption p .price-slideshow {
	font-weight: 700;
	font-size: 26px;
	margin-top: 15px;
	display: inline-block
}
.slide-caption .btn {
	font-size: 16px; /* Malinton +2px */
	margin: 20px 10px 10px;
	padding: 0 20px;
	height: 48px;
	line-height: 48px;
	text-transform: uppercase;
	min-width: 150px;
	border-radius: var(--radius-pill);
	transition: all 0.3s ease;
	font-family: var(--font-display);
}
@media screen and (min-width: 991px) {
	.slide-caption .btn {
		margin-top:60px;
		padding: 0 40px;
		height: 58px;
		line-height: 58px;
		min-width: 192px
	}
}
@media screen and (max-width: 767px) {
	.slide-caption .btn {
		display:none
	}
}
.slide-caption .btn-slide {
	background: rgba(0,0,0,0);
	border: 2px solid #ffffff;
	color: #FFFFFF
}
.slide-caption .btn-slide:hover,.slide-caption .btn-slide:focus {
	background: var(--color-fg);
	border-color: var(--color-fg);
	color: #ffffff
}
.slide-caption .btn-slide-2 {
	background: var(--color-fg);
	border: 2px solid var(--color-fg);
	color: #FFFFFF
}
.slide-caption .btn-slide-2:hover,.slide-caption .btn-slide-2:focus {
	background: rgba(0,0,0,0);
	border-color: #ffffff;
	color: #ffffff
}
.caption_1 {
	top: 0px;
	left: auto;
	right: 0px
}
.caption_2 {
	top: 0px;
	left: 0px;
	right: auto
}
.caption_3 {
	top: 0px;
	left: 0;
	right: 0px
}
.nivo-controlNav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 10
}
.nivo-controlNav .nivo-control {
	position: relative;
	background-color: #555555;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	width: 10px;
	height: 10px;
	cursor: pointer;
	margin: 0px 5px;
	transition: all 0.3s ease
}
.nivo-controlNav .nivo-control.active {
	transform: scale(1.5);
}
.nivo-directionNav a {
	position: absolute;
	top: 50%;
	margin: -30px 0px 0px 0px;
	display: block;
	cursor: pointer;
	font-size: 0px;
	z-index: 10;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: var(--color-fg);
	transition: all 0.35s ease;
	color: #fff;
	opacity: 0;
	border-radius: 50%;
}
.slider-container:hover .nivo-directionNav a {
	opacity: 1;
}
.nivo-directionNav a:before {
	font-family: "FontAwesome";
	font-size: 16px;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	line-height: 40px;
	text-align: center
}
.nivo-directionNav a:hover {background-color: var(--ggg-active-orange); }
.nivo-directionNav a.nivo-prevNav {left: 10px}
.nivo-directionNav a.nivo-prevNav:before {content: "\f104"}
.nivo-directionNav a.nivo-nextNav {
	right: 10px;
	left: auto
}
.nivo-directionNav a.nivo-nextNav:before {
	content: "\f105";
	font-family: "FontAwesome"
}
.caption-fullwidth.container {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	z-index: 9
}
#slideshow .box-btn button {
	font-size: 16px; /* Malinton +2px */
	background: var(--ggg-active-orange);
	padding: 16px 24px;
	border-width: 0px;
	line-height: 16px;
	margin-top: 50px;
	border-radius: var(--radius-pill);
	font-family: var(--font-display);
}
#slideshow .box-btn button:hover {color: #fff; background: var(--ggg-solar-orange);}
#slideshow .box-btn button a, #slideshow .box-btn button a:hover {color: #fff;}
/*-------------------*/
.home .site-content {
	padding-top: 35px;
}
.page h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
	margin-top: 0;
}
.page h3 {
	margin-bottom: 12px;
	text-transform: uppercase;
}
.site-content {
	width: 100%!important;
	padding: 0px;
}

/*----- Heading, Title -----*/
.page h4 {	margin-bottom: 31px; }
.widget .widget-title, .widget h1{
	font-size: 26px; /* Tăng từ 24px lên 26px (+2px Malinton) */
	line-height:1.25;
	text-transform: uppercase;
	margin: 0 0 22px 0;
	color: var(--color-fg);
	font-weight: bold;
	font-family: var(--font-display);
}
.widget .widget-title a{
	color: var(--color-fg);
	text-decoration:none;
}
a.view-more{
	font-size: 16px; /* Malinton +2px */
	color: var(--ggg-active-orange);
	text-decoration: none;
	font-family: var(--font-display);
	font-weight: 700;
}
a.view-more:hover{text-decoration: none;color: var(--color-fg);}
a.view-more span{margin-right:5px;}

/*--------------------------------------------------------------------------------
Collection banner
--------------------------------------------------------------------------------*/
.categories-image {
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
}
.categories-image h4 {
	text-align: center;
	padding-bottom: 15px;
	padding-top: 21px;
	margin-bottom: 40px!important;
	position: relative;
	font-size: 22px;
	font-family: var(--font-display);
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.categories-image .swiper-container {
	overflow: visible;
	padding-bottom: 15px;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
}
.product-category {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.site-content .tm-categories-carousel-widget-container .categories-slide, .site-content .product-category {
	padding-bottom: 0px;
	margin-bottom: 0;
}
.swiper-container .swiper-wrapper .product-category {
	text-align: center;
	margin-top: 0;
}
.categories-carousel .categories-slide>a {
	display: block;
	position: relative;
}
.product-category img {
	height: auto;
	max-width: 100%;
}
.categories-carousel .categories-slide>a img {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
}

.site-content .categories-container .categories-slide>a img, .site-content div.product-category>a img {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
}
.categories-container .categories-slide>a h3, div.product-category>a h3 {
	font-weight: 700;
	font-size: 37px; /* Malinton +2px */
	line-height: 1.18;
	letter-spacing: 0px;
	text-align: inherit;
	color: var(--color-fg);
	font-family: var(--font-display);
}
.site-content .categories-container .categories-slide>a h3, .site-content div.product-category>a h3 {
	position: absolute;
	z-index: 2;
	top: 28px;
	left: 15px;
	max-width: 100%;
	transition: 0.5s ease all;
	transform: translateY(0);
	text-align: left;
	text-transform: none;
	color: var(--ggg-energetic-blue);
	font-weight: bold;
}

.site-content .categories-container .categories-slide>a:hover h3, .site-content div.product-category>a:hover h3 {
	left: 30px;
}

.widget-area .widget .product-categories-thumbnail div .title_count, .categories-container .categories-slide>a h3 mark, .products .product-category>a h3 mark {
	font-weight: 300;
	color: var(--color-fg-muted);
}
.site-content .categories-container .categories-slide>a h3 mark.count, .site-content div.product-category>a h3 mark.count {
	font-style: normal;
	transition: 0.5s ease all;
	background: none;
	font-size: 16px; /* Shopee Display +4px */
	visibility: visible;
	opacity: 1;
	height: 22px;
	padding: 0;
	text-transform: none;
	display: block;
	margin-top: 8px;
	color: var(--ggg-energetic-blue);
	font-weight: bold;
}
.site-content .categories-container .categories-slide>a:hover h3 mark.count, .site-content div.product-category>a:hover h3 mark.count {
	visibility: visible;
	opacity: 1;
	height: 22px;
	margin-left: 10px;
}
.categories-image{margin-bottom:35px;}
.item-cate a{display:block;}
.item-cate a .img{
	border:2px solid var(--ggg-active-orange);
	border-radius:50%;
	padding-bottom:calc(100% - 4px);
	position:relative;
	margin-bottom:12px;
}
.item-cate a .img img{
	border-radius:50%;
	position:absolute;
	left:10px;
	top:10px;
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	object-fit:cover;
}
.item-cate a:hover .title-16{color: var(--ggg-active-orange);}
.item-cate a span{
	display:block;
	font-size: 18px; /* Shopee Display +4px */
	line-height: 22px;
	color: var(--color-fg);
	opacity: 0.8;
}
/*----- CAROUSEL -----*/
.owl-carousel.owl-theme .owl-nav button{
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	display:flex;
	align-items:center;
	justify-content:center;
	width: 34px;
	height: 34px;
	cursor: pointer;
	border-radius: 50%;
}
.owl-carousel.owl-theme .owl-nav button i{font-size:22px;}
.owl-carousel.owl-theme .owl-nav button.owl-prev{left:-30px;background: #f0f0ee;}
.owl-carousel.owl-theme .owl-nav button.owl-next{right:-30px;background: #f0f0ee;}
.owl-carousel.owl-theme .owl-nav button:hover {background: var(--ggg-active-orange) !important;color:#fff !important;}

/*-------------------------------------------------------------------
PRODUCT HOME 1 
-------------------------------------------------------------------*/
.product-home-1, .product-home-2{margin-bottom:35px;}
.product-home-1 .widget-title{margin-bottom:34px;}
.product-home-2 .widget-title{margin-bottom:0;}
.product-home-2 .home-title{margin-bottom:27px;}
.product-item{margin-bottom:35px;}
.product-item .product-img {
	position: relative;
}
.product-item .product-img .gallery-img {
	position: relative;
	overflow: hidden;
	background-clip: padding-box;
	border-radius: var(--radius-lg);
}
.product-img .img-frame {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	pointer-events: none;
}
.product-img .img-frame img{width:auto;height:40px;}
.product-item .product-img .gallery-img .gallery {
	display: block;
	position: relative;
	text-align: center;
	background: #fff;
}
.product-item .product-img .gallery-img img {
	max-width: 100%;
	height: auto;
}
.product-item .product-img .gallery-img .gallery:after {
	display: block;
	content: '';
	clear: left;
}
.product-item span.onsale, .product-sale span.onsale, .product-item span.custom-badge {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	position: absolute;
	text-transform: uppercase;
	top: 10px;
	padding: 0 15px;
	background: var(--ggg-active-orange);
	color: #fff !important;
	pointer-events: none;
	z-index: 2;
	border-radius: var(--radius-pill);
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 14px; /* Malinton +2px */
}
.product-item span.onsale, .product-sale span.onsale {
	right: 10px;
	height: 34px;
	line-height: 34px;
	width: auto;
	background: var(--ggg-active-orange);
	color: #fff !important;
	font-size: 15px;
	padding: 0 12px;
	text-align: center;
}
.product-item .additional-buttons {
	padding: 12px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: 0;
	background: rgba(255, 255, 255, 0.85);
	transition: all 0.3s ease-in-out;
	transform: translate3d(0, 60px, 0);
	z-index: 1;
}
.product-item:hover .additional-buttons {
	opacity: 1;
	transform: translate3d(0px, 0, 0);
}
.product-item .product-description {
	margin: 0;
	padding: 16px 0 0 0;
	position: relative;
	background: #fff;
	z-index: 2;
}
.product-item .product-description h3 {
	padding: 0;
	margin: 0 0 10px;
}
.product-item .product-description h3 a {
	color: var(--color-fg);
	font-size: 18px; /* Tăng từ 14px lên 18px (+4px Shopee Display) */
	font-weight: 500;
	line-height: 24px;
	min-height: 48px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: var(--font-body);
}
.product-item .product-description h3 a:hover { color: var(--ggg-active-orange);}
.star-on-png, .star-off-png, .star-half-png{
	font-family:inherit !important;
	display:inline-block;
	width:15px;
	height:15px;
}
.product-item .product-description .haravan-product-reviews-badge{
	margin:0 0 4px;
	display: flex;
	font-size: 16px; /* Tăng từ 12px lên 16px (+4px Shopee Display) */
	color: var(--ggg-active-orange);
}
.product-item .product-description .haravan-product-reviews-badge > span , .product-item .product-description .haravan-product-reviews-badge > p{
	margin-left:4px;
}
.product-item .product-description .price .old-price {
	display: block;
	font-size: 16px; /* Shopee Display +4px */
	color: var(--color-fg-subtle);
	margin: 0 10px 0 0;
	font-weight:400;
	text-decoration: line-through;
}
.product-item .product-description .price .price-new {
	display: block;
	color: var(--color-fg);
	font-size: 20px; /* Tăng từ 18px lên 20px (+2px Malinton) */
	font-weight: bold;
	font-family: var(--font-display);
}

/*----- BUTTON CHUNG -----*/
.button {
	display: inline-block;
	padding: 12px 28px;
	cursor: pointer;
	background: var(--ggg-active-orange);
	border: 1px solid var(--ggg-active-orange);
	text-decoration: none;
	border-radius: var(--radius-pill);
	color: #fff !important;
	font-family: var(--font-display);
	font-weight: 800;
	font-size: 16px; /* Tăng từ 14px lên 16px (+2px Malinton) */
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.button:hover {
	color: #fff !important;
	background: var(--ggg-solar-orange);
	border-color: var(--ggg-solar-orange);
}
.checkout .button.view-cart, .checkout .button.checkout {
	background: var(--ggg-cobalt-core) !important;
	border: 1px solid var(--ggg-cobalt-core) !important;
	color: #fff !important;
	font-size: 16px;
	border-radius: var(--radius-pill);
}

/*-------------------------------------------------------------------
BANNER HOME
-------------------------------------------------------------------*/
.home-banners{margin-bottom:50px;}
.home-banners .banners-home {
	margin-bottom: 20px;
}
.home-banner {
	text-align: center;
	margin: 0;
}
.home-banners .banners-home a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--radius-lg);
}
.home-banners .banners-home a img {
	transform: scale(1);
	transition: 0.6s ease all;
	z-index: 1;
	display: block;
}
.home-banners .banners-home a:hover img {
	transform: scale(1.03);
}

/*-------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/
.site-footer {	background-color: #fff; color: var(--color-fg);}
.footer-newsletter{
	padding: 14px 0 13px;
	background: #BCD0FF99;
}
.subscribe-input-group {
	width:100%;
	max-width: 500px;
	margin: 0 auto;
}
.subscribe-input-group input{
	flex:0 0 calc(100% - 92px);
	width:calc(100% - 92px);
	font-size:16px; /* Shopee Display +4px */
	color: var(--color-fg);
	background:#fff;
	height:40px;
	border:1px solid #fff;
	padding:7px 12px;
	margin:0;
	border-top-left-radius: var(--radius-pill);
	border-bottom-left-radius: var(--radius-pill);
}
.subscribe-input-group .subscribe-submit {
	flex:0 0 92px;
	width:92px;
	background: var(--ggg-active-orange);
	height:40px;
	line-height:40px;
	border: none;
	color:#fff !important;
	text-transform:uppercase;
	font-weight:700;
	text-align:center;
	border-top-right-radius: var(--radius-pill);
	border-bottom-right-radius: var(--radius-pill);
	font-size: 13px; /* Malinton +2px */
	font-family: var(--font-display);
}
.subscribe-input-group .subscribe-submit:hover {
	background: var(--ggg-solar-orange);
	color: #fff !important;
}

/*--------------------------------------------------------
SCROLL TO TOP (#toTop - Căn giữa 100% & Mũi tên trắng)
--------------------------------------------------------*/
#toTop {
	display: none;
	text-decoration: none !important;
	position: fixed !important;
	bottom: 24px !important;
	right: 20px !important;
	width: 44px !important;
	height: 44px !important;
	border: none !important;
	background: linear-gradient(135deg, #0047AB 0%, #0099FF 100%) !important;
	z-index: 9999 !important;
	border-radius: 50% !important;
	box-shadow: 0 4px 16px rgba(0, 71, 171, 0.35) !important;
	cursor: pointer !important;
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
	padding: 0 !important;
	margin: 0 !important;
}

#toTop span {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
}

#toTop i,
#toTop i.fa,
#toTop i.fa-chevron-up,
#toTop span i {
	color: #ffffff !important;
	font-size: 16px !important;
	line-height: 1 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	transform: translateY(-1px) !important; /* Căn quang học chuẩn xác tâm hình tròn */
}

#toTop:hover {
	background: linear-gradient(135deg, #FF6600 0%, #FF5F1F 100%) !important;
	box-shadow: 0 6px 20px rgba(255, 102, 0, 0.45) !important;
	transform: translateY(-3px) !important;
}

#toTop:hover i,
#toTop:hover span i {
	color: #ffffff !important;
}

/* Update custom */
.container-fluid {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* ============================================================
   G.G.G MASTER OVERRIDES — SIZES UPDATED (+4px Body, +2px Display)
   ============================================================ */

/* Ép font Body toàn trang (Shopee Display +4px) */
body, html, p, span, a, input, button, select, textarea, li, .text_cart, .content-blog {
  font-family: var(--font-body) !important;
  color: var(--color-fg);
}

/* Ép font Display & ALL-CAPS cho toàn bộ tiêu đề (Malinton +2px) */
h1, h2, h3, h4, .widget-title, .widget h1,
.category-section__title, .flash-sale__title, .coupon-section__title,
.bestseller__title, .about__title, .tiktok-header__title, .footer-hero__brand,
.site_account_title, .product-title {
  font-family: var(--font-display) !important;
  letter-spacing: -0.01em;
  color: var(--color-fg);
}

/* Tên sản phẩm trên card lưới (Shopee Display 18px) */
.product-item .product-description h3 a,
.product-name a,
.grid-view-item__title {
  font-family: var(--font-body) !important;
  font-size: 18px !important;
  line-height: 24px !important;
  text-transform: none !important;
}

/* Nhãn phụ & Rating (Shopee Display 16px) */
.product-item .product-description .haravan-product-reviews-badge,
.product-vendor, .product-type, .category-label {
  font-size: 16px !important;
}

/* Giá sản phẩm (Malinton 20px) */
.product-item .product-description .price .price-new,
.product-price {
  font-family: var(--font-display) !important;
  font-size: 20px !important;
}

/* Chuẩn hóa nút bấm toàn trang thành Pill & Font Display (Malinton 16px) */
.button, a.my-btn1, a.my-btn2, .brand-tagline__btn, 
.flash-sale__cta, .bestseller__cta, .about__cta, 
.coupon-card__btn, .home-btn a, .flash-card__hover-btn, 
.bestseller-card__buy-btn, #wrapper-detail .button-product button,
.cat-nav-btn, .flash-nav, .bestseller-nav, .tiktok-nav, .blog-nav {
  font-family: var(--font-display) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

/* Nút CTA Chính sang màu Cam Active + Chữ Trắng */
.flash-sale__cta, .bestseller__cta, a.my-btn1 {
  background-color: var(--ggg-active-orange) !important;
  border-color: var(--ggg-active-orange) !important;
  color: #fff !important;
  border-radius: var(--radius-pill) !important;
}
.flash-sale__cta:hover, .bestseller__cta:hover, a.my-btn1:hover {
  background-color: var(--ggg-solar-orange) !important;
  border-color: var(--ggg-solar-orange) !important;
  color: #fff !important;
}


/* Đổi màu nền Footer sang Cobalt Core chuẩn */
.site-footer,
.site-footer-custom {
  background: linear-gradient(180deg, #0047AB 0%, #002d6e 100%) !important;
}

/* ============================================================
   WHITE TEXT ENFORCEMENT FOR ALL DARK / SATURATED PILLS & BUTTONS
   ============================================================ */

/* 1. Menu Header Highlight Pills (10,000 Skin Stories & Cooling Mask) */
#main-menu > li > a[title*="10,000 Skin Stories"],
#main-menu > li > a[href*="10kskinstories"],
.main-navigation ul.menu > li > a[href*="10kskinstories"],
.main-navigation a[href*="10kskinstories"] {
  background: linear-gradient(135deg, #FF6600 0%, #FF5F1F 100%) !important;
  color: #ffffff !important;
  padding: 8px 18px !important;
  border-radius: 999px !important;
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  box-shadow: 0 4px 14px rgba(255, 102, 0, 0.3) !important;
  display: inline-flex !important;
  align-items: center !important;
}

#main-menu > li > a[title*="10,000 Skin Stories"] *,
#main-menu > li > a[href*="10kskinstories"] *,
.main-navigation a[href*="10kskinstories"] * {
  color: #ffffff !important;
}

#main-menu > li > a[title*="10,000 Skin Stories"]:hover,
#main-menu > li > a[href*="10kskinstories"]:hover,
.main-navigation a[href*="10kskinstories"]:hover {
  background: linear-gradient(135deg, #FF5F1F 0%, #E65100 100%) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(255, 102, 0, 0.45) !important;
  color: #ffffff !important;
}

/* COOLING MASK - Mặc định chữ & icon màu trắng 100% trên nền xanh */
#main-menu > li > a[title*="COOLING MASK"],
#main-menu > li > a[href*="cooling"],
#main-menu > li > a[href*="canva"],
.main-navigation ul.menu > li > a[href*="cooling"],
.main-navigation ul.menu > li > a[href*="canva"],
.main-navigation a[href*="cooling"],
.main-navigation a[href*="canva"] {
  background: linear-gradient(135deg, #0099FF 0%, #0047AB 100%) !important;
  color: #ffffff !important;
  padding: 8px 18px !important;
  border-radius: 999px !important;
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  box-shadow: 0 4px 14px rgba(0, 153, 255, 0.3) !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
}

#main-menu > li > a[title*="COOLING MASK"] *,
#main-menu > li > a[href*="cooling"] *,
#main-menu > li > a[href*="canva"] *,
.main-navigation a[href*="cooling"] *,
.main-navigation a[href*="canva"] * {
  color: #ffffff !important;
}

#main-menu > li:not(.dropdown) > a[title*="COOLING MASK"]:hover,
#main-menu > li:not(.dropdown) > a[href*="cooling"]:hover,
#main-menu > li:not(.dropdown) > a[href*="canva"]:hover {
  background: linear-gradient(135deg, #0047AB 0%, #003380 100%) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(0, 71, 171, 0.45) !important;
  color: #ffffff !important;
}

#main-menu > li > a[href*="canva"]:after,
#main-menu > li > a[href*="cooling"]:after {
  display: none !important;
}

/* 2. Cart Dropdown Buttons (GIỎ HÀNG, THANH TOÁN) */
.cart-check-mini a *,
.cart_content .cart-check-mini a *,
.cart_content .sumary-checkout a *,
.sumary-checkout a * {
  background: transparent !important;
  background-color: transparent !important;
}

/* 3. Coupon, CTA, Flash Sale & Product Buy Buttons */
.coupon-card__btn,
.coupon-card__btn *,
.flash-card__hover-btn,
.flash-card__hover-btn *,
.bestseller-card__buy-btn,
.bestseller-card__buy-btn *,
.home-btn a,
.home-btn a * {
  color: #ffffff !important;
  font-size: 16px !important;
}

/* ==========================================================================
   G.G.G ADVANCED UI/UX COMPONENT STYLES & LAYOUT ENHANCEMENTS
   ========================================================================== */

/* 0. TOPBAR ANNOUNCEMENT BAR & HOME MARQUEE (Ultra-Smooth 60FPS/120FPS Butter Motion) */
.ggg-announcement-bar {
  background: linear-gradient(135deg, #0047AB 0%, #0099FF 100%) !important;
  color: #FFFFFF !important;
  padding: 8.5px 0 !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.03em !important;
  z-index: 1000 !important;
  position: relative !important;
  font-family: var(--font-body, "Shopee Display", sans-serif) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  box-shadow: 0 2px 8px rgba(0, 71, 171, 0.2) !important;
  display: flex !important;
  align-items: center !important;
}

.ggg-announcement-track {
  display: flex !important;
  width: max-content !important;
  animation: gggAnnouncementMarquee 26s linear infinite !important;
  will-change: transform;
}

.ggg-announcement-track:hover {
  animation-play-state: paused !important;
}

.ggg-announcement-content {
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.ggg-announcement-link {
  color: #FFFFFF !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 28px !important;
  transition: opacity 0.2s ease !important;
}

.ggg-announcement-link:hover {
  opacity: 0.92 !important;
  text-decoration: none !important;
}

/* 1. TEXT TRẮNG ĐỔI THÀNH VÀNG KIM */
.ggg-announcement-link b,
.ggg-announcement-link strong,
.ggg-announcement-title {
  color: #FFD300 !important;
  font-weight: 900 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
  letter-spacing: 0.5px !important;
}

/* 2. TEXT ĐEN ĐỔI THÀNH TRẮNG TINH KHIẾT */
.ggg-announcement-link span,
.ggg-announcement-desc,
.ggg-announcement-link {
  color: #FFFFFF !important;
  font-weight: 500 !important;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) !important;
}

@keyframes gggAnnouncementMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* ==========================================================================
   0.1. HOME ORANGE MARQUEE SECTION (G.G.G COSMETICS ✦ TRIỆU DEAL HOT)
   ========================================================================== */
.marquee-section-home,
.section-marquee,
/* ==========================================================================
   0.1. LUXURY SUNSET PROMOTIONAL MARQUEE (G.G.G COSMETICS ✦ TRIỆU DEAL HOT)
   ========================================================================== */
.ggg-promo-marquee,
.marquee-section-home,
.section-marquee,
.home-marquee,
.marquee-wrap,
.marquee-bar,
.ggg-marquee-wrapper {
  overflow: hidden !important;
  white-space: nowrap !important;
  position: relative !important;
  width: 100% !important;
  height: 48px !important;
  max-height: 48px !important;
  background: linear-gradient(90deg, #FF7700 0%, #FF4500 45%, #FF8800 100%) !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  box-shadow: 0 4px 18px rgba(255, 69, 0, 0.25), inset 0 1px 2px rgba(255, 255, 255, 0.2) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
  z-index: 50 !important;
}

/* Ẩn hoàn toàn nếu có thanh chạy lặp thứ 2 hoặc video banner cũ */
.ggg-promo-marquee ~ .ggg-promo-marquee,
.ggg-promo-marquee + .ggg-promo-marquee,
.ggg-promo-marquee .ggg-promo-marquee,
.marquee-section-home video,
.section-marquee video,
.home-marquee video,
.marquee-wrap video,
video.marquee-video,
.marquee-video {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.container-fluid > .ggg-promo-marquee {
  margin-left: -15px !important;
  margin-right: -15px !important;
  width: calc(100% + 30px) !important;
}

.ggg-promo-track,
.ggg-smooth-marquee-track {
  display: flex !important;
  width: max-content !important;
  animation: gggPromoMarquee 26s linear infinite !important;
  will-change: transform;
}

.ggg-promo-track:hover,
.ggg-smooth-marquee-track:hover {
  animation-play-state: paused !important;
}

.ggg-promo-chunk,
.ggg-marquee-chunk {
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.ggg-promo-item {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 0 32px !important;
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  color: #FFFFFF !important;
  letter-spacing: 0.6px !important;
  text-transform: uppercase !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
}

.ggg-promo-item b {
  color: #FFFFFF !important;
  font-weight: 900 !important;
}

.ggg-promo-item .highlight-gold {
  color: #FFD300 !important;
  text-shadow: 0 1px 4px rgba(255, 211, 0, 0.4) !important;
}

.ggg-promo-item .sparkle-gold {
  color: #FFD300 !important;
  font-size: 20px !important;
  text-shadow: 0 0 8px rgba(255, 211, 0, 0.7) !important;
}

.ggg-promo-item .sparkle-cyan {
  color: #38BDF8 !important;
  font-size: 20px !important;
  text-shadow: 0 0 8px rgba(56, 189, 248, 0.7) !important;
}

@keyframes gggPromoMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes gggSmoothMarquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 768px) {
  .ggg-announcement-bar {
    font-size: 11.5px !important;
    padding: 6.5px 0 !important;
  }
  .ggg-announcement-link {
    padding: 0 16px !important;
  }
  .ggg-announcement-track {
    animation-duration: 20s !important;
  }
  .ggg-promo-marquee,
  .marquee-section-home,
  .section-marquee,
  .home-marquee,
  .marquee-wrap {
    padding: 9px 0 !important;
  }
  .ggg-promo-item {
    font-size: 15px !important;
    padding: 0 18px !important;
    gap: 8px !important;
  }
  .ggg-promo-item .sparkle-gold,
  .ggg-promo-item .sparkle-cyan {
    font-size: 16px !important;
  }
  .ggg-promo-track,
  .ggg-smooth-marquee-track {
    animation-duration: 20s !important;
  }
}

/* 1. MOBILE HEADER (LOGO CĂN CHÍNH GIỮA 100%) */
@media (max-width: 991px) {
  .site-header .header-container-wrap {
    position: relative !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  
  .site-header .flex-box {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    position: relative !important;
    min-height: 48px !important;
  }

  .site-header .logo-brand {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 5 !important;
    text-align: center !important;
    width: auto !important;
  }

  .site-header .site-logo-link img {
    max-height: 36px !important;
    width: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }

  #menu-icon {
    position: relative !important;
    z-index: 10 !important;
    font-size: 20px !important;
    color: var(--color-fg) !important;
    padding: 4px 8px 4px 0 !important;
    cursor: pointer !important;
  }

  .site-header .header-action-right {
    position: relative !important;
    z-index: 10 !important;
    margin-left: auto !important;
  }

  .site-header .site-shop {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }
}

/* 2. MOBILE DRAWER MENU (SLIDE-OUT MENU) */
#mmenu {
  background: #ffffff !important;
  box-shadow: 4px 0 25px rgba(0, 0, 0, 0.15) !important;
  font-family: var(--font-body) !important;
  overflow-x: hidden !important;
}

#header-nav-mobile {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  position: relative !important;
  height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: #ffffff !important;
}

#header-nav-mobile li.mb-logo {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 16px 20px !important;
  border-bottom: 1px solid #f0f0f5 !important;
  background: #fafafd !important;
}

#header-nav-mobile li.mb-logo img {
  height: 32px !important;
  width: auto !important;
}

#header-nav-mobile .menu-nav-mobile-click-close {
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: #eeeef5 !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}

#header-nav-mobile .menu-nav-mobile-click-close:hover {
  background: #e2e2ec !important;
}

#header-nav-mobile > li:not(.mb-logo) {
  border-bottom: 1px solid #f3f3f8 !important;
  position: static !important; /* QUAN TRỌNG: Phải là static để .sub-menu absolute trượt full drawer #header-nav-mobile, không bị kẹt trong 50px */
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 52px !important;
  height: auto !important;
}

#header-nav-mobile > li:not(.mb-logo) > a {
  display: flex !important;
  align-items: center !important;
  flex: 1 !important;
  padding: 15px 20px !important;
  font-size: 16px !important; /* Shopee Display +4px */
  font-weight: 600 !important;
  color: var(--color-fg) !important;
  letter-spacing: 0.3px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}

#header-nav-mobile > li:not(.mb-logo) > a:hover,
#header-nav-mobile > li:not(.mb-logo) > a:active {
  background: #f7f7fc !important;
  color: var(--ggg-cobalt-core) !important;
}

#header-nav-mobile li.has-child .icon-sub {
  position: static !important;
  transform: none !important;
  width: 48px !important;
  height: 52px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: var(--color-fg-muted) !important;
  font-size: 15px !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}

#header-nav-mobile li.has-child .icon-sub:hover,
#header-nav-mobile li.has-child .icon-sub:active {
  color: var(--ggg-cobalt-core) !important;
  background: #f0f0f8 !important;
}

#header-nav-mobile .sub-menu,
#header-nav-mobile li > ul {
  position: absolute !important;
  top: 0 !important;
  right: -100% !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  background: #ffffff !important;
  z-index: 100 !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  transition: right 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

#header-nav-mobile li.active > .sub-menu,
#header-nav-mobile li.active > ul {
  right: 0 !important;
}

#header-nav-mobile .sub-menu li {
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid #f6f6fa !important;
  min-height: 50px !important;
  height: auto !important;
  position: static !important;
}

#header-nav-mobile .sub-menu li.back {
  padding: 14px 20px !important;
  background: #f4f4f9 !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  color: var(--ggg-cobalt-core) !important;
  border-bottom: 1px solid #e8e8f0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  cursor: pointer !important;
  width: 100% !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 10 !important;
  text-transform: uppercase !important;
}

#header-nav-mobile .sub-menu li.back i {
  font-size: 16px !important;
}

#header-nav-mobile .sub-menu li:not(.back) a {
  padding: 14px 20px 14px 24px !important;
  font-size: 15px !important;
  color: var(--color-fg) !important;
  font-weight: 600 !important;
  display: block !important;
  width: 100% !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.2px !important;
  transition: background 0.2s ease, color 0.2s ease !important;
}

#header-nav-mobile .sub-menu li:not(.back) a:hover,
#header-nav-mobile .sub-menu li:not(.back) a:active {
  background: #f7f7fc !important;
  color: var(--ggg-cobalt-core) !important;
}

/* 3. LUXURY COMPACT FOOTER */
.site-footer,
.site-footer-custom {
  background: linear-gradient(180deg, #0047AB 0%, #002d6e 100%) !important;
  color: #ffffff !important;
  font-family: var(--font-body) !important;
  padding: 0 !important;
  border: none !important;
}

.site-footer *,
.site-footer-custom * {
  box-sizing: border-box;
}

/* Top menu in footer (Về G.G.G, FAQ, Liên hệ) */
.footer-top-nav,
.site-footer-custom .footer-nav,
.site-footer-custom .nav-footer,
.site-footer .footer-nav {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 20px !important;
  margin-bottom: 8px !important;
}

.footer-top-nav a,
.site-footer-custom .footer-nav a,
.site-footer-custom .nav-footer a,
.site-footer .footer-nav a {
  color: rgba(255, 255, 255, 0.9) !important;
  font-family: var(--font-display) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.footer-top-nav a:hover,
.site-footer-custom .footer-nav a:hover {
  color: #FFD300 !important;
}

/* Footer Hero (Brand & Socials) */
.footer-hero {
  padding: 20px 0 16px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  text-align: center !important;
}

.footer-hero__brand {
  font-family: var(--font-display) !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  letter-spacing: 2px !important;
  color: #ffffff !important;
  margin: 0 0 10px 0 !important;
  line-height: 1.1 !important;
}

.footer-hero__socials {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 !important;
}

.footer-hero__social-link {
  width: 36px !important;
  height: 36px !important;
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.22) !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  backdrop-filter: blur(4px) !important;
  transition: all 0.2s ease !important;
  color: #ffffff !important;
}

.footer-hero__social-link:hover {
  background: rgba(255, 255, 255, 0.3) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
  color: #ffffff !important;
}

.footer-hero__social-link svg,
.footer-hero__social-link i {
  width: 16px !important;
  height: 16px !important;
  font-size: 15px !important;
  color: #ffffff !important;
}

/* Footer Bottom (3 Columns) */
.footer-bottom {
  padding: 20px 0 24px !important;
}

.footer-bottom .container > .row,
.site-footer-custom .container > .row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
}

.footer-bottom__company-name,
.footer-bottom__col-title,
.site-footer-custom h4,
.site-footer-custom .widget-title {
  font-family: var(--font-display) !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.6px !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  line-height: 1.3 !important;
}

.footer-bottom__info,
.footer-bottom__linklist,
.site-footer-custom ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.footer-bottom__info li,
.footer-bottom__info p,
.footer-bottom p,
.footer-bottom span,
.site-footer-custom p,
.site-footer-custom li,
.site-footer-custom span {
  font-family: var(--font-body) !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  margin-bottom: 3px !important;
}

.footer-bottom__linklist li {
  margin-bottom: 4px !important;
}

.footer-bottom__linklist a,
.site-footer-custom .footer-links a,
.site-footer-custom ul li a {
  font-family: var(--font-body) !important;
  font-size: 12.5px !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  text-decoration: none !important;
  transition: all 0.15s ease !important;
  display: inline-block !important;
}

.footer-bottom__linklist a:hover,
.site-footer-custom ul li a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
  transform: translateX(2px) !important;
}

/* Logos: DMCA & Bộ Công Thương */
.footer-bottom__col--logos,
.site-footer-custom .footer-logos {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  align-items: flex-start !important;
}

.footer-bottom__col--logos img,
.site-footer-custom .footer-logos img {
  height: 36px !important;
  width: auto !important;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15)) !important;
  transition: transform 0.2s ease !important;
}

.footer-bottom__col--logos img:hover {
  transform: scale(1.04) !important;
}

@media (max-width: 768px) {
  .footer-hero {
    padding: 16px 0 12px !important;
  }
  .footer-hero__brand {
    font-size: 22px !important;
  }
  .footer-bottom {
    padding: 16px 0 20px !important;
  }
  .footer-bottom .col-xs-12 {
    margin-bottom: 14px !important;
  }
  .footer-bottom__col--logos {
    flex-direction: row !important;
    gap: 12px !important;
    margin-top: 6px !important;
  }
}

/* 4. DESKTOP HEADER & DROPDOWN ALIGNMENT (APPLE STYLE - EXPANDED & SPACIOUS) */
@media (min-width: 992px) {
  .site-header {
    background: #ffffff !important;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.04) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    overflow: visible !important;
  }

  .site-header .container,
  .site-header .header-container-wrap .container {
    width: 100% !important;
    max-width: 1420px !important;
    padding-left: 28px !important;
    padding-right: 28px !important;
    height: 100% !important;
  }

  /* Khóa chiều cao cố định 64px cho Header - Tuyệt đối không phình to khi hover */
  .site-header .header-container-wrap {
    height: 64px !important;
    max-height: 64px !important;
    min-height: 64px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
  }

  .site-header .flex-box {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 24px !important;
    height: 100% !important;
    width: 100% !important;
    overflow: visible !important;
  }

  .site-header .logo-brand .site-logo-link img {
    height: 40px !important;
    width: auto !important;
    transition: transform 0.2s ease !important;
  }

  .site-header .logo-brand .site-logo-link:hover img {
    transform: scale(1.02) !important;
  }

  #main-menu,
  .main-navigation ul.menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    flex-wrap: nowrap !important;
    flex: 1 !important;
    height: 100% !important;
    overflow: visible !important;
  }

  .site-header .header-wrap-icon,
  .site-header .header-action,
  .site-header .action-right {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    height: 100% !important;
  }

  /* Ẩn các menu mục rỗng hoặc icon mũi tên không chữ */
  #main-menu > li:empty,
  #main-menu > li > a:empty,
  .main-navigation ul.menu > li:empty,
  .main-navigation ul.menu > li > a:empty {
    display: none !important;
  }

  #main-menu > li,
  .main-navigation ul.menu > li,
  .site-header .main-navigation ul.menu > li {
    position: relative !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    flex-shrink: 0 !important;
    overflow: visible !important;
  }

  /* KHÓA KÍCH THƯỚC BẤT BIẾN CHO CÁC MỤC MENU (ZERO HORIZONTAL LAYOUT SHIFT) */
  #main-menu > li > a,
  .main-navigation ul.menu > li > a,
  .site-header .main-navigation ul.menu > li > a {
    font-family: var(--font-display, "Shopee Display", sans-serif) !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: var(--color-fg, #1F1D1D) !important;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
    padding: 8px 12px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 8px !important;
    transition: color 0.15s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    line-height: 1.2 !important;
    box-sizing: border-box !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
  }

  /* Trạng thái Hover / Active / Dropdown-Open của menu thường: Chỉ đổi màu chữ, KHÔNG đổi kích thước, KHÔNG thêm background phình to */
  #main-menu > li:hover > a,
  #main-menu > li > a:hover,
  #main-menu > li > a:focus,
  #main-menu > li > a:active,
  #main-menu > li.dropdown:hover > a,
  #main-menu > li.dropdown > a:hover,
  #main-menu > li.active > a,
  #main-menu > li.open > a,
  #main-menu > li.menu-hover > a,
  .main-navigation ul.menu > li:hover > a,
  .main-navigation ul.menu > li > a:hover,
  .main-navigation ul.menu > li > a:focus,
  .main-navigation ul.menu > li.dropdown:hover > a,
  .main-navigation ul.menu > li.dropdown > a:hover,
  .main-navigation ul.menu > li.active > a,
  .site-header .main-navigation ul.menu > li:hover > a,
  .site-header .main-navigation ul.menu > li > a:hover {
    color: var(--ggg-cobalt-core, #0047AB) !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 8px 12px !important;
    margin: 0 !important;
    border: none !important;
    font-weight: 700 !important;
    transform: none !important;
  }

  #main-menu > li.dropdown:hover > a *,
  .main-navigation ul.menu > li.dropdown:hover > a *,
  #main-menu > li:hover > a *,
  .main-navigation ul.menu > li:hover > a * {
    color: var(--ggg-cobalt-core, #0047AB) !important;
  }

  /* Icon mũi tên xổ xuống cho menu dropdown */
  #main-menu > li.dropdown > a:after,
  .main-navigation ul.menu > li.dropdown > a:after,
  .site-header .main-navigation ul.menu > li.dropdown > a:after {
    margin-left: 4px !important;
    font-size: 13px !important;
    line-height: 1 !important;
    display: inline-block !important;
    transition: color 0.15s ease !important;
  }

  /* 2 Pill nổi bật trên Desktop (10,000 Skin Stories & Cooling Mask) */
  #main-menu > li > a[title*="10,000 Skin Stories"],
  #main-menu > li > a[href*="10kskinstories"],
  .main-navigation ul.menu > li > a[href*="10kskinstories"],
  .main-navigation a[href*="10kskinstories"] {
    background: linear-gradient(135deg, #FF6600 0%, #FF5F1F 100%) !important;
    color: #ffffff !important;
    padding: 8px 18px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 14px rgba(255, 102, 0, 0.3) !important;
    font-weight: 800 !important;
    flex-shrink: 0 !important;
  }
  #main-menu > li > a[title*="10,000 Skin Stories"] *,
  #main-menu > li > a[href*="10kskinstories"] *,
  .main-navigation a[href*="10kskinstories"] * {
    color: #ffffff !important;
  }
  #main-menu > li > a[title*="10,000 Skin Stories"]:hover,
  #main-menu > li > a[href*="10kskinstories"]:hover,
  .main-navigation a[href*="10kskinstories"]:hover {
    background: linear-gradient(135deg, #FF5F1F 0%, #E65100 100%) !important;
    color: #ffffff !important;
    padding: 8px 18px !important;
    margin: 0 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 18px rgba(255, 102, 0, 0.45) !important;
  }

  #main-menu > li > a[title*="COOLING MASK"],
  #main-menu > li > a[href*="cooling"],
  #main-menu > li > a[href*="canva"],
  .main-navigation ul.menu > li > a[href*="cooling"],
  .main-navigation ul.menu > li > a[href*="canva"],
  .main-navigation a[href*="cooling"],
  .main-navigation a[href*="canva"] {
    background: linear-gradient(135deg, #0099FF 0%, #0047AB 100%) !important;
    color: #ffffff !important;
    padding: 8px 18px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 4px 14px rgba(0, 153, 255, 0.3) !important;
    font-weight: 800 !important;
    flex-shrink: 0 !important;
  }
  #main-menu > li > a[title*="COOLING MASK"] *,
  #main-menu > li > a[href*="cooling"] *,
  #main-menu > li > a[href*="canva"] *,
  .main-navigation a[href*="cooling"] *,
  .main-navigation a[href*="canva"] * {
    color: #ffffff !important;
  }
  #main-menu > li:not(.dropdown) > a[title*="COOLING MASK"]:hover,
  #main-menu > li:not(.dropdown) > a[href*="cooling"]:hover,
  #main-menu > li:not(.dropdown) > a[href*="canva"]:hover {
    background: linear-gradient(135deg, #0047AB 0%, #003380 100%) !important;
    color: #ffffff !important;
    padding: 8px 18px !important;
    margin: 0 !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 18px rgba(0, 71, 171, 0.45) !important;
  }

  /* SUBMENU DROPDOWN THẢ XUỐNG DƯỚI DẠNG CARD LƠ LỬNG (TÁCH BIỆT HOÀN TOÀN KHỎI LUỒNG HEADER) */
  #main-menu .dropdown-menu,
  #main-menu ul.sub-menu,
  #main-menu > li > ul,
  .main-navigation ul.menu > li > ul,
  .main-navigation ul ul,
  .site-header .main-navigation ul.menu > li:hover > ul,
  .site-header .main-navigation ul.menu > li > ul {
    position: absolute !important;
    top: calc(100% + 4px) !important;
    left: 0 !important;
    margin: 0 !important;
    transform: none !important;
    background: #ffffff !important;
    border-radius: 16px !important;
    border: 1.5px solid #eef2f6 !important;
    box-shadow: 0 16px 40px rgba(0, 71, 171, 0.12), 0 4px 12px rgba(0, 0, 0, 0.04) !important;
    min-width: 270px !important;
    width: max-content !important;
    max-width: none !important;
    padding: 8px !important;
    z-index: 9999 !important;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.2s !important;
    pointer-events: none !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  /* Kích hoạt hiển thị dropdown khi hover */
  #main-menu > li:hover > .dropdown-menu,
  #main-menu > li:hover > ul.sub-menu,
  #main-menu > li:hover > ul,
  .main-navigation ul.menu > li:hover > ul,
  .main-navigation ul.menu > li.dropdown:hover > ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  /* Từng item trong Dropdown Menu */
  #main-menu .dropdown-menu li,
  #main-menu ul.sub-menu li,
  .main-navigation ul ul li {
    list-style: none !important;
    margin: 0 0 2px 0 !important;
    padding: 0 !important;
    border: none !important;
    display: block !important;
    width: 100% !important;
  }

  #main-menu .dropdown-menu li:last-child,
  #main-menu ul.sub-menu li:last-child,
  .main-navigation ul ul li:last-child {
    margin-bottom: 0 !important;
  }

  #main-menu .dropdown-menu li a,
  #main-menu ul.sub-menu li a,
  .main-navigation ul ul li a {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px 16px !important;
    font-family: var(--font-display, "Shopee Display", sans-serif) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
    color: #1e293b !important;
    text-transform: uppercase !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    text-decoration: none !important;
  }

  #main-menu .dropdown-menu li a:hover,
  #main-menu ul.sub-menu li a:hover,
  .main-navigation ul ul li a:hover {
    background: #e0f2fe !important;
    color: var(--ggg-cobalt-core, #0047AB) !important;
    transform: translateX(4px) !important;
    padding-left: 18px !important;
  }

  /* 5. HEADER ACTION ICONS & POPOVERS (CĂN TRÒN 38PX CHUẨN ĐẸP) */
  .site-header .header-action-right,
  .site-header .header-action-right .site-shop,
  .site-header .site-shop,
  .site-header .header-action {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 14px !important;
    margin: 0 0 0 auto !important;
    padding: 0 !important;
    float: right !important;
    position: relative !important;
    z-index: 50 !important;
  }

  .site-header .header-action-search,
  .site-header .header-action-account,
  .site-header .header-action-cart,
  .site-header .cart-contents,
  .site-header-search,
  .site-header-account,
  .site-header-cart {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .site-header .header-action-search > a,
  .site-header .header-action-account > a,
  .site-header .header-action-cart > a,
  .site-header .cart-contents > a,
  .site-header-search > a,
  .site-header-account > a,
  .site-header-cart > a,
  .site-header .cart-contents {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    padding: 0 !important;
    margin: 0 !important;
    color: var(--color-fg) !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    position: relative !important;
  }

  .site-header .header-action-search > a:hover,
  .site-header .header-action-account > a:hover,
  .site-header .header-action-cart > a:hover,
  .site-header .cart-contents:hover,
  .site-header-search > a:hover,
  .site-header-account > a:hover,
  .site-header-cart > a:hover {
    background: #f0f7ff !important;
    border-color: var(--ggg-energetic-blue) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(0, 153, 255, 0.15) !important;
  }

  .site-header .header-action svg,
  .site-header .header-action img,
  .site-header .header-action i,
  .site-header .site-shop svg,
  .site-header .site-shop img,
  .site-header .site-shop i,
  .site-header .cart-contents svg,
  .site-header .cart-contents img,
  .site-header .cart-contents i,
  .site-header-search svg,
  .site-header-account svg,
  .site-header-cart svg {
    width: 18px !important;
    height: 18px !important;
    display: block !important;
    margin: 0 auto !important;
    color: var(--color-fg) !important;
  }

  .site-header .cart-contents .count,
  .site-header .cart-contents .ajax_cart_quantity,
  .site-header .header-action-cart .count,
  .site-header-cart .ajax_cart_quantity {
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    left: auto !important;
    background: linear-gradient(135deg, #FF6600 0%, #FF5F1F 100%) !important;
    color: #ffffff !important;
    min-width: 18px !important;
    height: 18px !important;
    border-radius: 999px !important;
    font-family: var(--font-display) !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 4px !important;
    border: 2px solid #ffffff !important;
    box-shadow: 0 2px 6px rgba(255, 102, 0, 0.35) !important;
    line-height: 1 !important;
    z-index: 10 !important;
  }

  /* Popover Search */
  .site-header [class*="search"] .dropdown-menu,
  .site-header .search-popover,
  .site-header #search-popover,
  .search-popover {
    min-width: 340px !important;
    width: 340px !important;
    padding: 18px 20px !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 16px 40px rgba(0, 71, 171, 0.12) !important;
    box-sizing: border-box !important;
    z-index: 120 !important;
  }

  .site-header [class*="search"] form,
  .site-header .search-popover form,
  .site-header #search-popover form,
  .search-popover form {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  .site-header [class*="search"] input[type="text"],
  .site-header [class*="search"] input[type="search"],
  .site-header .search-popover input,
  .site-header #search-popover input,
  .search-popover input {
    width: 100% !important;
    height: 48px !important;
    padding: 10px 52px 10px 20px !important;
    border-radius: 999px !important;
    border: 1.5px solid #cbd5e1 !important;
    font-family: var(--font-body) !important;
    font-size: 16px !important;
    color: var(--color-fg) !important;
    background: #ffffff !important;
    outline: none !important;
    box-sizing: border-box !important;
    display: block !important;
    float: none !important;
    transition: all 0.2s ease !important;
  }

  .site-header [class*="search"] input:focus,
  .search-popover input:focus {
    border-color: var(--ggg-energetic-blue) !important;
    box-shadow: 0 0 0 4px rgba(0, 153, 255, 0.15) !important;
  }

  .site-header [class*="search"] button,
  .site-header [class*="search"] button[type="submit"],
  .site-header .search-popover button,
  .site-header #search-popover button,
  .search-popover button {
    position: absolute !important;
    right: 5px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #FF6600 0%, #FF5F1F 100%) !important;
    color: #ffffff !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.32) !important;
    cursor: pointer !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 10 !important;
    float: none !important;
    transition: transform 0.2s ease !important;
  }

  .site-header [class*="search"] button:hover,
  .search-popover button:hover {
    transform: translateY(-50%) scale(1.05) !important;
    box-shadow: 0 6px 16px rgba(255, 102, 0, 0.45) !important;
  }

  /* Popover Account */
  .site-header [class*="account"] .dropdown-menu,
  .site-header [class*="user"] .dropdown-menu,
  .site-header .header-action-account .dropdown-menu,
  .site-header .header-action-user .dropdown-menu,
  .site-header .dropdown-account,
  .site-header .user-popup,
  .site-header .customer-dropdown,
  .site-header #account-popover,
  .account-popover,
  .user-popup {
    min-width: 270px !important;
    width: 270px !important;
    max-width: 300px !important;
    padding: 22px !important;
    border-radius: 20px !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 16px 40px rgba(0, 71, 171, 0.12) !important;
    box-sizing: border-box !important;
    display: block !important;
    z-index: 120 !important;
  }

  .site-header [class*="account"] .dropdown-menu .title,
  .site-header [class*="account"] h3,
  .site-header [class*="account"] h4,
  .site-header [class*="user"] h3,
  .site-header [class*="user"] h4,
  .site-header .user-popup .title,
  .account-popover .title {
    font-family: var(--font-display) !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    color: var(--color-fg) !important;
    text-align: center !important;
    padding-bottom: 12px !important;
    margin-bottom: 14px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    width: 100% !important;
    display: block !important;
  }

  .site-header [class*="account"] .dropdown-menu ul,
  .site-header [class*="user"] .dropdown-menu ul,
  .site-header .header-action-account ul,
  .site-header .user-popup ul,
  .account-popover ul {
    display: flex !important;
    flex-direction: column !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    gap: 6px !important;
  }

  .site-header [class*="account"] .dropdown-menu a,
  .site-header [class*="user"] .dropdown-menu a,
  .site-header .header-action-account a,
  .site-header .user-popup a,
  .account-popover a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    font-family: var(--font-body) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: var(--color-fg) !important;
    text-decoration: none !important;
    padding: 10px 14px !important;
    border-radius: 12px !important;
    transition: all 0.2s ease !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .site-header [class*="account"] .dropdown-menu a:hover,
  .site-header [class*="user"] .dropdown-menu a:hover,
  .site-header .header-action-account a:hover,
  .site-header .user-popup a:hover,
  .account-popover a:hover {
    background: #f0f7ff !important;
    color: var(--ggg-cobalt-core) !important;
    transform: translateX(4px) !important;
  }
}

/* 6. BREADCRUMB LUXURY CLEANUP (TRÁNH LỖI XẸT / VÀ MŨI TÊN CHỒNG CHÉO) */
.breadcrumb,
.breadcrumb-wrapper,
.breadcrumb-shop,
#breadcrumb,
.breadcrumb-small,
.breadcrumb-title,
[class*="breadcrumb"] {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 14px 0 24px 0 !important;
  padding: 0 !important;
  list-style: none !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* ẨN TOÀN BỘ CÁC DẤU XẸT '/' VÀ KÝ HIỆU PHÂN CÁCH CŨ HOẶC TEXT NGUYÊN BẢN CỦA HARAVAN */
.breadcrumb > li:before,
.breadcrumb > li:after,
.breadcrumb > li + li:before,
.breadcrumb > li + li:after,
.breadcrumb .delimiter,
.breadcrumb .slash {
  display: none !important;
  content: none !important;
}

.breadcrumb li,
.breadcrumb-shop li {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  list-style: none !important;
}

.breadcrumb a,
.breadcrumb-shop a,
[class*="breadcrumb"] a {
  display: inline-flex !important;
  align-items: center !important;
  padding: 7px 18px !important;
  border-radius: 999px !important;
  background: #f1f5f9 !important;
  border: 1.5px solid #e2e8f0 !important;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #475569 !important;
  text-decoration: none !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  line-height: 1.2 !important;
}

.breadcrumb a:hover,
.breadcrumb-shop a:hover,
[class*="breadcrumb"] a:hover {
  background: var(--ggg-cobalt-core) !important;
  color: #ffffff !important;
  border-color: var(--ggg-cobalt-core) !important;
  transform: translateY(-1px) !important;
}

/* MŨI TÊN CHUYỂN TIẾP Ở GIỮA CÁC MỤC */
.breadcrumb-arrow,
.breadcrumb [class*="arrow"],
.breadcrumb .separator,
.breadcrumb .delimiter {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #94a3b8 !important;
  font-size: 13px !important;
}

/* DUY NHẤT 1 KHUNG VIÊN THUỐC CHO TRANG HIỆN TẠI (TỐI ƯU CẮT GỌN TIÊU ĐỀ DÀI) */
.breadcrumb li.active,
.breadcrumb .active,
.breadcrumb-shop .active,
[class*="breadcrumb"] li.active,
[class*="breadcrumb"] .active {
  display: inline-flex !important;
  align-items: center !important;
  max-width: 420px !important;
  padding: 7px 18px !important;
  border-radius: 999px !important;
  background: #e0f2fe !important;
  border: 1.5px solid #bae6fd !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  vertical-align: middle !important;
}

/* CHỮ BÊN TRONG VIÊN THUỐC KHÔNG ĐƯỢC TẠO KHUNG THỨ HAI */
.breadcrumb li.active span,
.breadcrumb li.active strong,
.breadcrumb li.active *,
.breadcrumb span.active,
.breadcrumb-shop .active span,
.breadcrumb-text,
.breadcrumb strong {
  display: inline-block !important;
  max-width: 100% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  vertical-align: middle !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--ggg-cobalt-core) !important;
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .breadcrumb li.active,
  .breadcrumb .active,
  .breadcrumb-shop .active,
  [class*="breadcrumb"] li.active,
  [class*="breadcrumb"] .active {
    max-width: 200px !important;
  }
}

/* ==========================================================================
   6. CUSTOMER ACCOUNT & ORDERS DASHBOARD (LUXURY REDESIGN & MOBILE OPTIMIZED)
   ========================================================================== */
.layout-account h1,
.layout-account .title-head,
#customer_orders .title,
.account-page h1,
.title-head h1 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  position: relative !important;
  font-family: var(--font-display) !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  color: var(--color-fg) !important;
  margin-bottom: 24px !important;
  padding-bottom: 16px !important;
  border-bottom: 1.5px solid #f1f5f9 !important;
  gap: 12px !important;
}

.layout-account a[href*="logout"],
.layout-account a[href*="thoat"],
#customer_orders a[href*="logout"],
.account-page a[href*="logout"],
.title-head a[href*="logout"],
h1 a[href*="logout"],
h1 a[href*="thoat"],
a[href*="/account/logout"] {
  margin-left: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 7px 18px !important;
  border-radius: 999px !important;
  background: #fff1f2 !important;
  border: 1.5px solid #fecdd3 !important;
  color: #e11d48 !important;
  font-family: var(--font-display) !important;
  font-size: 13.5px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 2px 10px rgba(225, 29, 72, 0.1) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.layout-account a[href*="logout"]:hover,
#customer_orders a[href*="logout"]:hover,
.account-page a[href*="logout"]:hover,
h1 a[href*="logout"]:hover,
a[href*="/account/logout"]:hover {
  background: #e11d48 !important;
  color: #ffffff !important;
  border-color: #e11d48 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 14px rgba(225, 29, 72, 0.25) !important;
}

/* Khung bọc danh sách đơn hàng cuộn mượt không tràn khung */
.layout-account #customer_orders,
#customer_orders,
.customer-orders-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  scrollbar-width: thin !important;
  margin-bottom: 28px !important;
  border-radius: 16px !important;
}

.layout-account table,
#customer_orders table,
.account-table,
.table-account {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border-radius: 16px !important;
  border: 1.5px solid #e2e8f0 !important;
  overflow: hidden !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
  width: 100% !important;
  min-width: 540px !important;
  background: #ffffff !important;
  margin-bottom: 16px !important;
}

.layout-account th,
#customer_orders th,
.account-table th {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
  font-family: var(--font-display) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  color: #005bc5 !important;
  padding: 14px 16px !important;
  border-bottom: 2px solid #e2e8f0 !important;
  white-space: nowrap !important;
  text-align: left !important;
}

.layout-account td,
#customer_orders td,
.account-table td {
  padding: 14px 16px !important;
  font-family: var(--font-body) !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  color: #334155 !important;
  border-bottom: 1px solid #f1f5f9 !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  background: #ffffff !important;
}

.layout-account tr:last-child td,
#customer_orders tr:last-child td {
  border-bottom: none !important;
}

.layout-account tr:hover td,
#customer_orders tr:hover td {
  background: #f8fafc !important;
}

/* Mã đơn hàng dạng Badge Capsule */
.layout-account td a[href*="order"],
.layout-account td a[href*="don-hang"],
.layout-account td:first-child a,
#customer_orders td a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  font-family: 'JetBrains Mono', Consolas, Monaco, monospace !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  color: #005bc5 !important;
  background: #eff6ff !important;
  border: 1px solid #bfdbfe !important;
  padding: 4px 10px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.layout-account td a:hover,
#customer_orders td a:hover {
  background: #005bc5 !important;
  color: #ffffff !important;
  border-color: #005bc5 !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 8px rgba(0, 91, 197, 0.25) !important;
}

/* Badge trạng thái thanh toán & vận chuyển */
.status_paid, .status_authorized, .status_partially_paid,
[class*="status_paid"], [class*="status_authorized"] {
  background: #dcfce7 !important;
  color: #15803d !important;
  border: 1px solid #bbf7d0 !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}

.status_pending, [class*="status_pending"] {
  background: #fef3c7 !important;
  color: #b45309 !important;
  border: 1px solid #fde68a !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}

.status_fulfilled, [class*="status_fulfilled"] {
  background: #e0f2fe !important;
  color: #0369a1 !important;
  border: 1px solid #bae6fd !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}

.status_unfulfilled, [class*="status_unfulfilled"] {
  background: #f1f5f9 !important;
  color: #64748b !important;
  border: 1px solid #cbd5e1 !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}

.status_abandoned, .status_cancelled, [class*="status_abandoned"], [class*="status_cancelled"] {
  background: #fee2e2 !important;
  color: #b91c1c !important;
  border: 1px solid #fca5a5 !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}

.layout-account td .money,
#customer_orders td .money,
.layout-account td:last-child {
  font-weight: 900 !important;
  color: #005bc5 !important;
  font-size: 14px !important;
}

/* Sidebar thông tin tài khoản */
.layout-account #customer_sidebar,
.layout-account .account-sidebar,
#customer_sidebar {
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%) !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 20px !important;
  padding: 24px 22px !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.03) !important;
  box-sizing: border-box !important;
}

.layout-account #customer_sidebar h2,
.layout-account #customer_sidebar h3,
#customer_sidebar .name,
#customer_sidebar h2.title {
  font-family: var(--font-display) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  color: #005bc5 !important;
  margin-bottom: 12px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
}

.layout-account #customer_sidebar p,
#customer_sidebar p {
  font-size: 13.5px !important;
  color: #475569 !important;
  line-height: 1.6 !important;
  margin-bottom: 8px !important;
}

.layout-account a[href*="address"],
#customer_sidebar a[href*="address"],
.layout-account .btn-address,
#customer_sidebar .btn,
#customer_sidebar a.btn,
#customer_sidebar button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  background: linear-gradient(135deg, #FF6600 0%, #FF5F1F 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 11px 26px !important;
  font-family: var(--font-display) !important;
  font-size: 13.5px !important;
  font-weight: 900 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(255, 102, 0, 0.35) !important;
  margin-top: 14px !important;
  width: 100% !important;
  max-width: 260px !important;
  box-sizing: border-box !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.layout-account a[href*="address"]:hover,
#customer_sidebar a[href*="address"]:hover,
#customer_sidebar a.btn:hover {
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 8px 22px rgba(255, 102, 0, 0.5) !important;
  color: #ffffff !important;
}

/* Trang danh sách địa chỉ & form thông tin */
.layout-account .address_table,
.layout-account .address-item,
#address_tables .address_table {
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: 18px 20px !important;
  margin-bottom: 16px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
}

.layout-account input[type="text"],
.layout-account input[type="email"],
.layout-account input[type="tel"],
.layout-account input[type="password"],
.layout-account select {
  border-radius: 12px !important;
  border: 1.5px solid #cbd5e1 !important;
  padding: 11px 16px !important;
  font-size: 13.5px !important;
  background: #ffffff !important;
  box-sizing: border-box !important;
  width: 100% !important;
  margin-bottom: 12px !important;
}

.layout-account input:focus,
.layout-account select:focus {
  border-color: #005bc5 !important;
  box-shadow: 0 0 0 3px rgba(0, 91, 197, 0.14) !important;
  outline: none !important;
}

/* 📱 RESPONSIVE TRANG USER / ACCOUNT TRÊN MOBILE (<= 768PX) */
@media (max-width: 768px) {
  .layout-account,
  .account-page,
  #customer_orders,
  #customer_sidebar {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .layout-account h1,
  .layout-account .title-head,
  #customer_orders .title,
  .account-page h1 {
    font-size: 20px !important;
    margin-bottom: 16px !important;
    padding-bottom: 12px !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .layout-account a[href*="logout"],
  #customer_orders a[href*="logout"],
  .account-page a[href*="logout"] {
    font-size: 12px !important;
    padding: 6px 14px !important;
  }

  .layout-account #customer_orders,
  #customer_orders {
    margin-left: -10px !important;
    margin-right: -10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: calc(100% + 20px) !important;
  }

  .layout-account table,
  #customer_orders table {
    min-width: 520px !important;
    margin-bottom: 16px !important;
    border-radius: 14px !important;
  }

  .layout-account th,
  #customer_orders th {
    padding: 10px 12px !important;
    font-size: 11.5px !important;
  }

  .layout-account td,
  #customer_orders td {
    padding: 12px 12px !important;
    font-size: 13px !important;
  }

  .layout-account #customer_sidebar,
  #customer_sidebar {
    padding: 18px 16px !important;
    border-radius: 16px !important;
    margin-top: 20px !important;
  }

  .layout-account #customer_sidebar h2,
  #customer_sidebar h2.title {
    font-size: 16px !important;
  }

  .layout-account a[href*="address"],
  #customer_sidebar a[href*="address"],
  #customer_sidebar .btn {
    width: 100% !important;
    max-width: 100% !important;
    padding: 11px 20px !important;
    font-size: 13px !important;
  }
}

/* 7. VIDEO REVIEW & TIKTOK SECTION */
/* 7. VIDEO REVIEW & TIKTOK SECTION */
.section-review,
.video-review,
.home-video-review,
.section-review-video,
.tiktok-section,
.tiktok-header {
  overflow: visible !important;
}

/* Giữ overflow hidden chuẩn của Owl Carousel kết hợp đệm shadow bù trừ */
.tiktok-section .owl-stage-outer,
.home-video-review .owl-stage-outer,
.section-review .owl-stage-outer {
  overflow: hidden !important;
  padding-bottom: 24px !important;
  margin-bottom: -16px !important;
  padding-top: 10px !important;
  margin-top: -10px !important;
}

.tiktok-section .owl-stage,
.home-video-review .owl-stage,
.section-review .owl-stage {
  display: flex !important;
  align-items: stretch !important;
}

.tiktok-section .owl-item,
.home-video-review .owl-item,
.section-review .owl-item,
.tiktok-section .item,
.home-video-review .item,
.section-review .item,
.tiktok-item {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

/* Nút chuyển MXH TikTok / Zalo / Facebook trên đầu mục Review */
.tiktok-header__socials,
.tiktok-section .header-actions,
.tiktok-section .social-links,
.tiktok-section .nav-tabs,
.review-header-socials {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.tiktok-header__socials a,
.tiktok-section .header-actions a,
.tiktok-section .nav-tabs a,
.tiktok-section .social-links a,
.tiktok-header a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 7px 20px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  border: 1.5px solid #0047AB !important;
  color: #0047AB !important;
  font-family: var(--font-display) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 8px rgba(0, 71, 171, 0.08) !important;
}

.tiktok-header__socials a:hover,
.tiktok-section .header-actions a:hover,
.tiktok-section .nav-tabs a:hover,
.tiktok-section .social-links a:hover,
.tiktok-header a:hover {
  background: #0047AB !important;
  color: #ffffff !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 14px rgba(0, 71, 171, 0.25) !important;
}

/* Định vị hình chai sản phẩm 3D nổi bật đáy video — TƯƠNG TÁC CLICK ĐẾN TRANG SẢN PHẨM */
.tiktok-item__product,
.tiktok-section .tiktok-item__product,
.home-video-review .item-product,
.section-review .item-product,
[class*="video-review"] [class*="product"],
[class*="tiktok"] [class*="product"] {
  position: absolute !important;
  bottom: -55px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 5 !important;
  display: flex !important;
  justify-content: center !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

.tiktok-item__product img,
.tiktok-section .tiktok-item__product img,
.home-video-review .item-product img,
.section-review .item-product img,
[class*="video-review"] [class*="product"] img,
[class*="tiktok"] [class*="product"] img {
  max-height: 125px !important;
  height: 125px !important;
  width: auto !important;
  max-width: 140px !important;
  object-fit: contain !important;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.25)) !important;
  display: block !important;
  margin: 0 auto !important;
  pointer-events: auto !important;
  cursor: pointer !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.tiktok-item__product:hover img,
.tiktok-section .tiktok-item__product:hover img {
  transform: translateY(-4px) scale(1.04) !important;
  filter: drop-shadow(0 14px 28px rgba(0, 71, 171, 0.35)) !important;
}

/* Khung tiêu đề tên sản phẩm dưới Video Review — Clickable, không bao giờ bị bẻ dọc chữ */
.tiktok-section .tiktok-item__name,
.tiktok-item p.tiktok-item__name,
p.tiktok-item__name,
.tiktok-section .tiktok-item p,
.tiktok-section .tiktok-item span,
.tiktok-section .item-title,
.tiktok-section .item p,
.tiktok-section .item span,
.tiktok-section .item a,
.home-video-review .item p,
.home-video-review .item span,
.home-video-review .item a,
.home-video-review .item-title,
.section-review .item p,
.section-review .item span,
.section-review .item a,
.section-review .video-title,
.video-review-caption,
.review-video-title,
.ggg-video-title-box {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  margin-top: 85px !important;
  margin-bottom: 12px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 10px 18px !important;
  background: #ffffff !important;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 14px rgba(31, 29, 29, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04) !important;
  font-family: var(--font-display) !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
  color: var(--color-fg) !important;
  text-align: center !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-decoration: none !important;
  white-space: normal !important;
  word-break: normal !important;
  word-wrap: normal !important;
  overflow-wrap: break-word !important;
  width: 92% !important;
  max-width: 92% !important;
  min-width: 140px !important;
  box-sizing: border-box !important;
  position: relative !important;
  z-index: 2 !important;
  cursor: pointer !important;
}

.tiktok-section .tiktok-item__name:hover,
.tiktok-item p.tiktok-item__name:hover,
.ggg-video-title-box:hover,
.review-video-title:hover {
  background: #f0f7ff !important;
  border-color: var(--ggg-energetic-blue) !important;
  color: var(--ggg-cobalt-core) !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 24px rgba(0, 71, 171, 0.18), 0 2px 6px rgba(0, 71, 171, 0.08) !important;
}

@media (max-width: 768px) {
  .tiktok-item__product,
  .tiktok-section .tiktok-item__product,
  .home-video-review .item-product,
  .section-review .item-product {
    bottom: -35px !important;
  }

  .tiktok-item__product img,
  .tiktok-section .tiktok-item__product img,
  .home-video-review .item-product img,
  .section-review .item-product img {
    max-height: 80px !important;
    height: 80px !important;
    max-width: 90px !important;
  }

  .ggg-video-title-box,
  .tiktok-section .tiktok-item__name,
  .tiktok-item p.tiktok-item__name,
  p.tiktok-item__name {
    margin-top: 52px !important;
    min-height: 42px !important;
    font-size: 12px !important;
    padding: 6px 12px !important;
    min-width: 110px !important;
    line-height: 1.25 !important;
    width: 96% !important;
    max-width: 96% !important;
  }
}

/* 8. COUPON SECTION 3D TICKET — LƯỚI 4 CỘT & SECRET DEAL XÀI XỊN CLUB */
.coupon-section {
  padding: 50px 0 !important;
  background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%) !important;
  overflow: visible !important;
}

.coupon-section__title {
  font-size: 30px !important;
  font-weight: 900 !important;
  letter-spacing: 1.5px !important;
  text-align: center !important;
  margin-bottom: 32px !important;
  color: #0f172a !important;
  text-transform: uppercase !important;
  font-family: var(--font-display) !important;
}

/* KHUNG CHỨA LƯỚI VOUCHER 4 CỘT CÂN ĐỐI TRANG CHỦ */
.coupon-section .row,
.coupon-section .coupons-owl,
.coupon-section .coupon-slider,
.coupon-section .coupon-wrap,
.coupon-section .ggg-coupon-grid-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: stretch !important;
  margin: 0 -8px !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  padding: 0 !important;
  width: auto !important;
}

.coupon-section .ggg-coupon-col,
.coupon-section .ggg-secret-deal-col,
.coupon-section .col-item,
.coupon-section .col-xs-12,
.coupon-section .col-sm-6,
.coupon-section .col-md-3,
.coupon-section .col-md-4,
.coupon-section .coupon-col,
.coupon-section [class*="col-"] {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  width: 25% !important;
  min-width: 0 !important;
  padding: 0 8px !important;
  box-sizing: border-box !important;
  display: flex !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  margin-bottom: 20px !important;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .coupon-section .ggg-coupon-col,
  .coupon-section .ggg-secret-deal-col,
  .coupon-section .col-item,
  .coupon-section .col-xs-12,
  .coupon-section .col-sm-6,
  .coupon-section .col-md-3,
  .coupon-section .col-md-4,
  .coupon-section .coupon-col,
  .coupon-section [class*="col-"] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
}

@media (max-width: 767px) {
  .coupon-section .ggg-coupon-col,
  .coupon-section .ggg-secret-deal-col,
  .coupon-section .col-item,
  .coupon-section .col-xs-12,
  .coupon-section .col-sm-6,
  .coupon-section .col-md-3,
  .coupon-section .col-md-4,
  .coupon-section .coupon-col,
  .coupon-section [class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* THẺ VOUCHER TICKET 3D HOÀN CHỈNH TRANG CHỦ */
.coupon-section .coupon-card,
.coupon-section .coupon_item,
.coupon-section .coupon-slider .coupon_item,
.coupon-ticket:not(#product-coupon *):not(.modal *),
.coupon-card:not(#product-coupon *):not(.modal *),
.coupon-section .ggg-real-card,
.coupon-section .ggg-secret-deal-card {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08), 0 2px 6px rgba(0, 71, 171, 0.05) !important;
  border: 1.5px solid #cbd5e1 !important;
  background: #ffffff !important;
  overflow: visible !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease !important;
  position: relative !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 165px !important;
}

.coupon-section .coupon-card:hover,
.coupon-section .coupon_item:hover,
.coupon-slider .coupon_item:hover,
.coupon-ticket:not(#product-coupon *):not(.modal *):hover,
.coupon-card:not(#product-coupon *):not(.modal *):hover,
.coupon-section .ggg-real-card:hover {
  transform: translateY(-4px) scale(1.01) !important;
  border-color: #0099FF !important;
  box-shadow: 0 16px 36px rgba(0, 71, 171, 0.18) !important;
}

.coupon-section .coupon-card__inner,
.coupon-section .coupon_item .coupon_inner,
.coupon-slider .coupon_item .coupon_inner,
.coupon-ticket:not(#product-coupon *):not(.modal *) .coupon_inner,
.coupon-card:not(#product-coupon *):not(.modal *) .coupon-card__inner,
.coupon-section .ggg-real-card .coupon_inner,
.coupon-section .ggg-secret-deal-card .coupon_inner,
.coupon-section .ggg-secret-deal-card .coupon-card__inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 165px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  border-radius: 16.5px !important;
  overflow: hidden !important;
}

/* VÙNG XANH BÊN TRÁI HIỂN THỊ GIÁ TRỊ VOUCHER */
.coupon-section .coupon-card__condition-wrap,
.coupon-section .coupon_item .coupon_left,
.coupon-section .coupon_item .coupon_content_left,
.coupon-slider .coupon_item .coupon_left,
.coupon-ticket:not(#product-coupon *):not(.modal *) .coupon_left,
.coupon-card:not(#product-coupon *):not(.modal *) .coupon-card__condition-wrap,
.coupon-section .ggg-real-card .coupon_left {
  width: 76px !important;
  min-width: 76px !important;
  max-width: 76px !important;
  flex: 0 0 76px !important;
  background: linear-gradient(135deg, #0047AB 0%, #0099FF 100%) !important;
  padding: 12px 4px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  text-align: center !important;
  position: relative !important;
  box-sizing: border-box !important;
  border-top-left-radius: 16.5px !important;
  border-bottom-left-radius: 16.5px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  margin: 0 !important;
}

.coupon-section .coupon-card__condition-wrap a,
.coupon-section .coupon_left a,
.coupon-section .coupon_left u,
.coupon-section .ggg-coupon-badge-val,
.coupon-card:not(#product-coupon *):not(.modal *) .coupon-card__condition-wrap a,
.coupon-ticket:not(#product-coupon *):not(.modal *) .coupon_left a,
.coupon-ticket:not(#product-coupon *):not(.modal *) .coupon_left u,
.coupon-ticket:not(#product-coupon *):not(.modal *) .ggg-coupon-badge-val {
  color: #ffffff !important;
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: -0.5px !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25) !important;
  display: block !important;
}

/* Rãnh khuyết vé tròn màu trắng `#ffffff` khớp chuẩn với thẻ card */
.coupon-section .coupon-card__condition-wrap::before,
.coupon-section .coupon-card__condition-wrap::after,
.coupon-section .coupon_item .coupon_left::before,
.coupon-section .coupon_item .coupon_left::after,
.coupon-slider .coupon_item .coupon_left::before,
.coupon-slider .coupon_item .coupon_left::after,
.coupon-ticket:not(#product-coupon *):not(.modal *) .coupon_left::before,
.coupon-ticket:not(#product-coupon *):not(.modal *) .coupon_left::after,
.coupon-card:not(#product-coupon *):not(.modal *) .coupon-card__condition-wrap::before,
.coupon-card:not(#product-coupon *):not(.modal *) .coupon-card__condition-wrap::after,
.coupon-section .ggg-secret-deal-left::before,
.coupon-section .ggg-secret-deal-left::after {
  content: "" !important;
  position: absolute !important;
  right: -7px !important;
  width: 14px !important;
  height: 14px !important;
  background: #ffffff !important;
  border-radius: 50% !important;
  z-index: 3 !important;
  box-shadow: inset -1px 0 2px rgba(0, 0, 0, 0.06) !important;
}
.coupon-section .coupon-card__condition-wrap::before, 
.coupon-section .coupon_left::before,
.coupon-slider .coupon_left::before,
.coupon-ticket:not(#product-coupon *):not(.modal *) .coupon_left::before,
.coupon-card:not(#product-coupon *):not(.modal *) .coupon-card__condition-wrap::before,
.coupon-section .ggg-secret-deal-left::before { 
  top: -7px !important; 
}

.coupon-section .coupon-card__condition-wrap::after, 
.coupon-section .coupon_left::after,
.coupon-slider .coupon_left::after,
.coupon-ticket:not(#product-coupon *):not(.modal *) .coupon_left::after,
.coupon-card:not(#product-coupon *):not(.modal *) .coupon-card__condition-wrap::after,
.coupon-section .ggg-secret-deal-left::after { 
  bottom: -7px !important; 
}

/* VÙNG NỘI DUNG BÊN PHẢI */
.coupon-section .coupon-card__content,
.coupon-section .coupon_item .coupon_right,
.coupon-section .coupon_item .coupon_content_right,
.coupon-slider .coupon_item .coupon_right,
.coupon-ticket:not(#product-coupon *):not(.modal *) .coupon_right,
.coupon-card:not(#product-coupon *):not(.modal *) .coupon-card__content,
.coupon-section .ggg-real-card .coupon_right {
  flex: 1 1 auto !important;
  width: calc(100% - 76px) !important;
  min-width: 0 !important;
  padding: 12px 14px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  background: linear-gradient(135deg, #ffffff 0%, #fffdf9 100%) !important;
  border-left: 2px dashed #cbd5e1 !important;
  position: relative !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  border-top-right-radius: 16.5px !important;
  border-bottom-right-radius: 16.5px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  margin: 0 !important;
}

.coupon-section .coupon-card__title,
.coupon-section .coupon_item .coupon_title,
.coupon-slider .coupon_item .coupon_title,
.coupon-ticket:not(#product-coupon *):not(.modal *) .coupon_title,
.coupon-card:not(#product-coupon *):not(.modal *) .coupon-card__title,
.coupon-section .ggg-real-title-badge {
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.6px !important;
  color: #d97706 !important;
  text-transform: uppercase !important;
  margin-bottom: 2px !important;
  background: #fef3c7 !important;
  border: 1px solid #fde68a !important;
  padding: 2px 8px !important;
  border-radius: 12px !important;
  display: inline-block !important;
  white-space: nowrap !important;
}

.coupon-section .coupon-card__discount,
.coupon-section .coupon_item .coupon_code,
.coupon-section .coupon_item .coupon_discount,
.coupon-section .coupon_discount,
.coupon-slider .coupon_item .coupon_code,
.coupon-slider .coupon_item .coupon_discount,
.coupon-slider .coupon_discount,
.coupon-ticket:not(#product-coupon *):not(.modal *) .coupon_code,
.coupon-ticket:not(#product-coupon *):not(.modal *) .coupon_discount,
.coupon-card:not(#product-coupon *):not(.modal *) .coupon-card__discount,
.coupon-section .ggg-real-headline {
  font-size: 21px !important;
  font-weight: 900 !important;
  font-style: normal !important;
  color: var(--ggg-cobalt-core, #0047AB) !important;
  line-height: 1.15 !important;
  margin: 2px 0 !important;
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
}

.coupon-section .coupon-card__desc,
.coupon-section .coupon_item .coupon_desc,
.coupon-slider .coupon_item .coupon_desc,
.coupon-ticket:not(#product-coupon *):not(.modal *) .coupon_desc,
.coupon-card:not(#product-coupon *):not(.modal *) .coupon-card__desc,
.coupon-section .ggg-real-desc {
  font-size: 12px !important;
  color: #475569 !important;
  margin-bottom: 8px !important;
  line-height: 1.35 !important;
  font-family: var(--font-body) !important;
  min-height: 32px !important;
  max-height: 32px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.coupon-section .coupon-card__btn,
.coupon-section .coupon_item .btn-copy,
.coupon-section .coupon_item .coupon_btn,
.coupon-slider .coupon_item .btn-copy,
.coupon-slider .coupon_item .coupon_btn,
.coupon-ticket:not(#product-coupon *):not(.modal *) .btn-copy,
.coupon-ticket:not(#product-coupon *):not(.modal *) .coupon_btn,
.coupon-card:not(#product-coupon *):not(.modal *) .coupon-card__btn,
.coupon-section .ggg-real-btn {
  background: linear-gradient(135deg, #0047AB 0%, #0099FF 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 6px 16px !important;
  font-weight: 800 !important;
  font-size: 12.5px !important;
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(0, 71, 171, 0.3) !important;
  white-space: nowrap !important;
  display: inline-block !important;
  transition: all 0.25s ease !important;
}

.coupon-section .coupon-card__btn:hover,
.coupon-section .coupon_item .btn-copy:hover,
.coupon-slider .coupon_item .btn-copy:hover,
.coupon-section .ggg-real-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(0, 71, 171, 0.45) !important;
}

/* ==========================================================================
   THIẾT KẾ ĐẶC BIỆT: THẺ SECRET DEAL — XÀI XỊN CLUB (MỜ NHẸ, NÚT NỔI BẬT)
   ========================================================================== */
.coupon-section .ggg-secret-deal-card {
  background: #f8fafc !important;
  border: 1.5px dashed #cbd5e1 !important;
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.04) !important;
}

.coupon-section .ggg-secret-deal-card .coupon_inner,
.coupon-section .ggg-secret-deal-card .coupon-card__inner {
  background: #f8fafc !important;
}

.coupon-section .ggg-secret-deal-left {
  width: 76px !important;
  min-width: 76px !important;
  max-width: 76px !important;
  flex: 0 0 76px !important;
  background: linear-gradient(135deg, #334155 0%, #475569 100%) !important;
  padding: 12px 4px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  box-sizing: border-box !important;
  border-top-left-radius: 16.5px !important;
  border-bottom-left-radius: 16.5px !important;
  opacity: 0.65 !important;
  transition: opacity 0.3s ease !important;
}

.coupon-section .ggg-secret-badge-val {
  color: #e2e8f0 !important;
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
}

.coupon-section .ggg-secret-deal-right {
  flex: 1 1 auto !important;
  width: calc(100% - 76px) !important;
  min-width: 0 !important;
  padding: 12px 14px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
  border-left: 2px dashed #cbd5e1 !important;
  box-sizing: border-box !important;
  border-top-right-radius: 16.5px !important;
  border-bottom-right-radius: 16.5px !important;
}

.coupon-section .ggg-secret-title-badge {
  font-size: 10.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px !important;
  color: #64748b !important;
  text-transform: uppercase !important;
  margin-bottom: 2px !important;
  background: #e2e8f0 !important;
  border: 1px solid #cbd5e1 !important;
  padding: 2px 8px !important;
  border-radius: 12px !important;
  display: inline-block !important;
  white-space: nowrap !important;
  opacity: 0.8 !important;
}

.coupon-section .ggg-secret-headline {
  font-size: 21px !important;
  font-weight: 900 !important;
  color: #475569 !important;
  line-height: 1.15 !important;
  margin: 2px 0 !important;
  font-family: var(--font-display) !important;
  white-space: nowrap !important;
  opacity: 0.7 !important;
}

.coupon-section .ggg-secret-desc {
  font-size: 11.5px !important;
  color: #94a3b8 !important;
  margin-bottom: 8px !important;
  line-height: 1.35 !important;
  font-family: var(--font-body) !important;
  min-height: 32px !important;
  max-height: 32px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

.coupon-section .ggg-secret-btn {
  background: linear-gradient(135deg, #FF6600 0%, #FF3300 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 6px 16px !important;
  font-weight: 900 !important;
  font-size: 12.5px !important;
  font-family: var(--font-display) !important;
  letter-spacing: 0.5px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(255, 102, 0, 0.45) !important;
  white-space: nowrap !important;
  display: inline-block !important;
  opacity: 1 !important;
  filter: none !important;
  transition: all 0.25s ease !important;
}

.coupon-section .ggg-secret-btn:hover {
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 6px 18px rgba(255, 102, 0, 0.6) !important;
}

.coupon-section .ggg-secret-deal-card:hover .ggg-secret-deal-left {
  opacity: 0.85 !important;
}

.coupon-section .ggg-secret-deal-card:hover .ggg-secret-headline {
  opacity: 0.9 !important;
}

/* ==========================================================================
   LUXURY POPUP MODAL QR ZALO XÀI XỊN CLUB
   ========================================================================== */
.ggg-club-qr-modal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.ggg-club-qr-modal.active {
  opacity: 1 !important;
  visibility: visible !important;
}

.ggg-club-qr-backdrop {
  position: absolute !important;
  inset: 0 !important;
  background: rgba(15, 23, 42, 0.75) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

.ggg-club-qr-card {
  position: relative !important;
  z-index: 2 !important;
  background: #ffffff !important;
  border-radius: 28px !important;
  padding: 36px 28px 30px 28px !important;
  max-width: 420px !important;
  width: 90% !important;
  box-shadow: 0 25px 60px rgba(0, 71, 171, 0.25), 0 10px 30px rgba(0, 0, 0, 0.15) !important;
  border: 1.5px solid #e2e8f0 !important;
  text-align: center !important;
  transform: translateY(20px) scale(0.95) !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-sizing: border-box !important;
}

.ggg-club-qr-modal.active .ggg-club-qr-card {
  transform: translateY(0) scale(1) !important;
}

.ggg-club-qr-close {
  position: absolute !important;
  top: 16px !important;
  right: 16px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #f1f5f9 !important;
  border: none !important;
  font-size: 20px !important;
  line-height: 1 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #64748b !important;
  transition: all 0.2s ease !important;
}

.ggg-club-qr-close:hover {
  background: #e2e8f0 !important;
  color: #0f172a !important;
  transform: scale(1.1) !important;
}

.ggg-club-qr-badge {
  display: inline-block !important;
  padding: 4px 14px !important;
  border-radius: 999px !important;
  background: #f3e8ff !important;
  color: #7e22ce !important;
  border: 1px solid #e9d5ff !important;
  font-family: var(--font-display) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  margin-bottom: 12px !important;
}

.ggg-club-qr-title {
  font-family: var(--font-display) !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  color: #0f172a !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin: 0 0 4px 0 !important;
}

.ggg-club-qr-subtitle {
  font-family: var(--font-body) !important;
  font-size: 13.5px !important;
  color: #64748b !important;
  margin: 0 0 16px 0 !important;
}

.ggg-club-qr-img-box {
  width: 190px !important;
  height: 190px !important;
  margin: 0 auto 16px auto !important;
  border-radius: 20px !important;
  padding: 10px !important;
  background: #ffffff !important;
  border: 2px solid #e2e8f0 !important;
  box-shadow: 0 10px 24px rgba(0, 71, 171, 0.08) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

.ggg-club-qr-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 12px !important;
  display: block !important;
}

.ggg-club-qr-guide {
  font-family: var(--font-body) !important;
  font-size: 13px !important;
  color: #475569 !important;
  line-height: 1.5 !important;
  margin: 0 0 18px 0 !important;
}

.ggg-club-qr-guide strong {
  color: #0047AB !important;
}

.ggg-club-qr-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  padding: 12px 24px !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #0047AB 0%, #0099FF 100%) !important;
  color: #ffffff !important;
  font-family: var(--font-display) !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 8px 24px rgba(0, 71, 171, 0.35) !important;
  transition: all 0.25s ease !important;
  box-sizing: border-box !important;
}

.ggg-club-qr-btn:hover {
  background: linear-gradient(135deg, #FF6600 0%, #FF3300 100%) !important;
  box-shadow: 0 8px 24px rgba(255, 102, 0, 0.45) !important;
  transform: translateY(-2px) !important;
  color: #ffffff !important;
}

/* 9. SECTION VỀ G.G.G & BRAND STORY */
.about-section,
.section-about,
.home-about,
#home-about {
  padding: 60px 0 !important;
  background: #ffffff !important;
  position: relative !important;
}

/* 9. SECTION VỀ G.G.G & BRAND STORY */
.about-section,
.section-about,
.home-about,
.home-about,
#home-about {
  padding: 56px 0 !important;
  background: #ffffff !important;
  position: relative !important;
}

.about-inner,
.about-section .about-inner,
.section-about .about-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  background: linear-gradient(135deg, #ffffff 0%, #f4f8ff 45%, #eef4ff 100%) !important;
  border-radius: 28px !important;
  overflow: hidden !important;
  padding: 32px 36px !important;
  gap: 36px !important;
  box-shadow: 0 16px 48px rgba(0, 71, 171, 0.08), 0 2px 8px rgba(15, 23, 42, 0.04) !important;
  border: 1.5px solid rgba(0, 71, 171, 0.14) !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  position: relative !important;
}

.about-section [class*="content"],
.about-section .about-content,
.about-section .about__text,
.about-section .col-md-6,
.section-about [class*="content"],
.section-about .about-content,
.section-about .about__text,
.section-about .col-md-6 {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.about-inner .about-image,
.about-section .about-image,
.section-about .about-image,
.about-inner [class*="image"],
.about-inner [class*="banner"],
.about-section [class*="col-"]:first-child,
.section-about [class*="col-"]:first-child {
  flex: 0 0 45% !important;
  max-width: 45% !important;
  width: 45% !important;
  height: auto !important;
  overflow: hidden !important;
  position: relative !important;
  border-radius: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  box-shadow: 0 12px 32px rgba(0, 71, 171, 0.1) !important;
  border: 1px solid rgba(0, 71, 171, 0.08) !important;
}

.about-inner .about-image img,
.about-section .about-image img,
.section-about .about-image img,
.about-inner img,
.about-section [class*="col-"]:first-child img,
.section-about [class*="col-"]:first-child img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 20px !important;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.about-inner:hover .about-image img,
.about-inner:hover img,
.section-about:hover img {
  transform: scale(1.02) !important;
}

.about-inner .about-content,
.about-section .about-content,
.section-about .about-content,
.about-inner > [class*="content"],
.about-inner > [class*="text"],
.about-section [class*="col-"]:last-child,
.section-about [class*="col-"]:last-child {
  flex: 1 1 55% !important;
  width: 55% !important;
  max-width: 55% !important;
  min-width: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 14px !important;
}

.about-inner .about__text,
.about-section .about__text,
.section-about .about__text,
.about__text,
.about-content [class*="text"],
.about-content > div {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.ggg-about-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: linear-gradient(135deg, #fef3c7 0%, #fff7ed 100%) !important;
  color: #d97706 !important;
  border: 1.5px solid #fde68a !important;
  padding: 6px 16px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  margin-bottom: 0 !important;
  box-shadow: 0 2px 8px rgba(217, 119, 6, 0.12) !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
}

.about__title,
.about-inner h2,
.about-inner h3,
.section-about h2,
.ggg-about-title {
  width: 100% !important;
  max-width: 100% !important;
  font-size: 34px !important;
  font-weight: 900 !important;
  color: #0f172a !important;
  margin: 0 !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
  letter-spacing: -0.5px !important;
  text-transform: uppercase !important;
  line-height: 1.25 !important;
}

.ggg-about-brand-highlight {
  color: #0047AB !important;
  position: relative !important;
  font-weight: 900 !important;
}

.about__text p,
.about-inner p,
.about-content p,
.section-about p,
.ggg-about-desc {
  width: 100% !important;
  max-width: 100% !important;
  font-size: 15.5px !important;
  line-height: 1.7 !important;
  color: #334155 !important;
  margin: 0 !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
  text-align: left !important;
}

.ggg-about-tags {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 4px 0 6px 0 !important;
  box-sizing: border-box !important;
}

.ggg-about-tags-row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
}

.ggg-about-tag {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #ffffff !important;
  border: 1.5px solid rgba(0, 71, 171, 0.2) !important;
  color: #0047AB !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  padding: 7px 16px !important;
  border-radius: 999px !important;
  transition: all 0.25s ease !important;
  box-shadow: 0 2px 8px rgba(0, 71, 171, 0.06) !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.ggg-about-tag:hover {
  background: #0047AB !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(0, 71, 171, 0.25) !important;
  border-color: #0047AB !important;
}

.ggg-about-tag .tag-icon {
  font-size: 14px !important;
  line-height: 1 !important;
}

.about__cta,
.about-inner a.btn,
.about-inner a.button,
.section-about a.view-more,
.section-about a.btn,
.ggg-about-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  background: linear-gradient(135deg, #0047AB 0%, #0099FF 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 14px 36px !important;
  font-family: "Be Vietnam Pro", sans-serif !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.8px !important;
  text-transform: uppercase !important;
  box-shadow: 0 8px 24px rgba(0, 71, 171, 0.35) !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
  text-decoration: none !important;
  margin-top: 4px !important;
}

.about__cta:hover,
.about-inner a.btn:hover,
.about-inner a.button:hover,
.section-about a.view-more:hover,
.ggg-about-btn:hover {
  background: linear-gradient(135deg, #FF6600 0%, #FF3300 100%) !important;
  box-shadow: 0 8px 24px rgba(255, 102, 0, 0.45) !important;
  transform: translateY(-2px) scale(1.02) !important;
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .about-section,
  .section-about {
    padding: 32px 0 !important;
  }

  .about-inner,
  .about-section .about-inner,
  .section-about .about-wrapper {
    flex-direction: column !important;
    padding: 20px !important;
    gap: 20px !important;
    margin: 0 !important;
    border-radius: 22px !important;
  }

  .about-section .row,
  .section-about .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    display: block !important;
  }

  .about-inner .about-image,
  .about-section .about-image,
  .section-about .about-image,
  .about-inner [class*="image"],
  .about-inner [class*="banner"],
  .about-section [class*="col-"]:first-child {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 16px !important;
  }

  .about-inner .about-content,
  .about-section .about-content,
  .section-about .about-content,
  .about-inner [class*="content"],
  .about-inner [class*="text"],
  .about-section [class*="col-"]:last-child {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    gap: 12px !important;
    box-sizing: border-box !important;
  }

  .ggg-about-eyebrow {
    font-size: 12px !important;
    padding: 5px 14px !important;
  }

  .about__title,
  .about-inner h2,
  .section-about h2,
  .ggg-about-title {
    font-size: 24px !important;
  }

  .about__text p,
  .about-inner p,
  .ggg-about-desc {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  .ggg-about-tag {
    font-size: 12px !important;
    padding: 6px 14px !important;
  }

  .about__cta,
  .about-inner a.btn,
  .about-inner a.button,
  .section-about a.view-more,
  .section-about a.btn,
  .ggg-about-btn {
    padding: 12px 28px !important;
    font-size: 13.5px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
}

/* ==========================================================================
   10. HOMEPAGE BLOG & NEWS CARDS (TIN TỨC & SỰ KIỆN — EQUAL HEIGHTS & ALIGNMENT)
   ========================================================================== */
.home-blogs,
.section-blogs,
.home-news,
.section-news,
.latest-blogs,
.latest-news,
.home-articles,
.section-articles,
.blog-section,
.blogs-home,
.news-home,
.home-blog-slider,
[class*="home-blog"],
[class*="home-news"],
[class*="section-blog"],
[class*="section-news"],
[class*="blog-slider"],
[class*="news-slider"] {
  padding: 48px 0 !important;
  background: #ffffff !important;
  position: relative !important;
}

/* Tiêu đề mục "TIN TỨC & SỰ KIỆN" */
.home-blogs .widget-title,
.section-blogs .widget-title,
.home-news .widget-title,
.section-news .widget-title,
.blog-section__title,
.home-blogs .home-title,
.section-blogs .home-title,
.home-news .home-title,
.section-news .home-title,
[class*="home-blog"] h2,
[class*="home-news"] h2,
[class*="section-blog"] h2,
[class*="section-news"] h2,
[class*="home-blog"] .title,
[class*="home-news"] .title {
  font-family: var(--font-display, "Shopee Display", sans-serif) !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  color: var(--color-fg, #1F1D1D) !important;
  letter-spacing: -0.01em !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

/* Nút "TẤT CẢ BÀI VIẾT" chuẩn viên thuốc Design System */
.home-blogs .view-all a,
.section-blogs .view-all a,
.home-news .view-all a,
.section-news .view-all a,
.home-blogs a.view-all,
.section-blogs a.view-all,
.home-news a.view-all,
.section-news a.view-all,
.home-blogs .btn-all,
.section-blogs .btn-all,
.home-news .btn-all,
.section-news .btn-all,
.blog-section a.btn-all,
[class*="home-blog"] a[href*="/blogs/"],
[class*="home-news"] a[href*="/blogs/"],
[class*="section-blog"] a[href*="/blogs/"],
[class*="section-news"] a[href*="/blogs/"] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 8px 24px !important;
  border: 1.5px solid #1F1D1D !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #1F1D1D !important;
  font-family: var(--font-display, "Shopee Display", sans-serif) !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  text-decoration: none !important;
  transition: all 0.25s ease !important;
  box-shadow: none !important;
}

.home-blogs .view-all a:hover,
.section-blogs .view-all a:hover,
.home-news .view-all a:hover,
.section-news .view-all a:hover,
.home-blogs a.view-all:hover,
.section-blogs a.view-all:hover,
.home-news a.view-all:hover,
.section-news a.view-all:hover,
.home-blogs .btn-all:hover,
.section-blogs .btn-all:hover,
.home-news .btn-all:hover,
.section-news .btn-all:hover,
.blog-section a.btn-all:hover,
[class*="home-blog"] a[href*="/blogs/"]:hover,
[class*="home-news"] a[href*="/blogs/"]:hover,
[class*="section-blog"] a[href*="/blogs/"]:hover,
[class*="section-news"] a[href*="/blogs/"]:hover {
  background: #1F1D1D !important;
  color: #ffffff !important;
  border-color: #1F1D1D !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* ĐỒNG BỘ EQUAL HEIGHT CHO CAROUSEL / SLIDER */
.home-blogs .owl-stage,
.section-blogs .owl-stage,
.home-news .owl-stage,
.section-news .owl-stage,
.latest-blogs .owl-stage,
.latest-news .owl-stage,
.blog-section .owl-stage,
.blogs-home .owl-stage,
.news-home .owl-stage,
[class*="home-blog"] .owl-stage,
[class*="home-news"] .owl-stage {
  display: flex !important;
  align-items: stretch !important;
}

.home-blogs .owl-item,
.section-blogs .owl-item,
.home-news .owl-item,
.section-news .owl-item,
.latest-blogs .owl-item,
.latest-news .owl-item,
.blog-section .owl-item,
.blogs-home .owl-item,
.news-home .owl-item,
[class*="home-blog"] .owl-item,
[class*="home-news"] .owl-item {
  display: flex !important;
  height: auto !important;
}

/* CARD TIN TỨC TRÊN TRANG CHỦ — ĐỒNG BỘ CHIỀU CAO & KÍCH THƯỚC */
.home-blogs .item,
.section-blogs .item,
.home-news .item,
.section-news .item,
.latest-blogs .item,
.latest-news .item,
.blog-section .item,
.blogs-home .item,
.news-home .item,
.home-blogs .post-item,
.section-blogs .post-item,
.home-news .post-item,
.section-news .post-item,
.home-blogs .article-item,
.section-blogs .article-item,
.home-news .article-item,
.section-news .article-item,
.blog-card,
[class*="home-blog"] .item,
[class*="home-news"] .item,
[class*="home-blog"] .post-item,
[class*="home-news"] .post-item,
[class*="home-blog"] .blog-item,
[class*="home-news"] .news-item {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  overflow: hidden !important;
  border: 1.5px solid #f1f5f9 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-sizing: border-box !important;
  padding: 0 0 16px 0 !important;
}

.home-blogs .item:hover,
.section-blogs .item:hover,
.home-news .item:hover,
.section-news .item:hover,
.latest-blogs .item:hover,
.latest-news .item:hover,
.blog-section .item:hover,
.blogs-home .item:hover,
.news-home .item:hover,
.blog-card:hover,
[class*="home-blog"] .item:hover,
[class*="home-news"] .item:hover,
[class*="home-blog"] .post-item:hover,
[class*="home-news"] .post-item:hover,
[class*="home-blog"] .blog-item:hover,
[class*="home-news"] .news-item:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 36px rgba(0, 71, 171, 0.12) !important;
  border-color: #cbd5e1 !important;
}

/* ẢNH THUMBNAIL BÀI VIẾT (LOCKED ASPECT RATIO 16:10) */
.home-blogs .post-img,
.section-blogs .post-img,
.home-news .post-img,
.section-news .post-img,
.home-blogs .article-img,
.section-blogs .article-img,
.home-news .article-img,
.section-news .article-img,
.home-blogs .img,
.section-blogs .img,
.home-news .img,
.section-news .img,
.home-blogs .thumb,
.section-blogs .thumb,
.blog-card .blog-card__image,
[class*="home-blog"] .post-img,
[class*="home-news"] .post-img,
[class*="home-blog"] .article-img,
[class*="home-news"] .article-img,
[class*="home-blog"] .img,
[class*="home-news"] .img {
  width: 100% !important;
  aspect-ratio: 16 / 10 !important;
  overflow: hidden !important;
  border-radius: 18px 18px 0 0 !important;
  position: relative !important;
  background: #f1f5f9 !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
}

.home-blogs .post-img a,
.section-blogs .post-img a,
.home-news .post-img a,
.section-news .post-img a,
.home-blogs .post-img img,
.section-blogs .post-img img,
.home-news .post-img img,
.section-news .post-img img,
.home-blogs .item img,
.section-blogs .item img,
.home-news .item img,
.section-news .item img,
.blog-card img,
[class*="home-blog"] .item img,
[class*="home-news"] .item img,
[class*="home-blog"] .post-img img,
[class*="home-news"] .post-img img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 16 / 10 !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.home-blogs .item:hover .post-img img,
.section-blogs .item:hover .post-img img,
.home-news .item:hover .post-img img,
.section-news .item:hover .post-img img,
.home-blogs .item:hover img,
.section-blogs .item:hover img,
.home-news .item:hover img,
.section-news .item:hover img,
.blog-card:hover img,
[class*="home-blog"] .item:hover img,
[class*="home-news"] .item:hover img {
  transform: scale(1.05) !important;
}

/* PHẦN BODY NỘI DUNG CARD */
.home-blogs .post-body,
.section-blogs .post-body,
.home-news .post-body,
.section-news .post-body,
.home-blogs .post-content-wrap,
.section-blogs .post-content-wrap,
.home-news .post-content-wrap,
.section-news .post-content-wrap,
.home-blogs .item-content,
.section-blogs .item-content,
.home-news .item-content,
.section-news .item-content,
.blog-card .blog-card__body,
[class*="home-blog"] .post-body,
[class*="home-news"] .post-body,
[class*="home-blog"] .post-content,
[class*="home-news"] .post-content,
[class*="home-blog"] .item-content,
[class*="home-news"] .item-content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  padding: 12px 16px 0 16px !important;
  box-sizing: border-box !important;
}

/* NGÀY ĐĂNG BÀI VIẾT (DATE META) */
.home-blogs .post-date,
.section-blogs .post-date,
.home-news .post-date,
.section-news .post-date,
.home-blogs .date,
.section-blogs .date,
.home-news .date,
.section-news .date,
.home-blogs .date-article,
.section-news .date-article,
.blog-card .blog-card__date,
[class*="home-blog"] .post-date,
[class*="home-news"] .post-date,
[class*="home-blog"] .date,
[class*="home-news"] .date {
  font-family: var(--font-body, "Shopee Display", sans-serif) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #64748b !important;
  text-align: right !important;
  margin: 0 0 6px 0 !important;
  line-height: 1.2 !important;
  display: block !important;
}

/* TIÊU ĐỀ BÀI VIẾT (LOCKED 2 LINES — MIN-HEIGHT 44PX) */
.home-blogs .post-title,
.section-blogs .post-title,
.home-news .post-title,
.section-news .post-title,
.home-blogs h3,
.section-blogs h3,
.home-news h3,
.section-news h3,
.home-blogs h4,
.section-blogs h4,
.home-news h4,
.section-news h4,
.home-blogs .item-title,
.section-blogs .item-title,
.home-news .item-title,
.section-news .item-title,
.blog-card .blog-card__title,
[class*="home-blog"] .post-title,
[class*="home-news"] .post-title,
[class*="home-blog"] h3,
[class*="home-news"] h3,
[class*="home-blog"] h4,
[class*="home-news"] h4,
[class*="home-blog"] .item-title,
[class*="home-news"] .item-title {
  font-family: var(--font-display, "Shopee Display", sans-serif) !important;
  font-size: 15.5px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  color: var(--color-fg, #1F1D1D) !important;
  min-height: 44px !important;
  max-height: 44px !important;
  height: 44px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}

.home-blogs .post-title a,
.section-blogs .post-title a,
.home-news .post-title a,
.section-news .post-title a,
.home-blogs h3 a,
.section-blogs h3 a,
.home-news h3 a,
.section-news h3 a,
.home-blogs h4 a,
.section-blogs h4 a,
.home-news h4 a,
.section-news h4 a,
.home-blogs .item-title a,
.section-blogs .item-title a,
.home-news .item-title a,
.section-news .item-title a,
.blog-card .blog-card__title a,
[class*="home-blog"] .post-title a,
[class*="home-news"] .post-title a,
[class*="home-blog"] h3 a,
[class*="home-news"] h3 a,
[class*="home-blog"] h4 a,
[class*="home-news"] h4 a {
  color: var(--color-fg, #1F1D1D) !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
  display: block !important;
}

.home-blogs .post-title a:hover,
.section-blogs .post-title a:hover,
.home-news .post-title a:hover,
.section-news .post-title a:hover,
.home-blogs h3 a:hover,
.section-blogs h3 a:hover,
.home-news h3 a:hover,
.section-news h3 a:hover,
.home-blogs h4 a:hover,
.section-blogs h4 a:hover,
.home-news h4 a:hover,
.section-news h4 a:hover,
.home-blogs .item-title a:hover,
.section-blogs .item-title a:hover,
.home-news .item-title a:hover,
.section-news .item-title a:hover,
.blog-card .blog-card__title a:hover,
[class*="home-blog"] a:hover,
[class*="home-news"] a:hover {
  color: var(--ggg-cobalt-core, #0047AB) !important;
}

/* ĐOẠN TRÍCH TÓM TẮT (LOCKED 2 LINES — MIN-HEIGHT 40PX) */
.home-blogs .post-desc,
.section-blogs .post-desc,
.home-news .post-desc,
.section-news .post-desc,
.home-blogs .post-content,
.section-blogs .post-content,
.home-news .post-content,
.section-news .post-content,
.home-blogs .article-desc,
.section-blogs .article-desc,
.home-news .article-desc,
.section-news .article-desc,
.home-blogs .desc,
.section-blogs .desc,
.home-news .desc,
.section-news .desc,
.home-blogs .summary,
.section-blogs .summary,
.home-news .summary,
.section-news .summary,
.home-blogs .snippet,
.section-blogs .snippet,
.home-news .snippet,
.section-news .snippet,
.home-blogs .item p,
.section-blogs .item p,
.home-news .item p,
.section-news .item p,
.blog-card .blog-card__desc,
.blog-card p,
[class*="home-blog"] .post-desc,
[class*="home-news"] .post-desc,
[class*="home-blog"] .post-content,
[class*="home-news"] .post-content,
[class*="home-blog"] .desc,
[class*="home-news"] .desc,
[class*="home-blog"] .summary,
[class*="home-news"] .summary,
[class*="home-blog"] p,
[class*="home-news"] p {
  font-family: var(--font-body, "Shopee Display", sans-serif) !important;
  font-size: 13.5px !important;
  line-height: 1.5 !important;
  color: #64748b !important;
  min-height: 40px !important;
  max-height: 40px !important;
  height: 40px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* NÚT ĐIỀU HƯỚNG CAROUSEL TRANG CHỦ (NEXT/PREV ARROWS) */
.home-blogs .owl-nav button,
.section-blogs .owl-nav button,
.home-news .owl-nav button,
.section-news .owl-nav button,
.blog-section .owl-nav button,
[class*="home-blog"] .owl-nav button,
[class*="home-news"] .owl-nav button {
  width: 40px !important;
  height: 40px !important;
  background: #ffffff !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
  border: 1px solid #e2e8f0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #1F1D1D !important;
  transition: all 0.25s ease !important;
  cursor: pointer !important;
}

.home-blogs .owl-nav button:hover,
.section-blogs .owl-nav button:hover,
.home-news .owl-nav button:hover,
.section-news .owl-nav button:hover,
.blog-section .owl-nav button:hover,
[class*="home-blog"] .owl-nav button:hover,
[class*="home-news"] .owl-nav button:hover {
  background: var(--ggg-cobalt-core, #0047AB) !important;
  color: #ffffff !important;
  border-color: var(--ggg-cobalt-core, #0047AB) !important;
  transform: translateY(-50%) scale(1.08) !important;
}

/* ==========================================================================
   11. BESTSELLER / FLASH SALE SOFT CARDS (Products Only)
   ========================================================================== */
.product-card,
.product-item:not(.coupon-item):not(.item-coupon),
.grid-product,
.pro-loop:not(.coupon-item),
.product-loop,
.item-product:not(.coupon-item),
.product-block:not([class*="coupon"]) {
  background: #ffffff !important;
  border-radius: 20px !important;
  border: 1px solid #eef2f6 !important;
  box-shadow: 0 4px 18px rgba(31, 29, 29, 0.04) !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.3s ease !important;
  overflow: hidden !important;
  position: relative !important;
}

.product-card:hover,
.product-item:not(.coupon-item):not(.item-coupon):hover,
.grid-product:hover,
.pro-loop:not(.coupon-item):hover,
.product-loop:hover,
.item-product:not(.coupon-item):hover,
.product-block:not([class*="coupon"]):hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 36px rgba(0, 71, 171, 0.12) !important;
  border-color: #0099FF !important;
}

.product-card .product-title a,
.pro-loop .pro-name a,
.product-item .pro-name a,
.grid-product .pro-name a {
  font-family: var(--font-body, "Shopee Display", sans-serif) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--color-fg, #1F1D1D) !important;
  line-height: 1.4 !important;
  transition: color 0.2s ease !important;
}

.product-card .product-title a:hover,
.pro-loop .pro-name a:hover,
.product-item .pro-name a:hover {
  color: #0047AB !important;
}

.pro-price,
.product-price,
.pro-loop .pro-price .current-price,
.product-item .pro-price .current-price {
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 19px !important;
  font-weight: 800 !important;
  color: #0047AB !important;
}

.pro-loop .pro-price del,
.product-item .pro-price del {
  font-size: 13.5px !important;
  color: #94a3b8 !important;
  font-weight: 500 !important;
}

.product-card .btn-buy,
.pro-loop .btn-buy,
.product-item .btn-buy,
.grid-product .btn-buy,
.pro-loop .btn-addtocart,
.product-item .btn-addtocart {
  background: linear-gradient(135deg, #FF6600 0%, #FF5F1F 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 8px 18px !important;
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
  box-shadow: 0 4px 12px rgba(255, 102, 0, 0.28) !important;
  transition: all 0.2s ease !important;
}

.product-card .btn-buy:hover,
.pro-loop .btn-buy:hover,
.product-item .btn-buy:hover,
.grid-product .btn-buy:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(255, 102, 0, 0.4) !important;
  color: #ffffff !important;
}

/* ==========================================================================
   11.1. ULTRA-CRISP HIGH RESOLUTION PRODUCT IMAGES (ANTI-BLUR / RETINA HD)
   ========================================================================== */
.product-card img,
.product-item img,
.pro-loop img,
.grid-product img,
.product-loop img,
.item-product img,
.product-block img,
.related-product img,
.related-products img,
.product-image-feature,
.product-thumb img,
.gallery-img img,
.product-img img,
.pro-loop-image img {
  image-rendering: -webkit-optimize-contrast !important;
  image-rendering: crisp-edges !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  transform: translateZ(0) !important;
}

/* ==========================================================================
   12. CATEGORY PILLS & BADGES
   ========================================================================== */
.category-pill,
.category-item,
.collection-pill,
.collection-item-pill {
  display: inline-flex !important;
  align-items: center !important;
  padding: 10px 22px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  color: #1F1D1D !important;
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-decoration: none !important;
}

.category-pill:hover,
.category-pill.active,
.collection-pill:hover,
.collection-pill.active {
  background: linear-gradient(135deg, #0047AB 0%, #0099FF 100%) !important;
  color: #ffffff !important;
  border-color: #0047AB !important;
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 6px 18px rgba(0, 71, 171, 0.3) !important;
}

/* ==========================================================================
   13. MOBILE STICKY QUICK BUY BAR
   ========================================================================== */
@media (max-width: 768px) {
  .pdv-mobile-sticky-bar {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: rgba(255, 255, 255, 0.96) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border-top: 1px solid #e2e8f0 !important;
    padding: 10px 16px !important;
    padding-bottom: calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 14px !important;
    z-index: 9999 !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08) !important;
  }

  .pdv-mobile-sticky-bar .sticky-price-wrap {
    flex: 0 0 auto !important;
  }

  .pdv-mobile-sticky-bar .sticky-price-label {
    font-size: 11px !important;
    color: #64748b !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    display: block !important;
    line-height: 1 !important;
    margin-bottom: 2px !important;
  }

  .pdv-mobile-sticky-bar .sticky-price {
    font-family: var(--font-display, "DFVN Malinton", "Shopee Display", sans-serif) !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    color: #0047AB !important;
    line-height: 1.1 !important;
  }

  .pdv-mobile-sticky-bar .sticky-price del {
    font-size: 11.5px !important;
    color: #94a3b8 !important;
    margin-left: 4px !important;
    font-weight: 500 !important;
  }

  .pdv-mobile-sticky-bar .sticky-btn-buy {
    flex: 1 !important;
    background: linear-gradient(135deg, #FF6600 0%, #FF5F1F 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 12px 20px !important;
    font-family: var(--font-display, "DFVN Malinton", "Shopee Display", sans-serif) !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    box-shadow: 0 4px 14px rgba(255, 102, 0, 0.35) !important;
    cursor: pointer !important;
    text-align: center !important;
    transition: transform 0.15s ease !important;
  }

  .pdv-mobile-sticky-bar .sticky-btn-buy:active {
    transform: scale(0.97) !important;
  }

  /* 📝 Tinh chỉnh kích thước chữ tên sản phẩm & mô tả trên Mobile */
  .product-title .widget-title,
  .product-title h1 {
    font-size: 16.5px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.2px !important;
  }
  .metadescription p,
  .pro-short-desc {
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    color: #475569 !important;
    margin-bottom: 12px !important;
  }

  /* 🔘 Nút Thêm vào giỏ & Mua ngay trên Mobile */
  .pdv-buttons {
    gap: 8px !important;
  }
  .pdv-btn {
    font-size: 12.5px !important;
    padding: 12px 6px !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  /* Khoảng đệm an toàn cho thanh Sticky Quick Buy trên mobile */
  #product-page,
  #wrapper-detail {
    padding-bottom: 30px !important;
  }

  /* Nút Back to Top lơ lửng phía trên thanh Sticky Quick Buy */
  #bttop,
  .scroll-to-top,
  [id*="bttop"],
  .back-to-top {
    bottom: calc(76px + env(safe-area-inset-bottom, 0px)) !important;
    z-index: 9998 !important;
  }
}

@media (max-width: 380px) {
  .pdv-btn {
    font-size: 11.5px !important;
    padding: 11px 4px !important;
  }
}

/* ==========================================================================
   13.1 TABS & KHUNG MÔ TẢ CHI TIẾT SẢN PHẨM
   ========================================================================== */
.tabs-wrapper {
  margin-top: 28px !important;
  margin-bottom: 44px !important;
}

.ss10k-description-wrapper {
  position: relative !important;
  margin-bottom: 24px !important;
}

.ss10k-readmore-wrap {
  text-align: center !important;
  margin: 20px 0 28px 0 !important;
  position: relative !important;
  z-index: 10 !important;
  clear: both !important;
}

.ss10k-readmore-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  padding: 12px 28px !important;
  background: #ffffff !important;
  border: 1.5px solid #0047AB !important;
  color: #0047AB !important;
  border-radius: 999px !important;
  font-family: var(--font-display, "DFVN Malinton", "Shopee Display", sans-serif) !important;
  font-weight: 800 !important;
  font-size: 13px !important;
  cursor: pointer !important;
  box-shadow: 0 4px 14px rgba(0, 71, 171, 0.12) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.ss10k-readmore-btn:hover {
  background: rgba(0, 71, 171, 0.05) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(0, 71, 171, 0.22) !important;
}

/* ==========================================================================
   14. PRODUCT DETAIL COUPON SYSTEM & POPUP/DRAWER (CHUẨN HOÁ G.G.G)
   ========================================================================== */

/* 14.1 DẢI THẺ TAG COUPON MINI TRÊN TRANG CHI TIẾT SẢN PHẨM */
.product-coupon__wrapper {
  margin: 18px 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.product-coupon__wrapper .title-16 {
  font-size: 13.5px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 10px !important;
  font-family: var(--font-display) !important;
}

.product-coupons.coupon-toggle-btn {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px 10px !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
}

.product-coupon__wrapper .coupon_item.lite,
.product-coupons .coupon_item.lite,
.product-coupons .coupon_item {
  background: #fff7ed !important;
  border: 1.5px dashed #ff6600 !important;
  border-radius: 20px !important;
  padding: 5px 14px !important;
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
  box-shadow: 0 2px 6px rgba(255, 102, 0, 0.08) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.product-coupon__wrapper .coupon_item.lite:hover,
.product-coupons .coupon_item.lite:hover,
.product-coupons .coupon_item:hover {
  background: linear-gradient(135deg, #ff6600 0%, #ff3300 100%) !important;
  border-color: #ff3300 !important;
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 6px 16px rgba(255, 102, 0, 0.28) !important;
}

.product-coupon__wrapper .coupon_item.lite .coupon_content,
.product-coupons .coupon_item .coupon_content {
  font-size: 12.5px !important;
  font-weight: 800 !important;
  color: #c2410c !important;
  font-family: var(--font-display) !important;
  letter-spacing: 0.3px !important;
  line-height: 1.2 !important;
  transition: color 0.25s ease !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.product-coupon__wrapper .coupon_item.lite:hover .coupon_content,
.product-coupons .coupon_item:hover .coupon_content {
  color: #ffffff !important;
}

.product-coupons .icon {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: #f1f5f9 !important;
  color: #0047ab !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  transition: all 0.25s ease !important;
  margin-left: 2px !important;
}

.product-coupons:hover .icon {
  background: #0047ab !important;
  color: #ffffff !important;
  transform: translateX(3px) !important;
}

/* ==========================================================================
   14. PRODUCT DETAIL INLINE COUPON DROPDOWN (XỔ TẠI CHỖ & CHỐNG TRÀN FOOTER)
   ========================================================================== */

/* 14.1 DẢI THẺ TAG COUPON MINI TRÊN TRANG CHI TIẾT SẢN PHẨM */
.product-coupon__wrapper {
  margin: 18px 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.product-coupon__wrapper .title-16 {
  font-size: 13.5px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 10px !important;
  font-family: var(--font-display) !important;
}

.product-coupons.coupon-toggle-btn {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px 10px !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
}

.product-coupon__wrapper .coupon_item.lite,
.product-coupons .coupon_item.lite,
.product-coupons .coupon_item {
  background: #fff7ed !important;
  border: 1.5px dashed #ff6600 !important;
  border-radius: 20px !important;
  padding: 5px 14px !important;
  margin: 0 !important;
  width: auto !important;
  max-width: none !important;
  box-shadow: 0 2px 6px rgba(255, 102, 0, 0.08) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.product-coupon__wrapper .coupon_item.lite:hover,
.product-coupons .coupon_item.lite:hover,
.product-coupons .coupon_item:hover {
  background: linear-gradient(135deg, #ff6600 0%, #ff3300 100%) !important;
  border-color: #ff3300 !important;
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 6px 16px rgba(255, 102, 0, 0.28) !important;
}

.product-coupon__wrapper .coupon_item.lite .coupon_content,
.product-coupons .coupon_item .coupon_content {
  font-size: 12.5px !important;
  font-weight: 800 !important;
  color: #c2410c !important;
  font-family: var(--font-display) !important;
  letter-spacing: 0.3px !important;
  line-height: 1.2 !important;
  transition: color 0.25s ease !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

.product-coupon__wrapper .coupon_item.lite:hover .coupon_content,
.product-coupons .coupon_item:hover .coupon_content {
  color: #ffffff !important;
}

.product-coupons .icon {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  background: #f1f5f9 !important;
  color: #0047ab !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  transition: all 0.25s ease !important;
  margin-left: 2px !important;
}

.product-coupons:hover .icon {
  background: #0047ab !important;
  color: #ffffff !important;
}

.product-coupon__wrapper.is-expanded .icon i,
.product-coupon__wrapper.is-expanded .icon {
  transform: rotate(90deg) !important;
  background: #0047ab !important;
  color: #ffffff !important;
}

/* 14.2 KHUNG XỔ NỘI DUNG MÃ GIẢM GIÁ TẠI CHỖ (INLINE ACCORDION) */
.product-coupon-dropdown {
  margin-top: 12px !important;
  padding: 14px !important;
  background: #fffdf9 !important;
  border: 1.5px solid #fed7aa !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 16px rgba(255, 102, 0, 0.08) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  animation: gggDropdownSlide 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards !important;
}

@keyframes gggDropdownSlide {
  0% {
    opacity: 0;
    transform: translateY(-8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.pdv-coupon-card {
  background: #ffffff !important;
  border: 1px solid #fed7aa !important;
  border-radius: 12px !important;
  padding: 12px 14px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
  transition: all 0.2s ease !important;
}

.pdv-coupon-card:hover {
  border-color: #ff6600 !important;
  box-shadow: 0 4px 12px rgba(255, 102, 0, 0.12) !important;
}

.pdv-coupon-card__header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
}

.pdv-coupon-badge {
  background: #fef3c7 !important;
  border: 1px solid #fde68a !important;
  color: #d97706 !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  padding: 3px 10px !important;
  border-radius: 8px !important;
  font-family: var(--font-display) !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
}

.pdv-btn-copy {
  background: linear-gradient(135deg, #FF6600 0%, #FF3300 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 5px 14px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  font-family: var(--font-display) !important;
  cursor: pointer !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 2px 8px rgba(255, 102, 0, 0.25) !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.pdv-btn-copy:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 12px rgba(255, 102, 0, 0.38) !important;
}

.pdv-coupon-title {
  font-size: 13.5px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  line-height: 1.35 !important;
  font-family: var(--font-body) !important;
}

.pdv-coupon-desc,
.pdv-coupon-condition {
  font-size: 12px !important;
  color: #64748b !important;
  line-height: 1.45 !important;
  font-family: var(--font-body) !important;
}

/* 14.3 KHỬ 100% NỘI DUNG THỪA DƯỚI ĐÁY TRANG VÀ FOOTER */
.site-footer ~ .product-coupon,
.site-footer ~ #product-coupon,
.site-footer ~ .modal-coupon,
.site-footer ~ .coupon-modal,
.site-footer ~ [class*="product-coupon"],
.site-footer ~ [id*="product-coupon"],
.site-footer ~ [class*="coupon-drawer"],
.site-footer ~ [class*="drawer-coupon"],
body > .product-coupon,
body > #product-coupon,
body > .modal-coupon,
body > .coupon-modal,
body > [class*="product-coupon"]:not(#wrapper-detail *):not(.site-content *),
body > [id*="product-coupon"]:not(#wrapper-detail *):not(.site-content *),
.modal[id*="coupon"],
#product-coupon:not(.site-content *),
.product-coupon:not(.site-content *) {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
}

/* ==========================================================================
   15. CART PAGE LUXURY REDESIGN (G.G.G DESIGN SYSTEM 2025)
   ========================================================================== */
.ggg-cart-page-wrapper,
#pages.site-content:has(.cart-page) {
  padding: 24px 0 60px 0 !important;
  background: #f8fafc !important;
  min-height: 60vh !important;
}

.cart-page.widget {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}

.cart-page-header {
  display: flex !important;
  align-items: baseline !important;
  gap: 12px !important;
  margin-bottom: 24px !important;
  padding-bottom: 16px !important;
  border-bottom: 2px solid #e2e8f0 !important;
}

.cart-page .widget-title,
.cart-page h1 {
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 30px !important;
  font-weight: 900 !important;
  color: var(--color-fg, #1F1D1D) !important;
  margin: 0 0 20px 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.cart-header-count {
  font-family: var(--font-body, "Shopee Display", sans-serif) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #64748b !important;
}

/* KHUNG GIỎ HÀNG TRỐNG */
.cart-empty {
  background: #ffffff !important;
  border-radius: 24px !important;
  padding: 60px 24px !important;
  border: 1.5px solid #e2e8f0 !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04) !important;
  margin: 20px 0 50px 0 !important;
  text-align: center !important;
}

.cart-empty-icon {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50% !important;
  background: #e0f2fe !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 20px !important;
}

.cart-empty .empty-text,
.cart-empty p.text-center:first-child {
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  color: #1e293b !important;
  margin-bottom: 8px !important;
}

.cart-empty .empty-subtext {
  font-family: var(--font-body, "Shopee Display", sans-serif) !important;
  font-size: 16px !important;
  color: #64748b !important;
  margin-bottom: 28px !important;
}

.btn-empty-shop,
.cart-empty .cart-continue a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: linear-gradient(135deg, #0047AB 0%, #0099FF 100%) !important;
  color: #ffffff !important;
  padding: 14px 36px !important;
  border-radius: 999px !important;
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(0, 71, 171, 0.3) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.btn-empty-shop:hover,
.cart-empty .cart-continue a:hover {
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 10px 28px rgba(0, 71, 171, 0.45) !important;
  color: #ffffff !important;
}

/* BỐ CỤC 2 CỘT HIỆN ĐẠI (CHỈ ÁP DỤNG TRANG GIỎ HÀNG, KHÔNG ẢNH HƯỞNG HEADER MINI-CART) */
.cart-page .cart-page-main-layout,
.cart-page .cart-list {
  display: grid !important;
  grid-template-columns: 1fr 380px !important;
  gap: 32px !important;
  align-items: start !important;
}

/* CỘT TRÁI: DANH SÁCH SẢN PHẨM TRANG CART */
.cart-page .cart-left {
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 24px !important;
  padding: 24px 28px !important;
  box-shadow: 0 4px 20px rgba(31, 29, 29, 0.04) !important;
}

.cart-page .cart-item-header {
  display: grid !important;
  grid-template-columns: 1fr 140px 120px 40px !important;
  padding-bottom: 14px !important;
  border-bottom: 1.5px solid #f1f5f9 !important;
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  color: #64748b !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.cart-page .cart-item-header .col-sl {
  text-align: center !important;
}

.cart-page .cart-item-header .col-tt {
  text-align: right !important;
}

.cart-page .cart-item {
  display: flex !important;
  flex-direction: column !important;
}

.cart-page .mb-cart {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 20px 0 !important;
  border-bottom: 1px solid #f1f5f9 !important;
  position: relative !important;
}

.cart-page .mb-cart:last-child {
  border-bottom: none !important;
}

.cart-page .product_image {
  flex: 0 0 90px !important;
  width: 90px !important;
  height: 90px !important;
}

.cart-page .product_image a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  border: 1px solid #e2e8f0 !important;
  background: #f8fafc !important;
}

.cart-page .product_image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.3s ease !important;
}

.cart-page .mb-cart:hover .product_image img {
  transform: scale(1.05) !important;
}

.cart-page .product-info {
  display: grid !important;
  grid-template-columns: 1fr 140px 120px 40px !important;
  align-items: center !important;
  gap: 16px !important;
  flex: 1 !important;
}

.cart-page .product-info .title {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.cart-page .product-info .item-title {
  font-family: var(--font-body, "Shopee Display", sans-serif) !important;
  font-size: 16.5px !important;
  font-weight: 700 !important;
  color: var(--color-fg, #1F1D1D) !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.cart-page .product-info .item-title:hover {
  color: var(--ggg-cobalt-core, #0047AB) !important;
}

.cart-page .item-variant,
.cart-page .product-info .item-price span:not(.new):not(.old) {
  font-size: 13.5px !important;
  color: #64748b !important;
  font-family: var(--font-body, "Shopee Display", sans-serif) !important;
}

.cart-page .product-info .item-price {
  margin-top: 4px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.cart-page .product-info .item-price .new {
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #0047AB !important;
}

.cart-page .product-info .item-price .old,
.cart-page .product-info .item-price s {
  font-size: 13px !important;
  color: #94a3b8 !important;
  font-weight: 500 !important;
}

/* NÚT TĂNG GIẢM SỐ LƯỢNG */
.cart-page .box_qty {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f8fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 999px !important;
  padding: 3px 6px !important;
  gap: 4px !important;
  width: fit-content !important;
  margin: 0 auto !important;
}

.cart-page .box_qty .qty-btn {
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
  border: none !important;
  background: #ffffff !important;
  color: #1e293b !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06) !important;
  transition: all 0.2s ease !important;
  line-height: 1 !important;
  padding: 0 !important;
}

.cart-page .box_qty .qty-btn:hover:not(.disabled) {
  background: #0047AB !important;
  color: #ffffff !important;
  transform: scale(1.08) !important;
}

.cart-page .box_qty .qty-btn.disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
  background: #e2e8f0 !important;
}

.cart-page .box_qty .quantity-selector {
  width: 36px !important;
  height: 28px !important;
  border: none !important;
  background: transparent !important;
  text-align: center !important;
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #1e293b !important;
  padding: 0 !important;
  outline: none !important;
}

/* THÀNH TIỀN */
.cart-page .price-text {
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  color: #0047AB !important;
  text-align: right !important;
}

/* NÚT XOÁ SẢN PHẨM */
.cart-page .item-remove {
  text-align: right !important;
}

.cart-page .item-remove a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: #fff1f2 !important;
  color: #e11d48 !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-decoration: none !important;
}

.cart-page .item-remove a:hover {
  background: #e11d48 !important;
  color: #ffffff !important;
  transform: scale(1.1) !important;
  box-shadow: 0 4px 12px rgba(225, 29, 72, 0.3) !important;
}

/* TIẾP TỤC MUA SẮM */
.cart-page .cart-bottom-actions,
.cart-page .cart-left .cart-continue {
  margin-top: 24px !important;
  padding-top: 16px !important;
  border-top: 1.5px solid #f1f5f9 !important;
}

.cart-page .cart-continue-link,
.cart-page .cart-left .cart-continue a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 10px 22px !important;
  border-radius: 999px !important;
  background: #f1f5f9 !important;
  border: 1.5px solid #e2e8f0 !important;
  color: #0047AB !important;
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 14.5px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.cart-page .cart-continue-link:hover,
.cart-page .cart-left .cart-continue a:hover {
  background: #0047AB !important;
  color: #ffffff !important;
  border-color: #0047AB !important;
  transform: translateX(-3px) !important;
}

/* CỘT PHẢI: TỔNG KẾT ĐƠN HÀNG */
.cart-page .cart-sumary {
  background: #ffffff !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 24px !important;
  padding: 28px 24px !important;
  box-shadow: 0 8px 30px rgba(0, 71, 171, 0.08) !important;
  position: sticky !important;
  top: 100px !important;
}

.cart-page .cart-sumary .title {
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #1e293b !important;
  letter-spacing: 0.5px !important;
  padding-bottom: 14px !important;
  border-bottom: 1.5px solid #f1f5f9 !important;
  margin-bottom: 18px !important;
  text-transform: uppercase !important;
}

.cart-page .cart-sumary .info {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 12px !important;
  font-family: var(--font-body, "Shopee Display", sans-serif) !important;
  font-size: 16px !important;
  color: #475569 !important;
}

.cart-page .cart-sumary .info p {
  margin: 0 !important;
}

.cart-page .cart-sumary .sumary-count {
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: #1e293b !important;
  background: #f1f5f9 !important;
  padding: 2px 10px !important;
  border-radius: 8px !important;
}

.cart-page .cart-sumary .info.info-total {
  padding-top: 16px !important;
  border-top: 1.5px dashed #cbd5e1 !important;
  margin-top: 16px !important;
  margin-bottom: 20px !important;
}

.cart-page .cart-sumary .info.info-total p {
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #0f172a !important;
}

.cart-page .cart-sumary .info.info-total .total-price-val,
.cart-page .cart-sumary .info.info-total span:last-child {
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  color: #0047AB !important;
}

/* GHI CHÚ ĐƠN HÀNG */
.cart-page .sum-note {
  margin-bottom: 22px !important;
}

.cart-page .sum-note .note-title {
  font-family: var(--font-body, "Shopee Display", sans-serif) !important;
  font-size: 14px !important;
  color: #64748b !important;
  margin-bottom: 8px !important;
}

.cart-page .sum-note .note-title span {
  font-weight: 700 !important;
  color: #1e293b !important;
}

.cart-page #cart-note {
  width: 100% !important;
  min-height: 75px !important;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 14px !important;
  padding: 10px 14px !important;
  font-family: var(--font-body, "Shopee Display", sans-serif) !important;
  font-size: 14.5px !important;
  color: #1e293b !important;
  box-sizing: border-box !important;
  outline: none !important;
  transition: all 0.2s ease !important;
  resize: vertical !important;
  background: #f8fafc !important;
}

.cart-page #cart-note:focus {
  border-color: #0099FF !important;
  background: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(0, 153, 255, 0.15) !important;
}

/* NÚT ĐẶT HÀNG CTA CAM 100% FULL-PILL CHỮ TRẮNG */
.cart-page .sumary-checkout {
  margin-bottom: 16px !important;
}

.cart-page .cart-checkout {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  background: linear-gradient(135deg, #FF6600 0%, #FF5F1F 100%) !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 15px 24px !important;
  font-family: var(--font-display, "DFVN Malinton", sans-serif) !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.8px !important;
  text-decoration: none !important;
  box-shadow: 0 6px 20px rgba(255, 102, 0, 0.35) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
}

.cart-page .cart-checkout:hover {
  transform: translateY(-2px) scale(1.02) !important;
  box-shadow: 0 10px 28px rgba(255, 102, 0, 0.5) !important;
  color: #ffffff !important;
}

/* HINT NOTE */
.cart-page .info-note {
  font-family: var(--font-body, "Shopee Display", sans-serif) !important;
  font-size: 13.5px !important;
  color: #64748b !important;
  line-height: 1.5 !important;
  background: #f8fafc !important;
  border: 1px dashed #cbd5e1 !important;
  border-radius: 12px !important;
  padding: 10px 12px !important;
  text-align: center !important;
}

.cart-page .info-note .sparkle {
  color: #FF6600 !important;
  font-weight: 900 !important;
  margin-right: 2px !important;
}

/* RESPONSIVE MOBILE */
@media (max-width: 991px) {
  .cart-page .cart-page-main-layout,
  .cart-page .cart-list {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .cart-page .cart-sumary {
    position: static !important;
  }
}

@media (max-width: 768px) {
  .cart-page .widget-title,
  .cart-page h1 {
    font-size: 24px !important;
  }

  .cart-page .cart-left {
    padding: 18px 16px !important;
    border-radius: 18px !important;
  }

  .cart-page .cart-item-header {
    display: none !important;
  }

  .cart-page .mb-cart {
    gap: 14px !important;
    padding: 16px 0 !important;
    align-items: flex-start !important;
  }

  .cart-page .product_image {
    flex: 0 0 75px !important;
    width: 75px !important;
    height: 75px !important;
  }

  .cart-page .product-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 10px !important;
    width: calc(100% - 90px) !important;
  }

  .cart-page .product-info .title {
    padding-right: 32px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .cart-page .product-info .item-title {
    font-size: 15px !important;
  }

  .cart-page .product-info .qty {
    margin-top: 4px !important;
  }

  .cart-page .price-text {
    font-size: 16px !important;
    text-align: left !important;
  }

  .cart-page .item-remove {
    position: absolute !important;
    top: 14px !important;
    right: 0 !important;
  }

  .cart-page .item-remove a {
    width: 32px !important;
    height: 32px !important;
  }

  .cart-page .cart-sumary {
    padding: 20px 16px !important;
    border-radius: 18px !important;
  }
}

/* ==========================================================================
   16. HEADER MINI-CART POPOVER / DROPDOWN (G.G.G LUXURY STYLING)
   ========================================================================== */
.site-header-cart .cart_content,
.site-header .cart_content,
.header-action-cart .cart_content {
  width: 360px !important;
  min-width: 360px !important;
  max-width: 380px !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 16px 40px rgba(0, 71, 171, 0.14), 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  padding: 20px !important;
  box-sizing: border-box !important;
  z-index: 150 !important;
}

.site-header-cart .cart_content h4.cart-title {
  font-family: var(--font-display) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  color: var(--color-fg) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  text-align: center !important;
  padding: 0 0 14px 0 !important;
  margin: 0 0 14px 0 !important;
  border-bottom: 1px solid #f1f5f9 !important;
}

.cart_content .cart-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  max-height: 280px !important;
  overflow-y: auto !important;
  padding: 0 4px 0 0 !important;
  margin: 0 0 14px 0 !important;
  border: none !important;
  background: transparent !important;
}

.cart_content .cart-list .item-cart {
  background: #f8fafc !important;
  border: 1px solid #f1f5f9 !important;
  border-radius: 14px !important;
  padding: 10px 12px !important;
  margin: 0 !important;
  transition: all 0.2s ease !important;
}

.cart_content .cart-list .item-cart:hover {
  background: #ffffff !important;
  border-color: #cbd5e1 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

.item-cart .nav-bar-item {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  width: 100% !important;
}

.item-cart .image-cart {
  flex: 0 0 54px !important;
  width: 54px !important;
  height: 54px !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  border: 1px solid #e2e8f0 !important;
  background: #ffffff !important;
}

.item-cart .image-cart img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.item-cart .text_cart {
  flex: 1 !important;
  padding: 0 !important;
  min-width: 0 !important;
}

.item-cart .text_cart h4 {
  font-family: var(--font-body) !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  color: var(--color-fg) !important;
  margin: 0 0 4px 0 !important;
  white-space: normal !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
}

.item-cart .text_cart h4 a {
  color: var(--color-fg) !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}

.item-cart .text_cart h4 a:hover {
  color: var(--ggg-cobalt-core) !important;
}

.item-cart .text_cart .new-price {
  font-family: var(--font-display) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: var(--ggg-active-orange) !important;
}

.item-cart .text_cart .qty-count {
  font-size: 13px !important;
  color: #64748b !important;
  font-family: var(--font-body) !important;
  margin-left: 4px !important;
}

.nav-bar-item .remove_link {
  flex: 0 0 24px !important;
  width: 24px !important;
  text-align: right !important;
}

.nav-bar-item .remove_link a {
  color: #94a3b8 !important;
  transition: color 0.2s ease !important;
}

.nav-bar-item .remove_link a:hover {
  color: #e11d48 !important;
}

.cart_content .cart-check-mini {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 10px 0 0 0 !important;
  border-top: 1px solid #f1f5f9 !important;
}

.cart_content .cart-check-mini a {
  flex: 1 !important;
  height: 42px !important;
  border-radius: 999px !important;
  font-family: var(--font-display) !important;
  font-size: 13.5px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-sizing: border-box !important;
}

.cart_content .cart-check-mini a *,
.cart-check-mini a * {
  background: transparent !important;
  background-color: transparent !important;
  color: inherit !important;
}

.cart_content .cart-check-mini a[href*="cart"],
.cart_content .cart-check-mini a:first-child {
  background: #f1f5f9 !important;
  border: 1.5px solid #cbd5e1 !important;
  color: var(--ggg-cobalt-core) !important;
}

.cart_content .cart-check-mini a[href*="cart"]:hover,
.cart_content .cart-check-mini a:first-child:hover {
  background: var(--ggg-cobalt-core) !important;
  color: #ffffff !important;
  border-color: var(--ggg-cobalt-core) !important;
}

.cart_content .cart-check-mini a[href*="checkout"],
.cart_content .cart-check-mini a:last-child {
  background: linear-gradient(135deg, #FF6600 0%, #FF5F1F 100%) !important;
  color: #ffffff !important;
  border: none !important;
  box-shadow: 0 4px 14px rgba(255, 102, 0, 0.3) !important;
}

.cart_content .cart-check-mini a[href*="checkout"]:hover,
.cart_content .cart-check-mini a:last-child:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 18px rgba(255, 102, 0, 0.45) !important;
}

/* ==========================================================================
   13. BLOG & ARTICLE DETAIL PAGE (LUXURY EDITORIAL & SIDEBAR REDESIGN)
   ========================================================================== */

/* Khung container bài viết chi tiết & Grid 2 cột */
.article-detail,
.blog-detail,
.detail-blog,
.content-blog,
#article,
.wrapper-article,
.articles-detail,
.layout-article,
.page-article,
.news-detail,
.article-page {
  padding: 16px 0 60px 0 !important;
  background: transparent !important;
}

.article-detail .container > .row,
.blog-detail .row,
.page-article .row,
.layout-article .row,
.articles-detail .row {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 32px 0 !important;
}

/* Cột nội dung bài viết chính (Left Column) */
.article-left,
.content-article,
.detail-article-content,
.blog-content-left,
.article-detail .col-lg-8,
.article-detail .col-md-8,
.page-article .col-lg-8,
.page-article .col-md-8,
.layout-article .col-lg-8,
.layout-article .col-md-8 {
  background: #ffffff !important;
  border-radius: 24px !important;
  padding: 36px 36px !important;
  border: 1.5px solid #f1f5f9 !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.03) !important;
  box-sizing: border-box !important;
}

/* Tiêu đề bài viết (Article Title) */
.article-title,
.article-title h1,
h1.article-title,
.detail-title,
.title-article,
.blog-detail-title,
.article-head h1,
.content-article h1,
.article-header h1,
#article h1.title,
.article-detail h1,
.page-title-article {
  font-family: var(--font-display, "Shopee Display", sans-serif) !important;
  font-size: 26px !important;
  font-weight: 900 !important;
  color: var(--color-fg, #1F1D1D) !important;
  line-height: 1.38 !important;
  letter-spacing: 0.2px !important;
  margin: 0 0 18px 0 !important;
  text-transform: uppercase !important;
}

/* Thông tin Meta bài viết (Tác giả, Ngày đăng, Tag) */
.article-meta,
.article-date,
.date-article,
.author-article,
.post-info,
.article-info,
.blog-tags,
.article-tags,
.article-author,
.article-time,
.time-post {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-bottom: 24px !important;
  padding-bottom: 18px !important;
  border-bottom: 1.5px solid #f1f5f9 !important;
  font-family: var(--font-body, "Shopee Display", sans-serif) !important;
  font-size: 13.5px !important;
  color: #64748b !important;
}

.article-tags a,
.blog-tags a,
.article-category a,
.article-category {
  display: inline-flex !important;
  align-items: center !important;
  padding: 5px 14px !important;
  border-radius: 999px !important;
  background: #e0f2fe !important;
  border: 1px solid #bae6fd !important;
  color: var(--ggg-cobalt-core, #0047AB) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  letter-spacing: 0.2px !important;
  transition: all 0.2s ease !important;
}

.article-tags a:hover,
.blog-tags a:hover,
.article-category a:hover {
  background: var(--ggg-cobalt-core, #0047AB) !important;
  color: #ffffff !important;
  border-color: var(--ggg-cobalt-core, #0047AB) !important;
}

/* Typography & Nội dung bài viết chi tiết */
.article-content,
.article-body,
.detail-article-content,
.content-blog,
.entry-content,
.article-desc,
.content_post,
.article-content-body,
.detail-blog-content,
.article-main-content {
  font-family: var(--font-body, "Shopee Display", sans-serif) !important;
  font-size: 17px !important;
  line-height: 1.8 !important;
  color: #334155 !important;
}

.article-content p,
.article-body p,
.detail-article-content p,
.content-blog p,
.entry-content p,
.content_post p {
  font-family: var(--font-body, "Shopee Display", sans-serif) !important;
  font-size: 17px !important;
  line-height: 1.8 !important;
  color: #334155 !important;
  margin-bottom: 20px !important;
}

/* Heading H2 trong bài viết */
.article-content h2,
.article-body h2,
.detail-article-content h2,
.content-blog h2,
.entry-content h2,
.content_post h2 {
  font-family: var(--font-display, "Shopee Display", sans-serif) !important;
  font-size: 21px !important;
  font-weight: 900 !important;
  color: #0f172a !important;
  margin: 34px 0 16px 0 !important;
  line-height: 1.4 !important;
  position: relative !important;
  padding-left: 14px !important;
  border-left: 4px solid var(--ggg-cobalt-core, #0047AB) !important;
}

/* Heading H3 trong bài viết */
.article-content h3,
.article-body h3,
.detail-article-content h3,
.content-blog h3,
.entry-content h3,
.content_post h3 {
  font-family: var(--font-display, "Shopee Display", sans-serif) !important;
  font-size: 18.5px !important;
  font-weight: 800 !important;
  color: var(--ggg-cobalt-core, #0047AB) !important;
  margin: 26px 0 12px 0 !important;
  line-height: 1.4 !important;
}

.article-content h4,
.article-body h4,
.detail-article-content h4,
.content-blog h4 {
  font-family: var(--font-display, "Shopee Display", sans-serif) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #1e293b !important;
  margin: 20px 0 10px 0 !important;
}

.article-content strong,
.article-body strong,
.content-blog strong,
.detail-article-content strong,
.article-content b,
.article-body b {
  color: #0f172a !important;
  font-weight: 800 !important;
}

/* Danh sách gạch đầu dòng */
.article-content ul,
.article-body ul,
.content-blog ul,
.detail-article-content ul {
  margin: 16px 0 24px 0 !important;
  padding-left: 20px !important;
  list-style: disc !important;
}

.article-content ol,
.article-body ol,
.content-blog ol,
.detail-article-content ol {
  margin: 16px 0 24px 0 !important;
  padding-left: 24px !important;
}

.article-content li,
.article-body li,
.content-blog li,
.detail-article-content li {
  font-family: var(--font-body, "Shopee Display", sans-serif) !important;
  font-size: 16.5px !important;
  line-height: 1.75 !important;
  color: #334155 !important;
  margin-bottom: 12px !important;
}

/* Hình ảnh trong bài viết */
.article-content img,
.article-body img,
.content-blog img,
.detail-article-content img {
  border-radius: 18px !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 24px auto !important;
  display: block !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06) !important;
  border: 1px solid #f1f5f9 !important;
}

/* Trích dẫn nổi bật */
.article-content blockquote,
.article-body blockquote,
.content-blog blockquote {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
  border-left: 4px solid var(--ggg-sunset-coral, #FF6600) !important;
  border-radius: 0 16px 16px 0 !important;
  padding: 20px 24px !important;
  margin: 28px 0 !important;
  font-style: italic !important;
  color: #475569 !important;
  font-size: 17px !important;
  line-height: 1.75 !important;
}

/* ==========================================
   SIDEBAR "BÀI VIẾT MỚI" (RECENT POSTS WIDGET)
   ========================================== */
.sidebar-blog,
.news-latest,
.list-blogs,
.widget-recent-posts,
.blog-sidebar,
.aside-blog,
.box_sidebar,
.related-article,
.list-news-latest,
.sidebar-news,
.blog-sidebar-box,
.article-right,
.sidebar .widget,
.sidebar .box_sidebar,
.sidebar .news-latest {
  background: #ffffff !important;
  border: 1.5px solid #eef2f6 !important;
  border-radius: 24px !important;
  padding: 28px 22px !important;
  box-shadow: 0 4px 24px rgba(0, 71, 171, 0.04) !important;
  box-sizing: border-box !important;
  width: 100% !important;
  margin-bottom: 24px !important;
}

/* Tiêu đề Bài viết mới */
.sidebar-blog h2,
.sidebar-blog h3,
.sidebar-blog .title,
.news-latest .title,
.box_sidebar .title,
.blog-sidebar h3,
.widget-recent-posts .title,
.aside-blog .title,
.sidebar .widget-title,
.sidebar h2,
.sidebar h3,
.sidebar .title,
.sidebar-news .title,
.related-article .title {
  font-family: var(--font-display, "Shopee Display", sans-serif) !important;
  font-size: 17.5px !important;
  font-weight: 900 !important;
  color: #0f172a !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding-bottom: 14px !important;
  margin-bottom: 18px !important;
  border-bottom: 2px solid #f1f5f9 !important;
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.sidebar-blog h2:after,
.sidebar-blog h3:after,
.sidebar-blog .title:after,
.news-latest .title:after,
.box_sidebar .title:after,
.blog-sidebar h3:after,
.widget-recent-posts .title:after,
.aside-blog .title:after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -2px !important;
  width: 44px !important;
  height: 2px !important;
  background: var(--ggg-cobalt-core, #0047AB) !important;
  border-radius: 2px !important;
}

/* Danh sách bài viết mới */
.sidebar-blog ul,
.news-latest ul,
.list-blogs ul,
.widget-recent-posts ul,
.aside-blog ul,
.box_sidebar ul,
.list-news,
.list-news-latest {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important;
}

/* Từng item bài viết trong Sidebar */
.item-news,
.item-article,
.post-item,
.news-item,
.list-blogs .item,
.list-news li,
.widget-recent-posts li,
.box_sidebar li,
.sidebar-blog li,
.aside-blog li {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding-bottom: 14px !important;
  border-bottom: 1px solid #f8fafc !important;
  transition: all 0.25s ease !important;
  list-style: none !important;
}

.item-news:last-child,
.item-article:last-child,
.post-item:last-child,
.news-item:last-child,
.list-blogs .item:last-child,
.list-news li:last-child,
.widget-recent-posts li:last-child,
.box_sidebar li:last-child,
.sidebar-blog li:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

/* Thumbnail ảnh bài viết nhỏ ở Sidebar */
.item-news img,
.item-article img,
.post-item img,
.news-item img,
.list-blogs .item img,
.list-news li img,
.widget-recent-posts li img,
.sidebar-blog img {
  width: 68px !important;
  height: 68px !important;
  border-radius: 12px !important;
  object-fit: cover !important;
  flex-shrink: 0 !important;
  border: 1px solid #eef2f6 !important;
  transition: transform 0.25s ease !important;
}

.item-news:hover img,
.item-article:hover img,
.list-news li:hover img,
.sidebar-blog li:hover img {
  transform: scale(1.05) !important;
}

/* Tiêu đề link bài viết ở Sidebar */
.item-news a,
.item-article a,
.post-item a,
.news-item a,
.list-blogs .item a,
.list-news li a,
.widget-recent-posts li a,
.box_sidebar li a,
.sidebar-blog li a,
.aside-blog li a {
  font-family: var(--font-body, "Shopee Display", sans-serif) !important;
  font-size: 14.5px !important;
  font-weight: 700 !important;
  color: #1e293b !important;
  line-height: 1.45 !important;
  text-decoration: none !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.item-news a:hover,
.item-article a:hover,
.post-item a:hover,
.news-item a:hover,
.list-blogs .item a:hover,
.list-news li a:hover,
.widget-recent-posts li a:hover,
.box_sidebar li a:hover,
.sidebar-blog li a:hover,
.aside-blog li a:hover {
  color: var(--ggg-cobalt-core, #0047AB) !important;
  transform: translateX(3px) !important;
}

/* ==========================================
   MOBILE & TABLET RESPONSIVE TỐI ƯU BÀI VIẾT
   ========================================== */
@media (max-width: 991px) {
  .article-left,
  .content-article,
  .detail-article-content,
  .blog-content-left,
  .article-detail .col-lg-8,
  .article-detail .col-md-8,
  .page-article .col-lg-8,
  .page-article .col-md-8 {
    padding: 24px 20px !important;
    border-radius: 18px !important;
  }

  .article-title,
  .article-title h1,
  h1.article-title,
  .detail-title,
  .title-article,
  .blog-detail-title,
  .article-head h1,
  .content-article h1,
  .article-header h1,
  #article h1.title,
  .article-detail h1,
  .page-title-article {
    font-size: 20px !important;
    margin-bottom: 12px !important;
  }

  .article-content,
  .article-body,
  .detail-article-content,
  .content-blog,
  .entry-content,
  .article-desc,
  .content_post {
    font-size: 15.5px !important;
    line-height: 1.7 !important;
  }

  .article-content p,
  .article-body p,
  .detail-article-content p,
  .content-blog p,
  .entry-content p {
    font-size: 15.5px !important;
    line-height: 1.7 !important;
    margin-bottom: 16px !important;
  }

  .article-content h2,
  .article-body h2,
  .detail-article-content h2,
  .content-blog h2 {
    font-size: 18px !important;
    margin: 24px 0 12px 0 !important;
    padding-left: 10px !important;
  }

  .sidebar-blog,
  .news-latest,
  .list-blogs,
  .widget-recent-posts,
  .blog-sidebar,
  .aside-blog,
  .box_sidebar,
  .article-right,
  .article-detail .col-lg-4,
  .article-detail .col-md-4,
  .page-article .col-lg-4,
  .page-article .col-md-4 {
    margin-top: 24px !important;
    position: static !important;
    padding: 20px 18px !important;
    border-radius: 18px !important;
  }
}





