.zervinco-home {
	background: #f6f8fb;
	color: #122033;
}

.zervinco-topbar {
	display: block;
	background: #122033;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
}

.zervinco-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	width: min(1180px, calc(100% - 40px));
	min-height: 38px;
	margin-inline: auto;
}

.zervinco-topbar span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.zervinco-topbar span::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #20b486;
}

.zervinco-topbar a {
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
}

.ct-header {
	background: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid #e5edf7;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.ct-header [data-row*="middle"] {
	min-height: 82px;
}

.ct-header [data-id="logo"] {
	display: flex;
	align-items: center;
	gap: 12px;
}

.ct-header [data-id="logo"][data-logo] {
	flex-direction: row;
}

.ct-header .site-logo-container {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.ct-header .site-logo-container img {
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
}

.ct-header .site-title {
	color: #122033;
	font-size: 31px;
	font-weight: 900;
	letter-spacing: 0;
}

.ct-header .header-menu-1 .menu > li > a,
.ct-header .header-menu-2 .menu > li > a {
	min-height: auto;
	border-radius: 8px;
	padding: 8px 11px;
	color: #34445a;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
	transition: background-color 160ms ease, color 160ms ease;
}

.ct-header .header-menu-1 .menu > li > a:hover,
.ct-header .header-menu-2 .menu > li > a:hover,
.ct-header .header-menu-1 .menu > li.current-menu-item > a,
.ct-header .header-menu-2 .menu > li.current-menu-item > a {
	background: #eaf2ff;
	color: #0f5ed6;
}

.ct-header .header-menu-1 .menu > li.current-menu-item,
.ct-header .header-menu-2 .menu > li.current-menu-item {
	background: transparent;
}

.ct-header [data-id="search"] {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #f1f5f9;
	color: #122033;
}

.zervinco-shop-toolbar {
	display: block;
	position: relative;
	z-index: 2;
	background: #ffffff;
	border-bottom: 1px solid #e5edf7;
}

.zervinco-shop-toolbar__inner {
	display: grid;
	grid-template-columns: minmax(280px, 1fr) auto;
	align-items: center;
	gap: 22px;
	width: min(1180px, calc(100% - 40px));
	min-height: 74px;
	margin-inline: auto;
}

.zervinco-product-search {
	display: grid;
	grid-template-columns: 1fr auto;
	overflow: hidden;
	border: 1px solid #d9e4f2;
	border-radius: 999px;
	background: #f8fbff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.zervinco-product-search label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}

.zervinco-product-search input[type="search"] {
	width: 100%;
	min-height: 48px;
	padding: 0 18px;
	border: 0;
	background: transparent;
	color: #122033;
	font-size: 15px;
	outline: 0;
}

.zervinco-product-search input[type="search"]::placeholder {
	color: #7b8ba0;
}

.zervinco-product-search button {
	min-width: 92px;
	min-height: 48px;
	border: 0;
	border-radius: 999px;
	background: #0f5ed6;
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
}

.zervinco-toolbar-links {
	display: flex;
	align-items: center;
	gap: 10px;
}

.zervinco-toolbar-links a,
.zervinco-toolbar-icon-link,
.zervinco-toolbar-account {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	border-radius: 999px;
	background: #f1f5f9;
	color: #122033;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.zervinco-toolbar-icon-link {
	position: relative;
	width: 48px;
	padding: 0;
	background: #122033;
	color: #ffffff;
}

.zervinco-toolbar-account {
	gap: 8px;
	max-width: 220px;
	text-transform: none;
}

.zervinco-toolbar-account span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zervinco-cart-badge {
	position: absolute;
	top: -6px;
	right: -4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border: 2px solid #ffffff;
	border-radius: 999px;
	background: #ef4444;
	color: #ffffff;
	font-size: 10px;
	font-weight: 900;
	line-height: 1;
}

.zervinco-cart-badge[data-count="0"] {
	display: none;
}

@media (min-width: 1000px) {
	.single-product .product-entry-wrapper {
		--product-gallery-width: 25% !important;
	}

	.single-product .entry-summary form.cart .single_add_to_cart_button,
	.single-product .entry-summary .ct-cart-actions .single_add_to_cart_button {
		width: 50% !important;
		max-width: 50% !important;
		flex: 0 1 50% !important;
	}
}

.single-product .entry-summary .stock.in-stock,
.single-product .entry-summary .stock.available-on-backorder {
	color: #15803d;
	font-weight: 800;
}

.single-product .entry-summary .wc-points-rewards-product-message {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #122033;
	font-weight: 800;
}

.single-product .entry-summary .wc-points-rewards-product-message::before {
	content: "";
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 999px;
	background:
		radial-gradient(circle at 35% 30%, #fff2a8 0 18%, transparent 19%),
		linear-gradient(135deg, #facc15, #f59e0b);
	box-shadow: inset 0 0 0 2px rgba(146, 64, 14, 0.18), 0 4px 10px rgba(245, 158, 11, 0.22);
}

.zervinco-product-origin {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: -8px 0 18px;
	color: #33445c;
	font-size: 16px;
	line-height: 1.4;
}

.zervinco-product-origin span::after {
	content: ":";
}

.zervinco-product-origin strong {
	font-weight: 800;
	color: #122033;
}

.zervinco-home a {
	text-decoration: none;
}

.woocommerce-checkout .select2-hidden-accessible {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.woocommerce-checkout .form-row:has(.select2-container) > select,
.woocommerce-checkout .form-row:has(.select2-container) > span.select2-hidden-accessible {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.woocommerce-checkout #billing_city_field > select#billing_city,
.woocommerce-checkout #billing_address_2_field > select#billing_address_2,
.woocommerce-checkout #shipping_city_field > select#shipping_city,
.woocommerce-checkout #shipping_address_2_field > select#shipping_address_2 {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.woocommerce-checkout .form-row label .optional {
	display: none;
}

.zervinco-checkout-top-actions {
	display: flex;
	justify-content: flex-end;
	margin: 0 0 16px;
}

.zervinco-checkout-summary-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 18px;
	border-radius: 8px;
	background: #122033;
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
}

.zervinco-checkout-summary-button:hover {
	color: #ffffff;
	background: #0f5ed6;
}

.zervinco-cart-continue-shopping {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	margin-top: 12px;
	border-radius: 8px;
	background: #eef3f8;
	color: #122033;
	font-weight: 800;
	text-decoration: none;
}

.zervinco-cart-continue-shopping:hover {
	color: #ffffff;
	background: #122033;
}

.woocommerce-cart .product-name dl,
.woocommerce-cart .product-name .wc-item-meta,
.woocommerce-cart .product-name .variation,
.woocommerce-cart .wc-block-components-product-metadata {
	display: none !important;
}

.woocommerce-shop .woocommerce-info,
.post-type-archive-product .woocommerce-info,
.tax-product_cat .woocommerce-info,
.tax-product_tag .woocommerce-info,
.search.post-type-archive-product .woocommerce-info {
	display: none !important;
}

.woocommerce-cart .zervinco-cart-continue-shopping + .zervinco-cart-continue-shopping,
.woocommerce-cart .zervinco-cart-continue-shopping--fallback:first-child {
	display: none !important;
}

.woocommerce-checkout label .required {
	color: #d63638;
	text-decoration: none;
}

.zervinco-checkout-address-select,
.zervinco-save-address-checkout {
	clear: both;
	margin: 0 0 22px;
	padding: 18px;
	border: 1px solid #dbe5f1;
	border-radius: 8px;
	background: #f8fbff;
}

.woocommerce-checkout #ship-to-different-address,
.woocommerce-checkout .shipping_address,
.woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-customer-details .woocommerce-customer-details--email {
	display: none !important;
}

.woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_last_name_field,
.woocommerce-checkout #billing_company_field,
.woocommerce-checkout #billing_email_field,
.woocommerce-checkout #billing_phone_field,
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_state_field,
.woocommerce-checkout #billing_city_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #billing_address_3_field,
.woocommerce-checkout #billing_postcode_field {
	display: none !important;
}

.zervinco-checkout-address-select {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 12px;
	align-items: end;
}

.zervinco-checkout-address-select label {
	grid-column: 1 / -1;
	display: block;
	margin-bottom: 0;
	font-weight: 700;
	color: #142036;
}

.zervinco-checkout-address-select select {
	width: 100%;
}

.zervinco-selected-address {
	grid-column: 1 / -1;
	display: grid;
	gap: 3px;
	padding: 14px;
	border: 1px solid #dbe5f1;
	border-radius: 8px;
	background: #fff;
	color: #56657d;
	font-size: 15px;
	line-height: 1.45;
}

.zervinco-selected-address strong {
	margin-bottom: 2px;
	color: #142036;
	font-size: 16px;
}

.zervinco-selected-address[hidden] {
	display: none;
}

.zervinco-new-address-button {
	white-space: nowrap;
}

.zervinco-save-address-checkout {
	display: grid;
	gap: 12px;
}

.zervinco-save-address-checkout label {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-weight: 700;
}

.zervinco-save-address-checkout input[type="text"] {
	width: 100%;
}

.zervinco-address-book__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
	margin: 0 0 28px;
}

.zervinco-address-card {
	padding: 18px;
	border: 1px solid #dbe5f1;
	border-radius: 8px;
	background: #fff;
}

.zervinco-address-card h3 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	font-size: 18px;
}

.zervinco-address-badge {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	padding: 0 10px;
	border-radius: 999px;
	background: #eaf2ff;
	color: #0f5ed6;
	font-size: 12px;
	font-weight: 800;
}

.zervinco-address-card p {
	margin: 0 0 16px;
	color: #56657d;
}

.zervinco-address-card form {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.zervinco-address-book__form {
	display: flow-root;
	padding: 20px;
	border: 1px solid #dbe5f1;
	border-radius: 8px;
	background: #f8fbff;
}

.zervinco-address-book__form select,
.zervinco-address-book__form input,
.zervinco-address-book__form textarea {
	width: 100%;
}

.zervinco-address-book .required {
	color: #d63638;
	text-decoration: none;
}

.zervinco-checkbox-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-weight: 700;
}

.zervinco-checkbox-label input[type="checkbox"] {
	width: auto;
}

.zervinco-order-detail-actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 12px;
	margin-top: 28px;
	padding-top: 22px;
	border-top: 1px solid #dbe5f1;
}

.zervinco-order-detail-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0 22px;
	border-radius: 8px;
	font-weight: 800;
	text-decoration: none;
}

.zervinco-order-detail-actions__primary {
	background: #0f5ed6;
	color: #ffffff;
}

.zervinco-order-detail-actions__secondary {
	background: #eef3f8;
	color: #122033;
}

.zervinco-shipping-method {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	line-height: 1.35;
	vertical-align: middle;
}

.zervinco-free-shipping-label {
	color: #122033;
	font-weight: 900;
}

.zervinco-courier-logo {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-width: 54px;
	height: 28px;
	padding: 0 8px;
	border: 1px solid #dbe5f1;
	border-radius: 6px;
	background: #ffffff;
	color: #122033;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 0;
	box-shadow: 0 4px 10px rgba(15, 23, 42, 0.06);
}

.zervinco-courier-logo--image {
	display: inline-block;
	width: 72px;
	min-width: 72px;
	height: 28px;
	padding: 4px 7px;
	object-fit: contain;
}

.zervinco-courier-logo--jne {
	color: #113f8c;
	border-color: #d7e4fb;
	border-bottom: 3px solid #ef2f24;
}

.zervinco-courier-logo--image.zervinco-courier-logo--jne {
	border-bottom-width: 1px;
}

.zervinco-courier-logo--jnt {
	color: #d71920;
	border-color: #f4d5d7;
}

.zervinco-courier-logo--sicepat {
	color: #e01b22;
	border-color: #f5d6d8;
}

.zervinco-courier-logo--anteraja {
	color: #df4b22;
	border-color: #f5ddd3;
}

.zervinco-courier-logo--tiki {
	color: #1f4f9a;
	border-color: #d8e3f8;
}

.zervinco-courier-logo--pos {
	color: #ef6c00;
	border-color: #f8dfc6;
}

.zervinco-courier-logo--wahana {
	color: #6d3ab2;
	border-color: #e5daf7;
}

.zervinco-courier-logo--ninja {
	color: #ee2b2f;
	border-color: #f7d4d5;
}

.zervinco-courier-logo--lion {
	color: #d71920;
	border-color: #f4d5d7;
}

.zervinco-address-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(15, 23, 42, 0.58);
}

.zervinco-address-modal[aria-hidden="false"] {
	display: flex;
}

.zervinco-modal-open {
	overflow: hidden;
}

.zervinco-address-modal__dialog {
	width: min(760px, 100%);
	max-height: calc(100vh - 48px);
	overflow: auto;
	padding: 22px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 24px 80px rgba(15, 23, 42, 0.22);
}

.zervinco-address-modal__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 18px;
}

.zervinco-address-modal__header h3 {
	margin: 0;
}

.zervinco-address-modal__close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #eef3f8;
	color: #142036;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.zervinco-address-modal__form {
	display: flow-root;
}

.zervinco-address-modal__form select,
.zervinco-address-modal__form input,
.zervinco-address-modal__form textarea {
	width: 100%;
}

.zervinco-address-modal__footer {
	clear: both;
	padding-top: 18px;
}

.zervinco-field-error {
	border-color: #d63638 !important;
}

.zervinco-field-message {
	display: block;
	margin-top: 6px;
	color: #d63638;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

@media (max-width: 689.98px) {
	.zervinco-checkout-address-select {
		grid-template-columns: 1fr;
	}

	.zervinco-new-address-button {
		width: 100%;
	}
}

.woocommerce-checkout #billing_phone_field {
	margin-bottom: 18px;
}

@media (min-width: 690px) {
	.woocommerce-checkout #billing_phone_field,
	.woocommerce-checkout #billing_address_3_field,
	.woocommerce-checkout #billing_postcode_field,
	.woocommerce-checkout #shipping_address_3_field,
	.woocommerce-checkout #shipping_postcode_field {
		width: 48%;
		clear: none;
	}

	.woocommerce-checkout #billing_address_3_field,
	.woocommerce-checkout #shipping_address_3_field {
		float: left;
	}

	.woocommerce-checkout #billing_phone_field,
	.woocommerce-checkout #billing_postcode_field,
	.woocommerce-checkout #shipping_postcode_field {
		float: right;
	}
}

.woocommerce-checkout #order_comments_field,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
	clear: both;
	width: 100%;
	float: none;
}

.woocommerce-checkout #order_comments_field label {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.woocommerce-checkout #order_comments {
	width: 100%;
	min-height: 170px;
}

.zervinco-container {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.zervinco-banner-slider {
	padding: 8px 0 6px;
	background: #f5f5f7;
}

.zervinco-slider {
	position: relative;
	width: min(1180px, calc(100% - 40px));
	height: min(560px, 56vw);
	min-height: 420px;
	margin-inline: auto;
	overflow: hidden;
	background:
		radial-gradient(circle at 68% 56%, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0) 34%),
		linear-gradient(180deg, #c8f0ff 0%, #effaff 54%, #ffffff 100%);
}

.zervinco-slider__track {
	position: relative;
	height: 100%;
}

.zervinco-slide {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-rows: auto 1fr;
	justify-items: center;
	padding: 34px 32px 28px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 600ms ease, transform 600ms ease;
	transform: translateX(18px);
}

.zervinco-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.zervinco-slide__content {
	position: relative;
	z-index: 2;
	max-width: 720px;
	text-align: center;
}

.zervinco-slide__content h1 {
	margin: 0;
	color: #111827;
	font-size: clamp(36px, 6vw, 76px);
	font-weight: 900;
	line-height: 0.96;
	letter-spacing: 0;
}

.zervinco-slide__content p {
	max-width: 540px;
	margin: 10px auto 0;
	color: #253247;
	font-size: 18px;
	line-height: 1.45;
}

.zervinco-slide__actions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 16px;
}

.zervinco-slide__actions a,
.zervinco-feature-tile__content a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 17px;
	border: 1px solid #0f5ed6;
	border-radius: 999px;
	background: #0f5ed6;
	color: #ffffff;
	font-size: 13px;
	font-weight: 800;
}

.zervinco-slide__actions a:nth-child(2),
.zervinco-feature-tile__content a:nth-child(2) {
	background: transparent;
	color: #0f5ed6;
}

.zervinco-slide__image {
	display: grid;
	place-items: center;
	width: min(560px, 78%);
	align-self: center;
	margin-top: 10px;
}

.zervinco-slide__image img {
	width: 100%;
	max-height: 330px;
	object-fit: contain;
	filter: drop-shadow(0 26px 32px rgba(15, 23, 42, 0.18));
}

.zervinco-slider__dots {
	position: absolute;
	z-index: 5;
	left: 50%;
	bottom: 18px;
	display: flex;
	gap: 8px;
	transform: translateX(-50%);
}

.zervinco-slider__dots button {
	width: 7px;
	height: 7px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(17, 24, 39, 0.26);
	cursor: pointer;
}

.zervinco-slider__dots button.is-active {
	width: 22px;
	border-radius: 999px;
	background: #111827;
}

.zervinco-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 0 0 8px;
	background: #ffffff;
}

.zervinco-feature-tile {
	position: relative;
	display: grid;
	grid-template-rows: auto 1fr;
	min-height: 430px;
	overflow: hidden;
	background: #f5f5f7;
	color: #111827;
}

.zervinco-feature-tile--dark {
	background: #020408;
	color: #ffffff;
}

.zervinco-feature-tile__content {
	position: relative;
	z-index: 2;
	display: grid;
	justify-items: center;
	padding: 42px 24px 12px;
	text-align: center;
}

.zervinco-feature-tile__content h2 {
	max-width: 520px;
	margin: 0;
	color: currentColor;
	font-size: clamp(26px, 3vw, 42px);
	font-weight: 900;
	line-height: 1.04;
	letter-spacing: 0;
}

.zervinco-feature-tile__content p {
	margin: 6px 0 0;
	color: currentColor;
	font-size: 15px;
	line-height: 1.35;
}

.zervinco-feature-tile__content div {
	display: flex;
	gap: 8px;
	margin-top: 12px;
}

.zervinco-feature-tile--dark .zervinco-feature-tile__content a:nth-child(2) {
	color: #7ab7ff;
	border-color: #7ab7ff;
}

.zervinco-feature-tile__image {
	display: grid;
	place-items: end center;
	padding: 6px 34px 0;
}

.zervinco-feature-tile__image img {
	width: min(420px, 88%);
	max-height: 260px;
	object-fit: contain;
	filter: drop-shadow(0 22px 28px rgba(15, 23, 42, 0.18));
}

.zervinco-feature-tile--dark .zervinco-feature-tile__image img {
	filter: drop-shadow(0 20px 36px rgba(255, 255, 255, 0.1));
}

.zervinco-hero {
	position: relative;
	overflow: hidden;
	padding: 70px 0 48px;
	background:
		linear-gradient(135deg, rgba(15, 94, 214, 0.1), rgba(255, 255, 255, 0) 38%),
		linear-gradient(115deg, var(--zervinco-hero-bg-start, #ffffff) 0%, #eef5ff 54%, var(--zervinco-hero-bg-end, #dcecff) 100%);
}

.zervinco-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.78fr);
	gap: 46px;
	align-items: center;
}

.zervinco-hero__content {
	max-width: 680px;
}

.zervinco-hero__label {
	display: inline-flex;
	margin: 0 0 18px;
	padding: 9px 14px;
	border-radius: 999px;
	background: #e4efff;
	color: #0f5ed6;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
}

.zervinco-hero h1 {
	margin: 0;
	color: var(--zervinco-hero-title-color, #0f172a);
	font-size: clamp(38px, 5vw, 68px);
	line-height: 1.02;
	letter-spacing: 0;
}

.zervinco-hero__content > p:not(.zervinco-hero__label) {
	max-width: 610px;
	margin: 22px 0 0;
	color: var(--zervinco-hero-desc-color, #516174);
	font-size: 18px;
	line-height: 1.7;
}

.zervinco-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.zervinco-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 8px;
	font-size: 15px;
	font-weight: 800;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.zervinco-button:hover {
	transform: translateY(-1px);
}

.zervinco-button--primary {
	background: #0f5ed6;
	color: #ffffff;
	box-shadow: 0 14px 28px rgba(15, 94, 214, 0.22);
}

.zervinco-button--secondary {
	background: #ffffff;
	color: #122033;
	box-shadow: inset 0 0 0 1px #d7e2f0;
}

.zervinco-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.zervinco-benefits span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--zervinco-hero-benefit-color, #334155);
	font-size: 14px;
	font-weight: 700;
}

.zervinco-benefits span::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #20b486;
}

.zervinco-hero__media {
	position: relative;
	display: grid;
	min-height: 490px;
	align-items: center;
	justify-items: center;
}

.zervinco-hero__media::before {
	content: "";
	position: absolute;
	inset: 54px 0 24px;
	border-radius: 24px;
	background: var(--zervinco-hero-media-shape-color, #0f5ed6);
	box-shadow: 0 28px 60px rgba(15, 94, 214, 0.26);
	transform: rotate(-4deg);
}

.zervinco-promo-card,
.zervinco-featured-product {
	position: relative;
	z-index: 1;
}

.zervinco-promo-card {
	justify-self: center;
	align-self: start;
	width: min(260px, 70%);
	margin: 0 0 -38px;
	padding: 18px;
	border-radius: 16px;
	background: #122033;
	color: #ffffff;
	box-shadow: 0 20px 45px rgba(18, 32, 51, 0.24);
	transform: rotate(15deg);
	transform-origin: center;
	z-index: 3;
}

.zervinco-promo-card span,
.zervinco-promo-card small {
	display: block;
	color: rgba(255, 255, 255, 0.76);
	font-size: 13px;
}

.zervinco-promo-card strong {
	display: block;
	margin: 4px 0;
	font-size: 25px;
	line-height: 1.08;
}

.zervinco-featured-product {
	display: grid;
	width: min(340px, 88%);
	padding: 24px;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 22px 50px rgba(31, 41, 55, 0.2);
	text-align: center;
}

.zervinco-featured-product img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.zervinco-featured-product span {
	margin-top: 14px;
	color: #122033;
	font-size: 17px;
	font-weight: 800;
}

.zervinco-featured-product strong {
	margin-top: 7px;
	color: #0f5ed6;
	font-size: 18px;
}

.zervinco-featured-product--banner {
	padding: 10px;
	background: transparent;
	box-shadow: none;
	transform: scale(1.2) rotate(15deg) translateY(-10px);
	transform-origin: center top;
	z-index: 2;
	margin-bottom: 22px;
}

.zervinco-featured-product--banner img {
	width: 100%;
	aspect-ratio: auto;
	max-height: 430px;
	border-radius: 0;
	object-fit: contain;
	background: transparent;
	filter: drop-shadow(0 18px 30px rgba(15, 23, 42, 0.18));
}

.zervinco-product-placeholder {
	width: 100%;
	aspect-ratio: 1 / 1;
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(15, 94, 214, 0.18), transparent 42%),
		#edf4ff;
}

.zervinco-promo-strip {
	padding: 26px 0;
	background: #ffffff;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
}

.zervinco-promo-strip__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.zervinco-promo-strip__grid a {
	position: relative;
	display: grid;
	gap: 4px;
	padding: 22px 24px;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #ffffff;
	color: #122033;
	overflow: hidden;
}

.zervinco-promo-item img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.zervinco-promo-item.has-image::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.62));
}

.zervinco-promo-item__copy {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 4px;
}

.zervinco-promo-strip__grid strong,
.zervinco-promo-item__copy strong {
	font-size: 17px;
}

.zervinco-promo-strip__grid span,
.zervinco-promo-item__copy span {
	color: #64748b;
	font-size: 14px;
	line-height: 1.5;
}

.zervinco-manual-banners {
	padding: 8px 0 0;
	background: #ffffff;
}

.zervinco-manual-banners__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}

.zervinco-manual-banner {
	position: relative;
	display: grid;
	min-height: 410px;
	overflow: hidden;
	background: #f5f5f7;
	color: #111827;
	text-align: center;
}

.zervinco-manual-banner--dark {
	background: #050505;
	color: #ffffff;
}

.zervinco-manual-banner__copy {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	display: grid;
	justify-items: center;
	padding: 34px 26px 10px;
	pointer-events: none;
}

.zervinco-manual-banner__copy h2 {
	max-width: 520px;
	margin: 0;
	color: currentColor;
	font-size: clamp(26px, 3vw, 40px);
	font-weight: 900;
	line-height: 1.04;
	letter-spacing: 0;
}

.zervinco-manual-banner__copy p {
	max-width: 440px;
	margin: 6px 0 0;
	color: currentColor;
	font-size: 15px;
	line-height: 1.35;
}

.zervinco-manual-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: none;
}

.zervinco-manual-banner--dark img {
	filter: none;
}

.zervinco-section {
	padding: 68px 0;
}

.zervinco-section__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 26px;
}

.zervinco-section__heading h2 {
	margin: 0;
	color: #0f172a;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.12;
	letter-spacing: 0;
}

.zervinco-section__heading a {
	color: #0f5ed6;
	font-weight: 800;
}

.zervinco-brand-grid,
.zervinco-product-grid {
	display: grid;
	gap: 20px;
}

.zervinco-brand-grid {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.zervinco-brand-card {
	display: grid;
	min-height: 190px;
	align-content: center;
	justify-items: center;
	padding: 20px;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
	color: #122033;
	overflow: hidden;
	text-align: center;
}

.zervinco-brand-card img,
.zervinco-brand-card__icon {
	width: 100%;
	height: 88px;
	margin-bottom: 18px;
	border-radius: 12px;
	object-fit: contain;
	background:
		linear-gradient(135deg, rgba(15, 94, 214, 0.14), rgba(32, 180, 134, 0.1)),
		#edf4ff;
	padding: 14px;
}

.woocommerce ul.products li.product .zervinco-loop-meta {
	display: none !important;
}

.woocommerce ul.products li.product :is(.ct-product-categories, .product-categories, .posted_in) {
	display: none !important;
}

.woocommerce ul.products li.product .zervinco-loop-catline {
	margin-top: 10px;
	color: #475569;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.02em;
}

.woocommerce ul.products li.product .zervinco-loop-catline a {
	color: #475569;
	text-decoration: none;
}

.woocommerce ul.products li.product .zervinco-loop-catline a:hover {
	color: #0f5ed6;
}

.zervinco-brand-breadcrumb {
	width: min(100% - 48px, 1344px);
	margin: 18px auto 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	color: #334155;
}

.zervinco-brand-breadcrumb a {
	color: #0f5ed6;
	text-decoration: none;
}

.zervinco-brand-breadcrumb__sep {
	color: #64748b;
}

.zervinco-shop-brand-toolbar {
	margin: 0 0 20px;
}

.zervinco-shop-brand-toolbar__back {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.zervinco-shop-brand-toolbar__back a {
	color: #1f63d8;
	font-weight: 700;
	text-decoration: none;
}

.zervinco-shop-brand-toolbar__top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 240px auto;
	gap: 12px;
	margin-bottom: 12px;
}

.zervinco-shop-brand-toolbar__top input,
.zervinco-shop-brand-toolbar__top select {
	height: 46px;
	border: 1px solid #c9d6e8;
	border-radius: 8px;
	padding: 0 14px;
	background: #fff;
}

.post-type-archive-product .woocommerce-ordering {
	display: none !important;
}

.zervinco-shop-brand-toolbar__top button {
	height: 46px;
	padding: 0 18px;
	border: 0;
	border-radius: 8px;
	background: #1f63d8;
	color: #fff;
	font-weight: 700;
}

.zervinco-shop-brand-toolbar__sort {
	display: block;
}

.zervinco-shop-brand-toolbar__sort select {
	height: 46px;
	width: 100%;
	border: 1px solid #c9d6e8;
	border-radius: 8px;
	padding: 0 14px;
	background: #fff;
}

.zervinco-shop-brand-toolbar__alphabet {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
}

.zervinco-shop-brand-toolbar__alphabet a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 34px;
	padding: 0 10px;
	border-radius: 8px;
	background: #e8effb;
	color: #334155;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.zervinco-shop-brand-toolbar__alphabet a.is-active {
	background: #1f63d8;
	color: #fff;
}

/* Keep shop title compact after product search */
.post-type-archive-product.search .ct-page-title,
.search.search-results .ct-page-title {
	--theme-page-title-height: auto;
	padding: 28px 0 22px !important;
	margin-bottom: 0 !important;
}

.post-type-archive-product.search .ct-page-title .ct-container,
.search.search-results .ct-page-title .ct-container {
	min-height: auto !important;
}

.search .hero-section,
.post-type-archive-product.search .hero-section {
	--margin-bottom: 0;
	margin-bottom: 0 !important;
}

.search .hero-section.is-width-constrained,
.post-type-archive-product.search .hero-section.is-width-constrained {
	min-height: 0 !important;
	padding: 0 !important;
}

.search .hero-section[data-type="type-1"],
.post-type-archive-product.search .hero-section[data-type="type-1"] {
	padding: 0 !important;
}

.search .hero-section[data-type="type-2"] > [class*="ct-container"],
.post-type-archive-product.search .hero-section[data-type="type-2"] > [class*="ct-container"] {
	min-height: auto !important;
	padding: 26px 0 18px !important;
	justify-content: center !important;
}

.search .hero-section .page-title,
.post-type-archive-product.search .hero-section .page-title {
	margin: 0 !important;
	padding: 18px 0 12px !important;
	line-height: 1.1 !important;
}

.woocommerce-account .ct-woo-unauthorized .col2-set {
	grid-template-columns: 1fr !important;
}

.woocommerce-account .ct-woo-unauthorized .col2-set > .col-2 {
	display: none !important;
}

.woocommerce-account .ct-woo-unauthorized .col2-set > .col-1 {
	max-width: 640px;
	margin: 0 auto;
	padding: 24px;
	border: 1px solid #d9e2ef;
	border-radius: 14px;
	background: #fff;
}

.zervinco-login-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 14px;
}

.zervinco-register-popup[hidden] {
	display: none !important;
}

.zervinco-register-popup {
	position: fixed;
	inset: 0;
	z-index: 99999;
}

.zervinco-register-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(15, 23, 42, 0.5);
}

.zervinco-register-popup__dialog {
	position: relative;
	width: min(92vw, 760px);
	max-height: 88vh;
	overflow: auto;
	margin: 4vh auto;
	padding: 20px;
	border-radius: 14px;
	background: #fff;
}

.zervinco-register-popup__close {
	position: absolute;
	top: 10px;
	right: 12px;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
}

body.zervinco-popup-open {
	overflow: hidden;
}

.woocommerce ul.products li.product :is(
	.ct-product-categories,
	.posted_in,
	.product-categories,
	.cat-links,
	.entry-meta
) {
	display: none !important;
}

.tax-product_brand .woocommerce-products-header__thumbnail img,
.tax-product_brands .woocommerce-products-header__thumbnail img {
	max-height: 120px;
	max-width: 240px;
	width: auto;
	height: auto;
	object-fit: contain;
	margin-inline: auto;
}

.tax-product_brand .woocommerce-products-header__thumbnail,
.tax-product_brands .woocommerce-products-header__thumbnail {
	display: grid;
	place-items: center;
	min-height: 130px;
}

/* Brand archive hero/header image: prevent oversized zoom/crop */
.tax-product_brand .ct-page-title,
.tax-product_brands .ct-page-title {
	--theme-page-title-height: 160px;
}

.tax-product_brand .ct-page-title [class*="ct-media-container"] img,
.tax-product_brands .ct-page-title [class*="ct-media-container"] img,
.tax-product_brand .ct-page-title .ct-image-container img,
.tax-product_brands .ct-page-title .ct-image-container img {
	width: auto !important;
	height: 120px !important;
	max-width: 240px !important;
	object-fit: contain !important;
}

.tax-product_brand .ct-page-title [class*="ct-media-container"],
.tax-product_brands .ct-page-title [class*="ct-media-container"],
.tax-product_brand .ct-page-title .ct-image-container,
.tax-product_brands .ct-page-title .ct-image-container {
	display: grid;
	place-items: center;
}

.tax-product_brand .ct-page-title [style*="background-image"],
.tax-product_brands .ct-page-title [style*="background-image"] {
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

/* Brand archive hero: logo kecil sejajar dengan nama brand */
.tax-product_brand .ct-page-title .ct-container,
.tax-product_brands .ct-page-title .ct-container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 110px;
}

.tax-product_brand .ct-page-title [class*="ct-media-container"],
.tax-product_brands .ct-page-title [class*="ct-media-container"],
.tax-product_brand .ct-page-title .ct-image-container,
.tax-product_brands .ct-page-title .ct-image-container {
	width: 48px !important;
	height: 48px !important;
	min-width: 48px;
	flex: 0 0 48px;
	margin: 0 !important;
}

.tax-product_brand .ct-page-title [class*="ct-media-container"] img,
.tax-product_brands .ct-page-title [class*="ct-media-container"] img,
.tax-product_brand .ct-page-title .ct-image-container img,
.tax-product_brands .ct-page-title .ct-image-container img {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: contain !important;
}

.tax-product_brand .ct-page-title .page-title,
.tax-product_brands .ct-page-title .page-title {
	margin: 0 !important;
	font-size: 36px;
	line-height: 1.1;
}

.tax-product_brand .ct-page-title [style*="background-image"],
.tax-product_brands .ct-page-title [style*="background-image"] {
	background-image: none !important;
}

/* Force Blocksy brand hero media container to small inline logo */
.tax-product_brand .ct-page-title .ct-media-container,
.tax-product_brands .ct-page-title .ct-media-container {
	width: 48px !important;
	height: 48px !important;
	min-width: 48px !important;
	max-width: 48px !important;
	min-height: 48px !important;
	max-height: 48px !important;
	flex: 0 0 48px !important;
	overflow: hidden !important;
	border-radius: 8px;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.tax-product_brand .ct-page-title .ct-media-container::before,
.tax-product_brands .ct-page-title .ct-media-container::before {
	padding-bottom: 48px !important;
}

.zervinco-brand-card strong {
	font-size: 18px;
}

.zervinco-brand-card span:last-child {
	margin-top: 4px;
	color: #64748b;
	font-size: 14px;
}

.zervinco-brand-toolbar {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px auto;
	gap: 12px;
	margin-bottom: 18px;
}

.zervinco-brand-toolbar input,
.zervinco-brand-toolbar select {
	width: 100%;
	height: 46px;
	border: 1px solid #c9d6e8;
	border-radius: 8px;
	padding: 0 14px;
	background: #fff;
}

.zervinco-brand-toolbar button {
	min-height: 46px;
	padding: 0 18px;
}

.zervinco-brand-alphabet {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
}

.zervinco-brand-alphabet a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 34px;
	border-radius: 8px;
	padding: 0 10px;
	font-size: 13px;
	font-weight: 700;
	color: #334155;
	background: #e9f0fb;
}

.zervinco-brand-alphabet a.is-active {
	color: #fff;
	background: #0f5ed6;
}

.zervinco-section--products {
	background: #ffffff;
}

.zervinco-info-page {
	background: #f6f8fb;
	color: #122033;
}

.zervinco-info-page__hero {
	padding: 72px 0 44px;
	background: linear-gradient(180deg, #ffffff 0%, #eaf2ff 100%);
	border-bottom: 1px solid #dbe7f6;
}

.zervinco-info-page__hero h1 {
	max-width: 820px;
	margin: 0;
	color: #0f172a;
	font-size: clamp(34px, 4vw, 56px);
	line-height: 1.05;
	letter-spacing: 0;
}

.zervinco-info-page__hero p {
	max-width: 720px;
	margin: 14px 0 0;
	color: #516174;
	font-size: 18px;
	line-height: 1.65;
}

.zervinco-info-page__content {
	padding: 54px 0 72px;
	background: #ffffff;
}

.zervinco-info-page__sections {
	display: grid;
	gap: 22px;
	max-width: 860px;
}

.zervinco-info-page__sections article {
	padding-bottom: 22px;
	border-bottom: 1px solid #e4ecf5;
}

.zervinco-info-page__sections h2 {
	margin: 0 0 8px;
	color: #122033;
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0;
}

.zervinco-info-page__sections p {
	margin: 0;
	color: #4c5d73;
	font-size: 16px;
	line-height: 1.75;
}

.zervinco-info-page__links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 12px;
	max-width: 900px;
}

.zervinco-info-page__links a {
	display: flex;
	align-items: center;
	min-height: 54px;
	padding: 0 18px;
	border: 1px solid #dbe7f6;
	border-radius: 8px;
	background: #f8fbff;
	color: #122033;
	font-weight: 800;
	text-decoration: none;
}

.zervinco-info-page__links a:hover {
	border-color: #0f5ed6;
	color: #0f5ed6;
}

.zervinco-footer {
	background: #101827;
	color: #d8e2f0;
}

.zervinco-footer a {
	color: inherit;
	text-decoration: none;
}

.zervinco-footer a:hover {
	color: #ffffff;
}

.zervinco-footer__top {
	display: grid;
	grid-template-columns: minmax(250px, 1.35fr) repeat(4, minmax(130px, 1fr));
	gap: 34px;
	padding: 64px 0 42px;
}

.zervinco-footer__brand {
	max-width: 430px;
}

.zervinco-footer__logo {
	display: inline-flex;
	align-items: center;
	margin-bottom: 18px;
	color: #ffffff;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0;
}

.zervinco-footer__logo .custom-logo-link,
.zervinco-footer__logo img {
	display: block;
}

.zervinco-footer__logo img {
	width: auto;
	max-width: 180px;
	max-height: 64px;
}

.zervinco-footer__brand p,
.zervinco-footer__newsletter p {
	margin: 0;
	color: #a9b8ca;
	font-size: 15px;
	line-height: 1.75;
}

.zervinco-footer__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 22px;
}

.zervinco-footer__badges span,
.zervinco-footer__payments span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.06);
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
}

.zervinco-footer__nav h2,
.zervinco-footer__contact h2,
.zervinco-footer__newsletter h2 {
	margin: 0 0 16px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0;
}

.zervinco-footer__nav ul,
.zervinco-footer__contact ul {
	display: grid;
	gap: 11px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.zervinco-footer__nav a {
	color: #b9c7d8;
	font-size: 14px;
	font-weight: 700;
}

.zervinco-footer__contact li {
	display: grid;
	gap: 4px;
}

.zervinco-footer__contact span {
	color: #7f91a8;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.zervinco-footer__contact a,
.zervinco-footer__contact strong {
	color: #d8e2f0;
	font-size: 14px;
	font-weight: 800;
}

.zervinco-footer__newsletter {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 460px);
	align-items: center;
	gap: 28px;
	padding: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(255, 255, 255, 0.045);
}

.zervinco-footer__newsletter form {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 10px;
}

.zervinco-footer__newsletter input {
	width: 100%;
	min-height: 48px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #ffffff;
	padding: 0 17px;
	outline: 0;
}

.zervinco-footer__newsletter input::placeholder {
	color: #92a3b8;
}

.zervinco-footer__newsletter button {
	min-height: 48px;
	border: 0;
	border-radius: 999px;
	background: #0f5ed6;
	color: #ffffff;
	padding: 0 20px;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
}

.zervinco-footer__bottom {
	padding: 22px 0;
}

.zervinco-footer__bottom .zervinco-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.zervinco-footer__bottom p {
	margin: 0;
	color: #91a1b5;
	font-size: 13px;
	font-weight: 700;
}

.zervinco-footer__payments {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.zervinco-product-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.zervinco-product-card {
	display: grid;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	background: #ffffff;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.zervinco-product-card:hover {
	transform: translateY(-3px);
	border-color: #cbd5e1;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.1);
}

.zervinco-product-card__image {
	display: grid;
	place-items: center;
	aspect-ratio: 1 / 1;
	background: #f8fafc;
}

.zervinco-product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	padding: 18px;
}

.zervinco-product-card__body {
	display: grid;
	gap: 12px;
	padding: 18px;
}

.zervinco-product-card h3 {
	margin: 0;
	font-size: 16px;
	line-height: 1.35;
}

.zervinco-product-card h3 a {
	color: #122033;
}

.zervinco-product-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 26px;
}

.zervinco-product-card__price {
	color: #0f5ed6;
	font-weight: 800;
}

.zervinco-sale {
	padding: 4px 8px;
	border-radius: 999px;
	background: #dcfce7;
	color: #15803d;
	font-size: 12px;
	font-weight: 800;
}

.zervinco-product-card__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border-radius: 8px;
	background: #122033;
	color: #ffffff;
	font-size: 14px;
	font-weight: 800;
}

.zervinco-empty-state {
	padding: 42px;
	border: 1px dashed #cbd5e1;
	border-radius: 16px;
	background: #f8fafc;
	text-align: center;
}

.zervinco-empty-state h3 {
	margin: 0 0 8px;
}

.zervinco-empty-state p {
	margin: 0;
	color: #64748b;
}

@media (max-width: 999px) {
	.zervinco-topbar__inner {
		justify-content: center;
		text-align: center;
	}

	.zervinco-topbar span:nth-child(2) {
		display: inline-flex;
	}

	.zervinco-shop-toolbar__inner {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 14px 0;
	}

	.zervinco-toolbar-links {
		justify-content: center;
		flex-wrap: wrap;
	}

	.zervinco-slider {
		height: 520px;
		min-height: 520px;
	}

	.zervinco-slide__content h1 {
		font-size: 48px;
	}

	.zervinco-feature-grid {
		grid-template-columns: 1fr;
	}

	.zervinco-feature-tile {
		min-height: 390px;
	}

	.zervinco-manual-banners__grid {
		grid-template-columns: 1fr;
	}

	.zervinco-hero__grid,
	.zervinco-promo-strip__grid {
		grid-template-columns: 1fr;
	}

	.zervinco-hero__media {
		min-height: 420px;
	}

	.zervinco-brand-grid,
	.zervinco-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.zervinco-footer__top {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px;
	}

	.zervinco-footer__brand {
		grid-column: 1 / -1;
		max-width: 720px;
	}

	.zervinco-footer__newsletter {
		grid-template-columns: 1fr;
	}

	.zervinco-brand-toolbar {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.zervinco-topbar__inner {
		width: min(100% - 28px, 1180px);
		min-height: 34px;
		font-size: 12px;
	}

	.zervinco-topbar span:first-child {
		white-space: normal;
	}

	.zervinco-topbar a {
		display: none;
	}

	.ct-header .site-title {
		font-size: 24px;
	}

	.zervinco-shop-toolbar__inner {
		width: min(100% - 28px, 1180px);
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.zervinco-product-search {
		border-radius: 14px;
	}

	.zervinco-product-search button {
		min-width: 76px;
	}

	.zervinco-banner-slider {
		padding-top: 0;
	}

	.zervinco-slider {
		width: 100%;
		height: 500px;
		min-height: 500px;
	}

	.zervinco-slide {
		padding: 34px 18px 24px;
	}

	.zervinco-slide__content h1 {
		font-size: 40px;
	}

	.zervinco-slide__content p {
		font-size: 15px;
	}

	.zervinco-slide__actions a,
	.zervinco-feature-tile__content a {
		min-height: 32px;
		padding: 0 14px;
		font-size: 12px;
	}

	.zervinco-slide__image {
		width: 92%;
	}

	.zervinco-slide__image img {
		max-height: 250px;
	}

	.zervinco-feature-grid {
		width: 100%;
		gap: 8px;
	}

	.zervinco-feature-tile {
		min-height: 360px;
	}

	.zervinco-feature-tile__content {
		padding-top: 34px;
	}

	.zervinco-feature-tile__content h2 {
		font-size: 28px;
	}

	.zervinco-feature-tile__image img {
		max-height: 210px;
	}

	.zervinco-manual-banners {
		padding-top: 8px;
	}

	.zervinco-manual-banners__grid {
		width: 100%;
	}

	.zervinco-manual-banner {
		min-height: 350px;
	}

	.zervinco-manual-banner__copy {
		padding-top: 30px;
	}

	.zervinco-manual-banner__copy h2 {
		font-size: 28px;
	}

	.zervinco-container {
		width: min(100% - 28px, 1180px);
	}

	.zervinco-hero {
		padding-top: 48px;
	}

	.zervinco-hero h1 {
		font-size: 38px;
	}

	.zervinco-hero__content > p:not(.zervinco-hero__label) {
		font-size: 16px;
	}

	.zervinco-hero__actions,
	.zervinco-button {
		width: 100%;
	}

	.zervinco-hero__media {
		min-height: 288px;
	}

	.zervinco-hero__media::before {
		inset: 50px 7% 22px;
		border-radius: 20px;
	}

	.zervinco-promo-card {
		width: 62%;
		margin: 0 0 -18px;
		padding: 17px;
		transform: rotate(8deg);
	}

	.zervinco-promo-card strong {
		font-size: 24px;
	}

	.zervinco-featured-product {
		width: 69%;
		padding: 14px;
	}

	.zervinco-featured-product--banner {
		padding: 0;
	}

	.zervinco-section {
		padding: 48px 0;
	}

	.zervinco-section__heading {
		display: grid;
		align-items: start;
	}

	.zervinco-shop-brand-toolbar__top {
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-areas:
			"search action"
			"sort sort";
		gap: 10px;
	}

	.zervinco-shop-brand-toolbar__top input {
		grid-area: search;
		height: 44px;
		min-width: 0;
	}

	.zervinco-shop-brand-toolbar__sort {
		display: block;
		grid-area: sort;
	}

	.zervinco-shop-brand-toolbar__sort select {
		height: 42px;
	}

	.zervinco-shop-brand-toolbar__top button {
		grid-area: action;
		height: 44px;
		min-width: 96px;
		padding: 0 14px;
		font-size: 15px;
	}

	.zervinco-shop-brand-toolbar {
		margin-bottom: 28px;
	}

	.zervinco-shop-brand-toolbar__alphabet {
		margin-bottom: 16px;
	}

	.zervinco-brand-grid,
	.zervinco-product-grid {
		grid-template-columns: 1fr;
	}

	.zervinco-promo-strip__grid a {
		padding: 18px;
	}

	.zervinco-footer__top {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 46px 0 32px;
	}

	.zervinco-footer__newsletter {
		width: min(100% - 28px, 1180px);
		padding: 22px;
	}

	.zervinco-footer__newsletter form,
	.zervinco-footer__bottom .zervinco-container {
		grid-template-columns: 1fr;
	}

	.zervinco-footer__newsletter form {
		display: grid;
	}

	.zervinco-footer__newsletter button {
		width: 100%;
	}

	.zervinco-footer__bottom .zervinco-container {
		display: grid;
		justify-items: start;
	}

	.zervinco-footer__payments {
		justify-content: flex-start;
	}

	.zervinco-footer {
		display: block !important;
		position: relative !important;
		z-index: 1 !important;
		clear: both !important;
		width: 100% !important;
		height: auto !important;
		overflow: visible !important;
		visibility: visible !important;
		opacity: 1 !important;
	}

	body.search .site-main,
	body.search #main,
	body.search .hero-section,
	body.search .hero-section.is-width-constrained,
	body.search .entry-header {
		--margin-bottom: 0 !important;
		--min-height: 0 !important;
		min-height: 0 !important;
		height: auto !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	body.search .hero-section.is-width-constrained > [class*="ct-container"],
	body.search .entry-header > [class*="ct-container"] {
		min-height: 0 !important;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}

	body.search .hero-section .page-title,
	body.search .entry-header .page-title {
		margin: 0 !important;
		padding: 0 !important;
		font-size: 30px !important;
		line-height: 1.1 !important;
	}

	.single-product .related.products,
	.single-product .up-sells.products,
	.single-product .related.products[class*="ct-hidden"],
	.single-product .up-sells.products[class*="ct-hidden"] {
		display: block !important;
		visibility: visible !important;
		opacity: 1 !important;
	}
}
