/* X4 consolidated stylesheet: detail.css */

/* ===== Source: product-infor-style.css ===== */
/** Product infor **/
.product-detail-left {
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}
.details-product .details-pro {
	--block-spacing: 10px;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}
.title-product, .title-product a {
	font-weight: 700;
	font-size: 24px;
	color: var(--text-color)
}
@media (max-width: 767px) {
	.title-product {
		font-size: 1.2rem;
	}
}
.details-pro .group-status .line {
	color: #999;
}
.details-pro .group-status {
	font-size: 14px;
}
@media (max-width: 575px) {
	.details-pro .group-status .line {
		display: none;
	}
}
.status_name, .status_name a {
	color: #007bff;
}
.product-sku {color:var(--x4-color-muted);}
.details-product .details-pro .price-box {
	position: relative;
	margin: 15px 0 10px;
	background: #f1f1f1;
	border-radius: 4px;
	display: block;
}
.details-product .details-pro .product-badge {
	display: block;
}
.details-product .details-pro .product-price {
	font-size: 20px;
	color: var(--price-color);
	line-height: 24px;
	font-family: inherit;
	font-weight: 700;
}
.details-product .details-pro .product-price-old {
	font-size: 16px;
}

.button_actions .btn_base {
	width: 100%;
}
.button_actions {
	display: flex;
	flex-wrap: wrap;
}
.button_actions .btn {
	transition: all 0.3s ease;
	font-weight: 700;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 46px;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 10px;
	line-height: 34px;
}
.button_actions .btn span {
	/*font-weight: 400;*/
	font-size: small;
	text-transform: uppercase;
}
.buynow{
	grid-column: 1 / -1;	
	background-color: var(--buynow-bg);
	color: var(--buynow-text-color);
}
.buynow:hover{
	color: var(--buynow-text-color);
	opacity: .8;
}
.button_actions .btn-cart, .btn-installment, .quick-view-product .button_actions .btn-cart {
	width: calc(50% - 5px);
	border-color: var(--addtocart-text-color);
	color: var(--addtocart-text-color);
	background-color: var(--addtocart-bg);
}
.button_actions .btn-cart:hover, .btn-installment:hover, .quick-view-product .button_actions .btn-cart:hover {
	opacity: .8;
}
.button_actions .btn-cart {
	margin-right: 5px;
}
 .btn-installment {
	 margin-left: 5px;
 }
.button_actions .btn:only-child, .button_actions .btn.is-full {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	text-transform: uppercase;
}
.button_actions .btn-cart strong {
	font-size: 16px;
}
.button_actions .btn-cart:hover, .btn-installment:hover {
	filter: brightness(1.2);
}
@media (max-width: 575px) {
	.button_actions .btn {
		min-width: 100%;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}
.soluong {
	grid-gap: 10px;
	align-items: center;
	grid-template-columns: 150px 1fr;
	margin-bottom: 20px;
}
.soluong:not(.hidden) {
	display: grid !important;
}
.soluong label {
	margin: 0;
	font-weight: bold;
}
#ega-sticky-addcart .soluong {
	margin-bottom: 0;
	grid-template-columns: 75px 1fr;
}
.soluong label {
	color: #727272;
	justify-content: flex-start;
}
.input_number_product, .custom-btn-number {
	border: none;
	display: flex;
	margin-bottom: 0;
	margin-top: 0;
	align-items: center;
}
button.btn.btn_num {
	border-radius: 0;
	padding: 4px;
	width: 46px;
	border: 1px solid #ced4da;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #8c9196;
}
button.btn.btn_num.num_1 {
	border-right: none;
	border-radius: 5px 0 0 5px;
}
#ega-sticky-addcart button.btn.btn_num {
	width: 40px;
	height: 40px;
}
#ega-sticky-addcart .prd_quantity {
	height: 40px;
}
button.btn.btn_num.num_2 {
		border-radius: 0 5px 5px 0;
	border-left: none;
}
.prd_quantity {
	border: 0;
	width: 55px !important;
	text-align: center;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	height: 46px;
}
.prd_quantity:focus {
	border-color: #ced4da;
}
.details-product .details-pro .price-box, #ega-sticky-addcart .price-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: transparent;
	padding-left: 0;
	padding-right: 0;
	margin-top: calc(var(--block-spacing) * 1);
	column-gap: 4px;
}
#ega-sticky-addcart .price-box {
	border-top: none;
}
.details-product .price-box .label_product, #ega-sticky-addcart .label_product {
	border-radius: 999px;
	background: var(--label-background);
	color: var(--label-color);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	padding: 3px 8px;
	font-weight: bold;
	margin-left: 10px;
}
.product-price-old {
	color: #979797 !important;
	margin-left: 5px;
	font-size: 14px;
	font-weight: normal;
}
.save-price {
	font-size: 14px;
	width: 100%;
}
.save-price span {
	color: var(--price-color);
}
.details-product .quickview-info .price-box {
	margin-top: var(--block-spacing);
	padding-top: var(--block-spacing);
	padding-top: var(--block-spacing);
}
.quick-view-product .product-summary {
	padding: var(--block-spacing) 0;
}

.icon-button-play {
	width: 20px !important;
}
.product-promotion {
	padding: 10px;
	margin-bottom: 10px;
	border: 2px dashed #B00002;
	margin-top: 30px;
	position: relative
}
.product-promotion__heading {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
    color: #B00002;
    background: var(--x4-color-white);
    position: absolute;
    top: -20px;
}
.product-promotion > ul, .product-promotion > div {
	    margin-bottom: 0;
    border-radius: 4px;
    padding: 8px 8px 8px 15px;
    list-style-position: inside;
    background: var(--x4-color-white);
    font-size: 14px;
  
}
.product-promotion ul li, .product-promotion > div > * {
	padding: 3px 0;
	margin: 0;
}
.product-specifications table {
	border-collapse: unset;
	border-spacing: 0;
}
.product-specifications table td {
	padding: 8px;
	border-right: 1px solid var(--border-color);
	border-bottom: 1px solid var(--border-color);
}
.product-specifications table tr:nth-of-type(odd) {
	background-color: var(--body-background);
}
.product-specifications table tr:first-child td {
	border-top: 1px solid var(--border-color);
}
.product-specifications table tr td:first-child {
	border-left: 1px solid var(--border-color);
	width: 40%;
}
.product-specifications table tr:first-child td:first-child {
	border-top-left-radius: 8px;
}
.product-specifications table tr:first-child td:last-child {
	border-top-right-radius: 8px;
}
.product-specifications table tr:last-child td:last-child {
	border-bottom-right-radius: 8px;
}
.product-specifications table tr:last-child td:first-child {
	border-bottom-left-radius: 8px;
}
.product-hotline a {
font-weight: bold;
	color: var(--primary-color);
}
.details-product .product-promo-tag {
	margin-top: 5px;
	margin-bottom: 5px;
}
.details-product .product-summary{
	clear: both;
	padding-top: 10px;
}
@media (max-width: 767px) {
	.soluong {
    grid-template-columns: 120px 1fr;
	}
}

/*** buyXgetY ***/
.buyxgety-box {
  border: 0.5px dashed #A0A0A0;
  padding: 15px 20px;
  border-radius: 8px;
  margin-top: 15px;
}

.buyxgety-box .buyxgety-header {
  position: relative;
  margin: 0;
  color: #FF0017;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 18px;
  margin-bottom: 10px;
}

@media (min-width:1800px) {
  .buyxgety-box .buyxgety-header {
    font-size: 18px;
    padding-bottom: 20px;
  }

}

.buyxgety-box .buyxgety-header:after {
  position: absolute;
  content: "Chá»n má»™t trong nhá»¯ng lá»±a chá»n sau:";
  left: 0;
  bottom: 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: var(--x4-color-black);
  font-weight: normal;
}

@media (min-width:1800px) {
  .buyxgety-box .buyxgety-header:after {
    font-size: 12px;
    height: 18px;
  }

}

@media (max-width:767px) {
  .buyxgety-box .buyxgety-header:after {
    display: none;
  }

}

@media (max-width:767px) {
  .buyxgety-box .buyxgety-header {
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 10px;
  }

}

.buyxgety-box .buyxgety-product-list .buyxgety_lists {
  max-height: 170px;
  overflow: auto;
}

.buyxgety-box .buyxgety-product-list .buyxgety_item {
  display: grid;
  grid-template-columns: 14px 44px 1fr;
  grid-gap: 8px;
  margin-bottom: 8px;
}

@media (min-width:1200px) {
  .buyxgety-box .buyxgety-product-list .buyxgety_item {
    margin-bottom: 12px;
  }

}

@media (max-width:767px) {
  .buyxgety-box .buyxgety-product-list .buyxgety_item {
    grid-template-columns: 21px 44px 1fr;
    margin-bottom: 20px;
  }

}

.buyxgety-box .buyxgety-product-list .buyxgety_item .buyxgety_checkbox {
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width:767px) {
  .buyxgety-box .buyxgety-product-list .buyxgety_item .buyxgety_checkbox {
    align-items: flex-start;
  }

}

.buyxgety-box .buyxgety-product-list .buyxgety_item .buyxgety_checkbox .ega-buyxgety-label {
  cursor: pointer;
}

.buyxgety-box .buyxgety-product-list .buyxgety_item .buyxgety_checkbox .ega-buyxgety-label .ega-buyxgety-checkbox {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid var(--x4-color-black);
}

@media (max-width:767px) {
  .buyxgety-box .buyxgety-product-list .buyxgety_item .buyxgety_checkbox .ega-buyxgety-label .ega-buyxgety-checkbox {
    width: 21px;
    height: 21px;
    margin-top: 10px;
  }

}

.buyxgety-box .buyxgety-product-list .buyxgety_item .buyxgety_item_title {
  display: flex;
  font-size: 12px;
  align-items: center;
}

@media (min-width:1800px) {
  .buyxgety-box .buyxgety-product-list .buyxgety_item .buyxgety_item_title {
    font-size: 14px;
  }

}

@media (max-width:767px) {
  .buyxgety-box .buyxgety-product-list .buyxgety_item .buyxgety_item_title {
    font-size: 13px;
  }

}

.buyxgety-box .buyxgety-product-list .buyxgety_item .buyxgety_image img {
  margin: 0;
  max-width: 100%;
}

.buyxgety-box .buyxgety-product-list .buyxgety_item.gift-soldout {
  position: relative;
  filter: grayscale(1);
  cursor: not-allowed;
}

.buyxgety-box .buyxgety-product-list .buyxgety_item.gift-soldout:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "QuĂ  táº·ng háº¿t hĂ ng";
  font-size: 12px;
  padding: 5px 15px;
  font-size: 12px;
  background: var(--x4-color-border-light);
}

@media (max-width:767px) {
  .buyxgety-box {
    padding: 15px 10px;
  }

}

/*** Combo ***/
#combo-program {
  max-height: 400px;
}

#combo-program .name-combo {
  margin: 0;
}

#combo-program .name-combo span {
  display: inline-block;
  color: #fb3d3d;
  font-weight: bold;
}

#combo-program .combo-title {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
}

#combo-program .combo-title b {
  color: #ff0707;
}

#combo-program .combo-w {
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
  padding: 10px 10px 10px 40px;
  position: relative;
}

#combo-program .combo-w:after {
  content: '\2714\fe0e';
  font-size: 16px;
  position: absolute;
  top: calc(50% - 11px);
  left: 11px;
  color: #fe8dbf;
  opacity: 0;
}

#combo-program .combo-w:before {
  content: '';
  width: 20px;
  height: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  position: absolute;
  top: calc(50% - 10px);
  left: 7px;
}

#combo-program .combo-w.checked {
  border: 1px solid #fe8dbf;
}

#combo-program .combo-w.checked:after {
  opacity: 1;
}

#combo-program .combo-w.checked:before {
  border: 1px solid #fe8dbf;
}

#combo-program table tr {
  margin-bottom: 3px;
}

#combo-program table label {
  font-weight: normal;
  font-size: 13px;
  display: block;
  border: none;
  padding: 2px 5px;
  cursor: pointer;
}

#combo-program table label:after {
  content: "";
  display: table;
  clear: both;
}

#combo-program table label img {
  display: inline-block;
  width: 36px;
  float: left;
}

#combo-program table label p {
  display: inline-block;
  width: calc(100% - 50px);
  float: left;
  margin-bottom: 0px;
  padding-left: 10px;
}

#combo-program table label .discount-promotion-price b {
  color: #fa0303;
}

#combo-program table label .discount-promotion-price del {
  margin-left: 5px;
}

#combo-program table input {
  display: none;
}

#combo-program table input:checked + label {
  color: var(--x4-color-black);
  background: #fff8f8;
}

#popupComboModal .modal-content {
  padding: 0px 20px 15px;
  border-radius: 5px;
  font-size: 1rem;
  overflow: hidden;
}

#popupComboModal .btn {
  font-size: 14px;
}

#popupComboModal .modal-body {
  padding: 1rem 0;
  max-height: 550px;
  overflow: auto;
}

#popupComboModal .modal-body .combo-item {
  position: relative;
  border: 1px solid var(--x4-color-border-light);
  padding: 12px 5px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}

#popupComboModal .modal-body .combo-item .combo-name {
  font-size: 18px;
  color: var(--primary-color);
  font-weight: bold;
}

#popupComboModal .modal-body .combo-item + .combo-item {
  margin-top: 12px;
}

#popupComboModal .modal-body .combo-item.actived {
  background: #EFF8F0;
  border-color: #2EB346;
}

#popupComboModal .modal-body .combo-item.actived:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 25px;
  background: #2EB346;
  right: 0;
  bottom: 0;
  content: "\2713";
  color: var(--x4-color-white);
  text-align: center;
  border-radius: 10px 0 10px 0;
}

#popupComboModal .modal-body .combo-item:hover {
  border-color: #2EB346;
}

#popupComboModal .modal-body .combo-item .product-title {
  font-size: 15px;
}

#popupComboModal .modal-body .combo-item .variant_title, #popupComboModal .modal-body .combo-item .combo-quantity {
  color: #979797;
  font-size: 12px;
}

#popupComboModal .modal-body .combo-item .price {
  font-size: 12px;
}

#popupComboModal .modal-body .combo-item .compare-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #979797;
  margin-left: 2px;
}

#popupComboModal .modal-body .combo-product-item.sold-out {
  position: relative;
  filter: grayscale(1);
}

#popupComboModal .modal-body .combo-product-item.sold-out:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "Háº¿t hĂ ng";
  padding: 5px 15px;
  font-size: 12px;
  background: var(--x4-color-border-light);
}

#popupComboModal .fa.fa-check {
  color: var(--success);
}

#popupComboModal .media-left.thumb_img {
  margin-right: 1.25rem;
}

#popupComboModal button.close {
  position: absolute;
  right: 15px;
  top: 9px;
}

#popupComboModal h4.title.right_title, #popupComboModal .modal-title {
  font-size: 1rem;
  display: flex;
  align-items: center;
  background: #EFF8F0;
  padding: 10px 20px;
  color: #2EB346;
  font-weight: normal;
  border-radius: 2px;
  margin-left: -20px;
  margin-right: -20px;
}

#popupComboModal h4.title.right_title svg, #popupComboModal .modal-title svg {
  margin-right: 4px;
}

#popupComboModal .checkout_button {
	background-color: var(--addtocart-bg);
	color: var(--addtocart-text-color);
  border-radius: 5px;
  font-weight: 500;
}

#popupComboModal .checkout_button:hover {
  filter: brightness(1.2);
}

#popupComboModal .addcart-single {
	border-color: var(--addtocart-bg);
	color: var(--addtocart-bg);
	background-color: var(--x4-color-white);
}

#popupComboModal .addcart-single:hover {
	background-color: var(--addtocart-bg);
	color: var(--x4-color-white);
}

#popupComboModal .media-body.body_content {
  font-size: 1rem;
  line-height: 1.3;
}

#popupComboModal .media-body.body_content .product-new-price {
  font-weight: 500;
}

#popupComboModal .thumb_img {
  margin-right: 10px;
  position: relative;
  border-radius: 0px;
  text-align: center;
  height: 100%;
  overflow: hidden;
  min-width: 70px;
  min-height: 70px;
  width: 70px;
}

#popupComboModal .product-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: initial;
  overflow: hidden;
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}

#popupComboModal .count {
  color: #979797;
}

#popupComboModal .right_title {
  border-top: 1px solid #F0F1F2;
  padding-top: 20px;
}

#popupComboModal .cart-action {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  padding-top: 25px;
  margin-top: 20px;
  border-top: 1px solid #F0F1F2;
}

#popupComboModal .cart-message {
  margin-top: 10px;
  color: #F44336;
  font-size: 14px;
}

@media (min-width:576px) {
  #popupComboModal .modal-dialog {
    max-width: 550px;
  }

}

@media (max-width:600px) {
  #popupComboModal {
    z-index: 99999;
  }

  #popupComboModal .modal-dialog {
    position: absolute;
    bottom: 0;
    margin: 0;
    top: auto !important;
    transform: none !important;
  }

  #popupComboModal .title.right_title {
    display: none;
  }

  #popupComboModal .modal-content {
    border-radius: 5px 5px 0 0;
  }

}

.reading-tools{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding:10px 14px;background:#fafafa;border:1px solid var(--x4-color-border-light);border-radius:12px}
.reading-title,.font-btn{display:flex;align-items:center}
.reading-title{gap:8px;font-weight:700;color:#444}
.font-control{display:flex;gap:8px}
.font-btn{justify-content:center;gap:2px;width:42px;height:42px;border:0;border-radius:10px;background:var(--x4-color-white);box-shadow:0 2px 8px rgba(0,0,0,.08);cursor:pointer;font:700 1em/1 inherit;white-space:nowrap;transition:.25s;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}
.font-btn i,.font-btn span{line-height:1}
.font-btn i{font-size:.95em}
.font-btn:hover{background:var(--primary-color);color:var(--x4-color-white);transform:translateY(-2px)}
.font-btn:active{transform:scale(.94)}
.font-btn.reset{width:60px}
#content{transition:.25s;}

@media(max-width:767px){
.reading-tools{padding:10px}
.reading-title{font-size:14px}
.font-btn{width:36px;height:36px;font-size:13px}
.font-btn.reset{width:52px}
}
.fly-qty{position:fixed;z-index:9999999;width:42px;height:42px;line-height:42px;border-radius:50%;background:#e53935;color:var(--x4-color-white);font-size:18px;font-weight:bold;text-align:center;box-shadow:0 6px 18px rgba(0,0,0,.25);pointer-events:none;user-select:none}.cart-shake{animation:cartShake .6s;transform-origin:center}@keyframes cartShake{0%{transform:scale(1)}20%{transform:scale(1.25) rotate(-10deg)}40%{transform:scale(1.15) rotate(10deg)}60%{transform:scale(1.25) rotate(-8deg)}80%{transform:scale(1.1)}100%{transform:scale(1)}}

@media (max-width:767px){

.form-product.buybar-fixed{
    position:fixed!important;
    top:65px;
    left:0;
    right:0;
    z-index:998;

    display:flex;
    align-items:center;
    gap:8px;

    margin:0!important;
    padding:8px 10px!important;

    background:var(--x4-color-white);
    border-bottom:1px solid var(--x4-color-border-light);
    box-shadow:0 2px 10px rgba(0,0,0,.15);
}

.form-product.buybar-fixed .form_product_content{
    display:flex;
    align-items:center;
    gap:8px;
    flex:1;
    margin:0;
}

.form-product.buybar-fixed .soluong{
    flex:0 0 105px;
    margin:0;
}

.form-product.buybar-fixed .button_actions{
    flex:1;
    margin:0!important;
}

.form-product.buybar-fixed .button_actions .btn{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    height:42px;
    margin:0;
    padding:0 8px;
    font-size:13px;
    white-space:nowrap;
}

.form-product.buybar-fixed .product-hotline{
    display:none;
}

.buybar-placeholder{
    display:none;
}

}

/* ===========================
   ARTICLE CONTENT
=========================== */

.article{
    font-size:17px;
    line-height:1.8;
    color:var(--x4-color-text);
    word-break:break-word;
    overflow-wrap:break-word;
}

/* Paragraph */

.article p{
    margin:0 0 18px;
}

/* Heading */

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
    font-weight:700;
    line-height:1.4;
    color:#111;
}

.article h1{
    font-size:34px;
    margin:40px 0 18px;
}

.article h2{
    font-size:30px;
    margin:38px 0 16px;
    padding-bottom:10px;
    border-bottom:2px solid #f2f2f2;
}

.article h3{
    font-size:25px;
    margin:32px 0 15px;
}

.article h4{
    font-size:22px;
    margin:28px 0 14px;
}

.article h5{
    font-size:19px;
    margin:25px 0 12px;
}

.article h6{
    font-size:17px;
    margin:22px 0 10px;
}

/* Lists */

.article ul,
.article ol{
    margin:0 0 20px 28px;
    padding:0;
}

.article li{
    margin:8px 0;
    line-height:1.8;
}

/* Definition list */

.article dl{
    margin:18px 0;
}

.article dt{
    font-weight:700;
    margin-top:12px;
}

.article dd{
    margin-left:20px;
    margin-bottom:12px;
}

/* Links */

.article a{
    color:#0066cc;
    text-decoration:none;
}

.article a:hover{
    text-decoration:underline;
}

/* Images */

.article img{
    max-width:100%;
    height:auto;
    display:block;
    margin:20px auto;
    border-radius:8px;
}

.article figure{
    margin:25px auto;
    text-align:center;
}

.article figcaption{
    margin-top:8px;
    color:#777;
    font-size:14px;
    font-style:italic;
}

/* Picture */

.article picture{
    display:block;
}

/* Video */

.article video,
.article iframe{
    display:block;
    width:100%;
    max-width:100%;
    margin:25px auto;
    border:0;
    border-radius:8px;
}

/* Table */

.article table{
    width:100%;
    border-collapse:collapse;
    margin:25px 0;
    display:block;
    overflow-x:auto;
    white-space:nowrap;
}

.article caption{
    margin-bottom:10px;
    font-weight:700;
}

.article th,
.article td{
    border:1px solid var(--x4-color-border);
    padding:12px;
}

.article th{
    background:var(--x4-color-surface-soft);
    font-weight:700;
}

.article tr:nth-child(even){
    background:#fafafa;
}

/* Quote */

.article blockquote{
    margin:25px 0;
    padding:18px 22px;
    background:#fafafa;
    border-left:5px solid #ff4d6d;
    font-style:italic;
    color:#555;
}

/* Inline quote */

.article q{
    font-style:italic;
}

/* Code */

.article pre{
    margin:20px 0;
    padding:18px;
    overflow:auto;
    background:#272822;
    color:var(--x4-color-white);
    border-radius:6px;
}

.article code{
    font-family:Consolas,Monaco,monospace;
    font-size:.95em;
}

.article pre code{
    color:inherit;
}

/* Text */

.article strong,
.article b{
    font-weight:700;
}

.article em,
.article i{
    font-style:italic;
}

.article u{
    text-decoration:underline;
}

.article del,
.article s{
    text-decoration:line-through;
}

.article ins{
    text-decoration:none;
    background:#ffff99;
}

.article mark{
    background:#fff59d;
    padding:2px 4px;
}

.article small{
    font-size:.9em;
    color:var(--x4-color-muted);
}

.article sup{
    font-size:75%;
}

.article sub{
    font-size:75%;
}

/* HR */

.article hr{
    border:0;
    border-top:1px solid #e5e5e5;
    margin:35px 0;
}

/* Details */

.article details{
    margin:20px 0;
    border:1px solid var(--x4-color-border);
    border-radius:6px;
    padding:10px 15px;
}

.article summary{
    cursor:pointer;
    font-weight:700;
}

/* Address */

.article address{
    margin:20px 0;
    font-style:italic;
}

/* Abbr */

.article abbr{
    border-bottom:1px dotted #999;
    cursor:help;
}

/* Selection */

.article ::selection{
    background:#ffe082;
}

/* First paragraph */

.article > p:first-of-type{
    font-size:18px;
}

/* Responsive */

@media(max-width:767px){

    .article{
        font-size:16px;
        line-height:1.75;
    }

    .article h1{
        font-size:30px;
    }

    .article h2{
        font-size:26px;
    }

    .article h3{
        font-size:22px;
    }

    .article h4{
        font-size:20px;
    }

    .article table{
        font-size:15px;
    }
}

.product-meta-top{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:6px;
    margin:0px 0 8px;
    font-size:14px;
    line-height:1.4;
}

.rating-stars{
    position:relative;
    display:inline-block;
    font-size:14px;
    line-height:1;
    letter-spacing:2px;
}

.stars-bg{
    color:var(--x4-color-border);
}

.stars-fill{
    position:absolute;
    left:0;
    top:0;
    overflow:hidden;
    white-space:nowrap;
    color:#ffb400;
}

.score{
    font-weight:700;
    color:#ffb400;
}

.meta-sep{
    color:#d0d0d0;
    user-select:none;
}

.review{
    color:var(--x4-color-muted);
}

.product-brand{
    color:#1677ff;
    text-decoration:none;
    font-weight:500;
}

.product-brand:hover{
    text-decoration:underline;
}

@media(max-width:767px){

    .product-meta-top{
        gap:5px;
        font-size:13px;
    }

    .rating-stars{
        font-size:14px;
    }

}
.product-stock{
    margin:8px 0 12px;
    font-size:15px;
    font-weight:600;
    color:#1a9b3f;
}

.product-stock i{
    margin-right:5px;
}
#content tbody{
    display:table;
    min-width:max-content;
    width:100%;
}
#content td,
#content th{
    white-space:normal;
}
.product-promotion__heading .fa-gift{
    font-size:20px;
    color:#d60000;
}


.slickthumb_relative_product_1.has-thumb-navigation{position:relative}
.slickthumb_relative_product_1.has-thumb-navigation .thumb-nav-btn{position:absolute;left:42%;z-index:5;display:flex;width:38px;height:25px;padding:0;border:0;border-radius:14px;align-items:center;justify-content:center;background:rgba(0,0,0,.40);color:var(--x4-color-white);cursor:pointer;transform:translateX(-50%);transition:background .2s,opacity .2s}
.slickthumb_relative_product_1.has-thumb-navigation .thumb-nav-btn:hover{background:rgba(0,0,0,.78);color:var(--x4-color-white)}
.slickthumb_relative_product_1.has-thumb-navigation .thumb-nav-btn:focus{outline:0}
.slickthumb_relative_product_1.has-thumb-navigation .thumb-nav-btn.is-disabled{visibility:hidden;pointer-events:none}
.slickthumb_relative_product_1.has-thumb-navigation .thumb-nav-prev{top:5px}
.slickthumb_relative_product_1.has-thumb-navigation .thumb-nav-next{bottom:5px}
.slickthumb_relative_product_1 .thumb-nav-mobile{display:none}
@media(max-width:767px){
    .slickthumb_relative_product_1.has-thumb-navigation{display:block;width:100%}
    .slickthumb_relative_product_1.has-thumb-navigation .thumb-nav-btn{top:50%;bottom:auto;width:28px;height:38px;transform:translateY(-50%)}
    .slickthumb_relative_product_1.has-thumb-navigation .thumb-nav-prev{left:5px}
    .slickthumb_relative_product_1.has-thumb-navigation .thumb-nav-next{right:5px;left:auto}
    .slickthumb_relative_product_1 .thumb-nav-desktop{display:none}
    .slickthumb_relative_product_1 .thumb-nav-mobile{display:inline-block}
}
.x4-product-local-links{margin:0 0 24px;}
	.x4-product-local-links__box{
		padding:16px;
		border:1px solid #e2e8f0;
		border-radius:8px;
		background:var(--x4-color-white);
	}
	.x4-product-local-links h2{
		margin:0 0 6px;
		color:#1f2937;
		font-size:20px;
		line-height:1.35;
	}
	.x4-product-local-links p{
		margin:0 0 12px;
		color:#64748b;
		font-size:14px;
	}
	.x4-product-local-links ul{
		display:flex;
		flex-wrap:wrap;
		gap:8px;
		margin:0;
		padding:0;
		list-style:none;
	}
	.x4-product-local-links li{margin:0;padding:0;}
	.x4-product-local-links a{
		display:block;
		padding:7px 11px;
		border:1px solid #dbeafe;
		border-radius:6px;
		background:#f8fbff;
		color:#1d4ed8;
		font-size:14px;
		line-height:1.35;
	}
	.x4-product-local-links a:hover{
		border-color:#93c5fd;
		background:#eff6ff;
		color:#1e40af;
	}
	.x4-product-local-links .x4-product-local-links__all{
		border-color:#bfdbfe;
		background:#dbeafe;
		font-weight:700;
	}
	@media (max-width:575px){
		.x4-product-local-links__box{padding:13px;}
		.x4-product-local-links h2{font-size:18px;}
		.x4-product-local-links ul{gap:7px;}
		.x4-product-local-links a{padding:6px 9px;font-size:13px;}
	}

/* ===== Source: news_detail.css ===== */
.reading-tools{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:15px;
    padding:10px 14px;
    background:#fafafa;
    border:1px solid var(--x4-color-border-light);
    border-radius:12px;
}

.reading-title,
.font-btn{
    display:flex;
    align-items:center;
}

.reading-title{
    gap:8px;
    font-weight:700;
    color:#444;
}

.font-control{
    display:flex;
    gap:8px;
}

.font-btn{
    justify-content:center;
    gap:2px;
    width:42px;
    height:42px;
    border:0;
    border-radius:10px;
    background:var(--x4-color-white);
    box-shadow:0 2px 8px rgba(0,0,0,.08);
    cursor:pointer;
    font:700 1em/1 inherit;
    white-space:nowrap;
    transition:.25s;
    user-select:none;
    -webkit-user-select:none;
    -webkit-tap-highlight-color:transparent;
    touch-action:manipulation;
}

.font-btn i,
.font-btn span{
    line-height:1;
}

.font-btn i{
    font-size:.95em;
}

.font-btn:hover{
    background:var(--primary-color);
    color:var(--x4-color-white);
    transform:translateY(-2px);
}

.font-btn:active{
    transform:scale(.94);
}

.font-btn.reset{
    width:60px;
}

#content{
    transition:.25s;
}

@media(max-width:767px){

    .reading-tools{
        padding:10px;
    }

    .reading-title{
        font-size:14px;
    }

    .font-btn{
        width:36px;
        height:36px;
        font-size:13px;
    }

    .font-btn.reset{
        width:52px;
    }

}

/* ===========================
   ARTICLE CONTENT
=========================== */

.article{
    font-size:17px;
    line-height:1.8;
    color:var(--x4-color-text);
    word-break:break-word;
    overflow-wrap:break-word;
}

/* Paragraph */

.article p{
    margin:0 0 18px;
}

/* Heading */

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6{
    font-weight:700;
    line-height:1.4;
    color:#111;
}

.article h1{
    font-size:34px;
    margin:40px 0 18px;
}

.article h2{
    font-size:30px;
    margin:38px 0 16px;
    padding-bottom:10px;
    border-bottom:2px solid #f2f2f2;
}

.article h3{
    font-size:25px;
    margin:32px 0 15px;
}

.article h4{
    font-size:22px;
    margin:28px 0 14px;
}

.article h5{
    font-size:19px;
    margin:25px 0 12px;
}

.article h6{
    font-size:17px;
    margin:22px 0 10px;
}

/* Lists */

.article ul,
.article ol{
    margin:0 0 20px 28px;
    padding:0;
}

.article li{
    margin:8px 0;
    line-height:1.8;
}

/* Definition list */

.article dl{
    margin:18px 0;
}

.article dt{
    font-weight:700;
    margin-top:12px;
}

.article dd{
    margin-left:20px;
    margin-bottom:12px;
}

/* Links */

.article a{
    color:#0066cc;
    text-decoration:none;
}

.article a:hover{
    text-decoration:underline;
}

/* Images */

.article img{
    max-width:100%;
    height:auto;
    display:block;
    margin:20px auto;
    border-radius:8px;
}

.article figure{
    margin:25px auto;
    text-align:center;
}

.article figcaption{
    margin-top:8px;
    color:#777;
    font-size:14px;
    font-style:italic;
}

/* Picture */

.article picture{
    display:block;
}

/* Video */

.article video,
.article iframe{
    display:block;
    width:100%;
    max-width:100%;
    margin:25px auto;
    border:0;
    border-radius:8px;
}

/* Table */

.article table{
    width:100%;
    border-collapse:collapse;
    margin:25px 0;
    display:block;
    overflow-x:auto;
    white-space:nowrap;
}

.article caption{
    margin-bottom:10px;
    font-weight:700;
}

.article th,
.article td{
    border:1px solid var(--x4-color-border);
    padding:12px;
}

.article th{
    background:var(--x4-color-surface-soft);
    font-weight:700;
}

.article tr:nth-child(even){
    background:#fafafa;
}

/* Quote */

.article blockquote{
    margin:25px 0;
    padding:18px 22px;
    background:#fafafa;
    border-left:5px solid #ff4d6d;
    font-style:italic;
    color:#555;
}

/* Inline quote */

.article q{
    font-style:italic;
}

/* Code */

.article pre{
    margin:20px 0;
    padding:18px;
    overflow:auto;
    background:#272822;
    color:var(--x4-color-white);
    border-radius:6px;
}

.article code{
    font-family:Consolas,Monaco,monospace;
    font-size:.95em;
}

.article pre code{
    color:inherit;
}

/* Text */

.article strong,
.article b{
    font-weight:700;
}

.article em,
.article i{
    font-style:italic;
}

.article u{
    text-decoration:underline;
}

.article del,
.article s{
    text-decoration:line-through;
}

.article ins{
    text-decoration:none;
    background:#ffff99;
}

.article mark{
    background:#fff59d;
    padding:2px 4px;
}

.article small{
    font-size:.9em;
    color:var(--x4-color-muted);
}

.article sup{
    font-size:75%;
}

.article sub{
    font-size:75%;
}

/* HR */

.article hr{
    border:0;
    border-top:1px solid #e5e5e5;
    margin:35px 0;
}

/* Details */

.article details{
    margin:20px 0;
    border:1px solid var(--x4-color-border);
    border-radius:6px;
    padding:10px 15px;
}

.article summary{
    cursor:pointer;
    font-weight:700;
}

/* Address */

.article address{
    margin:20px 0;
    font-style:italic;
}

/* Abbr */

.article abbr{
    border-bottom:1px dotted #999;
    cursor:help;
}

/* Selection */

.article ::selection{
    background:#ffe082;
}

/* First paragraph */

.article > p:first-of-type{
    font-size:18px;
}

/* Responsive */

@media(max-width:767px){

    .article{
        font-size:16px;
        line-height:1.75;
    }

    .article h1{
        font-size:30px;
    }

    .article h2{
        font-size:26px;
    }

    .article h3{
        font-size:22px;
    }

    .article h4{
        font-size:20px;
    }

    .article table{
        font-size:15px;
    }
}

/* Related local links */

#content .x4-local-related{
    margin:32px 0 8px;
    padding:20px;
    border:1px solid #e5e7eb;
    border-radius:10px;
    background:#f8fafc;
}

#content .x4-local-related h2{
    margin:0 0 7px;
    font-size:20px;
    line-height:1.4;
    color:#1f2937;
}

#content .x4-local-related p{
    margin:0 0 13px;
    color:#64748b;
}

#content .x4-local-related ul{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin:0;
    padding:0;
    list-style:none;
}

#content .x4-local-related li{
    margin:0;
    padding:0;
}

#content .x4-local-related a{
    display:inline-flex;
    align-items:center;
    min-height:36px;
    padding:7px 12px;
    border:1px solid #cbd5e1;
    border-radius:7px;
    background:var(--x4-color-white);
    color:#334155;
    text-decoration:none;
    line-height:1.35;
    transition:border-color .2s,color .2s,background .2s;
}

#content .x4-local-related a:hover{
    border-color:#f97316;
    background:#fff7ed;
    color:#c2410c;
}

@media(max-width:575px){
    #content .x4-local-related{
        padding:16px;
    }

    #content .x4-local-related h2{
        font-size:18px;
    }

    #content .x4-local-related a{
        min-height:34px;
        padding:6px 10px;
        font-size:14px;
    }
}

.content-hotline {
    margin: 24px 0;
    padding: 16px 18px;
    background: #fff7ed;
    border: 2px solid #f97316;
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    color: #9a3412;
}

.content-hotline a {
    display: inline-block;
    margin-left: 6px;
    color: #dc2626;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
} 

/* ===== Source: lightbox.css ===== */
@font-face {
  font-family: 'lg';
  src: url("../images/lg.ttf") format("truetype"), url("../images/lg.woff") format("woff"), url("../images/lg.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: var(--x4-color-white);
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: var(--x4-color-white);
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: var(--x4-color-border-light);
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid var(--x4-color-white);
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: var(--x4-color-white);
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../images/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../images/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../images/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../images/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../images/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: var(--x4-color-text);
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: var(--x4-color-white);
  color: var(--x4-color-white);
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: var(--x4-color-white);
}
.lg-outer .lg-dropdown {
  background-color: var(--x4-color-white);
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: var(--x4-color-white);
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: var(--x4-color-text);
}
.lg-outer .lg-dropdown a {
  color: var(--x4-color-text);
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: var(--x4-color-text);
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e907";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e905";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-outer .lg-img-rotate {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0s;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: var(--x4-color-black);
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */

/* ===== Recently viewed products ===== */
.x4-recently-viewed {
	--x4-recently-viewed-gap: 16px;
	margin: 30px 0 36px;
}

.x4-recently-viewed__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	min-height: 52px;
	margin-bottom: 16px;
	border-bottom: 1px solid var(--x4-color-border-light);
}

.x4-recently-viewed__title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0 0 13px;
	color: var(--x4-color-text);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
}

.x4-recently-viewed__title::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 76px;
	height: 3px;
	border-radius: 999px;
	background: var(--primary-color, #cd6420);
	content: "";
}

.x4-recently-viewed__title-icon {
	display: inline-flex;
	flex: 0 0 32px;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	background: rgba(205, 100, 32, .12);
	color: var(--primary-color, #cd6420);
	font-size: 16px;
}

.x4-recently-viewed__controls {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 8px;
}

.x4-recently-viewed__controls[hidden] {
	display: none !important;
}

.x4-recently-viewed__control,
.x4-recently-viewed__control.slick-arrow {
	position: static;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid #e3ddd8;
	border-radius: 10px;
	background: var(--x4-color-white);
	box-shadow: 0 3px 10px rgba(35, 27, 22, .08);
	color: var(--x4-color-text);
	font-size: 14px;
	line-height: 1;
	opacity: 1;
	transform: none;
	transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}

.x4-recently-viewed__control::before {
	content: none !important;
}

.x4-recently-viewed__control:hover,
.x4-recently-viewed__control:focus-visible {
	border-color: var(--primary-color, #cd6420);
	background: var(--primary-color, #cd6420);
	box-shadow: 0 5px 14px rgba(205, 100, 32, .24);
	color: var(--x4-color-white);
	outline: none;
	transform: translateY(-1px);
}

.x4-recently-viewed__control.slick-hidden {
	display: none !important;
}

.x4-recently-viewed__list {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 64px) / 5);
	grid-template-rows: minmax(0, 1fr);
	align-items: stretch;
	justify-content: start;
	gap: var(--x4-recently-viewed-gap);
	margin: 0;
	padding: 4px 2px 14px;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-color: rgba(205, 100, 32, .55) #f3f3f3;
	scrollbar-width: thin;
}

.x4-recently-viewed__list::-webkit-scrollbar {
	height: 5px;
}

.x4-recently-viewed__list::-webkit-scrollbar-track {
	border-radius: 999px;
	background: #f3f3f3;
}

.x4-recently-viewed__list::-webkit-scrollbar-thumb {
	border-radius: 999px;
	background: rgba(205, 100, 32, .55);
}

.x4-recently-viewed__slide {
	min-width: 0;
	height: 100%;
	scroll-snap-align: start;
}

.x4-recently-viewed__list.slick-initialized {
	display: block;
	padding: 0;
	overflow: visible;
	scroll-snap-type: none;
	scrollbar-width: auto;
}

.x4-recently-viewed__list.slick-initialized .slick-list {
	padding: 4px 0 14px;
}

.x4-recently-viewed__list.slick-initialized .slick-track {
	display: flex;
	align-items: stretch;
	margin-right: 0;
	margin-left: 0;
}

.x4-recently-viewed__list.slick-initialized .x4-recently-viewed__slide {
	display: block;
	flex: 0 0 auto;
	height: auto;
	padding: 0 8px;
}

.x4-recently-viewed__card {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid #ece8e5;
	border-radius: 14px;
	background: var(--x4-color-white);
	box-shadow: 0 4px 16px rgba(35, 27, 22, .07);
	scroll-snap-align: start;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.x4-recently-viewed__card:focus-within {
	border-color: var(--primary-color, #cd6420);
	box-shadow: 0 0 0 3px rgba(205, 100, 32, .12), 0 8px 22px rgba(35, 27, 22, .1);
}

.x4-recently-viewed__media {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-bottom: 1px solid #f0ece9;
	background: linear-gradient(145deg, #faf9f8, var(--x4-color-white));
}

.x4-recently-viewed__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	transition: transform .25s ease;
}

.x4-recently-viewed__video {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	color: #df0000;
	font-size: 26px;
	filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .18));
}

.x4-recently-viewed__content {
	display: flex;
	flex: 1 1 auto;
	min-height: 132px;
	flex-direction: column;
	padding: 12px 14px 15px;
}

.x4-recently-viewed__vendor {
	display: block;
	min-height: 18px;
	margin-bottom: 4px;
	overflow: hidden;
	color: var(--x4-color-muted);
	font-size: 11px;
	letter-spacing: 1.2px;
	line-height: 18px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.x4-recently-viewed__name {
	min-height: 44px;
	margin: 0 0 12px;
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
}

.x4-recently-viewed__name-link {
	display: -webkit-box;
	overflow: hidden;
	color: var(--x4-color-text);
	text-decoration: none;
	word-break: break-word;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.x4-recently-viewed__name-link:hover {
	color: var(--primary-color, #cd6420);
	text-decoration: none;
}

.x4-recently-viewed__media:focus-visible,
.x4-recently-viewed__name-link:focus-visible {
	outline: 2px solid var(--primary-color, #cd6420);
	outline-offset: -2px;
}

.x4-recently-viewed__price {
	margin-top: auto;
	color: #df0000;
	font-size: 17px;
	font-weight: 700;
	line-height: 26px;
	white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
	.x4-recently-viewed__card:hover {
		border-color: #ddd5cf;
		box-shadow: 0 9px 24px rgba(35, 27, 22, .12);
		transform: translateY(-3px);
	}

	.x4-recently-viewed__card:hover .x4-recently-viewed__image {
		transform: scale(1.035);
	}
}

@media (max-width: 1199px) {
	.x4-recently-viewed {
		--x4-recently-viewed-gap: 14px;
	}

	.x4-recently-viewed__list {
		grid-auto-columns: calc((100% - 42px) / 4);
	}
}

@media (max-width: 991px) {
	.x4-recently-viewed__list {
		grid-auto-columns: calc((100% - 28px) / 3);
	}
}

@media (max-width: 767px) {
	.x4-recently-viewed {
		--x4-recently-viewed-gap: 10px;
		margin: 20px 0 28px;
	}

	.x4-recently-viewed__header {
		min-height: 48px;
		margin-bottom: 12px;
	}

	.x4-recently-viewed__title {
		gap: 8px;
		padding-bottom: 10px;
		font-size: 18px;
	}

	.x4-recently-viewed__title-icon {
		flex-basis: 30px;
		width: 30px;
		height: 30px;
		border-radius: 9px;
		font-size: 15px;
	}

	.x4-recently-viewed__controls {
		gap: 6px;
		padding-bottom: 7px;
	}

	.x4-recently-viewed__control,
	.x4-recently-viewed__control.slick-arrow {
		width: 32px;
		height: 32px;
		border-radius: 9px;
		font-size: 12px;
	}

	.x4-recently-viewed__list {
		grid-auto-columns: calc((100% - 20px) / 3);
		padding: 3px 1px 6px;
		scroll-snap-type: x mandatory;
		scrollbar-width: none;
	}

	.x4-recently-viewed__list::-webkit-scrollbar {
		display: none;
	}

	.x4-recently-viewed__card {
		border-radius: 10px;
	}

	.x4-recently-viewed__list.slick-initialized .slick-list {
		padding: 3px 0 9px;
	}

	.x4-recently-viewed__list.slick-initialized .x4-recently-viewed__slide {
		padding: 0 4px;
	}

	.x4-recently-viewed__content {
		min-height: 80px;
		padding: 7px 6px 9px;
	}

	.x4-recently-viewed__vendor {
		display: none;
	}

	.x4-recently-viewed__name {
		min-height: 34px;
		margin-bottom: 5px;
		font-size: clamp(11px, 3.1vw, 13px);
		line-height: 17px;
	}

	.x4-recently-viewed__price {
		font-size: clamp(11px, 3.35vw, 14px);
		line-height: 20px;
	}
}

@media (max-width: 359px) {
	.x4-recently-viewed__list {
		grid-auto-columns: calc((100% - 16px) / 3);
		gap: 8px;
	}

	.x4-recently-viewed__list.slick-initialized .x4-recently-viewed__slide {
		padding: 0 3px;
	}
}

@media (prefers-color-scheme: dark) {
	.x4-recently-viewed__header {
		border-bottom-color: #333;
	}

	.x4-recently-viewed__title-icon {
		background: rgba(255, 173, 115, .14);
		color: #ffad73 !important;
	}

	.x4-recently-viewed__vendor {
		color: #bdbdbd !important;
	}

	.x4-recently-viewed__control,
	.x4-recently-viewed__control.slick-arrow {
		border-color: #444 !important;
		background: #262626 !important;
		box-shadow: 0 3px 12px rgba(0, 0, 0, .3);
		color: #f2f2f2 !important;
	}

	.x4-recently-viewed__control:hover,
	.x4-recently-viewed__control:focus-visible {
		border-color: #ffad73 !important;
		background: #ffad73 !important;
		color: #171717 !important;
	}

	.x4-recently-viewed__list {
		scrollbar-color: #76513a #242424;
	}

	.x4-recently-viewed__list::-webkit-scrollbar-track {
		background: #242424;
	}

	.x4-recently-viewed__list::-webkit-scrollbar-thumb {
		background: #76513a;
	}

	.x4-recently-viewed__card {
		border-color: #333;
		background: #1e1e1e;
		box-shadow: 0 4px 18px rgba(0, 0, 0, .28);
	}

	.x4-recently-viewed__media {
		border-bottom-color: #303030;
		background: linear-gradient(145deg, #292929, #1e1e1e);
	}

	.x4-recently-viewed__name-link {
		color: #f2f2f2 !important;
	}

	.x4-recently-viewed__price {
		color: #7cff8d !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.x4-recently-viewed__list {
		scroll-behavior: auto;
	}

	.x4-recently-viewed__card,
	.x4-recently-viewed__image {
		transition: none;
	}
}

