/* Shop page layout */
.shop-layout {
 display: grid;
 grid-template-columns: 300px 1fr;
 gap: 32px;
 padding: 40px 0 70px;
}

/* Sidebar filters */
.shop-sidebar {
 position: sticky;
 top: calc(var(--header-height, 72px) + 16px);
 align-self: start;
 max-height: calc(100vh - var(--header-height, 72px) - 32px);
 z-index: 20;
}

.shop-sidebar-scroll {
 max-height: calc(100vh - var(--header-height, 72px) - 32px);
 overflow-y: auto;
 overscroll-behavior: contain;
 padding-right: 4px;
 scrollbar-width: thin;
 scrollbar-color: rgba(8, 146, 212, 0.35) transparent;
}

.shop-sidebar-scroll::-webkit-scrollbar {
 width: 6px;
}

.shop-sidebar-scroll::-webkit-scrollbar-thumb {
 background: rgba(8, 146, 212, 0.35);
 border-radius: 3px;
}

.shop-sidebar-scroll:hover {
 scrollbar-color: rgba(8, 146, 212, 0.55) transparent;
}

#categoryFilterGroup {
 flex: 0 0 auto;
 display: flex;
 flex-direction: column;
 min-height: 0;
 overflow: hidden;
}

#categoryFilterGroup .filter-search-input {
 flex-shrink: 0;
}

#categoryFilterGroup .filter-list-scroll {
 flex: 1;
 min-height: 120px;
 overflow-y: auto;
 overscroll-behavior: contain;
 scrollbar-width: thin;
 scrollbar-color: rgba(8, 146, 212, 0.45) transparent;
}

#categoryFilterGroup .filter-list-scroll::-webkit-scrollbar {
 width: 6px;
}

#categoryFilterGroup .filter-list-scroll::-webkit-scrollbar-thumb {
 background: rgba(8, 146, 212, 0.45);
 border-radius: 3px;
}

.filter-field-label {
 display: block;
 font-size: 11px;
 text-transform: uppercase;
 letter-spacing: 0.08em;
 color: var(--text-muted);
 margin: 12px 0 6px;
 font-weight: 700;
}

.filter-field-label:first-of-type {
 margin-top: 0;
}

.filter-select-input {
 width: 100%;
 padding: 10px 12px;
 background: var(--dark-bg);
 border: 1px solid rgba(8, 146, 212, 0.2);
 border-radius: 4px;
 color: #fff;
 font-size: 14px;
 cursor: pointer;
}

.filter-select-input:focus {
 outline: none;
 border-color: var(--brand-blue);
}

.filter-check-label {
 display: flex;
 align-items: flex-start;
 gap: 10px;
 margin-top: 14px;
 font-size: 13px;
 color: var(--text-muted);
 line-height: 1.45;
 cursor: pointer;
}

.filter-check-label input[type="checkbox"] {
 accent-color: var(--brand-blue);
 width: 18px;
 height: 18px;
 margin-top: 2px;
 flex-shrink: 0;
}

.price-range-sep {
 color: var(--text-muted);
 flex-shrink: 0;
 font-size: 14px;
}

.shop-filter-row {
 display: block;
}

#manufacturerFilterGroup {
 flex: 0 0 auto;
 display: flex;
 flex-direction: column;
 min-height: 0;
 overflow: hidden;
}

#manufacturerFilterGroup .filter-search-input {
 flex-shrink: 0;
}

#manufacturerFilterGroup .filter-list-scroll {
 flex: 1;
 min-height: 120px;
 overflow-y: auto;
 overscroll-behavior: contain;
 scrollbar-width: thin;
 scrollbar-color: rgba(8, 146, 212, 0.45) transparent;
}

#manufacturerFilterGroup .filter-list-scroll::-webkit-scrollbar {
 width: 6px;
}

#manufacturerFilterGroup .filter-list-scroll::-webkit-scrollbar-thumb {
 background: rgba(8, 146, 212, 0.45);
 border-radius: 3px;
}

.filter-group {
 background: var(--dark-surface);
 border: 1px solid rgba(8, 146, 212, 0.12);
 border-radius: 8px;
 padding: 20px;
 margin-bottom: 16px;
}

.filter-group h3 {
 font-size: var(--text-caption);
 margin-bottom: 14px;
 color: var(--bright-cyan);
 font-style: normal;
 letter-spacing: 0.1em;
 line-height: 1.3;
}

.filter-list { list-style: none; }

.filter-list li { margin-bottom: 6px; }

.filter-list label {
 display: flex;
 align-items: center;
 gap: 8px;
 font-size: 14px;
 color: var(--text-muted);
 cursor: pointer;
 padding: 6px 0;
 transition: color 0.2s;
}

.filter-list label:hover { color: var(--text); }

.filter-list input[type="checkbox"] {
 accent-color: var(--brand-blue);
 width: 16px;
 height: 16px;
}

.filter-count {
 margin-left: auto;
 font-size: 12px;
 color: var(--text-muted);
 opacity: 0.7;
}

.filter-search-input {
 width: 100%;
 padding: 8px 10px;
 margin-bottom: 10px;
 background: var(--dark-bg);
 border: 1px solid rgba(8, 146, 212, 0.2);
 border-radius: 4px;
 color: #fff;
 font-size: 13px;
}

.filter-search-input:focus {
 outline: none;
 border-color: var(--brand-blue);
}

.filter-search-input:disabled {
 opacity: 0.45;
 cursor: not-allowed;
}

.filter-list-scroll {
 max-height: 220px;
 overflow-y: auto;
 padding-right: 4px;
 scrollbar-width: thin;
 scrollbar-color: rgba(8, 146, 212, 0.35) transparent;
}

.filter-list-scroll::-webkit-scrollbar {
 width: 6px;
}

.filter-list-scroll::-webkit-scrollbar-thumb {
 background: rgba(8, 146, 212, 0.35);
 border-radius: 3px;
}

.filter-hint {
 font-size: 12px;
 color: var(--text-muted);
 line-height: 1.5;
 padding: 4px 0;
}

.filter-list input[type="radio"] {
 accent-color: var(--brand-blue);
 width: 16px;
 height: 16px;
 flex-shrink: 0;
}

.filter-list li.is-hidden {
 display: none;
}

.price-range {
 display: flex;
 gap: 8px;
 align-items: center;
}

.price-range input {
 width: 100%;
 padding: 8px;
 background: var(--dark-bg);
 border: 1px solid rgba(8, 146, 212, 0.2);
 border-radius: 4px;
 color: #fff;
 font-size: 13px;
}

/* Checkout return confirmation (Mollie redirect) */
.checkout-order-status-mount {
  grid-column: 1 / -1;
  width: 100%;
  margin: 0 0 20px;
}

.checkout-order-status:not([hidden]) {
  display: block;
  margin: 0;
  padding: 16px 20px;
  font-size: 15px;
  line-height: 1.5;
}

/* Shop toolbar */
.shop-toolbar {
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-bottom: 24px;
 flex-wrap: wrap;
 gap: 12px 16px;
}

.shop-sort {
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 gap: 10px;
}

.shop-sort select {
 padding: 12px 16px;
 background: var(--dark-surface);
 border: 1px solid rgba(8, 146, 212, 0.2);
 border-radius: 6px;
 color: #fff;
 font-size: 14px;
 cursor: pointer;
}

.results-count {
 font-size: 14px;
 color: var(--text-muted);
 margin: 0;
 white-space: nowrap;
}

/* Category pills */
.category-pills {
 display: flex;
 flex-wrap: wrap;
 gap: 10px;
 margin-bottom: 24px;
}

.category-pill {
 padding: 8px 18px;
 background: var(--dark-surface);
 border: 1px solid rgba(8, 146, 212, 0.2);
 border-radius: 30px;
 color: var(--text-muted);
 font-size: 12px;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: 1px;
 cursor: pointer;
 transition: all 0.2s;
 font-family: var(--font-display);
 font-style: italic;
}

.category-pill:hover,
.category-pill.active {
 background: var(--brand-blue);
 border-color: var(--brand-blue);
 color: #fff;
}

/* Product grid, cards must always be visible (not hidden by .reveal) */
.products-grid {
 display: grid;
 grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
 gap: 24px;
}

.products-grid .product-card {
 opacity: 1;
 transform: none;
}

.product-card {
 background: var(--dark-surface);
 border: 1px solid rgba(8, 146, 212, 0.12);
 border-radius: 8px;
 overflow: hidden;
 transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
 display: flex;
 flex-direction: column;
}

.product-card:hover {
 transform: translateY(-4px);
 border-color: var(--brand-blue);
 box-shadow: 0 8px 32px rgba(8, 146, 212, 0.12);
}

.product-card-image {
 height: 200px;
 max-height: 200px;
 background-color: var(--dark-bg);
 background-repeat: no-repeat;
 background-position: center;
 background-size: contain;
 position: relative;
 aspect-ratio: 4 / 3;
 display: block;
 overflow: hidden;
}

.product-card-image--fallback {
 background-size: 55% auto;
}

@media (min-width: 901px) {
 .product-card-image {
  height: 250px;
  max-height: 250px;
 }
}

.product-card-image-frame {
 position: relative;
 width: 100%;
 height: 100%;
 min-height: 100%;
 padding: 10px;
 box-sizing: border-box;
 display: flex;
 align-items: center;
 justify-content: center;
}

.product-card-visible-img {
 display: block;
 width: 100%;
 height: 100%;
 max-width: 100%;
 max-height: 100%;
 object-fit: contain;
 object-position: center;
 image-rendering: auto;
 position: relative;
 z-index: 1;
}

.product-card-watermark {
 position: absolute;
 inset: 0;
 pointer-events: none;
 opacity: 0.08;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='90' viewBox='0 0 140 90'%3E%3Cg transform='rotate(-24 70 45)'%3E%3Ctext x='8' y='52' fill='%234db8e0' font-family='Barlow Condensed,Arial,sans-serif' font-size='18' font-weight='700'%3E24Tuning%3C/text%3E%3C/g%3E%3C/svg%3E");
 background-repeat: repeat;
 background-size: 140px 90px;
}

.product-card-image--logo .product-card-visible-img--logo {
 max-width: 55%;
 max-height: 55%;
 object-fit: contain;
}

.product-card-image--logo {
 background-color: #0a0e14;
}

.product-card-image--light {
 background-color: #ffffff;
 background-size: contain;
 background-position: center;
 background-repeat: no-repeat;
}

.product-card-image--light .product-card-watermark {
 opacity: 0.04;
}

.product-card .category-label {
 color: var(--bright-cyan);
}

.product-card .vehicle-title {
 color: #ffffff !important;
}

.product-card-body h3 a {
 color: inherit;
 text-decoration: none;
}

.product-card-body h3 a:hover .vehicle-title {
 color: var(--bright-cyan) !important;
}

.product-badge {
 position: absolute;
 top: 12px;
 left: 12px;
 background: var(--brand-blue);
 color: #fff;
 font-size: 10px;
 font-weight: 900;
 padding: 4px 10px;
 letter-spacing: 1px;
 border-radius: 3px;
 text-transform: uppercase;
}

.product-badge.sale { background: var(--success); color: var(--dark-bg); }

.product-card-body {
 padding: 20px;
 flex: 1;
 display: flex;
 flex-direction: column;
}

.product-category-tag {
 font-size: 11px;
 color: var(--bright-cyan);
 text-transform: uppercase;
 letter-spacing: 1px;
 margin-bottom: 6px;
 font-weight: 700;
}

.product-card-body h3 {
 font-size: 15px;
 margin-bottom: 8px;
 font-style: normal;
 letter-spacing: 0.5px;
 text-transform: none;
 line-height: 1.3;
}

.product-card-body p {
 font-size: 13px;
 color: var(--text-muted);
 margin-bottom: 16px;
 flex: 1;
 line-height: 1.5;
}

.product-price-row {
 display: flex;
 align-items: baseline;
 gap: 8px;
 margin-bottom: 14px;
}

.product-price {
 font-size: 22px;
 font-weight: 900;
 color: #fff;
}

.product-price .currency { font-size: 14px; color: var(--brand-blue); }

.product-price-compare {
 font-size: 14px;
 color: var(--text-muted);
 text-decoration: line-through;
}

.product-card-actions {
 display: flex;
 gap: 8px;
}

.product-card-actions .btn {
 flex: 1;
 text-align: center;
 padding: 10px 12px;
 font-size: var(--text-caption);
 min-height: 44px;
}

.btn-add-cart {
 background: var(--brand-blue);
 color: #fff;
 border: none;
}

.btn-buy-now {
 background: transparent;
 color: var(--text);
 border: 1px solid rgba(8, 146, 212, 0.45);
}

.btn-buy-now:hover {
 border-color: var(--brand-blue);
 color: var(--brand-blue);
 background: rgba(8, 146, 212, 0.08);
}

.btn-view {
 background: transparent;
 color: var(--text);
 border: 1px solid rgba(8, 146, 212, 0.3);
}

.btn-view:hover { border-color: var(--brand-blue); color: var(--brand-blue); background: transparent; }

.no-results {
 grid-column: 1 / -1;
 text-align: center;
 padding: 60px 20px;
 color: var(--text-muted);
}

.no-results h3 { font-size: 20px; margin-bottom: 8px; color: var(--text); }

/* Product detail page */
.product-detail {
 display: grid;
 grid-template-columns: 1fr 1fr;
 gap: 48px;
 padding: 40px 0 28px;
}

.product-gallery {
 background: var(--dark-surface);
 border-radius: 8px;
 overflow: hidden;
 border: 1px solid rgba(8, 146, 212, 0.12);
}

.product-gallery-wrap {
 position: relative;
 max-width: 500px;
 width: 100%;
}

.product-gallery-main {
 max-width: 500px;
 width: 100%;
 height: auto;
 min-height: 240px;
 aspect-ratio: 4 / 3;
 max-height: 400px;
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
 position: relative;
 display: flex;
 align-items: center;
 justify-content: center;
}

.product-gallery-img {
 display: block;
 width: 100%;
 height: 100%;
 max-height: 400px;
 object-fit: contain;
 object-position: center;
}

.product-gallery-main--logo .product-gallery-img {
 width: 45%;
 height: auto;
 max-height: 220px;
}

.product-trust-inline {
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 gap: 8px 14px;
 margin: 18px 0 0;
 padding: 0;
}

.product-trust-inline li {
 font-size: 12px;
 font-weight: 700;
 letter-spacing: 0.03em;
 text-transform: uppercase;
 color: var(--text-muted, #a8b8c8);
 padding-left: 14px;
 position: relative;
}

.product-trust-inline li::before {
 content: '';
 position: absolute;
 left: 0;
 top: 0.45em;
 width: 6px;
 height: 6px;
 border-radius: 50%;
 background: var(--bright-cyan, #00d4ff);
}

.product-actions .btn-primary {
 min-height: 48px;
}

.product-actions .btn-outline {
 min-height: 48px;
}

.product-gallery-main::after {
 content: '';
 position: absolute;
 inset: 0;
 pointer-events: none;
 opacity: 0.08;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='90' viewBox='0 0 140 90'%3E%3Cg transform='rotate(-24 70 45)'%3E%3Ctext x='8' y='52' fill='%234db8e0' font-family='Barlow Condensed,Arial,sans-serif' font-size='18' font-weight='700'%3E24Tuning%3C/text%3E%3C/g%3E%3C/svg%3E");
 background-repeat: repeat;
 background-size: 140px 90px;
}

.product-gallery-main--logo {
 background-size: 45% auto;
 background-repeat: no-repeat;
 background-color: #0a0e14;
}

.product-gallery-main--light {
 background-color: #ffffff;
 background-size: contain;
}

.product-gallery-main--light::after {
 opacity: 0.04;
}

.product-info h1 {
 font-size: clamp(22px, 3vw, 32px);
 margin-bottom: 8px;
 font-style: normal;
 text-transform: none;
 letter-spacing: 0.5px;
}

.product-info .category { color: var(--bright-cyan); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }

.product-info .price-large {
 font-size: 36px;
 font-weight: 900;
 margin-bottom: 20px;
}

.product-info .price-large span { font-size: 18px; color: var(--brand-blue); }

.product-description {
 color: var(--text-muted);
 font-size: 15px;
 line-height: 1.7;
 margin-bottom: 24px;
 padding-bottom: 24px;
 border-bottom: 1px solid rgba(8, 146, 212, 0.12);
}

.product-features { list-style: none; margin-bottom: 28px; }

.product-features li {
 padding: 8px 0;
 font-size: 14px;
 color: var(--text-muted);
 border-bottom: 1px solid rgba(8, 146, 212, 0.06);
 padding-left: 20px;
 position: relative;
}

.product-features li::before {
 content: '✓';
 position: absolute;
 left: 0;
 color: var(--success);
 font-weight: 700;
}

.product-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.product-actions .btn { padding: 16px 32px; }

/* Vehicle results on product page */
.vehicle-summary {
 background: rgba(8, 146, 212, 0.08);
 border: 1px solid rgba(8, 146, 212, 0.25);
 border-radius: 8px;
 padding: 20px;
 margin-bottom: 24px;
}

.vehicle-summary h3 {
 font-size: 14px;
 color: var(--bright-cyan);
 margin-bottom: 12px;
 font-style: normal;
}

.vehicle-stats {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 12px;
 text-align: center;
}

.vehicle-stat .label { font-size: 11px; color: var(--text-muted); text-transform: uppercase; letter-spacing: 1px; }
.vehicle-stat .value { font-size: 18px; font-weight: 900; margin-top: 4px; }
.vehicle-stat .value.gain { color: var(--success); }
.vehicle-stat .value.tuned { color: var(--bright-cyan); }

@media (max-width: 900px) {
 .shop-layout { grid-template-columns: 1fr; }
 .shop-sidebar {
  position: static;
  max-height: none;
 }

 .shop-sidebar-scroll {
  max-height: none;
  overflow: visible;
 }

 .shop-filter-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  align-items: stretch;
  margin-bottom: 12px;
 }

 .shop-filter-row .filter-group {
  margin-bottom: 0;
  padding: 16px 14px;
  height: 100%;
  min-height: 0;
 }

 .shop-filter-row .filter-group h3 {
  font-size: 12px;
  margin-bottom: 10px;
 }

 .shop-filter-row .filter-search-input {
  font-size: 16px;
  min-height: 44px;
  padding: 10px 12px;
 }

 #categoryFilterGroup,
 #manufacturerFilterGroup {
  height: auto !important;
  min-height: 0 !important;
 }

 #categoryFilterGroup .filter-list-scroll,
 #manufacturerFilterGroup .filter-list-scroll {
  max-height: 280px;
  min-height: 280px;
 }

 .filter-group--extra .filter-search-input,
 .filter-group--extra .filter-select-input {
  font-size: 16px;
  min-height: 44px;
 }

 .filter-group--manufacturer {
  height: auto !important;
  min-height: 0 !important;
 }

 .product-detail { grid-template-columns: 1fr; }
 .vehicle-stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 749px) {
 .shop-toolbar { flex-direction: column; align-items: stretch; }
 .shop-sort { width: 100%; }
 .results-count { white-space: normal; }
 .products-grid { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
 .shop-filter-row {
  grid-template-columns: 1fr;
 }

 #categoryFilterGroup .filter-list-scroll,
 #manufacturerFilterGroup .filter-list-scroll {
  max-height: 220px;
  min-height: 220px;
 }
}

/* Pagination */
.shop-pagination {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 8px;
 flex-wrap: wrap;
 margin-top: 32px;
 padding-top: 24px;
 border-top: 1px solid rgba(77, 184, 224, 0.15);
}

.btn-sm {
 padding: 8px 14px;
 font-size: 12px;
}

.shop-page-info {
 font-size: 14px;
 color: var(--text-muted);
}

.shop-loading {
 text-align: center;
 padding: 48px 20px;
 color: var(--text-muted);
}

.shop-loading-spinner {
 width: 40px;
 height: 40px;
 margin: 0 auto 16px;
 border: 3px solid rgba(0, 212, 255, 0.2);
 border-top-color: var(--bright-cyan);
 border-radius: 50%;
 animation: spin 0.8s linear infinite;
}

@keyframes spin { to { transform: rotate(360deg); } }

.products-grid.is-loading { opacity: 0.4; pointer-events: none; }

.filter-list input[type="radio"] {
 accent-color: var(--bright-cyan);
 width: 16px;
 height: 16px;
}

.shop-quick-links a {
 display: block;
 padding: 6px 0;
 font-size: 14px;
 color: var(--text-muted);
 text-decoration: none;
}

.shop-quick-links a:hover { color: var(--bright-cyan); }

.shop-seo-grid {
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 20px;
 margin-top: 28px;
}

.shop-seo-grid article {
 background: var(--dark-surface);
 border: 1px solid rgba(0, 212, 255, 0.12);
 border-radius: 8px;
 padding: 20px;
 transition: border-color 0.25s, transform 0.25s;
}

.shop-seo-grid article:hover {
 border-color: rgba(0, 212, 255, 0.35);
 transform: translateY(-2px);
}

.shop-seo-grid h3 { font-size: 16px; margin-bottom: 8px; }
.shop-seo-grid h3 a { color: var(--text); text-decoration: none; }
.shop-seo-grid h3 a:hover { color: var(--bright-cyan); }

.shop-hero-sub { color: var(--text-muted); margin-top: 8px; max-width: 720px; }

@media (max-width: 900px) {
 .shop-seo-grid { grid-template-columns: 1fr; }
}

/* Active category highlight */
.filter-list label:has(input:checked) {
 color: var(--bright-cyan);
 font-weight: 700;
 background: rgba(77, 184, 224, 0.08);
 border-radius: 4px;
}

.filter-list label {
 padding: 6px 8px;
 margin: 0 -8px;
}

/* Lazy SEO product image (hidden; background-image remains primary visual) */
.product-card-seo-img {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0, 0, 0, 0);
 white-space: nowrap;
 border: 0;
}

/* Pagination touch targets */
.shop-pagination .btn-sm {
 min-height: 44px;
 min-width: 44px;
}

/* Hero CTA */
.page-hero-cta {
 margin-top: 16px;
}

.page-hero-cta .btn {
 min-height: 44px;
}

/* Mobile category bar + collapsible sidebar */
.shop-mobile-bar {
 display: none;
}

@media (max-width: 900px) {
 .shop-mobile-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  position: sticky;
  top: calc(var(--header-height, 64px) + 8px);
  z-index: 25;
  margin-bottom: 16px;
  padding: 10px 12px;
  background: rgba(6, 11, 18, 0.94);
  border: 1px solid rgba(77, 184, 224, 0.2);
  border-radius: 8px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
 }

 .shop-mobile-bar-label {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
 }

 .shop-mobile-category-select {
  flex: 1;
  min-width: 0;
  min-height: 44px;
  padding: 10px 12px;
  background: var(--dark-bg);
  border: 1px solid rgba(77, 184, 224, 0.25);
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
 }

 .shop-mobile-filters-btn {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 10px 14px;
  white-space: nowrap;
 }

 .shop-sidebar {
  display: none;
 }

 .shop-sidebar.is-open {
  display: block;
  margin-bottom: 20px;
 }
}

