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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

/* ========================================================================
   AdeptDEV Storefront v0.18 — Premium Product Page
   web.adeptdev.ro · desktop + tablet + mobile 430 / 390 / 360
   ======================================================================== */
body.adeptdev-storefront #product-product {
  --ad-product-text: #102a52;
  --ad-product-muted: #7890b1;
  --ad-product-line: #dfe9f7;
  --ad-product-soft: #f5f9ff;
  --ad-product-blue: #1667f5;
  --ad-product-blue-2: #0c52d9;
  --ad-product-cyan: #25b9ed;
  --ad-product-green: #179b63;
  --ad-product-red: #e44e66;
  padding-top: 12px;
  padding-bottom: 72px;
}
body.adeptdev-storefront #product-product > .breadcrumb {
  margin: 0 0 14px;
  padding: 0;
  background: transparent;
}
body.adeptdev-storefront #product-product > .breadcrumb > li,
body.adeptdev-storefront #product-product > .breadcrumb > li > a {
  color: #7a91af;
  font-size: 12px;
  font-weight: 620;
}
body.adeptdev-storefront #product-product > .breadcrumb > li:last-child > a { color: #31537e; }
body.adeptdev-storefront .ad-product-page-row { margin-left: -8px; margin-right: -8px; }
body.adeptdev-storefront .ad-product-page-row > [class*='col-'] { padding-left: 8px; padding-right: 8px; }

/* top shell */
body.adeptdev-storefront .ad-product-hero {
  position: relative;
  isolation: isolate;
  margin-bottom: 18px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(190, 211, 242, .82);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% -5%, rgba(29, 123, 255, .11), transparent 27%),
    radial-gradient(circle at 3% 105%, rgba(33, 193, 235, .08), transparent 26%),
    linear-gradient(145deg, #ffffff 0%, #fbfdff 55%, #f3f8ff 100%);
  box-shadow: 0 22px 58px rgba(19, 65, 136, .085), inset 0 1px 0 #fff;
}
body.adeptdev-storefront .ad-product-hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: -110px;
  top: 125px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(29, 105, 229, .055);
  border-radius: 50%;
  box-shadow: 0 0 0 44px rgba(35, 126, 255, .018), 0 0 0 88px rgba(35, 126, 255, .012);
}
body.adeptdev-storefront .ad-product-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
  padding: 2px 2px 20px;
  border-bottom: 1px solid rgba(196, 214, 240, .74);
}
body.adeptdev-storefront .ad-product-head__copy { min-width: 0; flex: 1 1 auto; }
body.adeptdev-storefront .ad-product-kicker-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 9px;
}
body.adeptdev-storefront .ad-product-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(35, 111, 236, .12);
  border-radius: 999px;
  background: #f0f6ff;
  color: #356dbd;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.adeptdev-storefront .ad-product-stock {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 10.5px;
  font-weight: 760;
}
body.adeptdev-storefront .ad-product-stock__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px currentColor;
  opacity: .85;
}
body.adeptdev-storefront .ad-product-stock.is-in-stock { color: #168658; background: #edf9f4; }
body.adeptdev-storefront .ad-product-stock.is-out-stock { color: #a66572; background: #fff2f4; }
body.adeptdev-storefront .ad-product-title,
body.adeptdev-storefront #product-product h1.product-title {
  max-width: 980px;
  margin: 0;
  color: var(--ad-product-text);
  font-size: clamp(26px, 2.35vw, 38px);
  line-height: 1.12;
  font-weight: 780;
  letter-spacing: -.035em;
  text-wrap: balance;
}
body.adeptdev-storefront .ad-product-meta-row {
  margin-top: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
body.adeptdev-storefront .ad-product-rating {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border: 1px solid #e5ecf7;
  border-radius: 10px;
  background: rgba(255,255,255,.84);
  box-shadow: 0 4px 12px rgba(29,70,133,.04);
}
body.adeptdev-storefront .ad-product-rating__star { display: inline-flex; color: #f5b82f; }
body.adeptdev-storefront .ad-product-rating strong { color: #1b365e; font-size: 12px; font-weight: 800; }
body.adeptdev-storefront .ad-product-review-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 2px;
  padding-left: 8px;
  border-left: 1px solid #e4ebf6;
  color: #5f7da7 !important;
  font-size: 11px;
  font-weight: 650;
  text-decoration: none !important;
}
body.adeptdev-storefront .ad-product-review-link:hover { color: var(--ad-product-blue) !important; }
body.adeptdev-storefront .ad-product-meta-chip {
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  border-radius: 10px;
  background: #f5f8fd;
  color: #6a80a0;
  font-size: 10.5px;
  font-weight: 590;
}
body.adeptdev-storefront .ad-product-meta-chip b { color: #405e88; font-weight: 760; }

/* compare/wishlist actions */
body.adeptdev-storefront .ad-product-actions {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: stretch;
  gap: 6px;
  margin: 0;
}
body.adeptdev-storefront .ad-product-actions .ad-product-action {
  width: auto !important;
  min-width: 48px;
  min-height: 48px;
  margin: 0 !important;
  padding: 6px 11px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1px solid #dfe8f5 !important;
  border-radius: 14px !important;
  background: rgba(255,255,255,.91) !important;
  color: #4f719d !important;
  box-shadow: 0 7px 18px rgba(25,72,144,.055) !important;
  font-size: 11px;
  font-weight: 700;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}
body.adeptdev-storefront .ad-product-actions .ad-product-action span { display: inline-flex; }
body.adeptdev-storefront .ad-product-actions .ad-product-action i { font-style: normal; white-space: nowrap; }
body.adeptdev-storefront .ad-product-actions .two { display: none !important; }
body.adeptdev-storefront .ad-product-actions.compared .btn-compare.one { display: none !important; }
body.adeptdev-storefront .ad-product-actions.compared .btn-compare.two { display: inline-flex !important; }
body.adeptdev-storefront .ad-product-actions.wished .btn-wishlist.one { display: none !important; }
body.adeptdev-storefront .ad-product-actions.wished .btn-wishlist.two { display: inline-flex !important; }
body.adeptdev-storefront .ad-product-actions .is-active {
  color: var(--ad-product-blue) !important;
  border-color: rgba(22,103,245,.20) !important;
  background: #eff6ff !important;
}
@media (hover:hover) and (pointer:fine) {
  body.adeptdev-storefront .ad-product-actions .ad-product-action:hover {
    color: var(--ad-product-blue) !important;
    border-color: rgba(22,103,245,.24) !important;
    background: #f4f8ff !important;
    box-shadow: 0 10px 24px rgba(20,87,200,.10) !important;
    transform: translateY(-1px);
  }
}

/* core two-column product layout */
body.adeptdev-storefront .ad-product-core,
body.adeptdev-storefront .product-data.ad-product-core {
  display: grid !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr) !important;
  align-items: start !important;
  gap: 24px !important;
  margin: 0 !important;
}
body.adeptdev-storefront .ad-product-gallery,
body.adeptdev-storefront .product-image.ad-product-gallery {
  position: relative;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}
body.adeptdev-storefront .ad-product-gallery__main,
body.adeptdev-storefront .main-image.ad-product-gallery__main {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 24px !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.adeptdev-storefront .ad-product-main-swiper {
  position: relative;
  width: 100%;
  aspect-ratio: 1.19 / 1;
  overflow: hidden;
  border: 1px solid #e0e9f6;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 45%, rgba(57,135,255,.045), transparent 42%),
    linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 16px 42px rgba(20,66,136,.075), inset 0 1px 0 #fff;
}
body.adeptdev-storefront .ad-product-main-swiper .swiper-wrapper,
body.adeptdev-storefront .ad-product-main-swiper .swiper-slide { height: 100%; }
body.adeptdev-storefront .ad-product-main-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.adeptdev-storefront .ad-product-main-swiper .swiper-slide > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 34px;
}
body.adeptdev-storefront .ad-product-main-swiper img {
  width: 100% !important;
  height: 100% !important;
  max-width: 680px !important;
  max-height: 560px !important;
  object-fit: contain !important;
  object-position: center !important;
  mix-blend-mode: multiply;
  transition: transform .25s ease;
}
@media (hover:hover) and (pointer:fine) {
  body.adeptdev-storefront .ad-product-main-swiper .swiper-slide > a:hover img { transform: scale(1.025); }
}
body.adeptdev-storefront .ad-product-gallery__zoom {
  position: absolute;
  z-index: 5;
  right: 15px;
  top: 15px;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(203,217,238,.86);
  border-radius: 12px;
  background: rgba(255,255,255,.90);
  color: #4773b1;
  box-shadow: 0 7px 18px rgba(22,68,137,.07);
  pointer-events: none;
}
body.adeptdev-storefront .ad-product-gallery__arrows,
body.adeptdev-storefront .ad-product-main-swiper .swiper-pager.ad-product-gallery__arrows {
  position: absolute !important;
  z-index: 6;
  inset: 50% 14px auto 14px !important;
  transform: translateY(-50%);
  display: flex !important;
  justify-content: space-between;
  pointer-events: none;
}
body.adeptdev-storefront .ad-product-gallery__arrows > button {
  position: static !important;
  width: 42px !important;
  height: 42px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #dce7f5 !important;
  border-radius: 13px !important;
  background: rgba(255,255,255,.93) !important;
  color: #3972c7 !important;
  box-shadow: 0 8px 20px rgba(20,65,134,.10) !important;
  pointer-events: auto;
  cursor: pointer;
  transition: transform .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
}
@media (hover:hover) and (pointer:fine) {
  body.adeptdev-storefront .ad-product-gallery__arrows > button:hover {
    color: #fff !important;
    border-color: var(--ad-product-blue) !important;
    background: var(--ad-product-blue) !important;
    box-shadow: 0 10px 24px rgba(22,103,245,.22) !important;
    transform: scale(1.03);
  }
}
body.adeptdev-storefront .ad-product-thumbs {
  width: 100%;
  margin-top: 10px;
  padding: 1px 1px 2px;
  overflow: hidden;
}
body.adeptdev-storefront .ad-product-thumbs .swiper-slide {
  height: 84px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #e1eaf6;
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
  opacity: .72;
  transition: opacity .18s ease, border-color .18s ease, box-shadow .18s ease;
}
body.adeptdev-storefront .ad-product-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border-color: rgba(22,103,245,.48);
  box-shadow: 0 0 0 3px rgba(22,103,245,.07);
}
body.adeptdev-storefront .ad-product-thumbs img {
  width: 100% !important;
  height: 100% !important;
  padding: 8px;
  object-fit: contain !important;
  mix-blend-mode: multiply;
}
body.adeptdev-storefront .ad-product-labels,
body.adeptdev-storefront .product-image .labels.ad-product-labels {
  position: absolute !important;
  z-index: 8;
  top: 15px !important;
  left: 15px !important;
  right: auto !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
  pointer-events: none;
}
body.adeptdev-storefront .ad-product-label,
body.adeptdev-storefront .product-image .labels .ad-product-label {
  width: auto !important;
  min-width: 0 !important;
  height: 29px !important;
  margin: 0 !important;
  padding: 0 10px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.45) !important;
  border-radius: 999px !important;
  color: #fff !important;
  box-shadow: 0 7px 18px rgba(18,65,139,.10);
  font-size: 9.5px !important;
  line-height: 1 !important;
  font-weight: 820 !important;
  letter-spacing: .035em;
  text-transform: uppercase;
}
body.adeptdev-storefront .ad-product-label--sale { background: linear-gradient(135deg,#176af9,#0b54dc) !important; }
body.adeptdev-storefront .ad-product-label--top { background: linear-gradient(135deg,#1673f7,#28b7ed) !important; }
body.adeptdev-storefront .ad-product-label--new { background: linear-gradient(135deg,#1ba274,#16895f) !important; }

/* purchase panel */
body.adeptdev-storefront .ad-product-buy,
body.adeptdev-storefront .product-description.ad-product-buy {
  position: relative;
  top: auto;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 20px !important;
  border: 1px solid #dfe9f6;
  border-radius: 24px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 17px 45px rgba(18,64,133,.085), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
body.adeptdev-storefront .ad-product-buy__topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 15px;
}
body.adeptdev-storefront .ad-product-buy__eyebrow {
  display: block;
  margin: 2px 0 5px;
  color: #6c83a5;
  font-size: 9.5px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
body.adeptdev-storefront .ad-product-brand {
  display: inline-block;
  color: #7187a7 !important;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 590;
  text-decoration: none !important;
}
body.adeptdev-storefront .ad-product-brand strong { color: #275489; font-weight: 760; }
body.adeptdev-storefront .ad-product-brand:hover strong { color: var(--ad-product-blue); }
body.adeptdev-storefront .ad-product-stock-card {
  flex: 0 0 auto;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 9px;
  border-radius: 13px;
}
body.adeptdev-storefront .ad-product-stock-card > svg { flex: 0 0 auto; }
body.adeptdev-storefront .ad-product-stock-card > span { min-width: 0; display: flex; flex-direction: column; gap: 1px; }
body.adeptdev-storefront .ad-product-stock-card small { font-size: 8.5px; line-height: 1.1; font-weight: 700; opacity: .72; }
body.adeptdev-storefront .ad-product-stock-card strong { max-width: 110px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10.5px; line-height: 1.2; font-weight: 800; }
body.adeptdev-storefront .ad-product-stock-card.is-in { color: #16845a; background: #eff9f4; }
body.adeptdev-storefront .ad-product-stock-card.is-out { color: #a96370; background: #fff2f4; }

/* summary characteristics */
body.adeptdev-storefront .ad-product-summary,
body.adeptdev-storefront .short-attr.ad-product-summary {
  margin: 0 0 14px !important;
  padding: 14px !important;
  border: 1px solid #e3ebf6;
  border-radius: 17px;
  background: #f8fbff;
}
body.adeptdev-storefront .ad-product-summary__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}
body.adeptdev-storefront .ad-product-summary .title {
  margin: 0 !important;
  color: #294b77 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}
body.adeptdev-storefront .ad-product-summary__head > a {
  display: inline-flex !important;
  align-items: center;
  gap: 3px;
  color: #3971c4 !important;
  font-size: 9.5px !important;
  font-weight: 710 !important;
  text-decoration: none !important;
}
body.adeptdev-storefront .ad-product-summary p {
  min-height: 29px;
  margin: 0 !important;
  padding: 6px 0 !important;
  display: grid !important;
  grid-template-columns: minmax(95px, .8fr) minmax(0, 1.2fr);
  gap: 12px;
  border-bottom: 1px dashed #dfe8f4;
}
body.adeptdev-storefront .ad-product-summary p:last-child { border-bottom: 0; }
body.adeptdev-storefront .ad-product-summary p > span:first-child { color: #8192aa !important; font-size: 10px !important; font-weight: 590; }
body.adeptdev-storefront .ad-product-summary p > strong { color: #365477; font-size: 10px; line-height: 1.4; font-weight: 720; text-align: right; }

/* product options */
body.adeptdev-storefront .ad-product-options {
  margin: 0 0 14px;
  padding: 14px;
  border: 1px solid #e2eaf6;
  border-radius: 17px;
  background: #fff;
}
body.adeptdev-storefront .ad-product-options__title {
  margin-bottom: 10px;
  color: #294b77;
  font-size: 11px;
  font-weight: 820;
}
body.adeptdev-storefront .ad-product-option { margin: 0 0 11px !important; }
body.adeptdev-storefront .ad-product-option:last-child { margin-bottom: 0 !important; }
body.adeptdev-storefront .ad-product-option > label,
body.adeptdev-storefront .ad-product-recurring > label {
  margin: 0 0 6px;
  display: block;
  color: #496685;
  font-size: 10px;
  font-weight: 730;
}
body.adeptdev-storefront .ad-product-option.required > label::after { content: ' *'; color: #df566b; }
body.adeptdev-storefront .ad-product-option .form-control,
body.adeptdev-storefront .ad-product-recurring .form-control {
  min-height: 44px;
  border: 1px solid #dce6f3 !important;
  border-radius: 12px !important;
  background: #fbfdff !important;
  color: #1b3a64 !important;
  box-shadow: none !important;
  font-size: 12px;
  font-weight: 590;
}
body.adeptdev-storefront .ad-product-option textarea.form-control { min-height: 86px; resize: vertical; }
body.adeptdev-storefront .ad-product-option .form-control:focus,
body.adeptdev-storefront .ad-product-recurring .form-control:focus {
  border-color: rgba(22,103,245,.48) !important;
  background: #fff !important;
  box-shadow: 0 0 0 4px rgba(22,103,245,.07) !important;
}
body.adeptdev-storefront .ad-product-choice-grid { display: flex; flex-wrap: wrap; gap: 7px; }
body.adeptdev-storefront .ad-product-choice {
  position: relative;
  min-height: 43px;
  margin: 0;
  padding: 5px 9px 5px 6px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #dfe8f4;
  border-radius: 12px;
  background: #fbfdff;
  color: #36577f;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
body.adeptdev-storefront .ad-product-choice:has(input:checked) {
  border-color: rgba(22,103,245,.38);
  background: #eef5ff;
  box-shadow: 0 0 0 3px rgba(22,103,245,.055);
}
body.adeptdev-storefront .ad-product-choice input { margin: 0; accent-color: var(--ad-product-blue); }
body.adeptdev-storefront .ad-product-choice img { width: 30px; height: 30px; border-radius: 8px; object-fit: contain; }
body.adeptdev-storefront .ad-product-choice > span { display: flex; flex-direction: column; gap: 1px; }
body.adeptdev-storefront .ad-product-choice strong { font-size: 10px; line-height: 1.2; font-weight: 730; }
body.adeptdev-storefront .ad-product-choice small { color: #6381a8; font-size: 8.5px; font-weight: 650; }
body.adeptdev-storefront .ad-product-upload {
  min-height: 42px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid #d8e5f5;
  border-radius: 12px;
  background: #f4f8ff;
  color: #3169bd;
  font-size: 10.5px;
  font-weight: 750;
}
body.adeptdev-storefront .ad-product-recurring {
  margin: 0 0 14px !important;
  padding: 12px 14px;
  border: 1px solid #e2eaf6;
  border-radius: 15px;
  background: #fbfdff;
}

/* price and checkout */
body.adeptdev-storefront .ad-product-price-card {
  position: relative;
  margin: 0 0 14px;
  padding: 15px 16px;
  overflow: hidden;
  border: 1px solid rgba(179, 205, 242, .74);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(39,128,255,.09), transparent 34%),
    linear-gradient(135deg,#f9fcff,#f2f7ff);
}
body.adeptdev-storefront .ad-product-price-card__label {
  margin-bottom: 5px;
  color: #7186a4;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
body.adeptdev-storefront .ad-product-price,
body.adeptdev-storefront .ad-product-price-card .price {
  margin: 0 !important;
  display: flex !important;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 7px;
}
body.adeptdev-storefront .ad-product-price .price-new {
  color: #103b76 !important;
  font-size: clamp(27px,2.15vw,34px) !important;
  line-height: 1.05 !important;
  font-weight: 820 !important;
  letter-spacing: -.045em !important;
}
body.adeptdev-storefront .ad-product-price .price-old {
  color: #8a9bb2 !important;
  font-size: 14px !important;
  font-weight: 620 !important;
  text-decoration: line-through;
}
body.adeptdev-storefront .ad-product-discount {
  min-height: 24px;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  background: #eaf3ff;
  color: #1765e7 !important;
  font-size: 10px !important;
  font-weight: 820 !important;
}
body.adeptdev-storefront .ad-product-discounts {
  margin-top: 9px;
  padding-top: 9px;
  border-top: 1px solid rgba(194,211,237,.62);
}
body.adeptdev-storefront .ad-product-discounts > span { display:block; margin-bottom:5px; color:#7186a4; font-size:9px; font-weight:750; }
body.adeptdev-storefront .ad-product-discounts > div { display:flex; flex-wrap:wrap; gap:5px; }
body.adeptdev-storefront .ad-product-discounts small { min-height:24px; padding:0 7px; display:inline-flex; align-items:center; gap:4px; border-radius:8px; background:#fff; color:#6680a4; font-size:9px; font-weight:620; }
body.adeptdev-storefront .ad-product-discounts small b { color:#315c93; font-weight:800; }
body.adeptdev-storefront .ad-product-purchase {
  display: grid;
  grid-template-columns: 116px minmax(0,1fr);
  align-items: end;
  gap: 10px;
}
body.adeptdev-storefront .ad-product-purchase__qty > label {
  margin: 0 0 6px;
  color: #647b9b;
  font-size: 9.5px;
  font-weight: 730;
}
body.adeptdev-storefront .ad-product-quantity,
body.adeptdev-storefront .product-data .quantity.ad-product-quantity {
  width: 116px !important;
  height: 50px !important;
  margin: 0 !important;
  padding: 4px !important;
  display: grid !important;
  grid-template-columns: 34px minmax(0,1fr) 34px;
  align-items: center;
  border: 1px solid #dce6f4 !important;
  border-radius: 14px !important;
  background: #f7faff !important;
}
body.adeptdev-storefront .ad-product-quantity button,
body.adeptdev-storefront .product-data .quantity.ad-product-quantity button {
  position: static !important;
  width: 34px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 0 !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #3470c5 !important;
  box-shadow: 0 3px 10px rgba(31,80,151,.05) !important;
}
body.adeptdev-storefront .ad-product-quantity button::before,
body.adeptdev-storefront .ad-product-quantity button::after { display: none !important; content: none !important; }
body.adeptdev-storefront .ad-product-quantity input,
body.adeptdev-storefront .product-data .quantity.ad-product-quantity input {
  width: 100% !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #1e416e !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-align: center !important;
}
body.adeptdev-storefront .ad-product-purchase__button,
body.adeptdev-storefront .product-description .buttons.ad-product-purchase__button { margin: 0 !important; }
body.adeptdev-storefront .ad-product-purchase__button #button-cart {
  width: 100% !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 14px !important;
  background: linear-gradient(135deg,#2474ff 0%,#155be9 56%,#1247c6 100%) !important;
  color: #fff !important;
  box-shadow: 0 12px 25px rgba(20,89,219,.22), inset 0 1px 0 rgba(255,255,255,.20) !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -.01em;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
@media (hover:hover) and (pointer:fine) {
  body.adeptdev-storefront .ad-product-purchase__button #button-cart:not(:disabled):hover { transform: translateY(-1px); filter: saturate(1.06); box-shadow: 0 16px 30px rgba(20,89,219,.28), inset 0 1px 0 rgba(255,255,255,.22) !important; }
}
body.adeptdev-storefront .ad-product-purchase__button #button-cart.is-disabled,
body.adeptdev-storefront .ad-product-purchase__button #button-cart:disabled { background: #edf2f8 !important; color:#8798ae !important; border-color:#dde5ef !important; box-shadow:none !important; cursor:not-allowed; }
body.adeptdev-storefront .ad-product-buy-hint { margin: 7px 0 0; color: #8797ac; font-size: 9.5px; line-height: 1.4; font-weight: 560; }

/* service cards */
body.adeptdev-storefront .ad-product-services {
  margin-top: 14px;
  padding-top: 13px;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 7px;
  border-top: 1px solid #e5ecf6;
}
body.adeptdev-storefront .ad-product-service {
  min-width: 0;
  min-height: 86px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  border: 1px solid #e6edf7;
  border-radius: 14px;
  background: #fbfdff;
}
body.adeptdev-storefront .ad-product-service__icon {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #eef5ff;
  color: #3471cb;
}
body.adeptdev-storefront .ad-product-service > span:last-child { min-width:0; display:block; }
body.adeptdev-storefront .ad-product-service strong { display:block; margin-bottom:2px; color:#335274; font-size:9.5px; line-height:1.2; font-weight:780; }
body.adeptdev-storefront .ad-product-service small { display:block; color:#8999ad; font-size:8.2px; line-height:1.3; font-weight:540; }

/* section anchor nav */
body.adeptdev-storefront .ad-product-section-nav {
  position: sticky;
  z-index: 90;
  top: 132px;
  margin: 0 0 14px;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 4px;
  overflow-x: auto;
  border: 1px solid rgba(194,213,241,.82);
  border-radius: 17px;
  background: rgba(249,252,255,.92);
  box-shadow: 0 8px 24px rgba(17,59,123,.055), inset 0 1px 0 #fff;
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  backdrop-filter: blur(18px) saturate(135%);
  scrollbar-width: none;
}
body.adeptdev-storefront .ad-product-section-nav::-webkit-scrollbar { display:none; }
body.adeptdev-storefront .ad-product-section-nav a {
  flex: 0 0 auto;
  min-height: 40px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 12px;
  color: #617b9e !important;
  font-size: 11px;
  font-weight: 720;
  text-decoration: none !important;
  transition: color .16s ease, background .16s ease;
}
body.adeptdev-storefront .ad-product-section-nav a span { min-width:20px; height:20px; padding:0 5px; display:inline-flex; align-items:center; justify-content:center; border-radius:999px; background:#eaf2ff; color:#3f70bd; font-size:8px; font-weight:800; }
body.adeptdev-storefront .ad-product-section-nav a:hover,
body.adeptdev-storefront .ad-product-section-nav a.is-active { color:#145bd9 !important; background:#fff; }

/* content cards */
body.adeptdev-storefront .ad-product-info-stack { display: grid; gap: 14px; margin-bottom: 24px; }
body.adeptdev-storefront .ad-product-info-card,
body.adeptdev-storefront .tab-description.ad-product-info-card,
body.adeptdev-storefront .tab-pane.ad-product-info-card,
body.adeptdev-storefront .tab-review.ad-product-info-card {
  scroll-margin-top: 150px;
  margin: 0 !important;
  padding: 26px 28px !important;
  display: block !important;
  overflow: hidden;
  border: 1px solid rgba(196,214,240,.84) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 13px 38px rgba(19,65,134,.06) !important;
}
body.adeptdev-storefront .ad-product-section-heading {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e7eef8;
}
body.adeptdev-storefront .ad-product-section-heading > span,
body.adeptdev-storefront .ad-product-section-heading > div > span {
  display:block;
  margin-bottom:5px;
  color:#5680bd;
  font-size:9.5px;
  line-height:1;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}
body.adeptdev-storefront .ad-product-section-heading h2 {
  margin:0;
  color:#17385f;
  font-size:22px;
  line-height:1.2;
  font-weight:790;
  letter-spacing:-.025em;
}
body.adeptdev-storefront .ad-product-richtext {
  color:#4f6685;
  font-size:13px;
  line-height:1.75;
  font-weight:500;
}
body.adeptdev-storefront .ad-product-richtext > *:first-child { margin-top:0; }
body.adeptdev-storefront .ad-product-richtext > *:last-child { margin-bottom:0; }
body.adeptdev-storefront .ad-product-richtext h2,
body.adeptdev-storefront .ad-product-richtext h3,
body.adeptdev-storefront .ad-product-richtext h4 { color:#24476f; font-weight:760; }
body.adeptdev-storefront .ad-product-richtext img { max-width:100%; height:auto; border-radius:16px; }
body.adeptdev-storefront .ad-product-richtext table { width:100%; max-width:100%; border-collapse:separate; border-spacing:0; overflow:hidden; border:1px solid #e3ebf6; border-radius:14px; }
body.adeptdev-storefront .ad-product-richtext table td,
body.adeptdev-storefront .ad-product-richtext table th { padding:10px 12px; border-bottom:1px solid #e9eff7; }

/* specifications */
body.adeptdev-storefront .ad-product-specification,
body.adeptdev-storefront .specification.ad-product-specification { display:grid !important; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px 20px; }
body.adeptdev-storefront .ad-product-spec-group { min-width:0; padding:15px 16px; border:1px solid #e5edf7; border-radius:17px; background:#fbfdff; }
body.adeptdev-storefront .ad-product-spec-group .spec-title { margin:0 0 9px !important; color:#31547f !important; font-size:12px !important; line-height:1.3; font-weight:800 !important; }
body.adeptdev-storefront .ad-product-spec-list { display:grid; }
body.adeptdev-storefront .ad-product-spec-row { min-height:38px; padding:8px 0; display:grid; grid-template-columns:minmax(110px,.9fr) minmax(0,1.1fr); gap:16px; align-items:start; border-bottom:1px dashed #e0e8f3; }
body.adeptdev-storefront .ad-product-spec-row:last-child { border-bottom:0; }
body.adeptdev-storefront .ad-product-spec-row span { color:#8191a7; font-size:10.5px; line-height:1.4; font-weight:570; }
body.adeptdev-storefront .ad-product-spec-row strong { color:#365577; font-size:10.5px; line-height:1.4; font-weight:710; text-align:right; overflow-wrap:anywhere; }

/* reviews */
body.adeptdev-storefront .ad-product-section-heading--reviews { display:flex; align-items:center; justify-content:space-between; gap:18px; }
body.adeptdev-storefront .ad-product-review-toggle,
body.adeptdev-storefront .ad-product-reviews > button,
body.adeptdev-storefront .ad-product-review-form .btn-send {
  min-height:42px;
  padding:0 14px;
  border:1px solid rgba(22,103,245,.16) !important;
  border-radius:12px !important;
  background:#eff6ff !important;
  color:#1761df !important;
  box-shadow:none !important;
  font-size:10.5px !important;
  font-weight:760 !important;
}
body.adeptdev-storefront .ad-product-review-list { min-height:20px; }
body.adeptdev-storefront .ad-product-review-form { margin-top:16px !important; padding:18px !important; border:1px solid #e3ebf6; border-radius:17px; background:#f9fbff; }
body.adeptdev-storefront .ad-product-review-form .rev-body { max-width:760px; }
body.adeptdev-storefront .ad-product-review-form .form-group { margin:0 0 14px !important; }
body.adeptdev-storefront .ad-product-review-form label { margin-bottom:6px; color:#4d6685; font-size:10.5px; font-weight:720; }
body.adeptdev-storefront .ad-product-review-form .form-control { min-height:44px; border-radius:12px !important; background:#fff !important; font-size:12px; }
body.adeptdev-storefront .ad-product-review-form textarea.form-control { min-height:110px; }
body.adeptdev-storefront .ad-product-review-rating { display:flex; align-items:center; gap:14px; }
body.adeptdev-storefront .ad-product-review-login { color:#5c7597; font-size:12px; line-height:1.55; }
body.adeptdev-storefront .ad-product-review-login a { color:var(--ad-product-blue) !important; }

/* right-column extensions, if any */
body.adeptdev-storefront .ad-product-extra-modules { margin: 0 0 18px; }
body.adeptdev-storefront .ad-product-extra-modules:empty { display:none; }

/* related carousels — bring the old OpenCart cards into the v0.18 visual system */
body.adeptdev-storefront #product-product .product-carousel {
  margin-top: 16px;
  padding: 22px 20px 14px;
  border: 1px solid rgba(196,214,240,.82);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 13px 38px rgba(19,65,134,.055);
}
body.adeptdev-storefront #product-product .product-carousel .module-title {
  margin: 0 0 18px;
  color: #17385f;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 790;
  letter-spacing: -.025em;
}
body.adeptdev-storefront #product-product .product-carousel .product-thumb {
  margin-bottom: 2px;
  padding: 11px;
  border-radius: 17px;
  box-shadow: 0 7px 20px rgba(20,65,134,.05);
}
body.adeptdev-storefront #product-product .product-carousel .product-thumb .image { height: 205px; border-radius: 13px; }
body.adeptdev-storefront #product-product .product-carousel .product-thumb .caption { height: 184px; }
body.adeptdev-storefront #product-product .product-carousel .swiper-pager > div { color:#3f75c2; }
body.adeptdev-storefront #product-product .product-carousel .swiper-pager path { stroke: currentColor !important; }

/* mobile buy bar: sits above the already accepted v0.16.1 bottom navigation */
body.adeptdev-storefront .ad-product-mobile-buy { display:none; }

/* tablet */
@media (max-width: 1199px) {
  body.adeptdev-storefront .ad-product-hero { padding:20px; }
  body.adeptdev-storefront .ad-product-core,
  body.adeptdev-storefront .product-data.ad-product-core { grid-template-columns:minmax(0,1fr) minmax(350px,.86fr) !important; gap:18px !important; }
  body.adeptdev-storefront .ad-product-buy,
  body.adeptdev-storefront .product-description.ad-product-buy { padding:16px !important; }
  body.adeptdev-storefront .ad-product-services { grid-template-columns:1fr; }
  body.adeptdev-storefront .ad-product-service { min-height:56px; flex-direction:row; align-items:center; }
  body.adeptdev-storefront .ad-product-service small { font-size:8.5px; }
  body.adeptdev-storefront .ad-product-specification,
  body.adeptdev-storefront .specification.ad-product-specification { grid-template-columns:1fr 1fr; gap:10px; }
}

@media (max-width: 991px) {
  body.adeptdev-storefront #product-product { padding-bottom:130px; }
  body.adeptdev-storefront .ad-product-hero { padding:18px; border-radius:24px; }
  body.adeptdev-storefront .ad-product-head { gap:15px; }
  body.adeptdev-storefront .ad-product-actions .ad-product-action { min-width:44px; width:44px !important; height:44px; padding:0 !important; }
  body.adeptdev-storefront .ad-product-actions .ad-product-action i { display:none; }
  body.adeptdev-storefront .ad-product-core,
  body.adeptdev-storefront .product-data.ad-product-core { grid-template-columns:minmax(0,1fr) !important; gap:14px !important; }
  body.adeptdev-storefront .ad-product-main-swiper { aspect-ratio:1.25 / 1; }
  body.adeptdev-storefront .ad-product-buy,
  body.adeptdev-storefront .product-description.ad-product-buy { position:static; top:auto; }
  body.adeptdev-storefront .ad-product-services { grid-template-columns:repeat(3,minmax(0,1fr)); }
  body.adeptdev-storefront .ad-product-service { min-height:76px; flex-direction:column; align-items:flex-start; }
  body.adeptdev-storefront .ad-product-section-nav { top:112px; }
}

/* phone */
@media (max-width: 767px) {
  body.adeptdev-storefront #product-product {
    width:100%;
    padding:8px 10px 172px;
  }
  body.adeptdev-storefront #product-product > .breadcrumb {
    margin-bottom:8px;
    padding-bottom:3px;
    overflow-x:auto;
    white-space:nowrap;
    scrollbar-width:none;
  }
  body.adeptdev-storefront #product-product > .breadcrumb::-webkit-scrollbar { display:none; }
  body.adeptdev-storefront #product-product > .breadcrumb > li,
  body.adeptdev-storefront #product-product > .breadcrumb > li > a { font-size:10px; }
  body.adeptdev-storefront .ad-product-hero {
    margin-bottom:10px;
    padding:12px;
    border-radius:20px;
    box-shadow:0 12px 32px rgba(18,64,133,.07),inset 0 1px 0 #fff;
  }
  body.adeptdev-storefront .ad-product-head {
    position:relative;
    display:block;
    margin-bottom:12px;
    padding:1px 0 12px;
  }
  body.adeptdev-storefront .ad-product-kicker-row { margin-bottom:7px; padding-right:88px; }
  body.adeptdev-storefront .ad-product-kicker,
  body.adeptdev-storefront .ad-product-stock { min-height:23px; padding:0 8px; font-size:8.5px; }
  body.adeptdev-storefront .ad-product-title,
  body.adeptdev-storefront #product-product h1.product-title { font-size:23px; line-height:1.15; letter-spacing:-.03em; }
  body.adeptdev-storefront .ad-product-meta-row { margin-top:9px; gap:5px; }
  body.adeptdev-storefront .ad-product-rating { min-height:29px; padding:0 8px; }
  body.adeptdev-storefront .ad-product-meta-chip { min-height:29px; padding:0 8px; font-size:9px; }
  body.adeptdev-storefront .ad-product-actions {
    position:absolute;
    right:0;
    top:0;
    gap:4px;
  }
  body.adeptdev-storefront .ad-product-actions .ad-product-action { width:40px !important; min-width:40px; height:40px; min-height:40px; border-radius:12px !important; }
  body.adeptdev-storefront .ad-product-actions .btn-compare.one,
  body.adeptdev-storefront .ad-product-actions .btn-compare.two { display:none !important; }
  body.adeptdev-storefront .ad-product-actions .btn-wishlist.one,
  body.adeptdev-storefront .ad-product-actions .btn-wishlist.two { width:40px !important; }
  body.adeptdev-storefront .ad-product-actions.wished .btn-wishlist.two { display:inline-flex !important; }
  body.adeptdev-storefront .ad-product-main-swiper { aspect-ratio:1 / .92; border-radius:18px; }
  body.adeptdev-storefront .ad-product-main-swiper .swiper-slide > a { padding:20px; }
  body.adeptdev-storefront .ad-product-gallery__arrows { inset:50% 8px auto 8px !important; }
  body.adeptdev-storefront .ad-product-gallery__arrows > button { width:36px !important; height:36px !important; border-radius:11px !important; }
  body.adeptdev-storefront .ad-product-gallery__zoom { width:34px; height:34px; right:10px; top:10px; }
  body.adeptdev-storefront .ad-product-labels,
  body.adeptdev-storefront .product-image .labels.ad-product-labels { top:10px !important; left:10px !important; max-width:calc(100% - 58px); }
  body.adeptdev-storefront .ad-product-label,
  body.adeptdev-storefront .product-image .labels .ad-product-label { height:25px !important; padding:0 8px !important; font-size:8px !important; }
  body.adeptdev-storefront .ad-product-thumbs { margin-top:7px; }
  body.adeptdev-storefront .ad-product-thumbs .swiper-slide { height:66px !important; border-radius:12px; }
  body.adeptdev-storefront .ad-product-buy,
  body.adeptdev-storefront .product-description.ad-product-buy { padding:14px !important; border-radius:18px; box-shadow:0 10px 27px rgba(18,64,133,.055); }
  body.adeptdev-storefront .ad-product-buy__topline { margin-bottom:11px; }
  body.adeptdev-storefront .ad-product-stock-card { min-height:40px; padding:5px 7px; }
  body.adeptdev-storefront .ad-product-stock-card small { font-size:7.5px; }
  body.adeptdev-storefront .ad-product-stock-card strong { max-width:92px; font-size:9px; }
  body.adeptdev-storefront .ad-product-summary,
  body.adeptdev-storefront .short-attr.ad-product-summary { margin-bottom:10px !important; padding:11px !important; border-radius:14px; }
  body.adeptdev-storefront .ad-product-summary p { grid-template-columns:minmax(88px,.88fr) minmax(0,1.12fr); gap:8px; }
  body.adeptdev-storefront .ad-product-summary p > span:first-child,
  body.adeptdev-storefront .ad-product-summary p > strong { font-size:9px !important; }
  body.adeptdev-storefront .ad-product-options { margin-bottom:10px; padding:11px; border-radius:14px; }
  body.adeptdev-storefront .ad-product-option .form-control,
  body.adeptdev-storefront .ad-product-recurring .form-control { min-height:44px; font-size:16px; }
  body.adeptdev-storefront .ad-product-choice-grid { gap:5px; }
  body.adeptdev-storefront .ad-product-choice { min-height:40px; }
  body.adeptdev-storefront .ad-product-price-card { margin-bottom:10px; padding:12px 13px; border-radius:15px; }
  body.adeptdev-storefront .ad-product-price .price-new { font-size:28px !important; }
  body.adeptdev-storefront .ad-product-purchase { grid-template-columns:108px minmax(0,1fr); gap:8px; }
  body.adeptdev-storefront .ad-product-quantity,
  body.adeptdev-storefront .product-data .quantity.ad-product-quantity { width:108px !important; height:48px !important; grid-template-columns:32px minmax(0,1fr) 32px; }
  body.adeptdev-storefront .ad-product-quantity button,
  body.adeptdev-storefront .product-data .quantity.ad-product-quantity button { width:32px !important; height:38px !important; }
  body.adeptdev-storefront .ad-product-purchase__button #button-cart { min-height:48px !important; padding:0 10px !important; font-size:11px !important; }
  body.adeptdev-storefront .ad-product-services { margin-top:11px; padding-top:10px; grid-template-columns:1fr; gap:5px; }
  body.adeptdev-storefront .ad-product-service { min-height:50px; padding:8px 9px; flex-direction:row; align-items:center; gap:8px; border-radius:12px; }
  body.adeptdev-storefront .ad-product-service__icon { width:30px; height:30px; flex:0 0 30px; }
  body.adeptdev-storefront .ad-product-service strong { font-size:9px; }
  body.adeptdev-storefront .ad-product-service small { font-size:7.8px; }
  body.adeptdev-storefront .ad-product-section-nav {
    position:relative;
    top:auto;
    z-index:5;
    margin-bottom:8px;
    padding:4px;
    border-radius:14px;
  }
  body.adeptdev-storefront .ad-product-section-nav a { min-height:37px; padding:0 11px; font-size:9.5px; }
  body.adeptdev-storefront .ad-product-info-stack { gap:8px; margin-bottom:12px; }
  body.adeptdev-storefront .ad-product-info-card,
  body.adeptdev-storefront .tab-description.ad-product-info-card,
  body.adeptdev-storefront .tab-pane.ad-product-info-card,
  body.adeptdev-storefront .tab-review.ad-product-info-card { scroll-margin-top:20px; padding:17px 15px !important; border-radius:18px !important; }
  body.adeptdev-storefront .ad-product-section-heading { margin-bottom:13px; padding-bottom:11px; }
  body.adeptdev-storefront .ad-product-section-heading h2 { font-size:18px; }
  body.adeptdev-storefront .ad-product-richtext { font-size:12px; line-height:1.65; overflow-wrap:anywhere; }
  body.adeptdev-storefront .ad-product-richtext table { display:block; max-width:100%; overflow-x:auto; }
  body.adeptdev-storefront .ad-product-specification,
  body.adeptdev-storefront .specification.ad-product-specification { grid-template-columns:1fr; gap:7px; }
  body.adeptdev-storefront .ad-product-spec-group { padding:12px; border-radius:14px; }
  body.adeptdev-storefront .ad-product-spec-row { min-height:34px; grid-template-columns:minmax(92px,.85fr) minmax(0,1.15fr); gap:9px; padding:7px 0; }
  body.adeptdev-storefront .ad-product-spec-row span,
  body.adeptdev-storefront .ad-product-spec-row strong { font-size:9.5px; }
  body.adeptdev-storefront .ad-product-section-heading--reviews { align-items:flex-start; }
  body.adeptdev-storefront .ad-product-review-toggle { min-height:38px; padding:0 10px; font-size:9px !important; }
  body.adeptdev-storefront .ad-product-review-form { padding:12px !important; }
  body.adeptdev-storefront #product-product .product-carousel { margin-top:8px; padding:16px 11px 10px; border-radius:18px; }
  body.adeptdev-storefront #product-product .product-carousel .module-title { margin-bottom:13px; font-size:18px; }
  body.adeptdev-storefront #product-product .product-carousel .product-thumb .image { height:170px; }

  body.adeptdev-storefront .ad-product-mobile-buy {
    position: fixed;
    z-index: 1085;
    left: 8px;
    right: 8px;
    bottom: calc(max(8px, env(safe-area-inset-bottom)) + 78px);
    min-height: 60px;
    padding: 7px 8px 7px 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid rgba(180,205,241,.88);
    border-radius: 18px;
    background: rgba(250,252,255,.97);
    box-shadow: 0 14px 38px rgba(8,38,90,.18), inset 0 1px 0 #fff;
    -webkit-backdrop-filter: blur(20px) saturate(135%);
    backdrop-filter: blur(20px) saturate(135%);
  }
  body.adeptdev-storefront .ad-product-mobile-buy__price { min-width:0; display:flex; flex-direction:column; gap:1px; }
  body.adeptdev-storefront .ad-product-mobile-buy__price small { color:#8292a8; font-size:7.5px; line-height:1; font-weight:700; text-transform:uppercase; letter-spacing:.06em; }
  body.adeptdev-storefront .ad-product-mobile-buy__price strong { color:#163e73; font-size:17px; line-height:1.15; font-weight:820; letter-spacing:-.025em; white-space:nowrap; }
  body.adeptdev-storefront .ad-product-mobile-buy__price span { color:#8b9aae; font-size:9px; font-weight:620; text-decoration:line-through; }
  body.adeptdev-storefront .ad-product-mobile-buy > button {
    flex:0 0 auto;
    min-width:134px;
    min-height:46px;
    padding:0 13px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    border:0;
    border-radius:13px;
    background:linear-gradient(135deg,#2474ff,#155be9 60%,#1248c8);
    color:#fff;
    box-shadow:0 9px 20px rgba(20,89,219,.20);
    font-size:10.5px;
    font-weight:800;
  }
  body.adeptdev-storefront .ad-product-mobile-buy > button:disabled { background:#e9eff6; color:#8898ad; box-shadow:none; }
}

@media (max-width: 430px) {
  body.adeptdev-storefront #product-product { padding-left:8px; padding-right:8px; }
  body.adeptdev-storefront .ad-product-hero { padding:10px; border-radius:18px; }
  body.adeptdev-storefront .ad-product-title,
  body.adeptdev-storefront #product-product h1.product-title { font-size:21px; }
  body.adeptdev-storefront .ad-product-meta-chip { max-width:145px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  body.adeptdev-storefront .ad-product-main-swiper { aspect-ratio:1 / .94; }
  body.adeptdev-storefront .ad-product-buy,
  body.adeptdev-storefront .product-description.ad-product-buy { padding:12px !important; }
  body.adeptdev-storefront .ad-product-summary__head > a { font-size:8.5px !important; }
  body.adeptdev-storefront .ad-product-purchase { grid-template-columns:101px minmax(0,1fr); gap:7px; }
  body.adeptdev-storefront .ad-product-quantity,
  body.adeptdev-storefront .product-data .quantity.ad-product-quantity { width:101px !important; grid-template-columns:30px minmax(0,1fr) 30px; }
  body.adeptdev-storefront .ad-product-quantity button,
  body.adeptdev-storefront .product-data .quantity.ad-product-quantity button { width:30px !important; }
  body.adeptdev-storefront .ad-product-mobile-buy { left:6px; right:6px; bottom:calc(max(6px,env(safe-area-inset-bottom)) + 76px); border-radius:17px; }
  body.adeptdev-storefront .ad-product-mobile-buy > button { min-width:126px; }
}

@media (max-width: 374px) {
  body.adeptdev-storefront .ad-product-kicker-row { padding-right:48px; }
  body.adeptdev-storefront .ad-product-actions .ad-product-action { width:38px !important; min-width:38px; height:38px; min-height:38px; }
  body.adeptdev-storefront .ad-product-meta-chip b { display:none; }
  body.adeptdev-storefront .ad-product-buy__topline { gap:7px; }
  body.adeptdev-storefront .ad-product-brand { max-width:155px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
  body.adeptdev-storefront .ad-product-stock-card svg { display:none; }
  body.adeptdev-storefront .ad-product-purchase { grid-template-columns:96px minmax(0,1fr); }
  body.adeptdev-storefront .ad-product-quantity,
  body.adeptdev-storefront .product-data .quantity.ad-product-quantity { width:96px !important; }
  body.adeptdev-storefront .ad-product-purchase__button #button-cart svg { display:none; }
  body.adeptdev-storefront .ad-product-mobile-buy__price strong { font-size:15px; }
  body.adeptdev-storefront .ad-product-mobile-buy > button { min-width:112px; padding:0 9px; font-size:9.5px; }
}

@media (prefers-reduced-motion: reduce) {
  body.adeptdev-storefront .ad-product-actions .ad-product-action,
  body.adeptdev-storefront .ad-product-main-swiper img,
  body.adeptdev-storefront .ad-product-gallery__arrows > button,
  body.adeptdev-storefront .ad-product-purchase__button #button-cart { transition:none !important; }
}


/* =========================================================
   AdeptDEV Storefront v0.18.1 — product first-screen polish
   Goal: remove empty gallery feeling, strengthen hierarchy,
   and turn summary/spec/service blocks into premium UI.
   ========================================================= */

@media (min-width: 1200px) {
  body.adeptdev-storefront .ad-product-core,
  body.adeptdev-storefront .product-data.ad-product-core {
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr) !important;
    gap: 18px !important;
  }

  body.adeptdev-storefront .ad-product-main-swiper {
    aspect-ratio: 1.38 / 1;
    border-radius: 22px;
  }

  body.adeptdev-storefront .ad-product-main-swiper .swiper-slide > a {
    padding: 18px 24px;
  }

  body.adeptdev-storefront .ad-product-main-swiper img {
    max-width: 760px !important;
    max-height: 520px !important;
  }

  body.adeptdev-storefront .ad-product-main-swiper img[src*="placeholder.png"] {
    transform: scale(1.13);
  }

  body.adeptdev-storefront .ad-product-main-swiper .swiper-slide > a:hover img[src*="placeholder.png"] {
    transform: scale(1.16);
  }

  body.adeptdev-storefront .ad-product-buy,
  body.adeptdev-storefront .product-description.ad-product-buy {
    padding: 18px !important;
    border-radius: 22px;
  }

  body.adeptdev-storefront .ad-product-buy__topline {
    margin-bottom: 12px;
  }

  body.adeptdev-storefront .ad-product-brand {
    font-size: 12px;
  }

  body.adeptdev-storefront .ad-product-stock-card {
    min-height: 46px;
    padding: 7px 10px;
  }

  body.adeptdev-storefront .ad-product-stock-card small {
    font-size: 9px;
  }

  body.adeptdev-storefront .ad-product-stock-card strong {
    font-size: 11px;
  }

  body.adeptdev-storefront .ad-product-summary,
  body.adeptdev-storefront .short-attr.ad-product-summary {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 12px !important;
    padding: 12px !important;
    background: linear-gradient(145deg, #f8fbff, #f4f8ff);
  }

  body.adeptdev-storefront .ad-product-summary__head {
    grid-column: 1 / -1;
    margin-bottom: 2px;
  }

  body.adeptdev-storefront .ad-product-summary p {
    min-height: 58px;
    padding: 9px 10px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    border: 1px solid #e3ebf6 !important;
    border-radius: 12px;
    background: rgba(255,255,255,.88);
  }

  body.adeptdev-storefront .ad-product-summary p > span:first-child {
    color: #8294ac !important;
    font-size: 9.5px !important;
    line-height: 1.25;
  }

  body.adeptdev-storefront .ad-product-summary p > strong {
    color: #294c78 !important;
    font-size: 10.5px !important;
    line-height: 1.3;
    font-weight: 790;
    text-align: left;
  }

  body.adeptdev-storefront .ad-product-price-card {
    margin-bottom: 12px;
    padding: 14px 15px;
  }

  body.adeptdev-storefront .ad-product-purchase {
    grid-template-columns: 112px minmax(0,1fr);
    gap: 9px;
  }

  body.adeptdev-storefront .ad-product-quantity,
  body.adeptdev-storefront .product-data .quantity.ad-product-quantity {
    width: 112px !important;
  }

  body.adeptdev-storefront .ad-product-services {
    margin-top: 12px;
    padding-top: 12px;
    gap: 7px;
  }

  body.adeptdev-storefront .ad-product-service {
    min-height: 72px;
    padding: 9px;
    display: grid;
    grid-template-columns: 30px minmax(0,1fr);
    align-items: center;
    gap: 8px;
  }

  body.adeptdev-storefront .ad-product-service__icon {
    width: 30px;
    height: 30px;
  }

  body.adeptdev-storefront .ad-product-service strong {
    font-size: 10px;
  }

  body.adeptdev-storefront .ad-product-service small {
    font-size: 8.4px;
    line-height: 1.35;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  body.adeptdev-storefront .ad-product-main-swiper .swiper-slide > a {
    padding: 22px;
  }

  body.adeptdev-storefront .ad-product-main-swiper img[src*="placeholder.png"] {
    transform: scale(1.08);
  }
}

@media (max-width: 767px) {
  body.adeptdev-storefront .ad-product-main-swiper .swiper-slide > a {
    padding: 13px;
  }

  body.adeptdev-storefront .ad-product-main-swiper img[src*="placeholder.png"] {
    transform: scale(1.07);
  }

  body.adeptdev-storefront .ad-product-summary .title {
    font-size: 11.5px !important;
  }

  body.adeptdev-storefront .ad-product-summary p {
    min-height: 36px;
    padding: 8px 0 !important;
  }

  body.adeptdev-storefront .ad-product-summary p > span:first-child,
  body.adeptdev-storefront .ad-product-summary p > strong {
    font-size: 9.5px !important;
  }

  body.adeptdev-storefront .ad-product-service strong {
    font-size: 9.5px;
  }

  body.adeptdev-storefront .ad-product-service small {
    font-size: 8.2px;
    line-height: 1.35;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.adeptdev-storefront .ad-product-main-swiper img[src*="placeholder.png"] {
    transition: none !important;
  }
}


/* =========================================================
   AdeptDEV Storefront v0.18.3 — product content/specs legacy reset
   Fixes old stylesheet rules that constrain .tab-description to 615px
   and every div inside .specification to ~50% width.
   ========================================================= */
body.adeptdev-storefront #product-product .ad-product-info-stack {
  width: 100% !important;
  max-width: none !important;
  min-width: 0;
}

body.adeptdev-storefront #product-product .tab-description.ad-product-info-card,
body.adeptdev-storefront #product-product #tab-description.ad-product-info-card {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
}

body.adeptdev-storefront #product-product .ad-product-richtext {
  width: 100%;
  max-width: 1040px;
}

body.adeptdev-storefront #product-product .specification.ad-product-specification,
body.adeptdev-storefront #product-product #tab-specification .ad-product-specification {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: start;
  justify-content: stretch !important;
}

/* Hard reset of old `.specification div:not(.spec-title)` width rule. */
body.adeptdev-storefront #product-product .specification.ad-product-specification > .ad-product-spec-group {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
}
body.adeptdev-storefront #product-product .specification.ad-product-specification .ad-product-spec-list,
body.adeptdev-storefront #product-product .specification.ad-product-specification .ad-product-spec-row {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* If there is only one characteristic group, use the full card width. */
body.adeptdev-storefront #product-product .ad-product-specification > .ad-product-spec-group:only-child {
  grid-column: 1 / -1;
}
body.adeptdev-storefront #product-product .ad-product-specification > .ad-product-spec-group:only-child .ad-product-spec-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 30px;
}

body.adeptdev-storefront #product-product .ad-product-spec-row {
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 0;
  grid-template-columns: minmax(150px, 1fr) minmax(120px, .85fr) !important;
  gap: 18px !important;
  align-items: center !important;
}
body.adeptdev-storefront #product-product .ad-product-spec-row span,
body.adeptdev-storefront #product-product .ad-product-spec-row strong {
  min-width: 0;
  white-space: normal;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}
body.adeptdev-storefront #product-product .ad-product-spec-row span {
  color: #7186a3;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
}
body.adeptdev-storefront #product-product .ad-product-spec-row strong {
  color: #183a65;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 780;
  text-align: right;
}

body.adeptdev-storefront #product-product .ad-product-spec-group {
  padding: 18px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, #fbfdff 0%, #f8fbff 100%);
}
body.adeptdev-storefront #product-product .ad-product-spec-group .spec-title {
  margin-bottom: 12px !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8eef7;
  font-size: 13px !important;
}

@media (max-width: 991px) {
  body.adeptdev-storefront #product-product .specification.ad-product-specification,
  body.adeptdev-storefront #product-product #tab-specification .ad-product-specification {
    grid-template-columns: 1fr !important;
  }
  body.adeptdev-storefront #product-product .ad-product-specification > .ad-product-spec-group:only-child .ad-product-spec-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.adeptdev-storefront #product-product .tab-description.ad-product-info-card,
  body.adeptdev-storefront #product-product #tab-description.ad-product-info-card,
  body.adeptdev-storefront #product-product #tab-specification.ad-product-info-card {
    width: 100% !important;
    max-width: none !important;
  }
  body.adeptdev-storefront #product-product .ad-product-richtext {
    max-width: none;
    font-size: 13px;
    line-height: 1.7;
  }
  body.adeptdev-storefront #product-product .ad-product-spec-group {
    padding: 13px 14px;
  }
  body.adeptdev-storefront #product-product .ad-product-spec-row {
    min-height: 42px;
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 12px !important;
    padding: 9px 0;
  }
  body.adeptdev-storefront #product-product .ad-product-spec-row span,
  body.adeptdev-storefront #product-product .ad-product-spec-row strong {
    font-size: 11px;
  }
  body.adeptdev-storefront #product-product .ad-product-spec-row strong {
    max-width: 48vw;
  }
}

@media (max-width: 390px) {
  body.adeptdev-storefront #product-product .ad-product-spec-row {
    grid-template-columns: minmax(0, 1fr) minmax(92px, .72fr) !important;
    gap: 8px !important;
  }
  body.adeptdev-storefront #product-product .ad-product-spec-row span,
  body.adeptdev-storefront #product-product .ad-product-spec-row strong {
    font-size: 10.5px;
  }
}


/* v0.18.4 — wishlist/compare toast + header counter fix */
body.adeptdev-storefront #small-popup { z-index: 10080; }
body.adeptdev-storefront #small-popup .notification {
  min-width: 300px;
  max-width: 360px;
  padding: 18px 22px;
  border-radius: 18px;
  border: 1px solid #cfe0ff;
  box-shadow: 0 18px 40px rgba(17,54,117,.16);
}
body.adeptdev-storefront #small-popup .notification button {
  width: 34px;
  height: 34px;
  top: -14px;
  right: -14px;
}
body.adeptdev-storefront #small-popup .notification button svg { width: 34px; height: 34px; }
body.adeptdev-storefront #small-popup .title { display: none !important; }
body.adeptdev-storefront #small-popup .ad-toast__message {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  color: #18345f;
  padding-right: 20px;
}
body.adeptdev-storefront .menu-btns > button.wishlist,
body.adeptdev-storefront .menu-btns > button.compare,
body.adeptdev-storefront .ad-header-actions > button.wishlist,
body.adeptdev-storefront .ad-header-actions > button.compare { position: relative; }
body.adeptdev-storefront .menu-btns > button.wishlist > .ad-header-action__badge,
body.adeptdev-storefront .menu-btns > button.compare > .ad-header-action__badge,
body.adeptdev-storefront .ad-header-actions > button.wishlist > .ad-header-action__badge,
body.adeptdev-storefront .ad-header-actions > button.compare > .ad-header-action__badge {
  position: absolute;
  top: 8px;
  right: 10px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2f6fff;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(47,111,255,.28);
}
@media (max-width: 767px) {
  body.adeptdev-storefront #small-popup .notification {
    min-width: 0;
    width: calc(100vw - 24px);
    max-width: 360px;
    margin-right: 12px;
    margin-bottom: 96px;
  }
}


/* =========================================================
   AdeptDEV Storefront v0.19 — Premium Cart
   ========================================================= */
body.adeptdev-storefront #checkout-cart.ad-cart-page{padding-top:18px;padding-bottom:80px}
body.adeptdev-storefront .ad-cart-breadcrumb{margin-bottom:18px}
body.adeptdev-storefront .ad-cart-alerts .alert{border-radius:14px;border-width:1px;box-shadow:none}
body.adeptdev-storefront .ad-cart-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin:0 0 20px;padding:26px 28px;border:1px solid #dce8f8;border-radius:24px;background:radial-gradient(circle at 86% 12%,rgba(37,116,255,.09),transparent 30%),linear-gradient(135deg,#fff,#f7fbff);box-shadow:0 14px 36px rgba(19,61,125,.06)}
body.adeptdev-storefront .ad-cart-kicker{display:block;margin:0 0 7px;color:#2e6fe8;font-size:10px;line-height:1;font-weight:850;letter-spacing:.09em;text-transform:uppercase}
body.adeptdev-storefront .ad-cart-hero h1{margin:0;color:#102b53;font-size:34px;line-height:1.08;font-weight:820;letter-spacing:-.035em}
body.adeptdev-storefront .ad-cart-hero p{margin:7px 0 0;color:#7186a6;font-size:13px;font-weight:600}
body.adeptdev-storefront .ad-cart-continue-top{min-height:42px;display:inline-flex;align-items:center;gap:7px;padding:0 14px;border:1px solid #d7e4f7;border-radius:13px;background:rgba(255,255,255,.82);color:#315b96;text-decoration:none;font-size:12px;font-weight:750;transition:.18s ease}
@media(hover:hover) and (pointer:fine){body.adeptdev-storefront .ad-cart-continue-top:hover{color:#145fe6;border-color:#bdd4f6;background:#fff;transform:translateY(-1px)}}
body.adeptdev-storefront .ad-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:20px;align-items:start}
body.adeptdev-storefront .ad-cart-products{min-width:0;display:grid;gap:12px}
body.adeptdev-storefront .ad-cart-item{position:relative;min-width:0;display:grid;grid-template-columns:160px minmax(0,1fr);gap:18px;padding:16px;border:1px solid #dce7f6;border-radius:22px;background:#fff;box-shadow:0 10px 30px rgba(17,55,110,.045);transition:opacity .18s ease,transform .18s ease,border-color .18s ease}
body.adeptdev-storefront .ad-cart-item.is-updating{opacity:.66;border-color:#b9d4fb}
body.adeptdev-storefront .ad-cart-item.is-removing{opacity:.45;transform:scale(.99)}
body.adeptdev-storefront .ad-cart-item__image{height:160px;display:flex;align-items:center;justify-content:center;padding:12px;border:1px solid #e6edf8;border-radius:17px;background:linear-gradient(180deg,#fff,#f8fbff);overflow:hidden}
body.adeptdev-storefront .ad-cart-item__image img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}
body.adeptdev-storefront .ad-cart-item__main{min-width:0;display:flex;flex-direction:column}
body.adeptdev-storefront .ad-cart-item__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
body.adeptdev-storefront .ad-cart-item__identity{min-width:0}
body.adeptdev-storefront .ad-cart-item__status{width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:6px;margin-bottom:7px;color:#28835d;font-size:10px;font-weight:800}
body.adeptdev-storefront .ad-cart-item__status span{width:7px;height:7px;border-radius:50%;background:#31ad78;box-shadow:0 0 0 4px rgba(49,173,120,.09)}
body.adeptdev-storefront .ad-cart-item__status.is-warn{color:#a16b1d}body.adeptdev-storefront .ad-cart-item__status.is-warn span{background:#e5a93d;box-shadow:0 0 0 4px rgba(229,169,61,.1)}
body.adeptdev-storefront .ad-cart-item__name{display:block;max-width:720px;color:#15345f;text-decoration:none;font-size:17px;line-height:1.3;font-weight:790;letter-spacing:-.015em}
body.adeptdev-storefront .ad-cart-item__codes{display:flex;flex-wrap:wrap;gap:7px;margin-top:8px}
body.adeptdev-storefront .ad-cart-item__codes span{padding:5px 8px;border-radius:9px;background:#f4f8fd;color:#7b8da8;font-size:10px;font-weight:600}body.adeptdev-storefront .ad-cart-item__codes strong{color:#536c8f;font-weight:750}
body.adeptdev-storefront .ad-cart-remove{flex:0 0 38px;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e7edf6;border-radius:12px;background:#fff;color:#8fa0b8;box-shadow:none;transition:.18s ease}
@media(hover:hover) and (pointer:fine){body.adeptdev-storefront .ad-cart-remove:hover{border-color:#ffd5dc;background:#fff7f8;color:#e65069}}
body.adeptdev-storefront .ad-cart-item__meta{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}body.adeptdev-storefront .ad-cart-item__meta>span{display:grid;gap:2px;padding:7px 9px;border:1px solid #e6edf7;border-radius:10px;background:#fbfdff}body.adeptdev-storefront .ad-cart-item__meta small{color:#8a9ab3;font-size:9px;font-weight:650}body.adeptdev-storefront .ad-cart-item__meta strong{color:#405a80;font-size:10.5px;font-weight:750}body.adeptdev-storefront .ad-cart-item__meta .is-wide{flex-basis:100%}
body.adeptdev-storefront .ad-cart-item__bottom{margin-top:auto;padding-top:14px;display:grid;grid-template-columns:minmax(100px,1fr) auto minmax(120px,auto);align-items:end;gap:16px}
body.adeptdev-storefront .ad-cart-unit-price,body.adeptdev-storefront .ad-cart-item__total{display:grid;gap:3px}body.adeptdev-storefront .ad-cart-unit-price small,body.adeptdev-storefront .ad-cart-item__total small,body.adeptdev-storefront .ad-cart-qty-wrap>small{color:#8a9bb5;font-size:9px;line-height:1;font-weight:760;text-transform:uppercase;letter-spacing:.04em}body.adeptdev-storefront .ad-cart-unit-price strong{color:#587093;font-size:13px;font-weight:760}
body.adeptdev-storefront .ad-cart-qty-wrap{display:grid;gap:6px}
body.adeptdev-storefront .ad-cart-qty{height:42px;display:grid;grid-template-columns:38px 42px 38px;align-items:center;border:1px solid #d9e6f8;border-radius:13px;background:#f8fbff;overflow:hidden}body.adeptdev-storefront .ad-cart-qty button{width:38px;height:40px;border:0;background:transparent;color:#2168e8;font-size:20px;line-height:1;font-weight:500}body.adeptdev-storefront .ad-cart-qty input{width:42px;height:40px;padding:0;border:0!important;background:transparent!important;box-shadow:none!important;color:#17365f;text-align:center;font-size:13px;font-weight:800;-moz-appearance:textfield}body.adeptdev-storefront .ad-cart-qty input::-webkit-inner-spin-button,body.adeptdev-storefront .ad-cart-qty input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
body.adeptdev-storefront .ad-cart-item__total{text-align:right}body.adeptdev-storefront .ad-cart-item__total>strong{color:#164b96;font-size:18px;line-height:1.15;font-weight:850;letter-spacing:-.025em}body.adeptdev-storefront .ad-cart-item__total>span{display:flex;justify-content:flex-end;gap:6px;align-items:center;color:#93a0b5;font-size:10px}body.adeptdev-storefront .ad-cart-item__total b{padding:2px 5px;border-radius:6px;background:#edf4ff;color:#2d6fe9;font-size:9px}
body.adeptdev-storefront .ad-cart-summary{position:sticky;top:142px;display:grid;gap:10px}
body.adeptdev-storefront .ad-cart-summary__card{padding:22px;border:1px solid #d7e5f8;border-radius:22px;background:radial-gradient(circle at 100% 0,rgba(39,116,255,.08),transparent 35%),#fff;box-shadow:0 16px 42px rgba(20,63,129,.075)}
body.adeptdev-storefront .ad-cart-summary__card h2{margin:0;color:#122f59;font-size:22px;line-height:1.15;font-weight:820;letter-spacing:-.025em}body.adeptdev-storefront .ad-cart-summary__card>p{margin:7px 0 18px;color:#7b8fab;font-size:11px;line-height:1.5}
body.adeptdev-storefront .ad-cart-summary__totals{display:grid;gap:0;margin:0 0 16px!important;padding:0!important;border:0!important;background:none!important}
body.adeptdev-storefront .ad-cart-total-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid #edf2f8;color:#7185a4;font-size:11px}body.adeptdev-storefront .ad-cart-total-row strong{color:#345477;font-size:12px;font-weight:760}.adeptdev-storefront .ad-cart-total-row.is-final{margin-top:6px;padding:15px 0 2px;border-bottom:0}.adeptdev-storefront .ad-cart-total-row.is-final span{color:#17365f;font-size:12px;font-weight:800}.adeptdev-storefront .ad-cart-total-row.is-final strong{color:#154e9f;font-size:24px;line-height:1;font-weight:900;letter-spacing:-.03em}
body.adeptdev-storefront .ad-cart-checkout{min-height:52px;width:100%;display:flex;align-items:center;justify-content:center;gap:9px;padding:0 17px;border:0;border-radius:15px;background:linear-gradient(135deg,#2a77ff,#1d58db);color:#fff!important;text-decoration:none!important;box-shadow:0 12px 25px rgba(32,100,231,.22);font-size:13px;font-weight:800;transition:.18s ease}
@media(hover:hover) and (pointer:fine){body.adeptdev-storefront .ad-cart-checkout:hover{transform:translateY(-1px);box-shadow:0 15px 30px rgba(32,100,231,.28)}}
body.adeptdev-storefront .ad-cart-checkout-note{margin-top:10px;display:flex;align-items:flex-start;gap:6px;color:#8091ab;font-size:9.5px;line-height:1.4}body.adeptdev-storefront .ad-cart-checkout-note svg{flex:0 0 auto;color:#4e80d4}
body.adeptdev-storefront .ad-cart-benefits{display:grid;gap:8px}.adeptdev-storefront .ad-cart-benefits>div{display:flex;gap:10px;padding:12px;border:1px solid #e1eaf7;border-radius:15px;background:rgba(255,255,255,.88)}.adeptdev-storefront .ad-cart-benefits>div>span{flex:0 0 34px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#eff6ff;color:#2870eb}.adeptdev-storefront .ad-cart-benefits p{margin:0;display:grid;gap:2px}.adeptdev-storefront .ad-cart-benefits strong{color:#355273;font-size:10.5px;font-weight:800}.adeptdev-storefront .ad-cart-benefits small{color:#8b9ab1;font-size:9px;line-height:1.35}
body.adeptdev-storefront .ad-cart-extras{border:1px solid #dfe9f6;border-radius:18px;background:#fff;overflow:hidden}.adeptdev-storefront .ad-cart-extras__toggle{width:100%;min-height:66px;display:grid;grid-template-columns:38px minmax(0,1fr) 24px;align-items:center;gap:10px;padding:10px 13px;border:0;background:#fff;color:#315274;text-align:left}.adeptdev-storefront .ad-cart-extras__icon{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:11px;background:#eef5ff;color:#2d6fe8}.adeptdev-storefront .ad-cart-extras__toggle>span:nth-child(2){display:grid;gap:2px}.adeptdev-storefront .ad-cart-extras__toggle strong{font-size:11px;font-weight:800}.adeptdev-storefront .ad-cart-extras__toggle small{color:#8b9ab1;font-size:9.5px}.adeptdev-storefront .ad-cart-extras__chevron{color:#6d89ad}.adeptdev-storefront .ad-cart-modules{padding:0 12px 12px}.adeptdev-storefront .ad-cart-modules .panel{margin:6px 0;border:1px solid #e3ebf6;border-radius:13px;box-shadow:none;overflow:hidden}.adeptdev-storefront .ad-cart-modules .panel-heading{padding:0;background:#f8fbff;border:0}.adeptdev-storefront .ad-cart-modules .panel-title a{display:flex;padding:12px;color:#355577!important;text-decoration:none!important;font-size:11px;font-weight:760}.adeptdev-storefront .ad-cart-modules .panel-body{padding:12px;border-top:1px solid #e8eef7!important}.adeptdev-storefront .ad-cart-modules .form-control{height:42px;border:1px solid #dbe6f5;border-radius:11px;box-shadow:none;font-size:13px}.adeptdev-storefront .ad-cart-modules .btn-primary{height:42px;border:0;border-radius:11px;background:#2a70ed;color:#fff}
body.adeptdev-storefront .ad-cart-mobile-bar{display:none}
body.adeptdev-storefront .ad-cart-empty{max-width:720px;margin:44px auto 100px;padding:52px 34px;text-align:center;border:1px solid #dce8f8;border-radius:28px;background:radial-gradient(circle at 50% 0,rgba(39,116,255,.09),transparent 34%),#fff;box-shadow:0 18px 48px rgba(19,61,125,.07)}.adeptdev-storefront .ad-cart-empty__icon{width:82px;height:82px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;border-radius:24px;background:linear-gradient(145deg,#eaf3ff,#f8fbff);color:#2d70ec;box-shadow:inset 0 0 0 1px #d7e6fa}.adeptdev-storefront .ad-cart-empty h1{margin:0;color:#112e58;font-size:30px;font-weight:850;letter-spacing:-.035em}.adeptdev-storefront .ad-cart-empty p{max-width:500px;margin:10px auto 22px;color:#7b8ea9;font-size:13px;line-height:1.55}.adeptdev-storefront .ad-cart-empty .ad-cart-checkout{max-width:260px;margin:0 auto}

@media(max-width:1199px){body.adeptdev-storefront .ad-cart-layout{grid-template-columns:minmax(0,1fr) 320px}.adeptdev-storefront .ad-cart-item{grid-template-columns:135px minmax(0,1fr)}.adeptdev-storefront .ad-cart-item__image{height:135px}.adeptdev-storefront .ad-cart-item__bottom{gap:10px}}
@media(max-width:991px){body.adeptdev-storefront .ad-cart-layout{grid-template-columns:1fr}.adeptdev-storefront .ad-cart-summary{position:static;grid-row:auto}.adeptdev-storefront .ad-cart-summary__card{padding:18px}.adeptdev-storefront .ad-cart-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:767px){body.adeptdev-storefront #checkout-cart.ad-cart-page{padding:10px 12px 178px}.adeptdev-storefront .ad-cart-breadcrumb{margin-bottom:10px}.adeptdev-storefront .ad-cart-hero{margin-bottom:10px;padding:17px 16px;border-radius:19px;align-items:flex-start}.adeptdev-storefront .ad-cart-hero h1{font-size:25px}.adeptdev-storefront .ad-cart-continue-top{width:40px;height:40px;min-height:40px;padding:0;justify-content:center}.adeptdev-storefront .ad-cart-continue-top span{display:none}.adeptdev-storefront .ad-cart-layout{gap:10px}.adeptdev-storefront .ad-cart-products{gap:9px}.adeptdev-storefront .ad-cart-item{grid-template-columns:100px minmax(0,1fr);gap:11px;padding:11px;border-radius:18px}.adeptdev-storefront .ad-cart-item__image{height:100px;padding:8px;border-radius:14px}.adeptdev-storefront .ad-cart-item__name{font-size:14px;line-height:1.28}.adeptdev-storefront .ad-cart-item__status{margin-bottom:5px;font-size:9px}.adeptdev-storefront .ad-cart-item__codes{gap:4px;margin-top:6px}.adeptdev-storefront .ad-cart-item__codes span{padding:4px 6px;font-size:8.5px}.adeptdev-storefront .ad-cart-remove{width:34px;height:34px;flex-basis:34px}.adeptdev-storefront .ad-cart-item__meta{grid-column:1/-1}.adeptdev-storefront .ad-cart-item__bottom{grid-column:1/-1;margin-top:10px;padding-top:10px;border-top:1px solid #edf2f8;grid-template-columns:minmax(70px,1fr) auto minmax(90px,1fr);gap:7px}.adeptdev-storefront .ad-cart-unit-price strong{font-size:11px}.adeptdev-storefront .ad-cart-qty{grid-template-columns:34px 36px 34px;height:38px}.adeptdev-storefront .ad-cart-qty button{width:34px;height:36px}.adeptdev-storefront .ad-cart-qty input{width:36px;height:36px;font-size:12px}.adeptdev-storefront .ad-cart-item__total>strong{font-size:15px}.adeptdev-storefront .ad-cart-summary__card{border-radius:18px}.adeptdev-storefront .ad-cart-benefits{grid-template-columns:1fr}.adeptdev-storefront .ad-cart-extras__toggle{grid-template-columns:34px minmax(0,1fr) 20px;min-height:60px}.adeptdev-storefront .ad-cart-extras__icon{width:34px;height:34px}.adeptdev-storefront .ad-cart-mobile-bar{position:fixed;z-index:97;left:8px;right:8px;bottom:calc(82px + env(safe-area-inset-bottom));min-height:64px;padding:8px 9px 8px 13px;display:grid;grid-template-columns:minmax(0,1fr) minmax(145px,auto);align-items:center;gap:10px;border:1px solid rgba(190,211,243,.92);border-radius:18px;background:rgba(251,253,255,.96);box-shadow:0 15px 42px rgba(9,40,94,.18);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.adeptdev-storefront .ad-cart-mobile-bar>div{display:grid;gap:2px}.adeptdev-storefront .ad-cart-mobile-bar small{color:#8192ab;font-size:8.5px;font-weight:760;text-transform:uppercase}.adeptdev-storefront .ad-cart-mobile-bar strong{color:#164b96;font-size:18px;font-weight:900;letter-spacing:-.03em}.adeptdev-storefront .ad-cart-mobile-bar>a{height:46px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;border-radius:13px;background:linear-gradient(135deg,#2a77ff,#1d58db);color:#fff!important;text-decoration:none!important;font-size:11px;font-weight:800}.adeptdev-storefront .ad-cart-empty{margin:20px auto 80px;padding:38px 20px;border-radius:22px}.adeptdev-storefront .ad-cart-empty h1{font-size:24px}.adeptdev-storefront .ad-cart-empty p{font-size:12px}.adeptdev-storefront .ad-cart-empty__icon{width:68px;height:68px;border-radius:20px}.adeptdev-storefront .ad-cart-page--empty{padding-bottom:120px!important}}
@media(max-width:430px){body.adeptdev-storefront #checkout-cart.ad-cart-page{padding-left:8px;padding-right:8px}.adeptdev-storefront .ad-cart-hero{padding:15px 13px}.adeptdev-storefront .ad-cart-item{grid-template-columns:84px minmax(0,1fr);gap:9px;padding:9px}.adeptdev-storefront .ad-cart-item__image{height:84px}.adeptdev-storefront .ad-cart-item__name{font-size:13px}.adeptdev-storefront .ad-cart-item__codes span:nth-child(n+2){display:none}.adeptdev-storefront .ad-cart-item__bottom{grid-template-columns:1fr auto}.adeptdev-storefront .ad-cart-unit-price{display:none}.adeptdev-storefront .ad-cart-item__total{min-width:88px}.adeptdev-storefront .ad-cart-mobile-bar{left:6px;right:6px;grid-template-columns:minmax(0,1fr) 148px}.adeptdev-storefront .ad-cart-mobile-bar strong{font-size:16px}}
@media(max-width:360px){.adeptdev-storefront .ad-cart-mobile-bar{grid-template-columns:minmax(0,1fr) 136px}.adeptdev-storefront .ad-cart-mobile-bar>a{font-size:10px}.adeptdev-storefront .ad-cart-item{grid-template-columns:76px minmax(0,1fr)}.adeptdev-storefront .ad-cart-item__image{height:76px}.adeptdev-storefront .ad-cart-qty{grid-template-columns:31px 34px 31px}.adeptdev-storefront .ad-cart-qty button{width:31px}.adeptdev-storefront .ad-cart-qty input{width:34px}}


/* =========================================================
   AdeptDEV Storefront v0.20 — Premium One-page Checkout
   ========================================================= */
body.adeptdev-storefront .ad-simplecheckout-page {
  width: min(1280px, calc(100% - 32px));
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 54px;
}
body.adeptdev-storefront .ad-simplecheckout-page > .breadcrumb { margin-bottom: 14px; }
body.adeptdev-storefront .ad-simplecheckout-content { width:100%; float:none; padding:0; }
body.adeptdev-storefront .ad-onepage-checkout { margin:0; }

body.adeptdev-storefront .ad-checkout-hero {
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin:0 0 18px;
  padding:25px 28px;
  border:1px solid #dce8f8;
  border-radius:24px;
  background:
    radial-gradient(circle at 90% 8%, rgba(37,115,255,.12), transparent 34%),
    radial-gradient(circle at 4% 100%, rgba(57,204,246,.08), transparent 30%),
    linear-gradient(135deg,#fff 0%,#f7faff 100%);
  box-shadow:0 14px 34px rgba(25,70,145,.07), inset 0 1px 0 rgba(255,255,255,.96);
}
body.adeptdev-storefront .ad-checkout-hero::after {
  content:''; position:absolute; right:-90px; bottom:-130px; width:330px; height:330px;
  border:1px solid rgba(44,111,237,.07); border-radius:50%; box-shadow:0 0 0 42px rgba(44,111,237,.025),0 0 0 86px rgba(44,111,237,.018); pointer-events:none;
}
body.adeptdev-storefront .ad-checkout-hero__copy { position:relative; z-index:1; min-width:0; }
body.adeptdev-storefront .ad-checkout-kicker { display:block; margin-bottom:6px; color:#2f6fed; font-size:10px; line-height:1; font-weight:850; letter-spacing:.12em; }
body.adeptdev-storefront .ad-checkout-hero h1 { margin:0; color:#102b53; font-size:34px; line-height:1.08; font-weight:850; letter-spacing:-.04em; }
body.adeptdev-storefront .ad-checkout-hero p { max-width:680px; margin:9px 0 0; color:#7185a4; font-size:14px; line-height:1.5; font-weight:540; }
body.adeptdev-storefront .ad-checkout-trust { position:relative; z-index:1; flex:0 0 auto; display:flex; align-items:center; gap:7px; }
body.adeptdev-storefront .ad-checkout-trust > span { min-height:43px; display:inline-flex; align-items:center; gap:7px; padding:0 12px; border:1px solid #dbe8f8; border-radius:13px; background:rgba(255,255,255,.84); color:#526e94; font-size:11px; font-weight:700; white-space:nowrap; }
body.adeptdev-storefront .ad-checkout-trust i { width:28px; height:28px; display:inline-flex; align-items:center; justify-content:center; color:#246bf0; border-radius:9px; background:#eef5ff; }
body.adeptdev-storefront .ad-checkout-trust svg { width:16px; height:16px; }

/* Force the installed SimpleCheckout engine into a true single-page presentation. */
body.adeptdev-storefront .ad-onepage-checkout #simplecheckout_step_menu,
body.adeptdev-storefront .ad-onepage-checkout #simplecheckout_button_next,
body.adeptdev-storefront .ad-onepage-checkout #simplecheckout_button_prev { display:none !important; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-step { display:block !important; opacity:1 !important; visibility:visible !important; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-block[data-hide="true"] { display:none !important; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-block:not([data-hide="true"]) .simplecheckout-block-content { display:block !important; }

body.adeptdev-storefront .ad-onepage-checkout .simplecheckout { display:flow-root; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-left-column,
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-right-column { min-width:0 !important; max-width:none !important; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-left-column { width:calc(62% - 9px) !important; margin-right:18px !important; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-right-column { width:calc(38% - 9px) !important; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-right-column { position:sticky; top:108px; }

body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-block {
  clear:both;
  margin:0 0 14px;
  padding:20px 22px;
  border:1px solid #dce8f8;
  border-radius:20px;
  background:#fff;
  box-shadow:0 10px 26px rgba(25,70,145,.055), inset 0 1px 0 rgba(255,255,255,.96);
}
body.adeptdev-storefront .ad-onepage-checkout .checkout-heading,
body.adeptdev-storefront .ad-onepage-checkout .panel-heading {
  position:relative;
  min-height:0;
  margin:0;
  padding:0 0 13px !important;
  border:0 !important;
  border-bottom:1px solid #e7eef8 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#17345d !important;
  font-size:16px !important;
  line-height:1.3;
  font-weight:820 !important;
  letter-spacing:-.018em;
  cursor:default !important;
}
body.adeptdev-storefront .ad-onepage-checkout .checkout-heading::before {
  content:''; display:inline-block; width:8px; height:8px; margin:0 9px 1px 0; border-radius:50%; background:linear-gradient(135deg,#2e78ff,#27b8ee); box-shadow:0 0 0 5px #eef5ff;
}
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-block-content { padding:16px 0 0; }

/* Forms */
body.adeptdev-storefront .ad-onepage-checkout .form-group { width:100%; margin:0 0 12px; }
body.adeptdev-storefront .ad-onepage-checkout .form-group:last-child { margin-bottom:0; }
body.adeptdev-storefront .ad-onepage-checkout input.form-control,
body.adeptdev-storefront .ad-onepage-checkout select.form-control,
body.adeptdev-storefront .ad-onepage-checkout textarea.form-control,
body.adeptdev-storefront .ad-onepage-checkout .select2-container .select2-selection {
  min-height:48px;
  height:48px;
  padding:0 14px;
  border:1px solid #d9e5f6 !important;
  border-radius:13px !important;
  background:#f9fbff !important;
  color:#18365f;
  box-shadow:none !important;
  font-size:14px;
  font-weight:560;
  outline:none;
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
body.adeptdev-storefront .ad-onepage-checkout textarea.form-control { height:auto; min-height:100px; padding-top:13px; resize:vertical; }
body.adeptdev-storefront .ad-onepage-checkout input.form-control:focus,
body.adeptdev-storefront .ad-onepage-checkout select.form-control:focus,
body.adeptdev-storefront .ad-onepage-checkout textarea.form-control:focus {
  border-color:rgba(47,111,237,.62) !important; background:#fff !important; box-shadow:0 0 0 4px rgba(47,111,237,.08) !important;
}
body.adeptdev-storefront .ad-onepage-checkout .input-group-btn .btn { height:48px; border-color:#d9e5f6; border-radius:0 13px 13px 0; background:#eef5ff; color:#2f6fed; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-error-text,
body.adeptdev-storefront .ad-onepage-checkout .text-danger { margin-top:6px; color:#d64e61; font-size:11px; font-weight:650; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-warning-block { padding:12px 14px; border:1px solid #ffd4da; border-radius:12px; background:#fff7f8; color:#a84050; }
body.adeptdev-storefront .ad-onepage-checkout .exist,
body.adeptdev-storefront .ad-onepage-checkout .you-will-be-registered { margin-bottom:14px; padding:10px 12px; border-radius:11px; background:#f3f8ff; color:#637c9e; font-size:12px; }
body.adeptdev-storefront .ad-onepage-checkout .exist button { border:0; padding:0; background:transparent; color:#246bf0; font-weight:800; }

/* Radio/payment/shipping cards */
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-block-content .radio { margin:0 0 8px; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-block-content .radio label {
  width:100%; min-height:50px; display:flex; align-items:center; padding:10px 12px 10px 46px; border:1px solid #dfe8f6; border-radius:13px; background:#fbfdff; color:#29476e; font-size:13px; font-weight:700;
}
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-block-content .radio label::before { left:14px; top:50%; width:20px; height:20px; margin-top:-10px; border:1.5px solid #b5c9e6; border-radius:50%; background:#fff; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-block-content .radio input:checked + label { border-color:#9fc0ff; background:#f2f7ff; box-shadow:inset 0 0 0 1px rgba(47,111,237,.08); color:#164cae; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-block-content .radio input:checked + label::before { border-color:#2f6fed; background:#2f6fed; box-shadow:inset 0 0 0 5px #fff; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-block-content .radio input:checked + label::after { display:none; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-methods-description { margin:7px 0 11px; padding:10px 12px; border-radius:10px; background:#f7faff; color:#7185a4; font-size:11px; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-customer-same-address { margin:12px 0 0; padding:11px 12px; border-radius:11px; background:#f7faff; color:#526f97; }

/* Premium checkout cart */
body.adeptdev-storefront .ad-onepage-checkout .ad-checkout-cart { padding:18px; }
body.adeptdev-storefront .ad-onepage-checkout .ad-checkout-cart__heading { display:flex; align-items:center; justify-content:space-between; gap:12px; }
body.adeptdev-storefront .ad-onepage-checkout .ad-checkout-clear { color:#8294ae !important; font-size:10px; font-weight:700; text-decoration:none !important; }
body.adeptdev-storefront .ad-onepage-checkout .ad-checkout-clear:hover { color:#d54c5c !important; }
body.adeptdev-storefront .ad-checkout-cart__list { display:grid; gap:9px; padding-top:15px; }
body.adeptdev-storefront .ad-checkout-cart-item { min-width:0; display:grid; grid-template-columns:72px minmax(0,1fr); grid-template-areas:'image body' 'image controls' 'image price'; gap:7px 11px; padding:10px; border:1px solid #e3ebf7; border-radius:15px; background:#fbfdff; }
body.adeptdev-storefront .ad-checkout-cart-item__image { grid-area:image; width:72px; height:82px; display:flex; align-items:center; justify-content:center; overflow:hidden; border-radius:11px; background:#fff; }
body.adeptdev-storefront .ad-checkout-cart-item__image img { max-width:100%; max-height:100%; object-fit:contain; }
body.adeptdev-storefront .ad-checkout-cart-item__body { grid-area:body; min-width:0; }
body.adeptdev-storefront .ad-checkout-cart-item__name { display:-webkit-box; overflow:hidden; -webkit-line-clamp:2; -webkit-box-orient:vertical; color:#17365f !important; font-size:12.5px; line-height:1.35; font-weight:800; text-decoration:none !important; }
body.adeptdev-storefront .ad-checkout-cart-item__meta { display:flex; flex-wrap:wrap; gap:5px; margin-top:4px; color:#8a9bb3; font-size:9.5px; }
body.adeptdev-storefront .ad-checkout-cart-item__options { display:flex; flex-wrap:wrap; gap:4px 8px; margin-top:5px; color:#7084a1; font-size:9.5px; }
body.adeptdev-storefront .ad-checkout-cart-item__controls { grid-area:controls; display:flex; align-items:center; gap:7px; }
body.adeptdev-storefront .ad-checkout-qty { height:34px; display:inline-grid; grid-template-columns:32px 36px 32px; overflow:hidden; border:1px solid #d9e5f6; border-radius:10px; background:#fff; }
body.adeptdev-storefront .ad-checkout-qty__btn { border:0; background:#f5f9ff; color:#2a6be3; font-size:16px; font-weight:700; }
body.adeptdev-storefront .ad-checkout-qty input.form-control { width:36px !important; min-width:36px !important; height:32px !important; min-height:32px !important; padding:0 !important; border:0 !important; border-radius:0 !important; background:#fff !important; text-align:center; font-size:12px; box-shadow:none !important; }
body.adeptdev-storefront .ad-checkout-remove { width:34px; height:34px; display:inline-flex; align-items:center; justify-content:center; border:1px solid #e4eaf4; border-radius:10px; background:#fff; color:#9aacc3; }
body.adeptdev-storefront .ad-checkout-remove:hover { border-color:#ffd0d7; background:#fff6f7; color:#d34b5e; }
body.adeptdev-storefront .ad-checkout-cart-item__price { grid-area:price; min-width:0; display:flex; align-items:baseline; flex-wrap:wrap; gap:4px 7px; }
body.adeptdev-storefront .ad-checkout-cart-item__price small { color:#94a3b9; font-size:8.5px; font-weight:700; text-transform:uppercase; letter-spacing:.06em; }
body.adeptdev-storefront .ad-checkout-cart-item__price span { color:#6d83a2; font-size:10px; font-weight:650; }
body.adeptdev-storefront .ad-checkout-cart-item__price strong { margin-left:auto; color:#173c72; font-size:14px; font-weight:850; }
body.adeptdev-storefront .ad-checkout-cart-item__price del { color:#9baac0; font-size:9px; }
body.adeptdev-storefront .ad-checkout-totals { margin-top:13px; padding-top:10px; border-top:1px solid #e4edf8; }
body.adeptdev-storefront .ad-onepage-checkout .ad-checkout-totals .simplecheckout-cart-total { display:grid; grid-template-columns:minmax(0,1fr) auto 18px; align-items:center; gap:6px; padding:6px 2px; border:0; color:#607797; text-align:left; font-size:11px; }
body.adeptdev-storefront .ad-onepage-checkout .ad-checkout-totals .simplecheckout-cart-total-value { min-width:0; margin:0; color:#1b3e70; font-size:12px; font-weight:780; text-align:right; }
body.adeptdev-storefront .ad-onepage-checkout .ad-checkout-totals .simplecheckout-cart-total:last-child { margin-top:5px; padding-top:12px; border-top:1px solid #dce7f6; }
body.adeptdev-storefront .ad-onepage-checkout .ad-checkout-totals .simplecheckout-cart-total:last-child b,
body.adeptdev-storefront .ad-onepage-checkout .ad-checkout-totals .simplecheckout-cart-total:last-child .simplecheckout-cart-total-value { color:#123b78; font-size:17px; font-weight:900; }
body.adeptdev-storefront .ad-checkout-discounts { display:grid; gap:8px; margin-top:12px; padding-top:12px; border-top:1px solid #e5edf7; }
body.adeptdev-storefront .ad-checkout-discounts label { display:grid; gap:5px; color:#7185a4; font-size:10px; font-weight:700; }
body.adeptdev-storefront .ad-checkout-discounts input.form-control { height:40px; min-height:40px; font-size:12px; }
body.adeptdev-storefront .ad-checkout-discounts .btn { min-height:40px; border:0; border-radius:11px; background:#eef5ff !important; color:#2367df !important; font-weight:780; box-shadow:none; }

/* Summary block is useful for final address/comment recap, but not as a second cart. */
body.adeptdev-storefront .ad-onepage-checkout #simplecheckout_summary .table-responsive:first-of-type { display:none; }
body.adeptdev-storefront .ad-onepage-checkout #simplecheckout_summary .simplecheckout-summary-totals { display:grid; gap:5px; }
body.adeptdev-storefront .ad-onepage-checkout #simplecheckout_summary .simplecheckout-cart-total { border:0; padding:5px 0; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-summary-info { width:100%; margin-top:10px !important; border:0; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-summary-info th,
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-summary-info td { padding:8px 0; border:0; background:transparent; text-align:left; color:#6c819f; font-size:11px; }

/* Agreements + final CTA */
body.adeptdev-storefront .ad-onepage-checkout #agreement_checkbox { display:block; max-width:760px; }
body.adeptdev-storefront .ad-onepage-checkout #agreement_checkbox .agrs { margin:0 0 8px; }
body.adeptdev-storefront .ad-onepage-checkout #agreement_checkbox label { color:#5f7698; font-size:11px; line-height:1.45; }
body.adeptdev-storefront .ad-onepage-checkout .ad-checkout-submitbar {
  width:calc(62% - 9px);
  margin:2px 0 0 !important;
  padding:16px 18px !important;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  border:1px solid #dce7f7;
  border-radius:18px;
  background:#fff;
  box-shadow:0 12px 30px rgba(24,67,136,.06);
}
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-button-right { width:100%; float:none; display:flex; align-items:center; justify-content:space-between; gap:14px; text-align:left; }
body.adeptdev-storefront .ad-onepage-checkout #simplecheckout_button_confirm {
  flex:0 0 auto; min-width:230px; min-height:52px; display:inline-flex; align-items:center; justify-content:center; border:0; border-radius:14px; background:linear-gradient(135deg,#2e75ff,#2455d4) !important; color:#fff !important; box-shadow:0 12px 24px rgba(41,98,218,.22),inset 0 1px 0 rgba(255,255,255,.2); font-size:13px; font-weight:850; text-decoration:none !important;
}
body.adeptdev-storefront .ad-onepage-checkout #simplecheckout_button_confirm[disabled] { opacity:.5; pointer-events:none; }
body.adeptdev-storefront .ad-onepage-checkout #simplecheckout_button_confirm:hover { transform:translateY(-1px); box-shadow:0 15px 28px rgba(41,98,218,.28),inset 0 1px 0 rgba(255,255,255,.2); }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-button-left { display:none !important; }
body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-proceed-payment { padding:14px; border-radius:12px; background:#f2f7ff; color:#3568bb; }

@media (max-width: 1080px) {
  body.adeptdev-storefront .ad-checkout-trust > span { padding:0 9px; }
  body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-left-column,
  body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-right-column { width:100% !important; float:none !important; margin:0 !important; }
  body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-right-column { position:static; }
  body.adeptdev-storefront .ad-onepage-checkout .ad-checkout-submitbar { width:100%; }
}

@media (max-width: 767px) {
  body.adeptdev-storefront .ad-simplecheckout-page { width:calc(100% - 16px); padding-top:10px; padding-bottom:165px; }
  body.adeptdev-storefront .ad-simplecheckout-page > .breadcrumb { margin-bottom:8px; overflow-x:auto; white-space:nowrap; scrollbar-width:none; }
  body.adeptdev-storefront .ad-simplecheckout-page > .breadcrumb::-webkit-scrollbar { display:none; }
  body.adeptdev-storefront .ad-checkout-hero { display:block; margin-bottom:10px; padding:18px 16px; border-radius:19px; }
  body.adeptdev-storefront .ad-checkout-kicker { font-size:9px; }
  body.adeptdev-storefront .ad-checkout-hero h1 { font-size:27px; }
  body.adeptdev-storefront .ad-checkout-hero p { margin-top:7px; font-size:12px; }
  body.adeptdev-storefront .ad-checkout-trust { margin-top:13px; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:5px; }
  body.adeptdev-storefront .ad-checkout-trust > span { min-width:0; min-height:50px; padding:6px 4px; flex-direction:column; justify-content:center; gap:3px; font-size:8px; text-align:center; white-space:normal; }
  body.adeptdev-storefront .ad-checkout-trust i { width:24px; height:24px; }
  body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-block { margin-bottom:9px; padding:16px 14px; border-radius:17px; }
  body.adeptdev-storefront .ad-onepage-checkout .checkout-heading,
  body.adeptdev-storefront .ad-onepage-checkout .panel-heading { padding-bottom:11px !important; font-size:14px !important; }
  body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-block-content { padding-top:12px; }
  body.adeptdev-storefront .ad-onepage-checkout input.form-control,
  body.adeptdev-storefront .ad-onepage-checkout select.form-control,
  body.adeptdev-storefront .ad-onepage-checkout textarea.form-control { font-size:16px; }
  body.adeptdev-storefront .ad-checkout-cart-item { grid-template-columns:62px minmax(0,1fr); grid-template-areas:'image body' 'controls controls' 'price price'; padding:9px; }
  body.adeptdev-storefront .ad-checkout-cart-item__image { width:62px; height:72px; }
  body.adeptdev-storefront .ad-checkout-cart-item__controls { justify-content:space-between; margin-top:3px; }
  body.adeptdev-storefront .ad-checkout-cart-item__price strong { font-size:14px; }
  body.adeptdev-storefront .ad-onepage-checkout .ad-checkout-submitbar {
    position:fixed; z-index:96; left:8px; right:8px; bottom:calc(82px + env(safe-area-inset-bottom)); width:auto; margin:0 !important; padding:8px !important; border-radius:18px; background:rgba(250,252,255,.96); box-shadow:0 16px 40px rgba(10,42,94,.2),inset 0 1px 0 #fff; -webkit-backdrop-filter:blur(18px); backdrop-filter:blur(18px);
  }
  body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-button-right { display:block; }
  body.adeptdev-storefront .ad-onepage-checkout #agreement_checkbox { max-height:54px; overflow:auto; margin-bottom:6px; padding:0 4px; }
  body.adeptdev-storefront .ad-onepage-checkout #agreement_checkbox label { font-size:9px; }
  body.adeptdev-storefront .ad-onepage-checkout #simplecheckout_button_confirm { width:100%; min-width:0; min-height:50px; border-radius:13px; }
}

@media (max-width: 390px) {
  body.adeptdev-storefront .ad-checkout-hero h1 { font-size:25px; }
  body.adeptdev-storefront .ad-onepage-checkout .simplecheckout-block { padding:14px 12px; }
  body.adeptdev-storefront .ad-checkout-trust > span { font-size:7.5px; }
}
