/* ==========================================
   ACI CUSTOM STYLES - ASUS BACK TO SCHOOL 2025
   ========================================== */
body {
  max-width: 1920px;
  margin: 0 auto;
}
 :root {
   --swiper-theme-color: var(--primaryColor);
 }
/* ==========================================
   1. COOKIE POLICY
   ========================================== */
.show-cookie-policy-info.show-cookie-policy-info.show-cookie-policy-info #cookie-policy-info {
	display: flex;
}

/* ==========================================
   2. GENERAL UTILITIES
   ========================================== */
.img {
	vertical-align: middle;
	border: 0;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.hidden {
	display: none;
}

.show-up {
	display: flex;
	flex-wrap: wrap;
}

.hatch-logo {
	width: auto;
	height: 100%;
}

/* Screen reader only - hides content visually but keeps it accessible to search engines and screen readers */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* ==========================================
   3. HERO SECTION
   ========================================== */
.hero {
	background-color: #d5dae4;
}

.hero .swiper-slide .img {
	margin: 0 auto;
}

@media screen and (min-width: 1600px) {
	.hero .swiper-slide .img {
		width: 100%;
		max-width: none;
		position: relative;
		margin: 0;
		left: 50%;
		transform: translate(-50%, 0px);
	}

}

@media screen and (min-width: 1900px) {
	.hero .swiper-slide .img {
		width: 1920px;
		max-width: none;
		position: relative;
		margin: 0;
		left: 50%;
		transform: translate(-50%, 0px);
	}

}

/* ==========================================
   4. KEY VISUAL & SWIPER
   ========================================== */
.kv .swiper.mySwiper1 .swiper-wrapper .swiper-slide .bg {
	height: 34.8vw;
	background-size: cover;
}

/* ==========================================
   5. BUTTONS & CTAs
   ========================================== */
.card-button,
.card-button-disabled {
	position: relative;
	margin: auto !important;
	padding: 7px 20px !important;
	font-size: 14px;
	border: 1px solid var(--btnColor);
	border-radius: 20px;
	outline: 0;
	color: #fff;
	text-transform: uppercase;
	background: var(--btnColor);
	cursor: pointer;
	display: inline-block;
	font-family: "Roboto Condensed";
}

.card-button[disabled] {
	background: rgb(153,153,153);
	background: linear-gradient(0deg, rgba(153,153,153,1) 0%, rgba(153,153,153,1) 100%);
	border-color: #999;
	cursor: default;
}

.card-button[disabled]:hover {
	background: rgb(153,153,153);
	background: linear-gradient(0deg, rgba(153,153,153,1) 0%, rgba(153,153,153,1) 100%);
	border-color: #999;
}

.card-button-disabled span {
	display: block;
	-webkit-transform: skewX(15deg);
	transform: skewX(15deg);
}

.cta {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	margin-bottom: 20px;
	margin-top: 20px;
}

.cta a {
	text-decoration: none;
	color: unset;
}

.cta .card-btn-more {
	font-size: 1rem;
	padding: 7px 20px !important;
	border-radius: 20px;
	color: #fff;
	background-color: var(--btnColor);
	display: block !important;
	margin-top: 10px;
}

.cta-btn {
	display: inline-block;
	padding: 8px 20px;
	border-radius: 20px;
	color: #fff;
	background-color: var(--btnColor);
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.cta-btn:hover {
	background-color: var(--btnHover);
}

.seeMore-button {
	font-size: 1.2rem;
	padding: 10px 25px;
	background-color: white;
	color: var(--btnColor);
	border: 2px solid var(--btnColor);
	margin: 30px auto;
	display: block;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 20px;
	font-family: "Roboto Condensed";
}

.btn__subscribe {
	display: block;
	width: 45%;
	height: 32px;
	border-radius: 0;
	color: #fff;
	background-color: #317818;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	font-size: 1rem;
	line-height: 1;
}

/* ==========================================
   6. PRODUCT TABLES & SPECIFICATIONS
   ========================================== */
.product-table .more-deals {
	text-align: center;
	font-size: 1.75rem;
	margin-bottom: 2rem;
	color: var(--btnColor);
	font-weight: bold;
	text-transform: uppercase;
}

.product-spec {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.table-responsive {
	overflow-x: auto;
	min-height: .01%;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.product-spec table tr td {
	border-color: #ddd;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	line-height: 0;
	padding: 12px 35px 10px 15px;
	vertical-align: middle;
	color: #555;
}

.product-spec table tr:first-child td {
	color: #000;
	word-wrap: break-word;
	white-space: pre-wrap;
	border-top: none;
	vertical-align: bottom;
}

.product-spec table tr>td:nth-child(1) {
	text-align: left;
	vertical-align: bottom;
	word-wrap: break-word;
	white-space: pre-wrap !important;
}

.product-spec table tr td a {
	color: var(--red);
	text-decoration: underline;
	text-underline-offset: 0.1em;
	line-height: 1.1rem;
	display: block;
}

.product-spec table tr td a:hover {
	text-decoration: none;
}

/* ==========================================
   7. WHERE TO BUY (WTB) SECTION
   ========================================== */
.wtb {
	text-align: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
	margin: 0 auto;
	left: 0;
}

.wtb-dropdown {
	position: relative;
	width: auto;
	margin: 0 auto !important;
}

.wtb .dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	max-width: 240px;
	width: 100%;
	box-shadow: 0px 0px 20px 5px rgba(0,0,0,.2);
	z-index: 19;
	bottom: 45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 6px;
}

.wtb .dropdown-content.show-up {
	display: flex;
}

.wtb .dropdown-content::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -9px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
}

.wtb .dropdown-content::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: -11px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 11px solid #ddd;
}

.wtb .dropdown-content a {
	color: #000;
	padding: 3px;
	text-decoration: none;
	display: block;
	font-weight: 400;
	font-size: 0.875rem;
	border-bottom: 1px solid #f2f2f2;
	width: 45%;
}

.wtb .dropdown-content a img.ttd {
	position: absolute;
	z-index: -1;
}

.wtb .dropdown-content a div {
	margin: 0 auto;
	width: auto;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.wtb .dropdown-content a:last-child {
	border-bottom: 0;
}

/* ==========================================
   8. VIDEO SECTION
   ========================================== */
.section-video {
	background-color: #000;
}

.video {
	text-align: center;
	margin: 0 auto;
	position: relative;
	max-width: 1100px;
	overflow: hidden;
	border-radius: 10px;
}

.btn-video {
	cursor: pointer;
	overflow: hidden;
	display: block;
	background-color: #000;
	font-size: 0;
}

.btn-video img {
	width: 100%;
	opacity: 1;
	transition: all 0.5s;
}

.btn-video .play-button {
	position: absolute;
	background-image: url("../images/play-icon.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 94px;
	width: 94px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	opacity: 0.7;
	transition: 0.5s;
}

.btn-video iframe {
	width: 100%;
	height: 100%;
}

/* Video Wrapper/Modal */
.video-wrapper {
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 99999;
	background-color: rgba(0,0,0,.95);
	display: none;
	justify-content: center;
	align-items: center;
}

.video-wrapper iframe {
	width: 100%;
	height: 100%;
}

.video-wrapper .btn-close {
	width: 50px;
	height: 50px;
	right: 40px;
	top: 20px;
	position: absolute;
	z-index: 99999;
	background: url("../images/close-light.png") 50% no-repeat;
	transition: all .2s;
	background-size: 100%;
	cursor: pointer;
}

.video-player {
	width: 100%;
	max-width: 964px;
	position: relative;
	z-index: 9999;
	text-align: center;
	box-sizing: border-box;
	max-height: 540px;
	height: 100%;
}

.video-player .img-popup {
	height: 100%;
	max-height: 800px;
}

/* ==========================================
   9. ARTICLE & DISCOVER SECTION
   ========================================== */
.section-article {
	/* background: #202020 url("../images/rog_bg_pattern.jpg") 0 0 repeat; */
	padding-top: 30px;
	padding-bottom: 0;
	background: linear-gradient(0deg, var(--primaryColor) 0%, var(--primaryColor) 100%);
    background-color: var(--primaryColor);
}

.discover-secondary-title {
	font-size: 28px;
	text-align: center;
	padding: 10px;
	margin: 10px 0;
}

/* .section-article .card-wrap {
	display: flex;
	justify-content: space-evenly;
} */

.section-article .card-wrap .card-first {
	width: 100%;
}

.section-article .card-wrap .card-list {
	width: 100%;
	max-width: 1100px;
	margin: 3rem auto 0;
}
.section-article .discover-the-products-more-box {
	/* background-image: url("../images/bg-2.webp");
	background-repeat: no-repeat;
	background-size: auto; */
	/* background: linear-gradient(130deg, rgba(79,121,45, 0.8) 10%, rgba(0, 32, 8, 0.9) 100%); */
	position: relative;
	z-index: 1;
	padding-bottom: 3rem;
}
.section-article .discover-the-products-more-box::before {
	/* content: ""; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(130deg, rgba(79,121,45, 0.8) 10%, rgba(0, 32, 8, 0.9) 100%);
	/* background-image: url("../images/pattern.webp");
	background-repeat: repeat;
    background-size: 45vw; */
	z-index: -1;
	border-radius: 10px;
}
.section-article .discover-the-products-more-box .card-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	transform: none;
	gap: 24px;
}

.section-article .discover-the-products-more-box .card-list .card-first {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	transform: none;
	overflow: hidden;
}

.section-article .discover-the-products-more-box .card-list .card {
	left: 0;
	width: 100%;
	height: auto;
}

.section-article .discover-the-products-more-box .card-list .card .kv-box {
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 10px;
}

.section-article .discover-the-products-more-box .card-list .card .kv-box img {
	transition: all 0.5s;
}

.section-article .discover-the-products-more-box .card-list .item {
	/* width: 300px; */
	width: calc(33.333% - 16px);
	margin-bottom: 20px;
	min-width: 300px;
}

.section-article .discover-the-products-more-box .card-list .card .image {
	position: relative;
	width: 100%;
	height: auto;
}
.section-article .discover-the-products-more-box .discover-main-title {
	color: var(--fontColor);
}
.section-article .discover-the-products-more-box .card-list .card .title {
	width: auto;
	margin-left: 0;
	white-space: pre-wrap;
	color: var(--fontColor);
}

.section-article .discover-the-products-more-box .card-list .card .card-btn-more {
	margin-left: 0;
	border-radius: 20px;
	position: relative;
	display: inline-block;
}

/* ==========================================
   10. PRODUCT CARDS & CORNERS
   ========================================== */
.section-products .card-box .card-list .card .corner1,
.section-products .card-box .card-list .card .corner2,
.section-products .card-box .card-list .card .corner3,
.section-products .card-box .card-list .card .corner4 {
	height: 50%;
	position: absolute;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 50%;
	-webkit-transition: all .4s ease-in-out;
	display: none;
}

.section-products .card-box .card-list .card .corner1 {
	top: -1px;
	border-top: 1px solid rgba(0, 0, 0, 0);
	border-right: 1px solid rgba(0, 0, 0, 0);
	right: -1px;
}

.section-products .card-box .card-list .card .corner2 {
	bottom: -1px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	border-right: 1px solid rgba(0, 0, 0, 0);
	right: -1px;
}

.section-products .card-box .card-list .card .corner3 {
	bottom: -1px;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	border-left: 1px solid rgba(0, 0, 0, 0);
	left: -1px;
}

.section-products .card-box .card-list .card .corner4 {
	top: -1px;
	border-top: 1px solid rgba(0, 0, 0, 0);
	border-left: 1px solid rgba(0, 0, 0, 0);
	left: -1px;
}

.section-products .series-icon-box {
	background: linear-gradient(130deg, rgba(255, 255, 255, 0.8) 10%, rgb(255, 255, 255) 100%);
	padding-bottom: 20px;
}
/* .section-products .series-icon-box .swiper-products-icon .swiper-wrapper .swiper-slide .products-icon .text {
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
} */
.section-products .card-box .card-list .discount {
	color: #c74200;
}

.section-products .card-box .card-list .discount span {
	color: #4d4d4d;
	text-decoration: line-through;
}

.more .card:nth-child(n+9) {
	display: none;
}

/* ==========================================
   11. GIVEAWAY SECTION
   ========================================== */
.giveaway {
	padding: 40px 0;
}

/* ==========================================
   12. SUBSCRIBE SECTION
   ========================================== */
.subscribe__container {
	position: absolute;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
}

#Asus_Create .wrap .section_product .subscribe__container .btn__subscribe {
	width: 188px;
	height: 40px;
	margin: 1.5rem auto 0;
	font-size: 1rem;
}

/* ==========================================
   13. MODAL COMPONENTS
   ========================================== */
.card-modal-wrapper {
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 99999;
	background-color: rgba(255, 255, 255, 0.85);
	display: none;
	justify-content: center;
	align-items: center;
	font-family: "Roboto Condensed", sans-serif;
}

.card-modal-wrapper .btn-close {
	position: relative;
	top: 0;
	right: 0;
	color: #000;
	height: 50px;
	width: 100%;
	cursor: pointer;
	z-index: 99999;
	box-sizing: border-box;
	text-align: right;
}

.card-modal-wrapper .btn-close::after {
	content: '\2715';
	font-size: 1.5rem;
	line-height: 1;
	position: absolute;
	top: 10px;
	right: 14px;
	width: 30px;
	height: 30px;
	display: inline-block;
}

.card-modal-content {
	width: clamp(320px, 90vw, 600px);
	max-width: 600px;
	position: relative;
	z-index: 9999;
	box-sizing: border-box;
	margin: 3vh auto;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #fff;
	height: 94vh;
}

.modal-card {
	padding: 0 30px 30px;
	overflow: auto;
	position: relative;
	height: calc(94vh - 70px);
}

.modal-card .no {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.modal-card .name {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
	font-family: "Roboto Condensed Bold", sans-serif;
}

.modal-card .slogan {
	display: none;
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
	font-style: italic;
}

.modal-card .img {
	width: 100%;
	height: 40vw;
	max-height: 200px;
	max-width: 300px;
	text-align: center;
	margin-bottom: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
}

.modal-card .price {
	font-size: 14px;
	color: #4d4d4d;
	margin-bottom: 20px;
}

.modal-card .price b {
	display: block;
	font-size: 1.375rem;
	font-weight: normal;
	color: #c74200;
	font-family: "Roboto Condensed Bold", sans-serif;
}

.modal-card .price .discount {
	color: #c74200;
}

.modal-card .price .discount span {
	color: #4d4d4d;
	text-decoration: line-through;
}

.modal-card .icons {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
	flex-wrap: wrap;
	display: none;
}

.modal-card .note-box {
	margin-bottom: 20px;
	font-family: "Roboto Condensed", sans-serif;
}

.modal-card .note {
	position: relative;
	font-weight: 100;
	font-size: 1rem;
	color: #333;
	line-height: 1.3;
	padding-left: 17px;
	padding-bottom: 5px;
}

.modal-card .note::before {
	content: "";
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #000000;
	border-radius: 50%;
	position: relative;
	top: 8px;
	position: absolute;
	left: 2px;
}

.modal-card .note-box-toggle {
	display: none;
}

.modal-card .more-box {
	text-align: center;
}

.modal-card .more {
	display: inline-block;
	background: #0066cc;
	color: white;
	padding: 12px 30px;
	text-decoration: none;
	border-radius: 5px;
	transition: background 0.3s;
}

.modal-card .wtb {
	position: relative;
	margin: 3rem 0;
}

.modal-card .wtb:after {
	/* content: "Pick Your Store";
	display: inline-block;
	margin: 5px auto;
	font-size: clamp(18px, 2vw, 24px);
	color: #fff;
	background-color: var(--btnColor);
	padding: 7px 15px;
	width: 70%;
	position: absolute;
	top: -28px;
	left: 0;
	right: 0;
	max-width: 300px;
	border-radius: 20px; */
}

/* ==========================================
   14. RESPONSIVE DESIGN
   ========================================== */

/* Tablet and Mobile Breakpoints */
@media only screen and (max-width: 480px) {
	.section-article .discover-the-products-more-box {
		width: 100%;
	}
	.section-products .series-icon-box {
		overflow: auto;
	}
	.section-products .series-icon-box .swiper-products-icon {
        /* min-width: 460px; */
    }
}
@media only screen and (max-width: 768px) {
	.product-spec {
		border-color: #333;
	}

	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap;
	}

	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}

	.product-spec table tr td {
		padding: 10px;
		font-size: 13px;
	}

	.product-spec table .th_fixed {
		position: -webkit-sticky;
		position: sticky;
		left: 0!important;
		z-index: 1;
		background-color: #f6f6f6;
	}

	.modal-card {
		padding: 0 20px 20px;
	}

	.modal-card .name {
		font-size: 20px;
	}
}

@media (max-width: 960px) {
	.btn-video iframe {
		width: 100%;
		height: clamp(535px, 80vw, 648px);
	}
	.section-article .card-wrap {
		flex-direction: column;
		align-items: center;
	}
	.section-article .card-wrap .card-first {
		/* width: clamp(300px, 48vw, 360px); */
	}
	.section-article .discover-the-products-more-box {
		border-radius: 10px;
		padding: 20px;
		box-sizing: border-box;
		margin-bottom: 40px;
	}
	.section-article .discover-the-products-more-box .discover-main-title {
		width: auto;
	}
	.section-article .discover-the-products-more-box .card-list {
		/* padding: 20px 10px; */
		padding: 0;
		flex-flow: column;
		align-items: center;
	}

	.discover-secondary-title {
		font-size: 5.5vw;
	}

	.section-article .discover-the-products-more-box .card-list .card {
		width: 100%;
		text-decoration: none;
	}

	.section-article .discover-the-products-more-box .card-list .item {
		width: 360px;
		margin-bottom: 20px;
	}

	.section-article .discover-the-products-more-box .card-list .item iframe {
		width: 360px;
		height: 640px;
	}

	.section-article .discover-the-products-more-box .card-list .card .title {
		overflow: auto;
		padding: 0;
		text-overflow: unset;
		height: auto;
		display: block;
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 960px) {
	.wtb {
		text-align: center;
		position: absolute;
		bottom: 2vw;
		width: 100%;
		margin: 0 auto;
		left: 0;
	}

	.card .wtb .card-button {
		display: none;
	}

	.card .wtb:after {
		content: "Shop now >";
		display: block;
		margin: 5px auto;
		font-size: clamp(14px, 2vw, 18px);
		color: #fff;
		background-color: var(--btnColor);
		padding: 7px 15px;
		width: 70%;
		border-radius: 20px;
	}

	.modal-card .card-button {
		/* display: none; */
	}

	.modal-card .wtb .dropdown-content {
		position: relative;
		top: 24px;
	}

	.modal-card .wtb .dropdown-content a {
		width: calc(50% - 10px);
		padding: 5px;
	}

	.modal-card .wtb .dropdown-content::after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		top: -10px;
		bottom: inherit;
		left: 0;
		right: 0;
		margin: 0 auto;
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
		border-bottom: 11px solid #fff;
		border-top: none;
	}

	.modal-card .wtb .dropdown-content::before {
		content: none;
	}

	.modal-card .wtb .dropdown-content.show-up {
		display: flex;
		justify-content: center;
	}
}

@media screen and (max-width: 1200px) {
	.section-products .card-box .card-list .card .corner1,
	.section-products .card-box .card-list .card .corner2,
	.section-products .card-box .card-list .card .corner3,
	.section-products .card-box .card-list .card .corner4 {
		display: none;
	}
}

@media screen and (min-width: 961px) and (max-width: 1335px) {
	.btn-video {
		height: 40vw;
	}

	.section-article .discover-the-products-more-box {
		width: 98%;
	}

	.section-article .discover-the-products-more-box .card-list {
		gap: 1.75vw;
	}

	.section-article .discover-the-products-more-box .card-list .item {
		width: 21vw;
		margin-bottom: 20px;
	}

	.section-article .discover-the-products-more-box .card-list .card .card-btn-more {
		font-size: 1rem;
	}

	.section-article .discover-the-products-more-box .card-list .item iframe {
		width: 280px;
		height: 497px;
	}
}

@media (max-width: 480px) {
	.section-article .discover-the-products-more-box .card-list .item {
		width: 300px;
		margin-bottom: 20px;
	}

	.section-article .discover-the-products-more-box .card-list .item iframe {
		width: 300px;
		height: 532px;
	}

	.seeMore-button {
		font-size: 1rem;
		padding: 10px 15px;
		margin: 0 6.25vw 6.25vw;
	}

	.card-button, .card-button-disabled {
		padding: 7px 20px !important;
		width: 80%;
	}

	.wtb-dropdown {
		width: 100%;
	}

	.wtb .dropdown-content {
		width: 100%;
		margin: auto;
	}

	.video-wrapper .btn-close {
		right: 10px;
		top: 10px;
	}

	.video-player {
		padding: 65px 4% !important;
	}

	.video-player .img-popup {
		width: 100%;
		height: auto;
	}

	.section-products .card-box .card-list {
		column-gap: 3.5vw;
        row-gap: 3.5vw;
        padding: 0 3vw;
	}

	.section-products .card-box .card-list .card {
		width: 39vw;
		height: 69vw;
	}

	.card .wtb:after {
		margin: 0 auto;
	}

	.section-article .discover-the-products-more-box::before {
		background-size: 160vw;
	}
}

@media (min-width: 721px) {
	#Asus_Create .wrap .section_product .subscribe__container {
		display: inline-block;
		max-width: 160px;
	}

	.btn__subscribe,
	#Asus_Create .wrap .section_product .subscribe__container .btn__subscribe {
		width: 170px;
		height: 32px;
		font-size: 18px;
	}
}

@media only screen and (min-width: 768px) {
	.wtb-dropdown {
		margin: 0;
	}

	.wtb .dropdown-content a {
		width: 100%;
	}

	.wtb .dropdown-content a div {
		height: 36px;
	}
}

@media only screen and (min-width: 1336px) {
	.section-article .discover-the-products-more-box .card-list .card:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
	}
	.btn-video {
		height: 595px;
	}
	.btn-video:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
	}
	.btn-video:hover .play-button {
    transform: rotate(360deg);
    opacity: 1;
	}
}

/* ==========================================
   15. KEY VISUAL SPECIFIC STYLES
   ========================================== */
.kv .swiper.mySwiper1 .swiper-wrapper .swiper-slide .bg {
	height: 34.8vw;
	background-size: cover;
}

.swiper-button-next svg, .swiper-button-prev svg {
    /* width: 20px; */
    fill: var(--primaryColor);
}

/* ==========================================
   16. PRODUCT ICON SWIPER SPECIFIC STYLES
   ========================================== */
.section-products .series-icon-box .swiper-products-icon .swiper-wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.section-products .series-icon-box .swiper-products-icon .swiper-wrapper .swiper-slide {
	flex: 1;
	max-width: 150px;
}
@media screen and (max-width: 960px) {
    .section-products .series-icon-box .swiper-products-icon {
        width: calc(100% - 10vw);
        overflow: visible;
    }
	.section-products .series-icon-box .swiper-products-icon .swiper-wrapper .swiper-slide .products-icon .text {
		font-size: 14px;
	}
	.section-products .card-box .card-list {
		flex-direction: row;
		max-height: 100%;
	}
}
@media screen and (max-width: 768px) {
	.section-products .series-icon-box .swiper-products-icon .swiper-wrapper .swiper-slide {
		flex: unset;
		width: 25%;
	}
}

@media screen and (max-width: 480px) {
	.section-products .series-icon-box .swiper-products-icon .swiper-wrapper .swiper-slide {
		flex: unset;
		width: 25%;
	}
	.section-products .series-icon-box .swiper-products-icon .swiper-wrapper .swiper-slide .products-icon .text {
		font-size: 12px;
	}

}


@media screen and (max-width: 768px) {
  .section-products .series-icon-box .swiper-products-icon .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0;
  }

  .section-products .series-icon-box .swiper-products-icon .swiper-wrapper .swiper-slide {
    min-width: 100px;
    scroll-snap-align: start;
  }
}
