/* ==========================================================================
   Present Simple — layout matching the current Magento site structure,
   restyled with the Blissful-inspired palette (see inc/customizer-colors.php)
   ========================================================================== */

body {
	color: var(--ps-color-text);
}

body,
input,
button,
select,
textarea {
	font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

/* Form inputs — consistent look site-wide (sorting dropdown, search box,
   checkout fields, quantity inputs, etc.), matching the small-radius style
   used elsewhere instead of each browser's raw default control. */
:not(.wc-block-components-text-input):not(.wc-block-components-form):not(.wc-block-components-combobox):not(.wc-block-components-country-input):not(.wc-block-checkout):not(.wc-block-cart) > input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([class*="wc-block-"]),
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([class*="wc-block-"]):not(.wc-block-components-text-input__input),
textarea:not([class*="wc-block-"]):not(.wc-block-components-textarea) {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px 12px;
	color: var(--ps-color-text);
	background: #fff;
}
input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([class*="wc-block-"]):not(.wc-block-components-text-input__input):focus,
textarea:not([class*="wc-block-"]):focus {
	border-color: var(--ps-color-primary-dark);
	outline: none;
	box-shadow: 0 0 0 2px color-mix(in srgb, var(--ps-color-primary-dark) 25%, transparent);
}

/* Ensure WooCommerce Blocks Checkout/Cart floating label padding works correctly */
.wc-block-components-text-input input,
.wc-block-components-form .wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox__input {
	padding: 24px 12px 8px !important;
}
.wc-blocks-components-select .wc-blocks-components-select__select,
.wc-block-components-select .wc-block-components-select__select,
.wc-block-components-country-input select,
.wc-blocks-components-country-input select {
	padding: 16px 9px 0 !important;
}


/* Top utility bar */
.ps-topbar {
	background: var(--ps-color-topbar-bg);
	font-size: 0.85em;
	padding: 6px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.ps-topbar__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.ps-topbar__welcome {
	white-space: nowrap;
	color: var(--ps-color-text);
	font-weight: 600;
	font-size: 0.95em;
}
.ps-topbar__whatsapp-link {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	color: inherit;
	text-decoration: none;
}
.ps-topbar__whatsapp-link:hover {
	color: var(--ps-color-primary-dark);
}
.ps-topbar__whatsapp-icon {
	display: inline-flex;
	color: #25D366;
}
.ps-topbar__ticker {
	flex: 1;
	overflow: hidden;
	max-width: 540px;
	margin: 0 auto;
	white-space: nowrap;
	position: relative;
	mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}
.ps-topbar__ticker:hover .ps-topbar__ticker-item {
	animation-play-state: paused;
}
.ps-topbar__ticker-item {
	color: var(--ps-color-primary-dark);
	font-weight: 700;
	font-size: 0.95em;
	display: inline-block;
	animation: ps-marquee-hebrew 18s linear infinite;
}
@keyframes ps-marquee-hebrew {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}
@media (prefers-reduced-motion: reduce) {
	.ps-topbar__ticker-item {
		animation: none;
	}
}


.ps-topbar__links {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.ps-topbar__link,
button.ps-topbar__link,
a.ps-topbar__link {
	color: var(--ps-color-text) !important;
	text-decoration: none !important;
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	cursor: pointer;
	padding: 0 12px !important;
	line-height: 1.2 !important;
	font-weight: 500 !important;
	display: inline-flex !important;
	align-items: center;
	transition: color 0.15s ease;
}
.ps-topbar__link:hover,
button.ps-topbar__link:hover,
a.ps-topbar__link:hover {
	background: transparent !important;
	background-color: transparent !important;
	color: var(--ps-color-primary-dark) !important;
}
.ps-topbar__link:not(:last-child) {
	border-inline-end: 1px solid rgba(0, 0, 0, 0.22) !important;
}


/* ==========================================================================
   Main Header Band (Logo, Search, User Actions, Navigation)
   ========================================================================== */
#masthead.site-header {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
	background: var(--ps-color-header-bg, #ffffff);
}
#masthead .col-full {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.ps-header-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 16px 0 14px;
}

/* Brand Logo (Right in RTL) */
.ps-header-main__brand {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}
.ps-header-brand {
	display: inline-flex;
	flex-direction: column;
	text-decoration: none !important;
	color: inherit;
}
.ps-header-brand__heading {
	display: inline-flex;
	align-items: end;
	gap: 0px;
	direction: ltr;
}
.ps-header-brand__icon {
	color: var(--ps-color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease;
	line-height: 1;
}
.ps-header-brand:hover .ps-header-brand__icon {
	transform: scale(1.05);
}
.ps-header-brand__title {
	font-family: var(--ps-font-heading, inherit);
	font-size: 2.1em;
	font-weight: 700;
	color: #4D4E4D;
	line-height: 1;
	letter-spacing: -1.5px;
}
.ps-header-brand__tagline {
	direction: rtl;
	text-align: right;
	font-size: 0.85em;
	font-weight: 500;
	color: #8c8c8c;
	margin-top: 4px;
	line-height: 1;
	padding-inline-end: 2px;
}

/* Search Bar (Center in RTL) */
.ps-header-main__search {
	flex: 1;
	max-width: 600px;
	margin: 0 28px;
	display: flex;
	align-items: center;
	justify-content: center;
}
form.ps-header-search-form {
	margin: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
}
.ps-search-box {
	display: flex;
	align-items: stretch;
	height: 42px;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	overflow: hidden;
	background: #ffffff;
	width: 100%;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.ps-search-box:focus-within {
	border-color: var(--ps-color-primary);
	box-shadow: 0 0 0 1px var(--ps-color-primary);
}
.ps-search-input {
	flex: 1;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 0 16px !important;
	font-size: 0.95em !important;
	background: transparent !important;
	color: var(--ps-color-text) !important;
	margin: 0 !important;
	line-height: 1 !important;
}
.ps-search-btn {
	background: var(--ps-color-primary) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 26px !important;
	font-weight: 700 !important;
	font-size: 0.95em !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	transition: background 0.15s ease !important;
}
.ps-search-btn:hover {
	background: var(--ps-color-primary-dark) !important;
}

/* User Actions (Left in RTL: Wishlist, Cart, Account) */
.ps-header-main__actions {
	display: flex;
	align-items: center;
	gap: 22px;
	flex-shrink: 0;
	height: 42px;
}
.ps-header-action {
	display: flex;
	align-items: center;
	height: 100%;
}
.ps-header-action .ps-action-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none !important;
	color: #333333;
	height: 100%;
	line-height: 1;
	transition: color 0.15s ease;
}
.ps-header-action .ps-action-link:hover {
	color: var(--ps-color-primary-dark);
}
.ps-header-action .ps-action-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 28px;
	height: 28px;
	color: #333333;
	transition: color 0.15s ease;
}
.ps-header-action .ps-action-link:hover .ps-action-icon {
	color: var(--ps-color-primary-dark);
}
.ps-action-labels {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.25;
	font-size: 0.85em;
	text-align: right;
}
.ps-action-label-top {
	font-weight: 700;
	color: #333333;
}
.ps-action-label-sub {
	color: #777777;
}
.ps-header-action .ps-action-link:hover .ps-action-label-top,
.ps-header-action .ps-action-link:hover .ps-action-label-sub {
	color: var(--ps-color-primary-dark);
}

.ps-cart-icon-wrap {
	position: relative;
}
.ps-cart-badge {
	position: absolute;
	top: -6px;
	inset-inline-end: -8px;
	background: var(--ps-color-primary);
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

/* Primary Navigation Banner */
#masthead .storefront-primary-navigation {
	background: var(--ps-color-primary);
	margin-top: 4px;
	clear: both;
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}
#masthead .storefront-primary-navigation .col-full {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
#masthead .main-navigation {
	background: transparent !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 100% !important;
}

/* Hide secondary handheld navigation container on desktop */
#masthead .main-navigation .handheld-navigation,
#masthead .main-navigation .menu-toggle {
	display: none !important;
}

#masthead .main-navigation .primary-navigation {
	display: block !important;
}

#masthead .main-navigation ul.menu,
#masthead .main-navigation ul.nav-menu {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
	direction: rtl;
}

#masthead .main-navigation ul.menu > li > a,
#masthead .main-navigation ul.nav-menu > li > a {
	color: #ffffff !important;
	font-weight: 700;
	font-size: 1.05em;
	padding: 12px 18px !important;
	display: flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	transition: background 0.15s ease;
	white-space: nowrap;
}

#masthead .main-navigation ul.menu > li.menu-item-has-children > a:after,
#masthead .main-navigation ul.nav-menu > li.menu-item-has-children > a:after {
	content: "▾";
	font-size: 0.85em;
	opacity: 0.85;
}

#masthead .main-navigation ul.menu > li:hover > a,
#masthead .main-navigation ul.nav-menu > li:hover > a {
	background: rgba(0, 0, 0, 0.08);
	color: #ffffff !important;
}

#masthead .main-navigation ul.menu ul,
#masthead .main-navigation ul.nav-menu ul {
	background: #ffffff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	border: 1px solid #eee;
}

#masthead .main-navigation ul.menu ul a,
#masthead .main-navigation ul.nav-menu ul a {
	color: #333333 !important;
	font-weight: 500;
	padding: 8px 16px;
}

#masthead .main-navigation ul.menu ul a:hover,
#masthead .main-navigation ul.nav-menu ul a:hover {
	background: var(--ps-color-section-bg);
	color: var(--ps-color-primary-dark) !important;
}

/* Buttons — primary accent color throughout WooCommerce */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce #respond input#submit,
.woocommerce input.button,
.woocommerce-message a.button {
	background-color: var(--ps-color-primary);
	color: #ffffff;
	border: none;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: var(--ps-color-primary-dark);
	color: #ffffff;
}

/* ==========================================================================
   Modals & Popups (Order Tracking & Customer Service)
   ========================================================================== */
body.ps-modal-open {
	overflow: hidden !important;
}

.ps-modal-overlay {
	position: fixed;
	inset: 0;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(2px);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}
.ps-modal-overlay.is-active {
	display: flex;
	opacity: 1;
	visibility: visible;
}

.ps-modal {
	position: relative;
	background: #ffffff;
	width: 100%;
	max-width: 520px;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	transform: translateY(20px) scale(0.98);
	transition: transform 0.25s ease;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
}
.ps-modal--service {
	max-width: 580px;
}
.ps-modal-overlay.is-active .ps-modal {
	transform: translateY(0) scale(1);
}

.ps-modal__close {
	position: absolute;
	top: 14px;
	inset-inline-end: 16px;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	font-size: 32px !important;
	line-height: 1 !important;
	color: #888 !important;
	cursor: pointer;
	padding: 0 !important;
	z-index: 2;
	transition: color 0.15s ease;
}
.ps-modal__close:hover {
	color: var(--ps-color-primary-dark) !important;
}
.ps-modal__close:focus,
.ps-modal__close:active,
.ps-modal__close:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

.ps-modal__header {
	padding: 24px 24px 16px;
	background: var(--ps-color-section-bg);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.ps-modal__title {
	margin: 0 0 6px;
	font-size: 1.25em;
	font-weight: 700;
	color: var(--ps-color-text);
}
.ps-modal__subtitle {
	margin: 0;
	font-size: 0.9em;
	color: #666;
	line-height: 1.4;
}

.ps-modal__body {
	padding: 20px 24px 24px;
	overflow-y: auto;
}

/* Service cards */
.ps-service-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 20px;
}
.ps-service-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 12px 8px;
	background: #fbfbfb;
	border: 1px solid #eee;
	border-radius: 6px;
	text-decoration: none;
	color: var(--ps-color-text);
	transition: all 0.2s ease;
}
.ps-service-card:hover {
	border-color: var(--ps-color-primary-dark);
	background: #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.ps-service-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	margin-bottom: 6px;
	color: var(--ps-color-text);
	transition: color 0.15s ease;
}
.ps-service-card:hover .ps-service-card__icon {
	color: var(--ps-color-primary-dark);
}
.ps-service-card__label {
	font-size: 0.75em;
	color: #777;
	margin-bottom: 2px;
}
.ps-service-card__val {
	font-size: 0.85em;
	font-weight: 600;
	color: var(--ps-color-text);
	transition: color 0.15s ease;
}
.ps-service-card:hover .ps-service-card__val {
	color: var(--ps-color-primary-dark);
}

.ps-modal-divider {
	border: none;
	border-top: 1px solid #eee;
	margin: 16px 0 20px;
}

/* Contact form inside modal */
.ps-contact-form__title {
	font-size: 1.05em;
	font-weight: 700;
	margin: 0 0 16px;
	color: #0f172a;
}
.ps-form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
.ps-form-group {
	margin-bottom: 14px;
}
.ps-form-group label {
	display: block;
	font-size: 0.88em;
	font-weight: 700;
	margin-bottom: 6px;
	color: #334155;
}
.ps-form-group label .required {
	color: #ef4444;
}
#ps-contact-form input[type="text"],
#ps-contact-form input[type="email"],
#ps-contact-form input[type="tel"],
#ps-contact-form textarea,
.ps-modal input[type="text"],
.ps-modal textarea,
.ps-form-group input,
.ps-form-group textarea {
	width: 100% !important;
	box-sizing: border-box !important;
	border: 1.5px solid #cbd5e1 !important;
	border-radius: 6px !important;
	background-color: #ffffff !important;
	padding: 11px 14px !important;
	font-size: 0.95em !important;
	color: #1e293b !important;
	line-height: 1.4 !important;
	outline: none !important;
	box-shadow: none !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
	direction: rtl !important;
	font-family: inherit !important;
}
#ps-contact-form input:focus,
#ps-contact-form textarea:focus,
.ps-modal input:focus,
.ps-modal textarea:focus,
.ps-form-group input:focus,
.ps-form-group textarea:focus {
	border-color: var(--ps-color-primary) !important;
	box-shadow: 0 0 0 3px rgba(223, 138, 108, 0.2) !important;
	outline: none !important;
}
#ps-contact-form select,
#ps-contact-form #ps_subject,
.ps-modal select,
.ps-contact-form select,
.ps-form-group select {
	width: 100% !important;
	height: 46px !important;
	box-sizing: border-box !important;
	border: 1.5px solid #cbd5e1 !important;
	border-radius: 6px !important;
	background-color: #ffffff !important;
	color: #1e293b !important;
	font-size: 0.95em !important;
	font-weight: 500 !important;
	line-height: 1.4 !important;
	padding: 10px 14px 10px 38px !important;
	cursor: pointer !important;
	outline: none !important;
	box-shadow: none !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: left 14px center !important;
	background-size: 16px 16px !important;
	direction: rtl !important;
	font-family: inherit !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}
#ps-contact-form select:focus,
#ps-contact-form #ps_subject:focus,
.ps-modal select:focus,
.ps-contact-form select:focus,
.ps-form-group select:focus {
	border-color: var(--ps-color-primary) !important;
	box-shadow: 0 0 0 3px rgba(223, 138, 108, 0.2) !important;
	outline: none !important;
}
.ps-form-group textarea {
	resize: vertical;
	min-height: 95px;
}
.ps-btn-submit {
	width: 100% !important;
	padding: 13px !important;
	font-size: 1.05em !important;
	font-weight: 700 !important;
	border-radius: 6px !important;
	cursor: pointer !important;
	background: var(--ps-color-primary) !important;
	color: #ffffff !important;
	border: none !important;
	transition: background 0.15s ease, transform 0.15s ease !important;
}
.ps-btn-submit:hover {
	background: var(--ps-color-primary-dark) !important;
	transform: translateY(-1px);
}

/* Status message */
.ps-form-status {
	padding: 10px 14px;
	border-radius: 4px;
	font-size: 0.9em;
	margin-bottom: 14px;
}
.ps-form-status--loading {
	background: #f0f4f8;
	color: #2c5282;
	border: 1px solid #bee3f8;
}
.ps-form-status--success {
	background: #f0fff4;
	color: #276749;
	border: 1px solid #c6f6d5;
}
.ps-form-status--error {
	background: #fff5f5;
	color: #9b2c2c;
	border: 1px solid #fed7d7;
}

/* Branded Support Banner from Original Magento Site — dynamic theme colors */
.ps-banner-card {
	background: var(--ps-color-primary-dark);
	color: #ffffff;
	border-radius: 8px;
	padding: 20px 16px;
	text-align: center;
	box-shadow: 0 4px 14px color-mix(in srgb, var(--ps-color-primary-dark) 35%, transparent);
	margin-bottom: 20px;
}
.ps-banner-card__title {
	font-size: 1.25em;
	font-weight: 700;
	margin-bottom: 4px;
	color: #ffffff;
}
.ps-banner-card__sub {
	font-size: 0.95em;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 12px;
}
.ps-banner-card__methods {
	font-size: 1em;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.ps-banner-card__icons {
	font-size: 1.1em;
}
.ps-banner-card__action {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	margin: 8px 0 10px;
}
.ps-banner-card__phone {
	display: inline-block;
	font-size: 2.2em;
	font-weight: 800;
	color: #ffffff !important;
	text-decoration: none;
	letter-spacing: 1px;
	line-height: 1.1;
	transition: transform 0.15s ease, opacity 0.15s ease;
}
.ps-banner-card__phone:hover {
	transform: scale(1.03);
	opacity: 0.95;
}
.ps-banner-card__links {
	display: flex;
	gap: 12px;
	justify-content: center;
}
.ps-banner-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 16px;
	border-radius: 20px;
	font-size: 0.88em;
	font-weight: 600;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.18);
	color: #ffffff !important;
	border: 1px solid rgba(255, 255, 255, 0.4);
	transition: all 0.15s ease;
}
.ps-banner-link:hover {
	background: #ffffff;
	color: var(--ps-color-primary-dark) !important;
	border-color: #ffffff;
}
.ps-banner-card__footer {
	font-size: 0.9em;
	color: rgba(255, 255, 255, 0.85);
	margin-top: 6px;
}

/* Tracking Divider */
.ps-tracking-divider {
	position: relative;
	text-align: center;
	margin: 20px 0 16px;
}
.ps-tracking-divider::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #e2e2e2;
	z-index: 1;
}
.ps-tracking-divider span {
	position: relative;
	z-index: 2;
	background: #ffffff;
	padding: 0 12px;
	font-size: 0.85em;
	color: #777;
	font-weight: 600;
}


@media (max-width: 768px) {
	.ps-topbar__inner {
		flex-direction: column;
		text-align: center;
		gap: 6px;
	}
	.ps-topbar__ticker {
		max-width: 100%;
	}
	.ps-service-cards {
		grid-template-columns: 1fr;
	}
	.ps-form-row {
		grid-template-columns: 1fr;
	}

	/* Hide Storefront default coral nav bar on mobile (replaced by bottom drawer) */
	#masthead .storefront-primary-navigation {
		display: none !important;
	}

	/* 1. Mobile Header Layout (Matching Original Magento Site: media_1788423262602.png) */
	.ps-header-main {
		display: flex !important;
		flex-wrap: wrap !important;
		justify-content: space-between !important;
		align-items: center !important;
		padding: 12px 16px 14px !important;
		gap: 12px 0 !important;
		direction: rtl !important;
	}

	/* Brand on the Right */
	.ps-header-main__brand {
		order: 1 !important;
		margin: 0 !important;
		text-align: right !important;
	}
	.ps-header-brand {
		align-items: flex-start !important;
		text-align: right !important;
	}
	.ps-header-brand__heading {
		justify-content: flex-start !important;
		gap: 8px !important;
	}
	.ps-header-brand__icon svg,
	.ps-header-brand__icon img {
		width: 28px !important;
		height: 28px !important;
	}
	.ps-header-brand__title {
		font-size: 1.35em !important;
	}
	.ps-header-brand__tagline {
		font-size: 0.76em !important;
		text-align: right !important;
	}

	/* Actions on the Left (Cart + User Account, Wishlist hidden on mobile header) */
	.ps-header-main__actions {
		order: 2 !important;
		display: flex !important;
		align-items: center !important;
		gap: 14px !important;
		margin: 0 !important;
	}
	.ps-header-action--wishlist,
	.ps-header-action--account .ps-action-labels {
		display: none !important;
	}
	.ps-header-action {
		padding: 0 !important;
	}
	.ps-action-icon svg {
		width: 24px !important;
		height: 24px !important;
	}

	/* Full-Width Search Bar underneath */
	.ps-header-main__search {
		order: 3 !important;
		width: 100% !important;
		display: block !important;
		margin: 0 !important;
	}
	.ps-header-search-form {
		width: 100% !important;
		max-width: 100% !important;
	}
	.ps-search-box {
		width: 100% !important;
		display: flex !important;
		height: 40px !important;
	}
	.ps-search-input {
		flex: 1 1 auto !important;
		font-size: 0.95em !important;
		border-radius: 0 4px 4px 0 !important;
	}
	.ps-search-btn {
		width: 75px !important;
		font-size: 0.95em !important;
		border-radius: 4px 0 0 4px !important;
	}

	/* Hide floating side-cart basket button so it does NOT overlap bottom bar */
	.xoo-wsc-basket,
	.xoo-wsc-b-count {
		display: none !important;
	}
}

/* ==========================================================================
   Mobile Off-Canvas Category Drawer (Slide from Right)
   ========================================================================== */
.ps-mobile-drawer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	visibility: hidden;
	pointer-events: none;
	transition: visibility 0.3s ease;
	direction: rtl;
}

.ps-mobile-drawer.is-open {
	visibility: visible;
	pointer-events: auto;
}

/* Dark Backdrop */
.ps-mobile-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.ps-mobile-drawer.is-open .ps-mobile-drawer__backdrop {
	opacity: 1;
}

/* Sliding Panel */
.ps-mobile-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 85%;
	max-width: 320px;
	height: 100%;
	background: #ffffff;
	box-shadow: -4px 0 25px rgba(0, 0, 0, 0.2);
	transform: translateX(100%);
	transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.ps-mobile-drawer.is-open .ps-mobile-drawer__panel {
	transform: translateX(0);
}

/* Drawer Header */
.ps-mobile-drawer__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 20px;
	background: #FAF3EF;
	border-bottom: 1px solid #f1e4dc;
}

.ps-mobile-drawer__brand {
	text-decoration: none !important;
	display: flex;
	flex-direction: column;
}

.ps-mobile-drawer__close {
	background: none;
	border: none;
	padding: 6px;
	cursor: pointer;
	color: #475569;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.15s ease, transform 0.15s ease;
}

.ps-mobile-drawer__close:hover {
	color: #0f172a;
	transform: scale(1.1);
}

/* Drawer Body & Menu */
.ps-mobile-drawer__body {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 12px 0;
}

.ps-mobile-drawer__menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ps-mobile-drawer__item {
	border-bottom: 1px solid #f1f5f9;
}

.ps-mobile-drawer__link-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.ps-mobile-drawer__link {
	flex: 1 1 auto;
	display: block;
	padding: 14px 20px;
	color: #1e293b;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 1.05em;
	transition: background 0.15s ease, color 0.15s ease;
}

.ps-mobile-drawer__link:hover,
.ps-mobile-drawer__item.is-current > .ps-mobile-drawer__link-row > .ps-mobile-drawer__link {
	background: #f8fafc;
	color: var(--ps-color-primary);
}

.ps-mobile-drawer__toggle {
	background: none;
	border: none;
	padding: 14px 18px;
	cursor: pointer;
	color: #64748b;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.2s ease, color 0.2s ease;
}

.ps-mobile-drawer__item.is-expanded > .ps-mobile-drawer__link-row .ps-mobile-drawer__toggle {
	transform: rotate(180deg);
	color: var(--ps-color-primary);
}

/* Submenu */
.ps-mobile-drawer__sub {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #f8fafc;
	border-top: 1px solid #f1f5f9;
	display: none;
}

.ps-mobile-drawer__item.is-expanded > .ps-mobile-drawer__sub {
	display: block;
}

.ps-mobile-drawer__sub li a {
	display: block;
	padding: 10px 32px 10px 20px;
	color: #475569;
	text-decoration: none !important;
	font-size: 0.95em;
	font-weight: 500;
	border-bottom: 1px solid #eef2f6;
	transition: color 0.15s ease, background 0.15s ease;
}

.ps-mobile-drawer__sub li a:hover {
	color: var(--ps-color-primary);
	background: #f1f5f9;
}

/* Completely hide floating side-cart basket button across all views */
.xoo-wsc-basket,
.xoo-wsc-b-count,
div.xoo-wsc-basket,
.xoo-wsch-basket,
[class*="xoo-wsc-basket"] {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

/* ==========================================================================
   Custom Mobile Bottom Navigation Bar (.ps-bottom-bar)
   ========================================================================== */
.storefront-handheld-footer-bar {
	display: none !important;
}

.ps-bottom-bar {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 56px;
	background: #FAF3EF !important;
	border-top: 1px solid #e2d9d2 !important;
	box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.06) !important;
	z-index: 99998 !important;
	direction: rtl !important;
}

@media (max-width: 768px) {
	.ps-bottom-bar {
		display: block !important;
	}
	body {
		padding-bottom: 56px !important;
	}
}

/* Enable Accessibility trigger button: the widget nests its trigger button
   inside #enable-toolbar-content, the same panel it translateY()s off-screen
   to "close" — a CSS transform on an ancestor becomes the containing block
   for fixed/absolute descendants, so the trigger is trapped relative to that
   panel no matter what top/bottom we set on it (this is what made earlier
   attempts either overlap our bottom nav or disappear off-screen entirely
   depending on the panel's open/closed transform). contact-info.php's
   ps-a11y-trigger-fix.js reparents the real button to <body> once the widget
   finishes loading, which removes it from that transformed containing block;
   .ps-a11y-trigger-fixed below is applied at that point to give it a stable,
   predictable position instead of whatever inline styles the widget left on it. */
.ps-a11y-trigger-fixed {
	position: fixed !important;
	top: auto !important;
	right: auto !important;
	left: 16px !important;
	bottom: 16px !important;
	transform: none !important;
	/* Widget's own CSS sets z-index:2147483647 (above literally everything,
	   including our search overlay / mobile drawer at 999999) — a11y-trigger-fix.js
	   also enforces this same value as an inline !important right after
	   reparenting, since that's the more reliable fix if load order ever
	   changes; kept here too as a plain-CSS fallback. */
	z-index: 99996 !important;
}

/* Floating WhatsApp button — bottom-right, opposite corner from the
   accessibility widget's own trigger (forced to bottom-left above). */
.ps-float-whatsapp {
	position: fixed;
	left: auto;
	right: 16px;
	bottom: 16px;
	z-index: 99997;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #25D366;
	color: #ffffff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
	transition: transform 0.15s ease;
}
.ps-float-whatsapp:hover {
	transform: scale(1.08);
	color: #ffffff;
}
@media (max-width: 768px) {
	/* Hide floating WhatsApp button on mobile */
	.ps-float-whatsapp {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}

	/* Hide floating Accessibility widget on mobile */
	#enable-toolbar-trigger,
	.ps-a11y-trigger-fixed,
	#enable-toolbar,
	#enable-toolbar-content,
	[id*="enable-toolbar"],
	[id*="enable-trigger"],
	[id*="enable-btn"] {
		display: none !important;
		visibility: hidden !important;
		pointer-events: none !important;
	}
}

.ps-bottom-bar__list {
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-around !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	height: 100% !important;
	direction: rtl !important;
}

.ps-bottom-bar__item {
	flex: 1 1 20% !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 0 !important;
	height: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}

.ps-bottom-bar__link {
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 2px !important;
	color: #475569 !important;
	text-decoration: none !important;
	width: 100% !important;
	height: 100% !important;
	padding: 4px 2px !important;
	transition: color 0.15s ease !important;
}

.ps-bottom-bar__link:hover {
	color: var(--ps-color-primary) !important;
}

.ps-bottom-bar__icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	line-height: 1 !important;
	position: relative !important;
}

.ps-bottom-bar__icon svg {
	width: 22px !important;
	height: 22px !important;
}

.ps-bottom-bar__label {
	font-size: 0.72em !important;
	font-weight: 600 !important;
	line-height: 1 !important;
}

.ps-bottom-bar .ps-cart-badge {
	position: absolute !important;
	top: -6px !important;
	left: -8px !important;
	background: var(--ps-color-primary) !important;
	color: #ffffff !important;
	font-size: 11px !important;
	font-weight: 700 !important;
	min-width: 18px !important;
	height: 18px !important;
	border-radius: 9px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 0 4px !important;
}

.ps-bottom-bar .ps-cart-badge.is-empty {
	display: none !important;
}

/* ==========================================================================
   Full-Screen Live AJAX Search Modal (Matching media_1788423966896.png)
   ========================================================================== */
.ps-search-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: 100vh;
	background: #ffffff;
	z-index: 999999;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.25s ease, visibility 0.25s ease;
	direction: rtl;
	overflow-y: auto;
}

.ps-search-modal.is-open {
	visibility: visible;
	opacity: 1;
}

body.ps-search-open {
	overflow: hidden !important;
}

.ps-search-modal__inner {
	max-width: 650px;
	margin: 0 auto;
	padding: 16px 20px 40px;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.ps-search-modal__top {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 14px;
}

.ps-search-modal__close {
	background: none;
	border: none;
	padding: 8px;
	cursor: pointer;
	color: #94a3b8;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: color 0.15s ease, transform 0.15s ease;
}

.ps-search-modal__close:hover {
	color: #0f172a;
	transform: scale(1.1);
}

.ps-search-modal__form {
	margin-bottom: 24px;
}

.ps-search-modal__field {
	display: flex;
	align-items: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	overflow: hidden;
}

.ps-search-modal__input {
	flex: 1 1 auto;
	height: 48px;
	padding: 10px 16px;
	border: 1px solid #e2d9d2 !important;
	border-left: none !important;
	border-radius: 0 4px 4px 0 !important;
	font-size: 1.05em;
	direction: rtl;
	background: #ffffff;
	color: #1e293b;
	outline: none !important;
}

.ps-search-modal__input:focus {
	border-color: var(--ps-color-primary) !important;
}

.ps-search-modal__submit {
	width: 90px;
	height: 48px;
	background: var(--ps-color-primary) !important;
	color: #ffffff !important;
	border: 1px solid var(--ps-color-primary) !important;
	border-radius: 4px 0 0 4px !important;
	font-weight: 700;
	font-size: 1.05em;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s ease, border-color 0.15s ease;
}

.ps-search-modal__submit:hover {
	background: var(--ps-color-primary-dark) !important;
	border-color: var(--ps-color-primary-dark) !important;
}

/* Results container */
.ps-search-modal__results {
	flex: 1 1 auto;
}

.ps-search-modal__placeholder,
.ps-search-modal__empty {
	text-align: center;
	padding: 40px 20px;
	color: #64748b;
	font-size: 1.05em;
}

.ps-search-modal__loading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 40px 20px;
	color: #64748b;
}

.ps-search-spinner {
	width: 32px;
	height: 32px;
	border: 3px solid #f1f5f9;
	border-top-color: var(--ps-color-primary);
	border-radius: 50%;
	animation: psSpin 0.7s linear infinite;
}

@keyframes psSpin {
	to { transform: rotate(360deg); }
}

.ps-search-modal__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ps-search-modal__item {
	background: #ffffff;
	border: 1px solid #f1f5f9;
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.15s ease;
}

.ps-search-modal__item:hover {
	border-color: #e2e8f0;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	transform: translateY(-1px);
}

.ps-search-modal__item-link {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	gap: 16px;
	text-decoration: none !important;
	direction: rtl;
}

.ps-search-modal__item-img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 6px;
	background: #f8fafc;
	flex-shrink: 0;
}

.ps-search-modal__item-info {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-align: right;
}

.ps-search-modal__item-title {
	color: #1e293b;
	font-weight: 600;
	font-size: 1.02em;
	line-height: 1.35;
}

.ps-search-modal__item-price {
	color: var(--ps-color-primary);
	font-weight: 700;
	font-size: 1em;
	direction: ltr;
	display: inline-block;
	text-align: right;
}

.ps-search-modal__more {
	margin-top: 20px;
	text-align: center;
}

.ps-search-modal__more-btn {
	display: inline-block;
	padding: 12px 28px;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 6px;
	color: #1e293b;
	font-weight: 600;
	font-size: 0.95em;
	text-decoration: none !important;
	transition: all 0.15s ease;
}

.ps-search-modal__more-btn:hover {
	background: var(--ps-color-primary);
	color: #ffffff;
	border-color: var(--ps-color-primary);
}

/* ==========================================================================
   Main Footer (4 Columns & Bottom Bar)
   ========================================================================== */
.site-footer {
	padding: 0 !important;
	/*background: transparent !important;*/
}
.ps-site-footer {
	background: #FAF3EF;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	clear: both;
}
.ps-site-footer__main {
	padding: 55px 0 45px;
}
.ps-site-footer .col-full {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.ps-footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 0.95fr 0.95fr 1.25fr;
	gap: 32px;
	text-align: right;
	direction: rtl;
}
.ps-footer-heading {
	font-size: 1.15em;
	font-weight: 700;
	color: #1e1e1e;
	margin: 0 0 18px;
	line-height: 1.2;
}
.ps-footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.ps-footer-menu li a {
	color: #555555;
	text-decoration: none !important;
	font-size: 0.94em;
	transition: color 0.15s ease, transform 0.15s ease;
	display: inline-block;
}
.ps-footer-menu li a:hover {
	color: var(--ps-color-primary) !important;
	transform: translateX(-3px);
}

/* Footer Brand & Contacts */
.ps-footer-brand-title-wrap {
	display: inline-flex;
	align-items: center;
	gap: 0px;
	direction: ltr;
}
.ps-footer-brand-icon {
	color: var(--ps-color-primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.ps-footer-brand-icon svg,
.ps-footer-brand-icon img {
	width: 22px;
	height: 22px;
	display: block;
}
.ps-footer-brand-name {
	font-weight: 700;
	color: #4D4E4D;
	font-size: 1.05em;
	letter-spacing: -0.3px;
}
.ps-footer-brand__text {
	font-size: 0.92em;
	color: #555555;
	line-height: 1.55;
	margin: 0 0 16px;
}
.ps-footer-contacts {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.ps-footer-contact-item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.93em;
	color: #555555;
}
.ps-footer-contact-item a {
	color: #444444;
	text-decoration: none !important;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	transition: color 0.15s ease;
}
.ps-footer-contact-item a:hover {
	color: var(--ps-color-primary) !important;
}
.ps-footer-whatsapp-link {
	font-weight: 700;
	color: #15803d !important;
}
.ps-footer-whatsapp-link:hover {
	color: #166534 !important;
}
.ps-contact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--ps-color-primary);
	flex-shrink: 0;
}
.ps-contact-icon--whatsapp {
	color: #22c55e;
}

/* Newsletter & Social */
.ps-newsletter-desc {
	font-size: 0.92em;
	color: #666666;
	margin: 0 0 16px;
	line-height: 1.4;
}
.ps-newsletter-box {
	display: flex;
	align-items: stretch;
	height: 42px;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	overflow: hidden;
	background: #ffffff;
	transition: border-color 0.2s ease;
}
.ps-newsletter-box:focus-within {
	border-color: var(--ps-color-primary);
}
.ps-newsletter-input {
	flex: 1;
	border: none !important;
	outline: none !important;
	box-shadow: none !important;
	padding: 0 14px !important;
	font-size: 0.92em !important;
	background: #ffffff !important;
	color: var(--ps-color-text) !important;
	margin: 0 !important;
	height: 100% !important;
}
.ps-newsletter-btn {
	background: var(--ps-color-primary) !important;
	color: #ffffff !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 22px !important;
	font-weight: 700 !important;
	font-size: 0.95em !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	height: 100% !important;
	transition: background 0.15s ease !important;
}
.ps-newsletter-btn:hover {
	background: var(--ps-color-primary-dark) !important;
}

/* WhatsApp button in Column 4 */
.ps-footer-whatsapp-wrap {
	margin-top: 18px;
}
.ps-footer-whatsapp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 10px 16px;
	background: #ffffff;
	border: 1.5px solid #22c55e;
	border-radius: 6px;
	color: #15803d !important;
	font-weight: 700;
	font-size: 0.95em;
	text-decoration: none !important;
	transition: all 0.2s ease;
	box-shadow: 0 2px 6px rgba(34, 197, 94, 0.08);
}
.ps-footer-whatsapp-btn:hover {
	background: #22c55e;
	color: #ffffff !important;
	border-color: #22c55e;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(34, 197, 94, 0.2);
}
.ps-footer-whatsapp-btn:hover .ps-contact-icon--whatsapp {
	color: #ffffff;
}

.ps-footer-social {
	margin-top: 24px;
}
.ps-footer-social__title {
	display: block;
	font-size: 0.95em;
	font-weight: 700;
	color: #333333;
	margin-bottom: 10px;
}
.ps-footer-social__links {
	display: flex;
	align-items: center;
	gap: 10px;
}
.ps-social-link {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	color: #555555;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	transition: all 0.2s ease;
}
.ps-social-link svg {
	width: 18px;
	height: 18px;
	display: block;
	color: inherit;
	transition: all 0.2s ease;
}
.ps-social-link:hover {
	background: var(--ps-color-primary) !important;
	border-color: var(--ps-color-primary) !important;
	color: #ffffff !important;
	transform: translateY(-2px);
}
.ps-social-link:hover svg {
	color: #ffffff !important;
}


/* Footer Bottom Bar */
.ps-site-footer__bottom {
	background: #ffffff;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding: 16px 0;
	font-size: 0.88em;
	color: #666666;
}
.ps-footer-bottom-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}
.ps-footer-copyright {
	font-size: 0.92em;
	color: #666666;
}
.ps-footer-copyright a {
	color: #333333;
	font-weight: 600;
	text-decoration: none !important;
	transition: color 0.15s ease;
}
.ps-footer-copyright a:hover {
	color: var(--ps-color-primary-dark);
}
.ps-footer-payments {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}
.ps-payments-secure-text {
	font-weight: 700;
	color: #333333;
	font-size: 0.92em;
}
.ps-payment-img {
	height: 26px;
	width: auto;
	display: block;
	object-fit: contain;
}

.ps-footer-chevron {
	display: none;
}

.ps-footer-col__content {
	display: block;
}

@media (max-width: 992px) {
	.ps-footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 30px;
	}
}

@media (max-width: 768px) {
	/* Mobile Footer Accordion (Matching media_1788426211080.png) */
	.ps-site-footer__main {
		padding: 10px 0 20px !important;
	}
	.ps-footer-grid {
		display: flex !important;
		flex-direction: column !important;
		gap: 0 !important;
	}
	.ps-footer-col {
		border-bottom: 1px solid #e2e8f0;
	}
	.ps-footer-col:first-child {
		border-top: 1px solid #e2e8f0;
	}
	.ps-footer-heading {
		display: flex !important;
		align-items: center !important;
		justify-content: space-between !important;
		cursor: pointer !important;
		padding: 14px 2px !important;
		margin: 0 !important;
		font-size: 1.05em !important;
		font-weight: 700 !important;
		color: #1e293b !important;
		-webkit-tap-highlight-color: transparent;
	}
	.ps-footer-chevron {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		color: #64748b;
		transition: transform 0.25s ease;
	}
	.ps-footer-col.is-open .ps-footer-chevron {
		transform: rotate(180deg);
	}
	.ps-footer-col__content {
		display: none;
		padding: 4px 2px 18px;
	}
	.ps-footer-col.is-open .ps-footer-col__content {
		display: block;
	}

	.ps-footer-bottom-inner {
		flex-direction: column !important;
		text-align: center !important;
		gap: 12px !important;
	}
	.ps-footer-payments {
		justify-content: center !important;
	}
}

/* ==========================================================================
   General Page Styling (Blissful Theme)
   ========================================================================== */
.ps-page-article {
	margin-bottom: 40px;
}
.ps-page-header {
	margin: 10px 0 28px;
	text-align: right;
	direction: rtl;
}
.ps-page-title {
	font-family: var(--ps-font-heading, inherit);
	font-size: 2.1em;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 16px;
	line-height: 1.3;
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: 14px;
}
.ps-page-content {
	font-size: 1.02em;
	line-height: 1.8;
	color: #333333;
	direction: rtl;
	text-align: right;
}
.ps-page-content p {
	margin-bottom: 1.4em;
}
.ps-page-content h2 {
	font-family: var(--ps-font-heading, inherit);
	font-size: 1.3em;
	font-weight: 700;
	color: #1a1a1a;
	margin: 1.6em 0 0.7em;
}
.ps-page-content h2:first-child {
	margin-top: 0;
}
.ps-page-content ul,
.ps-page-content ol {
	padding-right: 24px;
	margin-bottom: 1.4em;
}
.ps-page-content li {
	margin-bottom: 0.5em;
}

/* ==========================================================================
   404 Page (Blissful Reference: Page Not Found)
   ========================================================================== */
.ps-404-content-area {
	padding: 40px 0 60px;
}
.ps-404-hero {
	text-align: center;
	max-width: 680px;
	margin: 30px auto 55px;
	padding: 0 20px;
}
.ps-404-code {
	font-family: "Open Sans", "Georgia", serif;
	font-size: 110px;
	font-weight: 700;
	line-height: 1;
	color: #1a1a1a;
	margin-bottom: 16px;
	letter-spacing: -2px;
}
.ps-404-title {
	font-family: var(--ps-font-heading, inherit);
	font-size: 2.2em;
	font-weight: 700;
	color: #1a1a1a;
	margin: 0 0 16px;
	line-height: 1.3;
}
.ps-404-desc {
	font-size: 1.05em;
	color: #666666;
	line-height: 1.6;
	margin: 0 auto 30px;
	max-width: 520px;
}
.ps-404-btn-wrap {
	margin-bottom: 20px;
}
.ps-404-btn {
	display: inline-block !important;
	background-color: var(--ps-color-primary) !important;
	color: #ffffff !important;
	font-size: 1.05em !important;
	font-weight: 600 !important;
	padding: 12px 36px !important;
	border-radius: 4px !important;
	border: none !important;
	text-decoration: none !important;
	transition: background-color 0.2s ease, transform 0.15s ease !important;
}
.ps-404-btn:hover {
	background-color: var(--ps-color-primary-dark) !important;
	color: #ffffff !important;
	transform: translateY(-2px);
}
.ps-404-categories-wrap {
	border-top: 1px solid #eeeeee;
	padding-top: 40px;
	margin-top: 20px;
}

@media (max-width: 768px) {
	.ps-404-code {
		font-size: 76px;
	}
	.ps-404-title {
		font-size: 1.7em;
	}
}

/* ==========================================================================
   Global WooCommerce & Theme Notices (Blissful Warm Theme)
   ========================================================================== */
.woocommerce-info,
.tinv-wishlist .woocommerce-info,
.tinvwl-empty-wishlist,
p.cart-empty.woocommerce-info,
p.cart-empty,
.woocommerce-noreviews,
p.no-comments {
	background-color: #fff7ed !important;
	border: 1px solid #fed7aa !important;
	border-right: 4px solid var(--ps-color-primary) !important;
	border-left: 1px solid #fed7aa !important;
	border-top: 1px solid #fed7aa !important;
	border-bottom: 1px solid #fed7aa !important;
	color: #9a3412 !important;
	border-radius: 4px !important;
	padding: 16px 52px 16px 20px !important;
	position: relative !important;
	direction: rtl !important;
	text-align: right !important;
}
.woocommerce-info::before,
.tinv-wishlist .woocommerce-info::before,
p.cart-empty::before {
	position: absolute !important;
	top: 50% !important;
	transform: translateY(-50%) !important;
	right: 18px !important;
	color: var(--ps-color-primary) !important;
	font-size: 1.25em !important;
	line-height: 1 !important;
}
.tinv-wishlist a.button.return-to-shop,
.tinv-wishlist .return-to-shop {
	background-color: var(--ps-color-primary) !important;
	color: #ffffff !important;
	border-radius: 4px !important;
	border: none !important;
	font-weight: 600 !important;
	padding: 10px 24px !important;
	margin-top: 16px !important;
	display: inline-block !important;
	text-decoration: none !important;
	transition: background-color 0.2s ease !important;
}
.tinv-wishlist a.button.return-to-shop:hover,
.tinv-wishlist .return-to-shop:hover {
	background-color: var(--ps-color-primary-dark) !important;
	color: #ffffff !important;
}

/* Ensure all struck-out sale prices in WooCommerce are always clearly struck through */
.price del,
.price del *,
del.woocommerce-Price-amount,
del.woocommerce-Price-amount * {
	text-decoration: line-through !important;
	color: #94a3b8 !important;
	opacity: 0.8 !important;
}
