/*
 * ModernShop Catalog for LiteCart 2.6.3
 * A commerce-first storefront and checkout experience.
 */
:root {
  --shop-bg: #f6f7f9;
  --shop-surface: #ffffff;
  --shop-surface-soft: #f9fafb;
  --shop-text: #171a1f;
  --shop-muted: #69717d;
  --shop-border: #e3e6eb;
  --shop-border-strong: #cfd4dc;
  --shop-success: #16803c;
  --shop-warning: #a45a00;
  --shop-danger: #c4362f;
  --shop-shadow: 0 12px 34px rgba(22, 28, 45, .07);
  --shop-shadow-soft: 0 5px 20px rgba(22, 28, 45, .06);
}

html { scroll-behavior: smooth; }
body.modernshop {
  margin: 0;
  color: var(--shop-text);
  background: var(--shop-bg);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.modernshop a { color: inherit; transition: color .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
body.modernshop a:hover { text-decoration: none; }
body.modernshop img { max-width: 100%; }
body.modernshop .fourteen-forty,
body.modernshop .twelve-eighty { max-width: var(--shop-width, 1480px) !important; padding-left: 20px; padding-right: 20px; }
body.modernshop .twelve-eighty { max-width: min(var(--shop-width, 1480px), 1280px) !important; }
body.modernshop h1,
body.modernshop h2,
body.modernshop h3,
body.modernshop h4 { color: var(--shop-text); font-weight: 700; letter-spacing: -.02em; }
body.modernshop h1 { line-height: 1.12; }
body.modernshop small { color: var(--shop-muted); }
body.modernshop .text-muted { color: var(--shop-muted); }
body.modernshop #page-container { min-height: 100vh; background: var(--shop-bg); }
body.modernshop #content-wrapper { padding: 24px 0 52px; }

body.modernshop .btn {
  min-height: 42px;
  border-radius: var(--shop-radius, 8px);
  box-shadow: none;
  font-weight: 700;
  letter-spacing: 0;
}
body.modernshop .btn-lg { min-height: 50px; }
body.modernshop .btn-default { color: #252a31; background: #fff; border-color: var(--shop-border-strong); }
body.modernshop .btn-default:hover { background: #f7f8fa; border-color: #aeb5c0; }
body.modernshop .btn-primary,
body.modernshop .btn-success {
  color: #fff;
  background: var(--shop-accent, #1264e6);
  border-color: var(--shop-accent, #1264e6);
}
body.modernshop .btn-primary:hover,
body.modernshop .btn-success:hover { filter: brightness(.92); }
body.modernshop .btn-danger { background: #fff; color: var(--shop-danger); border-color: #efc9c7; }
body.modernshop input,
body.modernshop select,
body.modernshop textarea,
body.modernshop .form-control {
  min-height: 44px;
  border: 1px solid var(--shop-border-strong);
  border-radius: var(--shop-radius, 8px);
  background: #fff;
  color: var(--shop-text);
  box-shadow: none !important;
}
body.modernshop textarea { min-height: 100px; }
body.modernshop input:focus,
body.modernshop select:focus,
body.modernshop textarea:focus,
body.modernshop .form-control:focus {
  border-color: var(--shop-accent, #1264e6);
  box-shadow: 0 0 0 3px rgba(18,100,230,.10) !important;
}
body.modernshop label { font-weight: 650; color: #343941; }
body.modernshop .card,
body.modernshop .box {
  background: var(--shop-surface);
  border: 1px solid var(--shop-border);
  border-radius: var(--shop-radius, 8px);
  box-shadow: none;
}
body.modernshop .card-header { padding: 18px 20px; background: transparent; border-bottom: 1px solid var(--shop-border); }
body.modernshop .card-body { padding: 20px; }
body.modernshop .card-footer { padding: 16px 20px; border-top: 1px solid var(--shop-border); background: #fbfbfc; }
body.modernshop .alert { border-radius: var(--shop-radius, 8px); }

/* Announcement */
#important-notice { background: #11151a; color: #fff; font-size: 13px; }
#important-notice .fourteen-forty { padding-top: 8px; padding-bottom: 8px; }

/* Store header */
#store-header { position: relative; z-index: 1000; background: #fff; border-bottom: 1px solid var(--shop-border); }
body.modernshop-sticky-header #store-header { position: sticky; top: 0; }
#site-menu { background: #fff; }
#site-menu .navbar { margin: 0 !important; padding: 0 !important; background: transparent; }
.shop-navbar__top {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px 0;
}
.shop-navbar__top .logotype { flex: 0 0 auto; display: flex; align-items: center; min-width: 150px; }
.shop-navbar__top .logotype img { width: auto; max-width: 190px; max-height: 46px; object-fit: contain; }
.shop-search { flex: 1 1 auto; max-width: 760px; margin: 0 auto; }
.shop-search__field { position: relative; display: flex; align-items: stretch; }
.shop-search__field > .fa,
.shop-search__field > [class*="fa-"] { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); z-index: 2; color: #757d88; }
.shop-search__field input[type="search"],
.shop-search__field .form-control {
  width: 100%;
  height: 48px;
  padding: 0 110px 0 44px;
  border: 1px solid #bbc2cc;
  border-radius: var(--shop-radius, 8px);
  background: #f9fafb;
  font-size: 15px;
}
.shop-search__field input[type="search"]:focus { background: #fff; }
.shop-search__button {
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  min-width: 92px;
  border: 0;
  border-radius: calc(var(--shop-radius, 8px) - 3px);
  color: #fff;
  background: var(--shop-accent, #1264e6);
  font-weight: 750;
}
.shop-actions { flex: 0 0 auto; display: flex; align-items: stretch; gap: 2px; }
.shop-action,
.shop-cart {
  min-height: 50px;
  display: flex !important;
  align-items: center;
  gap: 9px;
  padding: 6px 9px;
  border-radius: var(--shop-radius, 8px);
  color: #252a31 !important;
}
.shop-action:hover,
.shop-cart:hover { background: #f3f5f8; }
.shop-action__icon,
.shop-cart__icon { position: relative; flex: 0 0 auto; font-size: 21px; line-height: 1; }
.shop-action__text,
.shop-cart__text { display: flex; flex-direction: column; min-width: 0; line-height: 1.15; }
.shop-action__text small,
.shop-cart__text small { margin-bottom: 4px; font-size: 11px; color: #747b85; white-space: nowrap; }
.shop-action__text strong,
.shop-cart__text strong { max-width: 100px; overflow: hidden; text-overflow: ellipsis; font-size: 13px; white-space: nowrap; }
.shop-cart .badge {
  position: absolute;
  top: -8px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 2px 5px;
  border-radius: 9px;
  background: var(--shop-accent, #1264e6);
  color: #fff;
  font-size: 10px;
  line-height: 14px;
}
.shop-menu-toggle { width: 44px; padding: 10px; }
.shop-menu-toggle .icon-bar { background: #24282e; }
.shop-nav-panel { border-top: 1px solid var(--shop-border); }
.shop-nav-panel__body { min-height: 45px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 0; }
.shop-nav-panel .navbar-nav { display: flex; align-items: stretch; gap: 0; }
.shop-nav-panel .navbar-nav > li > .nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 45px;
  padding: 0 13px;
  border-bottom: 2px solid transparent;
  color: #353a42;
  font-size: 13px;
  font-weight: 700;
}
.shop-nav-panel .navbar-nav > li > .nav-link:hover { color: var(--shop-accent, #1264e6); border-bottom-color: var(--shop-accent, #1264e6); background: #f8f9fb; }
.shop-all-categories > .nav-link { padding-left: 0 !important; color: #161a20 !important; }
.shop-home-link .nav-link { padding-left: 0 !important; }
.shop-nav-panel .dropdown-menu {
  min-width: 230px;
  padding: 8px;
  border: 1px solid var(--shop-border);
  border-radius: var(--shop-radius, 8px);
  box-shadow: var(--shop-shadow);
}
.shop-nav-panel .dropdown-menu .nav-link { display: flex; align-items: center; justify-content: space-between; padding: 9px 10px; border-radius: 5px; font-size: 13px; }
.shop-nav-panel .dropdown-menu .nav-link:hover { background: #f3f6fa; color: var(--shop-accent, #1264e6); }
.shop-mega-list { min-width: 280px !important; max-height: 70vh; overflow: auto; }
.shop-service-strip { background: #f7f8fa; border-bottom: 1px solid var(--shop-border); color: #59616c; font-size: 12px; }
.shop-service-strip__inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.shop-service-strip__inner span { display: inline-flex; align-items: center; gap: 7px; }
.shop-service-strip__inner a { margin-left: auto; color: #242931; font-weight: 700; }

/* Generic navigation / breadcrumbs */
.breadcrumbs { margin: 0 0 18px; padding: 0; background: transparent; color: #77808b; font-size: 12px; border: 0; }
.breadcrumbs a:hover { color: var(--shop-accent, #1264e6); }
.shop-kicker { display: block; margin-bottom: 7px; color: var(--shop-accent, #1264e6); font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.shop-section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin: 0 0 18px; }
.shop-section-heading h2 { margin: 0; font-size: 24px; line-height: 1.15; }
.shop-section-heading > a { color: var(--shop-accent, #1264e6); font-size: 13px; font-weight: 750; }
.shop-section-heading--inline { align-items: center; margin-bottom: 12px; }
.shop-section-heading--inline > span { color: var(--shop-muted); font-size: 12px; }

/* Home */
.shop-home > section { margin-bottom: 34px; }
.shop-home-hero { display: grid; grid-template-columns: minmax(0, 2.15fr) minmax(280px, .85fr); gap: 16px; }
.shop-home-hero__slides { min-width: 0; overflow: hidden; border-radius: var(--shop-radius, 8px); background: #e9edf3; }
.shop-home-hero__slides #box-slides { margin: 0; overflow: hidden; border: 0; border-radius: inherit; background: transparent; }
.shop-home-hero__slides .carousel-inner .item { min-height: 380px; background: #e9edf3; }
.shop-home-hero__slides .carousel-inner img { width: 100%; height: 100%; min-height: 380px; max-height: 470px; object-fit: cover; }
.shop-home-hero__slides .carousel-caption { left: 7%; right: auto; bottom: 10%; max-width: 60%; padding: 18px 22px; border-radius: var(--shop-radius, 8px); background: rgba(15,18,23,.78); text-align: left; }
.shop-home-hero__slides .carousel-caption h1,
.shop-home-hero__slides .carousel-caption h2,
.shop-home-hero__slides .carousel-caption h3,
.shop-home-hero__slides .carousel-caption p { color: #fff; }
.shop-home-hero__side { display: grid; grid-template-rows: 1fr 1fr; gap: 16px; }
.shop-promo-card { display: flex; flex-direction: column; justify-content: center; min-height: 180px; padding: 26px; border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); background: #fff; }
.shop-promo-card--primary { background: #111820; border-color: #111820; color: #fff; }
.shop-promo-card span { margin-bottom: 9px; color: #818b97; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.shop-promo-card--primary span { color: #aeb8c4; }
.shop-promo-card strong { max-width: 330px; margin-bottom: 18px; font-size: 23px; line-height: 1.2; letter-spacing: -.02em; }
.shop-promo-card a { width: max-content; color: var(--shop-accent, #1264e6); font-size: 13px; font-weight: 800; }
.shop-promo-card--primary a { color: #fff; }
.shop-benefits { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); background: #fff; }
.shop-benefits > div { min-width: 0; display: flex; align-items: center; gap: 12px; padding: 19px 20px; border-right: 1px solid var(--shop-border); }
.shop-benefits > div:last-child { border-right: 0; }
.shop-benefits > div > span { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #edf4ff; color: var(--shop-accent, #1264e6); font-size: 17px; }
.shop-benefits p { min-width: 0; margin: 0; }
.shop-benefits strong,
.shop-benefits small { display: block; }
.shop-benefits strong { margin-bottom: 2px; font-size: 13px; }
.shop-benefits small { line-height: 1.35; font-size: 11px; color: #737b86; }
.shop-home-section { padding: 0; background: transparent; border: 0 !important; box-shadow: none !important; }

/* Category cards */
.listing.categories { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.shop-category-card { min-width: 0; overflow: hidden; border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); background: #fff; }
.shop-category-card:hover { border-color: #c6ccd5; box-shadow: var(--shop-shadow-soft); transform: translateY(-1px); }
.shop-category-card .link { height: 100%; display: flex; flex-direction: column; }
.shop-category-card__image { position: relative; overflow: hidden; background: #f5f6f8; }
.shop-category-card__image img { width: 100%; aspect-ratio: 1.25 / 1 !important; object-fit: cover; transition: transform .25s ease; }
.shop-category-card:hover .shop-category-card__image img { transform: scale(1.025); }
.shop-category-card .caption { position: relative; flex: 1; padding: 13px 34px 14px 14px; text-align: left; }
.shop-category-card .name { margin-bottom: 3px; font-size: 14px; font-weight: 800; line-height: 1.25; }
.shop-category-card .short-description { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: var(--shop-muted); font-size: 11px; line-height: 1.4; }
.shop-category-card__arrow { position: absolute; right: 14px; top: 16px; color: #939aa4; }

/* Product grids/cards */
.listing.products.columns { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.shop-product-card { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); background: #fff; }
.shop-product-card:hover { border-color: #c8ced7; box-shadow: var(--shop-shadow-soft); }
.shop-product-card .link { height: 100%; display: flex; flex-direction: column; }
.shop-product-card .image-wrapper { position: relative; overflow: hidden; background: #f7f8fa; }
.shop-product-card .image { width: 100%; aspect-ratio: 1 / 1 !important; object-fit: contain; padding: 10px; transition: transform .2s ease; }
.shop-product-card:hover .image { transform: scale(1.025); }
.shop-product-card .sticker { z-index: 3; }
.shop-product-card__quick { position: absolute; left: 10px; right: 10px; bottom: 10px; padding: 8px 10px; border-radius: 6px; background: rgba(18,22,28,.88); color: #fff; font-size: 11px; font-weight: 750; text-align: center; opacity: 0; transform: translateY(5px); transition: .16s ease; }
.shop-product-card:hover .shop-product-card__quick { opacity: 1; transform: translateY(0); }
.shop-product-card .info { flex: 1; display: flex; flex-direction: column; padding: 14px; text-align: left; }
.shop-product-card .manufacturer-name { min-height: 16px; margin-bottom: 4px; color: #8a919b; font-size: 10px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.shop-product-card .name { min-height: 2.6em; margin: 0 0 6px; color: #242830; font-size: 14px; font-weight: 700; line-height: 1.32; }
.shop-product-card .description { display: none; margin: 0 0 8px; color: var(--shop-muted); font-size: 11px; }
body.modernshop-show-card-descriptions .shop-product-card .description { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.shop-product-card__footer { margin-top: auto; display: flex; align-items: flex-end; justify-content: space-between; gap: 8px; }
.shop-product-card .price-wrapper { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 7px; }
.shop-product-card .price,
.shop-product-card .campaign-price { color: #171a1f; font-size: 17px; font-weight: 850; }
.shop-product-card .campaign-price { color: #bd2f2a; }
.shop-product-card .regular-price { color: #9299a3; font-size: 11px; font-weight: 500; }
.shop-product-card__open { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #f1f4f8; color: #66707d; }
.shop-product-card .preview { display: none; }
.listing.products.rows { display: grid; gap: 12px; }
.listing.products.rows .shop-product-card .link { display: grid; grid-template-columns: 180px 1fr; }
.listing.products.rows .shop-product-card .image-wrapper { min-height: 160px; }
.listing.products.rows .shop-product-card .image { height: 100%; }
.listing.products.rows .shop-product-card .name { min-height: 0; font-size: 17px; }
.listing.products.rows .shop-product-card .description { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* Brands/newsletter */
.shop-brand-list { display: grid !important; grid-template-columns: repeat(8, 1fr); gap: 10px; margin: 0 !important; padding: 0; }
.shop-brand-list li { margin: 0 !important; padding: 0 !important; }
.shop-brand-list a { height: 82px; display: grid; place-items: center; padding: 14px; border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); background: #fff; }
.shop-brand-list a:hover { border-color: #c4cad3; box-shadow: var(--shop-shadow-soft); }
.shop-brand-list img { max-height: 45px; width: auto; object-fit: contain; filter: saturate(.8); }
.shop-newsletter { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 40px; padding: 30px 34px; border: 1px solid #d7dce4 !important; border-radius: var(--shop-radius, 8px); background: #111820 !important; color: #fff; }
.shop-newsletter h2 { margin: 0 0 8px; color: #fff !important; font-size: 25px; }
.shop-newsletter p { margin: 0; color: #b8c0cb; }
.shop-newsletter .shop-kicker { color: #77a9ff; }
.shop-newsletter__form .input-group { display: flex; }
.shop-newsletter__form input { min-height: 50px; border: 0 !important; border-radius: var(--shop-radius, 8px) 0 0 var(--shop-radius, 8px) !important; }
.shop-newsletter__form button { min-height: 50px; border-radius: 0 var(--shop-radius, 8px) var(--shop-radius, 8px) 0 !important; background: var(--shop-accent, #1264e6); color: #fff; border-color: var(--shop-accent, #1264e6); }

/* Catalog/category */
.shop-catalog-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 24px; }
.shop-sidebar__inner { position: sticky; top: 154px; }
.shop-sidebar .box { overflow: hidden; margin-bottom: 16px; }
.shop-sidebar .card-header { padding: 14px 16px; }
.shop-sidebar .card-title { margin: 0; font-size: 15px; }
.shop-sidebar .card-body { padding: 8px; }
#box-category-tree .nav > li > a { padding: 9px 10px; border-radius: 5px; color: #49515c; font-size: 12px; }
#box-category-tree .nav > li > a:hover { background: #f3f5f8; color: var(--shop-accent, #1264e6); }
#box-category-tree .nav > li.active > a { background: #eef4ff; color: var(--shop-accent, #1264e6); font-weight: 750; }
.shop-category-header { min-height: 190px; display: grid; grid-template-columns: minmax(0, 1fr) 280px; align-items: stretch; overflow: hidden; margin-bottom: 26px; border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); background: #fff; }
.shop-category-header__copy { padding: 30px; align-self: center; }
.shop-category-header h1 { margin: 0 0 10px; font-size: clamp(28px, 3vw, 42px); }
.shop-category-header .description { max-width: 760px; color: var(--shop-muted); font-size: 13px; }
.shop-category-header__image { background: #f0f2f5; }
.shop-category-header__image img { width: 100%; height: 100%; object-fit: cover; }
.shop-subcategories { margin-bottom: 28px; }
.shop-subcategories .listing.categories { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.shop-product-results { margin-bottom: 30px; }
.shop-filter-wrap { margin-bottom: 14px; padding: 16px; border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); background: #fff; }
#box-filter { border: 0 !important; background: transparent !important; }
#box-filter .filters { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
#box-filter .filters > * { min-width: 150px; }
#box-filter .filters > input[type="search"] { flex: 1 1 260px; }
#box-filter .dropdown .form-control { min-height: 40px; display: flex; align-items: center; cursor: pointer; background: #f9fafb; font-size: 12px; }
#box-filter .btn { min-height: 40px; }
#box-filter .dropdown-menu { max-height: 330px; overflow: auto; padding: 7px; border-radius: var(--shop-radius, 8px); border-color: var(--shop-border); box-shadow: var(--shop-shadow); }
#box-filter .dropdown-menu label.option { display: block; padding: 8px 9px; margin: 0; border-radius: 5px; font-size: 12px; cursor: pointer; }
#box-filter .dropdown-menu label.option:hover { background: #f2f4f7; }
#box-filter .tokens { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
#box-filter .token { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border-radius: 15px; background: #edf3ff; color: #315d9b; font-size: 11px; }
#box-filter .token .remove { font-weight: 900; }
.shop-pagination { margin-top: 20px; display: flex; justify-content: center; }
.pagination > li > a,
.pagination > li > span { border-color: var(--shop-border); color: #3f4650; }
.pagination > .active > a,
.pagination > .active > span { background: var(--shop-accent, #1264e6); border-color: var(--shop-accent, #1264e6); }

/* Product detail */
.shop-product-page { max-width: 1280px; margin: 0 auto; }
.shop-product__main { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: 34px; margin-bottom: 24px; padding: 24px; border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); background: #fff; }
.shop-product__gallery { min-width: 0; }
.shop-product__main-image { position: relative; overflow: hidden; border: 1px solid #e5e8ed; border-radius: var(--shop-radius, 8px); background: #f7f8fa; }
.shop-product__main-image a { position: relative; display: block; }
.shop-product__main-image img { width: 100%; max-height: 680px; object-fit: contain; padding: 18px; }
.shop-product__zoom { position: absolute; right: 12px; bottom: 12px; padding: 7px 10px; border-radius: 5px; background: rgba(16,20,25,.82); color: #fff; font-size: 11px; }
.shop-product__thumbs { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.shop-product__thumbs a { overflow: hidden; border: 1px solid var(--shop-border); border-radius: 6px; background: #fff; }
.shop-product__thumbs a:hover { border-color: var(--shop-accent, #1264e6); }
.shop-product__thumbs img { width: 100%; aspect-ratio: 1/1 !important; object-fit: contain; padding: 5px; }
.shop-product__details { min-width: 0; }
.shop-product__brand { display: inline-flex; margin-bottom: 8px; color: var(--shop-accent, #1264e6); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.shop-product__details h1 { margin: 0 0 10px; font-size: clamp(29px, 3.1vw, 44px); }
.shop-product__details .short-description { margin-bottom: 14px; color: #626a75; font-size: 14px; }
.shop-product__meta { display: flex; flex-wrap: wrap; gap: 8px 16px; padding: 11px 0; border-top: 1px solid var(--shop-border); border-bottom: 1px solid var(--shop-border); color: #757d88; font-size: 11px; }
.shop-product__meta strong { color: #434a54; font-weight: 700; }
.shop-product__availability { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 14px 0; color: #626a74; font-size: 12px; }
.shop-product__availability > span { display: inline-flex; align-items: center; gap: 6px; }
.shop-stock--ok { color: var(--shop-success) !important; font-weight: 750; }
.shop-stock--warning { color: var(--shop-warning) !important; font-weight: 750; }
.shop-purchase-card { margin: 18px 0; padding: 20px; border: 1px solid #d8dde5; border-radius: var(--shop-radius, 8px); background: #f9fafb; }
.shop-purchase-card__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 10px; margin-bottom: 16px; }
.shop-purchase-card__price .price,
.shop-purchase-card__price .campaign-price { color: #171a1f; font-size: 32px; font-weight: 850; line-height: 1; }
.shop-purchase-card__price .campaign-price { color: #b92825; }
.shop-purchase-card__price del { color: #8c949f; font-size: 14px; }
.shop-purchase-card__price small { width: 100%; margin-top: 4px; font-size: 11px; }
.shop-offer-expiry { margin: -4px 0 14px; color: #a85600; font-size: 12px; }
.shop-product-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 14px; }
.shop-product-options .form-group { margin: 0; }
.shop-product-options label { display: block; margin-bottom: 5px; font-size: 12px; }
.shop-buy-row { display: grid; grid-template-columns: minmax(120px, 150px) 1fr; gap: 12px; align-items: end; }
.shop-quantity label { display: block; margin-bottom: 5px; font-size: 12px; }
.shop-quantity input { width: 100% !important; }
.shop-add-cart { width: 100%; min-height: 52px !important; font-size: 16px; }
.stock-notice { margin-top: 10px; font-size: 12px; }
.shop-product__assurance { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.shop-product__assurance > div { display: flex; gap: 10px; padding: 11px; border: 1px solid var(--shop-border); border-radius: 6px; background: #fff; }
.shop-product__assurance > div > .fa { margin-top: 3px; color: var(--shop-accent, #1264e6); }
.shop-product__assurance strong,
.shop-product__assurance small { display: block; }
.shop-product__assurance strong { font-size: 11px; }
.shop-product__assurance small { font-size: 10px; line-height: 1.35; }
.shop-share { display: flex; align-items: center; gap: 8px; margin-top: 14px; color: #747c87; font-size: 12px; }
.shop-share > span { margin-right: 3px; font-weight: 700; }
.shop-share a { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--shop-border); border-radius: 50%; background: #fff; color: #606873; }
.shop-share a:hover { color: var(--shop-accent, #1264e6); border-color: #b9c9e2; }
.shop-product-info { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; margin-bottom: 24px; }
.shop-product-info__section { min-width: 0; padding: 24px; border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); background: #fff; }
.shop-product-info__section:only-child { grid-column: 1 / -1; }
.shop-product-info__section h2 { margin: 0 0 18px; font-size: 21px; }
.shop-product-info__section .description { color: #4f5661; }
.shop-product-info .technical-data table { margin-bottom: 10px; }
.shop-product-info .technical-data td,
.shop-product-info .technical-data th { padding: 10px 8px; border-top: 1px solid var(--shop-border); }
.shop-product-info .technical-data td:first-child { width: 42%; color: #69717c; }
.shop-product-recommendations .card { margin-top: 24px; }
.shop-product-recommendations .card-header { border: 0; padding-bottom: 0; }
.shop-product-recommendations .card-title { font-size: 22px; }

/* Authentication/account/information pages */
body.modernshop #content .card { overflow: hidden; }
body.modernshop #content > .card,
body.modernshop main#content > .card { box-shadow: none; }
#box-login,
#box-create-account,
#box-reset-password,
#box-edit-account,
#box-order-history,
#box-customer-service,
#box-regional-settings { max-width: 900px; margin-left: auto; margin-right: auto; }
#box-order-history { max-width: none; }
#box-order-history table { margin: 0; }
#box-order-history th { background: #f8f9fb; color: #68717c; font-size: 11px; text-transform: uppercase; letter-spacing: .04em; }
#box-order-history td { vertical-align: middle; }

/* Checkout shell */
body.modernshop-checkout { background: #f3f5f8; }
body.modernshop-checkout #content-wrapper { padding: 0; }
#checkout-header { background: #fff; border-bottom: 1px solid var(--shop-border); }
.checkout-header__inner { min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; }
.checkout-header__inner .logotype img { max-width: 180px; max-height: 44px; }
.checkout-back { justify-self: start; display: inline-flex; align-items: center; gap: 7px; color: #555e69; font-size: 13px; font-weight: 700; }
.checkout-secure { justify-self: end; display: inline-flex; align-items: center; gap: 7px; color: #4d5661; font-size: 12px; font-weight: 750; }
.checkout-secure .fa { color: var(--shop-success); }
.checkout-progress-wrap { background: #fff; border-bottom: 1px solid var(--shop-border); }
.checkout-progress { min-height: 52px; display: flex; align-items: center; justify-content: center; }
.checkout-progress__item { display: flex; align-items: center; gap: 7px; color: #979ea8; font-size: 11px; font-weight: 700; white-space: nowrap; }
.checkout-progress__item span { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid #ccd1d8; border-radius: 50%; background: #fff; font-size: 10px; }
.checkout-progress__item.active { color: #343b44; }
.checkout-progress__item.active span { background: var(--shop-accent, #1264e6); border-color: var(--shop-accent, #1264e6); color: #fff; }
.checkout-progress__line { width: 55px; height: 1px; margin: 0 11px; background: #dfe3e8; }
.shop-checkout-page { padding-top: 28px !important; padding-bottom: 46px !important; }
.shop-checkout-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.shop-checkout-heading h1 { margin: 0 0 5px; font-size: 31px; }
.shop-checkout-heading p { margin: 0; color: #69717c; font-size: 13px; }
.shop-checkout-heading__secure { padding: 9px 12px; border: 1px solid #cfe4d6; border-radius: var(--shop-radius, 8px); background: #f3fbf5; color: #277044; font-size: 11px; font-weight: 750; }
.shop-checkout-cart-wrapper { margin-bottom: 20px; }
.shop-checkout-grid { display: grid; grid-template-columns: minmax(0, 1fr) 385px; gap: 20px; align-items: start; }
.shop-checkout-main { min-width: 0; display: grid; gap: 16px; }
.shop-checkout-summary-column { position: sticky; top: 20px; min-width: 0; display: grid; gap: 12px; }
.shop-checkout-step { overflow: hidden; border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); background: #fff; }
.shop-checkout-step__label { display: flex; align-items: center; gap: 11px; padding: 15px 18px; border-bottom: 1px solid var(--shop-border); background: #fbfcfd; }
.shop-checkout-step__label > span { flex: 0 0 28px; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: #eaf2ff; color: var(--shop-accent, #1264e6); font-size: 11px; font-weight: 850; }
.shop-checkout-step__label strong,
.shop-checkout-step__label small { display: block; }
.shop-checkout-step__label strong { color: #252a31; font-size: 14px; }
.shop-checkout-step__label small { margin-top: 1px; font-size: 10px; }
.shop-checkout-step .wrapper > section { margin: 0; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; }
.shop-checkout-step .wrapper > section > .card-header { padding: 15px 18px 0; border-bottom: 0; }
.shop-checkout-step .wrapper > section > .card-header .card-title,
.shop-checkout-step .wrapper > section > h2.title { display: none; }
.shop-checkout-step .wrapper > section > .card-body { padding: 18px; }
#box-checkout-customer .card-header .btn { margin-bottom: 4px; }
#box-checkout-customer .shipping-address,
#box-checkout-customer .account { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--shop-border); }
#box-checkout-customer .shipping-address h3,
#box-checkout-customer .account h3 { margin: 0 0 14px; font-size: 14px; }
#box-checkout-customer .form-group { margin-bottom: 13px; }
#box-checkout-customer label { margin-bottom: 5px; font-size: 11px; }
#box-checkout-customer button[name="save_customer_details"] { min-height: 44px; margin-top: 4px; }

/* Checkout cart */
.shop-cart-panel { overflow: hidden; border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); background: #fff; }
.shop-cart-panel__header { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 18px; border-bottom: 1px solid var(--shop-border); }
.shop-cart-panel__header h2 { margin: 0; font-size: 20px; }
.shop-cart-panel__header .shop-kicker { margin-bottom: 2px; }
.shop-continue-shopping { color: var(--shop-accent, #1264e6) !important; font-size: 11px; font-weight: 750; }
.shop-cart-items { margin: 0; }
.shop-cart-item { display: grid; grid-template-columns: 78px minmax(0, 1fr) 230px 105px 115px; gap: 15px; align-items: center; padding: 15px 18px; border-bottom: 1px solid var(--shop-border); }
.shop-cart-item:last-child { border-bottom: 0; }
.shop-cart-item__image { width: 78px; height: 78px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--shop-border); border-radius: 6px; background: #f8f9fb; }
.shop-cart-item__image img { width: 100%; height: 100%; object-fit: contain; padding: 4px; }
.shop-cart-item__info { min-width: 0; }
.shop-cart-item__title a { display: inline-block; max-width: 100%; color: #232830; font-size: 13px; font-weight: 750; line-height: 1.35; }
.shop-cart-item__title a:hover { color: var(--shop-accent, #1264e6); }
.shop-cart-item__options { margin-top: 4px; color: #7a828d; font-size: 10px; }
.shop-cart-item__error { margin-top: 5px; font-size: 10px; }
.shop-cart-item__quantity label,
.shop-cart-item__price small,
.shop-cart-item__total small { display: block; margin: 0 0 5px; color: #838b95; font-size: 9px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.shop-cart-item__quantity-controls { display: flex; align-items: center; gap: 5px; }
.shop-cart-item__quantity-controls .input-group { width: 110px; }
.shop-cart-item__quantity-controls input { min-height: 38px; }
.shop-cart-item__quantity-controls .btn { min-width: 38px; min-height: 38px; padding: 7px 9px; }
.shop-cart-item__remove { min-width: 34px !important; color: #9c4a46 !important; border: 0 !important; background: transparent !important; }
.shop-cart-item__price { text-align: right; color: #535b66; font-size: 12px; }
.shop-cart-item__total { text-align: right; }
.shop-cart-item__total strong { font-size: 14px; }
.shop-cart-panel__footer { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 12px 18px; border-top: 1px solid var(--shop-border); background: #fbfcfd; }
.shop-cart-panel__footer > span { color: #7a828c; font-size: 10px; }
.shop-cart-panel__footer > div { display: flex; align-items: baseline; gap: 12px; }
.shop-cart-panel__footer small { font-size: 11px; font-weight: 700; }
.shop-cart-panel__footer strong { color: #161a1f; font-size: 20px; }

/* Checkout options */
.shop-checkout-options { padding: 14px 16px 16px; }
.shop-option-list { width: 100%; display: grid; gap: 9px; }
.shop-option-card { position: relative; display: grid !important; grid-template-columns: 52px minmax(0, 1fr) auto; gap: 12px; align-items: center; width: 100%; min-height: 76px; margin: 0 !important; padding: 12px 43px 12px 12px !important; border: 1px solid var(--shop-border-strong) !important; border-radius: var(--shop-radius, 8px) !important; background: #fff !important; color: var(--shop-text) !important; text-align: left !important; box-shadow: none !important; cursor: pointer; }
.shop-option-card:hover { border-color: #aeb8c5 !important; }
.shop-option-card.active { border-color: var(--shop-accent, #1264e6) !important; box-shadow: 0 0 0 2px rgba(18,100,230,.08) !important; }
.shop-option-card.disabled { opacity: .55; cursor: not-allowed; }
.shop-option-card__radio { position: absolute; opacity: 0; pointer-events: none; }
.shop-option-card__icon { width: 52px; height: 42px; display: grid; place-items: center; overflow: hidden; border: 1px solid var(--shop-border); border-radius: 5px; background: #fff; }
.shop-option-card__icon img { max-width: 44px; max-height: 30px; object-fit: contain; }
.shop-option-card__title { color: #2b3037; font-size: 12px; font-weight: 800; }
.shop-option-card__provider { margin-top: 1px; color: #7a828d; font-size: 10px; }
.shop-option-card__content .description { margin: 6px 0 0; color: #68717c; font-size: 10px; }
.shop-option-card__content .fields { margin-top: 8px; }
.shop-option-card__content .error { margin-top: 5px; font-size: 10px; }
.shop-option-card__price { color: #333942; font-size: 11px; font-weight: 800; white-space: nowrap; }
.shop-option-card__check { position: absolute; right: 13px; top: 50%; width: 22px; height: 22px; transform: translateY(-50%); display: grid; place-items: center; border: 1px solid #cbd1d8; border-radius: 50%; color: transparent; font-size: 9px; }
.shop-option-card.active .shop-option-card__check { border-color: var(--shop-accent, #1264e6); background: var(--shop-accent, #1264e6); color: #fff; }

/* Order summary */
.shop-checkout-step--summary .summary.wrapper > section { padding: 16px; }
.shop-order-summary__totals { padding-bottom: 12px; border-bottom: 1px solid var(--shop-border); }
.shop-order-summary__row { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 5px 0; color: #59616c; font-size: 11px; }
.shop-order-summary__row strong { color: #333942; font-weight: 750; }
.shop-order-summary__row--muted { color: #89919a; }
.shop-order-summary__due { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; margin-top: 9px; padding-top: 12px; border-top: 1px dashed #d4d9e0; }
.shop-order-summary__due span { font-size: 13px; font-weight: 800; }
.shop-order-summary__due strong { color: #161a20; font-size: 24px; line-height: 1; }
.shop-order-summary__comments { margin: 14px 0 11px; }
.shop-order-summary__comments label { font-size: 11px; }
.shop-order-summary__comments label small { font-weight: 400; }
.shop-order-summary__comments textarea { min-height: 76px; font-size: 11px; resize: vertical; }
.shop-order-summary .input-wrapper { position: relative; }
.shop-order-summary .remaining { position: absolute; right: 8px; bottom: 7px; color: #9aa1aa; font-size: 9px; }
.shop-order-summary__error { margin: 10px 0; padding: 9px; border-radius: 5px; background: #fff1f0; color: #a8322c; font-size: 10px; }
.shop-order-summary__consent { margin: 11px 0; padding: 10px; border-radius: 6px; background: #f7f8fa; font-size: 10px; line-height: 1.4; }
.shop-order-summary__consent label { display: flex; align-items: flex-start; gap: 8px; margin: 0; font-weight: 500; }
.shop-order-summary__consent input { flex: 0 0 auto; min-height: auto; margin-top: 3px; }
.shop-place-order { min-height: 52px !important; font-size: 15px; }
.shop-order-summary__safe { margin-top: 9px; color: #7d858f; font-size: 9px; text-align: center; }
.shop-checkout-help { display: flex; gap: 10px; padding: 13px 15px; border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); background: #fff; }
.shop-checkout-help > .fa { margin-top: 2px; color: var(--shop-accent, #1264e6); }
.shop-checkout-help strong,
.shop-checkout-help a { display: block; font-size: 10px; }
.shop-checkout-help a { margin-top: 2px; color: var(--shop-accent, #1264e6); font-weight: 750; }
.checkout-footer { padding: 22px 0; border-top: 1px solid var(--shop-border); background: #fff; color: #7b838d; font-size: 10px; }
.checkout-footer .twelve-eighty { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.checkout-footer a { color: #4f5863; font-weight: 700; }

/* Checkout AJAX loader */
body.modernshop-checkout > .loader-wrapper { background: rgba(245,247,250,.80) !important; backdrop-filter: blur(1px); }

/* Order success */
.shop-order-success-page { padding-top: 44px !important; padding-bottom: 58px !important; }
.shop-order-success { max-width: 920px; margin: 0 auto; padding: 38px; border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); background: #fff; text-align: center; }
.shop-order-success__icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 50%; background: #eaf7ee; color: var(--shop-success); font-size: 27px; }
.shop-order-success h1 { max-width: 720px; margin: 0 auto 8px; font-size: clamp(27px, 4vw, 39px); }
.shop-order-success__lead { max-width: 640px; margin: 0 auto 28px; color: #69717c; }
.shop-order-success__grid { display: grid; grid-template-columns: 1fr 260px; gap: 18px; text-align: left; }
.shop-order-success__items,
.shop-order-success__total { padding: 18px; border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); background: #fbfcfd; }
.shop-order-success__items h2 { margin: 0 0 12px; font-size: 16px; }
.shop-order-success__items li { padding: 8px 0; border-bottom: 1px solid var(--shop-border); color: #4e5661; font-size: 11px; }
.shop-order-success__items li:last-child { border-bottom: 0; }
.shop-order-success__total { display: flex; flex-direction: column; align-items: stretch; }
.shop-order-success__total > span { color: #737b85; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.shop-order-success__total > strong { margin: 3px 0 15px; font-size: 25px; }
.shop-order-success__total .btn { margin-top: 7px; }
.shop-order-success__extras { max-width: 920px; margin: 18px auto 0; }

/* Footer */
.shop-footer { margin-top: 30px; padding: 46px 0 28px; border-top: 1px solid #252b34; background: #161b22; color: #aeb6c1; }
.shop-footer__top { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 54px; }
.shop-footer__brand .logotype { display: inline-block; margin-bottom: 16px; padding: 8px 10px; border-radius: 5px; background: #fff; }
.shop-footer__brand .logotype img { max-width: 170px; max-height: 42px; }
.shop-footer__brand p { max-width: 280px; margin-bottom: 18px; color: #919ba8; font-size: 12px; }
.shop-footer__brand > a:not(.logotype) { display: block; margin: 7px 0; color: #d2d7de; font-size: 11px; }
.shop-footer__columns { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; }
.shop-footer h3 { margin: 0 0 14px; color: #fff !important; font-size: 13px; }
.shop-footer ul { margin: 0; }
.shop-footer li { margin: 8px 0; font-size: 11px; }
.shop-footer li a { color: #9ea7b3; }
.shop-footer li a:hover { color: #fff; }
.shop-footer__bottom { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-top: 34px; padding-top: 20px; border-top: 1px solid #2a313b; color: #7f8996; font-size: 10px; }
.shop-copyright { background: #10141a; color: #7c8591; }
.shop-copyright .fourteen-forty { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 9px; }
.shop-copyright a { color: #aeb6c0; }

/* Cookie notice / scroll */
#scroll-up { right: 18px; bottom: 18px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #d6dbe2; border-radius: 50%; background: #fff; color: #252a31; box-shadow: var(--shop-shadow-soft); }
#scroll-up .fa { color: inherit !important; font-size: 15px; }
#box-cookie-notice { border-radius: var(--shop-radius, 8px); }

/* Mobile */
@media (max-width: 1199px) {
  .listing.products.columns { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .listing.categories { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .shop-benefits { grid-template-columns: repeat(2, 1fr); }
  .shop-benefits > div:nth-child(2) { border-right: 0; }
  .shop-benefits > div:nth-child(-n+2) { border-bottom: 1px solid var(--shop-border); }
  .shop-brand-list { grid-template-columns: repeat(6, 1fr); }
  .shop-checkout-grid { grid-template-columns: minmax(0, 1fr) 345px; }
  .shop-cart-item { grid-template-columns: 72px minmax(0, 1fr) 200px 95px 105px; gap: 10px; }
}

@media (max-width: 991px) {
  body.modernshop .fourteen-forty,
  body.modernshop .twelve-eighty { padding-left: 15px; padding-right: 15px; }
  body.modernshop-sticky-header #store-header { position: relative; }
  .shop-navbar__top { min-height: 70px; gap: 12px; }
  .shop-navbar__top .logotype { min-width: auto; }
  .shop-navbar__top .logotype img { max-width: 145px; }
  .shop-action.regional-setting { display: none !important; }
  .shop-action__text,
  .shop-cart__text { display: none; }
  .shop-action,
  .shop-cart { width: 42px; justify-content: center; padding: 4px; }
  .shop-nav-panel { position: fixed; top: 0; right: 0; bottom: 0; left: auto; z-index: 1200; width: min(88vw, 360px); overflow: auto; border: 0; background: #fff; box-shadow: -20px 0 50px rgba(20,26,35,.16); }
  .shop-nav-panel:not(.open) { transform: translateX(105%); visibility: hidden; }
  .shop-nav-panel.open { transform: translateX(0); visibility: visible; }
  .shop-nav-panel__body { display: block; padding: 8px 12px 22px; }
  .shop-nav-panel .navbar-nav { display: block; }
  .shop-nav-panel .navbar-nav > li > .nav-link { min-height: 44px; padding: 0 10px !important; border-bottom: 1px solid #edf0f3; }
  .shop-nav-panel .dropdown-menu { position: static; float: none; width: 100%; margin: 0 0 8px; box-shadow: none; }
  .shop-home-hero { grid-template-columns: 1fr; }
  .shop-home-hero__slides .carousel-inner .item,
  .shop-home-hero__slides .carousel-inner img { min-height: 300px; }
  .listing.products.columns { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .shop-catalog-layout { grid-template-columns: 1fr; }
  .shop-category-header { grid-template-columns: 1fr 220px; }
  .shop-product__main { grid-template-columns: 1fr 1fr; gap: 22px; }
  .shop-product__details h1 { font-size: 30px; }
  .shop-product__assurance { grid-template-columns: 1fr; }
  .shop-product-info { grid-template-columns: 1fr; }
  .shop-footer__top { grid-template-columns: 1fr; gap: 30px; }
  .shop-checkout-grid { grid-template-columns: 1fr; }
  .shop-checkout-summary-column { position: static; }
  .shop-cart-item { grid-template-columns: 70px minmax(0, 1fr) 190px 100px; }
  .shop-cart-item__price { display: none; }
}

@media (max-width: 767px) {
  body.modernshop { font-size: 14px; }
  body.modernshop #content-wrapper { padding: 14px 0 32px; }
  .shop-navbar__top { flex-wrap: wrap; min-height: auto; padding: 10px 0; }
  .shop-navbar__top .logotype { order: 1; flex: 1 1 auto; }
  .shop-actions { order: 2; }
  .shop-search { order: 3; flex: 1 0 100%; max-width: none; }
  .shop-search__field input[type="search"],
  .shop-search__field .form-control { height: 44px; padding-right: 88px; }
  .shop-search__button { min-width: 74px; font-size: 12px; }
  .shop-home > section { margin-bottom: 24px; }
  .shop-home-hero__slides .carousel-inner .item,
  .shop-home-hero__slides .carousel-inner img { min-height: 220px; max-height: 300px; }
  .shop-home-hero__slides .carousel-caption { left: 14px; right: 14px; bottom: 14px; max-width: none; padding: 12px 14px; }
  .shop-benefits { grid-template-columns: 1fr 1fr; }
  .shop-benefits > div { padding: 13px; }
  .shop-benefits > div > span { flex-basis: 32px; width: 32px; height: 32px; font-size: 14px; }
  .shop-benefits strong { font-size: 11px; }
  .shop-benefits small { display: none; }
  .shop-section-heading { align-items: center; }
  .shop-section-heading h2 { font-size: 20px; }
  .shop-section-heading > a { font-size: 11px; }
  .listing.categories { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .shop-category-card__image img { aspect-ratio: 1.35/1 !important; }
  .shop-category-card .caption { padding: 11px 28px 12px 11px; }
  .shop-category-card .name { font-size: 12px; }
  .shop-category-card .short-description { display: none; }
  .shop-category-card__arrow { right: 10px; top: 13px; }
  .listing.products.columns { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .shop-product-card .info { padding: 11px; }
  .shop-product-card .manufacturer-name { font-size: 8px; }
  .shop-product-card .name { min-height: 2.55em; font-size: 12px; }
  .shop-product-card .price,
  .shop-product-card .campaign-price { font-size: 14px; }
  .shop-product-card__quick { display: none; }
  .shop-product-card__open { width: 24px; height: 24px; }
  .listing.products.rows .shop-product-card .link { grid-template-columns: 120px 1fr; }
  .listing.products.rows .shop-product-card .name { font-size: 13px; }
  .shop-newsletter { grid-template-columns: 1fr; gap: 18px; padding: 23px 20px; }
  .shop-newsletter h2 { font-size: 21px; }
  .shop-category-header { min-height: auto; grid-template-columns: 1fr; margin-bottom: 18px; }
  .shop-category-header__copy { padding: 20px; }
  .shop-category-header h1 { font-size: 28px; }
  .shop-subcategories .listing.categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .shop-filter-wrap { padding: 12px; }
  .shop-section-heading--inline > span { display: none; }
  #box-filter .filters { display: grid; grid-template-columns: 1fr 1fr; }
  #box-filter .filters > * { min-width: 0; }
  #box-filter .filters > input[type="search"] { grid-column: 1 / -1; }
  .shop-product__main { grid-template-columns: 1fr; padding: 14px; gap: 18px; }
  .shop-product__main-image img { max-height: 480px; padding: 10px; }
  .shop-product__thumbs { grid-template-columns: repeat(5, 1fr); }
  .shop-product__details h1 { font-size: 27px; }
  .shop-product-options { grid-template-columns: 1fr; }
  .shop-buy-row { grid-template-columns: 110px 1fr; }
  .shop-purchase-card { padding: 14px; }
  .shop-purchase-card__price .price,
  .shop-purchase-card__price .campaign-price { font-size: 27px; }
  .shop-product-info__section { padding: 18px; }
  .shop-footer { padding-top: 32px; }
  .shop-footer__columns { grid-template-columns: 1fr 1fr; gap: 22px; }
  .shop-footer__bottom { display: block; }
  .shop-footer__bottom span { display: block; margin: 7px 0; }
  .shop-copyright .fourteen-forty { display: block; padding-top: 10px; padding-bottom: 10px; text-align: center; }
  .shop-copyright span { display: block; margin: 2px 0; }

  .checkout-header__inner { min-height: 64px; grid-template-columns: auto 1fr auto; }
  .checkout-header__inner .logotype { justify-self: center; }
  .checkout-header__inner .logotype img { max-width: 130px; }
  .checkout-back span,
  .checkout-secure span { display: none; }
  .checkout-progress { min-height: 43px; }
  .checkout-progress__item { font-size: 0; }
  .checkout-progress__item span { font-size: 9px; }
  .checkout-progress__line { width: 30px; margin: 0 6px; }
  .shop-checkout-page { padding-top: 18px !important; padding-bottom: 30px !important; }
  .shop-checkout-heading { align-items: flex-start; }
  .shop-checkout-heading h1 { font-size: 26px; }
  .shop-checkout-heading p { font-size: 11px; }
  .shop-checkout-heading__secure { display: none; }
  .shop-cart-panel__header { min-height: 60px; padding: 12px; }
  .shop-cart-panel__header h2 { font-size: 18px; }
  .shop-cart-item { grid-template-columns: 64px minmax(0, 1fr) auto; gap: 10px; padding: 12px; }
  .shop-cart-item__image { width: 64px; height: 64px; }
  .shop-cart-item__quantity { grid-column: 2 / 3; }
  .shop-cart-item__total { grid-column: 3; grid-row: 1 / 3; align-self: center; }
  .shop-cart-item__total small { display: none; }
  .shop-cart-item__quantity label { display: none; }
  .shop-cart-item__quantity-controls .input-group { width: 92px; }
  .shop-cart-item__quantity-controls input { min-height: 34px; }
  .shop-cart-item__quantity-controls .btn { min-width: 34px; min-height: 34px; padding: 5px 7px; }
  .shop-cart-panel__footer { align-items: flex-end; padding: 11px 12px; }
  .shop-cart-panel__footer > span { display: none; }
  .shop-cart-panel__footer > div { width: 100%; justify-content: space-between; }
  .shop-checkout-step__label { padding: 12px 13px; }
  .shop-checkout-step .wrapper > section > .card-body { padding: 13px; }
  #box-checkout-customer .row { margin-left: -5px; margin-right: -5px; }
  #box-checkout-customer [class*="col-"] { padding-left: 5px; padding-right: 5px; }
  .shop-checkout-options { padding: 10px; }
  .shop-option-card { grid-template-columns: 43px minmax(0, 1fr); padding: 10px 38px 10px 10px !important; }
  .shop-option-card__icon { width: 43px; height: 38px; }
  .shop-option-card__price { grid-column: 2; margin-top: 3px; }
  .shop-checkout-step--summary .summary.wrapper > section { padding: 13px; }
  .shop-order-success-page { padding-top: 22px !important; }
  .shop-order-success { padding: 24px 15px; }
  .shop-order-success__grid { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
  .shop-navbar__top .logotype img { max-width: 124px; }
  .shop-actions { gap: 0; }
  .shop-action,
  .shop-cart,
  .shop-menu-toggle { width: 38px; }
  .shop-benefits { grid-template-columns: 1fr; }
  .shop-benefits > div { border-right: 0 !important; border-bottom: 1px solid var(--shop-border); }
  .shop-benefits > div:last-child { border-bottom: 0; }
  .shop-buy-row { grid-template-columns: 1fr; }
  .shop-quantity .input-group { max-width: 140px; }
  .shop-footer__columns { grid-template-columns: 1fr; }
  .shop-cart-item { grid-template-columns: 58px minmax(0, 1fr); }
  .shop-cart-item__image { width: 58px; height: 58px; }
  .shop-cart-item__total { grid-column: 2; grid-row: auto; text-align: left; }
  .shop-cart-item__quantity { grid-column: 2; }
  .shop-cart-panel__header .shop-continue-shopping { display: none; }
}

/* Search and empty states */
.shop-search-results-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.shop-search-results-header h1 { margin: 0; font-size: 30px; }
.shop-search-sort .btn { min-height: 38px; font-size: 11px; }
.shop-no-results,
.shop-empty-cart { max-width: 680px; margin: 48px auto; padding: 42px 24px; border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); background: #fff; text-align: center; }
.shop-no-results > div,
.shop-empty-cart__icon { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 16px; border-radius: 50%; background: #eef3f9; color: #677383; font-size: 23px; }
.shop-no-results h2,
.shop-empty-cart h2 { margin: 0 0 7px; font-size: 22px; }
.shop-no-results p,
.shop-empty-cart p { margin: 0 0 18px; color: var(--shop-muted); font-size: 12px; }

@media (max-width: 991px) {
  .shop-nav-panel:not(.show) { transform: translateX(105%) !important; visibility: hidden !important; }
  .shop-nav-panel.show { transform: translateX(0) !important; visibility: visible !important; }
}

/* Account and order history */
.shop-account-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 22px; }
.shop-account-sidebar .box { overflow: hidden; background: #fff; border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); }
.shop-account-sidebar .card-header { padding: 14px 15px; }
.shop-account-sidebar .card-body { padding: 7px; }
.shop-account-sidebar .nav a { padding: 9px 10px; border-radius: 5px; font-size: 12px; }
.shop-account-content { min-width: 0; }
.shop-order-history { padding: 0; background: transparent; border: 0 !important; }
.shop-account-heading { margin-bottom: 18px; padding: 24px; border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); background: #fff; }
.shop-account-heading h1 { margin: 0 0 6px; font-size: 28px; }
.shop-account-heading p { margin: 0; color: var(--shop-muted); font-size: 12px; }
.shop-order-list { display: grid; gap: 10px; }
.shop-order-card { display: grid; grid-template-columns: 130px minmax(140px, 1fr) 130px 145px auto; gap: 14px; align-items: center; padding: 15px 17px; border: 1px solid var(--shop-border); border-radius: var(--shop-radius, 8px); background: #fff; }
.shop-order-card small,
.shop-order-card strong { display: block; }
.shop-order-card small,
.shop-order-card__main > span { margin-bottom: 3px; color: #858d97; font-size: 9px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.shop-order-card strong { color: #343a43; font-size: 11px; }
.shop-order-card__main a { color: var(--shop-accent, #1264e6); font-size: 16px; font-weight: 850; }
.shop-order-card__actions { display: flex; justify-content: flex-end; gap: 6px; }
.shop-order-card__actions .btn { min-height: 35px; padding: 7px 10px; font-size: 10px; }

/* Public order view */
.shop-order-view { display: flex; min-height: 100vh; background: #eef1f5; }
.shop-order-view__main { flex: 1 1 auto; min-width: 0; padding: 12px; }
.shop-order-view iframe { width: 100%; height: calc(100vh - 24px); border: 1px solid #d8dde4; border-radius: 8px; background: #fff; box-shadow: 0 8px 30px rgba(20,26,35,.06); }
.shop-order-view__sidebar { flex: 0 0 330px; display: flex; flex-direction: column; min-width: 0; padding: 18px; border-left: 1px solid #dde1e7; background: #fff; }
.shop-order-view__sidebar header { padding-bottom: 12px; border-bottom: 1px solid var(--shop-border); }
.shop-order-view__sidebar h2 { margin: 0; font-size: 18px; }
.shop-order-comments { flex: 1 1 auto; overflow: auto; padding: 14px 2px; }
.shop-order-comments .bubble { margin: 0 0 10px; padding: 10px 12px; border-radius: 7px; background: #f2f4f7; font-size: 11px; }
.shop-order-comments .bubble .date { margin-top: 5px; color: #8b939e; font-size: 9px; }

@media (max-width: 991px) {
  .shop-account-layout { grid-template-columns: 1fr; }
  .shop-order-card { grid-template-columns: 100px 1fr 110px auto; }
  .shop-order-card > div:nth-child(4) { display: none; }
}
@media (max-width: 767px) {
  .shop-order-card { grid-template-columns: 1fr 1fr; }
  .shop-order-card__main { grid-column: 1 / -1; }
  .shop-order-card__actions { grid-column: 1 / -1; justify-content: flex-start; padding-top: 8px; border-top: 1px solid var(--shop-border); }
  .shop-order-card > div:nth-child(4) { display: block; }
  .shop-order-view { display: block; }
  .shop-order-view__main { padding: 7px; }
  .shop-order-view iframe { height: 70vh; }
  .shop-order-view__sidebar { padding: 14px; border-left: 0; border-top: 1px solid #dde1e7; }
}
