/*
 * AdeptDEV Storefront Design System · web.adeptdev.ro
 * Foundation pass v0.1
 * Scope: storefront only. Existing OpenCart logic is intentionally untouched.
 */

body.adeptdev-storefront {
  --ad-blue: #1467ff;
  --ad-blue-strong: #0b4ed8;
  --ad-blue-deep: #071a3d;
  --ad-cyan: #20c7f4;
  --ad-surface: #ffffff;
  --ad-surface-soft: #f5f8ff;
  --ad-surface-blue: #edf4ff;
  --ad-text: #0b1f46;
  --ad-muted: #657696;
  --ad-line: #dce7fb;
  --ad-success: #11966f;
  --ad-danger: #e5484d;
  --ad-radius-sm: 12px;
  --ad-radius: 18px;
  --ad-radius-lg: 26px;
  --ad-shadow-sm: 0 8px 24px rgba(20, 74, 160, .08);
  --ad-shadow: 0 18px 48px rgba(20, 74, 160, .12);
  background:
    radial-gradient(circle at 8% 0%, rgba(32, 199, 244, .08), transparent 28rem),
    linear-gradient(180deg, #fbfdff 0, #f6f9ff 44rem, #fff 100%);
  color: var(--ad-text);
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.adeptdev-storefront a { color: var(--ad-blue-strong); }
body.adeptdev-storefront a:hover { color: var(--ad-blue); }
body.adeptdev-storefront ::selection { background: rgba(20, 103, 255, .18); }
body.adeptdev-storefront .container { max-width: 1380px; padding-left: 24px; padding-right: 24px; }
body.adeptdev-storefront h1.common,
body.adeptdev-storefront .module-title {
  color: var(--ad-blue-deep);
  letter-spacing: -.035em;
}

/* Header */
body.adeptdev-storefront header {
  position: sticky;
  top: 0;
  z-index: 80;
  padding: 12px 0 0;
  background: rgba(255, 255, 255, .90);
  border-bottom: 1px solid rgba(193, 211, 241, .75);
  box-shadow: 0 10px 32px rgba(31, 76, 145, .06);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}
body.adeptdev-storefront .top-flex { align-items: center; min-height: 48px; }
body.adeptdev-storefront .top-flex .logo { flex: 0 0 auto; }
body.adeptdev-storefront .top-flex .logo img {
  width: 214px;
  height: 48px;
  object-fit: contain;
  object-position: left center;
}
body.adeptdev-storefront .top-flex .next { color: var(--ad-muted); gap: 20px; }
body.adeptdev-storefront .top-flex .next > div + div { margin-left: 0; }
body.adeptdev-storefront .top-flex .next img,
body.adeptdev-storefront .top-flex .telephone img { opacity: .78; }
body.adeptdev-storefront .top-flex a,
body.adeptdev-storefront .top-flex button { color: var(--ad-text); }
body.adeptdev-storefront .top-flex .telephone a { font-size: 18px; color: var(--ad-blue-deep); }
body.adeptdev-storefront .top-flex .telephone button {
  color: var(--ad-blue);
  text-decoration: none;
  opacity: 1;
  font-weight: 650;
}
body.adeptdev-storefront #form-language button.selected { color: var(--ad-blue); }
body.adeptdev-storefront #form-language button + button:before { background: var(--ad-line); }
body.adeptdev-storefront .logo-row {
  gap: 14px;
  padding: 12px 0 16px;
}
body.adeptdev-storefront .logo-row > button {
  width: auto;
  min-width: 190px;
  height: 52px;
  margin: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--ad-blue) 0%, #0a56ec 58%, #0d43bb 100%);
  box-shadow: 0 12px 24px rgba(20, 103, 255, .22);
  font-weight: 700;
  letter-spacing: -.01em;
  transition: transform .2s ease, box-shadow .2s ease;
}
body.adeptdev-storefront .logo-row > button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(20, 103, 255, .28);
}
body.adeptdev-storefront .logo-row .search {
  max-width: none;
  height: 52px;
  padding: 0 18px;
  border: 1px solid var(--ad-line);
  border-radius: 15px;
  background: var(--ad-surface-soft);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.65);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
body.adeptdev-storefront .logo-row .search:focus-within {
  background: #fff;
  border-color: rgba(20,103,255,.55);
  box-shadow: 0 0 0 4px rgba(20,103,255,.09), var(--ad-shadow-sm);
}
body.adeptdev-storefront .logo-row .search input { color: var(--ad-text); font-size: 15px; }
body.adeptdev-storefront .logo-row .search input::placeholder { color: #8695ad; }
body.adeptdev-storefront .logo-row .menu-btns { flex-grow: 0; gap: 8px; }
body.adeptdev-storefront .menu-btns > button,
body.adeptdev-storefront .menu-btns .cart > button {
  min-width: 56px;
  margin-left: 0;
  padding: 6px 9px;
  border-radius: 13px;
  color: var(--ad-muted);
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
body.adeptdev-storefront .menu-btns > button:hover,
body.adeptdev-storefront .menu-btns .cart > button:hover {
  color: var(--ad-blue);
  background: var(--ad-surface-blue);
  transform: translateY(-1px);
}
body.adeptdev-storefront .menu-btns .cart > button > span,
body.adeptdev-storefront .menu-btns > button > span {
  background: var(--ad-blue);
  box-shadow: 0 0 0 2px #fff;
}

/* Catalog menu */
body.adeptdev-storefront.menu-is-open .menu-bg,
body.adeptdev-storefront.menu-is-open .part-menu-bg {
  background: rgba(7, 26, 61, .28);
  opacity: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
body.adeptdev-storefront .menu-plate {
  padding: 24px;
  border: 1px solid var(--ad-line);
  border-radius: 0 0 24px 24px;
  background: rgba(255,255,255,.98);
  box-shadow: var(--ad-shadow);
}
body.adeptdev-storefront .menu-plate a,
body.adeptdev-storefront .menu-plate > ul > li.active > .child-plate a { color: var(--ad-text); }
body.adeptdev-storefront .menu-plate > ul > li > a:hover,
body.adeptdev-storefront .menu-plate > ul > li.active > a {
  color: var(--ad-blue);
  background: var(--ad-surface-blue);
}
body.adeptdev-storefront .menu-plate > ul > li.active ul > li > a:hover { color: var(--ad-blue); }
body.adeptdev-storefront .menu-plate button.more-cat { border-color: var(--ad-blue); }
body.adeptdev-storefront .menu-plate button.more-cat:before,
body.adeptdev-storefront .menu-plate button.more-cat:after { background: var(--ad-blue); }

/* Hero / carousel */
body.adeptdev-storefront .slideshow {
  width: min(100%, 1160px);
  margin: 24px auto 58px;
  background: transparent;
}
body.adeptdev-storefront .slideshow .swiper-container {
  overflow: hidden;
  border: 1px solid rgba(202,219,247,.8);
  border-radius: 26px;
  background: #081b3d;
  box-shadow: 0 22px 60px rgba(12, 52, 114, .14);
}
body.adeptdev-storefront .slideshow .swiper-slide,
body.adeptdev-storefront .slideshow .swiper-slide > a {
  display: block;
  width: 100%;
}
body.adeptdev-storefront .slideshow img {
  display: block;
  width: 100%;
  height: clamp(330px, 29vw, 410px);
  max-height: none;
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
}
body.adeptdev-storefront .slideshow .swiper-pager {
  width: calc(100% + 30px) !important;
  left: -15px;
}
body.adeptdev-storefront .slideshow .swiper-pager > div {
  width: 46px;
  height: 46px;
}
body.adeptdev-storefront .slideshow .swiper-pager svg path { stroke: var(--ad-blue) !important; }
body.adeptdev-storefront .slideshow .swiper-pager > div:hover svg path { stroke: #fff !important; }
body.adeptdev-storefront .swiper-pagination .swiper-pagination-bullet-active { background: var(--ad-blue); }
body.adeptdev-storefront .swiper-pager > div,
body.adeptdev-storefront .category-carousel .swiper-pager > div {
  border-color: rgba(20,103,255,.30);
  box-shadow: var(--ad-shadow-sm);
}
body.adeptdev-storefront .swiper-pager > div:hover,
body.adeptdev-storefront .category-carousel .swiper-pager > div:hover {
  background: var(--ad-blue);
  border-color: var(--ad-blue);
}

/* Breadcrumbs, filters and category navigation */
body.adeptdev-storefront .breadcrumb {
  margin-top: 22px;
  padding: 0;
  background: transparent;
}
body.adeptdev-storefront .breadcrumb > li,
body.adeptdev-storefront .breadcrumb > li > a { color: var(--ad-muted); }
body.adeptdev-storefront .breadcrumb > li:last-child,
body.adeptdev-storefront .breadcrumb > li:last-child > a { color: var(--ad-text); }
body.adeptdev-storefront .category-list {
  padding: 18px;
  border: 1px solid var(--ad-line);
  border-radius: var(--ad-radius);
  background: rgba(255,255,255,.84);
  box-shadow: var(--ad-shadow-sm);
}
body.adeptdev-storefront .category-list a { color: var(--ad-text); }
body.adeptdev-storefront .category-list a:hover { color: var(--ad-blue); }
body.adeptdev-storefront .sort-control,
body.adeptdev-storefront .nice-select.sort-control {
  border: 1px solid var(--ad-line);
  border-radius: 12px;
  background: #fff;
  color: var(--ad-text);
}

/* Product cards */
body.adeptdev-storefront .product-layout { padding-left: 10px; padding-right: 10px; }
body.adeptdev-storefront .product-thumb {
  height: calc(100% - 22px);
  margin-bottom: 22px;
  padding: 14px;
  border: 1px solid var(--ad-line);
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 8px 28px rgba(24, 75, 153, .06);
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
body.adeptdev-storefront .product-thumb:hover {
  transform: translateY(-4px);
  border-color: rgba(20,103,255,.28);
  box-shadow: 0 20px 42px rgba(24, 75, 153, .14);
}
body.adeptdev-storefront .product-thumb.outstock { filter: none; opacity: .62; }
body.adeptdev-storefront .product-thumb .image {
  height: 272px;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  overflow: hidden;
}
body.adeptdev-storefront .product-thumb .image img { transition: transform .28s ease; }
body.adeptdev-storefront .product-thumb:hover .image img { transform: scale(1.025); }
body.adeptdev-storefront .product-thumb .btns { right: 24px; top: 24px; gap: 8px; }
body.adeptdev-storefront .product-thumb .btns button {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin: 0 !important;
  border: 1px solid var(--ad-line);
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 8px 20px rgba(24,75,153,.08);
}
body.adeptdev-storefront .product-thumb .labels > span,
body.adeptdev-storefront .product-image .labels > span { border-radius: 10px; }
body.adeptdev-storefront .product-thumb .labels > span.pr-sale,
body.adeptdev-storefront .product-image .labels > span.pr-sale { background: var(--ad-blue); }
body.adeptdev-storefront .product-thumb .labels > span.pr-new,
body.adeptdev-storefront .product-image .labels > span.pr-new { background: var(--ad-success); }
body.adeptdev-storefront .product-thumb .labels > span.pr-top,
body.adeptdev-storefront .product-image .labels > span.pr-top { background: linear-gradient(135deg, var(--ad-blue), var(--ad-cyan)); }
body.adeptdev-storefront .product-thumb .caption { height: 196px; padding-top: 12px; }
body.adeptdev-storefront .product-thumb .caption .model { color: var(--ad-muted); }
body.adeptdev-storefront .product-thumb .caption > a {
  color: var(--ad-text);
  font-weight: 650;
  line-height: 1.45;
  word-break: normal;
}
body.adeptdev-storefront .product-thumb .caption > a:hover { color: var(--ad-blue); }
body.adeptdev-storefront .rating > * { color: var(--ad-muted) !important; }
body.adeptdev-storefront .product-thumb .price .price-old { color: #8b98ad; }
body.adeptdev-storefront .product-thumb .price .price-new { color: var(--ad-blue-deep); letter-spacing: -.03em; }
body.adeptdev-storefront .product-thumb .price .price-per { color: var(--ad-blue); }
body.adeptdev-storefront .product-thumb .caption > button {
  border-color: rgba(20,103,255,.24);
  color: var(--ad-blue-strong);
  border-radius: 13px;
  font-weight: 700;
  background: var(--ad-surface-blue);
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}
body.adeptdev-storefront .product-thumb:not(.outstock) .caption > button:hover {
  border-color: var(--ad-blue);
  background: var(--ad-blue);
  color: #fff;
  box-shadow: 0 12px 24px rgba(20,103,255,.22);
}

/* Product page */
body.adeptdev-storefront .main-image {
  border: 1px solid var(--ad-line);
  background: #fff;
  box-shadow: var(--ad-shadow-sm);
}
body.adeptdev-storefront .product-image .swiper-viewport .swiper-slide img {
  border: 1px solid var(--ad-line);
  box-shadow: none;
}
body.adeptdev-storefront .product-image .swiper-viewport .swiper-slide.active img { border-color: var(--ad-blue); }
body.adeptdev-storefront .product-image .swiper-viewport .swiper-pager > div {
  border-color: rgba(20,103,255,.35);
}
body.adeptdev-storefront .product-data h1 { color: var(--ad-blue-deep); }
body.adeptdev-storefront .product-data .price .price-new { color: var(--ad-blue-deep); }
body.adeptdev-storefront .product-data .price b { color: var(--ad-blue); }
body.adeptdev-storefront .product-data .quantity button { background: var(--ad-surface-blue); }
body.adeptdev-storefront .product-data .quantity button:before,
body.adeptdev-storefront .product-data .quantity input + button:after { background: var(--ad-blue); }
body.adeptdev-storefront .product-data .quantity button:hover { background: var(--ad-blue); }

/* Generic controls */
body.adeptdev-storefront .btn-primary,
body.adeptdev-storefront .button-primary,
body.adeptdev-storefront button.btn-primary {
  border-color: var(--ad-blue);
  border-radius: 12px;
  background: linear-gradient(135deg, var(--ad-blue), var(--ad-blue-strong));
  box-shadow: 0 10px 22px rgba(20,103,255,.18);
}
body.adeptdev-storefront .btn-primary:hover,
body.adeptdev-storefront .button-primary:hover,
body.adeptdev-storefront button.btn-primary:hover { border-color: var(--ad-blue-strong); background: var(--ad-blue-strong); }
body.adeptdev-storefront .form-control {
  border-color: var(--ad-line);
  border-radius: 12px;
  box-shadow: none;
}
body.adeptdev-storefront .form-control:focus {
  border-color: rgba(20,103,255,.55);
  box-shadow: 0 0 0 4px rgba(20,103,255,.09);
}
body.adeptdev-storefront .panel,
body.adeptdev-storefront .well {
  border-color: var(--ad-line);
  border-radius: var(--ad-radius);
  box-shadow: var(--ad-shadow-sm);
}
body.adeptdev-storefront .pagination > .active > span,
body.adeptdev-storefront .text-center .pagination > li > span {
  background: var(--ad-blue) !important;
  border-radius: 10px;
}
body.adeptdev-storefront .text-center .pagination > li > a { color: var(--ad-muted); }
body.adeptdev-storefront .text-center .pagination > li > a:hover { color: var(--ad-blue); }

/* Footer */
body.adeptdev-storefront footer {
  margin-top: 110px;
  padding-top: 58px;
  color: rgba(255,255,255,.78);
  background:
    radial-gradient(circle at 88% 20%, rgba(32,199,244,.16), transparent 24rem),
    linear-gradient(135deg, #061633 0%, #0a2451 60%, #0b3478 100%);
  border-top: 1px solid rgba(86,157,255,.18);
}
body.adeptdev-storefront footer > img { opacity: .08; filter: grayscale(1) brightness(4); }
body.adeptdev-storefront footer .footer-row .logo {
  display: flex;
  align-items: center;
}
body.adeptdev-storefront footer .footer-row .logo img {
  width: 228px;
  height: auto;
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0,0,0,.14);
}
body.adeptdev-storefront footer .footer-row .title { color: #fff; letter-spacing: .02em; }
body.adeptdev-storefront footer .address,
body.adeptdev-storefront footer .column a,
body.adeptdev-storefront footer .column.big > div > a { color: rgba(255,255,255,.78); }
body.adeptdev-storefront footer .column a:hover { color: #69d9ff; }
body.adeptdev-storefront footer svg path { stroke: #69d9ff !important; }
body.adeptdev-storefront footer .socials svg:not(.stroke) path { fill: #69d9ff !important; stroke: none !important; }
body.adeptdev-storefront footer > p {
  color: rgba(255,255,255,.64);
  background: rgba(1, 10, 27, .34);
  border-top: 1px solid rgba(255,255,255,.08);
}

/* Mobile */
@media (max-width: 991px) {
  body.adeptdev-storefront .slideshow { width: min(100%, 920px); margin-top: 18px; margin-bottom: 48px; }
  body.adeptdev-storefront .slideshow img { height: clamp(280px, 34vw, 340px); }
  body.adeptdev-storefront header { padding-top: 8px; }
  body.adeptdev-storefront .container { padding-left: 16px; padding-right: 16px; }
  body.adeptdev-storefront .top-flex .logo img { width: 174px; height: 40px; }
  body.adeptdev-storefront .logo-row { padding: 10px 0 14px; gap: 10px; }
  body.adeptdev-storefront .logo-row .search { max-width: none; width: 100%; }
  body.adeptdev-storefront .product-layout.col-xs-6 { border: 0; }
  body.adeptdev-storefront .product-thumb { padding: 10px; border-radius: 16px; }
  body.adeptdev-storefront .product-thumb .image { height: 220px; }
  body.adeptdev-storefront .product-thumb .caption { height: auto; }
  body.adeptdev-storefront footer { margin-top: 72px; }
}

@media (max-width: 767px) {
  body.adeptdev-storefront .slideshow { width: 100%; margin-top: 14px; margin-bottom: 38px; }
  body.adeptdev-storefront .slideshow .swiper-container { border-radius: 20px; }
  body.adeptdev-storefront .slideshow img { height: clamp(210px, 46vw, 280px); border-radius: 19px; }
  body.adeptdev-storefront .slideshow .swiper-pager { width: calc(100% + 16px) !important; left: -8px; }
  body.adeptdev-storefront .slideshow .swiper-pager > div { width: 40px; height: 40px; }
  body.adeptdev-storefront .container { padding-left: 12px; padding-right: 12px; }
  body.adeptdev-storefront header { position: sticky; }
  body.adeptdev-storefront .top-flex { min-height: 42px; }
  body.adeptdev-storefront .top-flex .logo img { width: 150px; height: 36px; }
  body.adeptdev-storefront .logo-row { padding-left: 0; padding-right: 0; }
  body.adeptdev-storefront .logo-row .search { height: 48px; border-radius: 13px; }
  body.adeptdev-storefront .menu-btns > button,
  body.adeptdev-storefront .menu-btns .cart > button { min-width: 42px; padding: 5px; }
  body.adeptdev-storefront .product-layout { padding-left: 5px; padding-right: 5px; }
  body.adeptdev-storefront .product-thumb { margin-bottom: 10px; }
  body.adeptdev-storefront .product-thumb .image { height: 172px; }
  body.adeptdev-storefront .product-thumb .btns { right: 16px; top: 16px; }
  body.adeptdev-storefront .product-thumb .btns button { width: 34px; height: 34px; }
  body.adeptdev-storefront .product-thumb .caption > a { height: 64px; font-size: 13px; line-height: 1.38; }
  body.adeptdev-storefront .product-thumb .price .price-new { font-size: 18px; }
  body.adeptdev-storefront .product-thumb .caption > button { margin-top: 12px; height: 40px; }
  body.adeptdev-storefront h1.common { font-size: 27px; line-height: 1.2; }
  body.adeptdev-storefront footer .footer-row .logo img { width: 190px; }
}

@media (prefers-reduced-motion: reduce) {
  body.adeptdev-storefront *,
  body.adeptdev-storefront *::before,
  body.adeptdev-storefront *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}


/* ==========================================================
   Home experience pass v0.4 · web.adeptdev.ro
   Premium storefront demo: capability rail, categories,
   product modules and refined header interactions.
   ========================================================== */

/* Home rhythm */
body.adeptdev-storefront #common-home { padding-top: 0; }
body.adeptdev-storefront #common-home + .container { position: relative; }
body.adeptdev-storefront #common-home .module-title,
body.adeptdev-storefront #common-home + .container .module-title {
  position: relative;
  margin-bottom: 26px;
  font-size: clamp(29px, 2.35vw, 38px);
  line-height: 1.08;
  font-weight: 750;
  letter-spacing: -.045em;
}
body.adeptdev-storefront #common-home .module-title::after,
body.adeptdev-storefront #common-home + .container .module-title::after {
  content: '';
  width: 54px;
  height: 4px;
  margin-top: 13px;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--ad-blue), var(--ad-cyan));
  box-shadow: 0 4px 14px rgba(20,103,255,.22);
}

/* Header polish: quieter secondary row, stronger primary tools */
body.adeptdev-storefront .top-flex {
  border-bottom: 1px solid rgba(220,231,251,.68);
}
body.adeptdev-storefront .top-flex .next .open,
body.adeptdev-storefront .top-flex .next .address > a,
body.adeptdev-storefront .top-flex .telephone > div {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
}
body.adeptdev-storefront .logo-row > button {
  position: relative;
  overflow: hidden;
}
body.adeptdev-storefront .logo-row > button::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 22%, rgba(255,255,255,.16) 48%, transparent 74%);
  transform: translateX(-130%);
  transition: transform .55s ease;
}
body.adeptdev-storefront .logo-row > button:hover::after { transform: translateX(130%); }
body.adeptdev-storefront .menu-btns > button,
body.adeptdev-storefront .menu-btns .cart > button {
  min-height: 48px;
  border: 1px solid transparent;
}
body.adeptdev-storefront .menu-btns > button:hover,
body.adeptdev-storefront .menu-btns .cart > button:hover {
  border-color: rgba(20,103,255,.10);
}

/* Hero capability rail */
body.adeptdev-storefront .slideshow { margin-bottom: 54px; }
body.adeptdev-storefront .ad-store-benefits {
  width: min(100%, 1080px);
  margin: 0 auto 52px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 8px;
  border: 1px solid rgba(207,222,247,.84);
  border-radius: 20px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 36px rgba(22,73,145,.07);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
body.adeptdev-storefront .ad-store-benefit {
  min-width: 0;
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 16px;
  border-radius: 15px;
  transition: background .2s ease, transform .2s ease;
}
body.adeptdev-storefront .ad-store-benefit + .ad-store-benefit {
  border-left: 1px solid rgba(220,231,251,.82);
}
body.adeptdev-storefront .ad-store-benefit:hover {
  background: linear-gradient(135deg, rgba(237,244,255,.9), rgba(246,251,255,.96));
  transform: translateY(-1px);
}
body.adeptdev-storefront .ad-store-benefit__icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(20,103,255,.13);
  border-radius: 13px;
  color: var(--ad-blue);
  background: linear-gradient(145deg, #f4f8ff, #e8f2ff);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}
body.adeptdev-storefront .ad-store-benefit__icon svg { width: 23px; height: 23px; }
body.adeptdev-storefront .ad-store-benefit__copy { min-width: 0; display: flex; flex-direction: column; }
body.adeptdev-storefront .ad-store-benefit__copy strong {
  overflow: hidden;
  color: var(--ad-blue-deep);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 750;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.adeptdev-storefront .ad-store-benefit__copy small {
  margin-top: 3px;
  overflow: hidden;
  color: var(--ad-muted);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 520;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Category carousel: visual cards instead of old template-looking tiles */
body.adeptdev-storefront .category-carousel {
  margin: 18px 0 76px;
  padding: 2px 0 4px;
  background: transparent;
}
body.adeptdev-storefront .category-carousel .swiper-container { padding: 8px 3px 18px; }
body.adeptdev-storefront .category-carousel .swiper-slide a {
  height: 168px;
  padding: 22px;
  border: 1px solid rgba(207,222,247,.92);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 14%, rgba(32,199,244,.13), transparent 35%),
    linear-gradient(145deg, #fff 0%, #f8fbff 100%);
  box-shadow: 0 10px 28px rgba(24,75,153,.07);
  overflow: hidden;
  isolation: isolate;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
body.adeptdev-storefront .category-carousel .swiper-slide a::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  right: -36px;
  bottom: -44px;
  border-radius: 50%;
  background: rgba(20,103,255,.07);
  z-index: -1;
}
body.adeptdev-storefront .category-carousel .swiper-slide a:hover {
  transform: translateY(-4px);
  border-color: rgba(20,103,255,.30);
  background:
    radial-gradient(circle at 92% 14%, rgba(32,199,244,.17), transparent 35%),
    linear-gradient(145deg, #fff, #eef5ff);
  box-shadow: 0 22px 44px rgba(24,75,153,.14);
}
body.adeptdev-storefront .category-carousel .swiper-slide p {
  position: relative;
  z-index: 2;
  max-width: 68%;
  margin: 0;
  color: var(--ad-blue-deep);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 760;
  letter-spacing: -.025em;
}
body.adeptdev-storefront .category-carousel .swiper-slide span {
  position: relative;
  z-index: 2;
  width: fit-content;
  max-width: none;
  min-height: 34px;
  padding: 7px 12px;
  gap: 9px;
  border: 1px solid rgba(20,103,255,.13);
  border-radius: 11px;
  color: var(--ad-blue-strong);
  background: rgba(237,244,255,.90);
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
}
body.adeptdev-storefront .category-carousel .swiper-slide span svg path { stroke: var(--ad-blue) !important; }
body.adeptdev-storefront .category-carousel .swiper-slide a > svg {
  right: 18px;
  bottom: 14px;
  width: 78px;
  max-height: 92px;
  opacity: .82;
  transform: scale(.94);
  transform-origin: bottom right;
  transition: transform .24s ease, opacity .24s ease;
}
body.adeptdev-storefront .category-carousel .swiper-slide a > svg path { fill: var(--ad-blue) !important; }
body.adeptdev-storefront .category-carousel .swiper-slide a:hover > svg { transform: scale(1); opacity: .96; }
body.adeptdev-storefront .category-carousel .swiper-slide a:hover p { color: var(--ad-blue-deep); }
body.adeptdev-storefront .category-carousel .swiper-slide a:hover > span {
  color: #fff;
  background: var(--ad-blue);
  border-color: var(--ad-blue);
}
body.adeptdev-storefront .category-carousel .swiper-slide a:hover > span svg path { stroke: #fff !important; }

/* Product modules: cleaner section framing */
body.adeptdev-storefront .product-carousel {
  position: relative;
  margin: 0 0 74px;
  padding: 28px 28px 8px;
  border: 1px solid rgba(215,228,248,.88);
  border-radius: 26px;
  background: rgba(255,255,255,.66);
  box-shadow: 0 18px 48px rgba(24,75,153,.055);
  overflow: visible;
}
body.adeptdev-storefront .product-carousel + .product-carousel {
  padding-top: 28px;
  border-top: 1px solid rgba(215,228,248,.88);
}
body.adeptdev-storefront .product-carousel .for-scroll { margin: -6px 0 14px; }
body.adeptdev-storefront .tab-listing { gap: 8px; }
body.adeptdev-storefront .tab-listing button {
  margin: 0 0 8px;
  padding: 8px 15px;
  border: 1px solid rgba(20,103,255,.10);
  border-radius: 999px;
  color: var(--ad-blue-strong);
  background: var(--ad-surface-blue);
  font-size: 12px;
  font-weight: 650;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
body.adeptdev-storefront .tab-listing button:hover,
body.adeptdev-storefront .tab-listing button.active {
  color: #fff;
  border-color: var(--ad-blue);
  background: var(--ad-blue);
  transform: translateY(-1px);
}
body.adeptdev-storefront .product-carousel .swiper-container { padding: 6px 3px 10px; }
body.adeptdev-storefront .product-carousel .swiper-slide { height: auto; }
body.adeptdev-storefront .product-carousel .product-thumb {
  height: 100%;
  margin-bottom: 0;
  padding: 13px;
  border-radius: 19px;
  background: #fff;
}
body.adeptdev-storefront .product-carousel .product-thumb .image { height: 250px; }
body.adeptdev-storefront .product-carousel .product-thumb .caption {
  height: auto;
  min-height: 218px;
  display: flex;
  flex-direction: column;
  padding-top: 14px;
}
body.adeptdev-storefront .product-carousel .product-thumb .caption .model {
  order: 0;
  margin-bottom: 6px;
  color: #7d8ba3;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}
body.adeptdev-storefront .product-carousel .product-thumb .price { order: 1; min-height: 32px; margin-bottom: 7px; }
body.adeptdev-storefront .product-carousel .product-thumb .caption > a {
  order: 2;
  height: auto;
  min-height: 64px;
  margin-bottom: 8px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body.adeptdev-storefront .product-carousel .product-thumb .rating { order: 3; margin-top: auto; }
body.adeptdev-storefront .product-carousel .product-thumb .caption > button {
  order: 4;
  display: flex;
  height: 42px;
  margin-top: 13px;
  opacity: 1;
}
body.adeptdev-storefront .product-carousel .product-thumb .caption > button svg { width: 20px; height: 20px; }
body.adeptdev-storefront .product-carousel .swiper-pager { top: 50% !important; }
body.adeptdev-storefront .product-carousel .swiper-pager > div {
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,.96);
}
body.adeptdev-storefront .product-carousel .swiper-pagination {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 14px;
}
body.adeptdev-storefront .product-carousel .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 4px;
  opacity: .28;
  background: var(--ad-blue);
}
body.adeptdev-storefront .product-carousel .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 99px;
  opacity: 1;
}

/* Any legacy wide banner placed on home should look intentional in the new system. */
body.adeptdev-storefront #common-home .swiper-viewport:not(.slideshow):not(.product-carousel):not(.category-carousel),
body.adeptdev-storefront #common-home + .container .swiper-viewport:not(.slideshow):not(.product-carousel):not(.category-carousel) {
  border-radius: 22px;
}
body.adeptdev-storefront #common-home .swiper-viewport:not(.slideshow):not(.product-carousel):not(.category-carousel) img,
body.adeptdev-storefront #common-home + .container .swiper-viewport:not(.slideshow):not(.product-carousel):not(.category-carousel) img {
  border-radius: 22px;
}


body.adeptdev-storefront .product-carousel .swiper-pager svg path,
body.adeptdev-storefront .category-carousel > .swiper-pager svg path { stroke: var(--ad-blue) !important; }

/* Promo banner modules keep their content, but lose the legacy template framing. */
body.adeptdev-storefront #common-home .ad-promo-banner,
body.adeptdev-storefront #common-home + .container .ad-promo-banner {
  position: relative;
  margin: 6px 0 72px;
  padding: 8px;
  border: 1px solid rgba(20,103,255,.13);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 0%, rgba(32,199,244,.15), transparent 20rem),
    linear-gradient(135deg, #eef5ff 0%, #f8fbff 52%, #edf8ff 100%);
  box-shadow: 0 18px 46px rgba(24,75,153,.08);
  overflow: hidden;
}
body.adeptdev-storefront #common-home .ad-promo-banner::before,
body.adeptdev-storefront #common-home + .container .ad-promo-banner::before {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  top: -120px;
  border-radius: 50%;
  background: rgba(20,103,255,.08);
  pointer-events: none;
}
body.adeptdev-storefront #common-home .ad-promo-banner .swiper-container,
body.adeptdev-storefront #common-home + .container .ad-promo-banner .swiper-container {
  border-radius: 18px;
  overflow: hidden;
}
body.adeptdev-storefront #common-home .ad-promo-banner img,
body.adeptdev-storefront #common-home + .container .ad-promo-banner img {
  width: 100%;
  border-radius: 18px;
}

@media (max-width: 1199px) {
  body.adeptdev-storefront .ad-store-benefits { width: 100%; }
  body.adeptdev-storefront .ad-store-benefit { padding-left: 12px; padding-right: 12px; }
  body.adeptdev-storefront .ad-store-benefit__icon { width: 38px; height: 38px; flex-basis: 38px; }
  body.adeptdev-storefront .product-carousel { padding-left: 20px; padding-right: 20px; }
}

@media (max-width: 991px) {
  body.adeptdev-storefront .ad-store-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-bottom: 44px;
  }
  body.adeptdev-storefront .ad-store-benefit:nth-child(3) { border-left: 0; border-top: 1px solid rgba(220,231,251,.82); }
  body.adeptdev-storefront .ad-store-benefit:nth-child(4) { border-top: 1px solid rgba(220,231,251,.82); }
  body.adeptdev-storefront .category-carousel .swiper-slide a { height: 156px; }
  body.adeptdev-storefront .product-carousel { margin-bottom: 56px; padding: 22px 18px 6px; border-radius: 22px; }
  body.adeptdev-storefront .product-carousel .product-thumb .image { height: 220px; }
}

@media (max-width: 767px) {
  body.adeptdev-storefront .slideshow { margin-bottom: 38px; }
  body.adeptdev-storefront .ad-store-benefits {
    display: flex;
    gap: 8px;
    width: calc(100% + 12px);
    margin: 0 -6px 36px;
    padding: 6px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    border-radius: 16px;
  }
  body.adeptdev-storefront .ad-store-benefits::-webkit-scrollbar { display: none; }
  body.adeptdev-storefront .ad-store-benefit {
    min-width: 235px;
    min-height: 68px;
    scroll-snap-align: start;
    border: 0 !important;
    background: #fff;
    box-shadow: 0 5px 16px rgba(24,75,153,.05);
  }
  body.adeptdev-storefront .ad-store-benefit__copy strong { font-size: 13px; }
  body.adeptdev-storefront .ad-store-benefit__copy small { font-size: 11px; }
  body.adeptdev-storefront #common-home .module-title,
  body.adeptdev-storefront #common-home + .container .module-title {
    margin-bottom: 20px;
    font-size: 27px;
  }
  body.adeptdev-storefront .category-carousel { margin-bottom: 46px; }
  body.adeptdev-storefront .category-carousel .swiper-container { padding-bottom: 12px; }
  body.adeptdev-storefront .category-carousel .swiper-slide a { height: 146px; padding: 18px; border-radius: 17px; }
  body.adeptdev-storefront .category-carousel .swiper-slide p { max-width: 72%; font-size: 16px; }
  body.adeptdev-storefront .category-carousel .swiper-slide span { min-height: 31px; padding: 6px 10px; }
  body.adeptdev-storefront .product-carousel {
    margin-left: -4px;
    margin-right: -4px;
    padding: 18px 9px 4px;
    border-radius: 19px;
  }
  body.adeptdev-storefront .product-carousel .product-thumb { padding: 9px; border-radius: 15px; }
  body.adeptdev-storefront .product-carousel .product-thumb .image { height: 168px; }
  body.adeptdev-storefront .product-carousel .product-thumb .caption { min-height: 208px; }
  body.adeptdev-storefront .product-carousel .product-thumb .caption > a { min-height: 58px; font-size: 13px; }
  body.adeptdev-storefront .product-carousel .product-thumb .caption > button { height: 39px; font-size: 12px; }
  body.adeptdev-storefront .product-carousel .swiper-pager { display: none; }
}

/* === AdeptDEV product image fallback ==================================== */
body.adeptdev-storefront img.adeptdev-image-fallback {
  object-fit: contain !important;
  background: #f8fbff;
}
body.adeptdev-storefront .product-thumb:hover img.adeptdev-image-fallback {
  transform: none !important;
}

/* AdeptDEV Storefront v0.7 · premium top information dock */
body.adeptdev-storefront header {
  border-bottom: 0;
  box-shadow: 0 12px 34px rgba(28, 75, 145, .055);
}

body.adeptdev-storefront .top-flex {
  border-bottom: 0;
}

body.adeptdev-storefront .ad-top-info {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px;
  border: 1px solid rgba(193, 214, 247, .72);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(32, 199, 244, .11), transparent 42%),
    linear-gradient(135deg, rgba(245, 249, 255, .96), rgba(237, 244, 255, .88));
  box-shadow:
    0 10px 28px rgba(31, 83, 160, .075),
    inset 0 1px 0 rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

body.adeptdev-storefront .ad-top-info .ad-top-info__item {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 5px 12px 5px 6px;
  border-radius: 13px;
  background: rgba(255,255,255,.72);
  color: #45607f;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

body.adeptdev-storefront .ad-top-info .ad-top-info__item--hours {
  padding-right: 14px;
}

body.adeptdev-storefront .ad-top-info .ad-top-info__item--address {
  padding: 0;
}

body.adeptdev-storefront .ad-top-info .ad-top-info__item--address > a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 5px 8px 5px 6px;
  border-radius: 13px;
  color: #173457;
}

body.adeptdev-storefront .ad-top-info .ad-top-info__item--address:hover {
  background: #fff;
  box-shadow: 0 7px 18px rgba(20, 103, 255, .10);
  transform: translateY(-1px);
}

body.adeptdev-storefront .ad-top-info__icon {
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  border-radius: 10px;
  color: #1266f5;
  background: linear-gradient(145deg, #ffffff 0%, #e7f1ff 100%);
  box-shadow:
    0 5px 13px rgba(20,103,255,.12),
    inset 0 0 0 1px rgba(20,103,255,.08);
}

body.adeptdev-storefront .ad-top-info__icon svg {
  display: block;
}

body.adeptdev-storefront .ad-top-info p {
  margin: 0;
  color: #536b8b;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -.012em;
  white-space: nowrap;
}

body.adeptdev-storefront .ad-top-info__item--address p {
  color: #173457;
  font-weight: 650;
}

body.adeptdev-storefront .ad-top-info__arrow {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
  border-radius: 8px;
  color: #5e7da7;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}

body.adeptdev-storefront .ad-top-info__item--address:hover .ad-top-info__arrow {
  color: var(--ad-blue);
  background: rgba(20,103,255,.075);
  transform: translate(1px,-1px);
}

@media (max-width: 1200px) and (min-width: 992px) {
  body.adeptdev-storefront .ad-top-info {
    padding: 4px;
    border-radius: 16px;
  }
  body.adeptdev-storefront .ad-top-info .ad-top-info__item--hours {
    padding-right: 10px;
  }
  body.adeptdev-storefront .ad-top-info p {
    font-size: 12.5px;
  }
}

@media (max-width: 767px) {
  body.adeptdev-storefront header {
    border-bottom: 0;
  }
  body.adeptdev-storefront .top-flex {
    border-bottom: 0;
  }
}


/* AdeptDEV Storefront v0.9 · contextual store-hours panel */
body.adeptdev-storefront .top-flex {
  position: relative;
  z-index: 140;
  overflow: visible;
}

body.adeptdev-storefront .logo-row {
  position: relative;
  z-index: 20;
}

body.adeptdev-storefront .ad-top-info,
body.adeptdev-storefront .ad-top-info__item--hours {
  overflow: visible;
}

body.adeptdev-storefront .ad-top-info__item--hours {
  position: relative;
  padding: 0 !important;
  z-index: 160;
}

body.adeptdev-storefront .ad-hours-trigger {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 5px 8px 5px 6px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
  outline: none;
}

body.adeptdev-storefront .ad-hours-trigger:hover,
body.adeptdev-storefront .ad-hours-trigger:focus-visible,
body.adeptdev-storefront .ad-top-info__item--hours.is-hours-open .ad-hours-trigger {
  background: #fff;
  box-shadow: 0 7px 18px rgba(20,103,255,.10);
}

body.adeptdev-storefront .ad-hours-trigger:focus-visible {
  box-shadow: 0 0 0 3px rgba(20,103,255,.14), 0 7px 18px rgba(20,103,255,.10);
}

body.adeptdev-storefront .ad-hours-trigger__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

body.adeptdev-storefront .ad-hours-trigger__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #496785;
  font-size: 10px;
  line-height: 1.15;
  font-weight: 760;
  letter-spacing: .015em;
  white-space: nowrap;
}

body.adeptdev-storefront .ad-hours-trigger__schedule {
  color: #173457;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 680;
  letter-spacing: -.012em;
  white-space: nowrap;
}

body.adeptdev-storefront .ad-hours-status-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  display: inline-block;
  border-radius: 50%;
  background: #9aaec6;
  box-shadow: 0 0 0 3px rgba(154,174,198,.12);
}

body.adeptdev-storefront .ad-top-info__item--hours.is-open-now .ad-hours-status-dot {
  background: #19a96f;
  box-shadow: 0 0 0 3px rgba(25,169,111,.12);
}

body.adeptdev-storefront .ad-top-info__item--hours.is-closed-now .ad-hours-status-dot {
  background: #8ca1bc;
  box-shadow: 0 0 0 3px rgba(140,161,188,.12);
}

body.adeptdev-storefront .ad-hours-trigger__chevron {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  border-radius: 8px;
  color: #6d84a4;
  transition: transform .22s ease, background .2s ease, color .2s ease;
}

body.adeptdev-storefront .ad-hours-trigger:hover .ad-hours-trigger__chevron {
  color: var(--ad-blue);
  background: rgba(20,103,255,.07);
}

body.adeptdev-storefront .ad-top-info__item--hours.is-hours-open .ad-hours-trigger__chevron {
  transform: rotate(180deg);
  color: var(--ad-blue);
  background: rgba(20,103,255,.08);
}

body.adeptdev-storefront .ad-hours-popover {
  position: absolute;
  top: calc(100% + 11px);
  left: -7px;
  width: 398px;
  padding: 16px;
  border: 1px solid rgba(184,209,246,.78);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 2%, rgba(32,199,244,.12), transparent 185px),
    linear-gradient(155deg, rgba(255,255,255,.995), rgba(244,249,255,.992));
  box-shadow: 0 28px 72px rgba(16,48,98,.22), 0 8px 24px rgba(20,103,255,.09);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  transform: translateY(-8px) scale(.985);
  transform-origin: 42px 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 999;
}

body.adeptdev-storefront .ad-hours-popover[hidden] {
  display: block;
}

body.adeptdev-storefront .ad-top-info__item--hours.is-hours-open .ad-hours-popover {
  transform: translateY(0) scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.adeptdev-storefront .ad-hours-popover::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 34px;
  width: 13px;
  height: 13px;
  border-top: 1px solid rgba(184,209,246,.78);
  border-left: 1px solid rgba(184,209,246,.78);
  background: #fff;
  transform: rotate(45deg);
}

body.adeptdev-storefront .ad-hours-popover__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 2px 2px 13px;
}

body.adeptdev-storefront .ad-hours-popover__heading {
  min-width: 0;
}

body.adeptdev-storefront .ad-hours-popover__eyebrow {
  display: block;
  margin-bottom: 3px;
  color: #6f88aa;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.adeptdev-storefront .ad-hours-popover__heading > strong {
  display: block;
  color: #102c52;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 780;
  letter-spacing: -.025em;
}

body.adeptdev-storefront .ad-hours-popover__close {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(20,103,255,.08);
  border-radius: 11px;
  background: rgba(240,246,255,.85);
  color: #6a82a2;
  cursor: pointer;
  transition: color .18s ease, background .18s ease, transform .18s ease;
}

body.adeptdev-storefront .ad-hours-popover__close:hover,
body.adeptdev-storefront .ad-hours-popover__close:focus-visible {
  color: var(--ad-blue);
  background: #fff;
  transform: translateY(-1px);
  outline: none;
}

body.adeptdev-storefront .ad-hours-today-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 13px;
  padding: 14px;
  border: 1px solid rgba(20,103,255,.12);
  border-radius: 18px;
  background:
    radial-gradient(circle at 96% 0%, rgba(32,199,244,.14), transparent 130px),
    linear-gradient(135deg, rgba(233,243,255,.96), rgba(250,252,255,.99));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
}

body.adeptdev-storefront .ad-hours-today-card::after {
  content: '';
  position: absolute;
  right: -36px;
  bottom: -54px;
  width: 135px;
  height: 135px;
  border: 24px solid rgba(20,103,255,.035);
  border-radius: 50%;
  pointer-events: none;
}

body.adeptdev-storefront .ad-hours-today-card__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
}

body.adeptdev-storefront .ad-hours-today-card__eyebrow {
  display: block;
  margin-bottom: 3px;
  color: #6f88aa;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

body.adeptdev-storefront .ad-hours-today-card__head > div > strong {
  display: block;
  color: #12345f;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 780;
  letter-spacing: -.018em;
}

body.adeptdev-storefront .ad-hours-popover__live {
  max-width: 150px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  box-shadow: inset 0 0 0 1px rgba(20,103,255,.07);
  color: #4c678a;
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 750;
  white-space: nowrap;
}

body.adeptdev-storefront .ad-hours-today-card__main {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
  padding: 12px 13px;
  border-radius: 15px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 8px 20px rgba(35,82,152,.065), inset 0 0 0 1px rgba(20,103,255,.055);
}

body.adeptdev-storefront .ad-hours-today-card__icon {
  width: 43px;
  height: 43px;
  flex: 0 0 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #1266f5;
  background: linear-gradient(145deg, #f8fbff, #e7f1ff);
  box-shadow: inset 0 0 0 1px rgba(20,103,255,.08);
}

body.adeptdev-storefront .ad-hours-today-card__copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

body.adeptdev-storefront .ad-hours-today-card__copy > span {
  color: #6c82a0;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 680;
}

body.adeptdev-storefront .ad-hours-today-card__copy > strong {
  color: #0d58ca;
  font-size: 20px;
  line-height: 1.12;
  font-weight: 820;
  letter-spacing: -.035em;
  text-transform: none;
}

body.adeptdev-storefront .ad-hours-today-card__copy > small {
  min-height: 14px;
  margin-top: 2px;
  color: #5d7696;
  font-size: 10.5px;
  line-height: 1.3;
  font-weight: 650;
}

body.adeptdev-storefront .ad-hours-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 5px 6px;
  color: #7b90ac;
  font-size: 9.5px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

body.adeptdev-storefront .ad-hours-list {
  display: grid;
  gap: 4px;
}

body.adeptdev-storefront .ad-hours-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 40px;
  padding: 8px 11px;
  border-radius: 11px;
  color: #617995;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

body.adeptdev-storefront .ad-hours-row span {
  font-size: 12px;
  font-weight: 650;
}

body.adeptdev-storefront .ad-hours-row strong {
  color: #1d3d65;
  font-size: 12px;
  font-weight: 780;
  white-space: nowrap;
}

body.adeptdev-storefront .ad-hours-row.is-today {
  color: #245994;
  background: linear-gradient(90deg, rgba(234,243,255,.96), rgba(255,255,255,.98));
  box-shadow: inset 0 0 0 1px rgba(20,103,255,.10);
}


body.adeptdev-storefront .ad-hours-popover__footer {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 10px;
  padding: 11px 9px 2px;
  border-top: 1px solid rgba(207,222,244,.72);
  color: #7b91ad;
  font-size: 10.5px;
  font-weight: 650;
}

body.adeptdev-storefront .ad-hours-popover__clock-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3778d6;
}

body.adeptdev-storefront .ad-hours-popover__footer strong {
  margin-left: auto;
  color: #173457;
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 1200px) and (min-width: 992px) {
  body.adeptdev-storefront .ad-hours-trigger__status {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  body.adeptdev-storefront .ad-hours-trigger__schedule { font-size: 11.5px; }
  body.adeptdev-storefront .ad-hours-popover { width: 380px; }
}

@media (prefers-reduced-motion: reduce) {
  body.adeptdev-storefront .ad-hours-popover,
  body.adeptdev-storefront .ad-hours-trigger__chevron,
  body.adeptdev-storefront .ad-hours-popover__close { transition: none !important; }
}


/* AdeptDEV Storefront v0.10 · premium contact + language control */
body.adeptdev-storefront .ad-contact-zone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
}

body.adeptdev-storefront .ad-contact-card {
  position: relative;
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 4px;
  margin: 0 !important;
  padding: 4px;
  border: 1px solid rgba(193,214,247,.78);
  border-radius: 17px;
  background:
    radial-gradient(circle at 0 0, rgba(32,199,244,.10), transparent 46%),
    linear-gradient(135deg, rgba(248,251,255,.98), rgba(238,245,255,.94));
  box-shadow: 0 9px 25px rgba(31,83,160,.07), inset 0 1px 0 rgba(255,255,255,.95);
}

body.adeptdev-storefront .ad-contact-call {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px 4px 5px;
  border-radius: 13px;
  color: #15385f !important;
  text-decoration: none !important;
  transition: background .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.adeptdev-storefront .ad-contact-call:hover,
body.adeptdev-storefront .ad-contact-call:focus-visible {
  background: #fff;
  box-shadow: 0 6px 16px rgba(20,103,255,.10);
  transform: translateY(-1px);
  outline: none;
}

body.adeptdev-storefront .ad-contact-call__icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #1266f5;
  background: linear-gradient(145deg, #fff, #e7f1ff);
  box-shadow: 0 5px 13px rgba(20,103,255,.11), inset 0 0 0 1px rgba(20,103,255,.08);
}

body.adeptdev-storefront .ad-contact-call__number {
  min-width: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  white-space: nowrap;
  letter-spacing: -.018em;
}

body.adeptdev-storefront .ad-contact-call__number small {
  color: #7189a8;
  font-size: 11px;
  line-height: 1;
  font-weight: 720;
}

body.adeptdev-storefront .ad-contact-call__number strong {
  color: #173457;
  font-size: 15px;
  line-height: 1;
  font-weight: 820;
  letter-spacing: -.025em;
}

body.adeptdev-storefront .top-flex .telephone .ad-contact-callback {
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0;
  padding: 0 10px;
  border: 0;
  border-radius: 11px;
  background: rgba(20,103,255,.075);
  color: #1266f5;
  font-size: 10.5px;
  line-height: 1.15;
  font-weight: 760;
  text-decoration: none;
  white-space: nowrap;
  transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

body.adeptdev-storefront .top-flex .telephone .ad-contact-callback:hover,
body.adeptdev-storefront .top-flex .telephone .ad-contact-callback:focus-visible {
  background: #1467ff;
  color: #fff;
  box-shadow: 0 7px 16px rgba(20,103,255,.18);
  transform: translateY(-1px);
  outline: none;
}

body.adeptdev-storefront .ad-language-switch {
  padding: 4px;
  border: 1px solid rgba(193,214,247,.74);
  border-radius: 14px;
  background: rgba(244,249,255,.92);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.92);
}

body.adeptdev-storefront .ad-language-switch #form-language {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

body.adeptdev-storefront .ad-language-switch #form-language button {
  min-width: 36px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border-radius: 10px;
  color: #607b9e;
  font-size: 11px;
  line-height: 1;
  font-weight: 760;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.adeptdev-storefront .ad-language-switch #form-language button + button {
  padding-left: 9px;
}

body.adeptdev-storefront .ad-language-switch #form-language button + button::before {
  display: none;
}

body.adeptdev-storefront .ad-language-switch #form-language button:hover,
body.adeptdev-storefront .ad-language-switch #form-language button:focus-visible {
  color: #1266f5;
  background: rgba(255,255,255,.88);
  outline: none;
}

body.adeptdev-storefront .ad-language-switch #form-language button.selected {
  color: #fff;
  background: linear-gradient(135deg, #1a74ff, #0d57ea);
  box-shadow: 0 6px 13px rgba(20,103,255,.20);
}

body.adeptdev-storefront .ad-mobile-menu-toggle {
  color: #1266f5 !important;
}

/* Prevent old server-side hours text flashing while the smart status initializes. */
body.adeptdev-storefront .ad-top-info__item--hours:not([data-hours-rendered="1"]) .ad-hours-trigger__copy {
  position: relative;
  min-width: 205px;
  min-height: 29px;
}

body.adeptdev-storefront .ad-top-info__item--hours:not([data-hours-rendered="1"]) .ad-hours-trigger__status,
body.adeptdev-storefront .ad-top-info__item--hours:not([data-hours-rendered="1"]) .ad-hours-trigger__schedule {
  visibility: hidden;
}

body.adeptdev-storefront .ad-top-info__item--hours:not([data-hours-rendered="1"]) .ad-hours-trigger__copy::before,
body.adeptdev-storefront .ad-top-info__item--hours:not([data-hours-rendered="1"]) .ad-hours-trigger__copy::after {
  content: '';
  position: absolute;
  left: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(199,216,240,.46), rgba(235,243,253,.88), rgba(199,216,240,.46));
  background-size: 180% 100%;
  animation: ad-hours-skeleton 1.15s ease-in-out infinite;
}

body.adeptdev-storefront .ad-top-info__item--hours:not([data-hours-rendered="1"]) .ad-hours-trigger__copy::before {
  top: 2px;
  width: 122px;
  height: 8px;
}

body.adeptdev-storefront .ad-top-info__item--hours:not([data-hours-rendered="1"]) .ad-hours-trigger__copy::after {
  bottom: 2px;
  width: 182px;
  height: 10px;
}

@keyframes ad-hours-skeleton {
  0% { background-position: 100% 0; }
  100% { background-position: -80% 0; }
}

@media (max-width: 1280px) and (min-width: 992px) {
  body.adeptdev-storefront .ad-contact-zone { gap: 5px; margin-left: 6px; }
  body.adeptdev-storefront .ad-contact-card { padding: 3px; }
  body.adeptdev-storefront .ad-contact-call { padding-right: 7px; gap: 6px; }
  body.adeptdev-storefront .ad-contact-call__number small { display: none; }
  body.adeptdev-storefront .ad-contact-call__number strong { font-size: 14px; }
  body.adeptdev-storefront .top-flex .telephone .ad-contact-callback { padding: 0 8px; font-size: 10px; }
  body.adeptdev-storefront .ad-language-switch #form-language button { min-width: 32px; padding: 0 7px; }
}

@media (max-width: 991px) and (min-width: 768px) {
  body.adeptdev-storefront .ad-contact-zone { margin-left: 4px; }
  body.adeptdev-storefront .ad-contact-card { padding: 3px; }
  body.adeptdev-storefront .ad-contact-call__number small,
  body.adeptdev-storefront .top-flex .telephone .ad-contact-callback span { display: none; }
  body.adeptdev-storefront .top-flex .telephone .ad-contact-callback { width: 34px; padding: 0; }
}

@media (max-width: 767px) {
  body.adeptdev-storefront .ad-contact-zone { margin-left: auto; gap: 7px; }
  body.adeptdev-storefront .ad-language-switch { padding: 3px; border-radius: 12px; }
  body.adeptdev-storefront .ad-language-switch #form-language button { height: 29px; min-width: 34px; padding: 0 7px; }
}

@media (prefers-reduced-motion: reduce) {
  body.adeptdev-storefront .ad-top-info__item--hours:not([data-hours-rendered="1"]) .ad-hours-trigger__copy::before,
  body.adeptdev-storefront .ad-top-info__item--hours:not([data-hours-rendered="1"]) .ad-hours-trigger__copy::after {
    animation: none;
  }
}

/* AdeptDEV Storefront v0.11 · premium account / wishlist / compare / cart dock */
body.adeptdev-storefront .logo-row .ad-header-actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: stretch;
  gap: 3px;
  min-width: 0;
  padding: 4px;
  border: 1px solid rgba(193,214,247,.78);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(32,199,244,.08), transparent 45%),
    linear-gradient(135deg, rgba(250,252,255,.98), rgba(241,247,255,.96));
  box-shadow: 0 9px 26px rgba(31,83,160,.07), inset 0 1px 0 rgba(255,255,255,.96);
}

body.adeptdev-storefront .ad-header-actions > .ad-header-action,
body.adeptdev-storefront .ad-header-actions .ad-header-cart > .ad-header-action {
  position: relative;
  width: 66px;
  min-width: 66px;
  min-height: 52px;
  margin: 0;
  padding: 5px 5px 4px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #526f97;
  box-shadow: none;
  transition: color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.adeptdev-storefront .ad-header-actions > .ad-header-action::before,
body.adeptdev-storefront .ad-header-actions .ad-header-cart > .ad-header-action::before {
  display: none !important;
  content: none !important;
}

body.adeptdev-storefront .ad-header-action__icon {
  width: 30px !important;
  height: 28px !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  flex: 0 0 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  color: #125ee9 !important;
  box-shadow: none !important;
}

body.adeptdev-storefront .ad-header-action__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

body.adeptdev-storefront .ad-header-actions .ad-header-action i {
  max-width: 62px;
  display: block !important;
  overflow: hidden;
  color: #5f7596;
  font-size: 10.5px;
  line-height: 1.05;
  font-style: normal;
  font-weight: 680;
  letter-spacing: -.015em;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .18s ease;
}

body.adeptdev-storefront .ad-header-actions > .ad-header-action:hover,
body.adeptdev-storefront .ad-header-actions > .ad-header-action:focus-visible,
body.adeptdev-storefront .ad-header-actions .ad-header-cart > .ad-header-action:hover,
body.adeptdev-storefront .ad-header-actions .ad-header-cart > .ad-header-action:focus-visible {
  color: #0f5be5;
  background: rgba(255,255,255,.96);
  box-shadow: 0 7px 18px rgba(20,103,255,.10), inset 0 0 0 1px rgba(20,103,255,.07);
  transform: translateY(-1px);
  outline: none;
}

body.adeptdev-storefront .ad-header-actions > .ad-header-action:hover i,
body.adeptdev-storefront .ad-header-actions > .ad-header-action:focus-visible i,
body.adeptdev-storefront .ad-header-actions .ad-header-cart > .ad-header-action:hover i,
body.adeptdev-storefront .ad-header-actions .ad-header-cart > .ad-header-action:focus-visible i {
  color: #173d70;
}

body.adeptdev-storefront .ad-header-actions .ad-header-action--cart {
  background: rgba(20,103,255,.07);
}

body.adeptdev-storefront .ad-header-actions .ad-header-action--cart .ad-header-action__icon,
body.adeptdev-storefront .ad-header-actions .ad-header-action--cart i {
  color: #0f5be5 !important;
}

body.adeptdev-storefront .ad-header-action__badge,
body.adeptdev-storefront .menu-btns .cart > button > .ad-header-action__badge {
  position: absolute !important;
  top: 4px !important;
  right: 7px !important;
  left: auto !important;
  width: auto !important;
  min-width: 17px !important;
  height: 17px !important;
  padding: 0 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid #f7faff !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #1b74ff, #0b54df) !important;
  color: #fff !important;
  box-shadow: 0 4px 9px rgba(20,103,255,.22) !important;
  font-size: 8.5px !important;
  line-height: 1 !important;
  font-weight: 820 !important;
  letter-spacing: -.02em;
  transform: none !important;
}

body.adeptdev-storefront .ad-header-cart {
  height: auto !important;
  display: flex;
  align-items: stretch;
}

body.adeptdev-storefront .ad-header-cart.open > .ad-header-action {
  color: #0f5be5;
  background: #fff;
  box-shadow: 0 7px 18px rgba(20,103,255,.10), inset 0 0 0 1px rgba(20,103,255,.08);
}

/* Keep the search flexible while the action dock has a stable premium width. */
body.adeptdev-storefront .logo-row .search {
  min-width: 0;
  flex: 1 1 360px;
}

@media (max-width: 1180px) and (min-width: 992px) {
  body.adeptdev-storefront .logo-row { gap: 9px; }
  body.adeptdev-storefront .logo-row > button { min-width: 158px; }
  body.adeptdev-storefront .logo-row .ad-header-actions { gap: 1px; padding: 3px; }
  body.adeptdev-storefront .ad-header-actions > .ad-header-action,
  body.adeptdev-storefront .ad-header-actions .ad-header-cart > .ad-header-action {
    width: 58px;
    min-width: 58px;
  }
  body.adeptdev-storefront .ad-header-actions .ad-header-action i { max-width: 54px; font-size: 9.5px; }
}

@media (max-width: 991px) {
  body.adeptdev-storefront .logo-row .ad-header-actions {
    position: fixed;
    z-index: 99;
    left: 10px;
    right: 10px;
    bottom: max(8px, env(safe-area-inset-bottom));
    width: auto;
    min-height: 66px;
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2px;
    border: 1px solid rgba(188,210,244,.84);
    border-radius: 21px;
    background: rgba(250,252,255,.95);
    box-shadow: 0 16px 42px rgba(8,38,90,.18), inset 0 1px 0 rgba(255,255,255,.96);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  body.adeptdev-storefront .ad-header-actions > .ad-header-action,
  body.adeptdev-storefront .ad-header-actions .ad-header-cart,
  body.adeptdev-storefront .ad-header-actions .ad-header-cart > .ad-header-action {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.adeptdev-storefront .ad-header-actions > .ad-header-action,
  body.adeptdev-storefront .ad-header-actions .ad-header-cart > .ad-header-action {
    min-height: 56px;
    margin: 0 !important;
    padding: 4px 2px 3px !important;
  }

  body.adeptdev-storefront .ad-header-actions .ad-header-action i {
    max-width: 100%;
    display: block !important;
    color: #627a9d !important;
    font-size: 10px;
  }

  body.adeptdev-storefront .ad-header-action__icon {
    width: 28px !important;
    height: 26px !important;
    flex-basis: 26px !important;
  }

  body.adeptdev-storefront .ad-header-action__badge,
  body.adeptdev-storefront .menu-btns .cart > button > .ad-header-action__badge {
    top: 3px !important;
    right: calc(50% - 24px) !important;
  }
}

@media (max-width: 420px) {
  body.adeptdev-storefront .logo-row .ad-header-actions {
    left: 6px;
    right: 6px;
    bottom: max(6px, env(safe-area-inset-bottom));
    border-radius: 18px;
  }
  body.adeptdev-storefront .ad-header-actions .ad-header-action i { font-size: 9.5px; }
}

@media (prefers-reduced-motion: reduce) {
  body.adeptdev-storefront .ad-header-actions > .ad-header-action,
  body.adeptdev-storefront .ad-header-actions .ad-header-cart > .ad-header-action {
    transition: none !important;
  }
}


/* =========================================================
   AdeptDEV Storefront v0.12 — Catalog trigger + premium search
   ========================================================= */
body.adeptdev-storefront .logo-row {
  align-items: center;
  gap: 12px;
}

body.adeptdev-storefront .logo-row > .ad-catalog-trigger {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  flex: 0 0 220px;
  width: 220px;
  min-width: 220px;
  height: 56px;
  margin: 0;
  padding: 6px 8px 6px 7px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 17px;
  background: linear-gradient(135deg, #2474ff 0%, #155be9 55%, #1647c7 100%);
  color: #fff;
  box-shadow: 0 13px 27px rgba(24,91,221,.20), inset 0 1px 0 rgba(255,255,255,.20);
  font: inherit;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}
body.adeptdev-storefront .logo-row > .ad-catalog-trigger::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -70%;
  left: -18%;
  width: 110px;
  height: 130px;
  border-radius: 50%;
  background: rgba(255,255,255,.13);
  filter: blur(2px);
  transform: rotate(24deg);
  pointer-events: none;
}
body.adeptdev-storefront .logo-row > .ad-catalog-trigger::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -20px;
  bottom: -50px;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background: rgba(95,211,255,.15);
  pointer-events: none;
}
body.adeptdev-storefront .logo-row > .ad-catalog-trigger:hover {
  transform: translateY(-1px);
  filter: saturate(1.05);
  box-shadow: 0 17px 34px rgba(24,91,221,.27), inset 0 1px 0 rgba(255,255,255,.24);
}
body.adeptdev-storefront .logo-row > .ad-catalog-trigger:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(31,110,255,.16), 0 17px 34px rgba(24,91,221,.27);
}
/* Reset legacy .logo-row > button > span rules without hiding our new UI. */
body.adeptdev-storefront .logo-row > .ad-catalog-trigger > span {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  position: relative !important;
  display: inline-flex !important;
  background: none !important;
}
body.adeptdev-storefront .logo-row > .ad-catalog-trigger > span::before,
body.adeptdev-storefront .logo-row > .ad-catalog-trigger > span::after {
  content: none !important;
  display: none !important;
}
body.adeptdev-storefront .ad-catalog-trigger .ad-catalog-trigger__icon {
  position: relative;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 13px;
  background: rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
}
body.adeptdev-storefront .ad-catalog-trigger .ad-catalog-trigger__icon > span {
  position: static;
  width: 17px;
  height: 1.5px;
  margin: 0;
  display: block;
  border-radius: 99px;
  background: currentColor;
  transition: width .2s ease, transform .2s ease;
}
body.adeptdev-storefront .ad-catalog-trigger .ad-catalog-trigger__icon > span:nth-child(2) { width: 13px; transform: translateX(-2px); }
body.adeptdev-storefront .ad-catalog-trigger:hover .ad-catalog-trigger__icon > span:nth-child(2) { width: 17px; }
body.adeptdev-storefront .ad-catalog-trigger .ad-catalog-trigger__label {
  flex: 1 1 auto;
  width: auto;
  height: auto;
  margin: 0;
  display: block;
  background: none;
  color: inherit;
  text-align: left;
  font-size: 15px;
  line-height: 1;
  font-weight: 780;
  letter-spacing: -.015em;
}
body.adeptdev-storefront .ad-catalog-trigger .ad-catalog-trigger__arrow {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.92);
  transition: transform .22s ease, background .22s ease;
}
body.adeptdev-storefront .ad-catalog-trigger:hover .ad-catalog-trigger__arrow {
  transform: translateX(2px);
  background: rgba(255,255,255,.17);
}
body.adeptdev-storefront.menu-is-open .ad-catalog-trigger .ad-catalog-trigger__arrow {
  transform: rotate(90deg);
}

body.adeptdev-storefront .logo-row .search.ad-search {
  position: relative;
  min-width: 0;
  max-width: none;
  flex: 1 1 440px;
  width: auto;
  height: 56px;
  margin: 0;
  padding: 6px 7px 6px 13px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  border: 1px solid #d9e5f6;
  border-radius: 17px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  box-shadow: 0 8px 24px rgba(20,57,112,.055), inset 0 1px 0 rgba(255,255,255,.95);
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
body.adeptdev-storefront .logo-row .search.ad-search:hover {
  border-color: #c7d9f2;
  background: #fff;
}
body.adeptdev-storefront .logo-row .search.ad-search:focus-within {
  border-color: rgba(39,112,255,.58);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(39,112,255,.09), 0 10px 26px rgba(20,75,165,.09);
}
body.adeptdev-storefront .ad-search__lead {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: #f0f6ff;
  color: #4d7fd7;
  transition: color .2s ease, background .2s ease;
}
body.adeptdev-storefront .ad-search:focus-within .ad-search__lead {
  color: #1467ff;
  background: #eaf3ff;
}
body.adeptdev-storefront .logo-row .search.ad-search input,
body.adeptdev-storefront .logo-row .search.ad-search input[type='text'] {
  min-width: 0;
  width: 100%;
  height: 42px;
  margin: 0;
  padding: 0 4px;
  border: 0 !important;
  border-radius: 0;
  outline: 0 !important;
  background: transparent !important;
  color: #102b53;
  box-shadow: none !important;
  font-size: 15px;
  line-height: 42px;
  font-weight: 560;
  caret-color: #1467ff;
}
body.adeptdev-storefront .logo-row .search.ad-search input::placeholder {
  color: #8999b2;
  opacity: 1;
  font-weight: 500;
}
body.adeptdev-storefront .logo-row .search.ad-search .ad-search__submit {
  position: relative;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 13px;
  background: linear-gradient(135deg, #2474ff 0%, #145ae9 62%, #1149cb 100%);
  color: #fff;
  box-shadow: 0 8px 17px rgba(24,91,221,.20), inset 0 1px 0 rgba(255,255,255,.16);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
body.adeptdev-storefront .logo-row .search.ad-search .ad-search__submit:hover {
  transform: translateY(-1px);
  filter: saturate(1.06);
  box-shadow: 0 11px 22px rgba(24,91,221,.27), inset 0 1px 0 rgba(255,255,255,.20);
}
body.adeptdev-storefront .logo-row .search.ad-search .ad-search__submit:active { transform: translateY(0) scale(.97); }
body.adeptdev-storefront .logo-row .search.ad-search .ad-search__submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}

@media (max-width: 1180px) and (min-width: 992px) {
  body.adeptdev-storefront .logo-row > .ad-catalog-trigger {
    flex-basis: 184px;
    width: 184px;
    min-width: 184px;
  }
  body.adeptdev-storefront .ad-catalog-trigger .ad-catalog-trigger__icon {
    flex-basis: 38px;
    width: 38px;
    height: 38px;
  }
  body.adeptdev-storefront .ad-catalog-trigger .ad-catalog-trigger__arrow { display: none; }
  body.adeptdev-storefront .logo-row .search.ad-search { flex-basis: 280px; }
}

@media (max-width: 767px) {
  body.adeptdev-storefront .logo-row .search.ad-search {
    height: 50px;
    padding: 4px 5px 4px 10px;
    border-radius: 15px;
  }
  body.adeptdev-storefront .ad-search__lead { width: 32px; height: 32px; flex-basis: 32px; }
  body.adeptdev-storefront .logo-row .search.ad-search .ad-search__submit {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 12px;
  }
}


/* v0.12.1 — harden catalog trigger against legacy OpenCart selectors */
body.adeptdev-storefront .logo-row > .ad-catalog-trigger > .ad-catalog-trigger__icon {
  display: inline-flex !important;
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px !important;
  margin: 0 !important;
}
body.adeptdev-storefront .logo-row > .ad-catalog-trigger > .ad-catalog-trigger__label {
  display: block !important;
  width: auto !important;
  height: auto !important;
  flex: 1 1 auto !important;
  margin: 0 !important;
  color: #fff !important;
  background: transparent !important;
}
body.adeptdev-storefront .logo-row > .ad-catalog-trigger > .ad-catalog-trigger__arrow {
  display: inline-flex !important;
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
  margin: 0 !important;
  background: rgba(255,255,255,.10) !important;
}
@media (max-width: 1180px) and (min-width: 992px) {
  body.adeptdev-storefront .logo-row > .ad-catalog-trigger > .ad-catalog-trigger__icon {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
  }
  body.adeptdev-storefront .logo-row > .ad-catalog-trigger > .ad-catalog-trigger__arrow {
    display: none !important;
  }
}

/* =========================================================
   AdeptDEV Store v0.13 — Mega Catalog
   Main navigation experience, desktop + mobile
   ========================================================= */
body.adeptdev-storefront.menu-is-open {
  overflow: hidden !important;
}
body.adeptdev-storefront.menu-is-open header > .container,
body.adeptdev-storefront.menu-is-open #content {
  filter: none !important;
}
body.adeptdev-storefront .ad-mega-catalog,
body.adeptdev-storefront.menu-is-open .ad-mega-catalog {
  position: fixed !important;
  inset: 0 !important;
  z-index: 1200 !important;
  display: none;
  width: 100% !important;
  height: 100% !important;
  padding: clamp(16px, 2.2vw, 28px) clamp(18px, 3vw, 48px) !important;
  align-items: flex-start;
  justify-content: center;
  overflow: hidden !important;
}
body.adeptdev-storefront.menu-is-open .ad-mega-catalog {
  display: flex !important;
}
body.adeptdev-storefront .ad-mega-catalog .ad-catalog-backdrop {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(6, 18, 43, .52) !important;
  backdrop-filter: blur(13px) saturate(115%);
  -webkit-backdrop-filter: blur(13px) saturate(115%);
  cursor: default;
}
body.adeptdev-storefront .ad-catalog-shell {
  --ad-catalog-rail: 296px;
  position: relative;
  z-index: 2;
  width: min(1390px, 100%);
  height: min(840px, calc(100vh - 32px));
  height: min(840px, calc(100dvh - 32px));
  min-height: 0;
  max-height: calc(100vh - 32px);
  max-height: calc(100dvh - 32px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  background: rgba(255,255,255,.985);
  border: 1px solid rgba(61, 120, 232, .16);
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(4, 23, 62, .24), 0 8px 30px rgba(28, 82, 190, .10);
  transform-origin: 50% 42%;
  animation: adCatalogIn .24s cubic-bezier(.2,.8,.2,1) both;
}
@keyframes adCatalogIn {
  from { opacity: 0; transform: translateY(12px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
body.adeptdev-storefront .ad-catalog-head {
  min-width: 0;
  display: grid;
  grid-template-columns: var(--ad-catalog-rail) minmax(0, 1fr) minmax(330px, 430px);
  align-items: center;
  gap: 26px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(28, 79, 163, .11);
  background:
    radial-gradient(circle at 12% 0%, rgba(45, 132, 255, .11), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}
body.adeptdev-storefront .ad-catalog-head__brand {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #0d2348;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .01em;
}
body.adeptdev-storefront .ad-catalog-head__mark {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 12px;
  background: linear-gradient(145deg, #39a7ff 0%, #2360ed 58%, #1748c9 100%);
  box-shadow: 0 10px 22px rgba(36, 99, 232, .22), inset 0 1px 0 rgba(255,255,255,.3);
}
body.adeptdev-storefront .ad-catalog-head__copy {
  min-width: 0;
}
body.adeptdev-storefront .ad-catalog-kicker,
body.adeptdev-storefront .ad-catalog-panel__eyebrow {
  display: block;
  margin-bottom: 3px;
  color: #3978df;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
body.adeptdev-storefront .ad-catalog-head__copy h2 {
  margin: 0;
  color: #0a1d3d;
  font-size: clamp(21px, 1.7vw, 27px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -.025em;
}
body.adeptdev-storefront .ad-catalog-head__copy p {
  margin: 5px 0 0;
  color: #6e82a3;
  font-size: 12.5px;
  line-height: 1.4;
}
body.adeptdev-storefront .ad-catalog-head__actions {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
body.adeptdev-storefront .ad-catalog-search {
  min-width: 0;
  flex: 1 1 auto;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 11px 0 13px;
  border: 1px solid #d8e4f7;
  border-radius: 15px;
  background: #f6f9fe;
  box-shadow: inset 0 1px 0 #fff;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
body.adeptdev-storefront .ad-catalog-search:focus-within {
  border-color: rgba(47, 111, 237, .52);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(47, 111, 237, .08), 0 8px 20px rgba(33, 89, 190, .07);
}
body.adeptdev-storefront .ad-catalog-search__icon {
  flex: 0 0 auto;
  display: inline-flex;
  color: #4c7fe0;
}
body.adeptdev-storefront .ad-catalog-search input {
  min-width: 0;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #10284f;
  font-size: 14px;
  font-weight: 600;
}
body.adeptdev-storefront .ad-catalog-search input::placeholder {
  color: #8b9db9;
  font-weight: 500;
}
body.adeptdev-storefront .ad-catalog-search__shortcut {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce6f6;
  border-radius: 7px;
  background: #fff;
  color: #8091ad;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 2px 6px rgba(25, 64, 130, .05);
}
body.adeptdev-storefront .ad-catalog-close {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: static !important;
  border: 1px solid #d9e5f7 !important;
  border-radius: 15px !important;
  background: #fff !important;
  color: #49678f !important;
  box-shadow: 0 4px 14px rgba(30, 69, 135, .06);
  transition: color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease;
}
@media (hover: hover) and (pointer: fine) {
  body.adeptdev-storefront .ad-catalog-close:hover {
    color: #1d5ce1 !important;
    border-color: rgba(47, 111, 237, .34) !important;
    transform: rotate(4deg);
    box-shadow: 0 7px 20px rgba(30, 84, 190, .11);
  }
}
body.adeptdev-storefront .ad-catalog-main {
  min-height: 0;
  height: 100%;
  display: grid;
  grid-template-columns: var(--ad-catalog-rail) minmax(0, 1fr);
  overflow: hidden;
}
body.adeptdev-storefront .ad-catalog-rail {
  min-height: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 18px 14px 18px 18px;
  border-right: 1px solid rgba(28, 79, 163, .10);
  background: linear-gradient(180deg, #f7faff 0%, #f4f8fe 100%);
}
body.adeptdev-storefront .ad-catalog-rail__label {
  padding: 0 10px 10px;
  color: #7f92af;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}
body.adeptdev-storefront .ad-catalog-rail__list {
  min-height: 0;
  height: 0;
  flex: 1 1 0%;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 4px;
  padding-bottom: 6px;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: #c3d6f4 transparent;
}
body.adeptdev-storefront .ad-catalog-rail__list::-webkit-scrollbar,
body.adeptdev-storefront .ad-catalog-content::-webkit-scrollbar {
  width: 6px;
}
body.adeptdev-storefront .ad-catalog-rail__list::-webkit-scrollbar-thumb,
body.adeptdev-storefront .ad-catalog-content::-webkit-scrollbar-thumb {
  background: #c6d8f4;
  border-radius: 20px;
}
body.adeptdev-storefront .ad-catalog-category {
  width: 100%;
  min-height: 56px;
  display: grid;
  grid-template-columns: 38px minmax(0,1fr) 22px;
  align-items: center;
  gap: 10px;
  margin: 0 0 5px;
  padding: 8px 9px;
  text-align: left;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: #17325d;
  transition: background .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .16s ease;
}
body.adeptdev-storefront .ad-catalog-category__icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4f78bd;
  border: 1px solid rgba(65, 114, 199, .11);
  border-radius: 11px;
  background: rgba(255,255,255,.72);
  transition: color .16s ease, background .16s ease, border-color .16s ease;
}
body.adeptdev-storefront .ad-catalog-category__icon svg {
  width: 21px;
  height: 21px;
}
body.adeptdev-storefront .ad-catalog-category__copy {
  min-width: 0;
  display: block;
}
body.adeptdev-storefront .ad-catalog-category__copy strong {
  display: block;
  overflow: hidden;
  color: inherit;
  font-size: 13.5px;
  line-height: 1.25;
  font-weight: 700;
  text-overflow: ellipsis;
}
body.adeptdev-storefront .ad-catalog-category__copy small {
  display: block;
  margin-top: 2px;
  color: #8b9bb4;
  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 600;
}
body.adeptdev-storefront .ad-catalog-category__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #9aacC4;
  transition: transform .16s ease, color .16s ease;
}
body.adeptdev-storefront .ad-catalog-category.is-active {
  color: #1346aa;
  border-color: rgba(61, 123, 233, .16);
  background: #fff;
  box-shadow: 0 8px 24px rgba(29, 82, 175, .09);
}
body.adeptdev-storefront .ad-catalog-category.is-active .ad-catalog-category__icon {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(145deg, #3aa8ff 0%, #2866ee 60%, #1d4fd2 100%);
  box-shadow: 0 7px 16px rgba(39, 99, 225, .20);
}
body.adeptdev-storefront .ad-catalog-category.is-active .ad-catalog-category__chevron {
  color: #2465e9;
  transform: translateX(2px);
}
@media (hover: hover) and (pointer: fine) {
  body.adeptdev-storefront .ad-catalog-category:not(.is-active):hover {
    border-color: rgba(66, 119, 210, .10);
    background: rgba(255,255,255,.70);
    color: #1e57bd;
  }
}
body.adeptdev-storefront .ad-catalog-category:focus-visible,
body.adeptdev-storefront .ad-catalog-view-all:focus-visible,
body.adeptdev-storefront .ad-catalog-close:focus-visible,
body.adeptdev-storefront .ad-catalog-group a:focus-visible {
  outline: 3px solid rgba(47, 111, 237, .20);
  outline-offset: 2px;
}
body.adeptdev-storefront .ad-catalog-content {
  min-width: 0;
  min-height: 0;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-behavior: auto;
  scrollbar-gutter: stable;
  padding: 24px 26px 30px;
  background:
    radial-gradient(circle at 100% 0%, rgba(46, 126, 255, .06), transparent 33%),
    #fff;
  scrollbar-width: thin;
  scrollbar-color: #c7d9f4 transparent;
}
body.adeptdev-storefront .ad-catalog-panel[hidden],
body.adeptdev-storefront .ad-catalog-group[hidden],
body.adeptdev-storefront .ad-catalog-category[hidden],
body.adeptdev-storefront .ad-catalog-no-results[hidden] {
  display: none !important;
}
body.adeptdev-storefront .ad-catalog-panel.is-active {
  animation: adCatalogPanelIn .18s ease both;
}
@keyframes adCatalogPanelIn {
  from { opacity: .2; transform: translateX(5px); }
  to { opacity: 1; transform: translateX(0); }
}
body.adeptdev-storefront .ad-catalog-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #edf2fa;
}
body.adeptdev-storefront .ad-catalog-panel__head h3 {
  margin: 0;
  color: #0a1d3d;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -.03em;
}
body.adeptdev-storefront .ad-catalog-panel__head p {
  margin: 6px 0 0;
  color: #7b8da8;
  font-size: 13px;
  line-height: 1.4;
}
body.adeptdev-storefront .ad-catalog-view-all {
  flex: 0 0 auto;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  color: #225fd9 !important;
  border: 1px solid #d8e5fa;
  border-radius: 12px;
  background: #f7faff;
  font-size: 12.5px !important;
  line-height: 1;
  font-weight: 750;
  text-decoration: none !important;
  transition: background .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}
@media (hover: hover) and (pointer: fine) {
  body.adeptdev-storefront .ad-catalog-view-all:hover {
    border-color: rgba(47,111,237,.28);
    background: #fff;
    box-shadow: 0 7px 18px rgba(32,83,175,.08);
    transform: translateY(-1px);
  }
}
body.adeptdev-storefront .ad-catalog-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}
body.adeptdev-storefront .ad-catalog-group {
  min-width: 0;
  padding: 15px;
  border: 1px solid #e7eef9;
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  box-shadow: 0 3px 12px rgba(30, 69, 130, .035);
  transition: border-color .17s ease, box-shadow .17s ease, transform .17s ease;
}
@media (hover: hover) and (pointer: fine) {
  body.adeptdev-storefront .ad-catalog-group:hover {
    border-color: rgba(57, 119, 225, .23);
    box-shadow: 0 12px 28px rgba(30, 75, 155, .09);
    transform: translateY(-2px);
  }
}
body.adeptdev-storefront .ad-catalog-group__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 9px;
}
body.adeptdev-storefront .ad-catalog-group__title {
  min-width: 0;
  color: #173662 !important;
  font-size: 13.5px !important;
  line-height: 1.35 !important;
  font-weight: 780 !important;
  text-decoration: none !important;
}
body.adeptdev-storefront .ad-catalog-group__go {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4c76bd !important;
  border: 1px solid #dfE9f8;
  border-radius: 9px;
  background: #f7faff;
  transition: color .16s ease, background .16s ease, border-color .16s ease;
}
body.adeptdev-storefront .ad-catalog-group:hover .ad-catalog-group__go {
  color: #fff !important;
  border-color: #2c6bea;
  background: #2c6bea;
}
body.adeptdev-storefront .ad-catalog-group__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  margin-top: 11px;
  padding-top: 10px;
  border-top: 1px solid #f0f4fa;
}
body.adeptdev-storefront .ad-catalog-group__links a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-left: 12px;
  color: #617593 !important;
  font-size: 12.5px !important;
  line-height: 1.35 !important;
  font-weight: 550 !important;
  text-decoration: none !important;
  transition: color .14s ease, transform .14s ease;
}
body.adeptdev-storefront .ad-catalog-group__links a::before {
  content: '';
  position: absolute;
  left: 1px;
  top: .58em;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #bdd0ee;
  transition: background .14s ease, transform .14s ease;
}
@media (hover: hover) and (pointer: fine) {
  body.adeptdev-storefront .ad-catalog-group__links a:hover {
    color: #1e5ed7 !important;
    transform: translateX(2px);
  }
  body.adeptdev-storefront .ad-catalog-group__links a:hover::before {
    background: #2d6fec;
    transform: scale(1.25);
  }
}
body.adeptdev-storefront .ad-catalog-group__empty {
  margin-top: 10px;
  color: #91a0b6;
  font-size: 11.5px;
  font-weight: 550;
}
body.adeptdev-storefront .ad-catalog-empty-category {
  min-height: 88px;
  display: grid;
  grid-template-columns: 48px minmax(0,1fr) 22px;
  align-items: center;
  gap: 14px;
  padding: 16px;
  color: #173662 !important;
  border: 1px solid #e0eaf8;
  border-radius: 17px;
  background: #fbfdff;
  text-decoration: none !important;
}
body.adeptdev-storefront .ad-catalog-empty-category__icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2f6fe8;
  border-radius: 14px;
  background: #eef5ff;
}
body.adeptdev-storefront .ad-catalog-empty-category strong,
body.adeptdev-storefront .ad-catalog-empty-category small { display: block; }
body.adeptdev-storefront .ad-catalog-empty-category strong { font-size: 14px; }
body.adeptdev-storefront .ad-catalog-empty-category small { margin-top: 3px; color: #8293ad; font-size: 12px; }
body.adeptdev-storefront .ad-catalog-no-results {
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #7890b3;
}
body.adeptdev-storefront .ad-catalog-no-results__icon {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  color: #2e70eb;
  border: 1px solid #dbe8fb;
  border-radius: 19px;
  background: #f3f8ff;
}
body.adeptdev-storefront .ad-catalog-no-results strong {
  margin-bottom: 5px;
  color: #1a3863;
  font-size: 16px;
}
body.adeptdev-storefront .ad-catalog-no-results span:last-child {
  font-size: 12.5px;
}
body.adeptdev-storefront .ad-catalog-footer {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 10px 22px;
  border-top: 1px solid rgba(28, 79, 163, .10);
  background: #f8fbff;
}
body.adeptdev-storefront .ad-catalog-footer__hint {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #7b8fab;
  font-size: 11.5px;
  font-weight: 600;
}
body.adeptdev-storefront .ad-catalog-footer__hint svg {
  flex: 0 0 auto;
  color: #4380e8;
}
body.adeptdev-storefront .ad-catalog-footer__links {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 6px;
}
body.adeptdev-storefront .ad-catalog-footer__links a {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  color: #46617f !important;
  border-radius: 9px;
  font-size: 11.5px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  body.adeptdev-storefront .ad-catalog-footer__links a:hover {
    color: #1d5fdf !important;
    background: #edf5ff;
  }
}

@media (max-width: 1180px) {
  body.adeptdev-storefront .ad-catalog-shell { --ad-catalog-rail: 260px; }
  body.adeptdev-storefront .ad-catalog-head {
    grid-template-columns: var(--ad-catalog-rail) minmax(0, 1fr) minmax(285px, 360px);
    gap: 18px;
  }
  body.adeptdev-storefront .ad-catalog-head__brand { font-size: 12px; }
  body.adeptdev-storefront .ad-catalog-groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  body.adeptdev-storefront .ad-mega-catalog,
  body.adeptdev-storefront.menu-is-open .ad-mega-catalog {
    padding: 0 !important;
    align-items: stretch;
  }
  body.adeptdev-storefront .ad-catalog-shell {
    --ad-catalog-rail: 100%;
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
    border-radius: 0;
    grid-template-rows: auto minmax(0,1fr) auto;
  }
  body.adeptdev-storefront .ad-catalog-head {
    grid-template-columns: minmax(0,1fr) auto;
    gap: 12px;
    padding: 14px 14px 12px;
  }
  body.adeptdev-storefront .ad-catalog-head__brand { display: none; }
  body.adeptdev-storefront .ad-catalog-head__copy p { display: none; }
  body.adeptdev-storefront .ad-catalog-head__copy h2 { font-size: 21px; }
  body.adeptdev-storefront .ad-catalog-head__actions {
    grid-column: 1 / -1;
    order: 3;
  }
  body.adeptdev-storefront .ad-catalog-search { height: 46px; }
  body.adeptdev-storefront .ad-catalog-close {
    position: absolute !important;
    right: 14px !important;
    top: 13px !important;
    width: 42px !important;
    height: 42px !important;
    flex-basis: 42px !important;
  }
  body.adeptdev-storefront .ad-catalog-main {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto minmax(0,1fr);
  }
  body.adeptdev-storefront .ad-catalog-rail {
    padding: 9px 10px 8px;
    border-right: 0;
    border-bottom: 1px solid #e7eef9;
    overflow: hidden;
  }
  body.adeptdev-storefront .ad-catalog-rail__label { display: none; }
  body.adeptdev-storefront .ad-catalog-rail__list {
    display: flex;
    gap: 7px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 1px 1px 5px;
    scrollbar-width: none;
  }
  body.adeptdev-storefront .ad-catalog-rail__list::-webkit-scrollbar { display: none; }
  body.adeptdev-storefront .ad-catalog-category {
    width: auto;
    min-width: max-content;
    min-height: 42px;
    grid-template-columns: 30px auto;
    gap: 7px;
    margin: 0;
    padding: 5px 10px 5px 6px;
    border-color: #e3ebf7;
    background: #fff;
  }
  body.adeptdev-storefront .ad-catalog-category__icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }
  body.adeptdev-storefront .ad-catalog-category__icon svg { width: 17px; height: 17px; }
  body.adeptdev-storefront .ad-catalog-category__copy strong { font-size: 12px; }
  body.adeptdev-storefront .ad-catalog-category__copy small,
  body.adeptdev-storefront .ad-catalog-category__chevron { display: none; }
  body.adeptdev-storefront .ad-catalog-content { padding: 16px 14px 90px; }
  body.adeptdev-storefront .ad-catalog-panel__head { margin-bottom: 14px; padding-bottom: 14px; gap: 12px; }
  body.adeptdev-storefront .ad-catalog-panel__head h3 { font-size: 22px; }
  body.adeptdev-storefront .ad-catalog-panel__head p { display: none; }
  body.adeptdev-storefront .ad-catalog-view-all { min-height: 36px; padding: 0 10px; }
  body.adeptdev-storefront .ad-catalog-groups { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }
  body.adeptdev-storefront .ad-catalog-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    min-height: 58px;
    padding: 9px 12px calc(9px + env(safe-area-inset-bottom));
    background: rgba(248,251,255,.96);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  body.adeptdev-storefront .ad-catalog-footer__hint { display: none; }
  body.adeptdev-storefront .ad-catalog-footer__links {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 620px) {
  body.adeptdev-storefront .ad-catalog-kicker { font-size: 9px; }
  body.adeptdev-storefront .ad-catalog-head__copy h2 { max-width: calc(100% - 54px); font-size: 19px; }
  body.adeptdev-storefront .ad-catalog-search__shortcut { display: none; }
  body.adeptdev-storefront .ad-catalog-groups { grid-template-columns: 1fr; }
  body.adeptdev-storefront .ad-catalog-group { padding: 13px; border-radius: 14px; }
  body.adeptdev-storefront .ad-catalog-panel__eyebrow { font-size: 9px; }
  body.adeptdev-storefront .ad-catalog-panel__head h3 { font-size: 20px; }
  body.adeptdev-storefront .ad-catalog-view-all span { display: none; }
  body.adeptdev-storefront .ad-catalog-view-all { width: 38px; padding: 0; justify-content: center; }
  body.adeptdev-storefront .ad-catalog-footer__links { gap: 2px; }
  body.adeptdev-storefront .ad-catalog-footer__links a { padding: 0 8px; font-size: 10.5px !important; }
}

@media (prefers-reduced-motion: reduce) {
  body.adeptdev-storefront .ad-catalog-shell,
  body.adeptdev-storefront .ad-catalog-panel.is-active,
  body.adeptdev-storefront .ad-catalog-category,
  body.adeptdev-storefront .ad-catalog-group { animation: none !important; transition: none !important; }
}


/* v0.13.1 — viewport-safe mega catalog */
@media (min-width: 992px) and (max-height: 720px) {
  body.adeptdev-storefront .ad-mega-catalog,
  body.adeptdev-storefront.menu-is-open .ad-mega-catalog {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  body.adeptdev-storefront .ad-catalog-shell {
    height: calc(100vh - 24px);
    height: calc(100dvh - 24px);
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
  }
  body.adeptdev-storefront .ad-catalog-head { padding-top: 14px; padding-bottom: 14px; }
  body.adeptdev-storefront .ad-catalog-footer { min-height: 50px; padding-top: 7px; padding-bottom: 7px; }
  body.adeptdev-storefront .ad-catalog-content { padding-top: 18px; padding-bottom: 22px; }
  body.adeptdev-storefront .ad-catalog-rail { padding-top: 14px; padding-bottom: 12px; }
}


/* v0.13.2 — true viewport mega-catalog ===================================
   #menu is moved to <body> by menu.twig. These rules remove the legacy
   OpenCart overlay layers and harden the dialog against sticky-header
   containing blocks / stacking contexts. */
body.adeptdev-storefront.menu-is-open > .menu-bg,
body.adeptdev-storefront.menu-is-open header .part-menu-bg {
  display: none !important;
}

body.adeptdev-storefront > .ad-mega-catalog,
body.adeptdev-storefront.menu-is-open > .ad-mega-catalog {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  transform: none !important;
  contain: none !important;
  z-index: 2147480000 !important;
}

body.adeptdev-storefront.menu-is-open > .ad-mega-catalog {
  display: flex !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-backdrop {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-shell {
  flex: 0 1 auto;
  align-self: flex-start;
  min-height: 0 !important;
}

@media (min-width: 992px) {
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-shell {
    height: min(840px, calc(100dvh - 32px)) !important;
    max-height: calc(100dvh - 32px) !important;
  }
}

@media (max-width: 991px) {
  body.adeptdev-storefront > .ad-mega-catalog,
  body.adeptdev-storefront.menu-is-open > .ad-mega-catalog {
    width: 100% !important;
    height: 100vh !important;
    height: 100dvh !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-shell {
    height: 100% !important;
    max-height: 100% !important;
  }
}

/* v0.13.3 — full-height catalog body ======================================
   The dialog shell now uses a column flex layout. Header and footer keep
   their natural size; the catalog body consumes every remaining pixel.
   This removes the empty white strip above the footer and guarantees both
   navigation columns can scroll all the way to their final item. */
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-shell {
  display: flex !important;
  flex-direction: column !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-head,
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer {
  flex: 0 0 auto !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-main {
  flex: 1 1 auto !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-rail,
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-content {
  height: auto !important;
  min-height: 0 !important;
  align-self: stretch !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-rail__list {
  height: auto !important;
  min-height: 0 !important;
  flex: 1 1 auto !important;
  padding-bottom: 18px !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-content {
  overflow-y: auto !important;
  padding-bottom: 36px !important;
}

/* Keep the final row visibly clear of the footer when fully scrolled. */
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-panel {
  min-height: min-content;
}
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-groups::after {
  content: '';
  display: block;
  grid-column: 1 / -1;
  height: 1px;
}

@media (max-width: 991px) {
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-shell {
    display: flex !important;
    flex-direction: column !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-main {
    display: grid !important;
    flex: 1 1 auto !important;
    grid-template-columns: 100% !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    min-height: 0 !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-content {
    min-height: 0 !important;
    padding-bottom: 86px !important;
  }
}


/* v0.13.4 — exact catalog viewport fill ==================================
   Do not let the catalog body collapse to its content height. JavaScript
   measures the real shell/header/footer and exposes --ad-catalog-main-height.
   The rail and content viewport then consume every pixel down to the footer. */
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-shell {
  --ad-catalog-main-height: auto;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-main {
  flex: 0 0 var(--ad-catalog-main-height) !important;
  height: var(--ad-catalog-main-height) !important;
  min-height: 0 !important;
  max-height: var(--ad-catalog-main-height) !important;
  align-items: stretch !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-rail,
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-content {
  box-sizing: border-box !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: 100% !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-rail {
  align-self: stretch !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-content {
  align-self: stretch !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-rail__list {
  min-height: 0 !important;
  height: 100% !important;
  flex: 1 1 0% !important;
  overflow-y: auto !important;
}

@media (max-width: 991px) {
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-main {
    flex: 0 0 var(--ad-catalog-main-height) !important;
    height: var(--ad-catalog-main-height) !important;
    max-height: var(--ad-catalog-main-height) !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-rail,
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-content {
    min-height: 0 !important;
  }
}

/* v0.13.5 — complete bottom deck + true full-height body ==================
   Keep the useful bottom area, but make it a real product navigation deck.
   The shell is a strict 3-row grid: header / scrollable catalog / utility deck.
   This makes the catalog body reach the deck with zero dead white strip. */
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-shell {
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  flex-direction: initial !important;
  --ad-catalog-main-height: auto !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-head,
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer {
  min-height: 0 !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-main {
  display: grid !important;
  grid-template-columns: var(--ad-catalog-rail) minmax(0, 1fr) !important;
  flex: none !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-rail,
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-content {
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-rail__list {
  height: auto !important;
  min-height: 0 !important;
  flex: 1 1 0% !important;
  overflow-y: auto !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-content {
  overflow-y: auto !important;
  padding-bottom: 28px !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer {
  position: relative !important;
  z-index: 4 !important;
  min-height: 86px !important;
  display: grid !important;
  grid-template-columns: minmax(220px, .82fr) minmax(0, 2.18fr) !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 10px 14px 10px 18px !important;
  border-top: 1px solid rgba(30, 83, 171, .11) !important;
  background:
    radial-gradient(circle at 7% 10%, rgba(52, 139, 255, .09), transparent 28%),
    linear-gradient(180deg, #fbfdff 0%, #f5f9ff 100%) !important;
  box-shadow: 0 -10px 30px rgba(25, 72, 145, .035) !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer__assist {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 8px 10px;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer__assist-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 13px;
  background: linear-gradient(145deg, #43adff 0%, #2c70ef 58%, #1e50d5 100%);
  box-shadow: 0 8px 18px rgba(36, 101, 224, .20), inset 0 1px 0 rgba(255,255,255,.28);
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer__assist-copy {
  min-width: 0;
  display: block;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer__assist-copy small,
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer__assist-copy strong {
  display: block;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer__assist-copy small {
  margin-bottom: 2px;
  color: #3978df;
  font-size: 9.5px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer__assist-copy strong {
  color: #5f7495;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 650;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer__links {
  min-width: 0;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 8px !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card {
  min-width: 0;
  min-height: 60px !important;
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 9px;
  padding: 8px 9px !important;
  color: #193761 !important;
  border: 1px solid rgba(47, 104, 202, .11);
  border-radius: 15px !important;
  background: rgba(255,255,255,.82) !important;
  box-shadow: 0 5px 16px rgba(25, 70, 145, .04);
  text-decoration: none !important;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card__icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #2e70e8;
  border: 1px solid #deE9f9;
  border-radius: 11px;
  background: #f3f8ff;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card__copy {
  min-width: 0;
  display: block;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card__copy strong,
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card__copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card__copy strong {
  margin: 0 0 2px;
  color: #193761;
  font-size: 11.5px;
  line-height: 1.25;
  font-weight: 800;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card__copy small {
  color: #8192ad;
  font-size: 9.8px;
  line-height: 1.3;
  font-weight: 550;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card__arrow {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7f97ba;
  border-radius: 8px;
  background: #f5f8fd;
  transition: color .16s ease, background .16s ease, transform .16s ease;
}

@media (hover: hover) and (pointer: fine) {
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card:hover {
    color: #174ebd !important;
    border-color: rgba(47, 111, 237, .24) !important;
    background: #fff !important;
    box-shadow: 0 9px 22px rgba(28, 80, 174, .09);
    transform: translateY(-1px);
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card:hover .ad-catalog-footer-card__arrow {
    color: #fff;
    background: #2d6fea;
    transform: translateX(2px);
  }
}

@media (max-width: 1180px) and (min-width: 992px) {
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer {
    min-height: 76px !important;
    grid-template-columns: 200px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 8px 10px 8px 14px !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer__assist-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card {
    min-height: 54px !important;
    grid-template-columns: 34px minmax(0, 1fr) 20px;
    gap: 7px;
    padding: 6px 7px !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card__icon {
    width: 34px;
    height: 34px;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card__copy small { display: none; }
}

@media (max-width: 991px) {
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-shell {
    display: grid !important;
    grid-template-rows: auto minmax(0, 1fr) auto !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-main {
    height: auto !important;
    max-height: none !important;
    grid-template-columns: 100% !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer {
    min-height: 70px !important;
    display: block !important;
    padding: 7px 8px calc(7px + env(safe-area-inset-bottom)) !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer__assist { display: none !important; }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer__links {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 5px !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card {
    min-height: 54px !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    justify-items: center;
    gap: 4px;
    padding: 6px 4px !important;
    text-align: center;
    border-radius: 13px !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card__icon {
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card__copy strong {
    font-size: 10px;
    white-space: normal;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card__copy small,
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card__arrow { display: none !important; }
}


/* ========================================================================
   AdeptDEV Store v0.14 — Mobile-first stabilization + seamless mega catalog
   Scope: every UI component introduced in v0.1–v0.13.5 must remain usable,
   readable and visually intentional on phones. This block intentionally lives
   last so legacy OpenCart responsive rules cannot undo the AdeptDEV layer.
   ======================================================================== */

/* Desktop/tablet mega-catalog: body reaches the utility navigation directly. */
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-shell {
  display: flex !important;
  flex-direction: column !important;
}
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-head,
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer {
  flex: 0 0 auto !important;
}
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-main {
  flex: 1 1 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  align-self: stretch !important;
  overflow: hidden !important;
}
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-rail,
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-content {
  min-height: 0 !important;
  height: 100% !important;
  max-height: none !important;
  align-self: stretch !important;
}
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-rail__list {
  min-height: 0 !important;
  height: 0 !important;
  flex: 1 1 0 !important;
}

@media (max-width: 767px) {
  html, body.adeptdev-storefront {
    max-width: 100%;
    overflow-x: clip;
  }
  body.adeptdev-storefront {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }
  body.adeptdev-storefront > .container,
  body.adeptdev-storefront header > .container,
  body.adeptdev-storefront #common-home.container,
  body.adeptdev-storefront #common-home + .container {
    width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Header: real mobile composition, not squeezed desktop header. */
  body.adeptdev-storefront header {
    position: sticky !important;
    top: 0;
    z-index: 120 !important;
    margin: 0 !important;
    padding: 6px 0 0 !important;
    background: rgba(255,255,255,.97) !important;
    box-shadow: 0 8px 24px rgba(20,65,135,.07) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }
  body.adeptdev-storefront .top-flex {
    min-height: 0 !important;
    padding: 4px 0 7px !important;
    display: grid !important;
    grid-template-columns: minmax(0,1fr) auto !important;
    grid-template-areas:
      "logo actions"
      "info info" !important;
    align-items: center !important;
    gap: 7px 10px !important;
    box-shadow: none !important;
  }
  body.adeptdev-storefront .top-flex > .logo {
    grid-area: logo;
    min-width: 0;
    display: flex !important;
    align-items: center;
  }
  body.adeptdev-storefront .top-flex > .logo img {
    width: 142px !important;
    height: auto !important;
    max-height: 36px !important;
    object-fit: contain;
  }
  body.adeptdev-storefront .top-flex > .next.ad-top-info {
    grid-area: info;
    width: 100%;
    min-width: 0;
    display: grid !important;
    grid-template-columns: minmax(0,1.12fr) minmax(0,.88fr);
    gap: 5px !important;
    padding: 4px !important;
    border-radius: 15px !important;
    box-shadow: 0 5px 16px rgba(25,79,160,.055), inset 0 1px 0 #fff !important;
  }
  body.adeptdev-storefront .ad-top-info .ad-top-info__item {
    min-width: 0;
    min-height: 38px !important;
  }
  body.adeptdev-storefront .ad-hours-trigger {
    width: 100%;
    min-width: 0;
    padding: 4px 6px 4px 4px !important;
  }
  body.adeptdev-storefront .ad-top-info__icon {
    width: 29px !important;
    height: 29px !important;
    flex-basis: 29px !important;
    margin-right: 6px !important;
  }
  body.adeptdev-storefront .ad-hours-trigger__copy {
    min-width: 0 !important;
  }
  body.adeptdev-storefront .ad-hours-trigger__status,
  body.adeptdev-storefront .ad-hours-trigger__schedule {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.adeptdev-storefront .ad-hours-trigger__status { font-size: 9.5px !important; }
  body.adeptdev-storefront .ad-hours-trigger__schedule { font-size: 10.5px !important; }
  body.adeptdev-storefront .ad-hours-trigger__chevron { display: none !important; }
  body.adeptdev-storefront .ad-top-info .ad-top-info__item--address,
  body.adeptdev-storefront .ad-top-info .ad-top-info__item--address > a {
    width: 100%;
    min-width: 0;
  }
  body.adeptdev-storefront .ad-top-info__item--address > a {
    padding: 4px !important;
  }
  body.adeptdev-storefront .ad-top-info__item--address p {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 10.5px !important;
  }
  body.adeptdev-storefront .ad-top-info__arrow { display: none !important; }

  body.adeptdev-storefront .top-flex > .phone.ad-contact-zone {
    grid-area: actions;
    min-width: 0;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end;
    gap: 5px !important;
  }
  body.adeptdev-storefront .top-flex .telephone.ad-contact-card {
    display: flex !important;
    padding: 3px !important;
    border-radius: 12px !important;
  }
  body.adeptdev-storefront .ad-contact-call {
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    justify-content: center;
  }
  body.adeptdev-storefront .ad-contact-call__icon {
    width: 32px !important;
    height: 32px !important;
    flex-basis: 32px !important;
    margin: 0 !important;
  }
  body.adeptdev-storefront .ad-contact-call__number,
  body.adeptdev-storefront .ad-contact-callback { display: none !important; }
  body.adeptdev-storefront .ad-language-switch {
    display: block !important;
    padding: 2px !important;
    border-radius: 11px !important;
  }
  body.adeptdev-storefront .ad-language-switch #form-language button {
    min-width: 30px !important;
    height: 30px !important;
    padding: 0 6px !important;
    border-radius: 9px !important;
    font-size: 10px !important;
  }
  body.adeptdev-storefront .ad-mobile-menu-toggle {
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(190,211,244,.85) !important;
    border-radius: 12px !important;
    background: #f7faff !important;
  }

  /* Search row: catalog is a touch-friendly square, search gets all remaining space. */
  body.adeptdev-storefront .logo-row {
    width: 100%;
    min-width: 0;
    padding: 0 0 9px !important;
    display: grid !important;
    grid-template-columns: 50px minmax(0,1fr) !important;
    align-items: center !important;
    gap: 8px !important;
  }
  body.adeptdev-storefront .logo-row > .ad-catalog-trigger {
    display: inline-flex !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    flex: 0 0 50px !important;
    padding: 4px !important;
    border-radius: 15px !important;
  }
  body.adeptdev-storefront .logo-row > .ad-catalog-trigger > .ad-catalog-trigger__icon {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }
  body.adeptdev-storefront .ad-catalog-trigger__label,
  body.adeptdev-storefront .ad-catalog-trigger__arrow { display: none !important; }
  body.adeptdev-storefront .logo-row .search.ad-search {
    grid-column: 2;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 50px !important;
    margin: 0 !important;
    padding: 4px 5px 4px 7px !important;
    border-radius: 15px !important;
  }
  body.adeptdev-storefront .ad-search__lead {
    width: 30px !important;
    height: 30px !important;
    flex-basis: 30px !important;
    background: transparent !important;
  }
  body.adeptdev-storefront .logo-row .search.ad-search input {
    min-width: 0 !important;
    font-size: 16px !important; /* prevents iOS focus zoom */
  }
  body.adeptdev-storefront .logo-row .search.ad-search .ad-search__submit {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }

  /* Bottom action dock: usable, safe-area aware, never covers page content. */
  body.adeptdev-storefront .logo-row .ad-header-actions {
    z-index: 500 !important;
    left: 8px !important;
    right: 8px !important;
    bottom: max(7px, env(safe-area-inset-bottom)) !important;
    min-height: 64px !important;
    padding: 4px !important;
    border-radius: 19px !important;
  }
  body.adeptdev-storefront .ad-header-actions > .ad-header-action,
  body.adeptdev-storefront .ad-header-actions .ad-header-cart > .ad-header-action {
    min-height: 54px !important;
    border-radius: 14px !important;
  }
  body.adeptdev-storefront .ad-header-actions .ad-header-action i {
    font-size: 9.5px !important;
    line-height: 1.1 !important;
    white-space: nowrap;
  }

  /* Hours becomes a controlled mobile sheet instead of overflowing the header. */
  body.adeptdev-storefront .ad-hours-popover {
    position: fixed !important;
    z-index: 900 !important;
    top: 118px !important;
    left: 10px !important;
    right: 10px !important;
    bottom: auto !important;
    width: auto !important;
    max-width: none !important;
    max-height: calc(100dvh - 210px) !important;
    overflow-y: auto !important;
    border-radius: 20px !important;
    box-shadow: 0 24px 70px rgba(8,38,90,.25) !important;
  }
  body.adeptdev-storefront .ad-hours-popover::before { display: none !important; }

  /* Hero / homepage: no desktop proportions squeezed into a phone. */
  body.adeptdev-storefront .slideshow {
    width: 100% !important;
    margin: 10px 0 28px !important;
  }
  body.adeptdev-storefront .slideshow .swiper-container {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
    border-radius: 17px !important;
  }
  body.adeptdev-storefront .slideshow .swiper-wrapper,
  body.adeptdev-storefront .slideshow .swiper-slide,
  body.adeptdev-storefront .slideshow .swiper-slide > a {
    height: 100% !important;
  }
  body.adeptdev-storefront .slideshow img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    border-radius: 17px !important;
  }
  body.adeptdev-storefront .slideshow .swiper-pager { display: none !important; }
  body.adeptdev-storefront .swiper-pagination { bottom: -18px !important; }

  body.adeptdev-storefront .ad-store-benefits {
    width: 100% !important;
    margin: 0 0 30px !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 7px !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  body.adeptdev-storefront .ad-store-benefit {
    min-width: 0 !important;
    min-height: 82px !important;
    padding: 11px 9px !important;
    align-items: flex-start !important;
    border: 1px solid #e5edf9 !important;
    border-radius: 15px !important;
  }
  body.adeptdev-storefront .ad-store-benefit__icon {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px !important;
  }
  body.adeptdev-storefront .ad-store-benefit__copy strong {
    font-size: 11.5px !important;
    line-height: 1.25 !important;
  }
  body.adeptdev-storefront .ad-store-benefit__copy small {
    font-size: 9.8px !important;
    line-height: 1.3 !important;
  }
  body.adeptdev-storefront #common-home .module-title,
  body.adeptdev-storefront #common-home + .container .module-title,
  body.adeptdev-storefront .module-title {
    margin-bottom: 16px !important;
    font-size: clamp(22px, 7vw, 27px) !important;
    line-height: 1.12 !important;
  }
  body.adeptdev-storefront .category-carousel { margin-bottom: 36px !important; }
  body.adeptdev-storefront .category-carousel .swiper-slide a {
    height: 136px !important;
    padding: 15px !important;
    border-radius: 16px !important;
  }
  body.adeptdev-storefront .product-carousel {
    margin: 0 0 38px !important;
    padding: 14px 10px 6px !important;
    border-radius: 18px !important;
    overflow: hidden;
  }
  body.adeptdev-storefront .product-carousel .swiper-container { overflow: visible !important; }
  body.adeptdev-storefront .product-carousel .product-thumb {
    min-height: 0 !important;
    padding: 10px !important;
    border-radius: 16px !important;
  }
  body.adeptdev-storefront .product-carousel .product-thumb .image,
  body.adeptdev-storefront .product-thumb .image {
    height: min(58vw, 230px) !important;
  }
  body.adeptdev-storefront .product-carousel .product-thumb .caption {
    min-height: 0 !important;
    height: auto !important;
    padding: 10px 2px 2px !important;
  }
  body.adeptdev-storefront .product-carousel .product-thumb .caption > a,
  body.adeptdev-storefront .product-thumb .caption > a {
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 10px;
    font-size: 14px !important;
  }
  body.adeptdev-storefront .product-thumb .btns { right: 12px !important; top: 12px !important; }
  body.adeptdev-storefront .product-thumb .btns button {
    width: 38px !important;
    height: 38px !important;
  }

  /* Footer has breathing room above the fixed mobile dock. */
  body.adeptdev-storefront footer {
    margin-top: 46px !important;
    margin-bottom: 0 !important;
    padding-bottom: calc(86px + env(safe-area-inset-bottom)) !important;
  }
  body.adeptdev-storefront footer .footer-row { padding-left: 4px !important; padding-right: 4px !important; }
  body.adeptdev-storefront footer .footer-row .logo img { width: 170px !important; height: auto !important; }

  /* Mega Catalog — phone is a native full-height experience. */
  body.adeptdev-storefront > .ad-mega-catalog,
  body.adeptdev-storefront.menu-is-open > .ad-mega-catalog {
    inset: 0 !important;
    padding: 0 !important;
    align-items: stretch !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-shell {
    width: 100% !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    border: 0 !important;
    border-radius: 0 !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-head {
    padding: calc(10px + env(safe-area-inset-top)) 10px 9px !important;
    gap: 8px !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-head__copy h2 {
    max-width: calc(100% - 48px) !important;
    font-size: 19px !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-head__actions { gap: 7px !important; }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-search {
    height: 44px !important;
    border-radius: 13px !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-search input { font-size: 16px !important; }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-close {
    top: calc(9px + env(safe-area-inset-top)) !important;
    right: 10px !important;
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-main {
    flex: 1 1 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    display: grid !important;
    grid-template-columns: 100% !important;
    grid-template-rows: auto minmax(0,1fr) !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-rail {
    height: auto !important;
    min-height: 0 !important;
    padding: 7px 8px 6px !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-rail__list {
    height: auto !important;
    flex: none !important;
    display: flex !important;
    gap: 6px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 1px 1px 4px !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-category {
    min-width: max-content !important;
    min-height: 40px !important;
    padding: 4px 9px 4px 5px !important;
    grid-template-columns: 29px auto !important;
    border-radius: 12px !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-category__icon {
    width: 29px !important;
    height: 29px !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-category__copy strong { font-size: 11.5px !important; }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-content {
    height: 100% !important;
    min-height: 0 !important;
    padding: 13px 10px 16px !important;
    overflow-y: auto !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-panel__head {
    margin-bottom: 11px !important;
    padding-bottom: 11px !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-panel__head h3 { font-size: 20px !important; }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-groups {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-group {
    padding: 12px !important;
    border-radius: 14px !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer {
    position: relative !important;
    flex: 0 0 auto !important;
    min-height: 64px !important;
    padding: 6px 7px calc(6px + env(safe-area-inset-bottom)) !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer__links { gap: 5px !important; }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer-card {
    min-height: 50px !important;
    padding: 5px 3px !important;
    border-radius: 12px !important;
  }
}

@media (max-width: 480px) {
  body.adeptdev-storefront .top-flex > .logo img { width: 132px !important; }
  body.adeptdev-storefront .top-flex { gap: 6px 7px !important; }
  body.adeptdev-storefront .top-flex > .next.ad-top-info {
    grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr);
  }
  body.adeptdev-storefront .ad-hours-trigger__status { display: none !important; }
  body.adeptdev-storefront .ad-hours-trigger__schedule { font-size: 10px !important; }
  body.adeptdev-storefront .ad-top-info__item--address p { font-size: 10px !important; }
  body.adeptdev-storefront .ad-language-switch #form-language button { min-width: 28px !important; padding: 0 5px !important; }
  body.adeptdev-storefront .ad-mobile-menu-toggle { width: 36px !important; height: 36px !important; }
  body.adeptdev-storefront .ad-store-benefit { min-height: 76px !important; padding: 9px 7px !important; gap: 7px !important; }
  body.adeptdev-storefront .ad-store-benefit__icon { width: 31px !important; height: 31px !important; flex-basis: 31px !important; }
  body.adeptdev-storefront .ad-store-benefit__copy small { display: none; }
  body.adeptdev-storefront .product-carousel .product-thumb .image,
  body.adeptdev-storefront .product-thumb .image { height: min(66vw, 250px) !important; }
  body.adeptdev-storefront .ad-hours-popover {
    top: 108px !important;
    left: 7px !important;
    right: 7px !important;
    max-height: calc(100dvh - 195px) !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-kicker { font-size: 8px !important; }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-head__copy h2 { font-size: 17.5px !important; }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-panel__head h3 { font-size: 18px !important; }
}


/* ========================================================================
   AdeptDEV Store v0.14.1 — cache-proof responsive + catalog seam fix
   This is the final override layer. It intentionally removes every pixel
   height left by v0.13.4 and lets CSS own the entire modal geometry.
   ======================================================================== */

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-shell {
  --ad-catalog-main-height: initial !important;
  display: grid !important;
  grid-template-rows: auto minmax(0, 1fr) auto !important;
  align-content: stretch !important;
  overflow: hidden !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-head,
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer {
  min-height: 0 !important;
  flex: none !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-main {
  grid-row: 2 !important;
  align-self: stretch !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  overflow: hidden !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-rail,
body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-content {
  align-self: stretch !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  margin-bottom: 0 !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-rail {
  display: flex !important;
  flex-direction: column !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-rail__list {
  flex: 1 1 0 !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow-y: auto !important;
  padding-bottom: 14px !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-content {
  overflow-y: auto !important;
  overscroll-behavior: contain;
  padding-bottom: 16px !important;
}

body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer {
  grid-row: 3 !important;
  margin: 0 !important;
}

@media (min-width: 992px) {
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-shell {
    height: min(860px, calc(100dvh - 28px)) !important;
    max-height: calc(100dvh - 28px) !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-main {
    display: grid !important;
    grid-template-columns: var(--ad-catalog-rail) minmax(0, 1fr) !important;
  }
}

@media (max-width: 767px) {
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-shell {
    width: 100% !important;
    height: 100svh !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    grid-template-rows: auto minmax(0, 1fr) auto !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-main {
    display: grid !important;
    grid-template-columns: 100% !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    height: 100% !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-rail {
    height: auto !important;
    min-height: 0 !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-rail__list {
    flex: none !important;
    height: auto !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding-bottom: 4px !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-content {
    height: 100% !important;
    min-height: 0 !important;
    overflow-y: auto !important;
  }
}

/* ========================================================================
   AdeptDEV Store v0.15 — COMPLETE MOBILE ARCHITECTURE FIX
   Scope: web.adeptdev.ro · iPhone/Android 320–767 + tablet dock handling
   ======================================================================== */

@media (max-width: 991px) {
  /* The action dock is re-parented to <body> by adeptdev-mobile-ui.js.
     This prevents sticky/backdrop-filter ancestors from trapping position:fixed. */
  body.adeptdev-storefront > .ad-mobile-action-dock {
    position: fixed !important;
    z-index: 1100 !important;
    left: 8px !important;
    right: 8px !important;
    bottom: max(8px, env(safe-area-inset-bottom)) !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 68px !important;
    margin: 0 !important;
    padding: 5px !important;
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: 3px !important;
    border: 1px solid rgba(181,207,244,.88) !important;
    border-radius: 21px !important;
    background: rgba(249,252,255,.97) !important;
    box-shadow: 0 16px 46px rgba(8,38,90,.20), inset 0 1px 0 #fff !important;
    -webkit-backdrop-filter: blur(20px) saturate(135%) !important;
    backdrop-filter: blur(20px) saturate(135%) !important;
  }

  body.adeptdev-storefront > .ad-mobile-action-dock > .ad-header-action,
  body.adeptdev-storefront > .ad-mobile-action-dock .ad-header-cart,
  body.adeptdev-storefront > .ad-mobile-action-dock .ad-header-cart > .ad-header-action {
    width: 100% !important;
    min-width: 0 !important;
  }

  body.adeptdev-storefront > .ad-mobile-action-dock > .ad-header-action,
  body.adeptdev-storefront > .ad-mobile-action-dock .ad-header-cart > .ad-header-action {
    position: relative !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 5px 2px 4px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 3px !important;
    border: 0 !important;
    border-radius: 15px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.adeptdev-storefront > .ad-mobile-action-dock .ad-header-action--cart {
    background: linear-gradient(145deg, rgba(20,103,255,.09), rgba(62,146,255,.05)) !important;
  }

  body.adeptdev-storefront > .ad-mobile-action-dock .ad-header-action__icon {
    position: static !important;
    width: 28px !important;
    height: 27px !important;
    flex: 0 0 27px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #1467ff !important;
    background: transparent !important;
  }

  body.adeptdev-storefront > .ad-mobile-action-dock .ad-header-action__icon svg {
    width: 23px !important;
    height: 23px !important;
    display: block !important;
  }

  body.adeptdev-storefront > .ad-mobile-action-dock .ad-header-action i {
    max-width: 100% !important;
    display: block !important;
    overflow: hidden !important;
    color: #59708f !important;
    font-size: 10px !important;
    line-height: 1.05 !important;
    font-style: normal !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.adeptdev-storefront > .ad-mobile-action-dock .ad-header-action__badge,
  body.adeptdev-storefront > .ad-mobile-action-dock .menu-btns .cart > button > .ad-header-action__badge {
    top: 2px !important;
    right: calc(50% - 25px) !important;
  }

  /* Mobile cart opens above the bottom navigation, not outside the viewport. */
  body.adeptdev-storefront > .ad-mobile-action-dock .ad-header-cart .dropdown-menu {
    position: fixed !important;
    z-index: 1120 !important;
    top: auto !important;
    left: 8px !important;
    right: 8px !important;
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: min(66dvh, 560px) !important;
    margin: 0 !important;
    overflow-y: auto !important;
    border-radius: 20px !important;
    box-shadow: 0 24px 64px rgba(8,38,90,.25) !important;
  }
}

@media (max-width: 767px) {
  :root { --ad-mobile-dock-space: calc(86px + env(safe-area-inset-bottom)); }

  html {
    width: 100%;
    overflow-x: hidden !important;
    -webkit-text-size-adjust: 100%;
  }

  body.adeptdev-storefront {
    width: 100%;
    min-width: 0;
    padding-bottom: var(--ad-mobile-dock-space) !important;
    overflow-x: hidden !important;
    background: #f8fbff !important;
  }

  body.adeptdev-storefront img,
  body.adeptdev-storefront svg { max-width: 100%; }

  body.adeptdev-storefront header {
    position: sticky !important;
    top: 0 !important;
    z-index: 700 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 4px 0 8px !important;
    border: 0 !important;
    background: rgba(255,255,255,.985) !important;
    box-shadow: 0 8px 24px rgba(12,57,122,.075) !important;
    /* CRITICAL: backdrop-filter creates a containing block for fixed descendants on iOS/Chromium. */
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    transform: none !important;
    filter: none !important;
  }

  body.adeptdev-storefront header > .container {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 10px !important;
  }

  /* Row 1: logo + call/language/menu. */
  body.adeptdev-storefront .top-flex {
    width: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 3px 0 6px !important;
    display: grid !important;
    grid-template-columns: minmax(105px, 1fr) auto !important;
    grid-template-areas:
      "logo actions"
      "info info" !important;
    align-items: center !important;
    gap: 6px 8px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.adeptdev-storefront .top-flex > .logo {
    grid-area: logo !important;
    min-width: 0 !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
  }

  body.adeptdev-storefront .top-flex > .logo a {
    max-width: 100% !important;
    display: inline-flex !important;
    align-items: center !important;
  }

  body.adeptdev-storefront .top-flex > .logo img {
    width: clamp(126px, 35vw, 148px) !important;
    max-width: 100% !important;
    max-height: 38px !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  body.adeptdev-storefront .top-flex > .phone.ad-contact-zone {
    grid-area: actions !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 5px !important;
  }

  body.adeptdev-storefront .top-flex .telephone.ad-contact-card {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 2px !important;
    border-radius: 12px !important;
  }

  body.adeptdev-storefront .ad-contact-call {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 10px !important;
  }

  body.adeptdev-storefront .ad-contact-call__icon {
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
    margin: 0 !important;
  }

  body.adeptdev-storefront .ad-contact-call__number,
  body.adeptdev-storefront .ad-contact-callback { display: none !important; }

  body.adeptdev-storefront .ad-language-switch {
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 2px !important;
    display: block !important;
    border-radius: 12px !important;
  }

  body.adeptdev-storefront .ad-language-switch #form-language {
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
  }

  body.adeptdev-storefront .ad-language-switch #form-language button {
    min-width: 34px !important;
    height: 34px !important;
    padding: 0 7px !important;
    border-radius: 10px !important;
    font-size: 11px !important;
    line-height: 1 !important;
  }

  body.adeptdev-storefront .ad-mobile-menu-toggle {
    flex: 0 0 40px !important;
    width: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #d9e7fa !important;
    border-radius: 12px !important;
    background: #f7faff !important;
    color: #1467ff !important;
    box-shadow: none !important;
  }

  /* Row 2: compact schedule/address bar. */
  body.adeptdev-storefront .top-flex > .next.ad-top-info {
    grid-area: info !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 3px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr) !important;
    gap: 4px !important;
    border: 1px solid rgba(200,219,248,.9) !important;
    border-radius: 15px !important;
    background: linear-gradient(135deg,#f8fbff,#edf5ff) !important;
    box-shadow: 0 4px 14px rgba(24,75,153,.05), inset 0 1px 0 #fff !important;
  }

  body.adeptdev-storefront .ad-top-info .ad-top-info__item {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 40px !important;
    height: 40px !important;
    margin: 0 !important;
    border-radius: 12px !important;
    background: rgba(255,255,255,.72) !important;
    box-shadow: none !important;
  }

  body.adeptdev-storefront .ad-hours-trigger,
  body.adeptdev-storefront .ad-top-info__item--address > a {
    width: 100% !important;
    height: 40px !important;
    min-width: 0 !important;
    padding: 4px 6px 4px 4px !important;
    display: flex !important;
    align-items: center !important;
    overflow: hidden !important;
  }

  body.adeptdev-storefront .ad-top-info__icon {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    flex: 0 0 30px !important;
    margin: 0 6px 0 0 !important;
    border-radius: 10px !important;
  }

  body.adeptdev-storefront .ad-hours-trigger__copy {
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  body.adeptdev-storefront .ad-hours-trigger__status {
    max-width: 100% !important;
    margin-bottom: 1px !important;
    overflow: hidden !important;
    font-size: 9px !important;
    line-height: 1.05 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.adeptdev-storefront .ad-hours-trigger__schedule {
    max-width: 100% !important;
    overflow: hidden !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    font-weight: 760 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body.adeptdev-storefront .ad-hours-trigger__chevron,
  body.adeptdev-storefront .ad-top-info__arrow { display: none !important; }

  body.adeptdev-storefront .ad-top-info__item--address p {
    min-width: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    font-size: 10.5px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  /* Row 3: catalog/search. Never sits behind the mobile action dock. */
  body.adeptdev-storefront .logo-row {
    position: relative !important;
    z-index: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 7px 0 0 !important;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 7px !important;
  }

  body.adeptdev-storefront .logo-row > .ad-catalog-trigger {
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    padding: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 14px !important;
  }

  body.adeptdev-storefront .logo-row > .ad-catalog-trigger > .ad-catalog-trigger__icon {
    width: 38px !important;
    height: 38px !important;
    flex: 0 0 38px !important;
  }

  body.adeptdev-storefront .ad-catalog-trigger__label,
  body.adeptdev-storefront .ad-catalog-trigger__arrow { display: none !important; }

  body.adeptdev-storefront .logo-row .search.ad-search {
    grid-column: 2 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 4px 5px 4px 7px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  body.adeptdev-storefront .logo-row .search.ad-search .ad-search__lead {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    flex: 0 0 28px !important;
  }

  body.adeptdev-storefront .logo-row .search.ad-search input,
  body.adeptdev-storefront .logo-row .search.ad-search input[type='text'] {
    width: 100% !important;
    min-width: 0 !important;
    height: 40px !important;
    padding: 0 6px !important;
    font-size: 16px !important;
    line-height: 40px !important;
    text-overflow: ellipsis !important;
  }

  body.adeptdev-storefront .logo-row .search.ad-search .ad-search__submit {
    width: 39px !important;
    height: 39px !important;
    min-width: 39px !important;
    flex: 0 0 39px !important;
    border-radius: 11px !important;
  }

  /* Store-hours sheet is viewport based and stays above the sticky header. */
  body.adeptdev-storefront .ad-hours-popover {
    position: fixed !important;
    z-index: 1080 !important;
    top: max(10px, env(safe-area-inset-top)) !important;
    left: 8px !important;
    right: 8px !important;
    bottom: calc(84px + env(safe-area-inset-bottom)) !important;
    width: auto !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    overflow-y: auto !important;
    border-radius: 22px !important;
    box-shadow: 0 28px 80px rgba(7,32,77,.30) !important;
  }

  body.adeptdev-storefront .ad-hours-popover::before { display: none !important; }

  /* Homepage spacing / hero. */
  body.adeptdev-storefront #common-home,
  body.adeptdev-storefront #common-home.container,
  body.adeptdev-storefront #common-home + .container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  body.adeptdev-storefront .slideshow {
    width: 100% !important;
    margin: 8px 0 24px !important;
  }

  body.adeptdev-storefront .slideshow .swiper-container {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 8.7 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  body.adeptdev-storefront .slideshow .swiper-wrapper,
  body.adeptdev-storefront .slideshow .swiper-slide,
  body.adeptdev-storefront .slideshow .swiper-slide > a {
    height: 100% !important;
  }

  body.adeptdev-storefront .slideshow img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    border-radius: inherit !important;
  }

  body.adeptdev-storefront .slideshow .swiper-pager { display: none !important; }
  body.adeptdev-storefront .slideshow .swiper-pagination { bottom: -17px !important; }

  /* Benefits are compact cards, not four tall empty boxes. */
  body.adeptdev-storefront .ad-store-benefits {
    width: 100% !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 7px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  body.adeptdev-storefront .ad-store-benefit {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 70px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 9px !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0,1fr) !important;
    align-items: center !important;
    gap: 8px !important;
    border: 1px solid #e0eaf8 !important;
    border-radius: 15px !important;
    background: #fff !important;
    box-shadow: 0 7px 20px rgba(24,75,153,.055) !important;
  }

  body.adeptdev-storefront .ad-store-benefit + .ad-store-benefit { border-left: 1px solid #e0eaf8 !important; }

  body.adeptdev-storefront .ad-store-benefit__icon {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    flex: 0 0 34px !important;
    border-radius: 11px !important;
  }

  body.adeptdev-storefront .ad-store-benefit__copy { min-width: 0 !important; }
  body.adeptdev-storefront .ad-store-benefit__copy strong {
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: 12.5px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
  }
  body.adeptdev-storefront .ad-store-benefit__copy small { display: none !important; }

  /* Product modules: compact premium phone carousel. */
  body.adeptdev-storefront .product-carousel {
    width: 100% !important;
    margin: 0 0 30px !important;
    padding: 14px 10px 8px !important;
    border-radius: 19px !important;
    overflow: hidden !important;
    box-shadow: 0 11px 30px rgba(20,65,135,.055) !important;
  }

  body.adeptdev-storefront .product-carousel .module-title,
  body.adeptdev-storefront .module-title {
    margin: 0 0 14px !important;
    font-size: clamp(25px, 7.2vw, 31px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
  }

  body.adeptdev-storefront .product-carousel .for-scroll {
    width: calc(100% + 20px) !important;
    margin: -2px -10px 10px !important;
    padding: 0 10px 2px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
  }
  body.adeptdev-storefront .product-carousel .for-scroll::-webkit-scrollbar { display: none !important; }
  body.adeptdev-storefront .product-carousel .tab-listing {
    width: max-content !important;
    min-width: 100% !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 6px !important;
  }
  body.adeptdev-storefront .product-carousel .tab-listing button {
    min-height: 36px !important;
    margin: 0 !important;
    padding: 7px 13px !important;
    flex: 0 0 auto !important;
    font-size: 11px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
  }

  body.adeptdev-storefront .product-carousel .swiper-container {
    width: 100% !important;
    padding: 3px 2px 8px !important;
    overflow: hidden !important;
  }

  body.adeptdev-storefront .product-carousel .product-thumb {
    min-height: 0 !important;
    height: 100% !important;
    padding: 10px !important;
    border-radius: 16px !important;
  }

  body.adeptdev-storefront .product-carousel .product-thumb .image,
  body.adeptdev-storefront .product-thumb .image {
    width: 100% !important;
    height: clamp(200px, 56vw, 238px) !important;
    min-height: 0 !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }

  body.adeptdev-storefront .product-carousel .product-thumb .image > a,
  body.adeptdev-storefront .product-carousel .product-thumb .image > a > img,
  body.adeptdev-storefront .product-thumb .image > a,
  body.adeptdev-storefront .product-thumb .image > a > img {
    width: 100% !important;
    height: 100% !important;
  }

  body.adeptdev-storefront .product-carousel .product-thumb .image img,
  body.adeptdev-storefront .product-thumb .image img {
    object-fit: contain !important;
  }

  body.adeptdev-storefront .product-carousel .product-thumb .caption {
    min-height: 0 !important;
    height: auto !important;
    padding: 9px 2px 2px !important;
  }

  body.adeptdev-storefront .product-carousel .product-thumb .caption > a,
  body.adeptdev-storefront .product-thumb .caption > a {
    min-height: 0 !important;
    height: auto !important;
    margin-bottom: 8px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
    -webkit-line-clamp: 2 !important;
  }

  body.adeptdev-storefront .product-carousel .product-thumb .price {
    min-height: 0 !important;
    margin-bottom: 6px !important;
  }

  body.adeptdev-storefront .product-carousel .product-thumb .caption > button {
    min-height: 42px !important;
    margin-top: 10px !important;
    border-radius: 12px !important;
  }

  body.adeptdev-storefront .product-thumb .btns {
    top: 10px !important;
    right: 10px !important;
    gap: 5px !important;
  }

  body.adeptdev-storefront .product-thumb .btns button {
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    padding: 8px !important;
    border-radius: 11px !important;
  }

  body.adeptdev-storefront .product-carousel .swiper-pager { display: none !important; }
  body.adeptdev-storefront .product-carousel .swiper-pagination { margin-top: 9px !important; }

  /* Generic catalog/search/special listings: preserve a useful two-column shop grid. */
  body.adeptdev-storefront #product-category .product-layout.col-xs-6,
  body.adeptdev-storefront #product-search .product-layout.col-xs-6,
  body.adeptdev-storefront #product-special .product-layout.col-xs-6 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  body.adeptdev-storefront #product-category #content > .row,
  body.adeptdev-storefront #product-search #content > .row,
  body.adeptdev-storefront #product-special #content > .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }

  body.adeptdev-storefront .breadcrumb {
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch;
  }
  body.adeptdev-storefront .breadcrumb::-webkit-scrollbar { display: none !important; }

  body.adeptdev-storefront input,
  body.adeptdev-storefront select,
  body.adeptdev-storefront textarea { font-size: 16px !important; }

  body.adeptdev-storefront .table-responsive {
    border: 0 !important;
    -webkit-overflow-scrolling: touch;
  }

  body.adeptdev-storefront footer {
    margin-top: 34px !important;
    padding-bottom: calc(92px + env(safe-area-inset-bottom)) !important;
  }

  /* Mega Catalog remains a real full-height mobile app. */
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-shell {
    width: 100% !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    border: 0 !important;
    border-radius: 0 !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-head {
    padding: calc(9px + env(safe-area-inset-top)) 9px 8px !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-main {
    min-height: 0 !important;
    overflow: hidden !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-content {
    padding-bottom: 14px !important;
    overscroll-behavior: contain !important;
  }
  body.adeptdev-storefront > .ad-mega-catalog .ad-catalog-footer {
    padding-bottom: calc(6px + env(safe-area-inset-bottom)) !important;
  }
}

@media (max-width: 430px) {
  body.adeptdev-storefront header > .container,
  body.adeptdev-storefront #common-home,
  body.adeptdev-storefront #common-home.container,
  body.adeptdev-storefront #common-home + .container {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }

  body.adeptdev-storefront .top-flex > .logo img {
    width: clamp(120px, 34vw, 135px) !important;
  }

  body.adeptdev-storefront .top-flex > .next.ad-top-info {
    grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr) !important;
  }

  body.adeptdev-storefront .ad-hours-trigger__status { display: none !important; }
  body.adeptdev-storefront .ad-hours-trigger__schedule { font-size: 10.5px !important; }
  body.adeptdev-storefront .ad-top-info__item--address p { font-size: 10px !important; }

  body.adeptdev-storefront .ad-language-switch #form-language button {
    min-width: 31px !important;
    height: 32px !important;
    padding: 0 6px !important;
    font-size: 10px !important;
  }

  body.adeptdev-storefront .ad-mobile-menu-toggle {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
  }

  body.adeptdev-storefront .ad-store-benefit {
    min-height: 66px !important;
    padding: 8px !important;
    grid-template-columns: 32px minmax(0,1fr) !important;
  }

  body.adeptdev-storefront .ad-store-benefit__icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
  }

  body.adeptdev-storefront .ad-store-benefit__copy strong { font-size: 12px !important; }

  body.adeptdev-storefront .product-carousel .product-thumb .image,
  body.adeptdev-storefront .product-thumb .image {
    height: clamp(190px, 57vw, 225px) !important;
  }
}

@media (max-width: 360px) {
  body.adeptdev-storefront header > .container { padding-left: 7px !important; padding-right: 7px !important; }
  body.adeptdev-storefront .top-flex { gap: 5px 6px !important; }
  body.adeptdev-storefront .top-flex > .logo img { width: 112px !important; }
  body.adeptdev-storefront .ad-contact-call { width: 34px !important; height: 34px !important; min-width: 34px !important; }
  body.adeptdev-storefront .ad-contact-call__icon { width: 30px !important; height: 30px !important; flex-basis: 30px !important; }
  body.adeptdev-storefront .ad-language-switch #form-language button { min-width: 28px !important; padding: 0 5px !important; }
  body.adeptdev-storefront .ad-mobile-menu-toggle { width: 34px !important; height: 34px !important; flex-basis: 34px !important; }
  body.adeptdev-storefront .top-flex > .next.ad-top-info { grid-template-columns: minmax(0, 1.26fr) minmax(0, .74fr) !important; }
  body.adeptdev-storefront .logo-row { grid-template-columns: 46px minmax(0,1fr) !important; gap: 6px !important; }
  body.adeptdev-storefront .logo-row > .ad-catalog-trigger { width: 46px !important; min-width: 46px !important; height: 46px !important; }
  body.adeptdev-storefront .logo-row .search.ad-search { height: 46px !important; }
  body.adeptdev-storefront .logo-row .search.ad-search .ad-search__lead { display: none !important; }
  body.adeptdev-storefront .ad-store-benefits { gap: 5px !important; }
  body.adeptdev-storefront .ad-store-benefit { min-height: 64px !important; grid-template-columns: 30px minmax(0,1fr) !important; gap: 6px !important; padding: 7px !important; }
  body.adeptdev-storefront .ad-store-benefit__icon { width: 30px !important; height: 30px !important; min-width: 30px !important; }
  body.adeptdev-storefront .ad-store-benefit__copy strong { font-size: 11px !important; }
  body.adeptdev-storefront > .ad-mobile-action-dock { left: 5px !important; right: 5px !important; padding: 4px !important; border-radius: 18px !important; }
  body.adeptdev-storefront > .ad-mobile-action-dock .ad-header-action i { font-size: 9px !important; }
}


/* ========================================================================
   v0.16.1 — ONLY requested mobile change, built on exact v0.15 baseline.
   Keep all accepted v0.15 positions. Move Catalog from search row to dock.
   ======================================================================== */
body.adeptdev-storefront .ad-header-action--catalog-mobile {
  display: none !important;
}

@media (max-width: 767px) {
  /* Row 3 remains exactly where v0.15 placed it, but now contains SEARCH ONLY. */
  body.adeptdev-storefront .logo-row {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  body.adeptdev-storefront .logo-row > .ad-catalog-trigger {
    display: none !important;
  }

  body.adeptdev-storefront .logo-row .search,
  body.adeptdev-storefront .logo-row .search.ad-search {
    grid-column: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
  }

  /* Existing v0.15 bottom dock: add Catalog as the fifth item, no re-positioning. */
  body.adeptdev-storefront > .ad-mobile-action-dock {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  body.adeptdev-storefront > .ad-mobile-action-dock > .ad-header-action--catalog-mobile {
    display: flex !important;
  }

  body.adeptdev-storefront > .ad-mobile-action-dock > .ad-header-action,
  body.adeptdev-storefront > .ad-mobile-action-dock .ad-header-cart > .ad-header-action {
    padding-left: 1px !important;
    padding-right: 1px !important;
  }

  body.adeptdev-storefront > .ad-mobile-action-dock .ad-header-action i {
    font-size: 9px !important;
  }

  body.adeptdev-storefront > .ad-mobile-action-dock .ad-header-action__badge,
  body.adeptdev-storefront > .ad-mobile-action-dock .menu-btns .cart > button > .ad-header-action__badge {
    right: calc(50% - 21px) !important;
  }
}

@media (max-width: 374px) {
  body.adeptdev-storefront > .ad-mobile-action-dock .ad-header-action i {
    font-size: 8.2px !important;
  }
  body.adeptdev-storefront > .ad-mobile-action-dock .ad-header-action__icon,
  body.adeptdev-storefront > .ad-mobile-action-dock .ad-header-action__icon svg {
    transform: scale(.94);
  }
}

/* ========================================================================
   AdeptDEV Storefront v0.17 — Premium Category / Product Listing
   Desktop + Tablet + Mobile 430 / 390 / 360
   ======================================================================== */
body.adeptdev-storefront #product-category.ad-category-page{--ad-cat-text:#102a52;--ad-cat-muted:#7890b1;--ad-cat-line:#dfe9f7;--ad-cat-soft:#f4f8ff;--ad-cat-blue:#1667f5;--ad-cat-blue2:#0d52d9;padding-top:12px;padding-bottom:56px}
body.adeptdev-storefront .ad-category-breadcrumb .breadcrumb{margin:0 0 14px;padding:0;background:transparent}
body.adeptdev-storefront .ad-category-breadcrumb .breadcrumb>li,body.adeptdev-storefront .ad-category-breadcrumb .breadcrumb>li>a{color:#7890b0;font-size:12px;font-weight:620}
body.adeptdev-storefront .ad-category-breadcrumb .breadcrumb>li:last-child>a{color:#31537e}
body.adeptdev-storefront .ad-category-hero{position:relative;isolation:isolate;overflow:hidden;min-height:174px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px;padding:30px 34px;border:1px solid rgba(190,211,242,.8);border-radius:26px;background:radial-gradient(circle at 82% 15%,rgba(31,125,255,.12),transparent 25%),radial-gradient(circle at 8% 110%,rgba(40,203,240,.10),transparent 32%),linear-gradient(135deg,#fff 0%,#f7faff 56%,#eef5ff 100%);box-shadow:0 18px 52px rgba(18,67,139,.08),inset 0 1px 0 #fff}
body.adeptdev-storefront .ad-category-hero:after{content:'';position:absolute;z-index:-1;right:92px;top:-72px;width:280px;height:280px;border:1px solid rgba(38,116,239,.08);border-radius:50%;box-shadow:0 0 0 34px rgba(38,116,239,.025),0 0 0 72px rgba(38,116,239,.018)}
body.adeptdev-storefront .ad-category-hero__copy{min-width:0}
body.adeptdev-storefront .ad-category-kicker{display:inline-flex;margin-bottom:7px;color:var(--ad-cat-blue);font-size:10px;line-height:1;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
body.adeptdev-storefront .ad-category-hero h1{margin:0 0 12px;color:#0b2348;font-size:clamp(30px,3.1vw,48px);line-height:1.02;font-weight:820;letter-spacing:-.045em}
body.adeptdev-storefront .ad-category-hero__meta{display:flex;flex-wrap:wrap;gap:8px}
body.adeptdev-storefront .ad-category-count{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;color:#557399;border:1px solid #dce8f7;border-radius:11px;background:rgba(255,255,255,.8);font-size:11.5px;font-weight:700}
body.adeptdev-storefront .ad-category-count svg{color:#2b70e5}
body.adeptdev-storefront .ad-category-hero__mark{flex:0 0 112px;width:112px;height:112px;display:flex;align-items:center;justify-content:center;color:#2c70e8;border:1px solid rgba(49,119,236,.14);border-radius:30px;background:rgba(255,255,255,.72);box-shadow:0 18px 35px rgba(25,92,196,.10),inset 0 1px 0 #fff;transform:rotate(3deg)}
body.adeptdev-storefront .ad-category-hero__mark svg{width:66px;height:66px}
body.adeptdev-storefront .ad-subcategory-section{margin-bottom:18px;padding:18px;border:1px solid #e0e9f6;border-radius:22px;background:#fff;box-shadow:0 10px 34px rgba(20,62,122,.045)}
body.adeptdev-storefront .ad-section-heading{margin-bottom:12px}
body.adeptdev-storefront .ad-section-heading>div{display:flex;align-items:baseline;gap:9px}
body.adeptdev-storefront .ad-section-heading span{color:#17385f;font-size:16px;font-weight:810;letter-spacing:-.02em}
body.adeptdev-storefront .ad-section-heading small{color:#8b9db7;font-size:11px;font-weight:570}
body.adeptdev-storefront .ad-subcategory-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}
body.adeptdev-storefront .ad-subcategory-card{min-width:0;min-height:66px;display:grid;grid-template-columns:36px minmax(0,1fr) 24px;align-items:center;gap:9px;padding:9px 10px;color:#17365f!important;border:1px solid #e1eaf7;border-radius:15px;background:linear-gradient(180deg,#fff,#fbfdff);text-decoration:none!important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
body.adeptdev-storefront .ad-subcategory-card__icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#2c70e8;border-radius:11px;background:#f0f6ff}
body.adeptdev-storefront .ad-subcategory-card__copy{min-width:0}
body.adeptdev-storefront .ad-subcategory-card__copy strong,body.adeptdev-storefront .ad-subcategory-card__copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body.adeptdev-storefront .ad-subcategory-card__copy strong{color:#17365f;font-size:12px;line-height:1.25;font-weight:760}
body.adeptdev-storefront .ad-subcategory-card__copy small{margin-top:3px;color:#92a2ba;font-size:9.5px;font-weight:580}
body.adeptdev-storefront .ad-subcategory-card__arrow{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:#6685b0;border-radius:8px;background:#f4f8fd}
@media (hover:hover) and (pointer:fine){body.adeptdev-storefront .ad-subcategory-card:hover{transform:translateY(-2px);border-color:rgba(39,112,239,.28);box-shadow:0 12px 24px rgba(20,81,174,.08)}}
body.adeptdev-storefront .ad-category-layout{position:relative;display:grid;grid-template-columns:264px minmax(0,1fr);align-items:start;gap:18px}
body.adeptdev-storefront .ad-category-layout--full{grid-template-columns:minmax(0,1fr)}
body.adeptdev-storefront .ad-category-sidebar{position:sticky;top:118px;min-width:0;padding:14px;border:1px solid #dfe8f5;border-radius:20px;background:linear-gradient(180deg,#fff,#f9fbff);box-shadow:0 12px 34px rgba(23,67,134,.055)}
body.adeptdev-storefront .ad-category-sidebar__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;padding:3px 3px 12px;border-bottom:1px solid #e8eef7}
body.adeptdev-storefront .ad-category-sidebar__head strong,body.adeptdev-storefront .ad-category-sidebar__head small{display:block}
body.adeptdev-storefront .ad-category-sidebar__head strong{color:#17365e;font-size:14px;font-weight:800}
body.adeptdev-storefront .ad-category-sidebar__head small{margin-top:2px;color:#8da0ba;font-size:10px;font-weight:560}
body.adeptdev-storefront .ad-category-sidebar__close{display:none}
body.adeptdev-storefront .ad-category-side-links{display:grid;gap:4px;margin-bottom:12px}
body.adeptdev-storefront .ad-category-side-links a{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;color:#355579!important;border-radius:11px;font-size:11px;line-height:1.25;font-weight:660;text-decoration:none!important}
body.adeptdev-storefront .ad-category-side-links a:hover{color:#145ee5!important;background:#f0f6ff}
body.adeptdev-storefront .ad-category-filter-slot .rdf-mobile-toggle{display:none!important}
body.adeptdev-storefront .ad-category-filter-slot .dream-filter{margin:0!important}
body.adeptdev-storefront .ad-category-filter-slot .dream-filter .rdf-header h3{color:#17365e;font-size:14px;font-weight:800}
body.adeptdev-storefront .ad-category-filter-slot .dream-filter .panel{border-color:#e5edf8!important;border-radius:12px!important;box-shadow:none!important;overflow:hidden}
body.adeptdev-storefront .ad-category-filter-slot .dream-filter .panel-heading{background:#fff!important}
body.adeptdev-storefront .ad-category-filter-slot .dream-filter .panel-title span{color:#2a496f!important;font-weight:700!important}
body.adeptdev-storefront .ad-filter-backdrop{display:none}
body.adeptdev-storefront .ad-category-main{min-width:0}
body.adeptdev-storefront .ad-category-toolbar{position:sticky;z-index:12;top:104px;min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding:10px 12px 10px 15px;border:1px solid rgba(207,222,243,.9);border-radius:18px;background:rgba(251,253,255,.94);box-shadow:0 10px 28px rgba(22,65,130,.065);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}
body.adeptdev-storefront .ad-category-toolbar__result{min-width:150px;display:grid;grid-template-columns:8px auto;align-items:center;column-gap:8px}
body.adeptdev-storefront .ad-category-toolbar__dot{grid-row:1/3;width:8px;height:8px;border-radius:50%;background:#2f81ff;box-shadow:0 0 0 5px rgba(47,129,255,.10)}
body.adeptdev-storefront .ad-category-toolbar__result strong{color:#17375f;font-size:12px;font-weight:800}
body.adeptdev-storefront .ad-category-toolbar__result small{color:#8a9db7;font-size:9.5px;font-weight:560}
body.adeptdev-storefront .ad-category-toolbar__controls{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:8px}
body.adeptdev-storefront .ad-category-filter-button{display:none}
body.adeptdev-storefront .ad-category-control{min-height:48px;min-width:142px;display:flex;flex-direction:column;justify-content:center;padding:5px 10px;border:1px solid #dce6f4;border-radius:13px;background:#fff}
body.adeptdev-storefront .ad-category-control>span{color:#98a7bc;font-size:8.5px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
body.adeptdev-storefront .ad-category-control select{width:100%;margin-top:2px;border:0;outline:0;background:transparent;color:#1c3d68;font-size:11px;font-weight:730}
body.adeptdev-storefront .ad-category-control--limit{min-width:92px}
body.adeptdev-storefront .ad-category-control .nice-select{width:100%;height:26px;min-height:0;padding:0 22px 0 0;border:0!important;background:transparent!important;line-height:26px;box-shadow:none!important}
body.adeptdev-storefront .ad-category-control .nice-select .current{color:#1c3d68;font-size:11px;font-weight:730}
body.adeptdev-storefront .ad-category-density{height:48px;display:flex;align-items:center;gap:3px;padding:4px;border:1px solid #dce6f4;border-radius:13px;background:#fff}
body.adeptdev-storefront .ad-category-density button{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:transparent;color:#7b92b3}
body.adeptdev-storefront .ad-category-density button.is-active{color:#fff;background:linear-gradient(135deg,#2474ff,#1457df);box-shadow:0 6px 14px rgba(30,102,232,.20)}
body.adeptdev-storefront .ad-products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
body.adeptdev-storefront .ad-products-grid.is-roomy{grid-template-columns:repeat(2,minmax(0,1fr))}
body.adeptdev-storefront .ad-product-card{min-width:0;overflow:hidden;display:flex;flex-direction:column;margin:0!important;border:1px solid #dfe8f5!important;border-radius:20px!important;background:#fff!important;box-shadow:0 9px 28px rgba(17,62,125,.055)!important;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
@media (hover:hover) and (pointer:fine){body.adeptdev-storefront .ad-product-card:hover{transform:translateY(-3px);border-color:rgba(34,107,232,.25)!important;box-shadow:0 18px 38px rgba(17,73,161,.10)!important}}
body.adeptdev-storefront .ad-product-card__media{position:relative;min-height:236px;padding:12px;background:linear-gradient(160deg,#fbfdff,#f3f7fd)}
body.adeptdev-storefront .ad-product-card__image{height:212px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:15px;background:#fff}
body.adeptdev-storefront .ad-product-card__image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .24s ease}
@media (hover:hover) and (pointer:fine){body.adeptdev-storefront .ad-product-card:hover .ad-product-card__image img{transform:scale(1.025)}}
body.adeptdev-storefront .ad-product-card__badges{position:absolute;z-index:3;left:19px;top:19px;display:flex;flex-direction:column;align-items:flex-start;gap:5px}
body.adeptdev-storefront .ad-badge{min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border-radius:8px;font-size:8.5px;font-weight:850;letter-spacing:.02em}
body.adeptdev-storefront .ad-badge--sale{color:#fff;background:#ee4d69;box-shadow:0 5px 11px rgba(238,77,105,.18)}
body.adeptdev-storefront .ad-badge--top{color:#8a5700;background:#fff2c5}
body.adeptdev-storefront .ad-badge--new{color:#0b68b8;background:#dff4ff}
body.adeptdev-storefront .ad-product-card__actions{position:absolute;z-index:4;top:18px;right:18px;display:flex;flex-direction:column;gap:6px}
body.adeptdev-storefront .ad-product-icon{width:34px;height:34px;display:flex!important;align-items:center;justify-content:center;padding:0!important;border:1px solid #dde8f7!important;border-radius:11px!important;background:rgba(255,255,255,.94)!important;color:#376aa9!important;box-shadow:0 6px 14px rgba(24,66,127,.075)!important}
body.adeptdev-storefront .ad-product-card__actions .checked{display:none!important}
body.adeptdev-storefront .ad-product-card__actions.compared .btn-compare:not(.checked),body.adeptdev-storefront .ad-product-card__actions.wished .btn-wishlist:not(.checked){display:none!important}
body.adeptdev-storefront .ad-product-card__actions.compared .btn-compare.checked,body.adeptdev-storefront .ad-product-card__actions.wished .btn-wishlist.checked{display:flex!important;color:#135fe8!important;background:#edf5ff!important}
body.adeptdev-storefront .ad-product-card__body{flex:1 1 auto;display:flex;flex-direction:column;padding:14px 15px 15px}
body.adeptdev-storefront .ad-product-card__eyebrow{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}
body.adeptdev-storefront .ad-product-card__eyebrow>span:first-child{min-width:0;overflow:hidden;color:#91a1b7;font-size:9px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}
body.adeptdev-storefront .ad-stock{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;color:#16825a;font-size:9px;font-weight:760}
body.adeptdev-storefront .ad-stock i{width:6px;height:6px;border-radius:50%;background:#27bd83;box-shadow:0 0 0 3px rgba(39,189,131,.10)}
body.adeptdev-storefront .ad-stock.is-out{color:#a7767d}
body.adeptdev-storefront .ad-stock.is-out i{background:#df7180;box-shadow:0 0 0 3px rgba(223,113,128,.10)}
body.adeptdev-storefront .ad-product-card__name{min-height:44px;display:-webkit-box;overflow:hidden;color:#17375f!important;font-size:13.5px!important;line-height:1.35;font-weight:760!important;letter-spacing:-.015em;text-decoration:none!important;-webkit-line-clamp:2;-webkit-box-orient:vertical}
body.adeptdev-storefront .ad-product-card__rating{min-height:24px;display:flex;align-items:center;gap:5px;margin-top:8px;color:#94a4ba;font-size:9.5px}
body.adeptdev-storefront .ad-rating-star{color:#f1b836;font-size:14px}
body.adeptdev-storefront .ad-product-card__rating strong{color:#425d83;font-size:10px}
body.adeptdev-storefront .ad-product-card__footer{min-height:50px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:auto;padding-top:11px;border-top:1px solid #edf2f8}
body.adeptdev-storefront .ad-product-price{min-width:0;display:flex;flex-direction:column}
body.adeptdev-storefront .ad-product-price strong{color:#102f5a;font-size:17px;line-height:1.1;font-weight:850;letter-spacing:-.025em}
body.adeptdev-storefront .ad-product-price del{margin-top:3px;color:#a2afc0;font-size:10px;font-weight:600}
body.adeptdev-storefront .ad-add-cart{min-width:102px;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 13px;border:0!important;border-radius:12px!important;background:linear-gradient(135deg,#2474ff,#1255dc)!important;color:#fff!important;box-shadow:0 8px 17px rgba(26,92,218,.18)!important;font-size:10px!important;font-weight:780!important}
body.adeptdev-storefront .ad-add-cart.is-disabled{background:#edf1f6!important;color:#8b9aad!important;box-shadow:none!important}
body.adeptdev-storefront .ad-category-pagination{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px;padding:12px 14px;border:1px solid #e1e9f5;border-radius:16px;background:#fff;color:#8a9db6;font-size:10px;font-weight:600}
body.adeptdev-storefront .ad-category-pagination .pagination{margin:0}
body.adeptdev-storefront .ad-category-description{margin-top:20px;padding:22px;border:1px solid #e3ebf6;border-radius:18px;background:#fff;color:#617a9b;font-size:12px;line-height:1.7}
body.adeptdev-storefront .ad-category-empty{padding:55px 20px;border:1px solid #e0e9f5;border-radius:20px;background:#fff;text-align:center}
body.adeptdev-storefront .ad-category-empty__icon{width:78px;height:78px;margin:0 auto 14px;display:flex;align-items:center;justify-content:center;color:#3779df;border-radius:24px;background:#eff6ff}
body.adeptdev-storefront .ad-category-empty h2{margin:0 0 7px;color:#18395f;font-size:22px;font-weight:820}
body.adeptdev-storefront .ad-category-empty p{margin:0 0 18px;color:#8194af}
@media (max-width:1199px){body.adeptdev-storefront .ad-subcategory-strip{grid-template-columns:repeat(3,minmax(0,1fr))}body.adeptdev-storefront .ad-category-layout{grid-template-columns:238px minmax(0,1fr);gap:14px}body.adeptdev-storefront .ad-products-grid{gap:11px}body.adeptdev-storefront .ad-category-toolbar__result small{display:none}body.adeptdev-storefront .ad-category-control{min-width:124px}body.adeptdev-storefront .ad-category-control--limit{min-width:80px}}
@media (max-width:991px){body.ad-filter-drawer-open{overflow:hidden}body.adeptdev-storefront .ad-category-hero{min-height:146px;padding:24px 26px;border-radius:22px}body.adeptdev-storefront .ad-category-hero__mark{flex-basis:92px;width:92px;height:92px;border-radius:25px}body.adeptdev-storefront .ad-category-hero__mark svg{width:54px;height:54px}body.adeptdev-storefront .ad-subcategory-strip{grid-template-columns:repeat(2,minmax(0,1fr))}body.adeptdev-storefront .ad-category-layout{display:block}body.adeptdev-storefront .ad-category-sidebar{position:fixed;z-index:10050;top:0;left:0;bottom:0;width:min(390px,calc(100% - 38px));max-height:none;overflow-y:auto;padding:16px 14px calc(90px + env(safe-area-inset-bottom));border:0;border-radius:0 24px 24px 0;box-shadow:28px 0 60px rgba(4,29,72,.24);transform:translateX(-105%);transition:transform .25s cubic-bezier(.2,.8,.2,1)}body.ad-filter-drawer-open.adeptdev-storefront .ad-category-sidebar{transform:translateX(0)}body.adeptdev-storefront .ad-category-sidebar__head{position:sticky;z-index:3;top:-16px;margin:-16px -14px 12px;padding:17px 15px 13px;background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}body.adeptdev-storefront .ad-category-sidebar__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #dbe7f6;border-radius:12px;background:#f6f9ff;color:#315c96}body.adeptdev-storefront .ad-filter-backdrop{position:fixed;z-index:10040;inset:0;display:block;border:0;background:rgba(17,35,66,.44);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}body.ad-filter-drawer-open.adeptdev-storefront .ad-filter-backdrop{opacity:1;visibility:visible}body.adeptdev-storefront .ad-category-toolbar{top:92px}body.adeptdev-storefront .ad-category-filter-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;border:0;border-radius:13px;background:linear-gradient(135deg,#2474ff,#1458df);color:#fff;box-shadow:0 7px 15px rgba(28,95,220,.16);font-size:10px;font-weight:760}body.adeptdev-storefront .ad-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}body.adeptdev-storefront .ad-products-grid.is-roomy{grid-template-columns:repeat(2,minmax(0,1fr))}body.adeptdev-storefront .ad-product-card__media{min-height:205px}body.adeptdev-storefront .ad-product-card__image{height:182px}}
@media (max-width:767px){body.adeptdev-storefront #product-category.ad-category-page{width:100%;padding:8px 12px calc(96px + env(safe-area-inset-bottom))}body.adeptdev-storefront .ad-category-breadcrumb{overflow:hidden}body.adeptdev-storefront .ad-category-breadcrumb .breadcrumb{display:flex;overflow-x:auto;margin-bottom:10px;white-space:nowrap;scrollbar-width:none}body.adeptdev-storefront .ad-category-breadcrumb .breadcrumb::-webkit-scrollbar{display:none}body.adeptdev-storefront .ad-category-hero{min-height:122px;margin-bottom:12px;padding:18px;border-radius:20px}body.adeptdev-storefront .ad-category-hero h1{margin-bottom:9px;font-size:clamp(27px,8vw,36px)}body.adeptdev-storefront .ad-category-hero__mark{display:none}body.adeptdev-storefront .ad-category-count{min-height:30px;padding:0 9px;font-size:10px}body.adeptdev-storefront .ad-category-count:nth-child(2){display:none}body.adeptdev-storefront .ad-subcategory-section{margin-bottom:12px;padding:14px 0 14px 14px;border-radius:19px}body.adeptdev-storefront .ad-section-heading{padding-right:14px}body.adeptdev-storefront .ad-section-heading small{display:none}body.adeptdev-storefront .ad-subcategory-strip{display:flex;gap:8px;overflow-x:auto;padding:0 14px 3px 0;scroll-snap-type:x proximity;scrollbar-width:none}body.adeptdev-storefront .ad-subcategory-strip::-webkit-scrollbar{display:none}body.adeptdev-storefront .ad-subcategory-card{flex:0 0 210px;min-height:60px;scroll-snap-align:start}body.adeptdev-storefront .ad-category-toolbar{position:relative;top:auto;min-height:0;display:block;margin-bottom:10px;padding:9px;border-radius:17px}body.adeptdev-storefront .ad-category-toolbar__result{min-width:0;margin-bottom:8px;padding:0 4px}body.adeptdev-storefront .ad-category-toolbar__controls{display:grid;grid-template-columns:44px minmax(0,1fr) 84px;gap:6px}body.adeptdev-storefront .ad-category-filter-button{width:44px;min-width:44px;padding:0}body.adeptdev-storefront .ad-category-filter-button span{display:none}body.adeptdev-storefront .ad-category-control{min-width:0;min-height:46px;padding:4px 8px}body.adeptdev-storefront .ad-category-control--limit,body.adeptdev-storefront .ad-category-control--sort{min-width:0}body.adeptdev-storefront .ad-category-density{display:none}body.adeptdev-storefront .ad-products-grid,body.adeptdev-storefront .ad-products-grid.is-roomy{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}body.adeptdev-storefront .ad-product-card{border-radius:17px!important}body.adeptdev-storefront .ad-product-card__media{min-height:178px;padding:7px}body.adeptdev-storefront .ad-product-card__image{height:164px;border-radius:13px}body.adeptdev-storefront .ad-product-card__badges{left:12px;top:12px;gap:3px}body.adeptdev-storefront .ad-badge{min-height:20px;padding:0 6px;font-size:7.5px}body.adeptdev-storefront .ad-product-card__actions{top:11px;right:11px;gap:4px}body.adeptdev-storefront .ad-product-icon{width:30px;height:30px;border-radius:10px!important}body.adeptdev-storefront .ad-product-icon svg{width:17px;height:17px}body.adeptdev-storefront .ad-product-card__actions .btn-compare{display:none!important}body.adeptdev-storefront .ad-product-card__body{padding:10px 10px 11px}body.adeptdev-storefront .ad-product-card__eyebrow{margin-bottom:6px}body.adeptdev-storefront .ad-product-card__eyebrow>span:first-child{font-size:8px}body.adeptdev-storefront .ad-stock{font-size:8px}body.adeptdev-storefront .ad-product-card__name{min-height:40px;font-size:12px!important}body.adeptdev-storefront .ad-product-card__rating{margin-top:5px}body.adeptdev-storefront .ad-product-card__footer{min-height:46px;align-items:center;margin-top:8px;padding-top:8px}body.adeptdev-storefront .ad-product-price strong{font-size:14px}body.adeptdev-storefront .ad-product-price del{font-size:8px}body.adeptdev-storefront .ad-add-cart{min-width:42px;width:42px;min-height:42px;padding:0;border-radius:12px!important}body.adeptdev-storefront .ad-add-cart span{display:none}body.adeptdev-storefront .ad-category-pagination{display:block;margin-top:12px;padding:10px;text-align:center}body.adeptdev-storefront .ad-category-pagination>div:first-child{margin-bottom:8px}body.adeptdev-storefront .ad-category-description{margin-top:14px;padding:16px;border-radius:16px}}
@media (max-width:430px){body.adeptdev-storefront #product-category.ad-category-page{padding-left:9px;padding-right:9px}body.adeptdev-storefront .ad-category-hero{padding:16px 14px}body.adeptdev-storefront .ad-category-kicker{font-size:9px}body.adeptdev-storefront .ad-category-hero h1{font-size:29px}body.adeptdev-storefront .ad-category-toolbar__controls{grid-template-columns:42px minmax(0,1fr) 78px}body.adeptdev-storefront .ad-category-control>span{font-size:7.5px}body.adeptdev-storefront .ad-category-control .nice-select .current{font-size:10px}body.adeptdev-storefront .ad-product-card__media{min-height:164px}body.adeptdev-storefront .ad-product-card__image{height:150px}}
@media (max-width:370px){body.adeptdev-storefront .ad-category-toolbar__controls{grid-template-columns:42px minmax(0,1fr)}body.adeptdev-storefront .ad-category-control--limit{display:none}body.adeptdev-storefront .ad-products-grid,body.adeptdev-storefront .ad-products-grid.is-roomy{grid-template-columns:1fr;gap:10px}body.adeptdev-storefront .ad-product-card__media{min-height:242px}body.adeptdev-storefront .ad-product-card__image{height:224px}body.adeptdev-storefront .ad-product-card__actions .btn-compare{display:flex!important}body.adeptdev-storefront .ad-product-card__name{font-size:13px!important}body.adeptdev-storefront .ad-add-cart{width:auto;min-width:112px;padding:0 14px}body.adeptdev-storefront .ad-add-cart span{display:inline}}
@media (prefers-reduced-motion:reduce){body.adeptdev-storefront .ad-category-sidebar,body.adeptdev-storefront .ad-filter-backdrop,body.adeptdev-storefront .ad-product-card,body.adeptdev-storefront .ad-subcategory-card{transition:none!important}}
