/* Mapla Crackers — landing page (matches design mockup) */

.home-page {
  font-family: "Inter", system-ui, sans-serif;
  background: #fff;
}

/* ===== HEADER ===== */
.mapla-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(5, 8, 28, 0.92);
  border: none;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  padding: 0.75rem 1.25rem;
}

.mapla-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mapla-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  flex-shrink: 0;
}

.mapla-logo:hover { text-decoration: none; }

.mapla-logo-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ffd700;
  box-shadow: 0 0 16px rgba(255, 215, 0, 0.55);
}

.mapla-logo-label {
  display: none;
}

.mapla-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 0.25rem;
}

.mapla-nav a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.85rem;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.45rem 0.55rem;
  position: relative;
  white-space: nowrap;
}

.mapla-nav a:hover,
.mapla-nav a.active {
  color: #ffd700;
}

.mapla-nav a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.55rem;
  right: 0.55rem;
  height: 2px;
  background: #ffd700;
}

.mapla-header-icons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.mapla-icon-btn {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border-radius: 50%;
  transition: background 0.15s;
  position: relative;
}

.mapla-icon-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  text-decoration: none;
  color: #ffd700;
}

.mapla-cart-btn #cart-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #e63946;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  min-width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mapla-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  cursor: pointer;
  margin-left: auto;
}

.mapla-nav-toggle span {
  display: block;
  height: 2px;
  background: #ffd700;
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
}

body.nav-open .mapla-nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.nav-open .mapla-nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .mapla-nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ===== HERO ===== */
.mapla-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 2647 / 1088;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  background: #05081c;
}

.mapla-hero-bg {
  position: absolute;
  inset: 0;
  background: url("../assets/mapla-hero-banner.png") center/cover no-repeat;
  z-index: 0;
}

/* Hide floating animations that might overlap pre-rendered banner elements */
.mapla-fireworks {
  display: none;
}

.mapla-hero-grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  pointer-events: none;
}

.mapla-hero-text {
  position: absolute;
  left: 6.5%;
  top: 54%;
  color: #fff;
  pointer-events: auto;
}

.welcome-label {
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.06em;
  line-height: 1;
  margin-bottom: 0.2rem;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.welcome-to {
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  font-weight: 600;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 0.35rem;
}

.welcome-to .star {
  color: #ffd700;
  font-size: 0.85em;
}

.brand-display {
  margin-bottom: 0.75rem;
  line-height: 1.05;
}

.brand-mapla {
  display: block;
  font-family: "Pacifico", cursive;
  font-size: clamp(2.5rem, 8vw, 4.25rem);
  font-weight: 400;
  color: #ffd700;
  text-shadow: 3px 3px 0 #b30000, 0 0 30px rgba(255, 69, 0, 0.5);
}

.brand-crackers {
  display: block;
  font-family: "Pacifico", cursive;
  font-size: clamp(2rem, 6vw, 3.25rem);
  color: #fff;
  text-shadow: 2px 2px 0 #b30000, 0 0 20px rgba(255, 255, 255, 0.3);
}

.mapla-subtitle {
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  color: rgba(255, 255, 255, 0.9);
  max-width: 440px;
  line-height: 1.65;
  margin-bottom: 1.75rem;
}

.tagline-accent {
  color: #ffd700;
  font-weight: 600;
}

.mapla-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.mapla-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.4rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.15s;
}

.mapla-btn:hover { text-decoration: none; transform: translateY(-2px); }

.mapla-btn-primary {
  background: linear-gradient(135deg, #ffd700 0%, #ff4500 50%, #b30000 100%);
  color: #fff;
  box-shadow: 0 6px 24px rgba(255, 69, 0, 0.45);
}

.mapla-btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.85);
}

.mapla-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.btn-ico { font-size: 1rem; }

/* Hero logo (shop mascot image) */
.mapla-hero-art {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mapla-hero-logo {
  width: min(420px, 90vw);
  height: auto;
  filter: drop-shadow(0 0 40px rgba(255, 69, 0, 0.45));
  animation: logo-float 3s ease-in-out infinite;
}

@keyframes logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Hero bottom feature bar (visually hidden on desktop since the banner contains it) */
.mapla-hero-features {
  display: none;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: rgba(8, 12, 36, 0.88);
  border-top: 1px solid rgba(255, 69, 0, 0.2);
  backdrop-filter: blur(10px);
}

.mapla-hero-feature {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 1rem 1.1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
}

.mapla-hero-feature:last-child {
  border-right: none;
}

.hf-icon {
  font-size: 1.35rem;
  flex-shrink: 0;
}

.mapla-hero-feature strong {
  display: block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffd700;
  margin-bottom: 0.12rem;
}

.mapla-hero-feature span {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.35;
}

/* ===== CATEGORIES ===== */
.mapla-categories {
  background: #fff;
  padding: 2.5rem 1.25rem 3rem;
}

.mapla-section-title {
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  font-weight: 700;
  text-align: center;
  color: #1a1a4e;
  margin-bottom: 1.75rem;
}

.mapla-section-title.dark {
  color: #1a1a4e;
}

.mapla-section-title .spark {
  color: #ff4500;
  font-size: 0.85em;
  margin: 0 0.35rem;
}

.mapla-cat-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.mapla-cat-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s, box-shadow 0.2s;
}

.mapla-cat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
  text-decoration: none;
}

.mapla-cat-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mapla-cat-card span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem 0.75rem 0.85rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* ===== MAIN CONTENT ===== */
.mapla-main {
  background: #f8f9fc;
  padding: 2rem 0 3rem;
}

.mapla-main .home-cart-section,
.mapla-main .info-section,
.mapla-main .contact-section {
  max-width: 1140px;
  margin: 0 auto 2.5rem;
  padding: 0 1.25rem;
}

.mapla-main .shop-section {
  max-width: 100%;
  width: 100%;
  margin: 0 0 2.5rem;
  padding: 0 1.5rem;
}

.mapla-gallery {
  max-width: 1140px;
  margin: 0 auto 2.5rem;
  padding: 0 1.25rem;
}

.mapla-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
}

.mapla-gallery-grid img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.mapla-footer {
  background: #1a1a2e;
  color: rgba(255, 255, 255, 0.75);
  border-top: none;
}

.mapla-footer a { color: #ffd700; }

.info-card {
  background: #fff;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  box-shadow: var(--shadow);
  line-height: 1.7;
}

.safety-card ul {
  list-style: none;
  padding: 0;
}

.safety-card li {
  padding: 0.5rem 0 0.5rem 1.5rem;
  position: relative;
  border-bottom: 1px solid var(--border);
}

.safety-card li:last-child { border-bottom: none; }

.safety-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .mapla-cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .view-toggle-container {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .mapla-header-inner {
    position: relative;
  }
  .mapla-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
  .mapla-nav-toggle {
    display: flex;
    margin-left: 0;
  }

  .mapla-nav {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    flex-direction: column;
    background: rgba(5, 8, 28, 0.98);
    padding: 1rem;
    gap: 0.25rem;
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
    z-index: 99;
  }

  body.nav-open .mapla-nav {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .mapla-nav a {
    width: 100%;
    text-align: center;
    padding: 0.75rem;
    font-size: 0.8rem;
  }

  .mapla-header-icons {
    margin-left: auto;
    margin-right: 0.5rem;
  }

  /* Responsive layout for mobile/tablet to show entire banner without cropping */
  .mapla-hero {
    aspect-ratio: auto;
    min-height: auto;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    background: transparent;
  }

  .mapla-hero-bg {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    background: url("../assets/mapla-hero-banner-mobile.png") center/cover no-repeat;
  }

  .mapla-hero-grid {
    position: relative;
    inset: auto;
    width: 100%;
    padding: 0;
    background: transparent;
    pointer-events: auto;
    display: none;
  }

  .mapla-hero-text {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    text-align: center;
  }

  .mapla-hero-btns {
    justify-content: center;
    gap: 1rem;
  }

  /* Hide feature bar on mobile */
  .mapla-hero-features {
    display: none;
  }

  /* Hide View Toggle controls on mobile */
  .view-toggle-container {
    display: none !important;
  }

  .mapla-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .mapla-hero {
    padding-top: 4.25rem;
  }

  .mapla-hero-features {
    display: none;
  }

  .mapla-hero-feature {
    border-right: none;
  }

  .mapla-cat-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
  }

  .mapla-hero-btns {
    flex-direction: column;
    align-items: stretch;
  }

  .mapla-btn { justify-content: center; }
}

/* ===== NEW STYLES: ECOMMERCE CUSTOM WORK ===== */

/* Header home navigation pill */
.mapla-nav a.nav-home-btn {
  background: #ff4500;
  color: #fff !important;
  border-radius: 20px;
  padding: 0.35rem 0.85rem !important;
  display: inline-flex;
  align-items: center;
  margin-right: 0.5rem;
  box-shadow: 0 0 10px rgba(255, 69, 0, 0.45);
}
.mapla-nav a.nav-home-btn:hover {
  background: #fff;
  color: #ff4500 !important;
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.8);
}
.mapla-nav a.nav-home-btn::after {
  display: none !important;
}

/* Shop toolbar with filter and Grid/List toggle */
.shop-toolbar-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  background: #fff;
  padding: 0.75rem 1.25rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.shop-toolbar-bar .filter-bar {
  margin-bottom: 0;
  flex-grow: 1;
}
.shop-toolbar-bar select {
  width: 100%;
  max-width: 240px;
  padding: 0.5rem 0.75rem;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-family: inherit;
  font-size: 0.85rem;
  background-color: #fff;
  color: #1a1a2e;
}

/* Grid/List View Toggle */
.view-toggle-container {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
.view-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  color: #1a1a2e;
  cursor: pointer;
  transition: all 0.2s ease;
}
.view-btn:hover {
  background: #f5f5f7;
  border-color: #ccc;
}
.view-btn.active {
  background: #ff4500;
  color: #fff;
  border-color: #ff4500;
  box-shadow: 0 4px 12px rgba(255, 69, 0, 0.3);
}

/* Quick Order List (Wholesale) Layout */
.product-list-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  background: #fff;
  border-radius: 14px;
  padding: 0.75rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.product-list-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #f2f2f5;
  background: #fff;
  border-radius: 8px;
  transition: background 0.15s, transform 0.15s;
}
.product-list-row:last-child {
  border-bottom: none;
}
.product-list-row:hover {
  background: #fafafc;
  transform: translateX(4px);
}
.prod-list-img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #eee;
  flex-shrink: 0;
  background: #f9f9f9;
}
.prod-list-info {
  flex: 1;
  min-width: 0;
}
.prod-list-title-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 4px;
}
.prod-list-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0;
}
.prod-list-video-btn {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: #ff0000;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 2px 6px;
  font-size: 0.7rem;
  font-weight: 700;
  border-radius: 4px;
  transition: background 0.15s;
}
.prod-list-video-btn:hover {
  background: rgba(255, 0, 0, 0.08);
}
.prod-list-meta {
  font-size: 0.72rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.prod-list-category {
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.03em;
}
.prod-list-price-wrap {
  text-align: right;
  min-width: 120px;
  flex-shrink: 0;
}
.prod-list-price-original {
  font-size: 0.72rem;
  text-decoration: line-through;
  color: #888;
  margin-right: 4px;
}
.prod-list-price-net {
  font-size: 0.95rem;
  font-weight: 800;
  color: #000;
}
.prod-list-discount-badge {
  font-size: 0.65rem;
  color: #2d6a4f;
  background: rgba(45, 106, 79, 0.08);
  padding: 1px 4px;
  border-radius: 4px;
  font-weight: 700;
  display: inline-block;
  margin-top: 1px;
}
.prod-list-qty-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
  margin-left: 0.5rem;
}
.prod-qty-btn {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #f5f5f7;
  color: #1a1a2e;
  font-size: 1.1rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  user-select: none;
}
.prod-qty-btn:hover {
  background: #e5e5e7;
}
.prod-qty-btn:active {
  background: #d8d8da;
}
.prod-qty-input {
  width: 44px;
  height: 32px;
  border-radius: 6px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #1a1a2e;
  background: #fff;
  -moz-appearance: textfield;
}
.prod-qty-input::-webkit-outer-spin-button,
.prod-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.prod-list-total-wrap {
  width: 90px;
  text-align: right;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1a2e;
  flex-shrink: 0;
}

/* Floating video link in grid card */
.prod-card-video-link {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 0, 0, 0.9);
  color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.2s, background 0.2s;
  z-index: 10;
  border: none;
  cursor: pointer;
}
.prod-card-video-link:hover {
  transform: scale(1.15);
  background: #ff0000;
  color: #fff;
}

/* YouTube Video Modal */
.video-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  transition: opacity 0.25s, visibility 0.25s;
}
.video-modal[hidden] {
  display: none !important;
}
.video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 8, 28, 0.88);
  backdrop-filter: blur(6px);
}
.video-modal-dialog {
  position: relative;
  background: #0f1225;
  border: 2px solid #ff4500;
  border-radius: 18px;
  width: 100%;
  max-width: 640px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  animation: modal-scale-ani 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 2001;
}
@keyframes modal-scale-ani {
  from { transform: scale(0.92); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.video-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.02);
}
.video-modal-header h2 {
  margin: 0;
  font-size: 1.05rem;
  color: #ffd700;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}
.video-modal-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.8rem;
  cursor: pointer;
  line-height: 1;
  transition: color 0.15s;
  padding: 0;
}
.video-modal-close:hover {
  color: #ffd700;
}
.video-modal-body {
  padding: 0.75rem;
}
.video-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  background: #000;
}
.video-iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 680px) {
  .product-list-row {
    flex-wrap: wrap;
    gap: 0.6rem;
    padding: 0.75rem;
  }
  .prod-list-qty-wrap {
    order: 3;
    margin-left: 0;
  }
  .prod-list-price-wrap {
    order: 2;
    text-align: left;
    flex-grow: 1;
    min-width: auto;
  }
  .prod-list-total-wrap {
    order: 4;
    width: auto;
    text-align: right;
    flex-grow: 1;
  }
}

