:root {
  --dp-brand: var(--theam-color, var(--sf-color-brand, #073e9f));
  --dp-brand-text: var(--theam-text-color, #ffffff);
  --dp-accent: var(--theam-secend-color, var(--sf-color-accent, #ff6900));
  --dp-accent-text: var(--theam-secend-text-color, #ffffff);
  --primary-950: color-mix(in srgb, var(--dp-brand) 64%, #000000);
  --primary-900: color-mix(in srgb, var(--dp-brand) 78%, #000000);
  --primary-800: var(--dp-brand);
  --primary-700: var(--dp-brand);
  --primary-600: color-mix(in srgb, var(--dp-brand) 86%, #ffffff);
  --accent: var(--dp-accent);
  --accent-hover: color-mix(in srgb, var(--dp-accent) 82%, #000000);
  --accent-soft: color-mix(in srgb, var(--dp-accent) 12%, #ffffff);
  --text-primary: #111827;
  --text-secondary: #4b5563;
  --text-muted: #7a8494;
  --surface: #ffffff;
  --surface-soft: #f7f9fc;
  --surface-blue: #f4f7fd;
  --border: #e1e7ef;
  --border-strong: #d2dcea;
  --success: #0e9f6e;
  --danger: #e53935;
  --shadow-soft: 0 5px 18px rgba(17, 42, 84, 0.07);
  --shadow-card: 0 8px 28px rgba(17, 42, 84, 0.08);
  --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; min-width: 320px; color: var(--text-primary); background: #fff; font-family: var(--sf-font-body, IRANSansX, system-ui, sans-serif); font-size: 14px; line-height: 1.9; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, p { margin-top: 0; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid rgba(255, 105, 0, .35); outline-offset: 3px; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon, .mini-icon { width: 1.35em; height: 1.35em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.mini-icon { width: 14px; height: 14px; }
.skip-link { position: fixed; z-index: 9999; top: 12px; right: 12px; transform: translateY(-150%); background: #fff; color: var(--primary-900); border: 1px solid var(--primary-700); padding: 8px 14px; border-radius: 8px; }
.skip-link:focus { transform: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; clip: rect(0 0 0 0); overflow: hidden; }

body[data-sf-theme="didipart"]:not(.panel-page) .container,
body[data-sf-theme="didipart"].panel-page .didipart-header .container,
body[data-sf-theme="didipart"].panel-page .didipart-footer .container { width: min(var(--container), calc(100% - 32px)); margin-inline: auto; }
.section-space { margin-top: 36px; }
.section-space-sm { margin-top: 28px; }
.section-tight { margin-top: 18px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 32px; border: 0; border-radius: 8px; font-weight: 700; line-height: 1; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease; }
.button-accent { color: #fff; background: var(--accent); box-shadow: 0 8px 20px rgba(255,105,0,.22); }
.button-accent:hover { background: var(--accent-hover); transform: translateY(-2px); }
.button-small { min-height: 38px; padding-inline: 24px; font-size: 13px; }

.site-header { position: sticky; z-index: 1000; top: 0; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(221,229,239,.8); box-shadow: 0 2px 14px rgba(13,45,97,.035); }
.header-main { display: grid; grid-template-columns: 214px 1fr auto; align-items: center; gap: 24px; min-height: 78px; }
.brand img { width: 196px; max-width: 100%; height: auto; }
.header-quick-nav { display: flex; align-items: center; justify-content: flex-start; gap: 34px; }
.header-quick-nav a { position: relative; color: #324258; font-size: 13px; font-weight: 600; }
.header-quick-nav a.active, .header-quick-nav a:hover { color: var(--primary-700); }
.header-quick-nav a.active::after { content: ""; position: absolute; right: 0; bottom: -10px; width: 100%; height: 2px; background: var(--primary-700); border-radius: 2px; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.header-action { position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; color: var(--primary-800); background: transparent; border: 0; white-space: nowrap; font-size: 13px; }
.header-action:hover { color: var(--accent); }
.action-circle { width: 42px; height: 42px; background: #f4f7fb; border: 1px solid var(--border); border-radius: 11px; }
.header-badge, .cart-count { position: absolute; top: -4px; left: -2px; display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border: 2px solid #fff; border-radius: 12px; color: #fff; background: var(--accent); font-size: 9px; line-height: 1; }
.account-link { padding: 0 4px; }
.cart-action { padding-left: 4px; }
.cart-count { right: 10px; left: auto; }
.mobile-menu-button { display: none; width: 42px; height: 42px; color: var(--primary-900); background: #f4f7fb; border: 1px solid var(--border); border-radius: 10px; }
.mobile-menu-button .icon, .header-action .icon { width: 22px; height: 22px; }

.main-navigation { min-height: 46px; border-top: 1px solid #f1f4f8; }
.nav-inner { display: flex; align-items: center; min-height: 46px; }
.nav-list { display: flex; align-items: center; gap: 24px; }
.nav-list > li { position: relative; }
.nav-list a, .nav-list button { display: inline-flex; align-items: center; gap: 4px; height: 46px; color: #303846; background: transparent; border: 0; font-size: 12.5px; white-space: nowrap; }
.nav-list a:hover, .nav-list button:hover { color: var(--primary-700); }
.has-submenu .mini-icon { transform: rotate(90deg); }
.submenu { position: absolute; top: 100%; right: 0; z-index: 20; display: grid; min-width: 220px; padding: 9px; visibility: hidden; opacity: 0; transform: translateY(8px); background: #fff; border: 1px solid var(--border); border-radius: 11px; box-shadow: var(--shadow-card); transition: opacity .18s, transform .18s, visibility .18s; }
.submenu a { display: flex; align-items: center; min-height: 40px; padding: 0 10px; border-radius: 8px; }
.submenu a:hover { background: var(--surface-blue); }
.has-submenu:hover .submenu, .has-submenu:focus-within .submenu { visibility: visible; opacity: 1; transform: translateY(0); }
.mega-menu { min-width: 720px; grid-template-columns: repeat(4, 1fr); gap: 16px; padding: 18px; }
.mega-menu h3 { margin: 0 0 8px; color: var(--primary-900); font-size: 13px; }
.mega-menu a { min-height: 34px; color: #5c6675; font-size: 12px; }

.mobile-drawer { position: fixed; z-index: 2000; inset: 0; display: flex; justify-content: flex-start; visibility: hidden; pointer-events: none; overflow: hidden; }
.mobile-drawer.is-open { visibility: visible; pointer-events: auto; }
.drawer-overlay { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(4,18,43,.52); opacity: 0; transition: opacity .25s; }
.mobile-drawer.is-open .drawer-overlay { opacity: 1; }
.drawer-panel { position: relative; z-index: 2; width: min(86vw, 340px); height: 100%; padding: 16px; background: #fff; box-shadow: 10px 0 32px rgba(0,0,0,.17); transform: translateX(105%); transition: transform .27s ease; overflow-y: auto; }
.mobile-drawer.is-open .drawer-panel { transform: translateX(0); }
.drawer-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; border-bottom: 1px solid var(--border); }
.drawer-head img { width: 138px; }
.drawer-close { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid var(--border); border-radius: 10px; background: #fff; color: var(--primary-900); }
.drawer-panel nav { display: grid; margin-top: 12px; }
.drawer-panel nav > a, .mobile-submenu-toggle { display: flex; align-items: center; justify-content: space-between; min-height: 48px; padding: 0 9px; border: 0; border-bottom: 1px solid #eff3f7; background: #fff; color: #2d3748; text-align: right; }
.mobile-submenu-toggle .mini-icon { transform: rotate(90deg); transition: transform .2s; }
.mobile-submenu-toggle[aria-expanded="true"] .mini-icon { transform: rotate(-90deg); }
.mobile-submenu { display: grid; max-height: 0; overflow: hidden; padding-right: 16px; background: var(--surface-soft); transition: max-height .25s; }
.mobile-submenu.is-open { max-height: 180px; }
.mobile-submenu a { padding: 9px; color: var(--text-secondary); border-bottom: 1px solid #e9eef5; }
body.drawer-open, body.modal-open { overflow: hidden; }

.search-modal { position: fixed; inset: 0; z-index: 2100; display: grid; place-items: center; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.search-modal.is-open { visibility: visible; opacity: 1; pointer-events: auto; }
.search-modal__overlay { position: absolute; inset: 0; border: 0; background: rgba(3,18,43,.6); }
.search-modal__dialog { position: relative; z-index: 2; width: min(920px, calc(100% - 28px)); padding: 24px; background: #fff; border-radius: 18px; box-shadow: 0 18px 45px rgba(4, 28, 76, .2); }
.search-modal__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.search-modal__head h2 { margin-bottom: 4px; color: var(--primary-900); font-size: 25px; }
.search-modal__head p { margin: 0; color: var(--text-muted); }
.search-modal__close { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--border); border-radius: 12px; background: #fff; color: var(--primary-900); }
.search-modal__controls { display: grid; grid-template-columns: 200px 1fr; gap: 12px; margin-bottom: 18px; }
.search-select, .search-input-wrap { display: block; }
.search-select span { display: block; margin-bottom: 6px; color: var(--text-secondary); font-size: 12px; }
.search-select select { width: 100%; height: 48px; padding: 0 16px; background: #f7f9fc; border: 1px solid var(--border); border-radius: 13px; }
.search-input-wrap { position: relative; }
.search-input-wrap input { width: 100%; height: 74px; padding: 0 78px 0 20px; background: #f7f9fc; border: 1px solid var(--border); border-radius: 18px; font-size: 17px; }
.search-input-wrap input:focus { outline: 0; border-color: #a9c2ef; box-shadow: 0 0 0 4px rgba(18,96,211,.08); background: #fff; }
.search-input-wrap button { position: absolute; top: 13px; left: 14px; width: 48px; height: 48px; border: 0; border-radius: 14px; color: #fff; background: var(--primary-700); }
.search-modal__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.search-modal__grid h3 { margin-bottom: 12px; color: var(--primary-900); font-size: 16px; }
.keyword-list { display: flex; flex-wrap: wrap; gap: 10px; }
.keyword-list button { min-height: 40px; padding: 0 16px; color: #425067; background: #f5f8fc; border: 1px solid var(--border); border-radius: 22px; }
.keyword-list button:hover { background: var(--surface-blue); color: var(--primary-700); }
.quick-suggestions { display: grid; gap: 10px; }
.quick-suggestions button,
.quick-suggestions a { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 16px; color: #3f4d63; background: #f8fbff; border: 1px solid var(--border); border-radius: 14px; }
.quick-suggestions small { color: var(--text-muted); }

.swiper { position: relative; overflow: hidden; }
.swiper-wrapper { display: flex; width: 100%; }
.swiper-slide { flex-shrink: 0; }
.hero-swiper .swiper-slide { width: 100%; }
.slider-shell { position: relative; }
.slider-nav { position: absolute; z-index: 10; top: 50%; display: grid; place-items: center; width: 42px; height: 42px; transform: translateY(-50%); color: var(--primary-800); background: #fff; border: 1px solid #e2e8f1; border-radius: 50%; box-shadow: 0 6px 20px rgba(20,49,94,.12); transition: transform .2s, color .2s, background .2s; }
.slider-nav:hover { color: #fff; background: var(--primary-700); transform: translateY(-50%) scale(1.04); }
.slider-nav .icon { width: 20px; height: 20px; }
.slider-nav--next { left: -21px; }
.slider-nav--prev { right: -21px; }
.slider-nav--prev .icon { transform: rotate(180deg); }

.hero-section { position: relative; min-height: 326px; background: var(--primary-900); overflow: hidden; }
.hero-swiper, .hero-slide { min-height: 326px; }
.hero-slide { color: #fff; background: linear-gradient(108deg, #022761 0%, #084dbb 52%, #032873 100%); overflow: hidden; }
.hero-slide--2 { background: linear-gradient(108deg, color-mix(in srgb, var(--primary-800) 68%, #000) 0%, var(--primary-800) 55%, color-mix(in srgb, var(--primary-800) 76%, #000) 100%); }
.hero-slide--3 { background: linear-gradient(108deg, #041f54 0%, #0755be 56%, #05285f 100%); }
.hero-layout { display: grid; grid-template-columns: 44% 56%; align-items: stretch; min-height: 326px; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 30px 8px 30px 40px; }
.hero-kicker { margin-bottom: 8px; color: #d6e5ff; font-size: 12px; font-weight: 600; }
.hero-copy h1, .hero-copy h2 { margin-bottom: 8px; font-size: 33px; line-height: 1.45; }
.hero-copy p { margin-bottom: 18px; color: #deebff; font-size: 16px; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 16px; margin-bottom: 19px; }
.hero-benefits span { display: inline-flex; align-items: center; gap: 6px; color: #f3f7ff; font-size: 12px; }
.hero-benefits .icon { width: 18px; height: 18px; }
.hero-visual { position: relative; min-height: 326px; }
.hero-visual img { position: absolute; left: -30px; bottom: 4px; width: 100%; height: 97%; object-fit: contain; }
.hero-swiper .slider-nav--next { left: 34px; }
.hero-swiper .slider-nav--prev { right: 34px; }
.hero-pagination { bottom: 14px !important; }
.hero-pagination .swiper-pagination-bullet { width: 8px; height: 8px; background: rgba(255,255,255,.45); opacity: 1; }
.hero-pagination .swiper-pagination-bullet-active { width: 20px; border-radius: 5px; background: #fff; }

.categories-wrap { padding-top: 15px; }
.categories-swiper { padding-block: 20px 8px; }
.category-card { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 96px; padding: 0 8px 12px; color: var(--primary-800); background: #fff; border: 1px solid #d8e3f0; border-radius: 11px; text-align: center; transition: transform .2s, box-shadow .2s, border-color .2s, background .2s; }
.category-card:hover { transform: translateY(-2px); background: var(--surface-blue); border-color: #bdd1ea; box-shadow: var(--shadow-soft); }
.category-card img { width: 104px; height: 96px; margin-top: -28px; object-fit: contain; transition: transform .2s; filter: drop-shadow(0 7px 7px rgba(28,45,72,.08)); }
.category-card:hover img { transform: scale(1.03); }
.category-card span { display: flex; align-items: center; justify-content: center; min-height: 30px; margin-top: -4px; font-size: 12px; font-weight: 700; line-height: 1.45; }

.promo-banner { position: relative; display: flex; align-items: center; justify-content: space-between; min-height: 96px; margin-top: 18px; padding: 12px 44px; color: #fff; background: linear-gradient(106deg, color-mix(in srgb, var(--primary-800) 66%, #000), var(--primary-800) 55%, color-mix(in srgb, var(--primary-800) 70%, #000)); border-radius: 10px; overflow: hidden; }
.promo-banner::before, .promo-banner::after { content: ""; position: absolute; width: 160px; height: 160px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; }
.promo-banner::before { right: -55px; top: -50px; }
.promo-banner::after { left: -60px; bottom: -90px; }
.promo-banner img { position: absolute; z-index: 1; left: 60%; top: 50%; width: 410px; height: 225px; object-fit: contain; transform: translate(-50%, -50%); }
.promo-banner--oil img { left: 61%; width: 500px; }
.promo-copy { position: relative; z-index: 3; max-width: 520px; margin-right: auto; text-align: right; }
.promo-copy h2 { margin-bottom: 1px; font-size: 20px; line-height: 1.55; }
.promo-copy h2 strong { color: var(--accent); }
.promo-copy p { margin-bottom: 7px; color: #d7e5ff; font-size: 12.5px; }

.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 17px; }
.section-heading h2 { position: relative; margin: 0; padding-right: 17px; color: var(--primary-900); font-size: 21px; line-height: 1.5; }
.section-heading h2::before { content: ""; position: absolute; top: 50%; right: 0; width: 5px; height: 5px; transform: translateY(-50%); background: var(--primary-700); border-radius: 50%; }
.section-heading > a { color: var(--primary-700); font-size: 12.5px; }
.section-heading > a:hover { color: var(--accent); }
.section-heading--tabs { align-items: center; }

.product-slider-shell { isolation: isolate; overflow: hidden; padding-inline: 8px; }
.product-slider-shell::before, .product-slider-shell::after { content: ""; position: absolute; z-index: 8; top: 0; bottom: 0; width: 92px; pointer-events: none; }
.product-slider-shell::before { right: 0; background: linear-gradient(to left, #fff 0%, rgba(255,255,255,0)); }
.product-slider-shell::after { left: 0; background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0)); }
.amazing-swiper, .new-products-swiper { padding: 2px 4px 10px; overflow: visible; }
.amazing-swiper .swiper-slide { transition: opacity .25s, filter .25s, transform .25s; }
.amazing-swiper { -webkit-mask-image: linear-gradient(to left, transparent 0, #000 8%, #000 92%, transparent 100%); mask-image: linear-gradient(to left, transparent 0, #000 8%, #000 92%, transparent 100%); }
.product-slider-shell:not(.product-slider-shell--simple)::before,
.product-slider-shell:not(.product-slider-shell--simple)::after { width: 112px; }
.product-slider-shell--simple::before,
.product-slider-shell--simple::after { width: 48px; }
.amazing-swiper .swiper-slide-prev, .amazing-swiper .swiper-slide-next { opacity: 1; filter: none; }
.product-card { position: relative; display: flex; flex-direction: column; height: 368px; padding: 14px; background: #fff; border: 1px solid var(--border); border-radius: 11px; transition: border-color .2s, transform .2s, box-shadow .2s; }
.product-card:hover { z-index: 3; transform: translateY(-3px); border-color: #b5c9e4; box-shadow: var(--shadow-card); }
.product-card__top { display: flex; align-items: flex-start; justify-content: space-between; min-height: 47px; gap: 8px; }
.discount-badge { display: grid; place-items: center; min-width: 43px; height: 25px; padding: 0 8px; color: #fff; background: var(--accent); border-radius: 14px; font-size: 11px; font-weight: 700; }
.countdown { display: flex; align-items: flex-start; gap: 4px; direction: rtl; }
.countdown span { display: grid; place-items: center; min-width: 34px; }
.countdown b { display: grid; place-items: center; width: 34px; height: 24px; color: var(--accent); background: #fff6ef; border: 1px solid #ffe1cc; border-radius: 6px; font-size: 10.5px; line-height: 1; }
.countdown small { margin-top: 2px; color: #9aa3af; font-size: 7.5px; line-height: 1.25; }
.product-card__image { display: flex; align-items: center; justify-content: center; height: 156px; margin-top: 3px; }
.product-card h3 { min-height: 47px; margin: 9px 0 3px; font-size: 13px; font-weight: 600; line-height: 1.75; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.product-card h3 a:hover { color: var(--primary-700); }
.product-card__prices { display: flex; flex-direction: column; align-items: flex-start; margin-top: auto; min-height: 45px; }
.product-card__prices del { color: #a0a7b2; font-size: 10px; line-height: 1.5; }
.product-card__prices strong { color: var(--accent); font-size: 15px; line-height: 1.5; }
.product-card__prices small { font-size: 9px; font-weight: 500; }
.product-card__actions { display: flex; align-items: center; justify-content: space-between; margin-top: 7px; }
.product-card__actions > div { display: flex; gap: 6px; }
.icon-button { display: grid; place-items: center; width: 33px; height: 33px; color: #5d6879; background: #fff; border: 1px solid var(--border); border-radius: 7px; }
.icon-button:hover, .icon-button.is-active { color: var(--accent); background: var(--accent-soft); border-color: #ffd3ba; }
.icon-button.is-active .icon { fill: currentColor; }
.add-to-cart { display: grid; place-items: center; width: 37px; height: 37px; color: #fff; background: var(--accent); border: 0; border-radius: 8px; transition: transform .2s, background .2s; }
.add-to-cart:hover { background: var(--accent-hover); transform: scale(1.04); }
.add-to-cart .icon { width: 20px; height: 20px; }
.product-slider-shell .slider-nav { z-index: 12; }

.section-heading--tabs .product-tabs { display: flex; align-items: center; gap: 7px; }
.section-heading--tabs .product-tabs button { height: 36px; padding: 0 25px; color: #56657a; background: #f2f5f9; border: 1px solid #e0e7ef; border-radius: 20px; font-size: 12px; transition: color .2s, background .2s, transform .2s; }
.section-heading--tabs .product-tabs button:hover { color: var(--primary-800); }
.section-heading--tabs .product-tabs button[aria-selected="true"] { color: #fff; background: var(--primary-900); box-shadow: 0 7px 14px rgba(6,52,134,.16); border-color: var(--primary-900); }
.product-card--simple { height: 303px; padding: 11px; }
.product-card--simple .product-card__image { height: 153px; }
.product-card--simple h3 { min-height: 43px; margin-top: 9px; font-size: 12.5px; }
.product-card--simple .product-card__prices { min-height: 26px; }
.product-card--simple .product-card__prices strong { color: var(--accent); font-size: 13.5px; }
.product-card--simple .product-card__actions { margin-top: 5px; }
.products-fade-in { animation: productsFade .28s ease both; }
@keyframes productsFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }

.about-card { position: relative; display: grid; grid-template-columns: 48% 52%; align-items: stretch; min-height: 286px; padding: 24px; background: #fff; border: 1px solid var(--border); border-radius: 13px; box-shadow: 0 3px 14px rgba(18,45,89,.035); overflow: hidden; }
.about-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 2px; background: linear-gradient(90deg, var(--primary-700), #8fb2e5 55%, #dce7f6); }
.about-copy { padding: 6px 10px 0 25px; }
.about-copy h2 { margin-bottom: 10px; color: var(--primary-900); font-size: 22px; }
.about-copy p { max-width: 520px; margin-bottom: 18px; color: var(--text-secondary); line-height: 2.05; }
.about-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.about-stats div { text-align: center; }
.about-stats strong { display: block; color: var(--primary-800); font-size: 18px; line-height: 1.5; }
.about-stats span { color: var(--text-muted); font-size: 11px; }
.about-card > img { width: 100%; height: 100%; min-height: 215px; object-fit: cover; border-radius: 9px; }

.blog-main-layout { display: grid; grid-template-columns: 48% 52%; gap: 12px; }
.featured-article { position: relative; border-radius: 11px; overflow: hidden; min-height: 266px; }
.featured-article > img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.featured-article:hover > img { transform: scale(1.025); }
.featured-article::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,13,25,.1), rgba(5,13,25,.88)); }
.featured-overlay { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding: 20px 22px; color: #fff; }
.article-badge { margin-bottom: 6px; padding: 3px 9px; color: #fff; background: var(--accent); border-radius: 12px; font-size: 9px; font-weight: 700; }
.featured-overlay h3 { max-width: 480px; margin-bottom: 4px; font-size: 18px; line-height: 1.65; }
.featured-overlay p { max-width: 480px; margin-bottom: 8px; color: #e1e6ed; font-size: 11px; line-height: 1.8; }
.featured-overlay > div { display: flex; align-items: center; gap: 18px; color: #d5dce7; font-size: 9.5px; }
.featured-overlay a { padding: 4px 12px; color: #fff; border: 1px solid rgba(255,255,255,.45); border-radius: 15px; }
.blog-small-wrap { position: relative; padding-bottom: 24px; }
.small-articles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.article-card { min-width: 0; padding: 7px; background: #fff; border: 1px solid var(--border); border-radius: 9px; transition: transform .2s, box-shadow .2s; }
.article-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-soft); }
.article-card img { width: 100%; height: 142px; object-fit: cover; border-radius: 6px; }
.article-card h3 { height: 54px; margin: 8px 2px 1px; font-size: 11px; line-height: 1.75; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.article-card h3 a:hover { color: var(--primary-700); }
.article-card time { margin-right: 2px; color: var(--text-muted); font-size: 8.5px; }
.blog-small-wrap .slider-nav { top: 44%; }
.blog-pagination { bottom: 0 !important; }
.blog-pagination .swiper-pagination-bullet { width: 7px; height: 7px; background: #a7b4c8; opacity: .7; }
.blog-pagination .swiper-pagination-bullet-active { width: 17px; border-radius: 5px; background: var(--primary-700); opacity: 1; }

.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 18px 8px; background: #fff; border: 1px solid var(--border); border-radius: 11px; }
.benefit { position: relative; display: flex; flex-direction: column; align-items: center; min-height: 98px; padding: 7px 18px; text-align: center; }
.benefit:not(:last-child)::after { content: ""; position: absolute; top: 7px; left: 0; width: 1px; height: calc(100% - 14px); background: var(--border); }
.benefit .icon { width: 30px; height: 30px; margin-bottom: 4px; color: var(--primary-700); }
.benefit h3 { margin-bottom: 0; color: var(--primary-900); font-size: 13px; }
.benefit p { max-width: 220px; margin: 0; color: var(--text-muted); font-size: 10.5px; line-height: 1.7; }

.site-footer { margin-top: 62px; border-top: 1px solid var(--border); background: linear-gradient(#fff, #fbfcfe); }
.footer-top-row { display: flex; justify-content: flex-start; padding-top: 16px; }
.back-to-top { display: inline-flex; align-items: center; gap: 8px; height: 42px; padding: 0 18px; color: var(--primary-800); background: #f5f8fc; border: 1px solid var(--border); border-radius: 12px; }
.back-to-top:hover { color: #fff; background: var(--primary-700); }
.footer-grid { display: grid; grid-template-columns: 310px 1fr 390px; grid-template-areas: "contact links trust" "contact brand brand"; column-gap: 38px; row-gap: 25px; padding-top: 22px; padding-bottom: 38px; }
.footer-contact-card { grid-area: contact; position: relative; align-self: start; min-height: 570px; margin-top: -14px; padding: 26px 27px; color: #fff; background: linear-gradient(155deg, #0b52b9 0%, #032a77 100%); border-radius: 16px; box-shadow: 0 15px 34px rgba(3,39,104,.2); overflow: hidden; }
.footer-contact-card::after { content: ""; position: absolute; right: -48px; bottom: -58px; width: 210px; height: 210px; border: 22px dotted rgba(255,255,255,.05); border-radius: 50%; transform: rotate(20deg); }
.footer-contact-card h2 { position: relative; z-index: 2; margin-bottom: 18px; padding-bottom: 13px; border-bottom: 1px solid rgba(255,255,255,.2); font-size: 20px; }
.footer-contact-card > a, .contact-row { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; min-height: 88px; border-bottom: 1px solid rgba(255,255,255,.13); }
.footer-contact-card > a:hover b { color: #ffd6b9; }
.contact-icon { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; color: #fff; background: var(--accent); border-radius: 50%; }
.contact-icon .icon { width: 19px; height: 19px; }
.footer-contact-card small, .footer-contact-card b { display: block; }
.footer-contact-card small { margin-bottom: 2px; color: rgba(255,255,255,.73); font-size: 10px; }
.footer-contact-card b { color: #fff; font-size: 12px; font-weight: 600; }
.footer-links { grid-area: links; display: grid; grid-template-columns: repeat(2, minmax(130px, 1fr)); gap: 35px; padding-top: 7px; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-links h3 { position: relative; margin-bottom: 13px; padding-right: 14px; color: var(--primary-900); font-size: 14px; }
.footer-links h3::before { content: ""; position: absolute; top: 50%; right: 0; width: 6px; height: 6px; transform: translateY(-50%); background: var(--primary-700); border-radius: 50%; }
.footer-links a { margin-bottom: 8px; color: #6b7482; font-size: 11.5px; }
.footer-links a:hover { color: var(--accent); }
.trust-area { grid-area: trust; display: flex; justify-content: flex-end; gap: 10px; }
.trust-area a { width: 112px; height: 147px; }
.trust-area img { width: 100%; height: 100%; object-fit: contain; }
.footer-brand-copy { grid-area: brand; max-width: 760px; padding-top: 25px; border-top: 1px dashed #d9e2ec; }
.footer-brand-copy h2 { margin-bottom: 8px; color: #232b37; font-size: 19px; }
.footer-brand-copy h2 span { color: var(--accent); }
.footer-brand-copy p { max-width: 700px; margin-bottom: 16px; color: #6d7684; font-size: 11.5px; line-height: 2; }
.payment-icons { display: flex; gap: 9px; }
.payment-icons span { display: grid; place-items: center; min-width: 54px; height: 35px; padding: 0 8px; color: #707985; background: #f0f3f7; border: 1px solid #e1e7ee; border-radius: 8px; font-size: 9px; }
.copyright { border-top: 1px solid #e8edf3; color: #7f8792; text-align: center; font-size: 11px; }
.copyright .container { padding-block: 18px; }

.didipart-toast { position: fixed; z-index: 3000; right: 24px; bottom: 24px; max-width: 320px; padding: 11px 16px; color: #fff; background: #16396e; border-radius: 9px; box-shadow: var(--shadow-card); visibility: hidden; opacity: 0; transform: translateY(12px); transition: .2s; }
.didipart-toast.is-visible { visibility: visible; opacity: 1; transform: none; }

@media (max-width: 1280px) {
  .header-main { grid-template-columns: 170px 1fr auto; gap: 20px; }
  .nav-list { gap: 18px; }
  .hero-swiper .slider-nav--next { left: 18px; }
  .hero-swiper .slider-nav--prev { right: 18px; }
  .product-slider-shell .slider-nav--next, .blog-small-wrap .slider-nav--next { left: -10px; }
  .product-slider-shell .slider-nav--prev, .blog-small-wrap .slider-nav--prev { right: -10px; }
}

@media (max-width: 1100px) {
  .header-main { grid-template-columns: 150px 1fr auto; gap: 14px; }
  .brand img { width: 145px; }
  .header-actions { gap: 7px; }
  .header-quick-nav { gap: 20px; }
  .nav-list { gap: 10px; }
  .nav-list a, .nav-list button { font-size: 11.5px; }
  .mega-menu { min-width: 620px; }
  .hero-layout { grid-template-columns: 47% 53%; }
  .promo-banner img { left: 23%; width: 340px; }
  .promo-banner--oil img { left: 29%; width: 420px; }
  .footer-grid { grid-template-columns: 290px 1fr 330px; gap: 27px; }
}

@media (max-width: 992px) {
  .site-header { position: relative; }
  .main-navigation, .header-quick-nav { display: none; }
  .header-main { grid-template-columns: 150px 1fr auto; min-height: 64px; }
  .mobile-menu-button { display: inline-flex; order: -1; }
  .account-link span, .cart-label { display: none; }
  .hero-section, .hero-swiper, .hero-slide, .hero-layout { min-height: 340px; }
  .hero-layout { grid-template-columns: 51% 49%; }
  .hero-copy h1, .hero-copy h2 { font-size: 28px; }
  .hero-benefits { display: grid; grid-template-columns: repeat(2, auto); gap: 6px 16px; }
  .hero-visual img { left: -80px; width: 133%; }
  .promo-banner { padding-inline: 28px; }
  .promo-banner img { left: 20%; width: 310px; }
  .promo-banner--oil img { left: 26%; width: 370px; }
  .about-card { grid-template-columns: 1fr 1fr; }
  .blog-main-layout { grid-template-columns: 1fr; }
  .featured-article { height: 280px; }
  .footer-grid { grid-template-columns: 285px 1fr; grid-template-areas: "contact links" "contact trust" "brand brand"; }
  .trust-area { justify-content: flex-start; }
}

@media (max-width: 768px) {
  body[data-sf-theme="didipart"]:not(.panel-page) .container,
  body[data-sf-theme="didipart"].panel-page .didipart-header .container,
  body[data-sf-theme="didipart"].panel-page .didipart-footer .container { width: min(100% - 28px, var(--container)); }
  .section-space { margin-top: 29px; }
  .header-main { grid-template-columns: 128px 1fr auto; gap: 10px; }
  .brand img { width: 123px; }
  .header-actions { gap: 5px; }
  .action-circle, .mobile-menu-button, .account-link, .cart-action { width: 39px; height: 39px; min-height: 39px; }
  .account-link span, .cart-label { display: none !important; }
  .hero-section, .hero-swiper, .hero-slide, .hero-layout { min-height: 485px; }
  .hero-layout { grid-template-columns: 1fr; grid-template-rows: 245px 240px; }
  .hero-copy { grid-row: 1; align-items: center; padding: 25px 38px 6px; text-align: center; }
  .hero-kicker { font-size: 11px; }
  .hero-copy h1, .hero-copy h2 { margin-bottom: 4px; font-size: 25px; }
  .hero-copy p { margin-bottom: 11px; font-size: 14px; }
  .hero-benefits { display: flex; justify-content: center; gap: 10px; margin-bottom: 13px; }
  .hero-benefits span { gap: 4px; font-size: 9px; }
  .hero-copy .button { min-height: 41px; padding-inline: 25px; font-size: 12px; }
  .hero-visual { grid-row: 2; min-height: 240px; }
  .hero-visual img { top: -3px; left: 0; width: 100%; height: 100%; object-fit: cover; }
  .hero-swiper .slider-nav { top: 62%; width: 36px; height: 36px; }
  .hero-swiper .slider-nav--next { left: 10px; }
  .hero-swiper .slider-nav--prev { right: 10px; }
  .hero-pagination { bottom: 18px !important; }
  .categories-wrap { padding-top: 21px; }
  .category-card { height: 102px; }
  .category-card img { width: 96px; height: 88px; margin-top: -24px; }
  .promo-banner { min-height: 156px; padding: 20px 22px; }
  .promo-copy { max-width: 58%; margin-right: 0; }
  .promo-copy h2 { font-size: 17px; }
  .promo-copy p { font-size: 11px; }
  .promo-banner img { left: 20%; width: 260px; height: 190px; }
  .promo-banner--oil img { left: 22%; width: 285px; }
  .section-heading { align-items: flex-start; }
  .section-heading h2 { font-size: 19px; }
  .section-heading--tabs { flex-direction: column; }
  .section-heading--tabs .product-tabs { width: 100%; padding-bottom: 3px; overflow-x: auto; scrollbar-width: none; }
  .section-heading--tabs .product-tabs::-webkit-scrollbar { display: none; }
  .section-heading--tabs .product-tabs button { flex: 0 0 auto; padding-inline: 20px; }
  .product-slider-shell::before, .product-slider-shell::after { width: 44px; }
  .slider-nav { width: 37px; height: 37px; }
  .product-slider-shell .slider-nav--next, .blog-small-wrap .slider-nav--next { left: -7px; }
  .product-slider-shell .slider-nav--prev, .blog-small-wrap .slider-nav--prev { right: -7px; }
  .product-card { height: 351px; padding: 12px; }
  .product-card__image { height: 145px; }
  .countdown span { min-width: 29px; }
  .countdown b { width: 29px; font-size: 9.5px; }
  .about-card { grid-template-columns: 1fr; gap: 17px; padding: 18px; }
  .about-copy { padding: 0; }
  .about-card > img { min-height: 220px; }
  .small-articles { display: flex; height: auto; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .small-articles::-webkit-scrollbar { display: none; }
  .article-card { flex: 0 0 72%; scroll-snap-align: start; }
  .article-card img { height: 150px; }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit:nth-child(2)::after { display: none; }
  .benefit:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .footer-grid { grid-template-columns: 1fr; grid-template-areas: "contact" "links" "trust" "brand"; padding-top: 28px; }
  .footer-contact-card { min-height: auto; margin-top: 0; }
  .footer-contact-card > a, .contact-row { min-height: 70px; }
  .trust-area { justify-content: center; }
  .footer-brand-copy { padding-top: 20px; }
  .search-modal__dialog { padding: 18px; }
  .search-modal__controls, .search-modal__grid { grid-template-columns: 1fr; }
  .search-input-wrap input { height: 58px; font-size: 15px; }
}

@media (max-width: 576px) {
  body { font-size: 13.5px; }
  body[data-sf-theme="didipart"]:not(.panel-page) .container,
  body[data-sf-theme="didipart"].panel-page .didipart-header .container,
  body[data-sf-theme="didipart"].panel-page .didipart-footer .container { width: calc(100% - 28px); }
  .header-main { grid-template-columns: 112px 1fr auto; min-height: 59px; }
  .brand img { width: 108px; }
  .action-circle, .mobile-menu-button, .account-link, .cart-action { width: 37px; height: 37px; }
  .header-actions .account-link { display: none; }
  .hero-section, .hero-swiper, .hero-slide, .hero-layout { min-height: 470px; }
  .hero-layout { grid-template-rows: 238px 232px; }
  .hero-copy { padding-inline: 40px; }
  .hero-copy h1, .hero-copy h2 { font-size: 23px; }
  .hero-benefits { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; }
  .hero-benefits span { flex-direction: column; gap: 1px; white-space: normal; line-height: 1.5; }
  .hero-visual { min-height: 232px; }
  .category-card { height: 106px; }
  .promo-banner { min-height: 164px; padding: 18px; }
  .promo-copy { max-width: 61%; }
  .promo-copy h2 { font-size: 15.5px; }
  .promo-copy .button { min-height: 36px; padding-inline: 17px; font-size: 11px; }
  .promo-banner img { left: 10%; width: 220px; }
  .promo-banner--oil img { left: 12%; width: 230px; }
  .section-heading h2 { font-size: 18px; }
  .section-heading > a { font-size: 11px; }
  .product-card { height: 342px; }
  .product-card__image { height: 138px; }
  .about-stats strong { font-size: 16px; }
  .about-stats span { font-size: 9.5px; }
  .about-card > img { min-height: 190px; }
  .featured-article { height: 282px; }
  .featured-overlay { padding: 17px; }
  .featured-overlay h3 { font-size: 16px; }
  .featured-overlay p { font-size: 10px; }
  .article-card { flex-basis: 82%; }
  .benefit { padding-inline: 9px; }
  .footer-links { gap: 20px; }
  .trust-area { gap: 6px; overflow-x: auto; justify-content: flex-start; }
  .trust-area a { flex: 0 0 103px; }
  .footer-brand-copy h2 { font-size: 17px; line-height: 1.8; }
  .payment-icons { flex-wrap: wrap; }
  .search-modal__head h2 { font-size: 20px; }
}

@media (max-width: 390px) {
  body[data-sf-theme="didipart"]:not(.panel-page) .container,
  body[data-sf-theme="didipart"].panel-page .didipart-header .container,
  body[data-sf-theme="didipart"].panel-page .didipart-footer .container { width: calc(100% - 24px); }
  .header-main { grid-template-columns: 104px 1fr auto; gap: 7px; }
  .brand img { width: 100px; }
  .hero-copy { padding-inline: 32px; }
  .hero-copy h1, .hero-copy h2 { font-size: 21px; }
  .hero-copy p { font-size: 12.5px; }
  .hero-benefits span { font-size: 8px; }
  .promo-copy { max-width: 64%; }
  .promo-banner img { left: 4%; width: 195px; }
  .promo-banner--oil img { left: 6%; width: 208px; }
  .section-heading--tabs .product-tabs button { padding-inline: 16px; font-size: 11px; }
  .product-card { height: 333px; }
  .countdown { gap: 2px; }
  .countdown b { width: 27px; }
  .about-stats { gap: 1px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit { border-bottom: 1px solid var(--border); }
  .benefit::after { display: none; }
  .benefit:last-child { border-bottom: 0; }
  .footer-links { grid-template-columns: 1fr; }
  .trust-area a { flex-basis: 96px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

.categories-swiper:not(.swiper-initialized),
.amazing-swiper:not(.swiper-initialized),
.new-products-swiper:not(.swiper-initialized),
.blog-small-swiper:not(.swiper-initialized) { overflow-x: auto; scrollbar-width: none; }
.categories-swiper:not(.swiper-initialized)::-webkit-scrollbar,
.amazing-swiper:not(.swiper-initialized)::-webkit-scrollbar,
.new-products-swiper:not(.swiper-initialized)::-webkit-scrollbar,
.blog-small-swiper:not(.swiper-initialized)::-webkit-scrollbar { display: none; }
.categories-swiper .swiper-slide { width: 145px; }
.amazing-swiper .swiper-slide { width: 284px; }
.new-products-swiper .swiper-slide { width: 228px; }
.blog-small-swiper .swiper-slide { width: 100%; }
.countdown-ended { display: grid !important; place-items: center; min-width: 120px !important; height: 31px; color: var(--accent); background: var(--accent-soft); border-radius: 7px; font-size: 11px; font-weight: 700; }
.add-to-cart.is-added { animation: cartPop .38s ease; }
@keyframes cartPop { 50% { transform: scale(1.18) rotate(-5deg); } }

/* === Requested refinement pass: 2026-08-04 === */
.header-quick-nav a {
  padding: 7px 3px;
  border-radius: 7px;
  transition: color .18s ease, background-color .18s ease;
}
.header-quick-nav a.active,
.header-quick-nav a:hover {
  color: var(--primary-700);
}
.header-quick-nav a.active::after { display: none; }
.header-quick-nav a.active { font-weight: 700; }
.nav-list > li > a.is-active,
.nav-list > li > button.is-active {
  color: var(--primary-700);
  font-weight: 700;
}
.account-link {
  min-height: 42px;
  padding: 0 15px;
  color: #fff;
  background: var(--primary-700);
  border: 1px solid var(--primary-700);
  border-radius: 9px;
  box-shadow: 0 6px 14px rgba(8, 75, 189, .14);
}
.account-link:hover {
  color: #fff;
  background: var(--primary-900);
  border-color: var(--primary-900);
}
.cart-action {
  min-height: 42px;
  padding: 0 15px;
  color: var(--primary-800);
  background: #fff;
  border: 1px solid var(--border-strong);
  border-radius: 9px;
}
.cart-action:hover {
  color: var(--accent);
  border-color: #ffbf95;
  background: #fffaf7;
}
.cart-action .cart-count { top: -6px; right: -6px; }

.search-modal__dialog {
  width: min(900px, calc(100% - 28px));
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(209, 220, 235, .9);
  border-radius: 16px;
}
.search-modal__head {
  align-items: center;
  margin: 0;
  padding: 22px 24px 18px;
  border-bottom: 1px solid #e8edf4;
  background: #fff;
}
.search-modal__eyebrow {
  display: block;
  margin-bottom: 2px;
  color: var(--accent);
  font-size: 10px;
  font-weight: 700;
}
.search-modal__head h2 {
  margin-bottom: 2px;
  font-size: 22px;
}
.search-modal__head p { font-size: 12px; }
.search-modal__close {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
}
.search-modal__bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  align-items: center;
  gap: 10px;
  padding: 18px 24px;
  background: #f8faff;
  border-bottom: 1px solid #e8edf4;
}
.search-select,
.search-input-wrap { min-width: 0; }
.search-select select,
.search-input-wrap input,
.search-submit {
  width: 100%;
  height: 52px;
  border-radius: 10px;
}
.search-select select {
  padding: 0 14px;
  color: #34445b;
  background: #fff;
  border: 1px solid var(--border-strong);
}
.search-input-wrap input {
  padding: 0 17px;
  color: var(--text-primary);
  background: #fff;
  border: 1px solid var(--border-strong);
  font-size: 14px;
}
.search-input-wrap input:focus,
.search-select select:focus {
  outline: 0;
  border-color: #9ebce8;
  box-shadow: 0 0 0 4px rgba(18, 96, 211, .07);
}
.search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fff;
  background: var(--primary-700);
  border: 0;
  font-weight: 700;
}
.search-submit:hover { background: var(--primary-900); }
.search-modal__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 14px;
  padding: 20px 24px 24px;
  background: #fff;
}
.search-suggestion-card {
  min-width: 0;
  padding: 16px;
  background: #fbfcff;
  border: 1px solid #e3eaf3;
  border-radius: 12px;
}
.search-suggestion-card__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
}
.search-suggestion-card__title h3 {
  margin: 0;
  color: var(--primary-900);
  font-size: 14px;
}
.search-suggestion-card__title > span {
  color: var(--text-muted);
  font-size: 9px;
}
.keyword-list { gap: 8px; }
.keyword-list button {
  min-height: 36px;
  padding: 0 13px;
  color: #43536a;
  background: #fff;
  border-radius: 18px;
  font-size: 11px;
}
.quick-suggestions { gap: 8px; }
.quick-suggestions button,
.quick-suggestions a {
  min-height: 55px;
  padding: 8px 12px;
  background: #fff;
  border-radius: 10px;
  text-align: right;
}
.quick-suggestions button > span,
.quick-suggestions a > span { min-width: 0; }
.quick-suggestions b,
.quick-suggestions small { display: block; }
.quick-suggestions b { color: #34445a; font-size: 11.5px; }
.quick-suggestions small { margin-top: 1px; color: var(--text-muted); font-size: 9px; }
.quick-suggestions .mini-icon { flex: 0 0 auto; transform: rotate(180deg); color: var(--primary-700); }

.categories-wrap { padding-top: 12px; }
.categories-swiper {
  padding: 8px 2px 12px;
  overflow: hidden;
}
.category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 7px;
  height: 150px;
  padding: 10px 9px 9px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dce5ef;
  border-radius: 13px;
  box-shadow: 0 4px 14px rgba(18, 43, 81, .035);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.category-card:hover {
  transform: translateY(-2px);
  border-color: #b9cae0;
  box-shadow: 0 8px 22px rgba(18, 43, 81, .08);
}
.category-card img {
  position: static;
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  transform: none;
  object-fit: contain;
  border-radius: 9px;
  background: #fff;
  transition: transform .18s ease;
}
.category-card:hover img { transform: scale(1.035); }
.category-card span,
.category-card__name {
  display: -webkit-box;
  min-height: 32px;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--primary-900);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  overflow-wrap: anywhere;
}

.product-slider-shell--fullbleed {
  width: calc(100vw - 24px);
  max-width: none;
  margin-inline: auto;
  padding: 4px 18px 16px;
  overflow: hidden;
}
.product-slider-shell--fullbleed::before,
.product-slider-shell--fullbleed::after {
  z-index: 9;
  width: 135px;
}
.product-slider-shell--fullbleed::before {
  right: 0;
  background: linear-gradient(to left, #fff 0, rgba(255,255,255,.96) 18%, rgba(255,255,255,.4) 65%, rgba(255,255,255,0) 100%);
}
.product-slider-shell--fullbleed::after {
  left: 0;
  background: linear-gradient(to right, #fff 0, rgba(255,255,255,.96) 18%, rgba(255,255,255,.4) 65%, rgba(255,255,255,0) 100%);
}
.product-slider-shell--fullbleed .swiper { overflow: visible; }
.product-slider-shell--fullbleed .slider-nav--next { left: 20px; }
.product-slider-shell--fullbleed .slider-nav--prev { right: 20px; }
.amazing-swiper,
.new-products-swiper {
  padding: 3px 2px 12px;
  -webkit-mask-image: linear-gradient(to left, transparent 0, #000 6.5%, #000 93.5%, transparent 100%);
  mask-image: linear-gradient(to left, transparent 0, #000 6.5%, #000 93.5%, transparent 100%);
}
.amazing-swiper .swiper-slide,
.new-products-swiper .swiper-slide {
  transition: opacity .25s ease, filter .25s ease, transform .25s ease;
}
.product-card {
  height: 374px;
  padding: 14px 14px 18px;
  border-color: #d7e0eb;
}
.product-card__actions {
  flex: 0 0 auto;
  margin-top: 10px;
  padding-bottom: 1px;
}
.product-card--simple {
  height: 310px;
  padding-bottom: 16px;
}
.product-card--simple .product-card__actions { margin-top: 8px; }

/* Arrow directions corrected for RTL: next is left, previous is right. */
.slider-nav--next .icon { transform: rotate(180deg); }
.slider-nav--prev .icon { transform: none; }

.category-showcase__layout {
  display: grid;
  grid-template-columns: 232px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  background: #f8faff;
  border: 1px solid var(--border);
  border-radius: 13px;
}
.category-showcase__tabs {
  display: grid;
  align-content: start;
  gap: 8px;
}
.category-showcase__tabs button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 64px;
  padding: 10px 15px;
  color: #425068;
  background: #fff;
  border: 1px solid #dce5ef;
  border-radius: 10px;
  text-align: right;
  transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.category-showcase__tabs button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 14px;
  height: 14px;
  opacity: 0;
  background: var(--primary-800);
  transform: translateY(-50%) rotate(45deg);
  transition: opacity .18s ease;
}
.category-showcase__tabs button span { font-size: 13px; font-weight: 700; }
.category-showcase__tabs button small { color: #8a94a3; font-size: 9px; }
.category-showcase__tabs button:hover {
  border-color: #b9cae0;
  box-shadow: var(--shadow-soft);
}
.category-showcase__tabs button[aria-selected="true"] {
  color: #fff;
  background: var(--primary-800);
  border-color: var(--primary-800);
  box-shadow: 0 8px 18px rgba(7, 62, 159, .18);
}
.category-showcase__tabs button[aria-selected="true"]::after { opacity: 1; }
.category-showcase__tabs button[aria-selected="true"] small { color: rgba(255,255,255,.72); }
.category-showcase__products {
  min-width: 0;
}
.category-showcase__products .home-product-swiper-wrap {
  position: relative;
  min-width: 0;
  padding: 2px 4px;
}
.category-showcase__products .home-cattabs-swiper {
  min-width: 0;
  padding: 4px 3px 10px;
  overflow: hidden;
}
.category-showcase__products .product-card {
  height: 338px;
  min-width: 0;
  padding: 13px 12px 15px;
}
.category-showcase__products .product-card__image { height: 170px; }
.category-showcase__products .product-card h3 { min-height: 46px; margin-top: 7px; font-size: 12.5px; line-height: 1.65; }
.category-showcase__products .product-card__prices { min-height: 28px; }
.category-showcase__products .product-card__prices strong { font-size: 14.5px; }
.category-showcase__products .product-card__actions { margin-top: 8px; }

.blog-main-layout {
  grid-template-columns: 48% 52%;
  align-items: stretch;
  gap: 12px;
}
.featured-article,
.blog-small-wrap,
.blog-small-swiper,
.blog-small-swiper .swiper-wrapper,
.blog-small-swiper .swiper-slide,
.small-articles,
.article-card {
  height: 252px;
  min-height: 252px;
}
.featured-article { min-height: 252px; }
.blog-small-wrap { padding-bottom: 0; }
.small-articles {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.article-card {
  display: flex;
  flex-direction: column;
  padding: 7px;
}
.article-card img { height: 150px; }
.article-card h3 { height: auto; min-height: 48px; margin: 7px 2px 1px; }
.article-card time { margin-top: auto; }
.blog-small-wrap .slider-nav { top: 50%; }
.blog-pagination { bottom: -22px !important; }

.footer-contact-card {
  min-height: 438px;
  padding: 22px 24px;
}
.footer-contact-card h2 {
  margin-bottom: 9px;
  padding-bottom: 10px;
}
.footer-contact-card > a,
.contact-row {
  min-height: 67px;
  gap: 10px;
}
.contact-icon {
  flex-basis: 35px;
  width: 35px;
  height: 35px;
}
.footer-brand-copy {
  width: 100%;
  max-width: none;
  padding-top: 22px;
  border-top: 1px dashed #cfd9e6;
}
.copyright {
  position: relative;
  margin-top: 18px;
}
.back-to-top {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 50%;
  height: 38px;
  padding: 0 16px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 9px;
  box-shadow: 0 5px 14px rgba(17, 42, 84, .08);
}
.back-to-top:hover { transform: translate(-50%, -50%); }
.copyright .container { padding-block: 28px 18px; }

@media (max-width: 1100px) {
  .account-link,
  .cart-action { padding-inline: 11px; }
  .category-showcase__products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .category-showcase__products .product-card:nth-child(4) { display: none; }
}

@media (max-width: 992px) {
  .account-link,
  .cart-action {
    width: 42px;
    min-width: 42px;
    padding: 0;
  }
  .product-slider-shell--fullbleed {
    width: calc(100vw - 16px);
    padding-inline: 12px;
  }
  .product-slider-shell--fullbleed::before,
  .product-slider-shell--fullbleed::after { width: 82px; }
  .category-showcase__layout { grid-template-columns: 180px minmax(0, 1fr); }
  .blog-main-layout { grid-template-columns: 1fr; }
  .featured-article,
  .blog-small-wrap,
  .blog-small-swiper,
  .blog-small-swiper .swiper-wrapper,
  .blog-small-swiper .swiper-slide,
  .small-articles,
  .article-card { height: 250px; min-height: 250px; }
}

@media (max-width: 768px) {
  .search-modal__dialog { max-height: calc(100vh - 20px); overflow-y: auto; }
  .search-modal__head { padding: 17px 18px 14px; }
  .search-modal__head h2 { font-size: 18px; }
  .search-modal__bar {
    grid-template-columns: minmax(0, 1fr) 112px;
    gap: 9px;
    padding: 14px 18px;
  }
  .search-modal__content {
    grid-template-columns: 1fr;
    padding: 15px 18px 18px;
  }
  .categories-wrap { padding-top: 8px; }
  .categories-swiper { padding-block: 7px 10px; }
  .category-card { height: 138px; padding: 9px 8px 8px; }
  .category-card img { width: 100%; height: 90px; }
  .product-slider-shell--fullbleed::before,
  .product-slider-shell--fullbleed::after { width: 52px; }
  .product-slider-shell--fullbleed .slider-nav--next { left: 8px; }
  .product-slider-shell--fullbleed .slider-nav--prev { right: 8px; }
  .category-showcase__layout { grid-template-columns: 1fr; padding: 10px; }
  .category-showcase__tabs {
    grid-template-columns: repeat(4, minmax(150px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .category-showcase__tabs::-webkit-scrollbar { display: none; }
  .category-showcase__tabs button { min-height: 58px; }
  .category-showcase__tabs button::after { display: none; }
  .category-showcase__products { min-width: 0; }
  .category-showcase__products .product-card:nth-child(4) { display: flex; }
  .blog-main-layout { gap: 12px; }
  .featured-article,
  .blog-small-wrap,
  .blog-small-swiper,
  .blog-small-swiper .swiper-wrapper,
  .blog-small-swiper .swiper-slide,
  .small-articles,
  .article-card { height: 238px; min-height: 238px; }
  .small-articles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: visible; }
  .article-card { flex-basis: auto; }
  .article-card img { height: 132px; }
  .footer-contact-card > a,
  .contact-row { min-height: 61px; }
}

@media (max-width: 576px) {
  .header-actions { gap: 4px; }
  .search-open-button,
  .wishlist-action,
  .compare-action { width: 35px; height: 35px; }
  .cart-action { width: 37px; min-width: 37px; height: 37px; min-height: 37px; }
  .categories-swiper { padding-top: 6px; }
  .category-card { height: 126px; }
  .category-card img { width: 100%; height: 80px; }
  .category-card span,
  .category-card__name { min-height: 29px; font-size: 10.5px; }
  .product-slider-shell--fullbleed { width: calc(100vw - 8px); padding-inline: 7px; }
  .product-slider-shell--fullbleed::before,
  .product-slider-shell--fullbleed::after { width: 36px; }
  .product-card { padding-bottom: 15px; }
  .category-showcase__products .home-product-swiper-wrap { padding-inline: 0; }
  .category-showcase__products .product-card { height: 300px; padding-inline: 10px; }
  .category-showcase__products .product-card__image { height: 145px; }
  .featured-article { height: 250px; min-height: 250px; }
  .blog-small-wrap,
  .blog-small-swiper,
  .blog-small-swiper .swiper-wrapper,
  .blog-small-swiper .swiper-slide,
  .small-articles,
  .article-card { height: 220px; min-height: 220px; }
  .article-card img { height: 114px; }
  .article-card h3 { min-height: 45px; font-size: 10px; }
  .footer-contact-card { padding: 20px; }
  .back-to-top span { display: none; }
  .back-to-top { width: 40px; padding: 0; }
}

/* Keep product action controls clear of the card's lower border. */
.product-card__top { min-height: 43px; }
.product-card__image { height: 145px; margin-top: 1px; }
.product-card h3 { min-height: 43px; margin: 7px 0 2px; }
.product-card__prices { min-height: 40px; }
.product-card__actions { margin-top: 7px; }
.product-card--simple .product-card__image { height: 145px; }
.product-card--simple .product-card__actions { margin-top: 7px; }
.category-showcase__products .product-card__image { height: 130px; }


/* =========================================================
   Final completion pass: hero, product carousels, amazing reveal,
   open about layout, brand strip, and blog controls.
   ========================================================= */

/* A little more presence for the main hero without changing its structure. */
@media (min-width: 769px) {
  .hero-section,
  .hero-swiper,
  .hero-slide,
  .hero-layout { min-height: 356px; }
  .hero-visual { min-height: 356px; }
  .hero-copy { padding-block: 36px; }
}

/* Amazing section: distinct full-width surface, exactly three complete cards on desktop. */
.amazing-section {
  position: relative;
  isolation: isolate;
  padding-block: 34px 42px;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 105, 0, .11) 0 2px, transparent 3px),
    radial-gradient(circle at 92% 76%, rgba(8, 75, 189, .10) 0 2px, transparent 3px),
    linear-gradient(125deg, #f6f9ff 0%, #eef4ff 48%, #fff7f0 100%);
  border-block: 1px solid #e0e9f5;
}
.amazing-section::before,
.amazing-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}
.amazing-section::before {
  top: -205px;
  right: -75px;
  border: 44px solid rgba(8, 75, 189, .045);
}
.amazing-section::after {
  bottom: -235px;
  left: -45px;
  border: 52px solid rgba(255, 105, 0, .045);
}
.amazing-section__inner { position: relative; }
.amazing-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}
.amazing-heading__title {
  display: flex;
  align-items: center;
  gap: 12px;
}
.amazing-heading__title > div > span {
  display: block;
  margin-bottom: 1px;
  color: #6f7f96;
  font-size: 10.5px;
  font-weight: 600;
}
.amazing-heading h2 {
  margin: 0;
  color: var(--primary-950);
  font-size: 25px;
  line-height: 1.45;
}
.amazing-heading > p {
  margin: 0;
  color: #68778c;
  font-size: 11.5px;
}
.amazing-burst {
  position: relative;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 58px;
  height: 58px;
  color: var(--accent);
  background: #fff;
  border: 1px solid #ffd9c2;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(255, 105, 0, .12);
  transform: scale(.76) rotate(-12deg);
  opacity: 0;
}
.amazing-burst svg {
  width: 40px;
  height: 40px;
  overflow: visible;
}
.amazing-burst__star {
  fill: #fff2e9;
  stroke: var(--accent);
  stroke-width: 2.8;
  stroke-linejoin: round;
}
.amazing-burst__ray {
  fill: none;
  stroke: var(--primary-700);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-dasharray: 8;
  stroke-dashoffset: 8;
}
.amazing-burst i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  margin: -3px;
  border-radius: 50%;
  background: var(--accent);
  opacity: 0;
}
.amazing-burst i:nth-of-type(1) { --tx: 42px; --ty: -28px; }
.amazing-burst i:nth-of-type(2) { --tx: -43px; --ty: -24px; background: var(--primary-600); }
.amazing-burst i:nth-of-type(3) { --tx: 47px; --ty: 21px; background: var(--primary-600); }
.amazing-burst i:nth-of-type(4) { --tx: -42px; --ty: 27px; }
.amazing-burst i:nth-of-type(5) { --tx: 7px; --ty: -49px; width: 5px; height: 5px; }
.amazing-burst i:nth-of-type(6) { --tx: -6px; --ty: 47px; width: 5px; height: 5px; background: var(--primary-600); }
.amazing-section.is-revealed .amazing-burst {
  animation: amazing-icon-pop .72s cubic-bezier(.2,.9,.25,1.25) both;
}
.amazing-section.is-revealed .amazing-burst__ray {
  animation: amazing-rays .52s .22s ease-out both;
}
.amazing-section.is-revealed .amazing-burst i {
  animation: amazing-particle .68s .28s ease-out both;
}
.amazing-slider-shell {
  width: 100%;
  padding: 3px 4px 12px;
  overflow: hidden;
}
.amazing-slider-shell::before,
.amazing-slider-shell::after { display: none; }
.amazing-swiper {
  padding: 4px 3px 15px;
  overflow: hidden;
  -webkit-mask-image: none;
  mask-image: none;
}
.amazing-swiper .swiper-slide {
  opacity: 1;
  filter: none;
}
.amazing-section .product-card {
  background: rgba(255,255,255,.94);
  border-color: #d5e1ef;
}
.amazing-section .slider-nav--next { left: -19px; }
.amazing-section .slider-nav--prev { right: -19px; }

/* New products: six boxes are visible at desktop – four clear in the middle and one faded on each edge. */
.new-products-section .product-slider-shell--fullbleed {
  width: calc(100vw - 32px);
  padding-inline: 8px;
}
.new-products-section .new-products-swiper {
  padding-inline: 0;
  -webkit-mask-image: none;
  mask-image: none;
}
.new-products-section .product-slider-shell--fullbleed::before,
.new-products-section .product-slider-shell--fullbleed::after {
  display: block;
  width: clamp(92px, 9.5vw, 152px);
}
.new-products-section .product-slider-shell--fullbleed::before {
  background: linear-gradient(to left, #fff 0%, rgba(255,255,255,.94) 22%, rgba(255,255,255,.58) 57%, rgba(255,255,255,0) 100%);
}
.new-products-section .product-slider-shell--fullbleed::after {
  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,.94) 22%, rgba(255,255,255,.58) 57%, rgba(255,255,255,0) 100%);
}
.new-products-section .product-slider-shell--fullbleed .slider-nav--next { left: 18px; }
.new-products-section .product-slider-shell--fullbleed .slider-nav--prev { right: 18px; }

/* About content is open on the page – no card frame – followed by a brand strip. */
.about-section { position: relative; }
.about-layout {
  position: relative;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  gap: 34px;
  padding-top: 27px;
  border-top: 1px solid #dbe4ef;
}
.about-layout::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 122px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary-600), var(--primary-900));
}
.about-layout .about-copy { padding: 0 0 0 22px; }
.about-layout .about-copy h2 {
  margin-bottom: 10px;
  color: var(--primary-900);
  font-size: 22px;
}
.about-layout .about-copy p {
  max-width: 550px;
  margin-bottom: 20px;
  color: var(--text-secondary);
  line-height: 2.08;
}
.about-layout > img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(19, 47, 91, .08);
}
.brands-strip {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding: 18px 0;
  border-block: 1px solid #e2e9f2;
}
.brands-strip__heading h3 {
  margin: 0 0 2px;
  color: var(--primary-900);
  font-size: 16px;
}
.brands-strip__heading span {
  color: #8a95a5;
  font-size: 9.5px;
}
.brands-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}
.brands-list a {
  display: grid;
  place-items: center;
  min-height: 66px;
  padding: 7px;
  color: #697688;
  background: #fbfcfe;
  border: 1px solid #e1e7ef;
  border-radius: 9px;
  filter: grayscale(1);
  transition: color .2s ease, border-color .2s ease, background-color .2s ease, filter .2s ease, transform .2s ease;
}
.brands-list strong {
  direction: ltr;
  color: inherit;
  font-family: Arial, sans-serif;
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 1.25;
}
.brands-list span {
  color: #9aa4b2;
  font-size: 9px;
  line-height: 1.4;
}
.brands-list a:hover {
  color: var(--primary-800);
  background: #fff;
  border-color: #b9cce5;
  filter: grayscale(0);
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
}

/* Blog keeps only arrow navigation; pagination dots are intentionally removed. */
.blog-pagination { display: none !important; }
.blog-small-wrap { padding-bottom: 0; }

@keyframes amazing-icon-pop {
  0% { opacity: 0; transform: scale(.55) rotate(-24deg); }
  55% { opacity: 1; transform: scale(1.12) rotate(5deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}
@keyframes amazing-rays {
  from { stroke-dashoffset: 8; opacity: 0; }
  to { stroke-dashoffset: 0; opacity: 1; }
}
@keyframes amazing-particle {
  0% { opacity: 0; transform: translate(0, 0) scale(.5); }
  35% { opacity: 1; }
  100% { opacity: 0; transform: translate(var(--tx), var(--ty)) scale(1); }
}

@media (max-width: 992px) {
  .amazing-section { padding-block: 28px 34px; }
  .amazing-heading { margin-bottom: 16px; }
  .amazing-section .slider-nav--next { left: 2px; }
  .amazing-section .slider-nav--prev { right: 2px; }
  .new-products-section .product-slider-shell--fullbleed::before,
  .new-products-section .product-slider-shell--fullbleed::after { width: 72px; }
  .about-layout { grid-template-columns: 1fr 1fr; gap: 22px; }
  .brands-strip { grid-template-columns: 150px minmax(0, 1fr); gap: 16px; }
  .brands-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
  .hero-section,
  .hero-swiper,
  .hero-slide,
  .hero-layout { min-height: 505px; }
  .hero-layout { grid-template-rows: 250px 255px; }
  .hero-visual { min-height: 255px; }
  .amazing-heading { align-items: flex-end; }
  .amazing-heading > p { display: none; }
  .amazing-heading h2 { font-size: 22px; }
  .amazing-burst { width: 52px; height: 52px; border-radius: 15px; }
  .amazing-burst svg { width: 35px; height: 35px; }
  .new-products-section .product-slider-shell--fullbleed { width: calc(100vw - 8px); }
  .new-products-section .product-slider-shell--fullbleed::before,
  .new-products-section .product-slider-shell--fullbleed::after { width: 38px; }
  .about-layout {
    grid-template-columns: 1fr;
    gap: 17px;
    padding-top: 22px;
  }
  .about-layout .about-copy { padding: 0; }
  .about-layout > img { height: 225px; }
  .brands-strip {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 20px;
    padding-block: 15px;
  }
  .brands-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 3px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .brands-list::-webkit-scrollbar { display: none; }
  .brands-list a {
    flex: 0 0 108px;
    min-height: 62px;
    scroll-snap-align: start;
  }
}

@media (max-width: 480px) {
  .amazing-section { padding-block: 25px 30px; }
  .amazing-heading__title { gap: 9px; }
  .amazing-heading h2 { font-size: 20px; }
  .amazing-heading__title > div > span { font-size: 9px; }
  .amazing-burst { width: 48px; height: 48px; }
  .about-layout > img { height: 195px; }
}

@media (prefers-reduced-motion: reduce) {
  .amazing-burst,
  .amazing-section.is-revealed .amazing-burst,
  .amazing-section.is-revealed .amazing-burst__ray,
  .amazing-section.is-revealed .amazing-burst i {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
  .amazing-burst__ray { stroke-dashoffset: 0; }
  .amazing-burst i { display: none; }
}


/* === FINAL PRODUCT SECTIONS CORRECTION 2026-08-04 === */

.amazing-slider-shell,
.new-products-slider-shell {
  position: relative;
  min-width: 0;
  overflow: visible;
}
.amazing-slider-shell .swiper,
.new-products-slider-shell .swiper {
  min-width: 0;
  overflow: hidden;
}
.amazing-slider-shell .slider-nav,
.new-products-slider-shell .slider-nav {
  z-index: 20;
  top: 50%;
  width: 42px;
  height: 42px;
  overflow: visible;
  border-color: #d7e2ef;
  box-shadow: 0 8px 22px rgba(13, 48, 102, .14);
}
.amazing-slider-shell .slider-nav .icon,
.new-products-slider-shell .slider-nav .icon {
  display: block;
  width: 21px;
  height: 21px;
  overflow: visible;
}
.amazing-slider-shell .slider-nav--next,
.new-products-slider-shell .slider-nav--next { left: 4px; right: auto; }
.amazing-slider-shell .slider-nav--prev,
.new-products-slider-shell .slider-nav--prev { right: 4px; left: auto; }
.amazing-slider-shell .slider-nav--next .icon,
.new-products-slider-shell .slider-nav--next .icon { transform: rotate(180deg); }
.amazing-slider-shell .slider-nav--prev .icon,
.new-products-slider-shell .slider-nav--prev .icon { transform: none; }

.amazing-section {
  padding-block: 34px 38px;
  background:
    radial-gradient(circle at 15% 20%, rgba(255, 105, 0, .09), transparent 24%),
    radial-gradient(circle at 88% 78%, rgba(7, 62, 159, .09), transparent 28%),
    linear-gradient(118deg, #f7faff 0%, #eef4ff 54%, #fff8f2 100%);
}
.amazing-layout {
  display: grid;
  grid-template-columns: 218px minmax(0, 1fr);
  grid-template-areas: "intro products";
  align-items: stretch;
  gap: 22px;
}
.amazing-intro {
  grid-area: intro;
  position: relative;
  isolation: isolate;
  min-height: 374px;
  padding: 31px 24px 25px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 13%, rgba(255,255,255,.18) 0 2px, transparent 3px),
    linear-gradient(150deg, #07337f 0%, #0747aa 63%, #0b5bc9 100%);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 17px;
  box-shadow: 0 16px 34px rgba(5, 50, 132, .18);
}
.amazing-intro::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 188px;
  height: 188px;
  right: -96px;
  bottom: -88px;
  border: 32px solid rgba(255,255,255,.055);
  border-radius: 50%;
}
.amazing-intro::after {
  content: "%";
  position: absolute;
  z-index: -1;
  left: 18px;
  bottom: -18px;
  color: rgba(255,255,255,.055);
  font: 800 126px/1 Arial, sans-serif;
  transform: rotate(-9deg);
}
.amazing-intro__eyebrow {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding-inline: 11px;
  color: #ffe2ce;
  background: rgba(255,105,0,.16);
  border: 1px solid rgba(255,186,137,.28);
  border-radius: 14px;
  font-size: 10.5px;
  font-weight: 700;
}
.amazing-intro h2 {
  position: relative;
  z-index: 2;
  margin: 24px 0 12px;
  color: #fff;
  font-size: 25px;
  line-height: 1.55;
}
.amazing-intro h2 span,
.amazing-intro h2 strong { display: block; }
.amazing-intro h2 span { font-weight: 500; }
.amazing-intro h2 strong { color: #ffb27d; font-size: 30px; font-weight: 800; }
.amazing-intro p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 11.5px;
  line-height: 2;
}
.amazing-intro__link {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 25px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding-inline: 15px;
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 700;
  transition: background .2s ease, transform .2s ease;
}
.amazing-intro__link:hover { background: rgba(255,255,255,.2); transform: translateY(-2px); }
.amazing-intro__link .icon { width: 16px; height: 16px; transform: rotate(180deg); }

.amazing-sparkles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.amazing-sparkles i {
  position: absolute;
  width: var(--spark-size, 7px);
  height: var(--spark-size, 7px);
  background: var(--spark-color, #ffc59e);
  opacity: 0;
  clip-path: polygon(50% 0, 62% 38%, 100% 50%, 62% 62%, 50% 100%, 38% 62%, 0 50%, 38% 38%);
  filter: drop-shadow(0 0 5px rgba(255, 194, 151, .35));
}
.amazing-sparkles i:nth-child(1) { top: 18px; right: 21px; --spark-size: 8px; }
.amazing-sparkles i:nth-child(2) { top: 58px; left: 22px; --spark-size: 5px; --spark-color: #fff; }
.amazing-sparkles i:nth-child(3) { top: 118px; right: 34px; --spark-size: 4px; --spark-color: #fff; }
.amazing-sparkles i:nth-child(4) { top: 163px; left: 30px; --spark-size: 8px; }
.amazing-sparkles i:nth-child(5) { bottom: 104px; right: 19px; --spark-size: 5px; --spark-color: #fff; }
.amazing-sparkles i:nth-child(6) { bottom: 61px; left: 28px; --spark-size: 4px; }
.amazing-sparkles i:nth-child(7) { top: 87px; left: 72px; --spark-size: 3px; --spark-color: #fff; }
.amazing-sparkles i:nth-child(8) { bottom: 148px; right: 75px; --spark-size: 3px; }
.amazing-section.is-revealed .amazing-sparkles i { animation: amazing-glint 2.7s ease-in-out infinite; }
.amazing-section.is-revealed .amazing-sparkles i:nth-child(2) { animation-delay: .35s; }
.amazing-section.is-revealed .amazing-sparkles i:nth-child(3) { animation-delay: .8s; }
.amazing-section.is-revealed .amazing-sparkles i:nth-child(4) { animation-delay: 1.2s; }
.amazing-section.is-revealed .amazing-sparkles i:nth-child(5) { animation-delay: 1.65s; }
.amazing-section.is-revealed .amazing-sparkles i:nth-child(6) { animation-delay: 2s; }
.amazing-section.is-revealed .amazing-sparkles i:nth-child(7) { animation-delay: .55s; }
.amazing-section.is-revealed .amazing-sparkles i:nth-child(8) { animation-delay: 1.45s; }

.amazing-slider-shell {
  grid-area: products;
  width: 100%;
  padding: 3px 48px 13px;
}
.amazing-slider-shell::before,
.amazing-slider-shell::after { display: none !important; }
.amazing-swiper {
  height: 100%;
  padding: 2px 2px 12px;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
.amazing-swiper .swiper-wrapper { align-items: stretch; }
.amazing-swiper .swiper-slide { height: auto; opacity: 1; filter: none; }
.amazing-section .product-card { height: 374px; }

.new-products-section .section-heading--tabs { margin-bottom: 19px; }
.new-products-slider-shell {
  width: 100%;
  padding: 3px 48px 14px;
  overflow: visible;
}
.new-products-slider-shell::before,
.new-products-slider-shell::after { display: none !important; }
.new-products-swiper {
  width: 100%;
  padding: 2px 2px 12px;
  overflow: hidden;
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
.new-products-swiper .swiper-wrapper { align-items: stretch; }
.new-products-swiper .swiper-slide { height: auto; opacity: 1 !important; filter: none !important; }
.new-products-section .product-card--simple { height: 322px; }

@keyframes amazing-glint {
  0%, 18%, 100% { opacity: 0; transform: scale(.25) rotate(0); }
  32% { opacity: .95; transform: scale(1) rotate(45deg); }
  48% { opacity: .35; transform: scale(.62) rotate(75deg); }
  62% { opacity: 0; transform: scale(.25) rotate(105deg); }
}

@media (max-width: 1100px) {
  .amazing-layout { grid-template-columns: 190px minmax(0, 1fr); gap: 16px; }
  .amazing-intro { padding-inline: 20px; }
  .amazing-intro__link { right: 20px; }
}
@media (max-width: 768px) {
  .amazing-layout {
    grid-template-columns: 1fr;
    grid-template-areas: "intro" "products";
    gap: 15px;
  }
  .amazing-intro { min-height: 168px; padding: 20px 20px 18px; }
  .amazing-intro h2 { margin: 14px 0 6px; font-size: 20px; line-height: 1.35; }
  .amazing-intro h2 span,
  .amazing-intro h2 strong { display: inline; }
  .amazing-intro h2 strong { margin-right: 5px; font-size: 23px; }
  .amazing-intro p { max-width: calc(100% - 115px); font-size: 10.5px; }
  .amazing-intro__link { right: auto; left: 18px; bottom: 18px; }
  .amazing-slider-shell,
  .new-products-slider-shell { padding-inline: 39px; }
  .amazing-slider-shell .slider-nav,
  .new-products-slider-shell .slider-nav { width: 36px; height: 36px; }
  .amazing-slider-shell .slider-nav--next,
  .new-products-slider-shell .slider-nav--next { left: 0; }
  .amazing-slider-shell .slider-nav--prev,
  .new-products-slider-shell .slider-nav--prev { right: 0; }
}
@media (max-width: 480px) {
  .amazing-section { padding-block: 24px 28px; }
  .amazing-intro { min-height: 175px; border-radius: 14px; }
  .amazing-intro p { max-width: 100%; padding-left: 88px; }
  .amazing-intro__link { min-height: 34px; padding-inline: 12px; }
  .amazing-slider-shell,
  .new-products-slider-shell { padding-inline: 34px; }
  .section-heading--tabs .product-tabs { gap: 5px; }
  .section-heading--tabs .product-tabs button { padding-inline: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .amazing-section.is-revealed .amazing-sparkles i { animation: none !important; opacity: .55; }
}
