/*
Theme Name: VELORA Commerce
Theme URI: https://velora.commerce
Author: VELORA
Description: Premium Multi-Brand WooCommerce Theme for modern digital stores. RTL-first, token-driven identity, modular homepage sections and per-section styling — built to be reused across stores without touching code.
Version: 1.1.10
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: hakamstore
Domain Path: /languages
Tags: e-commerce, rtl-language-support, custom-logo, custom-menu, featured-images, translation-ready, block-styles
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

NOTE ON THE TEXT DOMAIN
The domain stays `hakamstore` on purpose. Every translated string in the theme
and in the shipped .mo files is registered against it; renaming it would silently
drop every existing translation on installed sites. It is an internal identifier
only — nothing a store owner ever sees.
*/

:root {
  --hkm-primary: #d4af37;
  --hkm-on-primary: #111111;
  --hkm-primary-light: #f5df70;
  --hkm-primary-dark: #9f7c0c;
  --hkm-accent: #65c7ce;
  --hkm-bg: #09090c;
  --hkm-background: var(--hkm-bg);
  --hkm-surface: #111116;
  --hkm-surface-2: #17171e;
  --hkm-surface-secondary: var(--hkm-surface-2);
  --hkm-border: #27272f;
  --hkm-text: #f7f7f8;
  --hkm-muted: #a4a4ad;
  --hkm-text-secondary: var(--hkm-muted);
  --hkm-danger: #ef4444;
  --hkm-on-danger: #ffffff;
  --hkm-success: #36b37e;
  --hkm-on-success: #ffffff;
  --hkm-warning: #e6a23c;
  --hkm-gold: var(--hkm-primary);
  --hkm-gold-light: var(--hkm-primary-light);
  --hkm-gold-dark: var(--hkm-primary-dark);
  --hkm-radius: 18px;
  --hkm-shadow: 0 18px 50px rgba(0, 0, 0, .35);
  --hkm-container-width: 1180px;
  --hkm-content-width: 850px;
  --hkm-page-spacing: 70px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  direction: rtl;
  color: var(--hkm-text);
  background: var(--hkm-bg);
  font-family: var(--hkm-font, "Cairo", Tahoma, Arial, sans-serif);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .hkm-header.is-sticky { top: 32px; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
  width: auto; height: auto; margin: 8px; padding: 10px 14px;
  clip: auto; background: var(--hkm-surface); color: var(--hkm-text); z-index: 100000;
}
.hkm-container { width: min(var(--hkm-container-width), calc(100% - 36px)); margin-inline: auto; }
.hkm-main { min-height: 60vh; }
.hkm-home-page-content { width: 100%; overflow: hidden; }
.hkm-content { padding: var(--hkm-page-spacing) 0; }
.hkm-content-narrow { width: min(var(--hkm-content-width), calc(100% - 36px)); margin-inline: auto; }

/* Header */
.hkm-header {
  position: relative; z-index: 1000;
  background: color-mix(in srgb, var(--hkm-bg) 90%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--hkm-primary) 14%, var(--hkm-border));
  backdrop-filter: blur(18px);
}
.hkm-header.is-sticky { position: sticky; top: 0; }
.hkm-header__row { min-height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 24px; align-items: center; }
.hkm-header__actions, .hkm-header__utilities { display: flex; align-items: center; gap: 12px; }
.hkm-header__utilities { justify-content: flex-end; }
.hkm-icon-btn, .hkm-menu-toggle {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-width: 44px; min-height: 44px; padding: 0 12px; border: 1px solid var(--hkm-border);
  border-radius: 12px; color: var(--hkm-text); background: var(--hkm-surface); cursor: pointer;
  transition: .25s ease;
}
.hkm-icon-btn:hover, .hkm-menu-toggle:hover { color: var(--hkm-primary-light); border-color: var(--hkm-primary); transform: translateY(-2px); }
.hkm-menu-toggle span { font-size: 14px; font-weight: 800; }
.hkm-brand { display: flex; align-items: center; justify-content: center; }
.hkm-brand .custom-logo, .hkm-brand__img { display: block; width: auto; max-height: 58px; }
.hkm-brand__text { font-size: 24px; font-weight: 900; color: var(--hkm-primary-light); }
.hkm-cart { position: relative; display: inline-flex; align-items: center; gap: 10px; padding: 9px 12px; border-radius: 12px; background: var(--hkm-primary); color: var(--hkm-on-primary); font-weight: 900; }
.hkm-cart__count { position: absolute; top: -7px; right: -7px; display: grid; place-items: center; min-width: 20px; height: 20px; padding: 0 5px; border-radius: 20px; background: var(--hkm-danger); color: var(--hkm-on-danger); font-size: 11px; }
.hkm-cart__total { font-size: 13px; }

/* Off-canvas menu */
.hkm-drawer-overlay { position: fixed; inset: 0; z-index: 1998; background: rgba(0,0,0,.72); opacity: 0; visibility: hidden; transition: .3s; }
.hkm-drawer { position: fixed; inset: 0 auto 0 0; z-index: 1999; width: min(360px, 88vw); padding: 24px; overflow-y: auto; background: var(--hkm-surface); border-right: 2px solid var(--hkm-primary); transform: translateX(-105%); transition: .35s cubic-bezier(.22,1,.36,1); }
.hkm-drawer.is-open { transform: translateX(0); }
.hkm-drawer-overlay.is-open { opacity: 1; visibility: visible; }
body.hkm-menu-open { overflow: hidden; }
.hkm-drawer__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--hkm-border); }
.hkm-drawer__title { font-size: 18px; font-weight: 900; }
.hkm-drawer .menu, .hkm-drawer .sub-menu { list-style: none; margin: 0; padding: 18px 0 0; }
.hkm-drawer .menu a { display: block; padding: 12px 8px; border-bottom: 1px solid var(--hkm-border); font-weight: 700; transition: .2s; }
.hkm-drawer .menu a:hover { color: var(--hkm-primary-light); padding-right: 14px; }
.hkm-drawer .sub-menu { padding: 0 14px 0 0; }
.hkm-drawer .sub-menu a { color: var(--hkm-muted); font-size: 14px; }

/* Hero */
.hkm-hero { position: relative; min-height: 600px; display: grid; place-items: center; overflow: hidden; background: var(--hkm-bg); }
.hkm-hero::before { content: ""; position: absolute; inset: 0; background-image: var(--hkm-hero-image); background-position: center; background-size: cover; filter: saturate(.75); opacity: .5; transform: scale(1.03); }
.hkm-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, color-mix(in srgb,var(--hkm-bg) 98%,transparent) 0%, color-mix(in srgb,var(--hkm-bg) 78%,transparent) 42%, color-mix(in srgb,var(--hkm-bg) 18%,transparent) 100%), linear-gradient(0deg, var(--hkm-bg), transparent 42%); }
.hkm-hero__inner { position: relative; z-index: 1; width: 100%; padding: 110px 0 120px; }
.hkm-hero__content { width: min(660px, 100%); }
.hkm-pill { display: inline-flex; align-items: center; gap: 9px; padding: 7px 16px; border: 1px solid color-mix(in srgb,var(--hkm-primary) 35%,var(--hkm-border)); border-radius: 99px; color: var(--hkm-primary-light); background: color-mix(in srgb,var(--hkm-primary) 9%,transparent); font-size: 13px; font-weight: 800; }
.hkm-pill::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--hkm-primary); box-shadow: 0 0 0 6px color-mix(in srgb,var(--hkm-primary) 10%,transparent); }
.hkm-hero h1 { margin: 24px 0 18px; font-size: clamp(38px, 6vw, 76px); line-height: 1.15; font-weight: 900; letter-spacing: -.03em; }
.hkm-gradient-text { color: var(--hkm-primary); background: linear-gradient(90deg,var(--hkm-primary-dark),var(--hkm-primary-light)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hkm-hero__lead { max-width: 570px; margin: 0; color: var(--hkm-text-secondary); font-size: clamp(16px, 2vw, 20px); }
.hkm-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hkm-btn, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit {
  display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 10px 22px;
  border: 1px solid transparent; border-radius: 12px; cursor: pointer; font-weight: 900; transition: .25s ease;
}
.hkm-btn--primary, .hkm-btn--gold, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background: linear-gradient(135deg,var(--hkm-primary-dark),var(--hkm-primary-light)); color: var(--hkm-on-primary); }
.hkm-btn--primary:hover, .hkm-btn--gold:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover { transform: translateY(-3px); box-shadow: 0 10px 28px color-mix(in srgb,var(--hkm-primary) 25%,transparent); color: var(--hkm-on-primary); }
.hkm-btn--ghost { border-color: var(--hkm-border); background: color-mix(in srgb,var(--hkm-text) 4%,transparent); color: var(--hkm-text); }
.hkm-btn--ghost:hover { border-color: var(--hkm-primary); color: var(--hkm-primary-light); }

/* Sections */
.hkm-section { padding: 88px 0; }
.hkm-section--muted { background: radial-gradient(circle at 50% 0, color-mix(in srgb,var(--hkm-primary) 6%,transparent), transparent 40%), var(--hkm-surface-2); }
.hkm-section__head { max-width: 670px; margin: 0 auto 44px; text-align: center; }
.hkm-section__head h2 { margin: 14px 0 10px; font-size: clamp(30px,5vw,46px); line-height: 1.3; }
.hkm-section__head p { margin: 0; color: var(--hkm-muted); }
.hkm-features { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.hkm-feature { padding: 25px 18px; text-align: center; border: 1px solid var(--hkm-border); border-radius: var(--hkm-radius); background: var(--hkm-surface); transition: .25s; }
.hkm-feature:hover { border-color: var(--hkm-primary); transform: translateY(-6px); box-shadow: var(--hkm-shadow); }
.hkm-feature__icon { width: 54px; height: 54px; margin: 0 auto 16px; display: grid; place-items: center; border-radius: 16px; color: var(--hkm-primary-light); background: color-mix(in srgb,var(--hkm-primary) 10%,transparent); border: 1px solid color-mix(in srgb,var(--hkm-primary) 24%,var(--hkm-border)); font-size: 24px; }
.hkm-feature h3 { margin: 0 0 8px; font-size: 16px; }
.hkm-feature p { margin: 0; color: var(--hkm-muted); font-size: 13px; line-height: 1.7; }

/* Product cards */
.hkm-products { display: grid; grid-template-columns: repeat(var(--hkm-product-columns, 4), minmax(0, 1fr)); gap: 18px; }
.hkm-product-card { position: relative; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--hkm-border); border-radius: var(--hkm-radius); background: var(--hkm-surface); transition: .3s; }
.hkm-product-card:hover { transform: translateY(-7px); border-color: var(--hkm-primary); box-shadow: var(--hkm-shadow); }
.hkm-product-card__image { display: block; aspect-ratio: 1 / 1; overflow: hidden; background: var(--hkm-surface-2); }
.hkm-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: .45s; }
.hkm-product-card:hover .hkm-product-card__image img { transform: scale(1.045); }
.hkm-product-card__badge { position: absolute; top: 13px; right: 13px; z-index: 2; padding: 4px 10px; border-radius: 99px; background: var(--hkm-danger); color: var(--hkm-on-danger); font-size: 11px; font-weight: 900; }
.hkm-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 18px; }
.hkm-product-card__title { margin: 0 0 8px; font-size: 16px; line-height: 1.55; }
.hkm-product-card__price { margin-bottom: 14px; color: var(--hkm-primary-light); font-size: 18px; font-weight: 900; }
.hkm-product-card__price del { color: var(--hkm-muted); font-size: 13px; }
.hkm-product-card__price ins { text-decoration: none; }
.hkm-product-card .hkm-btn { width: 100%; margin-top: auto; min-height: 44px; border-radius: 9px; }
.hkm-product-card__rating { margin-bottom: 7px; color: var(--hkm-warning); font-size: 13px; }
.hkm-product-card.is-out-of-stock { opacity: .68; }
.hkm-product-card.is-out-of-stock .hkm-product-card__image img { filter: grayscale(.4); }
.hkm-product-card__badge--outofstock { background: var(--hkm-text-secondary); color: var(--hkm-bg); }
.hkm-product-card.is-out-of-stock .hkm-btn { pointer-events: none; opacity: .6; }
.hkm-empty { grid-column: 1 / -1; padding: 45px; text-align: center; border: 1px dashed var(--hkm-border); border-radius: var(--hkm-radius); color: var(--hkm-muted); }

/* Featured products (2-up, compact) */
.hkm-featured-section { position: relative; isolation: isolate; background-size: cover; background-position: center; }
.hkm-featured-section.has-bg-image::before { content: ""; position: absolute; inset: 0; z-index: 0; background: linear-gradient(0deg, color-mix(in srgb, var(--hkm-bg) 88%, transparent), color-mix(in srgb, var(--hkm-bg) 55%, transparent)); }
.hkm-featured-section.has-bg-image > .hkm-container { position: relative; z-index: 1; }
.hkm-featured-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; max-width: 760px; margin-inline: auto; }
.hkm-product-card--featured .hkm-product-card__image { aspect-ratio: 1 / 1; }
.hkm-product-card--featured .hkm-product-card__body { padding: 13px; }
.hkm-product-card--featured .hkm-product-card__title { margin-bottom: 6px; font-size: 14px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hkm-product-card--featured .hkm-product-card__price { margin-bottom: 10px; font-size: 15px; }
.hkm-product-card--featured .hkm-product-card__price del { display: block; font-size: 12px; }
.hkm-product-card--featured .hkm-btn { min-height: 38px; font-size: 13px; }
@media (min-width: 641px) {
  .hkm-featured-grid { max-width: 620px; gap: 20px; }
  .hkm-product-card--featured .hkm-product-card__body { padding: 16px; }
  .hkm-product-card--featured .hkm-product-card__title { font-size: 15px; }
  .hkm-product-card--featured .hkm-btn { min-height: 42px; font-size: 14px; }
}
@media (max-width: 440px) {
  .hkm-featured-grid { gap: 10px; }
  .hkm-product-card--featured .hkm-product-card__body { padding: 10px; }
  .hkm-product-card--featured .hkm-product-card__title { font-size: 13px; }
  .hkm-product-card--featured .hkm-product-card__price { font-size: 14px; }
  .hkm-product-card--featured .hkm-btn { min-height: 36px; font-size: 12px; }
}

/* Comparison */
.hkm-table-wrap { overflow-x: auto; border: 1px solid var(--hkm-border); border-radius: 20px; background: var(--hkm-surface); box-shadow: var(--hkm-shadow); }
.hkm-table { width: 100%; min-width: 650px; border-collapse: collapse; text-align: center; }
.hkm-table th, .hkm-table td { padding: 18px; border-bottom: 1px solid var(--hkm-border); }
.hkm-table th { color: var(--hkm-primary-light); font-size: 18px; background: color-mix(in srgb,var(--hkm-primary) 6%,transparent); }
.hkm-table td:first-child { text-align: right; color: var(--hkm-text); font-weight: 800; }
.hkm-table tr:last-child td { border: 0; }
.hkm-check { display: inline-grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; color: var(--hkm-on-primary); background: var(--hkm-primary); font-weight: 900; }

/* FAQ */
.hkm-faq { max-width: 850px; margin: 0 auto; display: grid; gap: 10px; }
.hkm-faq__item { border: 1px solid var(--hkm-border); border-radius: 15px; overflow: hidden; background: var(--hkm-surface); }
.hkm-faq__question { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 20px; border: 0; color: var(--hkm-text); background: none; text-align: right; cursor: pointer; font-weight: 800; }
.hkm-faq__question::after { content: "+"; color: var(--hkm-primary-light); font-size: 24px; transition: .25s; }
.hkm-faq__item.is-open { border-color: var(--hkm-primary); }
.hkm-faq__item.is-open .hkm-faq__question::after { transform: rotate(45deg); }
.hkm-faq__answer { max-height: 0; overflow: hidden; color: var(--hkm-muted); transition: max-height .35s ease; }
.hkm-faq__answer p { margin: 0; padding: 0 20px 20px; }

/* Footer */
.hkm-footer { border-top: 1px solid var(--hkm-border); background: var(--hkm-bg); }
.hkm-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 55px; padding: 60px 0 44px; }
.hkm-footer h3 { margin: 0 0 16px; color: var(--hkm-primary-light); font-size: 17px; }
.hkm-footer p { color: var(--hkm-muted); }
.hkm-footer .menu { list-style: none; padding: 0; margin: 0; }
.hkm-footer .menu li { margin: 8px 0; }
.hkm-footer .menu a, .hkm-footer__contact a { color: var(--hkm-muted); transition: .2s; }
.hkm-footer .menu a:hover, .hkm-footer__contact a:hover { color: var(--hkm-primary-light); }
.hkm-footer__bottom { padding: 18px 0; border-top: 1px solid var(--hkm-border); color: var(--hkm-muted); text-align: center; font-size: 13px; }

/* WordPress and WooCommerce */
.hkm-entry-title, .woocommerce-products-header__title { margin-top: 0; font-size: clamp(30px,5vw,50px); }
.hkm-entry-content, .hkm-entry-summary { color: var(--hkm-text-secondary); }
.hkm-post { margin-bottom: 38px; padding: 28px; border: 1px solid var(--hkm-border); border-radius: var(--hkm-radius); background: var(--hkm-surface); }
.maher-post-meta { display: flex; flex-wrap: wrap; gap: 14px; margin: -4px 0 18px; color: var(--hkm-muted); font-size: 13px; }
.maher-post-meta span::before { content: "•"; margin-inline-end: 7px; color: var(--hkm-primary); }
.maher-loop-category { margin: 8px 0 0; color: var(--hkm-muted); font-size: 12px; }
.maher-loop-category a { color: inherit; }
.maher-custom-section__content > :first-child { margin-top: 0; }
.maher-custom-section__content > :last-child { margin-bottom: 0; }
.maher-custom-section__actions { justify-content: center; }
.maher-html-insertion:empty { display: none; }
.maher-hide-product-gallery.single-product div.product .woocommerce-product-gallery { display: none !important; }
.maher-hide-product-gallery.single-product div.product > .summary { grid-column: 1 / -1; width: min(760px,100%) !important; margin-inline: auto !important; }
.navigation.pagination { margin-top: 35px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { padding: 8px 13px; border-radius: 8px; background: var(--hkm-surface-2); }
.page-numbers.current { color: var(--hkm-on-primary); background: var(--hkm-primary); }
.woocommerce .woocommerce-breadcrumb { color: var(--hkm-muted); }
.woocommerce .woocommerce-breadcrumb a { color: var(--hkm-primary-light); }
.woocommerce div.product { padding: 24px; border: 1px solid var(--hkm-border); border-radius: var(--hkm-radius); background: var(--hkm-surface); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--hkm-primary-light); }
.woocommerce ul.products li.product { padding: 16px; border: 1px solid var(--hkm-border); border-radius: 16px; background: var(--hkm-surface); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--hkm-text); }
.woocommerce ul.products li.product .price { color: var(--hkm-primary-light); }
.woocommerce-message, .woocommerce-info { border-top-color: var(--hkm-primary); background: var(--hkm-surface); color: var(--hkm-text); }
.woocommerce-message::before, .woocommerce-info::before { color: var(--hkm-primary); }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce select, .woocommerce .quantity .qty {
  padding: 11px; border: 1px solid var(--hkm-border); border-radius: 9px; background: var(--hkm-surface-2); color: var(--hkm-text);
}
.woocommerce table.shop_table { border-color: var(--hkm-border); }
.woocommerce table.shop_table td, .woocommerce table.shop_table th { border-color: var(--hkm-border); }

@media (max-width: 1000px) {
  .hkm-features { grid-template-columns: repeat(3, 1fr); }
  .hkm-products { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 782px) { body.admin-bar .hkm-header.is-sticky { top: 46px; } }
@media (max-width: 720px) {
  .hkm-header__row { min-height: 70px; grid-template-columns: 1fr auto 1fr; gap: 8px; }
  .hkm-menu-toggle span, .hkm-cart__total, .hkm-account-link { display: none; }
  .hkm-brand .custom-logo, .hkm-brand__img { max-height: 44px; max-width: 130px; }
  .hkm-header__actions, .hkm-header__utilities { gap: 6px; }
  .hkm-icon-btn, .hkm-menu-toggle { min-width: 40px; min-height: 40px; padding: 0 9px; }
  .hkm-hero { min-height: 560px; }
  .hkm-hero::after { background: linear-gradient(0deg, color-mix(in srgb,var(--hkm-bg) 98%,transparent) 0%, color-mix(in srgb,var(--hkm-bg) 76%,transparent) 65%, color-mix(in srgb,var(--hkm-bg) 48%,transparent) 100%); }
  .hkm-hero__inner { padding: 80px 0 90px; text-align: center; }
  .hkm-hero__content { margin-inline: auto; }
  .hkm-actions { justify-content: center; }
  .hkm-section { padding: 64px 0; }
  .hkm-features { grid-template-columns: 1fr 1fr; }
  .hkm-products { gap: 12px; }
  .hkm-product-card__body { padding: 13px; }
  .hkm-product-card__title { font-size: 14px; }
  .hkm-footer__grid { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 440px) {
  .hkm-features { grid-template-columns: 1fr; }
  .hkm-products { grid-template-columns: 1fr 1fr; }
  .hkm-btn { padding-inline: 16px; }
}

/* Storefront components. */
.hkm-announcement {
  position: relative; z-index: 1002; padding: 8px 0; overflow: hidden;
  color: var(--hkm-on-primary); background: linear-gradient(90deg, var(--hkm-primary-dark), var(--hkm-primary-light), var(--hkm-primary));
  text-align: center; font-size: 13px; font-weight: 900;
}
.hkm-announcement span { margin-inline: 9px; }
.hkm-header { background: color-mix(in srgb,var(--hkm-bg) 96%,transparent); border-color: color-mix(in srgb,var(--hkm-primary) 28%,var(--hkm-border)); }
.hkm-header::after { content: ""; display: block; height: 3px; opacity: .42; background: repeating-linear-gradient(90deg, transparent 0 30px, var(--hkm-primary) 30px 34px, transparent 34px 52px); }
.hkm-header__row { min-height: 88px; }
.hkm-icon-btn, .hkm-menu-toggle { background: var(--hkm-surface-2); border-color: var(--hkm-border); }

.hkm-hero--store { min-height: 650px; border-bottom: 6px solid color-mix(in srgb,var(--hkm-primary) 42%,var(--hkm-border)); }
.hkm-hero--store::before { opacity: .48; filter: saturate(.72) contrast(1.05); }
.hkm-hero--store::after { background: linear-gradient(90deg, color-mix(in srgb,var(--hkm-bg) 98%,transparent) 0%, color-mix(in srgb,var(--hkm-bg) 82%,transparent) 44%, color-mix(in srgb,var(--hkm-bg) 14%,transparent) 100%), linear-gradient(0deg,var(--hkm-bg) 0%,transparent 45%); }
.hkm-hero--store h1 { max-width: 730px; margin-bottom: 16px; color: var(--hkm-text); }
.hkm-discount-chip { display: inline-flex; margin: 0 0 18px; padding: 8px 17px; border-radius: 99px; color: var(--hkm-primary-light); border: 1px solid color-mix(in srgb,var(--hkm-primary) 42%,var(--hkm-border)); background: color-mix(in srgb,var(--hkm-primary) 8%,transparent); font-size: 14px; font-weight: 800; }
.hkm-hero__trust { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 26px; color: var(--hkm-text-secondary); font-size: 13px; font-weight: 700; }
.hkm-hero__trust span { display: inline-flex; align-items: center; gap: 5px; }

.hkm-section--light { color: var(--hkm-text); background: var(--hkm-surface); }
.hkm-section--light .hkm-section__head p { color: var(--hkm-text-secondary); }
.hkm-section__head--row { max-width: none; display: flex; align-items: end; justify-content: space-between; gap: 24px; text-align: right; }
.hkm-section__head--row h2 { margin-bottom: 0; }
.hkm-promo-card { display: grid; grid-template-columns: minmax(0,1fr); width: min(100%,580px); margin-inline: auto; overflow: hidden; border: 1px solid var(--hkm-primary); border-color: color-mix(in srgb,var(--hkm-primary) 42%,transparent); border-radius: 28px; color: var(--hkm-text); background: linear-gradient(145deg,var(--hkm-surface),var(--hkm-bg)); box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.hkm-promo-card__content { order: 2; padding: clamp(28px,5vw,48px); text-align: center; }
.hkm-promo-card__content .hkm-pill { justify-content: center; }
.hkm-promo-card__content h2 { margin: 18px 0 12px; color: var(--hkm-text); font-size: clamp(30px,5vw,46px); line-height: 1.3; }
.hkm-promo-card__content p { margin-inline: auto; color: var(--hkm-muted); }
.hkm-promo-card__price { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: 10px; margin: 24px 0 18px; color: var(--hkm-primary-light); font-size: clamp(30px,5vw,46px); font-weight: 900; }
.hkm-promo-card__price del { color: var(--hkm-muted); font-size: 16px; }
.hkm-promo-card__price ins { text-decoration: none; }
.hkm-promo-card__features { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px 24px; margin: 0 0 24px; color: var(--hkm-muted); font-size: 14px; font-weight: 800; }
.hkm-promo-card__features span { display: inline-flex; align-items: center; gap: 7px; }
.hkm-promo-card__features b { color: var(--hkm-primary); font-size: 18px; }
.hkm-promo-card__content > .hkm-btn { width: 100%; min-height: 56px; font-size: 17px; }
.hkm-promo-card__visual { order: 1; aspect-ratio: 4 / 3; min-height: 0; overflow: hidden; border-bottom: 1px solid var(--hkm-primary); border-bottom-color: color-mix(in srgb,var(--hkm-primary) 32%,transparent); background: radial-gradient(circle,color-mix(in srgb,var(--hkm-primary) 18%,transparent),transparent 62%); }
.hkm-promo-card__visual img { display: block; width: 100%; height: 100%; object-fit: cover; }

.hkm-category-grid { display: grid; grid-template-columns: repeat(var(--hkm-category-columns, 4),minmax(0,1fr)); gap: 18px; }
.hkm-category-card { position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; min-height: 210px; padding: 26px 24px 66px; overflow: hidden; border: 1px solid var(--hkm-border); border-radius: 28px 28px 28px 8px; background: var(--hkm-surface); transition: .3s ease; }
.hkm-category-card.is-tone-a { border-radius: 28px 28px 8px 28px; background: color-mix(in srgb, var(--hkm-primary) 15%, var(--hkm-surface)); border-color: color-mix(in srgb, var(--hkm-primary) 32%, var(--hkm-border)); }
.hkm-category-card:hover { transform: translateY(-6px); border-color: var(--hkm-primary); box-shadow: var(--hkm-shadow); }
.hkm-category-card__visual { display: grid; place-items: center; width: 72px; height: 72px; padding: 12px; border-radius: 20px; background: color-mix(in srgb, var(--hkm-text) 6%, transparent); }
.hkm-category-card__visual img { width: 100%; height: 100%; object-fit: contain; }
.hkm-category-card__title { font-size: 19px; font-weight: 900; color: var(--hkm-text); line-height: 1.4; }
.hkm-category-card__desc { margin: 0; color: var(--hkm-text-secondary); font-size: 13px; line-height: 1.7; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.hkm-category-card__count { margin-top: auto; padding-top: 6px; color: var(--hkm-text-secondary); font-size: 12px; }
.hkm-category-card__arrow { position: absolute; bottom: 18px; left: 18px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: var(--hkm-on-primary); background: var(--hkm-primary); font-size: 18px; box-shadow: 0 8px 20px color-mix(in srgb, var(--hkm-primary) 35%, transparent); }

.hkm-steps { display: grid; grid-template-columns: repeat(3,1fr); max-width: 960px; margin-inline: auto; border: 1px solid var(--hkm-border); border-radius: 22px; background: var(--hkm-surface); }
.hkm-step { display: flex; align-items: center; gap: 16px; padding: 30px; border-left: 1px solid var(--hkm-border); }
.hkm-step:last-child { border-left: 0; }
.hkm-step b { width: 52px; height: 52px; flex: 0 0 52px; display: grid; place-items: center; border-radius: 16px; color: var(--hkm-on-primary); background: linear-gradient(135deg,var(--hkm-primary-dark),var(--hkm-primary-light)); font-size: 22px; }
.hkm-step span { display: flex; flex-direction: column; }
.hkm-step strong { font-size: 18px; }
.hkm-step small { color: var(--hkm-muted); }

/* Shop and category archives */
.post-type-archive-product .woocommerce-products-header, .tax-product_cat .woocommerce-products-header { padding: 28px; margin-bottom: 26px; border-radius: 18px; background: linear-gradient(135deg,var(--hkm-surface),var(--hkm-surface-2)); }
.woocommerce .woocommerce-ordering select { min-height: 45px; border: 1px solid var(--hkm-border); border-radius: 9px; color: var(--hkm-text); background: var(--hkm-surface); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; float: none !important; margin: 0 !important; overflow: hidden; border-color: var(--hkm-border); background: var(--hkm-surface); }
.woocommerce ul.products li.product img { border-radius: 12px; }
.woocommerce ul.products li.product .button { width: 100%; margin-top: 10px; color: var(--hkm-on-primary); background: linear-gradient(135deg,var(--hkm-primary-dark),var(--hkm-primary-light)); }
.woocommerce ul.products li.product.outofstock { opacity: .65; }
.woocommerce ul.products li.product.outofstock img { filter: grayscale(.4); }
.woocommerce span.onsale { position: absolute; top: 13px; inset-inline-end: 13px; z-index: 2; min-height: 0; margin: 0; padding: 4px 10px; border-radius: 99px; background: var(--hkm-danger); color: var(--hkm-on-danger); font-size: 11px; font-weight: 900; line-height: 1.6; }
.woocommerce ul.products li.product { position: relative; }


@media (max-width: 1000px) {
  .hkm-category-grid { grid-template-columns: repeat(2,1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (max-width: 720px) {
  body { padding-bottom: 0; }
  .hkm-announcement { padding: 6px 0; font-size: 11px; }
  .hkm-header__row { min-height: 68px; }
  .hkm-hero--store { min-height: 650px; }
  .hkm-hero--store::after { background: linear-gradient(0deg,color-mix(in srgb,var(--hkm-bg) 98%,transparent),color-mix(in srgb,var(--hkm-bg) 42%,transparent)); }
  .hkm-hero__trust { justify-content: center; gap: 10px; }
  .hkm-section__head--row { align-items: center; }
  .hkm-section__head--row .hkm-btn { min-height: 42px; padding-inline: 13px; white-space: nowrap; }
  .hkm-promo-card { width: min(100%,520px); border-radius: 22px; }
  .hkm-promo-card__content { padding: 28px 20px 24px; }
  .hkm-promo-card__content h2 { margin-top: 14px; font-size: clamp(27px,9vw,38px); }
  .hkm-promo-card__content p { font-size: 14px; }
  .hkm-promo-card__price { margin: 20px 0 16px; font-size: clamp(29px,10vw,40px); }
  .hkm-promo-card__features { gap: 8px 16px; margin-bottom: 20px; font-size: 12px; }
  .hkm-promo-card__content > .hkm-btn { min-height: 52px; }
  .hkm-promo-card__visual { aspect-ratio: 4 / 3; }
  .hkm-category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hkm-category-card { min-height: 170px; padding: 18px 16px 54px; gap: 6px; }
  .hkm-category-card__visual { width: 56px; height: 56px; padding: 9px; border-radius: 16px; }
  .hkm-category-card__title { font-size: 15px; }
  .hkm-category-card__desc { font-size: 12px; -webkit-line-clamp: 2; }
  .hkm-category-card__arrow { bottom: 14px; left: 14px; width: 36px; height: 36px; font-size: 15px; }
  .hkm-steps { grid-template-columns: 1fr; }
  .hkm-step { padding: 20px; border-left: 0; border-bottom: 1px solid var(--hkm-border); }
  .hkm-step:last-child { border-bottom: 0; }


  .woocommerce ul.products { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .woocommerce ul.products li.product { padding: 10px; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 13px !important; }
  .woocommerce ul.products li.product .button { padding-inline: 8px; font-size: 12px; }
}

/* === SND REVIEWS :: start === */
/*
 * «وش قالوا عن سند؟» — page-content section, scoped to .snd-reviews.
 * The loop lives in assets/js/theme.js (clones the group once, auto-moves, drag).
 */
.snd-reviews{--snd-bg:#090806;--snd-card:#11100d;--snd-card2:#17140f;--snd-gold:#d5a147;--snd-gold2:#e6b85f;--snd-white:#f7f5f0;--snd-muted:#b8b3aa;--snd-line:rgba(213,161,71,.24);--snd-gap:20px;position:relative;overflow:hidden;padding:clamp(56px,7vw,96px) 0;background:var(--snd-bg);color:var(--snd-white);direction:rtl}
.snd-reviews *,.snd-reviews *::before,.snd-reviews *::after{box-sizing:border-box}
.snd-reviews__header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px 40px;max-width:1180px;margin:0 auto clamp(28px,4vw,44px);padding-inline:24px}
.snd-reviews__copy h2{margin:0;color:var(--snd-white);font-size:clamp(26px,3vw,38px);font-weight:800;line-height:1.3}
.snd-reviews__copy p{margin:8px 0 0;color:var(--snd-muted);font-size:clamp(14px,1.3vw,16px);line-height:1.7}
.snd-reviews__proof{display:flex;flex-direction:column;gap:2px;flex-shrink:0;padding-inline-start:28px;border-inline-start:1px solid var(--snd-line)}
.snd-reviews__proof strong{color:var(--snd-gold);font-size:clamp(34px,3.6vw,48px);font-weight:800;line-height:1.1;font-variant-numeric:tabular-nums}
.snd-reviews__proof span{color:var(--snd-muted);font-size:14px}
.snd-reviews__marquee{position:relative;overflow:hidden;touch-action:pan-y;cursor:grab;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.snd-reviews__marquee.is-dragging{cursor:grabbing}
.snd-reviews__track{display:flex;gap:var(--snd-gap);width:max-content;padding-block:6px 10px;will-change:transform}
.snd-reviews__group{display:flex;gap:var(--snd-gap);margin:0;padding:0;list-style:none}
.snd-review{flex:0 0 clamp(260px,23.5vw,340px);display:flex;flex-direction:column;gap:14px;min-height:168px;margin:0;padding:22px 22px 24px;border:1px solid var(--snd-line);border-radius:16px;background:linear-gradient(160deg,var(--snd-card2),var(--snd-card) 62%);user-select:none;transition:transform .35s ease,border-color .35s ease}
.snd-review__top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.snd-review__name{color:var(--snd-white);font-size:16px;font-weight:700}
.snd-review__stars{color:var(--snd-gold);font-size:14px;line-height:1;letter-spacing:2px}
.snd-review__text{display:-webkit-box;margin:0;overflow:hidden;color:var(--snd-muted);font-size:15px;line-height:1.75;-webkit-line-clamp:5;-webkit-box-orient:vertical}
@media (hover:hover){.snd-review:hover{transform:translateY(-4px);border-color:rgba(213,161,71,.38)}}
@media (max-width:900px){.snd-review{flex-basis:clamp(260px,40vw,320px)}}
@media (max-width:600px){
.snd-reviews{--snd-gap:14px;padding:48px 0}
.snd-reviews__header{flex-direction:column;align-items:stretch;gap:18px;padding-inline:18px}
.snd-reviews__proof{flex-direction:row;align-items:baseline;gap:10px;padding:14px 0 0;border-inline-start:0;border-top:1px solid var(--snd-line)}
.snd-reviews__proof strong{font-size:32px}
.snd-reviews__marquee{-webkit-mask-image:none;mask-image:none}
.snd-reviews__track{padding-inline-start:18px}
.snd-review{flex-basis:78vw;min-height:150px;padding:18px 18px 20px}
.snd-review__text{font-size:14px;-webkit-line-clamp:6}
}
@media (prefers-reduced-motion:reduce){.snd-review{transition:none}}
.snd-review__stars .is-empty{opacity:.28}
/* SND CARD V2 */
/* كارت هندسي بزوايا مقصوصة: الخلفية الخارجية هي الإطار، والنيون حتة منورة بتلف عليه */
@property --snd-spin{syntax:"<angle>";inherits:true;initial-value:0deg}
@keyframes sndSpin{to{--snd-spin:360deg}}
.snd-reviews{--snd-cut:18px;animation:sndSpin 7s linear infinite}
.snd-reviews__copy h2 em{font-style:normal;color:var(--snd-gold2)}
.snd-review{flex:0 0 clamp(240px,21vw,300px);display:flex;gap:0;min-height:0;padding:0;border:0;border-radius:0;background:none}
.snd-review__card{--o:0deg;position:relative;display:flex;flex:1 1 auto;flex-direction:column;gap:12px;width:100%;padding:18px 20px 16px;clip-path:polygon(var(--snd-cut) 0,calc(100% - var(--snd-cut)) 0,100% var(--snd-cut),100% calc(100% - var(--snd-cut)),calc(100% - var(--snd-cut)) 100%,var(--snd-cut) 100%,0 calc(100% - var(--snd-cut)),0 var(--snd-cut));background:conic-gradient(from calc(var(--snd-spin) + var(--o)),rgba(213,161,71,.22) 0deg,rgba(213,161,71,.22) 210deg,#d5a147 255deg,#fff1c9 282deg,#e6b85f 305deg,rgba(213,161,71,.22) 350deg)}
.snd-review__card::before{content:"";position:absolute;inset:1.5px;z-index:0;clip-path:polygon(calc(var(--snd-cut) - .62px) 0,calc(100% - var(--snd-cut) + .62px) 0,100% calc(var(--snd-cut) - .62px),100% calc(100% - var(--snd-cut) + .62px),calc(100% - var(--snd-cut) + .62px) 100%,calc(var(--snd-cut) - .62px) 100%,0 calc(100% - var(--snd-cut) + .62px),0 calc(var(--snd-cut) - .62px));background:radial-gradient(120% 90% at 100% 0,rgba(213,161,71,.08),transparent 55%),linear-gradient(160deg,#17140f,#0c0b08 70%)}
.snd-review__card > *{position:relative;z-index:1}
.snd-review:nth-child(3n+2) .snd-review__card{--o:120deg}
.snd-review:nth-child(3n) .snd-review__card{--o:240deg}
.snd-review__head{display:flex;align-items:center;justify-content:space-between;gap:10px}
.snd-review__stars{font-size:15px;letter-spacing:2px}
.snd-review__quote{display:inline-flex;width:22px;color:rgba(213,161,71,.3)}
.snd-review__quote svg{display:block;width:100%;height:auto;fill:currentColor}
.snd-review__text{color:var(--snd-white);opacity:.92;font-size:14px;line-height:1.7;-webkit-line-clamp:5}
.snd-review__foot{display:flex;align-items:center;gap:10px;margin-top:auto;padding-top:12px;border-top:1px solid rgba(213,161,71,.14)}
.snd-review__avatar{flex:0 0 auto;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:linear-gradient(160deg,var(--snd-gold2),var(--snd-gold));color:#1a1405;font-size:15px;font-weight:800;line-height:1}
.snd-review__who{display:flex;flex-direction:column;gap:2px;min-width:0}
.snd-review__name{font-size:14.5px;font-weight:800}
.snd-review__verified{display:inline-flex;align-items:center;gap:5px;color:#5fc88a;font-size:12px;font-weight:700}
.snd-review__verified svg{flex:0 0 auto;width:13px;height:13px;fill:#5fc88a;color:#0c0b08}
@media (max-width:600px){
.snd-reviews{--snd-cut:14px}
.snd-review{flex-basis:74vw}
.snd-review__card{padding:16px 16px 14px;gap:10px}
.snd-review__text{font-size:13.5px;-webkit-line-clamp:6}
}
@media (prefers-reduced-motion:reduce){.snd-reviews{animation:none}}
/* === SND REVIEWS :: end === */

/* === SND ADDED TOAST :: start === */
/* توست «تمت الإضافة إلى سلة المشتريات» زي تاز: خط فوق بيخلص في 4 ثواني وبعدها يختفي. */
a.added_to_cart.wc-forward{display:none !important}
.maher-cart-dialog.snd-replaced{display:none !important}
.snd-toast{position:fixed;top:calc(12px + env(safe-area-inset-top));left:50%;z-index:100000;width:min(440px,calc(100% - 24px));translate:-50% -140%;opacity:0;border:1px solid rgba(212,175,55,.28);border-radius:20px;background:linear-gradient(180deg,#17150f,#0e0d0a);box-shadow:0 18px 50px rgba(0,0,0,.55);overflow:hidden;color:#fff;direction:rtl;transition:translate .35s cubic-bezier(.2,.9,.3,1.2),opacity .25s ease}
.snd-toast.is-open{translate:-50% 0;opacity:1}
.snd-toast__bar{position:absolute;top:0;right:0;height:4px;width:100%;border-radius:0 0 4px 4px;background:linear-gradient(90deg,#b8871f,#f5df70)}
.snd-toast.is-open .snd-toast__bar{animation:sndToastBar var(--snd-toast-time,4s) linear forwards}
.snd-toast:hover .snd-toast__bar{animation-play-state:paused}
@keyframes sndToastBar{from{width:100%}to{width:0}}
.snd-toast__head{display:flex;align-items:center;gap:12px;padding:18px 18px 14px;border-bottom:1px solid rgba(255,255,255,.08)}
.snd-toast__check{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:rgba(212,175,55,.12);color:#f5df70}
.snd-toast__check svg{width:20px;height:20px}
.snd-toast__title{flex:1;margin:0;font-size:16px;font-weight:700;color:#fff}
.snd-toast__close{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:50%;background:none;color:#fff;font-size:20px;line-height:1;cursor:pointer}
.snd-toast__close:hover{background:rgba(255,255,255,.08)}
.snd-toast__item{display:flex;align-items:center;gap:14px;padding:14px 18px}
.snd-toast__img{flex:0 0 76px;width:76px;height:76px;border-radius:12px;overflow:hidden;background:#1a1812;border:1px solid rgba(212,175,55,.18)}
.snd-toast__img img{display:block;width:100%;height:100%;object-fit:cover}
.snd-toast__name{flex:1;min-width:0;margin:0;font-size:15px;font-weight:600;line-height:1.5;color:#fff}
.snd-toast__price{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:16px;font-weight:700;color:#f5df70;text-align:left}
.snd-toast__price del{order:2;color:rgba(255,255,255,.5);font-size:13px;font-weight:500}
.snd-toast__price ins{text-decoration:none}
.snd-toast__price .screen-reader-text{display:none}
.snd-toast__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:4px 18px 18px}
.snd-toast__btn{display:flex;align-items:center;justify-content:center;gap:8px;height:48px;border-radius:14px;font:inherit;font-size:15px;font-weight:800;text-decoration:none !important;cursor:pointer}
.snd-toast__btn--go{border:0;background:linear-gradient(150deg,#f7e3a1,#e0b84a 48%,#b8871f);color:#1a1407 !important;box-shadow:0 8px 22px rgba(212,175,55,.25)}
.snd-toast__btn--go::after{content:"";width:20px;height:20px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 8.5h14.5A1.5 1.5 0 0 1 20 10v8.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 4 18.5z'/%3E%3Cpath d='M5.5 8.5 15 4.2l1.6 4.3'/%3E%3Cpath d='M16 14.2h4'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 8.5h14.5A1.5 1.5 0 0 1 20 10v8.5a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 4 18.5z'/%3E%3Cpath d='M5.5 8.5 15 4.2l1.6 4.3'/%3E%3Cpath d='M16 14.2h4'/%3E%3C/svg%3E") center/contain no-repeat}
.snd-toast__btn--stay{border:1.5px solid rgba(243,215,116,.7);background:transparent;color:#f3d774}
body.admin-bar .snd-toast{top:44px}
@media (max-width:782px){body.admin-bar .snd-toast{top:58px}}
@media (prefers-reduced-motion:reduce){.snd-toast{transition:opacity .2s ease}.snd-toast.is-open .snd-toast__bar{animation:none}}
/* === SND ADDED TOAST :: end === */
