/** Shopify CDN: Minification failed

Line 212:2 Unexpected "{"
Line 212:3 Expected identifier but found "%"
Line 212:29 Expected identifier but found "%"
Line 281:4 Expected "}" to go with "{"

**/
.contact-form__input {
    max-width: 100%;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color-foreground);
    background-color: white;
    padding: var(--padding-lg) var(--padding-xl);
    border-radius: 80px;
    border: 1px solid #E6E6E6;
    -webkit-font-smoothing: antialiased;
  }
  .contact-form__input--textarea {
    resize: vertical;
    width: 845px;
  }
  .contact-form__error,
  .contact-form__success {
    display: flex;
    align-items: center;
    gap: var(--gap-xs);
  }
  input::placeholder {
    color:grey;
  }
 textarea::placeholder{
  color:grey;
 }
.submit-button {
    min-width: max-content;
  height: 41px;
  border-radius: 80px;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  }
  .contact-form__form-row > p{
    font-size: 16px;
    margin-top: 58px;
  }
  .whats-on-your-mind > p {
   font-size: 16px;
   margin-top: 58px;
  }
  .whats-on-your-mind > textarea{
     border-radius: 30px;
      height: 203px;
  }
  .product-size-chart-modal h2 {
    font-size: 34px;
    color: #21282e;
    margin: 0;
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
  }

    

.product-size-chart-row:last-of-type {
        border-bottom: none;
        justify-content: space-between;
    }




     .product-size-chart-row {
        display: flex;
        border-bottom: solid 1px #e5e5e5;
        line-height: 50px;
        font-weight: 600;
        justify-content: space-between;
    }
    .product-size-chart-row div:first-of-type {
        font-weight: 300;
    }
    .product-size-chart-row div {
        flex: 1 1 0;
        font-weight: 400;
    }
    .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 90%;
    }
    .size-chart-modal .modal-inner-wrap {
        border-radius: 10px;
        box-shadow: none;
    }
    .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    }
    .modal-popup .modal-inner-wrap {
    margin: 5rem auto;
    width: 75%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    }



      .product-size-chart-modal h3 {
        font-size: 20px;
        margin: 30px 0 0 0;
        color: #21282e;
        border-bottom: solid 1px #e5e5e5;
        padding-bottom: 10px;
        font-weight: 400;
      }

        .popup-link__content
     
       {
    box-shadow: var(--shadow-popover);
    border: var(--style-border-popover);
    border-radius: var(--style-border-radius-popover);
    background-color: var(--color-background);
    padding: var(--padding-4xl) var(--padding-xl) var(--padding-xl);
 
    max-width: 900px;
    max-height: 600px; 
  }



  .hj{
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    justify-content: flex-end;
  }
  .size-name{
    flex-direction: column;
  }
  
  .quantityname{
    text-transform: uppercase;
  }
  .mainsize{
    text-transform: uppercase;
  }

  .product-inventory__text{
    text-transform: uppercase;
    color: #FF7453;
    font-size: 18px;
    font-weight: 500;
}

.size-row {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  gap: 1rem;
  width: 100%;

}

.size-name {
  flex: 1;
}

.sh {
  display: flex;
  flex-direction: row;
  text-align: right; 
}


.custom_qty_wrap .quantityname{
    display:none;
}

.custom_qty_wrap{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

  {% comment %} samarya css {% endcomment %}
.quantity-selector{
    border-radius: 80px;
    border-color: black;
    background-color:white;
   }

.button.quantity-minus.button-unstyled{
    border-radius: 80px;
    height: 31px;
    width: 30px;
    margin-left: 7px;
    background-color: #E5E5E5;
  }
.button.quantity-plus.button-unstyled{
  margin-right: 8px;
    border-radius: 80px;
    height: 31px;
    width: 30px;
    background-color: #E5E5E5;
}
.quantity-selector input[type=number]
 {
   color: black;
  }

.svg-wrapper{
color: black;
}
.whole-quantity-box{
display: flex;
justify-content: space-between;
    align-items: flex-start;
   }



@media screen and (max-width: 768px) {
    .whole-quantity-box {
        flex-direction: column;
        width: 100%;
    }
    .quantity-adjust{
    width: 100%;}
    
    }

.custom_qty_wrap .quantity--.quantity-selector .button.quantity-plus.button-unstyled,
.custom_qty_wrap .quantity--.quantity-selector .button.quantity-minus.button-unstyled{
background:transparent;
}

.custom_qty_wrap .quantity-selector {
    border-color: #e5e5e5;
}

.cart-items__table-row{
      border: solid 1px #e5e5e5;
}

.cart-drawer__items .cart-items__table-row{
padding:16px;
}
.cart-drawer__items .cart-items__table-row:last-child {
    margin-block-end: 2px;
}
@media screen and (max-width: 769px) {
.sh{
    align-self: flex-start;
   }