/**
 * Qin ProductFrontEnd Module CSS
 * Hide SKU information from product page
 */

.product.attribute.sku {
    display: none !important;
}
/* Minimal stylesheet to satisfy MIME type and static asset pipeline */
.apf-hidden { display: none; }
.footer .footer-columns { display: flex; flex-wrap: nowrap; gap: 24px; align-items: flex-start; clear: both; width: 100%; }
.footer .footer-column { flex: 0 0 calc((100% - 48px)/3); min-width: 0; box-sizing: border-box; padding-right: 0; }
.footer-title { font-weight: 600; margin: 0 0 8px; text-transform: uppercase; }
.footer .footer-column p { margin: 0 0 8px; }
.footer .footer-column .links { list-style: none; margin: 0; padding: 0; }
.footer .footer-column .links li { margin: 0 0 6px; }
@media (max-width: 992px) {
  .footer .footer-columns { flex-wrap: wrap; }
  .footer .footer-column { flex: 0 0 100%; }
}

.catalog-product-view .page-title .base,
.catalog-product-view .product-info-main .page-title .base {
  font-size: 24px !important;
  line-height: 31px !important;
  font-weight: 400 !important;
  display: inline !important;
}
.catalog-product-view .page-title,
.catalog-product-view .product-info-main .page-title {
  line-height: 31px !important;
}
.catalog-product-view h1.page-title {
  font-size: 24px !important;
  line-height: 31px !important;
  font-weight: 400 !important;
  margin-bottom: 16px !important;
}
