/*
 * TI ZILL DIGITAL — Vice Nights theme
 * Full LiteCart base theme with a scoped visual overlay.
 * Original neon coastal aesthetic; no Rockstar/GTA artwork or logos included.
 */

body.gta6-theme {
  --vice-night: #080613;
  --vice-night-2: #120821;
  --vice-panel: #171025;
  --vice-panel-2: #211332;
  --vice-pink: #ff4fa3;
  --vice-hot-pink: #ff2f86;
  --vice-orange: #ff8b52;
  --vice-gold: #ffc96b;
  --vice-cyan: #5ee9ff;
  --vice-purple: #9f68ff;
  --vice-text: #fff8fd;
  --vice-muted: #c8bdd2;
  --vice-border: rgba(255,255,255,.11);
  --vice-shadow: 0 18px 50px rgba(0,0,0,.34);

  --border-radius: 14px;
  --link-text-color: #f9d9eb;
  --whitespace-color: #ffffff;
  --image-whitespace-color: #ffffff;
  --site-background-color: var(--vice-night);
  --header-background-color: rgba(8, 6, 19, .86);
  --header-text-color: var(--vice-text);
  --navigation-background-color: rgba(18, 8, 33, .96);
  --navigation-background-color-hover: rgba(255,79,163,.15);
  --navigation-background-color-active: rgba(94,233,255,.12);
  --navigation-text-color: #fff;
  --navigation-text-color-hover: #fff;
  --navigation-text-color-active: #fff;
  --offcanvas-background-color: #10091d;
  --offcanvas-text-color: #fff;
  --default-background-color: #191123;
  --default-border-color: rgba(255,255,255,.10);
  --default-text-color: var(--vice-text);
  --default-button-background-color: rgba(255,255,255,.08);
  --default-button-background-color-hover: rgba(255,255,255,.14);
  --default-button-background-color-active: rgba(255,255,255,.18);
  --default-button-border-color: rgba(255,255,255,.13);
  --default-button-text-color: #fff;
  --primary-button-background-color: var(--vice-hot-pink);
  --primary-button-background-color-hover: #ff5caa;
  --primary-button-background-color-active: #e82172;
  --primary-button-text-color: #fff;
  --success-button-background-color: #ff4b99;
  --success-button-background-color-hover: #ff6bb0;
  --success-button-background-color-active: #db2d7b;
  --success-button-text-color: #fff;
  --breadcrumbs-background-color: rgba(255,255,255,.055);
  --breadcrumbs-text-color: #d6cbdc;
  --card-background-color: rgba(23,16,37,.95);
  --card-text-color: var(--vice-text);
  --card-border-color: rgba(255,255,255,.10);
  --card-header-background-color: transparent;
  --card-header-text-color: var(--vice-text);
  --card-body-background-color: transparent;
  --card-footer-background-color: rgba(255,255,255,.025);
  --input-background-color: rgba(255,255,255,.08);
  --input-text-color: #fff;
  --dropdown-menu-background-color: #171025;
  --dropdown-menu-item-background-color: #171025;
  --dropdown-menu-item-text-color: #fff;
  --table-striped-row-background-odd: rgba(255,255,255,.045);
  --table-striped-row-background-even: rgba(255,255,255,.018);
  --table-row-hover-background: rgba(255,79,163,.08);
  --pagination-background-color: rgba(255,255,255,.06);
  --pagination-background-color-active: rgba(255,79,163,.22);
  --pagination-background-color-hover: rgba(94,233,255,.10);
  --pagination-text-color: #fff;
  --pagination-text-color-active: #fff;
  --pagination-text-color-hover: #fff;
  --pagination-border-color: rgba(255,255,255,.10);
  --footer-background-color: #080611;
  --footer-title-color: #fff;
  --footer-text-color: #bfb4c8;
  --copyright-background-color: #040308;
  --copyright-text-color: #8d8395;

  margin: 0;
  color: var(--vice-text);
  background:
    radial-gradient(circle at 12% 18%, rgba(255,79,163,.12), transparent 30rem),
    radial-gradient(circle at 88% 8%, rgba(159,104,255,.11), transparent 34rem),
    linear-gradient(180deg, #090615 0%, #10081e 48%, #080613 100%);
  background-attachment: fixed;
}

body.gta6-theme::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 54px 54px;
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 76%);
  mask-image: linear-gradient(to bottom, #000, transparent 76%);
}

body.gta6-theme a { transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
body.gta6-theme a:hover { color: var(--vice-cyan); }

/* Notice bar */
body.gta6-theme #important-notice {
  background: linear-gradient(90deg, #7738c8 0%, var(--vice-hot-pink) 48%, var(--vice-orange) 100%);
  color: #fff;
  font-weight: 700;
  letter-spacing: .02em;
  box-shadow: 0 6px 25px rgba(0,0,0,.18);
}

/* Header and navigation — layout comes from the untouched LiteCart base */
body.gta6-theme #site-menu { position: relative; z-index: 1000; }
body.gta6-theme #site-menu .navbar {
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 14px 42px rgba(0,0,0,.26);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}
body.gta6-theme .navbar-header {
  background: rgba(8,6,19,.90);
  color: #fff;
  border: 1px solid rgba(255,255,255,.07);
  box-shadow: 0 12px 38px rgba(0,0,0,.20);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}
body.gta6-theme .navbar-header .logotype img {
  max-width: 230px;
  max-height: 58px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(255,79,163,.16));
}
body.gta6-theme .navbar-header .navbar-search input,
body.gta6-theme .navbar-header form[name="search_form"] input {
  background: rgba(255,255,255,.075) !important;
  border-color: rgba(255,255,255,.13) !important;
  color: #fff !important;
  box-shadow: none !important;
}
body.gta6-theme .navbar-header .navbar-search input::placeholder { color: #a99eb4; }
body.gta6-theme .quick-access a { color: #fff; }
body.gta6-theme .quick-access a:hover { color: var(--vice-cyan); transform: translateY(-1px); }
body.gta6-theme #site-menu .navbar-nav > .nav-item > .nav-link {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .055em;
  font-size: .87rem;
}
body.gta6-theme #site-menu .dropdown-menu {
  overflow: hidden;
  border-color: rgba(255,255,255,.10);
  box-shadow: 0 18px 45px rgba(0,0,0,.38);
}
body.gta6-theme #site-menu .dropdown-menu .nav-link:hover {
  background: linear-gradient(90deg, rgba(255,79,163,.18), rgba(94,233,255,.05));
  color: #fff;
}
body.gta6-theme #cart .badge {
  background: linear-gradient(135deg, var(--vice-hot-pink), var(--vice-orange));
  box-shadow: 0 0 14px rgba(255,79,163,.55);
}
body.gta6-theme .navbar-toggler { border-color: rgba(255,255,255,.14); }
body.gta6-theme .navbar-toggler .icon-bar { background-color: #fff; }

/* Homepage hero */
.vice-hero {
  position: relative;
  min-height: clamp(530px, 69vh, 760px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  margin-top: calc(-1 * var(--gutter-y));
  margin-bottom: clamp(2rem, 4vw, 4rem);
  border-bottom: 1px solid rgba(255,255,255,.08);
  background:
    linear-gradient(90deg, rgba(7,5,18,.94) 0%, rgba(8,5,19,.68) 42%, rgba(8,5,19,.10) 75%),
    linear-gradient(0deg, #090615 0%, transparent 30%),
    url('../images/vice-sunset.svg') center 42% / cover no-repeat;
}
.vice-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  z-index: -1;
  background: linear-gradient(to bottom, transparent, #090615 92%);
}
.vice-hero .vice-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: clamp(4rem, 8vw, 7.5rem);
  padding-bottom: clamp(4rem, 8vw, 7.5rem);
}
.vice-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: .9rem;
  color: var(--vice-cyan);
  font-size: .78rem;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.vice-kicker::before { content: ""; width: 30px; height: 2px; background: linear-gradient(90deg, var(--vice-pink), var(--vice-cyan)); }
.vice-hero h1 {
  max-width: 870px;
  margin: 0 0 1.2rem;
  color: #fff;
  font-size: clamp(3.6rem, 8.5vw, 8.3rem);
  line-height: .83;
  letter-spacing: -.065em;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0 8px 35px rgba(0,0,0,.35);
}
.vice-hero h1 .vice-gradient {
  display: inline-block;
  background: linear-gradient(90deg, #ffffff 5%, #ffd2e8 34%, #ff7db5 67%, #ffc467 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.vice-hero p {
  max-width: 650px;
  margin: 0 0 1.6rem;
  color: #e8ddeb;
  font-size: clamp(1rem, 1.8vw, 1.25rem);
  line-height: 1.65;
}
.vice-hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-bottom: 1.4rem; }
.vice-hero-actions .btn { padding: .9rem 1.45rem; border-radius: 999px; font-weight: 800; text-transform: uppercase; letter-spacing: .055em; }
.vice-primary {
  color: #fff !important;
  border-color: transparent !important;
  background: linear-gradient(135deg, var(--vice-hot-pink), var(--vice-orange)) !important;
  box-shadow: 0 10px 28px rgba(255,47,134,.30) !important;
}
.vice-primary:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: 0 14px 34px rgba(255,47,134,.43) !important; }
.vice-secondary { color: #fff !important; background: rgba(255,255,255,.07) !important; border-color: rgba(255,255,255,.20) !important; backdrop-filter: blur(8px); }
.vice-secondary:hover { transform: translateY(-2px); border-color: var(--vice-cyan) !important; background: rgba(94,233,255,.08) !important; }
.vice-trust { display: flex; flex-wrap: wrap; gap: .65rem 1.15rem; color: #d9cfdf; font-size: .86rem; }
.vice-trust span { display: inline-flex; align-items: center; gap: .4rem; }
.vice-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--vice-cyan); box-shadow: 0 0 10px rgba(94,233,255,.8); }

/* Main storefront */
body.gta6-theme #content-wrapper { position: relative; }
body.gta6-theme main#content { padding-bottom: 1rem; }
body.gta6-theme main#content > .card,
body.gta6-theme main#content > .box { margin-bottom: clamp(1.5rem, 3vw, 2.6rem); }
body.gta6-theme .card,
body.gta6-theme #box-categories {
  border-color: rgba(255,255,255,.09);
  box-shadow: 0 15px 44px rgba(0,0,0,.18);
}
body.gta6-theme #box-categories {
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--border-radius);
  background: rgba(23,16,37,.90);
  overflow: hidden;
}
body.gta6-theme .card-header { position: relative; }
body.gta6-theme .card-header .card-title,
body.gta6-theme #box-categories .card-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.5rem, 2.8vw, 2.25rem);
  line-height: 1.05;
  text-transform: uppercase;
  letter-spacing: -.025em;
  font-weight: 700;
}
body.gta6-theme .card-header .card-title::after,
body.gta6-theme #box-categories .card-title::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  margin-top: .65rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--vice-pink), var(--vice-orange), var(--vice-cyan));
}

/* Product and category cards */
body.gta6-theme .listing .product,
body.gta6-theme .listing .category,
body.gta6-theme .listing .manufacturer {
  border-color: rgba(255,255,255,.10);
  background: linear-gradient(180deg, #211431 0%, #140d21 100%);
  color: #fff;
  box-shadow: 0 7px 24px rgba(0,0,0,.19);
}
body.gta6-theme .listing .product:hover,
body.gta6-theme .listing .category:hover,
body.gta6-theme .listing .manufacturer:hover {
  border-color: rgba(255,79,163,.38);
  box-shadow: 0 20px 40px rgba(0,0,0,.33), 0 0 28px rgba(255,79,163,.10);
  transform: translateY(-5px) scale(1.01);
}
body.gta6-theme .listing .product .image-wrapper,
body.gta6-theme .listing .category .image-wrapper { background: #fff; }
body.gta6-theme .listing .product .info,
body.gta6-theme .listing .category .caption,
body.gta6-theme .listing .manufacturer .caption {
  background: linear-gradient(180deg, #211431 0%, #140d21 100%);
  color: #fff;
}
body.gta6-theme .listing .product .name,
body.gta6-theme .listing .category .caption .name {
  color: #fff;
  font-weight: 700;
}
body.gta6-theme .listing .product .manufacturer-name { color: #a99daf; }
body.gta6-theme .listing .product .price-wrapper { margin-top: .15rem; }
body.gta6-theme .listing .product .price { color: #fff; font-weight: 700; }
body.gta6-theme .listing .product .regular-price { color: #968aa0; }
body.gta6-theme .listing .product .campaign-price { color: var(--vice-gold); }
body.gta6-theme .listing .product .preview {
  color: #fff;
  border-color: rgba(255,255,255,.15);
  background: rgba(8,6,19,.84);
  backdrop-filter: blur(8px);
}
body.gta6-theme .listing .product .image-wrapper .sticker.new { background: linear-gradient(135deg, var(--vice-purple), var(--vice-cyan)); }
body.gta6-theme .listing .product .image-wrapper .sticker.sale { background: linear-gradient(135deg, var(--vice-hot-pink), var(--vice-orange)); }

/* Slides */
body.gta6-theme #box-slides { border: 1px solid rgba(255,255,255,.09); box-shadow: var(--vice-shadow); }
body.gta6-theme #box-slides .carousel-caption { background: rgba(8,6,19,.48); border-radius: 12px; padding: 1rem; backdrop-filter: blur(8px); }

/* Product page and generic pages */
body.gta6-theme #box-product > .card,
body.gta6-theme #box-category > .card,
body.gta6-theme #content > .card { overflow: hidden; }
body.gta6-theme #box-product h1.title,
body.gta6-theme #box-category h1.title,
body.gta6-theme #content > h1,
body.gta6-theme #content article > h1 {
  color: #fff;
  font-weight: 700;
  letter-spacing: -.03em;
}
body.gta6-theme #box-product form[name="buy_now_form"] {
  background: rgba(255,255,255,.035);
  border-color: rgba(255,255,255,.11);
}
body.gta6-theme #box-product .price-wrapper .price,
body.gta6-theme #box-product .price-wrapper .campaign-price { color: var(--vice-gold); font-weight: 700; }
body.gta6-theme #box-product .main-image,
body.gta6-theme #box-product .thumbnail { background: #fff; }
body.gta6-theme #box-product .main-image { border-radius: 12px; }
body.gta6-theme #box-product .manufacturer img { max-height: 54px; width: auto; }
body.gta6-theme .technical-data table,
body.gta6-theme table { color: #f5edf8; }
body.gta6-theme .table > tbody > tr > td,
body.gta6-theme .table > tbody > tr > th,
body.gta6-theme .table > thead > tr > td,
body.gta6-theme .table > thead > tr > th { border-color: rgba(255,255,255,.09); }

/* Inputs */
body.gta6-theme input,
body.gta6-theme select,
body.gta6-theme textarea,
body.gta6-theme .form-control {
  color: #fff;
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.13);
}
body.gta6-theme input:focus,
body.gta6-theme select:focus,
body.gta6-theme textarea:focus,
body.gta6-theme .form-control:focus {
  border-color: var(--vice-pink);
  box-shadow: 0 0 0 3px rgba(255,79,163,.12);
}
body.gta6-theme input::placeholder,
body.gta6-theme textarea::placeholder { color: #9d92a7; }
body.gta6-theme select option { color: #16101b; background: #fff; }
body.gta6-theme .input-group-text { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.13); }

/* Buttons */
body.gta6-theme .btn-primary,
body.gta6-theme .btn-success {
  border-color: transparent;
  color: #fff;
  background: linear-gradient(135deg, var(--vice-hot-pink), var(--vice-orange));
  box-shadow: 0 7px 20px rgba(255,47,134,.18);
}
body.gta6-theme .btn-primary:hover,
body.gta6-theme .btn-success:hover { transform: translateY(-1px); filter: brightness(1.08); }
body.gta6-theme .btn-default { color: #fff; background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.13); }
body.gta6-theme .btn-default:hover { color: #fff; background: rgba(94,233,255,.08); border-color: rgba(94,233,255,.42); }

/* Breadcrumbs / pagination / sidebar */
body.gta6-theme .breadcrumb { color: #bfb5c8; border: 1px solid rgba(255,255,255,.06); }
body.gta6-theme .breadcrumb a { color: #ede2ef; }
body.gta6-theme #sidebar .box,
body.gta6-theme #sidebar .card { border-color: rgba(255,255,255,.09); }
body.gta6-theme #sidebar a { color: #ded2e3; }
body.gta6-theme #sidebar a:hover { color: var(--vice-cyan); }
body.gta6-theme .pagination a { color: #fff; }

/* Newsletter */
body.gta6-theme #box-newsletter-subscribe {
  background:
    radial-gradient(circle at 15% 50%, rgba(94,233,255,.11), transparent 20rem),
    linear-gradient(115deg, rgba(159,104,255,.19), rgba(255,79,163,.14) 58%, rgba(255,139,82,.10));
  border-color: rgba(255,255,255,.11);
}
body.gta6-theme #box-newsletter-subscribe h2 { color: #fff; font-weight: 700; text-transform: uppercase; letter-spacing: -.025em; }
body.gta6-theme #box-newsletter-subscribe p { color: var(--vice-muted); }

/* Footer */
body.gta6-theme #footer {
  margin-top: 2.5rem;
  border-top: 1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 85% 20%, rgba(159,104,255,.09), transparent 25rem),
    #080611;
}
body.gta6-theme #footer .title { color: #fff; font-weight: 700; text-transform: uppercase; font-size: 1.08rem; letter-spacing: .045em; }
body.gta6-theme #footer a { color: #c8becf; }
body.gta6-theme #footer a:hover { color: var(--vice-cyan); }
body.gta6-theme #copyright { border-top: 1px solid rgba(255,255,255,.05); }
body.gta6-theme #scroll-up { opacity: .9; }
body.gta6-theme #scroll-up i,
body.gta6-theme #scroll-up .fa { color: var(--vice-pink) !important; filter: drop-shadow(0 0 8px rgba(255,79,163,.35)); }

/* Cookie notice / lightbox-friendly generic panels */
body.gta6-theme #box-cookie-notice {
  background: rgba(14,8,27,.94);
  color: #fff;
  border: 1px solid rgba(255,255,255,.11);
  box-shadow: var(--vice-shadow);
}

/* Checkout */
body.gta6-theme.gta6-checkout {
  min-height: 100vh;
  background:
    radial-gradient(circle at 82% 5%, rgba(159,104,255,.13), transparent 28rem),
    radial-gradient(circle at 10% 16%, rgba(255,79,163,.10), transparent 24rem),
    #090615;
}
body.gta6-theme.gta6-checkout #header {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  background: rgba(18,9,31,.88);
  box-shadow: var(--vice-shadow);
}
body.gta6-theme.gta6-checkout #header .logotype img { max-width: 220px; max-height: 68px; object-fit: contain; }
body.gta6-theme.gta6-checkout #header .customer-service { color: #fff; }
body.gta6-theme.gta6-checkout #header .customer-service .title { color: var(--vice-cyan); }
body.gta6-theme.gta6-checkout #box-checkout-cart,
body.gta6-theme.gta6-checkout #box-checkout-customer,
body.gta6-theme.gta6-checkout #box-checkout-shipping,
body.gta6-theme.gta6-checkout #box-checkout-payment,
body.gta6-theme.gta6-checkout #box-checkout-summary { color: #fff; }
body.gta6-theme.gta6-checkout #box-checkout-shipping .option,
body.gta6-theme.gta6-checkout #box-checkout-payment .option { border-color: rgba(255,255,255,.09); }
body.gta6-theme.gta6-checkout #box-checkout-shipping .option.active,
body.gta6-theme.gta6-checkout #box-checkout-payment .option.active {
  background: linear-gradient(135deg, rgba(255,79,163,.15), rgba(94,233,255,.07));
  border-color: rgba(255,79,163,.35);
}

/* Motion */
.gta6-reveal { opacity: 0; transform: translateY(12px); }
.gta6-reveal.gta6-visible { opacity: 1; transform: none; transition: opacity .55s ease, transform .55s ease; }

@media (max-width: 991px) {
  body.gta6-theme #site-menu { position: sticky; top: 0; }
  body.gta6-theme .navbar-header { background: rgba(8,6,19,.96); border-radius: 0; }
  body.gta6-theme .navbar-header .logotype img { max-width: 170px; max-height: 45px; }
  body.gta6-theme .offcanvas { border-color: rgba(255,255,255,.08); }
  .vice-hero { min-height: 590px; background-position: 61% center; }
  .vice-hero h1 { max-width: 700px; }
}

@media (max-width: 767px) {
  .vice-hero { min-height: 535px; background-position: 65% center; }
  .vice-hero .vice-inner { padding-top: 3.3rem; padding-bottom: 3.8rem; }
  .vice-hero h1 { font-size: clamp(3.2rem, 15vw, 5.4rem); }
  .vice-hero p { font-size: 1rem; }
  .vice-hero-actions .btn { width: 100%; }
  .vice-trust { font-size: .78rem; }
  body.gta6-theme .listing.products.columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
  body.gta6-theme .listing .product .name { font-size: .9rem; }
  body.gta6-theme.gta6-checkout #header { margin-top: 0; border-radius: 0; }
}

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

/* Confidence / polish refinements */
body.gta6-theme {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.gta6-theme #site-menu .fourteen-forty {
  padding-left: max(var(--gutter-x), 14px);
  padding-right: max(var(--gutter-x), 14px);
}

body.gta6-theme .navbar-header {
  border-radius: 20px 20px 0 0;
  padding: .9rem 1.15rem;
}

body.gta6-theme #site-menu .navbar {
  border-radius: 0 0 18px 18px;
  background: rgba(14, 8, 27, .92);
}

body.gta6-theme .navbar-header .logotype {
  display: inline-flex;
  align-items: center;
  min-width: 120px;
}

body.gta6-theme .navbar-header .logotype img {
  max-width: 190px;
  max-height: 48px;
}

body.gta6-theme .navbar-header .navbar-search {
  max-width: 680px;
}

body.gta6-theme .navbar-header form[name="search_form"] .input-group {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.03);
}

body.gta6-theme .navbar-header .navbar-search input,
body.gta6-theme .navbar-header form[name="search_form"] input {
  min-height: 46px;
  padding-inline: 1.15rem;
  border-radius: 18px !important;
  font-size: 1rem;
}

body.gta6-theme .quick-access {
  gap: 1rem;
}

body.gta6-theme .quick-access > a,
body.gta6-theme .quick-access > #cart > a,
body.gta6-theme .quick-access > button {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .3rem;
  min-width: 58px;
}

body.gta6-theme .quick-access small {
  font-size: .76rem;
  font-weight: 600;
  line-height: 1;
  opacity: .92;
}

body.gta6-theme #site-menu .navbar-nav > .nav-item > .nav-link {
  padding-top: .95rem;
  padding-bottom: .95rem;
}

body.gta6-theme #site-menu .dropdown-menu {
  border-radius: 14px;
}

body.gta6-theme #site-menu .dropdown-menu .nav-link {
  padding-top: .8rem;
  padding-bottom: .8rem;
}

.vice-hero {
  min-height: clamp(500px, 66vh, 700px);
}

.vice-hero .vice-inner {
  max-width: 760px;
}

.vice-hero h1 {
  margin-bottom: 1.35rem;
}

.vice-hero-actions {
  margin-bottom: 1.15rem;
}

.vice-hero-actions .btn {
  min-width: 210px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

.vice-trust {
  gap: .7rem 1.4rem;
  font-size: .9rem;
  font-weight: 500;
}

body.gta6-theme .card,
body.gta6-theme #box-categories,
body.gta6-theme #box-slides,
body.gta6-theme #content > .box,
body.gta6-theme #sidebar .box {
  border-radius: 18px;
}

body.gta6-theme .listing .product,
body.gta6-theme .listing .category,
body.gta6-theme .listing .manufacturer,
body.gta6-theme #box-product form[name="buy_now_form"] {
  border-radius: 16px;
}

body.gta6-theme .listing .product .image-wrapper,
body.gta6-theme .listing .category .image-wrapper,
body.gta6-theme #box-product .main-image {
  border-radius: 14px 14px 0 0;
}

body.gta6-theme #content .card-header,
body.gta6-theme #content .card-body,
body.gta6-theme #content .card-footer,
body.gta6-theme #sidebar .card-header,
body.gta6-theme #sidebar .card-body,
body.gta6-theme #sidebar .card-footer {
  padding-left: clamp(1rem, 2vw, 1.35rem);
  padding-right: clamp(1rem, 2vw, 1.35rem);
}

body.gta6-theme #footer {
  margin-top: 3rem;
}

body.gta6-theme #footer .columns {
  gap: 2rem;
}

body.gta6-theme #footer .title {
  margin-bottom: .9rem;
}

body.gta6-theme #footer ul.list-vertical li {
  margin-bottom: .42rem;
}

@media (min-width: 992px) {
  body.gta6-theme #site-menu .navbar {
    margin-top: 6.1em;
  }

  body.gta6-theme .navbar-header {
    top: -4.8rem;
  }
}

@media (max-width: 991px) {
  body.gta6-theme .navbar-header {
    border-radius: 0;
    padding: .75rem .95rem;
  }

  body.gta6-theme .navbar-header .navbar-search {
    margin-top: .4rem;
  }

  body.gta6-theme .quick-access {
    gap: .7rem;
  }

  body.gta6-theme .quick-access > a,
  body.gta6-theme .quick-access > #cart > a,
  body.gta6-theme .quick-access > button {
    min-width: 44px;
  }
}

@media (max-width: 767px) {
  .vice-hero {
    min-height: 500px;
  }

  .vice-hero h1 {
    margin-bottom: 1.15rem;
  }

  .vice-hero-actions .btn {
    min-width: 0;
  }

  .vice-trust {
    flex-direction: column;
    align-items: flex-start;
    gap: .55rem;
  }
}
