/** Shopify CDN: Minification failed

Line 235:37 Expected ":"

**/
   * {
       margin: 0;
       padding: 0;
       box-sizing: border-box;
   }

   .product-custom-hero-section {
       position: relative;
       text-align: center;
       background-image: url('/cdn/shop/files/home-header-img.png?v=1746773149');
       background-size: cover;
       background-position: bottom;
       background-repeat: no-repeat;
       margin-bottom: 75px;
   }

   .product-custom-hero-inner-section {
       display: flex;
       justify-content: center;
       align-items: center;
       flex-direction: column;
   }

   .pro-cus-heading-para {
       padding: 100px;
   }

   .pro-cus-heading-para h2 {
       font-size: 36px;
       color: #6d4c3d;
   }

   .pro-cus-heading-para p {
       font-size: 18px;
       color: #6d4c3dbf;
   }

   .pro-cus-cards {
       display: grid;
       grid-template-columns: repeat(4, 1fr);
       align-items: flex-start;
       column-gap: 40px;
       max-width: 1000px;
       background-color: #fff;
       padding: 30px;
       margin-bottom: -75px;
       border-radius: 8px;
       overflow: hidden;
       box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
   }

   .pro-cus-card {
       display: flex;
       justify-content: center;
       align-items: center;
       flex-direction: column;
   }

   .pro-cus-img-box {
       height: 30px;
       position: relative;
   }

   .pro-cus-img-box img {
       width: 100%;
       height: 100%;
       object-fit: contain;
   }

   .pro-cus-card h3 {
       font-size: 18px;
       font-weight: 500;
       padding: 10px 0px;
       color: #6d4c3d;
   }

   .pro-cus-card p {
       font-size: 16px;
       line-height: 24px;
       color: #6d4c3dbf;
       text-align: center;
       word-wrap: break-word;
   }

   @media (max-width: 1000px) {
       .product-custom-hero-section {
           margin-bottom: 60px;
       }

       .pro-cus-heading-para {
           padding: 30px;
       }

       .pro-cus-img-box {
           height: 20px;
           position: relative;
       }

       .pro-cus-heading-para {
           padding: 20px 20px 110px;
       }

       .pro-cus-heading-para h2 {
           font-size: 24px;
       }

       .pro-cus-cards {
           display: grid;
           grid-template-columns: repeat(2, 1fr);
           column-gap: 6px;
           row-gap: 6px;
           max-width: 100%;
           width: 100%;
           padding: 10px;
           margin-bottom: -75px;
           box-shadow: none;
       }

       .pro-cus-card {
           max-width: 100%;
           background-color: #fff;
           border-radius: 8px;
           box-shadow: rgba(100, 100, 111, 0.1) 0px 4px 15px 0px;
           padding: 6px;
           border: .2px solid rgba(128, 128, 128, .2);
           flex-direction: row;
           column-gap: 6px;
           justify-content: flex-start;
       }

       .pro-cus-card h3 {
           font-size: 14px;
           padding: 6px 0px;
       }

       .pro-cus-card P {
           display: none;
       }
   }

   /* CUSTOM PRODUCT SUBSCRIBE SECTION CSS */
   
      .pd-subscription-section {
          background-color: #fdf8f7;
          padding: 60px 50px;
      }

      .pd-subscription-container {
          max-width: 1500px;
          margin: auto;
          display: flex;
          flex-wrap: wrap;
          align-items: flex-start;
          gap: 40px;
      }

      .pd-subscription-image img {
          width: 100%;
          max-width: 500px;
          object-fit: cover;
          border-radius: 12px;
      }

      .pd-subscription-content {
          flex: 1;
          min-width: 300px;
      }

      .pd-subscription-content h4 {
          font-size: 16px;
          font-weight: 600;
          color: #6d4c3d;
          margin-bottom: 10px;
      }

      .pd-subscription-content h2 {
          font-size: 24px;
          margin-bottom: 30px;
          color: #6d4c3d;
      }

      .pd-subscription-benefits {
          list-style: none;
          padding: 0;
          margin-bottom: 30px;
      }

      .pd-subscription-benefits li {
          display: flex;
          gap: 15px;
          margin-bottom: 20px;
          font-size: 16px;
          line-height: 1.5;
          color: #6d4c3dbf;
      }

      .pd-subscription-benefits .pd-subscription-icon {
          font-size: 22px;
      }

      .pd-subscription-button {
          background-color: #6d4c3d;
          color: #fff;
          border: none;
          padding: 12px 24px;
          border-radius: 24px;
          font-size: 14px;
          font-weight: 600;
          text-transform: uppercase;
          cursor: pointer;
          transition: background-color 0.3s ease;
      }

      .pd-subscription-button:hover {
          background-color: #5d3e31;
      }

      @media(max-width: 576px) {
          .pd-subscription-section {
              padding: 30px 20px;
              margin-top: -35px;
          }
          .pd-subscription-container {
              gap: 15px;
          }
          .pd-subscription-content h2 {
              font-size: 24px;
              margin-bottom: 15px;
          }
         .pd-subscription-benefits {c
            margin-bottom: 0px;
          }

          .pd-subscription-benefits li {
              margin-bottom: 10px;
          }

          .pd-subscription-benefits .pd-subscription-icon {
              font-size: 20px;
          }
      }

    /*  */
  .control-section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px; 
  }

  .control-icon-wrapper {
    width: 80px;
    height: 80px;
    background-color: #f6f6f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .control-icon-wrapper img {
    width: 40px;
    height: auto;
  }

  .control-text h2 {
    font-size: 24px;
    color: #6d4c3d;
    margin: 0;
  }

  .control-text p {
    font-size: 16px;
    margin-top: 8px;
  }
  /* What in the box section */
          .product-what-in-the-box-section {
          padding: 55px 50px 40px;
      }

      .product-what-in-the-box-inner-section {
          max-width: 1500px;
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-template-rows: auto;
          align-items: center;
          column-gap: 80px;
          row-gap: 40px;
          text-align: center;
          margin: 0 auto;
          background-color: #fdf8f7;
          border-radius: 20px;
          overflow: hidden;
          padding: 40px;
      }

      .product-what-in-the-box-text h2 {
          font-size: 24px;
          color: #6d4c3d;
          margin-bottom: 15px;
      }

      .product-what-in-the-box-text p {
          font-size: 18px;
          color: #6d4c3dbf;
          line-height: 1.5;
      }

      .product-what-in-the-box-media {
          position: relative;
          border-radius: 16px;
          overflow: hidden;
          height: 250px;
      }

      .product-what-in-the-box-media img {
          width: 100%;
          height: 100%;
          object-fit: cover;
      }

      @media (max-width: 768px) {
          .product-what-in-the-box-section {
              padding: 32px 0px 20px 0px;
          }
         .product-what-in-the-box-inner-section {
            max-width: 100%;
            grid-template-columns: 1fr;
            padding: 20px;
            row-gap: 20px;
            border-radius: 0px;
        }
        .product-what-in-the-box-text h2 {
            font-size: 24px;
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .product-what-in-the-box-text p {
              font-size: 16px;
          }

          .product-what-in-the-box-text{
              max-width: 100%;
              order: 2;
          }
          .product-what-in-the-box-media {
              max-width: 100%;
              order: 1;
          }
        /* control middle section */

        .control-section {  
        }

        .control-icon-wrapper {
          width: 80px;
          height: 80px;
          flex-shrink: 0;
        }

        .control-icon-wrapper img {
          width: 40px;
        }

        .control-text h2 {
          font-size: 20px;
          color: #6d4c3d;
          margin: 0;
        }

        .control-text p {
          font-size: 16px;
          line-height: 23px;
          margin-top: 8px;
        }
      } 