/** Shopify CDN: Minification failed

Line 17:18 Unexpected "{"
Line 17:27 Expected ":"
Line 23:26 Unexpected "{"
Line 23:35 Expected ":"
Line 27:26 Unexpected "{"
Line 27:35 Expected ":"
Line 31:26 Unexpected "{"
Line 31:35 Expected ":"
Line 40:26 Unexpected "{"
Line 40:35 Expected ":"
... and 50 more hidden warnings

**/
/* START_SECTION:dream-kitchens (INDEX:25) */
#shopify-section-{{ section.id }} .dream-kitchens-section {
          text-align: center;
          padding: 50px 20px;
          background-color: #f9f9f9;
        }

        #shopify-section-{{ section.id }} .dream-kitchens-section .section-title {
          margin-bottom: 10px;
          text-align: left;
        }
        #shopify-section-{{ section.id }} .dream-kitchens-section .section-title h1 {
          margin: 0;
        }

        #shopify-section-{{ section.id }} .dream-kitchens-section .section-description {
          color: #555;
          text-align: left;
          margin-bottom: 40px;
          justify-content: space-between;
          display: flex;
          align-items: center;
          gap: 10px;
        }
        #shopify-section-{{ section.id }} .dream-kitchens-section .section-description p{
          line-height:normal;
        }
        #shopify-section-{{ section.id }} .kitchen-cards-wrapper {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
          gap: 20px;
          margin-top: 20px;
          align-items: center;
          justify-content: center;
          align-content: center;
        }

        #shopify-section-{{ section.id }} .kitchen-card {
          position: relative;
          overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

      #shopify-section-{{ section.id }} .kitchen-card:hover {
        transform: translateY(-5px);
      }

      #shopify-section-{{ section.id }} .card-image {
          background-position: center;
          background: no-repeat;
            border-radius: 16px;
        }

      #shopify-section-{{ section.id }} .card-content {
        padding: 20px;
        background: #FFFFFF33;
        top: 30px;
        left: 33px;
        border-radius: 16px;
        position: absolute;
        backdrop-filter: blur(13px);
        color: #1C2228;
        text-align: left;
        max-width: 400px;
        }
     #shopify-section-{{ section.id }} .kitchen-title h2{
        margin: 0 ;
    }
      #shopify-section-{{ section.id }} .kitchen-category p {
        margin: 0 ;
    }

      #shopify-section-{{ section.id }} .kitchen-title {
          margin: 10px 0;
        }

        #shopify-section-{{ section.id }} .variant-button {
          display: inline-block;
          padding: 8px 20px;
          border: 1px solid #ddd;
          border-radius: 20px;
          background-color: #fff;
          cursor: pointer;
          transition: background-color 0.3s ease;
          color: inherit;
          text-decoration: none;
        }
        #shopify-section-{{ section.id }} .kitchen-variants {
            gap: 5px;
            display: flex;
            margin-top: 15px;
          flex-wrap: wrap;
        }
        #shopify-section-{{ section.id }} .kitchen-description p {
            line-height: normal;
        }
        #shopify-section-{{ section.id }} .variant-button:hover {
          background-color: #ddd;
        }
     #shopify-section-{{ section.id }} .slider-prev{
       position: relative;
      border: 1px solid #676867;
      color: #1C2228;
      font-size: 20px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      margin: 0;
      border-radius: 50%;
      width: 56px;
      height: 56px;
      background: transparent;
     }
     #shopify-section-{{ section.id }} .slider-next {
       position: relative;
       background: transparent;
       color: #1C2228;
       border: 1px solid #676867;
       font-size: 20px;
       cursor: pointer;
       transition: background-color 0.3s ease;
       margin: 0;
       border-radius: 50%;
       width: 56px;
      height: 56px;
     }
  #shopify-section-{{ section.id }} .arrow-section {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 10px;
      align-items: center;
      justify-content: space-between;
  }

     #shopify-section-{{ section.id }} .slider-prev:hover {
       background: #EE4036;
       color: #ffffff;
       border: 1px solid #EE4036;
     }
     #shopify-section-{{ section.id }} .slider-next:hover {
       background: #EE4036;
       color: #ffffff;
       border: 1px solid #EE4036;
     }
    @media (max-width: 1200px) {
        #shopify-section-{{ section.id }} .kitchen-cards-wrapper {
          grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        }
    }
    @media (min-width: 768px) and (max-width: 1024px) {
      #shopify-section-{{ section.id }} .card-content {
        padding: 15px;
        top: 0;
        left: 0;
        max-width: 100%;
      }
    }

    @media (max-width: 768px) {
    #shopify-section-{{ section.id }} .dream-kitchens-section {
      padding: 30px 10px;
    }

    #shopify-section-{{ section.id }} .dream-kitchens-section .section-title {
      text-align: center;
    }

    #shopify-section-{{ section.id }} .dream-kitchens-section .section-description {
      text-align: center;
      display: unset;
    }

    #shopify-section-{{ section.id }} .kitchen-cards-wrapper {
      grid-template-columns: 1fr;
    }
      #shopify-section-{{ section.id }} .arrow-section {
      justify-content: center;
    }
  }
   @media (max-width: 475px) {
         #shopify-section-{{ section.id }} .card-content {
      padding: 15px;
        top: 0;
        left: 0;
        max-width: 100%;
    }
   }
/* END_SECTION:dream-kitchens */
