/** Shopify CDN: Minification failed

Line 391:0 Expected "}" to go with "{"

**/
/* =========================================================
   RISHI SAGAR FRESH DAIRY
   ========================================================= */

.rishi-fresh-dairy {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #FBF4E6;
  isolation: isolate;
}

.rishi-fresh-dairy__content {
    display: grid;
    grid-template-columns: minmax(0,1.2fr) minmax(420px, 1fr);
    align-items: flex-end;
    gap: 20px;
    position: relative;
}

/* =========================================================
   BOOTH
   ========================================================= */

.rishi-fresh-dairy__booth {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.rishi-fresh-dairy__booth-image {
    display: block;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
    padding-bottom: 10px;
    max-width: 770px;
}


/* =========================================================
   HEADING
   ========================================================= */

.rishi-fresh-dairy__heading h2 {
    color: #65000A;
    font-family: Nunito !important;
   font-size: clamp(24px, 2.42vw, 32px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}
.rishi-fresh-dairy__description {
    max-width: 480px;
    margin-bottom: 24px;
    color: #704F3F;
    font-family: Nunito;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.rishi-fresh-dairy__description p {
  margin: 0;
}


/* =========================================================
   FORM
   ========================================================= */

.rishi-fresh-dairy__form {
  width: 100%;
}

.rishi-fresh-dairy__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.rishi-fresh-dairy__field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.rishi-fresh-dairy__field--product {
  margin-top: 10px;
}
.rishi-fresh-dairy__field label {
    display: block;
    margin: 0 0 5px;
    color: rgba(101, 0, 10, 0.80);
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.rishi-fresh-dairy__field input {
    width: 100%;
    height: 48px;
    padding: 0 10px;
    border: 1px solid var(--rishi-border);
    border-radius: 5px;
    outline: none;
    background: transparent;
    box-sizing: border-box;
    color: rgba(112, 79, 63, 0.60);
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rishi-fresh-dairy__field input::placeholder {
  color: #b89f94;
  opacity: 1;
}

.rishi-fresh-dairy__field input:focus {
  border-color: var(--rishi-primary);
}


/* =========================================================
   BUTTONS
   ========================================================= */

.rishi-fresh-dairy__actions {
  display: flex;
  align-items: center;
  gap: 16px;
margin-top: clamp(20px, 3vw, 40px);
}

.rishi-fresh-dairy__availability,
.rishi-fresh-dairy__whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    box-sizing: border-box;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    transition: .2s ease;
    font-family: Nunito;
   font-size: clamp(16px, 1.36vw, 18px);
    font-style: normal;
    font-weight: 500;
    line-height: 133.333%;
    color: #FBF4E6;
}

.rishi-fresh-dairy__availability:hover,
.rishi-fresh-dairy__whatsapp:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}

.rishi-fresh-dairy__availability {
  flex: 1;
  border: 1px solid var(--rishi-primary);
  background: var(--rishi-primary);
  color: #ffffff;
}

.rishi-fresh-dairy__whatsapp {
  min-width: 105px;
  padding: 0 13px;
  border: 1px solid #d9bba5;
  background: transparent;
  color: var(--rishi-primary);
}

.rishi-fresh-dairy__button-icon {
  display: inline-block;
  width: 18px;
  height: auto;
  margin-left: 10px;
  object-fit: contain;
}


.rishi-fresh-dairy__cow {
    position: absolute;
    z-index: 6;
    right: -100px;
    bottom: 90px;
    display: block;
    pointer-events: none;
    width: 356px;
    height: 267px;
}

/* =========================================================
   BOTTOM BAR
   ========================================================= */

.rishi-fresh-dairy__bottom-bar {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  overflow: hidden;
  background: var(--rishi-bottom-bg);
}

.rishi-fresh-dairy__bottom-bar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 1400px) {
.rishi-fresh-dairy__card { 
    width: 800px;
}

.rishi-fresh-dairy__card {
    box-sizing: border-box;
    background: #f9eedc;
    padding: 20px 20px 100px 200px;
    height: 550px;
    border-radius: 16px;
    right: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
}

@media (max-width: 1399px) {
  .rishi-fresh-dairy__content {  
    align-items: center !important; 
}
.rishi-fresh-dairy__bottom-bar {
    position: relative;
}

.rishi-fresh-dairy__booth {
    align-items: center;

}

/* =========================================================
   TABLET
   ========================================================= */

@media screen and (max-width: 900px) {

  .rishi-fresh-dairy__wrapper {
    padding: 28px 24px 45px;
  }

  .rishi-fresh-dairy__content {
    grid-template-columns: minmax(0, 1fr) minmax(350px, 0.85fr);
    gap: 12px;
  }

  .rishi-fresh-dairy__cow {
    width: 110px;
  }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media screen and (max-width: 749px) {

  .rishi-fresh-dairy {
    min-height: 0;
  }

  .rishi-fresh-dairy__wrapper {
    padding: 24px 16px 42px;
  }

  .rishi-fresh-dairy__content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    min-height: 0;
  }


  /* Booth */

  .rishi-fresh-dairy__booth {
    width: 100%;
    height: auto;
  }

  .rishi-fresh-dairy__booth-image {
    width: 100%;
    max-height: none;
    margin: 0 auto;
  }


  /* Card */

  .rishi-fresh-dairy__card {
    max-width: none;
    margin: 0;
    padding: 16px 0 3px;
    border-radius: 0;
    background: transparent;
  }


  /* Heading */

  .rishi-fresh-dairy__heading {
    text-align: center;
  }

  .rishi-fresh-dairy__heading h2 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.25;
  }



  /* Fields */

  .rishi-fresh-dairy__row {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .rishi-fresh-dairy__field--product {
    margin-top: 9px;
  }
  /* Buttons */

  .rishi-fresh-dairy__actions {
    flex-direction: column;
    gap: 7px;
    margin-top: 15px;
  }

  .rishi-fresh-dairy__availability,
  .rishi-fresh-dairy__whatsapp {
    width: 100%;
  }


  /* Hide cow on mobile */

  .rishi-fresh-dairy__cow {
    display: none;
  }


  /* Bottom */

  .rishi-fresh-dairy__bottom-bar {
    height: 12px;
  }

}

