.elementor-264 .elementor-element.elementor-element-5d4a75f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-068c827 */.product-grid-container {
      max-width: 1280px;
      margin: 0 auto;
      padding: 2rem 1rem;
    }

    .grid-title {
      font-size: 2.5rem;
      text-align: center;
      margin-bottom: 2rem;
      color: #1a1a1a;
    }

    .product-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 1.5rem;
    }

    a.product-card {
      background-color: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      text-decoration: none;
      color: inherit;
    }

    a.product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    }

    .product-image-container {
      width: 100%;
      aspect-ratio: 4 / 3;
      background-color: #eaeaea;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .product-image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .product-info {
      padding: 1rem;
      text-align: center;
      flex-grow: 1;
    }

    .product-name {
      font-size: 1.125rem;
      font-weight: 600;
      color: #333;
    }

    @media (max-width: 600px) {
      .grid-title {
        font-size: 2rem;
      }

      .product-name {
        font-size: 1rem;
      }
    }

    :focus-visible {
      outline: 3px solid #007acc;
      outline-offset: 4px;
    }/* End custom CSS */