/* FISHING PRO extras — sky blue twin of Smoke Corp */

.fp-brand {
	margin: 0 0 4px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--sc-brand-primary);
}

.fp-price {
	font-size: var(--sc-font-size-price);
	font-weight: 800;
	color: var(--sc-text-price);
	text-decoration: none;
}

.fp-old-price {
	font-size: 0.9rem;
	color: var(--sc-text-muted);
	margin-right: 8px;
	text-decoration: line-through;
}

.fp-reviews {
	font-size: 12px;
	color: var(--sc-text-muted);
	margin-left: 4px;
}

.sc-stars {
	color: var(--sc-brand-gold);
	font-weight: 700;
	font-size: 13px;
}

.sc-header__cart-count,
[data-cart-count] {
	position: absolute;
	top: 4px;
	right: 4px;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	font-size: 10px;
	font-weight: 800;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background: var(--sc-brand-primary);
	border-radius: 999px;
}

.sc-header__action--cart {
	position: relative;
}

/* Hero with photo */
.fp-hero {
	position: relative;
	min-height: min(78vh, 680px);
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 0 0 var(--sc-radius-xl) var(--sc-radius-xl);
	margin: 0 0 8px;
}

.fp-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.fp-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: fp-ken 18s ease-in-out infinite alternate;
}

@keyframes fp-ken {
	from { transform: scale(1); }
	to { transform: scale(1.08); }
}

.fp-hero__veil {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(100deg, rgba(3, 74, 120, 0.92) 0%, rgba(14, 165, 233, 0.72) 38%, rgba(12, 74, 110, 0.2) 68%, transparent 100%);
	z-index: 1;
}

.fp-hero__inner {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: var(--sc-container-max);
	margin: 0 auto !important;
	padding: 48px var(--sc-container-padding) 72px;
	box-sizing: border-box;
	animation: fp-rise 0.9s ease both;
}

.fp-hero__inner > * {
	max-width: 560px;
}

@keyframes fp-rise {
	from { opacity: 0; transform: translateY(24px); }
	to { opacity: 1; transform: translateY(0); }
}

.fp-hero__label {
	display: inline-block;
	margin-bottom: 12px;
	padding: 6px 14px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: var(--sc-radius-full);
	backdrop-filter: blur(8px);
}

.fp-hero__title {
	margin: 0 0 12px;
	font-size: clamp(2.5rem, 6vw, 4rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	color: #ffffff !important;
	text-shadow: 0 8px 40px rgba(3, 105, 161, 0.45);
}

.fp-hero__text {
	margin: 0 0 28px;
	font-size: 1.1rem;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.95) !important;
	max-width: 420px;
}

.fp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.fp-hero__wave {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 48px;
	z-index: 3;
	color: var(--sc-surface-page);
}

/* Product grids */
.fp-products-grid,
.sc-products-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.sc-product-card {
	background: var(--sc-surface-card);
	border-radius: var(--sc-radius-lg);
	box-shadow: var(--sc-shadow-card);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: transform var(--sc-transition-base), box-shadow var(--sc-transition-base);
}

.sc-product-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--sc-shadow-lg);
}

.sc-product-card__image-wrap {
	position: relative;
	aspect-ratio: 1;
	background: var(--sc-surface-muted);
	overflow: hidden;
}

.sc-product-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.45s ease;
}

.sc-product-card:hover .sc-product-card__image {
	transform: scale(1.06);
}

.sc-product-card__badges {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.sc-product-card__body {
	padding: 14px 16px 16px;
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 6px;
}

.sc-product-card__title {
	font-size: 0.95rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.35;
}

.sc-product-card__title a {
	color: var(--sc-text-primary);
	text-decoration: none;
}

.sc-product-card__title a:hover {
	color: var(--sc-brand-primary);
}

.sc-product-card__price-row {
	margin-top: auto;
	padding-top: 8px;
}

.sc-product-card__footer {
	padding-top: 10px;
}

.fp-section {
	padding: 40px 0;
}

.fp-section--tight {
	padding: 28px 0;
}

/* Featured categories polish */
.sc-featured-cat__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sc-featured-cat__visual {
	overflow: hidden;
}

.sc-featured-cat:hover .sc-featured-cat__image {
	transform: scale(1.08);
	transition: transform 0.5s ease;
}

/* Product page */
.fp-product {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	padding: 40px 0 64px;
	align-items: start;
}

.fp-product__gallery {
	border-radius: var(--sc-radius-xl);
	overflow: hidden;
	box-shadow: var(--sc-shadow-card);
	background: #fff;
	aspect-ratio: 1;
}

.fp-product__gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fp-product__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 12px;
}

.fp-product__price-block {
	display: flex;
	align-items: baseline;
	gap: 12px;
	margin: 16px 0 24px;
}

.fp-product__price-block .fp-price {
	font-size: 2rem;
}

.fp-specs {
	list-style: none;
	margin: 24px 0;
	padding: 0;
	border: 1px solid var(--sc-border-subtle);
	border-radius: var(--sc-radius-lg);
	overflow: hidden;
	background: #fff;
}

.fp-specs li {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 16px;
	border-bottom: 1px solid var(--sc-border-subtle);
	font-size: 14px;
}

.fp-specs li:last-child {
	border-bottom: none;
}

.fp-specs strong {
	color: var(--sc-text-muted);
	font-weight: 600;
}

/* Cart */
.fp-cart-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-radius: var(--sc-radius-lg);
	overflow: hidden;
	box-shadow: var(--sc-shadow-card);
}

.fp-cart-table th,
.fp-cart-table td {
	padding: 16px;
	text-align: left;
	border-bottom: 1px solid var(--sc-border-subtle);
	vertical-align: middle;
}

.fp-cart-table th {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var(--sc-text-muted);
	background: var(--sc-surface-muted);
}

.fp-cart-item {
	display: flex;
	align-items: center;
	gap: 14px;
}

.fp-cart-item img {
	width: 72px;
	height: 72px;
	object-fit: cover;
	border-radius: var(--sc-radius-md);
}

.fp-qty {
	width: 64px;
	height: 40px;
	text-align: center;
	border: 2px solid var(--sc-border-subtle);
	border-radius: var(--sc-radius-md);
	font-weight: 700;
}

.fp-cart-summary {
	margin-top: 24px;
	padding: 24px;
	background: #fff;
	border-radius: var(--sc-radius-lg);
	box-shadow: var(--sc-shadow-card);
	max-width: 360px;
	margin-left: auto;
}

.fp-cart-summary__row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	font-weight: 600;
}

.fp-cart-summary__total {
	font-size: 1.35rem;
	color: var(--sc-text-price);
	padding-top: 12px;
	border-top: 1px solid var(--sc-border-subtle);
	margin-top: 8px;
}

.fp-empty {
	text-align: center;
	padding: 80px 20px;
}

.fp-toast {
	position: fixed;
	bottom: 28px;
	left: 50%;
	transform: translateX(-50%) translateY(20px);
	background: var(--sc-surface-dark);
	color: #fff;
	padding: 12px 22px;
	border-radius: var(--sc-radius-full);
	font-weight: 700;
	font-size: 14px;
	opacity: 0;
	pointer-events: none;
	transition: 0.25s ease;
	z-index: 9999;
	box-shadow: var(--sc-shadow-lg);
}

.fp-toast.is-visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

.fp-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
}

.fp-filter {
	height: 38px;
	padding: 0 16px;
	border: 2px solid var(--sc-border-subtle);
	border-radius: var(--sc-radius-full);
	background: #fff;
	font-family: var(--sc-font-family);
	font-weight: 700;
	font-size: 13px;
	color: var(--sc-text-secondary);
	cursor: pointer;
	transition: 0.2s ease;
}

.fp-filter:hover,
.fp-filter.is-active {
	background: var(--sc-gradient-primary);
	border-color: transparent;
	color: #fff;
}

.fp-page-title {
	padding: 32px 0 8px;
}

.sc-header__logo-text {
	background: var(--sc-gradient-primary);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-weight: 900;
}

.sc-footer__logo-text {
	font-size: 1.25rem;
	font-weight: 900;
	background: var(--sc-gradient-primary);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

@media (max-width: 1100px) {
	.fp-products-grid,
	.sc-products-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.fp-products-grid,
	.sc-products-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.fp-product {
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.fp-hero {
		min-height: 70vh;
		border-radius: 0;
	}
	.sc-header__catalog-btn span {
		display: none;
	}
}

@media (max-width: 480px) {
	.fp-products-grid,
	.sc-products-grid {
		grid-template-columns: 1fr;
	}
}
