select {
	padding: 4px;
}
select option {
	padding: 4px; /* Add padding around each option */
}

details > summary {
	list-style: none;
}
details > summary::-webkit-details-marker {
	display: none;
}

details[open] > summary > .icon-carret-right {
	transform: rotate(90deg);
}
.h-inherit {
	height: inherit !important;
}
.break-word {
	word-break: break-word;
}
.addtocart-btn {
	--color-button-primary: var(--color-addtocart-bg);
	--color-button-primary-text: var(--color-addtocart);
}

.card-product .addtocart-btn {
	padding: 7px;
	width: 3.2rem;
	height: 3.2rem;
	position: relative;
	margin-left: auto;
}
@media (min-width: 1024px) {
	.card-product .addtocart-btn {
		padding: 11px 8px;
		width: 100%;
		height: auto;
		border-radius: var(--rounded-button);
		position: relative;
	}
}

.btn:disabled {
	opacity: 0.5;
}
.section-flashsale:after {
	z-index: -1;
}

.overflow-item {
	display: none;
}

.aside-item {
	background: var(--color-background);
}

.filter-container {
	gap: 1px;
}

@media (max-width: 1269px) {
	.collection-filter {
		position: fixed;
		top: 0 !important;
		right: 0;
		width: 100%;
		z-index: 9999;
		max-height: 100vh;
		overflow: auto;
		border-radius: 0px;
	}
}

.is-empty .cart-form {
	display: none;
}

.portal--modal .portal-inner {
	max-height: 690px;
	height: auto;
	max-width: 100.24rem;
	width: 100%;
	border-radius: var(--rounded);
}
@media(max-width: 1024px){
	.portal--modal .portal-inner{
		max-width: 72.4rem
	}
}
.portal--modal.portal--modal-sm .portal-inner {
	height: auto;
	max-width: 50rem;
}

.loading-icon {
	height: 2rem;
}

.loading > span:not(.loading-icon) {
	display: none;
}

.map iframe {
	width: 100%;
}

/** compare qv **/

#quick-view-compare .portal-inner {
	width: calc(100% - var(--container-padding) * 2);
	max-width: calc(1440px - var(--container-padding) * 2);
	height: auto;
	bottom: var(--container-padding) !important;
	top: auto !important;
	overflow: initial;
	box-shadow: var(--shadow-l);
	position: absolute;
}

#PortalClose-quick-view {
	top: -5rem;
}
.compare-product__qv-show {
	grid-column: 4;
}
@media (max-width: 767px) {
	.compare-product__qv-show {
		grid-column: 1 / -1;
	}
}

.color-spot {
	width: 30px;
	height: 30px;
	display: block;
	border-radius: var(--rounded-full);
	overflow: hidden;
	border: #fff;
	display: block;
}
.color-swatch {
	width: 38px;
	height: 38px;
	padding: 0;
	box-shadow: 0 0 0 1px var(--color-neutral-50),
		inset 0 0 0 2px var(--color-background);
	overflow: hidden;
}

.product-gallery {
	--thumbs-size: 9rem;
}
.product-gallery--vertical .embla-thumbs .embla__container {
	overflow: hidden;
}
@media (min-width: 768px) {
	.product-gallery--vertical .embla-thumbs .embla__container {
		touch-action: pan-x pinch-zoom;
		flex-direction: column;
	}
	.product-gallery--vertical .gallery-container {
		padding-left: calc(var(--thumbs-size) + var(--spacing-3));
	}
	#quick-view-product .gallery-container {
		padding-left: 0;
	}
	.product-gallery--vertical .embla-thumbs {
		position: absolute;
		inset: 0;
		height: 100%;
		z-index: 2;
		width: max-content;
	}
	.product-gallery--vertical .embla-thumbs .embla__slide {
		margin: 0;
	}
}

.ega-badge-ctd__item {
	color: var(--color-flashsale-timer);
	background-color: var(--color-flashsale-timer-bg);
}
.stock-percent {
	background: var(--color-flashsale-process);
}
.flashsale-heading {
	font-weight: var(--font-headings-weight);
	font-family: var(--font-headings-family);
}

.flashsale-tab {
	cursor: pointer;
}
.flashsale-tab.ended {
	cursor: not-allowed;
	display: none;
}
.flashsale-tab .status {
	display: inline-block;
	padding: 4px 8px;
	border-radius: var(--rounded-full);
}

.flashsale-tab.ongoing .status {
	background: var(--color-flashsale-tab-bg);
	color: var(--color-flashsale-tab);
}

.product-flashsale-item {
	color: var(--color-flashsale);
	background: var(--color-flashsale-bg);
}

.flashsale-tab.active {
	background: var(--color-flashsale-tab-bg);
	color: var(--color-flashsale-tab);
	border-radius: 12px;
}
.flashsale-nav {
	border-radius: 12px;
}

.flashsale-background {
	--side-width: 120px;
	width: calc(1440px - var(--spacing-3) - 2 * var(--side-width));
}
.flashsale-heading:hover a {
	color: var(--color-flashsale-title-hover);
}
@media (max-width: 976px) {
	.flashsale-background {
		--side-width: 120px;
		width: 100%;
	}
	.flashsale-nav {
		border-radius: 0;
		padding: 12px 12px;
		/* margin: 0 -12px; */
	}
}

@media (max-width: 767px) {
	.flashsale-nav {
		border-radius: 0;
		/* padding: 0;
		margin: 0 -12px; */
	}

	.flashsale-nav > ul {
		grid-template-columns: repeat(3, auto);
		white-space: nowrap;
		gap: var(--spacing-1);
	}
	.flashsale-tab {
		padding-left: var(--spacing-1);
		padding-right: var(--spacing-1);
	}
}
.ega-badge-dot {
	display: none;
}
.product-detail .flashsale__countdown-label {
	display: none !important;
}
.product-flashsale-item .stock-countdown {
	width: 50%;
}
.product-flashsale-item .ega-badge-ctd__item {
	width: 3.2rem;
}
.product-flashsale-item .ega-badge-ctd__h {
	font-size: var(--font-size-h6);
}
.product-flashsale-item .ega-badge-ctd__item span {
	display: none;
}

.product-flashsale-item:has(.active.ongoing) {
	padding: 0.8rem 1.2rem;
}
.product-price-group:has(.active.ongoing) {
	border: 1px solid var(--color-flashsale-bg);
}
.product-price-group:has(.active.ongoing) .price-box {
	padding: 1.2rem 0.8rem 1.2rem;
}

.product-flashsale-item .ega-badge-dot {
	display: block;
}
.coupon-list {
	display: flex;
	flex-direction: column;
	grid-gap: 2rem;
	padding: 2rem;
	border-radius: 4px;
	max-height: 100%;
	overflow: auto;
	padding-bottom: calc(2rem + constant(safe-area-inset-bottom)) !important;
	padding-bottom: calc(2rem + env(safe-area-inset-bottom)) !important;
}
#coupon-modal,
.coupon-item {
	--color-primary: var(--color-coupon-primary);
	/* --color-secondary: var(--color-coupon-secondary); */
	/* box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.04);/ */
}
.coupon-item-bg {
	background: var(--color-coupon-primary);
}

@media (min-width: 768px) {
	.product-flashsale-item .stock-countdown {
		width: 20rem;
	}
}

.cart-drawer-related-products {
	max-width: calc(1440px - var(--dialog-max-width) - 1.6rem);
	padding-left: 0.8rem;
	margin: auto;
	width: calc(100% - var(--dialog-max-width) - 1.6rem);
}

.cart-releated-products .card-product--horizontal .card-product__cta {
	display: block;
}
.card-product__option.selected .card-product__option-dot {
	box-shadow: none;
}
.card-product__option-dot-lg {
	width: 3.2rem;
	height: 3.2rem;
}
.card-product__option-dot-md {
	width: 2.6rem;
	height: 2.6rem;
}
.card-product__option-dot-sm {
	width: 1.4rem;
	height: 1.4rem;
}
.card-product__option-dot-sm {
	border-radius: 100%;
}

@media (max-width: 1024px) {
	.card-product__option-dot-lg {
		width: 2.4rem;
		height: 2.4rem;
	}
	.card-product__option-dot-md {
		width: 2rem;
		height: 2rem;
	}
	.card-product__option-dot-sm {
		width: 1.4rem;
		height: 1.4rem;
	}
}
.card-product--horizontal form {
	padding-inline: 0;
}
@media (max-width: 767px) {
	.card-product--horizontal form {
		padding-inline: 0;
	}
	.card-product--horizontal form {
		grid-template-columns: 8rem 1fr;
	}
}

.card-product .stock-countdown-inner {
	margin-bottom: var(--spacing-3);
}
@media (max-width: 767px) {
	.card-product .stock-countdown-inner {
		margin-bottom: 0;
	}
}
.slide-in-left {
	-webkit-animation: slide-in-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
	animation: slide-in-left 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
@-webkit-keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes slide-in-left {
	0% {
		-webkit-transform: translateX(-1000px);
		transform: translateX(-1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

.slide-in-right {
	-webkit-animation: slide-in-right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
		both;
	animation: slide-in-right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes slide-in-right {
	0% {
		-webkit-transform: translateX(1000px);
		transform: translateX(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
.slide-in-bottom {
	-webkit-animation: slide-in-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94)
		both;
	animation: slide-in-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes slide-in-bottom {
	0% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
.scale-in-hor-left {
	-webkit-animation: scale-in-hor-left 0.4s ease-out both;
	animation: scale-in-hor-left 0.4s ease-out both;
}

@-webkit-keyframes scale-in-hor-left {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		opacity: 1;
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		opacity: 1;
	}
}
@keyframes scale-in-hor-left {
	0% {
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		opacity: 0;
	}
	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		opacity: 1;
	}
}
animating:not(.fade-in),
.animating:not(.fade-in) > * {
	opacity: 0;
}
.fade-in {
	-webkit-animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
	animation: fade-in 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.animation-reverse {
	animation-direction: reverse !important;
}

.cro-btn-item .cart-count {
	margin-right: -1.6rem;
	top: -0.4rem;
}
.cro-btns .cart-limit-note,
.cro-btns .cart-vat-note {
	display: none;
}
.cro-btns .cart-total {
	padding: 0;
	flex-direction: column;
}
.cro-btns .cart-submit button {
	padding: 0.8rem;
}
cart-form,
productform {
	transition: opacity 0.3s ease-out;
}
product-form.loading .product-cta {
	pointer-events: none;
	opacity: 0.5;
}

cart-form.loading,
product-form.loading .product-cta {
	pointer-events: none;
}
.cart-item.loading .cart-total-col .price,
cart-form.loading .cart-total .price {
	display: none;
}

cart-form.loading .cart-total .loading-icon,
.cart-item.loading .cart-total-col .loading-icon {
	display: inline-flex;
	color: var(--color-neutral-50);
	height: 1.6rem;
}
product-form.loading .product-cta .btn .loading-icon {
	display: none;
}

.variant-picker__input input.disabled ~ label {
	opacity: 0.5;
	position: relative;
	overflow: hidden;
}

.variant-picker__input input.disabled ~ label:after {
	content: "";
	width: 100%;
	height: 1px;
	background: var(--color-neutral-100);
	position: absolute;
	transform: rotate(200deg) scale(1.1);
	left: 0;
}
.variant-picker__input input.disabled ~ label.color-swatch:after {
	transform: rotate(220deg) scale(1.1);
}
.portal--modal .portal-close-button {
	position: absolute;
	right: 1.2rem;
	top: -4.4rem;
}

@media (max-width: 767px) {
	.portal--modal .portal-close-button {
		right: auto;
		left: 0.8rem;
	}
}

.sapo-product-reviews-badge .sapo-product-reviews-star i {
	font-size: var(--font-size-body) !important;
}

.bpr-success-popup .icon-checked {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 975px) {
	#product-review {
		display: block;
	}
}
.tiktok-embed {
	margin: 0 auto !important;
}

@media (max-width: 767px) {
	.gallery-main {
		position: relative;
	}
}

.card-product__badges:has(.product-promo-tag) {
	display: block;
}
.card-product__title {
	--font-size-body: 1.6rem;
	font-size: var(--font-size-body);
	font-weight: 500;
	line-height: 1.4;
}
@media (max-width: 767px) {
	.card-product__title {
		--font-size-body: 1.4rem;
	}
}
.card-product--vertical.card-product__title {
	min-height: calc(var(--font-size-body) * 1.4 * 2);
}
.cro-btns {
	display: none;
}

@media (max-width: 767px) {
	.cro-btns:has(.cro-btn-item) {
		display: block;
	}
}
.promo-box__body p {
	margin: 0;
}
.promo-box__body ol,
.promo-box__body ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: var(--spacing-2);
}

@media (max-width: 992px) {
	.promo-box__body ol,
	.promo-box__body ul {
		grid-template-columns: 1fr;
	}
}

.tiktok-embed {
	border-radius: var(--rounded);
}

.btn.coupon-expired {
	color: var(--color-neutral-400);
	background: var(--color-neutral-50);
	border-color: var(--color-neutral-50);
	filter: none;
	opacity: 1;
}

.flashsale-ended .tab-content {
	display: none;
}

.flashsale-ended .flashsale-end-message {
	display: block;
	padding: var(--spacing-6) var(--spacing-2);
}
.flashsale-ended .flashsale-nav {
	display: none;
}

.heading-bar {
	position: relative;
}
.heading-bar a:hover {
	opacity: var(--color-link);
}
.heading {
	font-size: var(--font-size-h3);
	position: relative;
	z-index: 1;
	width: auto;
	display: inline-block;
	font-weight: var(--font-headings-weight);
	font-family: var(--font-headings-family);
}
.heading-bar .heading {
	text-wrap: pretty;
}
.heading-bar .heading .heading-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 45px;
	height: 45px;
	object-fit: contain;
}
.section-flashsale--single .flashsale__countdown-timer {
	flex-direction: column;
}
.heading:not([class*="mb"]) {
	margin-bottom: 4rem;
}
@media (max-width: 767px) {
	.heading {
		font-size: var(--font-size-h3);
	}
	.heading:not([class*="mb"]) {
		margin-bottom: 2.4rem;
	}
}
.heading:has(.heading-icon) {
	padding-right: 45px;
}

.section-card {
	/* background: var(--color-background); */
}
@media (max-width: 767px) {
	.heading {
		font-size: var(--font-size-h4);
		margin-bottom: 1.2rem;
	}
}
.card-article__desc {
	// min-height: calc(var(--font-size-body) * 1.5 * 3);
}

.card-article__title {
	min-height: calc(var(--font-size-body) * 1.5 * 2);
}

.section-main-cart .cart-summary-info {
	position: relative;
}
.section-main-cart .cart-summary-info:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	box-shadow: 0px 0.8rem 2.4rem 0px var(--primary-color);
	top: 0;
	left: 0;
	opacity: 0.1;
	z-index: -1;
}

@media (max-width: 976px) {
	.header-search {
		display: none;
	}
	.search-opener {
		display: block;
	}
}

.landing-page-section.section-flashsale:before,
.landing-page-section.section-flashsale:after {
	content: none;
}
.product-flashsale-item:has(.not-started),
.product-flashsale-item:has(.ended) {
	display: none;
}
.product-flashsale-item:has(.active.ongoing) ~ .product-flashsale-item {
	display: none;
}

.compare-opener {
	position: fixed;
	bottom: 60px;
	display: block;
	top: auto !important;
	left: 25px;
	transform: translateY(-50%) scale(1);
	z-index: 999;
}
.compare-opener button {
	box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.2);
}

.compare-opener.hidden {
	transform: translateY(-50%) scale(0);
	display: none;
}
#error-modal {
	--dialog-index: 4000;
}
#error-modal .portal-inner {
	max-width: 30rem;
}

.content {
	word-break: break-word;
}

.section-products:has(.no-products) {
	display: none !important;
}

.footer-copyright {
	text-wrap: balance;
}

.card-product--vertical:after {
	opacity: 0.7;
}

.ega-badge-ctd__h {
	position: relative;
	height: 1em;
	overflow: hidden;
	line-height: 1;
}
.ega-badge-ctd--transition::before {
	transition: all 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.ega-badge-ctd--animate:before {
	position: relative;
	content: "00\a 01\a 02\a 03\a 04\a 05\a 06\a 07\a 08\a 09\a 10\a 11\a 12\a 13\a 14\a 15\a 16\a 17\a 18\a 19\a 20\a 21\a 22\a 23\a 24\a 25\a 26\a 27\a 28\a 29\a 30\a 31\a 32\a 33\a 34\a 35\a 36\a 37\a 38\a 39\a 40\a 41\a 42\a 43\a 44\a 45\a 46\a 47\a 48\a 49\a 50\a 51\a 52\a 53\a 54\a 55\a 56\a 57\a 58\a 59\a";
	white-space: pre;
	top: calc(var(--value) * -1em);
	text-align: center;
}
.product-detail
.module-buyxgety
.list-product-buyxgety
.item-product-buyxgety
.product-content-buyxgety
.product-title-buyxgety {
	white-space: initial;
}

.heading-tabs .tab-btn.active {
}

.spl-pane iframe {
	width: 90%;
	height: 90%;
}

#contact_map iframe {
	height: 100%;
}

.card-product .sapo-buyxgety-badge {
	top: auto;
	bottom: 15px;
	right: 15px;
	min-width: 20px;
}

.card-product .sapo-buyxgety-badge .icon-buyxgety {
	max-width: 20px;
}

.card-product .sapo-combo-badge {
	position: absolute;
	left: 15px;
	z-index: 2;
	min-width: 50px;
	bottom: 15px;
	top: auto;
	right: auto;
	font-size: 8px;
}

.card-product .sapo-combo-badge .label-text {
	border-radius: 4px;
}
.card-product .sapo-combo-badge .label-text + .label-text {
	display: none;
}
.ae-lang-selected a {
	display: flex;
	white-space: nowrap;
	overflow: ;
}
img.ae-icon-left {
	object-fit: contain;
	width: 16px;
}

.ae-type-dropdown {
	display: flex;
	align-items: center;
}
.ae-lang-selected a .ae-caret {
	width: auto;
}
.ae-lang-selected a span {
	display: none;
}
.ae-box-lang a span {
	display: inline;
}
#desktop-lang {
	min-width: 50px;
}

.prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
	display: inline-block;
}

.no-products {
	display: none;
}
.no-products-content .embla__buttons,
.no-products-content .embla__dots {
	display: none;
}
.sapo-product-reviews-badge:empty {
	display: none;
}

.product-cta .btn,
.product-contact__link {
	min-height: 60px;
}

.product-contact__zalo {
	--color-button-primary: #288ad6;
	--color-button-primary-text: white;
}
.product-contact__messenger {
	--color-button-primary: #3180f3;
	--color-button-primary-text: white;
}
.product-contact__phone {
	--color-button-primary: #d0cfcf;
	--color-button-primary-text: #000;
}

.product-contact__phone:hover {
	filter: brightness(0.9);
}

.btn-live {
	border-radius: 5px;
	padding: 4px 10px 4px 22px;
	color: var(--header-live-color);
	border: 1px solid var(--header-live-color);
	background: transparent;
	outline: none;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	max-width: 130px;
	cursor: pointer !important;
	overflow: hidden;
	font-size: 13px;
}
.btn-live:after {
	content: " ";
	background: var(--header-live-color);
	width: 8px;
	height: 8px;
	position: absolute;
	left: 7px;
	top: calc(50% - 4px);
	border-radius: 50%;
	animation: pulse-red 1.65s linear infinite;
}

@media (max-width: 991px) {
	.btn-live {
		padding: 2px 5px 0px 20px;
	}
	.btn-live:after {
		left: 6px;
	}
}

@media (max-width: 767px) {
	.addThis_listSharing .btn-live {
		padding: 0;
		width: 40px;
		font-size: 10px;
		height: 40px;
		border-radius: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		border: none;
	}

	.btn-live:after {
		content: " ";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 0;
	}
}

@keyframes pulselive {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.6;
	}
	100% {
		opacity: 0.3;
	}
}
@keyframes pulse-red {
	0% {
		transform: scale(0.8);
		box-shadow: 0 0 0 0 var(--header-live-color);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}

	100% {
		transform: scale(0.8);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}

/** end naviagtion **/

.modal-live {
	position: fixed;
	max-width: 45%;
	max-height: 75%;
	bottom: 5px;
	top: auto !important;
	left: 50%;
	z-index: 9999;
	transform: translateY(calc(100% + 5px)) translateX(-50%);
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
@media (max-width: 767px) {
	.modal-live {
		display: none !important;
	}
}
.modal-live.opened {
	transform: translateY(0) translateX(-50%);
}

.modal-live .btn-close--live {
	position: absolute;
	right: -40px;
	top: 0;
	cursor: pointer;
	opacity: 0;
	padding: 0 10px;
}
.modal-live iframe {
	border-radius: 10px;
	display: block;
	width: 100%;
	height: 100%;
}
.modal-live .modal-live--inner {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}

.modal-live:hover .btn-close--live {
	opacity: 1;
}

.btn--soldout:not(.hidden) {
	display: flex;
	justify-content: center;
	align-items: center;
}

.price {
	font-family: var(--font-body-family);
	font-weight: 600;
}
.compare-price {
	font-family: var(--font-body-family);
}

.aspect-custom {
	aspect-ratio: var(--aspect-ratio);
}
cart-form .product-list > div {
	min-width: 270px;
}

.link-underline {
	text-decoration: none;
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: 0% 1px;
	transition: background-size 300ms, color 300ms, width 300ms;
	padding-block-end: 3px;
}
.link-underline:hover {
	background-size: 100% 1px;
}
.main-product {
	--header-offset: 1.2rem;
}
.header-pinned .main-product {
	--header-offset: calc(var(--header-height) - 1.2rem);
}

.font-semibold {
	font-weight: 500;
}
@media(min-width: 1025px){
	.product-bundle-list:has(.active) .product-bundle-card:not(.active) {
		opacity: 0.5;
	}
}


.tab-btn.active {
	background-size: 100% 1px;
}

.scrolling-promotion {
	display: flex;
	overflow: hidden;
}

.scrolling-promotion__container {
	display: flex;
	flex: 0 0 auto;
	width: max-content;
	align-items: center;
}

.scrolling-promotion__container:hover .scrolling-promotion--animated {
	animation-play-state: paused;
}

.scrolling-promotion__item {
	position: relative;
}

@media (min-width: 768px) {
	.scrolling-promotion__item img,
	.scrolling-promotion__item svg {
		height: var(--image-height, 100%);
	}
}

.scrolling-promotion--animated {
	animation: scroll var(--animate-duration, 12s) linear infinite;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-duration: var(--animate-duration, 12s);
	animation-play-state: running;
	will-change: transform;
}

.scrolling-promotion--ltr.scrolling-promotion--animated {
	animation-direction: reverse;
}

.scrolling-promotion--paused.scrolling-promotion--animated,
.scrolling-promotion--hover-pause:hover .scrolling-promotion--animated {
	animation-play-state: paused;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}

.card-product,
.product-gallery {
	--aspect-ratio: var(--product-aspect-ratio, 1 / 1);
}

@media (max-width: 767px) {
	.hot-spot-item[open]{
		z-index: 9000;
	}
	.hot-spot-overlay{
		top: 0!important;
	}
	.hot-spot-content.fixed{
		top: auto!important;
		left: 0 !important;
	}
}



.tiktok-embed:not([data-embed-type]){
	max-width: max-content!important;
}

@media (max-width: 767px) {


	.tiktok-embed:not([data-embed-type]){
		max-width: 100%!important;
	}
}
.btn.loading .btn-label{
	display: none
}