.atn_v1__title_70,
main.promotions .main-section h1 {
	font-size: 4.375rem;
	font-weight: 500;
	line-height: 5.13rem;
}
.atn_v1__main_56 {
	font-size: 3.5rem;
	font-weight: 100;
	line-height: 3.5rem;
}
.atn_v1__title_56,
.main-section h1,
.main-section h2 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 3.5rem;
}
.atn_v1__title_36,
.product-section__title {
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 2.64rem;
}
.product-section__head {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.product-section__title {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 20px;
	width: 100%;
}
.product-section__title::before,
.product-section__title::after {
	content: '';
	flex: 1;
	height: 2px;
	background: linear-gradient(90deg, #fff 0%, #ef4030 48.08%, #fff 100%);
}
.atn_v1__title_30 {
	font-size: 1.875rem;
	font-weight: 500;
	line-height: 2.2rem;
}
.atn_v1__title_22 {
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1.6rem;
}
.atn_v1__txt_17,
.main-section__description .container .row p {
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.25rem;
}
.atn_v1__title_16,
.product-section__products .product-buttons__row .lens,
.product-section__products .product-text__title {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.17rem;
}
.atn_v1__menu_16 {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.17rem;
}
.atn_v1__button_16 {
	font-size: 1rem;
	font-weight: 500;
	line-height: initial;
}
.atn_v1__title_14 {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1rem;
}
.atn_v1__txt_14,
.product-section__description,
.product-section__products .product-buttons__row a {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
}
.atn_v1__txt_12,
.product-section__products .product-text__subtitle {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 0.875rem;
}
.atn_v1__txt_14_list {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.375rem;
}
.atn_v1__title_18 {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.32rem;
}
.atn_v1__title_30s {
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 2.1875rem;
}
.atn_v1__txt_14_list_s {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.125rem;
}
.atn_v1__title_28 {
	font-size: 1.75rem;
	font-weight: 100;
	line-height: 2rem;
}
html {
	scroll-behavior: smooth;
}
body {
	background-color: #fff;
	color: #2c2c2c;
}
section {
	border-top: 0;
}
.main-section {
	margin-top: 5rem;
}
.main-section h1,
.main-section h2 {
	text-align: center;
	text-transform: uppercase;
}
.main-section__description {
	background-image: url(/images/refurbished/ref_bg_01.webp);
	background-size: contain;
	background-repeat: repeat;
	padding: 2.5rem 0;
}
.main-section__description .container .row {
	border-radius: 40px;
	background-color: rgba(36, 36, 36, 0.9);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	padding: 2.5rem;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.main-section__description .container .row img {
	width: auto;
	max-width: 160px;
}
.main-section__description .container .row p {
	color: #fff;
	width: 80%;
}
.product-section {
	width: 100%;
	margin: 2.5rem 0;
}
.product-section a:has(> h1),
.product-section a:has(> h2) {
	text-decoration: none;
	color: #2c2c2c;
	transition: color 0.2s ease;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
}
.product-section a:has(> h1) h2,
.product-section a:has(> h2) h2 {
	margin-top: 0.67em;
}
.product-section a:has(> h1):hover,
.product-section a:has(> h2):hover {
	color: #ef4030;
}
.product-section__title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
}
.product-section__description {
	margin-bottom: 1.25rem;
}
.product-section__products {
	border-radius: 10px;
	/* background-color: #e5e5e5; */
	padding: 1.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.25rem;
	flex-wrap: wrap;
}
.product-section__products .product {
	max-width: 450px;
	width: 100%;
	padding: 1.25rem 0.625rem;
	border-radius: 10px;
	background-color: #f2f2f2;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	align-items: center;
	align-self: stretch;
	gap: 0.625rem;
	border: 1px solid #ef4030;
}
.add-to-cart {
	background-color: #ef4030 !important;
}
.add-to-cart:hover {
	background-color: #d2382a !important;
}

.product-section__products .product-text {
	text-align: center;
	padding-bottom: 0.625rem;
	margin-bottom: 0.625rem;
	border-bottom: 1px solid transparent;
	-o-border-image: linear-gradient(
		to right,
		rgba(196, 196, 196, 0) 4.2%,
		#7d7d7d 52.33%,
		rgba(196, 196, 196, 0) 100.46%
	);
	border-image: linear-gradient(
		to right,
		rgba(196, 196, 196, 0) 4.2%,
		#7d7d7d 52.33%,
		rgba(196, 196, 196, 0) 100.46%
	);
	border-image-slice: 1;
	border-image-source: linear-gradient(
		90deg,
		rgba(217, 217, 217, 0) 0,
		#d9d9d9 47.4%,
		rgba(217, 217, 217, 0) 100%
	);
}
.product-section__products .product-text__title {
	text-transform: uppercase;
	margin-bottom: 0.625rem;
}
.product-section__products .product-text__subtitle {
	color: #818181;
}
.product-section__products .product-image {
	max-width: 100%;
}
.product-section__products .product-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	flex-direction: column;
	width: 100%;
}
.product-section__products .product-buttons__row {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	width: 100%;
}
.product-section__products .product-buttons__row .lens {
	width: 100px;
	text-align: right;
}
.product-section__products .product-buttons__row a {
	border-radius: 2px;
	width: 100px;
	padding: 0.625rem 0;
}
.product-section__products .product-buttons__row .discount {
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
}
.product-section__products .product-buttons__row .discount__old-price {
	color: #9f9f9f;
}
.discount__old-price-small {
	margin-left: 12px;
}
.discount__old-price span {
	color: #ef4030 !important;
}
.product-section__products .product-buttons__row .discount__amount {
	color: #ef4030;
}
main.promotions .main-section {
	margin: 0;
	margin-right: auto;
	margin-left: auto;
}
main.promotions .main-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
main.promotions .main-section h1 {
	color: #fff;
	margin: 0;
	margin-left: 20%;
	padding: 2.5rem 0;
}
main.promotions .product-section__products {
	margin-bottom: 2.5rem;
}
@media (max-width: 1800px) {
	.discount__old-price-small {
		margin-left: 0;
	}
}
@media (max-width: 599px) {
	.atn_v1__title_70,
	main.promotions .main-section h1 {
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1.76rem;
	}
	.atn_v1__main_56 {
		font-size: 1.875rem;
		font-weight: 100;
		line-height: 1.875rem;
	}
	.atn_v1__title_56,
	.main-section h1,
	.main-section h2 {
		font-size: 1.875rem;
		font-weight: 100;
		line-height: 1.875rem;
	}
	.atn_v1__title_56,
	.main-section h1,
	.main-section h2 {
		font-size: 1.875rem;
		font-weight: 300;
		line-height: 1.875rem;
	}
	.atn_v1__title_36,
	.product-section__title {
		font-size: 1.625rem;
		font-weight: 500;
		line-height: 1.9rem;
	}
	.atn_v1__title_30 {
		font-size: 1.375rem;
		font-weight: 500;
		line-height: 1.611rem;
	}
	.atn_v1__title_22 {
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.172rem;
	}
	.atn_v1__txt_17_mob {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.125rem;
	}
	.atn_v1__title_16,
	.product-section__products .product-buttons__row .lens,
	.product-section__products .product-text__title {
		font-size: 0.75rem;
		font-weight: 500;
		line-height: 0.88rem;
	}
	.atn_v1__button_16 {
		font-size: 0.75rem;
		font-weight: 500;
		line-height: initial;
	}
	.atn_v1__txt_14,
	.product-section__description,
	.product-section__products .product-buttons__row a {
		font-size: 0.8125rem;
		font-weight: 400;
		line-height: 0.875rem;
	}
	.atn_v1__txt_12,
	.product-section__products .product-text__subtitle {
		font-size: 0.5625rem;
		font-weight: 400;
		line-height: 0.625rem;
	}
	.atn_v1__txt_14_list {
		font-size: 0.875rem;
		font-weight: 400;
		line-height: 2.5rem;
	}
	.atn_v1__title_30s {
		font-size: 1.625rem;
		font-weight: 400;
		line-height: 1.9rem;
	}
	.atn_v1__txt_14_list_s {
		font-size: 0.6875rem;
		font-weight: 400;
		line-height: 1.125rem;
	}
	.atn_v1__txt_14a_mob {
		font-size: 0.75rem;
		font-weight: 400;
		line-height: 0.94rem;
	}
	.atn_v1__txt_14_mob {
		font-size: 0.6875rem;
		font-weight: 400;
		line-height: 0.8125rem;
	}
	.atn_v1__title_28 {
		font-size: 1.375rem;
		font-weight: 100;
		line-height: 1.375rem;
	}
	.atn_v1__title_16_mob {
		font-size: 0.875rem;
		font-weight: 500;
		line-height: 1rem;
	}
}
@media (width < 600px) {
	.container {
		width: calc(100% - 1.25rem);
	}
	.main-section__description {
		padding: 1.875rem 0;
	}
	.main-section__description .container .row {
		max-width: 100%;
		padding: 1.25rem;
		flex-direction: column;
	}
	.main-section__description .container .row p {
		width: 100%;
	}
	.main-section__description .container {
		width: calc(100% - 2.5rem);
	}
	.product-section__products {
		gap: 0.625rem;
		padding: 0.625rem;
	}
	.product-section__products .product-text__title {
		margin-bottom: 0;
	}
	.product-section__products .product-buttons__row .lens {
		width: 60px;
	}
	.product-section__products .product {
		width: 100%;
	}
	main.promotions .product-section__products {
		margin-bottom: 1.25rem;
	}
}
@media (600px <= width < 1200px) {
	.product-section__products .product {
		width: calc(50% - 1.875rem);
	}
}
@media (width < 700px) {
	main.promotions .main-section {
		justify-content: center;
		background-position: 0;
	}
	main.promotions .main-section h1 {
		padding: 80px 0;
		margin-left: 0;
	}
}
@media (700px <= width < 900px) {
	main.promotions .main-section h1 {
		margin-left: 3%;
	}
}
