body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}

/* ==========================================================================
   YUELONG TATTOO SUPPLY - LUXURY ARTISTIC TATTOO WIDESCREEN THEME
   - Full-bleed cinematic hero slider
   - Visible Japanese dragon & baroque tattoo slate art background
   - Ultra-widescreen 1720px layout
   - Top promotional announcement ticker
   - Middle flash sale & wholesale tier rebate cards
   - Claimable discount voucher strip
   - Pre-footer VIP Studio Club export showcase
   ========================================================================== */

/* ================= DARK SKIN (DEFAULT) ================= */
:root, html[data-theme="dark"] {
  --yl-bg-main: rgba(10, 12, 18, 0.75);
  --yl-bg-card: rgba(16, 20, 30, 0.82);
  --yl-bg-card-hover: rgba(24, 30, 44, 0.92);
  --yl-bg-glass: rgba(14, 18, 26, 0.78);
  --yl-border: rgba(255, 255, 255, 0.09);
  --yl-border-accent: rgba(212, 175, 55, 0.32);
  --yl-text-primary: #f2f4f8;
  --yl-text-secondary: rgba(255, 255, 255, 0.62);
  --yl-accent: #d4af37;
  --yl-accent-light: #f5df88;
  --yl-accent-dark: #9a7d1a;
  --yl-nav-bg: rgba(10, 12, 18, 0.94);
  --yl-shadow: 0 10px 36px rgba(0, 0, 0, 0.55);
  --yl-font-head: 'Oswald', sans-serif;
  --yl-font-body: 'Montserrat', sans-serif;
  --yl-font-serif: 'Cinzel', serif;
  --yl-input-bg: rgba(255, 255, 255, 0.07);
}

/* ================= LIGHT SKIN ================= */
html[data-theme="light"] {
  --yl-bg-main: rgba(245, 247, 252, 0.88);
  --yl-bg-card: rgba(255, 255, 255, 0.86);
  --yl-bg-card-hover: rgba(255, 255, 255, 0.96);
  --yl-bg-glass: rgba(255, 255, 255, 0.78);
  --yl-border: rgba(0, 0, 0, 0.09);
  --yl-border-accent: rgba(26, 115, 232, 0.28);
  --yl-text-primary: #12141d;
  --yl-text-secondary: rgba(0, 0, 0, 0.58);
  --yl-accent: #1a73e8;
  --yl-accent-light: #4e9af1;
  --yl-accent-dark: #0d47a1;
  --yl-nav-bg: rgba(255, 255, 255, 0.95);
  --yl-shadow: 0 10px 36px rgba(0, 0, 0, 0.09);
  --yl-input-bg: rgba(0, 0, 0, 0.04);
}

/* ================= GLOBAL BASE & VISIBLE TATTOO ART BACKGROUND ================= */
body {
  font-family: var(--yl-font-body);
  color: var(--yl-text-primary);
  background-color: #080a0f;
  background-image: url('/image/catalog/tattoo-gear/tattoo-art-bg.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transition: color 0.35s ease;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Subtle atmospheric overlay that lets the dragon tattoo artwork clearly show */
body::before {
  content: '';
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 50% 15%, rgba(10, 13, 20, 0.45) 0%, rgba(6, 8, 12, 0.78) 100%);
  pointer-events: none;
  z-index: -1;
}

html[data-theme="light"] body {
  background-color: #edf1f7;
  background-image: linear-gradient(180deg, rgba(237, 241, 247, 0.9) 0%, rgba(237, 241, 247, 0.95) 100%), url('/image/catalog/tattoo-gear/tattoo-art-bg.jpg');
}
html[data-theme="light"] body::before {
  background: rgba(240, 243, 249, 0.65);
}

/* ================= TYPOGRAPHY ================= */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--yl-font-head);
  letter-spacing: 0.5px;
  color: var(--yl-text-primary);
  font-weight: 600;
}
a {
  color: var(--yl-accent);
  transition: all 0.2s ease;
}
a:hover, a:focus {
  color: var(--yl-accent-light);
  text-decoration: none;
}

/* ================= ULTRA-WIDESCREEN EXPANSION (50PX SCREEN MARGINS) ================= */
.yl-widescreen-inner {
  max-width: 1680px;
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}
.container {
  max-width: 1680px;
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .yl-widescreen-inner,
  .container {
    width: calc(100% - 24px);
    padding: 0 8px;
  }
}

/* ================= TOP PROMOTION ANNOUNCEMENT TICKER ================= */
#yl-top-promo-bar {
  background: linear-gradient(90deg, #100d05 0%, #1a1406 50%, #100d05 100%);
  border-bottom: 1px solid rgba(212, 175, 55, 0.35);
  padding: 7px 0;
  font-size: 12px;
  color: #f0f2f5;
  position: relative;
  z-index: 100;
}
.yl-promo-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.yl-promo-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.yl-promo-badge {
  background: #d4af37;
  color: #000;
  font-weight: 800;
  font-size: 10px;
  padding: 2px 9px;
  border-radius: 3px;
  letter-spacing: 0.8px;
}
.yl-promo-code {
  background: rgba(212, 175, 55, 0.25);
  border: 1px dashed #d4af37;
  color: #f5df88;
  font-weight: 700;
  padding: 1px 7px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s;
}
.yl-promo-code:hover {
  background: #d4af37;
  color: #000;
}
.yl-promo-right {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
}
.yl-promo-right a {
  color: inherit;
}
.yl-promo-right a:hover {
  color: var(--yl-accent);
}
.yl-promo-divider {
  color: rgba(212, 175, 55, 0.35);
}
.yl-promo-btn {
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--yl-accent);
  color: var(--yl-accent) !important;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 3px;
  transition: all 0.2s;
}
.yl-promo-btn:hover {
  background: var(--yl-accent);
  color: #000 !important;
  text-decoration: none;
}

/* ================= TOP NAV BAR ================= */
#top {
  position: relative !important;
  z-index: 1035 !important;
  background: var(--yl-nav-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--yl-border);
  padding: 8px 0;
  font-size: 12px;
  transition: background 0.3s ease;
}
#top .dropdown, #top .btn-group {
  position: relative;
}
#top .dropdown-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  z-index: 1050 !important;
  background: var(--yl-bg-card) !important;
  border: 1px solid var(--yl-border) !important;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.9) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border-radius: 6px !important;
  min-width: 140px;
  padding: 6px 0 !important;
  margin-top: 4px !important;
}
#top .dropdown-menu > li > a,
#top .dropdown-menu > li > button {
  color: var(--yl-text-primary) !important;
  padding: 7px 14px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  display: block;
  width: 100%;
  text-align: left;
  background: transparent !important;
  border: none !important;
  transition: all 0.2s ease;
}
#top .dropdown-menu > li > a:hover,
#top .dropdown-menu > li > button:hover {
  background: var(--yl-accent) !important;
  color: #000 !important;
  text-shadow: none !important;
}
#top a, #top .btn-link {
  color: var(--yl-text-secondary);
}
#top a:hover, #top .btn-link:hover {
  color: var(--yl-accent);
}

.yl-skin-toggle {
  color: var(--yl-accent) !important;
  font-size: 15px;
  padding: 2px 10px !important;
  border: 1px solid var(--yl-border) !important;
  border-radius: 20px !important;
  background: var(--yl-bg-glass) !important;
  cursor: pointer;
  transition: all 0.2s ease;
}
.yl-skin-toggle:hover {
  border-color: var(--yl-accent) !important;
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.25);
}

/* ================= HEADER ================= */
header {
  background: var(--yl-bg-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 24px 0;
  border-bottom: 1px solid var(--yl-border);
}
#logo h1 {
  margin: 0;
}
#logo h1 a {
  font-family: var(--yl-font-head);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

/* Search Bar */
#search .input-lg {
  background: var(--yl-input-bg);
  border: 1px solid var(--yl-border);
  color: var(--yl-text-primary);
  border-radius: 6px 0 0 6px;
  backdrop-filter: blur(8px);
}
#search .input-lg:focus {
  border-color: var(--yl-accent);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.2);
}
#search .btn-lg {
  background: var(--yl-accent);
  border: 1px solid var(--yl-accent);
  color: #000;
  font-weight: bold;
  border-radius: 0 6px 6px 0;
}
#search .btn-lg:hover {
  background: var(--yl-accent-light);
}

/* Cart Button */
#cart > .btn {
  background: var(--yl-bg-card);
  border: 1px solid var(--yl-border);
  color: var(--yl-text-primary);
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 6px;
}
#cart > .btn:hover {
  border-color: var(--yl-accent);
  color: var(--yl-accent);
}

/* ================= NAVIGATION MENU ================= */
#menu {
  background: var(--yl-nav-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid var(--yl-border);
  border-bottom: 2px solid var(--yl-accent);
  border-radius: 0;
  margin-bottom: 0;
}
#menu .nav > li > a {
  color: var(--yl-text-primary);
  font-family: var(--yl-font-head);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.8px;
  padding: 15px 22px;
  text-transform: uppercase;
}
#menu .nav > li:hover > a, #menu .nav > li.open > a {
  background: rgba(212, 175, 55, 0.12);
  color: var(--yl-accent);
}
#menu .dropdown-menu {
  background: var(--yl-bg-card);
  backdrop-filter: blur(16px);
  border: 1px solid var(--yl-border);
}
#menu .dropdown-menu a {
  color: var(--yl-text-primary) !important;
}
#menu .dropdown-menu a:hover {
  background: var(--yl-bg-card-hover) !important;
  color: var(--yl-accent) !important;
}

/* ================= TRUST GUARANTEE STRIP ================= */
.yl-trust-strip {
  background: var(--yl-bg-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--yl-border);
  border-radius: 8px;
  margin: 18px 0 25px 0;
  padding: 16px 24px;
}
.yl-trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.yl-trust-icon {
  font-size: 30px;
  color: var(--yl-accent);
}
.yl-trust-title {
  font-family: var(--yl-font-head);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--yl-text-primary);
  margin-bottom: 2px;
}
.yl-trust-desc {
  font-size: 11px;
  color: var(--yl-text-secondary);
}

/* ================= FULL-SCREEN HERO SLIDESHOW ================= */
#yl-home-hero-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 25px 0;
}

/* Override default OpenCart swiper white borders and padding */
.yl-fullscreen-hero,
.slideshow.swiper-viewport {
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: hidden;
}

.yl-fullscreen-hero .swiper-slide {
  position: relative;
  overflow: hidden;
  background: #000;
}

.yl-fullscreen-hero .yl-hero-img {
  width: 100% !important;
  height: 600px !important;
  object-fit: cover !important;
  display: block;
  transform: scale(1.01);
  transition: transform 6s ease;
}
.yl-fullscreen-hero .swiper-slide-active .yl-hero-img {
  transform: scale(1.04);
}

.yl-hero-slide-link {
  display: block;
  position: relative;
  text-decoration: none !important;
}

.yl-hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(90deg, rgba(6, 8, 12, 0.88) 0%, rgba(6, 8, 12, 0.45) 55%, rgba(6, 8, 12, 0.1) 100%);
  display: flex;
  align-items: center;
  padding: 0 6%;
  z-index: 5;
}
.yl-hero-caption {
  max-width: 760px;
  text-align: left;
}
.yl-hero-badge {
  display: inline-block;
  background: rgba(212, 175, 55, 0.18);
  border: 1px solid var(--yl-accent);
  color: var(--yl-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}
.yl-hero-title {
  font-family: var(--yl-font-head);
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1.5px;
  margin-bottom: 14px;
  line-height: 1.15;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.9);
}
.yl-hero-sub {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 26px;
  line-height: 1.6;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}
.yl-hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.yl-hero-btn {
  padding: 13px 30px;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 4px;
  font-weight: 700;
}
.yl-hero-btn-outline {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  padding: 13px 26px;
  font-size: 14px;
  letter-spacing: 0.8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.yl-hero-btn-outline:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}

/* Swiper navigation buttons */
.swiper-viewport .swiper-pager .swiper-button-prev,
.swiper-viewport .swiper-pager .swiper-button-next {
  background: rgba(14, 18, 26, 0.7);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--yl-accent);
  border-radius: 50%;
  width: 46px;
  height: 46px;
  transition: all 0.25s ease;
}
.swiper-viewport .swiper-pager .swiper-button-prev:hover,
.swiper-viewport .swiper-pager .swiper-button-next:hover {
  background: var(--yl-accent);
  color: #000;
  border-color: var(--yl-accent);
}
.swiper-pagination-bullet-active {
  background: var(--yl-accent) !important;
}

/* ================= MIDDLE PROMOTIONS SECTION ================= */
.yl-middle-promos {
  margin: 15px 0 35px 0;
}
.yl-promo-card {
  background: var(--yl-bg-card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--yl-border-accent);
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: var(--yl-shadow);
}
.yl-promo-card:hover {
  transform: translateY(-5px);
  border-color: var(--yl-accent);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.65), 0 0 25px rgba(212, 175, 55, 0.2);
}
.yl-promo-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--yl-accent), transparent);
}
.yl-promo-card-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--yl-accent);
  background: rgba(212, 175, 55, 0.12);
  padding: 3px 9px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.yl-promo-card-title {
  font-family: var(--yl-font-head);
  font-size: 21px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  letter-spacing: 0.5px;
}
html[data-theme="light"] .yl-promo-card-title {
  color: #12141d;
}
.yl-promo-card-desc {
  font-size: 12px;
  color: var(--yl-text-secondary);
  line-height: 1.5;
  min-height: 38px;
  margin-bottom: 15px;
}
.yl-promo-card-highlight {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.yl-discount-pill {
  background: linear-gradient(135deg, #d4af37, #9a7d1a);
  color: #000;
  font-weight: 800;
  font-size: 11px;
  padding: 3px 9px;
  border-radius: 4px;
  letter-spacing: 0.5px;
}
.yl-stock-pill {
  font-size: 11px;
  color: #25d366;
}
.yl-promo-card-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--yl-accent);
  font-weight: 600;
  border-radius: 4px;
  padding: 7px 16px;
  transition: all 0.2s;
}
.yl-promo-card-btn:hover {
  background: var(--yl-accent);
  color: #000;
  border-color: var(--yl-accent);
}

/* Coupon Voucher Strip */
.yl-coupon-strip {
  background: var(--yl-bg-card);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--yl-border-accent);
  border-radius: 10px;
  padding: 18px 24px;
  margin-bottom: 30px;
  box-shadow: var(--yl-shadow);
}
.yl-coupon-lead {
  font-family: var(--yl-font-head);
  font-size: 16px;
  font-weight: 700;
  color: var(--yl-accent);
  letter-spacing: 0.8px;
}
.yl-coupon-sub {
  font-size: 11px;
  color: var(--yl-text-secondary);
}
.yl-coupon-icon {
  font-size: 28px;
  color: var(--yl-accent);
  float: left;
  margin-right: 14px;
}
.yl-coupons-grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.yl-coupon-ticket {
  flex: 1;
  min-width: 140px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px dashed rgba(212, 175, 55, 0.4);
  border-radius: 6px;
  padding: 10px 14px;
  cursor: pointer;
  transition: all 0.25s;
  text-align: center;
}
html[data-theme="light"] .yl-coupon-ticket {
  background: rgba(0, 0, 0, 0.04);
}
.yl-coupon-ticket:hover {
  border-color: var(--yl-accent);
  background: rgba(212, 175, 55, 0.12);
  transform: scale(1.03);
}
.yl-ticket-amount {
  font-family: var(--yl-font-head);
  font-size: 17px;
  font-weight: 700;
  color: var(--yl-accent);
}
.yl-ticket-meta {
  font-size: 10px;
  color: var(--yl-text-secondary);
}
.yl-ticket-code {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  margin-top: 4px;
}
html[data-theme="light"] .yl-ticket-code {
  color: #12141d;
}

/* ================= PRODUCT CARDS ================= */
.product-thumb {
  background: var(--yl-bg-card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--yl-border);
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 25px;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: var(--yl-shadow);
  position: relative;
  overflow: hidden;
}
.product-thumb:hover {
  border-color: var(--yl-accent);
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35), 0 0 20px rgba(212, 175, 55, 0.15);
}
.product-thumb .image {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
  padding: 8px;
}
.product-thumb .image img {
  border-radius: 6px;
  transition: transform 0.4s ease;
}
.product-thumb:hover .image img {
  transform: scale(1.05);
}
.product-thumb .caption {
  padding: 12px 0 6px 0;
}
.product-thumb h4 {
  font-size: 15px;
  line-height: 1.4;
  margin-top: 8px;
  min-height: 40px;
}
.product-thumb h4 a {
  color: var(--yl-text-primary);
  font-weight: 600;
}
.product-thumb h4 a:hover {
  color: var(--yl-accent);
}
.product-thumb p {
  color: var(--yl-text-secondary);
  font-size: 12px;
}
.product-thumb .price {
  font-size: 20px;
  font-weight: 700;
  color: var(--yl-accent);
  margin-top: 10px;
  font-family: var(--yl-font-head);
}
.product-thumb .price-tax {
  font-size: 11px;
  font-weight: normal;
  color: var(--yl-text-secondary);
}
.yl-tier-tag {
  display: inline-block;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid var(--yl-accent);
  color: var(--yl-accent);
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.product-thumb .button-group {
  border-top: 1px solid var(--yl-border);
  background: var(--yl-bg-card-hover);
  margin: 12px -16px -16px -16px;
  display: flex;
  border-radius: 0 0 10px 10px;
}
.product-thumb .button-group button {
  background: transparent;
  border: none;
  color: var(--yl-text-primary);
  padding: 11px;
  font-size: 12px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.product-thumb .button-group button:hover {
  background: var(--yl-accent);
  color: #000;
}
.product-thumb .button-group button:first-child {
  flex: 1;
}

/* ================= PRE-FOOTER VIP CLUB & PROMOTION ================= */
.yl-prefooter-promo {
  background: var(--yl-bg-card);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--yl-border-accent);
  border-radius: 12px;
  padding: 35px 40px;
  margin: 40px 0 20px 0;
  box-shadow: var(--yl-shadow);
}
.yl-vip-tag {
  display: inline-block;
  background: rgba(212, 175, 55, 0.15);
  color: var(--yl-accent);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.yl-vip-title {
  font-family: var(--yl-font-head);
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: 0.8px;
}
html[data-theme="light"] .yl-vip-title {
  color: #12141d;
}
.yl-vip-text {
  font-size: 13px;
  color: var(--yl-text-secondary);
  line-height: 1.6;
  margin-bottom: 18px;
}
.yl-vip-features {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 12px;
  color: var(--yl-text-primary);
}
.yl-vip-action-card {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--yl-border-accent);
  border-radius: 8px;
  padding: 24px;
}
html[data-theme="light"] .yl-vip-action-card {
  background: rgba(0, 0, 0, 0.03);
}
.yl-vip-action-card h4 {
  font-family: var(--yl-font-head);
  font-size: 16px;
  font-weight: 700;
  color: var(--yl-accent);
  margin-bottom: 5px;
}

/* ================= B2B FACTORY WHOLESALE CONTRACT PROMOTION BANNER ================= */
.yl-factory-promo-banner {
  margin: 30px 0 35px 0;
  background: linear-gradient(135deg, rgba(20, 24, 35, 0.95) 0%, rgba(10, 12, 18, 0.98) 100%);
  border: 1px solid var(--yl-border);
  border-left: 4px solid var(--yl-accent);
  border-radius: 12px;
  padding: 30px 35px;
  box-shadow: var(--yl-shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.yl-factory-promo-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.yl-contract-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--yl-accent);
  color: var(--yl-accent);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}
.yl-contract-title {
  font-family: var(--yl-font-head);
  font-size: 24px;
  color: #ffffff;
  margin: 0 0 10px 0;
  letter-spacing: 0.5px;
}
.yl-contract-desc {
  color: var(--yl-text-secondary);
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 15px 0;
  max-width: 800px;
}
.yl-contract-tiers {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #e2e8f0;
}
.yl-contract-tiers i {
  color: var(--yl-accent);
}
.yl-contract-btn-wrap {
  margin-top: 15px;
}
.yl-contract-quote-btn {
  width: 100%;
  max-width: 280px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  border-radius: 6px;
}
.yl-contract-subnote {
  font-size: 11px;
  color: var(--yl-text-secondary);
  text-align: center;
  max-width: 280px;
  margin: 0 auto;
}

/* ================= BREADCRUMBS & PANELS ================= */
.breadcrumb {
  background: var(--yl-bg-glass);
  backdrop-filter: blur(8px);
  border: 1px solid var(--yl-border);
  padding: 10px 16px;
  border-radius: 6px;
}
.breadcrumb > li + li:before {
  color: var(--yl-text-secondary);
}
.breadcrumb a {
  color: var(--yl-text-secondary);
}
.breadcrumb > .active {
  color: var(--yl-text-primary);
}

.panel {
  background: var(--yl-bg-card);
  backdrop-filter: blur(8px);
  border: 1px solid var(--yl-border);
  box-shadow: var(--yl-shadow);
  border-radius: 8px;
}
.panel-default > .panel-heading {
  background: var(--yl-bg-card-hover);
  border-bottom: 1px solid var(--yl-border);
  color: var(--yl-text-primary);
  font-family: var(--yl-font-head);
  border-radius: 8px 8px 0 0;
}
.list-group-item {
  background: var(--yl-bg-card);
  border: 1px solid var(--yl-border);
  color: var(--yl-text-primary);
  transition: all 0.2s ease;
}
.list-group-item:hover, a.list-group-item:hover {
  background: var(--yl-bg-card-hover);
  color: var(--yl-accent);
}
.form-control {
  background: var(--yl-input-bg);
  border: 1px solid var(--yl-border);
  color: var(--yl-text-primary);
  border-radius: 6px;
  transition: all 0.2s ease;
}
.form-control:focus {
  border-color: var(--yl-accent);
  box-shadow: 0 0 12px rgba(212, 175, 55, 0.15);
}

/* Dropdowns */
.dropdown-menu {
  background: var(--yl-bg-card);
  backdrop-filter: blur(16px);
  border: 1px solid var(--yl-border);
  box-shadow: var(--yl-shadow);
  border-radius: 6px;
}
.dropdown-menu > li > a {
  color: var(--yl-text-primary);
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: var(--yl-bg-card-hover);
  color: var(--yl-accent);
}

/* ================= PRODUCT DETAIL PAGE SQUARE IMAGES ================= */
#product-product .thumbnails {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
#product-product .thumbnails > li:first-child .thumbnail {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  background: var(--yl-bg-card) !important;
  backdrop-filter: blur(12px) !important;
  border: 1px solid var(--yl-border-accent) !important;
  border-radius: 10px !important;
  padding: 24px !important;
  overflow: hidden !important;
  box-shadow: var(--yl-shadow) !important;
  margin-bottom: 15px !important;
}
#product-product .thumbnails > li:first-child .thumbnail img {
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  aspect-ratio: 1 / 1 !important;
  transition: transform 0.4s ease;
}
#product-product .thumbnails > li:first-child .thumbnail:hover img {
  transform: scale(1.04);
}

#product-product .thumbnails .image-additional {
  width: calc(25% - 12px) !important;
  margin-right: 12px !important;
  margin-bottom: 12px !important;
  float: left !important;
}
#product-product .thumbnails .image-additional .thumbnail {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  background: var(--yl-bg-card) !important;
  border: 1px solid var(--yl-border) !important;
  border-radius: 6px !important;
  padding: 6px !important;
  overflow: hidden !important;
}
#product-product .thumbnails .image-additional .thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  aspect-ratio: 1 / 1 !important;
}

/* Hide swiper-pager and left/right arrows globally */
.swiper-pager,
.swiper-button-prev,
.swiper-button-next {
  display: none !important;
}

/* Brand carousel styling */
.yl-brand-carousel {
  background: var(--yl-bg-glass) !important;
  backdrop-filter: blur(14px) !important;
  border: 1px solid var(--yl-border) !important;
  border-radius: 10px !important;
  padding: 16px 24px !important;
  margin: 30px 0 !important;
  box-shadow: var(--yl-shadow) !important;
}
.yl-brand-carousel .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.yl-brand-carousel .swiper-slide img {
  max-height: 40px;
  width: auto;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.yl-brand-carousel .swiper-slide:hover img {
  opacity: 1;
  transform: scale(1.08);
}
.nav-tabs {
  border-bottom: 1px solid var(--yl-border);
}
.nav-tabs > li > a {
  color: var(--yl-text-secondary);
  border-radius: 6px 6px 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover {
  background: var(--yl-bg-card);
  border-color: var(--yl-border) var(--yl-border) transparent;
  color: var(--yl-accent);
  font-family: var(--yl-font-head);
  font-weight: 600;
}
.tab-content {
  background: var(--yl-bg-card);
  border: 1px solid var(--yl-border);
  border-top: none;
  padding: 20px;
  border-radius: 0 0 6px 6px;
  color: var(--yl-text-primary);
}

/* Buttons */
.btn-primary {
  background: linear-gradient(135deg, var(--yl-accent) 0%, var(--yl-accent-dark) 100%);
  border: 1px solid var(--yl-accent);
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.btn-primary:hover, .btn-primary:focus {
  background: var(--yl-accent-light);
  color: #000;
  border-color: var(--yl-accent-light);
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.3);
}
.btn-default {
  background: var(--yl-bg-card);
  border-color: var(--yl-border);
  color: var(--yl-text-primary);
}
.btn-default:hover {
  background: var(--yl-bg-card-hover);
  border-color: var(--yl-accent);
  color: var(--yl-accent);
}

/* ================= FOOTER ================= */
footer {
  background: var(--yl-nav-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 2px solid var(--yl-accent);
  color: var(--yl-text-secondary);
  padding: 45px 0 25px 0;
  margin-top: 50px;
  transition: background 0.3s ease;
}
footer h5 {
  color: var(--yl-accent);
  font-family: var(--yl-font-head);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
footer ul li a {
  color: var(--yl-text-secondary);
  line-height: 28px;
  transition: all 0.2s ease;
}
footer ul li a:hover {
  color: var(--yl-accent);
  padding-left: 4px;
}
footer hr {
  border-color: var(--yl-border);
}

/* ================= FLOATING SUPPORT & RFQ DRAWER ================= */
.yl-floating-support {
  position: fixed;
  right: 24px;
  bottom: 28px;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.yl-float-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid rgba(255,255,255,0.2);
  text-decoration: none;
}
.yl-float-btn:hover {
  transform: scale(1.12) translateY(-2px);
  color: #fff;
  box-shadow: 0 12px 32px rgba(0,0,0,0.5);
}
.yl-float-wa {
  background: #25d366;
}
.yl-float-inquiry {
  background: linear-gradient(135deg, var(--yl-accent), var(--yl-accent-dark));
}
.yl-float-inquiry i {
  color: #000;
}

/* Inquiry Modal */
#ylInquiryModal .modal-content {
  background: var(--yl-bg-card);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--yl-accent);
  color: var(--yl-text-primary);
  border-radius: 12px;
}
#ylInquiryModal .modal-header {
  border-bottom: 1px solid var(--yl-border);
  background: var(--yl-bg-card-hover);
  border-radius: 12px 12px 0 0;
}
#ylInquiryModal .modal-title {
  font-family: var(--yl-font-head);
  color: var(--yl-accent);
  font-size: 20px;
}
#ylInquiryModal .modal-footer {
  border-top: 1px solid var(--yl-border);
}

/* ================= LANGUAGE SELECTOR FLAGS ================= */
#form-language .btn-link img,
#form-language img,
.language-select img {
  width: 16px;
  height: 11px;
  vertical-align: middle;
  margin-right: 4px;
  border: 1px solid var(--yl-border);
  border-radius: 1px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
  .yl-hero-title {
    font-size: 32px;
  }
  .yl-fullscreen-hero .yl-hero-img {
    height: 420px !important;
  }
  .yl-hero-sub {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .yl-hero-title {
    font-size: 24px;
  }
  .yl-fullscreen-hero .yl-hero-img {
    height: 340px !important;
  }
  .yl-hero-overlay {
    padding: 0 20px;
  }
  .yl-hero-sub, .yl-hero-badge {
    display: none;
  }
  .yl-trust-strip {
    margin: 10px 0 15px 0;
  }
  .yl-prefooter-promo {
    padding: 20px;
  }
}

/* ================= 5-COLUMN PRODUCT GRID (HOME & LISTINGS) ================= */
.row-products-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -10px;
  margin-right: -10px;
}
.row-products-grid > .product-layout {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  margin-bottom: 20px;
}
.row-products-grid > .product-layout > .product-thumb {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.row-products-grid > .product-layout > .product-thumb .caption {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.row-products-grid > .product-layout > .product-thumb .caption .price {
  margin-top: auto;
}

@media (min-width: 1200px) {
  .row-products-grid > .product-layout,
  .col-lg-5col {
    width: 20% !important;
    max-width: 20% !important;
    flex: 0 0 20% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .row-products-grid > .product-layout,
  .col-lg-5col {
    width: 25% !important;
    max-width: 25% !important;
    flex: 0 0 25% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row-products-grid > .product-layout,
  .col-lg-5col {
    width: 33.333% !important;
    max-width: 33.333% !important;
    flex: 0 0 33.333% !important;
  }
}
@media (max-width: 767px) {
  .row-products-grid > .product-layout,
  .col-lg-5col {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
}

/* ================= PRODUCT CARDS ZERO BORDER CLEANUP ================= */
.product-thumb .image,
.product-thumb .image a,
.product-thumb .image img {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* ================= HOMEPAGE #CONTENT MIN-HEIGHT FIX ================= */
#common-home #content {
  min-height: 0 !important;
}

/* ================= PRODUCT DETAIL PAGE 600x600 SQUARE & HOVER ZOOM ================= */
#product-product .yl-product-gallery {
  margin-bottom: 25px;
}
/* ================= STICKY TOP NAVBAR (HEADER + CATEGORY MENU) ================= */
#yl-sticky-navbar-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
  background: var(--yl-nav-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.65);
  border-bottom: 2px solid var(--yl-accent);
  transition: all 0.3s ease;
}
html[data-theme="light"] #yl-sticky-navbar-wrap {
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
}
#yl-sticky-navbar-wrap header {
  border-bottom: 1px solid var(--yl-border);
  padding: 14px 0;
}
#yl-sticky-navbar-wrap #menu {
  border-bottom: none;
  margin-bottom: 0;
}

/* ================= PRODUCT DETAIL PAGE 3-COLUMN & LEFT-ALIGNED GALLERY ================= */
#product-product .yl-product-gallery {
  margin-bottom: 25px;
}
#product-product .yl-main-image-wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 600px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--yl-border);
  background: var(--yl-bg-card);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  cursor: crosshair;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 16px 0; /* Left aligned as requested */
  box-shadow: var(--yl-shadow);
}
#product-product .yl-main-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.15s ease-out;
  display: block;
  user-select: none;
  pointer-events: none;
}
#product-product .yl-thumb-strip {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start; /* Left aligned as requested */
  max-width: 600px;
  margin: 0 0 20px 0;
}
#product-product .yl-thumb-item {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 2px solid var(--yl-border);
  background: var(--yl-bg-card);
  padding: 4px;
  cursor: pointer;
  transition: all 0.25s ease;
  overflow: hidden;
}
#product-product .yl-thumb-item:hover,
#product-product .yl-thumb-item.active {
  border-color: var(--yl-accent);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}
#product-product .yl-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px;
}
@media (max-width: 767px) {
  #product-product .yl-main-image-wrap {
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto 16px auto;
  }
  #product-product .yl-thumb-strip {
    justify-content: center;
    margin: 0 auto 20px auto;
  }
}

/* Detail Title & Typography */
.yl-detail-title {
  font-family: var(--yl-font-head);
  font-size: 26px;
  line-height: 1.3;
  color: var(--yl-text-primary);
  margin-top: 0;
  margin-bottom: 12px;
  letter-spacing: 0.5px;
}
.yl-meta-list {
  color: var(--yl-text-secondary);
  font-size: 13px;
  margin-bottom: 16px;
  line-height: 1.8;
}
.yl-meta-list strong {
  color: var(--yl-text-primary);
}
.yl-price-box {
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid var(--yl-border);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
}
html[data-theme="light"] .yl-price-box {
  background: rgba(0, 0, 0, 0.03);
}
.yl-main-price {
  font-family: var(--yl-font-head);
  font-size: 32px;
  font-weight: 700;
  color: var(--yl-accent);
  margin: 0;
}
.yl-tax-price {
  font-size: 12px;
  color: var(--yl-text-secondary);
  margin-top: 4px;
}

/* ================= RIGHT SIDEBAR RECOMMENDATIONS ================= */
.yl-detail-sidebar {
  margin-bottom: 25px;
}
.yl-sidebar-card {
  background: var(--yl-bg-card);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--yl-border);
  border-radius: 12px;
  padding: 16px;
  box-shadow: var(--yl-shadow);
}
.yl-sidebar-title {
  font-family: var(--yl-font-head);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: var(--yl-text-primary);
  margin-bottom: 10px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}
.yl-sidebar-keywords {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--yl-border);
  padding-bottom: 10px;
}
.yl-tag-pill {
  font-size: 10px;
  background: rgba(212, 175, 55, 0.12);
  color: var(--yl-accent);
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 4px;
  padding: 1px 6px;
}
.yl-sidebar-scroll-box {
  max-height: 520px;
  overflow-y: auto;
  padding-right: 4px;
}
.yl-sidebar-scroll-box::-webkit-scrollbar {
  width: 4px;
}
.yl-sidebar-scroll-box::-webkit-scrollbar-thumb {
  background: var(--yl-accent);
  border-radius: 4px;
}
.yl-sidebar-item {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid var(--yl-border);
}
.yl-sidebar-item:last-child {
  border-bottom: none;
}
.yl-sidebar-img-link {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--yl-border);
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.yl-sidebar-img-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s;
}
.yl-sidebar-img-link:hover img {
  transform: scale(1.08);
}
.yl-sidebar-item-info {
  flex: 1;
  min-width: 0;
}
.yl-sidebar-item-name {
  font-size: 12px;
  font-weight: 600;
  color: var(--yl-text-primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.35;
  margin-bottom: 4px;
}
.yl-sidebar-item-name:hover {
  color: var(--yl-accent);
}
.yl-sidebar-item-price {
  font-size: 13px;
  font-weight: 700;
  color: var(--yl-accent);
  margin-bottom: 6px;
}
.yl-sidebar-btn {
  background: rgba(212, 175, 55, 0.15);
  border: 1px solid var(--yl-accent);
  color: var(--yl-accent);
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 4px;
  transition: all 0.2s;
}
.yl-sidebar-btn:hover {
  background: var(--yl-accent);
  color: #000;
}

/* ================= CATEGORY PAGE LEFT SIDEBAR & 4-COLUMN GRID ================= */

/* Category Navigation Menu Bold & Refined */
.yl-category-nav-menu {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--yl-border);
  background: var(--yl-bg-card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}
.yl-category-nav-menu .list-group-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--yl-border);
  color: var(--yl-text-primary);
  font-weight: 700 !important;
  font-size: 14px !important;
  letter-spacing: 0.4px;
  padding: 12px 16px;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
}
.yl-category-nav-menu .list-group-item:last-child {
  border-bottom: none;
}
.yl-category-nav-menu .list-group-item:hover {
  background: rgba(212, 175, 55, 0.12) !important;
  color: var(--yl-accent) !important;
  padding-left: 20px;
}
.yl-category-nav-menu .list-group-item.active,
.yl-category-nav-menu .list-group-item.active:hover,
.yl-category-nav-menu .list-group-item.active:focus {
  background: rgba(212, 175, 55, 0.18) !important;
  color: var(--yl-accent) !important;
  border-left: 4px solid var(--yl-accent) !important;
  font-weight: 800 !important;
  text-shadow: none;
}
.yl-category-nav-menu .yl-nav-arrow {
  margin-right: 8px;
  color: var(--yl-accent);
}
.yl-category-nav-menu .yl-child-cat {
  font-weight: 600 !important;
  font-size: 13px !important;
  opacity: 0.9;
  padding-top: 8px;
  padding-bottom: 8px;
}

/* Category Sidebar: Recent Category Products Recommendation Widget */
.yl-category-recent-wrap {
  border-radius: 8px;
  border: 1px solid var(--yl-border);
  background: var(--yl-bg-card);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  margin-bottom: 25px;
}
.yl-category-recent-header {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--yl-accent);
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--yl-border);
  display: flex;
  align-items: center;
  gap: 8px;
}
.yl-category-recent-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.yl-cat-recent-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
html[data-theme="light"] .yl-cat-recent-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.yl-cat-recent-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.yl-cat-recent-thumb {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 6px;
  border: 1px solid var(--yl-border);
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yl-cat-recent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.yl-cat-recent-thumb:hover img {
  transform: scale(1.08);
}
.yl-cat-recent-info {
  flex: 1;
  min-width: 0;
}
.yl-cat-recent-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  color: var(--yl-text-primary);
  line-height: 1.35;
  margin-bottom: 4px;
}
.yl-cat-recent-title:hover {
  color: var(--yl-accent);
}
.yl-cat-recent-price {
  font-size: 13px;
  font-weight: 700;
  color: var(--yl-accent);
  margin-bottom: 6px;
}
.yl-cat-recent-price .price-old {
  font-size: 11px;
  color: var(--yl-text-muted);
  text-decoration: line-through;
  margin-left: 4px;
}
.yl-cat-recent-btn {
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--yl-accent);
  color: var(--yl-accent);
  font-size: 11px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
.yl-cat-recent-btn:hover {
  background: var(--yl-accent);
  color: #000;
}

/* Category Page Product Grid: Exactly 4 Items Per Row */
.yl-category-product-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  margin-left: -10px;
  margin-right: -10px;
}
.yl-category-product-grid > .product-layout.product-grid {
  width: 25% !important;
  max-width: 25% !important;
  flex: 0 0 25% !important;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  margin-bottom: 20px;
}
.yl-category-product-grid > .product-layout.product-grid > .product-thumb {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.yl-category-product-grid > .product-layout.product-grid > .product-thumb .image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
.yl-category-product-grid > .product-layout.product-grid > .product-thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.yl-category-product-grid > .product-layout.product-grid > .product-thumb:hover .image img {
  transform: scale(1.05);
}
.yl-category-product-grid > .product-layout.product-grid > .product-thumb .caption {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.yl-category-product-grid > .product-layout.product-grid > .product-thumb .caption .price {
  margin-top: auto;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .yl-category-product-grid > .product-layout.product-grid {
    width: 25% !important;
    max-width: 25% !important;
    flex: 0 0 25% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .yl-category-product-grid > .product-layout.product-grid {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
}
@media (max-width: 767px) {
  .yl-category-product-grid > .product-layout.product-grid {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
}
@media (max-width: 480px) {
  .yl-category-product-grid > .product-layout.product-grid {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

/* ================= HOMEPAGE FEATURED SECTION (50~100PX SCREEN GAP) ================= */
.yl-featured-container {
  width: calc(100% - 140px);
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 15px 15px 15px;
  box-sizing: border-box;
}

@media (min-width: 1920px) {
  .yl-featured-container {
    width: calc(100% - 160px);
    max-width: 1720px;
  }
}

@media (max-width: 1200px) {
  .yl-featured-container {
    width: calc(100% - 100px);
    padding: 25px 10px 10px 10px;
  }
}

@media (max-width: 767px) {
  .yl-featured-container {
    width: calc(100% - 24px);
    padding: 15px 5px 10px 5px;
  }
}

.yl-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--yl-border);
}

.yl-section-subtitle {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--yl-text-muted);
  margin-bottom: 4px;
}

.yl-section-title {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 1.5px;
  margin: 0;
  color: var(--yl-text-primary);
  text-transform: uppercase;
  font-family: 'Oswald', 'Montserrat', sans-serif;
}

.yl-section-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--yl-accent);
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  padding: 6px 14px;
  border-radius: 20px;
}

/* ==========================================================================
   CHRISTMAS WINTER & SANTA CLAUS HOLIDAY THEME SKIN (圣诞节皮肤系统)
   ========================================================================== */

/* 1. Body & Festive Background (Snowy Santa Night Scene) */
body.yl-skin-christmas,
[data-skin="christmas"] body {
  background-color: #0b1424 !important;
  background-image: 
    linear-gradient(180deg, rgba(8, 16, 30, 0.62) 0%, rgba(10, 18, 34, 0.76) 100%),
    url('/image/catalog/christmas_santa_bg.jpg'),
    url('../../../../../image/catalog/christmas_santa_bg.jpg') !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  color: #f0f4f8 !important;
}

/* 2. Christmas Accent Variables Override */
.yl-skin-christmas,
[data-skin="christmas"] {
  --yl-accent: #f8b229 !important;
  --yl-accent-light: #ffd700 !important;
  --yl-border: rgba(212, 36, 54, 0.4) !important;
  --yl-bg-card: rgba(14, 22, 38, 0.85) !important;
  --yl-bg-glass: rgba(22, 91, 51, 0.25) !important;
  --yl-nav-bg: rgba(10, 18, 32, 0.94) !important;
  --yl-text-primary: #ffffff !important;
  --yl-text-secondary: rgba(255, 255, 255, 0.75) !important;
}

/* 3. Top Announcement Bar - Festive Gradient */
.yl-skin-christmas #yl-top-promo-bar,
[data-skin="christmas"] #yl-top-promo-bar {
  background: linear-gradient(90deg, #8b0000 0%, #165b33 50%, #8b0000 100%) !important;
  border-bottom: 2px solid #ffd700 !important;
  box-shadow: 0 2px 12px rgba(212, 36, 54, 0.5) !important;
}
.yl-skin-christmas .yl-badge-xmas,
[data-skin="christmas"] .yl-badge-xmas {
  background: #ffd700 !important;
  color: #8b0000 !important;
  font-weight: 800 !important;
  padding: 3px 10px !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.yl-skin-christmas .yl-xmas-btn,
[data-skin="christmas"] .yl-xmas-btn {
  background: #ffd700 !important;
  color: #8b0000 !important;
  font-weight: 800 !important;
  border: 1px solid #ffd700 !important;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
}

/* 4. Top Utility Bar (#top) */
.yl-skin-christmas #top,
[data-skin="christmas"] #top {
  background: rgba(10, 18, 32, 0.92) !important;
  border-bottom: 1px solid rgba(212, 36, 54, 0.3) !important;
}
.yl-skin-christmas #top .btn-link,
.yl-skin-christmas #top a,
[data-skin="christmas"] #top .btn-link,
[data-skin="christmas"] #top a {
  color: #e2e8f0 !important;
}
.yl-skin-christmas #top .btn-link:hover,
.yl-skin-christmas #top a:hover,
[data-skin="christmas"] #top .btn-link:hover,
[data-skin="christmas"] #top a:hover {
  color: #ffd700 !important;
}

/* 5. Sticky Navigation Bar with Christmas Tree Styling & Holiday Garland */
.yl-skin-christmas #yl-sticky-navbar-wrap,
[data-skin="christmas"] #yl-sticky-navbar-wrap {
  border-top: 3px solid #165b33 !important;
  border-bottom: 3px solid #d42436 !important;
  background: rgba(10, 18, 32, 0.95) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7), 0 0 20px rgba(212, 36, 54, 0.25) !important;
}
.yl-skin-christmas #yl-sticky-navbar-wrap header,
[data-skin="christmas"] #yl-sticky-navbar-wrap header {
  border-bottom: 1px solid rgba(212, 36, 54, 0.25) !important;
}

/* Christmas Tree on Navigation Links */
.yl-skin-christmas #menu .nav > li > a,
[data-skin="christmas"] #menu .nav > li > a {
  color: #f8fafc !important;
  font-weight: 700 !important;
  letter-spacing: 0.6px;
  padding: 12px 18px !important;
  transition: all 0.25s ease;
  position: relative;
}
.yl-skin-christmas #menu .nav > li > a::before,
[data-skin="christmas"] #menu .nav > li > a::before {
  content: '🎄 ';
  font-size: 14px;
  margin-right: 4px;
  vertical-align: middle;
  filter: drop-shadow(0 0 4px rgba(255, 215, 0, 0.5));
}
.yl-skin-christmas #menu .nav > li > a:hover,
.yl-skin-christmas #menu .nav > li.open > a,
[data-skin="christmas"] #menu .nav > li > a:hover,
[data-skin="christmas"] #menu .nav > li.open > a {
  background: linear-gradient(135deg, rgba(212, 36, 54, 0.9) 0%, rgba(22, 91, 51, 0.9) 100%) !important;
  color: #ffd700 !important;
  border-radius: 6px;
  box-shadow: 0 4px 15px rgba(212, 36, 54, 0.4), 0 0 12px rgba(255, 215, 0, 0.3) !important;
}
.yl-skin-christmas #menu .dropdown-menu,
[data-skin="christmas"] #menu .dropdown-menu {
  background: rgba(10, 18, 32, 0.96) !important;
  border: 1px solid rgba(212, 36, 54, 0.45) !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.85), 0 0 15px rgba(212, 36, 54, 0.2) !important;
}
.yl-skin-christmas #menu .dropdown-menu a:hover,
[data-skin="christmas"] #menu .dropdown-menu a:hover {
  background: rgba(212, 36, 54, 0.2) !important;
  color: #ffd700 !important;
}

/* 6. Product Cards - Frosted Winter Glass with Christmas Ribbons */
.yl-skin-christmas .product-thumb,
[data-skin="christmas"] .product-thumb {
  background: rgba(13, 22, 38, 0.88) !important;
  border: 1px solid rgba(212, 36, 54, 0.4) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45) !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}
.yl-skin-christmas .product-thumb::after,
[data-skin="christmas"] .product-thumb::after {
  content: '🎄 XMAS DEAL';
  position: absolute;
  top: 14px;
  right: -32px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #d42436 0%, #8b0000 100%);
  color: #ffffff;
  font-size: 9px;
  font-weight: 800;
  padding: 3px 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.6px;
  z-index: 8;
  pointer-events: none;
}
.yl-skin-christmas .product-thumb:hover,
[data-skin="christmas"] .product-thumb:hover {
  border-color: #ffd700 !important;
  box-shadow: 0 14px 35px rgba(212, 36, 54, 0.45), 0 0 20px rgba(248, 178, 41, 0.35) !important;
  transform: translateY(-5px);
}
.yl-skin-christmas .product-thumb .caption h4 a,
[data-skin="christmas"] .product-thumb .caption h4 a {
  color: #ffffff !important;
  font-weight: 700 !important;
}
.yl-skin-christmas .product-thumb .caption h4 a:hover,
[data-skin="christmas"] .product-thumb .caption h4 a:hover {
  color: #ffd700 !important;
}

/* 7. Product Prices & Add to Cart in Christmas Red & Gold */
.yl-skin-christmas .price,
[data-skin="christmas"] .price {
  color: #ffd700 !important;
  font-weight: 800 !important;
}
.yl-skin-christmas .price-new,
[data-skin="christmas"] .price-new {
  color: #ff4d61 !important;
  font-weight: 800 !important;
}
.yl-skin-christmas .product-thumb .button-group,
[data-skin="christmas"] .product-thumb .button-group {
  border-top: 1px solid rgba(212, 36, 54, 0.3) !important;
}
.yl-skin-christmas .product-thumb .button-group button:first-child,
[data-skin="christmas"] .product-thumb .button-group button:first-child {
  background: linear-gradient(135deg, #d42436 0%, #9e1422 100%) !important;
  color: #ffffff !important;
  font-weight: 800 !important;
  border-right: 1px solid rgba(255, 215, 0, 0.35) !important;
}
.yl-skin-christmas .product-thumb .button-group button:first-child:hover,
[data-skin="christmas"] .product-thumb .button-group button:first-child:hover {
  background: linear-gradient(135deg, #165b33 0%, #0d3820 100%) !important;
  color: #ffd700 !important;
}
.yl-skin-christmas .product-thumb .button-group button,
[data-skin="christmas"] .product-thumb .button-group button {
  background: rgba(14, 22, 38, 0.95);
  color: #e2e8f0;
}
.yl-skin-christmas .product-thumb .button-group button:hover,
[data-skin="christmas"] .product-thumb .button-group button:hover {
  background: #165b33 !important;
  color: #ffd700 !important;
}

/* 8. Category Page Left Sidebar in Christmas Skin */
.yl-skin-christmas .yl-category-nav-menu,
[data-skin="christmas"] .yl-category-nav-menu {
  border: 1px solid rgba(212, 36, 54, 0.45) !important;
  background: rgba(14, 22, 38, 0.92) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5) !important;
}
.yl-skin-christmas .yl-category-nav-menu .list-group-item,
[data-skin="christmas"] .yl-category-nav-menu .list-group-item {
  border-bottom: 1px solid rgba(212, 36, 54, 0.2) !important;
  color: #f1f5f9 !important;
}
.yl-skin-christmas .yl-category-nav-menu .list-group-item:hover,
[data-skin="christmas"] .yl-category-nav-menu .list-group-item:hover {
  background: rgba(212, 36, 54, 0.2) !important;
  color: #ffd700 !important;
}
.yl-skin-christmas .yl-category-nav-menu .list-group-item.active,
[data-skin="christmas"] .yl-category-nav-menu .list-group-item.active {
  background: linear-gradient(90deg, rgba(212, 36, 54, 0.4) 0%, rgba(22, 91, 51, 0.3) 100%) !important;
  border-left: 4px solid #ffd700 !important;
  color: #ffd700 !important;
}
.yl-skin-christmas .yl-category-recent-wrap,
[data-skin="christmas"] .yl-category-recent-wrap {
  border: 1px solid rgba(212, 36, 54, 0.45) !important;
  background: rgba(14, 22, 38, 0.92) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5) !important;
}
.yl-skin-christmas .yl-category-recent-header,
[data-skin="christmas"] .yl-category-recent-header {
  color: #ffd700 !important;
  border-bottom: 1px solid rgba(212, 36, 54, 0.3) !important;
}
.yl-skin-christmas .yl-cat-recent-btn,
[data-skin="christmas"] .yl-cat-recent-btn {
  background: rgba(212, 36, 54, 0.2) !important;
  border: 1px solid #ffd700 !important;
  color: #ffd700 !important;
}
.yl-skin-christmas .yl-cat-recent-btn:hover,
[data-skin="christmas"] .yl-cat-recent-btn:hover {
  background: #d42436 !important;
  color: #ffffff !important;
}

/* 9. Middle Promo Showcase Cards & VIP Strip */
.yl-skin-christmas .yl-promo-card,
[data-skin="christmas"] .yl-promo-card {
  background: rgba(14, 22, 38, 0.9) !important;
  border: 1px solid rgba(212, 36, 54, 0.4) !important;
}
.yl-skin-christmas .yl-promo-card:hover,
[data-skin="christmas"] .yl-promo-card:hover {
  border-color: #ffd700 !important;
  box-shadow: 0 12px 30px rgba(212, 36, 54, 0.35) !important;
}
.yl-skin-christmas .yl-prefooter-promo,
[data-skin="christmas"] .yl-prefooter-promo {
  background: linear-gradient(135deg, rgba(14, 22, 38, 0.95) 0%, rgba(139, 0, 0, 0.45) 50%, rgba(22, 91, 51, 0.45) 100%) !important;
  border: 1px solid rgba(255, 215, 0, 0.4) !important;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.6) !important;
}
.yl-skin-christmas .yl-prefooter-promo .btn-primary,
[data-skin="christmas"] .yl-prefooter-promo .btn-primary {
  background: linear-gradient(135deg, #d42436 0%, #8b0000 100%) !important;
  border: 1px solid #ffd700 !important;
  color: #ffffff !important;
}

/* 10. Buttons, Trust Strip & Global Details */
.yl-skin-christmas .btn-primary,
[data-skin="christmas"] .btn-primary {
  background: linear-gradient(135deg, #d42436 0%, #8b0000 100%) !important;
  border: 1px solid #ffd700 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(212, 36, 54, 0.4);
}
.yl-skin-christmas .btn-primary:hover,
[data-skin="christmas"] .btn-primary:hover {
  background: linear-gradient(135deg, #165b33 0%, #0d3820 100%) !important;
  border-color: #ffd700 !important;
  color: #ffd700 !important;
  box-shadow: 0 6px 18px rgba(22, 91, 51, 0.5);
}
.yl-skin-christmas .yl-trust-strip,
[data-skin="christmas"] .yl-trust-strip {
  border: 1px solid rgba(212, 36, 54, 0.35) !important;
  background: rgba(14, 22, 38, 0.88) !important;
}
.yl-skin-christmas .yl-trust-icon,
[data-skin="christmas"] .yl-trust-icon {
  color: #ffd700 !important;
  background: rgba(212, 36, 54, 0.25) !important;
  border: 1px solid rgba(255, 215, 0, 0.4) !important;
}
.yl-skin-christmas .yl-factory-promo-banner,
[data-skin="christmas"] .yl-factory-promo-banner {
  background: linear-gradient(135deg, rgba(22, 91, 51, 0.90) 0%, rgba(14, 22, 38, 0.96) 100%) !important;
  border: 1px solid rgba(212, 36, 54, 0.45) !important;
  border-left: 5px solid #ffd700 !important;
  box-shadow: 0 6px 25px rgba(212, 36, 54, 0.25) !important;
}
.yl-skin-christmas .yl-contract-badge,
[data-skin="christmas"] .yl-contract-badge {
  background: rgba(255, 215, 0, 0.2) !important;
  border: 1px solid #ffd700 !important;
  color: #ffd700 !important;
}
.yl-skin-christmas .yl-contract-title,
[data-skin="christmas"] .yl-contract-title {
  color: #ffffff !important;
}
.yl-skin-christmas .yl-contract-desc,
[data-skin="christmas"] .yl-contract-desc {
  color: #e2e8f0 !important;
}
.yl-skin-christmas .yl-contract-tiers,
[data-skin="christmas"] .yl-contract-tiers {
  color: #ffffff !important;
}
.yl-skin-christmas .yl-contract-tiers i,
[data-skin="christmas"] .yl-contract-tiers i {
  color: #ffd700 !important;
}
.yl-skin-christmas footer,
[data-skin="christmas"] footer {
  background: rgba(8, 14, 24, 0.96) !important;
  border-top: 3px solid #165b33 !important;
}

/* ==========================================================================
   MODERN BRIGHT TATTOO ATELIER SKIN (现代明亮刺青工坊主题 - 舒适护眼)
   ========================================================================== */

/* 1. Body & Bright Studio Canvas Background */
body.yl-skin-bright,
[data-skin="bright"] body {
  background-color: #f7f5f0 !important;
  background-image: 
    linear-gradient(180deg, rgba(255, 255, 255, 0.38) 0%, rgba(248, 245, 238, 0.48) 100%),
    url('/image/catalog/tattoo_bright_atelier_bg_frosted.jpg'),
    url('../../../../../image/catalog/tattoo_bright_atelier_bg_frosted.jpg') !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  color: #1e293b !important;
}

/* Completely remove the dark vignette overlay for the bright skin */
body.yl-skin-bright::before,
[data-skin="bright"] body::before {
  display: none !important;
}

/* 2. Theme Color Variables for Bright Atelier */
.yl-skin-bright,
[data-skin="bright"] {
  --yl-accent: #b47d24 !important;
  --yl-accent-light: #c58f2d !important;
  --yl-border: rgba(180, 125, 36, 0.2) !important;
  --yl-bg-card: rgba(255, 255, 255, 0.94) !important;
  --yl-bg-glass: rgba(255, 255, 255, 0.8) !important;
  --yl-nav-bg: rgba(255, 255, 255, 0.96) !important;
  --yl-text-primary: #0f172a !important;
  --yl-text-secondary: #475569 !important;
  --yl-text-muted: #64748b !important;
}

/* 3. Top Announcement Bar - Sunlit Champagne Gold */
.yl-skin-bright #yl-top-promo-bar,
[data-skin="bright"] #yl-top-promo-bar {
  background: linear-gradient(90deg, #fbf7ee 0%, #f7ecd2 50%, #fbf7ee 100%) !important;
  border-bottom: 1px solid rgba(180, 125, 36, 0.3) !important;
  color: #334155 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
}
.yl-skin-bright #yl-top-promo-bar .yl-promo-badge,
[data-skin="bright"] #yl-top-promo-bar .yl-promo-badge {
  background: #b47d24 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}
.yl-skin-bright #yl-top-promo-bar strong,
[data-skin="bright"] #yl-top-promo-bar strong {
  color: #0f172a !important;
}
.yl-skin-bright #yl-top-promo-bar .yl-promo-code,
[data-skin="bright"] #yl-top-promo-bar .yl-promo-code {
  background: #ffffff !important;
  border: 1px dashed #b47d24 !important;
  color: #b47d24 !important;
}
.yl-skin-bright #yl-top-promo-bar .yl-promo-btn,
[data-skin="bright"] #yl-top-promo-bar .yl-promo-btn {
  background: #b47d24 !important;
  color: #ffffff !important;
  border: 1px solid #b47d24 !important;
}
.yl-skin-bright #yl-top-promo-bar .yl-promo-btn:hover,
[data-skin="bright"] #yl-top-promo-bar .yl-promo-btn:hover {
  background: #8f5e14 !important;
  color: #ffffff !important;
}
.yl-skin-bright #yl-top-promo-bar .yl-promo-right,
[data-skin="bright"] #yl-top-promo-bar .yl-promo-right {
  color: #475569 !important;
}

/* 4. Top Utility Bar (#top) */
.yl-skin-bright #top,
[data-skin="bright"] #top {
  background: #ffffff !important;
  border-bottom: 1px solid #e2e8f0 !important;
}
.yl-skin-bright #top .btn-link,
.yl-skin-bright #top a,
[data-skin="bright"] #top .btn-link,
[data-skin="bright"] #top a {
  color: #475569 !important;
}
.yl-skin-bright #top .btn-link:hover,
.yl-skin-bright #top a:hover,
[data-skin="bright"] #top .btn-link:hover,
[data-skin="bright"] #top a:hover {
  color: #b47d24 !important;
}
.yl-skin-bright #top .dropdown-menu,
[data-skin="bright"] #top .dropdown-menu {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
}
.yl-skin-bright #top .dropdown-menu > li > a,
.yl-skin-bright #top .dropdown-menu > li > button,
[data-skin="bright"] #top .dropdown-menu > li > a,
[data-skin="bright"] #top .dropdown-menu > li > button {
  color: #1e293b !important;
}
.yl-skin-bright #top .dropdown-menu > li > a:hover,
.yl-skin-bright #top .dropdown-menu > li > button:hover,
[data-skin="bright"] #top .dropdown-menu > li > a:hover,
[data-skin="bright"] #top .dropdown-menu > li > button:hover {
  background: #f8fafc !important;
  color: #b47d24 !important;
}

/* 5. Sticky Navigation Bar & Header */
.yl-skin-bright #yl-sticky-navbar-wrap,
[data-skin="bright"] #yl-sticky-navbar-wrap {
  background: rgba(255, 255, 255, 0.96) !important;
  border-top: none !important;
  border-bottom: 2px solid #b47d24 !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06) !important;
}
.yl-skin-bright #yl-sticky-navbar-wrap header,
[data-skin="bright"] #yl-sticky-navbar-wrap header {
  border-bottom: 1px solid #f1f5f9 !important;
}
.yl-skin-bright #menu,
[data-skin="bright"] #menu {
  background: transparent !important;
}
.yl-skin-bright #menu .nav > li > a,
[data-skin="bright"] #menu .nav > li > a {
  color: #1e293b !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  padding: 12px 18px !important;
}
.yl-skin-bright #menu .nav > li > a:hover,
.yl-skin-bright #menu .nav > li.open > a,
[data-skin="bright"] #menu .nav > li > a:hover,
[data-skin="bright"] #menu .nav > li.open > a {
  background: rgba(180, 125, 36, 0.1) !important;
  color: #b47d24 !important;
  border-radius: 4px;
}
.yl-skin-bright #menu .dropdown-menu,
[data-skin="bright"] #menu .dropdown-menu {
  background: #ffffff !important;
  border: 1px solid rgba(180, 125, 36, 0.25) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08) !important;
}
.yl-skin-bright #menu .dropdown-menu a,
[data-skin="bright"] #menu .dropdown-menu a {
  color: #334155 !important;
}
.yl-skin-bright #menu .dropdown-menu a:hover,
[data-skin="bright"] #menu .dropdown-menu a:hover {
  background: #faf8f4 !important;
  color: #b47d24 !important;
}

/* 6. Product Cards - Crisp White Studio Porcelain */
.yl-skin-bright .product-thumb,
[data-skin="bright"] .product-thumb {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
}
.yl-skin-bright .product-thumb:hover,
[data-skin="bright"] .product-thumb:hover {
  border-color: #b47d24 !important;
  box-shadow: 0 12px 30px rgba(180, 125, 36, 0.16) !important;
  transform: translateY(-5px);
}
.yl-skin-bright .product-thumb .caption h4 a,
[data-skin="bright"] .product-thumb .caption h4 a {
  color: #0f172a !important;
  font-weight: 700 !important;
}
.yl-skin-bright .product-thumb .caption h4 a:hover,
[data-skin="bright"] .product-thumb .caption h4 a:hover {
  color: #b47d24 !important;
}
.yl-skin-bright .product-thumb .caption p,
[data-skin="bright"] .product-thumb .caption p {
  color: #64748b !important;
}
.yl-skin-bright .price,
[data-skin="bright"] .price {
  color: #b47d24 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
}
.yl-skin-bright .price-new,
[data-skin="bright"] .price-new {
  color: #e11d48 !important;
  font-weight: 800 !important;
}
.yl-skin-bright .price-old,
[data-skin="bright"] .price-old {
  color: #94a3b8 !important;
}

/* Product Buttons */
.yl-skin-bright .product-thumb .button-group,
[data-skin="bright"] .product-thumb .button-group {
  border-top: 1px solid #f1f5f9 !important;
  background: #f8fafc !important;
}
.yl-skin-bright .product-thumb .button-group button:first-child,
[data-skin="bright"] .product-thumb .button-group button:first-child {
  background: #0f172a !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
}
.yl-skin-bright .product-thumb .button-group button:first-child:hover,
[data-skin="bright"] .product-thumb .button-group button:first-child:hover {
  background: #b47d24 !important;
  color: #ffffff !important;
}
.yl-skin-bright .product-thumb .button-group button,
[data-skin="bright"] .product-thumb .button-group button {
  background: #f1f5f9;
  color: #475569;
}
.yl-skin-bright .product-thumb .button-group button:hover,
[data-skin="bright"] .product-thumb .button-group button:hover {
  background: #e2e8f0 !important;
  color: #b47d24 !important;
}

/* 7. Category Page Left Sidebar in Bright Skin */
.yl-skin-bright .yl-category-nav-menu,
[data-skin="bright"] .yl-category-nav-menu {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
}
.yl-skin-bright .yl-category-nav-menu .list-group-item,
[data-skin="bright"] .yl-category-nav-menu .list-group-item {
  border-bottom: 1px solid #f1f5f9 !important;
  color: #1e293b !important;
  background: transparent !important;
}
.yl-skin-bright .yl-category-nav-menu .list-group-item:hover,
[data-skin="bright"] .yl-category-nav-menu .list-group-item:hover {
  background: #f8fafc !important;
  color: #b47d24 !important;
}
.yl-skin-bright .yl-category-nav-menu .list-group-item.active,
[data-skin="bright"] .yl-category-nav-menu .list-group-item.active {
  background: rgba(180, 125, 36, 0.1) !important;
  color: #b47d24 !important;
  border-left: 4px solid #b47d24 !important;
}
.yl-skin-bright .yl-category-recent-wrap,
[data-skin="bright"] .yl-category-recent-wrap {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
}
.yl-skin-bright .yl-category-recent-header,
[data-skin="bright"] .yl-category-recent-header {
  color: #0f172a !important;
  border-bottom: 1px solid #f1f5f9 !important;
}
.yl-skin-bright .yl-cat-recent-title,
[data-skin="bright"] .yl-cat-recent-title {
  color: #1e293b !important;
}
.yl-skin-bright .yl-cat-recent-title:hover,
[data-skin="bright"] .yl-cat-recent-title:hover {
  color: #b47d24 !important;
}
.yl-skin-bright .yl-cat-recent-thumb,
[data-skin="bright"] .yl-cat-recent-thumb {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
}
.yl-skin-bright .yl-cat-recent-btn,
[data-skin="bright"] .yl-cat-recent-btn {
  background: #f1f5f9 !important;
  border: 1px solid #b47d24 !important;
  color: #b47d24 !important;
}
.yl-skin-bright .yl-cat-recent-btn:hover,
[data-skin="bright"] .yl-cat-recent-btn:hover {
  background: #b47d24 !important;
  color: #ffffff !important;
}

/* 8. Middle Promo Showcase Cards & Pre-Footer in Bright Skin */
.yl-skin-bright .yl-promo-card,
[data-skin="bright"] .yl-promo-card {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.04) !important;
}
.yl-skin-bright .yl-promo-card-title,
[data-skin="bright"] .yl-promo-card-title {
  color: #0f172a !important;
}
.yl-skin-bright .yl-promo-card-desc,
[data-skin="bright"] .yl-promo-card-desc {
  color: #64748b !important;
}
.yl-skin-bright .yl-promo-card-btn,
[data-skin="bright"] .yl-promo-card-btn {
  background: #0f172a !important;
  color: #ffffff !important;
}
.yl-skin-bright .yl-promo-card-btn:hover,
[data-skin="bright"] .yl-promo-card-btn:hover {
  background: #b47d24 !important;
  color: #ffffff !important;
}
.yl-skin-bright .yl-prefooter-promo,
[data-skin="bright"] .yl-prefooter-promo {
  background: linear-gradient(135deg, #ffffff 0%, #faf6ec 100%) !important;
  border: 1px solid rgba(180, 125, 36, 0.25) !important;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.04) !important;
}
.yl-skin-bright .yl-vip-title,
[data-skin="bright"] .yl-vip-title {
  color: #0f172a !important;
}
.yl-skin-bright .yl-vip-text,
[data-skin="bright"] .yl-vip-text {
  color: #475569 !important;
}
.yl-skin-bright .yl-vip-features span,
[data-skin="bright"] .yl-vip-features span {
  color: #1e293b !important;
}
.yl-skin-bright .yl-vip-action-card,
[data-skin="bright"] .yl-vip-action-card {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04) !important;
}
.yl-skin-bright .yl-vip-action-card h4,
[data-skin="bright"] .yl-vip-action-card h4 {
  color: #0f172a !important;
}

/* 9. Trust Strip & General Buttons in Bright Skin */
.yl-skin-bright .yl-trust-strip,
[data-skin="bright"] .yl-trust-strip {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02) !important;
}
.yl-skin-bright .yl-trust-title,
[data-skin="bright"] .yl-trust-title {
  color: #0f172a !important;
}
.yl-skin-bright .yl-trust-desc,
[data-skin="bright"] .yl-trust-desc {
  color: #64748b !important;
}
.yl-skin-bright .yl-trust-icon,
[data-skin="bright"] .yl-trust-icon {
  color: #b47d24 !important;
  background: #faf6ee !important;
  border: 1px solid rgba(180, 125, 36, 0.25) !important;
}
.yl-skin-bright .btn-primary,
[data-skin="bright"] .btn-primary {
  background: linear-gradient(135deg, #b47d24 0%, #946316 100%) !important;
  border: 1px solid #b47d24 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(180, 125, 36, 0.25);
}
.yl-skin-bright .btn-primary:hover,
[data-skin="bright"] .btn-primary:hover {
  background: linear-gradient(135deg, #8f5e14 0%, #6f470d 100%) !important;
  color: #ffffff !important;
}
.yl-skin-bright .yl-section-title,
[data-skin="bright"] .yl-section-title {
  color: #0f172a !important;
}
.yl-skin-bright .yl-section-badge,
[data-skin="bright"] .yl-section-badge {
  background: #faf6ee !important;
  border-color: rgba(180, 125, 36, 0.3) !important;
  color: #b47d24 !important;
}
/* 9. Footer in Bright Skin - Warm Ivory/Porcelain Studio Style */
.yl-skin-bright footer,
[data-skin="bright"] footer {
  background: linear-gradient(180deg, #ffffff 0%, #faf7f2 100%) !important;
  border-top: 3px solid #b47d24 !important;
  color: #475569 !important;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.03) !important;
}
.yl-skin-bright footer h5,
[data-skin="bright"] footer h5 {
  color: #0f172a !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
}
.yl-skin-bright footer ul li a,
[data-skin="bright"] footer ul li a {
  color: #475569 !important;
}
.yl-skin-bright footer ul li a:hover,
[data-skin="bright"] footer ul li a:hover {
  color: #b47d24 !important;
  padding-left: 4px;
}
.yl-skin-bright footer hr,
[data-skin="bright"] footer hr {
  border-color: #e2e8f0 !important;
}
.yl-skin-bright footer p,
[data-skin="bright"] footer p {
  color: #64748b !important;
}
.yl-skin-bright footer i.fa,
[data-skin="bright"] footer i.fa {
  color: #475569 !important;
}

/* 11. B2B Factory Wholesale Annual Contracts Banner in Bright Skin */
.yl-skin-bright .yl-factory-promo-banner,
[data-skin="bright"] .yl-factory-promo-banner {
  background: linear-gradient(135deg, #ffffff 0%, #faf6ec 100%) !important;
  border: 1px solid rgba(180, 125, 36, 0.28) !important;
  border-left: 5px solid #b47d24 !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05) !important;
}
.yl-skin-bright .yl-contract-badge,
[data-skin="bright"] .yl-contract-badge {
  background: #faf6ee !important;
  border: 1px solid rgba(180, 125, 36, 0.35) !important;
  color: #b47d24 !important;
}
.yl-skin-bright .yl-contract-title,
[data-skin="bright"] .yl-contract-title {
  color: #0f172a !important;
}
.yl-skin-bright .yl-contract-desc,
[data-skin="bright"] .yl-contract-desc {
  color: #475569 !important;
}
.yl-skin-bright .yl-contract-tiers,
[data-skin="bright"] .yl-contract-tiers {
  color: #1e293b !important;
}
.yl-skin-bright .yl-contract-tiers i,
[data-skin="bright"] .yl-contract-tiers i {
  color: #b47d24 !important;
}
.yl-skin-bright .yl-contract-tiers strong,
[data-skin="bright"] .yl-contract-tiers strong {
  color: #0f172a !important;
}
.yl-skin-bright .yl-contract-subnote,
[data-skin="bright"] .yl-contract-subnote {
  color: #64748b !important;
}
.yl-skin-bright .yl-contract-quote-btn,
[data-skin="bright"] .yl-contract-quote-btn {
  background: linear-gradient(135deg, #b47d24 0%, #946316 100%) !important;
  border: 1px solid #b47d24 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(180, 125, 36, 0.3) !important;
}
.yl-skin-bright .yl-contract-quote-btn:hover,
[data-skin="bright"] .yl-contract-quote-btn:hover {
  background: linear-gradient(135deg, #8f5e14 0%, #6f470d 100%) !important;
  color: #ffffff !important;
}

/* 10. Inner Pages: Breadcrumbs, Tabs, Forms, Product Details */
.yl-skin-bright .breadcrumb,
[data-skin="bright"] .breadcrumb {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
  border-radius: 6px !important;
  padding: 10px 16px !important;
}
.yl-skin-bright .breadcrumb > li > a,
[data-skin="bright"] .breadcrumb > li > a {
  color: #475569 !important;
}
.yl-skin-bright .breadcrumb > li > a:hover,
[data-skin="bright"] .breadcrumb > li > a:hover {
  color: #b47d24 !important;
}
.yl-skin-bright .breadcrumb > li + li:before,
[data-skin="bright"] .breadcrumb > li + li:before {
  color: #94a3b8 !important;
}

/* Product Detail Page Specifics */
.yl-skin-bright .yl-product-gallery .yl-main-image-wrap,
[data-skin="bright"] .yl-product-gallery .yl-main-image-wrap {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.09) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05) !important;
}
.yl-skin-bright .yl-thumb-item,
[data-skin="bright"] .yl-thumb-item {
  background: #ffffff !important;
  border: 2px solid #e2e8f0 !important;
}
.yl-skin-bright .yl-thumb-item:hover,
.yl-skin-bright .yl-thumb-item.active,
[data-skin="bright"] .yl-thumb-item:hover,
[data-skin="bright"] .yl-thumb-item.active {
  border-color: #b47d24 !important;
  box-shadow: 0 4px 12px rgba(180, 125, 36, 0.2) !important;
}
.yl-skin-bright .yl-detail-title,
[data-skin="bright"] .yl-detail-title {
  color: #0f172a !important;
}
.yl-skin-bright .yl-meta-list,
[data-skin="bright"] .yl-meta-list {
  color: #475569 !important;
}
.yl-skin-bright .yl-meta-list strong,
[data-skin="bright"] .yl-meta-list strong {
  color: #0f172a !important;
}
.yl-skin-bright .yl-price-box,
[data-skin="bright"] .yl-price-box {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03) !important;
}
.yl-skin-bright .yl-main-price,
[data-skin="bright"] .yl-main-price {
  color: #b47d24 !important;
}
.yl-skin-bright .yl-sidebar-card,
[data-skin="bright"] .yl-sidebar-card {
  background: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04) !important;
}
.yl-skin-bright .yl-sidebar-title,
[data-skin="bright"] .yl-sidebar-title {
  color: #0f172a !important;
}
.yl-skin-bright .yl-tag-pill,
[data-skin="bright"] .yl-tag-pill {
  background: #faf6ee !important;
  border: 1px solid rgba(180, 125, 36, 0.3) !important;
  color: #b47d24 !important;
}
.yl-skin-bright .yl-sidebar-name,
[data-skin="bright"] .yl-sidebar-name {
  color: #1e293b !important;
}
.yl-skin-bright .yl-sidebar-name:hover,
[data-skin="bright"] .yl-sidebar-name:hover {
  color: #b47d24 !important;
}
.yl-skin-bright .yl-sidebar-item,
[data-skin="bright"] .yl-sidebar-item {
  border-bottom: 1px solid #f1f5f9 !important;
}

/* Tabs & Content */
.yl-skin-bright .nav-tabs,
[data-skin="bright"] .nav-tabs {
  border-bottom: 2px solid #e2e8f0 !important;
}
.yl-skin-bright .nav-tabs > li > a,
[data-skin="bright"] .nav-tabs > li > a {
  color: #475569 !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-bottom: none !important;
  font-weight: 600 !important;
}
.yl-skin-bright .nav-tabs > li.active > a,
.yl-skin-bright .nav-tabs > li.active > a:hover,
.yl-skin-bright .nav-tabs > li.active > a:focus,
[data-skin="bright"] .nav-tabs > li.active > a,
[data-skin="bright"] .nav-tabs > li.active > a:hover,
[data-skin="bright"] .nav-tabs > li.active > a:focus {
  background: #ffffff !important;
  color: #b47d24 !important;
  border-color: #e2e8f0 #e2e8f0 transparent !important;
  border-top: 3px solid #b47d24 !important;
}
.yl-skin-bright .tab-content,
[data-skin="bright"] .tab-content {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-top: none !important;
  padding: 24px !important;
  border-radius: 0 0 8px 8px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03) !important;
  color: #334155 !important;
  line-height: 1.8 !important;
}

/* Form Controls & Inputs */
.yl-skin-bright .form-control,
[data-skin="bright"] .form-control {
  background-color: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  color: #1e293b !important;
}
.yl-skin-bright .form-control:focus,
[data-skin="bright"] .form-control:focus {
  border-color: #b47d24 !important;
  box-shadow: 0 0 0 3px rgba(180, 125, 36, 0.15) !important;
}
.yl-skin-bright .input-group-addon,
[data-skin="bright"] .input-group-addon {
  background-color: #f8fafc !important;
  border: 1px solid #cbd5e1 !important;
  color: #64748b !important;
}
.yl-skin-bright .well,
[data-skin="bright"] .well {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03) !important;
}






