/* ============================================================
   YUKIS STOREFRONT — Purple Heritage Polish (sans-serif)
   Brand: #794ABA   Deep: #45236e   Light: #f4eefb
   ============================================================ */

:root {
	--yk-primary:        #794ABA;
	--yk-primary-700:    #5a2e94;
	--yk-primary-800:    #45236e;
	--yk-primary-900:    #321851;
	--yk-primary-50:     #f4eefb;
	--yk-primary-100:    #e8defa;
	--yk-primary-200:    #d6c2f1;

	--yk-text:           #1f1a30;
	--yk-text-soft:      #5a5266;
	--yk-text-muted:     #8a849a;
	--yk-border:         #ece9f3;
	--yk-bg:             #ffffff;
	--yk-bg-alt:         #faf8fd;

	--yk-card-shadow:    0 4px 14px rgba(56, 38, 92, .06);
	--yk-card-shadow-h:  0 12px 28px rgba(56, 38, 92, .12);
	--yk-radius:         12px;
	--yk-radius-sm:      8px;
}

/* ---------- BASE ---------- */
body {
	font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif !important;
	color: var(--yk-text) !important;
	background: var(--yk-bg) !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a { color: var(--yk-primary); transition: color .15s; }
a:hover { color: var(--yk-primary-700); }

/* Override existing green theme buttons globally */
.btn-primary, .primary-btn, .add-cart, .yk-view-all-btn {
	font-family: inherit !important;
}


/* ============================================================
   HEADER
   ============================================================ */
.header-area {
	background: #fff !important;
	box-shadow: 0 1px 3px rgba(56, 38, 92, .04);
	border-bottom: 1px solid var(--yk-border);
}
.header-area .header-top {
	background: var(--yk-primary-800) !important;
	color: #fff !important;
	padding: 8px 0;
	font-size: 12px;
	letter-spacing: .3px;
}
.header-area .header-top a, .header-area .header-top span { color: #fff !important; }

.header-area .header-middle {
	padding: 14px 0;
}
.header-area .brand-logo .brand-image {
	max-height: 56px;
	width: auto;
}

/* Search bar */
.header-area .header-search,
.header-area .form-search {
	border: 1px solid var(--yk-border) !important;
	border-radius: 30px !important;
	overflow: hidden;
	background: var(--yk-bg-alt);
}
.header-area .header-search input,
.header-area .form-search input,
.header-area .header-search .form-select,
.header-area .header-search .form-control {
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	padding-left: 16px;
	font-size: 14px;
}
.header-area .header-search .form-select {
	border-right: 1px solid var(--yk-border) !important;
	max-width: 140px;
}
.header-area .header-search button,
.header-area .form-search button,
.header-area .header-search .search-btn {
	background: var(--yk-primary) !important;
	color: #fff !important;
	border: 0 !important;
	padding: 0 18px !important;
}
.header-area .header-search button:hover,
.header-area .form-search button:hover {
	background: var(--yk-primary-700) !important;
}

/* Header icons (cart / wishlist) */
.header-btn .btn-icon, .header-area .btn-icon {
	font-size: 22px;
	color: var(--yk-text);
	transition: color .15s;
}
.header-btn:hover .btn-icon { color: var(--yk-primary); }

.cart-btn .count, .wishlist-btn .count, .yk-wish-count {
	min-width: 18px; height: 18px; line-height: 18px;
	font-size: 11px; border-radius: 50%; padding: 0 5px;
	position: absolute; top: -4px; right: -8px;
	background: var(--yk-primary) !important;
	color: #fff !important; font-weight: 700; text-align: center;
}
.cart-btn .btn-left, .wishlist-btn .btn-left { position: relative; }

/* Main menu nav */
.menu-area {
	background: var(--yk-bg) !important;
	border-top: 1px solid var(--yk-border);
}
.menu-area .main-menu > li.menu-item > a.menu-link {
	font-weight: 500;
	letter-spacing: .2px;
	padding: 14px 18px;
	color: var(--yk-text) !important;
	transition: color .15s;
	font-size: 14px;
	text-transform: uppercase;
}
.menu-area .main-menu > li.menu-item > a.menu-link:hover,
.menu-area .main-menu > li.menu-item.active > a.menu-link {
	color: var(--yk-primary) !important;
}


/* ============================================================
   BREADCRUMB
   ============================================================ */
.breadcrumb-area {
	background: linear-gradient(135deg, var(--yk-primary-50) 0%, #fff 100%) !important;
	padding: 38px 0 28px;
	margin-bottom: 36px;
	border-bottom: 1px solid var(--yk-border);
	text-align: center;
}
.breadcrumb-area .page-title {
	font-size: 32px;
	font-weight: 700;
	color: var(--yk-primary-800);
	margin-bottom: 8px;
	letter-spacing: -.3px;
}
.breadcrumb-pages {
	display: flex; gap: 6px; justify-content: center;
	margin: 0; padding: 0; list-style: none; flex-wrap: wrap;
	font-size: 13px;
}
.breadcrumb-pages .page-item { color: var(--yk-text-muted); }
.breadcrumb-pages .page-item:not(:last-child)::after {
	content: '/'; margin-left: 6px; opacity: .5;
}
.breadcrumb-pages .page-item-link { color: var(--yk-primary); text-decoration: none; }
.breadcrumb-pages .page-item-link:hover { color: var(--yk-primary-700); }


/* ============================================================
   HOME SECTIONS (Featured / Recent / Promise)
   ============================================================ */
.yk-home-section {
	padding: 60px 0;
}
.yk-section-recent { background: var(--yk-bg-alt); }

.yk-section-head {
	text-align: center;
	margin-bottom: 40px;
}
.yk-eyebrow {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 3px;
	color: var(--yk-primary);
	text-transform: uppercase;
	margin-bottom: 8px;
}
.yk-section-title {
	font-size: 32px;
	font-weight: 700;
	color: var(--yk-primary-800);
	margin: 0 0 10px;
	letter-spacing: -.3px;
}
.yk-section-title::after {
	content: '';
	display: block;
	width: 56px;
	height: 3px;
	background: var(--yk-primary);
	margin: 14px auto 0;
	border-radius: 2px;
}
.yk-section-sub {
	font-size: 15px;
	color: var(--yk-text-soft);
	max-width: 520px;
	margin: 14px auto 0;
	line-height: 1.6;
}

.yk-home-grid {
	margin-left: -10px;
	margin-right: -10px;
}
.yk-home-grid > [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

/* card tag badges (Featured / New) */
.yk-card-tag {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
	background: var(--yk-primary);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.yk-tag-featured { background: var(--yk-primary); }
.yk-tag-new { background: var(--yk-primary-800); }

.yk-view-all-btn {
	display: inline-block;
	background: transparent;
	color: var(--yk-primary);
	border: 2px solid var(--yk-primary);
	padding: 12px 32px;
	border-radius: 30px;
	font-weight: 600;
	text-decoration: none !important;
	transition: all .2s;
	font-size: 14px;
	letter-spacing: .5px;
}
.yk-view-all-btn:hover {
	background: var(--yk-primary);
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(121, 74, 186, .25);
}

/* ============================================================
   BRAND PROMISE STRIP
   ============================================================ */
.yk-promise-strip {
	background: var(--yk-primary-800);
	color: #fff;
	padding: 48px 0;
}
.yk-promise-item {
	text-align: center;
	padding: 12px;
}
.yk-promise-item i {
	font-size: 32px;
	color: #fff;
	margin-bottom: 14px;
	background: rgba(255, 255, 255, .12);
	width: 64px;
	height: 64px;
	line-height: 64px;
	border-radius: 50%;
	display: inline-block;
}
.yk-promise-item h4 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 6px;
}
.yk-promise-item p {
	font-size: 13px;
	color: rgba(255, 255, 255, .75);
	margin: 0;
	line-height: 1.5;
}


/* ============================================================
   PRODUCT CARDS (used in shop, home, detail-related)
   ============================================================ */
.single-grid-product {
	background: #fff !important;
	border: 1px solid var(--yk-border) !important;
	border-radius: var(--yk-radius) !important;
	box-shadow: var(--yk-card-shadow) !important;
	padding: 14px !important;
	margin-bottom: 24px !important;
	transition: transform .2s, box-shadow .2s !important;
	position: relative;
	display: flex;
	flex-direction: column;
	height: calc(100% - 24px);
}
.single-grid-product:hover {
	transform: translateY(-4px);
	box-shadow: var(--yk-card-shadow-h) !important;
	border-color: var(--yk-primary-200) !important;
}
.single-grid-product .product-top {
	position: relative;
	overflow: hidden;
	border-radius: var(--yk-radius-sm);
	background: var(--yk-primary-50);
	margin-bottom: 14px;
	z-index: 1;
}
.single-grid-product .product-thumbnal {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform .35s ease;
	display: block;
}
.single-grid-product:hover .product-thumbnal { transform: scale(1.06); }

.single-grid-product .product-info {
	display: flex; flex-direction: column; flex: 1;
}
.single-grid-product .product-name {
	font-size: 15px;
	font-weight: 600;
	margin: 0 0 8px;
	min-height: 42px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: inherit !important;
}
.single-grid-product .product-link {
	color: var(--yk-text) !important;
	text-decoration: none !important;
	transition: color .15s;
}
.single-grid-product .product-link:hover { color: var(--yk-primary) !important; }

.single-grid-product .product-price { margin-bottom: 10px; }
.single-grid-product .product-price .price {
	font-size: 18px;
	font-weight: 700;
	color: var(--yk-primary-800);
}

.single-grid-product .stock-status {
	margin-bottom: 10px !important;
	padding-bottom: 0 !important;
}
.single-grid-product .stock-status .badge {
	font-size: 10px;
	padding: 4px 9px;
	border-radius: 4px;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase;
}

/* Add to Cart / View Product button on cards */
.single-grid-product .add-cart {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;
	background: var(--yk-primary) !important;
	color: #fff !important;
	padding: 10px 16px !important;
	border-radius: 6px !important;
	font-weight: 600 !important;
	font-size: 13px !important;
	text-decoration: none !important;
	transition: background .15s, transform .1s;
	border: 0 !important;
	white-space: nowrap;
	margin-top: auto;
}
.single-grid-product .add-cart:hover {
	background: var(--yk-primary-700) !important;
	color: #fff !important;
}
.single-grid-product .add-cart:active { transform: translateY(1px); }

/* qty stepper alignment */
.yk-qty-row {
	border: 1px solid var(--yk-border) !important;
	border-radius: 6px !important;
	height: 38px !important;
	margin: 0 !important;
}
.yk-qty-row button {
	width: 32px !important;
	font-size: 16px !important;
	font-weight: 600;
	background: var(--yk-bg-alt) !important;
	color: var(--yk-primary) !important;
	border: 0 !important;
}
.yk-qty-row input.yk-qty-input {
	width: 36px !important; font-weight: 600 !important;
	border: 0 !important;
	color: var(--yk-text) !important;
}
.yk-cart-row { gap: 8px !important; margin-top: 4px !important; }


/* ============================================================
   WISHLIST HEART BUTTON
   ============================================================ */
.yk-wish-btn.yk-wish-corner {
	position: absolute;
	top: 10px; right: 10px;
	width: 36px; height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .94);
	border: 0;
	border-radius: 50%;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
	color: var(--yk-text-muted);
	cursor: pointer;
	z-index: 5;
	transition: all .15s;
}
.yk-wish-btn.yk-wish-corner:hover {
	background: #fff;
	color: var(--yk-primary);
	transform: scale(1.1);
}
.yk-wish-btn.yk-wish-corner.is-active {
	color: #e74c3c;
	background: #fff;
}
.yk-wish-btn.yk-wish-corner i { font-size: 15px; }


/* ============================================================
   PRODUCT DETAIL
   ============================================================ */
.product-single-area {
	padding: 24px 0 60px;
}
.product-single-area .product-single-left img {
	width: 100%;
	height: auto;
	border-radius: var(--yk-radius);
	border: 1px solid var(--yk-border);
	box-shadow: var(--yk-card-shadow);
	background: var(--yk-primary-50);
}
.product-single-area .product-info .product-catagory {
	font-size: 12px;
	color: var(--yk-primary);
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.product-single-area .product-info .product-name {
	font-size: 28px;
	font-weight: 700;
	color: var(--yk-primary-800);
	line-height: 1.2;
	margin-bottom: 14px;
	letter-spacing: -.3px;
}
.product-single-area .product-info .product-price .price {
	font-size: 26px;
	color: var(--yk-primary);
	font-weight: 700;
}
.product-single-area .product-bottom-button {
	gap: 12px; margin-top: 22px; flex-wrap: wrap;
}
.product-single-area .product-bottom-button .primary-btn {
	background: var(--yk-primary) !important;
	color: #fff !important;
	border: 0 !important;
	padding: 13px 28px !important;
	border-radius: var(--yk-radius-sm) !important;
	font-weight: 600 !important;
	display: inline-flex !important;
	align-items: center; gap: 8px;
	transition: all .15s !important;
	font-family: inherit !important;
}
.product-single-area .product-bottom-button .primary-btn:hover {
	background: var(--yk-primary-700) !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(121, 74, 186, .25);
}

.size-switch .single-size,
.size-switch .single-size-wt {
	border: 1px solid var(--yk-border) !important;
	background: #fff !important;
	color: var(--yk-text) !important;
	border-radius: 6px !important;
	padding: 7px 14px !important;
	margin: 0 6px 6px 0 !important;
	cursor: pointer;
	transition: all .15s;
	font-size: 13px;
	font-weight: 500;
}
.size-switch .single-size.active,
.size-switch .single-size-wt.active {
	border-color: var(--yk-primary) !important;
	background: var(--yk-primary) !important;
	color: #fff !important;
}

.nav-tabs-menu .nav-tabs { border-bottom: 2px solid var(--yk-border); }
.nav-tabs-menu .nav-tabs .nav-link {
	border: 0 !important;
	color: var(--yk-text-muted);
	font-weight: 600;
	padding: 13px 20px;
	border-radius: 0;
	font-size: 14px;
	letter-spacing: .3px;
}
.nav-tabs-menu .nav-tabs .nav-link.active,
.nav-tabs-menu .nav-tabs .nav-link:hover {
	color: var(--yk-primary);
	background: transparent !important;
	border-bottom: 2px solid var(--yk-primary) !important;
	margin-bottom: -2px;
}

/* qty +/- on detail page */
.product-single-area .cart-plus-minus {
	display: inline-flex; align-items: stretch;
	border: 1px solid var(--yk-border);
	border-radius: var(--yk-radius-sm); overflow: hidden;
	margin-right: 12px;
}
.product-single-area .cart-plus-minus .qtybutton {
	width: 40px; background: var(--yk-bg-alt);
	cursor: pointer; font-weight: 700; font-size: 16px;
	color: var(--yk-primary);
	display: flex; align-items: center; justify-content: center;
	user-select: none;
}
.product-single-area .cart-plus-minus .qtybutton:hover { background: var(--yk-primary-50); }
.product-single-area .cart-plus-minus .cart-plus-minus-box {
	border: 0; width: 48px; text-align: center;
	font-weight: 600; font-size: 14px; color: var(--yk-text);
}

.product-single-area .features {
	list-style: none; padding: 0; margin: 22px 0;
	border-top: 1px solid var(--yk-border); padding-top: 18px;
}
.product-single-area .single-feature {
	display: flex; align-items: center; gap: 12px;
	margin-bottom: 12px; font-size: 14px;
	color: var(--yk-text-soft);
}
.product-single-area .single-feature .icon { width: 28px; height: 28px; }


/* ============================================================
   CART / CHECKOUT
   ============================================================ */
.cart-page-area {
	padding: 24px 0 60px;
}
.cart-page-area .cart-table,
.cart-page-area .table {
	background: #fff;
	border-radius: var(--yk-radius);
	box-shadow: var(--yk-card-shadow);
	overflow: hidden;
}
.cart-page-area thead {
	background: var(--yk-primary-50);
}
.cart-page-area thead th {
	color: var(--yk-primary-800) !important;
	font-weight: 600 !important;
	font-size: 12px !important;
	text-transform: uppercase !important;
	letter-spacing: .5px !important;
	border: 0 !important;
	padding: 14px !important;
}

.checkout-page-area {
	padding: 24px 0 60px;
}
.checkout-page-area .form-control,
.checkout-page-area input[type="text"],
.checkout-page-area input[type="email"],
.checkout-page-area input[type="tel"],
.checkout-page-area select,
.checkout-page-area textarea {
	border-radius: var(--yk-radius-sm) !important;
	border: 1px solid var(--yk-border) !important;
	padding: 11px 14px !important;
	font-size: 14px !important;
	background: #fff !important;
}
.checkout-page-area .form-control:focus,
.checkout-page-area input:focus,
.checkout-page-area select:focus,
.checkout-page-area textarea:focus {
	border-color: var(--yk-primary) !important;
	box-shadow: 0 0 0 3px rgba(121, 74, 186, .15) !important;
	outline: 0 !important;
}
.checkout-page-area label, .checkout-page-area .form-label {
	font-weight: 600;
	color: var(--yk-text);
	font-size: 13px;
	margin-bottom: 6px;
}


/* ============================================================
   FOOTER
   ============================================================ */
footer, .footer-area {
	background: var(--yk-primary-900) !important;
	color: rgba(255, 255, 255, .82) !important;
	margin-top: 50px;
	padding: 50px 0 0 !important;
}
footer h3, footer h4, footer h5,
.footer-area h3, .footer-area h4, .footer-area h5 {
	font-weight: 700 !important;
	margin-bottom: 16px !important;
	letter-spacing: .3px !important;
	color: #fff !important;
	font-size: 16px !important;
}
footer a, .footer-area a {
	color: rgba(255, 255, 255, .78) !important;
	transition: color .15s;
}
footer a:hover, .footer-area a:hover {
	color: #fff !important;
	text-decoration: none !important;
}
footer .footer-link, .footer-area .footer-link {
	list-style: none;
	padding: 0;
}
footer .footer-link li, .footer-area .footer-link li {
	margin-bottom: 8px;
	font-size: 14px;
}
footer .footer-bottom, .footer-area .footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding: 20px 0;
	margin-top: 40px;
	font-size: 13px;
	text-align: center;
}


/* ============================================================
   PAGINATION
   ============================================================ */
.pagination { gap: 4px; }
.pagination .page-item .page-link {
	border-radius: 6px !important;
	border: 1px solid var(--yk-border) !important;
	color: var(--yk-text) !important;
	margin: 0 2px;
	padding: 8px 14px !important;
	font-weight: 500;
}
.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover {
	background: var(--yk-primary) !important;
	color: #fff !important;
	border-color: var(--yk-primary) !important;
}


/* ============================================================
   OFFCANVAS / CART DRAWER
   ============================================================ */
.offcanvas .offcanvas-header {
	border-bottom: 1px solid var(--yk-border);
	padding: 18px 20px;
	background: var(--yk-primary-50);
}
.offcanvas .offcanvas-title {
	font-weight: 700;
	color: var(--yk-primary-800);
}


/* ============================================================
   GENERIC BUTTON OVERRIDES
   ============================================================ */
.primary-btn {
	background: var(--yk-primary) !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: var(--yk-radius-sm) !important;
	padding: 11px 26px !important;
	font-weight: 600 !important;
	letter-spacing: .3px !important;
	transition: all .15s !important;
}
.primary-btn:hover {
	background: var(--yk-primary-700) !important;
	color: #fff !important;
}


/* ============================================================
   MOBILE — every breakpoint thoroughly tested
   ============================================================ */

@media (max-width: 1199.98px) {
	.yk-section-title { font-size: 28px; }
}

@media (max-width: 991.98px) {
	.yk-home-section { padding: 48px 0; }
	.yk-section-head { margin-bottom: 30px; }
	.yk-section-title { font-size: 26px; }
	.yk-section-sub { font-size: 14px; }

	.breadcrumb-area { padding: 28px 0 20px; margin-bottom: 26px; }
	.breadcrumb-area .page-title { font-size: 24px; }

	.product-single-area { padding-top: 12px !important; }
	.product-single-area .product-single-left { margin-bottom: 26px; }
	.product-single-area .product-info .product-name { font-size: 24px; }
	.product-single-area .product-info .product-price .price { font-size: 22px; }

	.yk-promise-strip { padding: 36px 0; }
}

@media (max-width: 767.98px) {
	/* Header */
	.header-area .header-top { font-size: 11px; padding: 6px 0; }
	.header-area .header-middle { padding: 10px 0; }
	.header-area .header-middle .container,
	.header-area .header-middle .container-fluid { padding: 0 12px; }

	.mobile-header-area .menu-wrap {
		display: flex; align-items: center; justify-content: space-between;
		gap: 8px; padding: 8px 0;
	}
	.mobile-header-area .header-right {
		display: flex; align-items: center; gap: 4px;
	}
	.mobile-header-area .header-btn {
		width: 38px; height: 38px;
		display: inline-flex; align-items: center; justify-content: center;
		position: relative;
	}
	.mobile-header-area .header-btn .btn-icon { font-size: 18px; }

	/* Home sections */
	.yk-home-section { padding: 40px 0; }
	.yk-section-title { font-size: 22px; }
	.yk-eyebrow { font-size: 11px; letter-spacing: 2px; }
	.yk-section-sub { font-size: 13px; padding: 0 16px; }

	/* Shop grid: 2 columns on phones */
	.product-list .col-lg-3,
	.product-list .col-md-4,
	.product-list .col-sm-6,
	.yk-home-grid .col-lg-3,
	.yk-home-grid .col-md-4,
	.yk-home-grid .col-sm-6,
	.yk-home-grid .col-6 {
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}

	.single-grid-product { padding: 10px !important; margin-bottom: 16px !important; height: auto; }
	.single-grid-product .product-name { font-size: 13.5px; min-height: 38px; margin-bottom: 6px; }
	.single-grid-product .product-price .price { font-size: 16px; }
	.single-grid-product .add-cart { font-size: 12px; padding: 8px 12px !important; }
	.yk-card-tag { font-size: 9px; padding: 3px 8px; top: 8px; left: 8px; }
	.yk-wish-btn.yk-wish-corner { width: 32px; height: 32px; top: 8px; right: 8px; }
	.yk-wish-btn.yk-wish-corner i { font-size: 13px; }

	/* Product detail buttons stack */
	.product-single-area .product-bottom-button { flex-direction: column; align-items: stretch; }
	.product-single-area .product-bottom-button .primary-btn,
	.product-single-area .product-bottom-button .yk-wish-btn {
		width: 100%; justify-content: center;
	}
	.yk-wish-btn.yk-wish-inline {
		width: 100% !important; height: 46px !important;
		border-radius: var(--yk-radius-sm) !important; margin-left: 0 !important;
	}

	.nav-tabs-menu .nav-tabs .nav-link { padding: 10px 14px; font-size: 13.5px; }

	/* Cart offcanvas full width */
	.offcanvas { width: 92vw !important; }

	/* Footer columns stack with breathing */
	footer .row > [class*="col-"], .footer-area .row > [class*="col-"] {
		margin-bottom: 28px;
	}
	footer .footer-bottom { margin-top: 16px; padding: 16px 0; font-size: 12px; }

	/* Promise strip 2x2 on phones */
	.yk-promise-item { padding: 16px 8px; margin-bottom: 8px; }
	.yk-promise-item i { font-size: 26px; width: 54px; height: 54px; line-height: 54px; }
	.yk-promise-item h4 { font-size: 14px; }
	.yk-promise-item p { font-size: 12px; }
}

@media (max-width: 480px) {
	.breadcrumb-area .page-title { font-size: 20px; }
	.yk-section-title { font-size: 20px; }
	.product-single-area .product-info .product-name { font-size: 20px; }
	.product-single-area .product-info .product-price .price { font-size: 19px; }
	.single-grid-product .product-name { min-height: 36px; }
	.single-grid-product .add-cart i { display: none; }
}

@media (max-width: 360px) {
	.yk-section-title { font-size: 18px; }
	.single-grid-product .product-name { font-size: 12.5px; }
	.single-grid-product .product-price .price { font-size: 14px; }
	.single-grid-product .add-cart { padding: 7px 8px !important; font-size: 11px; }
}


/* ============================================================
   MISC TIDIES
   ============================================================ */
.section-top:empty { display: none; }
.product-top { z-index: 1; }
.yk-wish-btn.yk-wish-corner { z-index: 5; }

/* hide leftover green theme buttons that don't get overridden */
.btn.btn-success {
	background: var(--yk-primary) !important;
	border-color: var(--yk-primary) !important;
}

/* progress-to-top button */
.progress-wrap {
	bottom: 28px !important;
	right: 28px !important;
	background: var(--yk-primary) !important;
}
.progress-wrap::after {
	color: #fff !important;
}

/* =====================================================================
   BUNDLE 2 — Trust Pages styles
   APPEND these rules to the END of: assets/css/template-overrides.css
   ===================================================================== */

/* ---------- Page renderer (Privacy / Terms / About / etc.) ---------- */
.yk-page-content {
	padding: 50px 0 70px;
}
.yk-page-body {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.75;
	color: #333;
}
.yk-page-body h1,
.yk-page-body h2,
.yk-page-body h3,
.yk-page-body h4 {
	color: #45236e;
	margin-top: 1.8em;
	margin-bottom: .8em;
	font-weight: 600;
}
.yk-page-body h1 { font-size: 28px; }
.yk-page-body h2 { font-size: 24px; border-bottom: 2px solid #f0e8fa; padding-bottom: 8px; }
.yk-page-body h3 { font-size: 20px; }
.yk-page-body h4 { font-size: 17px; }
.yk-page-body p,
.yk-page-body ul,
.yk-page-body ol { margin-bottom: 16px; }
.yk-page-body ul,
.yk-page-body ol { padding-left: 24px; }
.yk-page-body ul li,
.yk-page-body ol li { margin-bottom: 6px; }
.yk-page-body a { color: #794ABA; text-decoration: underline; }
.yk-page-body a:hover { color: #45236e; }
.yk-page-body strong { color: #45236e; }
.yk-page-body table {
	width: 100%;
	border-collapse: collapse;
	margin: 18px 0;
}
.yk-page-body table td,
.yk-page-body table th {
	border: 1px solid #e2d5f1;
	padding: 10px 14px;
}
.yk-page-body table th { background: #f7f1fb; }
.yk-page-body blockquote {
	border-left: 4px solid #794ABA;
	background: #faf5fe;
	padding: 14px 22px;
	margin: 18px 0;
	color: #555;
	font-style: italic;
}
.yk-page-body hr {
	border: 0;
	border-top: 1px solid #e8d9f5;
	margin: 30px 0;
}
.yk-page-foot {
	margin-top: 40px;
	padding-top: 18px;
	border-top: 1px solid #ece1f5;
}

/* ---------- FAQ ---------- */
.yk-faq-section {
	padding: 50px 0 70px;
	font-family: 'Inter', sans-serif;
}
.yk-faq-category { margin-bottom: 36px; }
.yk-faq-cat-title {
	font-size: 22px;
	color: #45236e;
	font-weight: 600;
	margin: 0 0 18px;
	padding-bottom: 10px;
	border-bottom: 2px solid #794ABA;
}
.yk-faq-item {
	background: #fff;
	border: 1px solid #ece1f5;
	border-radius: 8px;
	margin-bottom: 10px;
	overflow: hidden;
	transition: box-shadow .2s;
}
.yk-faq-item[open] { box-shadow: 0 4px 14px rgba(121,74,186,.08); }
.yk-faq-q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	cursor: pointer;
	font-weight: 500;
	color: #2c1851;
	list-style: none;
	user-select: none;
}
.yk-faq-q::-webkit-details-marker { display: none; }
.yk-faq-q-text { flex: 1; padding-right: 14px; }
.yk-faq-q-icon {
	width: 28px; height: 28px; flex: 0 0 auto;
	border-radius: 50%;
	background: #f4eefb;
	color: #794ABA;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	transition: transform .25s, background .25s, color .25s;
}
.yk-faq-item[open] .yk-faq-q-icon {
	background: #794ABA;
	color: #fff;
	transform: rotate(45deg);
}
.yk-faq-a {
	padding: 4px 20px 20px;
	color: #555;
	line-height: 1.65;
	border-top: 1px solid #f4eefb;
}
.yk-faq-a p:last-child { margin-bottom: 0; }
.yk-faq-help {
	margin-top: 50px;
	background: linear-gradient(135deg, #f7f1fb 0%, #faf5fe 100%);
	padding: 36px 40px;
	border-radius: 12px;
	text-align: center;
}
.yk-faq-help h3 { color: #45236e; margin: 0 0 8px; }
.yk-faq-help p { color: #666; margin: 0 0 18px; }

/* ---------- Contact form page ---------- */
.yk-contact-section {
	padding: 50px 0 70px;
	font-family: 'Inter', sans-serif;
}
.yk-contact-card,
.yk-contact-info {
	background: #fff;
	padding: 30px 32px;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(0,0,0,.04);
	border: 1px solid #ece1f5;
	height: 100%;
}
.yk-contact-heading {
	font-size: 22px;
	font-weight: 600;
	color: #45236e;
	margin: 0 0 6px;
}
.yk-contact-sub { color: #777; margin: 0 0 22px; }
.yk-contact-card .form-control {
	border-color: #ece1f5;
	border-radius: 6px;
	padding: 10px 14px;
	transition: border-color .2s, box-shadow .2s;
}
.yk-contact-card .form-control:focus {
	border-color: #794ABA;
	box-shadow: 0 0 0 3px rgba(121,74,186,.15);
}
.yk-captcha-row {
	background: #faf5fe;
	border: 1px dashed #d9c5ee;
	border-radius: 8px;
	padding: 14px 16px;
}
.yk-captcha-input { max-width: 120px; }

.yk-contact-info-block {
	display: flex;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid #f4eefb;
}
.yk-contact-info-block:last-child { border-bottom: 0; padding-bottom: 0; }
.yk-contact-icon {
	width: 42px; height: 42px;
	border-radius: 50%;
	background: linear-gradient(135deg, #794ABA, #5a2f96);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	font-size: 16px;
}
.yk-contact-info-block h4 {
	margin: 0 0 4px;
	font-size: 15px;
	color: #45236e;
	font-weight: 600;
}
.yk-contact-info-block p { margin: 0; color: #555; line-height: 1.55; }
.yk-contact-info-block a { color: #794ABA; }

/* ---------- 404 page ---------- */
.yk-404-section {
	padding: 80px 0 100px;
	font-family: 'Inter', sans-serif;
}
.yk-404-block {
	background: #fff;
	padding: 60px 40px 50px;
	border-radius: 14px;
	box-shadow: 0 8px 30px rgba(0,0,0,.05);
	border: 1px solid #ece1f5;
}
.yk-404-num {
	font-size: 110px;
	font-weight: 800;
	line-height: 1;
	background: linear-gradient(135deg, #794ABA 0%, #45236e 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom: 16px;
}
.yk-404-title {
	font-size: 28px;
	color: #45236e;
	margin: 0 0 12px;
	font-weight: 600;
}
.yk-404-sub { color: #666; font-size: 16px; margin-bottom: 30px; }
.yk-404-search {
	display: flex;
	gap: 8px;
	max-width: 460px;
	margin: 0 auto 30px;
}
.yk-404-search .form-control { flex: 1; }
.yk-404-links {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	margin-top: 20px;
}
.yk-404-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 18px 10px;
	background: #faf5fe;
	border-radius: 10px;
	color: #45236e;
	text-decoration: none;
	transition: background .2s, transform .2s, box-shadow .2s;
}
.yk-404-link i { font-size: 22px; color: #794ABA; }
.yk-404-link span { font-size: 13px; font-weight: 500; }
.yk-404-link:hover {
	background: #794ABA;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(121,74,186,.25);
	text-decoration: none;
}
.yk-404-link:hover i { color: #fff; }

@media (max-width: 575px) {
	.yk-404-num { font-size: 80px; }
	.yk-404-title { font-size: 22px; }
	.yk-404-links { grid-template-columns: repeat(2, 1fr); }
	.yk-404-search { flex-direction: column; }
}

/* ---------- Cookie consent bar ---------- */
.yk-cookie-bar {
	position: fixed;
	left: 16px;
	right: 16px;
	bottom: 16px;
	z-index: 9999;
	background: #45236e;
	color: #fff;
	border-radius: 12px;
	box-shadow: 0 12px 30px rgba(0,0,0,.25);
	max-width: 1100px;
	margin: 0 auto;
	font-family: 'Inter', sans-serif;
}
.yk-cookie-inner {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 14px 20px;
	flex-wrap: wrap;
}
.yk-cookie-text {
	flex: 1;
	min-width: 240px;
	font-size: 14px;
	line-height: 1.5;
}
.yk-cookie-text i { margin-right: 6px; color: #d9c5ee; }
.yk-cookie-text a { color: #fff; text-decoration: underline; }
.yk-cookie-actions { flex: 0 0 auto; }
.yk-cookie-actions .primary-btn {
	background: #fff !important;
	color: #45236e !important;
	border: none;
	padding: 9px 22px !important;
	font-size: 14px;
	font-weight: 600;
}
.yk-cookie-actions .primary-btn:hover {
	background: #f4eefb !important;
}

/* ---------- Admin: contact submission row highlighting ---------- */
.yk-sub-row.yk-sub-new td { font-weight: 600; }
.yk-sub-message {
	background: #f7f1fb;
	padding: 18px 22px;
	border-radius: 8px;
	line-height: 1.65;
	color: #333;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* ============================================================
   CATALOG HOME PAGE — Complete UI Fixes (v3)
   Covers: hero, badges, categories, product cards, why-us,
           testimonials, CTA, mobile responsiveness
   ============================================================ */

/* ── Global section rhythm ── */
.yp-section { padding: 72px 0; }
.yp-bg-white { background: #fff; }
.yp-section:nth-child(even) { background: #f8fafc; }

.yp-sec-top {
  text-align: center;
  margin-bottom: 48px;
}
.yp-sec-top h2 {
  font-size: 34px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 6px 0 12px;
  letter-spacing: -.4px;
  line-height: 1.2;
}
.yp-sec-top p {
  font-size: 15px;
  color: #64748b;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.65;
}
.yp-kicker {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #E65100;
  background: #fff8f5;
  border: 1.5px solid #fddccc;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
}

/* ── View All button ── */
.yp-view-all {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 12px 28px;
  border: 2px solid #E65100;
  color: #E65100;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: .2s;
}
.yp-view-all:hover {
  background: #E65100;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(230,81,0,.2);
}

/* ══════════════════════════════════════════════
   HERO BANNER
   ══════════════════════════════════════════════ */
.yk-hero { position: relative; overflow: hidden; }
.yk-banner-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.carousel-caption.yk-banner-cap {
  position: absolute;
  bottom: 0; left: 0; right: 0; top: 0;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  padding: 40px 60px;
  background: linear-gradient(90deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.1) 100%);
  text-align: left !important;
}
.yk-ban-eye {
  font-size: 12px;
  color: inherit !important;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: .85;
  margin-bottom: 10px;
  /* strip markdown heading markers if admin typed ###### */
}
/* Hide raw markdown heading artifacts in banner subtitles */
.yk-ban-eye:empty { display: none; }
.yk-ban-title {
  font-size: 52px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 14px;
  text-shadow: 0 2px 20px rgba(0,0,0,.3);
  max-width: 640px;
  color: inherit !important;   /* inherit from parent inline style */
}
.yk-ban-desc {
  font-size: 17px;
  opacity: .88;
  margin: 0 0 28px;
  max-width: 480px;
  color: inherit !important;
  line-height: 1.6;
}
.yk-ban-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,.2);
  transition: .2s;
  align-self: flex-start;
}
.yk-ban-btn:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(0,0,0,.28); }
/* Trust badges strip */
/* ══ TRUST BADGES — Modern Card Design ══ */
.yp-badges {
  padding: 52px 0;
  position: relative;
}
.yp-badges-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.yp-badge-tile {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 30px 24px 28px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  border: 1.5px solid rgba(0,0,0,.07);
  box-shadow: 0 4px 18px rgba(0,0,0,.06);
  transition: transform .3s cubic-bezier(.25,.46,.45,.94), box-shadow .3s;
  overflow: hidden;
  cursor: default;
}
.yp-badge-tile:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,.13);
}
.yp-badge-tile::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #E65100, #ff9a5c);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s cubic-bezier(.25,.46,.45,.94);
}
.yp-badge-tile:hover::after { transform: scaleX(1); }
.yp-badge-tile::before {
  content: '';
  position: absolute; top: 0; right: 0;
  width: 90px; height: 90px;
  background: radial-gradient(circle at top right, rgba(230,81,0,.07), transparent 70%);
  pointer-events: none;
}
.yp-badge-tile:last-child { border-right: none; }
.yp-badge-icon-wrap {
  width: 62px; height: 62px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #fff3e0, #ffe4cc);
  color: #E65100;
  font-size: 26px;
  flex-shrink: 0;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(230,81,0,.18);
  transition: transform .3s, box-shadow .3s;
}
.yp-badge-tile:hover .yp-badge-icon-wrap {
  transform: scale(1.1) rotate(-4deg);
  box-shadow: 0 10px 24px rgba(230,81,0,.28);
}
.yp-badge-icon-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.yp-badge-text-wrap h6 {
  font-size: 16px; font-weight: 800;
  color: #1a1a2e; margin: 0 0 7px; line-height: 1.25;
}
.yp-badge-text-wrap p { font-size: 13px; color: #64748b; margin: 0; line-height: 1.6; }

/* ── FLIP CARD ── */
.yp-badges-flip { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.yp-badge-flip-wrap { height: var(--tb-height,200px); perspective: 1000px; cursor: pointer; }
.yp-badge-flip-inner {
  position: relative; width: 100%; height: 100%;
  transition: transform .65s cubic-bezier(.45,.05,.55,.95);
  transform-style: preserve-3d;
}
.yp-badge-flip-wrap:hover .yp-badge-flip-inner { transform: rotateY(180deg); }
.yp-badge-flip-front, .yp-badge-flip-back {
  position: absolute; inset: 0; backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 18px;
  display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 14px; padding: 24px 20px; text-align: center;
}
.yp-badge-flip-front {
  background: #fff; border: 1.5px solid rgba(0,0,0,.07);
  box-shadow: 0 4px 18px rgba(0,0,0,.07); overflow: hidden;
}
.yp-badge-flip-front .yp-badge-icon-wrap {
  background: linear-gradient(135deg, #fff3e0, #ffe4cc); color: #E65100;
  box-shadow: 0 6px 16px rgba(230,81,0,.18);
}
.yp-badge-front-title { font-size: 15px; font-weight: 800; color: #1a1a2e; margin: 0; }
.yp-flip-hint { position: absolute; bottom: 10px; right: 12px; font-size: 11px; color: #E65100; opacity: .5; }
.yp-badge-flip-back {
  background: var(--tb-flip-bg, #E65100);
  color: var(--tb-flip-text, #fff);
  transform: rotateY(180deg);
}
.yp-badge-flip-back h6 { font-size: 15px; font-weight: 800; color: var(--tb-flip-text,#fff); margin: 0; }
.yp-badge-flip-back p  { font-size: 13px; color: var(--tb-flip-text,#fff); opacity: .85; margin: 0; line-height: 1.5; }
.yp-badge-flip-back-icon {
  width: 54px; height: 54px; border-radius: 14px;
  background: rgba(255,255,255,.18); border: 2px solid rgba(255,255,255,.25);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: var(--tb-flip-text,#fff); overflow: hidden;
}
.yp-badge-flip-back-icon img { width:100%; height:100%; object-fit:cover; display:block; }

/* ══════════════════════════════════════════════
   CATEGORY GRID
   ══════════════════════════════════════════════ */
.yk-cat-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
/* Rectangular card (photo background with overlay) */
.yk-cat-rect {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 200px;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
}
.yk-cat-rect:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,.18); }
.yk-cat-rect-bg {
  position: absolute; inset: 0;
  background: #2d6a4f;
}
.yk-cat-rect-bg img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .4s;
}
.yk-cat-rect:hover .yk-cat-rect-bg img { transform: scale(1.07); }
.yk-cat-rect-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,.65) 100%);
}
.yk-cat-rect-body {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 16px;
  color: #fff;
}
.yk-cat-rect-icon {
  width: 36px; height: 36px;
  border-radius: 9px;
  background: rgba(255,255,255,.18);
  backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: #fff;
  margin-bottom: 8px;
}
.yk-cat-rect-name {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 1.3;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.yk-cat-rect-sub {
  font-size: 11px;
  color: rgba(255,255,255,.8);
  margin: 0 0 8px;
}
.yk-cat-rect-cta {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  color: rgba(255,255,255,.9);
  display: flex; align-items: center; gap: 4px;
  opacity: 0;
  transform: translateY(6px);
  transition: .2s;
}
.yk-cat-rect:hover .yk-cat-rect-cta { opacity: 1; transform: translateY(0); }

/* Flat/badge card */
.yk-cat-flat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 14px;
  border: 1.5px solid #f0f0f0;
  text-decoration: none;
  transition: .2s;
  background: #f8fafc;
  min-height: 90px;
}
.yk-cat-flat:hover {
  border-color: #E65100;
  box-shadow: 0 8px 24px rgba(230,81,0,.1);
  transform: translateY(-3px);
}
.yk-cat-flat-img {
  width: 56px; height: 56px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}
.yk-cat-flat-icon {
  width: 56px; height: 56px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.yk-cat-flat-name {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 2px;
  line-height: 1.35;
}
.yk-cat-flat-sub {
  font-size: 11px;
  color: #64748b;
  margin: 0;
}

/* ══════════════════════════════════════════════
   PRODUCT CARDS (pkc system)
   ══════════════════════════════════════════════ */
.pkc-section { padding: 72px 0; }

/* Classic card */
.pkc {
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform .22s, box-shadow .22s;
}
.pkc:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,.12); }
.pkc-classic {
  background: var(--pkc-bg, #fff);
  border: 1.5px solid #e8eaf0;
}
.pkc-classic:hover { border-color: rgba(230,81,0,.3); }

/* Image wrapper — MUST be position:relative for badge/actions overlay */
.pkc-img-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #f8f9fa;
  flex-shrink: 0;
}
/* Video wrap + anchor fill the card image area completely — nuclear override */
.pkc-img-wrap { position: relative !important; overflow: hidden !important; }
.pkc-img-wrap > a { display: block !important; position: absolute !important; inset: 0 !important; }
.pkc-img-wrap .yk-pcard-vid-wrap,
.pkc-img-wrap > a > .yk-pcard-vid-wrap {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: unset !important;
  background: #1a1a2e !important;
  overflow: hidden !important;
}
.pkc-img-wrap .yk-pcard-vid-wrap img,
.pkc-img-wrap > a > .yk-pcard-vid-wrap img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  min-height: unset !important;
  background: #1a1a2e !important;
}
.pkc-img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}
.pkc:hover .pkc-img { transform: scale(1.06); }

/* Badge — positioned absolutely inside img-wrap */
.pkc-badge {
  position: absolute;
  top: 10px; left: 10px;
  z-index: 3;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: .3px;
  line-height: 1.4;
  white-space: nowrap;
  pointer-events: none;
}

/* Hover action buttons (phone + WA icons on image) */
.pkc-actions {
  position: absolute;
  bottom: 10px; right: 10px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transform: translateX(8px);
  transition: .2s;
}
.pkc:hover .pkc-actions { opacity: 1; transform: translateX(0); }
.pkc-act-btn {
  width: 34px; height: 34px;
  border-radius: 9px;
  background: rgba(255,255,255,.95);
  color: #1a1a2e;
  display: flex; align-items: center; justify-content: center;
  text-decoration: none;
  font-size: 14px;
  transition: .15s;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
}
.pkc-act-btn:hover { background: #E65100; color: #fff; }
.pkc-act-wa:hover, .pkc-act-wa-d:hover { background: #25D366; color: #fff; }

/* Card body */
.pkc-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: var(--pkc-bg, #fff);
}
.pkc-cat {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  color: #94a3b8;
  display: block;
  margin-bottom: 5px;
}
.pkc-name {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 6px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pkc-name a { color: inherit; text-decoration: none; }
.pkc-name a:hover { color: #E65100; }
.pkc-price {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 10px;
}
/* Call + WA button row */
.pkc-btns {
  display: flex;
  gap: 7px;
  margin-top: auto;
}
.pkc-btn {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: .15s;
  white-space: nowrap;
  border: none;
  line-height: 1;
  cursor: pointer;
}
.pkc-btn svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  position: relative;
  top: -1px;
}
.pkc-btn-call { background: var(--cat-call-bg, #E65100) !important; color: var(--cat-btn-txt, #fff) !important; }
.pkc-btn-call:hover { background: var(--cat-call-hover, #BF360C) !important; color: var(--cat-btn-txt, #fff) !important; }
.pkc-btn-wa { background: var(--cat-wa-bg, #25D366) !important; color: var(--cat-btn-txt, #fff) !important; }
.pkc-btn-wa:hover { background: var(--cat-wa-hover, #128C7E) !important; color: var(--cat-btn-txt, #fff) !important; }

/* Glass card variant */
.pkc-glass {
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1.5px solid rgba(255,255,255,.18);
  box-shadow: 0 8px 32px rgba(0,0,0,.08);
  position: relative;
  overflow: hidden;
}
.pkc-glass-glow {
  position: absolute; top: -40px; left: -40px;
  width: 140px; height: 140px;
  border-radius: 50%;
  pointer-events: none; z-index: 0;
}
.pkc-glass .pkc-img-wrap,
.pkc-glass .pkc-body { position: relative; z-index: 1; }
.pkc-glass-img { border-radius: 10px; margin: 10px; width: calc(100% - 20px); height: calc(100% - 20px); }
/* No margin on video thumbnail inside glass card */
.pkc-img-wrap .yk-pcard-vid-wrap .pkc-glass-img,
.pkc-img-wrap > a .yk-pcard-vid-wrap img { margin: 0 !important; width: 100% !important; height: 100% !important; border-radius: 0 !important; }
.pkc-glass-body { background: transparent; }
.pkc-glass-name a { color: #1a1a2e; }
.pkc-badge-glass {
  background: rgba(255,255,255,.92);
  border: 1.5px solid;
  font-size: 10px; font-weight: 700;
  padding: 3px 9px; border-radius: 6px;
}
.pkc-glass-call { border: none !important; }

/* Dark card variant */
.pkc-dark { border-radius: 14px; overflow: hidden; }
.pkc-dark-body { background: transparent; }
.pkc-dark-name a { color: #fff; }
.pkc-dark-name a:hover { color: rgba(255,255,255,.8); }
.pkc-badge-dark { font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 6px; color: #fff; }
.pkc-act-call-d, .pkc-act-wa-d { background: rgba(255,255,255,.15); color: #fff; }
.pkc-act-call-d:hover { background: #E65100; }
.pkc-dark-call { background: transparent !important; border: 1.5px solid !important; }

/* Bold card variant */
.pkc-bold {
  background: #fff;
  border: 1.5px solid #e8eaf0;
  border-radius: 14px;
  overflow: hidden;
}
.pkc-bold-hero {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.pkc-bold-img {
  width: 80%; height: 80%;
  object-fit: contain;
  position: relative; z-index: 1;
  transition: transform .4s;
}
.pkc:hover .pkc-bold-img { transform: scale(1.06); }
.pkc-badge-bold {
  position: absolute;
  top: 12px; left: 12px;
  z-index: 3;
  background: rgba(255,255,255,.92);
  color: #1a1a2e;
  font-size: 10px; font-weight: 700;
  padding: 4px 10px; border-radius: 6px;
}
.pkc-bold-shine {
  position: absolute; inset: 0;
  background: linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 60%);
  pointer-events: none;
}
.pkc-bold-body { padding: 14px; }

/* ══════════════════════════════════════════════
   WHY CHOOSE US
   ══════════════════════════════════════════════ */
.ywc-section {
  padding: 80px 0;
  position: relative;
  background: #fafafa;
}
.ywc-bg-overlay { position: absolute; inset: 0; }
.ywc-section .container { position: relative; z-index: 1; }

/* Cards template */
.ywc-card {
  background: var(--card-bg, #e8f5e9);
  border-radius: 16px;
  padding: 28px 22px;
  height: 100%;
  text-align: center;
  transition: transform .22s, box-shadow .22s;
}
.ywc-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,.1); }
.ywc-icon-box {
  width: 64px; height: 64px;
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  font-size: 26px;
}
.ywc-icon-img { width: 36px; height: 36px; object-fit: contain; }
.ywc-title { font-size: 16px; font-weight: 700; color: #1a1a2e; margin: 0 0 8px; }
.ywc-desc  { font-size: 13px; color: #64748b; margin: 0; line-height: 1.6; }

/* Gradient template */
.ywc-grad-card {
  border-radius: 16px;
  padding: 28px 22px;
  height: 100%; text-align: center;
  color: #fff;
  transition: transform .22s, box-shadow .22s;
}
.ywc-grad-card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(0,0,0,.15); }
.ywc-grad-icon { font-size: 32px; color: #fff; margin-bottom: 14px; opacity: .9; }
.ywc-grad-title { font-size: 16px; font-weight: 700; color: #fff; margin: 0 0 8px; }
.ywc-grad-desc  { font-size: 13px; color: rgba(255,255,255,.82); margin: 0; }
.ywc-icon-img-sm { width: 32px; height: 32px; object-fit: contain; }

/* Icon-top template */
.ywc-icon-top-card {
  background: #fff;
  border: 1.5px solid #f0f0f0;
  border-radius: 16px;
  padding: 32px 22px;
  height: 100%; text-align: center;
  transition: .22s;
}
.ywc-icon-top-card:hover { border-color: #E65100; box-shadow: 0 12px 32px rgba(230,81,0,.1); transform: translateY(-4px); }
.ywc-big-icon { font-size: 44px; margin-bottom: 12px; }
.ywc-icon-img-lg { width: 52px; height: 52px; object-fit: contain; }
.ywc-accent-line { width: 40px; height: 3px; border-radius: 2px; margin: 10px auto 16px; }

/* Numbered template */
.ywc-num-card {
  background: #fff;
  border: 1.5px solid #f0f0f0;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
  transition: .22s;
}
.ywc-num-card:hover { box-shadow: 0 12px 32px rgba(0,0,0,.08); transform: translateY(-4px); }
.ywc-num-head { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.ywc-num { font-size: 40px; font-weight: 900; line-height: 1; }

/* Horizontal template */
.ywc-horiz-card {
  display: flex; align-items: center; gap: 16px;
  background: #fff;
  border: 1.5px solid #f0f0f0;
  border-radius: 14px;
  padding: 18px;
  transition: .22s;
}
.ywc-horiz-card:hover { border-color: #E65100; box-shadow: 0 8px 24px rgba(230,81,0,.1); }
.ywc-horiz-icon {
  width: 52px; height: 52px; flex-shrink: 0;
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
}
.ywc-horiz-body { flex: 1; }
.ywc-horiz-body .ywc-title { text-align: left; }
.ywc-horiz-body .ywc-desc  { text-align: left; }

/* ══════════════════════════════════════════════
   TESTIMONIALS
   ══════════════════════════════════════════════ */
.ywt-section {
  position: relative;
  padding: 80px 0;
  background: #1a1a2e;
}
.ywt-overlay { position: absolute; inset: 0; }
.ywt-content { position: relative; z-index: 1; }
.ywt-header { text-align: center; margin-bottom: 48px; }
.ywt-kicker {
  display: inline-block;
  font-size: 10px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: #f59e0b;
  margin-bottom: 10px;
}
.ywt-title { font-size: 32px; font-weight: 800; margin: 0 0 10px; }
.ywt-subtitle { font-size: 15px; opacity: .75; margin: 0; }
/* Swiper card */
.ywt-card {
  border-radius: 16px;
  padding: 28px 24px;
  border: 1.5px solid rgba(255,255,255,.1);
  height: auto;
}
.ywt-quote { font-size: 56px; line-height: .8; font-family: Georgia, serif; opacity: .7; margin-bottom: 8px; }
.ywt-stars { font-size: 16px; letter-spacing: 2px; margin-bottom: 14px; }
.ywt-msg  { font-size: 14px; line-height: 1.75; margin: 0 0 20px; font-style: italic; }
.ywt-author { display: flex; align-items: center; gap: 12px; }
.ywt-avatar { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; border: 2.5px solid rgba(255,255,255,.2); flex-shrink: 0; }
.ywt-avatar-ph { width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff; flex-shrink: 0; }
.ywt-author-info { display: flex; flex-direction: column; gap: 1px; }
.ywt-name    { font-weight: 700; font-size: 14px; }
.ywt-role    { font-size: 12px; opacity: .65; }
.ywt-company { font-size: 11px; font-weight: 600; }
/* Swiper navigation */
.ywt-prev, .ywt-next {
  color: rgba(255,255,255,.7) !important;
  --swiper-navigation-size: 20px;
}
.ywt-prev::after, .ywt-next::after { font-size: 20px !important; }
.ywt-pag .swiper-pagination-bullet { background: rgba(255,255,255,.4); }
.ywt-pag .swiper-pagination-bullet-active { background: #f59e0b; }
.ywt-swiper { padding-bottom: 44px !important; }

/* ══════════════════════════════════════════════
   CALL TO ACTION
   ══════════════════════════════════════════════ */
.yk-cta {
  position: relative;
  padding: 72px 0;
  overflow: hidden;
}
.yk-cta-orb {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  pointer-events: none;
}
.yk-cta-orb1 { width: 300px; height: 300px; top: -100px; left: -80px; }
.yk-cta-orb2 { width: 200px; height: 200px; bottom: -60px; right: 5%; }
.yk-cta-inner {
  position: relative; z-index: 1;
  display: flex; align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}
.yk-cta-text { flex: 1; min-width: 260px; }
.yk-cta-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase;
  background: rgba(255,255,255,.15);
  color: #fff;
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.yk-cta-title { font-size: 34px; font-weight: 800; line-height: 1.2; margin: 0 0 12px; }
.yk-cta-subtitle { font-size: 16px; line-height: 1.6; margin: 0; opacity: .88; }
.yk-cta-links { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }
.yk-cta-link {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 11px 22px; border-radius: 8px;
  background: rgba(255,255,255,.15);
  color: #fff; font-weight: 700; font-size: 14px;
  text-decoration: none; transition: .2s;
  backdrop-filter: blur(4px);
}
.yk-cta-link:hover { background: rgba(255,255,255,.25); color: #fff; }
.yk-cta-link-ghost { background: transparent; border: 1.5px solid rgba(255,255,255,.4); }
.yk-cta-actions { display: flex; flex-direction: column; gap: 14px; min-width: 260px; }
.yk-cta-wa-btn, .yk-cta-call-btn {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 22px;
  border-radius: 12px;
  text-decoration: none;
  transition: .2s;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
}
.yk-cta-wa-btn:hover, .yk-cta-call-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,.2); }
.yk-cta-btn-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  border-radius: 10px;
  background: rgba(255,255,255,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.yk-cta-btn-body { display: flex; flex-direction: column; line-height: 1.2; }
.yk-cta-btn-body small { font-size: 11px; opacity: .8; margin-bottom: 2px; }
.yk-cta-btn-body strong { font-size: 16px; font-weight: 700; }
.yk-cta-btn-arrow { margin-left: auto; opacity: .7; font-size: 13px; }
.yk-cta-trust { text-align: center; font-size: 12px; opacity: .7; margin: 0; display: flex; align-items: center; justify-content: center; gap: 5px; color: inherit; }

/* ══════════════════════════════════════════════
   MOBILE RESPONSIVENESS (index.htm sections)
   ══════════════════════════════════════════════ */
@media (max-width: 1199px) {
  .yk-cat-grid-4 { grid-template-columns: repeat(3, 1fr); }
  .yk-cat-grid { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .yk-cc-rectangular { min-height: 280px; }
  .yk-ban-title { font-size: 42px; }
}
@media (max-width: 991px) {
  .yp-section { padding: 52px 0; }
  .pkc-section { padding: 52px 0; }
  .ywc-section { padding: 60px 0; }
  .ywt-section { padding: 60px 0; }
  .yk-cta { padding: 52px 0; }
  .yk-cat-grid-4 { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .yk-banner-img { height: 380px; }
  .yk-ban-title { font-size: 34px; }
  .carousel-caption.yk-banner-cap { padding: 32px 40px; }
  .yk-cta-inner { gap: 36px; }
  .yk-cta-title { font-size: 28px; }
  .yp-sec-top h2 { font-size: 28px; }
}
@media (max-width: 767px) {
  .yp-section { padding: 44px 0; }
  .pkc-section { padding: 44px 0; }
  .ywc-section { padding: 48px 0; }
  .ywt-section { padding: 48px 0; }
  .yk-cta { padding: 44px 0; }
  .yk-cat-grid-4 { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .yk-cat-rect { height: 160px; }
  .yk-cat-rect-name { font-size: 12px; }
  .yk-banner-img { height: 260px; }
  .yk-ban-title { font-size: 24px; }
  .yk-ban-desc { font-size: 14px; }
  .yk-ban-btn { padding: 11px 22px; font-size: 13px; }
  .carousel-caption.yk-banner-cap { padding: 20px 20px; }
  .yp-sec-top { margin-bottom: 32px; }
  .yp-sec-top h2 { font-size: 24px; }
  .yp-badges-wrap { grid-template-columns: repeat(2,1fr); gap: 14px; }
  .yp-badges { padding: 36px 0; }
  .yp-badge-tile { min-width: unset; padding: 22px 16px 20px; }
  .yp-badges-flip { grid-template-columns: repeat(2,1fr); gap: 14px; }
  /* Product cards 2 cols on mobile */
  .pkc-section .row > [class*="col-"] { flex: 0 0 50%; max-width: 50%; }
  .pkc-name { font-size: 12px; }
  .pkc-price { font-size: 14px; }
  .pkc-btn { font-size: 10px; padding: 8px 5px; }
  .pkc-body { padding: 10px; }
  .yk-cta-inner { flex-direction: column; }
  .yk-cta-title { font-size: 24px; }
  .yk-cta-actions { min-width: 100%; width: 100%; }
  .ywt-title { font-size: 26px; }
  .ywc-card { padding: 22px 16px; }
}
@media (max-width: 575px) {
  .yk-cat-grid   { grid-template-columns: 1fr !important; gap: 14px; }
  .yk-cat-grid-4 { grid-template-columns: 1fr !important; gap: 14px; }
}
@media (max-width: 480px) {
  .yk-cat-grid-4 { grid-template-columns: 1fr !important; gap: 10px; }
  .yk-cat-rect { height: 140px; }
  .yk-cat-rect-icon { width: 28px; height: 28px; font-size: 13px; }
  .pkc-actions { display: none; } /* too small for hover actions on touch */
  .yp-badge-tile { min-width: unset; padding: 18px 14px; gap: 12px; }
  .yp-badge-icon-wrap { width: 50px; height: 50px; font-size: 20px; }
  .yp-badge-text-wrap h6 { font-size: 14px; }
}

/* ── Strip raw markdown from banner subtitle text ── */
/* Prevents "###### Free shipping" from rendering as visible heading markers */
.yk-ban-eye { font-size: 12px; }

/* ============================================================
   v4 PATCH — Double banner fix + Category card + Icon fixes
   ============================================================ */

/* Hide old banner.htm slider if it somehow still renders */
.yk-banner-wrap { display: none !important; }
/* But keep the new Bootstrap catalog banner */
.yk-hero .yk-banner-wrap { display: none !important; }
.yk-hero { display: block !important; }

/* ── Unified Category Card ── */
.yk-cat-card {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  height: 190px;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
  background: #1a6b3a;
}
.yk-cat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(0,0,0,.22);
  text-decoration: none;
}
.yk-cat-bg {
  position: absolute; inset: 0;
}
.yk-cat-bg img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .4s;
}
.yk-cat-card:hover .yk-cat-bg img { transform: scale(1.07); }
.yk-cat-bg-color {
  position: absolute; inset: 0;
}
.yk-cat-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.72) 100%);
}
.yk-cat-body {
  position: absolute; inset: 0;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 16px;
  color: #fff;
}
.yk-cat-icon {
  width: 38px; height: 38px;
  border-radius: 9px;
  background: rgba(255,255,255,.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; color: #fff;
  margin-bottom: 8px;
  flex-shrink: 0;
}
.yk-cat-name {
  font-size: 14px; font-weight: 700;
  color: #fff; margin: 0 0 3px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.yk-cat-sub {
  font-size: 11px; color: rgba(255,255,255,.78);
  margin: 0 0 6px; line-height: 1.35;
}
.yk-cat-cta {
  font-size: 11px; font-weight: 700;
  color: rgba(255,255,255,.9);
  display: flex; align-items: center; gap: 4px;
  opacity: 0; transform: translateY(5px);
  transition: .2s;
}
.yk-cat-card:hover .yk-cat-cta { opacity: 1; transform: translateY(0); }

/* ── Why Choose Us icon fix ── */
.ywc-icon-box i {
  font-size: 28px !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
}

/* ── Ensure FontAwesome icons always visible ── */
.yk-cat-icon i, .ywc-icon-box i, .ywc-big-icon i,
.ywc-grad-icon i, .ywc-horiz-icon i, .ywc-num-head i {
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands" !important;
  font-weight: 900 !important;
}
.ywc-big-icon i { font-size: 44px !important; }

/* ── Banner subtitle (strip markdown) ── */
.yk-ban-eye {
  font-size: 12px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  opacity: .85;
  margin-bottom: 10px;
}

/* ── Featured / New product badge fix ── */
.pkc-img-wrap { position: relative !important; }
.pkc-badge {
  position: absolute !important;
  top: 10px !important; left: 10px !important;
  z-index: 3 !important;
  display: inline-block !important;
  pointer-events: none !important;
}

/* ── Mobile responsive patches ── */
@media (max-width: 767px) {
  .yk-cat-card { height: 150px; }
  .yk-cat-name { font-size: 12px; }
  .yk-cat-icon { width: 30px; height: 30px; font-size: 13px; }
}
@media (max-width: 480px) {
  .yk-cat-card { height: 130px; }
  .yk-cat-grid-4 { gap: 8px; }
}


/* ===========================================================
   CATEGORY CARDS — 5 styles, pixel-perfect match to admin preview
   class="yk-cc yk-cc-{style} yk-sh-{shape}"
   --cc-bg and --cc-txt set inline per card from DB
   =========================================================== */

/* ── Grid ── */
.yk-cat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* ══ BASE CARD ══
   All styles extend from here.
   Do NOT force aspect-ratio here — each style defines its own. */
.yk-cc {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: var(--cc-bg, #f0f4f8);
  box-shadow: 0 4px 20px rgba(0,0,0,.09);
  transition: transform .32s cubic-bezier(.25,.46,.45,.94),
              box-shadow .32s cubic-bezier(.25,.46,.45,.94);
  /* color set via inline --cc-txt variable only */
}
.yk-cc:hover {
  transform: translateY(-8px) scale(1.012);
  box-shadow: 0 24px 56px rgba(0,0,0,.18);
  text-decoration: none;
}
/* Shared inner pieces */
.yk-cc-media { position: relative; overflow: hidden; flex-shrink: 0; }
.yk-cc-img   { width: 100%; height: 100%; object-fit: cover; display: block;
               transition: transform .5s cubic-bezier(.25,.46,.45,.94); }
.yk-cc:hover .yk-cc-img { transform: scale(1.08); }
.yk-cc-ov    { position: absolute; inset: 0; pointer-events: none; opacity: 0; }
.yk-cc-body  { display: flex; align-items: center; gap: 12px; padding: 14px 16px; flex: 1; }
.yk-cc-icon  {
  width: 42px; height: 42px; flex-shrink: 0; border-radius: 11px;
  display: flex; align-items: center; justify-content: center; font-size: 18px;
  background: rgba(0,0,0,.08); color: var(--cc-icon, var(--cc-txt, #1a1a2e)); transition: transform .3s;
}
.yk-cc:hover .yk-cc-icon { transform: scale(1.12) rotate(-5deg); }
.yk-cc-text { flex: 1; min-width: 0; }
.yk-cc-name { font-size: 14px; font-weight: 800;
              margin: 0 0 3px; line-height: 1.25; }
.yk-cc-sub  { font-size: 12px; opacity: .75; margin: 0; }

/* ════ 1. RECTANGULAR
   Image fills entire card. Name/icon overlaid at bottom over dark gradient. ════ */
.yk-cc-rectangular {
  aspect-ratio: 3 / 4;
}
.yk-cc-rectangular .yk-cc-media {
  position: absolute; inset: 0; height: 100%; border-radius: inherit;
}
.yk-cc-rectangular .yk-cc-ov {
  opacity: 1;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(0,0,0,.06) 40%,
    rgba(0,0,0,.88) 100%);
}
.yk-cc-rectangular .yk-cc-body {
  position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;
  padding: 24px 18px 20px; align-items: flex-end; background: none;
  transform: translateY(4px); transition: transform .28s;
}
.yk-cc-rectangular:hover .yk-cc-body { transform: translateY(0); }
.yk-cc-rectangular .yk-cc-icon {
  width: 44px; height: 44px; font-size: 19px; border-radius: 12px;
  background: rgba(255,255,255,.18); border: 1.5px solid rgba(255,255,255,.26);
  backdrop-filter: blur(8px);
}
.yk-cc-rectangular .yk-cc-name { font-size: 16px; font-weight: 900;
                                   text-shadow: 0 2px 8px rgba(0,0,0,.55); }
.yk-cc-rectangular .yk-cc-sub  { opacity: 1; font-size: 12px; }

/* ════ 2. OVERLAP
   Image fills top portion. Coloured info bar at bottom. ════ */
.yk-cc-overlap {
  aspect-ratio: 3 / 4;
  flex-direction: column;
}
.yk-cc-overlap .yk-cc-media {
  flex: 1; min-height: 0; position: relative;
}
.yk-cc-overlap .yk-cc-ov {
  opacity: 1;
  background: linear-gradient(180deg, transparent 55%, rgba(0,0,0,.52) 100%);
}
.yk-cc-overlap .yk-cc-body {
  background: var(--cc-bg, #f0f4f8);
  padding: 14px 16px; flex-shrink: 0;
  border-radius: 0 0 20px 20px;
}
.yk-cc-overlap .yk-cc-icon { background: rgba(0,0,0,.09); color: var(--cc-icon, var(--cc-txt, #1a1a2e)); }
.yk-cc-overlap .yk-cc-name { }
.yk-cc-overlap .yk-cc-sub  { }

/* ════ 3. BADGE
   Fixed-height image on top. Coloured body below. ════ */
.yk-cc-badge {
  flex-direction: column;
  aspect-ratio: unset;          /* height is determined by content */
}
.yk-cc-badge .yk-cc-media { height: 170px; }
.yk-cc-badge .yk-cc-body  {
  background: var(--cc-bg, #f8f9fa);
  border-top: 1px solid rgba(0,0,0,.06);
  padding: 12px 14px;
}
.yk-cc-badge .yk-cc-icon  { background: rgba(0,0,0,.07); color: var(--cc-icon, var(--cc-txt, #1a1a2e)); }
.yk-cc-badge .yk-cc-name  { font-size: 13px; }
.yk-cc-badge .yk-cc-sub   { }

/* ════ 4. MINIMAL
   Small centred image/icon. All text centred on background colour. ════ */
.yk-cc-minimal {
  flex-direction: column;
  align-items: center; text-align: center;
  padding: 28px 16px 22px;
  background: var(--cc-bg, #f8fafc);
  aspect-ratio: unset;          /* height is determined by content */
}
.yk-cc-minimal .yk-cc-media {
  width: 96px; height: 96px; border-radius: 14px; margin: 0 auto 16px; flex-shrink: 0;
}
.yk-cc-minimal .yk-cc-ov { display: none; }
.yk-cc-minimal .yk-cc-body {
  flex-direction: column; align-items: center; gap: 4px; padding: 0; background: none; width: 100%;
}
.yk-cc-minimal .yk-cc-icon  { background: rgba(0,0,0,.07); color: var(--cc-icon, var(--cc-txt, #1a1a2e)); }
.yk-cc-minimal .yk-cc-text  { text-align: center; }
.yk-cc-minimal .yk-cc-name  { font-size: 14px; }
.yk-cc-minimal .yk-cc-sub   { }

/* ════ 5. SIDE
   Image on left, text on right. ════ */
.yk-cc-side {
  flex-direction: row; align-items: stretch;
  background: var(--cc-bg, #f0fdf4);
  min-height: 100px;
  aspect-ratio: unset;          /* explicitly landscape */
}
.yk-cc-side .yk-cc-media { width: 100px; flex-shrink: 0; border-radius: 0; }
.yk-cc-side .yk-cc-ov    { display: none; }
.yk-cc-side .yk-cc-body  { flex: 1; align-items: center; background: none; padding: 14px; }
.yk-cc-side .yk-cc-icon  { background: rgba(0,0,0,.07); color: var(--cc-icon, var(--cc-txt, #1a1a2e)); }
.yk-cc-side .yk-cc-name  { }
.yk-cc-side .yk-cc-sub   { }

/* ════ IMAGE SHAPE modifiers (.yk-sh-*) ════
   Applied on .yk-cc  (parent), affects .yk-cc-media inside */
.yk-sh-circle  .yk-cc-media { border-radius: 50% !important; overflow: hidden; }
.yk-sh-rounded .yk-cc-media { border-radius: 14px !important; }
.yk-sh-square  .yk-cc-media { aspect-ratio: 1/1; }
.yk-sh-square  .yk-cc-img   { aspect-ratio: 1/1; }
.yk-sh-portrait .yk-cc-media { aspect-ratio: 3/4; }
.yk-sh-portrait .yk-cc-img  { aspect-ratio: 3/4; }
/* rectangle = default — no change needed */

/* Rectangular + shape: shape affects the full-card overlay media */
.yk-cc-rectangular.yk-sh-circle  .yk-cc-media { border-radius: 50% !important; margin: 16px auto; width: calc(100% - 32px); }
.yk-cc-rectangular.yk-sh-rounded .yk-cc-media { border-radius: 18px !important; }

/* No-image fallback — show bg colour so card still looks styled */
.yk-cc-media:not(:has(img)),
.yk-cc-media:has(img[src=""]),
.yk-cc-media:has(img[src*="undefined"]) {
  background: color-mix(in srgb, var(--cc-bg, #e8eef3) 40%, white);
  min-height: 40px;
}

/* ── Responsive grid ── */
@media (max-width: 1199px) { .yk-cat-grid { grid-template-columns: repeat(3,1fr); gap: 20px; } }
@media (max-width: 991px)  { .yk-cat-grid { grid-template-columns: repeat(2,1fr); gap: 16px; } }
@media (max-width: 767px)  {
  .yk-cat-grid { grid-template-columns: repeat(2,1fr) !important; gap: 12px !important; }
  .yk-cc { border-radius: 14px !important; }
  .yk-cc-rectangular .yk-cc-name { font-size: 13px !important; }
  .yk-cc-rectangular .yk-cc-body { padding: 14px 12px 12px !important; }
  .yk-cc-side { min-height: 80px !important; }
  .yk-cc-side .yk-cc-media { width: 80px !important; }
}
@media (max-width: 480px) {
  .yk-cat-grid { gap: 8px !important; }
  .yk-cc-minimal { padding: 18px 10px 16px !important; }
  .yk-cc-minimal .yk-cc-media { width: 72px !important; height: 72px !important; }
}

/* ===========================================================
   ABOUT STRIP SECTION — matches admin fields exactly:
   title, subtitle, content, stats (number+label x3),
   cta_text, cta_link, section_image
   =========================================================== */

.yk-about-strip {
  padding: 80px 0;
  background: #f8fafc;
}

/* Two-column layout: image col-lg-5, text col-lg-7 */
.yk-about-strip .row { align-items: center; }

/* ── Image column ── */
.yk-about-img {
  width: 100%;
  max-height: 460px;
  object-fit: cover;
  border-radius: 18px;
  display: block;
  box-shadow: 0 16px 48px rgba(0,0,0,.12);
}
.yk-about-placeholder {
  width: 100%;
  height: 360px;
  border-radius: 18px;
  background: linear-gradient(135deg, #e8f5e9 0%, #f0fdf4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #2d6a4f;
}

/* ── Text column ── */
.yk-about-content { padding-left: 8px; }

/* Kicker badge (About Us label) */
.yk-about-content .yp-kicker {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #E65100;
  background: rgba(230,81,0,.08);
  border: 1px solid rgba(230,81,0,.2);
  border-radius: 20px;
  padding: 4px 14px;
  margin-bottom: 14px;
}

/* Title */
.yk-about-title {
  font-size: 34px;
  font-weight: 800;
  color: #1a1a2e;
  margin: 0 0 10px;
  line-height: 1.2;
}

/* Subtitle / tagline */
.yk-about-sub {
  font-size: 16px;
  font-weight: 600;
  color: #E65100;
  margin: 0 0 14px;
  line-height: 1.5;
}

/* Main content / description */
.yk-about-text {
  font-size: 15px;
  color: #64748b;
  line-height: 1.8;
  margin: 0 0 28px;
}

/* ── Stats row ── */
.yk-about-stats {
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  margin: 0 0 28px;
  padding: 20px 0;
  border-top: 1.5px solid #e8eaf0;
  border-bottom: 1.5px solid #e8eaf0;
}
.yk-about-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  padding-right: 20px;
  border-right: 1.5px solid #e8eaf0;
  margin-right: 20px;
}
.yk-about-stat:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.yk-about-stat-num {
  font-size: 34px;
  font-weight: 900;
  color: #E65100;
  line-height: 1;
  letter-spacing: -1px;
}
.yk-about-stat-lbl {
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: .6px;
  line-height: 1.3;
}

/* ── CTA button ── */
.yk-about-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  background: #E65100;
  color: #fff;
  border-radius: 9px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: background .2s, transform .2s, box-shadow .2s;
  border: 2px solid #E65100;
}
.yk-about-cta:hover {
  background: #BF360C;
  border-color: #BF360C;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(230,81,0,.28);
  text-decoration: none;
}
.yk-about-cta svg {
  flex-shrink: 0;
  transition: transform .2s;
}
.yk-about-cta:hover svg { transform: translateX(3px); }

/* ── Responsive ── */
@media (max-width: 991px) {
  .yk-about-content { padding-left: 0; margin-top: 12px; }
  .yk-about-title { font-size: 28px; }
  .yk-about-stat-num { font-size: 28px; }
}
@media (max-width: 767px) {
  .yk-about-strip { padding: 52px 0; }
  .yk-about-title { font-size: 24px; }
  .yk-about-stats { flex-wrap: wrap; gap: 14px; border: none; padding: 0; }
  .yk-about-stat { border-right: none; margin-right: 0; padding-right: 0; flex: 0 0 calc(50% - 7px); }
  .yk-about-placeholder { height: 240px; font-size: 60px; }
}

/* ── PKC button SVG alignment (global fix) ── */
.pkc-btn svg,
.yk-cta-call svg,
.yk-cta-wa svg,
.yk-about-cta svg {
  display: inline-block !important;
  vertical-align: middle !important;
  flex-shrink: 0 !important;
  position: relative !important;
  top: -1px !important;
}

/* ── GST / Tax display ── */
.yk-pcard-gst {
  font-size: 10px;
  color: #94a3b8;
  font-weight: 500;
  margin-top: 2px;
  letter-spacing: .2px;
}
.yk-pd-gst {
  font-size: 12px;
  color: #94a3b8;
  font-weight: 500;
  margin: -10px 0 14px;
  letter-spacing: .2px;
}

/* ── Mobile header Call + WA icon buttons ── */
.yk-mob-cta-btns {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 10px;
}
.yk-mob-call-btn,
.yk-mob-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 9px;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity .2s, transform .15s;
}
.yk-mob-call-btn { background: var(--cat-call-bg, #E65100); color: var(--cat-btn-txt, #fff); }
.yk-mob-wa-btn   { background: var(--cat-wa-bg, #25D366); color: var(--cat-btn-txt, #fff); }
.yk-mob-call-btn:hover, .yk-mob-wa-btn:hover { opacity: .88; transform: scale(1.06); }
.yk-mob-call-btn svg, .yk-mob-wa-btn svg { width: 17px; height: 17px; }

/* ── Offcanvas bottom CTA buttons ── */
.yk-offcanvas-cta {
  display: flex;
  gap: 10px;
  padding: 16px;
  border-top: 1px solid #e8eaf0;
  margin-top: 8px;
}
.yk-offcanvas-call,
.yk-offcanvas-wa {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 11px 8px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}
.yk-offcanvas-call { background: var(--cat-call-bg, #E65100); color: var(--cat-btn-txt, #fff); }
.yk-offcanvas-wa   { background: var(--cat-wa-bg, #25D366); color: var(--cat-btn-txt, #fff); }
.yk-offcanvas-call:hover, .yk-offcanvas-wa:hover { opacity: .88; color: #fff; }

/* Mobile header layout fix */
.mobile-header-area .header-right {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

/* ============================================================
   COMPREHENSIVE MOBILE RESPONSIVE FIX — All Pages
   ============================================================ */

/* ── Base: prevent horizontal overflow on all pages ── */
*, *::before, *::after { box-sizing: border-box; }
html, body { overflow-x: hidden; max-width: 100%; }
img { max-width: 100%; height: auto; }

/* ── HEADER topbar: hide email on mobile ── */
@media (max-width: 767px) {
  .header-area .header-top .email-link,
  .header-area .header-top a[href^="mailto"] { display: none; }
  .header-area .header-top { text-align: center; font-size: 11px; }

  /* Logo sizing */
  .header-area .logo img,
  .mobile-header-area .logo img { max-height: 48px; width: auto; }

  /* Nav call/enquire buttons */
  .yk-nav-call-btn, .yk-nav-wa-btn {
    padding: 7px 12px !important; font-size: 12px !important;
    min-width: unset !important;
  }

  /* Hero banner */
  .yk-hero .carousel-item, .yk-banner-img { height: 220px !important; object-fit: cover; }
  .carousel-caption.yk-banner-cap {
    padding: 14px 16px !important;
    bottom: 10px !important; left: 10px !important; right: 10px !important;
  }
  .yk-ban-title { font-size: 20px !important; line-height: 1.2; }
  .yk-ban-desc  { font-size: 12px !important; margin-bottom: 8px !important; }
  .yk-ban-btn   { padding: 9px 16px !important; font-size: 12px !important; }
  .yk-ban-eye   { font-size: 10px !important; }

  /* Section headings */
  .yp-sec-top h2, .yp-section h2 { font-size: 20px !important; }
  .yp-kicker { font-size: 11px; }
  .yp-section { padding: 36px 0 !important; }
  .pkc-section { padding: 36px 0 !important; }

  /* Trust badges — 2 cols */
  .yp-badges-wrap { grid-template-columns: repeat(2,1fr) !important; gap: 10px !important; }
  .yp-badges { padding: 28px 0 !important; }
  .yp-badge-tile { padding: 16px 12px !important; gap: 10px !important; border-radius: 12px !important; }
  .yp-badge-icon-wrap { width: 44px !important; height: 44px !important; font-size: 18px !important; border-radius: 12px !important; }
  .yp-badge-text-wrap h6 { font-size: 13px !important; }
  .yp-badge-text-wrap p  { font-size: 11px !important; }

  /* Category cards — 2 cols, shorter */
  /* category card rules: see definitive block below */

  /* Product cards — 2 cols */
  .pkc-section .row > [class*="col-"] { flex: 0 0 50% !important; max-width: 50% !important; }
  .pkc { border-radius: 12px !important; }
  .pkc-img-wrap { border-radius: 12px 12px 0 0 !important; }
  .pkc-body { padding: 10px !important; }
  .pkc-name { font-size: 12px !important; line-height: 1.3 !important; }
  .pkc-price { font-size: 14px !important; margin: 4px 0 !important; }
  .pkc-btns { gap: 5px !important; flex-wrap: wrap !important; }
  .pkc-btn { font-size: 10px !important; padding: 7px 6px !important; flex: 1 !important; min-width: 0 !important; }

  /* About strip */
  .yk-about-strip { padding: 40px 0 !important; }
  .yk-about-img-wrap { margin-bottom: 24px; }
  .yk-about-title { font-size: 22px !important; }
  .yk-about-stats { flex-wrap: wrap !important; gap: 12px !important; }
  .yk-about-stat { flex: 0 0 calc(50% - 6px) !important; border-right: none !important; padding-right: 0 !important; }
  .yk-about-stat-num { font-size: 26px !important; }

  /* Why choose section */
  .ywc-section { padding: 40px 0 !important; }
  .ywc-grid { grid-template-columns: repeat(2,1fr) !important; gap: 12px !important; }
  .ywc-card { padding: 18px 14px !important; }
  .ywc-icon { font-size: 22px !important; width: 50px !important; height: 50px !important; }
  .ywc-title { font-size: 14px !important; }
  .ywc-desc { font-size: 12px !important; }

  /* Testimonials */
  .ywt-section { padding: 40px 0 !important; }
  .ywt-title { font-size: 22px !important; }
  .ywt-card { padding: 20px 16px !important; }
  .ywt-text { font-size: 13px !important; }
  .ywt-author { font-size: 13px !important; }

  /* CTA section */
  .yk-cta { padding: 40px 0 !important; }
  .yk-cta-inner { flex-direction: column !important; gap: 24px !important; align-items: center !important; }
  .yk-cta-title { font-size: 22px !important; text-align: center !important; }
  .yk-cta-subtitle { font-size: 14px !important; text-align: center !important; }
  .yk-cta-links { justify-content: center !important; }
  .yk-cta-actions { width: 100% !important; min-width: unset !important; }
  .yk-cta-wa-btn, .yk-cta-call-btn { padding: 14px 18px !important; }

  /* Shop page */
  .shop-area { padding: 30px 0 !important; }
  .shop-area .sidebar-wrap { margin-bottom: 24px !important; }
  .sidebar-widget { padding: 16px !important; margin-bottom: 16px !important; }
  .sidebar-widget-title { font-size: 14px !important; }

  /* Breadcrumb */
  .breadcrumb-area { padding: 30px 0 !important; }
  .breadcrumb-area .page-title { font-size: 20px !important; }
  .breadcrumb-area .breadcrumb { font-size: 12px !important; }

  /* Product detail page */
  .product-single-area { padding: 30px 0 !important; }
  .product-single-area .product-info { padding-left: 0 !important; margin-top: 20px !important; }
  .product-single-area .product-info .product-name { font-size: 20px !important; }
  .product-single-area .product-info .product-price .price { font-size: 22px !important; }
  .product-single-area .product-bottom-button { flex-direction: column !important; gap: 10px !important; }
  .product-single-area .product-bottom-button .primary-btn { width: 100% !important; }

  /* FAQ page */
  .faq-section { padding: 30px 0 !important; }
  .faq-item { margin-bottom: 10px !important; }
  .faq-question { font-size: 14px !important; padding: 14px 16px !important; }
  .faq-answer { font-size: 13px !important; padding: 12px 16px !important; }

  /* Contact page */
  .contact-section { padding: 30px 0 !important; }
  .contact-info-card { padding: 16px !important; margin-bottom: 12px !important; }
  .contact-form-wrap { padding: 20px 16px !important; }

  /* Gallery */
  .gallery-grid { grid-template-columns: repeat(2,1fr) !important; gap: 8px !important; }
  .gallery-item img { border-radius: 8px !important; }

  /* Footer */
  .footer-area { padding: 40px 0 20px !important; }
  .footer-area .footer-logo img { max-height: 50px !important; }
  .footer-area .footer-title { font-size: 15px !important; margin-bottom: 12px !important; }
  .footer-area .footer-link { font-size: 13px !important; }
  .footer-area .footer-contact-item { font-size: 13px !important; }
  .footer-area .footer-bottom { font-size: 12px !important; padding: 14px 0 !important; }
  .footer-area .footer-social a { width: 34px !important; height: 34px !important; font-size: 14px !important; }

  /* View all button */
  .yp-view-all { padding: 12px 24px !important; font-size: 13px !important; }

  /* Floating WA / Call buttons */
  .yk-float-wa, .yk-float-call { width: 48px !important; height: 48px !important; font-size: 20px !important; }
}

/* ── 480px — small phones ── */
@media (max-width: 480px) {
  .yk-hero .carousel-item, .yk-banner-img { height: 180px !important; }
  .yk-ban-title { font-size: 17px !important; }
  .yk-ban-desc  { display: none !important; }

  .yp-badges-wrap { grid-template-columns: repeat(2,1fr) !important; gap: 8px !important; }
  .yp-badge-tile { padding: 12px 10px !important; gap: 8px !important; }
  .yp-badge-icon-wrap { width: 38px !important; height: 38px !important; font-size: 16px !important; }
  .yp-badge-text-wrap h6 { font-size: 12px !important; }
  .yp-badge-text-wrap p  { display: none !important; }

  /* category card rules: see definitive block below */

  .pkc-name { font-size: 11px !important; }
  .pkc-btn  { font-size: 9px !important; padding: 6px 4px !important; }

  .ywc-grid { grid-template-columns: 1fr 1fr !important; }

  .footer-area .row > [class*="col-"] { margin-bottom: 20px !important; }
}

/* ── 360px — very small phones ── */
@media (max-width: 360px) {
  .yk-ban-title { font-size: 15px !important; }
  .pkc-btn { font-size: 8px !important; }
  /* category card rules: see definitive block below */
}

/* ============================================================
   MOBILE MENU FIX + CATEGORY CARDS PORTRAIT RESPONSIVE
   ============================================================ */

/* ── 1. Mobile header bar — correct alignment ── */
.mobile-header-area {
  position: sticky !important;
  top: 0 !important;
  z-index: 1030 !important;
  background: #fff !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.08) !important;
}
.mobile-header-area .container { padding: 0 14px !important; }
.mobile-header-area .menu-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px 0 !important;
  gap: 0 !important;
}
.mobile-header-area .header-left { flex: 1; display: flex; align-items: center; }
.mobile-header-area .header-left .brand-logo img,
.mobile-header-area .header-left .brand-image {
  max-height: 44px !important;
  width: auto !important;
  display: block !important;
}
.mobile-header-area .header-right {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex-shrink: 0 !important;
}
/* Fix oversized hamburger icon */
.mobile-header-area .menu-bar {
  font-size: 1.4rem !important;
  width: 40px !important;
  height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 8px !important;
  background: #f8f9fa !important;
  color: #1a1a2e !important;
  cursor: pointer !important;
  position: static !important;
  top: auto !important;
  margin-left: 0 !important;
  padding: 0 !important;
}
.mobile-header-area .menu-bar:hover { background: #e8eaf0 !important; }
.mobile-header-area .menu-bar i { font-size: 18px !important; line-height: 1 !important; }

/* ── 2. Offcanvas panel — clean full-height drawer ── */
.menu-offcanvas {
  width: 300px !important;
  max-width: 85vw !important;
  padding: 0 !important;
  z-index: 1055 !important;
  background: #fff !important;
  box-shadow: 4px 0 30px rgba(0,0,0,.15) !important;
  display: flex !important;
  flex-direction: column !important;
  overflow-y: auto !important;
}
.menu-offcanvas .mobile-menu-area {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  padding: 0 !important;
}

/* Offcanvas header — logo + close */
.menu-offcanvas .mobile-menu-area .offcanvas-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 12px 18px !important;
  border-bottom: 1.5px solid #f0eaf8 !important;
  margin-bottom: 0 !important;
  background: linear-gradient(135deg,#faf5ff,#fff) !important;
  min-height: 72px !important;
}
.menu-offcanvas .mobile-menu-area .offcanvas-header .brand-logo,
.menu-offcanvas .mobile-menu-area .offcanvas-header a.brand-logo {
  display: flex !important;
  align-items: center !important;
  flex: 1 !important;
  min-width: 0 !important;
}
.menu-offcanvas .mobile-menu-area .offcanvas-header .brand-image,
.menu-offcanvas .mobile-menu-area .offcanvas-header .brand-logo img {
  max-height: 56px !important;
  width: auto !important;
  max-width: 160px !important;
  display: block !important;
  object-fit: contain !important;
}
.menu-offcanvas .mobile-menu-area .offcanvas-header .btn-close {
  flex-shrink: 0 !important;
  margin-left: 12px !important;
}
.menu-offcanvas .mobile-menu-area .offcanvas-header .btn-close {
  width: 32px !important;
  height: 32px !important;
  opacity: .6 !important;
  flex-shrink: 0 !important;
}

/* Search form inside menu */
.menu-offcanvas .menu-search-form {
  padding: 14px 16px !important;
  border-bottom: 1px solid #f0f0f0 !important;
}
.menu-offcanvas .menu-search-form .search-wrap {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
}
.menu-offcanvas .menu-search-form .form-select {
  font-size: 13px !important;
  padding: 9px 12px !important;
  border-radius: 8px !important;
  border: 1.5px solid #e2e8f0 !important;
  background-color: #f8f9fa !important;
}
.menu-offcanvas .menu-search-form .form-group {
  display: flex !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #f8f9fa !important;
}
.menu-offcanvas .menu-search-form .form-control {
  border: none !important;
  background: transparent !important;
  font-size: 13px !important;
  padding: 9px 12px !important;
  flex: 1 !important;
}
.menu-offcanvas .menu-search-form .form-control:focus { box-shadow: none !important; }
.menu-offcanvas .menu-search-form .search-btn {
  width: 40px !important;
  background: #E65100 !important;
  border: none !important;
  color: #fff !important;
  font-size: 15px !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
}

/* Nav menu items */
.menu-offcanvas .main-menu { flex: 1; padding: 8px 0 !important; }
.menu-offcanvas .main-menu .menu-list { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.menu-offcanvas .main-menu .menu-item { border-bottom: 1px solid #f5f5f5 !important; }
.menu-offcanvas .main-menu .menu-link {
  display: flex !important;
  align-items: center !important;
  padding: 13px 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1a1a2e !important;
  text-decoration: none !important;
  letter-spacing: .2px !important;
  transition: background .15s, color .15s !important;
}
.menu-offcanvas .main-menu .menu-link:hover,
.menu-offcanvas .main-menu .menu-item.active .menu-link {
  background: #fff5f0 !important;
  color: #E65100 !important;
}
.menu-offcanvas .main-menu .sub-menu {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fafafa !important;
}
.menu-offcanvas .main-menu .sub-menu .sub-menu-link {
  display: block !important;
  padding: 10px 20px 10px 36px !important;
  font-size: 13px !important;
  color: #475569 !important;
  text-decoration: none !important;
}
.menu-offcanvas .main-menu .sub-menu .sub-menu-link:hover { color: #E65100 !important; }

/* ── 3. Category cards — portrait, responsive ── */
/* DEFINITIVE block — all previous category rules are superseded by these */



/* ============================================================
   PREMIUM CATEGORY CARDS — yk-pcat — Full Portrait Overlay
   ============================================================ */

.yp-cat-section { background: #f4f6f9; padding: 70px 0; }

/* Grid — 4 cols desktop, scales down */
.yk-pcat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* Card base */
.yk-pcat-card {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 22px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: #1a1a2e;
  box-shadow: 0 8px 30px rgba(0,0,0,.13);
  transition: transform .38s cubic-bezier(.25,.46,.45,.94),
              box-shadow .38s cubic-bezier(.25,.46,.45,.94);
  cursor: pointer;
}
.yk-pcat-card:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 32px 70px rgba(0,0,0,.22);
  text-decoration: none;
}

/* Full-bleed image */
.yk-pcat-img {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.yk-pcat-img img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .55s cubic-bezier(.25,.46,.45,.94);
}
.yk-pcat-card:hover .yk-pcat-img img { transform: scale(1.10); }

/* Gradient overlay — dark bottom, transparent top */
.yk-pcat-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.0)   0%,
    rgba(0,0,0,.05)  30%,
    rgba(0,0,0,.55)  65%,
    rgba(0,0,0,.92) 100%
  );
  transition: opacity .35s;
}
.yk-pcat-card:hover .yk-pcat-overlay {
  background: linear-gradient(
    180deg,
    rgba(0,0,0,.0)   0%,
    rgba(0,0,0,.08)  25%,
    rgba(0,0,0,.60)  60%,
    rgba(0,0,0,.95) 100%
  );
}

/* Top badge — icon circle */
.yk-pcat-badge {
  position: absolute;
  top: 18px; left: 18px;
  width: 46px; height: 46px;
  border-radius: 14px;
  background: rgba(255,255,255,.18);
  border: 1.5px solid rgba(255,255,255,.28);
  backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center;
  font-size: 19px; color: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
  transition: background .25s, transform .25s;
  z-index: 2;
}
.yk-pcat-card:hover .yk-pcat-badge {
  background: rgba(230,81,0,.85);
  border-color: rgba(255,255,255,.15);
  transform: scale(1.1) rotate(-5deg);
}

/* Bottom text block */
.yk-pcat-body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: 22px 20px 20px;
  transform: translateY(6px);
  transition: transform .35s cubic-bezier(.25,.46,.45,.94);
}
.yk-pcat-card:hover .yk-pcat-body { transform: translateY(0); }

.yk-pcat-name {
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  margin: 0 0 5px;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0,0,0,.45);
  letter-spacing: -.2px;
}
.yk-pcat-sub {
  font-size: 12px;
  color: rgba(255,255,255,.80);
  margin: 0;
  font-weight: 500;
  letter-spacing: .3px;
  transition: color .2s;
}
.yk-pcat-card:hover .yk-pcat-sub { color: #ffb89a; }

/* Shine sweep on hover */
.yk-pcat-shine {
  position: absolute; inset: 0;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,.10) 0%,
    rgba(255,255,255,.0)  50%
  );
  opacity: 0;
  transition: opacity .4s;
  pointer-events: none; z-index: 3;
}
.yk-pcat-card:hover .yk-pcat-shine { opacity: 1; }

/* ── Responsive ── */
@media (max-width: 1199px) {
  .yk-pcat-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}
@media (max-width: 991px) {
  .yk-pcat-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .yk-pcat-card { aspect-ratio: 4 / 5; border-radius: 18px; }
  .yp-cat-section { padding: 52px 0; }
}
@media (max-width: 767px) {
  .yk-pcat-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .yk-pcat-card { aspect-ratio: 3 / 4; border-radius: 16px; }
  .yk-pcat-badge { width: 36px; height: 36px; font-size: 15px; border-radius: 10px; top: 12px; left: 12px; }
  .yk-pcat-name { font-size: 14px; }
  .yk-pcat-sub  { font-size: 11px; }
  .yk-pcat-body { padding: 16px 14px 14px; }
  .yp-cat-section { padding: 40px 0; }
}
@media (max-width: 480px) {
  .yk-pcat-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .yk-pcat-card { aspect-ratio: 2 / 3; border-radius: 14px; }
  .yk-pcat-badge { width: 32px; height: 32px; font-size: 13px; top: 10px; left: 10px; }
  .yk-pcat-name { font-size: 12px; }
  .yk-pcat-sub  { font-size: 10px; display: none; }
  .yk-pcat-body { padding: 12px 10px 10px; }
}

/* ============================================================
   HEADER CONSISTENCY FIX — One header on all pages
   ============================================================ */

/* ── Hide ALL old theme headers everywhere ── */
/* Old 3-row desktop header */
.header-area { display: none !important; }
/* Old mobile header that bleeds on desktop */
.mobile-header-area .header-middle,
.mobile-header-area .header-bottom,
.mobile-header-area .header-top { display: none !important; }

/* Hide the old offcanvas contact strip that leaks as visible text */
.menu-offcanvas .menu-bottom,
.offcanvas-contact-strip,
.yk-offcanvas-contact { display: none !important; }

/* ── Desktop (≥992px): show new yk-header, hide mobile header ── */
@media (min-width: 992px) {
  .yk-header { display: block !important; }
  .mobile-header-area { display: none !important; }
}

/* ── Mobile (<992px): hide desktop header, show mobile header ── */
@media (max-width: 991px) {
  .yk-header { display: none !important; }
  .mobile-header-area {
    display: block !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1030 !important;
    background: #fff !important;
    box-shadow: 0 2px 12px rgba(0,0,0,.08) !important;
  }
}

/* ── Additional old header elements from server bootstrap.htm ── */
/* Hide old mobile header second logo row (250x78 logo + Enquire only) */
.header-area-v2,
.header-middle-area,
/* Old mobile header shown on desktop in old bootstrap */
.d-block.d-lg-none.mobile-header-area { display: none !important; }

/* The "Follow Us / phone / Enquire on WhatsApp" strip from old offcanvas */
.yk-offcanvas-contact-strip { display: none !important; }

/* Force announcement bar to show above everything */
.announcement-area, .yk-ann-bar {
  position: relative;
  z-index: 1050;
}

/* ══ DEFINITIVE OLD HEADER KILL — targets every element in old bootstrap.htm ══ */

/* The old bootstrap had a separate header-area with header-top/middle/bottom */
.header-area,
.header-area *:not(script):not(style) { display: none !important; }

/* Old mobile header that rendered independently */
.header-middle-area { display: none !important; }

/* Old offcanvas contact footer that leaked as visible text */
/* It contained: phone, "Enquire on WhatsApp", "Follow Us", social links */
.offcanvas-follow-area,
.mobile-menu-area .mobile-menu-bottom,
.mobile-menu-area > .container:last-child { display: none !important; }

/* Specifically target the old "Follow Us" section in old offcanvas */
.mobile-menu-area .social-links-wrap { display: none !important; }

@media (min-width: 992px) {
  /* Desktop: ONLY show yk-header */
  .yk-header { display: block !important; }
  .mobile-header-area { display: none !important; }
  /* Kill old header-area if it somehow still renders */
  .header-area { display: none !important; }
}
@media (max-width: 991px) {
  /* Mobile: ONLY show mobile-header-area */
  .yk-header { display: none !important; }
  .mobile-header-area { display: block !important; }
  .header-area { display: none !important; }
}


/* ══════════════════════════════════════════════
   COMPREHENSIVE MOBILE RESPONSIVE — ALL PAGES
   Applies to ≤767px (phones)
   ══════════════════════════════════════════════ */
@media (max-width: 767px) {

  /* ── Category grid: 1 column ── */
  .yk-cat-grid,
  .yk-cat-grid-4 {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
  .yk-cc { min-height: 200px !important; }

  /* ── Product cards: 1 column on smallest phones ── */
  /* keep 2 cols at 767px, go 1 col below 480px — see block below */

  /* ── View All button ── */
  .yp-view-all { width: 100%; justify-content: center; }

  /* ── Section padding ── */
  .yp-section, .pkc-section { padding: 32px 0 !important; }

  /* ── CTA section ── */
  .yk-cta-inner { flex-direction: column !important; align-items: center !important; text-align: center !important; }
  .yk-cta-btns  { flex-direction: column !important; width: 100% !important; }
  .yk-cta-btns a { width: 100% !important; justify-content: center !important; }

  /* ── Why Choose Us ── */
  .ywc-grid { grid-template-columns: 1fr !important; gap: 16px !important; }

  /* ── Testimonials ── */
  .ywt-grid { grid-template-columns: 1fr !important; }

  /* ── Contact page ── */
  .ct-card { padding: 20px 16px !important; }
  .ctbanner { min-height: 160px !important; }
  .ct-infocol { margin-top: 20px; }

  /* ── Gallery ── */
  .yk-gallery-grid { grid-template-columns: 1fr !important; gap: 12px !important; }

  /* ── Shop page filters ── */
  .shop-filter-wrap { flex-direction: column !important; }

  /* ── Page banner (breadcrumb) ── */
  .pv-banner { min-height: 160px !important; }
  .pv-banner-h1 { font-size: 24px !important; }

  /* ── Footer ── */
  .yk-ftr .col-lg-3, .yk-ftr .col-md-6 { margin-bottom: 24px; }

  /* ── Header search bar ── */
  .header-search-form { max-width: 100% !important; }
}

/* ── 1 column product cards at 480px ── */
@media (max-width: 480px) {
  .pkc-section .row > [class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .yk-cat-grid, .yk-cat-grid-4 {
    grid-template-columns: 1fr !important;
  }
}
