<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* override public_revised */
.mh--page-container {
	max-width: 1800px;
}

/* search page */
.page-search {
	font-family: 'Roboto', sans-serif;
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 20px;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden; /* Prevent page-level horizontal scroll */
}

@media (min-width: 1200px) {
	.page-search.page-search-side {
		grid-template-columns: 1fr 360px;
	}
}

.page-search .page-search-title h1 {
	font-weight: 900;
	line-height: 1.4;
	font-family: 'Montserrat', sans-serif;
	color: #959595;
	font-size: 18px;
	margin:0;
	padding-top: 5px;
	padding-bottom: 10px;
}

.page-search .page-search-title {
	border-bottom: 1px solid #eee;
	margin:15px 0 10px;
}

.page-search .search-empty {
	font-family: 'Roboto', sans-serif;
}

.page-search ul {
	font-size:14px;
}

.page-search .search-highlight {
	background: rgba(255, 255, 85, 0.4);
	padding: 3px 7px;
	border-radius: 3px;
	margin: 0 3px;
	font-weight:bold;
	text-transform: none;
	color: #424242;
}

/* SKU results ordering */

.products-container .product-single {
	order:50;
}

.products-container .product-single[data-tag='BestSellers'] {
	order:1;
}

.products-container .product-single[data-product-status='out-of-stock']:not(.product-single[data-tag='BestSellers']):not(.product-single[data-tag='StaffPicks']) {
	-webkit-box-ordinal-group: 100;
	-moz-box-ordinal-group: 100;
	-ms-flex-order: 100;
	-webkit-order: 100;
	order:100;
}

.products-container .product-single[data-product-status='retired'] {
	-webkit-box-ordinal-group: 500;
	-moz-box-ordinal-group: 500;
	-ms-flex-order: 500;
	-webkit-order: 500;
	order:500;
}

/* box css */

.page-search .box {
	border-radius: 5px;
	width: 100%;
	color: #2C3D4F;
	font-size: 13px;
	border: 1px solid #e2e9e9;
	padding: 0;
	margin: 20px 0 0;

	display: block;
	background-color: #F7F9F9;
	width:100%;
}

.page-search .box--body {
	padding:20px;
}

.page-search .box--title {  /* maybe do things here */
	padding: 8px 20px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
}

.page-search .box--title h4 {
	margin:3px 0;
}

.page-search .box--content a.widget-article {
	display: grid;
	grid-template-columns: 50px 1fr;
	grid-column-gap: 20px;
	margin-top:20px;
	text-decoration:none;
}

.page-search .box--content a.widget-article:hover .title {
	text-decoration:underline;
	color: #2980B9;
}

.page-search .box--content .article-single .desc {
	font-size: 13px;
	text-wrap: pretty;
	color: #828282;
	line-height: 1.42857143;
	display: block;
	width: 100%;
}

.page-search .box--content .article-single .title {
	text-wrap:balance;
	font-size: 14px;
	max-width: 100%;
	font-family: 'Montserrat', sans-serif;
	margin: 0 0 4px 0;
	color: #333;
	letter-spacing: -0.03px;
	line-height: 1.3;
	font-weight: bold;
}

.page-search .box--content .widget-image img {
	width: 50px;
	height: 50px;
	max-width:100%;
	border-radius:5px;
	aspect-ratio: 1 / 1;
}

.page-search .product-group-explore {
	max-width:800px;
}

/* Product and Collection Widgets - Search Page Specific */
.page-search .products-container {
	margin-bottom: 20px;
}

.page-search .products-container .product-single-container,
.page-search .products-container .collection-single-container {
	height: 100%;
	border-radius: 10px;
	padding: 15px 20px;
}

.page-search .products-container .product-single .product-image,
.page-search .products-container .collection-single .collection-image {
	mix-blend-mode: multiply;
}

/* Product Widgets - Search Page */
.page-search .products-container .product-single-container {
	background-color: #f4f5f5;
}

.page-search .products-container .product-single .product-pricerange {
	display: block;
}

.page-search .products-container .product-single .product-pricerange,
.page-search .products-container .product-single .product-price .bulk,
.page-search .products-container .product-single .product-price strike {
	color: #6b7280;
	font-size: 15px;
}

.page-search .products-container .product-single .product-title {
	color: #2b2b2b;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: initial;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.page-search .products-container .product-single .product-price,
.page-search .products-container .product-single .product-min-price {
	color: #2b2b2b;
	font-size: 22px;
}

.page-search .products-container .product-single .product-cta .product-customize,
.page-search .products-container .product-single .product-cta .product-addtocart {
	color: #275793;
}

.page-search .products-container .product-single .product-cta .product-outofstock {
	color: #6A1006;
}

.page-search .products-container .product-single .product-cta .product-futurestock {
	color: #035D28;
}

.page-search .products-container .product-widget-discount,
.page-search .products-container .product-widget-clearance,
.page-search .products-container .product-widget-deal,
.page-search .products-container .product-single-overlay-tag:before {
	top: -16px;
	left: -6px;
}

.page-search .products-container .product-single-overlay-tag-bestseller:before {
	background: #0E1E2B;
}

.page-search .products-container .product-single-overlay-tag-new:before {
	background: #0887DB;
}

.page-search .products-container .product-widget-clearance,
.page-search .products-container .product-single-overlay-tag-clearance:before {
	background: #E8230D;
}

.page-search .products-container .product-widget-discount,
.page-search .products-container .product-single-overlay-tag-sale:before {
	background: #06CC58;
}

.page-search .products-container .product-single-overlay-tag-staff-picks:before {
	background: #f65701;
}

.page-search .products-container .product-single-overlay-tag-refurbished:before {
	background: #f65701;
}

/* Collection Widgets - Search Page */
.page-search .products-container .collection-single-container {
	background-color: #f1f5f9;
}

.page-search .products-container .collection-single-container .collection-meta {
	padding-bottom: 20px;
}

.page-search .products-container .collection-single-container .collection-meta:after {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	line-height: 1.3;
	text-align: center;
	position: absolute;
	display: block;
	padding: 4px 17px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	opacity: 0.9;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	content: 'Collection';
	color: #6b7280;
	background: #e2e8f0;
}

.page-search .products-container .collection-single .collection-single-container .collection-title {
	color: #275793;
}

.page-search .products-container .collection-single .collection-price {
	color: #2b2b2b;
}

.page-search .products-container .collection-single .collection-desc {
	color: #6b7280;
}

/* Search Results - Collections Section */
.page-search .search-collections-container-carousel {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden; /* Prevent vertical scrollbar */
	gap: 10px;
	margin: 0 0 20px 0; /* Increased bottom margin for scrollbar space */
	padding: 0 10px 0 0; /* Removed bottom padding to fix fade alignment */
	width: 100%;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: #cbd5e0 #f7fafc;
	cursor: grab;
}

.page-search .search-collections-container-carousel:active {
	cursor: grabbing;
}

/* Fade overlays */
.page-search .search-collections-container-carousel::before,
.page-search .search-collections-container-carousel::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0; /* Full height coverage */
	width: 30px;
	pointer-events: none;
	z-index: 10;
	opacity: 0;
	transition: opacity 0.3s ease;
}

/* Left fade */
.page-search .search-collections-container-carousel::before {
	left: 0;
	background: linear-gradient(to right, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
}

/* Right fade */
.page-search .search-collections-container-carousel::after {
	right: 0;
	background: linear-gradient(to left, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
}

/* Show fades when scrollable */
.page-search .search-collections-container-carousel.show-left-fade::before {
	opacity: 1;
}

.page-search .search-collections-container-carousel.show-right-fade::after {
	opacity: 1;
}

.page-search .page-search-results { 
	display: grid;
	width: 100%;
	overflow: hidden; /* Prevent horizontal scroll on parent */
}

.page-search .search-collections-container-carousel:empty {
	display: none;
}

.page-search .search-collections-container-carousel::-webkit-scrollbar {
	height: 6px;
}

.page-search .search-collections-container-carousel::-webkit-scrollbar-track {
	background: #f7fafc;
	border-radius: 3px;
}

.page-search .search-collections-container-carousel::-webkit-scrollbar-thumb {
	background: #cbd5e0;
	border-radius: 3px;
}

.page-search .search-collections-container-carousel::-webkit-scrollbar-thumb:hover {
	background: #a0aec0;
}

.page-search .search-collections-container-carousel .collection-single {
	flex-shrink: 0;
	flex-grow: 0;
	width: 340px; /* Fixed width for consistent layout */
	min-width: 320px;
	max-width: 360px;
}

.page-search .search-collections-container-carousel .collection-single-container {
	display: flex;
	align-items: center;
	padding: 15px;
	width: 100%;
	height: 90px;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	background: white;
	box-sizing: border-box;
}

.page-search .search-collections-container-carousel .collection-single .collection-meta {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	padding-bottom: 0;
}

.page-search .search-collections-container-carousel .collection-single .collection-image {
	flex-shrink: 0;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 6px;
}

.page-search .search-collections-container-carousel .collection-single .collection-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-search .search-collections-container-carousel .collection-single .collection-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 3px;
	height: 60px;
	justify-content: center;
	overflow: hidden;
	min-width: 0;
}

.page-search .search-collections-container-carousel .collection-single .collection-title {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 2px 0;
	line-height: 1.2;
	color: #1f2937;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	width: 100%;
}

.page-search .search-collections-container-carousel .collection-single .collection-price {
	font-size: 13px;
	margin: 0;
	color: #059669;
	font-weight: 500;
}

.page-search .search-collections-container-carousel .collection-single .collection-desc {
	font-size: 12px;
	margin: 0;
	color: #6b7280;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

/* Hide the CTA button for search collections */
.page-search .search-collections-container-carousel .collection-single .collection-cta {
	display: none;
}

/* Star Ratings for Product Widgets - Search Page */
.page-search .product-rating {
	display: flex;
	margin-bottom: 10px;
	position: relative;
	left: -5px;
}

/* Brand for Product Widgets - Search Page */
.page-search .product-brand {
	display: block;
	color: #555;
	font-size: 13px;
	font-weight: 700;
}</pre></body></html>