
/* Veridian Health 2.6.79
   Center Featured Collection exactly like New Products and Shop by Brand.
   This only corrects positioning; it does not re-add any white banner panel,
   border, shadow or background.
*/

@media (min-width: 768px) {
  body#index section.featured-products[data-type="popularproducts"] {
    box-sizing: border-box !important;
    position: relative !important;

    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;

    width: calc(100vw - 24px) !important;
    max-width: 1571px !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
  }

  body#index section.featured-products[data-type="popularproducts"] > .container,
  body#index section.featured-products[data-type="popularproducts"] > .section-title,
  body#index section.featured-products[data-type="popularproducts"] > .products,
  body#index section.featured-products[data-type="popularproducts"] > .products-grid,
  body#index section.featured-products[data-type="popularproducts"] > .product-slider {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 1518px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* Mobile: use the same centering rule as the other homepage banners. */
@media (max-width: 767.98px) {
  body#index section.featured-products[data-type="popularproducts"] {
    position: relative !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;

    width: calc(100vw - 20px) !important;
    max-width: none !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
}
