:root{
  --olimo-primary: #8D2BF4;
  --olimo-primary-light: #F3EAFF;
  --olimo-navy: #101B3D;
  --olimo-dark-700: #101B3D;
  --olimo-dark-600: #101B3D;
  --olimo-gray-300: #101B3D;
  --olimo-gray-200: #8D2BF4;
  --olimo-gray-100: #8D2BF4;
  --olimo-gray-50: #8D2BF4;
  --olimo-white: #FFFFFF;
  --olimo-light: #F8F4FF;
  --olimo-font-family: Tahoma, Arial, sans-serif;
  --olimo-red-shadow: 0 8px 16px -2px rgba(213,143,175,.20);
  --olimo-gray-shadow: 0 8px 16px -2px rgba(112,35,88,.24);
  --olimo-radius-sm: 10px;
  --olimo-radius: 18px;
  --olimo-radius-lg: 28px;
  --olimo-container: 1320px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{ margin: 0; direction: rtl; background: var(--olimo-white); color: var(--olimo-dark-700); font-family: var(--olimo-font-family); font-size: 16px; line-height: 1.9; -webkit-font-smoothing: antialiased; }
body.olimo-ui-open{ overflow: hidden; }
a{ color: inherit; text-decoration: none; }
img{ max-width: 100%; height: auto; }
button, input, select, textarea{ font: inherit; }
button{ cursor: pointer; }
.olimo-container{ width: min(calc(100% - 40px), var(--olimo-container)); margin-inline: auto; }
.olimo-narrow-container{ max-width: 980px; }
.olimo-main{ min-height: 50vh; }
.screen-reader-text{ position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus{ position: fixed; top: 10px; right: 10px; z-index: 99999; width: auto; height: auto; clip: auto; padding: 10px 16px; background: #FFFFFF; color: #101B3D; border-radius: 8px; }

h1, h2, h3, h4, h5, h6{ margin: 0 0 18px; color: var(--olimo-dark-700); line-height: 1.45; font-weight: 700; }
h1{ font-size: clamp(2rem, 4vw, 3.5rem); }
h2{ font-size: clamp(1.65rem, 3vw, 2.5rem); }
h3{ font-size: clamp(1.15rem, 2vw, 1.55rem); }
p{ margin: 0 0 18px; }

.olimo-site-header{ position: sticky; top: 0; z-index: 1000; background: var(--olimo-white); border-bottom: 1px solid rgba(75,23,63,.06); }
.admin-bar .olimo-site-header{ top: 32px; }
.olimo-header-main{ background: var(--olimo-white); }
.olimo-header-inner{ display: flex; align-items: center; min-height: 82px; gap: 24px; }
.olimo-logo{ display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.olimo-logo img{ display: block; width: 92px; max-height: 58px; object-fit: contain; }
.olimo-primary-nav{ margin-inline-end: auto; }
.olimo-primary-menu, .olimo-menu-fallback{ display: flex; align-items: center; gap: 30px; list-style: none; margin: 0; padding: 0; }
.olimo-primary-menu li{ position: relative; }
.olimo-primary-menu > li > a{ display: flex; align-items: center; min-height: 82px; color: var(--olimo-dark-600); font-size: 13px; font-weight: 400; white-space: nowrap; transition: color .2s ease; }
.olimo-primary-menu > li.current-menu-item > a, .olimo-primary-menu > li:hover > a{ color: var(--olimo-primary); }
.olimo-primary-menu .sub-menu{ position: absolute; top: calc(100% - 8px); right: 0; width: 220px; margin: 0; padding: 10px; list-style: none; background: #FFFFFF; border: 1px solid var(--olimo-light); border-radius: 14px; box-shadow: var(--olimo-gray-shadow); opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.olimo-primary-menu li:hover > .sub-menu{ opacity: 1; visibility: visible; transform: translateY(0); }
.olimo-primary-menu .sub-menu a{ display: block; padding: 9px 10px; border-radius: 8px; font-size: 13px; }
.olimo-primary-menu .sub-menu a:hover{ background: var(--olimo-light); color: var(--olimo-primary); }
.olimo-primary-menu .sub-menu .sub-menu{ top: 0; right: calc(100% - 2px); }
.olimo-primary-menu .sub-menu .menu-item-has-children > a{ padding-left: 24px; position: relative; }
.olimo-primary-menu .sub-menu .menu-item-has-children > a::after{ content: "‹"; position: absolute; left: 9px; top: 50%; transform: translateY(-52%); font-size: 18px; line-height: 1; color: var(--olimo-gray-200); }

.olimo-header-search{ position: relative; flex: 0 1 320px; width: min(26vw, 320px); height: 44px; }
.olimo-header-search-icon{ position: absolute; top: 50%; right: 15px; display: grid; place-items: center; transform: translateY(-50%); pointer-events: none; }
.olimo-header-search-icon svg{ width: 20px; height: 20px; }
.olimo-header-search input[type=search]{ width: 100%; height: 100%; padding: 0 45px 0 16px; border: 1px solid #F8F4FF; border-radius: 999px; outline: 0; background: #FFFFFF; color: var(--olimo-dark-700); font-size: 12px; transition: border-color .2s ease, box-shadow .2s ease; }
.olimo-header-search input[type=search]::placeholder{ color: #8D2BF4; }
.olimo-header-search input[type=search]:focus{ border-color: rgba(112,35,88,.55); box-shadow: 0 0 0 4px rgba(112,35,88,.07); }
.olimo-header-search input[type=search]::-webkit-search-cancel-button{ display: none; }

.olimo-header-actions{ display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.olimo-account-link{ display: inline-grid; place-items: center; width: 46px; height: 46px; border: 0; border-radius: 50%; background: #F8F4FF; transition: transform .2s ease, background .2s ease; }
.olimo-account-link:hover{ background: #F8F4FF; transform: translateY(-2px); }
.olimo-account-link svg{ width: 23px; height: 23px; }
.olimo-header-cart{ display: inline-flex; align-items: center; gap: 9px; min-width: 122px; }
.olimo-header-cart-icon{ position: relative; display: inline-grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; border-radius: 50%; background: var(--olimo-primary-light); color: #fff; box-shadow: var(--olimo-red-shadow); transition: transform .2s ease, background .2s ease; }
.olimo-header-cart:hover .olimo-header-cart-icon{ background: var(--olimo-primary); transform: translateY(-2px); }
.olimo-header-cart-icon svg{ width: 23px; height: 23px; }
.olimo-cart-count{ position: absolute; top: -4px; left: -4px; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border: 2px solid #fff; border-radius: 20px; background: var(--olimo-navy); color: #fff; font-size: 9px; font-weight: 700; line-height: 1; }
.olimo-header-cart-copy{ display: flex; flex-direction: column; align-items: flex-start; line-height: 1.35; white-space: nowrap; }
.olimo-header-cart-copy small{ color: var(--olimo-dark-600); font-size: 10px; font-weight: 400; }
.olimo-header-cart-copy strong{ color: var(--olimo-primary); font-size: 12px; font-weight: 700; }
.olimo-header-cart-copy .woocommerce-Price-currencySymbol{ margin-right: 2px; font-size: .8em; }























.olimo-button, .olimo-text-link{ display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; }
.olimo-button-icon{ display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 8px; background: var(--olimo-primary); color: #fff; flex: 0 0 auto; }
.olimo-mobile-toggle{ display: none; place-items: center; width: 46px; height: 46px; border: 1px solid #F8F4FF; border-radius: 50%; background: #FFFFFF; color: var(--olimo-navy); box-shadow: var(--olimo-gray-shadow); }
.olimo-mobile-toggle svg{ width: 23px; height: 23px; }

.olimo-mobile-drawer{ position: fixed; z-index: 1200; top: 0; right: 0; width: min(88vw, 360px); height: 100dvh; padding: 20px; background: #FFFFFF; box-shadow: -20px 0 50px rgba(75,23,63,.18); transform: translateX(110%); transition: transform .28s ease; overflow-y: auto; }
.olimo-mobile-drawer.is-open{ transform: translateX(0); }
.olimo-mobile-drawer-head{ display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--olimo-light); }
.olimo-mobile-drawer-logo img{ display: block; width: 84px; max-height: 52px; object-fit: contain; }
.olimo-mobile-drawer-head button{ width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--olimo-light); font-size: 26px; line-height: 1; }
.olimo-mobile-search{ position: relative; margin: 18px 0 8px; }
.olimo-mobile-search > span{ position: absolute; right: 13px; top: 50%; display: grid; transform: translateY(-50%); }
.olimo-mobile-search svg{ width: 19px; height: 19px; }
.olimo-mobile-search input{ width: 100%; height: 44px; padding: 0 42px 0 12px; border: 1px solid #F8F4FF; border-radius: 12px; outline: 0; font-size: 12px; }
.olimo-mobile-menu, .olimo-mobile-menu ul{ list-style: none; padding: 0; margin: 15px 0; }
.olimo-mobile-menu a{ display: block; padding: 12px 8px; border-bottom: 1px solid var(--olimo-light); font-weight: 600; }
.olimo-mobile-menu .sub-menu{ padding-right: 15px; }
.olimo-overlay{ position: fixed; inset: 0; z-index: 1100; background: rgba(75,23,63,.48); opacity: 0; visibility: hidden; transition: .25s; }
.olimo-overlay.is-visible{ opacity: 1; visibility: visible; }


/* Homepage showcase: responsive slider + randomized WooCommerce deal. */














































.olimo-hero{ position: relative; overflow: hidden; padding: 72px 0 58px; background: linear-gradient(135deg, #fff 0 52%, #FFFFFF 52% 100%); }
.olimo-hero::before{ content:""; position: absolute; width: 420px; height: 420px; left: -180px; top: -200px; border: 70px solid rgba(112,35,88,.06); border-radius: 50%; }
.olimo-hero-grid{ display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; min-height: 510px; }
.olimo-eyebrow, .olimo-section-heading > div > span, .olimo-page-header > span{ display: inline-block; margin-bottom: 12px; color: var(--olimo-primary); font-size: 13px; font-weight: 700; letter-spacing: .02em; }
.olimo-hero-content h1{ max-width: 700px; font-size: clamp(2.5rem, 5vw, 4.8rem); color: var(--olimo-navy); line-height: 1.25; }
.olimo-hero-content p{ max-width: 650px; color: var(--olimo-gray-200); font-size: 18px; }
.olimo-hero-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0; }
.olimo-button{ min-height: 52px; padding: 0 18px 0 8px; border: 1px solid transparent; border-radius: 12px; transition: .2s ease; }
.olimo-button:hover{ transform: translateY(-2px); }
.olimo-button-primary{ background: var(--olimo-primary); color: #fff; box-shadow: var(--olimo-red-shadow); }
.olimo-button-primary .olimo-button-icon{ background: #FFFFFF; color: var(--olimo-primary); }
.olimo-button-ghost{ border-color: #F8F4FF; color: var(--olimo-navy); background: #FFFFFF; }
.olimo-button-light{ background: #FFFFFF; color: var(--olimo-navy); }
.olimo-hero-search{ display: flex; max-width: 620px; padding: 7px; background: #FFFFFF; border-radius: 16px; box-shadow: var(--olimo-gray-shadow); }
.olimo-hero-search input{ flex: 1; min-width: 0; height: 48px; padding: 0 14px; border: 0; outline: 0; background: transparent; }
.olimo-hero-search button{ padding: 0 24px; border: 0; border-radius: 11px; background: var(--olimo-navy); color: #fff; }
.olimo-hero-visual{ position: relative; min-height: 440px; }
.olimo-hero-card{ position: absolute; z-index: 2; inset: 35px 30px 25px 5px; display: grid; place-items: center; padding: 55px; background: #FFFFFF; border-radius: 36px 36px 80px 36px; box-shadow: var(--olimo-gray-shadow); transform: rotate(-2deg); }
.olimo-hero-card img{ width: min(100%, 470px); max-height: 250px; object-fit: contain; transform: rotate(2deg); }
.olimo-hero-badge{ position: absolute; z-index: 3; left: -5px; bottom: 5px; min-width: 150px; padding: 18px; background: var(--olimo-primary); color: #fff; border-radius: 20px; box-shadow: var(--olimo-red-shadow); }
.olimo-hero-badge strong, .olimo-hero-badge span{ display: block; }
.olimo-hero-badge strong{ font-size: 24px; }
.olimo-hero-badge span{ font-size: 12px; opacity: .85; }
.olimo-hero-shape{ position: absolute; z-index: 1; inset: 0; border-radius: 48% 52% 38% 62% / 58% 30% 70% 42%; background: var(--olimo-navy); }

.olimo-features{ border-top: 1px solid var(--olimo-light); border-bottom: 1px solid var(--olimo-light); background: #FFFFFF; }
.olimo-features-grid{ display: grid; grid-template-columns: repeat(4,1fr); }
.olimo-feature{ display: flex; align-items: center; gap: 15px; min-height: 125px; padding: 22px 28px; border-left: 1px solid var(--olimo-light); }
.olimo-feature:last-child{ border-left: 0; }
.olimo-feature > span{ display: grid; place-items: center; width: 46px; height: 46px; border-radius: 14px; color: var(--olimo-primary); background: rgba(112,35,88,.08); font-weight: 700; }
.olimo-feature h3{ margin: 0 0 4px; font-size: 16px; }
.olimo-feature p{ margin: 0; color: var(--olimo-gray-100); font-size: 12px; line-height: 1.7; }

.olimo-section{ padding: 85px 0; }
.olimo-section-heading{ display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.olimo-section-heading h2{ margin: 0; color: var(--olimo-navy); }
.olimo-text-link{ color: var(--olimo-primary); font-size: 13px; }
.olimo-text-link .olimo-button-icon{ width: 26px; height: 26px; }
.olimo-categories-section{ background: var(--olimo-white); }
.olimo-category-grid{ display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.olimo-category-card{ display: flex; align-items: center; gap: 16px; min-height: 130px; padding: 14px; border: 1px solid var(--olimo-light); background: #FFFFFF; border-radius: 18px; box-shadow: 0 8px 16px -2px rgba(112,35,88,.10); transition: .25s; }
.olimo-category-card:hover{ transform: translateY(-5px); border-color: rgba(112,35,88,.35); box-shadow: var(--olimo-red-shadow); }
.olimo-category-card img{ width: 92px; height: 92px; object-fit: cover; border-radius: 14px; background: var(--olimo-light); }
.olimo-category-card h3{ margin: 0 0 5px; font-size: 16px; }
.olimo-category-card span{ color: var(--olimo-gray-100); font-size: 12px; }
.olimo-products-section{ background: #FFFFFF; }
.olimo-products-section + .olimo-products-section{ background: #FFFFFF; }








.olimo-page-main, .olimo-single-main, .olimo-archive-main, .olimo-woocommerce-main{ padding: 52px 0 90px; }
.olimo-page-header{ margin-bottom: 35px; }
.olimo-page-header h1{ color: var(--olimo-navy); }
.olimo-page-thumbnail, .olimo-single-thumbnail{ margin-bottom: 35px; overflow: hidden; border-radius: 24px; box-shadow: var(--olimo-gray-shadow); }
.olimo-page-thumbnail img, .olimo-single-thumbnail img{ display: block; width: 100%; }
.olimo-entry-content{ font-size: 17px; color: var(--olimo-dark-600); }
.olimo-entry-content h2, .olimo-entry-content h3{ margin-top: 42px; color: var(--olimo-navy); }
.olimo-entry-content a{ color: var(--olimo-primary); text-decoration: underline; }
.olimo-entry-content img{ border-radius: 14px; }
.olimo-entry-content table{ width: 100%; border-collapse: collapse; display: block; overflow-x: auto; }
.olimo-entry-content th, .olimo-entry-content td{ padding: 12px; border: 1px solid var(--olimo-light); white-space: nowrap; }
.olimo-breadcrumb{ display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 25px; color: var(--olimo-gray-100); font-size: 12px; }
.olimo-breadcrumb a{ color: var(--olimo-navy); }
.olimo-breadcrumb-sep{ opacity: .5; }

.olimo-post-grid{ display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.olimo-post-card{ overflow: hidden; border: 1px solid var(--olimo-light); border-radius: 20px; background: #FFFFFF; box-shadow: 0 8px 16px -2px rgba(112,35,88,.10); }
.olimo-post-card-image{ display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--olimo-light); }
.olimo-post-card-image img{ width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.olimo-post-card:hover .olimo-post-card-image img{ transform: scale(1.04); }
.olimo-post-card-body{ padding: 22px; }
.olimo-post-card h2{ font-size: 20px; }
.olimo-post-card p{ color: var(--olimo-gray-100); font-size: 14px; }
.olimo-post-meta{ display: flex; gap: 12px; margin-bottom: 10px; color: var(--olimo-gray-100); font-size: 12px; }
.olimo-single-header{ margin-bottom: 30px; }
.olimo-single-header h1{ color: var(--olimo-navy); }
.olimo-tags a{ display: inline-block; margin: 5px; padding: 6px 10px; background: var(--olimo-light); border-radius: 8px; font-size: 12px; }
.post-navigation{ margin-top: 45px; padding-top: 25px; border-top: 1px solid var(--olimo-light); }
.nav-links{ display: flex; justify-content: space-between; gap: 20px; }
.olimo-comments-area{ margin-top: 50px; padding-top: 35px; border-top: 1px solid var(--olimo-light); }
.comment-list{ list-style: none; padding: 0; }
.comment-body{ margin-bottom: 15px; padding: 18px; background: #FFFFFF; border: 1px solid var(--olimo-light); border-radius: 14px; }
.comment-form input:not([type=submit]), .comment-form textarea{ width: 100%; padding: 12px 14px; border: 1px solid #F8F4FF; border-radius: 10px; }
.comment-form input[type=submit]{ padding: 12px 24px; border: 0; border-radius: 10px; background: var(--olimo-primary); color: #fff; }
.olimo-empty-state{ grid-column: 1/-1; padding: 45px; border: 1px dashed #F8F4FF; border-radius: 18px; text-align: center; background: #FFFFFF; color: var(--olimo-gray-100); }

.olimo-404-main{ padding: 100px 0; }
.olimo-404-card{ max-width: 680px; margin: 0 auto; padding: 55px; text-align: center; border-radius: 28px; background: #FFFFFF; box-shadow: var(--olimo-gray-shadow); }
.olimo-404-card > strong{ display: block; color: var(--olimo-primary); font-size: 90px; line-height: 1; }
.olimo-404-card h1{ margin-top: 25px; color: var(--olimo-navy); }

.olimo-site-footer-modern{ padding: 38px 0 0; background: transparent; color: #fff; }
.olimo-footer-panel{ position: relative; padding: 88px 40px 28px; background: var(--olimo-primary-light); border-radius: 34px; overflow: visible; box-shadow: var(--olimo-red-shadow); }
.olimo-footer-panel::before{ content: ""; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); width: 98px; height: 34px; background: var(--olimo-primary-light); border-radius: 0 0 999px 999px; }
.olimo-footer-top{ position: absolute; top: -10px; left: 50%; transform: translateX(-50%); display: inline-grid; place-items: center; width: 54px; height: 54px; border: 0; border-radius: 50%; background: #FFFFFF; color: var(--olimo-navy); box-shadow: 0 12px 28px rgba(75,23,63,.18); z-index: 2; transition: transform .2s ease, color .2s ease; }
.olimo-footer-top:hover{ transform: translateX(-50%) translateY(-3px); color: var(--olimo-primary); }
.olimo-footer-top svg{ width: 24px; height: 24px; }
.olimo-footer-main-grid{ display: grid; grid-template-columns: 1.1fr 1.1fr 1.45fr 0.9fr; gap: 34px; align-items: start; }
.olimo-footer-column h3{ margin: 0 0 18px; color: #fff; font-size: 18px; }
.olimo-footer-list, .olimo-footer-contact-list{ list-style: none; margin: 0; padding: 0; }
.olimo-footer-list li{ margin: 10px 0; }
.olimo-footer-list a{ position: relative; display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.97); font-size: 15px; transition: transform .2s ease, opacity .2s ease; }
.olimo-footer-list a::before{ content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #FFFFFF; }
.olimo-footer-list a:hover{ transform: translateX(-4px); opacity: 1; }
.olimo-footer-contact-list li{ display: flex; align-items: center; justify-content: flex-start; gap: 10px; margin: 12px 0; color: rgba(255,255,255,.97); font-size: 15px; }
.olimo-footer-contact-list li span:last-child, .olimo-footer-contact-list li a{ color: inherit; }
.olimo-footer-contact-icon{ display: inline-grid; place-items: center; width: 24px; height: 24px; flex: 0 0 24px; color: #fff; }
.olimo-footer-badges{ display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.olimo-footer-badge{ display: inline-flex; align-items: center; justify-content: center; width: 88px; height: 88px; padding: 8px; background: #FFFFFF; border-radius: 18px; box-shadow: 0 10px 20px rgba(75,23,63,.12); }
.olimo-footer-badge img{ width: 100%; height: 100%; object-fit: contain; }
.olimo-footer-social-wrap{ margin-top: 92px; }
.olimo-footer-social-wrap strong{ display: block; margin-bottom: 16px; color: #fff; font-size: 17px; }
.olimo-footer-socials{ display: flex; align-items: center; gap: 16px; }
.olimo-footer-socials a{ display: inline-grid; place-items: center; width: 22px; height: 22px; color: #fff; transition: transform .2s ease, opacity .2s ease; }
.olimo-footer-socials a:hover{ transform: translateY(-2px); opacity: .92; }
.olimo-footer-story-box{ display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; margin-top: 40px; padding: 22px 34px; background: rgba(255,255,255,.22); border-radius: 22px; }
.olimo-footer-story-content p{ margin: 0; color: rgba(255,255,255,.96); font-size: 16px; line-height: 2; }
.olimo-footer-story-brand{ display: flex; align-items: center; justify-content: center; }
.olimo-footer-story-brand img{ width: 160px; max-height: 56px; object-fit: contain; filter: brightness(0) invert(1); }
.olimo-footer-bottom-bar{ display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 24px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.olimo-footer-bottom-bar p{ margin: 0; color: rgba(255,255,255,.9); font-size: 13px; }
.olimo-footer-bottom-bar .olimo-designer-credit a{ color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.olimo-designer-credit a{ color: #fff; font-weight: 700; }









@media (max-width: 1100px) {.olimo-primary-menu, .olimo-menu-fallback{ gap: 18px; }
  .olimo-header-search{ flex-basis: 245px; width: 245px; }
  
  
  
  .olimo-hero-grid{ gap: 35px; }
  .olimo-feature{ padding: 18px 14px; }
  .olimo-footer-grid{ grid-template-columns: 1.5fr repeat(2,1fr); }}

@media (max-width: 960px) {.olimo-site-header{ position: relative; top: auto; }
  .admin-bar .olimo-site-header{ top: auto; }
  .olimo-header-inner{ position: relative; min-height: 76px; justify-content: space-between; gap: 10px; }
  .olimo-mobile-toggle{ display: inline-grid; }
  .olimo-logo{ position: absolute; left: 50%; transform: translateX(-50%); }
  .olimo-logo img{ width: 76px; max-height: 50px; }
  .olimo-primary-nav, .olimo-header-search{ display: none; }
  .olimo-header-actions{ margin-inline-start: auto; gap: 8px; }
  .olimo-account-link, .olimo-header-cart-icon{ width: 43px; height: 43px; flex-basis: 43px; }
  .olimo-header-cart{ min-width: 43px; gap: 0; }
  .olimo-header-cart-copy, .olimo-cart-count{ display: none; }}

@media (max-width: 820px) {.admin-bar .olimo-site-header{ top: 46px; }
  .olimo-container{ width: min(calc(100% - 28px), var(--olimo-container)); }
  .olimo-hero{ padding: 45px 0; background: linear-gradient(180deg,#fff 0 62%,#FFFFFF 62%); }
  .olimo-hero-grid{ grid-template-columns: 1fr; min-height: 0; }
  .olimo-hero-content{ text-align: center; }
  .olimo-hero-content p, .olimo-hero-search{ margin-inline: auto; }
  .olimo-hero-actions{ justify-content: center; }
  .olimo-hero-visual{ min-height: 330px; }
  .olimo-hero-card{ inset: 25px 20px; padding: 30px; }
  .olimo-hero-badge{ left: 0; }
  .olimo-features-grid{ grid-template-columns: repeat(2,1fr); }
  .olimo-feature:nth-child(2){ border-left: 0; }
  .olimo-feature:nth-child(-n/**/+2){ border-bottom: 1px solid var(--olimo-light); }
  .olimo-section{ padding: 60px 0; }
  .olimo-category-grid{ grid-template-columns: repeat(2,1fr); }
  .olimo-post-grid{ grid-template-columns: repeat(2,1fr); }
  
  .olimo-footer-grid{ grid-template-columns: repeat(2,1fr); }
  .olimo-footer-brand{ grid-column: 1/-1; }}

@media (max-width: 560px) {body{ font-size: 15px; line-height: 1.85; }
  h1{ font-size: 2rem; }
  h2{ font-size: 1.65rem; }
  .olimo-container{ width: min(calc(100% - 20px), var(--olimo-container)); }
  .olimo-header-inner{ min-height: 72px; }
  .olimo-logo img{ width: 70px; }
  .olimo-mobile-toggle, .olimo-account-link, .olimo-header-cart-icon{ width: 41px; height: 41px; flex-basis: 41px; }
  .olimo-header-actions{ gap: 6px; }
  
  
  
  
  
  
  .olimo-hero-content h1{ font-size: 2.35rem; }
  .olimo-hero-content p{ font-size: 15px; }
  .olimo-button{ min-height: 48px; font-size: 13px; }
  .olimo-hero-search{ padding: 5px; }
  .olimo-hero-search button{ padding: 0 15px; }
  .olimo-hero-visual{ min-height: 270px; }
  .olimo-hero-card{ inset: 18px 10px; border-radius: 24px 24px 50px 24px; }
  .olimo-hero-badge{ min-width: 125px; padding: 12px; }
  .olimo-features-grid{ grid-template-columns: 1fr; }
  .olimo-feature, .olimo-feature:nth-child(2){ border-left: 0; border-bottom: 1px solid var(--olimo-light); min-height: 100px; }
  .olimo-feature:last-child{ border-bottom: 0; }
  .olimo-section-heading{ align-items: flex-start; }
  .olimo-section-heading .olimo-text-link{ white-space: nowrap; }
  .olimo-category-grid, .olimo-post-grid{ grid-template-columns: 1fr; }
  .olimo-category-card{ min-height: 105px; }
  .olimo-category-card img{ width: 76px; height: 76px; }
  
  .olimo-page-main, .olimo-single-main, .olimo-archive-main, .olimo-woocommerce-main{ padding: 35px 0 60px; }
  .olimo-entry-content{ font-size: 15px; }
  .olimo-footer-grid{ grid-template-columns: 1fr 1fr; gap: 25px; }
  .olimo-footer-bottom .olimo-container{ padding: 18px 0; flex-direction: column; text-align: center; }}

@media (max-width: 360px) {.olimo-mobile-toggle, .olimo-account-link, .olimo-header-cart-icon{ width: 38px; height: 38px; flex-basis: 38px; }
  .olimo-header-actions{ gap: 4px; }}


/* Homepage product categories — reference-based layout */






.olimo-category-arrow-mobile{ display: none; }










.olimo-category-nav-button{ display: grid; place-items: center; width: 52px; height: 52px; padding: 0; color: var(--olimo-gray-50); background: #FFFFFF; border: 1.5px solid #F8F4FF; border-radius: 50%; transition: .2s ease; }
.olimo-category-nav-button:hover{ color: var(--olimo-navy); border-color: var(--olimo-navy); }
.olimo-category-nav-button:disabled{ color: #F8F4FF; border-color: #F8F4FF; cursor: not-allowed; opacity: .7; }



@media (max-width: 960px) {.olimo-category-arrow-desktop{ display: none; }
  .olimo-category-arrow-mobile{ display: block; }
  
  
  
  
  }

@media (max-width: 560px) {
  
  .olimo-category-nav-button{ width: 48px; height: 48px; }}




@media (max-width: 1199px) {.olimo-footer-main-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .olimo-footer-social-wrap{ margin-top: 48px; }}
@media (max-width: 767px) {.olimo-site-footer-modern{ padding-top: 26px; }
  .olimo-footer-panel{ padding: 68px 18px 22px; border-radius: 28px; }
  .olimo-footer-panel::before{ width: 86px; height: 28px; }
  .olimo-footer-top{ width: 46px; height: 46px; top: -8px; }
  .olimo-footer-main-grid{ grid-template-columns: 1fr; gap: 24px; }
  .olimo-footer-column h3{ font-size: 17px; margin-bottom: 14px; }
  .olimo-footer-list a, .olimo-footer-contact-list li{ font-size: 14px; }
  .olimo-footer-badges{ flex-direction: row; flex-wrap: wrap; }
  .olimo-footer-badge{ width: 78px; height: 78px; border-radius: 16px; }
  .olimo-footer-social-wrap{ margin-top: 18px; }
  .olimo-footer-story-box{ grid-template-columns: 1fr; text-align: center; padding: 20px 18px; gap: 16px; }
  .olimo-footer-story-brand{ order: -1; }
  .olimo-footer-story-brand img{ width: 132px; max-height: 46px; }
  .olimo-footer-story-content p{ font-size: 14px; line-height: 2.1; }
  .olimo-footer-bottom-bar{ flex-direction: column; text-align: center; }}

/* Footer refinements — mobile reference layout, Olimo 0.10.0 */
.olimo-footer-lower{ display: grid; grid-template-columns: minmax(0, 1fr) 220px; align-items: stretch; gap: 28px; margin-top: 40px; }
.olimo-footer-story-box{ display: grid; grid-template-columns: 180px minmax(0, 1fr); align-items: center; gap: 26px; margin: 0; padding: 22px 30px; }
.olimo-footer-story-brand{ min-width: 0; }
.olimo-footer-story-content{ min-width: 0; }
.olimo-footer-social-wrap{ display: flex; min-width: 0; flex-direction: column; align-items: flex-start; justify-content: center; margin: 0; }
.olimo-footer-column-badges{ align-self: stretch; }

@media (max-width: 1199px) {.olimo-footer-lower{ grid-template-columns: minmax(0, 1fr) 190px; }}

@media (max-width: 767px) {.olimo-site-footer-modern{ padding-top: 24px; }
  .olimo-site-footer-modern > .olimo-container{ width: calc(100% - 8px); }
  .olimo-footer-panel{ padding: 62px 15px 18px; border-radius: 23px; box-shadow: none; }
  .olimo-footer-panel::before{ width: 72px; height: 25px; }
  .olimo-footer-top{ top: -7px; width: 42px; height: 42px; box-shadow: 0 5px 14px rgba(75,23,63,.15); }
  .olimo-footer-top svg{ width: 20px; height: 20px; }
  .olimo-footer-main-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 18px; }
  .olimo-footer-column-contact, .olimo-footer-column-badges{ grid-column: 1 / -1; }
  .olimo-footer-column h3{ margin-bottom: 12px; font-size: 15px; line-height: 1.5; }
  .olimo-footer-list li{ margin: 8px 0; }
  .olimo-footer-list a{ gap: 7px; font-size: 12px; }
  .olimo-footer-list a::before{ width: 5px; height: 5px; }
  .olimo-footer-contact-list li{ align-items: flex-start; gap: 7px; margin: 9px 0; font-size: 11px; line-height: 1.9; }
  .olimo-footer-contact-icon{ width: 18px; height: 18px; flex-basis: 18px; margin-top: 2px; }
  .olimo-footer-contact-icon svg{ width: 17px; height: 17px; }
  .olimo-footer-badges{ flex-direction: row; align-items: center; justify-content: center; gap: 14px; }
  .olimo-footer-badge{ width: 66px; height: 66px; padding: 6px; border-radius: 13px; box-shadow: none; }
  .olimo-footer-lower{ display: flex; flex-direction: column; gap: 17px; margin-top: 18px; }
  .olimo-footer-story-box{ display: flex; flex-direction: column; gap: 12px; padding: 18px 15px; border-radius: 17px; text-align: center; }
  .olimo-footer-story-brand img{ width: 114px; max-height: 39px; }
  .olimo-footer-story-content p{ font-size: 11px; line-height: 2.05; }
  .olimo-footer-social-wrap{ align-items: center; }
  .olimo-footer-social-wrap strong{ margin-bottom: 10px; font-size: 12px; font-weight: 400; }
  .olimo-footer-socials{ gap: 15px; }
  .olimo-footer-socials a{ width: 19px; height: 19px; }
  .olimo-footer-socials svg{ width: 19px; height: 19px; }
  .olimo-footer-bottom-bar{ gap: 6px; margin-top: 15px; padding-top: 12px; }
  .olimo-footer-bottom-bar p{ font-size: 9px; line-height: 1.8; }}
.olimo-footer-badge-code{ overflow: hidden; }
.olimo-footer-badge-code > a, .olimo-footer-badge-code > div, .olimo-footer-badge-code > span{ display: grid; width: 100%; height: 100%; place-items: center; }
.olimo-footer-badge-code img{ display: block; max-width: 100%; max-height: 100%; object-fit: contain; }

/* Version 0.11.0 breadcrumb refinement. */
.olimo-breadcrumb{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 26px;
  padding: 8px 12px;
  border: 1px solid #F8F4FF;
  border-radius: 13px;
  background: #FFFFFF;
  color: var(--olimo-gray-100);
  box-shadow: 0 7px 18px rgba(75,23,63,.055);
  font-size: 11px;
  line-height: 1.6;
}
.olimo-breadcrumb a{ color: var(--olimo-navy); font-weight: 600; transition: color .2s ease; }
.olimo-breadcrumb a:hover{ color: var(--olimo-primary); }
.olimo-breadcrumb-sep{ display: inline-grid; place-items: center; color: #F8F4FF; opacity: 1; }
.olimo-breadcrumb-current{ display: inline-block; overflow: hidden; max-width: min(48vw,420px); color: var(--olimo-primary); white-space: nowrap; text-overflow: ellipsis; }
@media (max-width: 560px) {.olimo-breadcrumb{ width: 100%; padding: 8px 10px; border-radius: 11px; font-size: 10px; }}




























.olimo-header-search-icon{ padding: 0; border: 0; background: transparent; color: inherit; pointer-events: auto; z-index: 2; }
.olimo-live-search{ position: relative; }
.olimo-live-search-results{ position: absolute; z-index: 1500; top: calc(100% + 9px); right: 0; width: min(430px, 88vw); max-height: 470px; overflow: auto; border: 1px solid #F8F4FF; border-radius: 18px; background: #FFFFFF; box-shadow: 0 22px 48px rgba(75,23,63,.17); opacity: 0; visibility: hidden; transform: translateY(8px); pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.olimo-live-search.is-search-open .olimo-live-search-results{ opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
.olimo-live-search-list{ padding: 7px; }
.olimo-live-search-item{ display: grid; grid-template-columns: 58px minmax(0,1fr) 27px; align-items: center; gap: 11px; min-height: 72px; padding: 7px; border-radius: 12px; transition: background .18s ease; }
.olimo-live-search-item + .olimo-live-search-item{ border-top: 1px solid #FFFFFF; }
.olimo-live-search-item:hover{ background: #FFFFFF; }
.olimo-live-search-thumb{ display: grid; place-items: center; width: 58px; height: 58px; overflow: hidden; border-radius: 11px; background: #FFFFFF; }
.olimo-live-search-thumb img{ width: 100%; height: 100%; object-fit: contain; }
.olimo-live-search-copy{ display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.olimo-live-search-copy strong{ overflow: hidden; color: var(--olimo-dark-700); font-size: 12px; line-height: 1.7; white-space: nowrap; text-overflow: ellipsis; }
.olimo-live-search-copy small{ color: var(--olimo-primary); font-size: 11px; font-weight: 700; }
.olimo-live-search-copy del{ margin-left: 5px; color: #8D2BF4; font-size: 9px; }
.olimo-live-search-arrow{ display: grid; place-items: center; color: var(--olimo-primary); }
.olimo-live-search-arrow .olimo-button-icon{ width: 25px; height: 25px; background: var(--olimo-primary); color:#fff; }
.olimo-live-search-arrow .olimo-button-icon svg,.olimo-live-search-all .olimo-button-icon svg{display:block;width:15px;height:15px;overflow:visible}
.olimo-live-search-all{ display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; border-top: 1px solid #F8F4FF; background: #FFFFFF; color: var(--olimo-primary); font-size: 11px; font-weight: 700; }
.olimo-live-search-all .olimo-button-icon{ width: 25px; height: 25px; background: var(--olimo-primary); color:#fff; }
.olimo-live-search-loading, .olimo-live-search-empty{ display: flex; min-height: 88px; align-items: center; justify-content: center; gap: 10px; padding: 18px; color: var(--olimo-gray-100); font-size: 11px; text-align: center; }
.olimo-live-search-loading span{ width: 18px; height: 18px; border: 2px solid #F8F4FF; border-top-color: var(--olimo-primary); border-radius: 50%; animation: olimo-search-spin .7s linear infinite; }
@keyframes olimo-search-spin {to { transform: rotate(360deg); }}

.olimo-product-search-page{ background: #FFFFFF; }
.olimo-search-page-header{ margin-bottom: 28px; padding: 24px 28px; border: 1px solid #F8F4FF; border-radius: 22px; background: #FFFFFF; box-shadow: 0 10px 28px rgba(75,23,63,.06); }
.olimo-search-page-header h1{ margin-bottom: 6px; font-size: clamp(24px,3vw,38px); }
.olimo-search-page-header p{ margin: 0; color: var(--olimo-gray-100); font-size: 12px; }
.olimo-search-product-grid{ display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.olimo-search-product-grid .olimo-product-card{ width: 100%; min-width: 0; }
.olimo-search-empty{ max-width: 620px; margin: 30px auto; padding: 55px 25px; border: 1px dashed #F8F4FF; border-radius: 24px; background: #FFFFFF; text-align: center; }
.olimo-search-empty-icon{ display: grid; width: 62px; height: 62px; margin: 0 auto 16px; place-items: center; border-radius: 18px; background: rgba(112,35,88,.08); }
.olimo-search-empty-icon svg{ width: 29px; height: 29px; }
.olimo-search-empty h2{ margin-bottom: 8px; color: var(--olimo-navy); font-size: 24px; }
.olimo-search-empty p{ color: var(--olimo-gray-100); font-size: 13px; }

@media (max-width: 1100px) {.olimo-search-product-grid{ grid-template-columns: repeat(3,minmax(0,1fr)); }}
@media (max-width: 960px) {.olimo-mobile-search .olimo-header-search-icon{ right: 13px; }
  .olimo-mobile-search .olimo-live-search-results{ top: calc(100% + 7px); width: 100%; max-height: 360px; }
  .olimo-mobile-search input{ padding-right: 42px; }}
@media (max-width: 700px) {.olimo-search-product-grid{ grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .olimo-live-search-results{ width: min(410px, calc(100vw - 34px)); }}




















@keyframes olimoMegaFade {from { opacity: .45; } to { opacity: 1; }}













/* Olimo 0.21.0 — mobile promo bar alignment. */


/* v0.22: the back-to-top circle is centered exactly on the footer top edge. */
.olimo-footer-top{
  top: 0 !important;
  transform: translate(-50%, -50%) !important;
}
.olimo-footer-top:hover{
  transform: translate(-50%, calc(-50% - 3px)) !important;
}

/* Page template: بدون عنوان */
.olimo-page-main-no-title{ padding-top: 28px; }
.olimo-page-article-no-title{ width: 100%; }
.olimo-page-article-no-title .olimo-entry-content{ margin-top: 0; }

/* =========================================================
   Olimo footer — reference layout v1.0.1
   Layout follows the supplied four-column + three-card footer reference.
   ========================================================= */
.olimo-site-footer-modern{
  padding: 42px 0 28px;
  background: transparent;
  color: #fff;
}
.olimo-site-footer-modern .olimo-footer-panel{
  position: relative;
  padding: 46px 54px 34px;
  overflow: visible;
  background: var(--olimo-primary-light);
  border-radius: 34px;
  box-shadow: var(--olimo-red-shadow);
}
.olimo-site-footer-modern .olimo-footer-panel::before{ display: none; }
.olimo-site-footer-modern .olimo-footer-panel::after{
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: -1px;
  width: 270px;
  height: 54px;
  transform: translateX(-50%);
  background: var(--olimo-white, #fff);
  border-radius: 32px 32px 0 0;
}
.olimo-footer-reference-top{
  display: grid;
  grid-template-columns: 1fr 1.08fr 1.5fr .72fr;
  gap: 44px;
  align-items: start;
}
.olimo-footer-reference-column{ min-width: 0; }
.olimo-footer-reference-column h3{
  display: inline-block;
  margin: 0 0 20px;
  padding-inline-end: 12px;
  border-inline-end: 4px solid rgba(255,255,255,.96);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}
.olimo-site-footer-modern .olimo-footer-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.olimo-site-footer-modern .olimo-footer-list li{ margin: 10px 0; break-inside: avoid; }
.olimo-site-footer-modern .olimo-footer-list a{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.94);
  font-size: 14px;
  line-height: 1.8;
  transition: transform .2s ease, opacity .2s ease;
}
.olimo-site-footer-modern .olimo-footer-list a::before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #FFFFFF;
}
.olimo-site-footer-modern .olimo-footer-list a:hover{ transform: translateX(-3px); opacity: .78; }
.olimo-footer-reference-categories .olimo-footer-list{
  columns: 2;
  column-gap: 34px;
}
.olimo-footer-reference-badges .olimo-footer-badges{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
}
.olimo-site-footer-modern .olimo-footer-badge{
  display: grid;
  width: 92px;
  height: 92px;
  padding: 8px;
  place-items: center;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 15px;
  box-shadow: none;
}
.olimo-site-footer-modern .olimo-footer-badge img{ width: 100%; height: 100%; object-fit: contain; }
.olimo-footer-badges-empty{
  display: block;
  max-width: 150px;
  color: rgba(255,255,255,.78);
  font-size: 11px;
  line-height: 1.9;
}
.olimo-footer-reference-middle{
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) 190px minmax(300px, .95fr);
  gap: 22px;
  align-items: stretch;
  margin-top: 40px;
}
.olimo-site-footer-modern .olimo-footer-story-box, .olimo-footer-social-wrap, .olimo-footer-contact-card{
  min-width: 0;
  margin: 0;
  border-radius: 22px;
  background: #FFFFFF;
  box-shadow: 0 8px 24px rgba(75,23,63,.06);
}
.olimo-site-footer-modern .olimo-footer-story-box{
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 14px;
}
.olimo-site-footer-modern .olimo-footer-story-brand{
  display: flex;
  min-height: 132px;
  padding: 16px 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 18px;
  background: rgba(112,35,88,.12);
  text-align: center;
  text-decoration: none;
}
.olimo-site-footer-modern .olimo-footer-story-brand img{
  display: block;
  width: 150px;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
  filter: none;
}
.olimo-site-footer-modern .olimo-footer-story-brand strong{
  color: var(--olimo-primary);
  font-size: 14px;
  line-height: 1.5;
}
.olimo-site-footer-modern .olimo-footer-story-content{ padding: 10px 10px 10px 16px; }
.olimo-site-footer-modern .olimo-footer-story-content p{
  margin: 0;
  color: var(--olimo-dark-700, #101B3D);
  font-size: 14px;
  line-height: 2.25;
  text-align: justify;
}
.olimo-site-footer-modern .olimo-footer-social-wrap{
  display: flex;
  padding: 16px;
  align-items: center;
  justify-content: center;
}
.olimo-site-footer-modern .olimo-footer-socials{
  display: grid;
  grid-template-columns: repeat(2, 56px);
  gap: 12px;
  align-items: center;
  justify-content: center;
}
.olimo-site-footer-modern .olimo-footer-socials a{
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 15px;
  background: var(--olimo-primary-light);
  color: #fff;
  transition: transform .2s ease, background .2s ease;
}
.olimo-site-footer-modern .olimo-footer-socials a:hover{
  transform: translateY(-2px);
  background: var(--olimo-primary);
}
.olimo-site-footer-modern .olimo-footer-socials svg{ width: 27px; height: 27px; }
.olimo-footer-contact-card{
  display: flex;
  padding: 18px 20px;
  flex-direction: column;
  justify-content: center;
}
.olimo-footer-contact-row{
  display: grid;
  grid-template-columns: 24px auto minmax(0,1fr);
  gap: 8px;
  align-items: start;
  padding: 12px 0;
  color: var(--olimo-dark-700, #101B3D);
  font-size: 13px;
  line-height: 1.9;
}
.olimo-footer-contact-row + .olimo-footer-contact-row{ border-top: 1px solid rgba(75,23,63,.15); }
.olimo-footer-contact-row strong{ white-space: nowrap; color: var(--olimo-dark-700, #101B3D); }
.olimo-footer-contact-row a, .olimo-footer-contact-row span:last-child{ min-width: 0; color: inherit; overflow-wrap: anywhere; }
.olimo-site-footer-modern .olimo-footer-contact-icon{
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--olimo-primary);
}
.olimo-site-footer-modern .olimo-footer-bottom-bar{
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding: 10px 0 2px;
  border: 0;
}
.olimo-site-footer-modern .olimo-footer-bottom-bar p{
  margin: 0;
  color: rgba(255,255,255,.94);
  font-size: 12px;
  font-weight: 700;
}
.olimo-site-footer-modern .olimo-footer-bottom-bar .olimo-designer-credit a{
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}
.olimo-footer-backtop{
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: -1px;
  display: inline-flex;
  height: 50px;
  padding: 0 20px 0 10px;
  transform: translateX(-50%);
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 24px 24px 0 0;
  background: #FFFFFF;
  color: var(--olimo-primary);
  font-family: inherit;
  font-size: 13px;
  cursor: pointer;
}
.olimo-footer-backtop-icon{
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--olimo-primary-light);
  color: #fff;
}
.olimo-footer-backtop-icon svg{ width: 20px; height: 20px; }

@media (max-width: 1199px) {.olimo-site-footer-modern .olimo-footer-panel{ padding-inline: 34px; }
  .olimo-footer-reference-top{ grid-template-columns: 1fr 1fr 1.35fr .75fr; gap: 28px; }
  .olimo-footer-reference-middle{ grid-template-columns: minmax(0,1.5fr) 170px minmax(270px,1fr); }
  .olimo-site-footer-modern .olimo-footer-story-box{ grid-template-columns: 150px minmax(0,1fr); }}

@media (max-width: 960px) {.olimo-footer-reference-top{ grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px 26px; }
  .olimo-footer-reference-middle{ grid-template-columns: minmax(0,1fr) 170px; }
  .olimo-site-footer-modern .olimo-footer-story-box{ grid-column: 1 / -1; }
  .olimo-footer-contact-card{ grid-column: 1; }
  .olimo-footer-social-wrap{ grid-column: 2; grid-row: 2; }}

@media (max-width: 767px) {.olimo-site-footer-modern{ padding: 28px 0 22px; }
  .olimo-site-footer-modern > .olimo-container{ width: calc(100% - 12px); }
  .olimo-site-footer-modern .olimo-footer-panel{
    padding: 30px 18px 62px;
    border-radius: 26px;
    box-shadow: none;
  }
  .olimo-site-footer-modern .olimo-footer-panel::after{ width: 218px; height: 48px; }
  .olimo-footer-reference-top{ grid-template-columns: repeat(2, minmax(0,1fr)); gap: 26px 18px; }
  .olimo-footer-reference-column h3{ margin-bottom: 14px; font-size: 15px; }
  .olimo-site-footer-modern .olimo-footer-list li{ margin: 7px 0; }
  .olimo-site-footer-modern .olimo-footer-list a{ gap: 7px; font-size: 12px; }
  .olimo-footer-reference-categories{ grid-column: 1 / -1; }
  .olimo-footer-reference-categories .olimo-footer-list{ columns: 2; }
  .olimo-footer-reference-badges{ grid-column: 1 / -1; }
  .olimo-footer-reference-badges .olimo-footer-badges{ justify-content: center; }
  .olimo-footer-reference-badges h3{ display: table; }
  .olimo-footer-reference-middle{ display: flex; flex-direction: column; gap: 14px; margin-top: 26px; }
  .olimo-site-footer-modern .olimo-footer-story-box{ display: flex; flex-direction: column; padding: 14px; gap: 12px; }
  .olimo-site-footer-modern .olimo-footer-story-brand{ width: 100%; min-height: 110px; }
  .olimo-site-footer-modern .olimo-footer-story-brand img{ width: 138px; max-height: 62px; }
  .olimo-site-footer-modern .olimo-footer-story-content{ padding: 2px 5px 7px; }
  .olimo-site-footer-modern .olimo-footer-story-content p{ font-size: 12px; line-height: 2.1; text-align: right; }
  .olimo-site-footer-modern .olimo-footer-social-wrap{ padding: 14px; }
  .olimo-site-footer-modern .olimo-footer-socials{ grid-template-columns: repeat(4, 48px); gap: 9px; }
  .olimo-site-footer-modern .olimo-footer-socials a{ width: 48px; height: 48px; border-radius: 13px; }
  .olimo-footer-contact-card{ padding: 12px 15px; }
  .olimo-footer-contact-row{ font-size: 11px; }
  .olimo-site-footer-modern .olimo-footer-bottom-bar{ flex-direction: column; gap: 4px; margin-top: 18px; padding-bottom: 0; text-align: center; }
  .olimo-site-footer-modern .olimo-footer-bottom-bar p{ font-size: 9px; line-height: 1.8; }
  .olimo-footer-backtop{ height: 46px; padding-inline: 12px; font-size: 11px; }
  .olimo-footer-backtop-icon{ width: 34px; height: 34px; }}

@media (max-width: 430px) {.olimo-footer-reference-top{ grid-template-columns: 1fr; }
  .olimo-footer-reference-categories, .olimo-footer-reference-badges{ grid-column: auto; }
  .olimo-footer-reference-categories .olimo-footer-list{ columns: 2; column-gap: 22px; }
  .olimo-footer-reference-badges .olimo-footer-badges{ justify-content: flex-start; }
  .olimo-site-footer-modern .olimo-footer-socials{ grid-template-columns: repeat(2, 52px); }
  .olimo-site-footer-modern .olimo-footer-socials a{ width: 52px; height: 52px; }}

.olimo-contact-sheet{position:fixed;inset:0;z-index:5000;visibility:hidden;opacity:0;transition:.3s}.olimo-contact-sheet.is-open{visibility:visible;opacity:1}.olimo-contact-sheet-overlay{position:absolute;inset:0;background:rgba(75,23,63,.35)}.olimo-contact-sheet-box{position:absolute;right:0;bottom:0;left:0;background:#FFFFFF;border-radius:26px 26px 0 0;padding:28px;transform:translateY(100%);transition:.35s cubic-bezier(.2,.8,.2,1);text-align:center}.olimo-contact-sheet.is-open .olimo-contact-sheet-box{transform:translateY(0)}.olimo-contact-sheet-close{position:absolute;left:18px;top:15px;border:0;background:#FFFFFF;border-radius:50%;width:34px;height:34px;font-size:24px}.olimo-contact-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.olimo-contact-actions a{padding:14px;border-radius:14px;background:#FFFFFF;color:var(--olimo-dark-700);font-weight:700}


/* Olimo v1.0.2 — light blush footer. */
.olimo-site-footer-modern{
  background:#F8F4FF;
  color:#101B3D;
}
.olimo-site-footer-modern .olimo-footer-panel{
  background:#F8F4FF;
  border:1px solid #F8F4FF;
  box-shadow:0 12px 34px rgba(75,23,63,.07);
}
.olimo-site-footer-modern .olimo-footer-reference-column h3{
  border-inline-end-color:#8D2BF4;
  color:#101B3D;
}
.olimo-site-footer-modern .olimo-footer-list a{ color:#101B3D; }
.olimo-site-footer-modern .olimo-footer-list a::before{ background:#8D2BF4; }
.olimo-site-footer-modern .olimo-footer-list a:hover{ color:#101B3D; opacity:1; }
.olimo-site-footer-modern .olimo-footer-badges-empty{ color:#8D2BF4; }
.olimo-site-footer-modern .olimo-footer-bottom-bar p{ color:#101B3D; }
.olimo-site-footer-modern .olimo-footer-bottom-bar .olimo-designer-credit a{ color:#8D2BF4; }


/* Olimo v1.0.6 — reliable arrows for linked buttons across internal pages */
.olimo-button-icon svg{display:block;width:16px;height:16px;overflow:visible}
.olimo-button-icon:empty::before{
  content:"";
  display:block;
  width:7px;
  height:7px;
  border-left:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(45deg);
  transform-origin:center;
}
.olimo-info-text-link{display:inline-flex;align-items:center;gap:8px}
.olimo-info-text-link::before{
  content:"";
  display:inline-block;
  width:7px;
  height:7px;
  flex:0 0 7px;
  border-left:1.8px solid currentColor;
  border-bottom:1.8px solid currentColor;
  transform:rotate(45deg);
}


/* Olimo v1.0.14 — real submenu chevrons for RTL desktop navigation */
@media (min-width:961px){
  .olimo-primary-menu > .menu-item-has-children > a{
    position:relative;
    padding-left:18px;
  }
  .olimo-primary-menu > .menu-item-has-children > a::after{
    content:"";
    position:absolute;
    left:2px;
    top:50%;
    width:7px;
    height:7px;
    border:0;
    border-right:1.7px solid currentColor;
    border-bottom:1.7px solid currentColor;
    color:var(--olimo-primary);
    transform:translateY(-68%) rotate(45deg);
    transform-origin:center;
    transition:transform .2s ease,color .2s ease;
  }
  .olimo-primary-menu > .menu-item-has-children:hover > a::after{
    transform:translateY(-35%) rotate(225deg);
  }
  .olimo-primary-menu .sub-menu .menu-item-has-children > a{
    position:relative;
    padding-left:28px;
  }
  .olimo-primary-menu .sub-menu .menu-item-has-children > a::after{
    content:"";
    position:absolute;
    left:10px;
    top:50%;
    width:7px;
    height:7px;
    border:0;
    border-right:1.7px solid currentColor;
    border-bottom:1.7px solid currentColor;
    color:var(--olimo-primary);
    font-size:0;
    transform:translateY(-50%) rotate(135deg);
    transform-origin:center;
  }
}


/* Olimo v1.0.20 — breadcrumb direction, mobile contact icons and mobile header cleanup */
.olimo-breadcrumb-sep{transform:none!important}
.olimo-breadcrumb-sep svg{display:block;transform:rotate(180deg)!important;transform-origin:center}
.olimo-contact-actions a{display:flex;align-items:center;justify-content:center;gap:9px}
.olimo-contact-action-icon{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:9px;background:rgba(112,35,88,.08);color:var(--olimo-primary)}
.olimo-contact-action-icon img{display:block;width:22px;height:22px;object-fit:contain}
.olimo-contact-action-icon svg{display:block;width:21px;height:21px}
@media(max-width:960px){
  .olimo-header-cart-action{display:none!important}
}


/* Olimo v1.0.23 — compact footer and corrected heading marker order. */
.olimo-site-footer-modern .olimo-footer-reference-column h3{
  display:inline-flex;
  align-items:center;
  margin:0 0 14px;
  padding-inline-start:9px;
  padding-inline-end:0;
  border-inline-start:3px solid var(--olimo-primary,#8D2BF4);
  border-inline-end:0;
}

@media(min-width:768px){
  .olimo-site-footer-modern{padding:30px 0 20px}
  .olimo-site-footer-modern .olimo-footer-panel{padding:30px 36px 24px;border-radius:28px}
  .olimo-footer-reference-top{gap:28px}
  .olimo-site-footer-modern .olimo-footer-reference-column h3{font-size:15px;font-weight:800;margin-bottom:12px}
  .olimo-site-footer-modern .olimo-footer-list li{margin:6px 0}
  .olimo-site-footer-modern .olimo-footer-list a{font-size:12px;line-height:1.65;gap:7px}
  .olimo-site-footer-modern .olimo-footer-list a::before{width:5px;height:5px;flex-basis:5px}
  .olimo-footer-reference-categories .olimo-footer-list{column-gap:24px}
  .olimo-footer-reference-badges .olimo-footer-badges{gap:8px}
  .olimo-site-footer-modern .olimo-footer-badge{width:78px;height:78px;padding:6px;border-radius:12px}
  .olimo-footer-reference-middle{grid-template-columns:minmax(0,1.8fr) 150px minmax(260px,.95fr);gap:12px;margin-top:24px}
  .olimo-site-footer-modern .olimo-footer-story-box{grid-template-columns:145px minmax(0,1fr);gap:12px;padding:8px}
  .olimo-site-footer-modern .olimo-footer-story-brand{min-height:102px;padding:10px 8px;gap:6px;border-radius:14px}
  .olimo-site-footer-modern .olimo-footer-story-brand img{width:126px;max-height:56px}
  .olimo-site-footer-modern .olimo-footer-story-brand strong{font-size:12px}
  .olimo-site-footer-modern .olimo-footer-story-content{padding:6px 7px 6px 9px}
  .olimo-site-footer-modern .olimo-footer-story-content p{font-size:11.5px;line-height:1.95}
  .olimo-site-footer-modern .olimo-footer-social-wrap{padding:10px}
  .olimo-site-footer-modern .olimo-footer-socials{grid-template-columns:repeat(2,46px);gap:8px}
  .olimo-site-footer-modern .olimo-footer-socials a{width:46px;height:46px;border-radius:12px}
  .olimo-site-footer-modern .olimo-footer-socials svg{width:22px;height:22px}
  .olimo-footer-contact-card{padding:10px 12px}
  .olimo-footer-contact-row{grid-template-columns:20px auto minmax(0,1fr);gap:6px;padding:8px 0;font-size:11.5px;line-height:1.7}
  .olimo-site-footer-modern .olimo-footer-contact-icon{width:20px;height:20px}
  .olimo-site-footer-modern .olimo-footer-contact-icon svg{width:19px;height:19px}
  .olimo-site-footer-modern .olimo-footer-bottom-bar{margin-top:18px;padding-top:7px}
  .olimo-site-footer-modern .olimo-footer-bottom-bar p{font-size:10px}
}

@media(max-width:767px){
  .olimo-footer-reference-top{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:20px 12px!important}
  .olimo-footer-reference-top>.olimo-footer-reference-column:nth-child(1),
  .olimo-footer-reference-top>.olimo-footer-reference-column:nth-child(2){grid-column:auto!important}
  .olimo-footer-reference-top>.olimo-footer-reference-column:nth-child(3),
  .olimo-footer-reference-top>.olimo-footer-reference-column:nth-child(4){grid-column:1 / -1!important}
  .olimo-site-footer-modern .olimo-footer-reference-column h3{font-size:14px;margin-bottom:10px;padding-inline-start:7px}
  .olimo-site-footer-modern .olimo-footer-list li{margin:5px 0}
  .olimo-site-footer-modern .olimo-footer-list a{font-size:11px;line-height:1.6}
  .olimo-footer-reference-middle{gap:10px;margin-top:20px}
  .olimo-site-footer-modern .olimo-footer-story-box{padding:10px;gap:8px}
  .olimo-site-footer-modern .olimo-footer-story-brand{min-height:92px;padding:9px}
  .olimo-site-footer-modern .olimo-footer-story-content{padding:0 3px 4px}
  .olimo-site-footer-modern .olimo-footer-story-content p{font-size:11px;line-height:1.9}
  .olimo-site-footer-modern .olimo-footer-social-wrap{padding:10px}
  .olimo-footer-contact-card{padding:9px 11px}
}

@media(max-width:430px){
  .olimo-footer-reference-top{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .olimo-footer-reference-categories,.olimo-footer-reference-badges{grid-column:1 / -1!important}
}
