@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap");

body.sanpra-cashify-page {
	font-family: "Poppins", sans-serif;
	background: #f4f7fb;
}

body.sanpra-cashify-page .page-header {
	display: none;
}

body.sanpra-cashify-page .page-breadcrumbs {
	display: none !important;
}

body.sanpra-cashify-page .page_content {
	padding-top: 4px;
}

body.sanpra-cashify-page .page_content > .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.sanpra-cashify-page .sanpra-hide-sidebar {
	display: none !important;
}

body.sanpra-cashify-page .sanpra-top-shell {
	margin-bottom: 14px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.sanpra-cashify-page .sanpra-hero-wrap {
	background: #ffffff;
	border: 1px solid #e1e8f2;
	border-radius: 16px;
	padding: 0;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(7, 42, 89, 0.08);
	margin-bottom: 14px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	position: relative;
}

body.sanpra-cashify-page .sanpra-hero-track {
	position: relative;
	height: 250px;
}

body.sanpra-cashify-page .sanpra-hero-slide {
	position: absolute;
	inset: 0;
	padding: 34px 36px;
	opacity: 0;
	transform: translateX(16px);
	transition: opacity 280ms ease, transform 280ms ease;
	background: linear-gradient(130deg, #07264f 0%, #0d63b8 62%, #1aa7ff 100%);
	color: #fff;
}

body.sanpra-cashify-page .sanpra-hero-slide:nth-child(2) {
	background: linear-gradient(130deg, #073545 0%, #0d7a77 55%, #12b6b1 100%);
}

body.sanpra-cashify-page .sanpra-hero-slide:nth-child(3) {
	background: linear-gradient(130deg, #2a2c6e 0%, #5b3fb2 55%, #906df6 100%);
}

body.sanpra-cashify-page .sanpra-hero-slide.is-active {
	opacity: 1;
	transform: translateX(0);
}

body.sanpra-cashify-page .hero-copy {
	max-width: 640px;
}

body.sanpra-cashify-page .hero-eyebrow {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.88);
}

body.sanpra-cashify-page .hero-copy h2 {
	font-size: 33px;
	line-height: 1.18;
	margin-bottom: 10px;
	font-weight: 800;
	color: #fff;
}

body.sanpra-cashify-page .hero-copy p {
	font-size: 14px;
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.92);
	max-width: 510px;
}

body.sanpra-cashify-page .hero-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #0a2f61;
	font-weight: 700;
	font-size: 13px;
	padding: 10px 18px;
	border-radius: 999px;
	text-decoration: none;
}

body.sanpra-cashify-page .hero-cta:hover {
	text-decoration: none;
	color: #0a2f61;
}

body.sanpra-cashify-page .sanpra-hero-dots {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	gap: 6px;
}

body.sanpra-cashify-page .sanpra-hero-dots button {
	height: 7px;
	width: 24px;
	border: none;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.44);
}

body.sanpra-cashify-page .sanpra-hero-dots button.is-active {
	background: #ffffff;
}

body.sanpra-cashify-page .sanpra-top-strip {
	background: #fff;
	border: 1px solid #e1e8f2;
	border-radius: 14px;
	padding: 11px 12px;
	box-shadow: 0 8px 24px rgba(13, 33, 68, 0.05);
	margin-bottom: 12px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.sanpra-cashify-page .strip-head {
	font-size: 13px;
	font-weight: 800;
	color: #143b6f;
	margin-bottom: 9px;
}

body.sanpra-cashify-page .strip-scroll {
	display: flex;
	gap: 8px;
	overflow-x: auto;
	scrollbar-width: thin;
	padding-bottom: 2px;
}

body.sanpra-cashify-page .strip-scroll::-webkit-scrollbar {
	height: 4px;
}

body.sanpra-cashify-page .chip {
	border: 1px solid #d7e3f2;
	background: #f1f7ff;
	color: #16385f;
	padding: 7px 14px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
	line-height: 1.2;
}

body.sanpra-cashify-page .chip-with-image {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding-left: 7px;
}

body.sanpra-cashify-page .chip-thumb {
	width: 24px;
	height: 24px;
	border-radius: 999px;
	overflow: hidden;
	background: #dce9f8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
}

body.sanpra-cashify-page .chip-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

body.sanpra-cashify-page .chip-thumb-fallback {
	font-size: 11px;
	font-weight: 700;
	color: #20446f;
}

body.sanpra-cashify-page .chip.active {
	background: #0e4f97;
	border-color: #0e4f97;
	color: #fff;
}

body.sanpra-cashify-page .brand-bar-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

body.sanpra-cashify-page .brand-nav {
	border: 1px solid #d7e3f2;
	background: #f4f8ff;
	color: #18406f;
	font-size: 20px;
	line-height: 1;
	width: 30px;
	height: 30px;
	border-radius: 9px;
}

body.sanpra-cashify-page .brand-scroll {
	flex: 1;
}

body.sanpra-cashify-page .toolbar {
	display: none !important;
}

body.sanpra-cashify-page .toolbar #search-box {
	border-radius: 12px;
	height: 42px;
	border: 1px solid #d7e3f2;
}

body.sanpra-cashify-page .toggle-container {
	display: none;
}

body.sanpra-cashify-page #products-grid-area {
	margin-top: 10px !important;
	padding: 0;
}

body.sanpra-cashify-page #product-listing {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.sanpra-cashify-page #products-grid-area .item-card {
	min-width: 0;
	padding: 8px;
}

body.sanpra-cashify-page #products-grid-area .item-card .card {
	border: 1px solid #e0e8f3;
	border-radius: 14px;
	height: 100%;
	overflow: hidden;
	box-shadow: 0 8px 22px rgba(8, 39, 77, 0.05);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

body.sanpra-cashify-page #products-grid-area .item-card .card:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(8, 39, 77, 0.12);
}

body.sanpra-cashify-page #products-grid-area .card-img-container {
	height: 170px;
	background: #f5f9ff;
	padding: 12px;
}

body.sanpra-cashify-page #products-grid-area .card-img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	margin-top: 0;
}

body.sanpra-cashify-page #products-grid-area .card-body {
	padding: 11px;
	display: flex;
	flex-direction: column;
}

body.sanpra-cashify-page #products-grid-area .product-title {
	font-size: 12.5px;
	color: #163e70;
	line-height: 1.35;
	min-height: 36px;
	font-weight: 600;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

body.sanpra-cashify-page .sanpra-key {
	font-weight: 800;
	color: #0f2f57;
}

body.sanpra-card-pricing #products-grid-area .product-category,
body.sanpra-card-pricing .item-card .product-category {
	display: none;
}

body.sanpra-card-pricing #product-listing .product-price {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	font-size: 18px;
	font-weight: 800;
	color: #081f3f;
	margin-top: 0;
	margin-bottom: 4px !important;
}

body.sanpra-card-pricing #product-listing .sanpra-price-inline {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

body.sanpra-card-pricing #product-listing .sanpra-price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

body.sanpra-card-pricing #product-listing .sanpra-discount-badge {
	color: #d93025;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
}

body.sanpra-card-pricing #product-listing .sanpra-rate-block {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px;
}

body.sanpra-card-pricing #product-listing .sanpra-rate-label {
	font-size: 11px;
	font-weight: 700;
	color: #62748c;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

body.sanpra-card-pricing #product-listing .sanpra-rate-value {
	font-size: 21px;
	font-weight: 800;
	color: #101418;
	line-height: 1.1;
}

body.sanpra-card-pricing #product-listing .sanpra-mrp-row {
	padding-left: 0;
}

body.sanpra-card-pricing #product-listing .sanpra-mrp-value {
	font-size: 12px;
	font-weight: 600;
	color: #5f6368;
	text-decoration: line-through;
	text-decoration-thickness: 1.5px;
	text-decoration-color: #5f6368;
	opacity: 0.82;
}

body.sanpra-card-pricing #products-grid-area .card-img-container,
body.sanpra-card-pricing #products-list-area .list-image {
	position: relative;
}

body.sanpra-card-pricing .sanpra-rating-badge {
	position: absolute;
	top: 8px;
	left: 8px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	padding: 2px 7px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	background: #eaf8ee;
	color: #2f7d32;
	border: 1px solid #c7e9cf;
	opacity: 0.95;
}

body.sanpra-card-pricing .sanpra-off-badge {
	position: absolute;
	left: 8px;
	bottom: 8px;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	padding: 2px 7px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	background: #eaf8ee;
	color: #2f7d32;
	border: 1px solid #c7e9cf;
	opacity: 0.95;
}

body.sanpra-card-pricing #product-listing .product-title {
	margin-bottom: 0 !important;
	line-height: 1.25;
}

body.sanpra-card-pricing .sanpra-rate-na {
	font-size: 12px;
	font-weight: 700;
	color: #7e8ea4;
}

body.sanpra-card-pricing .sanpra-stock {
	display: block;
	font-size: 11.5px;
	font-weight: 700;
	margin-bottom: 7px;
}

body.sanpra-card-pricing .sanpra-stock.sanpra-in {
	color: #198a3f;
}

body.sanpra-card-pricing .sanpra-stock.sanpra-out {
	color: #cf3a3a;
}

body.sanpra-card-pricing .sanpra-stock.sanpra-backorder {
	color: #0d7a77;
}

body.sanpra-cashify-page #products-grid-area .btn-add-to-cart-list,
body.sanpra-cashify-page #products-grid-area .btn-explore-variants,
body.sanpra-cashify-page #products-grid-area .go-to-cart-grid {
	visibility: visible !important;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 10px;
	margin-top: 4px !important;
}

body.sanpra-cashify-page #products-grid-area .btn-add-to-cart-list,
body.sanpra-cashify-page #products-grid-area .btn-explore-variants {
	background: #ffb300;
	border: 1px solid #ffb300;
	color: #1f1f1f;
}

body.sanpra-cashify-page #products-grid-area .go-to-cart-grid {
	background: #0e4f97;
	border: 1px solid #0e4f97;
	color: #fff;
}

body.sanpra-cashify-page #products-grid-area .product-info-green,
body.sanpra-cashify-page #products-grid-area .cart-indicator,
body.sanpra-cashify-page #products-grid-area .like-action {
	display: none !important;
}

@media (min-width: 1300px) {
	body.sanpra-cashify-page #products-grid-area .item-card {
		flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (min-width: 992px) and (max-width: 1299.98px) {
	body.sanpra-cashify-page #products-grid-area .item-card {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	body.sanpra-cashify-page #products-grid-area .item-card {
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
}

@media (min-width: 560px) and (max-width: 767.98px) {
	body.sanpra-cashify-page #products-grid-area .item-card {
		flex: 0 0 50%;
		max-width: 50%;
	}

	body.sanpra-cashify-page .sanpra-hero-track {
		height: 220px;
	}
}

@media (max-width: 559.98px) {
	body.sanpra-cashify-page .sanpra-hero-track {
		height: 230px;
	}

	body.sanpra-cashify-page .sanpra-hero-slide {
		padding: 22px 18px;
	}

	body.sanpra-cashify-page .hero-copy h2 {
		font-size: 24px;
	}

	body.sanpra-cashify-page #products-grid-area .item-card {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
