@font-face {
	font-family: 'eurostileregular';
	src: url('font/eurosti-webfont.eot');
	src: url('font/eurosti-webfont.eot?#iefix') format('embedded-opentype'),
		url('font/eurosti-webfont.svg#eurostileregular') format('svg'),
		url('font/eurosti-webfont.woff') format('woff'),
		url('font/eurosti-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'jellyka';
	src: url('font/jellyka_saint-andrews_queen-webfont.eot');
	src: url('font/jellyka_saint-andrews_queen-webfont.eot?#iefix') format('embedded-opentype'),
		url('font/jellyka_saint-andrews_queen-webfont.svg#eurostileregular') format('svg'),
		url('font/jellyka_saint-andrews_queen-webfont.woff') format('woff'),
		url('font/jellyka_saint-andrews_queen-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

:root {
	--Aesthetix_Blue: #1894FF;
	--Aesthetix_Orange: #D37713;
	--Gray_Text: #5C5C5C;
	--Dark_Gray_Text: #292929;

	--transition: transition: all 0.35s ease;

}

html {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-font-smoothing: subpixel-antialiased !important;
	font-smooth: always;
	-webkit-text-stroke: 3px transparent;
}

body {
	width: 100%;
	position: relative;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	background-color: black;
	font-size: 12px;
	color: #5C5C5C;
	/*lear grey*/
}

center {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.content_title {
	position: relative;
	margin: 2rem 5% 0 5%;
}

.clear {
	clear: both;
	line-height: 0;
}

.space {
	height: 15px;
}

td {
	vertical-align: top;
}

/*feature image loading*/
#focuscyclediv img {
	display: none;
}

#focuscyclediv img.first {
	display: block;
}

/*links*/
a.menu {
	font-family: 'eurostileregular';
	letter-spacing: 1px;
	font-size: 1.1em;
	color: #EFEFEF;
	text-decoration: none;
	margin: 0px 12px 0px 12px;
}

a.menu:visited {
	color: #EFEFEF;
}

a.menu:hover {
	color: #1894FF;
	/*ala BLUE LED*/
}

.menuitem {
	float: right;
}

a.submenu {
	font-family: 'eurostileregular';
	letter-spacing: 1px;
	font-size: 1.1em;
	color: #EFEFEF;
	text-decoration: none;
	margin: 0px 0px 0px 18px;
	text-align: left;
}

a.submenu:visited {
	color: #EFEFEF;
}

a.submenu:hover {
	color: #D37713;
	/*classy ORANGE*/
}

/*page titles*/
.saturn {
	font-size: 4em;
	font-family: 'jellyka';
	color: #1894FF;
	margin-right: 10px;
	line-height: 0;
}

.jupiter {
	font-size: 4em;
	font-family: 'jellyka';
	color: #D37713;
	margin-right: 10px;
	line-height: 0;
}

.product {
	font-size: 2.5em;
	font-family: 'eurostileregular';
	letter-spacing: 1px;
	color: white;
	line-height: 0;
}

p#productpagetitle.product {
	line-height: 1.4;
}

.welcome {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	font-size: 2.5em;
	font-family: 'eurostileregular';
	opacity: 0;
	letter-spacing: 1em;
	/* start very wide */
	animation: fadeInTighten 2s ease-out 1s forwards;
	color: white;
}

@keyframes fadeInTighten {
	0% {
		opacity: 0;
		letter-spacing: 1em;
		transform: translateY(10px);
	}

	100% {
		opacity: 1;
		letter-spacing: 0.1em;
		transform: translateY(0);
	}
}

/*sitemap*/
.treeleader {
	font-family: 'eurostileregular';
	letter-spacing: 1px;
	font-size: 1.2em;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 15px;
}

.treetext {
	font-family: 'eurostileregular';
	letter-spacing: 1px;
	font-size: 1.2em;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #BABABC;
	/*lear grey*/
}

.tree td {
	vertical-align: top;
}

.tree a {
	color: #BABABC;
	/*lear grey*/
}

.tree a:visited {
	color: #BABABC;
	/*lear grey*/
}

/*layout text*/
.whereareyou {
	text-align: right;
	font-size: 1em;
	font-style: italic;
	color: black;
}

.whereareyou a {
	color: #AAAAAA;
	/*50% lear grey*/
}

.whereareyou a:visited {
	color: #AAAAAA;
	/*50% lear grey*/
}

.leftborder {
	border-left: 1px solid #E2E2E2;
	/*extra light grey*/
	padding-left: 20px;
}

/*general text*/
.text {
	font-family: 'Droid Serif', serif;
	font-size: 1.0em;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 15px;
}

/*Droid Serif google font loaded in header.php */
.text ul {
	font-family: 'Droid Serif', serif;
	font-size: 1.0em;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 15px;
}

.caption {
	float: left;
	font-family: 'Droid Serif', serif;
	font-size: .9em;
	line-height: 1.0;
	margin-top: 0px;
	margin-bottom: 15px;
}

/* dup of .text with left float,line-height 1.0 */
.leader {
	font-size: 1.75em;
	margin-top: 10px;
	font-family: 'eurostileregular';
	letter-spacing: 1px;
	color: #AAAAAA;
	/*50% lear grey*/
}

a {
	color: #1894FF;
	/*ala BLUE LED*/
	;
}

a:visited {
	color: #1894FF;
	/*ala BLUE LED*/
	;
}

a:hover {
	color: #D37713;
	/*classy ORANGE*/
}

/*buttons*/
.dosomething {
	font-family: 'Droid Serif', serif;
	font-size: 1.2em;
	line-height: 1.5;
	padding: 15px;
	background-color: #1894FF;
	color: white;
}

/*image gallery*/
.newfancybox {
	margin: 10px 10px 10px 0px;
	padding: 3px;
	background-color: #dfdcdc;
	cursor: pointer;
	border: 0;
}

/*maybe delete below?*/
.gallery {
	height: 150px;
	margin: 10px 10px 10px 0px;
	padding: 3px;
	background-color: #dfdcdc;
	cursor: pointer;
	border: 0;
}

.eventgallery {
	margin: 10px 10px 10px 0px;
	padding: 3px;
	background-color: #dfdcdc;
	cursor: pointer;
	border: 0;
}

.gallerypopup {
	width: 800px;
	margin: 0px;
	padding: 10px;
	background-color: white;
	cursor: pointer;
}

.gallerycaption {
	font-size: .9em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.gallerylink {
	height: 150px;
	margin: 10px 10px 10px 0px;
	padding: 3px;
	background-color: #dfdcdc;
	cursor: pointer;
	border: none;
}

.custompopup {
	width: 1200px;
	margin: 0px;
	padding: 10px;
	background-color: white;
	cursor: pointer;
}

/*reviews*/
.award {
	margin-right: 5px;
}

.pagereview {
	margin-left: 30px;
	font-family: 'Droid Serif', serif;
	font-size: 1.0em;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 15px;
}

/* dup of .text with margin-left */



/*content tabs*/

.content_tab {
	display: none;
}

ul.product_tabs {
	display: flex;
	flex-wrap: wrap;
	max-width: 550px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-left: 0px;
	background: url("images_design/product_tabs_border.gif") repeat-x scroll left bottom transparent;
	list-style: none;
}

ul.product_tabs li {
	display: inline;
	margin: 0 4px 0 0;
	padding: 1px 1px 0;
	border: 1px solid #ddd;
	border-bottom: 0;
	-webkit-border-top-left-radius: 1px;
	-moz-border-radius-topleft: 1px;
	border-top-left-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	-moz-border-radius-topright: 1px;
	border-top-right-radius: 1px;
}

ul.product_tabs a {
	font-family: 'Droid Serif', serif;
	font-size: 1.0em;
	display: block;
	margin-bottom: 1px;
	padding: 0 10px;
	padding: 2px 10px 2px;
	background: #F5F5F5;
	color: #666;
	white-space: nowrap;
	text-decoration: none;
}

/* New CSS Beginning July 2025 */

/* Home Page */
.home_column {
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: clamp(0, 2vw, 2rem);
	padding-top: 2rem;
}

.home_column p {
	text-align: left;
	line-height: 1.6em;
	width: clamp(200px, 50vw, 560px);
}

.home_page_text {
	font-family: 'Droid Serif', serif;
	font-size: 1.3em;
	line-height: 1.25;
}

.emphasis {
	font-family: 'Droid Serif', serif;
	letter-spacing: 1px;
	font-size: 2em;
	color: #4b4545;
}

.emphasis_medium {
	font-family: 'Droid Serif', serif;
	letter-spacing: 1px;
	font-size: 1.65em;
	color: #4b4545;
}

.emphasis_small {
	font-family: 'Droid Serif', serif;
	letter-spacing: 1px;
	font-size: 1.35em;
	color: #4b4545;
}

.emphasis_nano {
	font-weight: bold;
	color: #4b4545;
}

.image_caption {
	font-family: 'Droid Serif', serif;
	font-size: 1.0em;
	line-height: 1.2;
	margin-top: 10px;
	color: #5C5C5C;
	text-align: center !important;
}

.home_feature_image {
	width: clamp(200px, 50vw, 720px);
	height: clamp(165px, 27.5vw, 400px);
	margin: 0;
	background-image: url('images_content/Aesthetix_Pallene_PoTY.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.home_secondary_image {
	width: clamp(200px, 50vw, 720px);
	height: clamp(165px, 27.5vw, 400px);
	margin: 2rem 0 0 0;
	border-radius: 8px;
	background-image: url('images_content/Aesthetix_Romulus_Golden_Ear.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.home_quote {
	font-family: 'Droid Serif', serif;
	font-style: italic;
	font-size: 1.2em;
	margin-top: 20px;
	color: #424242;
	width: clamp(200px, 50%, 550px);
}

.home_quote_attribute {
	font-family: 'Droid Serif', serif;
	font-size: 1.1em;
	margin: 0;
	padding-left: 2rem;
	text-align: left;
	color: #5C5C5C;
}

.newsletter {
	margin: 5rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: clamp(200px, 50vw, 500px);
	height: 300px;
	border-radius: 8px;
	border: #1894FF95 2px solid;
}

.newsletter h2 {
	text-align: center;
}

.followus {
	width: 900px;
	height: 120px;
	max-width: 95%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 7vh 0 5vh 0;
	padding-bottom: 4rem;
	padding-top: 2rem;
	border-top: #1894FF95 2px solid;
	border-bottom: #1894FF95 2px solid;
}

.followus h2 {
	letter-spacing: 3px !important;
	margin-bottom: 1rem;
}

.social_media_icons a {
	margin: 3rem;

}

.social_media_icons img {
	width: 50px;
	height: 50px;
	transition: transform 0.35s ease;
}

.social_media_icons img:hover {
	transform: scale(1.1);
	transition: transform 0.35s ease;
}

.explore {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 1rem 0;
}

.find {
	width: clamp(200px, 50vw, 700px);
	margin: 2rem 0 0 0;
	padding: 1rem;
	border-radius: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center !important;
	background-color: #1894FF;
}

.find h2 {
	font-family: 'eurostileregular';
	letter-spacing: 1px;
	/* font-size: clamp(1rem, 1.5vw + 0.75rem, 2rem) !important; */
	font-size: 1.5em;
	color: white !important;
}

.explore h3 {
	font-family: 'jellyka';
	letter-spacing: 1px;
	font-size: 3.5em;
	margin-bottom: 1rem;
	color: #1894FF;
}

.product_grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}

.product_thumb {
	position: relative;
	display: block;
	width: 300px;
	height: 300px;
	border-radius: 0;
	overflow: hidden;
	transition: all 0.35s ease;
	opacity: .9;
}

.product_thumb:hover {
	transform: scale(1.03);
	border-radius: 10px;
	opacity: 1;
	transition: all 0.35s ease;
}

.product_thumb_image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product_thumb h3 {
	position: absolute;
	width: max-content;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	font-family: 'eurostileregular';
	letter-spacing: 1px;
	line-height: 0;
	font-size: 1.6em;
	z-index: 10;
	color: white;
}

.product_grid a {
	text-decoration: none;
}

.home_column h2 {
	font-family: 'eurostileregular';
	letter-spacing: 1px;
	font-size: 2.5em;
	margin-bottom: 1rem;
	color: #1894FF;
}

/*sidebar*/
.sidebarheader {
	font-size: 1.5em;
	line-height: .9em;
	margin-top: 15px;
	margin-bottom: 5px;
	padding: 0px;
	font-family: 'eurostileregular';
	letter-spacing: 1px;
	color: #1894FF;
	/*ala BLUE LED*/
}

.sidebar h2 {
	font-family: "Droid Serif", serif;
	font-size: 3em;
	font-weight: 300;
	line-height: 0;
	color: #4b4545;
}

.sidebar h3 {
	font-family: "Droid Serif", serif;
	font-size: 1.5em;
	font-weight: 300;
	text-align: center;
	line-height: normal;
	color: #4b4545;
	padding-bottom: 5px;
	border-bottom: #1894FF95 2px solid;
}

.sidebarimg {
	margin: 10px 0;
	width: 220px;
}

.sidebar_icon {
	width: 150px;
	margin: 10px;
}

.sidebar_content {
	font-family: 'Droid Serif', serif;
	font-size: 1.0em;
	line-height: 1.5;
	margin-top: 0px;
	margin-bottom: 15px;
}

.sidebar_news {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 250px;
	margin: 1rem auto;
}

.sidebar_news h3 {
	font-family: "Droid Serif", serif;
	font-size: 1.5em;
	color: #000000;
}

.sidebar_text {
	font-family: 'Droid Serif', serif;
	font-size: 1.05em;
	line-height: 1.5;
	margin: 5px auto;
}

.sidebar_credit {
	font-family: 'Droid Serif', serif;
	font-size: 1.05em;
	line-height: 1.5;
	margin: 5px auto;
	width: 100%;
	text-align: left;
	padding-left: 15px;
	color: #292929;
}

.sidebar_link {
	font-family: 'Droid Serif', serif;
	font-size: 1.35em;
	line-height: 1.5;
	margin: 5px auto;
	text-decoration: none;
	transition: color ease 350ms;
}

.sidebar_link :hover {
	color: var(--Aesthetix_Orange);
	transition: color ease 350ms;
}

.sidebar_divider {
	width: 100%;
	height: 10px;
	background-image: url(images_design/logodivide1.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 1rem auto;
}

.sidebarimg {
	cursor: pointer;
	transition: transform 0.35s ease;
}

.sidebarimg:hover {
	transform: scale(1.05);
	transition: transform 0.35s ease;
}

.side_nav {
	width: 140px;
	height: 100vh;
	position: fixed;
	top: 0;
	right: calc(50vw - 720px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 0 8px 8px 0;
	z-index: 1000;
}

@media (min-width:1300px) and (max-width:1450px) {
	.side_nav {
		width: 180px;
	}
}

@media (max-width:1300px) {
	.side_nav {
		display: none;
	}
}

.side_nav {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.4s ease;
	pointer-events: none;
}

.side_nav.visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.side_nav_items {
	rotate: 90deg;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.side_nav_items a {
	font-family: 'eurostileregular';
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: clamp(0.8rem, 1.1vw, 1.4rem);
	color: #555555;
	text-decoration: none;
	border: #555 2px solid;
	border-radius: 10px;
	padding: 8px 14px;
	margin: 0px 1vh 0px 1vh;
	opacity: 0;
	transform: translateX(-10px) scale(0.96);
	transition: all 0.4s ease;
}

.side_nav_items a.show {
	opacity: 1;
	transform: translateX(0) scale(1);
}

.side_nav_items a:hover {
	color: #f2f2f2;
	border: #000000 2px solid;
	transition: all 0.4s ease;
}

.side_nav_items a.active {
	color: #5c5c5c;
	border: #000000 2px solid;
}


/* Review Page */

.reviews {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 5% 3rem 5%;
}

.review_quotes {
	column-gap: 1.5rem;
	column-count: 3;
}

@media (max-width: 1000px) {
	.review_quotes {
		column-count: 2;
	}
}

@media (max-width: 650px) {
	.review_quotes {
		column-count: 1;
	}
}

.review_text {
	font-family: 'Droid Serif', serif;
	font-size: 1.1rem;
	line-height: 1.35;
	padding: 1.5rem;
	margin: 0;
	break-inside: avoid;
	margin-bottom: 1.5rem;
	border-radius: 8px;
	border: #1894FF95 2px solid;
	height: auto;
	width: 100%;
	box-sizing: border-box;
	transition: all 0.5s ease;
}

.review_text img {
	width: 180px;
	margin: 0 50%;
	margin-bottom: 1rem;
	transform: translateX(-50%);
}

.review_text:hover {
	border: #1894FF 2px solid;
	border-radius: 10px;
	box-shadow: 8px 8px 0px #1894ff;
	transition: all 0.5s ease;
}

.review_text:hover h3 {
	color: #5c5c5c;
	transition: color 0.5s ease;
}

.review_text:hover i {
	color: #000000;
	transition: color 0.5s ease;
}

.review_quote_2 {
	margin-top: 1.5rem;
	color: #5c5c5c;
	font-size: 1.1rem;
	font-style: italic;
	transition: color 0.5s ease;
}

.review_text>ul {
	padding-left: 10px;
}

.review_text>ul>li::marker {
	content: ""
}

.review_text>ul>li>i {
	font-size: .8rem !important;

}

.review_quote_2::before {
	font-size: 1.6rem;
	line-height: 0;
	margin-right: 3px;
	content: "\201C";
}

.review_quote_2::after {
	font-size: 1.6rem;
	line-height: 0;
	margin-left: 3px;
	content: "\201D";
}

.review_quote_2:hover {
	color: #000000;
	transition: color 0.5s ease;
}

.review_text h3 {
	font-family: 'eurostileregular';
	line-height: 0;
	letter-spacing: 1px;
	font-size: 2rem;
	margin: .75rem 0 0 0;
	color: #000000;
	transition: color 0.5s ease;
}

.review_text h4 {
	font-family: 'eurostileregular';
	letter-spacing: 1px;
	font-size: 1.1rem;
	line-height: 0.25;

	margin-bottom: 1.5rem;
	color: #1894FF;
	transition: color 0.5s ease;
}

.review_text h4::before {
	content: "\2014";
	margin-right: 3px;
	color: #1894FF;
}

.review_text h4::after {
	content: "\2014";
	margin-left: 3px;
	color: #1894FF;
}

.review_quote_attribute {
	font-family: 'Droid Serif', serif;
	font-size: .9rem;
	line-height: 1.5;
	margin: 0 0 0 1rem;
	color: #5C5C5C;
}

.review_quote_attribute::before {
	content: "\2013";
	margin-right: 3px;
	color: #5C5C5C;
}

.review_text a {
	text-decoration: none;
	margin-left: 1rem;
	font-size: 1rem;
	padding-left: 1ch;
}

.award_logos {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
}

.awardcolumn {
	width: 200px;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4rem;
	margin: 2rem 1rem;
}


/* Lightbox container */
#lightbox {
	position: fixed;
	inset: 0;
	display: flex;
	/* stays in DOM for transition */
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.9);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.4s ease;
	z-index: 9999;
}

/* Open state */
#lightbox.open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/* Image animation */
#lightbox .lb-img {
	max-width: 90vw;
	max-height: 90vh;
	border-radius: 10px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7);
	transform: translateY(10px) scale(0.98);
	opacity: 0;
	transition: transform 250ms ease, opacity 250ms ease;
}

#lightbox.open .lb-img {
	transform: translateY(0) scale(1);
	opacity: 1;
}

/* Close button */
#lightbox .lb-close {
	position: absolute;
	top: 18px;
	right: 22px;
	font: 600 20px/1 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	color: #fff;
	opacity: 0.85;
	cursor: pointer;
	user-select: none;
}

#lightbox .lb-close:hover {
	opacity: 1;
}

/* Spinner while large image loads */
#lightbox .lb-spinner {
	width: 40px;
	height: 40px;
	border: 3px solid rgba(255, 255, 255, 0.25);
	border-top-color: #fff;
	border-radius: 50%;
	animation: lb-spin 0.8s linear infinite;
}

@keyframes lb-spin {
	to {
		transform: rotate(360deg);
	}
}

/* Prevent background scroll when open (toggle on <body>) */
body.lb-lock {
	overflow: hidden;
}


/* Product Pages */

.product_page_header {
	color: #1894FF95;
	margin-bottom: .5rem;
	font-size: 2em;
	margin-top: 10px;
	font-family: 'eurostileregular';
	letter-spacing: 1px;
	font-weight: bold;
}

.product_paragraph_header {
	font-family: 'eurostileregular';
	font-size: 1.25rem;
	color: #424242;
	margin-bottom: .35rem;
}

.product_paragraph_divider {
	width: 60%;
	border: 3px solid;
	border-image-slice: 1;
	border-image-source: linear-gradient(to right, #1894FF95, #fff);
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.product_page_text {
	font-family: 'Droid Serif', serif;
	font-size: 1.3em;
	line-height: 1.25;
	margin: .35rem 2.5rem 2rem 0;
}

.product_page_image {
	width: 100%;
	height: 250px;
	margin: 3rem 0;
	background-image: url('images_content/ABCD-2_Aesthetix_Cartridge_Demagnetizer.webp');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.product_page_image_size {
	height: 250px;
}

.product_reviews {
	padding-right: 20%;
}

.product_reviews_award_logo {
	background-image: url('images_reviews/TAS-Editors-Choice.webp');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	width: 100%;
	height: 100px;
	margin: 2rem auto;
}

.product_reviews_award_logo_stereophile {
	background-image: url('images_reviews/stereophile-recommended-components-2025.webp');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	width: 100%;
	height: 250px;
	margin: 2rem auto;
}

.review_quote {
	font-family: 'Droid Serif', serif;
	font-size: 1.6em;
	margin-top: 20px;
	margin-bottom: 15px;
}

.quote_attribute {
	font-family: 'Droid Serif', serif;
	font-size: 1.15em;
	line-height: 1.5;
	margin: 0 0 2rem 2rem;
	color: #5C5C5C;
}

@media screen and (max-width: 1100px) {


	.product_grid {
		width: clamp(220px, 90%, 600px);
	}

	.product_thumb {
		width: 200px;
		height: 200px;
	}

	.product_thumb h3 {
		font-family: 'eurostileregular';
		letter-spacing: 1px;
		font-size: 1.4em;
		margin-top: 1rem;
		color: white;
	}

	.product_grid a {
		text-decoration: none;
	}

	.sidebar {
		padding: 0;
		padding-left: 0.35rem;
	}

	.leftborder {
		padding-left: 0;
	}

	.content {
		padding: 0;
	}
}