/* Desktop-only recovery styles for homepage sections.
 * Kept separate so the header, hero and mobile layout remain untouched.
 */
@media (min-width: 1200px) {
  .page-home .ul-new-products,
  .page-index .ul-new-products,
  #index .ul-new-products {
    box-sizing: border-box !important;
    width: min(calc(100% - 32px), 1440px) !important;
    margin-inline: auto !important;
    padding: 54.4px 32px 64px !important;
    background: transparent !important;
    border-radius: 0 !important;
  }

  .ul-new-products__track {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: minmax(262px, 1fr) !important;
    gap: 16px !important;
    overflow-x: auto !important;
    padding-bottom: 10px !important;
  }

  .ul-new-products .product-miniature {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .ul-new-products .product-miniature__image-container {
    box-sizing: border-box !important;
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 210px !important;
    padding: 12px !important;
    overflow: hidden !important;
    background: #fff !important;
    border: 1px solid #d9dee7 !important;
    border-radius: 14px !important;
    box-shadow: 0 2px 10px rgba(17, 24, 39, 0.04) !important;
  }

  .ul-new-products .product-miniature__image-container a,
  .ul-new-products .product-miniature__image-container .product-thumbnail {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 186px !important;
    max-width: 100% !important;
    height: 184px !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    background: #fff !important;
    border-radius: 8px !important;
  }

  .ul-new-products .product-miniature__image-container img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }

  .ul-new-products .product-miniature__bottom {
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    min-height: 284px !important;
    padding: 16px 8px !important;
  }

  .ul-new-products .product-miniature__actions {
    display: block !important;
    margin-top: auto !important;
  }

  .ul-new-products .product-miniature__actions form {
    display: grid !important;
    gap: 10px !important;
  }

  .ul-new-products .product-miniature__quantity,
  .ul-new-products .qty {
    display: grid !important;
    grid-template-columns: repeat(3, 44px) !important;
    width: 132px !important;
    height: 48px !important;
  }

  .ul-new-products .add-to-cart {
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 52px !important;
    padding: 12px 20px !important;
    color: #fff !important;
    background: #176b45 !important;
    border: 1px solid #176b45 !important;
    border-radius: 8px !important;
  }

  .ul-light-guide {
    box-sizing: border-box !important;
    width: min(calc(100% - 32px), 1440px) !important;
    margin-inline: auto !important;
    padding: 72px 32px !important;
  }

  .ul-light-guide__header {
    width: 100% !important;
    max-width: 760px !important;
    margin-bottom: 32px !important;
  }

  .ul-light-guide__grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    width: 100% !important;
  }

  .ul-light-guide__card {
    box-sizing: border-box !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 16px !important;
    min-width: 0 !important;
    min-height: 194px !important;
    padding: 23px !important;
    background: #fff !important;
    border: 1px solid #dddfe1 !important;
    border-radius: 12px !important;
    box-shadow: 0 7px 22px rgba(17, 27, 40, 0.043) !important;
  }

  .ul-light-guide__icon {
    box-sizing: border-box !important;
    display: grid !important;
    flex: 0 0 46px !important;
    place-items: center !important;
    width: 46px !important;
    height: 46px !important;
    color: #fff !important;
    background: #17344d !important;
    border-radius: 50% !important;
  }

  .ul-light-guide__card > div {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    min-width: 0 !important;
    height: 100% !important;
  }

  .ul-light-guide__card h3,
  .ul-light-guide__card p {
    margin-top: 0 !important;
  }

  .ul-light-guide__card strong,
  .ul-light-guide__card a {
    margin-top: auto !important;
  }
}
