/*
Theme Name: Ochaka Child
Theme URI: https://ochaka.presslayouts.com/landing
Author: PressLayouts Team
Description: This is a child theme for Ochaka
Template: ochaka
Version: 1.0
Author URI: https://www.presslayouts.com/
Text Domain: ochaka-child
*/

/* Align buttons in correct horizontal order: Quantity -> Add to Cart -> Buy Now -> Wishlist */
div.summary form.cart:not(.variations_form) .quantity,
div.summary form.variations_form.cart .woocommerce-variation-add-to-cart .quantity {
	order: 1 !important;
}

div.summary form.cart:not(.variations_form) .single_add_to_cart_button,
div.summary form.variations_form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button {
	order: 2 !important;
}

div.summary form.cart:not(.variations_form) .pls-quick-buy,
div.summary form.variations_form.cart .woocommerce-variation-add-to-cart .pls-quick-buy {
	order: 3 !important;
}

div.summary form.cart:not(.variations_form) .pls-whishlist-btn,
div.summary form.variations_form.cart .woocommerce-variation-add-to-cart .pls-whishlist-btn {
	order: 4 !important;
}

/* Ensure the Buy Now button matches the default theme border-radius of the Add to Cart button */
div.summary .pls-quick-buy .pls_quick_buy_button {
	border-radius: var(--pls-radius-round, 999px) !important;
}

/* Single Product Layout: Put Add to Cart and Buy Now in a single row on screens wider than mobile */
@media (min-width: 576px) {
	div.summary .pls-quick-buy {
		width: auto !important;
		flex: 1 0 0 !important;
		display: flex !important;
		margin: 0 !important;
	}

	div.summary .pls-quick-buy .pls_quick_buy_button {
		height: 56px !important;
		padding: 0 20px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		width: 100% !important;
	}

	div.summary form.cart .button {
		height: 56px !important;
		padding: 0 20px !important;
		flex: 1 0 0 !important;
	}
}

/* Align single wishlist button next to the row of buttons */
div.summary .pls-whishlist-btn {
	display: inline-flex !important;
	align-items: center !important;
}

/* Single Product: Add top spacing to prevent sticky header overlap */
body.single-product .pls-site-container {
	padding-top: 90px !important;
}

@media (max-width: 1024px) {
	body.single-product .pls-site-container {
		padding-top: 100px !important;
	}
}

/* Custom product visitor count font weight override (safe from theme updates) */
.pls-product-visitor-count {
	font-weight: 500 !important;
}

.accordion-layout .tab-content-wrap a.accordion-title,
.toggle-layout .tab-content-wrap a.accordion-title {
	font-size: 30px !important;
	line-height: 30px !important;
	padding: 25px 0 !important;
}

.pls-product-visitor-number {
	color: var(--pls-primary-color) !important;
	background-color: #ffffff !important;
	border: 1px solid var(--pls-primary-color);
}

.pls-single-products-tabs {
	margin-top: 112px !important;
}

/* Color replacement override: out of stock text to green (was red #1a380c in parent theme elements.css) */
.product-price-stock .out-of-stock {
	color: #244d11 !important;
}

/* Call to action badge sizing overrides (was modified directly in elements.css) */
.pls-cb-content {
	font-size: 25px !important;
	font-weight: 500 !important;
}

/* Heading title font size override (was modified directly in elements.css) */
.pls-heading .heading-title {
	font-size: 50px !important;
}

/* Cross sells product add to cart button text styling */
.pls-cross-sells-product .pls-cart-button a {
	font-size: 16px !important;
	font-weight: 400 !important;
}

/* Sale/discount labels border radius and padding overrides */
.pls-product-labels>span,
.pls-product-discount-label .on-sale {
	border-radius: 10px !important;
	font-size: 15px !important;
	padding: 2px 12px !important;
}

/* Product title size and spacing in loop grids */
.products .product-title a {
	font-size: 18px !important;
	margin-bottom: 10px !important;
	font-weight: 400 !important;
}

/* Product single page on-sale badge override */
div.summary .on-sale {
	font-size: 15px !important;
	padding: 2px 7px !important;
}

/* Single product title font size override */
div.summary .product_title {
	font-size: 35px !important;
}

div.summary h3 {
	font-size: 30px !important;
}

/* Mobile viewports: Ensure the Buy Now and Add to Cart buttons are identical, rectangular, and split the mobile viewport width 50/50 */
@media (max-width: 1024px) {
	.single-product.pls-mobile-bottom-navbar-single-page div.product:not(.product-quick-view) .single_add_to_cart_button {
		border-radius: 0 !important;
		width: 50% !important;
		left: 0 !important;
	}

	.single-product.pls-mobile-bottom-navbar-single-page div.product:not(.product-quick-view) .pls-quick-buy {
		width: 50% !important;
		left: 50% !important;
		margin: 0 !important;
	}

	.single-product.pls-mobile-bottom-navbar-single-page div.product:not(.product-quick-view) .pls-quick-buy .pls_quick_buy_button {
		border-radius: 0 !important;
		width: 100% !important;
	}
}

/* ==========================================================================
   Footer Dark Mode Overrides (Upgrade-Proof)
   ========================================================================== */
.pls-site-footer {
	color: #b0b0b0 !important;
}

.pls-site-footer .pls-footer-main {
	background-color: #000000 !important;
	color: #b0b0b0 !important;
	border-top: 1px solid #1a1a1a !important;
	padding-top: 7rem;
	padding-bottom: 3rem;
}

/* Titles */
.pls-site-footer .widget-title,
.pls-site-footer .footer-widget .widget h2 {
	color: #ffffff !important;
}

/* Links */
.pls-footer-main a,
.pls-footer-main li a,
.pls-footer-main label,
.pls-footer-main thead th {
	color: #b0b0b0 !important;
	transition: color 0.3s ease;
}

.pls-footer-main a:hover,
.pls-footer-main li a:hover {
	color: #ffffff !important;
}

/* Contact Info Widget Specifics */
.pls-contact-info-icon i {
	color: #ffffff !important;
}

.pls-contact-info-icon:after {
	background-color: #333333 !important;
}

.pls-contact-info-label {
	color: #ffffff !important;
}

/* Newsletter styling in footer */
.pls-footer-main input:not(input[type="checkbox"]):not([type="submit"]):not(button) {
	background-color: #1a1a1a !important;
	color: #ffffff !important;
	border-color: #333333 !important;
}

.pls-footer-main input:not(input[type="checkbox"]):not([type="submit"]):not(button):focus {
	border-color: #ffffff !important;
}

.pls-footer-main [type="submit"] {
	background-color: #ffffff !important;
	color: #000000 !important;
	border: 1px solid #ffffff !important;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.pls-footer-main [type="submit"]:hover {
	background-color: #000000 !important;
	color: #ffffff !important;
	border-color: #ffffff !important;
}

.pls-site-footer .footer-widget .widget {
	border: none !important;
}

/* Footer Copyright Area */
.pls-site-footer .pls-footer-copyright {
	background-color: #000000 !important;
	color: #b0b0b0 !important;
	border-top: 1px solid #1a1a1a !important;
}

.pls-footer-copyright a {
	color: #ffffff !important;
}

.pls-footer-copyright a:hover {
	color: #b0b0b0 !important;
}


/* Header Logo custom css  */
.pls-header-logo .pls-logo {
	width: 190px !important;
	max-width: 190px !important;
	padding-top: 0px !important;
}


/* Footer Logo white splash (filter to invert black to white) */
.pls-site-footer .pls-about-logo img {
	filter: brightness(0) invert(1) !important;
	opacity: 0.9;
	transition: opacity 0.3s ease;
	max-width: 180px !important;
	height: auto !important;
}

@media (max-width: 767px) {
	.pls-site-footer .pls-about-logo img {
		text-align: center !important;
	}

	.pls-mobile-logo {
		max-width: 145px !important;
	}
}

.pls-header-main .pls-header-col>*:last-child,
.pls-header-navigation .pls-header-col>*:last-child {
	padding-right: 8px !important;
}

.pls-site-footer .pls-about-logo img:hover {
	opacity: 1;
}

/* Social links icons default color */
.pls-site-footer .pls-social-links-2 a {
	color: #ffffff !important;
}

.pls-main-navigation ul.menu>li>a {
	font-weight: 400 !important;
	font-size: 16px !important;
}

.pls-product-sale-marquee .pls-marquee-item {
	font-size: 14px !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.08em !important;
	color: #ffffff !important;
}

.woocommerce-mini-cart__empty-message {
	font-size: 16px !important;
}

/* ==========================================================================
   Off-Canvas Sidebar Drawer Custom Styles
   ========================================================================== */
.pls-sidebar-header-canvas {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.2rem 1.5rem;
	border-bottom: 1px solid var(--pls-border-color);
	margin-bottom: 2rem;
	margin-top: -1rem;
	margin-left: -1rem;
	margin-right: -1rem;
}

.pls-sidebar-header-canvas .canvas-sidebar-title {
	font-size: 20px !important;
	font-weight: 600 !important;
	margin-bottom: 0 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	color: var(--pls-heading-color) !important;
}

.pls-sidebar-header-canvas .pls-close-btn {
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.pls-sidebar-header-canvas .pls-close-btn:hover {
	opacity: 0.6;
}

/* Premium shadows & borders for slide-out panel */
.pls-off-canvas-sidebar .pls-widget-area {
	box-shadow: 5px 0 30px rgba(0, 0, 0, 0.08) !important;
	border-right: 1px solid var(--pls-border-color) !important;
}

/* Ensure the products catalog has elegant bottom spacing to prevent touching the black footer */
.pls-catalog-page .pls-content-area {
	padding-bottom: 60px !important;
	padding-top: 60px !important;
}

.pls-pagination,
.woocommerce-pagination {
	margin-bottom: 0px !important;
}

.woocommerce-Price-amount {
	color: #244d11 !important;
}

/* ==========================================================================
   Mobile Spacing and Layout Enhancements for Off-Canvas Filters
   ========================================================================== */
@media (max-width: 767px) {

	/* Add breathing room above and below the main shop controls header */
	.pls-products-header {
		margin-top: 1.5rem !important;
		margin-bottom: 2rem !important;
	}

	/* Adjust gap between filter, grid layout, and sort options */
	.pls-products-header-controls {
		gap: 0.75rem 1rem !important;
		padding: 0.5rem 0 !important;
	}

	/* Style the off-canvas filter toggle button for better visual balance on mobile */
	.pls-product-off-canvas-btn {
		padding: 8px 18px !important;
		min-width: 110px !important;
		font-weight: 500 !important;
		height: 40px !important;
	}

	/* Ensure mobile views have distinct breathing room from the black footer */
	.pls-catalog-page .pls-content-area {
		padding-bottom: 60px !important;
		padding-top: 0px !important;
	}

	.pls-pagination,
	.woocommerce-pagination {
		margin-bottom: 0px !important;
	}
}

/* ==========================================================================
   Page Layout & Element Styling Tweaks (Cart, Wishlist, My Account)
   ========================================================================== */

/* 1. Reduce top and bottom spacing in Page Title / Breadcrumb section */
.woocommerce-cart #page-title.pls-page-title,
.woocommerce-checkout #page-title.pls-page-title,
.woocommerce-account #page-title.pls-page-title,
.page-id-16 #page-title.pls-page-title,
.woosw-list-page #page-title.pls-page-title {
	padding-top: 40px !important;
	padding-bottom: 0px !important;
}

/* WPC Wishlist page and side-canvas drawer thumbnails (120px * 160px) */
.woosw-list table td.woosw-item--image img,
.woosw-items table td.woosw-item--image img,
.woosw-list table.woosw-items .woosw-item--image img,
.woosw-popup .woosw-items .woosw-item .woosw-item--image img {
	width: 120px !important;
	max-width: 120px !important;
	height: 160px !important;
	object-fit: cover !important;
	border-radius: var(--pls-border-radius-s, 4px) !important;
}

.woosw-list table td.woosw-item--image,
.woosw-items table td.woosw-item--image,
.woosw-list table.woosw-items .woosw-item--image {
	width: 140px !important;
}

.woosw-popup .woosw-items .woosw-item .woosw-item--image {
	width: 120px !important;
	flex: 0 0 120px !important;
}

/* 2. Increase product thumbnail size in Cart, Checkout, and Order flows */
@media (min-width: 768px) {

	/* Cart and Checkout tables */
	.woocommerce-cart table.shop_table td.product-thumbnail img,
	.woocommerce-checkout table.shop_table td.product-thumbnail img,
	.woocommerce-account table.shop_table td.product-thumbnail img,
	.yith-wcwl-form table td.product-thumbnail img {
		width: 120px !important;
		max-width: 120px !important;
		height: 160px !important;
		object-fit: cover !important;
	}

	/* Mini Cart drawer / Off-canvas cart */
	.widget_shopping_cart .mini_cart_item_image img {
		width: 120px !important;
		max-width: 120px !important;
		height: 160px !important;
		object-fit: cover !important;
	}
}


@media (max-width: 767px) {

	/* Adjust row padding on mobile cart to prevent overlapping absolute thumbnail */
	.woocommerce-cart table.cart tr.cart_item,
	.woocommerce-checkout table.cart tr.cart_item,
	.woocommerce-account table.cart tr.cart_item {
		padding-left: 140px !important;
	}

	/* Reset padding for the actions row containing the coupon form to prevent cutoff */
	.woocommerce-cart table.cart td.actions,
	.woocommerce-checkout table.cart td.actions,
	.woocommerce-account table.cart td.actions {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.woocommerce-cart table.cart .product-thumbnail img,
	.woocommerce-checkout table.cart .product-thumbnail img,
	.woocommerce-account table.cart .product-thumbnail img {
		width: 120px !important;
		max-width: 120px !important;
		height: 160px !important;
		object-fit: cover !important;
	}

	/* Mini Cart drawer / Off-canvas cart mobile */
	.widget_shopping_cart .mini_cart_item_image img {
		width: 120px !important;
		max-width: 120px !important;
		height: 160px !important;
		object-fit: cover !important;
	}
}

/* 2. Checkout review order thumbnail styling */
.woocommerce-checkout-review-order .pls-product-thumb {
	min-width: 120px !important;
	width: 120px !important;
	margin-right: 1.5rem !important;
	display: block !important;
}

.woocommerce-checkout-review-order .pls-product-thumb img {
	width: 120px !important;
	max-width: 120px !important;
	height: 160px !important;
	object-fit: cover !important;
	border-radius: var(--pls-border-radius-s, 4px) !important;
}

/* 2B. Order Confirmation (Thank You) & View Order Page Summary Table Styling */
.woocommerce-order-details table.shop_table.order_details,
.woocommerce-view-order table.shop_table.order_details {
	border: 1px solid #eeeeee !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border-radius: 8px !important;
	overflow: hidden !important;
	background-color: #ffffff !important;
	/* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important; */
	margin-top: 1.5rem !important;
	margin-bottom: 2.5rem !important;
	width: 100% !important;
}

/* Header style matching clean table design */
.woocommerce-order-details table.shop_table.order_details thead th,
.woocommerce-view-order table.shop_table.order_details thead th {
	background-color: #f9f9f9 !important;
	border-bottom: 2px solid #eeeeee !important;
	border-top: none !important;
	padding: 16px 24px !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.05em !important;
	color: #111111 !important;
}

/* Body and Footer rows styling */
.woocommerce-order-details table.shop_table.order_details td,
.woocommerce-order-details table.shop_table.order_details th,
.woocommerce-view-order table.shop_table.order_details td,
.woocommerce-view-order table.shop_table.order_details th {
	border-top: none !important;
	border-bottom: 1px solid #eeeeee !important;
	padding: 20px 24px !important;
	vertical-align: middle !important;
	background: transparent !important;
}

/* Product column styling using Flexbox for clean layout */
.woocommerce-order-details table.shop_table.order_details td.product-name,
.woocommerce-view-order table.shop_table.order_details td.product-name {
	display: flex !important;
	align-items: center !important;
	flex-direction: row !important;
	gap: 1.5rem !important;
	border-right: none !important;
}

/* Hide duplicate quantity and default metadata printed outside our details wrapper */
.woocommerce-checkout td.product-name>strong.product-quantity,
.woocommerce-checkout td.product-name>.wc-item-meta,
.woocommerce-checkout td.product-name>dl.variation,
.woocommerce-order-received td.product-name>strong.product-quantity,
.woocommerce-order-received td.product-name>.wc-item-meta,
.woocommerce-order-received td.product-name>dl.variation,
.woocommerce-view-order td.product-name>strong.product-quantity,
.woocommerce-view-order td.product-name>.wc-item-meta,
.woocommerce-view-order td.product-name>dl.variation,
.woocommerce-account td.product-name>strong.product-quantity,
.woocommerce-account td.product-name>.wc-item-meta,
.woocommerce-account td.product-name>dl.variation,
.woocommerce-order-details td.product-name>strong.product-quantity,
.woocommerce-order-details td.product-name>.wc-item-meta,
.woocommerce-order-details td.product-name>dl.variation {
	display: none !important;
}

.woocommerce-order-details table.shop_table.order_details td.product-name>.pls-product-thumb,
.woocommerce-view-order table.shop_table.order_details td.product-name>.pls-product-thumb {
	width: 120px !important;
	height: 160px !important;
	flex-shrink: 0 !important;
	border-radius: var(--pls-border-radius-s, 4px) !important;
	overflow: hidden !important;
	display: block !important;
}

.woocommerce-order-details table.shop_table.order_details td.product-name>.pls-product-thumb img,
.woocommerce-view-order table.shop_table.order_details td.product-name>.pls-product-thumb img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
}

.woocommerce-order-details table.shop_table.order_details td.product-name>.pls-product-details,
.woocommerce-view-order table.shop_table.order_details td.product-name>.pls-product-details {
	display: flex !important;
	flex-direction: column !important;
	gap: 0.25rem !important;
	flex: 1 !important;
}

.woocommerce-order-details table.shop_table.order_details td.product-name .pls-product-title,
.woocommerce-view-order table.shop_table.order_details td.product-name .pls-product-title {
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #111111 !important;
	line-height: 1.4 !important;
}

.woocommerce-order-details table.shop_table.order_details td.product-name .pls-product-title a,
.woocommerce-view-order table.shop_table.order_details td.product-name .pls-product-title a {
	color: #111111 !important;
	text-decoration: none !important;
	transition: color 0.2s ease !important;
}

.woocommerce-order-details table.shop_table.order_details td.product-name .pls-product-title a:hover,
.woocommerce-view-order table.shop_table.order_details td.product-name .pls-product-title a:hover {
	color: #244d11 !important;
}

/* Product quantity inline styling */
.woocommerce-order-details table.shop_table.order_details td.product-name .product-quantity,
.woocommerce-view-order table.shop_table.order_details td.product-name .product-quantity {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #777777 !important;
	margin-left: 0.5rem !important;
}

/* Styled inline per-item rate (e.g., "x 2 (₹1,800.00 each)") */
.woocommerce-order-details table.shop_table.order_details td.product-name .product-item-rate,
.woocommerce-view-order table.shop_table.order_details td.product-name .product-item-rate {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #666666 !important;
	margin-left: 0.5rem !important;
}

.woocommerce-order-details table.shop_table.order_details td.product-name .product-item-rate .woocommerce-Price-amount,
.woocommerce-view-order table.shop_table.order_details td.product-name .product-item-rate .woocommerce-Price-amount {
	font-weight: 500 !important;
	color: #666666 !important;
}

/* Styled inline meta container (Color, Size details) */
.woocommerce-order-details table.shop_table.order_details td.product-name .pls-product-meta,
.woocommerce-view-order table.shop_table.order_details td.product-name .pls-product-meta {
	margin-top: 0.25rem !important;
}

.woocommerce-order-details table.shop_table.order_details td.product-name .pls-product-meta ul.wc-item-meta,
.woocommerce-view-order table.shop_table.order_details td.product-name .pls-product-meta ul.wc-item-meta {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 4px !important;
}

.woocommerce-order-details table.shop_table.order_details td.product-name .pls-product-meta ul.wc-item-meta li,
.woocommerce-view-order table.shop_table.order_details td.product-name .pls-product-meta ul.wc-item-meta li {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px !important;
	color: #666666 !important;
	line-height: 1.4 !important;
}

.woocommerce-order-details table.shop_table.order_details td.product-name .pls-product-meta ul.wc-item-meta li strong.wc-item-meta-label,
.woocommerce-view-order table.shop_table.order_details td.product-name .pls-product-meta ul.wc-item-meta li strong.wc-item-meta-label {
	font-weight: 500 !important;
	color: #666666 !important;
	margin-right: 4px !important;
}

/* Product totals column right-aligned and bold */
.woocommerce-order-details table.shop_table.order_details td.product-total,
.woocommerce-order-details table.shop_table.order_details th.product-total,
.woocommerce-view-order table.shop_table.order_details td.product-total,
.woocommerce-view-order table.shop_table.order_details th.product-total {
	text-align: right !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #111111 !important;
}

/* Footer row styling */
.woocommerce-order-details table.shop_table.order_details tfoot th,
.woocommerce-view-order table.shop_table.order_details tfoot th {
	font-weight: 500 !important;
	color: #666666 !important;
	text-align: left !important;
	border-right: none !important;
}

.woocommerce-order-details table.shop_table.order_details tfoot td,
.woocommerce-view-order table.shop_table.order_details tfoot td {
	text-align: right !important;
	font-weight: 600 !important;
	color: #111111 !important;
	border-left: none !important;
}

/* Highlighted Total Row */
.woocommerce-order-details table.shop_table.order_details tfoot tr.order-total,
.woocommerce-view-order table.shop_table.order_details tfoot tr.order-total {
	background-color: #fafafa !important;
}

.woocommerce-order-details table.shop_table.order_details tfoot tr.order-total th,
.woocommerce-view-order table.shop_table.order_details tfoot tr.order-total th {
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #111111 !important;
	border-bottom: none !important;
}

.woocommerce-order-details table.shop_table.order_details tfoot tr.order-total td,
.woocommerce-view-order table.shop_table.order_details tfoot tr.order-total td {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: #244d11 !important;
	border-bottom: none !important;
}

/* Fix spacing on last child borders */
.woocommerce-order-details table.shop_table.order_details tfoot tr:last-child th,
.woocommerce-order-details table.shop_table.order_details tfoot tr:last-child td,
.woocommerce-view-order table.shop_table.order_details tfoot tr:last-child th,
.woocommerce-view-order table.shop_table.order_details tfoot tr:last-child td {
	border-bottom: none !important;
}

/* Responsive adjustments for mobile screens */
@media (max-width: 767px) {

	.woocommerce-order-details table.shop_table.order_details td,
	.woocommerce-order-details table.shop_table.order_details th,
	.woocommerce-view-order table.shop_table.order_details td,
	.woocommerce-view-order table.shop_table.order_details th {
		padding: 14px 16px !important;
	}

	.woocommerce-order-details table.shop_table.order_details td.product-name,
	.woocommerce-view-order table.shop_table.order_details td.product-name {
		gap: 1rem !important;
	}

	.woocommerce-order-details table.shop_table.order_details td.product-name>.pls-product-thumb,
	.woocommerce-view-order table.shop_table.order_details td.product-name>.pls-product-thumb {
		width: 80px !important;
		height: 107px !important;
	}
}

/* 3. Fix visibility and styling issues on the Shipping Address edit inline form */
.woocommerce-shipping-calculator input.input-text,
.woocommerce-shipping-calculator select,
.woocommerce-shipping-calculator .select2-container .select2-selection--single {
	background-color: #ffffff !important;
	border: 1px solid #bbb !important;
	color: #333333 !important;
	height: 48px !important;
	border-radius: 999px !important;
	padding: 10px 15px !important;
}

.woocommerce-shipping-calculator .select2-container .select2-selection--single .select2-selection__rendered {
	color: #333333 !important;
	line-height: 28px !important;
	padding-left: 0 !important;
}

.woocommerce-shipping-calculator .select2-container .select2-selection--single .select2-selection__arrow {
	height: 46px !important;
	right: 10px !important;
}

/* 4. Reduce the coupon input width and align it beautifully */
.woocommerce-cart .coupon {
	display: inline-flex !important;
	gap: 10px !important;
	max-width: 100% !important;
	align-items: center !important;
}

.woocommerce-cart .coupon #coupon_code {
	max-width: 220px !important;
	width: 220px !important;
	padding: 16px 40px !important;
	background-color: #ffffff !important;
	border: 1px solid #bbb !important;
	border-radius: 999px !important;
}

.woocommerce-cart .coupon button[name="apply_coupon"] {
	/* height: 48px !important; */
	padding: 16px 40px !important;
}

@media (max-width: 767px) {

	.woocommerce-cart .coupon,
	.woocommerce-cart-wrapper .actions .coupon {
		display: flex !important;
		flex-direction: row !important;
		width: 100% !important;
		align-items: center !important;
		gap: 10px !important;
		box-sizing: border-box !important;
	}

	.woocommerce-cart .coupon #coupon_code,
	.woocommerce-cart-wrapper .actions .coupon #coupon_code {
		flex: 1 1 auto !important;
		width: auto !important;
		max-width: none !important;
		min-width: 0 !important;
		/* Allows flex text input to shrink below browser-default min-width to fit screen */
	}

	.woocommerce-cart .coupon button[name="apply_coupon"],
	.woocommerce-cart-wrapper .actions .coupon button[name="apply_coupon"] {
		flex: 0 0 auto !important;
		width: auto !important;
		max-width: none !important;
		white-space: nowrap !important;
		border-radius: 999px !important;
	}
}

/* 5. Hide the Shipment/Shipping row in Cart Totals / Order Summary */
.woocommerce-cart .cart_totals tr.shipping {
	display: none !important;
}

/* 6. Wishlist & Cart Side-Canvas Buttons Styling Alignment */
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
	padding: 20px !important;
	background-color: #ffffff !important;
}

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner {
	display: flex !important;
	gap: 1rem !important;
	/* Match Cart drawer gap: 1rem */
	flex-wrap: nowrap !important;
	/* Keep them inline on the same row */
	justify-content: space-between !important;
	align-items: center !important;
	width: 100% !important;
}

/* Style both canvases' button links identically (Wishlist Canvas & Cart Canvas) */
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	flex: 1 1 50% !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 12px 16px !important;
	/* Identical padding: 12px 16px */
	border-radius: 999px !important;
	/* Identical pill shape */
	font-size: 18px !important;
	/* Identical font size: 18px */
	font-weight: 600 !important;
	/* Identical font weight: 600 */
	line-height: 24px !important;
	/* Identical line height: 24px */
	letter-spacing: 0.02em !important;
	text-decoration: none !important;
	border-bottom: none !important;
	/* Remove text-link underline */
	box-sizing: border-box !important;
	transition: all 0.3s ease !important;
	text-transform: capitalize !important;
	/* Keep matching readable title casing */
	height: auto !important;
}

/* Outlined Secondary Buttons (Wishlist Canvas Open Page, Cart Canvas View Cart) */
.widget_shopping_cart .woocommerce-mini-cart__buttons a:not(.checkout),
.woocommerce.widget_shopping_cart .buttons a:not(.checkout),
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a.woosw-page {
	background-color: transparent !important;
	border: 1px solid #000000 !important;
	color: #000000 !important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a:not(.checkout):hover,
.woocommerce.widget_shopping_cart .buttons a:not(.checkout):hover,
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a.woosw-page:hover {
	background-color: #000000 !important;
	border-color: #000000 !important;
	color: #ffffff !important;
}

/* Primary Buttons (Cart Canvas, Cart Page, Place Order, Apply Coupon, Wishlist Continue) -> background #244d11 */
.widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout,
.woocommerce.widget_shopping_cart .buttons a.checkout,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .coupon button[name="apply_coupon"],
.woocommerce-checkout #place_order,
.woocommerce-checkout .place-order .button,
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a.woosw-continue {
	background-color: #244d11 !important;
	border: 1px solid #244d11 !important;
	color: #ffffff !important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout:hover,
.woocommerce.widget_shopping_cart .buttons a.checkout:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .coupon button[name="apply_coupon"]:hover,
.woocommerce-checkout #place_order:hover,
.woocommerce-checkout .place-order .button:hover,
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a.woosw-continue:hover {
	background-color: #1a380c !important;
	border-color: #1a380c !important;
	color: #ffffff !important;
}

/* Remove Compare link from header account dropdown menu */
.pls-myaccount-items li:has(a[href*="/compare"]),
.pls-myaccount-items a[href*="/compare"] {
	display: none !important;
}

/* ==========================================================================
   "We are also available on" Marketplace Banner (Above Copyright)
   ========================================================================== */
/* ==========================================================================
   "We are also available on" Marketplace Banner (Inside Newsletter Form)
   ========================================================================== */
.jp-marketplace-banner {
	background-color: transparent;
	border-top: none;
	padding: 15px 0 0 0;
	margin-top: 20px;
}

.jp-marketplace-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}

.jp-marketplace-label {
	color: #ffffff;
	font-size: 24px;
	font-weight: normal;
	line-height: 32px;
	margin-bottom: 0px;
	text-transform: capitalize;
}

.jp-marketplace-logos {
	display: flex;
	align-items: center;
	gap: 16px;
}

.jp-marketplace-logos a {
	display: inline-flex;
	align-items: center;
	transition: transform 0.3s ease, opacity 0.3s ease;
	opacity: 0.95;
}

.jp-marketplace-logos a:hover {
	transform: scale(1.05);
	opacity: 1;
}

.jp-marketplace-logo {
	height: 45px !important;
	width: auto !important;
	object-fit: contain !important;
}

.jp-marketplace-logo--amazon {
	padding-top: 15px;
}

.jp-marketplace-logo--flipkart {
	height: 35px !important;
}

.summary form.cart .button,
.summary .pls_quick_buy_button {
	text-transform: none !important;
}

/* .pls-product-stock-progressbar {
	display: none !important;
} */

.includes_tax,
.includes_tax * {
	font-size: 15px !important;
	font-weight: normal !important;
}

.includes_tax {
	display: block !important;
	margin-top: 4px !important;
}

.includes_tax.multi-line-tax .tax-row {
	display: block !important;
	margin-bottom: 2px !important;
}


@media (max-width: 767px) {
	.jp-marketplace-inner {
		align-items: flex-start;
		gap: 8px;
	}

	.jp-marketplace-label {
		text-align: left;
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.jp-marketplace-logos {
		justify-content: flex-start;
		gap: 12px;
	}

	.jp-marketplace-logo {
		height: 36px !important;
	}
}

/* ==========================================================================
   Side Canvas Login / Register Drawer (Premium Glassmorphic Styling)
   ========================================================================== */
.admin-bar .pls-login-slide {
	margin-top: 32px;
}

.pls-login-slide {
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	position: fixed;
	left: auto;
	bottom: 0;
	top: 0;
	right: 0;
	width: 400px;
	max-width: 100%;
	z-index: 100000 !important;
	overflow: hidden;
	transform: translateX(100%);
	transition: transform .45s;
	color: #333333;
	box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
}

.pls-login-slide.active {
	transform: none;
}

/* Header section inside drawer */
.pls-login-slide-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem 2rem;
	border-bottom: 1px solid #eeeeee;
}

.pls-login-slide-header .login-slide-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
	color: #000000;
}

/* Content & forms section */
.pls-login-slide-content {
	flex: 1;
	overflow-y: auto;
	padding: 2rem;
}

/* Tab content visibility */
.pls-login-tab-content {
	display: none;
}

.pls-login-tab-content.active {
	display: block;
}

/* Form inputs & styling */
.pls-login-slide-content form p {
	margin-bottom: 1.25rem;
}

.pls-login-slide-content form label {
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: #333333;
	margin-bottom: 0.5rem;
}

.pls-login-slide-content form input:not([type="checkbox"]):not([type="submit"]) {
	width: 100%;
	height: 48px;
	padding: 10px 15px;
	background-color: #f5f5f5;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: #333333;
	transition: border-color 0.3s ease, background-color 0.3s ease;
}

.pls-login-slide-content form input:not([type="checkbox"]):not([type="submit"]):focus {
	border-color: #244d11;
	background-color: #ffffff;
}

/* Form actions row */
.pls-login-slide-content form .form-actions {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1.5rem;
}

.pls-login-slide-content form button[type="submit"] {
	width: 100%;
	height: 52px;
	background-color: #244d11;
	/* Primary green */
	color: #ffffff;
	border: 1px solid #244d11;
	border-radius: 999px;
	/* Pill shape standard */
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.3s ease, border-color 0.3s ease;
}

.pls-login-slide-content form button[type="submit"]:hover {
	background-color: #1a380c;
	border-color: #1a380c;
}

.pls-login-slide-content form .rememberme {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: normal;
	font-size: 14px;
	color: #555555;
	cursor: pointer;
}

.pls-login-slide-content form .rememberme input[type="checkbox"] {
	margin: 0;
	cursor: pointer;
}

/* Switch form text styles */
.pls-switch-form-text {
	text-align: center;
	margin-top: 2rem;
	font-size: 14px;
	color: #666666;
}

.pls-switch-form-text a {
	color: #244d11;
	font-weight: 600;
	text-decoration: underline;
	transition: color 0.3s ease;
}

.pls-switch-form-text a:hover {
	color: #1a380c;
}

/* Lost password wrapper styling */
.pls-lost-password-wrap {
	text-align: right;
	margin-top: -0.5rem;
	margin-bottom: 1.5rem;
}

.pls-lost-password-wrap a {
	font-size: 14px;
	color: #777777;
	text-decoration: none;
	transition: color 0.3s ease;
}

.pls-lost-password-wrap a:hover {
	color: #244d11;
}

/* Reset default margins/paddings on WooCommerce forms inside login slide */
.pls-login-slide-content form {
	padding: 0 !important;
	max-width: 100% !important;
	margin: 0 !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

/* Mobile responsive widths */
@media (max-width: 480px) {
	.pls-login-slide {
		width: 100%;
		transform: translateX(100%);
	}
}

/* Guarantee backdrop behaves identically for My Account slide drawer */
.pls-mask-overaly {
	z-index: 998 !important;
}

.pls-login-slide {
	z-index: 100000 !important;
	transition: transform .45s ease !important;
}

/* Fail-safe: Force the login slide off-screen whenever the body scroll/overflow is restored */
body:not(.pls-overflow-hidden) .pls-login-slide {
	transform: translateX(100%) !important;
}

/* Offset fixed drawers (Wishlist popup, Login slide, Mini cart slide) on mobile */
/* Commented out to allow full height canvas for mini cart, wishlist and login */
/*
@media (max-width: 1024px) {

	body.pls-mobile-bottom-navbar .woosw-popup.woosw-popup-right .woosw-popup-inner .woosw-popup-content,
	body.pls-mobile-bottom-navbar .woosw-popup.woosw-popup-left .woosw-popup-inner .woosw-popup-content {
		height: calc(100% - 80px) !important;
		bottom: 80px !important;
	}

	body.pls-mobile-bottom-navbar .pls-login-slide {
		height: calc(100% - 80px) !important;
		bottom: 80px !important;
	}

	body.pls-mobile-bottom-navbar .pls-minicart-slide {
		height: calc(100% - 80px) !important;
		bottom: 80px !important;
	}
}
*/

/* Make Wishlist Side Canvas drawer and Mini Cart Side Canvas drawer footer button fonts smaller */
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a,
.widget_shopping_cart .woocommerce-mini-cart__buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	font-size: 14px !important;
	padding: 10px 14px !important;
}

@media (max-width: 480px) {

	.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-popup-content-bot-inner a,
	.widget_shopping_cart .woocommerce-mini-cart__buttons a,
	.woocommerce.widget_shopping_cart .buttons a {
		font-size: 13px !important;
		padding: 10px 12px !important;
	}
}

/* Wishlist Side Drawer - Card Layout (globally since the drawer is always narrow, max-width 460px) */
.woosw-popup .woosw-items .woosw-item .woosw-item-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: flex-start !important;
	padding: 15px !important;
	margin-bottom: 15px !important;
	border: 1px solid #eeeeee !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	position: relative !important;
	/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important; */
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--remove {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	width: 24px !important;
	height: 24px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	z-index: 10 !important;
	margin: 0 !important;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--image {
	width: 90px !important;
	flex: 0 0 90px !important;
	margin-right: 10px !important;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--image img {
	width: 80px !important;
	max-width: 80px !important;
	height: 107px !important;
	object-fit: cover !important;
	border-radius: 0 !important;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--info {
	flex: 1 1 calc(100% - 120px) !important;
	min-width: 0 !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 4px !important;
	margin-right: 20px !important;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--info .woosw-item--name,
.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--info .woosw-item--name a {
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	color: #000000 !important;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--info .woosw-item--price {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #000000 !important;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--info .woosw-item--time {
	font-size: 12px !important;
	color: #777777 !important;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--actions {
	width: 100% !important;
	flex: 0 0 100% !important;
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
	align-items: center !important;
	margin-top: 15px !important;
	border-top: 1px dashed #eeeeee !important;
	padding-top: 12px !important;
	gap: 10px !important;
	box-sizing: border-box !important;
	margin-right: 0 !important;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--actions .woosw-item--stock {
	margin-bottom: 0 !important;
	text-align: left !important;
	font-size: 13px !important;
	color: #777777 !important;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--actions .woosw-item--atc {
	text-align: right !important;
	flex-grow: 1 !important;
	margin-right: 0 !important;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--actions .woosw-item--atc a.button,
.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--actions .woosw-item--atc .button {
	display: inline-flex !important;
	width: auto !important;
	padding: 8px 16px !important;
	font-size: 13px !important;
	border-radius: 999px !important;
	justify-content: center !important;
	align-items: center !important;
	white-space: nowrap !important;
	background-color: #244d11 !important;
	color: #ffffff !important;
	border: 1px solid #244d11 !important;
}

.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--actions .woosw-item--atc a.button:hover,
.woosw-popup .woosw-items .woosw-item .woosw-item-inner .woosw-item--actions .woosw-item--atc .button:hover {
	background-color: #1a380c !important;
	border-color: #1a380c !important;
	color: #ffffff !important;
}

/* Wishlist page copy url success msg formatting (forces it below the input/button) */
.woosw-list .woosw-copy {
	flex-wrap: wrap !important;
}

.woosw-list .woosw-copy-success-msg {
	width: 100% !important;
	flex-basis: 100% !important;
	margin-left: 0 !important;
	margin-top: 8px !important;
	display: block !important;
}

/* Wishlist Page - Mobile Card Layout */
@media (max-width: 767px) {

	.woosw-list table.woosw-items,
	.woosw-list table.woosw-items tbody {
		display: block !important;
		width: 100% !important;
	}

	.woosw-list table.woosw-items tr {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		align-items: flex-start !important;
		padding: 15px !important;
		margin-bottom: 15px !important;
		border: 1px solid #eeeeee !important;
		border-radius: 8px !important;
		background: #ffffff !important;
		position: relative !important;
		/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important; */
	}

	.woosw-list table.woosw-items tr td {
		display: block !important;
		padding: 0 !important;
		border: none !important;
		background: none !important;
	}

	.woosw-list table.woosw-items tr td.woosw-item--remove {
		position: absolute !important;
		top: 10px !important;
		right: 10px !important;
		width: 24px !important;
		height: 24px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		z-index: 10 !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.woosw-list table.woosw-items tr td.woosw-item--image {
		width: 90px !important;
		margin-right: 10px !important;
	}

	.woosw-list table.woosw-items tr td.woosw-item--image img {
		width: 80px !important;
		max-width: 80px !important;
		height: 107px !important;
		object-fit: cover !important;
		border-radius: 0 !important;
	}

	.woosw-list table.woosw-items tr td.woosw-item--info {
		flex: 1 1 calc(100% - 120px) !important;
		min-width: 0 !important;
		display: flex !important;
		flex-direction: column !important;
		gap: 4px !important;
		margin-right: 20px !important;
	}

	.woosw-list table.woosw-items tr td.woosw-item--info .woosw-item--name {
		font-size: 15px !important;
		font-weight: 600 !important;
		line-height: 1.3 !important;
	}

	.woosw-list table.woosw-items tr td.woosw-item--info .woosw-item--price {
		font-size: 14px !important;
		font-weight: 500 !important;
	}

	.woosw-list table.woosw-items tr td.woosw-item--info .woosw-item--time {
		font-size: 12px !important;
		color: #777777 !important;
	}

	.woosw-list table.woosw-items tr td.woosw-item--actions {
		width: 100% !important;
		display: flex !important;
		flex-direction: row !important;
		justify-content: space-between !important;
		align-items: center !important;
		margin-top: 15px !important;
		border-top: 1px dashed #eeeeee !important;
		padding-top: 12px !important;
		gap: 10px !important;
	}

	.woosw-list table.woosw-items tr td.woosw-item--actions .woosw-item--stock {
		margin-bottom: 0 !important;
		text-align: left !important;
		font-size: 13px !important;
	}

	.woosw-list table.woosw-items tr td.woosw-item--actions .woosw-item--atc {
		text-align: right !important;
		flex-grow: 1 !important;
	}

	.woosw-list table.woosw-items tr td.woosw-item--actions .woosw-item--atc a.button,
	.woosw-list table.woosw-items tr td.woosw-item--actions .woosw-item--atc .button {
		display: inline-flex !important;
		width: auto !important;
		padding: 8px 16px !important;
		font-size: 13px !important;
		border-radius: 999px !important;
		justify-content: center !important;
		align-items: center !important;
		white-space: nowrap !important;
		background-color: #244d11 !important;
		color: #ffffff !important;
		border: 1px solid #244d11 !important;
	}

	.woosw-list table.woosw-items tr td.woosw-item--actions .woosw-item--atc a.button:hover,
	.woosw-list table.woosw-items tr td.woosw-item--actions .woosw-item--atc .button:hover {
		background-color: #1a380c !important;
		border-color: #1a380c !important;
		color: #ffffff !important;
	}

	.woosw-list-page thead,
	.woosw-list table.woosw-items thead {
		display: none !important;
	}

	/* Cart Parent Page - Mobile Card Layout */
	.woocommerce-cart-form table.shop_table.cart,
	.woocommerce-cart-form table.shop_table.cart tbody {
		display: block !important;
		width: 100% !important;
	}

	.woocommerce-cart-form table.shop_table.cart tr.woocommerce-cart-form__cart-item {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		/* Keep image and content in the same row */
		align-items: flex-start !important;
		padding: 15px 15px 70px 15px !important;
		/* Extra left padding for remove button, bottom padding for actions */
		margin-bottom: 15px !important;
		border: 1px solid #eeeeee !important;
		border-radius: 8px !important;
		background: #ffffff !important;
		position: relative !important;
		/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important; */
		gap: 0 !important;
	}

	.woocommerce-cart .coupon button[name="apply_coupon"] {
		/* height: 48px !important; */
		padding: 10px 25px !important;
	}

	.woocommerce-cart-form table.shop_table.cart tr.woocommerce-cart-form__cart-item::after {
		content: "" !important;
		position: absolute !important;
		left: 15px !important;
		right: 15px !important;
		bottom: 65px !important;
		border-top: 1px dashed #eeeeee !important;
		height: 0 !important;
		display: block !important;
	}

	.woocommerce-cart-form table.shop_table.cart tr td.product-remove {
		position: absolute !important;
		right: 10px !important;
		top: 10px !important;
		width: 24px !important;
		height: 24px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		z-index: 10 !important;
		padding: 0 !important;
		border: none !important;
		background: none !important;
	}

	.woocommerce-cart-form table.shop_table.cart tr td.product-remove a.remove {
		width: 24px !important;
		height: 24px !important;
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		font-size: 0 !important;
		color: #999999 !important;
		background: none !important;
		border: none !important;
		margin: 0 !important;
	}

	.woocommerce-cart-form table.shop_table.cart tr td.product-remove a.remove::before {
		content: "×" !important;
		font-family: Arial, sans-serif !important;
		font-size: 20px !important;
		font-weight: normal !important;
		color: #999999 !important;
	}

	.woocommerce-cart-form table.shop_table.cart tr td.product-remove a.remove:hover::before {
		color: #cc6055 !important;
	}

	.woocommerce-cart-form table.shop_table.cart tr.woocommerce-cart-form__cart-item td::before {
		display: none !important;
		content: "" !important;
	}

	.woocommerce-cart-form table.shop_table.cart tr td.product-thumbnail {
		position: relative !important;
		float: none !important;
		width: 90px !important;
		flex: 0 0 90px !important;
		margin-right: 10px !important;
		display: block !important;
		padding: 0 !important;
		border: none !important;
		background: none !important;
	}

	.woocommerce-cart-form table.shop_table.cart tr td.product-thumbnail img {
		width: 80px !important;
		max-width: 80px !important;
		height: 107px !important;
		object-fit: cover !important;
		border-radius: 0 !important;
	}

	.woocommerce-cart-form table.shop_table.cart tr td.product-name {
		position: relative !important;
		float: none !important;
		width: auto !important;
		max-width: none !important;
		flex: 1 1 calc(100% - 115px) !important;
		min-width: 150px !important;
		display: flex !important;
		flex-direction: column !important;
		gap: 4px !important;
		padding: 0 !important;
		border: none !important;
		background: none !important;
		align-items: flex-start !important;
		text-align: left !important;
		margin-right: 20px !important;
	}

	.woocommerce-cart-form table.shop_table.cart tr td.product-name a {
		font-size: 15px !important;
		font-weight: 600 !important;
		line-height: 1.3 !important;
		color: #000000 !important;
		display: block !important;
	}

	.woocommerce-cart-form table.shop_table.cart tr td.product-name dl.variation {
		margin: 0 0 10px 0 !important;
		font-size: 12px !important;
		color: #777777 !important;
		display: block !important;
		width: 100% !important;
	}

	.woocommerce-cart-form table.shop_table.cart tr td.product-price {
		display: none !important;
	}

	.woocommerce-cart-form table.shop_table.cart tr td.product-quantity {
		position: absolute !important;
		left: 15px !important;
		bottom: 15px !important;
		width: auto !important;
		padding: 0 !important;
		border: none !important;
		background: none !important;
		z-index: 10 !important;
		display: flex !important;
		align-items: center !important;
	}

	.woocommerce-cart-form table.shop_table.cart tr td.product-subtotal {
		position: absolute !important;
		right: 15px !important;
		bottom: 22px !important;
		width: auto !important;
		padding: 0 !important;
		border: none !important;
		background: none !important;
		z-index: 10 !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		color: #000000 !important;
		text-align: right !important;
	}

	/* Checkout Page Order Review - Mobile Card Layout */
	.woocommerce-checkout-review-order-table {
		display: block !important;
		width: 100% !important;
		border: none !important;
	}

	.woocommerce-checkout-review-order-table thead {
		display: none !important;
	}

	.woocommerce-checkout-review-order-table tbody {
		display: block !important;
		width: 100% !important;
	}

	.woocommerce-checkout-review-order-table tbody tr {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		align-items: flex-start !important;
		padding: 15px 15px 65px 15px !important;
		/* Standard 15px left padding (no remove button) */
		margin-bottom: 15px !important;
		border: 1px solid #eeeeee !important;
		border-radius: 8px !important;
		background: #ffffff !important;
		position: relative !important;
		/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important; */
		gap: 0 !important;
		width: 100% !important;
	}

	.woocommerce-checkout-review-order-table tbody tr::after {
		content: "" !important;
		position: absolute !important;
		left: 15px !important;
		right: 15px !important;
		bottom: 65px !important;
		border-top: 1px dashed #eeeeee !important;
		height: 0 !important;
		display: block !important;
	}

	.products .product-title a {
		font-size: 15px !important;
	}

	.pls-heading .heading-title {
		font-size: 40px !important;
	}

	body.single-product .pls-site-container {
		padding-top: 20px !important;
	}

	div.summary .product_title {
		font-size: 25px !important;
	}

	.woocommerce div.summary ul {
		margin: 0px 0px 0px 15px !important;
	}

	.woosw-list table.woosw-items .woosw-item .woosw-item--name a,
	.woosw-popup .woosw-items .woosw-item .woosw-item--name,
	.woosw-popup .woosw-items .woosw-item .woosw-item--name a {
		font-size: 15px !important;
	}

	.woocommerce-checkout-review-order-table tbody tr td.product-name {
		width: 100% !important;
		flex: 1 1 100% !important;
		display: flex !important;
		flex-direction: row !important;
		align-items: flex-start !important;
		padding: 0 !important;
		border: none !important;
		background: none !important;
		text-align: left !important;
	}

	.woocommerce-checkout-review-order-table tbody tr td.product-name .pls-product-thumb {
		width: 90px !important;
		flex: 0 0 90px !important;
		margin-right: 10px !important;
		display: block !important;
	}

	.woocommerce-checkout-review-order-table tbody tr td.product-name .pls-product-thumb img {
		width: 80px !important;
		max-width: 80px !important;
		height: 107px !important;
		object-fit: cover !important;
		border-radius: 0 !important;
	}

	.woocommerce-checkout-review-order-table tbody tr td.product-name .pls-product-desc {
		flex: 1 1 calc(100% - 100px) !important;
		display: flex !important;
		flex-direction: column !important;
		gap: 4px !important;
		min-width: 0 !important;
		padding: 0 !important;
	}

	.woocommerce-checkout-review-order-table tbody tr td.product-name .pls-product-desc .pls-product-title {
		font-size: 15px !important;
		font-weight: 600 !important;
		line-height: 1.3 !important;
		color: #000000 !important;
	}

	.woocommerce-checkout-review-order-table tbody tr td.product-name .pls-product-desc dl.variation {
		margin: 0 0 10px 0 !important;
		font-size: 12px !important;
		color: #777777 !important;
		display: block !important;
		width: 100% !important;
	}

	.woocommerce-checkout-review-order-table tbody tr td.product-name .pls-product-desc .quantity {
		position: absolute !important;
		left: 15px !important;
		bottom: 15px !important;
		z-index: 10 !important;
		display: flex !important;
		align-items: center !important;
	}

	.woocommerce-checkout-review-order-table tbody tr td.product-total {
		position: absolute !important;
		right: 15px !important;
		bottom: 22px !important;
		width: auto !important;
		padding: 0 !important;
		border: none !important;
		background: none !important;
		z-index: 10 !important;
		font-size: 14px !important;
		font-weight: 600 !important;
		color: #000000 !important;
		text-align: right !important;
	}

	.woocommerce-checkout-review-order-table tfoot {
		display: block !important;
		width: 100% !important;
	}

	.woocommerce-checkout-review-order-table tfoot tr {
		display: flex !important;
		justify-content: space-between !important;
		align-items: flex-start !important;
		width: 100% !important;
		box-sizing: border-box !important;
		padding: 12px 0 !important;
		border: none !important;
	}

	.woocommerce-checkout-review-order-table tfoot tr th,
	.woocommerce-checkout-review-order-table tfoot tr td {
		display: block !important;
		width: auto !important;
		padding: 0 !important;
		border: none !important;
		background: none !important;
		box-sizing: border-box !important;
	}

	.woocommerce-checkout-review-order-table tfoot tr th {
		text-align: left !important;
		font-weight: 500 !important;
		color: #000000 !important;
	}

	.woocommerce-checkout-review-order-table tfoot tr td {
		text-align: right !important;
	}
}

/* Mini Cart Slide Drawer - Card Layout (globally since the drawer is always narrow) */
.pls-minicart-slide .woocommerce-mini-cart-item {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	/* Keep image and content in the same row */
	align-items: flex-start !important;
	padding: 15px 15px 75px 15px !important;
	/* Standard padding, bottom padding for absolute actions row */
	margin-bottom: 15px !important;
	border: 1px solid #eeeeee !important;
	border-radius: 8px !important;
	background: #ffffff !important;
	position: relative !important;
	/* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02) !important; */
	gap: 0 !important;
}

.pls-minicart-slide .woocommerce-mini-cart-item:not(:last-child) {
	padding-bottom: 75px !important;
}

.pls-minicart-slide .woocommerce-mini-cart-item a.remove_from_cart_button {
	position: absolute !important;
	right: 10px !important;
	top: 10px !important;
	width: 24px !important;
	height: 24px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	z-index: 10 !important;
	float: none !important;
	margin: 0 !important;
	font-size: 0 !important;
	color: #999999 !important;
	background: none !important;
	border: none !important;
}

.pls-minicart-slide .woocommerce-mini-cart-item a.remove_from_cart_button::before {
	content: "×" !important;
	font-family: Arial, sans-serif !important;
	font-size: 20px !important;
	font-weight: normal !important;
	color: #999999 !important;
}

.pls-minicart-slide .woocommerce-mini-cart-item a.remove_from_cart_button:hover::before {
	color: #cc6055 !important;
}

.pls-minicart-slide .woocommerce-mini-cart-item .mini_cart_item_image {
	width: 90px !important;
	flex: 0 0 90px !important;
	margin-right: 10px !important;
	display: block !important;
}

.pls-minicart-slide .woocommerce-mini-cart-item .mini_cart_item_image img {
	width: 80px !important;
	max-width: 80px !important;
	height: 107px !important;
	object-fit: cover !important;
	border-radius: 0 !important;
}

.pls-minicart-slide .woocommerce-mini-cart-item .mini-cart-item-content {
	flex: 1 1 calc(100% - 115px) !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 4px !important;
	padding: 0 !important;
	min-width: 0 !important;
	margin-right: 20px !important;
}

.pls-minicart-slide .woocommerce-mini-cart-item .pls-mini-cart-item-title {
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	width: 100% !important;
}

.pls-minicart-slide .woocommerce-mini-cart-item .pls-mini-cart-item-title a.mini_cart_item_title {
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	color: #000000 !important;
	display: block !important;
}

.pls-minicart-slide .woocommerce-mini-cart-item dl.variation {
	margin: 0 0 10px 0 !important;
	font-size: 12px !important;
	color: #777777 !important;
	display: block !important;
	width: 100% !important;
}

.pls-minicart-slide .woocommerce-mini-cart-item .pls-mini-cart-item-quantity {
	position: absolute !important;
	left: 15px !important;
	right: 15px !important;
	bottom: 15px !important;
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
	align-items: center !important;
	border-top: 1px dashed #eeeeee !important;
	padding-top: 12px !important;
	box-sizing: border-box !important;
	margin: 0 !important;
}

.pls-minicart-slide .woocommerce-mini-cart-item .pls-mini-cart-item-quantity .mini-cart-item-quantity {
	margin: 0 !important;
	text-align: left !important;
}

.pls-minicart-slide .woocommerce-mini-cart-item .pls-mini-cart-item-quantity span.quantity {
	font-size: 14px !important;
	font-weight: 600 !important;
	color: #000000 !important;
	text-align: right !important;
}

/* Custom Variation Selection Alert */
#pls-variation-custom-alert {
	position: fixed !important;
	z-index: 999999 !important;
	box-sizing: border-box !important;
	transition: all 0.3s ease !important;
	font-family: inherit !important;
	cursor: pointer !important;
	display: none;
}

#pls-variation-custom-alert.mobile-alert {
	bottom: 56px !important;
	/* Above fixed bottom single product buttons (56px) */
	left: 0 !important;
	right: 0 !important;
	background-color: #DB4444 !important;
	/* Premium crimson warning color */
	color: #ffffff !important;
	text-align: center !important;
	padding: 14px 20px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15) !important;
	animation: plsSlideUp 0.3s ease-out !important;
}

#pls-variation-custom-alert.desktop-toast {
	top: 30px !important;
	right: 30px !important;
	width: 350px !important;
	max-width: calc(100vw - 60px) !important;
	background-color: #DB4444 !important;
	color: #ffffff !important;
	padding: 16px 20px !important;
	border-radius: 6px !important;
	font-size: 14px !important;
	font-weight: 500 !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
	animation: plsFadeIn 0.3s ease-out !important;
}

@keyframes plsSlideUp {
	from {
		transform: translateY(100%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes plsFadeIn {
	from {
		transform: translateY(-20px);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

/* Keep Add to Cart and Buy Now buttons looking enabled and clickable on variable products */
.woocommerce div.summary button.single_add_to_cart_button.disabled,
.woocommerce div.summary button.single_add_to_cart_button:disabled,
.woocommerce div.summary button.single_add_to_cart_button:disabled[disabled],
.woocommerce div.summary .pls_quick_buy_button.disabled,
.woocommerce div.product .woocommerce-variation-add-to-cart-disabled .pls_quick_buy_button,
.woocommerce div.summary .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button,
.woocommerce div.summary .woocommerce-variation-add-to-cart-disabled .single_add_to_cart_button.disabled {
	opacity: 1 !important;
	cursor: pointer !important;
	pointer-events: auto !important;
	filter: none !important;
}

/* ==========================================================================
   WhatsApp Customer Support Widget
   ========================================================================== */

.jp-wa-widget {
	z-index: 990;
	position: fixed;
	bottom: 90px;
	right: 30px;
}

/* Desktop Icon */
.jp-wa-icon-desktop {
	display: none;
	width: 60px;
	height: 60px;
	background: #25D366;
	border-radius: 50%;
	box-shadow: 0 5px 15px rgba(37, 211, 102, 0.4);
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	animation: popInWaDesktop 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
	text-decoration: none !important;
	position: relative;
	float: right;
	z-index: 2;
}

.jp-wa-icon-desktop:hover {
	background: #128C7E;
}

/* Desktop Icon Popup Message */
.jp-wa-desktop-popup {
	position: absolute;
	right: calc(100% + 15px);
	top: 50%;
	transform: translateY(-50%) translateX(-15px);
	background: #ffffff;
	padding: 10px 14px;
	border-radius: 12px 12px 0 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	animation: popOutWa 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards 1.2s;
}

.jp-wa-desktop-popup::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -8px;
	transform: translateY(-50%);
	border-width: 6px 0 6px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
}

.jp-wa-desktop-popup span {
	font-size: 13px;
	font-weight: 500;
	color: #333333;
	line-height: 1.4;
	display: block;
}

/* Hide desktop popup when widget is hovered */
.jp-wa-widget:hover .jp-wa-desktop-popup {
	opacity: 0 !important;
	animation: none;
	transition: opacity 0.2s;
}

/* Desktop Chat Box */
.jp-wa-chat-box {
	display: none;
	width: 340px;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	font-family: inherit;
	position: absolute;
	bottom: 80px;
	/* Above the desktop icon */
	right: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px) scale(0.95);
	transform-origin: bottom right;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	pointer-events: none;
	z-index: 1;
}

.jp-wa-widget:hover .jp-wa-chat-box {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
	pointer-events: auto;
}

/* Chat Box Internal Styles */
.jp-wa-header {
	background: #095E54;
	padding: 20px;
	color: #ffffff;
	display: flex;
	align-items: center;
	gap: 15px;
}

.jp-wa-header svg {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
}

.jp-wa-title {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.jp-wa-title strong {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: #ffffff;
}

.jp-wa-title span {
	font-size: 13px;
	opacity: 0.8;
	color: #ffffff;
}

.jp-wa-body {
	background: #e5ddd5;
	padding: 30px 20px;
	position: relative;
	/* Subtle pattern similar to WhatsApp */
	background-image: radial-gradient(#d1c9c0 1px, transparent 1px);
	background-size: 20px 20px;
}

.jp-wa-message {
	background: #ffffff;
	padding: 14px 18px;
	border-radius: 0 14px 14px 14px;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
	display: inline-block;
	position: relative;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	opacity: 0;
	transform: translateY(10px);
}

.jp-wa-widget:hover .jp-wa-message {
	animation: fadeInUpWa 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards 0.2s;
}

.jp-wa-message::before {
	content: '';
	position: absolute;
	top: 0;
	left: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 10px 0;
	border-color: transparent #ffffff transparent transparent;
}

.jp-wa-footer {
	padding: 20px;
	background: #ffffff;
	text-align: center;
}

.jp-wa-footer .jp-wa-button {
	display: block;
	background: #25D366;
	color: #ffffff;
	text-decoration: none !important;
	padding: 14px;
	border-radius: 999px;
	font-weight: 600;
	font-size: 15px;
	transition: background 0.3s ease, transform 0.2s ease;
	box-shadow: 0 4px 10px rgba(37, 211, 102, 0.3);
}

.jp-wa-footer .jp-wa-button:hover {
	background: #128C7E;
	transform: translateY(-2px);
	box-shadow: 0 6px 15px rgba(37, 211, 102, 0.4);
}

/* Mobile Icon */
.jp-wa-icon-mobile {
	display: none;
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #25D366;
	padding: 8px 10px;
	border-radius: 8px 0 0 8px;
	box-shadow: -2px 5px 15px rgba(37, 211, 102, 0.4);
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	animation: popInWa 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
	text-decoration: none !important;
	z-index: 990;
}

.jp-wa-icon-mobile svg {
	width: 24px !important;
	height: 24px !important;
}

.jp-wa-icon-mobile:hover {
	background: #128C7E;
}

/* Mobile Icon Popup Message */
.jp-wa-mobile-popup {
	display: none !important;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%) translateX(-15px);
	background: #ffffff;
	padding: 10px 14px;
	border-radius: 12px 0 12px 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	white-space: nowrap;
	opacity: 0;
	pointer-events: none;
	animation: popOutWa 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards 1.2s;
}

.jp-wa-mobile-popup::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -8px;
	transform: translateY(-50%);
	border-width: 6px 0 6px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
}

.jp-wa-mobile-popup span {
	font-size: 13px;
	font-weight: 500;
	color: #333333;
	line-height: 1.4;
	display: block;
}

/* Responsive Display Logic */
@media (min-width: 768px) {
	.jp-wa-icon-desktop {
		display: flex;
	}

	.jp-wa-chat-box {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.jp-wa-icon-mobile {
		display: flex;
	}

	.jp-wa-chat-box {
		display: none !important;
	}

	.jp-wa-widget {
		bottom: auto;
		right: auto;
		position: static;
	}
}

/* Animations */
@keyframes popInWaDesktop {
	from {
		opacity: 0;
		transform: scale(0.8) translateY(20px);
	}

	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

@keyframes popInWa {
	from {
		opacity: 0;
		transform: translate(30px, -50%);
	}

	to {
		opacity: 1;
		transform: translate(0, -50%);
	}
}

@keyframes fadeInUpWa {
	from {
		opacity: 0;
		transform: translateY(15px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes popOutWa {
	0% {
		opacity: 0;
		transform: translateY(-50%) translateX(-15px) scale(0.9);
	}

	100% {
		opacity: 1;
		transform: translateY(-50%) translateX(-15px) scale(1);
	}
}

.pls-header-col {
	padding: 0 5px !important;
}

/* ==========================================================================
   Ensure Off-Canvas Mini Cart Drawer is Hidden Off-Screen on All Pages
   (Prevents unstyled footer rendering on pages where shop styles are not loaded)
   ========================================================================== */
.pls-minicart-slide {
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	left: auto !important;
	z-index: 9999 !important;
	transform: translateX(100%) !important;
	transition: transform .45s ease !important;
	background-color: #ffffff !important;
	width: 530px !important;
	max-width: 100vw !important;
	box-shadow: -5px 0 30px rgba(0, 0, 0, 0.05) !important;
}

.pls-minicart-slide.opened {
	transform: translateX(0) !important;
}

.pls-mask-overaly {
	display: none !important;
}

.pls-mask-overaly.opened {
	display: block !important;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background-color: rgba(0, 0, 0, 0.4) !important;
	z-index: 9998 !important;
}

/* Ensure the checkbox in the newsletter subscription form is visible */
.pls-subscribe input[type="checkbox"],
.pls-newsletter input[type="checkbox"],
.mc4wp-form input[type="checkbox"] {
	display: inline-block !important;
	opacity: 1 !important;
	visibility: visible !important;
	width: 16px !important;
	height: 16px !important;
	margin-right: 8px !important;
	vertical-align: middle !important;
	cursor: pointer !important;
}

input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
	padding-top: 0px !important;
}

.pls-testimonials .pls-client-quote {
	font-size: 18px !important;
}

.pls-client-name {
	font-size: 16px !important;
}

/* Custom Homepage Reviews Layout Improvements */
.pls-testimonials .pls-client-wrap {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
	justify-content: flex-start !important;
}

.pls-testimonials .pls-testimonial-product {
	margin-top: auto !important;
}

.pls-testimonial-product .pls-product-image {
	width: 80px !important;
	max-width: 80px !important;
	flex-shrink: 0 !important;
}

.pls-testimonial-product .pls-product-image img {
	width: 80px !important;
	height: 100px !important;
	object-fit: cover !important;
	border-radius: 4px !important;
}

.pls-testimonial-product .pls-product-info {
	min-width: 0 !important;
}

.pls-testimonial-product .pls-product-info .product-title {
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	font-size: 16px !important;
	margin-bottom: 4px !important;
}

/* ==========================================================================
   Mobile Sidebar Overlay & Z-Index Fixes
   ========================================================================== */
.pls-mobile-menu,
.pls-mobile-categories-menu,
.woocommerce.widget_shopping_cart,
.pls-off-canvas-sidebar .pls-widget-area {
	background-color: var(--pls-body-background, #ffffff) !important;
	/* Ensure solid background so overlays underneath do not bleed through */
	z-index: 1000000 !important;
	/* Ensure it stacks on top of the page mask overlay */
}

.pls-mask-overaly {
	z-index: 999999 !important;
	/* Stays below the mobile panels but above normal page content */
}

/* Ensure home slides h1 has exact same style inheritance as h2 */
.pls-home-slides .pls-slide-title h1 {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	color: inherit;
	font-family: inherit;
	text-transform: inherit;
}

/* ==========================================================================
   Relocated Compact Pincode Checker Styling (Minimal)
   ========================================================================== */
.jp-pincode-checker-container {
	margin-top: 15px;
	margin-bottom: 15px;
	background: transparent;
	border: none;
	padding: 0;
	max-width: 280px;
}

.jp-pin-icon {
	color: #666666;
	flex-shrink: 0;
	margin-left: 2px;
}

.jp-pincode-input-wrapper {
	display: flex;
	align-items: center;
	border: none !important;
	border-bottom: 1.5px solid #dcdcdc !important;
	border-radius: 0 !important;
	overflow: visible !important;
	background: transparent !important;
	padding: 4px 0 !important;
	transition: border-color 0.25s ease;
}

.jp-pincode-input-wrapper:focus-within {
	border-color: #1a380c !important;
	/* Theme brand primary color */
}

.jp-pincode-input-wrapper input {
	border: none !important;
	outline: none !important;
	padding: 4px 8px !important;
	font-size: 14px !important;
	font-family: 'Afacad', sans-serif !important;
	width: 100% !important;
	height: 32px !important;
	box-shadow: none !important;
	background: transparent !important;
	color: #333333 !important;
}

.jp-pincode-input-wrapper input::placeholder {
	color: #999999;
}

.jp-pincode-input-wrapper button {
	border: none !important;
	outline: none !important;
	background: transparent !important;
	color: #1a380c !important;
	/* Brand primary color as text button */
	padding: 0 8px !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	font-family: 'Afacad', sans-serif !important;
	text-transform: uppercase !important;
	letter-spacing: 0.5px !important;
	height: 32px !important;
	cursor: pointer !important;
	transition: opacity 0.2s ease !important;
	white-space: nowrap !important;
}

.jp-pincode-input-wrapper button:hover {
	opacity: 0.8 !important;
}

#pincode_response {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.4;
	font-family: 'Afacad', sans-serif;
}

#pincode_response .pincode-error {
	color: #d9534f;
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 500;
}

#pincode_response .pincode-success {
	color: #2b8a3e;
	display: flex;
	align-items: center;
	gap: 6px;
	font-weight: 500;
}

#pincode_response .pincode-success strong {
	color: #1b5e20;
}

#pincode_response .pincode-loading {
	color: #666666;
	font-style: italic;
	display: flex;
	align-items: center;
	gap: 6px;
}

#pincode_response .pincode-check-icon {
	font-weight: 900;
	font-style: normal;
	font-size: 14px;
}

/* Spinner animation for AJAX newsletter submission */
.jp-spinner {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-top-color: #000000;
	border-radius: 50%;
	animation: jp-spin 0.6s linear infinite;
	margin-right: 6px;
	vertical-align: middle;
}

@keyframes jp-spin {
	to {
		transform: rotate(360deg);
	}
}

/* Subscribed success styling */
.mc4wp-form-success .mc4wp-response {
	margin-top: 15px;
	padding: 12px 15px;
	background-color: #1a380c !important;
	/* Forest Green from our theme palette */
	color: #ffffff !important;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #2e591c !important;
	animation: jp-fade-in-up 0.4s ease;
}

.mc4wp-form-error .mc4wp-response {
	margin-top: 15px;
	padding: 12px 15px;
	background-color: #5a1c1c !important;
	/* Deep Red */
	color: #ffffff !important;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	border: 1px solid #8c2e2e !important;
	animation: jp-fade-in-up 0.4s ease;
}

@keyframes jp-fade-in-up {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ==========================================================================
   Mini Cart Note & Coupon Action Forms Overlay Fix
   ========================================================================== */
.pls-minicart-action-block {
	display: none !important;
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	width: 100% !important;
	background-color: var(--pls-body-background, #ffffff) !important;
	opacity: 0 !important;
	visibility: hidden !important;
	transform: none !important;
	transition: none !important;
	box-shadow: 0px -5px 18px 5px rgba(0, 0, 0, 0.05) !important;
}

.pls-minicart-action-block.active {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	z-index: 1000000 !important;
}

.pls-minicart-form-actions button {
	background-color: #244d11 !important;
	font-size: 14px !important;
	padding: 10px 14px !important;
}

.pls-minicart-form-actions .pls-block-close {
	font-size: 14px !important;
	padding: 10px 14px !important;
}

.pls-minicart-items {
	height: 100% !important;
	max-height: 100% !important;
}

/* ==========================================================================
   WooCommerce Password Strength Meter & Inline Validation Styling
   ========================================================================== */
.woocommerce-password-strength {
	display: block !important;
	margin: 10px 0 !important;
	padding: 10px 14px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	text-align: left !important;
	border-radius: 4px !important;
	border-left: 4px solid !important;
	clear: both !important;
}

/* Very Weak / Short password */
.woocommerce-password-strength.short {
	background-color: #fdf2f2 !important;
	color: #ec5b5b !important;
	border-color: #ec5b5b !important;
}

/* Bad / Weak password */
.woocommerce-password-strength.bad {
	background-color: #fef8f3 !important;
	color: #e67e22 !important;
	border-color: #e67e22 !important;
}

/* Medium / Good password */
.woocommerce-password-strength.good {
	background-color: #fefaf0 !important;
	color: #f1c40f !important;
	border-color: #f1c40f !important;
}

/* Strong password */
.woocommerce-password-strength.strong {
	background-color: #f4fdf0 !important;
	color: #2ecc71 !important;
	border-color: #2ecc71 !important;
}

/* Password hint policy text */
.woocommerce-password-hint {
	display: block !important;
	margin-top: 8px !important;
	margin-bottom: 12px !important;
	font-size: 12px !important;
	line-height: 1.6 !important;
	color: #777777 !important;
	padding: 0 4px !important;
}

.button,
.btn,
button,
input[type="button"],
input[type="submit"],
.wp-block-button__link {
	background-color: #244d11;
}