/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 24 2026 | 06:56:51 */
a {
	transition: all .3s;	
}

p {
	margin-top: 0;
}

.marquee {
  overflow: hidden;
  width: 100%;
}

.marquee-inner {
  display: flex;
  gap: 80px;
  white-space: nowrap;
  width: max-content;
  animation: marquee 10s linear infinite;
}

.banner-logo.wp-block-site-logo {	
	margin-bottom: -25px;
}

.banner-logo.wp-block-site-logo img {
	width: clamp(200px, 30vw, 300px) !important;
	height: auto !important;
}

@media (max-width: 768px) {
	.marquee-inner {
		animation: marquee 3s linear infinite;
	}
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.main-heading {
	position: relative;
	display: inline-block !important;
    width: auto !important;
}

.main-heading .uagb-heading-text {
	position: relative;
	z-index: 2;
}

.main-heading .uagb-separator {
	position: absolute;
    z-index: 1;
    bottom: -2px;
    left: -3px;
}

.uagb-post-grid.uagb-slick-carousel .slick-dots li,
.uagb-post-grid.uagb-slick-carousel .slick-dots li button {
	width: 30px !important;
    padding: 0 !important;
    height: 5px !important;
	margin: 0 4px !important;
}

.uagb-post-grid.uagb-slick-carousel .slick-dots li.slick-active,
.uagb-post-grid.uagb-slick-carousel .slick-dots li.slick-active button {
	width: 45px !important;
}

.product-carousel .swiper-pagination .swiper-pagination-bullet,
.uagb-post-grid.uagb-slick-carousel .slick-dots li button::before {
	content: '' !important;
	border-radius: 0;
	background-color: #E1E1E1 !important;
	transition: all 0.3s ease;
    opacity: 1;
	outline: none !important;
	width: 30px !important;
	height: 5px !important;
}

.product-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.uagb-post-grid.uagb-slick-carousel .slick-dots li.slick-active button::before {
	border-radius: 0;
	background-color: #50ff00 !important;
	width: 45px !important;
}

.product-carousel .swiper-slide .onsale {
	margin: 5px !important;
    min-width: auto !important;
    min-height: auto !important;
    padding: 5px 10px !important;
    border-radius: 3px !important;
    line-height: 1.2;
}

.site-info {
    display: none;
}

.site-info-cuz {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	font-size: larger;
}

.site-footer {
	background-color: #222;
    color: silver;
}

a:focus {
    outline-color: transparent !important; 
}

a:not(.main-navigation a, .product a, .site-header-cart a, .uagb-tax-link) {
    text-decoration: underline;
}

.link-removed-style a, .menu-item a {
	text-decoration: none !important;
	color: inherit;
}

.woocommerce.product .wp-block-post-excerpt {
	display: none;
}

.woocommerce.product-price ins {
  	text-decoration: none !important;
}

.wp-block-post-title a {
	text-decoration: none !important;
}

/* Chỉ áp dụng cho iframe trong WooCommerce product description */
.woocommerce div.product .woocommerce-Tabs-panel iframe {
  width: 80% !important;   /* chiếm toàn bộ chiều rộng */
  height: auto !important;  /* cho phép tính theo tỷ lệ */
  aspect-ratio: 16/9;       /* giữ chuẩn tỷ lệ video */
  max-width: 100%;
}

/* .has-global-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
} */

.uagb-faq-layout-accordion .uagb-faq-item {
	outline: none !important;
}

@media (max-width: 768px) {
	.home-slider .superblockslider__slide_inner {
		padding: 0 15px;
	}
}


.pages-cover .wp-block-cover__image-background {
    background-image: url("https://zuture.io/wp-content/uploads/zuture-io-cover-pages-general.jpg") !important;
}

:where(.wp-site-blocks) main, :where(.wp-site-blocks) .entry-content {
    margin-block-start: 0 !important;
}

.standard-product h2 { 
	font-size: 2.5rem;
	font-weight: 700;
    line-height: 1.6em;
    margin-bottom: 0.5rem;
}

.standard-page h2, .standard-product h3 { 
	font-weight: 700;
    line-height: 1.6em;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}

.standard-product h3 {
	font-size: 1.85rem;
}

.standard-page h3, .standard-product h4 { 
	font-weight: 600;
	line-height: 1.5rem;
	margin-top: 1.5rem;
    margin-bottom: 0.4rem;
}

.standard-product h4 {
	font-size: 1.4rem;
}

.standard-page h4, .standard-product h5 { 
	font-weight: 500;
	line-height: 1.4em;
	margin-top: 1.3rem;
    margin-bottom: 0.3rem;
}

.standard-product h5 {
	font-size: 1.05rem;
}

.sidebar-block {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

a {
  transition: all 0.3s !important;
}

.post-template-single-post-as-page .entry-content .sharedaddy {
	display: none;
}

.uagb-post-pagination-wrap .page-numbers {
	text-decoration: none;
}

.wp-block-query-pagination-numbers .page-numbers,
.uagb-post-pagination-wrap .page-numbers:not(.next,.prev) {
    display: inline-block !important;
    margin: 0 5px !important;
    border: 1px solid #333 !important;
	padding: 0 !important;
	color: #333;
    border-radius: 3px;
    width: 32px;
    height: 32px;
	line-height: 32px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
}

.wp-block-query-pagination-numbers .page-numbers:hover,
.wp-block-query-pagination-numbers .page-numbers.current,
.uagb-post-pagination-wrap .page-numbers:hover,
.uagb-post-pagination-wrap .page-numbers.current {
	color: rgb(34,197,94);
	border-color: rgb(34,197,94) !important;
}

.woocommerce-ordering select {
	padding: 8px 10px;
}

.header-nav a,
a.wp-block-button__link,
.footer-menu a,
a.wc-block-components-button {
	text-decoration: none !important;
}

:root :where(.wp-element-button, .wp-block-button__link) {
	padding: 0.75rem 2rem;
	border-radius: 3px;
}

@media (max-width: 991px) {
	.header-logo img{
		width: 200px;
	}
	
	.header-nav {
		display: none !important;	
	}
}

.button-has-icon a {
	justify-content: space-between !important;
}

 .wp-block-navigation__responsive-container-open svg {
    height: 30px;
    width: 30px;
}

.photonic-stream .photonic-object-header {
    display: none;
}

.home-slider .n2-ss-slider .n2-ss-layer[data-sstype=slide] {
	flex-flow: row;
}

.quantzone-heading span {
	color: #FFFFFF;
	text-decoration: line-through !important;
}


@media (max-width: 1500px) {
	.wp-block-superblockslider-slider {
		height: 600px !important;
	}

}

@media (max-width: 1200px) {
	.home-slider .n2-ss-slide {
		height: 600px !important;
	}
}

@media (max-width: 991px) {
	.wp-block-site-logo img {
		width: 320px !important;
	}
	
	.wp-block-superblockslider-slider {
		height: 500px !important;
	}
	
	.home-slider .n2-ss-slide {
		height: 550px !important;
	}

}

@media (max-width: 976px) {
	.banner-logo.wp-block-site-logo {	
		margin-bottom: -15px;
	}
}

@media (max-width: 767px) {
	
	.wp-block-site-logo img {
		width: 220px !important;
	}
	
	.wp-block-superblockslider-slider {
		height: 700px !important;
	}
	
	.search-toggle {
		display: none !important;
	}
	
	.home-slider .n2-ss-slide {
		height: 600px !important;
	}
}
