.peptide-catalog,
.peptide-single-product {
	background: #000;
	color: #fff;
	padding: 48px 20px 72px;
}

.peptide-catalog__inner,
.peptide-single-product__inner {
	max-width: 1280px;
	margin: 0 auto;
}

.peptide-catalog__page-header {
	margin-bottom: 40px;
}

.peptide-catalog__back-link {
	color: #9dff00;
	font-weight: 600;
	text-decoration: none;
}

.peptide-catalog__back-link:hover,
.peptide-catalog__back-link:focus-visible {
	color: #b4ff33;
}

.peptide-catalog-search {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 20px;
	max-width: 560px;
}

.peptide-catalog-search__input {
	flex: 1 1 220px;
	min-height: 48px;
	padding: 0 16px;
	border: 1px solid #333;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 0.9375rem;
}

.peptide-catalog-search__input::placeholder {
	color: #888;
}

.peptide-catalog-search__input:focus {
	outline: 2px solid #9dff00;
	outline-offset: 2px;
	border-color: #9dff00;
}

.peptide-catalog-search__button {
	min-height: 48px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	background: #9dff00;
	color: #111;
	font-size: 0.9375rem;
	font-weight: 700;
	cursor: pointer;
}

.peptide-catalog-search__button:hover,
.peptide-catalog-search__button:focus-visible {
	background: #b4ff33;
	color: #111;
}

.peptide-catalog__page-title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 700;
	line-height: 1.15;
}

.peptide-catalog__empty {
	margin: 0;
	color: #b3b3b3;
	font-size: 1rem;
}

.peptide-catalog__section+.peptide-catalog__section {
	margin-top: 56px;
}

.peptide-catalog__section-header {
	margin-bottom: 28px;
}

.peptide-catalog__section-title,
.peptide-single-product__title {
	margin: 0 0 8px;
	font-size: 32px !important;
	font-weight: 700;
	line-height: 1.2;
}

.peptide-catalog__section-subtitle,
.peptide-single-product__short-desc {
	margin: 0;
	color: #b3b3b3;
	font-size: 1rem;
	line-height: 1.6;
}

.peptide-catalog__grid {
	display: grid;
	grid-template-columns: repeat(var(--peptide-grid-columns, 4), minmax(0, 1fr));
	gap: 24px;
}

.peptide-product-card {
	display: flex;
	flex-direction: column;
	border-radius: 12px;
	overflow: hidden;
	background: #111;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.peptide-product-card__media {
	position: relative;
	background: #fff;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.peptide-product-card__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	z-index: 2;
	background: #c0392b;
	color: #fff;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1;
	padding: 5px 8px;
	border-radius: 4px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.peptide-product-card__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

.peptide-product-card__image--placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #ececec;
}

.peptide-product-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 12px;
	padding: 20px;
}

.peptide-product-card__title {
	margin: 0;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.3;
}

.peptide-product-card__desc {
	margin: 0;
	color: #b8b8b8;
	font-size: 0.875rem;
	line-height: 1.55;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.peptide-product-card__specs {
	margin: 0;
	color: #8f8f8f;
	font-size: 0.8125rem;
}

.peptide-product-card__pricing {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 10px;
}

.peptide-product-card__price-sale {
	color: #9dff00;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
}

.peptide-product-card__price-regular {
	color: #777;
	font-size: 0.9375rem;
	text-decoration: line-through;
}

.peptide-product-card__price-save {
	color: #9dff00;
	font-size: 0.8125rem;
	font-weight: 600;
}

.peptide-product-card__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 8px;
}

.peptide-product-card__link {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
}

.peptide-product-card__link:hover,
.peptide-product-card__link:focus-visible {
	color: #9dff00;
}

.peptide-product-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: #9dff00;
	color: #111;
	-webkit-text-fill-color: #111;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	border-radius: 999px;
	padding: 12px 18px;
	white-space: nowrap;
}

.peptide-product-card__button:hover,
.peptide-product-card__button:focus-visible,
.peptide-product-card__button:visited {
	background: #b4ff33;
	color: #111;
	-webkit-text-fill-color: #111;
}

.peptide-product-card__button svg,
.peptide-single-product__shop-btn svg {
	display: inline-flex;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	opacity: 1;
	visibility: visible;
	color: #111;
	stroke: #111;
	fill: none;
}

.peptide-product-card__button svg path,
.peptide-single-product__shop-btn svg path {
	stroke: #111;
}

.peptide-product-card__button-icon,
.peptide-single-product__shop-btn-icon {
	display: inline-flex;
	flex-shrink: 0;
	width: 16px;
	height: 16px;
	opacity: 1;
	visibility: visible;
	color: #111;
	stroke: #111;
	-webkit-text-fill-color: #111;
}

.peptide-single-product__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 28px;
	color: #8a8a8a;
	font-size: 0.8125rem;
}

.peptide-single-product__breadcrumbs a {
	color: #8a8a8a;
	text-decoration: none;
}

.peptide-single-product__breadcrumbs a:hover,
.peptide-single-product__breadcrumbs a:focus-visible {
	color: #9dff00;
}

.peptide-single-product__breadcrumb-current {
	color: #cfcfcf;
}

.peptide-single-product__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 40px;
	align-items: start;
	margin-bottom: 48px;
}

.peptide-single-product__media {
	position: sticky;
	top: 110px;
	background: #d6d8da;
	border-radius: 16px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.peptide-single-product__image-badge {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 2;
	background: #c0392b;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	padding: 6px 10px;
	border-radius: 999px;
}

.peptide-single-product__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

.peptide-single-product__image--placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #ececec;
}

.peptide-single-product__content {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.peptide-single-product__back {
	color: #9dff00;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
	width: fit-content;
}

.peptide-single-product__back:hover,
.peptide-single-product__back:focus-visible {
	color: #b4ff33;
}

.peptide-single-product__status-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.peptide-single-product__status-badge {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 999px;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.peptide-single-product__status-badge.is-stock {
	background: color(srgb 0.67 1 0.78 / 0.12);
	color: #AAFFC7;
	border: 1px solid color(srgb 0.67 1 0.78 / 0.25);
}

.peptide-single-product__status-badge.is-type {
	background: rgba(255, 153, 51, 0.12);
	color: #ffb347;
	border: 1px solid rgba(255, 153, 51, 0.25);
}

.peptide-single-product__title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 700;
	line-height: 1.1;
}

.peptide-single-product__meta {
	margin: 0;
	color: #9a9a9a;
	font-size: 0.9375rem;
	line-height: 1.6;
}

.peptide-single-product__pricing-card {
	background: #111;
	border: 1px solid #242424;
	border-radius: 16px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.peptide-single-product__pricing-row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px 14px;
}

.peptide-single-product__price-sale {
	color: #AAFFC7;
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
}

.peptide-single-product__price-regular {
	color: #777;
	font-size: 1.125rem;
	text-decoration: line-through;
}

.peptide-single-product__price-save {
	color: #67C090;
	font-size: 0.9375rem;
	font-weight: 600;
}

.peptide-single-product__shop-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	padding: 12px 20px;
	border-radius: 12px;
	background: #AAFFC7;
	color: #111;
	-webkit-text-fill-color: #111;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
}

.peptide-single-product__shop-btn:hover,
.peptide-single-product__shop-btn:focus-visible,
.peptide-single-product__shop-btn:visited {
	background: #67C090;
	color: #111;
	-webkit-text-fill-color: #111;
}

.peptide-single-product__shop-btn:hover svg,
.peptide-single-product__shop-btn:hover svg path,
.peptide-product-card__button:hover svg,
.peptide-product-card__button:hover svg path {
	stroke: #111;
	color: #111;
}

.peptide-single-product__about {
	background: #111;
	border: 1px solid #242424;
	border-radius: 16px;
	padding: 24px;
}

.peptide-single-product__about h2 {
	margin: 0 0 16px;
	font-size: 22px !important;
	font-weight: 700;
}

.peptide-single-product__about-content {
	color: #b8b8b8;
	line-height: 1.75;
	font-size: 0.9375rem;
}

.peptide-single-product__about-content p:last-child,
.peptide-single-product__about-content ul:last-child {
	margin-bottom: 0;
}

@media (max-width: 1100px) {
	.peptide-catalog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 768px) {

	.peptide-catalog,
	.peptide-single-product {
		padding-top: 32px;
		padding-bottom: 48px;
	}

	.peptide-catalog__grid {
		grid-template-columns: 1fr;
	}

	.peptide-single-product__layout {
		grid-template-columns: 1fr;
	}

	.peptide-single-product__media {
		position: static;
		top: auto;
	}

	.peptide-product-card__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.peptide-product-card__button {
		width: 100%;
	}
}

.peptide-blog-search-page,
.peptide-blog-search {
	background: #000;
	color: #fff;
}

.peptide-blog-search-page__inner,
.peptide-blog-search__header {
	max-width: 1280px;
	margin: 0 auto;
}

.peptide-blog-search-page {
	padding: 48px 20px 72px;
}

.peptide-blog-search__title {
	margin: 0 0 8px;
	font-size: clamp(2rem, 4vw, 2.75rem);
	font-weight: 700;
	line-height: 1.15;
}

.peptide-blog-search__subtitle {
	margin: 0 0 20px;
}

.peptide-blog-search__back-link {
	color: #9dff00;
	font-weight: 600;
	text-decoration: none;
}

.peptide-blog-search__back-link:hover,
.peptide-blog-search__back-link:focus-visible {
	color: #b4ff33;
}

.peptide-blog-search-form {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 32px;
	max-width: 560px;
}

.peptide-blog-search-form__input {
	flex: 1 1 220px;
	min-height: 48px;
	padding: 0 16px;
	border: 1px solid #333;
	border-radius: 999px;
	background: #111;
	color: #fff;
	font-size: 0.9375rem;
}

.peptide-blog-search-form__input:focus {
	outline: 2px solid #9dff00;
	outline-offset: 2px;
	border-color: #9dff00;
}

.peptide-blog-search-form__button {
	min-height: 48px;
	padding: 0 20px;
	border: 0;
	border-radius: 999px;
	background: #9dff00;
	color: #111;
	font-size: 0.9375rem;
	font-weight: 700;
	cursor: pointer;
}

.peptide-blog-search__empty {
	margin: 0;
	color: #b3b3b3;
}

.peptide-blog-search-page__inner,
.peptide-blog-search__header {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}

.peptide-blog-search__results {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
}

.peptide-blog-search__results--products {
	max-width: 1280px;
	margin-bottom: 40px;
}

.peptide-blog-search__product-grid {
	margin-bottom: 8px;
}

.peptide-blog-search__subtitle-sep {
	color: #555;
}

.peptide-blog-search__count {
	margin: 0 0 24px;
	color: #888;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.peptide-blog-search__list {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.peptide-blog-search__item {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	padding: 28px 0;
	border-bottom: 1px solid #242424;
}

.peptide-blog-search__item:first-child {
	padding-top: 0;
}

.peptide-blog-search__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.peptide-blog-search__item-media {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	background: #1a1a1a;
}

.peptide-blog-search__item-image {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.peptide-blog-search__item-image--placeholder {
	width: 100%;
	aspect-ratio: 4 / 3;
	background: linear-gradient(135deg, #1a1a1a 0%, #242424 100%);
}

.peptide-blog-search__item-body {
	display: flex;
	flex-direction: column;
	gap: 12px;
	min-width: 0;
}

.peptide-blog-search__item-title {
	margin: 0;
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	line-height: 1.3;
	font-weight: 700;
}

.peptide-blog-search__item-title a {
	color: #fff;
	text-decoration: none;
}

.peptide-blog-search__item-title a:hover,
.peptide-blog-search__item-title a:focus-visible {
	color: #9dff00;
}

.peptide-blog-search__item-excerpt {
	margin: 0;
	color: #b3b3b3;
	font-size: 0.9375rem;
	line-height: 1.65;
}

.peptide-blog-search__item-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 4px;
}

.peptide-blog-search__item-date {
	color: #777;
	font-size: 0.8125rem;
}

.peptide-blog-search__item-link {
	color: #9dff00;
	font-size: 0.875rem;
	font-weight: 600;
	text-decoration: none;
}

.peptide-blog-search__item-link:hover,
.peptide-blog-search__item-link:focus-visible {
	color: #b4ff33;
}

@media (max-width: 768px) {
	.peptide-blog-search-page {
		padding-top: 32px;
		padding-bottom: 48px;
	}

	.peptide-blog-search__item {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 24px 0;
	}

	.peptide-blog-search__item-image,
	.peptide-blog-search__item-image--placeholder {
		aspect-ratio: 16 / 9;
	}
}

@media (max-width: 767px) {
	.peptide-single-product__image {
		position: unset !important;
	}
}