
/* ======== Enable Algolia Header Search  ======== */
#samNewHeader #mobilesearchDiv,
#samNewHeader #headerSearchAutofill {
	display: none !important; 
}
#samNewHeader #al_Search_TopNav {
	display: block !important;
}
#samNewHeader .al_Search_DisableScroll {
	overflow: hidden !important;
}
@media(max-width: 991px) {
	#samNewHeader .al_Search_DisableScroll {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	#samNewHeader #samHeaderTop .samHeaderTop_Wrapper {
		display: flex;
		flex-wrap: wrap !important;
	}
	#samNewHeader #samHeaderTop .samHeaderTop_Wrapper #al_Search_TopNav {
		display: block;
		flex: 1 1 100%;
		order: 1;
		margin: 10px 0 0 0;
	}
	#samNewHeader #samHeaderTop .samHeaderTop_Wrapper #al_Search_TopNav .aa-Form {
		border-radius: 50px;
	}
}
/* end */

/* GENERAL */
:root {
    --samAL_TopNav_Font_Family: Roboto, sans-serif !important;
    --samAL_TopNav_Border_Color: 1px solid #E3E3E3;
    --samAL_TopNav_Border_Color_Hover: 1px solid #303030;
	--samAL_Border_Radius: 8px;
    --samAL_TopNav_BoxShadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 4px 6px -1px rgba(0, 0, 0, 0.05), 0px 2px 4px -2px rgba(0, 0, 0, 0.03);
	--samAL_Border_Radius_Skeleton: 0;
}
/* END */


/* GLOBAL SETTINGS */
/* Hit Container */
#al_SA_Hits {
	width: 100%;
    display: flex;
    gap: 6px;
}
#al_SA_Hits .hit-card {
    width: 16%;
    background-color: #ffffff;
    transition: border 0.3s ease-in-out;
}
.hit-card {
	font-family: var(--samAL_TopNav_Font_Family);
}
.hit-card.hit-ads {
	position: relative;
	overflow: hidden;
}
.hit-card.hit-ads::after {
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    pointer-events: none;
}
.hit-card.hit-ads a {
	display: flex;
	height: 100%;
	transition: all 0.3s ease; 
  	will-change: transform; 
}
.hit-card.hit-ads a:hover {
	transform: scale(1.05);
}
.hit-card.hit-ads img {
	width: 100%;
	object-fit: cover;
}
.hit-card.hit-ads .ads-contents {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #ffffff;
	font-size: 16px;
	padding: 10px;
}
.hit-card.hit-ads .ads-contents .ads-cta {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
	width: 100%;
	padding-top: 20px;
}
.hit-card.hit-ads .ads-cta::after {
	font-family: 'FontAwesome';
	content: '\00A0\00A0\f061';
}
.hit-card .hit-header {
	position: relative;
  	display: inline-block;
	overflow: hidden;
	width: 100%;
}
.hit-card .hit-header::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 3%); /* Grey overlay with opacity */
  pointer-events: none; /* Allows clicks to pass through the overlay */
  z-index: 1000;
  will-change: opacity, transform; /* force the browser to handle it on the GPU to prevent delay on mobile swipe and Optimize performance for animation */
}
.hit-card .hit-header .hit-cta {
	font-size: 11px;
	padding: 4px 6px;
	border-radius: 6px;
	border: 1px solid #000;
	box-shadow: var(--samAL_TopNav_BoxShadow);
	background-color: #ffffff;
	width: max-content;

	opacity: 0;              /* Start hidden */
	visibility: hidden;      /* Prevent interaction when hidden */
	transition: all 0.3s ease; /* Smooth fade effect */
}
@media (min-width: 991px) {
	.hit-card .hit-header .hit-cta:hover {
		cursor: pointer;
		background-color: #EBEBEB;
	}
	.hit-card:hover .hit-cta { 
		opacity: 1;              /* Fade in */
	  	visibility: visible;     /* Make it interactable */
	}
}
.hit-card .hit-header .hit-cta .samFeatherIcon {
	width: 16px;
	height: 16px;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	stroke: #000;
}
.hit-card .hit-header .hit-quickview {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 13px;
	display: none !important; /* Disable QuickView for now */
}
.hit-card .hit-header .hit-wishlist {
	top: 42px;
	display: none !important; /* Disable for now */
}
.hit-card .hit-header .hit-image {
	width: 100%;
	aspect-ratio: 1/1;
	background-color: white;
	transition: all 0.3s ease; /* Smooth zoom & shadow transition */
  	will-change: transform; /* force the browser to handle it on the GPU to prevent delay on mobile swipe and Optimize performance for animation */
	object-fit: cover;
	min-height: 140px;
}
.hit-card:hover .hit-image { 
	transform: scale(1.1); /* Zoom-in with a subtle rotation */
}
.hit-card .hit-tag {
	font-size: 11px;
	font-weight: 600;
	padding: 6px;
	border-radius: 0;
	text-transform: uppercase;
}
.hit-card .hit-tag-badge {
	width: fit-content;
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
.hit-card .hit-tag-inline {
	margin: 10px 0;
	display: flex;
	align-items: center;
	padding: 1px 6px !important;
	width: fit-content;
}

/* Social Proof Tag */
.hit-card .hit-header .hit-social-proof {
	font-weight: 500;
	font-size: var(--samAl_PLP_FontSize_General);
	padding: 0;
	width: max-content;
	max-width: calc(100% - 2px);
	height: fit-content;
	
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
}
.hit-card .hit-header .hit-social-proof:hover {
	cursor: default;
}
.hit-card .hit-header .hit-social-proof:has(div[data-title=""]) {
    display: none;
}
.hit-card .hit-header .hit-social-proof .hit-social-proof-row {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px; 
	padding: 3px 9px 3px 6px;
	border-radius: 24px;
	border: 1px solid var(--pri-btn-txt, #FFF);
	background: rgba(255, 255, 255, 0.80);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 4px 6px -1px rgba(0, 0, 0, 0.05), 0px 2px 4px -2px rgba(0, 0, 0, 0.03);
	backdrop-filter: blur(2.5px);

	opacity: 0;
	animation: showSocialProofTag 12s ease-in-out forwards;
}
@keyframes showSocialProofTag {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.hit-card .hit-header .hit-social-proof .hit-social-proof-row::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background-size: contain;
	background-repeat: no-repeat;
}
.hit-card .hit-header .hit-social-proof .hit-social-proof-row div {
	text-align: left;
	line-height: 1;
}
.hit-card .hit-header .hit-social-proof div[data-title="in demand" i]::before {
	background-image: url("/css/algolia/images/Icons/social_proof_in_demand_v2.png");
}
.hit-card .hit-header .hit-social-proof div[data-title="trending" i]::before {
	background-image: url("/css/algolia/images/Icons/social_proof_trending_v3.png");
}
.hit-card .hit-header .hit-social-proof div[data-title="add to cart" i]::before {
	background-image: url("/css/algolia/images/Icons/social_proof_add_to_cart_v2.png");
}
.hit-card .hit-header .hit-social-proof div[data-title="top choice" i]::before {
	background-image: url("/css/algolia/images/Icons/social_proof_top_choice_v2.png");
}
.hit-card .hit-header .hit-social-proof div[data-title="selling fast" i]::before {
	background-image: url("/css/algolia/images/Icons/social_proof_selling_fast_v2.png");
}
/* end Social Proof Tag */

/* Tags Settings (Badge) */
.hit-card .hit-tag-badge[data-query="Exclusive" i],
.hit-card .hit-tag-badge[data-query="Most Trusted" i],
.hit-card .hit-tag-badge[data-query="Most Rated" i],
.hit-card .hit-tag-badge[data-query="Top Rated" i] {
	display: inline-block;
	background-color: #000000;
	color: #FFFFFF;
}
.hit-card .hit-tag-badge[data-query="Clearance" i] {
	display: inline-block;
	background-color: #FFEB3B;
	color: #000;
}
/* end */

/* Tags Settings (Inline) */
.hit-card .hit-tag-inline {
	line-height: 1 !important;
    border-radius: 3px !important;
}
.hit-card .hit-tag-inline-bmsm {
	padding-left: 0 !important;
	color: #1F7CED;
	font-style: italic;
	font-weight: 500;
	text-transform: capitalize;
	display: none;
}
.hit-card .hit-tag-inline-bmsm::before {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("/css/algolia/images/Icons/whybuys_handshakes.png");
	margin-right: 6px;
}
.hit-card .hit-tag-inline-new-arrival {
	background-color: #CDFEE1;
	color:#0C5132;
	padding: 1px 3px;
}
.hit-card .hit-tag-inline-sale {
	padding: 0;
}
.hit-card .hit-tag-inline-ships-free {
	background-color: #007BFF;
	color:#FFFFFF;
}
.hit-card .hit-tag-inline-customizable {
	color:#FFFFFF;
	background: linear-gradient(90deg, #005DAC 0%, #B82025 100%);
}
.hit-card .hit-tag-inline-only-at-galls,
.hit-card .hit-tag-inline-only-at-usp {
	color: #616161;
	font-weight: 500;
	padding-right: 10px;
	padding: 0 !important;
	gap: 4px;
}
.hit-card .hit-tag-inline-only-at-galls img,
.hit-card .hit-tag-inline-only-at-usp img {
	width: 50px;
	height: auto;
}
/* end */

.hit-card .hit-body {
    font-size: 12px;
    padding: 6px 6px 12px 6px;
    color: #000000;
}
.hit-card .hit-body a {
	color: #000000;
}
.hit-card .hit-body a:hover {
	text-decoration: underline;
}
.hit-card .hit-body > div,
.hit-card .hit-body .hit-title {
    padding: 2px 0;
	min-height: 20px;
}
.hit-card .hit-body .hit-color {
	gap: 6px;
	justify-content: flex-start;
	padding: 0 0 0 4px;
	margin-bottom: 10px;
	overflow: hidden;
}
.hit-card .hit-body .hit-color .hit-color-slider {
	gap: 6px;
	padding: 0;
	flex-wrap: wrap;
}
.hit-body .hit-color .hit-color-slider .slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}
.hit-body .hit-color .hit-color-slider .slick-slide > div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.hit-card .hit-body .hit-color .hit-color-slider button.slick-arrow {
	height: auto;
	top: 0;
	transform: unset;
	height: 100%;
}
.hit-card .hit-body .hit-color .hit-color-slider button.slick-arrow:before {
	font-size: 20px;
}
.hit-card .hit-body .hit-color .hit-color-slider button.slick-next {
	right: -25px;
}
.hit-card .hit-body .hit-color .hit-color-slider a.hit-link:focus {
	outline: none;
}
.hit-card .hit-body .hit-color .hit-color-slider img,
.hit-card .hit-body .hit-color .hit-color-slider div.swatch {
	border-radius: 50%;
	width: 18px;
	height: 18px;
	border: 0;
	margin: 6px 0;
	aspect-ratio: 1/1;
}
.hit-card .hit-body .hit-color .hit-color-slider img[src*="wh" i],
.hit-card .hit-body .hit-color .hit-color-slider div.swatch[style*="fff" i]{
	border: 1px solid #9E9E9E;
}
.hit-card .hit-body .hit-color .hit-color-slider img:hover,
.hit-card .hit-body .hit-color .hit-color-slider div.swatch:hover,
.hit-card .hit-body .hit-color .hit-color-slider .selected {
	cursor: pointer;
	outline: 2px solid #333; 
	outline-offset: 2px;
}
.hit-card .hit-body .hit-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.25;
}
.hit-card .hit-body .hit-brand {
	color: #616161;
}
.hit-card .hit-body .hit-price {
    font-weight: 600;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
}
.hit-card .hit-body .hit-price .original,
.hit-card .hit-body .hit-price .see-cart {
	margin: 0 !important;
}
.hit-card .hit-body .hit-price .see-cart {
	text-transform: capitalize;
}
.hit-card[data-tag="clearance" i] .hit-body .hit-price {
	color: red;
}
.hit-card[data-tag="clearance" i] .hit-body .hit-price .hit-tag.hit-tag-inline-sale::before {
	content: 'Final ';
}
.hit-card .hit-body .hit-rating {
	display: flex;
	align-items: center;
	gap: 1px;
}
.hit-card .hit-body .hit-rating .star {
	display: inline-block;
	width: 12px;
	height: 12px;
	background-size: cover;
}
.hit-card .hit-body .hit-rating .star.full {
	background-image: url('data:image/svg+xml;utf8,<svg fill="black" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .587l3.668 7.431 8.2 1.193-5.934 5.782 1.4 8.172L12 18.896l-7.334 3.849 1.4-8.172L.132 9.211l8.2-1.193z"/></svg>');
}
.hit-card .hit-body .hit-rating .star.half {
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><defs><linearGradient id="half"><stop offset="50%" stop-color="black"/><stop offset="50%" stop-color="white"/></linearGradient></defs><path fill="url(%23half)" stroke="black" stroke-width="1" d="M12 .587l3.668 7.431 8.2 1.193-5.934 5.782 1.4 8.172L12 18.896l-7.334 3.849 1.4-8.172L.132 9.211l8.2-1.193z"/></svg>');
}
.hit-card .hit-body .hit-rating .star.empty {
	background-image: url('data:image/svg+xml;utf8,<svg fill="white" stroke="black" stroke-width="1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 .587l3.668 7.431 8.2 1.193-5.934 5.782 1.4 8.172L12 18.896l-7.334 3.849 1.4-8.172L.132 9.211l8.2-1.193z"/></svg>');
}
.hit-card .hit-body .hit-rating .rating-count {
	color: #616161;
	font-size: 13px;
	padding-left: 2px;
}
/* end */

/* Hit Container - PLP Settings */
#al_PLP .hit-card {
	border: 0;
	border-radius: 0;
	margin: 0;
	width: 100%;
}
#al_PLP .hit-card .hit-header {
	border-radius: 0
}
#al_PLP .hit-card .hit-body .hit-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	min-height: 30px;
	max-height: 40;
}
/* end */

/* Color Swatch Slider */
#al_PLP .hit-card .hit-body .hit-color {
	padding: 0;
	margin-left: -6px;
	width: calc(100% + 12px);
}
#al_PLP .hit-card .hit-body .hit-color .hit-color-slider {
	gap: 12px;
	width: 240px;  /* 8 Colors */
}
#al_PLP .hit-card .hit-body .hit-color .hit-color-slider:has(button.slick-arrow) {
	margin-left: 24px;
}
/* #al_PLP .hit-card .hit-body .hit-color .hit-color-slider:not(:has(button.slick-arrow)) .slick-list .slick-track {
	left: 50%;
	transform: translateX(-50%) !important;
} */
#al_PLP .hit-card .hit-body .hit-color .hit-color-slider img,
#al_PLP .hit-card .hit-body .hit-color .hit-color-slider div.swatch {
	width: 18px !important;
	height: 18px !important;
}
@media (max-width: 1600px) {
	#al_PLP .hit-card .hit-body .hit-color .hit-color-slider {
		gap: 12px;
		width: 200px; /* 7 Colors */
	}
}
@media (max-width: 1500px) {
	#al_PLP .hit-card .hit-body .hit-color .hit-color-slider {
		gap: 12px;
		width: 160px; /* 5 Colors */
	}
}
@media (max-width: 1300px) {
	#al_PLP .hit-card .hit-body .hit-color .hit-color-slider {
		width: 100px;  /* 3 Colors */
	}
	.hit-body .hit-color .hit-color-slider .slick-slide {
		margin: 0;
	}
	#al_PLP .hit-card .hit-body .hit-color .hit-color-slider img,
	#al_PLP .hit-card .hit-body .hit-color .hit-color-slider div.swatch {
		width: 14px !important; 
		height: 14px !important;
	}
	#al_PLP .hit-card .hit-body .hit-color .hit-color-slider button.slick-arrow:before {
		font-size: 16px;
	}
}
@media (max-width: 1024px) {
	#al_PLP .hit-card .hit-body .hit-color {
		margin-left: -12px;
		width: calc(100% + 18px);
	}
	#al_PLP .hit-card .hit-body .hit-color .hit-color-slider:has(button.slick-arrow) {
		margin-left: 30px;
	}
}
@media (max-width: 600px) {
	#al_PLP .hit-card .hit-body .hit-color,
	#al_PLP .hit-card .hit-body .hit-color .hit-color-slider {
		gap: 18px;
	}
	#al_PLP .hit-card .hit-body .hit-color .hit-color-slider {
		width: 120px; /* 3 Colors */
	}
	#al_PLP .hit-card .hit-body .hit-color .hit-color-slider img,
	#al_PLP .hit-card .hit-body .hit-color .hit-color-slider div.swatch {
		width: 18px !important; 
		height: 18px !important;
	}
	#al_PLP .hit-card .hit-body .hit-color .hit-color-slider:has(button.slick-arrow) {
		margin-left: 40px;
	}
	#al_PLP .hit-card .hit-body .hit-color .hit-color-slider button.slick-prev {
		left: -35px;
	}
	#al_PLP .hit-card .hit-body .hit-color .hit-color-slider button.slick-next {
		right: -35px;
	}
}
@media (max-width: 400px) {
	#al_PLP .hit-card .hit-body .hit-color .hit-color-slider {
		width: 90px;
	}
}
/* end */

/* Why Buys */
.hit-card .hit-body .hit-whybuys {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 3px;
	margin: 4px 0;
	display: none;
}
.hit-card .hit-body .hit-whybuys span {
	font-family: var(--samAL_TopNav_Font_Family);
}
main#mainPLP .hit-card .hit-body .hit-whybuys:not([data-title="0"]) {
	display: flex; 
}
.hit-card .hit-body .hit-whybuys span {
	font-weight: 400;
    min-height: 20px;
	text-transform: capitalize;
    display: flex;
    align-items: center;
    border-radius: 12px;
    padding: 0 8px;
    background-color: #f7f7f7;
    line-height: 1;
}
/* end */

/* END GLOBAL SETTINGS */




/* TOP SEARCH WRAPPER */
#al_Search_TopNav {
    font-family: var(--samAL_TopNav_Font_Family);
    position: relative;
	width: 100%;
	margin: 0 30px;
}
#samFW_PromoBanner.lowerZIdex {
	z-index: 999 !important;	/* Fix z-index for promobanner */
}
#al_Search_TopNav .search__autofill--mask {
	height: 100vh;
	z-index: 1000;
}
#al_Search_TopNav #al_Search_Autocomplete .aa-Form .aa-InputWrapperPrefix,
#al_Search_TopNav #al_Search_Autocomplete .aa-Form .aa-InputWrapper,
#al_Search_TopNav #al_Search_Autocomplete .aa-InputWrapperSuffix,
#al_Search_TopNav #al_Search_Autocomplete .aa-Form,
#al_Search_TopNav #al_Search_Autocomplete .aa-Form input.aa-Input,
#al_Search_TopNav #al_Search_Autocomplete .aa-Form label.aa-Label,
#al_Search_TopNav #al_Search_Autocomplete .aa-Form button.aa-SubmitButton {
    height: 40px;
	z-index: 1001;
}
#al_Search_TopNav #al_Search_Autocomplete,
#al_Search_TopNav #al_Search_Autocomplete .aa-Autocomplete {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
#al_Search_TopNav #al_Search_Autocomplete .aa-Form {
    border-radius: 24px;
	border: 0;
	border: 1px solid #8A8A8A;
}
@media (min-width: 1200px) {
	#al_Search_TopNav #al_Search_Autocomplete .aa-Form {
		width: 800px;
	}
}
#al_Search_TopNav #al_Search_Autocomplete .aa-Form:focus-within {
	box-shadow: none;
	border: 0px;
	outline: unset;
}
#al_Search_TopNav #al_Search_Autocomplete .aa-Form input.aa-Input {
    width: 100%;
	caret-color: #000000 !important; 
	opacity: 1 !important;
	padding-left: 40px;
}
#al_Search_TopNav #al_Search_Autocomplete .aa-Form input.aa-Input::placeholder {
    color: #8A8A8A;
}
#al_Search_TopNav #al_Search_Autocomplete .aa-Form label.aa-Label {
    margin: 0;
}
#al_Search_TopNav #al_Search_Autocomplete .aa-Form button.aa-SubmitButton {
    display: flex;
    align-items: center;
	justify-content: center;
	padding: 0;
	position: absolute;
	z-index: 1000;
}
#al_Search_TopNav #al_Search_Autocomplete .aa-Form button.aa-SubmitButton .aa-SubmitIcon {
	color: #8A8A8A;
}
@media (max-width: 991px) {
	#al_Search_TopNav #al_Search_Autocomplete .aa-Form {
	    width: 100%;
	}
	#al_Search_TopNav #al_Search_Autocomplete .aa-Form .aa-InputWrapperPrefix {
		display: none;
	}
	#al_Search_TopNav #al_Search_Autocomplete .aa-Form input.aa-Input {
		font-size: 16px;
		padding-left: 30px;
		position: relative;
	}
	#al_Search_TopNav #al_Search_Autocomplete .aa-Form .aa-InputWrapper::before {
		content: "\f002"; /* Search Icon for mobile only */
		font-family: 'FontAwesome';
		color: #8A8A8A;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	#samNewHeader #al_Search_TopNav #al_Search_Autocomplete .aa-Autocomplete {
		top: -100px; /* For sticky animation */
		transition: top 0.2s ease-out;
	}
	#samNewHeader.spStickyTopHeader_Mobile #al_Search_TopNav #al_Search_Autocomplete .aa-Autocomplete {
		position: fixed;
		top: 0;
		z-index: 1998;
		display: flex;
		background-color: #fff;
		padding: 8px 10px;
	}
	#samNewHeader.spStickyTopHeader_Mobile #al_Search_TopNav #al_Search_Autocomplete .aa-Autocomplete .aa-Form {
		height: 35px;
	}
}
/* end */

/* Disable Default Dropdown Search */
.aa-Panel {
    display: none !important; /* hide the autocomplete dropdown */
}

#al_Search_TopNav .al_SA_Heading {
	text-transform: initial;
	font-weight: 700;
	margin: 10px 0;
}
/* end */

#al_Search_TopNav .al_SA_Wrapper {
    background-color: #ffffff;
    position: absolute;
    width: 103vw;
	margin-left: -52vw;
	margin-top: 16px;
	left: 50%;
	padding: 20px 80px;
	box-shadow: var(--samAL_TopNav_BoxShadow);
	z-index: 1001;
}
#al_Search_TopNav .al_SA_Wrapper > .container {
	width: 100%;
	margin: 0 auto;
	max-width: 2000px;
	padding: 0 10px;
}
#al_Search_TopNav .al_SA_Matched_KW {
	font-weight: 900 !important;
	color: #000 !important;
}
#al_Search_TopNav .al_SA_Wrapper .al_SA_Left,
#al_Search_TopNav .al_SA_Wrapper .al_SA_Right  {
	display: block !important; /* Override CSS from sam-style */
}
/* end */

/* View All */
#al_Search_TopNav .al_SA_Right {
	position: relative;
}
#al_Search_TopNav .al_SA_Right #al_SA_ViewAll {
	width: fit-content;
	position: absolute;
	top: 10px;
	left: 120px;
}
#al_Search_TopNav .al_SA_Right #al_SA_ViewAll a {
	color: #000000;
	font-size: 14px;
	text-decoration: underline;
}
#al_Search_TopNav .al_SA_Right #al_SA_ViewAll a:hover {
	color: #007ac2;
	cursor: pointer;
}
#al_Search_TopNav .al_SA_Right #al_SA_ViewAll span {
	font-weight: bold;
	text-transform: capitalize;
}
/* END TOP SEARCH WRAPPER */



/* QUERY SUGGESTIONS and RECENT SEARCHES */
#al_Search_TopNav #al_SA_Suggestions .suggestion-item,
#al_Search_TopNav #al_SA_Recents .recent-search-item {
	text-transform: capitalize;
	font-weight: 400;
    padding-left: 20px;
}
#al_Search_TopNav #al_SA_Suggestions .suggestion-item a {
	color: #616161;
}
#al_Search_TopNav #al_SA_Suggestions  .suggestion-item:last-child,
#al_Search_TopNav #al_SA_Recents .recent-search-item:last-child {
	margin-bottom: 20px;
}
#al_Search_TopNav #al_SA_Suggestions .suggestion-item:hover,
#al_Search_TopNav #al_SA_Recents .recent-search-text:hover {
    cursor: pointer;
    text-decoration: underline;
}
#al_Search_TopNav #al_SA_Suggestions .suggestion-item::before,
#al_Search_TopNav #al_SA_Recents .recent-search-item::before {
    font-family: 'FontAwesome';
    content: '\f002';
    cursor: pointer;
    position: absolute;
    left: 10px;
	color: #616161;
}
#al_Search_TopNav #al_SA_Recents .recent-search-item {
	color: #007ac2;
	text-transform: unset;
	display: flex;
}
#al_Search_TopNav #al_SA_Recents .recent-search-item .recent-search-remove {
	background-color: transparent;
	color: #000;
	font-weight: 600;
	transition: all 0.2s ease-out;
	border: 0 !important;
	padding-left: 10px;
	/* padding-right: 10px;
	margin-left: auto; */
	display: flex;
	align-items: center;
}
#al_Search_TopNav #al_SA_Recents .recent-search-item .recent-search-remove .samFeatherIcon {
	width: 16px;
	height: 16px;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: #000;
	transition: all 0.2s ease-out;
}
#al_Search_TopNav #al_SA_Recents .recent-search-item .recent-search-remove .samFeatherIcon:hover {
	cursor: pointer;
	transform: scale(1.2);
}
/* END QUERY SUGGESTIONS and RECENT SEARCHES */


/* TRENDING SEARCHES */
#al_Search_TopNav .al_SA_Trending_Wrapper {
	display: block !important;
	display: none !important; /* Disable for now */
}
#al_Search_TopNav #al_SA_Trending {
	display: flex;
	gap: 6px;
	align-items: center;
}
#al_Search_TopNav #al_SA_Trending::before {
	font-family: 'FontAwesome';
    content: '\e098';
	color: green;
	padding-right: 6px;
}
#al_Search_TopNav #al_SA_Trending .trending-item {
	border-radius: 6px;
	background-color: #F2F2F2;
	padding: 6px 12px;
	color: #000;
	border-radius: 6px;
}
#al_Search_TopNav #al_SA_Trending .trending-item:hover {
	background-color: #00000030;
	cursor: pointer;
}
/* END TRENDING SEARCHES */



/* TABLET and MOBILE SETTINGS */
@media(max-width: 991px) {

	/* Replaced by AB Test */
	/* #samNewHeader #samHeaderTop .samHeaderTop_Wrapper {
		display: flex;
		flex-wrap: wrap !important;
	}
	#samNewHeader #samHeaderTop .samHeaderTop_Wrapper #al_Search_TopNav {
		display: block;
		flex: 1 1 100%;
		order: 1;
		margin: 20px 0 0 0;
	}
	#samNewHeader #samHeaderTop .samHeaderTop_Wrapper #al_Search_TopNav .aa-Form {
		border-radius: 50px;
	} */
	/* end */

	#al_Search_TopNav .al_SA_Wrapper .container {
		padding: 0;
	}
	#al_Search_TopNav .al_SA_Wrapper .al_SA_Left {
		display: flex !important;
		padding-right: 0 !important;
	}
	#al_Search_TopNav .al_SA_Suggestions_Wrapper,
	#al_Search_TopNav .al_SA_Recents_Wrapper {	
		width: 50%;
		position: relative;
	}
	#al_Search_TopNav #al_SA_Suggestions .suggestion-item,
	#al_Search_TopNav #al_SA_Recents .recent-search-item {
		margin: 4px 0;
	}
	#al_Search_TopNav #al_SA_Suggestions .suggestion-item::before,
	#al_Search_TopNav #al_SA_Recents .recent-search-item::before {
	    left: 0;
	}
	#al_Search_TopNav #al_SA_Suggestions .suggestion-item {
		margin-right: 10px;
	}
	#al_Search_TopNav #al_SA_Hits {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;  /* Smooth scrolling on iOS */
		width: calc(100% + 12px);
	}
	#al_Search_TopNav #al_SA_Hits::-webkit-scrollbar {
		display: none;
	}
	#al_Search_TopNav #al_SA_Hits .hit-card {
	    width: 22%;
		flex: 0 0 auto;  /* Prevent items from shrinking and ensure they stay in line */
	}
	#al_Search_TopNav #al_SA_Hits .hit-card .hit-body {
		font-size: 14px;
	}
	#al_Search_TopNav #al_SA_Trending {
		flex-wrap: wrap;
	}
	/* #al_Search_TopNav #al_SA_Trending::before {
		display: none;
	} */
	
	#al_Search_TopNav .al_SA_Wrapper .al_SA_Right  {
		display: flex !important;
		flex-direction: column;
		flex-wrap: nowrap;
	}
	/* #al_Search_TopNav .al_SA_Right #al_SA_ViewAll {
		position: relative;
		top: unset;
		right: unset;
		order: 1;
		width: 100%;
		text-align: center;
		padding-bottom: 100px;
	}
	#al_Search_TopNav .al_SA_Right #al_SA_ViewAll a {
		font-size: 16px;
	} */

	#al_Search_TopNav .al_SA_Right #al_SA_ViewAll {
		padding-top: 4px;
		right: 16px;
		left: unset
	}
	#al_Search_TopNav.al_Search_TopNav_Active .al_SA_Wrapper .container > .row {
		display: flex;
		flex-direction: column;
	}
	#al_Search_TopNav.al_Search_TopNav_Active .al_SA_Wrapper .al_SA_Left {
		order: 2;
	}
	#al_Search_TopNav.al_Search_TopNav_Active .al_SA_Wrapper .al_SA_Right {
		order: 1;
	}
	#al_Search_TopNav .al_SA_Recents_Wrapper {
		margin-bottom: 50px !important;
		border-bottom: 0 !important;
	}

}
@media (max-width: 600px) {
	#al_Search_TopNav #al_SA_Hits .hit-card {
	    width: 40%;
	}
}
/* TABLET and MOBILE SETTINGS */

/* TABLET and MOBILE SETTINGS - ONFOCUS */
/* NOTE: al_Search_TopNav_Active is added on both desktop and mobile */
#al_Search_TopNav.al_Search_TopNav_Active #al_Search_Autocomplete .aa-Form {
	border: 1px solid #000;
}
#al_Search_TopNav.al_Search_TopNav_Active #al_Search_Autocomplete .aa-Form button.aa-SubmitButton .aa-SubmitIcon,
#al_Search_TopNav.al_Search_TopNav_Active #al_Search_Autocomplete .aa-Form input.aa-Input::placeholder {
    color: #000;
}
@media (max-width: 991px) {
	#al_Search_TopNav.al_Search_TopNav_Active {
		position: fixed;
		top: 0;
		left: 0;
		margin: 0 !important;
		background-color: #ffffff;
		height: 100vh;
		z-index: 1001;
	}
	#al_Search_TopNav.al_Search_TopNav_Active #al_Search_Autocomplete {
		display: flex;
		align-items: center;
		padding: 0 12px;
		height: 60px;
	}
	#al_Search_TopNav.al_Search_TopNav_Active #al_Search_Autocomplete .aa-Form,
	#al_Search_TopNav.al_Search_TopNav_Active #al_Search_Autocomplete .aa-Form:focus-within {
	    background-color: #ffffff;
		border: var(--samAL_TopNav_Border_Color_Hover);
	}
	#al_Search_TopNav.al_Search_TopNav_Active form#al_SA_Wrapper_Form {
		height: calc(100% - 60px);  /* 60px is the height of Searchbox */
	}
	#al_Search_TopNav.al_Search_TopNav_Active .al_SA_Wrapper {
		/* Reset from Desktop setting */
		position: unset;
		margin: unset;
		left: unset;
		box-shadow: unset;
		width: 100%;
		/* end */
	
		border-top: var(--samAL_TopNav_Border_Color);
		/* box-shadow: 0px 6px 12px #303030; */
		padding: 10px 20px;

		overflow-y: scroll;
		height: 100%; 
		padding-bottom: 100px;
	}
	#al_Search_TopNav.al_Search_TopNav_Active .al_SA_Wrapper::-webkit-scrollbar {
		display: none;
	}
	#al_Search_TopNav.al_Search_TopNav_Active .search__autofill--mask {
		display: none !important;
	}
	#al_Search_TopNav.al_Search_TopNav_Active #al_Search_Autocomplete .aa-Autocomplete {
		width: 100%;
	}
	#al_Search_TopNav.al_Search_TopNav_Active #al_Search_Autocomplete #al_Search_TopNav_CloseBtn {
		display: flex !important;
		order: 2;
		padding-left: 10px;
		padding-right: 4px;
	}
	#al_Search_TopNav.al_Search_TopNav_Active #al_Search_TopNav_CloseBtn .samFeatherIcon {
		width: 26px;
		height: 26px;
		stroke-width: 2;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke: #000;
		transition: all 0.2s ease-out;
	}
	#al_Search_TopNav.al_Search_TopNav_Active #al_Search_TopNav_CloseBtn .samFeatherIcon:hover {
		cursor: pointer;
		transform: scale(1.2);
	}

	/* Handle Typing on Mobile */
	#al_Search_TopNav.al_Search_TopNav_Active:not(.al_Search_TopNav_Active_Visible) .al_SA_Wrapper .al_SA_Left,
	#al_Search_TopNav.al_Search_TopNav_Active:not(.al_Search_TopNav_Active_Visible) .al_SA_Wrapper .al_SA_Right {
		display: none !important;
	}
	#al_Search_TopNav.al_Search_TopNav_Active_Visible .al_SA_Trending_Wrapper {
	    display: none !important;
	}
	#al_Search_TopNav.al_Search_TopNav_Active .al_SA_Wrapper .al_SA_Left {
		display: block !important;
	}
	#al_Search_TopNav.al_Search_TopNav_Active .al_SA_Suggestions_Wrapper,
	#al_Search_TopNav.al_Search_TopNav_Active .al_SA_Recents_Wrapper {	
		width: 100%;
		border-bottom: var(--samAL_TopNav_Border_Color);
	}
	#al_Search_TopNav.al_Search_TopNav_Active .al_SA_Recents_Wrapper,
	#al_Search_TopNav.al_Search_TopNav_Active .al_SA_Wrapper .al_SA_Right,
	#al_Search_TopNav.al_Search_TopNav_Active #al_SA_Hits {
		padding-top: 6px !important;
	}
	#al_Search_TopNav.al_Search_TopNav_Active #al_SA_Trending .trending-item:hover {
		background-color: #F2F2F2;
	}
	#al_Search_TopNav.al_Search_TopNav_Active #al_SA_Suggestions .suggestion-item:hover,
	#al_Search_TopNav.al_Search_TopNav_Active #al_SA_Recents .recent-search-text:hover {
	    cursor: default;
	    text-decoration: none;
	}

}
/* END TABLET and MOBILE SETTINGS - ONFOCUS */



/* === RECOMMENDATION === */

/* Global Recommendation Settings */
.al_Recommend {
	width: auto;
	padding: 50px 60px !important;
	min-height: 450px;
	height: 100%;
}
.al_Recommend ol.slick-slider li {
	padding: 0;
	box-shadow: unset;
}
.al_Recommend .al_Recommend_Wrapper {
	max-width: 2000px;
}
@media (max-width: 991px) {
	.al_Recommend {
		padding: 0 !important;
	}
}
/* end */

/* Cart Empty */
.empty-cart-container {
	padding: 0 10px;
}
#al_CartEmpty {
	margin-top: 100px;	
}
#al_CartEmpty .al_Recommend_Wrapper {
	max-width: 1400px;
}
#al_CartEmpty .hit-card .hit-body .hit-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	min-height: 30px;
	max-height: 40;
}
@media (max-width: 991px) {
	#al_CartEmpty {
		width: 100%;
		position: unset;
		left: unset;
		margin: unset;
		margin-top: 60px;
	}
	#al_CartEmpty .container {
		padding: 0;
	}
}
/* end */

/* === END RECOMMENDATION === */





/* === SKELETON TEMPLATE === */
.skeleton {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.skeleton_line {
	width: 100%;
	height: 20px;
    background-color: #e0e0e0;
	margin: 6px 0;
	padding: 0;
    border-radius: var(--samAL_Border_Radius_Skeleton);
    animation: Skeleton_Pulse 1.5s infinite ease-in-out;
}
.skeleton_line.short {
    width: 100px;
}
.skeleton_line.long {
	width: 200px;
}
.skeleton_card {
    background-color: #fff;
    border-radius: var(--samAL_Border_Radius_Skeleton);
    padding: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}
.skeleton_image {
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #e0e0e0;
    border-radius: var(--samAL_Border_Radius_Skeleton);
    animation: Skeleton_Pulse 1.5s infinite ease-in-out;
}
.skeleton_color_swatch_wrapper {
    display: flex;
    align-items: center;
	gap: 6px;
	padding: 6px 0;
}
.skeleton_color_swatch {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e0e0e0;
    animation: Skeleton_Pulse 1.5s infinite ease-in-out;
}

/* Filter Skeleton */
.skeleton_filter .skeleton_filter_option {
    border-top: 1px solid #E3E3E3;
	padding: 12px 0;
}
/* end */

/* Hits Skeleton (Top Section) */
.skeleton_hits_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 991px) {
	.skeleton_hits_top {
		position: relative;
	}
	.skeleton_hits_top .skeleton_line {
		height: 40px;
	}
	.skeleton_hits_top .skeleton_line.pos_abs {
		display: block !important;
		position: absolute;
		top: calc(100% + 6px);
	}
}
/* end */

/* Hits Skeleton */
.skeleton_hits {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    row-gap: 10px
}
@media (max-width: 991px) {
    .skeleton_hits {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 600px) {
    .skeleton_hits {
		padding-top: 6px;
        grid-template-columns: repeat(2, 1fr);
    }
}
/* end */

/* Pagination Skeleton */
.skeleton_pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin: 30px 0;
}
.skeleton_pagination_dot {
	width: 32px;
	height: 32px;
	border-radius: var(--samAL_Border_Radius_Skeleton);
	background-color: #e0e0e0;
	animation: Skeleton_Pulse 1.5s infinite ease-in-out;
}
/* end */

/* Recommendation Skeleton */
.skeleton_recommend .skeleton_card_wrapper {
	display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    row-gap: 10px;
	position: relative;
}
.skeleton_recommend .skeleton_card_wrapper::before,
.skeleton_recommend .skeleton_card_wrapper::after {
	content: '';
	width: 25px;
	height: 25px;
	background-color: #e0e0e0;
	animation: Skeleton_Pulse 1.5s infinite ease-in-out;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.skeleton_recommend .skeleton_card_wrapper::before {
	left: -35px;
}
.skeleton_recommend .skeleton_card_wrapper::after {
	right: -35px;
}
@media (max-width: 1600px) {
    .skeleton_recommend .skeleton_card_wrapper {
	    grid-template-columns: repeat(5, 1fr);
	}
	.skeleton_recommend .skeleton_card_wrapper .skeleton_card:nth-last-child(-n+1) {
	    display: none;
	}
}
@media (max-width: 991px) {
    .skeleton_recommend .skeleton_card_wrapper {
	    grid-template-columns: repeat(3, 1fr);
	}
	.skeleton_recommend .skeleton_card_wrapper::before,
	.skeleton_recommend .skeleton_card_wrapper::after,
	.skeleton_recommend .skeleton_card_wrapper .skeleton_card:nth-last-child(-n+3) {
	    display: none;
	}
}
@media (max-width: 600px) {
    .skeleton_recommend .skeleton_card_wrapper {
	    grid-template-columns: repeat(2, 1fr);
	}
	.skeleton_recommend .skeleton_card_wrapper .skeleton_card:nth-last-child(-n+4) {
	    display: none;
	}
}
/* end */

/* Skeleton Keyframes */
@keyframes Skeleton_Pulse {
    0% {
        background-color: #e0e0e0;
    }
    50% {
        background-color: #f5f5f5;
    }
    100% {
        background-color: #e0e0e0;
    }
}
/* end */

/* === END SKELETON TEMPLATE === */


#al_CartEmpty {
	display: none; /* Temporary Disable Empty Cart Page Recommendation */
}