/*
 * 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;
  }
}
