/* ------ACI Custom Styles-------- */
:root {
  --primaryColor: #f51928;
  --lightRed: #d93067;
  --btnColor: #cc000e;
  --btnHover: #b20012;
  --gradient: rgba(36,60,12, 0.2);
  --purple: #c500f9;
  --darkPurple: #ba77f7;
  --blue: #007bff;
}

@media screen and (min-width: 961px) {

}
@media screen and (min-width: 1200px) {

}
@media screen and (min-width: 1650px) {

}


.hatch-logo {
	width: auto;
	height: 100%;
}


button:disabled {
	opacity: 0.5;
	cursor: default;
}

.more .card:nth-child(n+9) {
	display: none;
}

.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;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 30px;
}

main {
	overflow: hidden;
}

.giveaway {
	padding: 40px 0;
}
.section-article {
	padding-bottom: 3rem;
}

.section-article .discover-the-products-more-box .card-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0px 40px 40px;
	transform: none;
}
@media (max-width: 960px) {
	.section-article .discover-the-products-more-box .card-list {
		padding: 20px 10px;
	}
}

.discover-secondary-title {
	font-size: 28px;
	text-align: center;
	padding: 10px;
	margin: 10px 0;
}
@media (max-width: 960px) {
	.discover-secondary-title {
		font-size: 5.5vw;
	}
}

.cta {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cta .card-btn-more {
	margin: 10px;
	text-transform: uppercase;
}
.card-btn-more:hover {
	background-color: var(--lightRed) !important;
}
@media (max-width: 960px) {
	.cta a {
		text-decoration: none;
		color: unset;
	}
	.cta .card-btn-more {
		font-size: 1rem;
		padding: 7px 20px !important;
		border: 1px solid var(--btnColor);
		border-radius: 8px;
		color:#fff;
		background-color: var(--btnColor);
		display: block !important;
	}
}

.sec-retailer {
	padding: 40px 0;
	.item-list {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		padding: 40px !important;
		gap: 40px;
	}
	.item-list .item a {
		display: inline-block;
	}
	.item-list .item a:hover{
		outline: 5px solid var(--purple);
	}
}

#hd .sec-banner .hd-container {
    width: 90%;
	max-width: 1366px;
    padding-top: 4%;
	padding-bottom: 4%;
    margin: 0 auto;
    position: relative;
}

/* Click circles on the image slider */
.click__circle {
    z-index: 9999;
    position: absolute;
    cursor: pointer;
    border-radius: 50%;
    top: 0;
    left: 50%;
    width: 18px;
    height: 18px;
    background-position: 50%;
    background-repeat: no-repeat;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    background: rgba(255,255,255,1);
    background-size: contain;
}

.click__circle::after {
	content: "\2716";
	color: #f0f;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 10px;
  padding: 0;
  line-height: 0;
  align-items: center;
  justify-content: center;
	transform: rotate(45deg);
}

.click__circle.circle-1 {
    top: 33%;
    left: 43%;
}
.click__circle.circle-2 {
    top: 44%;
    left: 36%;
  }
.click__circle.circle-3 {
    top: 59%;
    left: 63%;
  }
.click__circle.circle-4 {
    top: 36%;
    left: 70%;
  }
.click__circle.circle-5 {
    top: 62%;
    left: 53%;
  }
.click__circle.circle-6 {
    top: 49%;
    left: 17%;
  }

.click__circle .circle_center {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.51);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transform: scale(1);
	transition: transform .5s ease-in-out;
	animation: scale 1.5s ease-out infinite;
}

@keyframes scale {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(3.2);
        -moz-transform: scale(3.2);
        -o-transform: scale(3.2);
        transform: scale(3.2);
        opacity: .5
    }

    75% {
        -webkit-transform: scale(3.2);
        -moz-transform: scale(3.2);
        -o-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }

    to {
        -webkit-transform: scale(3.2);
        -moz-transform: scale(3.2);
        -o-transform: scale(3.2);
        transform: scale(3.2);
        opacity: 0
    }
}

#hd .sec-sleeker {
	padding-top: 0;
	.hd-container {
		padding-top: 0;
		position: relative;
		width: 140vw;
		height: auto;
		margin: 0 auto;
		left: 50%;
		transform: translate(-50%, 0);
	}
	h1 {
		font-size: 9vw;
	}
	
	h1 span {
		font-size: 4.5vw;
		display: block;
	}
	img {
		position: relative;
		width: 100%;
		margin: 0;
		/* left: 50%;
		transform: translate(-50%, 0);
		max-width: 2560px !important;	 */
	}
	.title {
		position: absolute;
		width: 90vw;
		max-width: 1140px;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: 5%;
		background-color: rgba(57, 9, 131, 0.7);
		padding: 2% 3.3% 1%;
		z-index: 1;
		
	}
	.title .line {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.title .line span:before, .title .line span:after {
		content: "";
		position: absolute;
		width: 30px;
		height: 30px;
	}
	.title .line .decoration_l:before {
		top: -8px;
		left: -8px;
		border-top: 1px solid white;
		border-left: 1px solid white;
	}
	.title .line .decoration_l:after {
		bottom: -8px;
		left: -8px;
		border-bottom: 1px solid white;
		border-left: 1px solid white;
	}
	.title .line .decoration_r:before {
		top: -8px;
		right: -8px;
		border-top: 1px solid white;
		border-right: 1px solid white;
	}
	.title .line .decoration_r:after {
		bottom: -8px;
		right: -8px;
		border-bottom: 1px solid white;
		border-right: 1px solid white;
	}
}
@media (min-width: 768px) {
	#hd .sec-sleeker h1 {
		font-size: 4em;
	}
	#hd .sec-sleeker h1 span {
		font-size: 2.75rem;
		display: block;
	}
	#hd .sec-sleeker .hd-container {
		margin-top: -21vw;
	}
	#hd .sec-sleeker .title {
		bottom: 10%;
	}
	#hd .sec-sleeker img {
		position: relative;
		width: 100%;
		max-width: none !important;
		left: 50%;
		transform: translate(-50%, 0);	
	}
	
}
@media (min-width: 1200px) {
	#hd .sec-sleeker h1 {
		font-size: clamp(3.5rem, 5vw, 6.5rem);
	}
	#hd .sec-sleeker .hd-container {
		margin-top:  -16vw;
		width: 110vw;
		height: auto;
	}
	#hd .sec-sleeker .title {
		bottom: 7vw;
	}
	#hd .sec-sleeker img {
		position: relative;
		width: 100%;
		max-width: none !important;
		left: 50%;
		transform: translate(-50%, 0);
			
	}
}
@media (min-width: 1921px) {
	#hd .sec-sleeker .hd-container {
		height: auto;
		max-height: 1528px;
		max-width: 2560px;
		margin: 0;
		margin-top: -315px;
		/* left: 0;
		transform: none; */
	}
	#hd .sec-sleeker img {
		position: relative;
		width: 100%;
		max-width: 2560px !important;
		/* left: 50%;
		transform: translate(-50%, 0); */	
	}
	#hd .sec-sleeker .title {
		max-width: 1400px;
		bottom: 10%;
	}
	.click__circle.circle-6 {
		top: 49%;
		left: 17%;
	}
	.click__circle.circle-3 {
		top: 59%;
		left: 63%;
	}
}


.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: 30%;
	height: auto;
}
@media (max-width: 960px) {
	.section-article .discover-the-products-more-box .card-list .card {
		width: 100%;
	}
}

.section-article .discover-the-products-more-box .card-list .card .image {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.section-article .discover-the-products-more-box .card-list .card .title {
	width: auto;
  margin-left: 0;
  white-space: pre-wrap;

}
@media (max-width: 960px) {
	.section-article .discover-the-products-more-box .card-list .card .title {
		overflow: auto;
	  padding: 20px;
	  text-overflow: unset;
	  height: auto;
	}
}

.section-article .discover-the-products-more-box .card-list .card .card-btn-more {
	margin-left: 0;
}

.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;

}
.btn__subscribe {
	display: block;
    width: 45%;
    height: 32px;
		border-radius: 30px;
		color: #fff;
		background-color: #00a3e7;
    margin: 0 auto;
		border: none;
    cursor: pointer;
		font-size: 1rem;
		line-height: 1;
}

#Asus_Create .wrap .section_product .subscribe__container .btn__subscribe {
	width: 188px;
	height: 40px;
	margin: 1.5rem auto 0;
	font-size: 1rem;
}
@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;
	}
}

/* WTB button */
.wtb {
	text-align: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
	margin: 0 auto;
	left: 0;
}
@media screen and (max-width: 960px){
	.wtb {
		text-align: center;
    position: absolute;
    bottom: 2vw;
    width: 100%;
    margin: 0 auto;
    left: 0;
	}
}
.card-button, .card-button-disabled, .products-more {
	position: relative;
	margin: auto !important;
	/* margin-top: 10px !important; */
	padding: 7px 20px !important;
	font-size: 1rem;
	font-weight: 600;
	border: 1px solid var(--btnColor);
	border-radius: 8px;
	outline: 0;
	color:#fff;
	/* text-transform: uppercase; */
	background-color: var(--btnColor);
	cursor: pointer;
	display: inline-block;
  /* -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
  transition: all .5s; */
}
/* .card-button:after {
	content: 'BUY NOW';
	width: 100%;
	transform: skewX(15deg);
	display: inline-block;
} */
	.card-button:hover, .card-button-disabled:hover{
		background: var(--lightRed);
		color: #fff;
		padding: 7px 20px !important;
		transition: all .25s ease-in-out;
	}
	/* .card-button:focus, .card-button-disabled:focus{
		color: #fff;
		background: var(--lightRed);
		outline-color: var(--btnColor);
		padding: 7px 40px !important;
	} */
	.card-button-disabled span {
		display: block;
    -webkit-transform: skewX(15deg);
    transform: skewX(15deg);
	}
@media only screen and (max-width: 480px) {
	  .card-button, .card-button-disabled {
			padding: 7px 20px !important;
			width: 80%;
		}
}

/* dropdown-content */
.wtb-dropdown {
  position: relative;
  width: auto;
  margin: 0 auto !important;
}
@media only screen and (max-width: 480px) {
  .wtb-dropdown {
    width: 100%;} }
@media only screen and (min-width: 768px) {
  .wtb-dropdown {
    margin: 0;
     } }
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  /* min-width: 160px; */
  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 !important;
  border-radius: 4px;
}
@media only screen and (max-width: 480px) {
  .dropdown-content {
    width: 100%;
    margin: auto !important;
  }
}
.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;
}
.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;
}
.dropdown-content a {
  color: var(--lightRed);
  padding: 3px !important;
  text-decoration: none;
  display: block !important;
  font-weight: 400;
  font-size: 0.875rem;
  border-bottom: 1px solid #f2f2f2;
	width: 45%;
}
.dropdown-content a:hover {
    background-color: #fff !important;
    color: var(--lightRed);
    box-shadow: inset 3px 0 0 var(--lightRed), inset -3px 0 0 var(--lightRed);
}
.dropdown-content a div {
    margin: 0 auto;
    width: auto;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.dropdown-content a:first-child:hover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.dropdown-content a:last-child{
    border-bottom: 0;
}
.dropdown-content a:last-child:hover {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .dropdown-content a {
    width: 100%;
  }
	.dropdown-content a div {
		height: 36px;
	}
}
.show-up {
  display: flex;
	flex-wrap: wrap;
}
/* video */
.video {
	text-align: center;
  margin: 0 auto;
  position: relative;
}
.btn-video {
	cursor: pointer;
  overflow: hidden;
}
.btn-video img {
	width: 100%;
}
.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 .play-button:hover {
	transform: rotate(360deg);
} */
/* video wrapper */
.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-wrapper .btn-close:hover {
  transform: rotate(90deg);
}
.video-player {
  /* width: 100vw; */
	width: 100%;
  max-width: 964px;
  /* height: 100vh; */
  position: relative;
  z-index: 9999;
  /* padding: 4% !important; */
  text-align: center;
  box-sizing: border-box;
	max-height: 540px;
	height: 100%;
}
.video-player .img-popup {
  height: 100%;
  max-height: 800px;
}
@media screen and (max-width:480px){
  .video-wrapper .btn-close {
    right: 10px;
    top: 10px;
  }
  .video-player {
    padding: 65px 4% !important;
  }
  .video-player .img-popup {
    width: 100%;
    height: auto;
  }
}




/* ==========================================
   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.active {
	display: flex;
}

.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.125rem;
	line-height: 1;
	position: absolute;
	top: 10px;
	right: 14px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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 - 100px);
}

.modal-card .no {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
}

.modal-card .name {
	font-size: 1.25rem;
	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: clamp(200px, 40vw, 300px);
  text-align: center;
  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: #000;
	font-family: "Roboto Condensed Bold", sans-serif;
}

.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 .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;
}

/* ZIP Code Section Styles */
.zip-code-section {
	margin: 2rem 0;
	padding: 1.5rem;
	background-color: #f8f9fa;
	border-radius: 8px;
	border: 1px solid #e9ecef;
}

.zip-code-section h4 {
	margin: 0 0 1rem 0;
	font-size: 1.1rem;
	font-weight: 600;
	color: #333;
}

.zip-input-wrapper {
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.modal-zip-input {
	flex: 1;
	padding: 0.75rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1rem;
	background-color: white;
	transition: border-color 0.2s ease;
}

.modal-zip-input:focus {
	outline: none;
	border-color: #007bff;
	box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

#hd .zip-submit-btn, .zip-submit-btn {
	padding: 0.75rem 1.5rem;
	background-color: #007bff;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.2s ease;
	white-space: nowrap;
}

#hd .zip-submit-btn:hover, .zip-submit-btn:hover {
	background-color: #0056b3;
}

#hd .zip-submit-btn:active, .zip-submit-btn:active {
	background-color: #004085;
}

.zip-error-message {
	color: #dc3545;
	font-size: 0.85rem;
	margin-top: 0.5rem;
	padding: 0.5rem;
	background-color: #f8d7da;
	border: 1px solid #f5c6cb;
	border-radius: 4px;
}

.zip-results {
	margin-top: 1rem;
}

.zip-results h5 {
	margin: 0 0 1rem 0;
	font-size: 1rem;
	font-weight: 600;
	color: #333;
}

.retailer-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.retailer-item {
	padding: 1rem;
	margin-bottom: 0.5rem;
	background-color: white;
	border: 1px solid #e9ecef;
	border-radius: 6px;
	transition: box-shadow 0.2s ease;
}

.retailer-item:hover {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.retailer-name {
	font-weight: 600;
	color: #333;
	margin-bottom: 0.25rem;
}

.retailer-distance {
	font-size: 0.85rem;
	color: #007bff;
	font-weight: 500;
	margin-bottom: 0.25rem;
}

.retailer-address, .retailer-phone {
	font-size: 0.8rem;
	color: #666;
	margin: 5px 0;
}

.loading {
	text-align: center;
	padding: 2rem;
	color: #666;
	font-style: italic;
}

/* Responsive adjustments for zip code section */
@media (max-width: 480px) {
	.zip-input-wrapper {
		flex-direction: column;
	}

	#hd .zip-submit-btn, .zip-submit-btn{
		width: 100%;
	}
}

/* Radius control styling */
.radius-controls {
	margin-top: 1rem;
	padding: 1rem;
	background-color: #f0f8ff;
	border: 1px solid #b8daff;
	border-radius: 6px;
}

.radius-info {
	margin: 0 0 0.5rem 0;
	font-size: 0.9rem;
	color: #666;
	font-weight: 500;
}

.radius-buttons {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.radius-btn {
	padding: 0.5rem 0.75rem;
	background-color: #17a2b8;
	color: white;
	border: none;
	border-radius: 4px;
	font-size: 0.8rem;
	cursor: pointer;
	transition: background-color 0.2s ease;
	white-space: nowrap;
}

.radius-btn:hover {
	background-color: #138496;
}

.radius-btn.expand-search {
	background-color: #28a745;
	margin-top: 0.5rem;
}

.radius-btn.expand-search:hover {
	background-color: #218838;
}

/* Special styling for limited coverage areas */
.no-physical-stores {
	padding: 0.75rem;
	background-color: #fff3cd;
	border: 1px solid #ffeaa7;
	border-radius: 4px;
	color: #856404;
	font-style: italic;
	margin-bottom: 0.5rem;
	list-style: none;
}

.online-retailer {
	border-left: 3px solid #17a2b8;
}

.limited-coverage-note {
	color: #856404;
	background-color: #fff3cd;
	padding: 0.5rem;
	border-radius: 4px;
	font-size: 0.85rem;
	margin: 0.5rem 0;
	border: 1px solid #ffeaa7;
}

@media (max-width: 480px) {
	.radius-buttons {
		flex-direction: column;
	}

	.radius-btn {
		width: 100%;
	}
}

/* .modal-card .wtb:after {
	content: "Shop now";
	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;
} */


#hd .store-finder {

	h2 {
		font-size: clamp(2.35rem, 5.5vw, 4rem);
		font-weight: 600;
		margin-bottom: 1rem;
		text-align: center;
		letter-spacing: 0;
	}

	p {
		color: #999;
		letter-spacing: 0;
	}

	.zip-input {
		flex: 1;
		padding: 0.75rem;
		border: 1px solid #ccc;
		border-radius: 4px;
		font-size: 1rem;
		background-color: white;
		transition: border-color 0.2s ease;
	}

	.zip-input:focus {
		outline: none;
		border-color: #007bff;
		box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
	}

	.hd-container {
		padding-top: 3rem;
		padding-bottom: 6rem;
		width: 90%;
		max-width: 600px;
	}

	.tagline {
		color: var(--purple);
		border-radius: 20px;
		padding: 5px 15px;
		border: 1px solid var(--purple);
		display: inline-block;
		margin-top: 3rem;
		margin-bottom: 3rem;
	}

	.store-finder-form {
		margin-top: 3rem;
	}

	/* Store finder results styling */
.store-cards-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
  overflow: auto;
	height: 100vh;
	padding-bottom: 20vh;
	padding-right: 0.75rem;
}

/* store-cards-container scrollbar styling */
.store-cards-container::-webkit-scrollbar {
  width: 6px;
}

.store-cards-container::-webkit-scrollbar-button,
.store-cards-container::-webkit-scrollbar-button:start,
.store-cards-container::-webkit-scrollbar-button:end,
.store-cards-container::-webkit-scrollbar-button:start:decrement,
.store-cards-container::-webkit-scrollbar-button:end:increment {
  display: none;
  width: 0;
  height: 0;
}

.store-cards-container::-webkit-scrollbar-track {
  background: transparent;
}

.store-cards-container::-webkit-scrollbar-thumb {
  background-color: rgba(155, 89, 182, 0.6);
  border-radius: 4px;
}

.store-cards-container::-webkit-scrollbar-thumb:hover {
  background-color: rgba(155, 89, 182, 0.8);
}

/* Firefox */
.store-cards-container {
  scrollbar-width: thin;
  scrollbar-color: rgba(155, 89, 182, 0.6) transparent;
}

/* Dark theme for zip results content */
.zip-code-results-content h3 {
  color: #ffffff;
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  padding-right: 50px;
  font-family: "Roboto Condensed", "Segoe UI", Arial, "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}

.store-card {
  background: #2a2a2a;
  border: 1px solid #444;
  border-radius: 6px;
  padding: 0.75rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  transition: all 0.2s ease;
}

.store-card:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.4);
  border-color: #555;
  
}

.store-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 0.75rem;
}

.store-logo {
  width: 45px;
  height: 45px;
  object-fit: contain;
  flex-shrink: 0;
}

.store-info {
  flex-grow: 1;
}

.store-name {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.125rem 0;
  color: #ffffff;
}

.store-retailer {
  color: #b0b0b0;
  margin: 0;
  font-size: 0.8rem;
}

.store-distance {
  color: var(--darkPurple);
  font-size: 0.8rem;
}

/* .store-details {
  border-top: 1px solid #444;
  padding-top: 0.5rem;
} */

.store-address,
.store-phone {
  margin: 0 0 0.25rem 0;
  line-height: 1.3;
  font-size: 0.85rem;
  color: #d0d0d0;
}

.store-phone a {
  color: #d0d0d0;
  text-decoration: none;
}

.store-actions {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

.store-website-btn,
.store-directions-btn {
  padding: 0.375rem 0.75rem;
  border: 1px solid var(--darkPurple);;
  color: var(--darkPurple);;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-block;
  background-color: transparent;
}

.store-website-btn {
  background-color: var(--darkPurple);;
  color: #ffffff;
  border-color: var(--darkPurple);;
}

.store-website-btn:hover {
  background-color: #AF7AC5;
  border-color: #AF7AC5;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(155, 89, 182, 0.3);
}

.store-directions-btn:hover {
  background-color: var(--darkPurple);;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(155, 89, 182, 0.2);
}

.no-results {
  text-align: center;
  padding: 1rem;
  color: #b0b0b0;
  font-style: italic;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .store-header {
    /* flex-direction: column;
    align-items: flex-start; */
    gap: 0.25rem;
  }
  
  .store-logo {
    width: 40px;
    height: 28px;
  }
  
  .store-actions {
    flex-direction: row;
    gap: 0.375rem;
  }
  
  .store-website-btn,
  .store-directions-btn {
    text-align: center;
    
    padding: 0.5rem;
  }
}

/* ==========================================
   ZIP CODE RESULTS ANIMATION & CLOSE BUTTON
   ========================================== */
.zip-code-results {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
  background-color: #000000;
  width: 90%;
  margin: 0;
  border-radius: 0;
  text-align: left;
  max-width: 500px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  border: 1px solid #333;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, transform 0.4s ease-in-out;
  transform: translateX(-100%); /* Start off-screen to the left */
}

.zip-code-results.expanded {
  max-height: 2000px;
  opacity: 1;
  box-shadow: 0 0px 100px 100vw rgba(0, 0, 0, 0.5);
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, transform 0.4s ease-in-out;
  transform: translateX(0); /* Slide in to normal position */
}

.zip-code-results-content {
  padding: 0.75rem;
  padding-top: 2.25rem; /* Space for close button */
  padding-right: 0;
  color: #e0e0e0;
}

/* Modern minimalist dark scrollbar styling */
.zip-code-results-content::-webkit-scrollbar {
  width: 8px;
}

.zip-code-results-content::-webkit-scrollbar-button {
  display: none;
  width: 0;
  height: 0;
}

.zip-code-results-content::-webkit-scrollbar-button:single-button {
  display: none;
}

.zip-code-results-content::-webkit-scrollbar-button:double-button {
  display: none;
}

.zip-code-results-content::-webkit-scrollbar-button:start {
  display: none;
}

.zip-code-results-content::-webkit-scrollbar-button:end {
  display: none;
}

.zip-code-results-content::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}

.zip-code-results-content::-webkit-scrollbar-thumb {
  background-color: rgba(155, 89, 182, 0.6);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: background-color 0.2s ease;
}

.zip-code-results-content::-webkit-scrollbar-thumb:hover {
  background-color: rgba(155, 89, 182, 0.8);
}

.zip-code-results-content::-webkit-scrollbar-corner {
  background: transparent;
}

/* Firefox scrollbar styling */
.zip-code-results-content {
  scrollbar-width: thin;
  scrollbar-color: rgba(155, 89, 182, 0.6) transparent;
}

.zip-results-close-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  transition: background-color 0.2s ease;
  z-index: 10;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zip-results-close-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.zip-results-close-btn svg {
  width: 1rem;
  height: 1rem;
  stroke: #e0e0e0;
  transition: stroke 0.2s ease;
}

.zip-results-close-btn:hover svg {
  stroke: #ffffff;
}

/* Animation for smooth content reveal */
@keyframes slideDown {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 2000px;
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    max-height: 2000px;
    opacity: 1;
  }
  to {
    max-height: 0;
    opacity: 0;
  }
}



}

/* Blur effect for main content when ZIP results are open */
.zip-results-blur {
  filter: blur(3px);
  transition: filter 0.3s ease;
  pointer-events: none;
}

/* Ensure ZIP results container stays unblurred and interactive */
#zipCodeResults {
  filter: none !important;
  pointer-events: auto !important;
}


/* Subtle background graphics for black backgrounds */
.black-bg-dots {
  background-color: #000;
  background-image: radial-gradient(circle, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 20px 20px;
}

.black-bg-grid {
  background-color: #000;
  background-image: 
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 30px 30px;
}

.black-bg-circuit {
  background-color: #000;
  background-image: 
    radial-gradient(circle at 25% 25%, rgba(245,25,40,0.1) 2px, transparent 2px);
  background-size: 50px 50px;
}
