/* Product page polish — match live products.html / screenshot */

.page .panelBody {
	padding: 18px;
}

.productLeftCloumn {
	position: relative;
	text-align: center;
	padding-right: 42px;
	min-height: 220px;
}

.productLeftCloumn img.img-responsives {
	width: auto;
	max-width: 100%;
	max-height: 330px;
	object-fit: contain;
}

.imageButtons {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.imageButtons form {
	margin: 0;
	padding: 0;
	display: block;
	width: 30px;
	height: 30px;
}

.imageButtons .btn,
.imageButtons a.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fdfdfd;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
	color: #333;
	line-height: 1;
	padding: 0;
	text-align: center;
	border-radius: 40px;
	border: 0;
	width: 30px;
	height: 30px;
	margin: 0;
}

.imageButtons .btn:hover,
.imageButtons a.btn:hover {
	background: #0f172a;
	color: #fff;
}

.imageButtons .btn:disabled {
	opacity: 1;
	cursor: default;
}

.productTitle {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.25;
	min-height: auto;
	margin-bottom: 10px;
	color: #1e293b;
}

.info-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	gap: 10px;
	margin-bottom: 12px;
}

.info-item {
	background: #f5f7fb;
	padding: 6px 10px;
	border-radius: 6px;
	font-weight: 500;
	margin-bottom: 0;
	width: 50%;
}

.info-item.click { color: #e95f0d; }
.info-item.alarm { color: #213c8b; }

@media (max-width: 980px) {
	.info-bar,
	.info-item { display: block; width: 100%; }
	.productLeftCloumn { padding-right: 42px; }
}

.productCenter .priceDiv {
	background: #fdfdfd;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 12px;
}

.productCenter .priceDiv.panel {
	box-shadow: none;
	margin-bottom: 12px;
}

.productCenter .priceDiv .panelBody {
	padding: 12px 14px;
}

.productCenter .priceDiv h6 {
	border-bottom: 1px solid #eee;
	padding-bottom: 8px;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 600;
	color: #334155;
}

.productCenter .priceDiv h6 a {
	font-size: 13px;
	font-weight: 500;
	color: #213c8b;
	text-decoration: none;
}

.productCenter .priceDiv .row {
	align-items: center;
}

.productCenter .priceDiv .miniPriceDiv {
	font-size: 25px;
	font-weight: 700;
	color: #222;
}

.productCenter .priceDiv .storeName {
	line-height: 1.2;
	font-size: 16px;
	font-weight: 600;
	color: #334155;
}

.productCenter .priceDiv .storeName img {
	max-height: 28px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}
.productCenter .store-slogan-line {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.35;
	color: #213c8b;
	font-weight: 600;
}

.productCenter .btn-warning {
	--bs-btn-color: #fff;
	--bs-btn-bg: #ff7261;
	--bs-btn-border-color: #ff7261;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #e46c5e;
	--bs-btn-hover-border-color: #e46c5e;
	font-weight: 600;
	padding: 8px 12px;
	border-radius: 8px;
}

.productMiniDetail {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 8px 0 6px;
	font-size: 14px;
	color: #334155;
	overflow: visible;
}

.productMiniDetail-brand,
.productMiniDetail-score {
	flex: 0 0 50%;
	max-width: 50%;
	float: none;
	width: auto;
}

.productMiniDetail-brand {
	padding-right: 8px;
}

.productMiniDetail-score {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	text-align: right;
	padding-right:10px
}

.productMiniDetail a {
	color: #213c8b;
	text-decoration: none;
	font-weight: 500;
}

.product-stars {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	text-decoration: none;
	line-height: 1;
}

.product-stars.is-empty .product-star {
	color: #e2e8f0;
}

.product-star {
	font-size: 18px;
	color: #e2e8f0;
	position: relative;
	display: inline-block;
	line-height: 1;
}

.product-star.is-on {
	color: #f4c430;
}

.product-star.is-half {
	background: linear-gradient(90deg, #f4c430 50%, #e2e8f0 50%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}

.product-stars-meta {
	margin-left: 6px;
	font-size: 12px;
	font-weight: 600;
	color: #64748b;
	font-variant-numeric: tabular-nums;
}

a.product-stars:hover .product-stars-meta {
	color: #213c8b;
}

/* Floating white menu card (matches header container width, not full bleed) */
.menu-card-wrapper {
	overflow: visible;
	position: relative;
	z-index: 40;
	margin: -25px auto 0;
	padding: 0 15px;
	box-sizing: border-box;
}

.menu-card,
#menu {
	overflow: visible;
	position: relative;
	width: 100%;
	margin: 0;
	background: #fff;
	border-radius: 12px !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	padding: 12px 24px !important;
	box-sizing: border-box;
}

.menu-card .nav-list {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: visible;
}

.menu-card .nav-list > li {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	position: static;
	overflow: visible;
}

.menu-card .nav-list > li > a.menuLink,
.menu-card .nav-list > li > a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 8px 6px;
	font-size: 12.5px;
	font-weight: 600;
	color: #1e293b;
	text-decoration: none;
	line-height: 1.2;
}

.menu-card .nav-list > li > a:hover {
	color: #213c8b;
	background: #f8fafc;
}

/* Mega submenu: full menu width, not clipped; hover bridge so it does not close en route */
@media (min-width: 992px) {
	.menu-card .nav-list > li > .subMenu {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: calc(100% - 2px);
		width: 100%;
		margin-top: 0;
		padding-top: 14px;
		z-index: 60;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	}
	.menu-card .nav-list > li > .subMenu::before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: -16px;
		height: 20px;
	}
	.menu-card .nav-list > li:hover > .subMenu {
		display: block;
	}
}

.miniDesc {
	margin: 10px 0 0;
	background: #d4e7fe;
	color: #1e293b;
	font-size: 14px;
	line-height: 1.45;
}

.otherProduct h6 {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #1e293b;
}

.otherProduct a {
	color: #444;
	text-decoration: none;
}

.otherProduct .bordergrey {
	border: 1px solid #ddd;
	background: #fff;
	transition: box-shadow 0.15s ease;
}

.otherProduct a:hover .bordergrey {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.otherProduct p {
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 1.3;
	color: #475569;
}

.otherProduct p.price {
	font-weight: 700;
	color: #d96041;
	margin-top: 4px;
	font-size: 14px;
}

.otherProduct .img-responsive {
	max-width: 95%;
	max-height: 46px;
	width: auto;
	height: auto;
	object-fit: contain;
}

/* Seller rows */
.sellers-toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.sellers-toolbar h4 {
	margin: 0;
	font-size: 1.15rem;
}

.sellers-sort-btn {
	border: 1px solid #cbd5e1;
	background: #fff;
	color: #334155;
	border-radius: 999px;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	cursor: pointer;
	transition: all 0.15s ease;
}

.sellers-sort-group {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 4px;
	padding: 4px;
	background: #f1f5f9;
	border-radius: 999px;
	border: 1px solid #e2e8f0;
}

.sellers-sort-group .sellers-sort-btn {
	border: 0;
	background: transparent;
	box-shadow: none;
}

.sellers-sort-group .sellers-sort-btn:hover {
	background: #e2e8f0;
	color: #213c8b;
	border-color: transparent;
}

.sellers-sort-group .sellers-sort-btn.is-active {
	background: #213c8b;
	border-color: transparent;
	color: #fff;
}

.sellers-sort-btn:hover {
	border-color: #213c8b;
	color: #213c8b;
}

.sellers-sort-btn.is-active {
	background: #213c8b;
	border-color: #213c8b;
	color: #fff;
}

.sitePrice {
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 8px 0 !important;
	margin: 0 !important;
	min-height: 0;
}

.sitePrice:last-child {
	border-bottom: 0;
}

.sitePrice > [class*="col-"] {
	border-bottom: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.sitePrice p {
	margin: 0;
	padding: 5px 10px;
	font-size: 12.5px;
	color: #475569;
	margin-right: 10px;
	display: inline;
}

.sitePrice .productNameP {
	font-size: 14px;
	color: #1e293b;
	margin-bottom: 2px;
	width: 100%;
    display: block;
}

.sitePrice .productNameP span {
	font-weight: 500;
}

.sitePrice .priceDiv {
	font-weight: 700;
	font-size: 16px;
	color: #1e293b;
	line-height: 1.15;
}

.sitePrice .priceDiv .priceMain {
	display: block;
}

.sitePrice .kargoPrice {
	font-weight: 400;
	font-size: 11.5px;
	color: #64748b;
	margin-top: 2px;
	padding:5px 0px
}

.sitePrice .productStar {
	display: block;
	font-size: 11.5px;
	margin-top: 2px;
	color: #475569;
}
.store-slogan-line {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.35;
	color: #213c8b;
	font-weight: 600;
}
.sitePrice .store-slogan-line,
.productNameP + .store-slogan-line {
	color: purple;
}

.sitePrice .starFull {
	color: #f5a623;
}

.sitePrice .timeAgo {
	font-size: 11.5px;
	color: #64748b;
	margin-top: 4px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.sitePrice .btn-brand {
	background-color: #213c8b;
	border-color: #213c8b;
	color: #fff;
	font-weight: 600;
	border-radius: 8px;
	padding: 6px 12px;
	font-size: 13px;
	white-space: nowrap;
}

.sitePrice .btn-brand:hover {
	background-color: #174fca;
	color: #fff;
}

.sitePrice img.mTop1 {
	max-width: 90px;
	max-height: 32px;
	height: auto;
	object-fit: contain;
	margin-bottom:5px
}

.svgCenter {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}

.svgCenter svg {
	vertical-align: middle;
}

.breadcrumb-scroll {
	margin-bottom: 12px;
}

.breadcrumb {
	font-size: 13px;
	margin-bottom: 0;
}

.faq-section { margin-top: 25px; }
.faq-title { font-size: 20px; font-weight: 600; margin-bottom: 15px; }
.faq-item { border-bottom: 1px solid #eee; padding: 10px 0; }
.faq-question {
	width: 100%;
	background: none;
	border: none;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	cursor: pointer;
	padding: 0;
	position: relative;
	color: #1e293b;
}
.faq-icon { float: right; font-size: 20px; font-weight: bold; }
.faq-answer {
	display: none;
	font-size: 15px;
	color: #444;
	margin-top: 10px;
	line-height: 1.5;
}
.chart-wrapper { position: relative; height: 260px; }
.history-period-group { flex-shrink: 0; }
.history-period-group.sellers-sort-group .sellers-sort-btn {
  text-decoration: none;
  font-size: 0.8rem;
  padding: 0.35rem 0.7rem;
}

/* Price alert modal */
#priceModal .modal-header {
	background: #114f86;
	color: #fff;
	padding: 12px 16px;
}
#priceModal .modal-title { color: #fff; }
#priceModal .modal-body { padding: 18px 18px 8px; }
#priceModal .modal-footer { padding: 8px 18px 18px; }
#priceModal .alert-info {
	background: #e8f7fb;
	border-color: #b6e5f0;
	color: #0f4c5c;
}
#priceModal .btn-brand {
	background: #213c8b;
	border-color: #213c8b;
	color: #fff;
	font-weight: 600;
	padding: 10px 16px;
	border-radius: 8px;
}

@media (max-width: 767px) {
	.sitePrice .timeAgo {
		position: static;
		display: block;
		margin-top: 8px;
	}
}

/* Auth pages */
body.auth-body {
	margin: 0;
	min-height: 100vh;
	background: #f4f4f4;
}
.auth-page {
	background: #f4f4f4;
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: 24px 0;
}
.auth-shell {
	min-height: auto;
	padding: 0;
	width: 100%;
}
.auth-card {
	width: 100%;
	max-width: 400px;
	background: #fff;
	border: 0;
	border-radius: 14px;
	box-shadow: 0 8px 28px rgba(17, 24, 39, 0.07);
}
.auth-card--wide {
	max-width: 440px;
}
.auth-card-body {
	padding: 1.5rem 1.35rem;
}
@media (min-width: 768px) {
	.auth-card-body {
		padding: 1.75rem 1.6rem;
	}
}
.auth-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	text-decoration: none;
	color: #213c8b;
	font-weight: 600;
	margin-bottom: 0.65rem;
}
.auth-brand:hover {
	color: #174fca;
}
.auth-brand-icon {
	display: inline-flex;
	width: 28px;
	height: 28px;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	background: #213c8b;
	color: #fff;
}
.auth-brand-icon svg {
	width: 14px;
	height: 14px;
}
.auth-brand-text {
	font-size: 0.95rem;
	letter-spacing: -0.01em;
}
.auth-title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #1f2937;
	margin: 0 0 0.25rem;
	letter-spacing: -0.02em;
}
.auth-subtitle {
	color: #6b7280;
	font-size: 0.8rem;
	margin: 0 auto;
	max-width: 24rem;
	line-height: 1.4;
}
.auth-google {
	background: #fff;
	border: 1px solid #e5e7eb;
	color: #374151;
	font-weight: 500;
	font-size: 0.875rem;
	border-radius: 9px;
	padding: 0.55rem 0.85rem;
	gap: 0.45rem;
	line-height: 1.25;
}
.auth-google:hover {
	background: #f9fafb;
	border-color: #d1d5db;
	color: #111827;
}
.auth-google-icon {
	flex-shrink: 0;
	width: 16px;
	height: 16px;
}
.auth-divider {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0.9rem 0;
	color: #9ca3af;
	font-size: 0.72rem;
	text-transform: lowercase;
}
.auth-divider::before,
.auth-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #e5e7eb;
}
.auth-form .mb-3 {
	margin-bottom: 0.75rem !important;
}
.auth-form .form-label {
	font-size: 0.75rem;
	font-weight: 500;
	color: #6b7280;
	margin-bottom: 0.28rem;
}
.auth-form .form-control {
	border-radius: 9px;
	border-color: #e5e7eb;
	font-size: 0.875rem;
	padding: 0.5rem 0.75rem;
	min-height: 40px;
	line-height: 1.3;
}
.auth-form .form-control::placeholder {
	color: #9ca3af;
	font-size: 0.84rem;
}
.auth-form .form-control:focus {
	border-color: #213c8b;
	box-shadow: 0 0 0 0.15rem rgba(33, 60, 139, 0.12);
}
.auth-form .btn-brand {
	border-radius: 9px;
	font-weight: 600;
	font-size: 0.875rem;
	padding: 0.55rem 0.9rem;
	margin-top: 0.15rem;
	min-height: 40px;
	line-height: 1.25;
}
.auth-footer-link {
	text-align: center;
	margin-top: 1rem;
	font-size: 0.8rem;
	color: #6b7280;
}
.auth-footer-link a {
	color: #213c8b;
	text-decoration: none;
	font-weight: 600;
}
.account-footer-link a:hover {
	text-decoration: underline;
}
.auth-card-body > .text-center.mb-4 {
	margin-bottom: 1rem !important;
}

#login .page,
#register .page {
	border-radius: 0;
	margin-top: 0;
	background: #f4f4f4;
}

#panel .page {
	background: #f4f5f7;
}

.seller-stats {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-bottom: 24px;
}
.seller-stat {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 14px;
	padding: 18px 18px 16px;
	display: flex;
	gap: 14px;
	align-items: flex-start;
	box-shadow: 0 1px 2px rgba(0,0,0,.03);
}
.seller-stat-icon {
	width: 44px; height: 44px;
	border-radius: 12px;
	display: flex; align-items: center; justify-content: center;
	flex-shrink: 0;
}
.seller-stat-icon-blue { background: #eef2ff; color: #213c8b; }
.seller-stat-icon-green { background: #e9f8f1; color: #1a7f4c; }
.seller-stat-icon-navy { background: #eef1f6; color: #213c8b; }
.seller-stat-icon-amber { background: #fff6e5; color: #b7791f; }
.seller-stat-label { display: block; font-size: 13px; color: #6c757d; margin-bottom: 2px; }
.seller-stat-value { font-size: 26px; font-weight: 700; color: #222; line-height: 1.2; }
.seller-section-title { font-size: 17px; font-weight: 700; color: #222; }
.seller-pill {
	display: inline-flex; align-items: center;
	background: #eef2ff; color: #213c8b;
	border-radius: 999px; padding: 4px 10px;
	font-size: 12px; font-weight: 600;
}
.seller-chart-card { min-height: 100%; }
.seller-chart { height: 240px; }
.seller-comment-list { display: flex; flex-direction: column; gap: 10px; }
.seller-comment-item {
	display: flex; gap: 10px; align-items: center;
	text-decoration: none; color: #222;
	padding: 8px; border-radius: 10px;
}
.seller-comment-item strong { display: block; font-size: 13px; font-weight: 600; }
.seller-comment-item span { display: block; font-size: 12px; color: #8a8a8a; }
.seller-table-head {
	display: flex; justify-content: space-between; align-items: center;
	padding: 18px 20px 14px; border-bottom: 1px solid #f0f0f0;
}
.seller-table thead th {
	font-size: 12px; text-transform: uppercase; letter-spacing: .03em;
	color: #6c757d; font-weight: 600; background: #fafbfc; border-bottom: 1px solid #eee;
}
.seller-product-link {
	display: flex; align-items: center; gap: 10px;
	text-decoration: none; color: #222; font-weight: 500;
}
.seller-product-link:hover { color: #213c8b; }
.seller-product-link img {
	width: 44px; height: 44px; object-fit: cover; border-radius: 8px; flex-shrink: 0;
}
.seller-click-count {
	display: inline-block; min-width: 42px;
	background: #eef2ff; color: #213c8b;
	border-radius: 8px; padding: 4px 8px; font-weight: 700; font-size: 13px;
	text-align: center;
}
.seller-table .buybox { color: #1a7f4c; }
@media (max-width: 991px) {
	.seller-stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 575px) {
	.seller-stats { grid-template-columns: 1fr; }
	.seller-stat-value { font-size: 22px; }
}

/* Account hub (hesabim.html) */
#my-account .page {
	background: #f4f5f7;
}
.account-page { width: 100%; }
.account-page-hub { max-width: 880px; margin: 0 auto; }
.account-hub-profile { text-align: center; padding: 8px 0 28px; }
.account-hub-avatar {
	width: 92px; height: 92px;
	margin: 0 auto 14px;
	background: #eef1f6;
	color: #2b2b2b;
	border-radius: 50%;
	display: flex; align-items: center; justify-content: center;
	font-size: 32px; font-weight: 600; letter-spacing: .5px;
	text-transform: uppercase;
}
.account-hub-name { display: block; font-size: 22px; color: #222; margin-bottom: 4px; }
.account-hub-email { display: block; font-size: 14px; color: #8a8a8a; }
.account-hub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 16px; }
.account-hub-col { display: flex; flex-direction: column; gap: 10px; }
.account-hub-item {
	display: flex;
	align-items: center;
	gap: 14px;
	background: #fff;
	border-radius: 10px;
	padding: 16px 16px 16px 14px;
	text-decoration: none;
	color: #222;
	border: 1px solid #ececec;
	box-shadow: 0 1px 2px rgba(0,0,0,.03);
	min-height: 58px;
	transition: background .15s ease, border-color .15s ease;
	cursor: pointer;
	font: inherit;
}
button.account-hub-item {
	appearance: none;
	-webkit-appearance: none;
}
.account-hub-item:hover { background: #fafafa; color: #213c8b; border-color: #e0e4ef; }
.account-hub-icon {
	width: 36px; height: 36px;
	display: flex; align-items: center; justify-content: center;
	color: #444; flex-shrink: 0;
}
.account-hub-label { font-size: 15px; font-weight: 500; }
.account-hub-chevron { margin-left: auto; opacity: .35; flex-shrink: 0; }
.account-stores-block { margin-top: 36px; }
.account-stores-block h3 { font-size: 18px; font-weight: 700; color: #222; margin-bottom: 12px; }
.account-stores-block .account-hub-item { margin-bottom: 10px; }
.account-back {
	display: inline-flex; align-items: center; gap: 4px;
	color: #6c757d; text-decoration: none; font-size: 14px; margin-bottom: 8px;
}
.account-back:hover { color: #213c8b; }
.account-sub-title { font-size: 26px; font-weight: 700; color: #222; margin-bottom: 20px; }
.account-card {
	background: #fff;
	border: 1px solid #ececec;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 1px 2px rgba(0,0,0,.03);
}
.account-page .form-text { font-size: 12px; color: #6c757d; }
.object-fit-cover { object-fit: cover; }
@media (max-width: 767px) {
	.account-hub-grid { grid-template-columns: 1fr; }
	.account-hub-avatar { width: 80px; height: 80px; font-size: 26px; }
	.account-hub-name { font-size: 20px; }
	.account-sub-title { font-size: 22px; }
}

/* Store page + reviews */
.store-product-grid .product-card {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}
.store-product-grid > [class*="col-"] {
	display: flex;
}
.store-product-grid > [class*="col-"] > .product-card {
	flex: 1 1 auto;
}
.store-page { margin-bottom: 24px; }
.store-head {
	background: #fff; border: 1px solid #ececec; border-radius: 12px;
	padding: 22px 24px 18px; margin-bottom: 0;
}
.store-head-name { font-size: 28px; font-weight: 700; color: #222; margin: 0 0 6px; }
.store-head-slogan {
	margin: 0 0 8px;
	font-size: 15px;
	line-height: 1.4;
	color: #213c8b;
	font-weight: 600;
	max-width: 42rem;
}
.store-head-meta { font-size: 13px; color: #6b7280; margin-bottom: 4px; }
.store-follow-benefits {
	margin: 0;
	padding-left: 1.1rem;
	font-size: 14px;
	line-height: 1.55;
	color: #333;
}
.store-follow-benefits li { margin-bottom: 6px; }
.store-follow-modal .modal-title { font-size: 1.1rem; font-weight: 700; }
.ft-follow-row,
.ft-campaign-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 14px 16px;
	border-bottom: 1px solid #eee;
}
.ft-follow-row:last-child,
.ft-campaign-row:last-child { border-bottom: 0; }
.ft-follow-actions { display: flex; flex-wrap: wrap; gap: 6px; }
.ft-coupon {
	display: inline-block;
	margin-top: 4px;
	padding: 4px 8px;
	background: #f3f6ff;
	border-radius: 6px;
	font-size: 13px;
}
.ft-coupon code { font-weight: 700; color: #213c8b; }
.ft-coupon-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 6px;
}
.js-copy-coupon.is-copied {
	background: #147a45;
	border-color: #147a45;
	color: #fff;
}
.ft-follow-perks ul {
	margin: 0;
	padding-left: 1.1rem;
	font-size: 14px;
	line-height: 1.55;
	color: #444;
}
.ft-follow-perks li { margin-bottom: 4px; }
.store-follower-perk {
	font-size: 13px;
	color: #213c8b;
	background: #f0f4ff;
	border-radius: 8px;
	padding: 8px 12px;
	display: inline-block;
}
.seller-insight-list { display: flex; flex-direction: column; gap: 10px; }
.seller-insight {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 10px;
	border: 1px solid #eee;
}
.seller-insight-warn { background: #fff8e8; border-color: #f0d9a8; }
.seller-insight-info { background: #f3f6ff; border-color: #d5def5; }
.seller-insight-ok { background: #eefaf3; border-color: #b9e6c9; }
.seller-insight-body { flex: 1; min-width: 200px; }
.seller-insight-body strong { display: block; margin-bottom: 4px; }
.seller-insight-body p { font-size: 13px; color: #444; margin: 0; }
.seller-insight-action {
	font-size: 12px;
	font-weight: 700;
	color: #9a6700;
	white-space: nowrap;
}
.store-head-legal { font-size: 14px; color: #555; margin-bottom: 4px; }
.store-tabs {
	display: flex; gap: 28px; border-bottom: 1px solid #e6e6e6;
	margin: 8px 0 22px; padding: 0 8px;
}
.store-tab {
	display: inline-block; padding: 12px 0 10px; color: #444;
	text-decoration: none; font-weight: 600; border-bottom: 3px solid transparent; margin-bottom: -1px;
}
.store-tab span { font-weight: 500; color: #888; }
.store-tab:hover { color: #213c8b; }
.store-tab.active { color: #213c8b; border-bottom-color: #213c8b; }
.store-side-box {
	background: #fff; border: 1px solid #ececec; border-radius: 12px;
	padding: 16px; margin-bottom: 14px;
}
.store-side-box h6 { font-size: 15px; font-weight: 700; margin-bottom: 12px; }
.store-cat-list a {
	display: flex; justify-content: space-between;
	padding: 6px 0; color: #333; text-decoration: none; font-size: 14px;
}
.store-cat-list a span { color: #888; }
.store-cat-list a:hover,
.store-cat-list a.active { color: #213c8b; font-weight: 600; }
.store-block { background: #fff; border: 1px solid #ececec; border-radius: 12px; padding: 18px 20px; margin-bottom: 18px; }
.store-block-title { font-size: 18px; font-weight: 700; margin-bottom: 14px; }
.store-toolbar { display: flex; gap: 12px; margin-bottom: 18px; }
.store-toolbar .form-control { flex: 1; }
.store-toolbar .form-select { max-width: 220px; }
.store-score {
	min-width: 92px; text-align: center; border-radius: 12px; padding: 10px 14px;
	background: #f3f4f6; color: #6b7280;
}
.store-score strong { display: block; font-size: 28px; line-height: 1.1; }
.store-score span { display: block; font-size: 12px; text-transform: lowercase; }
.store-score small { display: block; font-size: 11px; margin-top: 4px; opacity: .85; }
.store-score-sm { min-width: 72px; padding: 8px 10px; }
.store-score-sm strong { font-size: 22px; display: inline; }
.store-score-green { background: #e8f7ef; color: #147a45; }
.store-score-amber { background: #fff6e5; color: #b7791f; }
.store-score-red { background: #fdecec; color: #c53030; }
.store-score-muted { background: #f3f4f6; color: #6b7280; }
.store-score-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 8px;
}
.store-delivery-avg {
	text-align: center;
	font-size: 12px;
	color: #64748b;
	padding: 6px 10px;
	border-radius: 10px;
	background: #f8fafc;
	border: 1px solid #eef2f7;
}
.store-delivery-avg strong {
	color: #0f172a;
	font-weight: 700;
}
.store-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.store-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1.3;
}
.store-badge-success {
	background: #e8f7ef;
	color: #147a45;
	border: 1px solid #b7ebc9;
}
.store-badge-fast {
	background: #e8f1ff;
	color: #1d4ed8;
	border: 1px solid #bfdbfe;
}
.store-badge-new {
	background: #f3f4f6;
	color: #4b5563;
	border: 1px solid #e5e7eb;
}
.store-dim-ratings {
	display: grid;
	gap: 8px;
	padding: 12px 14px;
	border-radius: 10px;
	background: #f8fafc;
	border: 1px solid #eef2f7;
}
.store-dim-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	font-size: 13px;
	color: #64748b;
}
.store-dim-row strong {
	color: #0f172a;
	font-weight: 700;
	font-variant-numeric: tabular-nums;
}
.store-dim-row.is-delivery {
	padding-top: 8px;
	margin-top: 2px;
	border-top: 1px dashed #e2e8f0;
	color: #334155;
}
.store-review-dims {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 8px;
	margin: 0 0 10px;
}
.store-review-dims span {
	display: inline-flex;
	align-items: center;
	padding: 3px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	color: #475569;
	background: #f1f5f9;
}
.store-review-dims span.is-delivery {
	background: #e8f1ff;
	color: #1d4ed8;
}
.rating-dim .form-label {
	font-size: 13px;
	font-weight: 600;
	color: #334155;
}
.store-score-inline {
	display: inline-block; font-size: 12px; font-weight: 700;
	padding: 2px 8px; border-radius: 999px; margin-top: 4px;
}
.store-score-inline.store-score-green { background: #e8f7ef; color: #147a45; }
.store-score-inline.store-score-amber { background: #fff6e5; color: #b7791f; }
.store-score-inline.store-score-red { background: #fdecec; color: #c53030; }
.store-star-bar-row {
	display: grid; grid-template-columns: 70px 1fr 36px; gap: 8px;
	align-items: center; margin-bottom: 6px; font-size: 13px;
}
.store-star-bar { height: 8px; background: #eee; border-radius: 999px; overflow: hidden; }
.store-star-bar i { display: block; height: 100%; background: #f4c430; }
.store-review { border-top: 1px solid #f0f0f0; padding: 16px 0; }
.store-review:first-of-type { border-top: 0; padding-top: 0; }
.store-review-top { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.store-review-avatar {
	width: 40px; height: 40px; border-radius: 50%; background: #213c8b; color: #fff;
	display: flex; align-items: center; justify-content: center; font-weight: 700;
}
.store-review-stars { color: #ddd; letter-spacing: 1px; }
.store-review-stars .on { color: #f4c430; }
.store-review p { font-size: 14px; color: #333; margin-bottom: 8px; }
.store-review-meta { display: flex; flex-wrap: wrap; gap: 12px 16px; font-size: 12px; color: #888; }
.store-review-img { max-width: 180px; border-radius: 8px; border: 1px solid #eee; }
.store-review-reply {
	margin-top: 10px; background: #f7f9fc; border-left: 3px solid #213c8b;
	padding: 10px 12px; border-radius: 0 8px 8px 0; font-size: 14px;
}
.store-company-list { margin: 0; }
.store-company-list > div {
	display: grid; grid-template-columns: 160px 1fr; gap: 12px;
	padding: 12px 0; border-bottom: 1px solid #f2f2f2;
}
.store-company-list dt { color: #6c757d; font-weight: 500; }
.store-company-list dd { margin: 0; color: #222; }
.rating-input { display: flex; gap: 6px; }
.rating-input .star {
	border: 0; background: transparent; padding: 0; cursor: pointer; color: #ccc;
}
.rating-input .star.selected svg,
.rating-input .star.hovered svg { stroke: #f4c430; fill: #f4c430; }
.comment-login-cta .btn { margin: 0 4px; }

.product-qa-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.product-qa-item {
	border: 1px solid #eef2f7;
	border-radius: 12px;
	padding: 14px 16px;
	background: #fff;
}
.product-qa-item.is-answered {
	border-color: #dbeafe;
	background: #f8fbff;
}
.product-qa-label {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #64748b;
	margin-bottom: 4px;
}
.product-qa-q p,
.product-qa-a p {
	margin: 6px 0 4px;
	font-size: 14px;
	color: #0f172a;
	line-height: 1.5;
}
.product-qa-a {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px dashed #e2e8f0;
}
.product-qa-waiting {
	margin-top: 10px;
}
.product-qa-reply {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dashed #e2e8f0;
}

@media (max-width: 767px) {
	.store-head-name { font-size: 22px; }
	.store-tabs { gap: 16px; overflow-x: auto; }
	.store-toolbar { flex-direction: column; }
	.store-toolbar .form-select { max-width: none; }
	.store-company-list > div { grid-template-columns: 1fr; gap: 4px; }
}

.hp-field {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
@media (max-width:768px)
{
	.mmt-10 {margin-top:10px}
	.sitePrice p {padding:0px}
	.siteLink {margin-top:15px}
}