/* Desktop / mobile balance for store pages */

.header-brand {
  display: none;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  flex-shrink: 0;
  letter-spacing: -0.5px;
  padding-right: 4px;
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1023px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .hero-minimal h1 {
    font-size: 36px !important;
  }
}

/* Desktop */
@media (min-width: 1024px) {
  .header-brand {
    display: block;
  }

  .store-header {
    height: 64px;
    padding: 0 32px;
    gap: 16px;
  }

  body.has-store-header {
    padding-top: 64px;
  }

  header.store-header {
    height: 64px !important;
    padding: 0 32px !important;
    gap: 16px !important;
  }

  .header-search-wrap {
    max-width: 640px;
  }

  .header-links a {
    padding: 8px 14px;
    font-size: 15px;
  }

  .hero-minimal {
    padding: 64px 40px 48px !important;
  }

  .hero-minimal .hero-content {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
  }

  .hero-minimal .hero-text {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    align-items: center;
  }

  .hero-minimal h1 {
    font-size: 42px !important;
    line-height: 1.15 !important;
    margin-bottom: 16px !important;
    text-align: center !important;
  }

  .hero-minimal .hero-desc {
    font-size: 18px !important;
    margin-bottom: 28px !important;
    text-align: center !important;
  }

  .hero-minimal .hero-actions {
    justify-content: center !important;
  }

  .store-page-inner,
  .section-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .products-first {
    padding-top: 48px !important;
  }

  .products {
    padding: 64px 40px !important;
  }

  .section-title {
    font-size: 32px !important;
  }

  .trust-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  .product-card:hover .product-btn {
    width: auto !important;
    padding: 0 14px;
    gap: 8px;
  }

  .product-btn .product-btn-label {
    display: none;
  }

  .product-card:hover .product-btn .product-btn-label {
    display: inline;
    font-size: 13px;
    font-weight: 700;
    color: white;
    white-space: nowrap;
  }

  .product-card:hover .product-btn .product-btn-icon {
    display: block;
  }
}

@media (min-width: 1280px) {
  .products-grid {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 768px) {
  .hero-minimal {
    padding: 32px 20px 24px !important;
  }

  .hero-minimal .hero-text {
    text-align: center;
  }

  .hero-minimal h1 {
    font-size: 28px !important;
    text-align: center !important;
  }

  .hero-minimal .hero-desc {
    font-size: 16px !important;
    text-align: center !important;
  }

  .hero-minimal .hero-actions {
    justify-content: center !important;
  }
}
