/** Shopify CDN: Minification failed

Line 282:0 All "@import" rules must come first

**/
esa-custom-bundle {
  background-image: url(https://cdn.shopify.com/s/files/1/0569/7889/9022/files/Background_1.png?v=1747752289) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
  padding-top: 36px;
  padding-bottom: 100px;
  display: block;
}
esa-custom-bundle .page-width {
  width: calc(100% - 40px);
  padding: 0;
}

esa-custom-bundle .page-width {
  background: #fff;
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.esa__steps_wrap .page-width {
  padding: 0;
}
.grid-col {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.active_over_body {
  overflow: hidden;
}
.esa__pd_item_box_img {
  position: relative;
  padding-top: 100%;
}

.esa__pd_item_box_img img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* TEXT */
.esa__pd_item_box_text h3 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  padding: 8px 0 10px;
}
.esa__pd_over_info_inner_text h3 {
  text-align: center;
  font-size: 30px;
  margin: 0;
  padding: 8px 0 10px;
  font-weight: 400;
  letter-spacing: 0;
}

.esa__pd_item_box_text p.mb-2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 0 6px;
}

.esa__pd_item_box_text {
  padding: 10px;
}

.esa__pd_item_box {
  background: #f6f6f6;
  border: 1px solid #000;
  border-radius: 10px;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 45px;
  width: 100%;
}

/* HEADINGS */
.esa__product_wrap_list_main_header {
  position: sticky;
  top: var(--header-height);
  display: inline-block;
  z-index: 2;
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 20px 0;
}
.esa__product_wrap_list > h3,
.esa__product_wrap_list_main_header h3 {
  margin: 0;
  font-size: 30px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0;
}

.esa__product_wrap_list {
  padding: 0 0 20px;
  transition: all 0.2s ease;
  width: 100%;
}

/* QTY */
.esa__qty_buttons_cover {
  display: flex;
  text-align: center;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 13px;
  transform: translateX(-50%);
  width: calc(100% - 20px);
}

.esa__qty_buttons_cover button {
  width: 25%;
  border: 1px solid #000;
  padding: 6px;
  font-size: 21px;
  cursor: pointer;
  color: #000;
}

.esa__qty_buttons_cover input {
  width: 50%;
  text-align: center;
  border: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  outline: none;
}

.esa__qty_buttons_cover .esa__decrement {
  border-radius: 5px 0 0 5px;
}

.esa__qty_buttons_cover .esa__increment {
  border-radius: 0 5px 5px 0;
}

/* FREE PRODUCTS */
.esa__product_wrap_list.free-products .esa__decrement,
.esa__product_wrap_list.free-products .esa__product-qty {
  display: none;
}

.esa__product_wrap_list.free-products .esa__increment {
  width: 100%;
  border-radius: 5px;
  font-size: 16px;
  background: #000;
  color: #fff;
  padding: 10px 5px;
}

/* FINAL PRICE */
.esa__final_price_btn {
  text-align: center;
  padding-top: 10px;
  color: #000;
  display: none;
}

.esa__final_price_btn p {
  font-size: 26px;
  font-weight: bold;
  margin: 0;
}

.esa__final_price_btn button {
  border: 1px solid #000;
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 13px 30px;
  cursor: pointer;
  margin: 0 auto;
}

.esa__final_price_btn button:hover {
  background: #fff;
  color: #000;
}

/* DEMO */
.final_price_demo {
  text-align: center;
  display: none;
}
.esa__next_step {
  border: 1px solid #000;
  font-size: 19px;
  color: #fff;
  background: #000;
  padding: 13px 30px;
  cursor: pointer;
  width: 100%;
}
.esa__next_step:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.esa__delivery_city,
.esa__delivery_date_cover {
  min-height: 500px;
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  background-color: #fff;
  box-shadow: 0 16px 16px #e3e3e380;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #e3e3e3;
  border-radius: 20px;
  background-image: url(https://cdn.shopify.com/s/files/1/0569/7889/9022/files/Background_2.png?v=1747751061) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.esa__delivery_city label,
.esa__delivery_date_cover label {
  font-size: 30px;
  font-weight: 700;
}

.esa__delivery_city select,
.esa__delivery_date_cover input {
  width: 100%;
  max-width: 350px;
  border: 1px solid #000;
  padding: 10px;
  font-size: 18px;
  border-radius: 10px;
  color: #000;
}

/* POPUP */
.esa__pd_over_info_title {
  position: absolute;
  inset: 0;
  cursor: pointer;
}

.esa__pd_over_info_inner_cotnent {
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  max-width: 1030px;
}

@media (max-width:750px){
  .border.rounded.p-4.shadow { width:50%; }

  .esa__pd_item_box_text h3 { font-size:12px; }
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.fonts_family {
  font-family: "Montserrat", sans-serif;
}

/* ================= FONT ================= */
@font-face {
  font-family: 'TAN- Tangkiwood';
  src: url('/cdn/shop/files/TANTangkiwood-Display.eot?v=1746680622');
  src: url('/cdn/shop/files/TANTangkiwood-Display.eot?v=1746680622') format('embedded-opentype'),
       url('/cdn/shop/files/TANTangkiwood-Display.woff2?v=1746680621') format('woff2'),
       url('/cdn/shop/files/TANTangkiwood-Display.woff?v=1746680622') format('woff'),
       url('/cdn/shop/files/TANTangkiwood-Display.ttf?v=1746680622') format('truetype');
  font-display: swap;
}

/* ================= PRODUCT (UPDATED TO esa__) ================= */

.esa__pd_item_box_text h3 { color:#000; }
.esa__pd_item_box_text p.mb-2 { color:#000; }

.esa__weight_serving p {
  margin:0;
  font-size:13px;
  color:#000;
  padding-bottom:1px;
}

.esa__pd_over_info_title {
  position:absolute;
  inset:0;
  cursor:pointer;
}

.esa__pd_over_info_title svg {
  width:30px;
  opacity:0;
}

.esa__pd_over_info_content.active_over_content {
  display:flex !important;
  position:fixed;
  inset:0;
  z-index:7;
  background:#0000005e;
  backdrop-filter:blur(8px);
  align-items:center;
  justify-content:center;
}
.esa__pd_over_info_content.active_over_content:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: transparent;
  z-index: 0;
  top: 0;
}
.esa__pd_over_info_inner_cotnent {
  background: #fff;
  color: #000;
  position: relative;
  border-radius: 20px;
  padding: 40px;
  overflow-y: auto;
  z-index: 1;
}

.esa__close_pd_over {
  position:absolute;
  top:10px;
  right:10px;
  cursor:pointer;
}
.esa__close_pd_over svg {
  width: 30px;
}

.esa__pop_pd_image img {
  max-width:300px;
  margin:0 auto;
  display:block;
  padding-bottom:20px;
}

.esa__pd_over_info_inner_text .esa__weight_serving {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #55996f;
  padding: 10px 0 !important;
}

.esa__pd_over_info_inner_text .esa__weight_serving p {
  border-right: #fff solid 2px;
  line-height: normal;
  padding: 0 14px;
  font-weight: 700;
  font-size: 16px;
  color: #fff !important;
}
.pd_over_info_inner_text .weight_serving p:last-child {
    border: 0;
}

.esa__pd_over_info_inner_text .esa__weight_serving p:last-child {
  border:0;
}
.esa__pop_pd_description {
  font-size: 15px;
  line-height: normal;
}
.esa__pop_pd_description_titoe {
  font-size:20px;
  font-weight:bold;
  padding-top:16px;
}
.esa__pop_pd_description p {
  margin: 10px 0;
}
.esa__product_wrap_list.free-products .esa__weight_serving {
  text-align:center;
  padding-bottom: 7px;
}

/* ================= STEPS ================= */
.esa__step_process {
  padding-bottom: 40px;
}
.esa__step_process ul {
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
}
.esa__step_process ul:after {
  width: 0;
  position: absolute;
  left: 1px;
  content: "";
  display: block;
  background: #55996f;
  height: 10px;
  border-radius: 50px;
  transition: all ease .2s;
}

.esa__step_process ul.stp2_active:after { width:25%; }
.esa__step_process ul.stp3_active:after { width:45%; }
.esa__step_process ul.stp4_active:after { width:64%; }
.esa__step_process ul.stp5_active:after { width:81%; }

.esa__step_process ul li {
    font-family: var(--font-heading-family);
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.esa__step_process ul li {
  width:20%;
  text-align:center;
  z-index:1;
}

.esa__step_process ul li span {
  width:80px;
  height:80px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  border:1px solid #55996f;
  color:#55996f;
  background:#fff;
}

.esa__step_process ul li.stp_active_inn span {
  background:#55996f;
  color:#fff;
}

/* ================= BACK ================= */
.esa__back_btn_common {
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:25px;
  width: max-content;
  margin: auto;
  cursor: pointer;
}

.esa__back_btn_common svg {
  width: 25px;
  margin-right: 9px;
  position: relative;
  top: -2px;
}
.esa__back_btn_common svg path {
  fill: #55996f;
}

/* ================= DELIVERY ================= */

.esa__delivery_city label,
.esa__delivery_date_cover label {
  font-size:30px;
  font-weight:700;
}

.esa__delivery_city select,
.esa__delivery_date_cover input {
  width:100%;
  max-width:350px;
  border:1px solid #000;
  padding:10px;
  font-size:18px;
  border-radius:10px;
}

.esa__delivery_city select {
  width: 100%;
  max-width: 350px;
  border: #000 solid 1px;
  font-size: 18px;
  padding: 10px 40px 10px 10px;
  appearance: none;
  -webkit-appearance: none;
  background: #f7f7f7;
  border-radius: 7px;
  box-shadow: 1px 1px 1px 1px !important;
  outline: none !important;
  cursor: pointer;
  background-image: url(https://cdn.shopify.com/s/files/1/0569/7889/9022/files/down-arrow-backup-2-svgrepo-com_2.svg?v=1747671204);
  background-size: 20px;
  background-position: calc(100% - 13px) center;
  background-repeat: no-repeat;
}

/* ================= STATES ================= */

.esa__delivery_city_wrap,
.esa__delivery_date_wrap,
.esa__product_wrap_list.menu-products,
.esa__final_price_btn {
  display:none;
}

.esa__active_over_body {
  overflow:hidden;
}

/* ================= RESPONSIVE ================= */

@media(max-width:798px){
  .esa__delivery_city,
  .esa__delivery_date_cover {
    min-height:350px;
  }
}

@media(max-width:750px){
  .esa__delivery_city,
  .esa__delivery_date_cover {
    min-height:200px;
    padding:40px;
  }

  .esa__step_process ul li span {
    width:50px;
    height:50px;
    font-size:18px;
  }
}
.esa__final_price_btn .esa__back_step {
    margin: 0;
}

.esa__purchasePlans {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 60px;
  min-height: 500px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 16px 16px #e3e3e380;
  overflow: visible;
  row-gap: 0;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  background-image: url(https://cdn.shopify.com/s/files/1/0569/7889/9022/files/Background_2.png?v=1747751061);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* LABEL */
.esa__purchasePlans .esa__frequency-label {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: 2px solid #55996f;
  border-radius: 10px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  padding: 20px;
  cursor: pointer;
  gap: 5px;
}

.esa__purchasePlans input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}

.esa__purchasePlans .esa__wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 0;
}

.esa__purchasePlans .esa__wrap > div {
  width: 50%;
  position: relative;
  padding: 10px;
}
.esa__radio {
  min-width: 20px;
  min-height: 20px;
  content: "";
  display: block;
  border: #55996f solid 2px;
  margin-right: 0;
  border-radius: 50%;
}
.esa__sub input:checked + label .esa__radio {
  background-color: #55996f;
}
/* HEADING */
.esa__purchasePlans h2 {
  margin: 0;
  font-size: 35px;
}

.esa__purchasePlans p {
  margin: 0;
  font-size: 16px;
  padding-top: 4px;
}

/* ACTIVE RADIO */
.esa__purchasePlans input:checked + label:before {
  background: #55996f;
}

/* BUTTON */
.esa__purchasePlans button {
  border: 1px solid #000;
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  letter-spacing: 0;
  padding: 13px 30px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.esa__purchasePlans button:hover {
  background: transparent;
  color: #000 !important;
}
.esa__final-action p {
  text-align: center;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  margin: 0;
}
.esa__final-action .esa__back_step {
  margin-bottom: 0;
}
.esa__add-to-cart.button.loading span {
  opacity: 0;
}
.esa__add-to-cart.button.loading  svg .path {
  stroke: currentColor;
}
@media screen and (max-width: 750px) {
  esa-custom-bundle .page-width {
    width: calc(100% - 20px);
    padding: 5px;
  }
}

.esa__add-to-cart.button {
  width: 100%;
}
.esa__delivery_city_wrap {
  width: 100%;
}
.esa__select-frequency {
  width: 100%;
}
.esa__product-item {
  width: 33.33% !important;
}
.product-tags-filter {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.esa__bundle-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px;
}
.esa__cart {
  display: flex;
  min-width: 340px;
  top: var(--header-height);
  position: sticky;
  padding: 0;
  overflow: hidden;
  padding: 0;
  flex-direction: column;
}
.esa__cart-container {
  /* max-height: calc(100vh - 50px);
  min-height: calc(70vh - 50px);  */
  border: 1px solid #eef2fb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: #ffffff;
}
.esa__cart-box {
  padding: 16px;
}
.esa__cart-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
}
.esa__subtotal-row {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 5px;
  gap: 10px;
}
.esa__subtotal-label {
  margin: 0;
  line-height: 1;
  font-size: 18px;
}
.esa__subtotal-value p {
  margin: 0;
  line-height: 1;
  font-size: 16px;
}
.esa__cart-title {
  font-size: 22px;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 0;
}
.esa__cart-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef2f6;
}
.esa__cart-row:not(:first-child) {
  padding-top: 12px;
}
.esa__cart-thumb {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
  background: #f6f8fa;
  flex-shrink: 0;
}
.esa__cart-meta {
  flex: 1;
  min-width: 0;
}
.esa__cart-item-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 6px;
  color: #193002;
}
.esa__cart-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.esa__cart-qty-btn {
  width: 30px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid #e6e9ef;
  background: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
.esa__cart-qty-value {
  min-width: 28px;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}
.esa__cart-remove-btn {
  border: none;
  background: transparent;
  padding: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #000;
}
.esa__cart-qty-btn:disabled,
.esa__cart-remove-btn:disabled,
.esa__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.esa__cart-item-price {
  display: flex;
  line-height: 1;
  font-size: 14px;
  margin-top: 10px;
}
.esa__cart-items {
  overflow-y: auto;
  max-height: 450px;
  padding-right: 10px;
  margin-right: -10px;
}
.esa__cart-items::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.esa__cart-items::-webkit-scrollbar-track {
  background: #28282a0a;
  border-radius: 5px;
}
.esa__cart-items::-webkit-scrollbar-thumb {
  background: #28282a;
  border-radius: 5px;
  border: 0;
}
.esa__cart-toggle {
  display: none;
}
.esa__cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media(max-width: 990px) {
  .esa__cart-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    line-height: 1;
    cursor: pointer;
    background: #55996f;
    color: #fff;
    padding: 7px 10px;
    border-radius: 8px;
  }
  .esa__cart {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    z-index: 2;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.18);
    max-height: 85vh;
    min-height: 0;
    overflow: hidden;
    top: auto;
    background-color: #fff;
  }
  .esa__cart-items, .esa__subtotal-row {
    max-height: 0;
    overflow: hidden;
    transition: max-height 500ms ease;
  }
  .esa__cart-box-active .esa__cart-items {
    max-height: 450px;
    overflow-y: auto;
  }
  .esa__cart-box-active  .esa__subtotal-row {
    max-height: unset;
  }
  esa-custom-bundle {
    padding-bottom: 60px;
  }
}
@media (max-width: 750px) {
  .esa__product-item {
    width: 50% !important;
  }
  .esa__product_wrap_list.free-products .esa__increment {
    width: 100%;
    border-radius: 5px;
    font-size: 10px;
    background: #000;
    color: #fff;
    padding: 10px 2px;
  }
  .esa__delivery_city label, .esa__delivery_date_cover label {
    font-size: 20px;
    line-height: normal;
  }
  .esa__delivery_city select {
    font-size: 12px;
    background-size: 14px;
  }
  .esa__delivery_city_wrap .esa__back_step {
    margin-top: 0;
    margin-bottom: 0;
  }
  .esa__step_process {
    padding-bottom: 20px;
  }
  .esa__back_step {
    margin: 10px 0;
  }
  .esa__product_wrap_list_main_header h3 {
    font-size: 20px;
  }
  .esa__product_wrap_list_main_header {
    padding: 10px 0;
  }
  esa-custom-bundle {
    padding-bottom: 30px;
  }
  .esa__purchasePlans {
    padding: 0;
    background-image: none;
    box-shadow: none;
    border: none;
    min-height: unset;
  }
  .esa__purchasePlans .esa__wrap > div {
    padding: 5px;
  }
  .esa__purchasePlans .esa__frequency-label {
    padding: 10px;
    font-size: 14px;
    height: 100%;
    align-items: center;
  }
  .esa__radio {
    min-width: 16px;
    min-height: 16px;
    margin-top: 0;
  }
  .esa__purchasePlans h2 {
    font-size: 20px;
  }
  .esa__purchasePlans p {
    font-size: 13px;
    text-align: center;
    padding-bottom: 5px;
  }
}

.flatpickr-day.flatpickr-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.flatpickr-day.selected {
  background: #000;
  border-color: #000;
}

.flatpickr-calendar {
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.flatpickr-current-month input.cur-year::-webkit-inner-spin-button, 
.flatpickr-current-month input.cur-year::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; 
}
.flatpickr-current-month input.cur-year {
  pointer-events: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: 0 !important; 
}
.numInputWrapper:hover {
  background: transparent !important;
}
.numInputWrapper span {
  display: none !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  pointer-events: none;
  background-color: transparent !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: 0;
}
.dayContainer {
  gap: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(7, 1fr) !important;
}
.flatpickr-day {
  border-radius: 5px !important;
  flex-basis: unset !important;
  max-width: unset !important;
  width: auto !important;
}
.flatpickr-day.flatpickr-disabled {
  pointer-events: none !important;
  background: #ccc !important;
  color: #393939 !important;
  border-radius: 0 !important;
}
.flatpickr-day.selected {
  background: #000  !important;
  border-color: #000  !important;
  color: #fff !important;
  font-weight: 600 !important;
}
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: currentColor !important;
}
.esa__input-prefix-wrapper {
  margin-bottom: 10px;
  margin-top: 10px;
}
.esa__input-prefix {
  border-radius: 4px;
  border: 1px solid #dadada;
  background: #fff;
  height: 47px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.esa__input-prefix-input {
  border: none !important;
  width: 100%;
  height: 100%;
  padding: 0 16px 0 50px;
  font-size: 14px;
  background: transparent;
  cursor: pointer;
  outline: none;
  box-shadow: none !important;
}
.esa__input-prefix-icon {
  position: absolute;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  fill: #333;
  pointer-events: none;
}
.esa__datepicker-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.esa__screen-reader-label {
  width: 100%;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
@media (max-width: 990px) {
  .esa__input-prefix-wrapper {
    display: none;
  }
  .esa__cart-box-active .esa__input-prefix-wrapper {
    display: block;
  }
}